@media(max-width: 899px) {
    #fb-root iframe {
        bottom: 90px !important;
    }

    #fb-root .container {
        bottom: 90px !important;
    }
}


[x-cloak] {
    display: none !important;
}
.select2.select2-container {
    width: 100% !important;
    height: 35px;
}
.select2.select2-container .select2-selection {
    height: 100%;
}
.select2 .select2-selection--single {
    background-color: transparent !important;
    border: 0 !important;
    border-radius: none !important;
}
.select2 .select2-selection__arrow {
    height: 100% !important;
}
.select2 .select2-selection__rendered {
    height: 100%;
    display: flex !important;
    align-items: center;
    font-size: 14px;
}
.select2-dropdown.select2-dropdown--below {
    top: 1px;
}
.select2-results__option {
    font-size: 12px;
}

/* #to_port_select_wrapper .tail-select .select-dropdown {
    @apply !max-h-[250px];
    max-height: 250px !important;
}

#to_port_select_wrapper .tail-select .dropdown-inner {
    max-height: 210px !important;
    @apply !max-h-[210px];
} */
.quote_calculator_form_bg_clip {
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 25%, 75% 0);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%);
}
@media(max-width:992px) {
    .quote_calculator_form_bg_clip {
        -webkit-clip-path: none;
        clip-path: none;
    }
}

.client_review_bg_clip {
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 25%, 75% 0);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%);
}

@media(max-width:899px) {
    .aec_hero_bkg_img {
        background-position: -465px -36px !important;
    }
}
@media(max-width:600px) {
    .aec_hero_bkg_img {
        background-position: -665px -36px !important;
    }
}