/*
MaxLand Theme Responsive Design
*/
@media (max-width: 1880px) {
    #section1  {
        display: block;
        padding: 100px 0;
        /* padding-top: 200px; */
    }
    
    #section4  {
        display: block;
        padding: 100px 0;
        /* padding-top: 200px; */
        padding-bottom: 18 0px
    }
    #section5  {
        display: block;
        padding: 150px 0;
        /* padding-top: 200px; */
    }
    #about  {
        display: block;
        padding: 100px 0;
        /* padding-top: 200px; */
    }
    .section-heading span {
        display: inline-block;
        text-transform: uppercase;
        font-size: 12px;
        color: #263a4f;
        font-weight: 600;
        letter-spacing: 0;
        font-family: "Work Sans", sans-serif;
        position: relative;
        z-index: 1;
    }
    .service-wrap1 {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        margin: -13px 0px 0px
    }
    .pagination2 {
        /* text-align: center; */
        /* margin: 0px 0px -22px; */
        /* user-select: none; */
    }
    .inrproperty-top-content .content-cover-btn .items i {
        position: absolute;
        width: 100%;
        height: 56px;
        /* right: 59px; */
        top: 6px;
        display: block;
        /* font-size: 25px; */
        color: black;
        visibility: hidden;
        opacity: 0;
        cursor: pointer;
        visibility: visible;
        /* opacity: 1; */
        z-index: 1;
    }
    .contact-page {
        position: relative;
        display: block;
        background: #ffffff;
        padding: 120px 0px 120px;
    }
    
    .padding1 {
        padding: 80px 0;
    }
    .padding2 {
        padding: 90px 0;
    }
    .padding4 {
        padding: 40px 0;
    }
    
    .padding8 {
        padding: 80px 0;
    }
    .column{
        display:table-cell;
        vertical-align:top;
        padding: 20px 9px 0px;
        position:relative;
    }
    .container1 {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        max-width:1140px
    }
    .contact-page__content {
        position: relative;
        display: block;
        bottom: 28px;
    }
    
    .contact-page__content .title-box {
        position: relative;
        display: block;
    }
    
    .contact-page__content .title-box h2 {
        font-weight: 600;
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 22px;
        margin-top: 42px;
    }
    
    .contact-page__content .title-box p {
        margin: 0;
    }
    
    .contact-page__contact-info {
        position: relative;
        display: block;
    }
    
    .contact-page__contact-info li {
        position: relative;
        display: block;
        padding-left: 30px;
        /* margin-bottom: 20px; */
    }
    
    .contact-page__contact-info li:last-child {
        margin-bottom: 0;
    }
    
    .contact-page__contact-info li .icon-box {
        position: absolute;
        top: 5px;
        left: 0;
    }
    
    .contact-page__contact-info li .icon-box span::before {
        position: relative;
        display: inline-block;
        color: var(--thm-base);
        font-size: 20px;
        font-weight: 700;
    }
    
    .contact-page__contact-info li .text-box {
        position: relative;
        display: block;
    }
    
    .contact-page__contact-info li .text-box h4 {
        font-weight: 500;
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 4px;
    }
    
    .contact-page__contact-info li .text-box p {
        font-weight: 500;
        font-size: 18px;
        line-height: 28px;
    }
    
    .contact-page__contact-info li .text-box p a {
        color: var(--thm-gray);
        transition: all 200ms linear;
        transition-delay: 0.1s;
        
    }
    
    .contact-page__contact-info li .text-box p a:hover {
        color: var(--thm-base);
    }
    
    .contact-page__social-links {
        position: relative;
        display: block;
        margin-top: 37px;
    }
    
    .contact-page__social-links li {
        position: relative;
        display: inline-block;
        margin-right: 6px;
    }
    
    .contact-page__social-links li:last-child {
        margin-right: 0;
    }
    
    .contact-page__social-links li a {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50px;
        height: 50px;
        background: #3b5998;
        border-radius: 50%;
        text-align: center;
    }
    
    .contact-page__social-links li a.bg2 {
        background: #55acee;
    }
    
    .contact-page__social-links li a.bg3 {
        background: #dc4e41;
    }
    
    .contact-page__social-links li a.bg4 {
        background: #3f729b;
    }
    
    .contact-page__social-links li a span {
        position: relative;
        display: block;
    }
    
    .contact-page__social-links li a span::before {
        position: relative;
        display: inline-block;
        color: #ffffff;
        font-size: 16px;
    }
    
    
    .add-comment-box #contact-form {
        position: relative;
        display: block;
    }
    
    .add-comment-box #contact-form .input-box {
        position: relative;
        display: block;
        margin-bottom: 30px;
    }
    
    .add-comment-box #contact-form input[type="text"],
    .add-comment-box #contact-form input[type="email"],
    .add-comment-box #contact-form textarea {
        position: relative;
        display: block;
        background: #ffffff;
        border: 1px solid #E5E5E5;
        width: 100%;
        height: 50px;
        color: var(--thm-gray);
        font-weight: 500;
        font-size: 16px;
        font-style: normal;
        text-transform: none;
        padding: 0 35px;
        border-radius: 25px;
        transition: all 500ms ease;
        font-family: var(--thm-font);
    }
    
    .add-comment-box #contact-form textarea {
        height: 180px;
        padding: 12px 35px;
    }
    
    .add-comment-box #contact-form input[type="text"]:focus {
        border-color: #ffffff;
        box-shadow: 0px 10px 40px rgba(62, 84, 141, 0.1);
    }
    
    .add-comment-box #contact-form input[type="email"]:focus {
        border-color: #ffffff;
        box-shadow: 0px 10px 40px rgba(62, 84, 141, 0.1);
    }
    
    .add-comment-box #contact-form textarea:focus {
        border-color: #ffffff;
        box-shadow: 0px 10px 40px rgba(62, 84, 141, 0.1);
    }
    
    .add-comment-box #contact-form .button-box {
        position: relative;
        display: block;
        padding-top: 0px;
        line-height: 0;
    }
    
    .add-comment-box #contact-form .button-box button.btn-one {
        line-height: 60px;
        box-shadow: 0px 15px 50px rgba(235, 41, 44, 0.3);
        border-radius: 30px;
        padding-left: 45px;
        padding-right: 45px;
    }
    
    .gambar2 {
        margin-bottom: -102px;
        margin-left: -180px;
    }
    
    .google-map {
        position: relative;
        display: block;
    }
    
    .contact-page-map {
        position: relative;
        display: block;
        border: none;
        height: 450px;
        width: 100%;
    }
    .blog-item .blog-thumb img {
        width: 100%;
        margin: 0;
    }
    .arrow-down8 {
        position: absolute;
        left: 50%;
        top: 573px;
        width: 18px;
        height: 90%;
        background-image: url("../Images/theme/vector/arrow-down.svg");
        background-size: 18px 37px;
        background-position: center;
        background-repeat: no-repeat;
        margin-left: -12px;
        -webkit-animation: sdb05 1.5s infinite;
        animation: sdb05 1.5s infinite;
        box-sizing: border-box;
        z-index: 10;
    }	
}
@media (max-width: 1024px) {
    .arrow-down8 {
        position: absolute;
        left: 50%;
        top: 373px;
        width: 18px;
        height: 90%;
        background-image: url("../Images/theme/vector/arrow-down.svg");
        background-size: 18px 37px;
        background-position: center;
        background-repeat: no-repeat;
        margin-left: -12px;
        -webkit-animation: sdb05 1.5s infinite;
        animation: sdb05 1.5s infinite;
        box-sizing: border-box;
        z-index: 10;
    }
    
}

/* ---- Start of max-width 992px CSS ---- */
@media (max-width: 992px){
    .font-size-15 {
        font-size: 15px!important;}
        .font-weight-600 {
            font-weight: 600!important;}
            .generalbtn-solid {
                border-radius: 30px;
                padding: 13px 30px;
                margin: 0 auto;
                text-align: center;
                line-height: 1.4;
                font-weight: 700;
                font-size: 16px;
                display: inline-block;
                width: 100%
            }
            .generalbtn-solid.maxw-220 {
                max-width: 220px}
                .padding2 {
                    padding: 0px 0;
                }
                .about-content p {text-align: justify;margin-bottom: 0px;}
                .page-content4 h2 {
                    color: #fff;
                    font-size: 60px;
                }
                .blog-item3 {
                    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
                    position: relative;
                    background: #fff;
                    max-width: 100%;
                    width: 100%;
                    height: auto;
                    box-shadow: 0 5px 25px rgb(1 1 1 / 20%);
                    overflow: hidden;
                    border-radius: 30px;
                    margin: 0px 0px 20px;
                }
                .column {
                    display: block;
                    width: auto;
                    padding: 25px;
                }
                .enam{
                    display: block;
                    width: auto;}
                    .sm-padding{ padding: 15px; }
                    .header-section .navbar-brand {
                        height: 80px;
                        padding: 0;
                        display: flex;
                        align-items: center;
                    }
                    .header-section .navbar-brand img {
                        z-index: 1001
                    }
                    .menu-btn,
                    .js #mainmenu {
                        display:none;
                    }
                    .project-2 .project-item,
                    .js .slicknav_menu {
                        display:block;
                    }
                    .about-content h2{
                        font-size: 24px;
                        line-height: 36px;
                    }
                    .year-box{
                        padding-left: 0;
                    }
                    .error-content .error-info{
                        padding-left: 10px;
                    }
                    .counter-content{
                        text-align: left;
                        padding-left: 70px;
                    }
                    .counter-wrap .col-lg-4:last-child{
                        margin-top: 50px;
                    }
                    
                    .inrproperty-top-content .content-cover-btn .items i {
                        position: absolute;
                        width: 100%;
                        height: 56px;
                        /* right: 59px; */
                        top: 6px;
                        display: block;
                        /* font-size: 25px; */
                        color: black;
                        visibility: hidden;
                        opacity: 0;
                        cursor: pointer;
                        visibility: visible;
                        /* opacity: 1; */
                        z-index: 1;
                    }
                    .contact-page {
                        position: relative;
                        display: block;
                        background: #ffffff;
                        padding: 120px 0px 120px;
                    }
                    
                    .contact-page__content {
                        position: relative;
                        display: block;
                    }
                    
                    .contact-page__content .title-box {
                        position: relative;
                        display: block;
                        margin-bottom: 23px;
                    }
                    
                    .contact-page__content .title-box h2 {
                        font-weight: 600;
                        font-size: 30px;
                        line-height: 30px;
                        margin-bottom: 22px;
                        margin-top: 42px;
                    }
                    
                    .contact-page__content .title-box p {
                        margin: 0;
                    }
                    
                    .contact-page__contact-info {
                        position: relative;
                        display: block;
                    }
                    
                    .contact-page__contact-info li {
                        position: relative;
                        display: block;
                        padding-left: 30px;
                        margin-bottom: 20px;
                    }
                    
                    .contact-page__contact-info li:last-child {
                        margin-bottom: 0;
                    }
                    
                    .contact-page__contact-info li .icon-box {
                        position: absolute;
                        top: 5px;
                        left: 0;
                    }
                    
                    .contact-page__contact-info li .icon-box span::before {
                        position: relative;
                        display: inline-block;
                        color: var(--thm-base);
                        font-size: 20px;
                        font-weight: 700;
                    }
                    
                    .contact-page__contact-info li .text-box {
                        position: relative;
                        display: block;
                    }
                    
                    .contact-page__contact-info li .text-box h4 {
                        font-weight: 500;
                        font-size: 18px;
                        line-height: 28px;
                        margin-bottom: 4px;
                    }
                    
                    .contact-page__contact-info li .text-box p {
                        font-weight: 500;
                        font-size: 18px;
                        line-height: 28px;
                    }
                    
                    .contact-page__contact-info li .text-box p a {
                        color: var(--thm-gray);
                        transition: all 200ms linear;
                        transition-delay: 0.1s;
                        
                    }
                    
                    .contact-page__contact-info li .text-box p a:hover {
                        color: var(--thm-base);
                    }
                    
                    .contact-page__social-links {
                        position: relative;
                        display: block;
                        margin-top: 37px;
                    }
                    
                    .contact-page__social-links li {
                        position: relative;
                        display: inline-block;
                        margin-right: 6px;
                    }
                    
                    .contact-page__social-links li:last-child {
                        margin-right: 0;
                    }
                    
                    .contact-page__social-links li a {
                        position: relative;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        width: 50px;
                        height: 50px;
                        background: #3b5998;
                        border-radius: 50%;
                        text-align: center;
                    }
                    
                    .contact-page__social-links li a.bg2 {
                        background: #55acee;
                    }
                    
                    .contact-page__social-links li a.bg3 {
                        background: #dc4e41;
                    }
                    
                    .contact-page__social-links li a.bg4 {
                        background: #3f729b;
                    }
                    
                    .contact-page__social-links li a span {
                        position: relative;
                        display: block;
                    }
                    
                    .contact-page__social-links li a span::before {
                        position: relative;
                        display: inline-block;
                        color: #ffffff;
                        font-size: 16px;
                    }
                    
                    
                    /* .contact-page__form {
                        position: relative;
                        display: block;
                        background: #FFFFFF;
                        box-shadow: 0px 20px 60px 10px rgba(0, 0, 0, 0.07);
                        border-radius: 15px;
                        padding: 40px 40px 40px;
                    } */
                    
                    /* .contact-page__form .add-comment-box {
                        margin-top: 0px;
                    }
                    
                    .contact-page__form .add-comment-box .inner-title {
                        padding-bottom: 32px;
                    } */
                    
                    .add-comment-box #contact-form {
                        position: relative;
                        display: block;
                    }
                    
                    .add-comment-box #contact-form .input-box {
                        position: relative;
                        display: block;
                        margin-bottom: 30px;
                    }
                    
                    .add-comment-box #contact-form input[type="text"],
                    .add-comment-box #contact-form input[type="email"],
                    .add-comment-box #contact-form textarea {
                        position: relative;
                        display: block;
                        background: #ffffff;
                        border: 1px solid #E5E5E5;
                        width: 100%;
                        height: 50px;
                        color: var(--thm-gray);
                        font-weight: 500;
                        font-size: 16px;
                        font-style: normal;
                        text-transform: none;
                        padding: 0 35px;
                        border-radius: 25px;
                        transition: all 500ms ease;
                        font-family: var(--thm-font);
                    }
                    
                    .add-comment-box #contact-form textarea {
                        height: 180px;
                        padding: 12px 35px;
                    }
                    
                    .add-comment-box #contact-form input[type="text"]:focus {
                        border-color: #ffffff;
                        box-shadow: 0px 10px 40px rgba(62, 84, 141, 0.1);
                    }
                    
                    .add-comment-box #contact-form input[type="email"]:focus {
                        border-color: #ffffff;
                        box-shadow: 0px 10px 40px rgba(62, 84, 141, 0.1);
                    }
                    
                    .add-comment-box #contact-form textarea:focus {
                        border-color: #ffffff;
                        box-shadow: 0px 10px 40px rgba(62, 84, 141, 0.1);
                    }
                    
                    .add-comment-box #contact-form .button-box {
                        position: relative;
                        display: block;
                        padding-top: 0px;
                        line-height: 0;
                    }
                    
                    .add-comment-box #contact-form .button-box button.btn-one {
                        line-height: 60px;
                        box-shadow: 0px 15px 50px rgba(235, 41, 44, 0.3);
                        border-radius: 30px;
                        padding-left: 45px;
                        padding-right: 45px;
                    }
                    
                    
                    
                    .google-map {
                        position: relative;
                        display: block;
                    }
                    
                    .contact-page-map {
                        position: relative;
                        display: block;
                        border: none;
                        height: 450px;
                        width: 100%;
                    }
                    #section4  {
                        display: block;
                        /* padding: 100px 0; */
                        padding-top: 80px;
                        padding-bottom: 18 0px;
                        padding: 20px;
                    }
                    .col-6 {
                        -webkit-box-flex: 0;
                        -ms-flex: 0 0 50%;
                        flex: 0 0 100%;
                        max-width: 100%;
                        padding-top: 20px;
                        bottom: 60px;
                    }
                    .padding-15 {
                    }
                    .col-8{
                        -webkit-box-flex: 0;
                        -ms-flex: 0 0 66.666667%;
                        flex: 0 0 66.666667%;
                        max-width: 67.666667%;
                    }
                    .col-4{
                        -webkit-box-flex: 0;
                        -ms-flex: 0 0 66.666667%;
                        flex: 100%;
                        max-width: 101%;
                        top: 30px;
                    }
                    .select1 {
                        text-transform: capitalize;
                        border-radius: 25px;
                        font-size: 14px;
                        width: auto;
                        padding: 6px;
                        z-index: 989;
                        top: 128px;
                        position: absolute;
                        right: 80px;
                        left: 80px;
                    }
                    .arrow-down8 {
                        position: absolute;
                        left: 50%;
                        top: 412px;
                        width: 18px;
                        height: 90%;
                        background-image: url("../Images/theme/vector/arrow-down.svg");
                        background-size: 18px 28px;
                        background-position: center;
                        background-repeat: no-repeat;
                        margin-left: -12px;
                        -webkit-animation: sdb05 1.5s infinite;
                        animation: sdb05 1.5s infinite;
                        box-sizing: border-box;
                        z-index: 10;
                    }
                    .arrow-down {
                        position: absolute;
                        bottom: 9px;
                        left: 50%;
                        width: 20px;
                        height: 35px;
                        background-image: url("../Images/theme/vector/arrow-down.svg");
                        background-size: 11px 37px;
                        background-position: center;
                        background-repeat: no-repeat;
                        margin-left: -12px;
                        -webkit-animation: sdb05 1.5s infinite;
                        animation: sdb05 1.5s infinite;
                        box-sizing: border-box;
                        z-index: 10
                    }
                    .arrow-down8 {
                        position: absolute;
                        left: 50%;
                        top: 373px;
                        width: 18px;
                        height: 90%;
                        background-image: url("../Images/theme/vector/arrow-down.svg");
                        background-size: 18px 37px;
                        background-position: center;
                        background-repeat: no-repeat;
                        margin-left: -12px;
                        -webkit-animation: sdb05 1.5s infinite;
                        animation: sdb05 1.5s infinite;
                        box-sizing: border-box;
                        z-index: 10;
                    }
                    .text-blue {
                        font-size: 25px !important;
                        color: #4477b8 !important;
                        line-height: 0.8cm;
                    }
                    .about-section {
                    }
                    .service-item1 {
                        background-color: #787477c4;
                        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
                        padding: 14px;
                        /* margin-top: -20px; */
                        display: flex;
                        flex-wrap: wrap;
                    }
                    .blog-wrap4 {}
                    .blog-item4 {
                        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
                        position: relative;
                        background: #fff;
                        max-width: 313px;
                        width: 297px;
                        height: auto;
                        box-shadow: 0 5px 25px rgb(1 1 1 / 20%);
                        overflow: hidden;
                        border-radius: 30px;
                        /* margin-bottom: 26px; */
                    }
                    .blog-item4 .blog-thumb4 {
                        position: relative;
                        padding: 8px;
                    }
                    
                    .blog-item4 .blog-thumb4 img {
                        width: 100%;
                        margin: 0;
                        border-radius: 20px;
                    }
                    
                    .tab1{
                        /* float: left;
                        background-color: #f1f1f1;
                        width: 20%;
                        height: 220px;*/
                        /* text-align: center; */
                        /* margin-bottom: 20px; */
                        margin-left: 30px;
                        max-width: calc(700px * .9);
                        margin: 20px auto 0;
                        background: #fff;
                        padding: 6px;
                        border-radius: 70px;
                        display: flex;
                        padding: -10px;
                        margin: 40px auto 0;
                        justify-content: center;
                    }
                    .tablink1 {
                        background: linear-gradient(to right, #a887c6 0%, #06617d 0%, #05617d 50%, #9883bf 100%) no-repeat scroll right bottom / 210% 100% #04607d;
                        color: white;
                        float: left;
                        outline: none;
                        cursor: pointer;
                        padding: 14px 16px;
                        font-size: 17px;
                        width: 35%;
                    }
                    
                    .tablink1:hover {
                        background-color: #777;
                    }
                    
                    /* Style the tab content (and add height:100% for full page content) */
                    .tabcontent1 {
                        color: white;
                        display: none;
                        padding: 10px 20px;
                        height: 100%;
                    }
                    .gambar2 {
                        margin-bottom: -8px;
                        margin-left: -180px;
                        margin-top: 87px;
                    }
                    .blog-item1 {
                        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
                        position: relative;
                        background: #fff;
                        max-width: 417px;
                        width: 282px;
                        height: auto;
                        /* margin: 15px; */
                        box-shadow: 0 5px 25px rgb(1 1 1 / 20%);
                        overflow: hidden;
                        right: 9px;
                    }
                }
                /* ---- End of max-width 992px CSS ---- */
                
                
                /* ---- Start of min-width 480px and max-width 768px CSS ---- */
                @media all and (min-width: 480px) and (max-width: 768px) {
                    .inrproperty-top-content .content-cover-detailscons span {
                        font-size: 38px
                    }
                    .contact-page {
                        position: relative;
                        display: block;
                        background: #ffffff;
                        padding: 120px 0px 120px;
                    }
                    
                    .contact-page__content {
                        position: relative;
                        display: block;
                    }
                    
                    .contact-page__content .title-box {
                        position: relative;
                        display: block;
                        margin-bottom: 23px;
                    }
                    
                    .contact-page__content .title-box h2 {
                        font-weight: 600;
                        font-size: 30px;
                        line-height: 30px;
                        margin-bottom: 22px;
                        margin-top: 42px;
                    }
                    
                    .contact-page__content .title-box p {
                        margin: 0;
                    }
                    
                    .contact-page__contact-info {
                        position: relative;
                        display: block;
                    }
                    
                    .contact-page__contact-info li {
                        position: relative;
                        display: block;
                        padding-left: 30px;
                        margin-bottom: 20px;
                    }
                    
                    .contact-page__contact-info li:last-child {
                        margin-bottom: 0;
                    }
                    
                    .contact-page__contact-info li .icon-box {
                        position: absolute;
                        top: 5px;
                        left: 0;
                    }
                    
                    .contact-page__contact-info li .icon-box span::before {
                        position: relative;
                        display: inline-block;
                        color: var(--thm-base);
                        font-size: 20px;
                        font-weight: 700;
                    }
                    
                    .contact-page__contact-info li .text-box {
                        position: relative;
                        display: block;
                    }
                    
                    .contact-page__contact-info li .text-box h4 {
                        font-weight: 500;
                        font-size: 18px;
                        line-height: 28px;
                        margin-bottom: 4px;
                    }
                    
                    .contact-page__contact-info li .text-box p {
                        font-weight: 500;
                        font-size: 18px;
                        line-height: 28px;
                    }
                    
                    .contact-page__contact-info li .text-box p a {
                        color: var(--thm-gray);
                        transition: all 200ms linear;
                        transition-delay: 0.1s;
                        
                    }
                    
                    .contact-page__contact-info li .text-box p a:hover {
                        color: var(--thm-base);
                    }
                    
                    .contact-page__social-links {
                        position: relative;
                        display: block;
                        margin-top: 37px;
                    }
                    
                    .contact-page__social-links li {
                        position: relative;
                        display: inline-block;
                        margin-right: 6px;
                    }
                    
                    .contact-page__social-links li:last-child {
                        margin-right: 0;
                    }
                    
                    .contact-page__social-links li a {
                        position: relative;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        width: 50px;
                        height: 50px;
                        background: #3b5998;
                        border-radius: 50%;
                        text-align: center;
                    }
                    
                    .contact-page__social-links li a.bg2 {
                        background: #55acee;
                    }
                    
                    .contact-page__social-links li a.bg3 {
                        background: #dc4e41;
                    }
                    
                    .contact-page__social-links li a.bg4 {
                        background: #3f729b;
                    }
                    
                    .contact-page__social-links li a span {
                        position: relative;
                        display: block;
                    }
                    
                    .contact-page__social-links li a span::before {
                        position: relative;
                        display: inline-block;
                        color: #ffffff;
                        font-size: 16px;
                    }
                    
                    
                    /* .contact-page__form {
                        position: relative;
                        display: block;
                        background: #FFFFFF;
                        box-shadow: 0px 20px 60px 10px rgba(0, 0, 0, 0.07);
                        border-radius: 15px;
                        padding: 40px 40px 40px;
                    } */
                    
                    /* .contact-page__form .add-comment-box {
                        margin-top: 0px;
                    }
                    
                    .contact-page__form .add-comment-box .inner-title {
                        padding-bottom: 32px;
                    } */
                    
                    .add-comment-box #contact-form {
                        position: relative;
                        display: block;
                    }
                    
                    .add-comment-box #contact-form .input-box {
                        position: relative;
                        display: block;
                        margin-bottom: 30px;
                    }
                    
                    .add-comment-box #contact-form input[type="text"],
                    .add-comment-box #contact-form input[type="email"],
                    .add-comment-box #contact-form textarea {
                        position: relative;
                        display: block;
                        background: #ffffff;
                        border: 1px solid #E5E5E5;
                        width: 100%;
                        height: 50px;
                        color: var(--thm-gray);
                        font-weight: 500;
                        font-size: 16px;
                        font-style: normal;
                        text-transform: none;
                        padding: 0 35px;
                        border-radius: 25px;
                        transition: all 500ms ease;
                        font-family: var(--thm-font);
                    }
                    
                    .add-comment-box #contact-form textarea {
                        height: 180px;
                        padding: 12px 35px;
                    }
                    
                    .add-comment-box #contact-form input[type="text"]:focus {
                        border-color: #ffffff;
                        box-shadow: 0px 10px 40px rgba(62, 84, 141, 0.1);
                    }
                    
                    .add-comment-box #contact-form input[type="email"]:focus {
                        border-color: #ffffff;
                        box-shadow: 0px 10px 40px rgba(62, 84, 141, 0.1);
                    }
                    
                    .add-comment-box #contact-form textarea:focus {
                        border-color: #ffffff;
                        box-shadow: 0px 10px 40px rgba(62, 84, 141, 0.1);
                    }
                    
                    .add-comment-box #contact-form .button-box {
                        position: relative;
                        display: block;
                        padding-top: 0px;
                        line-height: 0;
                    }
                    
                    .add-comment-box #contact-form .button-box button.btn-one {
                        line-height: 60px;
                        box-shadow: 0px 15px 50px rgba(235, 41, 44, 0.3);
                        border-radius: 30px;
                        padding-left: 45px;
                        padding-right: 45px;
                    }
                    
                    
                    
                    .google-map {
                        position: relative;
                        display: block;
                    }
                    
                    .contact-page-map {
                        position: relative;
                        display: block;
                        border: none;
                        height: 450px;
                        width: 100%;
                    }	
                    .arrow-down8 {
                        position: absolute;
                        left: 50%;
                        top: 373px;
                        width: 18px;
                        height: 90%;
                        background-image: url("../Images/theme/vector/arrow-down.svg");
                        background-size: 18px 37px;
                        background-position: center;
                        background-repeat: no-repeat;
                        margin-left: -12px;
                        -webkit-animation: sdb05 1.5s infinite;
                        animation: sdb05 1.5s infinite;
                        box-sizing: border-box;
                        z-index: 10;
                    }
                }
                /* ---- End of min-width 480px and max-width 768px CSS ---- */
                
                
                /* ---- Start of max-width 767px CSS ---- */
                @media all and (max-width: 767px) {
                    body, p{
                        font-size: 15px;
                        line-height: 22px;
                    }
                    h1{
                        font-size: 30px;
                    }
                    h2{
                        font-size: 22px;
                    }
                    h3{
                        font-size: 16px;
                    }
                    p br{
                        display: none;
                    }
                    .padding{
                        padding: 60px 0;
                    }
                    .xs-padding{
                        padding: 15px;
                    }
                    .hero-section{ height: 350px; }
                    .hero-section .scroll-down{ display: none; }
                    .hero-section h1{
                        font-size: 40px;
                        line-height: 1;
                        margin: 0 0 10px;
                    }
                    .page-header{
                        height: 250px;
                    }
                    .page-content h2 {
                        font-size: 30px;
                        margin: 0;
                    }
                    .about-content h2{
                        font-size: 24px;
                        line-height: 36px;
                    }
                    .cta-content h2 {
                        font-size: 28px;
                        line-height: 1.2;
                    }
                    .error-content{
                        display: block;
                    }
                    .error-content .error-info h2{
                        font-size: 120px;
                        line-height: 120px;
                        margin-bottom: 30px;
                    }
                    .error-content .error-info a{
                        display: block;
                    }
                    .contact-form .form-group .col-sm-6:first-child{
                        margin-bottom: 15px;
                    }
                    .contact-info h2{
                        line-height: 28px;
                    }
                    .sidebar-wrap{
                        padding-left: 0;
                    }
                    .blog-single-content h2 a{
                        font-size: 22px;
                        line-height: 28px;
                    }
                    .blog-single-content h2{
                        line-height: 28px;
                    }
                    blockquote p{
                        line-height: 32px;
                    }
                    .year-bg{ width: 100%; }
                    
                    .inrproperty-top-banner {
                        position: relative;
                        width: 100vw;
                        background-size: cover;
                        min-height: 665px
                    }
                    .col-lg-4special {
                        /* -webkit-box-flex:0; */
                        -ms-flex: 0 0 28%;
                        /* flex: 0 0 28%; */
                        /* max-width: 28%; */
                    }
                    
                    .col-lg-8special {
                        /* -webkit-box-flex: 0; */
                        -ms-flex: 0 0 71.9%;
                        /* flex: 0 0 71.9%; */
                        /* max-width: 71.9%; */
                    }
                    
                    .plocations-amenities-icons .imgcover {
                        width:34px;
                        height: 34px;
                        font-size: 13px;
                        margin-right: 8px
                    }
                    .plocations-amenities-title {
                        text-align:center;
                        font-size: 17px
                    }
                    .plocations-amenities-icons-text {
                        font-size:14px
                    }
                    .pfloorplns-propertyt-enlarge {
                        bottom:0;
                        right: 10px
                    }
                    .project-item .view-icon2 {
                        position: absolute;
                        width: auto;
                        height: auto;
                        right: 3px;
                        top: 8px;
                        display: block;
                        font-size: 21px;
                        color: black;
                        visibility: hidden;
                        opacity: 0;
                        cursor: pointer;
                        visibility: visible;
                        opacity: 1;
                        z-index: 1;
                    }
                    .inrproperty-top-content .content-cover-btn .items i {
                        position: absolute;
                        width: 100%;
                        height: 56px;
                        /* right: 59px; */
                        top: 6px;
                        display: block;
                        /* font-size: 25px; */
                        color: black;
                        visibility: hidden;
                        opacity: 0;
                        cursor: pointer;
                        visibility: visible;
                        /* opacity: 1; */
                        z-index: 1;
                    }
                    
                }
                
                /* ---- End of max-width 767px CSS ---- */
                
                
                /* ---- Start of max-width 580px CSS ---- */
                @media all and (max-width: 580px) {
                    .subscribe-form{ width: 100%; }
                    .counter-wrap .col-lg-4:first-child{
                        margin-bottom: 50px;
                    }
                }
                /* ---- End of max-width 580px CSS ---- */
                
                
                /* ---- Start of max-width 420px CSS ---- */
                @media all and (max-width: 420px) {
                    
                }
                /* ---- End of max-width 420px CSS ---- */
                
                
                /* ---- Start of max-width 380px CSS ---- */
                @media all and (max-width: 380px) {
                    
                }
                /* ---- End of max-width 380px CSS ---- */
                /* [4:27 pm, 11/08/2023] .: 
                MaxLand Theme Responsive Design */

                @media (max-width: 1880px) {
                    
                    .inrproperty-top-content .content-cover-btn .items i {
                        position: absolute;
                        width: 100%;
                        height: 56px;
                        /* right: 59px; */
                        top: 6px;
                        display: block;
                        /* font-size: 25px; */
                        color: black;
                        visibility: hidden;
                        opacity: 0;
                        cursor: pointer;
                        visibility: visible;
                        /* opacity: 1; */
                        z-index: 1;
                    }
                    .contact-page {
                        position: relative;
                        display: block;
                        background: #ffffff;
                        padding: 120px 0px 120px;
                    }
                    .padding {
                        padding: 60px 0;
                    }
                    .padding1 {
                        padding: 80px 0;
                    }
                    .padding2 {
                        padding: 200px 0;
                    }
                    .container1 {
                        width: 100%;
                        padding-right: 15px;
                        padding-left: 15px;
                        margin-right: auto;
                        margin-left: auto;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        flex-direction: column;
                        max-width:1140px
                    }
                    .contact-page__content {
                        position: relative;
                        display: block;
                        bottom: 52px;
                    }
                    
                    .contact-page__content .title-box {
                        position: relative;
                        display: block;
                        top: 28px;
                    }
                    
                    .contact-page__content .title-box h2 {
                        font-weight: 600;
                        font-size: 30px;
                        line-height: 30px;
                        margin-bottom: 22px;
                        margin-top: 42px;
                    }
                    
                    .contact-page__content .title-box p {
                        margin: 0;
                    }
                    
                    .contact-page__contact-info {
                        position: relative;
                        display: block;
                        top: 12px;
                    }
                    
                    .contact-page__contact-info li {
                        position: relative;
                        display: block;
                        padding-left: 30px;
                        margin-bottom: 0px;
                    }
                    
                    .contact-page__contact-info li:last-child {
                        margin-bottom: 0;
                    }
                    
                    .contact-page__contact-info li .icon-box {
                        position: absolute;
                        top: 5px;
                        left: 0;
                    }
                    
                    .contact-page__contact-info li .icon-box span::before {
                        position: relative;
                        display: inline-block;
                        color: var(--thm-base);
                        font-size: 20px;
                        font-weight: 700;
                    }
                    
                    .contact-page__contact-info li .text-box {
                        position: relative;
                        display: block;
                    }
                    
                    .contact-page__contact-info li .text-box h4 {
                        font-weight: 500;
                        font-size: 18px;
                        line-height: 28px;
                        margin-bottom: 4px;
                    }
                    
                    .contact-page__contact-info li .text-box p {
                        font-weight: 500;
                        font-size: 18px;
                        line-height: 28px;
                    }
                    
                    .contact-page__contact-info li .text-box p a {
                        color: var(--thm-gray);
                        transition: all 200ms linear;
                        transition-delay: 0.1s;
                        
                    }
                    
                    .contact-page__contact-info li .text-box p a:hover {
                        color: var(--thm-base);
                    }
                    
                    .contact-page__social-links {
                        position: relative;
                        display: block;
                        margin-top: 37px;
                    }
                    
                    .contact-page__social-links li {
                        position: relative;
                        display: inline-block;
                        margin-right: 6px;
                    }
                    
                    .contact-page__social-links li:last-child {
                        margin-right: 0;
                    }
                    
                    .contact-page__social-links li a {
                        position: relative;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        width: 50px;
                        height: 50px;
                        background: #3b5998;
                        border-radius: 50%;
                        text-align: center;
                    }
                    
                    .contact-page__social-links li a.bg2 {
                        background: #55acee;
                    }
                    
                    .contact-page__social-links li a.bg3 {
                        background: #dc4e41;
                    }
                    
                    .contact-page__social-links li a.bg4 {
                        background: #3f729b;
                    }
                    
                    .contact-page__social-links li a span {
                        position: relative;
                        display: block;
                    }
                    
                    .contact-page__social-links li a span::before {
                        position: relative;
                        display: inline-block;
                        color: #ffffff;
                        font-size: 16px;
                    }
                    
                    
                    /* .contact-page__form {
                        position: relative;
                        display: block;
                        background: #FFFFFF;
                        box-shadow: 0px 20px 60px 10px rgba(0, 0, 0, 0.07);
                        border-radius: 15px;
                        padding: 10px 10px 10px;
                        top: 5px;
                    }
                    
                    .contact-page__form .add-comment-box {
                        margin-top: 0px;
                    }
                    
                    .contact-page__form .add-comment-box .inner-title {
                        padding-bottom: 0px;
                    } */
                    
                    .add-comment-box #contact-form {
                        position: relative;
                        display: block;
                    }
                    
                    .add-comment-box #contact-form .input-box {
                        position: relative;
                        display: block;
                        margin-bottom: 30px;
                    }
                    
                    .add-comment-box #contact-form input[type="text"],
                    .add-comment-box #contact-form input[type="email"],
                    .add-comment-box #contact-form textarea {
                        position: relative;
                        display: block;
                        background: #ffffff;
                        border: 1px solid #E5E5E5;
                        width: 100%;
                        height: 50px;
                        color: var(--thm-gray);
                        font-weight: 500;
                        font-size: 16px;
                        font-style: normal;
                        text-transform: none;
                        padding: 0 35px;
                        border-radius: 25px;
                        transition: all 500ms ease;
                        font-family: var(--thm-font);
                    }
                    
                    .add-comment-box #contact-form textarea {
                        height: 180px;
                        padding: 12px 35px;
                    }
                    
                    .add-comment-box #contact-form input[type="text"]:focus {
                        border-color: #ffffff;
                        box-shadow: 0px 10px 40px rgba(62, 84, 141, 0.1);
                    }
                    
                    .add-comment-box #contact-form input[type="email"]:focus {
                        border-color: #ffffff;
                        box-shadow: 0px 10px 40px rgba(62, 84, 141, 0.1);
                    }
                    
                    .add-comment-box #contact-form textarea:focus {
                        border-color: #ffffff;
                        box-shadow: 0px 10px 40px rgba(62, 84, 141, 0.1);
                    }
                    
                    .add-comment-box #contact-form .button-box {
                        position: relative;
                        display: block;
                        padding-top: 0px;
                        line-height: 0;
                    }
                    
                    .add-comment-box #contact-form .button-box button.btn-one {
                        line-height: 60px;
                        box-shadow: 0px 15px 50px rgba(235, 41, 44, 0.3);
                        border-radius: 30px;
                        padding-left: 45px;
                        padding-right: 45px;
                    }
                    
                    
                    
                    .google-map {
                        position: relative;
                        display: block;
                    }
                    
                    .contact-page-map {
                        position: relative;
                        display: block;
                        border: none;
                        height: 450px;
                        width: 100%;
                    }	
                    
                    @media (max-width: 1024px) {
                        
                        
                    }
                    
                    /* ---- Start of max-width 992px CSS ---- */
                    @media (max-width: 992px){
                        .sm-padding{ padding: 15px; }
                        .header-section .navbar-brand {
                            height: 80px;
                            padding: 0;
                            display: flex;
                            align-items: center;
                        }
                        .menu-btn,
                        .js #mainmenu {
                            display:none;
                        }
                        .project-2 .project-item,
                        .js .slicknav_menu {
                            display:block;
                        }
                        .about-content h2{
                            font-size: 24px;
                            line-height: 36px;
                        }
                        .year-box{
                            padding-left: 0;
                        }
                        .error-content .error-info{
                            padding-left: 10px;
                        }
                        .counter-content{
                            text-align: left;
                            padding-left: 70px;
                        }
                        .counter-wrap .col-lg-4:last-child{
                            margin-top: 50px;
                        }
                        
                        .inrproperty-top-content .content-cover-btn .items i {
                            position: absolute;
                            width: 100%;
                            height: 56px;
                            /* right: 59px; */
                            top: 6px;
                            display: block;
                            /* font-size: 25px; */
                            color: black;
                            visibility: hidden;
                            opacity: 0;
                            cursor: pointer;
                            visibility: visible;
                            /* opacity: 1; */
                            z-index: 1;
                        }
                        .contact-page {
                            position: relative;
                            display: block;
                            background: #ffffff;
                            padding: 120px 0px 120px;
                        }
                        
                        .contact-page__content {
                            position: relative;
                            display: block;
                        }
                        
                        .contact-page__content .title-box {
                            position: relative;
                            display: block;
                            margin-bottom: 23px;
                        }
                        
                        .contact-page__content .title-box h2 {
                            font-weight: 600;
                            font-size: 30px;
                            line-height: 30px;
                            margin-bottom: 22px;
                            margin-top: 42px;
                        }
                        
                        .contact-page__content .title-box p {
                            margin: 0;
                        }
                        
                        .contact-page__contact-info {
                            position: relative;
                            display: block;
                        }
                        
                        .contact-page__contact-info li {
                            position: relative;
                            display: block;
                            padding-left: 30px;
                            margin-bottom: 20px;
                        }
                        
                        .contact-page__contact-info li:last-child {
                            margin-bottom: 0;
                        }
                        
                        .contact-page__contact-info li .icon-box {
                            position: absolute;
                            top: 5px;
                            left: 0;
                        }
                        
                        .contact-page__contact-info li .icon-box span::before {
                            position: relative;
                            display: inline-block;
                            color: var(--thm-base);
                            font-size: 20px;
                            font-weight: 700;
                        }
                        
                        .contact-page__contact-info li .text-box {
                            position: relative;
                            display: block;
                        }
                        
                        .contact-page__contact-info li .text-box h4 {
                            font-weight: 500;
                            font-size: 18px;
                            line-height: 28px;
                            margin-bottom: 4px;
                        }
                        
                        .contact-page__contact-info li .text-box p {
                            font-weight: 500;
                            font-size: 18px;
                            line-height: 28px;
                        }
                        
                        .contact-page__contact-info li .text-box p a {
                            color: var(--thm-gray);
                            transition: all 200ms linear;
                            transition-delay: 0.1s;
                            
                        }
                        
                        .contact-page__contact-info li .text-box p a:hover {
                            color: var(--thm-base);
                        }
                        
                        .contact-page__social-links {
                            position: relative;
                            display: block;
                            margin-top: 37px;
                        }
                        
                        .contact-page__social-links li {
                            position: relative;
                            display: inline-block;
                            margin-right: 6px;
                        }
                        
                        .contact-page__social-links li:last-child {
                            margin-right: 0;
                        }
                        
                        .contact-page__social-links li a {
                            position: relative;
                            display: flex;
                            align-items: center;
                            justify-content: center;
                            width: 50px;
                            height: 50px;
                            background: #3b5998;
                            border-radius: 50%;
                            text-align: center;
                        }
                        
                        .contact-page__social-links li a.bg2 {
                            background: #55acee;
                        }
                        
                        .contact-page__social-links li a.bg3 {
                            background: #dc4e41;
                        }
                        
                        .contact-page__social-links li a.bg4 {
                            background: #3f729b;
                        }
                        
                        .contact-page__social-links li a span {
                            position: relative;
                            display: block;
                        }
                        
                        .contact-page__social-links li a span::before {
                            position: relative;
                            display: inline-block;
                            color: #ffffff;
                            font-size: 16px;
                        }
                        
                        
                        /* .contact-page__form {
                            position: relative;
                            display: block;
                            background: #FFFFFF;
                            box-shadow: 0px 20px 60px 10px rgba(0, 0, 0, 0.07);
                            border-radius: 15px;
                            padding: 40px 40px 40px;
                        }
                        
                        .contact-page__form .add-comment-box {
                            margin-top: 0px;
                        }
                        
                        .contact-page__form .add-comment-box .inner-title {
                            padding-bottom: 32px;
                        } */
                        
                        .add-comment-box #contact-form {
                            position: relative;
                            display: block;
                        }
                        
                        .add-comment-box #contact-form .input-box {
                            position: relative;
                            display: block;
                            margin-bottom: 30px;
                        }
                        
                        .add-comment-box #contact-form input[type="text"],
                        .add-comment-box #contact-form input[type="email"],
                        .add-comment-box #contact-form textarea {
                            position: relative;
                            display: block;
                            background: #ffffff;
                            border: 1px solid #E5E5E5;
                            width: 100%;
                            height: 50px;
                            color: var(--thm-gray);
                            font-weight: 500;
                            font-size: 16px;
                            font-style: normal;
                            text-transform: none;
                            padding: 0 35px;
                            border-radius: 25px;
                            transition: all 500ms ease;
                            font-family: var(--thm-font);
                        }
                        
                        .add-comment-box #contact-form textarea {
                            height: 180px;
                            padding: 12px 35px;
                        }
                        
                        .add-comment-box #contact-form input[type="text"]:focus {
                            border-color: #ffffff;
                            box-shadow: 0px 10px 40px rgba(62, 84, 141, 0.1);
                        }
                        
                        .add-comment-box #contact-form input[type="email"]:focus {
                            border-color: #ffffff;
                            box-shadow: 0px 10px 40px rgba(62, 84, 141, 0.1);
                        }
                        
                        .add-comment-box #contact-form textarea:focus {
                            border-color: #ffffff;
                            box-shadow: 0px 10px 40px rgba(62, 84, 141, 0.1);
                        }
                        
                        .add-comment-box #contact-form .button-box {
                            position: relative;
                            display: block;
                            padding-top: 0px;
                            line-height: 0;
                        }
                        
                        .add-comment-box #contact-form .button-box button.btn-one {
                            line-height: 60px;
                            box-shadow: 0px 15px 50px rgba(235, 41, 44, 0.3);
                            border-radius: 30px;
                            padding-left: 45px;
                            padding-right: 45px;
                        }
                        
                        
                        
                        .google-map {
                            position: relative;
                            display: block;
                        }
                        
                        .contact-page-map {
                            position: relative;
                            display: block;
                            border: none;
                            height: 450px;
                            width: 100%;
                        }	
                    }
                    
                    
                    /* ---- End of max-width 992px CSS ---- */
                    
                    
                    /* ---- Start of min-width 480px and max-width 768px CSS ---- */
                    @media all and (min-width: 480px) and (max-width: 768px) {
                        .inrproperty-top-content .content-cover-detailscons span {
                            font-size: 38px
                        }
                        .contact-page {
                            position: relative;
                            display: block;
                            background: #ffffff;
                            padding: 120px 0px 120px;
                        }
                        
                        .contact-page__content {
                            position: relative;
                            display: block;
                        }
                        
                        .contact-page__content .title-box {
                            position: relative;
                            display: block;
                            margin-bottom: 23px;
                        }
                        
                        .contact-page__content .title-box h2 {
                            font-weight: 600;
                            font-size: 30px;
                            line-height: 30px;
                            margin-bottom: 22px;
                            margin-top: 42px;
                        }
                        
                        .contact-page__content .title-box p {
                            margin: 0;
                        }
                        
                        .contact-page__contact-info {
                            position: relative;
                            display: block;
                        }
                        
                        .contact-page__contact-info li {
                            position: relative;
                            display: block;
                            padding-left: 30px;
                            margin-bottom: 20px;
                        }
                        
                        .contact-page__contact-info li:last-child {
                            margin-bottom: 0;
                        }
                        
                        .contact-page__contact-info li .icon-box {
                            position: absolute;
                            top: 5px;
                            left: 0;
                        }
                        
                        .contact-page__contact-info li .icon-box span::before {
                            position: relative;
                            display: inline-block;
                            color: var(--thm-base);
                            font-size: 20px;
                            font-weight: 700;
                        }
                        
                        .contact-page__contact-info li .text-box {
                            position: relative;
                            display: block;
                        }
                        
                        .contact-page__contact-info li .text-box h4 {
                            font-weight: 500;
                            font-size: 18px;
                            line-height: 28px;
                            margin-bottom: 4px;
                        }
                        
                        .contact-page__contact-info li .text-box p {
                            font-weight: 500;
                            font-size: 18px;
                            line-height: 28px;
                        }
                        
                        .contact-page__contact-info li .text-box p a {
                            color: var(--thm-gray);
                            transition: all 200ms linear;
                            transition-delay: 0.1s;
                            
                        }
                        
                        .contact-page__contact-info li .text-box p a:hover {
                            color: var(--thm-base);
                        }
                        
                        .contact-page__social-links {
                            position: relative;
                            display: block;
                            margin-top: 37px;
                        }
                        
                        .contact-page__social-links li {
                            position: relative;
                            display: inline-block;
                            margin-right: 6px;
                        }
                        
                        .contact-page__social-links li:last-child {
                            margin-right: 0;
                        }
                        
                        .contact-page__social-links li a {
                            position: relative;
                            display: flex;
                            align-items: center;
                            justify-content: center;
                            width: 50px;
                            height: 50px;
                            background: #3b5998;
                            border-radius: 50%;
                            text-align: center;
                        }
                        
                        .contact-page__social-links li a.bg2 {
                            background: #55acee;
                        }
                        
                        .contact-page__social-links li a.bg3 {
                            background: #dc4e41;
                        }
                        
                        .contact-page__social-links li a.bg4 {
                            background: #3f729b;
                        }
                        
                        .contact-page__social-links li a span {
                            position: relative;
                            display: block;
                        }
                        
                        .contact-page__social-links li a span::before {
                            position: relative;
                            display: inline-block;
                            color: #ffffff;
                            
                            font-size: 16px;
                        }
                        
                        
                        /* .contact-page__form {
                            position: relative;
                            display: block;
                            background: #FFFFFF;
                            box-shadow: 0px 20px 60px 10px rgba(0, 0, 0, 0.07);
                            border-radius: 15px;
                            padding: 40px 40px 40px;
                        }
                        
                        .contact-page__form .add-comment-box {
                            margin-top: 0px;
                        }
                        
                        .contact-page__form .add-comment-box .inner-title {
                            padding-bottom: 32px;
                        } */
                        
                        .add-comment-box #contact-form {
                            position: relative;
                            display: block;
                        }
                        
                        .add-comment-box #contact-form .input-box {
                            position: relative;
                            display: block;
                            margin-bottom: 30px;
                        }
                        
                        .add-comment-box #contact-form input[type="text"],
                        .add-comment-box #contact-form input[type="email"],
                        .add-comment-box #contact-form textarea {
                            position: relative;
                            display: block;
                            background: #ffffff;
                            border: 1px solid #E5E5E5;
                            width: 100%;
                            height: 50px;
                            color: var(--thm-gray);
                            font-weight: 500;
                            font-size: 16px;
                            font-style: normal;
                            text-transform: none;
                            padding: 0 35px;
                            border-radius: 25px;
                            transition: all 500ms ease;
                            font-family: var(--thm-font);
                        }
                        
                        .add-comment-box #contact-form textarea {
                            height: 180px;
                            padding: 12px 35px;
                        }
                        
                        .add-comment-box #contact-form input[type="text"]:focus {
                            border-color: #ffffff;
                            box-shadow: 0px 10px 40px rgba(62, 84, 141, 0.1);
                        }
                        
                        .add-comment-box #contact-form input[type="email"]:focus {
                            border-color: #ffffff;
                            box-shadow: 0px 10px 40px rgba(62, 84, 141, 0.1);
                        }
                        
                        .add-comment-box #contact-form textarea:focus {
                            border-color: #ffffff;
                            box-shadow: 0px 10px 40px rgba(62, 84, 141, 0.1);
                        }
                        
                        .add-comment-box #contact-form .button-box {
                            position: relative;
                            display: block;
                            padding-top: 0px;
                            line-height: 0;
                        }
                        
                        .add-comment-box #contact-form .button-box button.btn-one {
                            line-height: 60px;
                            box-shadow: 0px 15px 50px rgba(235, 41, 44, 0.3);
                            border-radius: 30px;
                            padding-left: 45px;
                            padding-right: 45px;
                        }
                        
                        
                        
                        .google-map {
                            position: relative;
                            display: block;
                        }
                        
                        .contact-page-map {
                            position: relative;
                            display: block;
                            border: none;
                            height: 450px;
                            width: 100%;
                        }	
                    }
                    /* ---- End of min-width 480px and max-width 768px CSS ---- */
                    
                    
                    /* ---- Start of max-width 767px CSS ---- */
                    @media all and (max-width: 767px) {
                        body, p{
                            font-size: 12px;
                            line-height: 22px;
                        }
                        h1{
                            font-size: 30px;
                        }
                        h2{
                            font-size: 22px;
                        }
                        h3{
                            font-size: 16px;
                        }
                        p br{
                            display: none;
                        }
                        .padding{
                            padding: 60px 0;
                        }
                        .xs-padding{
                            padding: 15px;
                        }
                        .hero-section{ height: 350px; }
                        .hero-section .scroll-down{ display: none; }
                        .hero-section h1{
                            font-size: 40px;
                            line-height: 1;
                            margin: 0 0 10px;
                        }
                        .page-header{
                            height: 250px;
                        }
                        .page-content h2 {
                            font-size: 30px;
                            margin: 0;
                        }
                        .about-content h2{
                            font-size: 24px;
                            line-height: 36px;
                        }
                        .cta-content h2 {
                            font-size: 28px;
                            line-height: 1.2;
                        }
                        .error-content{
                            display: block;
                        }
                        .error-content .error-info h2{
                            font-size: 120px;
                            line-height: 120px;
                            margin-bottom: 30px;
                        }
                        .error-content .error-info a{
                            display: block;
                        }
                        .contact-form .form-group .col-sm-6:first-child{
                            margin-bottom: 15px;
                        }
                        .contact-info h2{
                            line-height: 28px;
                        }
                        .sidebar-wrap{
                            padding-left: 0;
                        }
                        .blog-single-content h2 a{
                            font-size: 22px;
                            line-height: 28px;
                        }
                        .blog-single-content h2{
                            line-height: 28px;
                        }
                        blockquote p{
                            line-height: 32px;
                        }
                        .year-bg{ width: 100%; }
                        
                        .inrproperty-top-banner {
                            position: relative;
                            width: 100vw;
                            background-size: cover;
                            min-height: 665px
                        }
                        .col-lg-4special {
                            /* -webkit-box-flex:0; */
                            -ms-flex: 0 0 28%;
                            /* flex: 0 0 28%; */
                            /* max-width: 28%; */
                        }
                        
                        .col-lg-8special {
                            /* -webkit-box-flex: 0; */
                            -ms-flex: 0 0 71.9%;
                            /* flex: 0 0 71.9%; */
                            /* max-width: 71.9%; */
                        }
                        
                        .plocations-amenities-icons .imgcover {
                            width:34px;
                            height: 34px;
                            font-size: 13px;
                            margin-right: 8px
                        }
                        .plocations-amenities-title {
                            text-align:center;
                            font-size: 17px
                        }
                        .plocations-amenities-icons-text {
                            font-size:14px
                        }
                        .pfloorplns-propertyt-enlarge {
                            bottom:0;
                            right: 10px
                        }
                        .project-item .view-icon2 {
                            position: absolute;
                            width: auto;
                            height: auto;
                            right: 3px;
                            top: 8px;
                            display: block;
                            font-size: 21px;
                            color: black;
                            visibility: hidden;
                            opacity: 0;
                            cursor: pointer;
                            visibility: visible;
                            opacity: 1;
                            z-index: 1;
                        }
                        .inrproperty-top-content .content-cover-btn .items i {
                            position: absolute;
                            width: 100%;
                            height: 56px;
                            /* right: 59px; */
                            top: 6px;
                            display: block;
                            /* font-size: 25px; */
                            color: black;
                            visibility: hidden;
                            opacity: 0;
                            cursor: pointer;
                            visibility: visible;
                            /* opacity: 1; */
                            z-index: 1;
                        }
                        
                    }
                    
                    /* ---- End of max-width 767px CSS ---- */
                    
                    
                    /* ---- Start of max-width 580px CSS ---- */
                    @media all and (max-width: 580px) {
                        .subscribe-form{ width: 100%; }
                        .counter-wrap .col-lg-4:first-child{
                            margin-bottom: 50px;
                        }
                        .service-item1 {
                            background-color: #787477c4;
                            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
                            padding: 14px;
                            /* margin-top: -20px; */
                            display: flex;
                            flex-wrap: wrap;
                        }
                    }
                    /* ---- End of max-width 580px CSS ---- */