@charset "UTF-8";
body {
  font-family: "helveticaregular", sans-serif;
}
.text-left-align {
  text-align: left;
  display: inline-block;
}
.alert-message {
    color: #ffffff;
    padding: 12px 32px 12px 16px;
  }
  .carousel-inner {
    max-width: 100%;
  }
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    filter: invert(1);
  }
  .new-carousel-inner{
     background: #FFD500 !important ;
     /* padding: 12px 112px !important; */
  }

  .new-carousel-inner .btn-close {
    filter: none !important;
  }

  .new-carousel-item{
    padding: 12px 0px!important; 
    /* max-width: 299px !important; */
  }
  .ship-with-reach-nav .dropdown-toggle.show{
    text-decoration: none !important;
  }
  .faq_pills_package_tab{
    width:300px !important;
    padding:16px !important;
  }


  .new_card_dash{
    width: 101.22px !important;
    height: 101.22px !important;
  }

  .custom_gap_class{
    display: flex !important;
    gap: 8px;
    width: fit-content;
    justify-content: center;
  }

  .work_card_dimension{
    width: 340.51px;
    height: 217.22px;
  }

/* .new_card_dash .save_cost{
    width: 69.54px;
    height: 92.21px;
    top: 4.34px;
    left: 15.7px;
    position: relative;
} */

/* .new_card_dash .scale_grow{
    width: 73.20px;
    height: 88.56px;
    top: 6.35px;
    left: 14.03px;
    position: relative;
} */

/* .new_card_dash .simple_solution{
    width: 88.56px;
    height: 84.26px;
    top: 8.35px;
    left: 6.35px;
    position: relative;
} */

/* .home_work_remove_padding{
  padding-left: 0 !important;
  padding-right: 0 !important;
} */

/* .new_card_dash .custom_compliance{
    width: 78.70px;
    height: 75.76px;
    top: 12.77px;
    left: 11.34px;
    position: relative;
} */

.work_card_gap{
    gap: 20px;
}

@media screen and (max-width: 767px) {
  .container {
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
  /* .col-12,
  .row > * {
    padding-right: 15px;
    padding-left: 15px;
  } */
}

.btn-outline-dark:hover {
  background: rgba(32, 54, 53, 0.1);
  color: #000;
}

.btn-light {
  background-color: #fff5e3;
  color: #000;
}
.btn-light:hover {
  background: #ebdec7;
  color: #000;
}

.btn-dark:hover {
  background: #203635;
  border-color: #203635;
}

img {
  max-width: 100%;
}

.shape_b_bx_mobile{
  display: none;
}

.grey-bg {
  background-color: #eef0ee;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Archivo";
}

ul {
  padding-left: 0;
}

li {
  list-style-type: none;
}

h2 {
  font-size: 40px;
  line-height: 48px;
}
.top-header.text-center p {
    color: #fff;
    font-size: 14px;
    margin: auto;
    font-weight: 500;
    line-height: 20px;
}

.top-header.text-center .new-carousel-item {
  color: var(--Neutral-900, #111827);
  font-size: 14px;
  /* margin: auto; */
  font-weight: 400;
  line-height: 20px;
}

.new-carousel-inner .top-header{
  background-color: transparent !important;
}

.slick-slider {
    width: 100%;
    margin: 0 auto;
  }
  .slide-item {
    display: flex;               /* Use Flexbox to align items */
    justify-content: center;     /* Horizontally center content */
    align-items: center;         /* Vertically center content */

  }
  .container {
    width: 100%;
    /* padding-left: 112px; */
    /* padding-right: 112px; */
  }
  .custom-header .nav-link{
    font-family: "Inter", sans-serif !important;
}

.custom_container{
  background: #FFD500;
}

.custom-alert{
  /* display: none; */
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  align-items: center;
  gap: 66px;
  justify-content: space-between;
}

.custom_corousal_inner{
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: var(--Neutral-900, #111827) !important;

}

.custom_underline{
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 30px;
    line-height: 38px;
  }
  .top-header.text-center p{
    text-align: left !important;
  }

  .custom-alert{
    padding: 12px 16px !important;
    gap: 24px;
  }

  .custom_gap_class{
    width: auto;
  }

  .new-carousel-item{
    max-width: 299px !important;
    padding:  0px!important; 
  }

  /* .home_work_remove_padding{
    padding-left: 0 !important;
    padding-right: 0 !important;
  } */
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.1px;
  }
}

.btn {
  padding: 7px 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (max-width: 767px) {
  .btn {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.1px;
  }
}

p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #212121;
}
@media screen and (max-width: 991px) {
  p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.1px;
  }
}

@media only screen and (max-width: 1536px) and (min-width: 1201px) {
    .container {
        width: 100%;
        max-width: 1440px;
        padding-left: 112px;
        padding-right: 112px;
      }
}

.fixed-top + section,
.fixed-top + div {
  margin-top: 100px;
}
@media screen and (max-width: 991px) {
  .fixed-top + section,
  .fixed-top + div {
    margin-top: 105px;
  }
  .navbar-collapse.no-transition {
    transition: none !important; /* Disable all transitions */
    }
    .marquee p{
        margin-left: 200px;
    }
}
@media screen and (max-width: 932px) {
  .fixed-top + section,
  .fixed-top + div {
    margin-top: 124px;
  }
}
@media screen and (max-width: 767px) {
  .fixed-top + section,
  .fixed-top + div {
    margin-top: 102px;
  }
}
@media screen and (max-width: 530px) {
  .fixed-top + section,
  .fixed-top + div {
    margin-top: 104px;
  }
}
@media screen and (max-width: 365px) {
  .fixed-top + section,
  .fixed-top + div {
    margin-top: 118px;
  }
}

.top-header {
  /* background: #203635; */
  background-color: #111827;
  color: #fff;
  font-size: 14px;
}


.top-header a {
    text-decoration: underline;
    margin-left: 16px;
    line-height: 14px;
    font-weight: 400 !important;
    font-size: 12px;
  }

.text-sm {
  font-size: 14px;
  line-height: 18px;
}


@media screen and (max-width: 767px) {
  .text-sm {
    font-size: 12px;
    line-height: 14px;
  }
}
ul#ui-id-1 {
  z-index: 999999 !important;
}

input.form-control.subs-field {
  border: 1px solid black;
  width: 100%;
  color: black;
}

div#modal-subscibe-form {
  color: black;
}

div#sub_captcha_div {
  padding-top: 5px;
}

input.form-control.subs-field::-moz-placeholder {
  color: black;
}

input.form-control.subs-field::placeholder {
  color: black;
}

.custom-header .nav-link {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.1px;
  color: #111827;
  /* margin-right: 3px; */
  transition: all 0.3s;
  display: flex;
  padding: 8px 10px;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .custom-header.fixed-top img {
    max-width: 100px;
  }
  .custom-header .nav-link {
    font-size: 14px;
    padding: 8px 5px !important;
  }
  .custom-header .nav-link span img {
    margin-left: 0;
  }
  .custom-header .nav-item .searchbox {
    margin-right: 0;
  }
  .container{
    max-width: 1440px;
  }
}
.loction-pop-up {
  padding: 16px 60px 60px;
}
.loction-pop-up h2 {
  font-size: 24px;
  color: #203635;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 22px;
  margin-top: 40px;
}
.loction-pop-up p {
  font-size: 16px;
  color: #868686;
  font-weight: 400;
  letter-spacing: 0.1px;
  line-height: 20px;
}
.loction-pop-up .selectdiv:after {
  content: "";
  color: #333;
  top: 12px;
  right: 12px;
  position: absolute;
  pointer-events: none;
  background-image: url(/images/select-arrow.png?0580ae99c641afc0316d3991093d5282);
  width: 12px;
  height: 17px;
  background-repeat: no-repeat;
  line-height: 17px;
}
.loction-pop-up .input-field {
  height: 40px;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 300;
  color: #949494;
  border-radius: 3px;
}

#loader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.75) url("/images/loader.gif") no-repeat center center;
  z-index: 99999;
}

.sweet-alert.showSweetAlert.visible h2 {
  margin-top: 30px;
}

.tax_category_label {
  font-size: 18px;
  font-weight: 700;
  color: #515151;
  margin-bottom: 5px;
}

.custom-header {
  background: #fff;
}
.faq_tab_data_wrap.mobile-faq {
    display: none;
}
.faq_tab_data_wrap.web-faq{
    display: block;
}


@media screen and (max-width: 991px) {
    .carousel-inner {
        padding: 12px 16px !important;
    }
    .alert-message{
        padding: 0px;
    }

    .marquee-container .marquee{
        display: inline-block;
    }
    .custom-header .top-header {
        padding: 0px 0px;
    }
  .custom_border_class .accordion{
    border: none !important;
  }

  .block__title_mobile{
    font-size: 32px !important;
    line-height: 40px !important;
  }

  .custom_border_class  .card{
    border-bottom: 1px solid #E5E7EB !important;
    border-radius: 8px;
  }
  .custom_border_class .accordion .card-header{
     border: none !important;
  }
    #main #faq_right .card .card-header{
        padding: 12px !important;
        border-radius: 8px !important;
        box-shadow: 0px 2px 6px 0px rgba(16, 24, 40, 0.06);
    }
    #faq_right .btn.focus, .btn:focus {
        outline: 0;
        box-shadow: 0 0 0 .2rem rgb(0 123 255 / 0%) !important;
    }
    img.vector-faq {
        padding-right: 13px;
    }
    #faq-pills-tab  li.nav-item .active {
        color: #000 !important;
        font-weight: 600;
    }
    .faq_nav_pills li button{
        text-align: center !important;
        font-size: 14px;
        line-height: 16px;
        color: #6B7280 !important;
        padding: 8px 12px;
    }

    .faq_nav_pills li:not(:last-child){
      border-right:1px solid rgba(229, 231, 235, 1);
    }

    ul#faq-pills-tab {
        margin-top: 12px !important;
        color: #000 !important;
    }
    .faq_sidebar_wrap {
        display: none;
        margin-top: 20px;
    }
    .faq_tab_content{
        padding: 0px !important;
    }
    .faq_tab_data_wrap.web-faq{
        display: none;
    }
    .faq_tab_data_wrap.mobile-faq{
        display: block;
    }
    .top-header.text-center p{
        margin: 0px;
        max-width: calc(100% - 36px);
    }
    .top-header.text-center a{
        font-size: 14px;
        font-weight: 500 !important;
        line-height:20px;
    }

}
/* @media screen and (max-width: 767px) {
  .custom-header .navbar-brand {
    margin-left: 10px;
  }
  .custom-header .navbar-brand img {
    width: 56px;
    height: 23px;
  }
} */

@media screen and (max-width: 991px) {
    ul.dropdown-menu.nav-dropdowns.services-menu.show {
        padding-top: 0px;
    }


  /* .custom-header .change-order {
    order: 1;
  } */
}
.custom-header .nav-item {
  /* search field */
  /* clears the ‘X’ from Internet Explorer */
  /* clears the ‘X’ from Chrome */
  /* search field */
}
@media screen and (max-width: 767px) {
  .custom-header .nav-item:nth-child(3) .nav-dropdowns li, .custom-header .nav-item:nth-child(5) .nav-dropdowns li {
    padding-left: 0;
  }
  /* .custom-header .nav-item:nth-child(3) .nav-dropdowns.dropdown-menu[data-bs-popper], .custom-header .nav-item:nth-child(5) .nav-dropdowns.dropdown-menu[data-bs-popper] {
    margin-top: 10px;
  } */
}
.custom-header .nav-item .searchbox ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.custom-header .nav-item .searchbox ::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.custom-header .nav-item .searchbox :-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.custom-header .nav-item .searchbox :-moz-placeholder {
  /* Firefox 18- */
  color: #000;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.right-nav .contact-us{
margin-right: 24px;
}
.custom-header .nav-item .searchbox {
  transition: width 0.3s ease 0s;
  /* width: 18px; */
  /* margin-right: 8px; */
  border-bottom: 2px solid transparent;
  transition: width 0.3s ease 0s, border-color 0.1s ease 0.3s;
  transition: all 300ms ease-in-out 0s;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .custom-header .nav-item .searchbox {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .custom-header .nav-item .searchbox {
    height: 18px;
    margin-right: 15px;
  }
}
.custom-header .nav-item .searchbox.searchbox-open .searchbox-input {
  width: 410px;
  padding: 10px 33px 10px 40px;
  opacity: 1;
  background-image: url(/images/search.svg?1c7fdaa1e8813c3db02ecce3e23b9759);
  background-position: 7px center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .custom-header .nav-item .searchbox.searchbox-open .searchbox-input {
    width: calc(100% - 20px);
  }
}
.custom-header .nav-item .searchbox.searchbox-open .searchbox-submit {
  z-index: 2;
  position: fixed;
  opacity: 1;
  left: 20px;
  transition: all 300ms ease-in-out 0.2s;
}
.custom-header .nav-item .searchbox.searchbox-open .searchbox-icon {
  background: url(/images/close.png?f859b1abccf2fe2ece96a4e7b0c0254f) no-repeat scroll center;
  position: absolute;
  z-index: 11;
  background-size: 13px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .custom-header .nav-item .searchbox.searchbox-open .searchbox-icon {
    right: 5px;
  }
}
.custom-header .nav-item input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
.custom-header .nav-item input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
.custom-header .nav-item input[type=search]::-webkit-search-decoration,
.custom-header .nav-item input[type=search]::-webkit-search-cancel-button,
.custom-header .nav-item input[type=search]::-webkit-search-results-button,
.custom-header .nav-item input[type=search]::-webkit-search-results-decoration {
  display: none;
}
.custom-header .nav-item .searchbox .searchbox-input {
  border-radius: 0;
  color: #fff;
  font-size: 14px;
  height: 46px;
  right: -7px;
  top: -4px;
  background: #fff;
  text-indent: 0;
  position: absolute;
  bottom: -77px;
  z-index: 1;
  border: 1px solid #000;
  outline: none;
  border-radius: 4px;
  margin: 0;
  color: #000;
  padding: 0;
  width: 0;
  transition: all 300ms ease-in-out 0s;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .custom-header .nav-item .searchbox .searchbox-input {
    height: 45px;
    position: fixed;
    top: 7px;
    right: 10px;
  }
}
.custom-header .nav-item .searchbox .searchbox-submit {
  background: url(/images/search.svg?1c7fdaa1e8813c3db02ecce3e23b9759) no-repeat scroll right 0;
  border: 0 none;
  color: #dcddd8;
  cursor: pointer;
  display: block;
  text-indent: -999px;
  width: auto;
  padding: 0;
  position: absolute;
  width: 25px;
  height: 25px;
  z-index: -1;
  opacity: 0;
}
.custom-header .nav-item .searchbox .searchbox-icon {
  cursor: pointer;
  background: url(/images/search.svg?1c7fdaa1e8813c3db02ecce3e23b9759) no-repeat scroll right 0;
  border: 0 none;
  height: 100%;
  width: 100%;
  background-size: auto;
  background-position: center;
  display: none;
}
@media screen and (max-width: 767px) {
  .custom-header .nav-item .searchbox .searchbox-icon {
    width: 18px;
    height: 18px;
    right: 5px;
    display: block;
  }
}
.custom-header .nav-item .searchbox-open {
  color: #000000;
  cursor: auto;
}
.custom-header .nav-item:last-child .nav-link {
  margin-right: 0;
}
.custom-header .nav-link {
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.1px;
  color: #111827 !important;
  /* margin-right: 3px; */
  transition: all 0.3s;
  display: flex;
}
@media screen and (max-width: 1279px) {
  .custom-header .nav-link {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .custom-header .nav-link {
    margin-right: 0;
    padding: 12.5px 15px;
  }
}
.marquee-container {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
  }
  .marquee-container  p{
    color: #fff;
  }

  .marquee {
    /* display: inline-block; */
    animation: continoue-scroll 38s linear infinite;
    white-space: nowrap;
  }

  .marquee p {
    display: inline;
    margin-left: 500px;
    font-size: 14px;
  }

  @keyframes marquee-animation {
    0% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(-100%);
    }
  }

.custom-header .nav-link span {
  display: flex;
}
/* .custom-header .nav-link span img {
  margin-left: 6.79px;
} */
.custom-header .nav-link .intial {
  position: absolute;
}
.custom-header .nav-link .on-hover {
  visibility: hidden;
  /* font-weight: bold; */
}
/* .custom-header .nav-link:hover, .custom-header .nav-link:active, .custom-header .nav-link:focus, .custom-header .nav-link.active {
  font-family: "Helvetica";
  font-weight: bold;
} */
.custom-header .nav-link:hover .intial, .custom-header .nav-link:active .intial, .custom-header .nav-link:focus .intial, .custom-header .nav-link.active .intial {
  visibility: hidden;
}
.custom-header .nav-link:hover .on-hover, .custom-header .nav-link:active .on-hover, .custom-header .nav-link:focus .on-hover, .custom-header .nav-link.active .on-hover {
  visibility: visible;
}
/* @media screen and (max-width: 767px) {
  .custom-header .nav-link.show {
    background: #eef0ee;
  }
} */
.custom-header .nav-link.dropdown-toggle:after {
  content: none;
  border: none;
}
@media screen and (max-width: 767px) {
  .custom-header .nav-link.dropdown-toggle:after {
    content: "";
    border: none;
    background: url(/images/nav-dropdown.svg?b3d713f59b4c525101a3f34303d165ef) no-repeat center center/100%;
    position: relative;
    transition: all 0.3s;
    transform: rotate(-90deg);
    width: 14.62px;
    height: 11px;
    margin-bottom: 0;
    right: 15px;
    position: absolute;
    top: 19px;
  }
}
@media screen and (max-width: 991px) {
  .custom-header .nav-link.dropdown-toggle.show:after {
    transform: rotate(0);
  }
}
.custom-header .nav-link.active + .dropdown-menu .dropdown-item.active {
  background: transparent;
  color: #000;
  font-weight: bold !important;
}
.custom-header .nav-link.active + .dropdown-menu .dropdown-item.active .d-txt {

    font-weight: bold !important;
  }

/* .custom-header .nav-link.active + .dropdown-menu .dropdown-item.active::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 7px;
  width: 100%;
  background: #000;
  height: 1px;
} */
@media screen and (max-width: 767px) {
  .custom-header .nav-link.active + .dropdown-menu .dropdown-item.active::before {
    bottom: 3px;
  }
}
.custom-header .mobile-nav {
  margin-top: 50px;
  padding-top: 15px;
  margin-bottom: 0;
  position: relative;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .custom-header .mobile-nav {
    flex-direction: column;
    /* padding-left: 15px;
    padding-right: 15px; */
    border-top: 1px solid #E5E7EB;
    width: 100%;
    margin-top: 20px;
  }
}
/* .custom-header .mobile-nav:before {
  position: absolute;
  content: "";
  left: -20px;
  top: 0;
  width: calc(100% + 40px);
  background: #e0e0e0;
  height: 1px;
} */
@media screen and (max-width: 767px) {
  .custom-header .mobile-nav:before {
    width: 0;
  }
}
.custom-header .mobile-nav .btn {
  width: 225px;
}
@media screen and (max-width: 991px) {
  .custom-header .mobile-nav .btn {
    width: 100%;
    margin-bottom: 10px;
  }
  li.mob_contact_location{
    margin-bottom: 12px !important;
  }
  .mob_contact_location .btn{
    margin-bottom: 0px !important;
  }
  li.nav-item.mob_login_btn{
    margin-bottom: 12px !important;
  }
  li.nav-item.mob_login_btn .btn {
    margin-bottom: 0px !important;
    padding: 14px 20px !important;
    line-height: 18px;
    font-weight: 500;
    }
    .web-sign {
        margin-left: 0px;
    }
}
.custom-header .navbar-toggler {
  border: 0;
}
/* @media screen and (max-width: 991px) {
  .custom-header .navbar-toggler {
    padding: 0;
  }
} */
.custom-header .navbar-toggler:focus {
  box-shadow: none;
}
.custom-header .navbar-toggler .hamburger {
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  width: 21px;
  height: 11px;
}
.hide-e-bar .top-header-alert {
    display: none;
}
@media screen and (max-width: 991px) {
  .custom-header .navbar-toggler .hamburger {
    /* width: 17px; */
    display: block;
  }
}
.custom-header .navbar-toggler .hamburger.hidden .icon-bar:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.custom-header .navbar-toggler .hamburger.hidden .icon-bar:nth-child(2) {
  transform: rotate(45deg);
}
.custom-header .navbar-toggler .hamburger.hidden .icon-bar:nth-child(3) {
  transform: rotate(-45deg);
}
.custom-header .navbar-toggler .hamburger.hidden .icon-bar:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.custom-header .navbar-toggler .icon-bar {
  width: 21px;
  height: 2px;
  background: #000;
  margin-bottom: 5px;
  display: block;
  position: absolute;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
/* .pac-container{
    top: 300px !important;
} */
li.nav-item.web-login {
    border: 1px solid #11182733;
    border-radius: 8px;
    margin-right: 6px;
}
li.nav-item.d-none.d-lg-block.web-login:hover {
    border: 1px solid #111827;
}
    .web-login .nav-link{
        padding: 14px 20px !important;line-height: 18px;font-weight: 500;
    }
    .web-sign{
        margin-left: 6px;
    }
    .web-sign a{
        padding: 14px 20px !important; line-height: 18px; font-weight: 500;
    }
@media screen and (max-width: 767px) {
  .custom-header .navbar-toggler .icon-bar {
    width: 17px;
  }
}
.custom-header .navbar-toggler .icon-bar:nth-child(1) {
  top: 0px;
}
.custom-header .navbar-toggler .icon-bar:nth-child(2), .custom-header .navbar-toggler .icon-bar:nth-child(3) {
  top: 8px;
}
@media screen and (max-width: 767px) {
  .custom-header .navbar-toggler .icon-bar:nth-child(2), .custom-header .navbar-toggler .icon-bar:nth-child(3) {
    top: 7px;
  }
}
.custom-header .navbar-toggler .icon-bar:nth-child(4) {
  top: 16px;
}
@media screen and (max-width: 767px) {
  .custom-header .navbar-toggler .icon-bar:nth-child(4) {
    top: 14px;
  }
}


@media screen and (max-width: 991px) {
    .custom-header .nav-link{
        line-height: 24px;
    }
  .navbar {
    padding: 13px 0;
    padding: 10px 0;
  }
  .navbar .container {
    justify-content: flex-start;
    position: relative;
  }
  .pac-container {
    top: 170px !important;
  }
  .web-sign a{
    padding: 8px 12px !important; line-height: 14px; font-weight: 500;
}
}
@media screen and (max-width: 767px) {
  .navbar .container {
    max-width: 100%;
  }
}

/* @media screen and (max-width: 991px) {
  .navbar-collapse {
    position: fixed;
    background: rgb(255, 255, 255);
    width: 100%;
    left: 0px;
    top: 104px;
    padding: 15px;
    z-index: -1;
    padding-top: 20px;
    margin: auto;
  }
} */
@media screen and (max-width: 932px) {
  .navbar-collapse .navbar-collapse {
    top: 123px;
  }
}
/* @media screen and (max-width: 767px) {
  .navbar-collapse {
    top: 103px;
    padding: 7.5px 0 15px 0;po
    overflow: auto;
    height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
  }
} */
@media screen and (max-width: 415px) {
  .navbar-collapse {
    top: 117px;
  }
}
@media screen and (max-width: 991px) {
  .navbar-collapse > ul {
    max-width: 720px;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .navbar-collapse > ul {
    max-width: none;
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
  .navbar-collapse .navbar-nav {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .right-nav {
    /* position: absolute; */
    right: calc(var(--bs-gutter-x) * 0.5);
    margin-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
  }
}
@media screen and (max-width: 767px) {
  .right-nav {
    right: 15px;
  }
}

.nav-dropdowns {
  padding: 24px 30px;
  width: -moz-max-content;
  width: max-content;
  box-shadow: 0px 6px 15px -2px #10182814;
  border-radius: 10px;
  border: none;
}
.nav-dropdowns.dropdown-menu[data-bs-popper] {
  /* top: 127%; */
  left: 50%;
  transform: translateX(-50%);
  right: 0;
}
@media screen and (max-width: 991px) {
  .nav-dropdowns.dropdown-menu[data-bs-popper] {
    left: 0;
    transform: translateX(0);
    width: 100%;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 991px) {
  .nav-dropdowns.dropdown-menu[data-bs-popper] {
    box-shadow: none;
    /* border-radius: 0;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0 25px; */
  }
}
.nav-dropdowns.dropdown-menu[data-bs-popper].show {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  flex-wrap: wrap;
  margin-top: 8.37px;
}
@media screen and (max-width: 767px) {
  .nav-dropdowns.dropdown-menu[data-bs-popper] > li {
    width: 100%;
  }
  .nav-dropdowns.flex-column li {
    margin: 5px 0;
    padding-left: 20px;
  }
}
.nav-dropdowns li {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1px;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .nav-dropdowns li {
    margin: 0 0;
    padding-left: 0;
  }
  /* .nav-dropdowns li ul li {
    margin: 5px 0;
    padding-left: 0px;
  } */
}
.nav-dropdowns li a {
  display: inline-block;
  position: relative;
  width: auto;
  padding-right: 0;
  transition: all 0.3s;
}
/* .nav-dropdowns li a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 7px;
  width: 100%;
  background: #000;
} */
@media screen and (max-width: 767px) {
  .nav-dropdowns li a:before {
    bottom: 6px;
  }
}
.nav-dropdowns li a:hover:before {
  height: 1px;
}
@media screen and (max-width: 767px) {
  .nav-dropdowns li a {
    padding: 0;
  }
}
.nav-dropdowns .dropdown-item.active {
  background: transparent;
  color: #000;
  text-decoration: none;
}
.nav-dropdowns .dropdown-item.active {
    font-weight: bold !important;
  }
/* .nav-dropdowns .dropdown-item.active:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 7px;
  width: 100%;
  background: #000;
  height: 1px;
} */
@media screen and (max-width: 767px) {
  /* .nav-dropdowns img, */
  .nav-dropdowns hr {
    display: none;
  }
}
.nav-dropdowns h6 {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #212121;
  padding-left: 10px;
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .nav-dropdowns h6 {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.1px;
    color: #000000;
    padding-left: 0;
    margin-bottom: 5px;
    margin-top: 10px;
  }
}
.nav-dropdowns a {
  padding-left: 0px;
}
.nav-dropdowns a:hover {
  background: transparent;
}

.shop-menu {
  width: 510px;
}

.services-menu {
  width: 525px;
}

.banner-section {
  padding: 65px 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .banner-section {
    padding: 50px 0 0;
    position: relative;
  }
}
.banner-section .text-end {
  position: relative;
}
@media screen and (max-width: 767px) {
  .banner-section .text-end {
    padding: 25px 41px 45px;
    background: #203635;
  }
  .banner-section .text-end:before {
    content: "";
    background: #203635;
    position: absolute;
    right: auto;
    top: 0;
    height: 100%;
    z-index: -1;
    width: 142%;
    left: -21%;
    margin-left: 0;
  }
}
@media screen and (max-width: 991px) {
  .banner-section img {
    height: auto;
  }
}
.banner-section h1 {
  font-weight: 600;
  font-size: 56px;
  line-height: 60px;
  letter-spacing: -1px;
  color: #203635;
  margin-bottom: 24px;
  margin-top: 60px;
}
@media screen and (max-width: 1199px) {
  .banner-section h1 {
    font-size: 46px;
    line-height: 53px;
  }
}
@media screen and (max-width: 991px) {
  .banner-section h1 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .banner-section h1 {
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    letter-spacing: -0.4px;
    margin: 0 0 14px;
  }
  .banner-section .d-flex {
    flex-direction: column;
    margin-bottom: 25px;
  }
  .banner-section .d-flex .btn {
    width: 100%;
  }
  .banner-section .d-flex .btn:first-child {
    margin-bottom: 15px;
  }
}
.banner-section p {
  font-size: 20px;
  line-height: 28px;
  color: #212121;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .banner-section p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.1px;
    margin-bottom: 25px;
  }
  .banner-section p br {
    display: none;
  }
}
.banner-section:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: #203635;
  height: 100%;
  z-index: -1;
  width: calc(50% - 330px);
}
@media screen and (max-width: 1479px) {
  .banner-section:after {
    width: calc(50% - 250px);
  }
}
@media screen and (max-width: 767px) {
  .banner-section:after {
    width: 0;
  }
  .banner-section .grey-bg {
    background: #f4f1ed;
    padding: 25px 26px 50px;
  }
}

.new-service-benefits {
  background: #F9F9F9;
  padding: 80px 0;
}
@media screen and (max-width: 991px) {
  .new-service-benefits {
    padding: 50px 0;
  }
}
.new-service-benefits h2 {
  font-weight: 700;
  letter-spacing: -0.5px;
  margin-bottom: 40px;
  text-align: center;
  color: #203635;
}
@media screen and (max-width: 991px) {
  .new-service-benefits h2 {
    font-weight: 600;
    margin-bottom: 30px;
  }
}
.new-service-benefits .card {
  padding: 28px 30px;
  background: transparent;
  border: none;
}
@media screen and (max-width: 991px) {
  .new-service-benefits .card {
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .new-service-benefits .card {
    padding: 0px;
    margin-bottom: 25px;
  }
}
.new-service-benefits .card img {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .new-service-benefits .card img {
    margin-bottom: 10px;
  }
}
.new-service-benefits .card-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .new-service-benefits .card-title {
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 28px;
    margin-bottom: 4px;
  }
}
.new-service-benefits .card-body {
  padding: 0;
}
.new-service-benefits .card-text {
  font-weight: 400;
  color: #000000;
}

.service-benefits {
  background: #203635;
  padding: 65px 0;
}
@media screen and (max-width: 991px) {
  .service-benefits {
    padding: 50px 0;
  }
}
.service-benefits h2 {
  font-weight: 700;
  letter-spacing: -0.5px;
  color: #ffffff;
  margin-bottom: 65px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .service-benefits h2 {
    font-weight: 600;
    margin-bottom: 50px;
  }
}
.service-benefits .card {
  padding: 28px 24px;
  background: #2d4342;
  border-radius: 10px;
  color: #fff;
  display: block;
  min-height: 293px;
}
@media screen and (max-width: 991px) {
  .service-benefits .card {
    padding: 20px;
    min-height: 263px;
  }
  a.package-forward-mob {
    padding: 0px 16px !important;
    }
}
@media screen and (max-width: 767px) {
  .service-benefits .card {
    padding: 27px 24px 24px;
    min-height: 213px;
    margin-bottom: 25px;
  }
}
.service-benefits .card img {
  margin-bottom: 70px;
  width: auto;
}
@media screen and (max-width: 991px) {
  .service-benefits .card img {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .service-benefits .card img {
    margin-bottom: 27px;
  }
}
.service-benefits .card-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.1px;
}
@media screen and (max-width: 767px) {
  .service-benefits .card-title {
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 28px;
    margin-bottom: 4px;
  }
}
.service-benefits .card-body {
  padding: 0;
}
.service-benefits .card-text {
  font-weight: 400;
  color: #ffffff;
}

.newsletter-sign-up {
  padding-bottom: 106px;
}
.newsletter-sign-up .insta-content {
  padding: 146px 120px;
}
@media screen and (max-width: 1200px) {
  .newsletter-sign-up .insta-content {
    padding: 80px 40px;
  }
}
@media screen and (max-width: 767px) {
  .newsletter-sign-up .insta-content {
    padding: 20px 40px 40px;
  }
}
@media screen and (max-width: 480px) {
  .newsletter-sign-up .insta-content {
    padding: 20px 20px;
  }
}
.newsletter-sign-up .grey-shade {
  background: #F8F8F8;
}
.newsletter-sign-up h2 {
  color: #000000;
  font-weight: 500;
  line-height: 31px;
  margin: 30px 0;
  font-size: 26px;
  letter-spacing: -0.5px;
  font-family: "helveticaregular";
}
@media screen and (max-width: 767px) {
  .newsletter-sign-up h2 {
    line-height: 26px;
    font-size: 20px;
  }
}
.newsletter-sign-up .news-bg:after {
  background-image: url(/images/newsletter-img.svg?4bc58166ca8b8ce026847b5180bf04fb);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 767px) {
  .newsletter-sign-up .news-bg:after {
    display: none;
  }
}

footer {
  padding: 100px 0;
  /* background: #203635; */
  background: #fff;
  color: #9CA3AF;
  margin-top: 65px;
}
@media screen and (max-width: 1199px) {
  footer {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  footer {
    margin-top: 0;
    overflow: hidden;
  }
}
/* footer a {
  color: #fff;
  text-decoration: none;
}
footer a:hover {
  color: #fff;
} */
footer a {
    color: #6B7280;
    text-decoration: none;
  }
  footer a:hover {
    color: #6B7280;
  }
footer .logo {
  margin: auto;
}
@media screen and (max-width: 767px) {
  footer .logo {
    width: 119px;
    height: 32px;
  }
}
footer figure {
  margin-bottom: 70px;
}
@media screen and (max-width: 1199px) {
  footer figure {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 991px) {
  footer figure {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  /* footer figure {
    margin-bottom: 50px;
  } */
  ul.list-group.mobile-logo figure {
    margin-bottom: 20px !important;
}
}
footer .footer-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 64px;
}
footer .footer-list li a:hover {
  text-decoration-line: underline;
}
@media screen and (max-width: 991px) {
  footer .footer-list {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  footer .list-group {
    width: 100%;
    text-align: left;
    margin-bottom: 48px;
  }
}
footer .list-group:last-child {
  max-width: 220px;
}
@media screen and (max-width: 991px) {
  /* footer .list-group:last-child {
    margin-top: 20px;
    max-width: 100%;
    text-align: center;
    width: 100%;
  } */
  .web-logo img {
    width: 150px;
}
}
@media screen and (max-width: 767px) {
    .mobile-logo{
        display: block !important;
    }
    .web-logo{
        display: none;
    }
  footer .list-group:last-child {
    margin-top: 0;
    margin-bottom: 0px;
    /* padding: 40px 0; */
    position: relative;
    text-align: left;
  }
  /* footer .list-group:last-child:before {
    content: "";
    position: absolute;
    right: auto;
    top: 0;
    height: 100%;
    width: 150%;
    left: -25%;
    margin-left: 0;
    background: #2d4342;
  } */
}
@media screen and (max-width: 991px) {
  footer .list-group:last-child form .d-flex {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  footer .list-group:last-child form .d-flex {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  footer .list-group:last-child br {
    display: none;
  }
}
li.list-group-item.first {
    margin-bottom: 24px !important;
}
footer .list-group-item {
    background: transparent;
    color: #6B7280;
    font-weight : 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.1px;
    border: none;
    padding: 0;
    margin-bottom: 12px !important;
  }
/* footer .list-group-item {
  background: transparent;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1px;
  border: none;
  padding: 0;
  margin-bottom: 8px;
} */
/* footer .list-group-item h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 16px;
  color: #fff5e3;
} */
footer .list-group-item h3 {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    /* margin-bottom: 8px; */
    margin-bottom: 0px;
    color: #111827;
}
@media screen and (max-width: 767px) {

}
footer .list-group-item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  footer .btn {
    background-color: #fff5e3;
  }
}
footer .form-control {
  border: 1px solid #fff;
  border-radius: 5px;
  width: 140px;
  margin-right: 12px;
  background-color: transparent;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
@media screen and (max-width: 991px) {
  footer .form-control {
    width: 262px;
  }
  li.list-group-item.first {
    margin-bottom: 16px !important;
  }
}
@media screen and (max-width: 767px) {
  footer .form-control {
    width: 100%;
    margin-bottom: 12px;
    height: 41px;
    background: url(/images/email.svg?e4fc879b6c34cd4a6a6ad6c008cb271b) no-repeat 15px center/contain;
    background-size: 21px;
    padding-left: 45px;
  }
}
footer .form-control:focus {
  background-color: transparent;
  box-shadow: none;
  border-color: #fff;
  color: #fff;
}
footer .form-control::-moz-placeholder {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
footer .form-control::placeholder {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
footer .copy-right {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #E5E7EB;
  padding-top: 24px;

}
@media screen and (max-width: 991px) {
  footer .copy-right {
    flex-direction: column;
    align-items: center;
    padding: 24px 15px 0;

  }
}
@media screen and (max-width: 767px) {
  footer .copy-right {
    margin-top: 0;
    border-top: 1px solid #E5E7EB;
  }
}
footer .copy-right ul {
  display: flex;
  margin-bottom: 0;
  gap:16px;
}
footer .copy-right ul li {
  margin-right: 5.6px;
}
@media screen and (max-width: 767px) {
  footer .copy-right ul:first-child {
    order: 2;
  }
}
@media screen and (max-width: 991px) {
  footer .copy-right ul:last-child {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  footer .copy-right ul:last-child {
    order: 1;
    margin-top: 0;
    margin-bottom: 32px;
    flex-direction: column;
    text-align: center;
  }
}
footer .copy-right ul:last-child li {
  position: relative;
  margin-right: 21px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color:#9CA3AF;
}
@media screen and (max-width: 767px) {
  footer .copy-right ul:last-child li {
    margin-right: 0;
    margin-bottom: 8px;
  }
}
footer .copy-right ul:last-child li::before {
  content: "";
  position: absolute;
  right: -10px;
  top: 4px;
  background: #fff;
  width: 1px;
  height: 15px;
}
@media screen and (max-width: 767px) {
  footer .copy-right ul:last-child li::before {
    width: 0;
  }
  footer .copy-right ul:last-child li:nth-child(2) {
    margin-bottom: 0;
    order: 3;
  }
}
footer .copy-right ul:last-child li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  footer .copy-right ul:last-child li:last-child {
    order: 2;
  }
}
.mobile-logo{
    display: none;
}
footer .copy-right ul:last-child li:last-child::before {
  width: 0;
}
footer #field-text {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
footer #small-text {
  font-size: 12px;
  color: #fff;
}

.slick-arrow {
  opacity: 1;
}
.slick-arrow.slick-prev.slick-disabled, .slick-arrow.slick-next.slick-disabled {
  opacity: 0;
}

@media (max-width: 600px) {
  .loction-pop-up {
    padding: 0px 20px 20px;
  }
  .loction-pop-up h2,
  .loction-pop-up .h2 {
    margin-top: 10px;
  }
}
.testimnonial {
  padding-bottom: 100px;
}
@media screen and (max-width: 576px) {
  .testimnonial {
    overflow: hidden;
  }
}
@media screen and (max-width: 991px) {
  .testimnonial {
    padding: 0 30px 80px;
  }
}
@media screen and (max-width: 767px) {
  .testimnonial {
    padding: 0 0 80px;
  }
}
.testimnonial .multiple-items {
  margin: 0 -12px;
  margin-top: 65px;
}
@media screen and (max-width: 767px) {
  .testimnonial .multiple-items {
    margin: 0 -15px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 576px) {
  .testimnonial .multiple-items {
    margin: 0 -22.5px;
    margin-top: 50px;
  }
}
.testimnonial h2 {
  text-align: center;
  font-weight: 700;
  letter-spacing: -0.5px;
  color: #203635;
  max-width: 528px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .testimnonial h2 {
    font-weight: 600;
    letter-spacing: -0.1px;
  }
}
.testimnonial img {
  width: 146px;
}
.testimnonial .card {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 24px;
  margin: 0 15px;
}
@media screen and (max-width: 767px) {
  .testimnonial .card {
    padding: 24px;
  }
}
@media screen and (max-width: 576px) {
  .testimnonial .card {
    opacity: 0.4;
    margin: 0 14px;
    padding: 24px;
    transition: all 0.5s ease-in-out 0s;
  }
}
@media screen and (max-width: 320px) {
  .testimnonial .card {
    padding: 14.64px;
    margin: 0 12px;
  }
}
@media screen and (max-height: 320px) {
  .testimnonial .card {
    padding: 24px;
  }
}
.testimnonial .card-body {
  padding: 0;
  padding-top: 33px;
}
@media screen and (max-width: 767px) {
  .testimnonial .card-body {
    padding-top: 28px;
  }
}
.testimnonial .card-text {
  min-height: 280px;
}
@media screen and (max-width: 1679px) {
  .testimnonial .card-text {
    min-height: 364px;
  }
}
@media screen and (max-width: 1279px) {
  .testimnonial .card-text {
    min-height: 420px;
  }
}
@media screen and (max-width: 991px) {
  .testimnonial .card-text {
    min-height: 312px;
  }
}
@media screen and (max-width: 767px) {
  .testimnonial .card-text {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 25px;
    letter-spacing: 0;
    min-height: 240px;
  }
}
@media screen and (max-width: 576px) {
  .testimnonial .card-text {
    min-height: auto;
    min-height: 286px;
  }
}
.testimnonial h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .testimnonial h3 {
    font-size: 16px;
    line-height: 24px;
  }
}
.testimnonial span {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1px;
  color: #858585;
}
@media screen and (max-width: 767px) {
  .testimnonial span {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
  }
}
.testimnonial .slick-slide {
  transition: all 300ms ease;
}
@media screen and (max-width: 576px) {
  .testimnonial .slick-slide {
    padding: 15px 0;
  }
  .testimnonial .slick-slide.slick-current .card {
    transform: scale(1.06);
    opacity: 1;
  }
}
@media screen and (max-height: 320px) {
  .testimnonial .slick-slide.slick-current .card {
    transform: scale(1.04);
    padding: 24px;
  }
}
.testimnonial .slick-prev {
  background: url(/images/left-arrow.svg?d9c3c005f33ef0162c571ff4f2cc2dea) no-repeat center/contain;
  position: absolute;
  left: -35px;
}
@media screen and (max-width: 1199px) {
  .testimnonial .slick-prev {
    left: -16px;
  }
}
@media screen and (max-width: 767px) {
  .testimnonial .slick-prev {
    left: -46px;
  }
}
.testimnonial .slick-prev:before {
  content: "";
}
.testimnonial .slick-next {
  right: -35px;
  background: url(/images/right-arrow.svg?72a377dc51b508170f589facf009f75a) no-repeat center/contain;
}
@media screen and (max-width: 1199px) {
  .testimnonial .slick-next {
    right: -16px;
  }
}
@media screen and (max-width: 767px) {
  .testimnonial .slick-next {
    right: -46px;
  }
}
.testimnonial .slick-next:before {
  content: "";
}
.testimnonial .slick-dots {
  bottom: -65px;
}
.testimnonial .slick-dots li {
  margin: 0;
}
.testimnonial .slick-dots li button:before {
  font-size: 14px;
  color: #bdbdbd;
  opacity: 1;
}
.testimnonial .slick-dots li.slick-active button:before {
  color: #212121;
  opacity: 1;
}
.testimnonial .slick-arrow {
  width: 12.5px;
  height: 25px;
  opacity: 1;
}
.testimnonial .slick-arrow.slick-prev.slick-disabled, .testimnonial .slick-arrow.slick-next.slick-disabled {
  opacity: 0;
}

.support-section {
  padding: 65px 0 0 0;
  margin-top: 0px;
}

@media screen and (max-width: 1439px) {
  .support-section {
    padding-top: 40px;
  }

}
@media screen and (max-width: 992px) {
  .support-section {
    padding: 50px 0;
  }
  .footer-section .container {
    max-width: 100%;
    margin: 0 auto;
    padding: 64px 16px;
}
}
@media screen and (max-width: 767px) {
  .support-section {
    padding: 50px 0 77px;
  }
}
.support-section h2 {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .support-section h2 {
    margin-bottom: 0;
  }
  .support-section .help-slider .slick-dots {
    bottom: -31px;
  }
}
.support-section .help-slider .slider-box {
  padding: 65px 0;
}

@media screen and (max-width: 767px) {
  .support-section .help-slider .slider-box {
    padding: 50px 0 61px;
  }
}
@media screen and (min-width: 992px) {
  .support-section .help-slider .slick-list {
    overflow: inherit;
  }
  .support-section .help-slider .slick-track {
    display: flex;
  }
  .navbar-nav .web-login .nav-link{
    padding: 14px 20px !important;line-height: 18px;font-weight: 500;
}
ul.navbar-nav.ms-auto.mb-lg-0.head-menu .nav-item a {
    padding-left: 12px;
    padding-right: 12px;
}
a.cbsa-estimat-link {
    padding: 0px !important;
}

}
.support-section .card {
  background: #ffffff;
  box-shadow: 0px 2px 50px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  transition: all 0.3s;
  min-height: 261px;
}

.support-section .card:hover {
  background: #fbf8f4;
  transition: all 0.3s;
}

.support-section .card:hover h4 {
  color: #6b3c29;
  text-decoration: underline;
}

@media screen and (max-width: 576px) {
  .support-section .card {
    padding: 24px;
    min-height: 213px;
  }
}
@media screen and (max-width: 1679px) {
  .support-section .card br {
    display: none;
  }
}
.support-section .card a {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.support-section + .footer-section {
  margin-top: 0px;
}

.help-section img {
  width: auto;
  margin-right: auto;
}

.help-section .card {
  border: none;
  background: #f6f8f6;
  border-radius: 10px;
  transition: all 0.3s;
  min-height: 261px;
  justify-content: space-between;
}

.support-section .card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 50px rgba(0, 0, 0, 0.1);
  min-height: 261px;
  transition: all 0.3s;
}

.help-section h4 {
  color: #212121;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.1px;
  line-height: 32px;
}

.help-section .card-body {
  flex: 0 0 0;
  padding-top: 0;
}

.in-the-news {
  padding: 106px 0 100px;
}
@media screen and (max-width: 1199px) {
  .in-the-news {
    padding: 57px 0 100px;
  }
}
@media screen and (max-width: 767px) {
  .in-the-news {
    padding: 76px 0 50px;
  }
}
.in-the-news h2 {
  color: #203635;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .in-the-news h2 {
    font-weight: 600;
  }
}
.in-the-news .card {
  border: 0.5px solid #989898;
  border-radius: 10px;
  padding: 24px;
  transition: all 0.5s ease-in-out 0s;
  height: 100%;
}
.in-the-news .card:hover {
  box-shadow: 0px 0 20px 5px #c0c0c0;
}
.in-the-news .card .card-img-top {
  height: auto;
}
.in-the-news .card-body {
  padding: 0;
  padding-top: 30px;
}
.in-the-news .card-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #212121;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .in-the-news .card-title {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.1px;
    margin-bottom: 25px;
  }
}
.in-the-news .card-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #515151;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .in-the-news .card-text {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.1px;
    margin-bottom: 25px;
  }
}
.in-the-news .dark-btn {
  padding: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  text-decoration-line: underline;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .in-the-news .dark-btn {
    font-size: 16px;
  }
}
.in-the-news .btn {
  padding: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  text-decoration-line: underline;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .in-the-news .btn {
    font-size: 16px;
  }
}

.btn {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 7px 20px;
  background: #000;
  color: #fff;
}

.btn-light {
  background-color: #fff5e3;
  color: #000;
}

.btn-transparent {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}
.btn-transparent:hover {
  background: #fff;
  color: #000;
}

.btn-transparen-bg {
  background-color: transparent;
  color: #000;
  border: 1px solid #000;
}
.btn-transparen-bg:hover {
  background: #fff;
  color: #000;
}

.label {
  color: #8c8c8c;
  margin-bottom: 8px;
}

.captcha-field input {
  padding: 8px 10px;
}

.btn:hover {
  color: #fff;
  background: #000;
  border-color: #000;
}

input.form-control.subs-field {
  border-color: #0e0d0d;
  color: #131212;
}

/* .body {
  margin-top: 100px;
} */

.error {
  color: red;
}

.footer-section {
  margin-top: 0;
}

.btn-dark:hover {
  background: #363636;
  border-color: #363636;
}

.help-section .card:hover h4 {
  color: #6b3c29;
  text-decoration: underline;
}

.help-section .card:hover {
  background: #eceeec;
}

.help-section .card {
  background: #f6f8f6;
  border: none;
  border-radius: 10px;
  justify-content: space-between;
  min-height: 261px;
  transition: all 0.3s;
}

.testimnonial .card-body {
  padding: 33px 0 0;
}

.help-section p {
  color: #515151;
  margin-bottom: 0;
}

.help-section h4 {
  color: #212121;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.1px;
  line-height: 32px;
}

.locatin-contact-section a {
  text-decoration: none;
}

a {
  color: #203635;
  text-decoration: none;
}

.heading2 {
  font-size: 18px;
  font-weight: 700;
}

.line-height {
  line-height: 22px;
}

.marquee-animation-outer {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
.marquee-animation-outer .marquee-animation-inner {
  flex: none;
  animation: continoue-scroll 38s linear infinite;
}
.marquee-animation-outer .marquee-animation-inner img {
  max-width: 2300px;
  height: auto;
}
.marquee-animation-outer:hover .marquee-animation-inner {
  animation-play-state: paused;
}

.marquee-side-faded {
  overflow: hidden;
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
}
.marquee-side-faded:after {
  content: "";
  width: 200px;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0;
  overflow: hidden;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.0032387955) 0%, rgba(255, 255, 255, 0.7987570028) 19%, rgb(255, 255, 255) 100%);
}
.cost-div:focus-within .costCurrencyWrap {
    display: block;
}
.costCurrencyWrap {
    position: relative;
    z-index: 10;
}
/* packegae css */
.video_box {
  position: relative;
  margin: 0px !important;

}

.ship_video_wrap {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(0 0 0 / 19%);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;

}
.package_forward__row{
    margin-top: 64px;
}
.package-video{
    max-width: 862px;
    display: flex;
    border-radius: 16.77px;
    overflow: hidden;
    margin: 0 auto !important;
}
.video_box:before {
    position: absolute;
    content: '';
    background-image: url("/assets/images/package/Main Controller.svg");
    background-repeat: no-repeat;
    background-position: center center;
    justify-content: center;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.video_box:after {
    background-size:contain;
    position: absolute;
    content: '';
    /* background-image: url("/assets/images/package/controls-package.png"); */
    background-repeat: no-repeat;
    background-position: bottom center;
    justify-content: center;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.video_box:hover .overlay {
  opacity: 1;
  pointer-events: auto;
}

.video_box:hover .ship_video_wrap {
  pointer-events: auto;
}
.cal_result_wrap{
  column-gap: 21px !important;
}
.shipping_bar_closeButton{
    float: right;
}
.packageModal .close {
    /* width: 100% !important; */
    float: right;
}
.custom_width{
  width: 100% !important;
}
.packageModal .close img{
    float: right !important;
}
.shipping_calculator__card{
    background: #fff !important;
    border: none !important;
    box-shadow: none !important;
}

.packageModal .modal-header{
    border: 0px !important;
}
/* end package css */
@media screen and (max-width: 767px) {
    .video_box:before{
        background-size: 55px;
        background-color: rgb(0 0 0 / 10%);

    }
    .package-video{
        margin: 0px;
    }
  .marquee-side-faded:after {
    width: 50px;
  }
}
.marquee-side-faded:before {
  content: "";
  width: 200px;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0;
  overflow: hidden;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.7987570028) 76%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .marquee-side-faded:before {
    width: 50px;
  }
}

@keyframes continoue-scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

.dropdowns_two_col{
  display: flex;
  column-gap: 65px;
}
.dropdowns_two_col > li {
  min-width: 200px;
}
/* .dropdowns_two_col .dropdown-item.active:before{
  background-color: transparent;
} */
.dropdowns_two_col .dropdown-item {
  font-weight: 700;
  color: #000;
}
.dropdowns_two_col ul{
  margin: 15px 0 0;
  letter-spacing: 0.1px;
  /* min-width: 185px; */
}
.dropdowns_two_col ul li:not(:last-child){
  margin-bottom: 8px;
}
.dropdowns_two_col ul a{
  color: #000;
}
.dropdowns_two_col ul a:before{
  bottom: 3px;
}
.dropdowns_two_col ul a.active{
  color: #000;
}
.dropdowns_two_col ul a.active:before{
  height: 1px;
}
.dropdowns_two_col ul a:hover{
  color: #000;
}

.main__title{
  z-index: 100;
  position: relative;
}

@media screen and (max-width: 991px) {
  .dropdowns_two_col{
    flex-wrap: wrap;
    flex-direction: column;
  }
  /* .dropdowns_two_col > li{
    width: 100%;
  } */
  .dropdowns_two_col > li:nth-child(2){
    order: -1;
  }
  .dropdowns_two_col ul{
    padding-left: 20px;
  }

  .custom-header .mobile-nav{
    /* max-width: 100%; */
    flex-wrap: wrap;
    column-gap: 30px;
    /* row-gap: 30px; */
    justify-content: normal;
  }
  .custom-header .mobile-nav .btn{
    width: 100%;
  }

  .block_text_wrap_hr{
    display: none;
  }

  .shape_b_bx{
    display: none;
  }

  .shape_b_bx_mobile{
    display: block;
    position: absolute;
    top: auto;
    bottom: 0;
  }

  .faq_content_sec .container{
    margin: 0;
    padding: 0;
  }

  .scroll_container__shadow {
    box-shadow: 0px 2px 6px 0px #1018280F;
  }
}

@media screen and (max-width: 991px) {
  .custom-header .mobile-nav .mob_contact_location .btn{
    background: #F9FAFB;
    color: #000;
    border-color: #000;
  }

  .dropdowns_two_col ul a{
    color: #4F4F4F;
  }

  /* span#tax_slab {
    width: 140px;
    text-align: end;
  } */
}

.block_text_font_changes{
  font-size:18px !important;
  line-height: 28px !important;
}

.faq_heading_list{
  color: #111827;
}
