﻿@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/opensans-bold-webfont.woff2') format('woff2'), url('../fonts/opensans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/opensans-light-webfont.woff2') format('woff2'), url('../fonts/opensans-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "Montserrat", sans-serif;
    background-color: #FFFFFF;
    color: #0b1b3a;
}

.bg-grey {
    background-color: #ffb54a !important;
}

.home_page_image .image-section {
    position: relative;
}

    .home_page_image .image-section img {
        height:calc(100vh - 104px);
        object-fit: cover;
    }

    .home_page_image .image-section .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: calc(100vh - 104px);
        background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
    }

    .home_page_image .image-section .down-arrow {
        position: absolute;
        bottom: 200px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 3.5rem;
        color: #fff;
        text-decoration: none;
        cursor: pointer;
        animation: bounce 1.5s infinite;
    }

@keyframes bounce {
    0%, 100% {
        transform: translateX(-50%) translateY(0);
    }

    50% {
        transform: translateX(-50%) translateY(10px);
    }
}


.home_page_image .image-section .text-section {
    width: 100%;
    position: absolute;
    top: 44%;
    left: 50%;
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
    transform: translate(-50%, -50%)
}

.home_page_image .image-section.home_page_image_section .text-section {
    width: 55%;
    position: absolute;
    top: 44%;
    left: 50%;
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
    transform: translate(-50%, -50%)
}

.home_page_image .image-section .text-section h2 {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #fff;
}

.home_page_image .image-section .text-section h1 {
    font-size: 4.5rem;
    line-height: 1.15;
    font-weight: 700;
    color: #fff;
    font-family: "Playfair Display", serif;
}

    .home_page_image .image-section .text-section h1 span {
        font-style: italic;
        font-weight: 300;
    }

.home_page_image .image-section .text-section p {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #fff;
}

.home_page_image .image-section .text-section .link-button .btn {
    background: #fff !important;
    color: #0b1b3a !important;
    border-color: #0b1b3a !important;
    font-size: 16px;
    width: auto;
    border-radius: 6px;
    padding: 0.75rem 2rem;
}

    .home_page_image .image-section .text-section .link-button .btn:hover, .home_page_image .image-section .text-section .link-button .btn:focus {
        background: #fff !important;
        color: #0b1b3a !important;
        border-color: #0b1b3a !important;
        box-shadow: none !important;
    }

.info-section {
    background-color: #0b1b3a;
}

    .info-section .col {
        border-right: 1px solid rgba(255, 255, 255, 0.75);
    }

        .info-section .col:last-child {
            border-right: none;
        }

    .info-section .details {
        color: #fff;
    }

        .info-section .details .layer-1 {
            font-size: 1.785rem;
            margin-bottom: 0.25rem;
            font-family: "Playfair Display", serif;
        }

.estate-sections .section-heading span {
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 700;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.estate-sections .section-heading h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 700;
    color: #0b1b3a;
    font-family: "Playfair Display", serif;
}

.details-section {
    background-color: rgba(249,248,246,1);
}

    .details-section .left-section-details img {
        border-radius: 6px;
    }

    .details-section .right-section-details .details span {
        font-size: 0.75rem;
        line-height: 1rem;
        font-weight: 700;
        color: #6b7280;
        text-transform: uppercase;
        letter-spacing: 0.1em;
    }

    .details-section .right-section-details .details h2 {
        font-size: 2.25rem;
        line-height: 2.75rem;
        font-weight: 700;
        color: #0b1b3a;
        font-family: "Playfair Display", serif;
    }

    .details-section .right-section-details .details p {
        font-size: 14px;
        line-height: 1.25rem;
        color: #0b1b3a;
    }

    .details-section .right-section-details .details .bottom-section .details h4 {
        font-size: 1.125rem;
        font-weight: 700;
        line-height: 1.75rem;
    }

        .details-section .right-section-details .details .bottom-section .details h4 i {
            font-size: 2rem;
        }

.img-logo {
    height: 50px;
    width: auto;
}

.index-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    background: url('../../Images/Index-bg.jpg') no-repeat;
    z-index: -1;
    left: 0;
    top: 0;
    background-size: cover;
}

.info-page {
    text-align: center;
    padding: 10%;
}

.info-tip {
    color: #fff;
}

    .info-tip img {
        width: 20px;
        height: auto;
    }

.form-controlStages {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #0b1b3a;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(11, 27, 58, 1);
    box-shadow: inset 0 1px 1px rgba(11, 27, 58, 0.75);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

/* loading Icon Styles*/
.loading-dialog {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 0, 0, 0, .5 ) url('../../Images/loader.gif') 50% 50% no-repeat;
    color: #A3CF5F;
    font-style: italic;
    font-weight: 600;
}

#loading {
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}


a {
    color: #fff;
}
    /*.form-control
{
    height:50px;
}*/
    a:hover {
        color: #A3CF5F;
    }

h2, h3, h4, strong {
    font-family: "Montserrat", sans-serif;
}

/*.navbar-default {
    background: #191B1D;
    border-color: #191B1D;
}*/

/*.navbar-strip {
    background: #191B1D;
    border-color: #191B1D;
}*/

.navbar {
    border-radius: 0;
}

.navbar-default .navbar-nav > li > a {
    color: #0b1b3a;
    text-transform: uppercase;
}

.navbar-header {
    float: none;
}

.navbar-brand > img {
    cursor: pointer;
    object-fit: contain;
}

.img-mainlogo {
    height: 50px;
    width: auto;
}

.estatelogo_icon {
    height: 40px;
    width: auto;
}

.navbar-default .navbar-brand {
    color: #fff;
}

/*.navbar-brand {
    height: 60px;
}*/

.btn .active-visible {
    display: none;
}


.btn.disabled i {
    display: none;
}

.cbp-spmenu a {
    text-transform: uppercase;
    font-weight: 600;
    word-break: break-word;
}

.menuClose {
    margin-top: 0px;
    font-size: 18px;
    font-weight: 400;
    background: none;
    border: none;
    color: #0b1b3a;
    font-family: "Montserrat", sans-serif;
    padding: 0 25px;
    z-index: 10000;
    position: fixed;
    display: none;
    right: 5px;
    top: 30px;
}
/*
.btn.active .active-visible {
    display:block;
}
    */

.btn.active {
    box-shadow: none;
}

.btn.disabled:focus, .menuClose:focus {
    outline: 0;
}


.logo {
    float: left;
    padding-top: 60px;
    font-size: 28px;
    text-transform: uppercase;
}

.loginForm {
    width: 800px;
    margin: 0 auto;
    margin-top: 20%;
    color: #fff;
}

.loginEntry {
    background: #0b1b3a;
    padding: 15px;
    color: #fff;
}

.btn-success {
    background-color: #A3CF5F;
    border-color: #A3CF5F;
    color: #0b1b3a;
}

.text-small {
    font-size: 12px;
}

/*footer {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 10px 0;
    z-index: 999;
}*/

/*.main-body {
    padding-bottom: 80px;
}*/

.copyright p {
    color: #fff;
    margin: 0;
    font-size: 12px;
    padding: 0;
    box-sizing: border-box;
}

.copyright img {
    width: 50%;
    height: auto;
}

.navbar-default .navbar-nav > li.selected a {
    color: #A3CF5F;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #A3CF5F;
}

.addstate li {
    display: inline-block;
    max-width: 200px;
    padding: 5px;
}

.manageEstate {
    margin-top: 70px;
    margin-left: 60px;
}

.black-bg {
    background-color: rgb(0, 0, 0, 0.05);
    padding: 60px 24px;
    border: 1px solid #ebebeb;
    border-radius: 5px;
}

    .black-bg p {
        margin-bottom: 10px;
    }

    .black-bg li {
        border-left: 1px solid #fff;
        line-height: 12px;
        padding: 0 10px;
    }

        .black-bg li:first-child {
            border-left: 0;
        }

.heading {
    font-size: 24px;
    font-family: 'open_sansbold';
}

.manage-list li {
    margin-bottom: 20px;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }

.white-bg {
    background: #fff;
}

.upload-file {
    padding: 80px 15px;
    text-align: center;
}

.grey-bg {
    background: #F0F1F1;
    padding: 15px;
}

.stages .white-bg {
    padding: 15px;
}

.default-color {
    color: #0b1b3a;
}

.error-message {
    color: #f58a1f;
    font-size: 13px;
    margin-top: 1px;
}



.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background: rgba(11, 27, 58, 1);
    pointer-events: none;
}

h3.normal-text {
    font-family: 'open_sanslight';
}

.login-btn {
    margin-top: 25px;
}

.stages label, .stages a {
    color: #0b1b3a;
}

.stages .white-bg h4 {
    color: #404042;
}

.radio.radio-success {
    text-align: center;
    margin-bottom: 0;
}

.default-color p, .default-color h4 {
    color: #0b1b3a;
}

#galleryModal ul li {
    margin-bottom: 20px;
}

.addnewImage {
    border: 1px dashed #ccc;
    padding: 20px 8px;
}

    .addnewImage label {
        font-size: 11px;
    }

.close-icon {
    max-width: 32px;
    padding-top: 20px;
    padding-left: 12px;
}

.modal-header {
    border-bottom: none;
}

.m-t-20 {
    margin-top: 20px;
}

.light-color {
    color: #6d6e70;
}

.user-history li {
    margin-left: 30px;
}

.user-history .col-sm-10 p {
    border-bottom: 1px solid #939597;
    padding-bottom: 10px;
}

.dropdown-menu li .btn-group .btn {
    display: none;
}

.p-r-0 {
    padding-right: 0;
}

.clients-list table tr td {
    border-top: none;
}

.btn:focus {
    outline: 0;
}

/*.transparant-bg.full-height {
    height: calc(100vh - 120px);

}*/


.img-gallery .info-tip {
    color: #fff;
    float: left;
    text-align: left;
}


/*-------------- left Navigation ------------*/
.cbp-spmenu-left, .cbp-spmenu-left.cbp-spmenu-open {
    top: 90px;
    height: calc(100vh - 90px);
    /*overflow-y: auto;*/
    position: fixed;
    z-index: 99999;
    right: 0;
}

.cbp-spmenu a:nth-child(odd) {
    background: rgba(0,0,0,0.2);
}

.grey-menu {
    background: rgba(255,255,255,0.5);
    backdrop-filter: blur(10px);
}

.navbar-strip .navbar-brand {
    display: block;
    float: none;
    padding: 10px;
}

.navbar-strip a.navbar-brand:hover {
    cursor: default;
}

.navbar-strip .navbar-brand:focus {
    outline: none;
}


/*----------- CLIENT LIST PAGE CSS (Bhagavan) ---------------*/


.clients-list .panel {
    background: none;
    border: none;
}

.clients-list .heading {
    color: #fff;
}

.clients-list .text-small {
    font-weight: 400;
    font-size: 24px;
    font-family: 'open_sanslight';
}

.clients-list .table > thead > tr > th {
    color: white;
    text-transform: uppercase;
}

.clients-list .table > thead > tr > th, .clients-list .table > tbody > tr > td {
    border: none;
}

.clients-list .add-clent {
    background: #cfcfcf;
    border-color: rgba(0,0,0,0.1);
    color: #0b1b3a;
}

    .clients-list .add-clent:hover, .clients-list .add-clent:focus, .clients-list .add-clent:active {
        background: #ebebeb;
        border-color: rgba(0,0,0,0.1);
        color: #0b1b3a;
    }

.clients-list .btn.clients-remove {
    padding: 6px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.clients-list .small-caption {
    margin-top: -10px;
    color: #fff;
    font-size: 16px;
    font-family: 'Open Sans';
    letter-spacing: 0.5px;
}

.black-bg .pagination li {
    border: 0px;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background: #A3CF5F;
    border-color: #A3CF5F;
}

.pagination > li > a, .pagination > li > span {
    color: #A3CF5F;
}

.clients-Subscription .form-control {
    width: auto;
}
/*--- NAV bar css ---*/
/*.navbar-strip {
    height: 90px;
    position: fixed;
    z-index: 1000;
    width: 100%;
    padding:20px 0;
    border-bottom:1px solid #ebebeb;
}

    .navbar-strip .btn-link i {
        font-size: 30px;
        color: #0b1b3a;
        padding-right:20px;
    }*/

.navbar-strip {
    width: 100%;
    background-color: rgba(255,255,255,0.5);
    backdrop-filter: blur(12px);
    position: fixed;
    z-index: 1000;
    /*border: 1px solid rgba(255,255,255,0.75);*/
    border-radius: 0px;
    border-bottom: 4px solid #0b1b3a;
}

.transparant-bg {
    display: block;
    height: calc(100vh - 102px);
    /*height:100vh;*/
    position: relative;
    width: 100%;
    overflow-y: auto;
    top: 102px;
}

    .transparant-bg.gallery {
        height: auto;
    }

.blocks-section {
    padding: 30px 0;
}



/*----------- CLIENT LIST PAGE CSS (End) ---------------*/



/*----------- ERROR PAGE CSS (Start) ---------------*/

.error-page, .error-page .black-bg {
    padding: 10% 0;
}

    .error-page h1 {
        font-size: 48px;
        font-weight: 900;
        letter-spacing: 3px;
    }

    .error-page h2 {
        text-transform: capitalize;
    }

.black-bg.error-page {
    padding: 50px 25px;
    margin: 5px 0;
}

.error-page .error-icon {
    text-align: center;
    font-size: 72px;
    color: #449d44;
}

.error-page p {
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-family: 'Open Sans';
}



/*----------- ERROR PAGE CSS (End) ---------------*/

/*------------ Stages PAGE CSS ----------- */
.white-box {
    border: 3px solid #fff;
    padding: 25px 40px;
    margin: 10px 0;
    height: 250px;
    text-align: center;
    font-size: 28px;
    font-weight: 200;
    text-transform: uppercase;
    vertical-align: middle;
    word-break: break-word;
}

    .white-box span {
        display: block;
        font-size: 80%;
    }

    .white-box h4 {
        font-size: 100%;
        font-weight: bold;
    }

    .white-box .btn-primary {
        padding: 10px;
        color: #fff;
        border-radius: 0;
        font-size: 100%;
        font-weight: 200;
        text-align: justify;
        text-transform: uppercase;
        margin: 30px 0 0;
        display: block;
    }

.fa.pull-right {
    margin-left: .4em;
    display: inline-block;
    margin-top: 0.2em;
}


/*---------------- GALLERY -------------------*/
/*#slides_control > div{
  height: 200px;
}*/
.description {
    margin-top: 15px !important;
}

img {
    margin: auto;
    width: 100%;
    /*height: 400px;*/
}

#slides_control {
    width: 100%;
}

.img-gallery .carousel-caption {
    background: rgba(0,0,0,0.8);
    color: #fff;
    position: absolute;
}

/*.img-gallery .carousel-inner > .item > img {
    height: 600px;
}*/

.img-gallery #pieChart, .img-gallery #pieRegistrationChart {
    background: none;
}

.img-gallery #pieRegistrationChart {
    margin: 0;
}

    .img-gallery #pieRegistrationChart svg {
        margin: 25% 0 0 -10%;
    }

.progress-chart {
    /*padding:150px 0 0;*/
}

.image-carousel {
    margin: 2% 0;
}

.stage-gallery h2 {
    width: 100%;
    z-index: 100;
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 700;
    color: #0b1b3a;
    font-family: "Playfair Display", serif;
}


/*------------------- FAQ ----------------------*/

.faq .panel, .faq .panel-heading, .faq .panel a {
    background: none;
    border: none;
    color: #fff;
}

    .faq .panel a {
        cursor: pointer;
        font-size: 18px;
        font-weight: 600;
        border-bottom: 1px solid #cfcfcf;
    }

        .faq .panel a i {
            margin-right: 10px;
        }

        .faq .panel a table {
            width: 100%;
            font-weight: 400;
            text-align: justify;
        }

.faq .table-responsive {
    border: none;
}


.faq .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: none;
    padding: 0px 5px;
}

.faq .panel-default {
    border-bottom: 1px solid #fff;
    border-radius: 0px;
}

.faq .grey-bg {
    background: none;
}

    .faq .grey-bg p {
        font-size: 150%;
        text-align: justify;
    }

.faq .panel-heading i {
    padding: 5px;
}

.faq-container h3 {
    font-weight: bold;
    margin: 30px 0 40px;
}

.panel-body .grey-bg {
    padding: 5px 5px 5px 50px;
}

.faq-container h4 {
    text-transform: none;
}


/*---------- PLACEHOLDER -------------*/

.placeholder {
    min-height: 64vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .placeholder .ph-section-left {
        background-color: rgb(0, 0, 0, 0.05);
        border: 1px solid #ebebeb;
        border-radius: 5px;
        align-content: center;
    }

    .placeholder .ph-section-right .section-heading {
        color: #ffb54a;
    }


    .placeholder .info-box {
        margin: 20px 0;
    }

        .placeholder .info-box h4 {
            /*color:#70cddd;*/
            font-size: 24px;
            font-weight: bold;
        }

        .placeholder .info-box p small {
            display: block;
        }

.placeholder-head {
    text-align: center;
    display: block;
    padding: 40px 0px 40px 40px;
}

    .placeholder-head.custome-pnl {
        padding: 60px 24px;
    }

.p-10 {
    margin: 10px 40px 10px 10px;
}

.m-r-60 {
    margin-right: 60px;
}

.exp-date .info-box {
    background: none;
    border: 0;
    padding: 0;
    margin: 0 0 10px;
    color: #cfcfcf;
    font-size: 12px;
}

.black-bg p {
    font-size: 20px;
}



.placeholder-head h4 {
    font-size: 32px;
    font-weight: bold;
}

.placeholder-head span {
    display: block;
    font-size: 32px;
    font-weight: 200;
}

.placeholder-head small {
    font-size: 16px;
    font-weight: 400;
    padding-top: 30px;
    display: block;
}

.div-black {
    position: absolute;
    background: rgba(0,0,0,0.8);
    padding: 20PX;
    width: 300px;
}

/*.ng-scope .container {
    overflow: hidden;
}*/


/*----------- Dynamic CSS----------------*/
.dynamic-bg {
    /*background: #0a334b;*/
}

.dynamic-color {
}

.dynamic-btn {
    background: #0a334b !important;
}


/*--------------- No DATA -----------*/

.table-responsive {
    padding: 100px 0;
    color: #fff;
    text-align: center;
    font-size: 24px;
    border: none;
}


/*---------------- Enquirenow --------------*/
.enq-top {
    top: 28%;
    position: fixed;
    z-index: 1000;
    right: 0;
}

.enq-btn {
    position: absolute;
    right: -65px;
    background: #52555d;
    transform: rotate(-90deg);
    margin-top: 59px;
    width: 178px;
    z-index: 10;
    transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
}

    .enq-btn i {
        transform: rotate(90deg);
        padding: 20px;
        height: 100%;
        display: inline-block;
    }

        .enq-btn i img {
            width: 20px;
            height: 20px;
            transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -webkit-transform: rotate(90deg);
            -o-transform: rotate(90deg);
        }

.enqform {
    width: 400px;
    height: auto;
    right: -400px;
    position: fixed;
    background: #fff;
    padding: 20px;
    transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
}

.enquiryFormHeader {
    color: black;
    font-size: 25px;
    margin: 0;
}

.enquiryFormContent {
    color: black;
    font-size: 12px;
    margin-bottom: 20px;
}

.enqformLabel {
    display: inline-block;
    color: black;
    line-height: 32px;
}

.faq-form-open {
    width: 350px;
    height: auto;
    right: 0px;
    display: block;
    transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    z-index: 1000;
}

.enqform a {
    font-size: 24px;
    color: #fff;
}

.enqformLabel span.require {
    color: #f60;
}

.enq-btn .btn.active i, .enq-btn .btn i {
    display: inline-block;
    background: #A3CF5F;
    padding: 10px;
}

.enq-btn .btn {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
}

.enqform .btn {
    margin-left: 15px;
    border: none;
}




.row.downarrow {
    text-align: center;
    margin: -10% -15px 0px;
}

.downarrow img {
    width: auto;
    height: auto;
}

.downarrow .info-tip img {
    width: 20px;
}


.enq-btn.enq-btnActive {
    right: 291px;
    transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
}

.enq-bg {
    color: #fff;
    padding: 20px;
}

    .enq-bg .enquiryFormHeader, .enq-bg .enqformLabel, .enq-bg .enquiryFormContent {
        color: #fff;
    }

.enq-btn.enq-btnActive i {
    transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
}

/*----------- Radial Chart ----------- */


.div-black {
    background-color: #0b1b3a;
    position: absolute;
    padding: 5%;
    width: 45%;
    right: 0;
    height: auto;
    top: -2%;
    font-size: 28px;
}

.blue-text {
    color: #72ccdb;
    font-size: 75%;
    font-weight: bold;
}

.white-text {
    color: #fff !important;
    font-weight: bold;
    font-size: 14px;
}

.white-text-date {
    color: #fff !important;
    font-size: 12px;
    font-weight: normal;
}

/*Custom styles for check boxes and radio buttons*/
.checkbox label:after,
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox label {
    padding-left: 2px;
}

.radio label {
    padding-left: 15px;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
    background-color: #ccc;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon {
    position: absolute;
    font-size: 20px;
    line-height: 0;
    top: 35%;
    left: 10%;
    color: green;
    font-weight: 100;
    font-style: italic;
}

.radio .cr .cr-icon {
    position: absolute;
    font-size: 14px;
    line-height: 0;
    top: 50%;
    left: 10%;
    color: green;
}


.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

    .checkbox label input[type="checkbox"] + .cr > .cr-icon,
    .radio label input[type="radio"] + .cr > .cr-icon {
        transform: scale(3) rotateZ(-20deg);
        opacity: 0;
        transition: all .3s ease-in;
    }

    .checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
    .radio label input[type="radio"]:checked + .cr > .cr-icon {
        transform: scale(1) rotateZ(0deg);
        opacity: 1;
    }

    .checkbox label input[type="checkbox"]:disabled + .cr,
    .radio label input[type="radio"]:disabled + .cr {
        opacity: .5;
    }
/*End of Custom styles for check boxes and radio buttons*/

.block-parallax-1 {
    overflow: hidden;
    position: relative;
}

.bg-back .parallax-bg {
    background-attachment: fixed;
    background: url('../../Images/main-bg.png') no-repeat;
    background-position: 0px 0px;
    height: 100%;
    position: fixed;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

.bg-back .black-bg {
    position: relative;
    height: 100%;
}

/* this targets the default scrollbar (compulsory) */
::-webkit-scrollbar {
    width: 0px;
}

::-webkit-scrollbar-track {
    background-color: #fff;
}
/* the new scrollbar will have a flat appearance with the set background color */

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
}
/* this will style the thumb, ignoring the track */

::-webkit-scrollbar-button {
    background-color: #fff;
}
/* optionally, you can style the top and the bottom buttons (left and right for horizontal bars) */

::-webkit-scrollbar-corner {
    background-color: #fff;
}
/* if both the vertical and the horizontal bars appear, then perhaps the right bottom corner also 


/*Styles By Sai For Radial-Bar Ending...*/


/*-------------- Sai --------------*/
/*Styles By Sai For Radial-Bar Starting...*/
.pad-40 {
    padding: 0px 40px;
}

.bg-radial {
    background: url('../../Images/main-bg.png') no-repeat center center;
    background-size: cover;
}

.bg-black {
    background: rgba(0,0,0,0.58);
}

.modal-header-text {
    text-transform: uppercase;
    font-size: 28px;
    color: #fff !important;
    margin-left: 5%;
    margin-top: 2%;
}

.close-custom {
    font-size: 21px;
    color: #434244;
    font-weight: 400;
    text-decoration-style: solid;
    text-shadow: none;
    filter: alpha(opacity=1);
    opacity: 1;
    position: relative;
    z-index: 1;
    top: -25px;
    background-color: #fff !important;
    padding: 5px 10px !important;
    text-decoration: underline;
}

    .close-custom:hover {
        background-color: #fff !important;
        text-decoration: underline;
        filter: alpha(opacity=1);
        opacity: 1;
    }


/*------------ Model popup-------------*/
.modal {
    color: #0b1b3a;
}

.modal-header {
    border-bottom: 1px solid #ebebeb;
}

.modal h1 {
    text-align: center;
    color: #f60;
    font-size: 60px;
}

.modal p {
    text-align: center;
}

.transparant-bg.splash-height {
    height: calc(100vh - 120px);
}

/*.stick-img {
    background-size: 100%;
    background-position: center top;
}*/

.transparant-bg.stage-height, .transparant-bg.enq-height {
    height: calc(100vh - 120px);
}

.transparant-bg.gallery-height {
    height: auto;
}

.box {
    padding: 15px 0;
}

/*---------------- RESPONCIVE CSS -------------------*/




@media (max-width:768px) {

    .img-gallery #pieRegistrationChart svg {
        margin: 0;
    }

    .downarrow img {
        width: 50%;
    }

    /*.stick-img {
        background-size: 100% 65%;
        background-position: center top;
    }*/

    .faq .table-responsive {
        font-size: 110%;
        margin: 0;
    }

    .faq .grey-bg p {
        font-size: 120%;
    }
}

@media(max-width: 767px) {


    body {
        background-size: cover;
    }

    /*.transparant-bg, .transparant-bg.full-height, .transparant-bg.view-height, .transparant-bg.stage-height {
        background-size: cover;
        height: auto;
    }
        .transparant-bg.splash-height, .transparant-bg.full-height.view-height {
            height: calc(100vh - 120px);
        }*/
    .info-tip {
        font-size: 80%;
    }

    .faq .panel a:hover {
        text-decoration: none;
    }

        .faq .panel a:hover span {
            text-decoration: underline;
        }

    .faq .panel a span {
        width: 97%;
    }



    .logo {
        padding-top: 60px;
        font-size: 150%;
    }

    .menuClose {
        font-size: 130%;
    }

    /*.navbar-brand > img {
        max-width: 80px;
    }*/

    .navbar-default .navbar-brand {
        padding-top: 8px;
    }

    .navbar-default .navbar-toggle {
        margin-top: 15px;
    }

    .progress-chart, .img-gallery #pieRegistrationChart {
        margin: 0;
        padding: 0;
    }

    .img-gallery #pieRegistrationChart {
        margin-top: -16%;
    }

    .image-carousel {
        margin: 2% 0;
    }

    .img-gallery .carousel-inner > .item > img {
        height: auto;
    }

    .copyright {
        font-size: 10px;
    }

    footer {
        padding: 10px;
    }

    .blocks-section .white-box {
        padding: 20px;
        font-size: 22px;
        height: 200px;
    }

    .white-box .btn-primary {
        margin: 20px 0 0 0;
    }


    .enqform a {
        font-size: 18px;
        color: #fff;
    }

    .enq-btn .btn.active i, .enq-btn .btn i {
        display: inline-block;
        background: #A3CF5F;
        padding: 10px;
    }

    .enq-btn .btn {
        font-size: 16px;
        text-transform: uppercase;
        color: #fff;
        font-weight: bold;
    }

    .enq-btn i {
        transform: rotate(90deg);
        background: #A3CF5F;
        padding: 12px;
        height: 100%;
        display: inline-block;
    }

    .faq-form-open {
        top: 28%;
    }

    .placeholder-head {
        padding: 20px;
    }

        .placeholder-head span {
            font-size: 22px;
        }


    .div-black {
        background-color: rgba(0,0,0,0.8);
        position: absolute;
        padding: 20px;
        width: 45%;
        right: 25px;
        height: auto;
        top: 5%;
        font-size: 24px;
    }

    .modal-dialog {
        margin: 50px auto;
    }

    .img-gallery #pieRegistrationChart svg {
        margin-top: 0%;
    }

    .stage-gallery .col-lg-12 {
        padding: 0;
    }

    .carousel-caption {
        padding: 5px;
    }
}

.icon-next {
    cursor: pointer;
}

.icon-prev {
    cursor: pointer;
}

@media(max-width:736px) {

    .navbar-strip {
        height: 60px;
    }

    .transparant-bg {
        height: calc(100vh - 60px);
        top: 60px;
    }

    .cbp-spmenu-left, .cbp-spmenu-left.cbp-spmenu-open {
        top: 60px;
        height: calc(100vh - 60px);
        overflow: auto;
    }

    .navbar-brand > img {
        width: auto;
        max-height: 50px;
        margin: 0 auto;
        padding: 5px;
    }

    .navbar-strip .btn-link i {
        font-size: 30px;
        color: #fff;
        padding: 10px 0px 0px;
    }

    .logo {
        padding-top: 20px;
        font-size: 150%;
    }

    .menuClose {
        margin-top: 30px;
    }
}

@media(max-width: 480px) {

    /*.transparant-bg, .transparant-bg.full-height {
        background-size: cover;
    }

    .transparant-bg.splash-height, .transparant-bg.full-height.view-height {
            height: auto;
        }*/

    body {
        background-position: center 60px;
    }

    .navbar-strip {
        height: 70px;
    }

    .transparant-bg {
        height: calc(100vh - 70px);
        top: 70px;
    }

    .cbp-spmenu-left, .cbp-spmenu-left.cbp-spmenu-open {
        top: 60px;
        height: calc(100vh - 70px);
        overflow: auto;
    }

    .img-gallery #pieRegistrationChart {
        margin-top: -12%;
    }


    .heading {
        font-family: "open_sansbold";
        font-size: 16px;
    }



    .div-black {
        padding: 20px;
        width: 45%;
        right: 5%;
        height: auto;
        top: 5%;
        font-size: 24px;
    }

        .div-black .white-text {
            font-size: 50%;
        }

    .img-gallery .carousel-inner > .item > img {
        height: auto;
    }

    .navbar-strip .btn-link i {
        font-size: 160%;
        color: #fff;
        padding: 15px 0px;
    }

    .navbar-brand > img {
        width: auto;
        max-height: 50px;
        margin: 0 auto;
        padding: 5px;
    }

    .menuClose {
        margin-top: 30px;
    }

    .white-box h4 {
        font-size: 80%;
    }

    .row.downarrow {
        text-align: center;
        margin: 5px -15px 0px;
    }

    .copyright img {
        width: 100%;
        height: auto;
    }

    .logo {
        padding-top: 20px;
        font-size: 130%;
    }

    .blocks-section .col-xs-6 {
        width: 100%;
    }

    .blocks-section .white-box {
        width: 80%;
        margin: 0 auto 10px;
    }

    h2 {
        font-size: 24px;
    }

    .carousel-caption {
        padding: 5px;
    }
}

@media (max-width: 400px) {

    /*.stick-img {
        background-size: 100% 65%;
        background-position: center top;
    }*/

    .img-gallery .info-tip {
        color: #fff;
        margin-top: 25px;
        font-size: 80%;
        float: left;
    }

    .logo {
        padding-top: 20px;
        font-size: 110%;
    }

    h3 {
        font-size: 20px;
    }

    .blocks-section .white-box {
        width: 80%;
        margin: 0 auto 10px;
    }

    .blocks-section .col-xs-6 {
        width: 100%;
    }

    .blocks-section .white-box {
        padding: 20px;
        font-size: 22px;
        height: 200px;
    }

    .blocks-section .white-box {
        width: 100%;
    }


    .white-box .btn-primary {
        margin: 20px 0 0 0;
    }

    .enqform a {
        font-size: 18px;
        color: #fff;
    }

    .enq-btn .btn.active i, .enq-btn .btn i {
        display: inline-block;
        background: #A3CF5F;
        padding: 10px;
    }

    .enq-btn .btn {
        font-size: 16px;
        text-transform: uppercase;
        color: #fff;
        font-weight: bold;
    }

    .enq-btn i {
        transform: rotate(90deg);
        background: #A3CF5F;
        padding: 12px;
        height: 100%;
        display: inline-block;
    }

    .faq-form-open {
        width: 98%;
    }

    .faq .panel a {
        font-size: 16px;
    }

        .faq .panel a i {
            margin-right: 5px;
        }


    .panel-body .grey-bg {
        padding: 10px;
    }

    .placeholder-head {
        padding: 40px 0;
    }

        .placeholder-head h4 {
            font-size: 20px;
        }

    .div-black {
        background-color: #0b1b3a;
        padding: 5%;
        width: 45%;
        right: 8px;
        height: auto;
        top: 0%;
        position: absolute;
        margin-bottom: 20px;
    }

    .blue-text {
        color: #72ccdb;
        font-size: 65%;
        font-weight: bold;
    }

    .white-text {
        color: #fff !important;
        font-weight: bold;
        font-size: 40%;
    }

    .img-gallery #pieRegistrationChart svg {
        margin: 0;
    }

    .downarrow img {
        width: 50%;
        height: auto;
    }
}

@media (max-width: 320px) {

    .div-black .blue-text {
        font-size: 50%;
    }

    .div-black .white-text {
        font-size: 40%;
    }
}


@media (min-width:769px) and (max-width:999px) {

    body {
        background-size: cover;
    }

    /*.transparant-bg.stage-height {
        height: auto;
    }

    .transparant-bg, .transparant-bg.splash-height, .transparant-bg.enq-height, .transparant-bg.splash-height.faq-height {
        height: calc(100vh - 120px);
    }

    .stick-img {
        background-size: 100% 65%;
        background-position: center top;
    }*/

    .img-gallery #pieRegistrationChart svg {
        margin: 0;
    }

    .progress-chart .col-lg-6.col-md-6 {
        width: 100%;
    }


    .img-gallery #pieRegistrationChart {
        margin: -10% 0;
    }

    .div-black {
        top: 10%;
    }

    .row.downarrow {
        margin: 2% 0 0;
    }

    .downarrow img {
        width: 75%;
        height: auto;
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .img-gallery #pieChart {
        margin-left: -10%;
    }

    .img-gallery #pieRegistrationChart svg {
        margin: 2% 0 0 -3%;
    }

    .placeholder-head.custome-pnl {
        padding: 60px;
    }

    .m-r-60 {
        margin: 0;
    }
}



.modal-header {
    border-bottom: 1px solid #ccc;
}

.modal-body {
    max-height: 700px;
    overflow: auto;
    min-height: 400px;
}



.modal-backdrop {
    position: absolute;
}

.locallaw_heading {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 40px;
    margin-top: 40px;
}

.locallaw_content {
    font-size: 20px;
}

.locallaw_Image {
    margin-bottom: 40px;
    margin-top: 40px;
}

.locallaw_button {
    font-size: 24px !important;
    padding: 15px;
    color: #fff;
    font-weight: bold !important;
    border-radius: 0px;
    border: none;
}

.locallaw_building_site_button {
    font-size: 24px !important;
    padding: 15px;
    color: #fff;
    font-weight: bold !important;
    border-radius: 0px;
    border: none;
}

.martopbtm {
    margin-bottom: 20px;
}

.blkTxt {
    color: #0b1b3a !important;
}

/*@media(max-width:767px) {
    .locallaw_button {
        word-wrap: break-word;
        white-space: nowrap;
        white-space: -moz-pre-wrap;
        white-space: -pre-wrap;
        white-space: -o-pre-wrap;
        width: 200px;
        display: block;
    }
}*/


/*------- New styles ----------*/
.banner {
    width: 100%;
    height: 300px;
    background: url('https://via.placeholder.com/1500x300.png?text=Elegant+Journey+Banner') center/cover no-repeat;
}

.progress {
    height: 20px;
    background: #333;
}

.progress-bar {
    background: #ffb54a;
    transition: width 0.5s ease;
}

.stage-btn {
    margin: 5px;
}

.section-title {
    margin-top: 60px;
    margin-bottom: 30px;
}

.card {
    background-color: #333;
    color: #fff;
}

.header-1 {
    text-align: center;
    /*margin-top: 10px;
    margin-top: 40px;*/
    margin-bottom: 30px;
}

.form-control, .form-control:focus {
    border: 1px solid rgba(11, 27, 58, 1);
}

.header-text {
    color: #ffb54a;
    font-weight: 900;
}

.para {
    color: #fff;
    text-align: center;
    padding-bottom: 20px;
}

.discovery {
    display: flex;
    justify-content: space-around;
    font-size: 16px;
}

.stages-content {
    /*border: 1px solid #ffb54a;
    padding: 20px;
    margin-right: 20px;*/
}

/*.stages-content, .stage-3 {
    margin-right: 0;*/ /* Avoids extra space on the last column */
/*}*/

.stages-list {
    /*background: #ffb54a;*/
    padding: .375rem .75rem;
    border-radius: 6px;
    font-size: 16px;
}

.horizontal-wrapper {
    flex-direction: row;
    flex-wrap: wrap; /* allows wrapping if buttons overflow */
    gap: 12px; /* spacing between buttons */
    justify-content: center; /* aligns buttons to the left */
    margin-bottom: 0px;
    margin-top: 20px;
    display: inline-flex;
}

.stages-list {
    padding: .375rem .75rem;
    cursor: pointer;
    margin-top: 10px;
    color: #fff;
    background: #313131;
    border: 0px solid #ffb54a;
    min-width: 100px;
    font-size: 14px;
}

    .stages-list:hover, .stages-list.active-stage {
        color: #fff;
        background: #ffb54a;
        /*font-weight: 500;*/
    }

/*.stages-list:focus {
        box-shadow: 0 0 0 .2rem rgba(255,193,7,.5);
    }*/

.learn-more {
    color: #ffb54a;
    text-decoration: none;
}

    .learn-more:hover {
        color: #ba8b00;
    }

    .learn-more :hover {
        color: #ba8b00 !important;
    }


.stages-row-headings span {
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 700;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.stages-row-headings h2 {
    font-size: 2.25rem;
    line-height: 2.75rem;
    font-weight: 700;
    color: #0b1b3a;
    font-family: "Playfair Display", serif;
}

.stages-row-headings p {
    font-size: 14px;
    line-height: 1.25rem;
    color: #0b1b3a;
}

.stages-row {
    /*display: flex;
    gap: 24px;*/
}

    .stages-row .section-gap {
        gap: 0px;
    }

    .stages-row .stages-content .stages-content-section {
        border: 1.25px solid #0b1b3a !important;
        border-bottom: 8px solid #0b1b3a !important;
        border-radius: 6px;
        padding: 12px 24px;
        background-color: rgb(0,0,0,0.05);
        margin: 12px 0;
    }

.stages-list.btn-warning {
    background: unset !important;
    color: #0b1b3a !important;
    border-color: none !important;
    font-size: 14px;
    width: auto;
    border-radius: 6px;
    text-decoration: underline;
    margin-top: 0;
}

    .stages-list.btn-warning:hover, .stages-list.btn-warning:focus {
        background: unset !important;
        color: #0b1b3a !important;
        border-color: none !important;
        box-shadow: none !important;
    }

.stages-content {
    /*flex: 1;
    text-align: left;
    line-height: 22px;*/
}

    .stages-content h4 {
        font-weight: bold;
        letter-spacing: 1px;
    }


.stages-row .stages-content .stages-content-section .progress-circle1.progress-center {
    left: 0;
    width: 60px;
    height: 60px;
}

    .stages-row .stages-content .stages-content-section .progress-circle1.progress-center .progress-inner {
        width: 46px;
        height: 46px;
    }

        .stages-row .stages-content .stages-content-section .progress-circle1.progress-center .progress-inner .progress-text {
            font-size: 14px;
        }

p, a {
    font-size: 14px;
}
/** form start*/
.form-control {
    color: #0b1b3a;
    background-clip: padding-box;
    border: 1px solid rgba(11, 27, 58, 0.5);
    border-radius: .25rem;
    font-size: 16px;
    margin-bottom: 10px;
    /*width: 400px;*/
}

    .form-control:focus {
        border: 1px solid rgba(11, 27, 58, 0.35);
        box-shadow: 0 0 10px 5px rgba(11, 27, 58, 0.25);
    }

.btn-warning {
    background: #0b1b3a !important;
    color: #fff !important;
    border-color: #0b1b3a !important;
    font-size: 16px;
    width: auto;
    border-radius: 6px;
    padding: 0.375rem 1.5rem;
}

    /*.btn-warning:hover, .btn-warning:focus {
        background: #0b1b3a !important;
        color: #fff !important;
        border-color: #0b1b3a !important;
        box-shadow: 0 0 0 .25rem rgba(11, 27, 58, 1) !important;
    }*/
    .btn-warning:hover, .btn-warning:focus {
        background: #ffb54a !important;
        color: #fff !important;
        border-color: #ffb54a !important;
        box-shadow: 0 0 0 .25rem rgba(255, 181, 74, 1) !important;
    }

.email-text {
    /*padding-right: 0px;*/
}

.text-name {
    /*padding-left: 0px;*/
}

.estatebg {
    position: relative;
}

.banner-bg {
    /*height: calc(100vh-90px);
    height:100vh;
    object-fit: cover;*/
}

.banner-heading {
    position: absolute;
    bottom: 0;
    padding: 0 30px;
    border-radius: 0px;
    background-color: rgba(0,0,0,0.25);
    border-top: 1px solid rgba(255,255,255,0.3);
    backdrop-filter: blur(3px);
    width: 100%;
    left: 0;
}

.header-1 {
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 700;
    color: #0b1b3a;
    font-family: "Playfair Display", serif;
}

.banner-heading .header-1 {
    color: #fff;
}

.para {
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.progress {
    height: 20px !important;
    background: #fff;
    border-radius: 10px !important;
    box-shadow: 0 0px 10px inset rgba(221, 230, 237, 0.25);
    border: 1px solid rgba(221, 230, 237, 0.25);
    margin-bottom: 10px;
}

.progress-bar {
    background: #ffb54a;
    transition: width 0.5s ease;
    box-shadow: 0 0px 5px 5px inset rgba(221, 230, 237, 0.25);
    border-radius: 10px;
}

.stages-list {
    padding: .375rem .75rem !important;
    border-radius: 6px !important;
}

    .stages-list a {
        text-decoration: none;
        background: none;
    }

.img-fill {
    height: 100%;
    object-fit: cover;
}

/*---------- Details page-------------*/
/*.carousel-control.left, .carousel-control.right {
            z-index: -1;
        }*/
li.active {
    color: #fff;
    background: #0b1b3a;
    font-weight: 500;
    width: auto;
    text-align: center;
    border-radius: 12px;
}

    li.active > a {
        color: white;
    }


.carousel-control {
    width: 0px;
}

    .carousel-control.right {
        float: right;
        right: 75px;
        opacity: 1;
    }

    .carousel-control.left {
        float: left;
        left: 75px;
        opacity: 1;
    }

    .carousel-control .icon-prev, .carousel-control .icon-next {
        font-size: 60px;
    }


.progress-bar-wrapper {
    width: 100%;
}

/** Styles*/


.overview-text {
    color: #0b1b3a;
    font-size: 14px;
    font-weight: 600;
}

.overview-date {
    font-size: 14px;
}

.left-section {
    border: 1px solid #ebebeb;
    border-radius: 5px;
    margin: 10px 0;
    flex: 1 1 300px;
    padding-right: 30px;
    padding-left: 30px;
    background-color: rgb(0,0,0,0.05);
    padding-bottom: 50px;
    /*max-width: 300px;*/
    box-sizing: border-box;
}

    .left-section .header-1 {
        margin-top: 18px;
    }


.right-section {
    border: 1px solid #ebebeb;
    border-radius: 5px;
    margin: 10px 0;
    background-color: rgb(0,0,0,0.05);
}

/* .right-section:hover {
        transform: scale(1.05);
    }*/

.project-ov {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
    /*padding: 10px;*/
    flex-wrap: wrap;
}

.update-btn {
    background-color: rgb(202 138 4 / var(--tw-bg-opacity, 1));
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    border: none;
    font-size: 14px;
    font-weight: 600;
}

/*** progress bar*/

.progress-container {
    text-align: center;
}

.progress-title {
    color: #0b1b3a;
    font-size: 1.125rem;
    margin-bottom: 20px;
    margin-top: 20px;
    font-weight: 600;
}

.progress-circle {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #ffb54a;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-left: 55px;
    margin-bottom: 45px;
}

.progress-circle1 {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #ffb54a;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.progress-circle2 {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #ffb54a;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: auto;
    margin-bottom: 45px;
}

.progress-inner {
    width: 120px;
    height: 120px;
    background-color: #ebebeb;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
}

.progress-text {
    font-size: 24px;
    color: #333;
    font-weight: 600;
    z-index: 1;
}

.progress-center {
    left: 33%;
}

.progress-circle1.progress-center {
    left: 15%;
}
/** progress-bar-wrapper**/
ul.progress-bar {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 0;
    list-style: none;
}

li.section {
    display: inline-block;
    padding-top: 45px;
    font-size: 12px;
    line-height: 16px;
    color: #0b1b3a;
    vertical-align: top;
    position: relative;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
}

    li.section:before {
        content: 'X';
        position: absolute;
        top: 2px;
        left: calc(50% - 15px);
        z-index: 1;
        width: 30px;
        height: 30px;
        color: white;
        border: 3px solid white;
        border-radius: 17px;
        line-height: 27px;
        background: #ffb54a;
        font-weight: 700;
        color: #0b1b3a;
    }

.status-bar {
    height: 6px;
    background: #ffb54a;
    position: relative;
    top: 20px;
    border-radius: 4px;
    margin: 0 auto;
}

.current-status {
    height: 6px;
    width: 0;
    border-radius: 4px;
    background: #0b1b3a;
}

.progress-container .status-bar {
    width: 100% !important;
}
/*.carousel-inner .item{
    display:inline-block;
    width:20%;padding:10px;
}*/
@keyframes changeBackground {
    from {
        background: gray
    }

    to {
        background: #0b1b3a
    }
}

li.section.visited:before {
    content: '\2714';
    animation: changeBackground .5s linear;
    animation-fill-mode: forwards;
    background-color: #0b1b3a !important;
    color: #ffb54a !important;
}

li.section.visited.current:before {
    box-shadow: 0 0 0 2px rgba(221, 230, 237, 1)
}

/** media quiries**/

@media (max-width: 1200px) {
    .progress-bar-wrapper {
        width: 100% !important;
    }

    .project-ov {
        padding: 0px;
        gap: 10px;
    }

    .progress-center {
        left: 17%;
    }

    .gress-bar {
        padding: 0px;
        padding-left: 0px;
    }
    /* .right-section{
            width:100%;*/
    /*}*/
    .progress-circle {
        left: -10%;
    }
}

@media (max-width: 991px) {
    .progressbar-wrapper {
        width: 60% !important;
    }

    .progress-circle {
        left: -15%;
    }

    .project-ov {
        gap: 10px;
    }
}

@media (max-width: 768px) {
    .carousel-indicators {
        bottom: 50px;
    }
    /*.progress-circle {
            left: 10%;
        }*/
    .img-gallery .carousel-caption {
        margin-bottom: 30px;
    }
}

@media (max-width: 576px) {
    .project-ov {
        gap: 0px !important;
    }

    .progressbar-wrapper {
        width: 100% !important;
    }

    .progress-circle {
        left: 10%;
    }

    .right-section {
        width: 100%;
    }
}

.stages-row .nav-pills .nav-item {
    margin: 12px;
}

.stages-row .nav-pills .nav-link {
    background: #fff;
    color: #0b1b3a;
    border-radius: 6px;
    border: 2px solid #ffb54a;
}

    .stages-row .nav-pills .nav-link.active {
        background: #0b1b3a !important;
        color: #fff !important;
        border-color: #0b1b3a !important;
        border-radius: 6px;
    }

.map-section {
    /*background-color: rgba(249, 248, 246, 1) !important;*/
    background: rgba(0,0,0,0.065);
}

.img-form-section {
}

    .img-form-section .form-section .header-text {
        color: #fff !important;
    }


    .img-form-section .form-section {
        padding: 60px 48px;
        background-color: rgba(255, 255, 255, 1);
        border-radius: 6px;
    }

.mobile-footer {
    background-color: #0b1b3a !important;
}

    .mobile-footer .footer-section-left .section-left-details .info-details span {
        font-size: 0.75rem;
        line-height: 1rem;
        font-weight: 700;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 0.1em;
    }

    .mobile-footer .footer-section-left .section-left-details .info-details h2 {
        font-size: 2.25rem;
        line-height: 2.75rem;
        font-weight: 700;
        color: #fff;
        font-family: "Playfair Display", serif;
    }

    .mobile-footer .footer-section-left .section-left-details .info-details p {
        font-size: 14px;
        line-height: 1.25rem;
        color: #fff;
    }

    .mobile-footer .footer-section-left .section-left-details .bottom-section .details {
        color: #fff;
        text-transform: uppercase;
    }

        .mobile-footer .footer-section-left .section-left-details .bottom-section .details h4 {
            color: #fff;
            text-transform: uppercase;
            font-size: 0.875rem;
            letter-spacing: 0.05em;
            font-weight: 700;
        }

        .mobile-footer .footer-section-left .section-left-details .bottom-section .details .info-icon i {
            font-size: 24px;
            color: #fff;
        }

    .mobile-footer .footer-section-left .section-left-details .social-icons a i {
        font-size: 24px;
        color: #fff;
    }

.mobile-footer-bottom {
    background-color: #0b1b3a !important;
}

    .mobile-footer-bottom a.document-links {
        font-size: 12px;
        text-decoration: none;
    }

        .mobile-footer-bottom a.document-links:hover {
            color: #ffb54a;
        }

    .mobile-footer-bottom span {
        color: #fff;
    }

.estatebg img {
    max-height: 826px !important;
    object-fit: cover !important;
}

.header-section {
    display: flex;
    justify-content: space-between;
}

    .header-section .section-left {
        display: flex;
    }

        .header-section .section-left .navbar-brand {
            display: flex;
        }

        .header-section .section-left a img {
            margin: unset;
        }

        .header-section .section-left .navbar-brand .border-line {
            border: 1px solid #0b1b3a;
        }

    .header-section .section-right {
        display: flex;
        /*justify-content: end;*/
    }

        .header-section .section-right .btn-warning {
            width: auto !important;
            align-self: center;
        }

    .header-section .section-menu {
        display: flex;
        align-items: center;
        /*justify-content: end;*/
    }

        .header-section .section-menu a {
            font-size: 16px;
            color: #0b1b3a;
            font-family: "Montserrat", sans-serif;
            font-weight: 600;
            text-decoration: none;
            margin: 0 20px;
            /*text-transform: uppercase;*/
        }


.gallery_video_section {
    padding-top: 48px;
    padding-bottom: 16px;
    border-bottom: 4px solid #0b1b3a;
}


.mySwiper {
    margin-bottom: 60px;
}

    .mySwiper img {
        height: 600px;
        object-fit: cover;
        border-radius: 12px;
    }

    .mySwiper .swiper-button-next, .mySwiper .swiper-button-prev {
        background: #ffb54a;
        backdrop-filter: blur(15px);
        font-family: swiper-icons;
        font-size: 18px;
        text-transform: none !important;
        letter-spacing: 0;
        font-variant: initial;
        line-height: 1;
        font-weight: 600;
        color: rgba(11, 27, 58, 0.99);
        border: 2px solid rgba(255, 255, 255, 0.99);
        width: 60px;
        height: 60px;
        padding: 20px;
        border-radius: 30px;
    }

        .mySwiper .swiper-button-next:after, .mySwiper .swiper-button-prev:after {
            font-size: 18px;
        }

.estatesection .estatecontent .estatecontent-details {
    background-color: #ffffff;
    border: 1.25px solid #0b1b3a;
    border-radius: 12px;
    margin: 12px 0;
}

    .estatesection .estatecontent .estatecontent-details .tilelogo {
        background-color: #0b1b3a;
        border-top-right-radius: 12px;
        border-top-left-radius: 12px;
    }

        .estatesection .estatecontent .estatecontent-details .tilelogo img {
            width: 150px !important;
            margin: 6px;
            height: 60px;
            object-fit: contain;
        }

    .estatesection .estatecontent .estatecontent-details .estatelogo img {
        width: 100%;
        height: 204px;
        object-fit: cover;
        /*border-top-right-radius: 12px;
        border-top-left-radius: 12px;*/
    }

    .estatesection .estatecontent .estatecontent-details .estatedescription {
        background-color: #ffffff;
        padding: 24px;
        border-radius: 12px;
    }

        .estatesection .estatecontent .estatecontent-details .estatedescription .estateprice {
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

        .estatesection .estatecontent .estatecontent-details .estatedescription .estatebtn {
            text-align: right;
        }

/* Navbar container */
.navbar {
    padding: 0.5rem 1rem;
}

/* Main menu */
.section-menu .menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

    .section-menu .menu > li {
        position: relative;
    }

        .section-menu .menu > li > a {
            display: block;
            text-decoration: none;
            color: #0b1b3a;
        }

            .section-menu .menu > li > a:hover {
                background: #fff;
                color: #ffb54a;
            }

/* Dropdown submenu */
.section-menu .submenu {
    list-style: none;
    position: absolute;
    top: 24px;
    left: -36px;
    background: #fff;
    min-width: 200px;
    display: none; /* hidden by default */
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    padding: 0;
    margin: 0;
    border-radius: 12px;
    /*transition: all 0.3s ease;*/
}

    .section-menu .submenu li a {
        display: block;
        padding: 0.5rem 1rem;
        text-decoration: none;
        color: #0b1b3a;
    }

        .section-menu .submenu li a:hover {
            background: #fff;
            color: #ffb54a;
        }

/* Show submenu on hover */
.section-menu .dropdown:hover .submenu {
    display: block;
}


.features-section {
    background: #fff;
}

.feature-card {
    background: white;
    border-radius: 16px;
    padding: 36px 12px;
    text-align: center;
    box-shadow: 0 12px 35px rgba(0,0,0,0.08);
    transition: all .35s ease;
    position: relative;
    overflow: hidden;
}

    .feature-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 45px rgba(0,0,0,0.15);
    }

.feature-icon-wrap {
    width: 70px;
    height: 70px;
    margin: auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0b1b3a;
    color: white;
    font-size: 30px;
    margin-bottom: 18px;
}

.feature-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25rem;
    height: 40px;
}

.feature-card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #0b1b3a;
}

.section-title {
    font-weight: 700;
    font-size: 34px;
}

.section-sub {
    color: #6c757d;
}

/*.plot-details {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
}

    .plot-details ul {
        margin: 0;
        padding: 0;
        margin-bottom: 6px;
    }

        .plot-details ul li {
            list-style: none;
        }

    .plot-details .btn-warning.btn-tooltip {
        width: 100% !important;
        font-size: 12px !important;
    }*/

.font-control {
    border: 1px solid #999;
    padding: 4px;
    color: #0b1b3a;
}

.enq-popup li {
    margin-bottom: 8px;
}

/*latest css*/
/*.enquiry-list li {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.enquiry-list label {
    width: 70px;*/ /* reduced from 110px */
/*margin-right: 4px;*/ /* small gap */
/*font-weight: 600;
}

.enquiry-list input {
    flex: 1;
    padding: 6px 8px;
}

.plot-details {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .plot-details li {
        display: flex;
        align-items: center;
        margin-bottom: 6px;
    }

    .plot-details label {
        width: 80px;*/ /* same spacing as form */
/*margin-right: 6px;
        font-weight: 600;
    }*/

.enquiry-list {
    list-style: none;
    padding-left: 0;
}

    .enquiry-list li .form-group {
        position: relative;
        width: 90%;
        margin: 0px auto;
    }

        .enquiry-list li .form-group label {
            position: absolute;
            top: 0;
            line-height: 28px;
        }


        .enquiry-list li .form-group input, .enquiry-list li .form-group textarea {
            position: relative;
            margin-bottom: 0px;
            width: 100%;
            height: 29px;
            text-indent: 20px;
            background-color: transparent;
            outline: 0;
            border: none;
            border-bottom: 1px solid #0b1b3a;
        }

#showEnquiryForm .btn-warning, .plot-details .btn-warning {
    font-size: 13px !important;
    padding: 0.25rem 4rem !important;
}

.leaflet-popup-content {
    width: 175px;
}

/*------------------- Responsive CSS -----------*/
@media (max-width: 575px) {
    .estatelogo_icon {
        height: 36px;
    }

    .info-section .details .layer-1 {
        font-size: 1.25rem;
    }

    .info-section p {
        font-size: 10px;
    }

    /*---- Banner Section -----*/
    .home_page_image .image-section img {
        height: calc(100vh - 70px);
        object-fit: cover;
    }

    .home_page_image .image-section .overlay {
        height: calc(100vh - 70px);
    }

    .home_page_image .image-section .text-section h2 {
        font-size: 0.75rem;
    }

    .home_page_image .image-section.home_page_image_section .text-section {
        width: 100% !important;
    }

    .home_page_image .image-section .text-section h1 {
        font-size: 1.75rem;
    }

    .home_page_image .image-section .text-section p {
        font-size: 14px;
    }

    .home_page_image .image-section .text-section .link-button .btn {
        font-size: 14px;
        padding: 0.5rem 1.5rem;
    }

    /*---Content Section ----*/
    .estate-sections .section-heading span {
        font-size: 0.75rem;
        line-height: 0.7rem;
    }

    .estate-sections .section-heading h2 {
        font-size: 1.5rem;
        line-height: 1.5rem;
    }

    .btn-warning {
        font-size: 14px;
    }

    .details-section .right-section-details .details h2 {
        font-size: 1.5rem;
        line-height: 2.25rem;
    }

    .details-section .right-section-details .details .bottom-section .details h4 i {
        font-size: 1.5rem;
    }

    .details-section .right-section-details .details .bottom-section .details h4 {
        font-size: 1rem;
    }

    /*- ---- Footer ----*/
    .mobile-footer .footer-section-left .section-left-details .info-details h2 {
        font-size: 1.5rem;
        line-height: 1.75rem;
    }

    .bottom-section p {
        font-size: 12px;
    }

    .mobile-footer .footer-section-left .section-left-details .bottom-section .details .info-icon i {
        font-size: 1.25rem;
    }

    .copyright img {
        width: auto;
        height: 46px;
    }

    .copyright p {
        font-size: 10px;
    }

    .stages-row-headings h2 {
        font-size: 1.5rem;
        line-height: 1.75rem;
    }

    .stages-row .nav-pills .nav-link {
        padding: .5rem 2rem;
    }
}


@media screen and (min-width: 576px) and (max-width: 991px) {
    /*---- Banner Section ----*/
    .info-section .details .layer-1 {
        font-size: 1.5rem;
    }

    .info-section p {
        font-size: 10px;
    }

    .home_page_image .image-section.home_page_image_section .text-section {
        width: 100% !important;
        top: 50%;
    }

    .home_page_image .image-section .text-section h1 {
        font-size: 2.5rem;
    }

    .stages-row-headings h2 {
        font-size: 1.5rem;
        line-height: 1.75rem;
    }

    .home_page_image .image-section img, .home_page_image .image-section .overlay {
        height: calc(100vh - 210px);  
        min-height:400px;
    }

    /*----- Curated section ------*/
    .estate-sections .section-heading h2, .details-section .right-section-details .details h2 {
        font-size: 2rem;
    }

    .details-section .right-section-details .details .bottom-section .details h4 i {
        font-size: 1.2rem;
    }

    .details-section .left-section-details img{
        max-height:600px;object-fit:cover;
    }
    /*------- Footer section -----*/
    .footer-logo img {
        width: auto;
        height: 36px;
    }

    .copyright p {
        font-size: 10px;
    }

    .mobile-footer .footer-section-left .section-left-details .info-details h2 {
        font-size: 1.5rem;
        line-height: 1.75rem;
    }
}

@media screen and (max-width: 768px) and (orientation: landscape) {
    /* Mobile landscape styles */
    .transparant-bg{
        top:70px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1400px) {
    .home_page_image .image-section .text-section h1 {
        font-size: 3rem;
    }
    .estate-sections .section-heading h2, .details-section .right-section-details .details h2, .mobile-footer .footer-section-left .section-left-details .info-details h2 {
        font-size: 2rem;
        line-height: 2.5rem;
    }

    }


/* Sidebar */
#sidebar {
    position: fixed;
    right: -250px;
    top: 0;
    width: 250px;
    height: 100vh;
    background: #0b1b3a;
    color: #fff;
    padding-top: 20px;
    transition: 0.3s;
    overflow-y: auto;
}

    #sidebar ul {
        padding: 0;
        margin: 0;
    }

    #sidebar a {
        display: block;
        padding: 10px 20px;
        color: white;
        text-decoration: none;
    }

        #sidebar a:hover {
            opacity: 1;
            background:none;
        }

    #sidebar .section-menu .menu {
        display: inline-block;
        width: 100%;
    }

        #sidebar .section-menu .menu .nav-link {
            margin: 0;
        }

            #sidebar .section-menu .menu .nav-link a {
                margin: 0;
            }

.nav-link.dropdown {
    border-bottom: 1px dotted rgba(255,255,255,0.2);
}

#sidebar .submenu li {
    list-style-position: inside;
    opacity: 0.75;
    padding: 5px 20px;
}

    #sidebar .submenu li a {
        padding: 5px;
        display: inline-block;
    }
/* Main content */
#content {
    padding: 20px;
    transition: margin-left 0.3s;
}

/* Open state */
.open #sidebar {
    right: 0;
}

.open #content {
    margin-right: 250px;
}

.btn-menu {
    background: none;
    border: none;
    color: #0b1b3a;
    font-size: 1.5rem;
}

.close-btn {
    border-bottom: 1px solid rgba(255,255,255,0.2);
    display: block;
}

/*------ amenities_selection -----------*/
.map-section{
    position:relative;
}
.btn-dwn-pdf {
    font-size: 2rem !important;
    cursor: pointer;
    color: #0b1b3a;
    opacity:.75;
}
    .btn-dwn-pdf:hover {
        opacity: 1;
        color: #0b1b3a;
    }
    .amenities_selection {
        position: absolute;
        z-index: 10000;
        top: 16px;
        left: 50px;
    }
    .amenities_selection .icon-btn {
        background: #0b1b3a;
        color:#fff;
        padding:.5rem 1rem;
        opacity:1;
        border:none;
        font-size:1.5rem;
    }
        .amenities_selection .icon-btn:hover {
            background: #ffb54a;            
        }

.home_page_image .image-section .text-section h1 span.styled-font {
    font-weight: 700;
    font-style: normal;
}