:root {
    --Black: #000000;
    --White: #ffffff;
    --Text: #5c5e61;
    --Text-2: #161e2d;
    --Heading: #2c2e33;
    --Note: #a8abae;
    --Note-2: #8e8e93;
    --Primary: #f1913d;
    --Sub-primary-1: #fef7f1;
    --Sub-primary-2: rgba(241, 145, 61, 0.15);
    --Sub-primary-3: rgba(241, 145, 61, 0.1);
    --shadown: rgba(241, 145, 61, 0.12);
    /* --Secondary: #2c2e33; */
    /* --Secondary: #e5d93b; */
    --Secondary: #e4da3a;
    --Color-1: #06a788;
    --Color-2: #f2695c;
    --Color-3: #c79e34;
    --Color-4: #c0272d;
    --Color-5: #1563df;
    --Color-6: #fdefe2;
    --Color-7: #25c55b;
    --Color-8: #ffa920;
    /* --Line: #ececec; */
    /* --Line: #cccccc; */
    --Line: #959595;
}

/* .input-with-badges {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 5px;
    gap: 5px;
    position: relative;
    width: 100%;
    max-width: 500px;
    background-color: #fff;
} */

.input-with-badges #badges-container {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    align-items: center;
    flex-grow: 1;
}

.input-with-badges input {
    border: none;
    outline: none;
    font-size: 14px;
    flex-grow: 1;
    min-width: 150px;
    background-color: transparent;
    color: #333;
}

.input-with-badges .badge {
    background: #e0e0e0;
    color: #333;
    border-radius: 15px;
    padding: 5px 10px;
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.input-with-badges .badge .remove {
    font-size: 12px;
    cursor: pointer;
    color: #666;
    font-weight: bold;
}

.autocomplete-list {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    /* border: 1px solid #ccc; */
    border-radius: 4px;
    max-height: 150px;
    overflow-y: auto;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 1000;
}

.autocomplete-list li {
    padding: 10px;
    cursor: pointer;
    color: #333;
}

.autocomplete-list li:hover {
    background: #f0f0f0;
}

.recent-post-footer-section li .content .text-1 a {
    font-size: 14px !important;
}


input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    appearance: textfield;
}

/* Banner Search Tab CSS Responsive */
@media (max-width: 767px) {
    .page-title.home04 .widget-menu-tab {
        display: flex;
        align-items: center;
        justify-content: center;
        align-content: center;
        flex-direction: unset;
        flex-wrap: wrap;
    }

    .widget-tabs.style-1 .widget-menu-tab .item-title,
    .widget-tabs.style-1 .widget-menu-tab .item-title.active,
    .widget-tabs.style-1 .widget-menu-tab .item-title:hover {
        width: auto;
        margin-bottom: 10px;
        font-size: 14px;
        padding: 10px;
        line-height: 1;
        height: auto;
        flex-wrap: wrap;
        justify-content: center;
    }

    .nice-select {
        height: auto;
        padding: 10px;
    }

    form .input.input-nl,
    form textarea,
    form input[type=text],
    form input[type=password],
    form input[type=datetime],
    form input[type=datetime-local],
    form input[type=date],
    form input[type=month],
    form input[type=time],
    form input[type=week],
    form input[type=number],
    form input[type=email],
    form input[type=url],
    form input[type=search],
    form input[type=tel],
    form input[type=color] {
        height: auto;
        padding: 10px;
    }

    .wg-filter .form-title .wrap-btn .tf-btn,
    .wg-filter .form-title .btn-filter {
        height: auto;
        padding: 5px;
        border-radius: 10px;
    }

    .box-house .image-wrap img {
        min-height: auto;
    }

    .layout-4-prev {
        left: 0;
    }

    .layout-4-next {
        right: 0;
    }
}

.sticky-container1 {
    padding: 0px;
    margin: 0px;
    position: fixed;
    left: -155px;
    top: 40%;
    width: 200px;
    z-index: 9999;
}


.sticky1 li:hover {
    margin-right: -140px;
    animation: none;
}

.sticky1 li {
    list-style-type: none;
    background-color: var(--Primary);
    border: 1px solid var(--Primary);
    color: #fff;
    /* height: 50px; */
    padding: 0px 0px;
    margin: 0px 0px 1px 0px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
    animation: blinker 1s linear infinite;
}

.sticky1 li i {
    font-size: 20px;
}

.sticky1 li a {
    display: flex;
    color: #fff;
    justify-content: flex-end;
    padding: 15px 12px;
    gap: 15px;
    align-items: center;
}

/* .footer-sold-widgets {
    position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 9999;
}

.footer-sold-widgets .hover-effect a {
    margin-left: -165px;
    margin-bottom: 10px;
    transition: margin-left 0.3s ease-in-out;
    background-color: var(--Primary);
    border: 1px solid var(--Primary);
    font-size: 16px;
    line-height: 22.4px;
    animation: blinker 1s linear infinite;
}

.footer-sold-widgets .hover-effect:hover a {
    margin-left: 0;
    animation: none;
}

.footer-sold-widgets .hover-effect a {
    color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 15px 12px;
}

.footer-sold-widgets .hover-effect a i {
    font-size: 20px;
    margin-left: 20px;
}

 */
@keyframes blinker {
    50% {
        opacity: 0;
    }
}

/* .footer-sold-widgets .hover-effect a i {
    font-size: 20px;
    margin-left: 20px;
}

.footer-sold-widgets .hover-effect:hover {
    margin-left: 0px;
    animation: none;
} */

.contact-widgets {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 99999;
    display: block;
}

.contact-widgets a {
    margin-bottom: 10px;
    display: block;
}

.contact-widgets a img {
    width: 50px;
}

.contact-widgets a:hover img {
    border-radius: 50px;
    box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.25);
}

@media (max-width: 991px) {
    .contact-widgets {
        left: 0px;
        bottom: 0;
        top: unset;
        z-index: 99999;
        background: var(--Primary);
        width: 100%;
        padding: 0px;
        display: flex;
        justify-content: space-between;
    }

    .contact-widgets a {
        border-right: 1px solid #ccc;
        width: 33%;
        margin: 0 auto;
        text-align: center;
        padding: 10px;
    }

    .contact-widgets a:last-child {
        border-right: 0;
    }

    .contact-widgets a img {
        width: 35px;
    }

    .progress-wrap {
        bottom: 60px;
    }

    #footer {
        padding-bottom: 55px;
    }

    #footer .bg-main {
        border-bottom: 1px solid var(--White);
    }

    .page-title.home04 .heading-title {
        margin-bottom: 20px;
    }
}

@media (max-width: 1092px) {

    .offcanvas.show:not(.hiding),
    .offcanvas.showing {
        z-index: 999999;
    }
}

.property-details-actual-images-sec a img {
    width: 100%;
    border-radius: 15px;
    padding: 10px;
}

.header-social-media-bg-sec li {
    line-height: 0;
    margin-bottom: 0;
}

.header-social-media-bg-sec li a {
    width: 25px;
    height: 25px;
    position: relative;
    border: 1px solid #fff;
    border-radius: 50px;
}

.header-social-media-bg-sec li a i,
.header-social-media-bg-sec li a svg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-social-media-bg-sec li a.facebook {
    background: #1877F2;
}

.header-social-media-bg-sec li a.facebook:hover {
    background: #fff;
    border: 1px solid #1877f2;
}

.header-social-media-bg-sec li a.facebook:hover i {
    color: #1877F2;
}

.header-social-media-bg-sec li a.twitter-x {
    background: #000;
}

.header-social-media-bg-sec li a.twitter-x:hover {
    background: #fff;
    border: 1px solid #000;
}

.header-social-media-bg-sec li a.twitter-x:hover i {
    color: #000;
}

.header-social-media-bg-sec li a.linked-in {
    background: #0077B5;
}

.header-social-media-bg-sec li a.linked-in:hover {
    background: #fff;
    border: 1px solid #0077b5;
}

.header-social-media-bg-sec li a.linked-in:hover i {
    color: #0077B5;
}

.header-social-media-bg-sec li a.instagram {
    background: linear-gradient(135deg, #fccc63, #d6249f, #285AEB)
}

.header-social-media-bg-sec li a.instagram:hover {
    background: #fff;
    overflow: hidden;
}

.header-social-media-bg-sec li a.instagram:hover i {
    /* background: linear-gradient(135deg, #fccc63, #d6249f, #285AEB);
    overflow: hidden; */
    background: #fff;
    overflow: hidden;
    color: #d6249f;
}

.header-social-media-bg-sec li a svg {
    width: 16px;
}

.header-social-media-bg-sec li a svg.font-24 {
    width: 24px;
}

.header-social-media-bg-sec li a.youtube {
    background: #FF0000
}

.header-social-media-bg-sec li a.youtube:hover {
    background: #fff;
    color: #FF0000;
    border: 1px solid #FF0000;
}

.header-social-media-bg-sec li a.youtube:hover svg {
    color: #FF0000
}

.font-44 {
    font-size: 44px;
}

.footer-bottom p {
    /* color: #fff; */
    color: #000;
}

.tf-social:not(.tf-social.style-2) li a i {
    font-size: 15px;
}

.professional-service-bg .tf-grid-layout .icons-box {
    position: relative;
    z-index: 9;
}

.professional-service-bg .tf-grid-layout .icons-box::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 10px;
}

.professional-service-bg .tf-grid-layout .icons-box.style-2 .tf-icon,
.professional-service-bg .tf-grid-layout .icons-box.style-2 .title {
    z-index: 2;
    position: relative;
}

.professional-service-bg .tf-grid-layout .icons-box.style-2:hover .title a {
    color: var(--Primary)
}

.professional-service-bg .tf-grid-layout .icons-box {
    height: 190px;
}

@media (max-width: 767px) {
    .professional-service-bg .tf-grid-layout .icons-box {
        height: auto;
    }

    .looking-for-section .icons-box {
        height: auto !important;
    }

    .looking-for-section .icons-box .box-view-more-btn {
        position: unset !important;
    }

    .tf-sidebar .sidebar-ads .image-wrap img {
        height: 400px;
    }

    .single-property-map .info-map {
        display: block;
    }

    .section-property-detail .wg-property.box-amenities .wrap-feature {
        display: block;
    }

    .property-details-actual-images-sec {
        flex-wrap: wrap;
    }

    #footer .footer-menu-list .title {
        margin-bottom: 15px;
    }
}

@media (max-width: 990px) {
    #footer .wrap-social {
        display: block;
        text-align: center;
    }

    .tf-social:not(.tf-social.style-2) li a {
        height: 35px;
        width: 35px;
    }
}

@media (max-width: 991px) {
    .section-box-team .content-inner {
        padding: 0 !important;
    }

    form .cols {
        display: block;
    }

    form .cols fieldset {
        margin-bottom: 10px;
    }

    .box-shadow-custom {
        padding: 15px;
    }
}

.looking-for-section .icons-box {
    position: relative;
    height: 575px;
}

.looking-for-section .icons-box .box-view-more-btn {
    position: absolute;
    text-align: center;
    bottom: 10px;
    width: 240px;
    height: 50px;
    margin: 0 auto;
}

.looking-for-section .icons-box .box-view-more-btn a {}

.box-shadow-custom {
    box-shadow: 0px 0px 60px var(--Sub-primary-2)
}

#footer .footer-menu-list ul.tf-collapse-content {
    flex-wrap: wrap;
    /* border-bottom: 1px solid var(--Secondary); */
    margin-bottom: 0px;
}

#footer .footer-menu-list ul.recent-post-footer-section {
    margin-bottom: 20px;
}

#footer .footer-menu-list ul.tf-collapse-content li {
    margin-right: 15px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

/* .recent-post-footer-section {
    border-bottom: 1px solid var(--Secondary);
} */

.recent-post-footer-section .box-listings {
    margin-bottom: 20px;
}

.border-top-secondary-color {
    border-top: 1px solid #2c2e33;
}

.w-100px {
    width: 100px;
}

.w-125px {
    width: 125px;
}

.w-150px {
    width: 150px;
}


.price-dropdown-wrapper {
    position: relative;
    display: inline-block;
}

.price-button {
    /* padding: 10px 16px; */
    /* border: 1px solid #ccc;
    border-radius: 8px; */
    cursor: pointer;
    background: #fff;
    min-width: 150px;
}

.price-dropdown {
    position: absolute;
    top: 110%;
    left: 0;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    display: none;
    padding: 1rem;
    z-index: 999;
    width: 300px;
}

.price-dropdown.show {
    display: flex;
    gap: 1rem;
}

.price-dropdown select {
    width: 100%;
    padding: 8px;
    border-radius: 6px;
    border: 1px solid #ccc;
}

.dropdown-section {
    flex: 1;
}

.dropdown-section label {
    font-size: 14px;
    color: #555;
    margin-bottom: 5px;
    display: block;
}

.error-span {
    display: none;
}

.looking-padding-sec {
    /* padding: 24px; */
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}


/* .looking-padding-sec::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fffffff0;
    z-index: 0;
    opacity: 1;
    border-radius: 16px;
}

.icons-box.style-7:hover .looking-padding-sec::before {
    background: transparent;
} */

/* .icons-box.style-7:hover .tf-icon {
    opacity: 0;
}

.icons-box.style-7:hover .title {
    opacity: 0;
} */

.looking-padding-sec .title {
    height: 60px;
}

.modal-margin {
    /* margin-top: 85px; */
}

.layout-4-prev,
.layout-4-next {
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.5);
    color: var(--White);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.layout-4-prev {
    left: -20px;
}

.layout-4-next {
    right: -20px;
}

.thumbs-navigation {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    position: relative;
}

.thumbs-navigation .swiper-button-prev,
.thumbs-navigation .swiper-button-next {
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.5);
    color: var(--White);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    bottom: 0%;
    transform: translateY(-50%);
    z-index: 10;
}



@media (max-width: 767px) {
    .price-button {
        height: auto;
        padding: 10px;
        width: 100%;
        min-width: 260px;
        max-width: 767px;
        position: relative;
        display: flex;
    }

    .flat-title .title-inner {
        padding-top: 0px;
    }

    .flat-title {
        margin-bottom: 0px;
    }

    .breadcrumbs-bg .title-inner h1 {
        font-size: 30px;
        line-height: 40px;
    }

    .sw-thumbs-sigle .image-wrap img,
    .sw-single .image-wrap img {
        height: auto;
    }

    .box-overview .box-icon {
        width: auto;
    }

    .icons-box.style-7 .tf-icon img {
        width: 100%;
    }

    .categories-item .content h5 {
        height: auto;
        display: flex;
        align-items: center;
    }

    .layout-4-next {
        right: 0;
    }

    .layout-4-prev {
        left: 0;
    }

    .box-house .box-tag .flat-tag {
        font-size: 10px;
    }

    .partner-item.style-2 {
        width: auto;
    }

    .sw-button {
        height: 35px;
        width: 35px;
    }

    .sw-button svg {
        width: 20px;
    }

    .layout-4-prev,
    .layout-4-next {
        width: 30px;
        height: 30px;
    }

    .layout-4-prev i,
    .layout-4-next i {
        font-size: 12px;
    }

    .page-title .heading-title .title {
        font-size: 28px;
        line-height: 40px;
    }

    .nice-select,
    form .input.input-nl,
    form textarea,
    form input[type=text],
    form input[type=password],
    form input[type=datetime],
    form input[type=datetime-local],
    form input[type=date],
    form input[type=month],
    form input[type=time],
    form input[type=week],
    form input[type=number],
    form input[type=email],
    form input[type=url],
    form input[type=search],
    form input[type=tel],
    form input[type=color],
    form input[type=file],
    input::placeholder {
        font-size: 12px;
    }

    .form-contact .heading-section {
        margin-bottom: 20px;
    }

    #header-main .header-right .user {
        width: 35px;
        height: 35px;
    }

    #header-main .header-right .user a svg {
        width: 18px;
    }

    #header-main .header-right {
        gap: 5px;
    }

    #header-main .header-logo img {
        height: 35px;
    }
}

@media print {

    .pdf-header,
    .pdf-footer {
        position: fixed;
        left: 0;
        right: 0;
    }

    .pdf-header {
        top: 0;
    }

    .pdf-footer {
        bottom: 0;
    }

    body {
        margin-top: 3cm;
        margin-bottom: 2cm;
    }
}

.eye-icon-postion {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 9999;
    cursor: pointer;
}

.box-house .content {
    /* background: rgb(205 220 57 / 40%) */
}

.categories-item .content h5 {
    height: 75px;
    display: flex;
    align-items: center;
}

.text-justify {
    text-align: justify;
}

.view-more-link {
    display: inline-block;
    margin-top: 10px;
    color: var(--Color-4);
    cursor: pointer;
}

.box-house .content .location {
    color: var(--Color-4);
}

.vision-mission-card-sec {
    display: flex;
    gap: 15px;
    flex-wrap: nowrap;
    justify-content: center;
}

.vision-mission-card-sec .card {
    background-color: #fdfbdc;
    padding: 15px 15px;
    border-radius: 15px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.vision-mission-card-sec .card h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #000;
}

.vision-mission-card-sec .card p {
    font-size: 15px;
    line-height: 1.6;
    color: #333;
}

@media (max-width: 700px) {
    .vision-mission-card-sec .card {
        width: 100%;
    }
}

.value-card-section {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.value-card {
    background-color: #fdfbdc;
    border-radius: 15px;
    padding: 20px;
    text-align: left;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    height: auto;
    width: 48%;
}

.value-card img {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
}

.value-card h5 {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 8px;
}

.value-card p {
    font-size: 14px;
    color: #333;
    margin: 0;
}

.overlay-section {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    /* margin-top: 30px; */
    height: 400px;
}

.overlay-section img {
    width: 100%;
    height: auto;
    display: block;
}

.about-core-value-img-sec {
    height: 500px;
    overflow: hidden;
    border-radius: 30px;
}

.overlay-text {
    position: absolute;
    top: 25%;
    right: 5%;
    background: rgb(0 0 0 / 60%);
    color: #fff;
    display: flex;
    padding: 25px;
    max-width: 30%;
    max-height: 45%;
    height: 100%;
    border-radius: 5px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    flex-direction: column;
}

.overlay-text h4 {
    font-weight: 400;
    margin-bottom: 20px;
    color: #fff;
}

.overlay-text p {
    font-size: 13px;
    margin: 0;
    font-weight: 400;
}

.section-title {
    margin-bottom: 20px;
}

.section-title span {
    color: red;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
}

.section-title h2 {
    font-size: 28px;
    font-weight: bold;
}

.comma-icon-item {
    text-align: left;
}

.comma-icon-item img {
    width: 40px;
}

.btn-red-custom {
    padding: 15px 50px;
    font-weight: 400;
    font-size: 12px;
    border-radius: 15px;
    background: #cb444b;
    color: #fff;
    border: 1px solid #cb444b;
}

.btn-red-custom:hover {
    background: transparent;
    color: #cb444b;
    border: 1px solid #cb444b;
}

.promising-feature-section {
    padding: 35px 0;
    background: #fdfbdc;
    border-radius: 15px;
}

.about-who-we-are-sec {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

@media screen and (max-width: 768px) {
    .vision-mission-card-sec {
        display: block;
    }

    .vision-mission-card-sec .card {
        margin-bottom: 15px;
    }

    .value-card-section {
        display: block;
    }

    .value-card-section .value-card {
        width: 100%;
        margin-bottom: 15px;
    }

    .overlay-section {
        margin-top: 0px;
    }

    .overlay-text {
        position: absolute;
        top: 0;
        right: 0;
        background: rgb(0 0 0 / 60%);
        color: #fff;
        display: flex;
        padding: 8px;
        max-width: 100%;
        max-height: 100%;
        height: 100%;
        border-radius: 5px;
        backdrop-filter: blur(2px);
        -webkit-backdrop-filter: blur(2px);
        flex-direction: column;
        justify-content: center;
    }

    .overlay-text h4 {
        margin-bottom: 0;
        font-size: 18px;
    }

    .overlay-text p {
        font-size: 12px;
        margin: 0;
        font-weight: 200;
        line-height: 1.6;
    }
}

@media screen and (max-width: 991px) {
    .value-card {
        width: 100%;
    }
}

.home-search-tab .item-title {
    gap: 2px;
}

.home-search-tab .item-title .related-icon {
    padding: 3px
}

.home-search-tab .item-title.active .related-icon,
.home-search-tab .item-title:hover .related-icon {
    background: #fff;
    border-radius: 50px;
}

.home-search-tab .item-title .related-icon img {
    width: 20px;
    height: 20px;
    margin: 2px;
}

.home-search-tab .item-title.active .related-icon img,
.home-search-tab .item-title:hover .related-icon img {
    width: 20px;
    height: 20px;
    margin: 2px;
}

.title-desktop-margin {
    margin-bottom: 50px !important;
}

select.custom-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border: 1px solid var(--Line);
    color: var(--Text);
    border-radius: 3px;
    height: 54px;
    padding: 16px;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    font-size: 15px;
    line-height: 18.75px;
    font-weight: 400;
    outline: none;
    position: relative;
    transition: all linear 0.2s;
    user-select: none;
    white-space: nowrap;
    width: 100%;
    border-radius: 16px;
    position: relative;
}

select.custom-select::after {
    content: "";
    right: 10px;
    top: 50%;
    color: var(--Text);
    background-image: url(../icons/arrow-down.svg);
    position: absolute;
    transform: translateY(-50%) rotate(0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
    width: 16px;
    height: 16px;
}

.toggle-switch {
    position: relative;
    width: 65px;
    height: 35px;
}

.toggle-switch .switch-label {
    position: absolute;
    width: 100%;
    height: 35px;
    background-color: var(--Black);
    border-radius: 25px;
    cursor: pointer;
    border: 3px solid var(--Black);
}

.toggle-switch .switch-label input {
    opacity: 0;
}

.toggle-switch .switch-label .checkbox {
    position: absolute;
    display: none;
}

.toggle-switch .switch-label .slider {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.toggle-switch .switch-label .checkbox:checked~.slider {
    background-color: var(--Color-4);
    border-color: var(--Color-2);
}

.toggle-switch .switch-label .slider::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 1px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: var(--White);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.toggle-switch .switch-label .checkbox:checked~.slider::before {
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
    /* background-color: var(--Heading); */
    -webkit-box-shadow: inset 12px -4px 0px 0px var(--White);
    box-shadow: inset 12px -4px 0px 0px var(--White);
}

#map {
    height: 400px;
    width: 100%;
}