body{
	background: rgb(255, 255, 255);
  font-family: 'Heebo', sans-serif;
}
 
h1,h2,h3,h4,h5,h6{
    margin: 0;
}

.bg-grey{
  background-color: #f5f5f5;
}

.ptb-30{
  /* padding: 30px 0; */
  padding-top: 30px;
  padding-bottom: 30px;
}

.payment-response{
  padding-top: 150px;
}

.message-panel{
  padding: 20px;
  text-align: center;
}
.message-panel i{
  font-size: 30px;
  margin: 0 0 20px;
}

.message-panel h3{
  font-size: 30px;
  margin: 0 0 20px;
}

/*=============================*/
/*header section css START*/
/*=============================*/

#header{
  padding: 10px 15px;
  text-align: center;
}


#header .logo{
  display: inline-block;
}

#header .input-group{
  margin: 8px 0;
}

#header .login-btn{
  margin: 8px 3px;
}

#header .dropdown{
  display: inline-block;
  color: #555;
  position: relative;
  text-align:left;
}

#header .dropdown .account{
  display: block;
  cursor: pointer;
}

#header .dropdown .account img{
  width: 40px;
  height: 40px;
  object-fit: cover;
}

#header .dropdown .account span{
  font-size: 11px;
  line-height: 16px;
  color: #555;
}

.search-box,
.location-box{
  position: relative;
  z-index: 2;
  text-align: left;
}

.search-box .search-response,
.location-box .location-list{
  border: 1px solid #e7e7e7;
  background-color: #fff;
  width: calc(100% - 30px);
  padding: 5px;
  margin: 0;
  list-style: none;
  position: absolute;
  left: 15px;
  top: calc(100% - 7px);
  z-index: 1;
  display: none;
}

.search-box .search-response li,
.location-box .location-list li{
  text-align: left;
  text-transform: capitalize;
  padding: 5px;
  margin: 0 0 5px;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}

.search-box .search-response li:hover,
.location-box .location-list li:hover{
  background-color: #e7e7e7;
}

/*=============================*/
/*header section css END*/
/*=============================*/

/*=============================*/
/*menu bar css START*/
/*=============================*/

#menuBar .menu-list{
  text-align:  center;
  padding: 8px 8px 7px;
  margin: 0;
  list-style: none;
}

#menuBar .menu-list li{
  display: inline-block;
  margin: 0 5px;
}

#menuBar .menu-list li a{
  color: #fff;
  font-size: 16px;
  font-weight:  400;
  display: block;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 10px;
  padding: 5px 15px;
  transition: all 0.3s ease 0s;
}

#menuBar .menu-list li a:hover{
  text-decoration:  none;
  text-shadow:  3px 3px rgba(255,255,255,0.1);
  box-shadow: 0 0 5px rgba(255,255,255,0.3);
}

/*=============================*/
/* menu bar css END*/
/*=============================*/

/*=============================*/
/* Banner Section css START */
/*=============================*/

#banner .owl-carousel{
  padding: 0;
}
#banner .item {
  height: 400px;
  position: relative;
}
#banner .item img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
#banner .item .cover {
  padding: 75px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
}
#banner .item .cover .header-content {
  position: relative;
  padding: 56px;
  overflow: hidden;
}
#banner .item .cover .header-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border: 9px solid #fff;
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
#banner .item .cover .header-content h2 {
  font-weight: 300;
  font-size: 35px;
  color: #fff;
}
#banner .item .cover .header-content h1 {
  font-size: 56px;
  font-weight: 600;
  margin: 5px 0 20px;
  word-spacing: 3px;
  color: #fff;
}
#banner .item .cover .header-content h4 {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  color: #fff;
}
#banner .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
#banner .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
#banner .owl-item.active h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
#banner .owl-item.active .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}
#banner .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
#banner .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
}
#banner .owl-nav .owl-prev:focus {
  outline: 0;
}
#banner .owl-nav .owl-prev:hover {
  background: #000 !important;
}



#banner .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
#banner .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
}
#banner .owl-nav .owl-next:focus {
  outline: 0;
}
#banner .owl-nav .owl-next:hover {
  background: #000 !important;
}
#banner:hover .owl-prev {
  left: 0px;
  opacity: 1;
}
#banner:hover .owl-next {
  right: 0px;
  opacity: 1;
}

/*=============================*/
/* Banner Section css END */
/*=============================*/

/*=============================*/
/* Category Section css START */
/*=============================*/
  
/*=============================*/
/* Category Section css END */
/*=============================*/

.home-section{
  padding: 30px 0;
}

.sub-heading-box{
  border-bottom: 1px solid #e7e7e7;
  padding: 5px 15px 15px;
}

.sub-heading-box .sub-heading{
  font-size: 23px;
  font-weight: 600;
  margin: 4px 0;
}

.alert.alert-danger,
.alert.alert-success{
    display: none;
}
.modal.fade .modal-dialog{
    opacity: 0;
    transform: scale(0.1);
    top: 0;
    transition: all 0.3s;
}

.modal.fade.in .modal-dialog{
    opacity: 1;
    transform: scale(1);
}


/*.inputlocation{*/
	/*padding: 23px;*/
/*}*/
.iconmap{
	font-size: 20px;
  padding: 3px 0 3px 10px;
}

.form-group .form-group{
  margin: 0;
}

/*image uploader*/



.inputsearch{
	/*padding: 23px;*/
}

.btnsearch{
    /*padding: 13px;*/
    color: #ffff;
}


.bannerimg{
	width: 100%;
	max-height: 270px;
	object-fit: cover;
}
.iconbox{
	border: 1px solid #ccc;
  text-align: center;
  padding: 15px;
  background: #eee;
  border-radius: 5px;
  box-shadow: 0px 5px 4px #ccc;
}

.iconbox img{
  object-fit: contain;
  width: 100%;
  height: 80px;
  margin: 0 0 10px;
}

.topspace{
	margin-top: 20px;
}

.catname{
	background: #126885;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
}
.iconlink{
	text-decoration: none;
  display: block;
  margin: 0 0 20px;
}

/*setting page error and success design*/
  .error{
    font-size: 13px;
    font-weight: 500;
    /*border:1px solid red;
    padding: 2px 5px;
    margin-top: 20px;
    border-radius: 5px;
    color:red;*/
  }

  /*.success{
    border:1px solid green;
    padding: 7px;
    margin-top: 20px;
    border-radius: 5px;
    color:green;
  }*/
/*end error and success*/



/*header .input-group .input-group-addon{
  border: 1px solid #999;
  border-radius: 0;
}
header .input-group .form-control{
  border: 1px solid #999;
  border-radius: 0;
}*/










#main-content{
  /*border: 1px solid #000;*/
  background-color: #eee;
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: calc(100vh - 149px);
}

.filter-sidebar{
  /*border: 1px solid #000;*/
  background-color: #fff;
  padding: 15px 15px;
}

.filter-sidebar h4{
  color: #555;
  font-size: 18px;
  font-weight: 600;
  padding: 0 0 10px;
  margin: 0 0 15px;
  border-bottom: 1px solid #eee;
}

.filter-sidebar .filter-box{
  border: 1px solid #eee;
  padding-bottom: 10px;
  margin: 0 0 20px;
}

.filter-sidebar .filter-box h5{
  text-transform: uppercase;
  background-color: #eee;
  padding: 7px;
  margin: 0 0 10px;
}

.filter-sidebar .filter-box ul{
  padding: 0;
  margin: 0 10px;
  list-style: none;
}

.filter-sidebar .filter-box ul li{
  line-height: 25px;
}

.filter-sidebar .filter-box ul li ul{
  padding: 0 0 0 20px;
  margin: 0;
}

.filter-sidebar .filter-box ul li a{
  color: #555;
  font-weight: 600;
  display: block;
  padding: 2px 10px;
  margin: 0 0 5px;
  transition: all 0.3s ease 0s;
}

.filter-sidebar .filter-box ul li ul li a{
  font-weight: 400;
}

.filter-sidebar .filter-box ul li a:hover{
  color: #000;
  text-decoration: none;
}
.filter-sidebar .filter-box ul li a.active{
  color: #000;
  background-color: #eee;
}



.filter-sidebar .filter-box .input-group{
  padding: 0 10px;
}
.filter-sidebar .filter-box .input-group .form-control{
  width: 80px;
  display: inline-block;
  margin: 0 5px;
}

.page-heading{
  padding: 10px;
  background-color: #fff;
  margin: 0 0 10px;
}

.page-heading .breadcrumb{
  background-color: transparent;
  margin: 0;
  padding: 0;
}


.site-content{
  /*border: 1px solid #000;*/
  padding: 15px;
  background-color: #fff;
}

.site-content .clearfix{
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin: 0 0 15px;
}

.site-content .total-records{
  /*border: 1px solid #000;*/
  font-size: 15px;
  width: calc(100% - 260px);
  display: inline-block;
}

.site-content .form-group{
  /*border: 1px solid #000;*/
  display: inline-block;
  /* width: 235px; */
  margin: 0;
}
.site-content .form-group label{
  display: inline-block;
}
.site-content .form-group .form-control{
  color: #999;
  border: 1px solid #ddd;
  width: auto;
  display: inline-block;
  border-radius: 0;  
}

.site-content .products-list{
  margin: 0;
  position: relative;
}

.site-content .products-list .product-grid{
  margin: 0 0 30px;
  padding: 0;
}

.product-grid{
  margin: 0 0 30px;
}
/*start common product grid css*/


.product-grid{
  background-color: #fff;
  border: 1px solid #dcdcdc;
  /*border-radius: 5px;*/
  display: block;
  /*padding: 7px;*/
  position: relative;
  transition: all 0.3s ease 0s;
}

.product-grid:hover{
  text-decoration: none;
}

.product-grid .img-wrap{
  text-align: center;
  padding: 5px;
  position: relative;
}

.product-grid .img-wrap .feature-title{
  color: #fff;
  background-color: #337AB7;
  padding: 2px 5px;
  border-radius: 5px;
  position: absolute;
  left: 5px;
  top: 5px;
}

.product-grid .img-wrap img{
  height: 180px;
  width: auto;
  max-width: 100%;
}

.product-grid .img-wrap .icon-fav{
  color: #000;
  font-size: 19px;
  text-align: center;
  height: 30px;
  width: 30px;
  line-height: 32px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 5px;
  transition: all 0.3s ease;
}

.product-grid .img-wrap .icon-fav:hover,
.product-grid .img-wrap .icon-fav.active{
    color: #fff;
    background-color: #333;
}

.product-grid .product-caption{
  /*border: 1px solid #000;*/
  padding: 5px 10px;
  border-left: 5px solid #999;
}

.product-grid .product-caption h4{
  color: #000;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 5px;
}

.product-grid .product-caption .title{
  color: #777;
  display: block;
  margin: 0 0 10px;
}

.product-grid .product-caption .location,
.product-grid .product-caption .product-date{
  color: #999;
  display: inline-block;
  font-size: 11px;
  width: calc(100% - 75px);
}

.product-grid .product-caption .product-date{
  width: 70px;
}

/*end common product grid css*/

/*nav profile design*/

/*end nav profile design*/

/*sidebar social link seller profile page design*/
.link-seller{
 font-size: 18px; 
 float: right;
}

.link-seller2{
 font-size: 15px; 
 float: right;
 font-weight: bold;
}

.colorlink{
    color:rgba(0,47,52,.64);
    font-size: 12px;
}

.colorlink2{
    color:rgba(0,47,52,.64);
    font-size: 12px;
}

.colorlink:hover{
    color:#000000;
}


/* end sidebar social*/



.section-head{
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  margin: 0 0 30px;
}

.section-head:after{
  content: '';
  clear: both;
  display: block;
  height: 2px;
  width: 150px;
  border-bottom: 2px dashed #999;
  /*background-color: #999;*/
  margin: 10px auto 0;
}





/*preloader css*/
.loader-container{
    position: absolute;
    left:0;
    top:0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.9);
}

.loader{
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    width: 130px;
    height: 50px;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    left: 50%;
    top: 50%;
}
.loader span{
    background: #333;
    width: 20px;
    height: 10px;
    position: absolute;
    bottom: 10px;
    animation: animate 2s infinite linear;
}
.loader span:nth-child(2){
    left: 21px;
    animation-delay: .2s;
}
.loader span:nth-child(3){
    left: 42px;
    animation-delay: .3s;
}
.loader span:nth-child(4){
    left: 63px;
    animation-delay: .4s;
}
.loader span:nth-child(5){
    left: 85px;
    animation-delay: .5s;
}
@keyframes animate{
    0%{
        height: 5px;
        opacity: 0;
        transform: translateX(7px);
    }
    25%{
        background: #333;
        height: 30px;
        opacity: 1;
        transform: translateX(7px);
    }
    50%{
        background: #126885;
        height: 5px;
        opacity: 1;
        transform: translateX(12px);
    }
    100%{
        height: 5px;
        opacity: 0;
        transform: translateX(17px);
    }
}

/*preloader css end*/


/*footer design*/

/*002f34*/
footer{
    position: absolute;
    padding: 7px;
    /* margin-top: 80px; */
    color: #fff;
    width: 100%;

}

footer a{
  color: #fff;
}
footer a:hover{
  color: #fff;
}

#footer2{
     background: #126885;
    /* clear: both; */
    position: relative;
    padding: 7px;
    /* margin-top: 80px; */
    color: #fff;
    width: 100%;
    bottom: 0;
}

/*/footer design*/

/* login popup form*/
.popupform{
    max-width: 380px;
    margin: auto;
}
.popupbtn{
   margin-top: 30px;
}
.popupinput{
    width: 100%;
    font-size: 18px;
}
.popupheading{
    padding: 0;
    text-align: center;
    color: #002f34;
    font-size: 20px;
    font-weight: 700;
}
/* end login popup form*/


/*ads pills tab design*/

.msg-box{
        border: 1px solid #337ab7;
    padding: 7px 15px;
    background: #337ab7;
    border-radius: 5px;
    color: #fff;
}


.pills-box{
    border: 1px solid #ccc;
    margin-top: 20px;
    margin-bottom: 0px;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 4px 4px 7px #ccc;
}

.pills-box h4{
  margin: 0 0 10px
}

.img-fav{
    width: 100%;
    height: 170px;
    object-fit: cover;
}

.fav-price{
    margin: 0;
}
.fav-box{
    border: 1px solid #ccc;
    margin-bottom: 10px;
    position: relative;
}


/*end ads pills tab design*/

/*my setting form design*/


.profile-image{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 15px;
    display: block;
}


  .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.inputfile-1 + label {
    color: #ffffff;
    background-color: #32c5d2;
}
.inputfile + label {
    width: 120px;
    font-size: 1.25rem;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
}
.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    margin-right: 0.25em;
}



.switch {
  position: relative;
  display: inline-block;
    width: 55px;
    height: 25px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
    height: 18px;
    width: 20px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #126885;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.show-no{
    margin-top: 12px;
}
.show-no1{
    margin-top: 14px;
}
/*end my setting form design*/


/*allproduct checkbox design*/
    .btn-product{
    width: 100%;
}

.glyphicon { margin-right:10px; }
.panel-body { padding:0px; }
.panel-body table tr td { padding-left: 15px }
.panel-body .table {margin-bottom: 0px; }

.checkbox label:after, 
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    margin-right: .5em;
        top: 4px;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}

.checkbox-1{
    margin-top: 0;
    margin-bottom: 0;
}


.input-product{
    background: #ece9e9;
}

.btn-input-product{
    background: #ccc;
}
/* end allproduct checkbox design */

/*single page design*/

.single-box{
  border: 1px solid #eee;
  background-color: #fff;
  padding: 15px;
  margin: 0 0 10px;
}

.single-box .details-list{
  /* margin: 0 0 20px; */
}
.single-box .details-list .d-item{
  margin: 0 0 10px;
}

.single-box .item-price{
  font-weight: 600;
  margin: 0 0 15px;
}

.single-box .item-title{
  color: #777;
  font-size: 17px;
  font-weight: 500;
  text-transform: capitalize;
  margin: 0 0 15px;
}

.single-box .item-location,
.single-box .item-date{
  color: #555;
  font-size: 14px;
  display: inline-block;
  width: calc(100% - 90px);
}

.single-box .item-date{
  width: 85px;  
}

.seller-description .profile-img{
  width: 60px;
  border-radius: 45px;
  height: 60px;
  margin: 0 10px 15px 0;
  object-fit: cover;
  display: inline-block;
}

.seller-description .profile-content{
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 15px 0;
}

.seller-description .profile-content span{
  color: #777;
  display: block;
}

.chat-button{
  width: 100%;
  background: #0089ff;
  padding: 8px;
  color: #fff;
  font-weight: 700;
  border: none;
  margin: 0 0 10px;
}

.map-details{
 width: 100%; 
 height: 100px; 
 object-fit: cover; 
 margin-bottom: 15px;
}


.single-box .box-head{

}
.single-box > h4{
  color: #555;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 10px;
  border-bottom: 1px solid #dcdcdc;
  margin: 15px 0;
}

.single-box .name{
  font-weight: 600;
  padding-bottom: 10px;
}



/*slider*/
 #myCarousel .nav a small
{
    display: block;
}

.nav-justified > li > a
{
    border-radius: 0px;
}
/*.nav-pills>li[data-slide-to="0"].active a { background-color: #16a085; }
.nav-pills>li[data-slide-to="1"].active a { background-color: #e67e22; }
.nav-pills>li[data-slide-to="2"].active a { background-color: #2980b9; }
.nav-pills>li[data-slide-to="3"].active a { background-color: #8e44ad; }*/

.nav-pills{ background-color: #fff;padding: 10px 0;border: 1px solid #999; }
.nav-pills li{ display: inline-block;width: 100px;margin: 0 10px; }
.nav-pills li a{ padding: 2px; }
.nav-pills>li.active a { background-color: #8e44ad; }

.carousel-img{
    max-width: 100%;
    width: auto;
    margin: auto;
    /*object-fit: cover;*/
    height: 200px;
}

.pills-img{
    height: 90px; 
    width: 100%;
    object-fit: cover;
}
/*end slider*/


/*post tab panel design*/
.topspace1{
    border: 1px solid #b9b3b3;
    margin: auto;
    max-width: 800px;
    padding: 30px;
    border-radius: 5px;
    background: #fff;
    position: relative;
}

    .clickable{
    cursor: pointer;   
}

.panel-heading span {
    margin-top: -20px;
    font-size: 15px;
}

.panel-subcat{
    padding: 12px;
    font-size: 17px;
    color: #9e9e9e;
}
.panel-design{
    margin-bottom: 0px; 
    border-bottom: 1px solid #fff;
}
/*end post tab panel design*/

/*post form design*/
.btn span.glyphicon {               
    opacity: 0;             
}
.btn.active span.glyphicon {                
    opacity: 1;             
}

.file-img {
  /*visibility: hidden;*/
  position: absolute;
  bottom: 44px;
  z-index: -1;
  left: 5px;
}

.browse{
  border: none;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 0 0;
}




/*end post form design*/





.breadcrums-menu{
    color: #9E9E9E;
    font-size: 13px;
}
.brand-name{
    color:#9E9E9E;
    font-size: 13px;
    padding: 10px 30px;
}
.brand-name1{
    color:#000;
    font-size: 13px;
}



 /* end single page design*/

/*allproject list view design*/
.list-view-item{
    border:1px solid #ccc;
}
/* end allproject list view design*/

/*modal login and signup design*/
  
/* sign in FORM */
.logreg-forms{
    width:412px;
    margin:0vh auto;
    position: relative;
/*    background-color:#f3f3f3;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);*/
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.logreg-forms form {
    width: 100%;
    max-width: 410px;
    padding: 15px;
    margin: auto;
}
.logreg-forms .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
}
.logreg-forms .form-control:focus { z-index: 2; }
.logreg-forms .form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.logreg-forms .form-signin input[type="password"] {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.logreg-forms .social-login{
    width:390px;
    margin:0 auto;
    margin-bottom: 14px;
}
.logreg-forms .social-btn{
    font-weight: 100;
    color:white;
    width:190px;
    font-size: 0.9rem;
}

.logreg-forms a{
    display: block;
    padding-top:10px;
    color:lightseagreen;
}

#logreg-form .lines{
    width:200px;
    border:1px solid red;
}


.logreg-forms button[type="submit"]{ margin-top:10px; }

.logreg-forms .facebook-btn{  background-color:#3C589C; }

.logreg-forms .google-btn{ background-color: #DF4B3B; }

/*.logreg-forms .form-reset, .logreg-forms .form-signup{ display: none; }*/

.logreg-forms .form-signup .social-btn{ width:210px; }

.logreg-forms .form-signup input { margin-bottom: 2px;}

.form-signup .social-login{
    width:210px !important;
    margin: 0 auto;
}

/* Mobile */

@media screen and (max-width:990px){
  #banner .item{
    height: 70vh;
  }
}
@media screen and (max-width:767px){
  #banner .item .cover .header-content h1{
    font-size: 45px;
  }
  #banner .item .cover .header-content h4{
    font-size: 25px;
  }
}
@media screen and (max-width:500px){
    .logreg-forms{
        width:300px;
    }
    
    .logreg-forms  .social-login{
        width:200px;
        margin:0 auto;
        margin-bottom: 10px;
    }
    .logreg-forms  .social-btn{
        font-size: 1.3rem;
        font-weight: 100;
        color:white;
        width:200px;
        height: 56px;
        
    }
    .logreg-forms .social-btn:nth-child(1){
        margin-bottom: 5px;
    }
    .logreg-forms .social-btn span{
        display: none;
    }
    .logreg-forms  .facebook-btn:after{
        content:'Facebook';
    }
  
    .logreg-forms  .google-btn:after{
        content:'Google+';
    }
    
}
/* end modal login and signup design */


/* new wala add kiya hu yaha  */

.banner-part {
    background: url(https://www.sabkuchhbecho.com/images/bg/01.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 95px 0px 178px;
    position: relative;
    z-index: 1;
}


.banner-part::before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(4, 53, 138, 0.65), rgba(5, 44, 112, 0.65));
    z-index: -1;
}





.banner-content h1 {
  color: white;
  margin-bottom: 20px;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
}


.banner-content p {
  width: 600px;
  font-size: 18px;
  line-height: 28px;
  margin: 0 auto 45px;
  color: white;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
}


.banner-content {
    text-align: center;
}






.btn-inline {
  color: blue;
 
  border-color: blue;
}

.btn-inline:hover {
  color: blue;
  background: blue;
  border-color: white;
}

.btn-outline {
  color: blue;
  background: white;
  border-color: blue;
}

.btn-outline:hover {
  color: white;
  background: blue;
  border-color: white;
}





@media (max-width: 575px) {
  .news-form input {
    padding: 0px 75px 0px 20px;
  }
  .news-form .btn {
    padding: 10px 20px;
  }
  .news-form .btn i {
    margin-right: 0px;
  }
  .news-form .btn span {
    display: none;
  }
}