
body.custom-boxes-landing {
  color: #282828;
  background-color: #f9f9f9;
}

.new_home h1,
.new_home h2,
.new_home h3,
.new_home h4,
.new_home h5,
.new_home h6 {
  font-family: "Catamaran", sans-serif !important;
  margin: 0;
}

/* header footer css start */
#header.uncollapsed .logo svg,
#header.uncollapsed .logo svg path,
#header.uncollapsed .minicart-wrapper .icon-cart svg {
  fill: #0082ff !important;
}

#header {
  position: fixed;
  z-index: 2000;
  width: 100vw;
  padding: 1rem 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: 0 0;
}

#header .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

#header .row,
footer .pack-prefooter .container .row {
  margin-right: 0;
  margin-left: 0;
}

#header a {
  cursor: pointer;
}

@media only screen and (min-width: 760px) {
  #header {
    padding: 0;
  }
}

#header.collapsed {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

#header.uncollapsed {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  background: #fff;
}

#header.uncollapsed .do_it a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #0082ff !important;
  border: 1px solid #0082ff !important;
}

#header.uncollapsed .do_it a:hover {
  color: #fff !important;
  border: 1px solid #0082ff !important;
  background-color: #0082ff !important;
}

#header.uncollapsed .about-link a,
#header.uncollapsed .account-wrapper a,
#header.uncollapsed .contact-link a,
#header.uncollapsed .nav-btn-mobile {
  color: #0082ff !important;
}

#header.uncollapsed .logo-wrapper .minicart-wrapper {
  visibility: visible !important;
}

#header.uncollapsed .store-tools--mobile .nav-main-links .do_it a {
  border: none !important;
}

#header.uncollapsed .store-tools--mobile .nav-main-links .about-link a,
#header.uncollapsed .store-tools--mobile .nav-main-links .account-wrapper a,
#header.uncollapsed .store-tools--mobile .nav-main-links .do_it a {
  color: #fff !important;
}

.blue [data-toggle="dropdown"] {
  position: relative;
  top: 4px;
  display: inline-block;
}

.blue-header #header .logo svg,
.blue-header #header .logo svg g .box,
.blue-header #header .minicart-wrapper .icon-cart svg {
  fill: #0082ff;
}

.blue-header #header .do_it a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #0082ff;
  border: 1px solid #0082ff;
}

.blue-header #header .do_it a:hover {
  color: #fff;
  border: 1px solid #0082ff;
  background-color: #0082ff;
}

.blue-header #header .about-link a,
.blue-header #header .account-wrapper a,
.blue-header #header .contact-link a,
.blue-header #header .nav-btn-mobile {
  color: #0082ff;
}

.blue-header #header .nav-btn-mobile::after {
  background-color: #0082ff;
}

.blue-header #header .store-tools--mobile .do_it a {
  color: #fff;
  border: 1px solid transparent;
}

.blue-header #header .store-tools--mobile .do_it a:hover {
  background-color: transparent;
}

.blue-header #header .store-tools--mobile .about-link a,
.blue-header #header .store-tools--mobile .account-wrapper a,
.blue-header #header .store-tools--mobile .contact-link a {
  color: #fff;
}

#header.isBlue .logo-wrapper svg,
#header.isBlue .minicart-wrapper .icon-cart svg,
.blue .logo-wrapper svg,
.blue .minicart-mobile .icon-cart svg,
.blue .minicart-wrapper .icon-cart svg {
  fill: #fff !important;
}

#header.isBlue .account-wrapper .links.dropdown-menu a,
.blue .account-wrapper .links.dropdown-menu a {
  color: #0082ff !important;
}

#header.isBlue .do_it a,
.blue .do_it a {
  color: #fff !important;
  border: 1px solid transparent !important;
}

#header.isBlue .do_it a:hover,
.blue .do_it a:hover {
  color: #0082ff !important;
  border: 1px solid transparent !important;
  background-color: transparent !important;
}

#header.isBlue .nav-btn-mobile,
.blue .nav-btn-mobile {
  color: #fff !important;
}

@media (min-width: 950px) {
  #header.isBlue .about-link > a,
  #header.isBlue .account-wrapper > a,
  #header.isBlue .contact-link > a,
  .blue .about-link > a,
  .blue .account-wrapper > a,
  .blue .contact-link > a {
    position: relative;
    display: block;
    overflow: hidden;
    color: #fff !important;
  }

  #header.isBlue .about-link > a::after,
  #header.isBlue .account-wrapper > a::after,
  #header.isBlue .contact-link > a::after,
  .blue .about-link > a::after,
  .blue .account-wrapper > a::after,
  .blue .contact-link > a::after {
    position: absolute;
    right: 0;
    bottom: 3px;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    content: "";
    transition: transform, -webkit-transform;
    -webkit-transition-timing-function: cubic-bezier(0.6, 0.15, 0.4, 1);
    transition-timing-function: cubic-bezier(0.6, 0.15, 0.4, 1);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    background-color: #fff !important;
  }

  #header.isBlue .about-link > a:hover,
  #header.isBlue .account-wrapper > a:hover,
  #header.isBlue .contact-link > a:hover,
  .blue .about-link > a:hover,
  .blue .account-wrapper > a:hover,
  .blue .contact-link > a:hover {
    color: #fff !important;
  }

  #header.isBlue .about-link > a:hover::after,
  #header.isBlue .account-wrapper > a:hover::after,
  #header.isBlue .contact-link > a:hover::after,
  .blue .about-link > a:hover::after,
  .blue .account-wrapper > a:hover::after,
  .blue .contact-link > a:hover::after {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }

  #header.isBlue .do_it a,
  .blue .do_it a {
    color: #fff;
    border: 1px solid #fff !important;
  }

  #header.isBlue .do_it a:hover,
  .blue .do_it a:hover {
    color: #0082ff !important;
    border: 1px solid #fff !important;
    background-color: #fff !important;
  }
}

#header.isBlue .store-tools--mobile a,
.blue .store-tools--mobile a {
  color: #fff;
}

#header.isBlue.uncollapsed .nav-btn-mobile,
#header.isBlue.uncollapsed a,
#header.isBlue.uncollapsed a:hover,
.blue.uncollapsed .nav-btn-mobile,
.blue.uncollapsed a,
.blue.uncollapsed a:hover {
  color: #0082ff !important;
}

#header.isBlue.uncollapsed a::after,
.blue.uncollapsed a::after {
  background-color: #0082ff !important;
}

#header.isBlue.uncollapsed .do_it a,
.blue.uncollapsed .do_it a {
  border: 1px solid #0082ff !important;
}

#header.isBlue.uncollapsed .do_it a:hover,
.blue.uncollapsed .do_it a:hover {
  color: #fff !important;
  background-color: #0082ff !important;
}


#header.isBlue.uncollapsed .minicart-wrapper .icon-cart svg,
#header.isBlue.uncollapsed
  .minicart-wrapper
  .icon-cart
  svg
  .minicart-wrapper
  .icon-cart
  svg,
.blue.uncollapsed .minicart-mobile .icon-cart svg,
.blue.uncollapsed .minicart-wrapper .icon-cart svg,
.blue.uncollapsed
  .minicart-wrapper
  .icon-cart
  svg
  .minicart-wrapper
  .icon-cart
  svg {
  fill: #0082ff !important;
}

.menu-header .logo-wrapper {
  position: relative;
  z-index: 99999;
  visibility: hidden;
  max-width: 50%;
}

.menu-header .logo-wrapper .logo {
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 40px;
  margin-top: 15px;
  margin-left: 1rem;
  opacity: 1 !important;
}

@media (min-width: 415px) {
  .menu-header .logo-wrapper .logo {
    overflow: visible;
    width: auto;
  }
}

@media only screen and (min-width: 760px) {
  .menu-header .logo-wrapper .logo {
    margin-left: 1rem;
  }
}

.menu-header .logo-wrapper .logo svg {
  height: 6rem;
  fill: #fff;
}

@media only screen and (min-width: 1200px) {
  .menu-header .logo-wrapper .logo svg {
    height: 7rem;
  }
}

.menu-header .logo-wrapper .logo svg g,
.menu-header .store-tools .do_it a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.menu-header .logo-wrapper .logo svg g .box {
  fill: #fff;
}

.menu-header .logo-wrapper .logo:hover svg,
.menu-header .logo-wrapper .logo:hover svg g .box {
  fill: #0082ff;
}

.menu-header .store-tools > * {
  display: none;
}

@media (min-width: 950px) {
  .menu-header .store-tools {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    min-height: 93px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.menu-header .store-tools > div {
  padding: 15px 10px;
}

@media (min-width: 769px) and (max-width: 825px) {
  .menu-header .store-tools > div {
    padding: 9px;
  }
}


.menu-header .store-tools a {
  padding: 5px 10px;
}

.menu-header .store-tools .do_it {
  visibility: hidden;
}

@media (min-width: 950px) {
  .menu-header .store-tools .do_it {
    display: inline-block;
  }
}

.menu-header .store-tools .do_it a {
  padding: 5px 35px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
}

.menu-header .store-tools .do_it a:hover {
  border: 1px solid #0082ff;
  background-color: #0082ff;
}

@media (min-width: 950px) {
  .menu-header .store-tools .about-link,
  .menu-header .store-tools .contact-link {
    display: inline-block;
  }
}


.menu-header .store-tools .about-link a,
.menu-header .store-tools .contact-link a {
  color: #fff;
}

.bubble-box .wrap h3,
.menu-header .store-tools .about-link a:hover,
.menu-header .store-tools .account-wrapper a:hover,
.menu-header .store-tools .contact-link a:hover,
footer .pack-subnav ul li a:hover {
  color: #0082ff;
}

.menu-header .store-tools .contact-link {
  /* display: none; */
}

.menu-header .store-tools .account-wrapper {
  position: relative;
  visibility: hidden;
}

@media (min-width: 950px) {
  .menu-header .store-tools .account-wrapper {
    display: inline-block !important;
  }
}

.menu-header .store-tools .account-wrapper [data-toggle="dropdown"] {
  position: relative;
  top: 0;
  display: inline-block;
  vertical-align: bottom;
}

.menu-header .store-tools .account-wrapper :root [data-toggle="dropdown"] {
  top: 0;
  display: none !important;
}

.menu-header .store-tools .account-wrapper a {
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
}

.menu-header .store-tools .account-wrapper a.dropdown {
  position: relative;
  display: inline-block;
}

.menu-header .store-tools .account-wrapper .dropdown-menu {
  top: 47px;
  right: -34px;
  left: inherit;
}

.menu-header .store-tools .account-wrapper .dropdown-menu a {
  color: #1b3348;
}

.menu-header .store-tools .account-wrapper .dropdown-menu a:hover,
.store-tools--mobile .nav-main-links .account-wrapper .dropdown-menu a:hover {
  color: #0370d9;
}

.menu-header .minicart-wrapper,
.menu-header .minicart-wrapper .dropdown {
  position: fixed;
  z-index: 999;
  top: 45px;
  right: 135px;
}

@media (min-width: 950px) {
  .menu-header .minicart-wrapper {
    position: relative;
    top: 2px;
    right: unset;
    display: inline-block;
    padding-right: 35px !important;
  }
}

.menu-header .minicart-wrapper .dropdown {
  display: inline-block;
  min-width: 22px;
  min-height: 15px;
  padding: 0;
}

@media (min-width: 950px) {
  .menu-header .minicart-wrapper .dropdown {
    position: relative;
    top: unset;
    right: unset;
  }
}

.menu-header .minicart-wrapper .dropdown a.action {
  display: block;
  min-width: 22px;
  min-height: 15px;
}

.menu-header .minicart-wrapper .dropdown.text-right .dropdown-menu {
  position: fixed;
  top: 100px;
  right: 0 !important;
  width: 100vw !important;
  min-width: 300px;
  min-height: 100px;
  padding: 15px;
}

@media only screen and (min-width: 760px) {
  .menu-header .minicart-wrapper .dropdown.text-right .dropdown-menu {
    top: 0;
    min-height: 68px;
    padding: 30px;
  }
}

.menu-header .minicart-wrapper .icon-cart svg {
  width: 22px;
  fill: #fff;
}

.menu-header .minicart-wrapper .badge {
  font-size: 1.4rem;
  line-height: 2.2rem;
  position: absolute;
  z-index: 0;
  top: 3px;
  right: -8px;
  width: 22px;
  min-width: 22px;
  height: 22px;
  min-height: 22px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background-color: transparent;
}

.menu-header .minicart-wrapper .badge .counter-label {
  font-size: 0;
  display: block;
}

.menu-header .minicart-wrapper .badge .counter-label::before {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  display: block;
  overflow: visible !important;
  width: 9px;
  height: 9px;
  content: "";
  border: 1px solid #fff;
  border-radius: 10px;
  background: #f15d4e;
}

.menu-header .minicart-wrapper .badge .counter-label::after {
  position: absolute;
  z-index: 2;
  top: -6px;
  left: -6px;
  width: 21px;
  height: 21px;
  content: "";
  -webkit-animation: pulse 1s ease infinite;
  animation: pulse 1s ease infinite;
  opacity: 1 !important;
  border-radius: 30px;
  background-color: rgba(241, 93, 78, 0.2);
}

.nav-btn-mobile {
  position: absolute;
  z-index: 2 !important;
  top: 48px;
  right: 50px;
  cursor: pointer;
  pointer-events: all;
  opacity: 1;
  color: #fff;
  filter: alpha(opacity=100);
}

@media (min-width: 950px) {
  .nav-btn-mobile {
    pointer-events: none;
    opacity: 0;
    filter: alpha(opacity=0);
  }
}

.nav-btn-mobile::after {
  position: absolute;
  right: 0;
  bottom: -3px;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  transition: transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.6, 0.15, 0.4, 1);
  transition-timing-function: cubic-bezier(0.6, 0.15, 0.4, 1);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transform-origin: right center;
  transform-origin: right center;
  background-color: #fff;
}

.nav-btn-mobile:hover::after {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.store-tools--mobile {
  position: absolute !important;
  z-index: 1;
  top: 0;
  width: 100vw;
  height: 100vh;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  pointer-events: all;
  background: #ff515b;
  background: -webkit-linear-gradient(45deg, #ff515b 0%, #ff7857 100%);
  background: linear-gradient(45deg, #ff515b 0%, #ff7857 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff515b', endColorstr='#ff7857', GradientType=1);
}

@media (min-width: 950px) {
  .store-tools--mobile {
    display: none;
  }
}

.store-tools--mobile.closed {
  pointer-events: none;
  opacity: 0;
  filter: alpha(opacity=0);
}

.store-tools--mobile .nav-main-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 85vh;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.store-tools--mobile .nav-main-links .about-link,
.store-tools--mobile .nav-main-links .account-wrapper,
.store-tools--mobile .nav-main-links .contact-link,
.store-tools--mobile .nav-main-links .do_it {
  z-index: 999;
  width: 175px;
  margin-bottom: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50px;
}

.store-tools--mobile .nav-main-links .about-link a,
.store-tools--mobile .nav-main-links .account-wrapper a,
.store-tools--mobile .nav-main-links .contact-link a,
.store-tools--mobile .nav-main-links .do_it a {
  display: block;
  cursor: pointer;
  color: #fff;
}

.store-tools--mobile .nav-main-links .about-link:focus,
.store-tools--mobile .nav-main-links .about-link:hover,
.store-tools--mobile .nav-main-links .account-wrapper:focus,
.store-tools--mobile .nav-main-links .account-wrapper:hover,
.store-tools--mobile .nav-main-links .contact-link:focus,
.store-tools--mobile .nav-main-links .contact-link:hover,
.store-tools--mobile .nav-main-links .do_it:focus,
.store-tools--mobile .nav-main-links .do_it:hover {
  border: 1px solid #0082ff;
  background-color: #0082ff;
}

.store-tools--mobile .nav-main-links .contact-link {
  display: none;
}

.store-tools--mobile .nav-main-links .account-wrapper .dropdown-menu {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: inherit !important;
  height: 110px;
  margin: auto;
}

.store-tools--mobile .nav-main-links .account-wrapper .dropdown-menu a,
footer .pack-subnav ul li a {
  color: #1b3348;
}

footer {
  margin: 0;
}

footer,
footer .container {
  position: relative;
}

@media only screen and (min-width: 760px) {
  footer .container {
    padding-left: 50px;
  }
}

@media only screen and (min-width: 1200px) {
  footer .container {
    padding-left: 0;
  }
}

footer .pack-prefooter,
footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer ul {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (min-width: 760px) {
  footer ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media only screen and (min-width: 1024px) {
  footer ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

footer ul li {
  display: inline-block;
}

footer .pack-prefooter {
  position: relative;
  z-index: 2;
  overflow: visible;
  height: 230px;
  background-color: #fafafa;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .pack-prefooter h4 {
  font-size: 3rem;
  margin-bottom: 3.5rem;
}

@media only screen and (min-width: 760px) {
  footer .pack-prefooter h4 {
    text-align: left;
  }
}

@media only screen and (min-width: 1024px) {
  footer .pack-prefooter h4 {
    text-align: center;
  }
}

footer .pack-social-links li {
  line-height: 55px;
  position: relative;
  width: 50px;
  height: 50px;
  margin-right: 1.8rem;
  /* -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; */
  border-radius: 50%;
}

footer .pack-social-links li:last-child,
footer .pack-subnav ul li:last-child {
  margin-right: 0;
}

footer .pack-social-links li a {
  font-size: 3rem;
  color: #0082ff;
}

footer .pack-social-links li:hover {
  background-color: #0082ff;
}

footer .pack-social-links li:hover a {
  color: #fff;
}

footer .pack-subnav {
  font-size: 16px;
  position: relative;
  z-index: 2;
  min-height: 150px;
  padding: 40px 0;
  background-color: #fff;
}

@media only screen and (min-width: 760px) {
  footer .pack-subnav {
    font-size: 13px;
  }
}

@media only screen and (min-width: 1024px) {
  footer .pack-subnav {
    font-size: 16px;
  }
}

footer .pack-subnav .row {
  margin-right: 0;
  margin-left: 0;
}

footer .pack-subnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.disclaimer {
  font-size: 1rem;
  line-height: 1em;
  margin-top: 3.5rem;
  text-align: center;
  color: #707070;
}

@media only screen and (min-width: 760px) {
  footer .pack-subnav ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

footer .pack-subnav ul li {
  margin: 1rem 0;
}

@media only screen and (min-width: 760px) {
  footer .pack-subnav ul li {
    margin: 0 2rem;
  }
}

@media only screen and (min-width: 1200px) {
  footer .pack-subnav ul li {
    margin: 0 3.3rem;
  }
}

/* header footer css end */
.new_home #header a {
  color: #2b2b2b;
}
.new_home .menu-header .store-tools .do_it a {
  background: #0082ff;
  color: #fff !important;
}
.new_home .menu-header .store-tools .do_it a:hover {
  color: #0082ff !important;
  background: transparent;
}
.home .new_home .menu-header .logo-wrapper svg {
  fill: #3384f7;
}
.new_home .menu-header .minicart-wrapper .icon-cart svg {
  fill: #2b2b2b;
}
.new_home #header.uncollapsed .do_it a {
  color: #fff !important;
}
@media only screen and (max-width: 1024px) {
  .new_home .nav-btn-mobile {
    color: #2b2b2b;
    top: 31px;
  }
  .new_home .store-tools--mobile .nav-main-links .about-link,
  .new_home .store-tools--mobile .nav-main-links .account-wrapper,
  .new_home .store-tools--mobile .nav-main-links .contact-link,
  .new_home .store-tools--mobile .nav-main-links .do_it {
    border-color: #2b2b2b !important;
  }
  .new_home .store-tools--mobile .nav-main-links .about-link:hover,
  .new_home .store-tools--mobile .nav-main-links .account-wrapper:hover,
  .new_home .store-tools--mobile .nav-main-links .contact-link:hover,
  .new_home .store-tools--mobile .nav-main-links .do_it:hover {
    border-color: #fff !important;
    color: #fff !important;
  }
  .new_home .store-tools--mobile .nav-main-links .about-link:hover a,
  .new_home .store-tools--mobile .nav-main-links .account-wrapper:hover a,
  .new_home .store-tools--mobile .nav-main-links .contact-link:hover a,
  .new_home .store-tools--mobile .nav-main-links .do_it:hover a {
    color: #fff !important;
  }
  .new_home .menu-header .minicart-wrapper .dropdown {
    top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .new_home .nav-btn-mobile {
    right: 20px;
  }
  .new_home .menu-header .minicart-wrapper .dropdown {
    right: 100px;
  }
  .new_home #header .logo {
    margin-left: 0;
    height: max-content;
  }
}

.new_home .tab_img {
  display: none;
}

.new_home .mobile_btn {
  display: none !important;
}

.new_home p {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

/* Hero Section */
.new_home .hero_main {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  /* padding: 2rem 5%; */
  color: #fff;
  max-width: 1840px;
  margin: auto;
  padding: 0px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 181px;
}

.new_home .hero-section {
  gap: 100px;
  margin: auto;
  background-color: #303dd9;
  /* padding: 0px 10px; */
  border-bottom-left-radius: 36px;
  border-bottom-right-radius: 36px;
}

.new_home .hero-content {
  max-width: 1800px;
  display: flex;
  gap: 100px;
  padding: 57px 116px 53px 102px;
}
.new_home .hero-content .hero_heading {
  max-width: 793px;
  width: 100%;
}

.new_home .hero-content .desc {
  max-width: 700px;
  width: 100%;
}
.new_home .hero-content h1 {
  font-size: 84px;
  line-height: 102px;
  color: #fff;
  font-family: "Catamaran", serif !important;
  font-weight: 800;
  margin-bottom: 0;
}

.new_home .hero-content p {
  font-size: 24px;
  margin-bottom: 30px;
  line-height: 28.15px;
}

.new_home .cta-btn {
  background-color: #f2be44;
  color: #282828;
  border: none;
  padding: 16px 34px;
  font-size: 16px;
  line-height: 18.77px;
  cursor: pointer;
  border-radius: 30px;
  transition: background-color 0.3s ease;
  display: table;
  font-weight: bold;
}

.new_home .hero-image img {
  max-width: 100%;
  width: 100%;
}

.new_home .hero-image {
  background: #303dd9;
  border-top-left-radius: 36px;
  border-top-right-radius: 36px;
}

.new_home .categories {
  display: flex;
  /* flex-wrap: wrap; */
  justify-content: space-between;
  gap: 36px;
  margin: auto;
  padding: 71px 20px 162px 20px;
  /* margin-bottom: 60px; */
  max-width: 1840px;
}

.new_home .category-card {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 18px;
  text-align: center;
  /* flex: 1 1 calc(20% - 1.5rem); */
  transition: transform 0.3s ease;
}

.new_home .category-card img {
  max-width: 100%;
  height: auto;
  border-radius: 18px;
  width: 100%;
}

.new_home .category-card p:hover {
  background: transparent !important;
  color: #0082ff !important;
}

.new_home .category-card p {
  margin-top: 1rem;
  font-size: 16px;
  font-weight: 600;
  padding: 18px 10px;
  border-radius: 40px;
  background-color: #0082ff;
  color: white;
  margin: 29px 20px 24px;
  border: 1px solid #0082ff;
}

/* ---------------- starts benifit section -----------*/
.new_home .benefits-content > p.title {
  padding-bottom: 16px;
  margin: 0;
}

.new_home .benefits {
  display: flex;
  flex-direction: row;
  gap: 176px;
  background-color: #f9f9f9;
  max-width: 1337px;
  margin: auto;
  padding-top: 0px;
  padding: 0px 20px;
}

.new_home .benefits-image {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  object-fit: cover;
  max-width: 100%;
}

.new_home .benefits-image > img {
  width: 100%;
}

/* Content styles */
.new_home .benefits-content {
  justify-content: center;
  gap: 15px;
  max-width: 711px;
}

.new_home .benefits-content > p {
  line-height: 28px;
  padding-bottom: 40px;
  margin-bottom: 0;
  font-size: 24px;
}

.new_home .benefits-content > h2 {
  padding-bottom: 16px;
  font-size: 48px;
  line-height: 54px;
  font-family: "Catamaran", serif !important;
  font-weight: 800;
  margin-bottom: 0;
}

.new_home .benefit-tags {
  display: flex;
  flex-wrap: wrap;
  /* Allow tags to wrap */
  /* gap: 0.75rem; */
  gap: 14px;
  /* Spacing between tags */
}

.new_home .benefit-tags span {
  background-color: #0082ff;
  color: #fff;
  padding: 14px 12px;
  /* padding: 0.5rem 1rem; */
  border-radius: 30px;
  font-size: 16px;
  line-height: 18px;
}

.new_home .img_btn {
  position: relative;
}

.new_home .btn_text {
  position: absolute;
  top: 20px;
  left: 20px;
  border: 1px solid #ffffff;
  padding: 7px 20px;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 26px;
  font-size: 16px;
  line-height: 18px;
}

/* order section */

.new_home .order-container {
  display: flex;
  /* flex-wrap: wrap; */
  align-items: center;
  justify-content: center;
  padding: 40px;
  max-width: 1651px;
  margin: auto;
  gap: 94px;
  padding: 162px 20px 132px 20px;
}

.new_home .text-content {
  max-width: 545px;
  margin-bottom: 100px;
}

.new_home .text-content h2 {
  color: #007bff;
  font-size: 24px;
  margin-bottom: 16px;
}

.new_home .text-content h1 {
  font-size: 48px;
  line-height: 54px;
  margin-bottom: 16px;
  font-family: "Catamaran", serif !important;
  font-weight: 800;
}

.new_home .text-content p {
  margin-bottom: 32px;
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  color: #282828;
}

.new_home .text-content ul {
  list-style: none;
  padding: 0;
}

.new_home .text-content ul li {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 18px;
  display: flex;
  align-items: center;
  color: #282828;
  gap: 12px;
}

.new_home .text-content ul li span {
  display: flex;
}

.new_home .image-container img {
  max-width: 100%;
  height: auto;
  display: block;
}

.new_home .image-container .order1,
.new_home .image-container .order2,
.new_home .image-container .order3,
.new_home .image-container .order4 {
  width: 100%;
  height: auto;
  display: block;
}

.new_home .order-sec1,
.new_home .order-sec2 {
  display: flex;
  flex: 1 1 50%;
  justify-content: space-around;
  max-width: 700px;
  gap: 20px;
  flex-direction: column;
}

.new_home .image-container img {
  max-width: 100%;
  height: auto;
}

.new_home .image-container {
  display: flex;
  gap: 21px;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}

.new_home .image-container > div {
  flex: 1 1 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.new_home .image-container img {
  max-width: 100%;
  height: auto;
  display: block;
}

.new_home .image-container .order3 {
  padding-left: 34px;
}

.new_home .order-sec1 {
  margin-bottom: 100px;
}

/* Testimonials Section */
.new_home section.testimonials_main {
  max-width: 1650px;
  margin: 0 auto 108px;
  padding: 0 20px;
}

.new_home .testimonial-section h1 {
  font-size: 48px;
  line-height: 54px;
  color: #282828;
  padding-bottom: 40px;
  margin-bottom: 0;
}

.new_home .testimonial-section h1 span {
  color: #0082ff;
  /* Blue accent color */
  font-family: "Catamaran", serif !important;
  font-weight: 800;
}

.new_home .testimonial {
  position: relative;
}

.new_home .testimonial p {
  font-size: 16px;
  color: #282828;
  line-height: 1.5;
}

.new_home .testimonial .author {
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  color: #007bff;
}

.new_home .testimonial .stars {
  color: #ffc107;
  font-size: 15px;
}

.new_home .testimonial img {
  width: 71px;
  height: 71px;
  border-radius: 50%;
  object-fit: cover;
  margin-top: 0px;
}

.new_home .testimonial .img_block {
  max-width: max-content;
}

.new_home .test-content {
  display: flex;
  justify-content: space-between;
}

.new_home .testimonials {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}

.new_home .testimonial-card {
  background: #fff;
  border-radius: 16px;
  /* box-shadow: 0px 14.91px 35.05px 0px #0000000d; */
  padding: 28px 32px;
  width: 100%;
  max-width: 497px;
  /* margin: 30px; */
  /* text-align: center; */
}

.new_home .testimonial-card p {
  font-size: 24px;
  line-height: 28px;
  margin: 15px 0;
  max-width: 383px;
}

.new_home .testimonial-card .stars {
  color: #ffbf00;
}

/* -------------------------------------- */

.new_home .custom_container {
  max-width: 1800px;
  margin: 0 auto;
  padding: 44px 80px;
  background-color: #ffffff;
  border-radius: 24px;
}

.new_home .custom_container h1 {
  font-size: 48px;
  line-height: 54px;
  margin-bottom: 16px;
  font-family: "Catamaran", serif !important;
  font-weight: 800;
}

.new_home .custom_container p {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 0;
}

header {
  /* text-align: center; */
  margin-bottom: 30px;
  padding-left: 54px;
}

header h1 {
  font-size: 2rem;
  margin-bottom: 10px;
}

.new_home .explore-categories {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin: 66px 0;
}

.new_home .category {
  max-width: 308px;
  width: 100%;
  background: #ffffff;
  padding: 38px 20px;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0px 14.91px 35.05px 0px #0000000d;
}

.new_home .category h3 {
  font-weight: 1000;
  color: #282828;
}

.new_home .category div {
  font-size: 18px;
  font-weight: bold;
  color: #282828;
  padding-bottom: 8px;
}

.new_home .category img {
  height: 100px;
  margin-bottom: 20px;
}

/* Parent Container */
.new_home .services {
  max-width: 1657px;
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-direction: row;
  flex-direction: row;
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin: auto;
}

/* Service Image */

.new_home .service-image > img {
  width: 100%;
  max-width: 100%;
  height: auto;
  width: 601px;
  object-fit: cover;
}

.new_home image > img {
  max-width: 100%;
  height: auto;
  width: 601px;
  object-fit: cover;
}

/* Service Cards */
.new_home .service {
  flex: 1 1 calc(33.33% - 20px);
  min-width: 250px;
  max-width: 495px;
  background: #f8f8f8;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 6px 21px 0px #0000000f;
  gap: 12px;
  display: flex;
  background: #fff;
}

.new_home .services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* Two columns */
  gap: 20px;
  /* Space between items */
  max-width: 1012px;
  justify-content: center;
  /* Center the grid */
  margin: 0 auto;
  /* Optional: Center the grid horizontally on the page */
}

/* Service Icon Images */
.new_home .service img {
  width: 100%;
}

/* Text Styles */
.new_home .service h3 {
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 10px;
  /* padding-left: 20px; */
  font-family: "Catamaran", serif !important;
  font-weight: 800;
}

.new_home .service p {
  font-size: 16px;
  line-height: 18px;
  max-width: 298px;
}

.new_home .service .img_box.big {
  margin-top: -15px;
  margin-left: -50px;
}

.new_home .cta {
  margin: auto;
  max-width: 1637px;
  /* text-align: center; */
  padding-top: 66px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
}

.new_home .cta > h3 {
  font-weight: bold;
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 0;
}

.new_home .cta-btn:hover {
  background: transparent;
  border: 1px solid #f2be44;
  color: #fff !important;
}

.new_home .cta a:hover {
  background: transparent;
  border: 1px solid #f2be44;
}

.new_home .cta button {
  background: #f2be44;
  color: #282828;
  border: none;
  padding: 15px 20px;
  font-size: 1rem;
  border-radius: 26px;
  cursor: pointer;
  transition: background 0.3s;
  font-weight: 600;
  border: 1px solid #f2be44;
}

.new_home .cta a {
  background: #f2be44;
  color: #282828;
  border: none;
  padding: 16px 35px;
  font-size: 1rem;
  border-radius: 44px;
  cursor: pointer;
  transition: background 0.3s;
  font-weight: 600;
  border: 1px solid #f2be44;
  font-size: 16px;
  line-height: normal;
}

/* Custom Project Section */

/* Expert Services Section */

/* faq section */

.new_home section.faq_main {
  max-width: 1578px;
  margin: 112px auto 94px;
}

.new_home .faq-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  margin-bottom: 27px;
  border-radius: 20px;
  padding: 28px 40px;
}

.new_home .faq-header-right {
  display: flex;
  gap: 32px;
  align-items: center;
}

.new_home .faq-header h1 {
  font-size: 48px;
  line-height: 54px;
  font-family: "Catamaran", serif !important;
  font-weight: 800;
  margin-bottom: 0;
}

.new_home .faq-header-right h2 {
  font-size: 48px;
  line-height: 54px;
  font-family: "Catamaran", serif !important;
  font-weight: 800;
  margin-bottom: 0;
}

.new_home .faq-button {
  background-color: #0082ff;
  color: #fff;
  border: none;
  padding: 20px 35px;
  border-radius: 35px;
  cursor: pointer;
  max-height: 70px;
  font-size: 24px;
  line-height: 28px;
  display: inline-block;
  border: 1px solid #0082ff;
}

.new_home .faq-button:hover {
  background: transparent;
  color: #0082ff !important;
}

.new_home .toggle-icon {
  padding: 2px 10px;
  color: #0082ff;
  background-color: rgba(0, 130, 255, 0.1);
  border-radius: 3px;
  font-size: 30px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.new_home .faq-item.expanded span.toggle-icon {
  padding: 0;
  background-color: #0082ff;
  color: #fff;
}

.new_home .faq-bg {
  background: #fff;
  padding: 60px;
  border-radius: 20px;
}

.new_home .faq-questions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
}

.new_home .faq-item.expanded {
  padding: 40px;
}

.new_home .faq-item {
  background: #ffffff;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s ease;
  box-shadow: 6px 0px 21px rgba(0, 0, 0, 0.06);
  border-radius: 20px;
  padding: 35px;
  margin-bottom: 40px;
}

.new_home .faq-item:last-child {
  margin: 0;
}

.new_home .faq-item p.faq-answer {
  font-size: 24px;
  line-height: 28px;
  max-width: 433px;
}

.new_home .faq-item.expanded .faq-question {
  margin-bottom: 10px;
}

.new_home .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border: none;
  background: none;
  text-align: left;
  cursor: pointer;
}

.new_home .faq-question h3 {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 0;
}

.new_home .faq-answer {
  display: none;
}

.new_home .faq-item.expanded .faq-answer {
  display: block;
}

/* CTA Section */

/* box section*/
.new_home .box-section {
  padding: 0 40px;
  margin-bottom: 138px;
}

.new_home .box-content {
  padding: 68px 75px 100px 121px;
  border-radius: 74px;
  display: flex;
  background-color: #0082ff;
  justify-content: space-between;
  background-image: url("../images/new_home/Capa.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  align-items: center;
}

.new_home .box-heading {
  color: #ffffff;
}

.new_home .box-heading > h2 {
  color: #ffffff;
  font-size: 48px;
  line-height: 54px;
  margin-bottom: 24px;
  font-family: "Catamaran", serif !important;
  font-weight: 800;
}

.new_home .box-heading h3 {
  font-size: 32px;
  line-height: 42px;
  font-family: "Catamaran", serif !important;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 0;
}

.new_home .create-button {
  background-color: #f2be44;
  color: #282828;
  border: none;
  padding: 15px 39px;
  border-radius: 35px;
  cursor: pointer;
  font-weight: bold;
  display: table;
  border: 1px solid #f2be44;
}

.new_home .create-button:hover {
  background: transparent;
  color: #fff !important;
}

@media only screen and (max-width: 1500px) {
  .new_home section.testimonials_main {
    max-width: 1200px;
    margin-bottom: 70px;
  }

  .new_home .hero_main {
    max-width: 1360px;
  }

  .new_home .hero-content {
    padding: 30px 70px;
    gap: 40px;
  }

  .new_home .hero-content h1 {
    font-size: 56px;
    line-height: 70px;
  }

  .new_home .hero-content p {
    font-size: 18px;
    line-height: 20px;
  }

  .new_home .categories {
    padding: 50px 20px;
    max-width: 1360px;
    gap: 20px;
  }

  .new_home .category-card p {
    margin: 20px;
    padding: 15px;
  }

  .new_home .benefits {
    gap: 80px;
  }

  .new_home .benefits-image {
    max-width: 420px;
  }

  .new_home .benefits-content > p {
    font-size: 18px;
    line-height: 20px;
    max-width: 600px;
  }

  .new_home .benefits-content > h2 {
    font-size: 42px;
    line-height: 50px;
  }

  .new_home .order-container {
    max-width: 1360px;
    padding: 70px 20px;
    gap: 30px;
  }

  .new_home .testimonial-section h1 {
    font-size: 42px;
    line-height: 50px;
    padding-bottom: 30px;
  }

  .new_home .testimonials {
    gap: 30px;
  }

  .new_home .testimonial-card p {
    font-size: 18px;
    line-height: 20px;
  }

  .new_home .custom_container {
    max-width: 1320px;
    padding: 40px;
  }

  .new_home .custom_container h1 {
    font-size: 42px;
    line-height: 50px;
  }

  .new_home .explore-categories {
    margin: 30px 0;
  }

  .new_home .category {
    max-width: 200px;
  }

  .new_home .category img {
    height: 60px;
  }

  .new_home .custom_container h1 {
  }

  .new_home .service-image > img {
    width: 100%;
  }

  /* .service img {
          width: 100%;
          max-width: 90px !important;
          height: auto;
          max-height: max-content;
      } */

  .new_home .service p {
    font-size: 12px;
  }

  .new_home section.faq_main {
    max-width: 1360px;
    margin: 70px auto;
    padding: 0 20px;
  }

  .new_home .faq-header-right h2,
  .faq-header h1 {
    font-size: 36px;
    line-height: 50px;
  }

  .new_home .faq-button {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 20px;
  }

  .new_home .faq-item.expanded {
    padding: 24px;
  }

  .new_home .faq-item {
    padding: 20px;
    margin-bottom: 30px;
  }

  .new_home .faq-item p.faq-answer {
    font-size: 18px;
    line-height: 20px;
  }

  .new_home .faq-question h3 {
    font-size: 20px;
    line-height: 24px;
  }

  .new_home .toggle-icon {
    width: 30px;
    height: 30px;
  }

  .new_home .box-content {
    padding: 40px;
    border-radius: 30px;
  }

  .new_home .box-section {
    margin-bottom: 70px;
    padding: 0 60px;
  }

  .new_home section.faq_main {
    margin: 70px auto;
  }

  .new_home .box-heading > h2 {
    font-size: 42px;
    line-height: 50px;
    margin-bottom: 18px;
  }

  .new_home .box-heading h3 {
    font-size: 24px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 1024px) {
  .new_home .desktop_img {
    display: none;
  }

  .new_home .tab_img {
    display: block;
  }

  .new_home .hero_main {
    padding: 143px 40px 0;
  }
  .new_home .hero-content .desc {
    max-width: 360px;
    width: 100%;
  }
  .new_home .hero-content h1 {
    font-size: 48px;
    line-height: 54px;
  }

  .new_home .hero-content {
    padding: 33px;
    gap: 60px;
  }

  .new_home .hero-content p {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 30px;
  }

  .new_home .categories {
    padding: 38px 60px 113px;
    gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 57px;
  }

  .new_home .category-card {
    width: 100%;
    max-width: 430px;
  }

  .new_home .category-card img {
    height: 431px;
    object-fit: cover;
  }

  .new_home .benefits-image {
    max-width: 291px;
    width: 100%;
  }

  .new_home .benefits {
    gap: 44px;
  }

  .new_home .order-container {
    flex-flow: column;
    padding: 148px 40px 100px;
  }

  .new_home .text-content {
    display: flex;
    max-width: 100%;
    gap: 32px;
  }

  .new_home .order1 {
    max-width: 393px;
  }

  .new_home .text-content h2 {
    font-size: 16px;
    line-height: 18px;
    font-weight: normal;
    margin-bottom: 20px;
  }

  .new_home .text-content h1 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 20px;
  }

  .new_home .text-content p {
    font-size: 16px;
    line-height: 18px;
    margin: 0;
  }

  .new_home .text-content {
    align-items: center;
  }

  .new_home .text-content ul li {
    margin-bottom: 16px;
  }

  .new_home .box-section {
    margin-bottom: 102px;
  }

  .new_home .order-container {
    gap: 0;
  }

  .new_home .order-sec1 {
    margin-bottom: 134px;
  }

  .new_home .testimonial-section h1 {
    font-size: 32px;
    line-height: 42px;
  }

  .new_home .testimonials {
    overflow-x: scroll;
    width: 100%;
    margin-right: -20px;
  }

  .new_home .testimonial-card {
    max-width: 497px;
    overflow: hidden;
    flex: none;
    width: 100%;
  }

  .new_home section.testimonials_main {
    padding-right: 0;
    padding-left: 40px;
    margin-bottom: 80px;
  }

  .new_home .testimonial-card p {
    font-size: 24px;
    line-height: 28px;
    max-width: 433px;
  }

  .new_home .custom_container {
    border-radius: 20px;
    box-shadow: 0px 3.29px 24.74px 0px rgba(0, 0, 0, 0.04);
    padding: 36px 32px;
  }

  .new_home .custom_container h1 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 10px;
  }

  .new_home .custom_container p {
    font-size: 16px;
    line-height: 18px;
  }

  .new_home .explore-categories {
    margin: 54px 0;
    gap: 16px;
  }

  .new_home .category {
    max-width: 178px;
    padding: 29px 10px;
  }

  .new_home .category img {
    height: 81px;
  }

  .new_home .category div {
    font-size: 16px;
    line-height: 18px;
  }

  .new_home .category span {
    font-size: 14px;
    line-height: 16px;
  }

  .new_home .services {
    flex-flow: column;
    gap: 36px;
  }

  .new_home .service {
    padding: 23px 18px 45px;
    justify-content: space-between;
  }

  .new_home .service h3 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 14px;
    max-width: 250px;
  }

  .new_home .custom_container p {
    max-width: 274px;
  }

  .new_home .img_box {
    max-width: 112px;
  }

  .new_home .service .img_box.big {
    margin: -10px 0 0 -5px;
    max-width: 185px;
  }

  .new_home .cta {
    padding-top: 54px;
  }

  .new_home section.faq_main {
    margin-top: 105px;
    margin-bottom: 46px;
    padding: 0;
  }

  .new_home .faq-header-right h2,
  .new_home .faq-header h1 {
    font-size: 32px;
    line-height: 42px;
  }

  .new_home .faq-header {
    padding: 34px 40px 32px;
    margin-bottom: 30px;
  }

  .new_home .faq-bg {
    border-radius: 0;
    padding: 40px;
  }

  .new_home .faq-questions {
    display: flex;
    flex-flow: column;
    gap: 46px;
  }

  .new_home .faq-item.expanded {
    padding: 35px 40px;
  }

  .new_home .faq-question h3 {
    font-size: 24px;
    line-height: 28px;
  }

  .new_home .faq-item.expanded .faq-question {
    margin-bottom: 17px;
  }

  .new_home .faq-item {
    padding: 35px 40px;
    margin-bottom: 46px;
  }

  .new_home .toggle-icon {
    width: 53px;
    height: 53px;
  }

  .new_home .faq-item.expanded .faq-answer {
    max-width: 774px;
    font-size: 24px;
    line-height: 28px;
  }

  .new_home .box-content {
    padding: 30px 44px 74px;
    align-items: flex-start;
  }

  .new_home .box-heading h3 {
    max-width: 399px;
    line-height: 28px;
    font-weight: normal;
  }

  .new_home .box-heading > h2 {
    margin-bottom: 24px;
  }

  .new_home .create-button {
    font-size: 16px;
    line-height: 18px;
    padding: 20px 40px;
    white-space: nowrap;
  }
}

@media only screen and (max-width: 767px) {
  .new_home .desktop_btn {
    display: none;
  }

  .new_home .mobile_btn {
    display: block !important;
  }

  .new_home .hero_main {
    padding: 100px 12px 0;
    border-radius: 20px;
    overflow: hidden;
  }

  .new_home .hero-content {
    flex-flow: column;
    gap: 8px;
    padding: 12px;
  }

  .new_home .hero-image img {
    height: 137px;
    object-fit: cover;
    object-position: right;
  }
  .new_home .hero-image {
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  .new_home .hero-content h1 {
    font-size: 32px;
    line-height: 42px;
  }

  .new_home .hero-content p {
    margin-bottom: 16px;
    font-weight: 600;
  }

  .new_home .hero-section {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .new_home .categories {
    padding: 12px;
  }

  .new_home .category-card img {
    height: 278px;
    border-radius: 10px;
  }

  .new_home .btn_text {
    font-size: 14px;
    line-height: 16px;
    padding: 4px 12px;
    top: 12px;
    left: 12px;
  }

  .new_home .category-card p {
    margin: 15px 8px;
    line-height: 18px;
    padding: 18px;
  }

  .new_home .categories {
    gap: 30px;
  }

  .new_home .benefits {
    flex-flow: column;
    padding: 12px;
    gap: 24px;
  }

  .new_home .benefits-image {
    max-width: 170px;
    margin: auto;
  }

  .new_home .benefits-content > p.title {
    font-size: 14px;
    line-height: 16px;
    padding-bottom: 8px;
  }

  .new_home .benefits-content > h2 {
    font-size: 24px;
    line-height: 28px;
    padding-bottom: 8px;
  }

  .new_home .benefits-content > p {
    font-size: 14px;
    line-height: 16px;
    padding-bottom: 24px;
  }

  .new_home .benefit-tags span {
    border-radius: 18px;
  }

  .benefit-tags {
    gap: 12px;
  }

  .new_home .order-container {
    padding: 32px 12px;
  }

  .new_home .text-content {
    flex-flow: column;
    gap: 24px;
    align-items: flex-start;
    margin-bottom: 32px;
  }

  .new_home .text-content h2 {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 8px;
  }

  .new_home .text-content h1 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 8px;
  }

  .new_home .text-content p {
    max-width: 344px;
  }

  .new_home .order1 {
    max-width: 100%;
    margin-left: 0;
  }

  .new_home .text-content ul li:last-child {
    margin: 0;
  }

  .new_home .image-container {
    gap: 12px;
  }

  .new_home .image-container > div {
    gap: 12px;
  }

  .new_home .order-sec1 {
    margin-bottom: 49px;
  }

  .new_home .image-container .order3 {
    padding-left: 21px;
  }

  .new_home section.testimonials_main {
    padding: 12px;
    margin-bottom: 24px;
  }

  .new_home .testimonial-section h1 {
    font-size: 24px;
    line-height: 28px;
    padding-bottom: 28px;
  }

  .new_home .testimonial-card {
    padding: 28px 16px;
  }

  .new_home .testimonial-card p {
    font-size: 16px;
    line-height: 18px;
  }

  .new_home .testimonials {
    margin: 0;
    flex-flow: column;
    gap: 24px;
  }

  .new_home .custom_container {
    padding: 24px 12px;
  }

  .new_home .custom_container h1 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 16px;
  }

  .new_home .custom_container p {
    font-size: 14px;
    line-height: 16px;
    max-width: 210px;
  }

  .new_home .explore-categories {
    margin: 24px 0;
    flex-wrap: wrap;
  }

  .new_home .category {
    max-width: 167px;
    border-radius: 14px;
  }

  .new_home .category:last-child {
    max-width: 100%;
  }

  .new_home .services-grid {
    grid-template-columns: auto;
  }

  .new_home .service {
    padding: 12px 18px 35px;
  }

  .new_home .service h3 {
    font-size: 16px;
    line-height: 18px;
  }

  .new_home .service.service_2 .img_box.big {
    max-width: 100px;
  }

  .new_home .service.service_2 p {
    max-width: 240px;
    margin-right: -75px;
  }

  .new_home .img_box {
    max-width: 91px;
  }

  .new_home .cta > h3 {
    font-size: 24px;
    line-height: 28px;
    max-width: 163px;
    font-weight: 700;
  }

  .new_home .cta a {
    max-height: 53px;
    padding: 17px 36px;
  }

  .new_home .cta {
    align-items: center;
  }

  .new_home .faq-header-right {
    flex-flow: column;
    gap: 12px;
  }

  .new_home .faq-header {
    align-items: flex-start;
    padding: 18px 12px;
    gap: 12px;
    margin-bottom: 18px;
    flex-wrap: wrap;
    border-radius: 12px;
  }

  .new_home a.faq-button.desktop_btn {
    width: 100%;
  }
  .new_home .faq-bg {
    padding: 40px 12px 22px;
  }

  .new_home .faq-item {
    padding: 24px 14px !important;
    margin-bottom: 18px !important;
    border-radius: 12px;
  }

  .new_home .faq-question h3 {
    font-size: 16px;
    line-height: 18px;
  }

  .new_home span.toggle-icon {
    width: 32px;
    height: 32px;
    border-radius: 10px;
    font-size: 18px;
  }

  .new_home .faq-item.expanded .faq-answer {
    font-size: 16px;
    line-height: 18px;
    max-width: 272px;
  }

  .new_home .faq-questions {
    gap: 0;
  }

  .new_home section.faq_main {
    margin-bottom: 0;
  }

  .new_home .box-section {
    padding: 12px;
    margin: 0;
  }

  .new_home .box-content {
    flex-flow: column;
    padding: 39px 49px 54px;
    background-position: left;
    gap: 24px;
    align-items: center;
  }

  .new_home .box-heading > h2 {
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 4px;
  }

  .new_home .box-heading h3 {
    font-size: 14px;
    line-height: 16px;
    text-align: center;
  }

  .new_home .create-button {
    padding: 18px 33px;
    border-radius: 44px;
  }
}

.new_home .faq-item.expanded .faq-question {
  padding: 0;
}
.new_home .faq-question {
  padding: 0;
}
