    * {
  padding: 0;
  margin: 0 auto;
}

body, html {
  max-width:100%;
  overflow-x:hidden;
  background:#F1EEE2;
  
}





a:hover,
a:focus,
a:focus-visible {
  text-decoration: none;
  outline: none;
}

body {
font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Poppins", sans-serif;
  color: #231F20;
  margin-bottom:15px;
  font-weight:300;
}

h4 {font-weight:600; color:#CE4928; font-size:20px;}
h5 {font-weight:500; font-size:20px;}
h6 {font-weight:500; font-size:14px;}

@-webkit-keyframes b {
  0% {
    transform-origin: 50% 100%;
    transform: scaleY(1);
  }
  50% {
    transform-origin: 50% 100%;
    transform: scaleY(0);
  }
  50.0001% {
    transform-origin: 50% 0;
    transform: scaleY(0);
  }
  to {
    transform-origin: 50% 0;
    transform: scaleY(1);
  }
}
@keyframes b {
  0% {
    transform-origin: 50% 100%;
    transform: scaleY(1);
  }
  50% {
    transform-origin: 50% 100%;
    transform: scaleY(0);
  }
  50.0001% {
    transform-origin: 50% 0;
    transform: scaleY(0);
  }
  to {
    transform-origin: 50% 0;
    transform: scaleY(1);
  }
}
p {
  font-size: 14px;
  line-height: 1.6;
  color: #231F20;
}


nav {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2705882353);
  transition: all ease-in-out 0.5s;
  background: #00000029;
}
nav .navbar {
  padding: 0px;
}
nav img {
  width: 90px;
}
nav .logoblack {
  display: none;
}
nav .navbar-nav {
  margin-right: 0;
}
nav .navbar-nav .nav-item {
  margin-left: 100px;
}
.nav-item i {position:relative; top:1px;}
nav .navbar-nav .nav-link {
  color: #FFFFFF;
  font-size: 14px;
  opacity:0.8;
  transition:all 0.5s ease 0s;
  position:relative;
  padding-left:0px !important;
  padding-right:0px !important;
}

nav .navbar-nav .nav-link::after {
    content:'';
    position:absolute;
    left:0px;
    bottom:0px;
    width:0px;
    background:#fff;
    height:1px;
    transition:all 0.5s ease 0s;
}

nav .navbar-nav .nav-link:hover {
    opacity:1;
}

nav .navbar-nav .nav-link:hover::after {
    width:100%;
}

nav.dlf_nav {
  -webkit-animation: navbar-animation 0.6s;
  animation: navbar-animation 0.6s;
  background:#CE4928;
}

.navbar-brand {margin:0 auto;}
.navbar-collapse {flex-direction:row;}
.navbar-nav.first {margin-left:0;}
.navbar-nav.last {margin:0;}


.nav-right {
    margin:0px;
    display:flex;
    align-items:center;
    margin-left:30px;
}



.hamburger .line {
  width: 30px;
  height: 2px;
  background-color: #fff;
  display: block;
  margin: 6px auto;
  transition: all 0.3s ease-in-out;
}

#hamburger-11 {
  outline: none !important;
  transition: all 0.3s ease-in-out;
}

#hamburger-11.is-active {
  -webkit-animation: smallbig 0.6s forwards;
          animation: smallbig 0.6s forwards;
}

@-webkit-keyframes smallbig {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(0);
  }
}

@keyframes smallbig {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(0);
  }
}
#hamburger-11.is-active .line:nth-child(1),
#hamburger-11.is-active .line:nth-child(2),
#hamburger-11.is-active .line:nth-child(3) {
  transition-delay: 0.2s;
}

#hamburger-11.is-active .line:nth-child(2) {
  opacity: 0;
}

#hamburger-11.is-active .line:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

#hamburger-11.is-active .line:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}/*# sourceMappingURL=style.css.map */


@keyframes fadeInUp2 {
        from {
        }

        to {
            opacity: 1
        }
    }

    @-webkit-keyframes fadeInUp2 {
        from {
        }

        to {
            opacity: 1
        }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
@-webkit-keyframes fadeInUp {
    0% {
      opacity: 0;
      -webkit-transform: translateY(40px);
      transform: translateY(40px);
    }
  
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }
  
  @keyframes fadeInUp {
    0% {
      opacity: 0;
      -webkit-transform: translateY(40px);
      -ms-transform: translateY(40px);
      transform: translateY(40px);
    }
  
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
    }
  }
  
  .fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
  }




.pad80 {
  padding: 80px 0;
}

.padt80 {
  padding-top: 80px;
}

.padb80 {
  padding-bottom: 80px;
}

.span {
    color: #ffffff80;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 5px;
    display: block;
}

.h2 {
  font-size: 54px;
  font-weight:400;
  margin-bottom: 15px;
}



.black {
    color:#000;
}

.grey {
    background:#EBE7D7;
}

.banner {
    height:80vh;
    position:relative;
}

.banner img, .banner video {height:100%; object-fit:cover}

.banner video {object-fit:cover}

.banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6); /* solid dark overlay */

    /* image jaisa smooth fade */
    -webkit-mask-image: linear-gradient(
        to right,
        rgba(0,0,0,1) 0%,
        rgba(0,0,0,1) 30%,
        rgba(0,0,0,0.7) 45%,
        rgba(0,0,0,0.3) 60%,
        rgba(0,0,0,0) 75%
    );
    mask-image: linear-gradient(
        to right,
        rgba(0,0,0,1) 0%,
        rgba(0,0,0,1) 30%,
        rgba(0,0,0,0.7) 45%,
        rgba(0,0,0,0.3) 60%,
        rgba(0,0,0,0) 75%
    );

    pointer-events: none;
}
.banner .container {
    position:absolute;
    top:35px;
    left:0;
    right:0;
    height:100%;
}

.banner .container > div {
    display:flex;
    align-items:flex-start;
    justify-content:center;
    height:100%;
    flex-direction:column;
}



.banner .h2, .banner p {
    color:#fff;
   margin-left:0px;
}
.banner p {color:#ffffffd6;}


.tenxbtn {
    background:#CE4928;
    color:#fff;
    padding:10px 30px;
    border:0px;
    transition:all 0.5s ease 0s;
    cursor:pointer;
    border-radius:30px;
    font-size:14px;
    font-weight:500;
    min-width:140px;
    
}

.tenxbtn:hover {
    background:#000;
    color:#fff;
}

.tenxbtn.outline {
    background:none;
    color:#fff;
    border:2px solid #fff;
}

.hoverlink {position:relative;}
.hoverlink::after {
    content:'';
    position:absolute;
    left:0;
    width:0;
    bottom:-5px;
    background:#b1a5a5;
    transition:all 0.3s ease-in-out 0s;
    height:1px;
}
.hoverlink:hover::after {width:100%;}

/*.homeabout {*/
/*    background: url(../images/10xbg1.svg) no-repeat center center / cover;*/
/*    background-size: 620px;*/
/*}*/

.homeabout {
    position: relative;
    z-index: 1;
    overflow:hidden;
}

.homeabout::before {
    content: "";
    position: absolute;
    /* inset: 0; */
    background: url(../images/10xbg1.svg) no-repeat center center;
    background-size: 620px;
    opacity: 0.6;
    pointer-events: none;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
}

.aboutus p.last {font-weight:500;}

.mainproducts {padding-top:20px;}
.mainproducts .slick-list, .mainproducts .slick-track {display:flex;}
.mp {background:#EBE7D7; padding:10px 10px 0px; border-radius:10px; text-align:center; margin:0 8px;}
.mp p {font-weight: 600;margin-top: 0px;margin-bottom:0px;}
.mp img {width:100%;}

.pmbox {background:#EBE7D7; border-radius:20px;}
.pmbox img {border-radius:20px;}
.pm-cont {padding:30px;}
.pm-cont h5 {margin-bottom:8px;}
.btmspace {margin-bottom:40px;}

.testibox {border-radius:15px; background:#EBE7D7 url(../images/coma.png) no-repeat right bottom; background-position:right 20px bottom 20px; background-size:100px; display:flex; align-items:center; padding:25px;}
.testimonials img, .testimonials iframe  {border-radius:20px; object-fit:cover}
.testimonialslider::before {
    content: '';
    position: absolute;
    right: -150px;
    top: 0;
    width: 22%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    /* background: #F1EEE2; */
    /* -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%); */
    /* mask-image: linear-gradient(to left, rgb(217 20 20) 0%, rgb(0 0 0 / 0%) 100%); */
    background: linear-gradient(270deg, #f1eee2, #f1eee2, #ffffff00);
}

.testimonialslider::after {
    content: '';
    position: absolute;
    left: -150px;
    top: 0;
    width: 22%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    /* background: #F1EEE2; */
    /* -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%); */
    /* mask-image: linear-gradient(to left, rgb(217 20 20) 0%, rgb(0 0 0 / 0%) 100%); */
    background: linear-gradient(90deg, #f1eee2, #f1eee2, #ffffff00);
}

.testiimg {
    flex-shrink: 0;
    margin-right: 30px;
    width: 37%;
}
.testiimg img {border-radius:20px;}

.slick-arrow { cursor:pointer; transition:all 0.5s ease 0s; border: 1px solid #CE4928; position: absolute; display: flex; width: 40px; height: 40px; border-radius: 50%; align-items: center; justify-content: center; top: -110px; right: 0px; }
.slick-arrow:hover {background:#CE4928;}
.slick-arrow svg {width:15px;}
.slick-arrow svg path {stroke:#CE4928}
.slick-previous {right:50px;}

.slick-arrow:hover svg path {stroke:#fff}


.form-pad {padding-left:50px;}

.contactform {
    padding: 50px 50px;
    background: #EBE7D7;
    border-radius: 30px;
}
.form-control {
    background: none;
    border: 0px;
    border-bottom: 1px solid #00000024;
    border-radius: 0px;
    padding: 10px 0px;
}
.form-control:focus {outline:none; box-shadow:none; background:none;}
.form-control::placeholder {text-transform:uppercase; font-size:12px; font-weight:400;}

.custom-check input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.custom-check label {
  position: relative;
  cursor: pointer;
}

.custom-check label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #707070;
    border-radius: 3px;
    padding: 6px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    top:-2px;
}

.custom-check input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    left: 5px;
    width: 5px;
    height: 11px;
    border: solid #707070;
    border-width: 0 2px 2px 0;
    transform: rotate(48deg);
}
.checkform {
    display: flex;
    align-items: flex-start;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.checkform a {color:#CE4928;}

.checkform label {
    font-size: 11px;
    color: #00000069;
    position: relative;
    margin-left:10px;
}

.contact_details ul {margin-top:50px;}
.contact_details li {display:flex; list-style:none; margin-bottom:20px; align-items:center;}
.contact_details li:last-child {margin-bottom:0px;}
.contact_details i {
    /*background: #d44a2821;*/
    color: #D44A28;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    font-size: 13px;
    flex-shrink:0;
}
.contact_details li a, .contact_details li p {margin:0px; margin-left:15px; font-size:14px; color:#231F20;}

.slide_product {height:100vh !important; padding-top:50px; position:relative;}
.slide_product .h2 {color:#fff;}
.slide_product p {color:#ffffff80;}
.slide_product .tenxbtn {
    margin-top: 20px;
    display: inline-block;
}
.slide_product .tenxbtn:hover {background:#CE4928; border:2px solid transparent;}

.moving_products {
    background: #F1EEE2;
    padding:  20px 15px;
    border-radius: 15px;
    max-width: 500px;
    margin-left: 0;
    margin-top: 90px;
}

.moving_products ul {margin:0;}
.moving_products li {list-style:none; text-align:center; position:relative; border-right:1px solid #cccccc6e; padding:0px 10px;}
.moving_products li img {max-width:100%;}
.moving_products li span {
    position: absolute;
    top: 0;
    right: 15px;
    background: #d44a2821;
    color: #CE4928;
    padding: 8px 10px;
    font-size: 12px;
    border-radius: 20px;
    min-width: 80px;
}
.moving_products p {
    font-weight: 600;
    color: #000;
    margin-bottom: 0;
    margin-top: 10px;
}

.myslider .slick-dots {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2%;
    display: flex !important;
    width: auto;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.myslider .slick-dots li {
  list-style: none;
  margin: 3px 0;
}

.myslider .slick-dots button {
  border-radius: 50%;
  width: 13px;
  height: 13px;
  border: none;
  background-color: transparent;
  text-indent: -9999px;
  outline: 0;
}

.myslider .slick-dots li button:before {
    width:13px;
    height:13px;
    opacity:1;
    border:1px solid #fff;
}

.myslider .slick-dots li.slick-active button {background:#fff;}

/*.myslider .slick-dots button:hover {*/
/*  background-color: #000;*/
/*}*/





footer {
    background: #CE4928;
    padding: 12px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding:0;
    padding-top:20px;
    /*padding-bottom:50px;*/
}
footer .container {padding-top:30px; padding-bottom:30px;}
.footerlogo {position:relative; }
.footerlogo img {
    width: 122px;
    background: #CE4928;
    position: relative;
    padding: 0 11px 0 15px;
    z-index:1;
}
.footerlogo::before {left:0; width:100%; position:absolute; top:45px; height:1px ; background:#ffffff54; content:''}

.footercolumns {display:flex; position:relative; flex-direction:column; align-items:center; text-align:left;}
.footercolumns::after {
    content: '';
    position: absolute;
    right: 0;
    top: -60px;
    height: calc(100% + 90px);
    width: 1px;
    background: #ffffff54;
}
.footercolumns.noafter::after {display:none;}
footer ul {margin:0;}
footer li {list-style:none; font-size:12px;}
footer p {color:#fff; margin:0; margin-bottom:20px;}
footer li {margin-bottom:8px;}
footer li a {color:#ffffffba; transition:all 0.3s ease 0s ;}
footer li a:hover {color:#fff;}

.footerproducts {padding:30px 0px; border-top:1px solid #ffffff54;}
.footerproducts ul {display:flex; margin:0; justify-content:space-between;}
.footerproducts li {
    width: 18%;
    background: #c64222;
    border-radius: 10px;
    padding: 40px 20px;
    margin: 0;
}
.footerproducts li img {transition:all 0.5s ease 0s; width:100%;}
.footerproducts li:hover img {transform:scale(1.1);}

.sociallinks a {
    background:#fff; transition:all 0.5s ease 0s; color:#CE4928;margin:0px; margin-right:8px; border-radius:50%; width:30px; height:30px; display:flex; align-items:center;justify-content:center;
}
.sociallinks a:hover {background:#0D825E; color:#fff;}
.follow-pb{
     padding-bottom:50px;
}
.bottom-footer {
    background: #0c825f;
    color: #fff;
    font-size: 12px;
    padding: 15px 0px;
    border-top: solid 1px #ccc8b7;
}
.bottom-footer img {width:100px;}
footer h5 {
    color: #000;
    text-align: left;
    font-weight: 400;
    font-size: 14px;
}

footer .contact_details ul {
    margin-top: 0;
    display: grid;
    grid-template-columns: 0.8fr 0.8fr 1.2fr 1.2fr;
    gap: 40px; /* spacing between columns */
}

footer .contact_details li {
    margin-bottom: 0;
    align-items:flex-start;
}

footer .contact_details i {color:#000; width:auto; height:auto; position:relative; top:3px;}
footer .contact_details li a, footer .contact_details li p {color:#000; text-align:left; font-size:13px;}
footer .contact_details li p br {display:none;}



label.error { color:red;font-size:12px; margin-top:5px;}



.counter-sec {margin:0; text-align:center;}
.counter-sec span {font-size:12px;}
span.counter1 {font-size:45px ; font-weight:500; margin:0; margin-right:5px;}
.counter-cont {font-size: 50px;display: flex;align-items: center;}
.flex-row {display:flex; justify-content:space-between;}
span.desc {padding-left:8px; text-align:left;}
.divider {background:#d9d4d4; width:1.5px; height:auto;}
.nav-pills .nav-link {
    border-radius: .25rem;
    width: 100%;
    background: #e3dec9;
    margin-bottom: 15px;
    padding: 15px 23px;
    border-radius: 10px;
    color: #000;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {background:#CE4928;}

.nav-pills {
    display:none;
    padding-right:40px;
}
.card {background:none;}
.tabcontent {padding-left:30px;}
.tabimg img {width:100%;border-radius:15px;}
.card-body .h2 {font-size:40px;}

.product_inner {
    background: #EBE7D7;
    position: relative;
    border-radius: 18px;
    padding: 70px 20px 40px 20px;
    text-align: center;
    height:100%;
}
.products-listing {margin-top:40px; margin-bottom:-20px; margin-left:-10px; margin-right:-10px;}
.product_inner img {width:240px; transition:all 0.3s ease 0s;}
.product_inner:hover img {transform:scale(1.1);}
.product_inner:hover .tenxbtn {background:#CE4928; border:2px solid transparent; color:#fff;}
.products-listing .col-sm-4 {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    padding: 0 10px;
}
.inner_img {margin-bottom:30px;}
.product_inner h5 {
    font-size: 18px;
    padding: 0 20px;
}
.product_inner .tenxbtn {
    display: inline-block;
    color: #000000d6;
    border-color: #0000006b;
    padding: 7px 20px;
    min-width: 200px;
    margin-top: 5px;
}
.product_inner .tenxbtn:hover {border:2px solid transparent; color:#fff; background:#CE4928;}

span.size {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #d44a2821;
    color: #CE4928;
    padding: 8px 10px;
    font-size: 14px;
    border-radius: 20px;
    min-width: 80px;
    font-weight:700;
}

.header_margin {
    margin-top: 80px;
}

.slide_desc1 .h2 {font-size:42px; margin-bottom:5px;}
.slide_desc1 .span {color:#000; text-transform:initial;}
.slide_desc1 h5 {margin-top:25px; margin-bottom:10px;}
.avialable_sizes {border-top:1px solid #ccc; margin-top:20px; }
.sizes .size {
    position: initial;
    font-weight: 500;
    min-width: 70px;
    display: inline-block;
    margin-right: 10px;
    text-align: center;
    background: #d44a280a;
    padding: 12px 18px;
    cursor:pointer;
    margin-bottom:10px;
    transition:all 0.5s ease 0s;
    border-radius:25px;
}
.sizes .size:hover {background:#CE4928; color:#fff;}
.social {display:flex; align-items:center; margin-top:10px;}
.social li {
    list-style: none;
    margin-left: 0;
    background: #ebe7d7;
    padding: 15px 20px;
    border-radius: 30px;
}
.social li img {width:84px;}
.amazon {position:relative; top:4px;}

.greybox {
    background: #EBE7D7;
    height: 100%;
    border-radius: 20px;
    padding: 30px 30px;
}

.producgry {display:flex; align-items:center; justufy-content:center}
.producgry img {width:100%;}

.add {
    height: 100%;
    background-color: #EBE7D7;
    border-radius: 20px;
    padding: 20px 30px;
}

.addrow .col-sm-4 {margin-left:0px; margin-right:0px;}
.add li {
    font-size: 14px;
    margin-bottom: 8px;
    list-style: none;
}
.add p {
    font-size: 14px;
    line-height: 1.8;
}
.add h3 {
    font-size: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  font-weight:400;
}

.add p, .add ul, .add li:last-child {
    margin-bottom: 0;
}

.map {
    background: #fff;
    border-radius: 15px;
    padding: 10px;
    height: 100%;
}
.map iframe {
    border-radius: 15px;
    height: 100%;
    width: 100%;
}
.phonenumbers {
    background: #fff;
    padding: 40px 50px;
    border-radius: 20px;
    position: relative;
}
.phonenumbers ul {
    margin: 0px;
}
.phonenumbers li {
    list-style: none;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}
.phonenumbers h6 {
    font-size: 20px;
}
.phonenumbers li p {
    margin-bottom: 5px;
}
.phonenumbers li p a {color:#000;}
.addh {
    margin-top: 30px;
    margin-bottom: 30px;
    font-weight:400;
}
.mapcontact iframe {height:450px;}
/*Contact us*/


.buynow_drop {position:relative;}
/*.buy-now {position:relative; overflow:initial; }*/
/*.buy-now::before {display:none;}*/
.buynow_drop ul, .dropdown {
    background:#EBE7D7;
    /*background: rgb(255 255 255 / 37%);*/
    /*backdrop-filter: blur(10px);*/
    position: absolute;
    top: 43px;
    right: 0;
    width: 160px;
    padding: 10px 10px ;
    border-radius: 15px;
    transition:all 0.5s ease 0s;
    opacity:0;
    visibility:hidden;
    transform:translateY(20px);
    
}

.dropdown {left:0px; min-width:210px;}

.buynow_drop:hover ul, .dropmenu:hover .dropdown {transform:translateY(0px); opacity:1; visibility:visible;}
.buynow_drop:hover .grm-btn::after {height:100%;}
.buynow_drop li, .dropdown li {
    list-style: none;
    /*margin-bottom: 5px;*/
    /*padding-bottom: 8px;*/
    border-bottom: 1px solid #d8d3bf;
    text-transform:tittlecase;
    transition:all 0.5s ease 0s;
    border-radius:10px;
}
.buynow_drop li a, .dropdown li a {color:#000; padding:12px 15px; font-size:14px;  display:block; }

.buynow_drop li:hover, .dropdown li:hover  {background:#CE4928; color:#fff; }
.buynow_drop li:hover a, .dropdown li:hover a {color:#fff;}

.buynow_drop li:last-child, .dropdown li:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px solid #ffffff5c;
}
.mb_buynow {display:none;}

nav.active {transform:translateY(-100%);}


.privacy-loop {
    margin-bottom: 40px;
}
.top90 {
    margin-top: 81px;
    padding: 40px 0;
}

.privacy-loop h3 {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 15px;
}
.privacy-loop ul{
        padding-left: 20px;
}
.privacy-loop ul li {
    font-size: 14px;
    line-height: 1.6;
    color: #231F20;
    margin-bottom: 20px;
}

.social li:first-child img{
        width: 66px;
}
.social li:nth-child(2) img{
        width: 60px;
}
.social li:nth-child(3) img{
    
}
.social li:last-child img{
        width: 60px;
}

.slider-nav .slick-slide.thumbnail-image .thumbImg{
    height:auto !important;
}


footer .footerproducts li{
    background: #a29c851f;
}



.btn-file {
    cursor: pointer;
    padding-left: 0;
    position: relative;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0
}

.btn-file input[type="file"] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: #f46c21!important;
    color: #fff!important;
    cursor: inherit;
    display: block
}

.btn-file .error {
    /* position: absolute; */
    top: 45px;
    margin-left: 12px;
    margin-top: 9px;
}

span.file-name {
    font-size: 12px;
    display: flex;
    margin: 0
}

.btn-file i {
    margin-right: 10px!important;
    color: #CE4928;
    border: solid 1px #CE4928;
    font-size: 15px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0
}


.mb_buynow i{
    transition: transform 0.3s ease;
}

.mb_buynow.open i{
    position:relative;
    top:-1px;
    transform: rotate(180deg);
}

#terms-error {width:100%;}

.car-awl li{list-style:none; font-size:14px; padding-left:45px; margin-bottom:20px; position:relative; }

.car-awl li::before {
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    color: #CE4928;
    left: 0;
    top: -3px;
    border: 1px solid #CE4928;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

p a {color:#CE4928;}

.mt-50 {
    margin-top: 50px;
}

.privacy-text li {
    margin-left: 15px;
    margin-bottom: 8px;
    font-size: 14px;
}




.video-volume-btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 10;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    border: none;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-volume-btn:hover {
    background: rgba(0, 0, 0, 0.8);
}

.size.active-size {background:#CE4928; color:#fff;}
