.ms-wrapper-video.playing .ms-img::before {
  display: none !important;
}

#partners-content > * {
  cursor: pointer;
}

.about-feature {
  align-items: center;
}

#features-modal, dialog[id*="dialog-offer"] {
  width: 90vw;
  height: 90vh;

  iframe {
    height: 100%;
  }
}

#mockups {
  :nth-child(4) {
    > *, .swiper {
      height: 100%;
      img {
        height: 100%;
        border-radius: 10px;
      }
    }
  }
}

dialog[id*="dialog-offer"], #features-modal {
  outline: none;
  border: none;
    border-radius: 10px;
    padding: 0px;
    position: relative;
    overflow: visible;
  &::backdrop {
    background: rgba(0, 0, 0, 0.7);
  }
  & button {
    position: absolute;
    top: 0px;
    border-radius: 100%;
    aspect-ratio: 1;
    width: 30px;
    background-color: #fff;
    border: 1px solid #a8a7ac;
    right: 0px;
    transform: translate(50%, -50%);
  }
}

body {
  max-height: 100dvh;
  max-height: 100vh;
}

#makeover-icon-el  {
    position: absolute;
    bottom: 40%;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 999;

    img {
      width: 8vw;
      transition: all 0.3s ease-in-out;

      &:hover {
        scale: 1.2;
      }
    }
}

@media only screen and (max-width: 1280px) {
  #makeover-icon-el {
    bottom: 42%;
  }
}

@media only screen and (max-width: 1100px) {
  #makeover-icon-el {
    bottom: 45%;
  }
}

@media only screen and (max-width: 991px) {
  #makeover-icon-el {
    bottom: 27%;
    img {
      width: 18vw;
    }
  }
  .hero-style1 .hero-title {
    font-size: 9vw;
  }
  .hero-style1 .hero-text {
    font-size: 2vw;
    padding: 0;
    max-width: 50vw;
  }
  .hero-style1 {
    max-width: 50vw;;
  }
}

@media only screen and (max-width: 826px) {
  #makeover-icon-el {
    bottom: 29%;
  }
}

@media only screen and (max-width: 620px) {
  #makeover-icon-el {
    bottom: 34%;
  }
  .hero-style1 .hero-text {
    font-size: 2.8vw;
  }
}

@media only screen and (max-width: 576px) {
  .team-box.style2 .team-box_content {
    flex-direction: column;
    > div {
      max-width: 100% !important;
    }
  }
  #sponsor-section .primary-button {
    font-size: 6vw !important;
  }
  .CheckItemsDefault-module--tag-box span{
    font-size: 3vw !important;
  }
  #makeover-icon-el {
    bottom: 36%;
  }
}

@media only screen and (max-width: 480px) {
  #makeover-icon-el {
    bottom: 42%;
  }
  .hero-style1 .hero-title {
    font-size: 12vw;
  }
  .hero-style1 .hero-text {
    max-width: 70vw;
    font-size: 4vw;
  }
  .hero-style1 {
    max-width: 70vw;;
  }
}

@media only screen and (max-width: 415px) {
  #makeover-icon-el {
    bottom: 45%;
  }
}

@media only screen and (max-width: 346px) {
  #makeover-icon-el {
    bottom: 47%;
  }
}

@media only screen and (max-width: 280px) {
  #makeover-icon-el {
    bottom: 48%;
  }
}

.hero-style1 .scroll-down {
  visibility: hidden;
}

.accordion {
  max-height: 560px;
  overflow: auto;
  > h3 {
    padding-left: 18px;
  }
}

@media only screen and (min-width: 1400px) {
  .timer-counter.style6 {
    grid-template-columns: auto auto;
    gap: 20px;
  }
      #makeover-title > span {
          display: flex;
          flex-direction: column;
      }
    }

@media only screen and (max-width: 402px) {
  #makeover-title {
    justify-content: flex-start !important;
    gap: 1vw !important;

    img {
      width: 21vw;
    }

    > span {
      display: flex;
      flex-direction: column;
      line-height: 0.9;
      font-size: 10vw;

      span {
        font-size: 12.8vw;
        margin-left: -2.5vw;
      }
    }
  }
}
@media only screen and (min-width: 1400px) {
  #makeover-title {
    gap: 4px !important;

    img {
      width: 77px;
    }

    > span {
      display: flex;
      flex-direction: column;
      line-height: 0.9;
      font-size: 42px;

      span {
        font-size: 50px;
        margin-left: -0.5vw;
      }
    }
  }
}

#support-section {
  .ms-modal-dialog {
    max-width: 100% !important;
  }
  .ms-modal-wrapper {
    max-width: 100% !important;
  }
  .js-close-modal_wizard {
    display: none !important;
  }
  .ms-modal-body {
    padding-top: 55px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.accordion-area {
  display: flex;
    flex-wrap: wrap;
    justify-content: center;

    .accordion {
      padding: 20px;
    }
}

@media only screen and (min-width: 1260px) {
  /*
  #charities-swipe-menu .slider-arrow {
    display: none !important;
  }
  #clients-slider {
    margin: 0 !important;
  }
    */
}

.menu-el {
  position: absolute;
  top: -200px;
  height: 100px;
  width: 100px;
  user-select: none;
  pointer-events: none;
  &.bottom {
    top: auto;
    bottom: 300px;
  }
}

#form-tabs {
  margin-bottom: 20px;
  button {
    padding: 10px 20px !important;
    
    &.form-tab-active {
      flex: 1;
      background: #aa0000;
      color: #fff;
      border: 1px solid #eee;
      border-bottom: none;
    }
  }
}

#charities-swipe-menu .tab-btn:hover ~ .swipe-subcat {
  display: block;
}

.swipe-subcat {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  display: none;
}

.booking-form {
  input, textarea, select {
    background: #ddd;
    appearance: auto !important;
  }
}

.booking-form button {
  border-radius: 8px !important;
}

.swiper-slide.active {
  img {
    transform: scale(1.3);
    filter: brightness(0) saturate(100%) invert(7%) sepia(100%) saturate(6884%) hue-rotate(6deg) brightness(93%) contrast(106%);
  }
}

#load-more {
  background: #aa0000;
  color: #fff;
  border: none;
  outline: none;
  border-radius: 48px;
  width: 88%;
  font-size: 20px;
  padding: 10px 20px;
  cursor: pointer;
  transition: background 0.3s ease;

  &:hover {
    background: #880000;
  }
}

.team-img {
  aspect-ratio: 3 / 2;
}

.team-tag:hover div {
  display: flex !important;
}

.autocomplete-element {
  color: #000 !important;
}

@media only screen and (max-width: 991px) {
  .accordion {
    max-height: none;
  }
  #logo-makeover {
    min-height: 0 !important;
    > .product-item {
      display: none !important;
    }
  }
  .accordion {
    padding-top: 10px !important;
  }
  #faqAccordion2 {
    padding: 45px 20px !important;
    padding-bottom: 60px !important;
  }
  #applySection .swiper-slide {
    padding: 0 !important;
  }
  #testi-sec .slider-arrow {
    display: none !important;
  }
  #charities-swipe-menu .slider-next {
    display: none !important;
  }
  #charities-swipe-menu .slider-prev {
    display: none !important;
  }
}

@media only screen and (min-width: 992px) {
  #charities-swipe-menu {
    .swiper {
    }
  }
}

#charities-swipe-menu, .categorySlide-area {
  .swiper-wrapper {
    margin: auto;
    width: fit-content;
  }
}

#charities-swipe-menu {
  .slider-arrow:hover {
    background: none;
    color: #aa0000;
  }
  .swiper-slide:not(:first-child) {
    border-left: 1px solid #000;
  }
  .th-slider.has-shadow, &, .swiper-slide {
    padding: 0 !important;
  }
  .swiper {
    width: 100%;
  }
  .th-btn:hover {
    background: none !important;
    color: #444 !important;
  }
  .slider-arrow {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    transform: translateY(50%);
  }
  .th-btn {
    background: none;
    color: #000;
    border: none;
    padding: 0;
    white-space: nowrap;
    border-radius: 0;
    overflow: visible;

    &.active {
      color: #aa0000 !important;
      &::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 3px;
        bottom: -10px;
        background: #aa0000;
      }
    }
  }
}

.woocommerce-checkout .form-control {
  padding-bottom: 16px !important;
}

[id*="b_bgq8tr3r"] > div {
  z-index: 998 !important;
}

.footer-in-view [id*="b_bgq8tr3r"] > div {
  right: 10px !important;
  transform-origin: 50% 50% !important;
}

[id*="b_bgq8tr3r"] > div {
  bottom: 55px !important;
}

@media only screen and (min-width: 1361px) {
  [id*="b_bgq8tr3r"] > div {
    bottom: 18px !important;
    right: 39px !important;
  }
}

.footer-in-view [id*="b_bgq8tr3r"] > div {
  bottom: 30px !important;
  right: calc(50% - 50px/2) !important;
}

@media only screen and (max-width: 1360px) and (min-width: 1200px) {
  .footer-in-view [id*="b_bgq8tr3r"] > div {
    bottom: 65px !important;
  }
}

@media only screen and (min-width: 991px) {
  #filters {
    max-width: 250px;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .footer-in-view [id*="b_bgq8tr3r"] > div {
    bottom: 80px !important;
  }
}

@media only screen and (min-width: 650px) and (max-width: 991px) {
  .footer-in-view [id*="b_bgq8tr3r"] > div {
    bottom: 80px !important;
  }
}

@media only screen and (max-width: 650px) {
  .footer-in-view [id*="b_bgq8tr3r"] > div {
    bottom: 130px !important;
  }
  .footer-in-view #filters-button {
    bottom: 220px !important;
  }
}

#filters .price_slider_wrapper input, .qty-input {
  padding-right: 10px !important;
  padding-left: 10px !important;
}

footer .about-text a, footer .working-time a {
  color: #eee;

  &:hover {
    color: #fff !important;
  }
}

.black-section {
  background: #ddd;
  color: #fff;

  .h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6, .line-btn, .product-grid .box-title, .product-grid .box-price, .th-btn2 {
    color: #000;
  }
  .blog-meta span, .blog-meta a {
    color: #aaa;
  }
  .line-btn:after {
    background-color: #fff;
  }
}

.margin-bottom {
  margin-bottom: 66px;
}

.product-right > :first-child {
  display: flex;
  align-items: center;
}

#account-menu {
  background: #ffeded;
  padding: 10px 20px;
  ul {
    list-style: none;
    padding-left: 0px;
    display: flex;
    flex-direction: column;
    gap: 20px;

    li {
      padding: 5px 10px;
    }
    li.active {
      background: #fff;
      box-shadow: #00000057 3px 5px 11px 0px;
      border-radius: 4px;
      a {
        color: #000;
      }
    }
    
    a {
      color: #aaa;
      padding: 4px 8px;

      &[href="/logout"] {
        color: #ff0f0f;
      }
    }
  }
}

.cart-dropdown-menu.logout {
  width: 100% !important;
  background: #fff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  left: 0 !important;
  padding: 8px !important;
}

@media only screen and (min-width: 1480px) {
  #search-wrapper {
    width: 350px;
  }
}

@media only screen and (min-width: 480px) {
  #login-section > .container > .row:first-child {
    padding-right: 44px;
    padding-left: 44px;
  }
}

footer .contact-kenduit {
  display: flex;
    white-space: nowrap;
    align-items: center;
    gap: 10px;

    .info-box {
      margin: 0;
    }
}

@media only screen and (min-width: 340px) {
  .col-xs-auto {
        width: auto;
    }
      .col-xs-auto, .row-cols-xs-6>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
        .justify-content-xs-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify!important;
        justify-content: space-between !important;
    }
  }

@media only screen and (max-width: 991px) {
  #best-service-providers .line-bottom {
    display: none;
  }
}

@media only screen and (min-width: 575px) and (max-width: 991px) {
  #best-service-providers .tab-pane > .row > * {
    width: 50%;
  } 
}

.th-checkout-wrapper .container {
  padding-right: 44px;
  padding-left: 44px;
}

@media only screen and (min-width: 992px) {
  #best-service-providers .tab-menu {
    padding: 0 120px !important;
  }
  .booking-form .col-12 {
    flex: 1;
  }
}

@media only screen and (max-width: 992px) {
#specials-section .product-right > :first-child {
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
  #best-service-providers .th-slider.has-shadow .swiper-wrapper {
    padding: 0 !important;
  }
  #best-service-providers .tab-menu {
    margin-bottom: 30px;
  }
  .th-checkout-wrapper .container {
    padding-right: 22px;
    padding-left: 22px;
  }

  .error-title.space-top {
    padding-top: 44px;
  }
}

@media only screen and (max-width: 1360px) {
  #all-content {
    padding-bottom: 48px;
  }
}

.mfp-iframe-scaler iframe {
  position: fixed;
}

#video-popup {
  position: fixed;
  top: -60px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#player {
  height: 100%;
}

.mfp-close-btn-in .mfp-close {
  position: fixed;
    top: 10px;
    right: 10px;
    color: #fff;
}

#mute-toggle {
  position: fixed;
  top: 10px;
  right: 80px;
}

#topSlide1 .swiper-slide {
  padding: 0 !important;
}

#best-service-providers .swiper-slide {
  padding: 0 0px !important;
}

.container {
  max-width: none !important;
}

#QuickView {
  max-height: 70vh;
  overflow: auto;
}

.desktop-header {
  padding: 0 24px;
}

.swiper-slide {
  padding: 0 10px;
}

.categorySlide-area {
  .th-slider.has-shadow {
    max-width: 100vw;
    margin: 0 128px;
    overflow: hidden;
  }

  .container-fluid {
    padding: 0 !important;
  }
}

.slider-area, .slider-wrap {
  .slider-arrow {
    transition: all 200ms ease-out;
  }

  &:hover {
    .slider-arrow {
      opacity: 1;
    }
  }
}

@media only screen and (max-width: 480px) {
  #mockups {
    margin-left: 0 !important;
  }
  #form-timer > :nth-child(2) {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
  #homePage #welcome.ms-loaded-animate .ms-title {
    font-size: 5vw !important;
  }
  #homePage #welcome .ms-title-label {
    font-size: 4vw !important;
  }
  .ms-wrapper-paragraph p {
    padding: 0 22px !important;
  }
  .mobile-x-padding{
    padding: 0 !important;
  }
  #homePage #welcome.ms-loaded-animate .ms-title {
    line-height: 1.3;
  }
  #welcome {
    padding-top: 20px !important;
  }

  .mobile-x-padding-0 {
    padding: 0 !important;
  }
}


#topSlide1 img {
  width: 25px;
}

.th-mobile-menu img {
  scale: 1.5;
  transform: translateX(-10px) translateY(-1px);
}

.tab-content>.active {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
}

@media only screen and (max-width: 375px) {
  .feature-area > :first-child > :first-child {
    gap: 13px;
  }
}

.tab-pane > * {
  padding: 24px 12px;
}

header .th-social a {
  background: none;
  width: 35px;

  &:hover {
    background: none;
  }
}

#all-content {
  overflow-x: hidden;
}

@media only screen and (min-width: 480px) {
#all-content > *:not(header):not(.cursor-follower):not(.gallery-track):not(.gallery-section):not(.categorySlide-area):not(#cta-area):not(#booking):not(.th-blog-wrapper):not(#login-section):not(#best-service-providers):not(#hero-section):not(#charities-swipe-menu) > :first-child > :first-child:not(.cancel-padding), .x-padding {
  padding-left: 44px !important;
  padding-right: 44px !important;
}
}

@media only screen and (max-width: 575px) {
  .swiper-slide {
    padding: 0 34px !important;
  }
  #testiSlider2 .swiper-slide {
    padding: 0 !important;
  }
}

@media only screen and (max-width: 480px) {
  .categorySlide-area .row {
    padding: 0 22px !important;
  }
  #testi-sec {
    background: none;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  #best-service-providers .tab-pane > :first-child {
    padding: 0;
  }
  .login-form-content {
    border: none;
    padding: 22px;
  }
  footer {
    .col-sm {
      padding: 0 !important;
    }
  }
  #all-content > *:not(header):not(.cursor-follower):not(.gallery-track):not(.gallery-section):not(.categorySlide-area):not(#cta-area):not(#booking):not(.th-blog-wrapper):not(#login-section):not(#best-service-providers):not(#hero-section), .x-padding {
    /*
    &:not(.x-padding) > :first-child > :first-child {
      padding-left: 22px !important;
      padding-right: 22px !important;
    }
      */
    &:not(.x-padding) > :first-child .slider-wrap {
      padding-left: 0 !important;
      padding-right: 0 !important;
    }
    &.x-padding {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
  }
  #all-content > *:not(header):not(.cursor-follower):not(.gallery-track):not(.gallery-section):not(.categorySlide-area):not(#cta-area):not(#booking):not(.th-blog-wrapper):not(#login-section):not(#best-service-providers):not(#hero-section):not(#charities-swipe-menu) > :first-child > :first-child:not(.cancel-padding):not(#testi-sec *), .x-padding, .mobile-padding {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
  .mobile-padding-left {
    padding-left: 22px !important;
  }
  .mobile-padding-right {
    padding-right: 22px !important;
  }
  .p-0-mobile {
    padding: 0 !important;
  }
  #testi-sec {
    padding-bottom: 20px;
    .slider-pagination {
      display: none;
    }
  }
  #testi-sec .slider-area {
    padding: 0 !important;
  }
  #shop-details {
    padding-top: 22px !important;
  }
}
  #testi-sec, #specials-section {
    padding: 100px 0;
    &#testi-sec {
      .slider-pagination {
        display: none;
      }
    }
  }

@media only screen and (max-width: 480px) {
  #testi-sec, #specials-section {
    padding: 40px 0;
  }
  #charities-sec {
    padding-bottom: 40px;
  }
  #specials-section {
    margin-bottom: 40px !important;
  }
  #goods-sec {
    padding-bottom: 20px !important;
  }
  #best-service-providers {
    padding-bottom: 60px !important;
  }
  .space-top {
    padding-top: 40px !important;
  }
  .margin-bottom {
    margin-bottom: 30px;
  }
  .footer-layout1 .footer-title {
    margin-right: 0px;
}

.ad-card-right {
   padding-right: 10px;
}
.ad-card-left{
    padding-left: 10px;
}
}

.th-btn2 .link-effect .effect-1:before{
    content: none !important;
}


@media only screen and (max-width: 480px) {
    #booking-background svg{
        padding: 0 !important;
    }
}

/* Hiding overflow on mobile */
@media only screen and (min-width: 370px) and (max-width: 768px) {
  .feature-area > :first-child > :first-child {
    margin-left: 10%;
    margin-right: 5%;
  }
}
@media (max-width: 768px) {
  .th-blog-wrapper {
    padding-top: 44px;
  }
    .hide-scrollbar {
      overflow-x: hidden;
      overflow-y: auto;
      scrollbar-width: none; /* Firefox */
    }

    .hide-scrollbar::-webkit-scrollbar {
      display: none; /* Chrome, Safari, Edge */
    }
  }


  .marquee-wrapper .marquee .marquee-group.style2 .text img {
    width: 100px;
}

#filters-button {
  position: fixed;
  bottom: 63px;
  right: 90px;
  color: #fff;
  background: #ddd;
  aspect-ratio: 1;
  border-radius: 100%;
  height: 40px;
  padding: 3px;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  border: none;
  outline: none;


  & i {
    color: #000;
  }
}

@media (min-width: 768px) {
  #logo-container .th-menu-toggle:hover {
  path {
    stroke: #aa0000;
  }

}
}

@media (max-width: 425px) {
  main {
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  main::-webkit-scrollbar {
    display: none;
  }
}

.book-now * {
  pointer-events: none;
}

.header-top .nice-select.open:after {
  content: "\f106" !important;
}

.header-layout2 .header-right .currency-menu .nice-select .list {
  left: -18px !important;
}

#search-container .list {
  width: 100%;
}

  #search-container .header-form .currency-menu .nice-select.open .list {
    max-height: 100vh !important;
  }

@media only screen and (max-height: 700px) {
  #search-container .header-form .currency-menu .nice-select.open .list {
    max-height: min(60vh) !important;
  }
}


.header-layout2 .header-right .currency-menu .nice-select .list {
  opacity: 1;
  max-height: 0;
  transform: translateY(14px) translateX(4px);
  transition: max-height 300ms ease-in-out;
}

.header-right .currency-menu .nice-select.open .list {
  max-height: 100vh !important;
  overflow: auto;
}

#search-container .list {
  max-height: 0;
  transition: max-height 300ms ease-in-out, opacity 100ms ease-in-out;
  overflow-y: auto;
  left: 0;

  li {
    min-height: 40px !important;
  }
}

.pac-container:after {
  display: none !important;
}

:root {
      /* change this to resize all icons */
      --icon-size: 60px;
      overscroll-behavior: none;
    }

@keyframes moveLogoToTop {
  10% {
    max-width: 0;
  }
  100% {
    max-width: 100vw;
  }
}

.sticky-wrapper .th-menu-wrapper.th-body-visible ~ #logo-container {
  animation: moveLogoToTop 3s ease-out forwards;
  overflow: hidden;
  max-width: 0;
  position: fixed;
  top: 8px;
  z-index: 99999999999999;
}
.th-menu-wrapper.th-body-visible ~ * .header-logo b {
  max-width: 500px;
  opacity: 1;
  transition-property: max-width, opacity;
}

@media only screen and (min-width: 540px) {
  .th-menu-wrapper.th-body-visible ~ * .header-logo b {
    transition-delay: 2s;
  }
  .sticky-wrapper .th-menu-wrapper.th-body-visible ~ #logo-container {
    animation-delay: 500ms;
  }
}

.th-menu-toggle path {
  stroke-width: 4px;
}


.header-info_label {
  font-size: 15px;
}

#book-now {
  background: #aa0000;
  height: 72px;
  display: flex;
}

.icon {
  fill: none;
  margin-top: 0px;
  stroke: #000;
  stroke-width: 12;
  stroke-linecap: square;
  stroke-linejoin: round;
  width: 100%;
  height: 100%;
}

.sticky-wrapper #book-now {
  max-width: 0px;
  transition: none;
  padding: 0 !important;
  transition: max-width 400ms ease-out;
  overflow: hidden;
}

.sticky-wrapper.sticky #book-now {
  max-width: 40vw;
  padding: 1.2rem 1.8rem !important;
  margin-left: 33px;
  margin-right: 10px;
}

#search-container .nice-select.form-select.open:after {
  content: '' !important;
  transform: rotate(225deg);
}





.booking-section {
  position: relative;
  background-color: #f51515;
  color: #fff;
  overflow: hidden;
}




.booking-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../img/bg/bg.webp') center/cover no-repeat;
  opacity: 0.08;
  pointer-events: none;
}

#search-container .currency-menu {
    min-width: 160px;
}


/* Container & Layout */
.booking-section .container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 0 auto;
  max-width: 70vw;
  padding: min(3vw, 72px) 40px;
  padding-right: 88px;
  padding-bottom: 88px;
}

#booking-background-mobile {
  display: none;
}


@media only screen and (max-width: 360px) {
  #booking-background-mobile {
    scale: 1.5;
    top: 80% !important;
    height: 100% !important;
  }
}

@media only screen and (max-width: 1200px) {
  .feature-card {
    justify-content: flex-start;
  }
  .contact-kenduit {
    flex-direction: column;
    align-items: flex-start;
  }
}


/* styles only on screens ≤600px (mobile) */
@media only screen and (max-width: 500px) {

  /* Container & Layout */
  .booking-section .container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 4rem;
    padding-right: 34px !important;
    padding-left:  34px;
    padding-top: 20px !important;
  }
  #booking .sec-title {
      max-width: none;
  }



}

.booking-section .content h1 {
  font-size: 3.3rem;
  letter-spacing: 2px;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

/* Forms - fixed width */
.booking-form {
  /*min-width: 27vw;*/
  max-width: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  z-index: 1;
  margin-right: 0;
}

.booking-form {
  display: flex;
}

#partnerForm {
  display: none;
}

.booking-section.partner-view .booking-form {
  display: none;
}

.booking-section.partner-view #partnerForm {
  display: flex;
}

/* Inputs & Buttons */
.booking-form input,
.booking-form select,
.booking-form label {
  padding: 0.75rem 1.5rem !important;
  border: none !important;
  border-radius: 4px !important;
  font-size: 1rem !important;
}

.partner-bar .toggle-link:first-child {
    color: #000 !important;


    &:hover {
        color: #fff !important;
    }
}

.partner-bar .toggle-link:nth-child(2) {
    color: #fff !important;

    &:hover {
        color: #000 !important;
    }
}

.booking-form button {
  padding: 1rem !important;
  background: #880000;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 22px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.booking-form button:hover {
  background: #333;
}

/* Bottom Partner Bar */
.partner-bar {
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  padding: 1.5rem 2rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

/* styles only on screens ≤600px (mobile) */
@media only screen and (max-width: 500px) {
  .partner-bar {
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    /* top | right/left | bottom */
    padding: 1rem 2rem 4rem;

    display: flex;
    gap: 6px;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    /* if you still need it */
  }

}

#booking .sec-title {
    font-size: min(7vw, 101px) !important;
    font-weight: 600;
}

@media (max-width: 1024px) {
    #booking .sec-title {
        font-size: min(7vw, 101px) !important;
    }
}
.booking-section .content .subtitle {
  font-size: min(4vw, 33px);
  font-style: italic;
  opacity: 0.9;
  text-transform: uppercase;
}

.partner-bar {
  font-size: min(4vw, 21px);
  margin-left: 7px;
}

@media only screen and (min-width: 480px) and (max-width: 880px) {
  #booking .sec-title {
    font-size: 9vw !important;
    max-width: none;
    margin: 0;
  }

  #mockups {
    margin-top: 40px !important;
  }

  .booking-section .content .subtitle {
    font-size: 4vw;
  }
}

@media only screen and (max-width: 480px) {
  .booking-section .content .subtitle {
    font-size: 1.125rem;
  }

  #booking .sec-title {
    font-size: 18vw !important;
  }

  .partner-bar {
    font-size: 3.6vw;
  }
}

.partner-bar .toggle-link {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
}

.partner-bar .bar-text {
  margin: 0;
}

@media only screen and (max-width: 400px) {
  .video-thumb1-1 {
    top: 65% !important;
  }
}

/* Responsive */
@media (max-width: 992px) {
  .th-blog-wrapper .container .row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #best-service-providers {
    .slider-prev {
      left: 0;
    }
    .slider-next {
      right: 0;
    }
  }
  .booking-section .container {
    padding-bottom: 50px;
    padding-top: 40px;
  }

  .partner-bar {
    justify-content: center;
  }

  .booking-section .container {
    flex-direction: column;
    text-align: center;
    padding-right: 40px;
    padding-bottom: 100px;
  }

  #mockups {
    margin-top: 75px !important;
    scale: 1.5;
    margin-left: -20px !important;
    z-index: 2;
    position: relative;
  }

  .booking-form {
    width: 100%;
    margin-top: 2rem;
    margin-right: 0rem;
  }
}

@media only screen and (max-width: 768px) {
  #mockups {
    scale: 1.3;
  }
}

@media (max-width: 576px) {
  #mockups {
    margin-top: 60px !important;
    scale: 1.15;
  }
  .copyright-text {
    text-align: center;
  }
  .footer-card {
    justify-content: center !important;
  } 
  .booking-section .content h1 {
    font-size: 2rem;
  }
  #account-section .tab-menu.style2 {
    padding: 0 !important;
  }



  /*
  #bookingForm :first-child {
    flex-direction: column;
    gap: 1rem !important;
  }
    */

  /* Partner bar remains visible; mobile inline link removed */
}

@media only screen and (max-width: 540px) {
  #mockups {
    scale: 1.05;
  }
  .offer-item .box-content {
    max-width: none;
    padding-right: 70px;
  }
  .offer-item .box-title {
    font-size: 7vw;
  }
}

@media only screen and (max-width: 400px)  {
  #mockups {
    scale: 0.8;
    margin-top: 5px !important;
  }
  .hero-style6 .hero-title {
    padding: 0 0px;
  }
}

.error-message{
  text-align: left;
  
}

.link-text.underline {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  /* You can adjust the value */
}

@media (max-width: 400px) {
  .link-text{
  font-size: 14px;
  }
  .partner-bar .toggle-link:first-child {
    font-size: 14px !important;
  }
  #account-section .tab-menu.style2 .th-btn {
    min-width: 50px;
    max-width: 70px;
  }

}







/* Select2 layout of multiple services */



.select2-container .select2-selection--multiple {
  display: flex !important;
}

.select2-search__field {
  width: auto !important;
}

.select2-container--default .select2-selection--multiple {
  background: none !important;
  border: 0px solid #aaa !important;
  border-radius: 4px !important;
  cursor: text !important;
  min-height: 56px !important;
  background-color: white;




}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 0px !important;
  outline: 0 !important;
  border-radius: 4px !important;

}

.select2-container {
  width: 100% !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box !important;
  list-style: none !important;
  margin: 0 !important;
  width: 100% !important;
  padding: 0 1rem !important;
  background-color: white !important;
  border-radius: 4px !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: black !important;
  color: white !important;
}

.select2-results__options::-webkit-scrollbar {
  width: 4px !important;
}

.select2-results__options::-webkit-scrollbar-thumb {
  background: #f51515 !important;
  border-radius: 3px !important;
}

.select2-results__options::-webkit-scrollbar-thumb:hover {
  background: #f51515 !important;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box !important;
  font-size: 100% !important;
  margin-top: 0px !important;
  height: 56px !important;
  padding: 0 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #6e6e6e !important;
  cursor: pointer !important;
  display: inline-block !important;
  font-weight: bold !important;
  margin-right: 4px !important;
  font-size: 20px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #6e6e6e !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: white !important;
  border: 0px solid #aaa !important;
  border-radius: 4px !important;
  cursor: default !important;
  float: left !important;
  margin-right: 5px !important;
  margin-top: 5px !important;
  padding: 0px 0px !important;
  color: #6e6e6e !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer !important;
  float: right !important;
  font-weight: bold !important;
  margin-top: 5px !important;
  margin-right: 0px !important;
  padding: 1px !important;
  color: #f51515 !important;
  font-size: 0px !important;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {

  white-space: wrap !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {

    text-align: left !important;
}

@media only screen and (max-width: 400px) {
  .header-info-wrap {
    gap: 0 !important;
  }
}

@media only screen and (max-width: 1199px) {
  .cursor-follower {
    display: none;
  }
}

@media only screen and (max-width: 1360px) {
  .top-search {
    max-width: none !important;
  }


  .header-form .th-btn,
  .header-form {
    border-radius: 0 !important;
  }

  .header-form, .header-layout2 .header-form .header-search input {
    width: 100% !important;
    background: #fff !important;
  }

  .header-form > div > :nth-child(2) {
    max-width: none !important;
  }

  .nice-select.form-select:after {
    transform: rotate(225deg);
    top: 4px;
  }

  #search-container .nice-select.form-select.open:after {
    transform: rotate(45deg) !important;
  }

  .sticky-wrapper #search-container {
    width: 100%;
    z-index: 1;
    transition: width 250ms ease-out;
  }

  .sticky-wrapper #search-container, #book-now {
    box-shadow: 0 0 5px 2px #00000070;
    -webkit-clip-path: inset(-100vh 0px -5px 0px);
    clip-path: inset(-100vh 0px -5px 0px);
  }

  .sticky-wrapper.sticky #search-container {
    width: 60%;
    max-width: calc(100vw - 82px);
  }

  .sticky-wrapper #search-container,
  .sticky-wrapper #book-now {
    -webkit-animation: none;
    animation: none;
  }

  .sticky-wrapper.sticky #search-container .th-btn {
    border-radius: 0;
  }

  #search-container {
    position: fixed;
    top: 100dvh;
    transform: translateY(-100%);
    left: 0;
    width: 100%;
    z-index: 99999;

    .list {
      top: -19px;
      width: auto;
      transform: translateY(-100%);
      margin: 0;
      display: flex;
      flex-direction: column;
    }
  }

  .sticky-wrapper #book-now {
    position: fixed;
    top: 100dvh;
    transform: translateY(-100%);
    right: 0;
    width: 40%;
    min-width: 82px;
    background: #aa0000;
    height: 48px;
    margin: 0 !important;
    padding: 1rem !important;
    display: flex;

    .box-icon, .media-body {
      display: none !important;
    }

    .alter-body {
      display: flex;
    }
  }
}

@media only screen and (max-width: 900px) {
  #filterHeaderServices {
    padding-left: 0 !important;
  }
  #search-container .currency-menu .form-select .current {
    font-family: Font Awesome\ 6 Pro;
    font-size: 0px;
    display: none;

    &:before {
      content: "\f0c9";
      font-size: 14px;
    }
  }

  #search-container .currency-menu {
    min-width: auto;
  }

  #search-container .currency-menu .nice-select:after {
    left: 24px !important;
    top: 4px;
  }
}

@media only screen and (max-width: 850px) {


  .alter-body {
    display: flex;
  }
}

@media only screen and (max-width: 767px) {
  .partner-bar .toggle-link:first-child:hover {
      color: #000 !important;
  }

  .partner-bar .toggle-link:nth-child(2):hover {
      color: #fff !important;
  }

  .header-right {
    flex: 0 !important;
  }

  .header-info:nth-child(1) .dropdown > :nth-child(2) {
    .header-info_label, .header-info_link {
      display: none !important;
    }
  }
}

@media only screen and (max-width: 710px) {
  .header-info:nth-child(2) .dropdown > :nth-child(2) .header-info_label {
    display: none !important;
  }
  .header-info:nth-child(2) .dropdown > :nth-child(2) {
    position: absolute;
    top: 100%;
    right: 0;
  }
}

@media only screen and (max-width: 640px) {
  .dropdown > :nth-child(2) > a {
    display: none !important;
  }

  .dropdown {
    gap: 0 !important;
  }

  .th-header .th-container>div> :nth-child(2).col-lg-4 {
    flex-direction: column;
    align-items: center;
  }

  .th-header .th-container>div> :nth-child(2).col-lg-4 .swiper {
    width: 100%;
  }
}

@media only screen and (max-width: 660px) {
  .header-links {
    flex: auto !important;
    width: 100vw;
    display: flex;
    justify-content: center;
  }
  .marquee-card a {
    justify-content: start !important;
  }
}

@media only screen and (max-width: 400px) {
  #topSlide1 {
    width: calc(100vw - 63px - 10px - 18px - 50px) !important;
  }
}

@media only screen and (max-width: 540px) {
  .header-logo b {
    max-width: 0;
    opacity: 0;
  }

  .alter-body {
    font-size: 15px;
    white-space: nowrap;
  }

  .currency-menu p {
    display: none;
  }

  /*header .swiper {
    width: 100vw;
    flex: auto !important;
  }*/

  .header-info, .dropdown {
    position: static !important;
  }

  .header-info .dropdown:hover .cart-dropdown-menu, .header-info .dropdown:focus .cart-dropdown-menu {
    right: 0;
    top: 100% !important;     top: 100% !important;
    width: 100vw;

    .widget {
      border-radius: 0;
    }
  }
}



.footer-con-container{
  margin: 20px auto;
  display: flex;
  justify-content: center;  /* default */
}


/* Container & card layout (unchanged) */
.testiSlider2 .swiper-slide {
  display: flex;
  height: auto;
}
.testi-box {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #FFE2E2;
  padding: 1.5rem;
  border-radius: .5rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

/* Scrollable text area */
.box-text {
  flex: 1;
  max-height: 6.5rem;       /* adjust as needed */
  overflow-y: auto;
  margin: 1rem 0;
  margin-top: 0;
  line-height: 1.4;
  padding-right: .5rem;
}

/* Keep quote, stars and profile static */
.testi-box .box-quote,
.testi-box .box-review,
.testi-box .box-profile { flex: none; }

.box-avater img {
  width: 3.5rem;
  height: 3.5rem;
  object-fit: cover;
  border-radius: 50%;
  margin-right: .75rem;
}

/* ===== Scrollbar styling ===== */

/* WebKit browsers (Chrome, Safari, Edge) */
.box-text::-webkit-scrollbar {
  width: 8px;
  background: transparent;        /* make track transparent */
}

.box-text::-webkit-scrollbar-thumb {
  background-clip: padding-box;
  background-color: rgba(0,0,0,0.2); /* visible thumb */
  border-radius: 4px;
}

/* Keep the arrow buttons but make them transparent & still clickable */
.box-text::-webkit-scrollbar-button {
  display: block;
  background: transparent;     /* transparent button background */
  height: 10px;                /* allow a tappable area */
}

/* Specifically target up & down buttons for clarity (optional) */
.box-text::-webkit-scrollbar-button:vertical:decrement {
  background: transparent;
}
.box-text::-webkit-scrollbar-button:vertical:increment {
  background: transparent;
}

/* Firefox */
.box-text {
  scrollbar-width: thin;                      /* slim scrollbar */
  scrollbar-color: rgba(0,0,0,0.2) transparent; /* thumb on transparent track */
}
    .box-img.mega-hover {
      display: flex !important;
      aspect-ratio: 1;
      justify-content: center !important;
      align-items: center !important;
    }

    .box-img.mega-hover img {
      width: var(--icon-size);
      height: auto;
    }



    .image-grid-46 {
  display: grid;
  gap: 1vw;
  width: 100%;
  max-width: 100%;
  margin-bottom: 1vw;

}



.image-grid-46  a {
  position: relative;
  overflow: hidden;
  display: block;
}
 .card {
    height: 25vw; /* Set initial height */
    overflow: hidden;
  }

  .card-image-wrapper {
    height: 135%;
    will-change: transform;
  }




.image-grid-46  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}



.image-grid-46 {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(4, 1fr);
}

.image-grid-46 .image-1 {
    grid-row: 1 / 2; /* Spans two rows */
    grid-column: 1 / 2;
}
.image-grid-46 .image-2 {
    grid-row: 1 / 2; /* Spans two rows */
    grid-column: 2 / 3;
}
.image-grid-46 .image-3 {
    grid-row: 2 / 4; /* Spans two rows */
    grid-column: 1 / 3;
}
.image-grid-46 .image-4 {
    grid-row: 4 / 5; /* Spans two rows */
    grid-column: 1 / 2;
}
.image-grid-46 .image-5 {
    grid-row: 4 / 5; /* Spans two rows */
    grid-column: 2 / 3;
}
.image-grid-46 .image-6 {
    grid-row: 1 / 2; /* Spans two rows */
    grid-column: 3 / 5;
}
.image-grid-46 .image-7 {
    grid-row: 2 / 3; /* Spans two rows */
    grid-column: 3 / 5;
}
.image-grid-46 .image-8 {
    grid-row: 3 / 4; /* Spans two rows */
    grid-column: 3 / 5;
}
.image-grid-46 .image-9 {
    grid-row: 4 / 5; /* Spans two rows */
    grid-column: 3 / 5;
}
.image-grid-46  .image-3 .card {
    height: 51vw; /* Spans two rows */
}
.image-grid-46  .image-3 .card-image-wrapper {
    height: 120%;
}

@media (max-width : 768px){
  #best-service-providers {
    & > :first-child > :first-child > :nth-child(3) {
      order: 2;
      justify-content: center;
    }
    & > :first-child > :first-child > :nth-child(2) {
      order: 3;
    }
  }
  .product-sec {
    & > :first-child > :first-child > :nth-child(2) {
      justify-content: center;
    }
  }
  .image-grid-46 {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(8, 1fr);
}

.image-grid-46 .image-1 {
    grid-row: 2 / 3; /* Spans two rows */
    grid-column: 1 / 2;
}
.image-grid-46 .image-2 {
    grid-row: 2 / 3; /* Spans two rows */
    grid-column: 2 / 3;
}
.image-grid-46 .image-3 {
    grid-row: 4 / 6; /* Spans two rows */
    grid-column: 1 / 3;
}
.image-grid-46 .image-4 {
    grid-row: 7 / 8; /* Spans two rows */
    grid-column: 1 / 2;
}
.image-grid-46 .image-5 {
    grid-row: 7 / 8; /* Spans two rows */
    grid-column: 2 / 3;
}
.image-grid-46 .image-6 {
    grid-row: 1 / 2; /* Spans two rows */
    grid-column: 1 / 3;
}
.image-grid-46 .image-7 {
    grid-row: 3 / 4; /* Spans two rows */
    grid-column: 1 / 3;
}
.image-grid-46 .image-8 {
    grid-row: 6 / 7; /* Spans two rows */
    grid-column: 1 / 3;
}
.image-grid-46 .image-9 {
    grid-row: 8 / 9; /* Spans two rows */
    grid-column: 1 / 3;
}
.image-grid-46  .image-3 .card {
    height: 51vw; /* Spans two rows */
}
.image-grid-46  .image-3 .card-image-wrapper {
    height: 120%;
}
}

@media only screen and (max-width: 992px) {
  #filters-button {
    display: flex;
  }
  .footer-in-view #filters-button {
    right: 50%;
    bottom: 170px;
    transform: translateX(12px);
  }
  #booking-background-mobile {
    display: block;
  }
  #booking-background {
    display: none;
  }
  #booking .sec-title {
      justify-self: center;
      font-size: 98px !important;
      padding: 0 84px;
      margin: 0;
  }
  .video-thumb1-1 {
    left: 8% !important;
    top: 72% !important;
  }
}

@media only screen and (max-width: 500px) {
  #mockups > :first-child {
    min-width: 90vw !important;
  }
  #booking .sec-title {
    font-size: 19vw !important;
    padding-top: 15px;
  }
}

@media only screen and (max-width: 480px) {
  #mockups > * {
    & > :first-child, & > :nth-child(2) {
      display: none;
    }
    & > :nth-child(3) {
      margin-left: 0 !important;
    }
  }
  .video-thumb1-1 {
    left: -10% !important;
    top: 66% !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .feature-area .row {
    & > * .feature-card {
      margin-left: 20%;
    }
  }
}

@media only screen and (max-width: 840px) {
  .cta-sec1 > :first-child {
    flex-direction: column;
  }
}

@media only screen and (max-width: 400px) {
  #cta-area {

    .box-title {
      font-size: 10vw !important;
    }
    
    .sec-text {
      font-size: 5vw;
    }

    .th-btn {
      white-space: nowrap;
      font-size: 6vw;
    }
  }

  .header-info:before {
    display: none;
  }
  .header-info {
    margin-right: 7px;
  }
}

@media only screen and (max-width: 300px) {
  .header-info {
    margin-left: 0;
  }
  .header-info-wrap {
    margin-right: 0;
  }
    .th-btn {
      font-size: 5vw !important;
    }
}
@media (min-width: 992px) {
  #all-content > *.th-blog-wrapper > :first-child.container > .row {
    padding-left: 44px;
    padding-right: 44px;
  }
}
/* HERO SECTION */
#homePage #welcome.ms-loaded-animate .ms-title {
  font-weight: 200;
}

/* Desktop hero */
.ms-btn.-trem:focus::before, .ms-btn.-trem:hover::before {
  z-index: 1 !important;
}
.ms-btn.-xl {
  height: auto;
}
#phoneNumber, #phoneNumber2 {
  border-radius: 0.65vw !important;
  padding-left: 18px !important;
  width: auto;
  height: auto;
  font-size: 1.1vw !important;
  padding: 0.5vw 1vw !important;
}
#phoneNumber {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
#homePage #welcome .ms-wrapper-section {
  .ms-article a {
    &::before, &::after, span, & {
      border-top-left-radius: 0 !important;
      border-bottom-left-radius: 0 !important;
    }
  }
  a {
    font-size: 1.1vw;
    padding: 0.5vw 1vw !important;
  }
}

@media only screen and (min-width: 1024px) {
  .ms-wrapper-image-video h2 {
    display: none !important;
  }
}

/* Below Desktop */
@media only screen and (max-width: 1024px) {
  #homePage #welcome {
    padding-top: 0px !important;
  }
  #homePage #welcome .ms-wrapper-section .ms-article {
    margin-bottom: 18px;
  }
  #homePage #welcome .ms-wrapper-section .ms-article {
    max-width: none;
  }
  #homePage #welcome .ms-title-label {
    font-size: 14vw !important;
  }
  .ms-wrapper-section > * {
    width: 100% !important;
  }
  .ms-wrapper-section > * > .ms-article:first-child h2 {
    display: none;
  }
  #phoneNumber, #phoneNumber2, #homePage #welcome .ms-wrapper-section a {
    font-size: 2.5vw !important;
    flex: 1;
  } 
  #homePage #welcome .ms-wrapper-section .ms-wrapper-image-video {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
}

input[type="date"]:not(.has-value):before{
  content: attr(placeholder);
  background-color: #eee;
  position: absolute;
}

::-webkit-calendar-picker-indicator {
  opacity: 0;
  width: 100%;
  position: absolute;
  left: 0.75rem;
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  #homePage #welcome .ms-wrapper-section .ms-article {
    /*display: flex;*/
    gap: 1.3vw;
    justify-content: center;
  }
  #phoneNumber2 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  #homePage #welcome .ms-wrapper-section {
    a, a::after, a::before, span {
      border-top-left-radius: 0 !important;
      border-bottom-left-radius: 0 !important;
    }
  }
  .show-md {
    display: block !important;
  }
  .hide-md {
    display: none !important;
  }
  #homePage #welcome .ms-wrapper-section a, #phoneNumber2 {
    padding: 1.5vw 2vw !important;
  }
  #phoneNumber2 {
    border-top-left-radius: 1vw !important;
    border-bottom-left-radius: 1vw !important;
  }
  #homePage #welcome .ms-wrapper-section a {
    border-top-right-radius: 1vw !important;
    border-bottom-right-radius: 1vw !important;
  }
}

@media only screen and (max-width: 768px) {
}

@media only screen and (max-width: 640px) {
  .timer-counter {
    grid-template-columns: auto auto !important;
    justify-content: center !important;
    gap: 20px;
  }
  #phoneNumber2 {
    padding-left: 2vw !important;
    border-top-right-radius: 2vw !important;
    border-top-left-radius: 2vw !important;
  }
  #homePage #welcome .ms-wrapper-section a {
    border-bottom-right-radius: 2vw !important;
    border-bottom-left-radius: 2vw !important;
  }
  .show-md {
    display: none !important;
  }
  .hide-md {
    display: block !important;
  }
  #homePage #welcome {
    padding-top: 0px !important;
  }
  #homePage #welcome .ms-wrapper-section .ms-article {
    flex-direction: column;
    margin-bottom: 22px;
  }
  #homePage #welcome .ms-title-label {
    font-size: 12vw !important;
  }
  #homePage #welcome .ms-wrapper-btn {
    flex-direction: column;
  }
  #phoneNumber2 {
    width: 100% !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  #homePage #welcome .ms-wrapper-section {
    a, a::after, a::before, span {
      border-top-right-radius: 0 !important;
      border-top-left-radius: 0 !important;
    }
  }
  #phoneNumber, #phoneNumber2, #homePage #welcome .ms-wrapper-section a {
    font-size: 4.5vw !important;
    padding: 2.5vw 2.5vw !important;
  }
  #phoneNumber2 {
    padding-left: 4vw !important;
  }
}

@media only screen and (max-width: 570px) {
  #partners-title {
    padding-left: 20px !important;
  }
  #testi-sec .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .title-area {
    margin-bottom: 11px;
  }
  .title-area .sec-title.style2:after {
    bottom: -14px;
  }
  #best-service-providers {
    .title-area .sec-title.style2 {
      margin-bottom: 42px;
    }
  }
}

.autocomplete-element {
  display: none;
}

.autocomplete ~ .dropdown {
  -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    background-color: light-dark(#fff, #131314);
    border-radius: 8px;
    box-shadow: 0 1px 2px 0 light-dark(rgba(60, 64, 67, .3), rgba(0, 0, 0, .3)), 0 2px 6px 2px light-dark(rgba(60, 64, 67, .15), rgba(0, 0, 0, .15));
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute !important;
    top: 100%;
    width: 100%;
    z-index: 1000;
    background: #fff !important;
    color: #000 !important;

    .attributions {
      display: none;
    }

    > ul {
      font-family: Google Sans, Roboto, Arial, sans-serif;
      list-style-type: none;
      margin: 0;
      padding: 0;
      width: inherit;
    }

    > ul > li {
      border-bottom: 1px solid light-dark(#d9d9d9, #444746);
      position: relative;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 12px;
      height: 52px;
      padding: 0 12px;
    }

    .place-autocomplete-element-row {
      gap: 12px;
    width: 100%;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    }

    .place-autocomplete-element-row .place-autocomplete-element-place-icon {
      -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -ms-flex-negative: 0;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    height: 32px;
    -webkit-justify-content: center;
    justify-content: center;
    width: 32px;
    }

    .place-autocomplete-element-row .place-autocomplete-element-prediction-item-icon {
      background-color: light-dark(rgba(30, 30, 30, .1), hsla(0, 0%, 100%, .1));
    border-radius: 50%;
    padding: 8px;
    }

    .place-autocomplete-element-row .place-autocomplete-element-prediction-item-icon path {
      fill: #000 !important;
    }

    .place-autocomplete-element-row .place-autocomplete-element-text-div {
      -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: light-dark(#5e5e5e, #ababab);
    display: inline-block;
    line-height: 14px;
    overflow: hidden;
    padding: 6px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    }

    .place-autocomplete-element-row .place-autocomplete-element-text-div .place-autocomplete-element-place-name {
      color: light-dark(#1f1f1f, #e3e3e3);
    display: block;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    font-family: Google Sans Text, Google Sans, Roboto, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #888 !important;
    }

    .place-autocomplete-element-row .place-autocomplete-element-text-div .place-autocomplete-element-place-result--matched {
      color: #000 !important;
    }
}

@media only screen and (max-width: 480px) {
  #mockups {
    margin-left: 0 !important;
  }
  #heroSlide1 {
    margin-top: 20px !important;
  }
}