

@media (min-width:1250px) {
    /*====100%==========*/
    .container {
        max-width: 1170px;
    }
}

@media (min-width:1400px) {
    /*====100%==========*/
    .container {
        max-width: 1170px;
    }
}

@media (min-width:1500px) {
    /*====90%==========*/
    .container {
        max-width: 1280px;
    }
}

@media (min-width:1650px) {
    /*====80%==========*/
    .container {
        max-width: 1380px;
    }
}

/*      70% Zoom    */
@media only screen and (min-width:1934px) {
    .container {
        max-width: 1600px;
    }
}

/*      60% Zoom    */
@media only screen and (min-width:2247px) {
    .container {
        max-width: 1850px;
    }
}

/*      50% Zoom    */
@media only screen and (min-width:2690px) {
    .container {
        max-width: 2050px;
    }
}

/*      40% Zoom    */
@media only screen and (min-width:3372px) {

    .container {
        max-width: 2446px;
    }
}


.fa-1x {
    font-size: 16px !important
}


@media (max-width:500px) {
    .fa-2x {
        font-size: 1em !important;
    }
}


/* Event Image Size */
.feat_property .thumb img {
    opacity: 1 !important;
}

.eventTag_Color {
    background-color: #26a69a63;
    color: black !important;
}

.eventTag_AllmostFull {
    background-color: #f586466e;
    color: black !important;
}

.eventTag_limiteddis {
    background-color: #5c6bc078;
    color: black !important;
}

.eventTag_Sellingfast {
    background-color: #e7d4f9;
    color: black !important;
}


.feat_property .details .eventFooter {
    padding: 10px !important;
    background-color: #31d7a93b;
    border-radius: 24px;
}

.feat_property .details .tc_content h4 {
    color: #000000 !important;
}

.feat_property .details {
    padding: 8px !important;
}

    .feat_property .details .tc_content {
        padding: 6px !important;
    }

    .feat_property .details .tc_content_height {
        height: 140px !important;
    }

.image-container {
    width: 100%;
    position: relative;
    overflow: hidden;
}

    .image-container::before {
        content: "";
        display: block;
        padding-top: 50%; /* This creates a 2:1 aspect ratio (height is 50% of the width) */
    }

    .image-container img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover; /* Ensures the image covers the container */
    }


/*====================================== Checkout PAge  =============================================*/
/* Custom scrollbar for .nav-tabs-container */
.ui_kit_tab .nav-tabs-container::-webkit-scrollbar {
    height: 8px; /* Height for horizontal scrollbar */
}

.ui_kit_tab .nav-tabs-container::-webkit-scrollbar-track {
    background: #f1f1f1; /* Color of the track */
    border-radius: 10px;
}

.ui_kit_tab .nav-tabs-container::-webkit-scrollbar-thumb {
    background: #888; /* Color of the scrollbar thumb */
    border-radius: 10px;
}

    .ui_kit_tab .nav-tabs-container::-webkit-scrollbar-thumb:hover {
        background: #555; /* Color when hovering over the scrollbar thumb */
    }

/* For Firefox */
.ui_kit_tab .nav-tabs-container {
    scrollbar-width: thin; /* Makes the scrollbar thin */
    scrollbar-color: #31d7a9 #f1f1f1; /* Thumb color, track color */
}

.ui_kit_tab .nav-tabs-container {
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 4px;
    margin-top: -30px;
}

.ui_kit_tab .nav.nav-tabs {
    height: auto !important;
    background-color: #fff !important;
    border-bottom: none !important;
}

.ui_kit_tab .nav.nav-tabs {
    display: flex;
    flex-wrap: nowrap !important;
    white-space: nowrap !important;
}

.ui_kit_tab .nav-tabs .nav-link {
    border-radius: 10px !important;
    border: 1px solid #31d7a9 !important;
}

.ui_kit_tab .nav.nav-tabs .nav-link {
    height: auto !important;
    width: auto !important;
    background-color: #fff;
    margin-right: 10px; /* Adjust margin as needed */
}

.ui_kit_tab .nav.nav-tabs .nav-link {
    color: #000;
    height: 43px;
    line-height: 27px;
    text-align: center;
}


    .ui_kit_tab .nav.nav-tabs .nav-link:hover {
        border: 1px solid #31d7a9 !important;
    }

    .ui_kit_tab .nav.nav-tabs .nav-link.active {
        background-color: #31d7a9 !important;
        border: none;
    }

.selectedpgborder {
    border: 2px solid #31d7a9;
}

/*========================Layout Page =========================*/


header.header-nav.menu_style_home_one.style2 a.navbar_brand {
    margin-top: 26px !important;
}

header.header-nav.menu_style_home_one.style2 .user_setting li a {
    color: #484848 !important;
}

header.header-nav.menu_style_home_one.style2 {
    background-color: #161616 !important;
}

header.header-nav.menu_style_home_one ul.ace-responsive-menu li.add_listing {
    border-radius: 25px;
    height: 42px;
    text-align: center;
    vertical-align: middle;
    width: 128px;
}

.header-nav .list-inline-item:not(:last-child) {
    margin-right: 0 !important;
}

.header-nav .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 92px !important;
}

.header-nav .bootstrap-select:not(.input-group-btn), .bootstrap-select[class*=col-] {
    margin-top: 28px !important;
}

.header-nav .btn-light {
    color: #ffffff;
    background-color: #161616;
    border-color: #161616;
}


body {
    top: 0px !important;
}


.goog-te-gadget .goog-te-combo {
    padding: .375rem .75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    background-color: #161616;
    background-clip: padding-box;
    border: 1px solid #31d7a9;
    border-radius: 1.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.goog-te-gadget {
    color: #161616 !important;
}

.skiptranslate .VIpgJd-ZVi9od-l4eHX-hSRGPd {
    display: none !important;
}

.skiptranslate span {
    display: none !important;
}

.skiptranslate > iframe {
    height: 0 !important;
    border-style: none;
    box-shadow: none;
}

.goog-te-banner-frame.skiptranslate {
    display: none !important;
}



/* Hide the Google Translate loading message */
.goog-te-spinner-pos {
    display: none !important;
}

/* Hide the Google Translate powered by logo */
.goog-logo-link {
    display: none !important;
}

.goog-te-gadget {
    color: transparent !important;
}

#google_translate_element {
    /* float: right; */
    /* text-align: left; */
    display: block;
    margin-top: 20px;
}

#goog-gt-tt {
    display: none !important;
    top: 0px !important;
}

.goog-tooltip skiptranslate {
    display: none !important;
    top: 0px !important;
}

.activity-root {
    display: hide !important;
}

.status-message {
    display: hide !important;
}

.started-activity-container {
    display: hide !important;
}


.goog-te-spinner-pos,
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf,
.VIpgJd-ZVi9od-aZ2wEe-OiiCO {
    display: none !important;
}

.txtCap {
    text-transform: capitalize;
}


.grecaptcha-badge {
    /*   z-index: 9999999; */
    display: none;
}

/*--- Nav |  01  |  Side-Slide --*/
nav.side-slide {
    background-color: #fff;
    top: 0;
    right: -348px;
    height: 100%;
    position: fixed;
    width: 348px;
    z-index: 99999999;
}

    nav.side-slide .nav01 {
        position: absolute;
        color: #000;
        top: 0px;
        left: 320px;
        font-size: 20px;
        cursor: pointer;
        padding: 22px 0 0 0;
    }

.slide-title {
    position: absolute;
    top: 0px;
    height: 50px;
    /* padding: 0 0 20px 0; */
    left: 0px;
    z-index: 99999999999;
    /* background-color: #001232; */
    background: #31d7a9 !important;
    border-bottom: 1px solid #b3d4fc;
    width: 100%;
    margin-bottom: 20px;
}

nav.side-slide .nav02 {
    position: absolute;
    color: #000;
    font-size: 18px;
    cursor: pointer;
    padding: 25px 0 20px 20px;
}

.sidemenu {
    padding: 5px;
    top: 50px;
    width: 100%;
    position: relative;
}

    .sidemenu ul li {
        padding: 16px;
        width: 100%;
        text-align: center;
    }

.backdrop {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
}


/*--- Nav |  02  |  Side-Slide --*/

