body{
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}
img{
    max-width: 100%;
}
a{
    text-decoration: none;
}
.container{
    max-width: 1170px;
}
.container-head{
    max-width: 1366px;
}
.navigation .navbar-brand{
    margin-right: 35px;
}
.navigation .navbar-nav a{
    padding-left: 15px !important;
    padding-right: 15px !important;
    font-size: 17px;
    color: #353535 !important;
}
.navigation .login-text{
    display: flex;
}
.navigation .login-tex{
    padding: 15px;
}
.navigation .login-text .login-sec{
    display: flex;
    align-items: center;
    color: #353535;
    text-decoration: none;
}
.navigation .login-text .login-sec img{
    margin-right: 10px;
}
.navigation .login-text .add-btn{
    margin-left: 15px;
    margin-right: 15px;
}
.navigation .login-text .add-btn .btn{
    background-color: #c00000;
    padding: 12px 14px;
    color: #fff;
    border-radius: 0;
}
.navigation .login-text .cart-sec{
    align-items: center;
    display: flex;
    position: relative;
}
.navigation .login-text .cart-sec span{
    position: absolute;
    width: 18px;
    height: 18px;
    background-color: #ffc000;
    top: 8px;
    right: -10px;
    border-radius: 50px;
    text-align: center;
    font-size: 12px;
    color: #000;
}
.navigation .navbar-collapse{
    justify-content: space-between;
}

/* .fix-navi{
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px #8888882e;
    z-index: 2;
} */
#navbar-in{
    position: sticky;
  top: -50px;
  width: 100%;
  display: block;
  transition: top 0.3s;
  background-color: #fff;
  z-index: 2;
  box-shadow: 0px 0px 10px 0px #8888882e;
}

.banner-part{
    padding: 150px 0;
    text-align: left;
    background: url(../img/banner.jpg) top center no-repeat;
    background-size: cover;
}
.banner-part h1{
    font-size: 80px;
    color: #2a2a2a;
    line-height: 80px;
    font-weight: 300;
    margin-bottom: 40px;
}
.banner-part h1 span{
    font-weight: 700;
    display: block;
}
.search-sec{
    background-color: #fff;
    padding: 14px 28px;
    box-shadow: 0px 0px 20px 2px #8888883d;
}
.search-sec .form-sec{
    display: flex;
    align-items: center;
}
.search-sec .form-sec input{
    border: none;
    font-size: 15px;
}
.search-sec .form-sec input::placeholder{
    color: #8c8c8c;
    font-size: 15px;
}
.search-sec .form-sec input:active, .search-sec .form-sec input:focus{
    box-shadow: none;
}
.search-sec .form-sec .dropdown{
    background-color: #fff;
    border-radius: 0;
    border: none;
    width: 100%;
}
.search-sec .form-sec .dropdown .btn{
    width: 100%;
    text-align: left;
    background-color: #fff;
    border: none;
    color: #8c8c8c;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.search-sec .form-sec .dropdown .btn:active, .search-sec .form-sec .dropdown .btn:focus{
     box-shadow: none;
}
.search-sec .form-sec .dropdown-menu{
    width: 100%;
}
.search-sec .form-sec .dropdown .btn::after{
    border: none !important;
    background: url(../img/drop-arrow.png) center center no-repeat;
    width: 11px;
    height: 7px;
}
.search-btn{
    background-color: #c00000;
    color: #fff;
    border-radius: 0;
    border: none;
    padding: 14px 24px;
    font-size: 15px;
    font-weight: 400;
}
.search-btn img{
    margin-left: 8px;
}
.search-sec .row{
    align-items: center;
}
.in-bord{
    padding: 14px 0;
    border-right: 1px solid #ebebeb;
}
.gapping{
    padding: 60px 0 0 0;
}
.heading-part{
    margin: 0 0 45px 0;
}
.heading-part h3{
    color: #c00000;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 16px 0;
}
.heading-part h2{
    color: #2a2a2a;
    font-weight: 300;
    font-size: 36px;
    margin: 0 0 25px 0;
}
.heading-part h2 span{
    font-weight: 500;
}
.heading-part p{
    color: #7b7b7b;
    font-weight: 300;
    font-size: 15px;
    margin: 0;
}
#product-carousal .item{
    padding: 26px 20px;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px #8888882e;
    text-align: center;
    margin: 10px 15px;
    cursor: pointer;
    transition: 0.5s ease-in-out;
}
#product-carousal .item img{
    margin: 0 auto 20px auto;
    width: auto;
}
#product-carousal .item h4{
    font-size: 20px;
    color: #2a2a2a;
    font-weight: 600;
    margin: 0;
}
#product-carousal .item .hov-img{
    display: none;
    transition: 0.5s ease-in-out;
}
#product-carousal .item:hover{
    transition: 0.5s ease-in-out;
    background-color: #c00000;
    color: #fff;
}
#product-carousal .item:hover .hov-img{
    display: inline-block;
    transition: 0.5s ease-in-out;
}
#product-carousal .item:hover .hov-inv-img{
    display: none;
    transition: 0.5s ease-in-out;
}
#product-carousal .item:hover h4{
    color: #fff;
    transition: 0.5s ease-in-out;
}
.arrow-carc .owl-dots{
    display: none;
}
.arrow-carc .owl-nav .owl-prev span{
    font-size: 0;
}
.arrow-carc .owl-nav .owl-prev {
    background: url(../img/pref.png) center center no-repeat !important;
    width: 18px;
    height: 18px;
    margin: 0 5px;
}
.arrow-carc .owl-nav .owl-next span{
    font-size: 0;
}
.arrow-carc .owl-nav .owl-next {
    background: url(../img/next.png) center center no-repeat !important;
    width: 18px;
    height: 18px;
    margin: 0 5px;
}
.arrow-carc .owl-nav .owl-prev.active{
    background: url(../img/pref-active.png) center center no-repeat !important;
}
.arrow-carc .owl-nav .owl-next.active{
    background: url(../img/next-active.png) center center no-repeat !important;
}
#product-carousal .owl-nav{
    position: absolute;
    top: -45px;
    right: 0px;
}
#listing .item {
    box-shadow: 0px 0px 10px 0px #8888882e;
    margin: 10px 15px;
}
.listing-sec .listing-img{
    padding: 30px;
    background: url(../img/listing-img.png) top center no-repeat;
    position: relative;
    z-index: 0;
}
.listing-sec .listing-img .overlay{
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
.listing-sec .profile-image{
    display: flex;
    align-items: center;
}
.listing-sec .profile-image img{
    width: auto !important;
}
.listing-sec .profile-image h4{
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    margin: 0 0 0 15px;
}
.listing-sec .ribbne-sec h4{
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    margin: 0 0 0 13px;
}
.listing-sec .ribbne-sec{
    background: url(../img/ribbne.png) top center no-repeat;
    padding: 5px 15px;
    text-align: center;
    margin-right: -50px;
}
.listing-sec .profile-sec{
    display: flex;
    justify-content: space-between;
}
.listing-sec .price-sec{
    display: flex;
    align-items: center;
    margin-top: 170px;
}
.listing-sec .price-sec .like-sec h5{
    color: #fff;
    font-size: 14px;
    margin: 0 0 0 14px;
}
.listing-sec .price-sec .like-sec{
    display: flex;
    align-items: center;
}
.listing-sec .price-sec .like-sec span{
    min-height: 30px;
    min-width: 30px;
    background-color: #fff;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.listing-sec .price-sec .like-sec span img{
    width: auto !important;
}
.listing-sec .price-sec h5{
    color: #fff;
    font-size: 14px;
    margin: 0 0 0 20px;
}
.listing-text{
    padding: 30px;
    background-color: #fff;
    text-align: left;
}
.listing-text h3{
    color: #2a2a2a;
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 20px 0;
}
.listing-text .listing-maping{
    display: flex;
    align-items: start;
    margin: 0 0 12px 0;
}
.listing-text .listing-maping p{
    color: #7b7b7b;
    font-weight: 400;
    font-size: 16px;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #f9eeea;
    margin-bottom: 0;
    width: 100%;
    margin-left: 14px;
}
.listing-text .listing-maping img{
    width: auto !important;
}
.listing-text .rating-res{
    display: flex;
    align-items: center;
}
.listing-text .rating-res span{
    font-size: 13px;
    font-weight: 400;
    color: #c00000;
    min-width: 38px;
    min-height: 38px;
    border: 1px solid #c00000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}
.listing-text .rating-res ul{
    padding: 0;
    margin: 0 0 0 14px;
}
.listing-text .rating-res ul li{
    display: inline-block;
    list-style: none;
}
#listing .owl-nav {
    position: absolute;
    top: -45px;
    right: 19%;
}

.process-back-img{
    background: url(../img/process-ban.jpg) top center no-repeat; 
    width: 100%;
    min-height: 490px;
    margin: 60px 0 0 0;
}
.process-sec{
    padding: 60px 40px;
    box-shadow: 0px 0px 10px 0px #8888882e;
    background-color: #fff;
    margin-top: -34%;
}
.process-inner{
    text-align: center;
}
.process-inner img{
    margin-bottom: 20px;
    position: relative;
}
.process-inner h3{
    margin: 0 0 15px 0;
    color: #2a2a2a;
    font-size: 18px;
    font-weight: 600;
}
.process-inner p{
    color: #7b7b7b;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}
.process-line{
    position: relative;
}
.line-one{
    position: absolute;
    background: url(../img/dot-line.png) center center no-repeat;
    width: 274px;
    height: 1px;
    top: 30px;
    right: -140px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.line-two{
    justify-content: end;
}
.red-btn{
    background-color: rgb(192, 0, 0);
    padding: 12px 14px;
    color: rgb(255, 255, 255);
    border-radius: 0px;
    border: none;
}

.zoom-effect-img {
    float: left;
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    padding: 30px;
    margin: 15px 0;
}
.zoom-effect-img .overlay{
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
.zoom-effect-img .image-card {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .zoom-effect-img .image-card img {
    transition: 0.4s ease;
  }
  .zoom-effect-img:hover .image-card img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }

.zoom-effect-img .city-text{
    z-index: 9;
}
.zoom-effect-img .city-text h4{
    margin: 0 0 4px 0;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}
.zoom-effect-img .city-text p{
    font-weight: 300;
    color: #fff;
    font-size: 15px;
    margin: 0;
}
.zoom-effect-img .city-text img{
    margin-right: 15px;
    float: left;
}
.zoom-effect-img .product-text{
    z-index: 9;
    position: absolute;
    bottom: 30px;
    right: 30px;
}
.zoom-effect-img .product-text h2{
    font-weight: 600;
    font-size: 30px;
    color: #fff;
    margin-bottom: 0;
}
.video-sec{
    padding: 70px 0 170px 0;
    margin: 60px 0;
    text-align: center;
    position: relative;
    background: url(../img/vdo-img.jpg) top center no-repeat;
    background-attachment: fixed;
    z-index: -1;
    background-size: cover;
}
.video-sec .overlay{
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    z-index: -1;
}
.video-sec h2{
    color: #fff;
    font-weight: 600;
    font-size: 37px;
    margin: 0;
}
.video-sec img{
    margin-top: 56px;
}
.counter{
    padding: 40px 25px;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px #8888882e;
    margin-top: -160px;
    z-index: 0;
}
.counter .counter-text{
    text-align: center;
}
.counter .counter-text h2{
    color: #2b2b2b;
    font-size: 33px;
    font-weight: 500;
    margin: 0 0 14px 0;
}
.counter .counter-text p{
    color: #747474;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}
.mobile-sec{
    margin: 66px 0;
    padding: 66px 0 200px 0;
    background-color: #fff6f6;
}
.mobile-text {
    text-align: left;
}
.mobile-text span{
    color: #c00000;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 16px 0;
    display: block;
}
.mobile-text h2{
    color: #2a2a2a;
    font-weight: 500;
    font-size: 36px;
    margin: 0 0 25px 0;
}
.mobile-text p{
    line-height: 30px;
    color: #565453;
    font-size: 18px;
    font-weight: 400;
}
.mobile-text ul{
    padding: 0;
    margin-top: 40px;
}
.mobile-text ul li{
    list-style: none;
    display: inline-block;
    margin: 0 15px 0 0;
}
.mob-img{
    position: relative;
}
.mob-img img{
    position: absolute;
}

.testimonial{
    margin: 200px 0 40px 0;
}

#testimonial-carou .item{
    margin: 10px 15px;
    box-shadow: 0px 0px 10px 0px #8888882e;
    padding: 30px;
    background-color: #f7f7f7;
    text-align: left;
    position: relative;
}
#testimonial-carou .item .quote{
    position: absolute;
    top: 30px;
    right: 30px;
    width: auto;
}
#testimonial-carou .item h3{
    color: #2d2a29;
    font-size: 22px;
    font-weight: 500;
    margin: 0 0 12px 0;
}
#testimonial-carou .item h4{
    color: #c00000;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 16px 0;
}
#testimonial-carou .item p{
    color: #5e5e5e;
    line-height: 22px;
    font-size: 14px;
    font-weight: 300;
}
#testimonial-carou .item ul{
    padding: 0;
    margin: 0;
}
#testimonial-carou .item ul li{
    display: inline-block;
    text-decoration: none;
}
#testimonial-carou .item ul li img{
    width: auto;
}
#testimonial-carou .owl-nav{
    display: none;
}
#testimonial-carou .owl-dots{
    text-align: center;
}
#testimonial-carou .owl-dots button{
    background-color: #f0bfbf;
    width: 6px;
    height: 6px;
    transition: 0.3s ease-in-out;
    border-radius: 50px;
    margin: 0 5px;
}
#testimonial-carou .owl-dots button.active{
    background-color: #c00000;
    width: 10px;
    height: 10px;
    transition: 0.3s ease-in-out;
    border-radius: 50px;
}

.footer{
    background-color: #2d2a29;
    margin: 60px 0 0 0;
}
.mail-sec{
    padding: 40px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.mail-sec .mail-icon{
    display: flex;
    align-items: center;
}
.mail-sec .mail-icon img{
    margin-right: 14px;
}
.mail-sec .mail-icon h2{
    font-size: 33px;
    color: #fff;
    font-weight: 600;
    margin: 0;
}
.mail-sec .mail-search{
    display: flex;
    align-items: center;
    height: 100%;
}
.mail-sec .mail-search input{
    background-color: #fff;
    padding: 12px 14px;
    border-radius: 0;
    width: 77%;
}
.mail-sec .mail-search .btn{
    background-color: rgb(192, 0, 0);
    padding: 13px 14px;
    color: rgb(255, 255, 255);
    border-radius: 0px;
    border: none;
}
.footer-body{
    padding: 34px 0;
}
.footer-body-one a img{
    margin: 0 0 30px 0;
}
.footer-body-one p{
    color: #fff;
    font-weight: 400;
    font-size: 15px;
}
.footer-body-one ul{
    padding: 0;
    margin: 30px 0 0 0;
}
.footer-body-one ul li{
    display: block;
    padding: 0;
     color: #fff;
    font-weight: 400;
    font-size: 15px;
}
.footer-body-one ul li a{
    padding: 0;
     color: #fff;
    font-weight: 400;
    font-size: 15px;
    display: inline-block;
    text-decoration: none;
}
.footer-nav h3{
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 20px 0;
}
.footer-nav ul{
    padding: 0;
    margin: 0;
}
.footer-nav ul li{
    display: block;
    line-height: 32px;
}
.footer-nav ul li a{
     color: #fff;
    font-weight: 400;
    font-size: 15px;
    text-decoration: none;
}
.footer-nav{
    margin-left: 30%;
}
.social-footer li{
    display: inline-block !important;
    margin-right: 5px;
}
.copy-right{
    text-align: center;
    padding: 15px;
    background-color: #1a1817;
}
.copy-right span{
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    margin: 0;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  
  .animated:hover {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  }

  @-webkit-keyframes tada {
    0% {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
  
    10%, 20% {
      -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
      transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }
  
    30%, 50%, 70%, 90% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
      transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
  
    40%, 60%, 80% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
      transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
  
    100% {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
  }
  .tada {
    -webkit-animation-name: tada;
    animation-name: tada;
  }
  .login-text-mob{
    display: none;
  }

  /* Login */

  .login-form .modal-dialog{
    max-width: 1170px;
  }
  .login-form .modal-body{
    display: flex;
    padding: 0;
  }
  .login-form .modal-content{
    border-radius: 0px;
  }
  .image-part{
    width: 50%;
    background-color: #ffe6e6;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 45px;
  }
  .inner-image-part img{
    margin: 0 0 42px 0;
  }
  .inner-image-part p{
    color: #2f2f2f;
    font-weight: 600;
    font-size: 13px;
    margin: 0 0 15px 0;
  }
  .inner-image-part ul{
    padding: 0;
    margin: 0;
  }
.inner-image-part ul li{
    list-style: none;
    display: inline-block;
}
.inner-image-part ul li a img{
    margin: 0 5px 0 5px;
    max-width: 70%;
}
.inner-image-part ul li:first-child{
    text-align: right;
}
.inner-image-part ul li:last-child{
    text-align: left;
}
  .form-sec-log{
    padding: 40px 45px;
    background-color: #fff;
    border-radius: 0 ;
    text-align: left;
    width: 50%;
  }
  .form-sec-log h2{
    color: #2a2a2a;
    font-weight: 600;
    font-size: 33px;
    margin: 0 0 0px 0;
    text-transform: uppercase;
  }
  .form-sec-log p{
    color: #7b7b7b;
    font-weight: 400;
    font-size: 18px;
    margin: 0;
  }
  .form-sec-log form{
     margin-top: 50px;
  }
  .inner-form-sec{
    position: relative;
  }
  .inner-form-sec label{
    color: #7b7b7b;
    font-weight: 400;
    font-size: 14px;
    background: #fff;
    padding: 5px;
    position: absolute;
    top: -15px;
    left: 20px;
  }
  .inner-form-sec .form-control{
    padding: 15px 60px 15px 15px;
    border: 1px solid #2d2a29;
    border-radius: 0px;
  }
   .inner-form-sec .email-icon{
     background: url(../img/call.jpg) center right 15px no-repeat;
  }
  .inner-form-sec .lock-icon{
     background: url(../img/lock.jpg) center right 15px no-repeat;
  }
  .mb-25{
    margin-bottom: 25px;
  }
  .inner-form-sec a{
    color: #7b7b7b;
    font-weight: 400;
    font-size: 14px;
    text-decoration: none;
    margin-top: 8px;
    text-align: right;
    display: block;
  }
  .log-check-box{
    margin: 15px 0 0 0;
  }
  .log-check-box label{
    color: #7b7b7b;
    font-weight: 400;
    font-size: 14px;
    padding-left: 10px;
    padding-top: 5px;
  }
  .log-check-box input{
    width: 24px;
    height: 24px;
    border: 1px solid #2d2a29;
    border-radius: 0 !important;
  }
  .log-check-box .form-check-input:checked {
    background-color: #2d2a29;
    border-color: #2d2a29;
}
.form-sec-log .btn{
    padding: 15px;
    color: #fff;
    background-color: #c00000;
    text-transform: uppercase;
    text-align: center;
    margin: 25px 0 0 0;
    width: 100%;
    font-weight: 600;
    border-radius: 0;
    font-size: 20px;
}
.login-align{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.log-icon{
    text-align: center;
    background-color: #eeeeee;
    width: 86px;
    height: 86px;
    border-radius: 50px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.log-icon img{
    max-width: 60%;
}

/* details */
.list-drop-shadow{
    box-shadow: 0px 0px 10px 0px #8888882e;
}

/* list-view */

.list-view{
    display: flex;
}
.list-view-price{
    display: flex;
    justify-content: space-between;
}
.like-sec-red{
    display: flex;
    align-items: center;
}
.like-sec-red span {
    min-height: 30px;
    min-width: 30px;
    background-color: #c00000;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.like-sec-red span img{
    width: auto !important;
}
.like-sec-red h5{
    color: #c00000;
    font-size: 14px;
    margin: 0 0 0 14px;
}
.list-view-price .price-sec{
    margin-top: 0;
}
.list-view-price .price-sec h5{
    color: #2a2a2a;
}
.list-view .listing-img{
    width: 60%;
}
.list-view .ribbne-sec{
    position: absolute;
    bottom: 30px;
    right: 40px;
}
.bottom-price-sec{
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list-view .rating-res p{
    margin: 0;
    color: #c00000;
}
  /* responsive */

  @media (min-width: 1366px) and (max-width: 1600px) {
    #listing .owl-nav {
        position: absolute;
        top: -95px;
        right: 11%;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .banner-part h1 {
        font-size: 65px;
        line-height: 70px;
    }
    .banner-part {
        padding: 90px 0;
    }
    #listing .owl-nav {
        top: -95px;
        right: 3%;
    }
    #product-carousal .owl-nav{
        right: 3%;
    }
    .line-one{
        width: 223px;
        right: -113px;
    }
    .zoom-effect-img .image-card img{
        height: 100%;
    }
    .zoom-effect-img .image-card{
        height: 100%;
    }
    .counter-text{
        padding-top: calc(var(--bs-gutter-x) * .5);
        padding-bottom: calc(var(--bs-gutter-x) * .5);
    }
    .social-footer li{
        margin-bottom: 10px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .banner-part h1{
        font-size: 55px;
        line-height: 60px;
    }
    .search-btn{
        padding: 14px 10px;
        font-size: 13px;
    }
    .banner-part {
        padding: 80px 0;
    }
    #listing .owl-nav {
        top: -95px;
        right: 3%;
    }
    #product-carousal .owl-nav{
        right: 3%;
    }
    .process-sec{
        margin-top: -45%;
    }
    .line-one{
        width: 154px;
        right: -80px;
    }
    .zoom-effect-img{
        height: 250px;
        padding: 20px;
    }
    .zoom-effect-img .product-text h2 {
        font-size: 24px;
    }
    .counter-text{
        padding-top: calc(var(--bs-gutter-x) * .5);
        padding-bottom: calc(var(--bs-gutter-x) * .5);
    }
    .mobile-sec{
        padding: 66px 0 66px 0;
    }
    .testimonial {
        margin: 66px 0 40px 0;
    }
    .login-text-mob{
        display: flex;
    }
    .login-text{
        display: none !important;
    }
    .login-text-mob .login-sec {
        display: flex;
        align-items: center;
        color: #353535;
        text-decoration: none;
    }
    .login-text-mob .login-sec img {
        margin-right: 10px;
    }
    .login-text-mob .navigation .login-text .add-btn {
        margin-left: 15px;
        margin-right: 15px;
    }
    .login-text-mob .add-btn .btn {
        background-color: #c00000;
        padding: 12px 14px;
        color: #fff;
        border-radius: 0;
    }
    .login-text-mob .cart-sec {
        align-items: center;
        display: flex;
        position: relative;
    }
    .login-text-mob .cart-sec span {
        position: absolute;
        width: 18px;
        height: 18px;
        background-color: #ffc000;
        top: 8px;
        right: -10px;
        border-radius: 50px;
        text-align: center;
        font-size: 12px;
        color: #000;
    }
    .login-text-mob .add-btn{
        margin: 0 15px;
    }

    .mail-sec .mail-search input{
        width: 65%;
    }
    .social-footer li{
        margin-bottom: 10px;
    }

    .list-view .listing-img {
        width: 60%;
        height: 210px;
        background-size: cover;
        padding: 15px;
    }
    .list-view .listing-text{
        padding: 15px;
    }
    .list-view .listing-text h3 {
        font-size: 14px;
        margin: 0 0 10px 0;
    }
    .list-view .listing-text .listing-maping p {
        font-size: 14px;
        padding: 0 0 10px 0;
    }
    .list-view .rating-res p{
        font-size: 14px;
    }
    .list-view .bottom-price-sec{
        margin-top: 10px;
    }
}
@media (min-width: 320px) and (max-width: 767px) {
    .login-text-mob{
        padding: 15px 0;
        display: flex;
    }
    .login-text{
        display: none !important;
    }
    .login-text-mob .login-sec {
        display: flex;
        align-items: center;
        color: #353535;
        text-decoration: none;
    }
    .login-text-mob .login-sec img {
        margin-right: 10px;
    }
    .login-text-mob .navigation .login-text .add-btn {
        margin-left: 15px;
        margin-right: 15px;
    }
    .login-text-mob .add-btn .btn {
        background-color: #c00000;
        padding: 12px 14px;
        color: #fff;
        border-radius: 0;
    }
    .login-text-mob .cart-sec {
        align-items: center;
        display: flex;
        position: relative;
    }
    .login-text-mob .cart-sec span {
        position: absolute;
        width: 18px;
        height: 18px;
        background-color: #ffc000;
        top: 8px;
        right: -10px;
        border-radius: 50px;
        text-align: center;
        font-size: 12px;
        color: #000;
    }
    .login-text-mob .add-btn{
        margin: 0 15px;
    }
    .navbar-toggler{
        position: absolute;
        top: 20px;
        right: 15px;
    }

    .banner-part h1 {
        font-size: 30px;
        line-height: 40px;
        text-align: center;
    }
    .banner-part {
        padding: 80px 0;
    }
    .search-btn{
        width: 100%;
    }
    .in-bord{
        border-right: 0;
    }
    #product-carousal .owl-nav {
        top: -78px;
        right: 10px;
    }
    .heading-part h2{
        font-size: 30px;
        margin: 0 0 18px 0;
    }
    .heading-part h3 {
        font-size: 14px; 
        margin: 0 0 10px 0;
    }
    #listing .owl-nav {
        right: 10px;
        top: -145px;
    }
    .line-one{
        display: none;
    }
    .heading-part {
        margin: 0 0 20px 0;
    }
    .process-sec{
        margin-top: -105%;
    }
    .process-inner{
        padding: 15px 0;
    }
    .process-inner p{
        font-size: 14px;
    }
    .city .red-btn{
        margin: 0 auto 0 0!important;
        display: block;
    }
    .zoom-effect-img {
        height: 300px;
    }
    .zoom-effect-img .product-text h2{
        font-size: 24px;
    }
    .zoom-effect-img .image-card{
        height: 100%;
        width: 100%;
    }
    .zoom-effect-img .image-card img{
        height: 100%;
        width: 100%;
    }
    .video-sec h2{
        font-size: 27px;
    }
    .counter .counter-text{
        padding-top: calc(var(--bs-gutter-x) * .5);
    padding-bottom: calc(var(--bs-gutter-x) * .5);
    }
    .mob-img img {
        position: static;
        padding-top: 60px;
    }
    .mobile-sec .row{
        flex-direction: column-reverse;
    }
    .mobile-sec {
        padding: 66px 0 66px 0;
    }
    .testimonial {
        margin: 66px 0 40px 0;
    }
    .mail-sec .mail-icon h2 {
        font-size: 25px;
    }
    .mail-sec .mail-search .btn {
        padding: 16px 15px;
        font-size: 12px;
    }
    .mail-sec .mail-search input{
        width: auto;
    }
    .mail-sec .mail-search{
        margin-top: 20px;
        justify-content: center;
    }
    .mail-sec .mail-icon{
        justify-content: center;
    }
    .footer-nav {
        margin-left: 0%;
        margin-top: 35px;
    }
    .copy-right span{
        font-size: 14px;
    }
    .mobile-text ul{
        display: flex;
    }

    .login-form .modal-body{
        display: block;
    }
    .image-part{
        width: 100%;
    }
    .form-sec-log{
        width: 100%;
    }
    .inner-image-part ul{
        display: flex;
    }
    .list-view .price-sec{
        margin-top: 0 !important;
    }

    .list-view .listing-img {
        width: 35%;
        height: auto;
        background-size: cover;
        padding: 15px;
    }
    .list-view .listing-text{
        padding: 15px;
        width: 65%;
    }
    .list-view .listing-text h3 {
        font-size: 14px;
        margin: 0 0 10px 0;
    }
    .list-view .listing-text .listing-maping p {
        font-size: 12px;
        padding: 0 0 10px 0;
    }
    .list-view .rating-res p{
        font-size: 14px;
    }
    .list-view .bottom-price-sec{
        margin-top: 10px;
    }
    .list-view-price .price-sec h5{
        font-size: 12px;
    }
    .list-view-price .rating-res ul li img{
        max-width: 12px;
    }
    .list-view-price .rating-res ul{
        line-height: 15px;
    }
    .list-view .ribbne-sec{
        right: 50px;
    }
    .list-view .ribbne-sec h4{
        font-size: 10px;
    }
    .listing-sec {
        padding: 10px;
        background-color: #fff;
        box-shadow: 0px 0px 10px #00000029;
    }
     .listing-sec .list-drop-shadow{
        box-shadow: none;
     }
     .list-view .profile-image h4{
        font-size: 12px;
     }
     .list-view .rating-res ul li {
        display: table-cell;
     }
     .list-view .rating-res ul{
         display: table-cell;
     }

     .listing-sec .listing-img {
        padding: 14px;
    }
    .listing-sec .profile-image h4{
        font-size: 10px;
    }
    .listing-sec .ribbne-sec h4{
        font-size: 10px;
    }
    .listing-sec .profile-sec{
        display: block;
    }
    .listing-sec .price-sec{
        display: block;
        margin-top: 80px;
    }
    .listing-sec .price-sec .like-sec h5 {
    font-size: 12px;
    }
    .listing-sec .price-sec h5{
        font-size: 12px;
        text-align: left;
        margin: 0 0 0 46px;
    }
    .listing-sec .ribbne-sec{
        padding: 8px 15px;
        position: absolute;
        right: 0;
        margin-right: 0;
    }
    .listing-text{
        padding: 15px 5px 0 5px;
    }
    .listing-text h3 {
        font-size: 14px;
        margin: 0 0 18px 0;
    }
    .listing-text .listing-maping p{
        font-size: 11px;
    }
    .listing-text .rating-res ul{
        line-height: 17px;
    }
    .list-view .list-view-price{
        align-items: baseline;
    }
}