﻿/* -----------------------------------------------------------------
>>> TABLE OF CONTENTS :
--------------------------------------------------------------------

Version: 1.0.0
Author: Hariprasad
Website: https://www.colive.com/

# Font Family
# General styles
# Typography
# Header
# Explore New Homes
# About Property
# Price List
# Amenities List
# Location List
# Why Propex
# Media
    ## Queries

----------------------------------------------------------------  */

/* || Font Family */

@font-face {
    font-family: 'Inter-Black';
    src: url('/assets/fonts/Inter-Black.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter-Bold';
    src: url('/assets/fonts/Inter-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter-ExtraBold';
    src: url('/assets/fonts/Inter-ExtraBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter-ExtraLight';
    src: url('/assets/fonts/Inter-ExtraLight.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter-Light';
    src: url('/assets/fonts/Inter-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter-Medium';
    src: url('/assets/fonts/Inter-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter-Regular';
    src: url('/assets/fonts/Inter-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter-SemiBold';
    src: url('/assets/fonts/Inter-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter-Thin';
    src: url('/assets/fonts/Inter-Thin.ttf') format('truetype');
}

/* || General styles */

html, body {
    font-family: 'Inter-Regular' !important;
}

#site-footer {
    position: relative;
    bottom: 0;
    width: 100%;
}

.copyright {
    color: #fff !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    text-align: center;
    padding: 10px 0 0 0;
    background-color: #20222C !important;
}

.sec-container {
    width: calc(100% - 100px);
    margin: 0 auto;
}

.callnumber img {
    width: 20px;
    height: 20px;
}

.callnumber {
    display: flex;
    align-items:center;
}

    .callnumber p a {
        color: #fff;
        margin-left: 10px;
    }
    .callnumber p a:hover {
    color:#D0D0D0!important;
    }
        .social-icons a img {
    width: 25px;
}

.social-icons {
    display: flex;
    gap: 15px;
    padding: 18px 0;
}

.seeall {
    justify-content: flex-end;
    gap:50px;
    flex-direction:row;
}

.footer-see-more {
    margin-top: 0px;
    bottom: 0;
    position: relative;
    width: 100%;
    z-index: 99;
    padding: 0 30px;
}

.footer .showmore {
    z-index: 1;
    right: revert;
    position: relative;
    margin: 0;
}

.d-center {
    display: flex;
    align-items: center !important;
}

.d-centers {
    display: flex;
    justify-content: flex-end;
}

button.showmorebtn {
    border: none;
    background-color: transparent;
    color: #fff;
    outline: none;
}

.footer.include .showmore .showmorebtn {
    cursor: pointer;
}

button.showmorebtn i {
    margin-left: 10px;
    vertical-align: baseline;
    font-size: 16px;
}

.videoshare {
    top: 280px;
    background-color: #F2006C;
}

#mySidenavWrapperSideNav {
    top: 10% !important;
}
/*exit popup css starts*/
.exit-popup-modal-form {
    z-index: 9999;
    position: relative;
}

.exitpopupModal .modal-dialog {
    position: fixed;
    top: 45% !important;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    width: 100%;
    max-width: 70% !important;
    z-index: 99;
}

.exitpopupModal .ExitFormSlider {
    width: 54%;
    /*height:89vh;*/
}

.exitpopupModal .enquire-form {
    padding: 0 0% 0 1.4%;
    position: relative;
}

.exitpopupModal .exit-popupSlider img {
    width: 100%;
    border-radius: 0 !important;
    /* height: 89vh;*/
}

.exitpopupModal .exit-popupSlider.owl-loaded {
    padding-bottom: 0 !important;
    background-color: #3c3d3a;
}

.exitpopupModal .exit-popupSlider.owl-carousel .owl-stage-outer {
    width: 100% !important;
}

.exitpopupModal .modal-content {
    /* background:#FFFFFF !important*/
    border-radius: 6px;
}

.exitpopupModal .modal-body {
    border-top: none;
    padding: 0;
    background: #FFFFFF !important;
    border-radius: 6px;
}

.exitpopupModal .owl-dots {
    position: absolute;
    display: flex;
    gap: 10px;
    bottom: 0;
    justify-content: center;
    left: 45%;
    right: 50%;
    bottom: 15px;
    transform: translate(-50%,-50%);
}

    .exitpopupModal .owl-dots button.owl-dot {
        width: 10px;
        height: 10px;
        border-radius: 100px;
        background-color: #FFFFFF;
        border: 1px solid #FFFFFF;
        padding: 0;
    }

        .exitpopupModal .owl-dots button.owl-dot span {
            width: 10px;
            height: 10px;
            display: flex;
        }

        .exitpopupModal .owl-dots button.owl-dot.active, .exitpopupModal .owl-dots button.owl-dot.active span {
            width: 27px;
        }

.exitpopupModal #enquiryNowFormExitPopup .form-control::placeholder {
    color: #AAAAAA;
    text-align: revert;
}

.exitpopupModal #enquiryNowFormExitPopup select.form-control {
    color: #AAAAAA !important;
    cursor: pointer;
}

.exitpopupModal #enquiryNowFormExitPopup .locality.active, .exitpopupModal #enquiryNowFormExitPopup .accommodation.active {
    color: #212529 !important;
}

.exitpopupModal #enquiryNowFormExitPopup select option {
    color: #212529;
}

.exitpopupModal #enquiryNowFormExitPopup .form-control {
    background-color: #FFFFFF;
    border: 1px solid #AAAAAA;
    width: 100%;
    margin: auto;
    border-radius: 5px !important;
    font-size: 16px;
    height: 40px;
    padding: 0 0.75rem;
}

.exitpopupModal #enquiryNowFormExitPopup .form-group {
    position: relative;
    margin-bottom: 1rem;
}

.exitpopupModal #enquiryNowFormExitPopup .mob-number input {
    padding-left: 14% !important;
}

.exitpopupModal #enquiryNowFormExitPopup h5 {
    font-size: 25px;
    font-weight: 600;
    color: #000000;
}

    .exitpopupModal #enquiryNowFormExitPopup h5 span {
        color: #F2006C;
    }

.exitpopupModal .modal-header .close {
    opacity: 1 !important;
}

.exitpopupModal #enquiryNowFormExitPopup .fa-chevron-down {
    position: absolute;
    right: 7%;
    top: 30%;
    color: #000000 !important;
    pointer-events: none;
    cursor: pointer;
    font-size: 1rem;
}

.exitpopupModal #enquiryNowFormExitPopup .mob-number span {
    position: absolute;
    /*bottom: 0px;*/
    top: 50%;
    left: 18px;
    font-size: 16px;
    border-right: 1px solid #000;
    padding-right: 7px;
    margin-right: 10px;
    color: #000000;
    transform: translate(0%,-50%);
}

.exitpopupModal #enquiryNowFormExitPopup .submit-btn input {
    background: #F2006C;
    width: 100%;
    border-radius: 3px;
    padding: 5px;
    color: #fff;
    border: 1.5px solid #F2006C;
    cursor: pointer;
    height: 45px !important;
    margin: auto;
    font-size: 20px;
}

.exitpopupModal .modal-header {
    border-bottom: none;
    padding: 2rem 0rem 1rem 1rem;
}

.exitpopupModal #enquiryNowFormExitPopup .locationOptions {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin: 0 auto 4% auto;
}

.exitpopupModal #enquiryNowFormExitPopup input[type='radio'] {
    display: none;
    cursor: pointer;
}

    .exitpopupModal #enquiryNowFormExitPopup input[type='radio'] + label, .exitpopupModal #enquiryNowFormExitPopup input[type='radio']:not(checked) + label {
        padding: 5px 0px;
        border: solid 1px #000000;
        background: #FFFFFF;
        border-radius: 5px;
        text-align: center;
        font-size: 14px;
        transition: .4s;
        font-weight: 500;
        color: #000000;
        cursor: pointer;
        width: 100%;
        margin: 0px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .exitpopupModal #enquiryNowFormExitPopup input[type='radio']:checked + label {
        position: relative;
        border: solid 1px #000000;
        background: #000000;
        color: #FFFFFF;
        transition: .4s;
    }

#enquiryNowFormExitPopup .locationOptions .locationName:nth-child(1) {
    width: 25%;
}

#enquiryNowFormExitPopup .locationOptions .locationName:nth-child(2) {
    width: 25%;
}

#enquiryNowFormExitPopup .locationOptions .locationName:nth-child(3) {
    width: 30%;
}

#enquiryNowFormExitPopup .locationOptions .locationName:nth-child(4) {
    width: 25%;
}

.exitpopupModal #enquiryNowFormExitPopup .close span {
    border: 1px solid #000000;
    display: flex;
    border-radius: 50%;
    height: 22px;
    width: 22px;
    justify-content: center;
    /* align-items: center; */
    font-size: 18px;
    margin: auto;
    padding-top: 0px;
    color: #000000;
    font-weight: 600;
    position: absolute;
    top: 0;
    right: -16.6%;
    background: #FFFFFF;
}

.exitpopupModal:after {
    background-color: #000000;
    position: fixed;
    content: "";
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.4;
    z-index: 1;
}

.exitpopupModal .chat-us {
    justify-content: center;
    gap: 13px;
}

    .exitpopupModal .chat-us img {
        width: 22px;
    }

    .exitpopupModal .chat-us p {
        font-size: 16px;
        font-weight: 400;
        color: #000000;
    }

        .exitpopupModal .chat-us p a {
            font-size: 16px;
            font-weight: 400;
            color: #F2006C;
            cursor: pointer;
            background: none;
            padding: 0;
        }

.exitpopupModal .colive-info {
    border-top: 1px solid #000000;
    padding-top: 15px;
    width: 90%;
    margin: 20px auto 10px auto;
}

    .exitpopupModal .colive-info img {
        width: 22px;
        /*height: 20px;*/
    }

    .exitpopupModal .colive-info h4 {
        font-size: 12px;
        font-weight: 600;
        color: #000000;
        margin-bottom: 0;
    }

    .exitpopupModal .colive-info p {
        font-size: 10px !important;
        font-weight: 400;
        color: #000000;
        position: relative;
        left: 7px;
        top: 3px;
    }

        .exitpopupModal .colive-info p.mbeds {
            top: 10px;
        }

        .exitpopupModal .colive-info p.tenants {
            top: 2px;
        }

    .exitpopupModal .colive-info .properties {
        gap: 10px;
        align-items: center;
    }

#thankyouModal .thankyouModalrow {
    padding: 0 6%;
}

.exitpopupModal #enquiryNowFormExitPopup label.error {
    color: red !important;
    font-size: 10px !important;
    position: absolute !important;
    background-color: transparent !important;
    top: 38px !important;
    right: 10px;
}

    .exitpopupModal #enquiryNowFormExitPopup label.error:before {
        content: "";
    }

.exitpopupModal #enquiryNowFormExitPopup input.error, .exitpopupModal #enquiryNowFormExitPopup select.error {
    border: 1px solid red !important;
    color: red;
    box-shadow: 0 0 5pt 0.5pt #ffd5d5;
}

.exitpopupModal #enquiryNowFormExitPopup .dropdown {
    position: revert;
}

.thankyouModal .modal-dialog {
    position: fixed;
    top: 45% !important;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    width: 100%;
    max-width: 70% !important;
}

.thankyouModal .modal-body {
    border-top: 8px solid #EF0073;
}

    .thankyouModal .modal-body img {
        width: 150px;
    }

.thankyouModal .modal-content h1 {
    font-weight: 700;
    color: #31123A;
    font-size: 4rem;
    margin-top: 3%;
    margin-bottom: 2%;
}

.thankyouModal .modal-content h2 {
    font-weight: 700;
    color: #31123A;
    font-size: 4rem;
    margin-top: 3%;
    margin-bottom: 2%;
}

.thankyouModal h5 {
    color: #2B2A2A;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
}

.thankyouModal .modal-content h4 span {
    color: #EF0073;
    font-weight: 600;
}

.thankyouModal .modal-content p {
    margin: 10px 0 8px 0;
}

.thankyouModal .modal-content a {
    color: #fff;
    font-size: 20px;
    border: none;
    padding: 10px 30px;
    background: #EF0073;
    border-radius: 6px;
    margin-bottom: 3%;
    cursor: pointer;
    text-decoration: none;
}

.thankyouModal ul {
    padding-left: 0px;
    margin-top: 40px;
}

    .thankyouModal ul li {
        font-size: 18px;
        color: #000000;
        /* width: 85%; */
        margin-top: 15px;
        font-weight: 500;
        line-height: 1.5;
    }

.thankyouModal .text-left {
    text-align: left;
}

.thankyouModal ul li span {
    color: #F2006C;
}

.toastwrap {
    opacity: 1 !important;
    z-index: 99999 !important;
}

.toast {
    opacity: 1 !important;
}

.mob-sticky-btns {
    display: none;
}

.selectcity .fa-chevron-down {
    position: absolute;
    right: 15px;
    top: 35%;
    color: #616161 !important;
    pointer-events: none;
    cursor: pointer;
    font-size: 1rem;
}

.selectlocation .fa-chevron-down {
    position: absolute;
    right: 15px;
    top: 35%;
    color: #616161 !important;
    pointer-events: none;
    cursor: pointer;
    font-size: 1rem;
}

body {
    position: relative !important;
}
/*exit popup css end*/
@media (max-width: 768px) {
    .d-center {
        display: flex;
        align-items: center !important;
    }
    .d-centers {
        display: flex!important;
        justify-content: center!important;
        align-items: center!important;
    }
    .sec-container {
        width: calc(100% - 30px);
        margin: 0 auto;
    }

    .callnumb {
        margin: 0 auto;
        padding: 20px 0;
    }

    .social-icons {
        margin: 0 auto;
        padding: 15px 0;
    }
    /*exit popup css starts*/
    .exitpopupModal .modal-dialog {
        max-width: 92% !important;
        margin: auto;
        top: 50% !important;
    }

    .exitpopupModal .modal-body {
        border-top: 8px solid #EF0073;
    }

    .exitpopupModal #enquiryNowFormExitPopup .form-control {
        width: 100% !important;
        height: 36px;
        font-size: 14px;
        padding: 0rem 0.75rem;
    }

    .exitpopupModal #enquiryNowFormExitPopup .mob-number input {
        padding-left: 14% !important;
    }

    .exitpopupModal .enquire-form {
        padding: 0 2% 0 2%;
    }

    .exitpopupModal .modal-header {
        padding: 1rem 0rem 1rem 1.2rem;
    }

    .exitpopupModal #enquiryNowFormExitPopup .mob-number span {
        left: 23px;
        /* bottom: 8px;*/
        top: 50%;
        font-size: 14px;
    }

    .exitpopupModal #enquiryNowFormExitPopup .locationOptions {
        width: 100%;
    }

    .exitpopupModal #enquiryNowFormExitPopup input[type='radio'] + label, .exitpopupModal #enquiryNowFormExitPopup input[type='radio']:not(checked) + label {
        font-size: 12px;
        height: auto;
    }

    .exitpopupModal #enquiryNowFormExitPopup .fa-chevron-down {
        right: 7%;
        top: 33%;
        font-size: 12px;
    }

    .exitpopupModal #enquiryNowFormExitPopup .submit-btn input {
        font-size: 18px;
        width: 100%;
    }

    .exitpopupModal .modal-content p {
        font-size: 12px;
        padding: 0px 0 !important;
        max-width: revert;
        margin: auto 0;
    }

    #thankyouModal .thankyouModalrow {
        padding: 0;
    }

    .exitpopupModal #enquiryNowFormExitPopup label.error {
        right: 13px;
        top: 34px !important;
    }

    .exitpopupModal #enquiryNowFormExitPopup .close span {
        border: none;
        font-size: 25px;
        top: 10px;
        right: 20px;
        /* background: #FFFFFF; */
    }

    .thankyouModal .modal-dialog {
        max-width: 90% !important;
        left: 48%;
    }

    .thankyouModal .modal-body {
        padding: 1rem 1rem 2rem 1rem;
    }

    .thankyouModal .modal-content h1 {
        font-size: 40px;
        margin-top: 6%;
    }

    .thankyouModal .modal-content h4 {
        font-size: 18px;
    }

    .thankyouModal modal-content p {
        font-size: 14px;
        padding: 15px 0;
        max-width: 80%;
        margin: auto;
    }

    .exitpopupModal .chat-us p a {
        font-size: 12px;
    }

    .thankyouModal h5 {
        font-size: 14px;
        padding-bottom: 30px;
        max-width: 80%;
        margin: auto;
    }

    .thankyouModal .modal-content a {
        font-size: 18px;
        padding: 8px 25px;
    }

    .thankyouModal ul.lists {
        margin-top: 20px;
    }

    .thankyouModal ul {
        padding-left: 20px;
        margin: 0;
    }

        .thankyouModal ul li {
            font-size: 12px;
            margin-top: 10px;
        }

            .thankyouModal ul li br {
                display: none;
            }

    .exitpopupModal #enquiryNowFormExitPopup .form-group {
        padding-right: 15px;
        padding-left: 15px;
    }

    .exitpopupModal .colive-info p.mbeds {
        top: 3px !important;
    }
    /*exit popup css end*/

    /**Sticky butons mobile**/
    .mob-sticky-btns {
        display: block;
        position: fixed;
        bottom: -15px;
        width: 100%;
        z-index: 8 !important;
    }

    .call-mob {
        position: absolute;
        margin: 0 auto;
        margin-top: 0px;
        left: 50%;
        top: 25%;
        transform: translate(-50%,-50%);
    }

        .call-mob img {
            width: 35px;
        }

    .call-mob1 {
        position: absolute;
        margin: 0 auto;
        margin-top: 0px;
        left: 50%;
        top: 25%;
        border: 3px solid#fff;
        border-radius: 50%;
        transform: translate(-50%,-50%);
        height: 60px;
        width: 60px;
    }

    ul.mob-sticky-option {
        display: flex;
        padding: 15px 10px 15px 10px;
        border-radius: 40px;
        background: #320073;
        justify-content: space-between;
        border: 3px solid #fff;
        box-shadow: 0px 4px 4px 0px #0000001A;
        margin: 0 10px 20px;
    }

        ul.mob-sticky-option li {
            color: #fff;
            justify-content: center;
            align-items: center;
            /* padding-right: 10px; */
            font-size: 16px;
        }

            ul.mob-sticky-option li a {
                color: #fff !important;
                background: transparent !important;
                display: flex;
                align-items: center;
            }

            ul.mob-sticky-option li.stickyVideoCall {
                position: absolute;
                left: 40px;
            }

            ul.mob-sticky-option li.stickyEnquireNow {
                position: absolute;
                right: 35px;
            }

            ul.mob-sticky-option li a img {
                margin-right: 8px;
                width: 25px;
            }

    body {
        margin-bottom: 20%;
        position: relative;
    }

    .footer-see-more {
        /*display:none;
        position: fixed !important;*/
        bottom: -75px !important;
        padding: 0 10px;
    }

    .padding-0 {
        padding: 0;
    }

    .social-icons {
        gap: 8px;
    }

    .copyright {
        padding: 0 !important;
    }

    .social-icons a img {
        width: 22px;
    }

    .footer.include .showmore .showmorebtn {
        padding: 0;
    }

    .seeall {
        margin-left: -10px;
        gap:10px;
    }
}

@media (max-width: 375px) {
    ul.mob-sticky-option li.stickyEnquireNow {
        position: absolute;
        right: 20px;
    }

    ul.mob-sticky-option li.stickyVideoCall {
        position: absolute;
        left: 25px;
    }
}
