.wistia_responsive_padding {
    padding: 0 !important;
    height: 100% !important;
    position: relative;
    width: 100%;
}
.wistia_responsive_wrapper,
.wistia_embed,
.w-chrome {
    height: 100% !important;
    width: 100% !important;
}
.wistia_responsive_padding .w-video-wrapper video {
    object-fit: cover !important;
    height: 100% !important;
    width: 100% !important;
    position: absolute !important;
    top: 0;
    left: 0;
}
.grecaptcha-badge {
    width: 70px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    left: 4px !important;
    z-index: 1000;
}
.grecaptcha-badge:hover {
    width: 256px !important;
}
.country-layer {
    transition: fill 0.3s ease, fill-opacity 0.3s ease !important;
}

.leaflet-tooltip.region-tooltip {
    transition: opacity 0.6s ease;
}

.leaflet-tooltip.region-tooltip {
    background-color: #fff;
    border-radius: 4px;
    padding: 4px 8px;
    font-size: 16px;
    font-weight: bold;
}

section.banner h1 b,
.terms-cond-privacy p,
.terms-cond-privacy h4 {
    font-family: "FSAlbert Pro" !important;
}

#about-us-page .service-detail-ctn p,
#about-us-page .image-ctn-sm-block p {
    font-weight: 300;
    letter-spacing: 0;
    font-size: 17px;
    line-height: 28px;
    color: rgb(64, 64, 64);
}
#about-us-page .image-ctn-sm-block a {
    outline: none;
    cursor: pointer;
    border: 3px solid var(--primary-color);
    padding: 8px 25px;
    display: inline-block;
    font-weight: 400;
    font-size: 18px;
    border-radius: 50px;
    overflow: hidden;
    background: var(--primary-color);
    color: #000;
    position: relative;
    z-index: 10;
    transition: color 0.3s;
    line-height: 26px;
    text-decoration: none;
}

#about-us-page .image-ctn-sm-block a::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

#about-us-page .image-ctn-sm-block a::after {
    content: "";
    background: #f0f0f0;
    width: 120%;
    left: -10%;
    transition: transform 0.55s cubic-bezier(0.3, 1, 0.8, 1);
}

#about-us-page .image-ctn-sm-block a:hover::after {
    transform: translate3d(100%, 0, 0);
}

#about-us-page .image-ctn-sm-block a:hover {
    color: #fff;
}
.terms-cond-privacy.inner-content-section ul {
    padding-left: 15px;
    margin: 0;
    padding-bottom: 50px;
}
.terms-cond-privacy.inner-content-section li {
    list-style: disc;
    margin-bottom: 10px;
    font-weight: 300;
}
.terms-cond-privacy.inner-content-section li::marker {
    color: #bc8418;
}
.terms-cond-privacy.inner-content-section h3 {
    font-size: 34px;
    line-height: 47px;
    font-weight: normal;
    margin-bottom: 15px;
    color: #404040;
}
.terms-cond-privacy.inner-content-section p {
    font-size: 17px;
    line-height: 26px;
    color: #1a1b26;
    margin-bottom: 30px;
    font-weight: 300;
    letter-spacing: 0;
}
.terms-cond-privacy.inner-content-section a {
    text-decoration: none;
}
.query-form .vti__input.vti__phone {
    background-color: #f6f6f6;
}
.lg-sub-html {
    visibility: hidden !important;
}
.vue-tel-input .vti__dropdown {
    position: static;
}
.vue-tel-input .vti__dropdown-list {
    width: 100% !important;
}
.vti__dropdown-list.below {
    top: 100% !important;
    bottom: auto;
}
.select2-results__option--selectable {
    padding: 6px 20px !important;
}
.select2-container--default
    .select2-results
    > .select2-results__options::-webkit-scrollbar {
    width: 8px;
    background-color: #f5f5f5;
}

.select2-container--default
    .select2-results
    > .select2-results__options::-webkit-scrollbar-thumb {
    background-color: #bc8418 !important;
    border-radius: 10px;
}

.select2-container--default
    .select2-results
    > .select2-results__options::-webkit-scrollbar-thumb:hover {
    background-color: #b6b2ac;
}
.select2-container--default
    .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #bc8418 !important;
    border-radius: 7px;
}
.select2-container--default ul li {
    font-size: 14px !important;
}
.select2-search--dropdown {
    display: none;
}
.advance-search-btn {
    background: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color);
    font-weight: 500;
    font-size: 20px;
    padding: 5px 50px 5px 30px;
}
.location-gallery .swiper-slide {
    height: 500px !important;
}
.location-gallery .swiper-slide img {
    height: 100%;
    object-fit: cover;
}
.advSelect
    + .select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    border: 0 !important;
    left: -33%;
    margin-top: -2px;
    position: absolute;
    top: 24%;
    height: 18px;
    width: 18px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("/img/icons/211687_down_arrow_icon.png");
    transition: transform 0.3s ease;
}
.advSelect
    + .select2-container--default.select2-container--open
    .select2-selection--single
    .select2-selection__arrow
    b {
    transform: rotate(180deg);
}
body {
    margin-bottom: 0;
}

.top-slider
    .country-select
    + .select2-container--default
    .select2-selection--single {
    background-color: var(--primary-color);
    border: 0;
    border-radius: 13px;
    padding: 3px 27px 2px 6px;
    height: 35px;
}
.top-slider .country-select + .select2-container--default {
    width: fit-content !important;
}
.top-slider
    .country-select
    + .select2-container--default
    b[role="presentation"] {
    background-image: url("../../img/icons/59ebf083-9a54-4297-ac3f-05db55b3654b.png");
    border: 0;
    height: 25px;
    width: 25px;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0;
    top: 0;
    left: 0;
}
.top-slider
    .country-select
    + .select2-container--default
    .select2-selection__arrow {
    top: 6px;
    right: 10px;
}
.top-slider
    .country-select
    + .select2-container--default
    .select2-selection__arrow
    b {
    transition: transform 0.3s ease;
}
.top-slider
    .country-select
    + .select2-container--default.select2-container--open
    .select2-selection__arrow
    b {
    transform: rotate(180deg);
    transform-origin: center;
}
.top-slider
    .country-select
    + .select2-container--default
    .select2-selection__rendered {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
}
body.homepage .select2-container--open .select2-dropdown--below,
body.homepage .select2-container--open .select2-dropdown--above {
    width: 300px !important;
}
.select2-container--open .select2-dropdown--below,
.select2-container--open .select2-dropdown--above {
    border-radius: 10px;
    overflow: hidden;
    padding: 15px 0;
    border: 1px solid #00000082;
}
body.homepage
    .select2-container--default
    .select2-results__option:nth-child(1) {
    display: none;
}
.select2-results__option--selectable {
    padding: 6px 30px;
    border-radius: 7px;
}
span.currencyDropdown ul li {
    border-radius: 7px;
}
select.dollar-btn + span.select2 {
    font-size: 14px;
    font-weight: 300;
    color: #b7812f;
    text-decoration: none;
    border: 2px solid #b7812f;
    border-radius: 50%;
    text-transform: uppercase;
    margin-left: 20px;
    background-color: transparent;
    width: 40px !important;
    height: 40px;
    padding-left: 14px;
    line-height: 25px;
    display: inline-block;
    padding-top: 3px;
    cursor: pointer;
}
select.dollar-btn + span.select2 .select2-selection--single {
    all: unset !important;
}
select.dollar-btn
    + .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    color: #fff;
    padding: 0;
    line-height: 29px;
}
select.dollar-btn
    + .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    display: none;
}
span.currencyDropdown .select2-results__option--selectable {
    padding: 6px 15px;
    text-align: center;
}
span.currencyDropdown .select2-dropdown--below,
span.currencyDropdown .select2-dropdown--above {
    width: 50px !important;
}
body.homepage span.currencyDropdown .select2-dropdown--below,
body.homepage span.currencyDropdown .select2-dropdown--above {
    width: 50px !important;
}
body.homepage span.currencyDropdown .select2-results__option:nth-child(1) {
    display: block;
}
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 0;
    padding: 0;
}

.whatsapp-float img {
    width: 30px;
    height: 30px;
}
@if (
        !Request:
            :
            is("/")
            &&
            !Request:
            :
            is("services")
            &&
            !Request:
            :
            is("stories-listing")
    )
    .whatsapp-float
{
    z-index: 1000;
}
@endif @if (Request::is('services') || Request::is('stories-listing'))
  body section.banner.full-height {
    z-index: 1;
    position: relative;
}
@endif .whatsapp-float:hover {
    background-color: #128c7e !important;
}
.chestertons-establish-section .swiper {
    z-index: 0;
}
@media (min-width: 1800px) {
    .terms-cond-privacy.inner-content-section h3 {
        font-size: 48px;
        line-height: 61px;
        margin-bottom: 15px;
    }
}
@media (max-width: 1000px) {
    .terms-cond-privacy.inner-content-section h3 {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 25px;
    }
    .terms-cond-privacy.inner-content-section p {
        font-size: 16px;
        line-height: 28px;
    }
    .terms-cond-privacy.inner-content-section ul {
        padding-left: 0;
        margin-left: 15px;
    }
    #about-us-page .service-detail-ctn p,
    #about-us-page .image-ctn-sm-block p {
        font-size: 15px;
        line-height: 26px;
    }
}
