    /*Listing Start*/
    .properties-template-default p {
        margin: 0;
    }

    /* Breadcrumbs  Starts*/
    .properties-template-default nav.entry-breadcrumbs {
        text-align: left;
    }

    .properties-template-default nav.entry-breadcrumbs span,
    .properties-template-default nav.entry-breadcrumbs span a {
        color: white;
        font-family: 'Alatsi';
        font-size: 19px;
        font-weight: 500;
        text-transform: capitalize;
    }

    .properties-template-default span.breadcrumb-current {
        color: #91BC51 !important;
    }

    @media (max-width: 767px) {
        .properties-template-default nav.entry-breadcrumbs {
            text-align: center;
        }

        .properties-template-default nav.entry-breadcrumbs span,
        .properties-template-default nav.entry-breadcrumbs span a {
            font-size: 16px;
        }
    }


    /* Breadcrumbs  Ends*/

    /* Hero Image Starts */
    .properties-template-default section.entry-header {
        display: flex;
        justify-content: center;
        align-items: center;
        background-position: bottom center;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 600px;
        width: 100%;
    }


    .properties-template-default .entry-header .wrapper {
        width: 100%;
        max-width: 1470px;
        padding: 0 15px;
        margin-top: -220px;
    }

    .properties-template-default .entry-header .wrapper .title {
        font-family: 'Alatsi';
        font-weight: normal;
        font-size: 36px;
        line-height: 44px;
        /* font-size: 48px;
        line-height: 56px; */
        color: white;
        text-transform: capitalize;
        width: 100%;
        /* max-width: 1200px; */
        margin-top: 20px;
        text-align: center;
    }

    @media (max-width: 1020px) {
        .properties-template-default .entry-header .wrapper .title {
            font-size: 38px;
            line-height: 46px;
        }
    }

    @media (max-width: 767px) {
        .properties-template-default section.entry-header {
            min-height: 350px;
        }

        .properties-template-default .entry-header .wrapper {
            margin-top: -110px;
        }

        .properties-template-default .entry-header .wrapper .title {
            font-size: 30px;
            line-height: 34px;
            text-align: center;
        }
    }

    /* Hero Image Ends */

    /* Top Image Slider Starts */

    .properties-template-default section.top-image-slider {
        width: 100%;
        max-width: 1470px;
        height: 100%;
        overflow: hidden;
        padding: 0 15px;
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: -300px;
        border-radius: 10px;
        position: relative;
    }

    .properties-template-default .top-image-slider .banner-container {
        overflow: hidden;
        z-index: 5;
        width: 100%;
    }

    .properties-template-default .top-image-slider .my-swiper-container {
        height: 100%;
        max-height: 600px;
        overflow: hidden;
        position: relative;
        border-radius: 30px;
    }

    .properties-template-default .top-image-slider .my-swiper-container .swiper-wrapper {
        max-height: 600px;
    }

    .properties-template-default .top-image-slider .my-swiper-container .swiper-wrapper .swiper-slide img {
        height: 600px;
        width: 100%;
        object-fit: cover;
        object-position: 0% 35%;
    }

    .properties-template-default .top-image-slider .my-swiper-container .swiper-button-next,
    .properties-template-default .top-image-slider .my-swiper-container .swiper-button-prev {
        width: 40px;
        color: white;
        height: 40px;
        background-color: #93bd51;
        border-radius: 20px;
        position: absolute;
    }


    .properties-template-default .top-image-slider .my-swiper-container .swiper-button-next {
        top: 34px;
        right: 16px;
    }

    .properties-template-default .top-image-slider .my-swiper-container .swiper-button-prev {
        left: 92%;
        top: 34px;
    }


    .properties-template-default .top-image-slider .my-swiper-container .swiper-button-next:after,
    .properties-template-default .top-image-slider .my-swiper-container .swiper-button-prev:after {
        font-size: 21px !important;
    }


    .properties-template-default .top-image-slider .info-block {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
        width: 100%;
        z-index: 10;
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 0 15px;
    }

    .properties-template-default .top-image-slider .info-block .block {
        background-color: #ffffff99;
        backdrop-filter: blur(10px) brightness(100%);
        -webkit-backdrop-filter: blur(10px) brightness(100%);
        flex: 1;
        padding: 15px 15px;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        border: 1px solid black;
        border-collapse: collapse;
    }

    .properties-template-default .top-image-slider .info-block .block:nth-child(1) {
        border-radius: 0px 0px 0px 30px;
    }

    .properties-template-default .top-image-slider .info-block .block:nth-child(3) {
        border-radius: 0px 0px 30px 0px;
    }

    .properties-template-default .top-image-slider .info-block .block .top {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .properties-template-default .top-image-slider .info-block .block .top svg {
        width: 48px;
        height: 48px;
        border-radius: 100%;
    }

    .properties-template-default .top-image-slider .info-block .block .top .title {
        font-family: 'Alatsi';
        font-weight: 400;
        font-size: 26px;
        line-height: 26px;
        color: #19250E;
        text-transform: capitalize;
        padding-left: 10px;
    }

    .properties-template-default .top-image-slider .info-block .block .content {
        font-family: 'Inter';
        font-weight: 600;
        font-size: 28px;
        line-height: 34px;
        color: #000;
        text-transform: capitalize;
        padding-top: 12px;
        padding-left: 5px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    @media (max-width: 1250px) {
        .properties-template-default .top-image-slider .my-swiper-container .swiper-button-prev {
            left: 90%;
        }
    }

    @media (max-width: 1020px) {
        .properties-template-default .top-image-slider .my-swiper-container .swiper-button-prev {
            left: 88%;
        }
    }

    @media (max-width: 875px) {
        .properties-template-default .top-image-slider .my-swiper-container .swiper-button-prev {
            left: 86%;
        }
    }

    @media (max-width: 767px) {
        .properties-template-default section.top-image-slider {
            margin-top: -110px;
        }


        .properties-template-default .top-image-slider .my-swiper-container {
            border-radius: 10px;
        }

        .properties-template-default .top-image-slider .info-block .block:nth-child(1) {
            border-radius: 0px 0px 0px 10px;
        }

        .properties-template-default .top-image-slider .info-block .block:nth-child(3) {
            border-radius: 0px 0px 10px 0px;
        }

        .properties-template-default .top-image-slider .my-swiper-container .swiper-wrapper .swiper-slide img {
            height: 300px;
        }

        .properties-template-default .top-image-slider .info-block .block {
            padding: 9px 6px;
        }

        .properties-template-default .top-image-slider .info-block .block .top svg {
            width: 20px;
            height: 20px;
        }

        .properties-template-default .top-image-slider .info-block .block .top .title {
            font-size: 15px;
            line-height: 15px;
            padding-left: 10px;
        }

        .properties-template-default .top-image-slider .info-block .block .content {
            font-size: 18px;
            line-height: 18px;
            padding-top: 8px;
            padding-left: 5px;
        }

        .properties-template-default .top-image-slider .my-swiper-container .swiper-button-prev {
            left: 80%;
        }

        .properties-template-default .top-image-slider .my-swiper-container .swiper-button-next,
        .properties-template-default .top-image-slider .my-swiper-container .swiper-button-prev {
            width: 34px;
            height: 34px;
            border-radius: 100%;
        }

        .properties-template-default .top-image-slider .my-swiper-container .swiper-button-next::after,
        .properties-template-default .top-image-slider .my-swiper-container .swiper-button-prev::after {
            font-size: 18px !important;
        }

    }

    @media (max-width: 540px) {
        .properties-template-default .top-image-slider .my-swiper-container .swiper-button-prev {
            left: 76%;
        }
    }

    @media (max-width: 440px) {
        .properties-template-default .top-image-slider .my-swiper-container .swiper-button-prev {
            left: 74%;
        }
    }


    /* Top Image Slider Ends */

    /* Inner Navbar Starts */

    .properties-template-default .inner-nav {
        width: max-content;
        /* max-width: 1552px; */
        background-color: #1D1D1D;
        box-shadow: 8px 8px 20px #0000008a;
        margin: 60px auto;
        padding: 0 15px;
        z-index: 999;
        border-radius: 100px;
    }

    .properties-template-default .inner-nav ul {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 20px;
    }

    .properties-template-default .inner-nav ul li {
        list-style: none;
        padding: 20px 22px;

    }

    .properties-template-default .inner-nav ul li a {
        text-decoration: none;
        font-family: 'Alatsi';
        font-size: 26px;
        font-weight: 400;
        line-height: 26px;
        color: white;
        white-space: nowrap;
    }

    .properties-template-default .inner-nav ul li a:hover {
        color: #91BC51;
    }

    .sticky {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        margin: 0 auto 10px auto !important;
    }

    @media (max-width: 1200px) {
        .properties-template-default .inner-nav {
            width: 95%;
            overflow-x: scroll;
            border-radius: 10px;
        }

        .inner-nav::-webkit-scrollbar {
            width: 100%;
            height: 6px;
            background-color: #EDEDED;
            border-radius: 0 0 10px 10px;
        }

        .inner-nav::-webkit-scrollbar-thumb {
            background-color: #91BC51;
            height: 6px;
            border-radius: 0 0 10px 10px;
        }
    }

    @media (max-width: 767px) {
        .properties-template-default .inner-nav {
            margin: 20px auto;
            padding: 0;
        }

        .properties-template-default .inner-nav ul {
            justify-content: flex-start;
            padding: 0;
        }

        .properties-template-default .inner-nav ul li {
            padding: 12px 15px;

        }

        .properties-template-default .inner-nav ul li a {
            font-size: 16px;
            line-height: 16px;
            white-space: nowrap;
        }
    }

    /* Inner Navbar Ends */

    /* Property Details, Cities & Attractions, Maps Starts */

    .properties-template-default .custom-section {
        max-width: 1410px;
        margin: 0 auto;
        padding: 50px 15px;
        overflow: hidden;
    }

    .properties-template-default .custom-section .section-head {
        font-family: 'Alatsi';
        font-size: 38px;
        line-height: 38px;
        font-weight: 400;
        position: relative;
        color: #1D1D1D;
    }

    .properties-template-default .custom-section .section-head:before {
        content: '';
        position: absolute;
        left: -27px;
        top: 50%;
        width: 25px;
        height: 1px;
        background-color: #a8d18d;
        transform: translateY(-50%);
    }

    .properties-template-default .custom-section .section-head:after {
        content: '';
        position: absolute;
        top: 50%;
        width: 100vw;
        height: 1px;
        background-color: #ddd;
        transform: translateY(-50%);
    }

    .properties-template-default .custom-section .details-container {
        display: flex;
        justify-content: space-between;
    }

    .properties-template-default .custom-section .details-container .tab-menu {
        flex: 1;
        padding-top: 20px;
    }

    .properties-template-default .custom-section .details-container .tab-menu ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .properties-template-default .custom-section .details-container .tab-menu li {
        font-family: Inter;
        font-size: 20px;
        line-height: 28px;
        font-weight: 600;
        text-transform: capitalize;
        padding: 5px 0 5px 15px;
        margin-bottom: 20px;
        cursor: pointer;
        background: linear-gradient(to right, #969696 100%, #C2C2C2 100%);
        -webkit-background-clip: text;
        color: transparent;
        border-left: 3px solid #969696;
    }


    .properties-template-default .custom-section .details-container .tab-menu li.active {
        color: #1D1D1D;
        border-color: #91BC51;
    }

    .properties-template-default .custom-section .details-container .tab-content {
        flex: 1;
        margin-left: -50px;
    }

    .properties-template-default .custom-section .details-container .tab-content.map-content {
        flex: 2;
    }

    .properties-template-default .custom-section .details-container .tab-content .tab-pane .heading {
        font-family: 'Inter';
        font-size: 23px;
        font-weight: 700;
        line-height: 23px;
        text-transform: capitalize;
        padding: 0;
        margin: 0 0 10px 0;
        color: #91BC51;
    }

    .properties-template-default .custom-section .details-container .tab-content .tab-pane .description {
        font-family: 'Inter';
        font-weight: 600;
        font-size: 19px;
        line-height: 19px;
        color: #1D1D1D !important;
    }

    .properties-template-default .custom-section .details-container .tab-content .tab-pane .description a {
        color: #0000EE;
        font-weight: 500;
    }
    .properties-template-default .custom-section .details-container .tab-content .tab-pane .description a:hover {
        text-decoration: underline;
    }
    /* .properties-template-default .custom-section .details-container .tab-content .tab-pane div:hover a.description {
        text-decoration: underline;
    } */

    .properties-template-default .custom-section .details-container .tab-content .tab-pane div svg {
        padding-left: 8px;
        width: 24px;
        height: auto;
    }

    .properties-template-default .custom-section .details-container .tab-content .tab-pane iframe {
        width: 100%;
        border-radius: 8px;
    }

    .properties-template-default .custom-section .details-container .tab-content .tab-pane object {
        width: 100%;
        border-radius: 8px;
    }

    .properties-template-default .custom-section .details-container .tab-content .tab-pane {
        display: none;
    }

    .properties-template-default .custom-section .details-container .tab-content .tab-pane.active {
        display: block;
    }

    .properties-template-default .custom-section .details-container .tab-content .tab-pane hr {
        width: 100%;
        border-top: 1px solid #000000;
        margin: 13px 0 30px 0 !important;
    }

    .properties-template-default .purchase-details.custom-section .canvas {
        position: relative;
        /* margin-top: 40px; */
    }

    .properties-template-default .purchase-details.custom-section .canvas .circle {
        position: absolute;
        border-radius: 50%;
        display: none;
    }

    .properties-template-default .purchase-details.custom-section .canvas .circle:first-child {
        width: 200px;
        height: 200px;
        right: -10%;
        top: -10%;
        background: linear-gradient(125deg, #5D832D 42%, #91BC51 100%);
    }

    .properties-template-default .purchase-details.custom-section .canvas .circle:last-child {
        width: 130px;
        height: 130px;
        left: -5%;
        bottom: -20%;
        background: linear-gradient(37deg, #5D832D 42%, #91BC51 100%);
    }

    .properties-template-default .purchase-details.custom-section .canvas .no-card {
        width: 330px;
        height: 207px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
        z-index: 1;
        padding: 10px 20px;
        overflow: hidden;
        box-shadow: 0 0 20px 0 rgba(5, 16, 59, 0.3);
        background: linear-gradient(40deg, transparent 10%, rgba(255, 255, 255, 0.16) 60%, transparent 100%);
        backdrop-filter: blur(7px);
        border-radius: 10px;
        border: 1.5px solid rgba(255, 255, 255, 0.08);
    }

    .properties-template-default .purchase-details.custom-section .canvas .no-card .heading {
        font-family: 'Kanit';
        font-size: 30px;
        line-height: 26px;
        text-transform: uppercase;
        font-weight: 600;
        text-decoration: underline;
    }

    .properties-template-default .purchase-details.custom-section .canvas .no-card .desc {
        font-family: 'Kanit';
        font-size: 20px;
        line-height: 26px;
        text-transform: capitalize;
        font-weight: 500;
        margin-top: 10px;
        text-align: center;
    }

    @media (max-width: 767px) {
        .properties-template-default .custom-section {
            padding: 20px 15px;
        }

        .properties-template-default .custom-section .section-head {
            font-size: 22px;
            line-height: 30px;
            overflow: hidden;
        }

        .properties-template-default .custom-section .section-head:before {
            display: none;
        }

        .properties-template-default .custom-section .section-head:after {
            display: none;
        }

        .properties-template-default .custom-section .details-container {
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }

        .properties-template-default .custom-section .details-container .tab-menu {
            width: 100%;
        }

        .properties-template-default .custom-section .details-container .tab-menu ul {
            display: flex;
            justify-content: flex-start;
            align-items: center;
            gap: 18px;
            overflow-x: scroll;
        }

        .properties-template-default .custom-section .details-container .tab-menu li {
            white-space: nowrap;
            font-size: 16px;
            line-height: 16px;
            padding: 5px 0 5px 9px;
            margin-bottom: 18px;
        }

        .properties-template-default .custom-section .details-container .tab-content {
            width: 100%;
            margin-left: 0;
            margin-top: 15px;
        }

        .properties-template-default .custom-section .details-container .tab-content.map-content {
            flex: 1;
            width: 100%;
        }

        .properties-template-default .custom-section .details-container .tab-content .tab-pane .heading {
            font-size: 17px;
            line-height: 17px;
            padding: 0;
            margin: 0 0 10px 0;
        }

        .properties-template-default .custom-section .details-container .tab-content .tab-pane .description {
            font-size: 15px;
            line-height: 15px;
        }

        .properties-template-default .custom-section .details-container .tab-content .tab-pane div:hover a.description {
            text-decoration: underline;
        }

        .properties-template-default .custom-section .details-container .tab-content .tab-pane hr {
            margin: 13px 0 20px 0 !important;
        }

        .properties-template-default .custom-section .details-container .tab-menu ul::-webkit-scrollbar {
            width: 100%;
            height: 5px;
            background-color: #EDEDED;
            border-radius: 10px;
        }

        .properties-template-default .custom-section .details-container .tab-menu ul::-webkit-scrollbar-thumb {
            background-color: #91BC51;
            height: 5px;
            border-radius: 10px;
        }
    }

    /* Property Details, Cities & Attractions, Maps Ends */

    /* Photos and Videos Starts */
    .properties-template-default .photos-and-videos .btn-container {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .properties-template-default .photos-and-videos .btn-container .switch-button {
        background: rgb(191 191 191 / 56%);
        border-radius: 30px;
        overflow: hidden;
        width: 240px;
        text-align: center;
        font-family: 'Alatsi';
        font-weight: 500;
        font-size: 18px;
        letter-spacing: 1px;
        color: #1D1D1D;
        position: relative;
        padding-right: 120px;
        box-shadow: 0 0 10px 0 #0000004d;
        ;
    }

    .properties-template-default .photos-and-videos .btn-container .switch-button:before {
        content: "Video";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: 120px;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 3;
        pointer-events: none;
    }

    .properties-template-default .photos-and-videos .btn-container .switch-button-checkbox {
        cursor: pointer;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        z-index: 2;
    }

    .properties-template-default .photos-and-videos .btn-container .switch-button-checkbox:checked+.switch-button-label:before {
        transform: translateX(120px);
        transition: transform 300ms linear;
    }

    .properties-template-default .photos-and-videos .btn-container .switch-button-checkbox+.switch-button-label {
        position: relative;
        display: block;
        user-select: none;
        pointer-events: none;
        font-family: 'Alatsi';
        font-weight: 500;
        font-size: 18px;
    }

    .properties-template-default .photos-and-videos .btn-container .switch-button-checkbox+.switch-button-label:before {
        content: "";
        background-color: transparent;
        background-image: linear-gradient(154deg, #5D832D 0%, #91BC51 100%);
        height: 100%;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        border-radius: 30px;
        transform: translateX(0);
        transition: transform 300ms;
    }

    .properties-template-default .photos-and-videos .btn-container .switch-button-checkbox+.switch-button-label .switch-button-label-span {
        position: relative;
    }

    .properties-template-default .photos-and-videos .swiper {
        width: 100%;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .properties-template-default .photos-and-videos .swiper .swiper-wrapper .swiper-slide {
        background-position: center;
        background-size: cover;
        width: 100%;
        max-width: 821px;
        overflow: hidden;
        border-radius: 24px;
        margin: auto;
    }

    .properties-template-default .photos-and-videos .swiper .swiper-wrapper .swiper-slide img {
        height: 450px;
        width: 100%;
        max-width: 800px;
        object-fit: cover;
        border-radius: 30px;
    }

    .properties-template-default .photos-and-videos .swiper .swiper-wrapper .swiper-slide video {
        height: 450px;
        width: 100%;
        max-width: 800px;
        object-fit: cover;
        border-radius: 30px;
    }

    .properties-template-default .photos-and-videos .swiper .swiper-button-prev {
        height: 50px !important;
        width: 50px !important;
        padding-right: 3px;
        border: 2px solid #91BC51;
        border-radius: 100%;
        background: black;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 11% !important;
        transition: all 0.3s ease;
    }

    .properties-template-default .photos-and-videos .swiper .swiper-button-prev:after {
        font-size: 20px;
        font-weight: 900;
        color: #91BC51;
        margin: auto;
    }

    .properties-template-default .photos-and-videos .swiper .swiper-button-next {
        height: 50px !important;
        width: 50px !important;
        padding-left: 3px;
        border: 2px solid #91BC51;
        border-radius: 100%;
        background: black;
        display: flex;
        justify-content: center;
        align-items: center;
        right: 11% !important;
        transition: all 0.3s ease;
    }

    .properties-template-default .photos-and-videos .swiper .swiper-button-next:after {
        font-size: 20px;
        font-weight: 900;
        color: #91BC51;
        margin: auto;
    }

    .properties-template-default .photos-and-videos .swiper .swiper-button-next:hover,
    .properties-template-default .photos-and-videos .swiper .swiper-button-prev:hover {
        transform: scale(1.05);
    }

    .properties-template-default .photos-and-videos.custom-section .canvas {
        position: relative;
        /* margin-top: 40px; */
        margin: auto;
    }

    .properties-template-default .photos-and-videos.custom-section .canvas .circle {
        position: absolute;
        border-radius: 50%;
        display: none;
    }

    .properties-template-default .photos-and-videos.custom-section .canvas .circle:first-child {
        width: 200px;
        height: 200px;
        right: -10%;
        top: -10%;
        background: linear-gradient(125deg, #5D832D 42%, #91BC51 100%);
    }

    .properties-template-default .photos-and-videos.custom-section .canvas .circle:last-child {
        width: 130px;
        height: 130px;
        left: -5%;
        bottom: -20%;
        background: linear-gradient(37deg, #5D832D 42%, #91BC51 100%);
    }

    .properties-template-default .photos-and-videos.custom-section .canvas .no-card {
        width: 330px;
        height: 207px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
        z-index: 1;
        padding: 10px 20px;
        overflow: hidden;
        box-shadow: 0 0 20px 0 rgba(5, 16, 59, 0.3);
        background: linear-gradient(40deg, transparent 10%, rgba(255, 255, 255, 0.16) 60%, transparent 100%);
        backdrop-filter: blur(7px);
        border-radius: 10px;
        border: 1.5px solid rgba(255, 255, 255, 0.08);
    }

    .properties-template-default .photos-and-videos.custom-section .canvas .no-card .heading {
        font-family: 'Kanit';
        font-size: 30px;
        line-height: 26px;
        text-transform: uppercase;
        font-weight: 600;
        text-decoration: underline;
    }

    .properties-template-default .photos-and-videos.custom-section .canvas .no-card .desc {
        font-family: 'Kanit';
        font-size: 20px;
        line-height: 26px;
        text-transform: capitalize;
        font-weight: 500;
        margin-top: 10px;
        text-align: center;
    }

    @media (max-width: 767px) {
        .properties-template-default .photos-and-videos .swiper .swiper-button-prev {
            left: 1% !important;
        }

        .properties-template-default .photos-and-videos .swiper .swiper-button-next {
            right: 1% !important;
        }
    }

    /* Photos and Videos Ends */


    /* Purchasing Information Starts */

    .properties-template-default .purchase-details .slider {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .properties-template-default .purchase-details .slider label {
        font-weight: 600;
        margin: 0 10px;
    }

    .properties-template-default .purchase-details .slider input[type="checkbox"] {
        -webkit-appearance: none;
        appearance: none;
        /* width: 50px;
        height: 25px; */
        width: 65px;
        height: 32px;
        background-color: #ccc;
        /* border-radius: 25px; */
        border-radius: 100px;
        position: relative;
        outline: none;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }

    .properties-template-default .purchase-details .slider input[type="checkbox"]::before {
        content: '';
        position: absolute;
        width: 25px;
        height: 25px;
        top: 3px;
        left: 3px;
        /* width: 21px;
        height: 21px;
        top: 2px;
        left: 2px; */
        width: 25px;
        height: 25px;
        top: 3px;
        left: 3px;
        background-color: white;
        border-radius: 50%;
        transition: transform 0.3s ease;
    }

    .properties-template-default .purchase-details .slider input[type="checkbox"]:checked {
        background-color: #87c440;
        border-radius: 13px;
        border-color: white;
    }

    .properties-template-default .purchase-details .slider input[type="checkbox"]:checked::before {
        transform: translateX(32px);
        /* transform: translateX(25px); */
    }


    .properties-template-default .purchase-details input#price-toggle {
        border: none;
        background: linear-gradient(90deg, rgb(93, 131, 45) 0%, rgb(145, 188, 81) 100%);
        border-radius: 100px;
        /* border-radius: 13px; */
    }

    .properties-template-default .purchase-details .cash-container,
    .properties-template-default .purchase-details .finace-container {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 100px;
        margin-top: 50px;
    }

    .properties-template-default .purchase-details .card {
        background-color: white;
        border-radius: 15px 15px 50px 15px;
        padding: 20px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        position: relative;
        width: 300px;
        height: 400px;
        text-align: center;
        font-family: 'Inter';
    }

    .properties-template-default .purchase-details .card::before {
        content: '';
        position: absolute;
        right: -17px;
        width: 99%;
        height: 99%;
        background-color: #91BC51;
        border-radius: 35px 15px 0px 35px;
        z-index: -1;
        transform: rotate(186deg);
    }

    .properties-template-default .purchase-details .card .title {
        margin: 0;
        font-family: 'Inter';
        font-size: 26px;
        font-weight: bold;
        text-transform: capitalize;
    }

    .properties-template-default .purchase-details .card hr {
        width: 100%;
        border: none;
        border-top: 1px solid #00000048;
        margin: 8px 0 15px 0 !important;
    }

    .properties-template-default .purchase-details .card .desc {
        color: #000;
        font-weight: 500;
        font-family: 'Inter';
        font-size: 14px;
        margin: 0;
        text-transform: capitalize;
        height: 150px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical;
    }

    .properties-template-default .purchase-details .card .price {
        font-size: 36px;
        font-weight: bold;
        color: #000;
        margin: 15px 0 40px 0;
    }

    .properties-template-default .purchase-details .figBtn {
        display: flex;
        justify-content: center;
        align-items: center;
        width: max-content;
        background: linear-gradient(to right, #5D832D 0%, #91BC51 100%);
        padding: 6px 6px 6px 17px;
        border-radius: 100px;
        flex-direction: row-reverse;
        margin: auto;
        transition: all 0.3s ease;
    }

    .properties-template-default .purchase-details .figBtn:hover {
        transform: scale(1.05);
    }

    .properties-template-default .purchase-details .figBtn a {
        font-family: 'Poppins';
        font-size: 20px;
        font-weight: 500;
        color: #fff;
        padding-right: 10px;
        text-transform: uppercase;
    }


    .properties-template-default .purchase-details .finace-card {
        background-color: white;
        border-radius: 15px 15px 50px 15px;
        padding: 20px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        position: relative;
        width: 300px;
        height: 400px;
        text-align: center;
        font-family: 'Inter';
    }

    .properties-template-default .purchase-details .finace-card::before {
        content: '';
        position: absolute;
        right: -17px;
        width: 99%;
        height: 99%;
        background-color: #91BC51;
        border-radius: 35px 15px 0px 35px;
        z-index: -1;
        transform: rotate(186deg);
    }

    .properties-template-default .purchase-details .finace-card .header {
        background-color: #8FC74F;
        color: white;
        padding: 6px 0;
        border-radius: 0px 0px 20px 20px;
        margin: 0 auto;
        width: 170px;
        font-family: 'Inter';
        font-size: 17px;
        font-weight: 600;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }

    .properties-template-default .purchase-details .finace-card .sub-title {
        font-size: 17px;
        font-weight: 500;
        font-family: 'Inter';
        color: #121212;
        margin: 30px 0 0 0;
    }

    .properties-template-default .purchase-details .finace-card .monthly-pay {
        font-family: 'Kanit';
        font-size: 55px;
        line-height: 45px;
        font-weight: 500;
        color: #1D1D1D;
    }

    .properties-template-default .purchase-details .finace-card hr {
        width: 100%;
        border: none;
        border-top: 1px solid #00000048;
        margin: 20px 0 !important;
    }

    .properties-template-default .purchase-details .finace-card .loan-details {
        list-style: none;
        padding: 0;
        margin: 20px 0 23.5px 0;
        text-align: left;
    }

    .properties-template-default .purchase-details .finace-card .loan-details div {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        flex-direction: row-reverse;
        margin: 1px 0;
    }

    .properties-template-default .purchase-details .finace-card .loan-details li {
        font-family: 'Inter';
        font-weight: 500;
        font-size: 16px;
        color: #121212;
        padding-left: 8px;
    }

    .properties-template-default .purchase-details .finace-card .loan-details svg {
        width: 14px;
        height: auto;
    }

    @media (max-width: 1200px) {

        .properties-template-default .purchase-details .cash-container,
        .properties-template-default .purchase-details .finace-container {
            flex-wrap: wrap;
            gap: 50px;
        }
    }

    /* Purchasing Information Ends */

    /* Subdvision Table Starts */

    .properties-template-default .tableClass {
        display: flex;
        justify-content: center;
        overflow-x: auto;
        border-radius: 15px;
    }


    .properties-template-default table.subdivision-table {
        width: 100% !important;
        border-collapse: collapse !important;
        text-align: left;
        overflow: hidden;
    }

    .properties-template-default table.subdivision-table caption {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .properties-template-default table.subdivision-table thead th {
        padding: 18px 4px;
        background-color: #91BC51;
        color: #ffffff;
        font-family: 'Alatsi';
        font-weight: 400;
        font-size: 24px;
        text-align: center;
        border: 1px solid #c5c5c5;
        white-space: nowrap;
        vertical-align: middle;
    }

    .properties-template-default table.subdivision-table thead th:nth-child(7) {
        min-width: 300px;
    }

    .properties-template-default table.subdivision-table tbody td {
        padding: 14px 4px;
        background-color: #fff;
        color: #121212;
        font-family: 'Inter';
        font-weight: 500;
        font-size: 18px;
        text-align: center;
        border: 1px solid #c5c5c5;
        white-space: nowrap;
        vertical-align: middle;
    }

    .properties-template-default table.subdivision-table a {
        color: #0000FF;
        text-decoration: underline;
    }

    .properties-template-default table.subdivision-table .available {
        color: #A2C66B;
        text-transform: uppercase;
    }

    .properties-template-default table.subdivision-table .sold {
        color: #FF0000;
        text-transform: uppercase;
    }

    .properties-template-default table.subdivision-table .under-contract {
        color: #e9820d;
        text-transform: uppercase;
    }

    .properties-template-default table.subdivision-table {
        overflow: visible;
    }

    .properties-template-default table.subdivision-table th:first-child,
    .properties-template-default table.subdivision-table td:first-child {
        position: sticky;
        left: 0;
        outline: 1px solid #C5C5C5;
    }

    .properties-template-default .tableClass::-webkit-scrollbar {
        width: 100%;
        height: 5px;
        background-color: #EDEDED;
        border-radius: 10px;
    }

    .properties-template-default .tableClass::-webkit-scrollbar-thumb {
        background-color: #91BC51;
        height: 5px;
        border-radius: 10px;
    }

    @media (max-width: 767px) {
        .properties-template-default .tableClass {
            display: flex;
            justify-content: flex-start;
            border-radius: 15px;
        }

        .properties-template-default table.subdivision-table thead th {
            font-size: 17px;
            padding: 5px 10px;
        }

        .properties-template-default table.subdivision-table tbody td {
            padding: 12px 10px;
            font-size: 16px;
        }



    }

    /* Subdvision Table Ends */

    /* Modals Starts */

    .properties-template-default .modal {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 9999;
        width: 100vw;
        height: 100vh;
        overflow: auto;
        background-color: rgba(0, 0, 0, 0.4);
        justify-content: center;
        align-items: center;
    }

    .properties-template-default .modal .modal-content {
        position: relative;
        background-color: #fff;
        border-radius: 30px;
        width: 100%;
        max-width: 1240px;
        height: max-content;
        max-height: 97vh;
        margin: auto;
        border: 1px solid #888;
        box-shadow: 0 5px 15px rgb(0 0 0 / 83%);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .properties-template-default .modal-content .close {
        position: absolute;
        top: 20px;
        right: 20px;
        /* top: -45px;
        right: -45px; */
        cursor: pointer;
    }

    .properties-template-default .modal .modal-content .left {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        min-width: 70%;
        max-width: 70%;
        height: 100%;
        border-right: 1px solid #91BC51;
        padding: 15px 30px;
        gap: 20px;
    }

    .properties-template-default .modal .modal-content .left .title {
        font-family: 'Inter';
        font-size: 40px;
        font-weight: 700;
        line-height: 40px;
        color: #1D1D1D;
        margin: 0;
        text-transform: capitalize;
    }

    .properties-template-default .modal .modal-content .left .subtitle {
        font-family: 'Inter';
        font-size: 22px;
        font-weight: 600;
        line-height: 28px;
        color: #343434;
        text-transform: capitalize;

    }

    .properties-template-default .modal .modal-content .left .wrapper {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
        border: 1px solid #91BC51;
    }

    .properties-template-default .modal .modal-content .left .wrapper .box {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border-right: 1px solid #91BC51;
        padding: 18px 0;
    }

    .properties-template-default .modal .modal-content .left .wrapper .box:last-child {
        border: none;
    }

    .properties-template-default .modal .modal-content .left .wrapper .box h5 {
        font-family: Inter;
        font-size: 23px;
        font-weight: 600;
        line-height: 29px;
        color: #1D1D1D;
        margin: 0 0 7px 0;
        text-transform: capitalize;

    }

    .properties-template-default .modal .modal-content .left .wrapper .box p {
        font-family: Inter;
        font-size: 28px;
        font-weight: 600;
        line-height: 28px;
        color: #343434;

    }

    .properties-template-default .modal .modal-content .left .extra {
        font-family: Inter;
        font-size: 20px;
        font-weight: 600;
        line-height: 0;
        color: #343434;
        margin: 2px auto;
    }

    .properties-template-default .modal .modal-content .left .content div {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        margin-bottom: 12px;
    }

    .properties-template-default .modal .modal-content .left .content div:last-child {
        margin-bottom: 0px;
    }

    .properties-template-default .modal .modal-content .left .content div svg {
        min-width: 13.4px;
        max-width: 13.4px;
        height: auto;
        padding-top: 6px;
    }

    .properties-template-default .modal .modal-content .left .content div p {
        font-family: 'Inter';
        font-size: 18px;
        font-weight: 400;
        line-height: 24px;
        padding-left: 5px;
        color: #343434;
    }

    .properties-template-default .modal .modal-content .right {
        min-width: 30%;
        max-width: 30%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 50px;
    }

    .properties-template-default .modal .modal-content .right .top .title {
        font-family: 'Inter';
        font-size: 24.5px;
        font-weight: 500;
        color: #959595;
        text-align: center;
        text-transform: capitalize;

    }

    .properties-template-default .modal .modal-content .right .top .price {
        font-family: 'Kanit';
        font-size: 62px;
        font-weight: 500;
        color: #91BC51;
        text-align: center;
    }

    .properties-template-default .modal .modal-content .right .bottom p {
        font-family: 'Alatsi';
        font-size: 27px;
        font-weight: 500;
        color: #1D1D1D;
        text-align: center;
        margin-bottom: 12px;
        text-transform: capitalize;

    }

    .properties-template-default .modal .modal-content .right .bottom a {
        font-family: 'Inter';
        font-size: 21px;
        font-weight: 400;
        color: #000;
        text-align: center;
        text-decoration: underline;
        display: block;
        margin-bottom: 7px;
        text-transform: capitalize;

    }

    .properties-template-default .modal .modal-content .right .btn {
        display: flex;
        justify-content: center;
        align-items: center;
        width: max-content;
        background: linear-gradient(to right, #5D832D 0%, #91BC51 100%);
        padding: 9px 9px 9px 20px;
        border-radius: 100px;
        flex-direction: row-reverse;
        transition: all 0.3s ease;
    }

    .properties-template-default .modal .modal-content .right .btn:hover {
        transform: scale(1.05);
    }

    .properties-template-default .modal .modal-content .right .btn a {
        font-family: 'Poppins';
        font-size: 27px;
        font-weight: 600;
        color: #fff;
        padding-right: 10px;
        text-transform: uppercase;
    }

    @media (max-width: 820px) {
        .properties-template-default .modal .modal-content {
            border-radius: 10px;
            width: 90%;
            flex-direction: column;
            padding: 15px;
        }

        .properties-template-default .modal .modal-content .left {
            min-width: 100%;
            max-width: 100%;
            height: 100%;
            border-right: none;
            padding: 0;
            gap: 10px;
        }

        .properties-template-default .modal .modal-content .left .title {
            font-size: 24px;
            line-height: 30px;
        }

        .properties-template-default .modal .modal-content .left .subtitle {
            font-size: 18px;
            line-height: 24px;

        }

        .properties-template-default .modal .modal-content .left .wrapper {
            flex-wrap: wrap;
        }

        .properties-template-default .modal .modal-content .left .wrapper .box {
            padding: 14px 0;
            min-width: 50%;
        }

        .properties-template-default .modal .modal-content .left .wrapper .box:last-child {
            /* border-top: 1px solid #91BC51; */
        }

        .properties-template-default .modal .modal-content .left .wrapper .box h5 {
            font-size: 20px;
            line-height: 26px;
            margin: 0 0 5px 0;

        }

        .properties-template-default .modal .modal-content .left .wrapper .box p {
            font-size: 24px;
            line-height: 24px;
        }


        .properties-template-default .modal .modal-content .left .extra {
            font-size: 18px;
            margin: 6px auto 22px auto;
        }

        .properties-template-default .modal .modal-content .left .content {
            display: none;
        }

        .properties-template-default .modal .modal-content .right {
            min-width: 100%;
            max-width: 100%;
            gap: 20px;
        }

        .properties-template-default .modal .modal-content .right .top .title {
            font-size: 20.5px;
        }

        .properties-template-default .modal .modal-content .right .top .price {
            font-size: 40px;
        }

        .properties-template-default .modal .modal-content .right .bottom p {
            font-size: 22px;
            margin-bottom: 7px;
        }

    }

    /* Modals Ends */

    /* Checkout Page Starts */
    @media (min-width: 1200px) {
        body:not([class*=elementor-page-]) .post-75459.site-main {
            max-width: 1470px;
        }
    }

    .page-id-75459 .navbar,
    .page-id-75459 .mobile-nav {
        display: none;
    }

    .page-id-75459 .checkout-nav {
        display: block;
    }

    .custom-checkout-page .form-step {
        display: none;
    }

    .custom-checkout-page .form-step-active {
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }

    .custom-checkout-page {
        margin: 100px 0 50px 0;
        padding: 0 15px;
    }

    .custom-checkout-page h1,
    .custom-checkout-page h2,
    .custom-checkout-page h3,
    .custom-checkout-page h4,
    .custom-checkout-page h5,
    .custom-checkout-page h6 {
        margin: 0;
    }

    .custom-checkout-page .form-step {
        position: relative;
        gap: 30px;
    }

    .custom-checkout-page .form-step .left {
        flex: 2;
        border-radius: 30px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        padding: 50px;
    }

    .custom-checkout-page .form-step .left .amount-container {
        /* background-color: #91BC51; */
        background: linear-gradient(to right, #5D832D 0%, #91BC51 100%);
        padding: 20px;
        margin-bottom: 40px;
        border-radius: 10px;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
    }

    .custom-checkout-page .form-step .left .amount-container h3 {
        font-family: 'Inter';
        font-weight: 500;
        font-size: 24.5px;
        line-height: 21px;
        color: #FFF;
    }

    .custom-checkout-page .form-step .left .amount-container .amount-price {
        font-family: 'Kanit';
        font-weight: 500;
        font-size: 80px;
        line-height: 80px;
        color: #FFF;
        margin: 7px 0;
    }

    .custom-checkout-page .form-step .left .amount-container h5 {
        font-family: 'Inter';
        font-weight: 400;
        font-size: 18px;
        line-height: 18px;
        color: #FFF;
    }

    .custom-checkout-page .form-step .left .customer-information hr {
        border-color: #00000015;
        margin: 40px 0;
        display: none;
    }

    .custom-checkout-page .form-step .left .customer-information div {
        margin: 0 0 20px 0;
        background: #f5f5f5;
        padding: 20px;
        border-radius: 10px;
    }

    .custom-checkout-page .form-step .left .customer-information div h3 {
        font-family: 'Inter';
        color: #1D1D1D;
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 16px;
    }

    .custom-checkout-page .form-step .left .customer-information div label {
        font-family: 'Inter';
        font-weight: 400;
        color: #1d1d1dc7;
        font-size: 16px;
        line-height: 28px;
    }

    .custom-checkout-page .form-step .left .customer-information div input,
    .custom-checkout-page .form-step .left .customer-information div select {
        font-family: 'Inter';
        color: #1d1d1dc7;
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 12px;
        border: 1px solid #00000027;
        border-radius: 10px;
        padding: 8px 5px;
    }

    .custom-checkout-page .form-step .left .customer-information .terms {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .custom-checkout-page .form-step .left .customer-information .terms input {
        margin: 12px 16px 0 0;
        transform: scale(2.5);
        accent-color: #91BC51;
    }

    .custom-checkout-page .form-step .left .customer-information .terms label {
        font-family: 'Inter';
        font-size: 16px;
        line-height: 22px;
    }

    .custom-checkout-page .form-step .left .btn-next {
        display: inline-block;
        padding: 6px 20px !important;
        /* background-color: #a4c639; */
        background-color: transparent;
        background-image: linear-gradient(154deg, #5D832D 0%, #91BC51 100%);
        color: white;
        width: 440px;
        border-radius: 16px !important;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        font-family: 'Kanit';
        font-size: 25px;
        font-weight: 500;
        text-transform: capitalize;
        transition: all 0.3s ease;
    }

    .custom-checkout-page .form-step .left .btn-next:hover {
        transform: scale(1.05);
    }

    /* .custom-checkout-page .form-step .left .btn-next:hover {
        background-color: #8ea524;
    } */

    .custom-checkout-page .form-step .right {
        flex: 1;
        position: sticky;
        top: 0;
        border-radius: 30px 10px 10px 30px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        padding: 50px;
        height: 100%;
        max-height: 600px;
        overflow-y: scroll;
    }

    .custom-checkout-page .form-step .right::-webkit-scrollbar {
        width: 10px;
        height: 10px;
    }

    .custom-checkout-page .form-step .right::-webkit-scrollbar-track {
        background-color: #f1f1f1;
        border-radius: 0 30px 30px 0;
        overflow: hidden;
    }

    .custom-checkout-page .form-step .right::-webkit-scrollbar-thumb {
        background-color: #91BC51;
        border-radius: 0 30px 30px 0;
    }

    .custom-checkout-page .form-step .right::-webkit-scrollbar-thumb:hover {
        background-color: #496526;
    }


    .custom-checkout-page .form-step .right .checkout-address {
        font-family: 'Kanit';
        font-size: 26px;
        line-height: 32px;
        font-weight: 400;
        color: #1D1D1D;
    }

    .custom-checkout-page .form-step .right .summary .summary-box {
        margin-bottom: 12px;
        padding: 12px 1px;
        border-bottom: 1px solid #91BC51;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .custom-checkout-page .form-step .right .summary .summary-box .title {
        font-family: 'Kanit';
        font-size: 20px;
        font-weight: 400;
        color: #91BC51;
    }

    .custom-checkout-page .form-step .right .summary .summary-box .value {
        font-family: 'Kanit';
        font-size: 20px;
        font-weight: 400;
        color: #1D1D1D;
        padding-left: 6px;
        margin: 0;
    }

    @media (max-width: 1200px) {
        .custom-checkout-page {
            margin-bottom: 100px;
        }

        .custom-checkout-page .form-step-active {
            flex-direction: column-reverse;
        }

        .custom-checkout-page .form-step .left {
            padding: 15px;
            border-radius: 10px;
            width: 100%;
        }

        .custom-checkout-page .form-step .right {
            width: 100%;
            max-height: 300px;
            position: unset;
            padding: 15px;
            border-radius: 10px;
        }
    }

    @media (max-width: 768px) {
        .custom-checkout-page .form-step .left .amount-container .amount-price {
            font-size: 50px;
            line-height: 50px;
        }

        .custom-checkout-page .form-step .left .btn-next {
            width: 100%;
            font-size: 18px;
            white-space: wrap;
        }

        .checkout-nav {
            background-color: #91BC51;
            padding: 0;
        }
    }

    @keyframes roll {
        0% {
            transform: translateX(-150%) rotate(0deg);
        }

        100% {
            transform: translateX(150%) rotate(360deg);
        }
    }

    .loader {
        width: 80px;
        height: 80px;
        background: #91BC51;
        border-radius: 50%;
        position: relative;
        left: 35%;
        animation: roll 1s ease-in-out infinite alternate;
        display: block;
    }

    .loader:after {
        content: "";
        position: absolute;
        inset: 10px;
        border-radius: 50%;
        border: 5px solid;
        border-color: #FFF transparent;
    }

    /* Checkout Page Ends */

    /* Thankyou Page Starts */
    .thankyouContainer {
        width: 100%;
        padding: 80px 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .thankyouContainer svg {
        width: 450px;
        height: auto;
    }

    @media (max-width: 768px) {
        .thankyouContainer svg {
            width: 90%;
            height: auto;
        }
    }

    .thankyouContainer .title {
        text-align: center;
        font-family: 'Alatsi';
        font-size: 48px;
        line-height: 60px;
        font-weight: 400;
        text-transform: capitalize;
        color: #1D1D1D;
    }

    .thankyouContainer .subtitle {
        text-align: center;
        font-family: 'Inter';
        font-size: 18px;
        line-height: 24px;
        font-weight: 400;
        color: #1D1D1D;
    }

    .thankyouContainer .info {
        text-align: center;
        font-family: 'Inter';
        font-size: 18px;
        line-height: 24px;
        font-weight: 400;
        color: #2f2f2f;
    }

    /* .thankyouContainer .btn {
        text-align: center;
        font-family: 'Alatsi';
        font-size: 18px;
        line-height: 24px;
        font-weight: 400;
        color: #FFF;
        text-transform: uppercase;
        padding: 16px 40px;
    } */
    .thankyouContainer .figBtn {
        display: flex;
        justify-content: center;
        align-items: center;
        width: max-content;
        background: linear-gradient(to right, #5D832D 0%, #91BC51 100%);
        padding: 6px 6px 6px 17px;
        border-radius: 100px;
        flex-direction: row-reverse;
        margin: 20px auto 0 auto;
        transition: all 0.3s ease;
    }

    .thankyouContainer .figBtn:hover {
        transform: scale(1.05);
    }

    .thankyouContainer .figBtn a {
        font-family: 'Poppins';
        font-size: 20px;
        font-weight: 500;
        color: #fff;
        padding-right: 10px;
        text-transform: uppercase;
        text-decoration: none;
    }

    /* Thankyou Page Ends */


    /* EXTRA */
    .mfp-bg {
        background-color: rgba(0, 0, 0, 0.8);
    }

    .mfp-content img {
        max-width: 100%;
        height: auto;
    }

    .mfp-close {
        color: #fff;
        font-size: 20px;
        background: #000;
        border-radius: 50%;
        padding: 10px;
        top: -10px;
        right: -10px;
    }

    /* EXTRA */