        

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@font-face {
  font-family: 'Satoshi-Variable';
  
  src: url('fonts/Satoshi-Variable.woff2') format('woff2'),
       url('fonts/Satoshi-Variable.woff') format('woff'),
       url('fonts/Satoshi-Variable.ttf') format('truetype');
       font-weight: 300 900;
       font-display: swap;
       font-style: normal;
}

@font-face {
  font-family: 'Satoshi-VariableItalic';
  src: url('fonts/Satoshi-VariableItalic.woff2') format('woff2'),
       url('fonts/Satoshi-VariableItalic.woff') format('woff'),
       url('fonts/Satoshi-VariableItalic.ttf') format('truetype');
       font-weight: 300 900;
       font-display: swap;
       font-style: italic;
}


@font-face {
  font-family: 'Satoshi';
  src: url('fonts/Satoshi-Light.woff2') format('woff2'),
       url('fonts/Satoshi-Light.woff') format('woff'),
       url('fonts/Satoshi-Light.ttf') format('truetype');
       font-weight: 300;
       font-display: swap;
       font-style: normal;
}


@font-face {
  font-family: 'Satoshi';
  src: url('fonts/Satoshi-LightItalic.woff2') format('woff2'),
       url('fonts/Satoshi-LightItalic.woff') format('woff'),
       url('fonts/Satoshi-LightItalic.ttf') format('truetype');
       font-weight: 300;
       font-display: swap;
       font-style: italic;
}


@font-face {
  font-family: 'Satoshi';
  src: url('fonts/Satoshi-Regular.woff2') format('woff2'),
       url('fonts/Satoshi-Regular.woff') format('woff'),
       url('fonts/Satoshi-Regular.ttf') format('truetype');
       font-weight: 400;
       font-display: swap;
       font-style: normal;
}


@font-face {
  font-family: 'Satoshi';
  src: url('fonts/Satoshi-Italic.woff2') format('woff2'),
       url('fonts/Satoshi-Italic.woff') format('woff'),
       url('fonts/Satoshi-Italic.ttf') format('truetype');
       font-weight: 400;
       font-display: swap;
       font-style: italic;
}

@font-face {
  font-family: 'Satoshi';
  src: url('fonts/Satoshi-Medium.woff2') format('woff2'),
       url('fonts/Satoshi-Medium.woff') format('woff'),
       url('fonts/Satoshi-Medium.ttf') format('truetype');
       font-weight: 500;
       font-display: swap;
       font-style: normal;
}

@font-face {
  font-family: 'Satoshi';
  src: url('fonts/Satoshi-MediumItalic.woff2') format('woff2'),
       url('fonts/Satoshi-MediumItalic.woff') format('woff'),
       url('fonts/Satoshi-MediumItalic.ttf') format('truetype');
       font-weight: 500;
       font-display: swap;
       font-style: italic;
}

@font-face {
  font-family: 'Satoshi';
  src: url('fonts/Satoshi-Bold.woff2') format('woff2'),
       url('fonts/Satoshi-Bold.woff') format('woff'),
       url('fonts/Satoshi-Bold.ttf') format('truetype');
       font-weight: 700;
       font-display: swap;
       font-style: normal;
}

@font-face {
  font-family: 'Satoshi';
  src: url('fonts/Satoshi-BoldItalic.woff2') format('woff2'),
       url('fonts/Satoshi-BoldItalic.woff') format('woff'),
       url('fonts/Satoshi-BoldItalic.ttf') format('truetype');
       font-weight: 700;
       font-display: swap;
       font-style: italic;
}

@font-face {
  font-family: 'Satoshi';
  src: url('fonts/Satoshi-Black.woff2') format('woff2'),
       url('fonts/Satoshi-Black.woff') format('woff'),
       url('fonts/Satoshi-Black.ttf') format('truetype');
       font-weight: 900;
       font-display: swap;
       font-style: normal;
}

@font-face {
  font-family: 'Satoshi';
  src: url('fonts/Satoshi-BlackItalic.woff2') format('woff2'),
       url('fonts/Satoshi-BlackItalic.woff') format('woff'),
       url('fonts/Satoshi-BlackItalic.ttf') format('truetype');
       font-weight: 900;
       font-display: swap;
       font-style: italic;
}

/* # General start
================================ */

body , body * {
  transition: all ease-in-out 0.6s;
  font-family: 'Satoshi';
  font-style: normal;
position: relative;
display: block;
padding: 0px;
margin: 0px;
}
.algn_flex{
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
width: 100%;
margin: 0;
}
.algn_none{
  display: none;
}
.algn_block{
  display: block;
}
.algn_fixed-content {
    top: 0;
    bottom:0;
    position:fixed;
    overflow-y:scroll;
    overflow-x:hidden;
}
.algn_before,
.algn_after {
    position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.algn_container{
  max-width: 1270px;
padding: 0px 50px;
  width: 100%;
  margin: 0px auto;
}
.algn_bg-img{
  background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.algn_flex.center {
  align-items: center;
  justify-content: center;
}
.algn_flex.space_between{
  justify-content: space-between;
}
.algn_flex.algn-itm-cntr{
  align-items: center;
}
img {
  height: 100%;
  object-fit: cover;
}
.hamburger div{
  width: 30px;
  height: 3px;
  background: #F7901E;
  margin: 5px;
  transition: all 0.3s ease;
}

.hamburger{
  display: none;
}
.toggle .qbx_main-header {
  opacity: 1;
  height: 100%;
  /* top: 82px;
    z-index: 99; */
}
 .dream-van {
    z-index: -1;
}
@media screen and (min-width: 768px) {
.algn_desktop-none {
  display: none !important;
}
}
@media screen and (max-width: 767px) {
.algn_mobile-none {
  display: none !important;
}
.algn_mbl_flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  margin: 0;
}
  .hamburger{
      display:block;
      /* position: absolute; */
      cursor: pointer;
      /* right: 5%;
      top: 50%;
      transform: translate(-5%, -50%); */
      z-index: 2;
      transition: all 0.7s ease;
  }
  .toggle .bars1{
          transform: rotate(-45deg) translate(-5px, 6px);
      }

      .toggle .bars2{
          transition: all 0s ease;
          width: 0;
      }

      .toggle .bars3{
          transform: rotate(45deg) translate(-5px, -6px);
      }
      .qbx_main-header {
      opacity: 0;
      height: 0px;
      /* position: fixed;
        top: -500px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%; */
  }
      .qbx_main-header li 
      {
          width: 100%;
      }
      .qbx_main-header .qbx_hdr-nav {
          flex-wrap: wrap;
      }
      .inner-div {
        width: 100% !important;
    }
    .algn_flex {
        flex-wrap: wrap;
    }

}

/* # General end
================================ */

/* # header top bar start
================================ */
.qbx_header-top-bar {
  padding: clamp(10px,1.53vw,22px) clamp(30px,8.33vw,120px);
}
.qbx_account-a {
  gap: 15px;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  color: #F7901E;
  text-decoration: none;
}
.qbx_container {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}
.qbx_container-padding {
    padding: 0px clamp(25px,3.47vw,50px);
  }
.qbx_main-header nav {
  padding: clamp(10px,1.25vw,18px) clamp(25px,3.47vw,50px) clamp(9px,1.11vw,16px);
  background: #F7901E;
}
.qbx_main-header .qbx_hdr-nav {
  gap: clamp(15px,2.08vw,30px);
}
.qbx_main-header a {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 13px;
  width: fit-content;
  line-height: 16px;
  color: #FFFFFF;
  text-decoration: none;
  text-transform: capitalize;
}
a:before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0px;
  width: 0%;
  height: 2px;
  background: #fff;
  transition: all ease-in-out 0.6s;
}
a:hover:before {
  width: 100%;
}

h1{
    font-weight: 900;
    font-size: clamp(28px,3.33vw,48px);
    line-height: 100%;
    text-transform: capitalize;
    color: #000000;
}
h2{
    font-weight: 900;
    font-size: clamp(25px,3.13vw,45px);
    line-height: 100%;
    text-transform: capitalize;
    color: #000000;
}
h3{
    font-weight: 900;
    font-size: clamp(23px,2.43vw,35px);
    line-height: 100%;
    text-transform: capitalize;
    color: #000000;    
}
h4 {
    font-weight: 900;
    font-size: clamp(22px,1.94vw,28px);
    line-height: 100%;
    text-transform: capitalize;
    color: #F7901E;
}
h5{
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    color: #F7901E;
}
p {
    font-weight: 500;
    font-size: clamp(16px,1.25vw,18px);
    line-height: 120%;
    text-transform: capitalize;    
    color: #000000;
}
li {
    font-weight: 700;
    font-size: 15px;
    line-height: 150%;
}
button {
    background: #F7901E;
    border-radius: 20px;
    border: 0px;
    padding: clamp(10px,1.39vw,20px) clamp(20px,2.78vw,40px);
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    color: #FFFFFF;
}
.qbx_orange{
    color: #F7901E;
}
span {
    display: inline-block;
}

/* footer  */

        .footer {
            background-color: #F7901E;
            padding: clamp(29px,3.41vw,50px) clamp(25px,3.47vw,50px) 0px;
        }
        a {
            text-decoration: none;
            width: fit-content;
        }
.footer .qbx_ftr-container {
    border-bottom: 1px solid #ffffff;
    padding-bottom: clamp(23px,2.99vw,43px);
}
.footer .qbx_ftr-container > div:nth-child(2) ,
.footer .qbx_ftr-container > div:nth-child(3) {
    width: 20%;
}
.footer .qbx_ftr-container > div:nth-child(1) ,
.footer .qbx_ftr-container > div:nth-child(4) {
    width: 30%;
}
.qbx_ftr-copywrite  li {
    text-align: center;
    color: #ffffff;
    padding: 14px 0px 17px;
}
.qbx_footer-logo {padding-bottom: clamp(20px,2.43vw,35px);}
.qbx_footer-logo img {
    width: clamp(130px,10.76vw,155px);
}
.qbx_info-li {
    gap: clamp(15px,1.39vw,20px);
    padding-bottom: 15px;
}
.footer .qbx_info-li p {
    font-size: 12px ;
    line-height: 15px ;
    max-width: 234px;
    padding-right: 10px;
    width: 100%;
}
.footer h5 {
    color: #ffffff;
    text-align: left;
    padding-bottom: 20px;
    text-transform: capitalize;
}
.footer li a {
    color: #ffffff;
    padding-bottom: 5px;
}
.footer .qbx_social-media-icon {
    gap: 10px clamp(15px,1.39vw,20px);
    max-width: 160px;
    width: 100%;
    flex-wrap: wrap;
}
.footer p {color: #ffffff;font-weight: 500;font-size: 15px;line-height: 18px;text-transform: unset;}
.footer .field__input ,
.footer .newsletter-form__button {
    padding: clamp(7px,1.11vw,16px) clamp(15px,1.53vw,22px) ;
    border: 0px;
}
.footer .field__input {
    background: #FFFFFF;
    border-radius: 10px 0px 0px 10px;
    max-width: 201px;
    width: 100%;
}
.footer .qbx_ftr-container > div:nth-child(4) p {
    max-width: 297px;
    width: 100%;
}
.footer .newsletter-form__button {
    background: #3D499F;
    border-radius: 0px 10px 10px 0px;
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    line-height: 76.7%;
}
.footer .qbx_social-media-icon img {
    width: clamp(35px,2.78vw,40px);
}
.footer .qbx_ftr-newsletter {
    padding-top: 20px;
}
.footer a:hover:before {
    display: none;
}

/* home page  */
.qbx_contant-div  h1 {
    padding-bottom: clamp(15px,1.74vw,25px);
}
.qbx_text-div {
    max-width: clamp(240px,33.41vw,481px);
    margin: 0 auto;
    width: 100%;
}
.qbx_contant-div.qbx_two-clm {
    padding: clamp(25px,5.91vw,85px) 0px clamp(30px,6.46vw,93px);
}
.qbx_contant-div img {
    width: 100%;
}
.qbx_contant-div p {
    padding-bottom: clamp(25px,3.47vw,50px);
}
.qbx_contant-div.qbx_two-clm .algn_flex > * {
    width: 50%;
}
.qbx_contant-div.qbx_two-clm .algn_flex {
    gap: clamp(30px,4.65vw,67px);
}
.qbx_contant-div.qbx_two-clm .inner-div:first-child {
    width: 42%;
}
.qbx_contant-div.qbx_two-clm .inner-div:nth-child(2) {
    width: 58%;
}
/* shipping section */
.qbx_shipping-easy {
    padding: clamp(30px,4.79vw,69px) 0px clamp(30px,4.72vw,68px);
}
.qbx_shipping-easy .inner-div {
    width: 50% ; 
}
.qbx_shipping-easy h4 {
    padding-bottom: clamp(20px,2.08vw,30px);
}
.qbx_shipping-easy h2 {
    padding-bottom: clamp(20px,2.08vw,30px);
    max-width: clamp(190px,25.35vw,365px);
    width: 100%;
}
.qbx_shipping-easy  .outer-div {
    gap: clamp(30px,5.63vw,81px);
}
.qbx_shipping-easy .qbx_text-div {
    max-width: 507px;
}
/* info banner section */
.qbx_info-banner {
    padding: clamp(27px,2.36vw,34px) 0px;
    background: #F7901E;
}
.qbx_info-banner p {
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    text-transform: capitalize;
    color: #FFFFFF;
}
.qbx_info-banner .algn_flex {
    gap: 20px;
}

/*  */
.qbx_our-services {
    padding: clamp(35px,5.91vw,85px) 0px;
}
.qbx_our-services h3 {
    padding-bottom: clamp(25px,3.47vw,50px);
    text-align: center;
}
.qbx_our-services .algn_flex {
    gap: clamp(15px,1.39vw,20px);
}
.qbx_our-services h4 {
    color: #ffffff;
    text-transform: capitalize;
    font-size: 15px;
    line-height: 15px;
    text-align: center;
    padding: clamp(20px,1.94vw,28px) 0px;
    background: #F7901E;
    border-radius: 0px 0px 10px 10px;
}
.qbx_our-services img {
    /* height: 285px;
    object-fit: contain; */
    width: 100%;
}

/* benefit section */
.qbx_hm-benefits {
    padding: clamp(10px,5.22vw,40px) 0px  clamp(35px,5.91vw,85px);
}
.qbx_img-circle {
    width: 101px;
    height: 101px;
    background: #F7901E;
    border-radius: 50%;
    margin: 0 auto -30px;
    position: relative;
    top: -50px;
}
.qbx_four-clm .inner-div {
    width: 25%;
}
.qbx_hm-benefits h5 {
    text-transform: capitalize;
    text-align: center;
    padding-bottom: 20px;
}
.qbx_hm-benefits img {
    width: 43px !important;
    height: 45px;
}
.qbx_hm-benefits  .qbx_border-div {
    margin-top: 50px;
}
.qbx_border-div {
    border: 1px solid #F7901E;
    border-radius: 10px;
    padding: 0px clamp(20px,3.39vw,26px) 21px;
}
.qbx_hm-benefits p {
    min-height: 172px;
}
.qbx_hm-benefits p {
    text-align: center;
}
::-webkit-scrollbar {
    width: 10px;
  }  
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 0px;
  }
  ::-webkit-scrollbar-thumb {
    background: #F7901E; 
    border-radius: 7px;
  }  
  ::-webkit-scrollbar-thumb:hover {
    background: #F7901E; 
  }
  .search-form {
    display: none;
  }
  .toggle-srch .search-form {
    display: flex;
  }
  form.search-form {
    position: absolute;
    top: -4px;
    left: calc(100% + 10px);
}
input.search-field , .search-submit {
    font-size: 15px;
    background: transparent;
    line-height: 15px;
    font-weight: 500;
    border: 1px solid #F7901E;
    color: #000000;
    padding: 3px 10px;
    border-radius: 10px;
}
input.search-field {
    border-radius: 10px 0px 0px 10px;
    border-right: 0px;
}
.search-submit {
    border-radius: 0px 10px 10px 0px;
}

/*** Responsive ***/
@media screen and (max-width:1300px) and (min-width:767px) {
  
}
@media screen and (max-width:1200px) and (min-width:767px) {
  
}
@media screen and (max-width:1024px) and (min-width:767px) {
  
}

@media screen and (min-width:767px) {
  
}

@media screen and (max-width:1024px) {
    .qbx_hm-benefits p {
        min-height: 100px;
    }
    .qbx_four-clm .outer-div {
        flex-wrap: wrap;
    }
    .qbx_four-clm .inner-div {
        width: 30%;
        flex-grow: 1;
    }
}
@media screen and (max-width:991px) {
  
}
@media screen and (max-width:767px) {
    main p , main h1 , main h2, main h3, main h4, main h5 {
        text-align: center;
    }
    main button {
        margin: 0 auto;
    }
    .qbx_info-banner p {
        min-width: 100px;
        text-align: left;
    }
    .qbx_info-banner .algn_flex {
        gap: 25px;
    }
    .qbx_hm-benefits p {
        min-height: unset;
    }
    /* footer  */
    .footer .qbx_ftr-container {
        flex-wrap: wrap;
        gap: 30px;
    }
    .footer .qbx_ftr-container > * {
        width: 100% !important;
    }
    .footer .qbx_social-media-icon {
        max-width: 100% !important;
    }
    .qbx_our-services img ,
    .qbx_contant-div img {
        width: 70%;
    margin: 0 auto;
    }
    .qbx_shipping-easy h2 ,
    .qbx_text-div {
        max-width: unset;
    }
    .qbx_contant-div.qbx_two-clm .inner-div:first-child {
        order: 1;
    }
    .qbx_contant-div.qbx_two-clm .inner-div:nth-child(2) {
        order: 0;
    }
    /*  */
    .qbx_our-services .algn_flex {
        gap: clamp(40px,7.82vw,60px);
    }
    .qbx_our-services h4 {
        width: 70%;
        margin: 0 auto;
    }
    .qbx_ftr-newsletter .algn_flex {
    flex-wrap: nowrap;
    }
}
@media screen and (max-width:479px) {
    .qbx_our-services img ,
    .qbx_our-services h4 ,
    .qbx_contant-div img {
        width: 90%;
    }
}



