
a.active,
a:hover {
    color: #161C31;
    transition: 0.5s;
    text-decoration:none;
}

#check {
    display: none;
}


.btn-dark:hover {
    color: #fff !important;
}

@media (max-width: 952px) {
    label.logo {
        font-size: 30px;
        padding-left: 50px;
    }
}

@media (max-width: 858px) {
    .checkbtn {
        display: block;
    }

    #check:checked ~ ul {
        left: 0;
        z-index: 9999;
    }
}

.column {
    float: left;
    width: 33.33%;
    padding: 5px;
}

.row::after {
    content: "";
    display: table;
    clear: both;
}


section#about_us .content {
    padding: 5px 20px;
}

section#about_us .container-fluid {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    /* margin: 20px 20px 20px 8px !important; */
}

.container .heading {
    width: 100%;
    padding-bottom: 50px;
}

.container-fluid .heading {
    width: 100%;
    text-align: center;
    padding: 10px;
}

.container-fluid .heading h3 {
    font-size: 3em;
    font-weight: bolder;
    padding-bottom: 10px;
}

.container .heading h3 {
    font-size: 2em;
    font-weight: bolder;
}

.container .heading h3 span {
    font-weight: 100;
}

.container .box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.container .box .dream {
    display: flex;
    flex-direction: column;
    width: 32.5%;
}

.container .box .dream img {
    width: 100%;
    padding-bottom: 15px;
    border-radius: 5px;
}

.container .btn {
    margin: 40px 0 70px 0;
    background: #222;
    padding: 15px 40px;
    border-radius: 5px;
}

.container .btn a {
    color: #fff;
    font-size: 1.2em;
    text-decoration: none;
    font-weight: bolder;
    letter-spacing: 3px;
}

@media only screen and (max-width: 769px) {
    .container .box {
        flex-direction: column;
    }

    .container .box .dream {
        width: 100%;
    }
}

@media only screen and (max-width: 643px) {
    .container .heading {
        width: 100%;
    }

    .container .heading h3 {
        font-size: 1em;
    }
}

.content .top .logo-details {
    color: #fff;
    font-size: 30px;
}

.content .top .media-icons {
    display: flex;
}

.content .top .media-icons a {
    height: 40px;
    width: 40px;
    margin: 0 8px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 17px;
    text-decoration: none;
    transition: all 0.4s ease;
}

.top .media-icons a:nth-child(1) {
    background: #4267b2;
}

.top .media-icons a:nth-child(1):hover {
    color: #4267b2;
    background: #fff;
}

.top .media-icons a:nth-child(2) {
    background: #1da1f2;
}

.top .media-icons a:nth-child(2):hover {
    color: #1da1f2;
    background: #fff;
}

.top .media-icons a:nth-child(3) {
    background: #e1306c;
}

.top .media-icons a:nth-child(3):hover {
    color: #e1306c;
    background: #fff;
}

.top .media-icons a:nth-child(4) {
    background: #0077b5;
}

.top .media-icons a:nth-child(4):hover {
    color: #0077b5;
    background: #fff;
}

.top .media-icons a:nth-child(5) {
    background: #ff0000;
}

.top .media-icons a:nth-child(5):hover {
    color: #ff0000;
    background: #fff;
}

.content .link-boxes .box .link_name {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 10px;
    position: relative;
}

.link-boxes .box .link_name::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 2px;
    width: 35px;
    background: #fff;
}

.content .link-boxes .box li {
    margin: 6px 0;
    list-style: none;
}

.content .link-boxes .box li a {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    opacity: 0.8;
    transition: all 0.4s ease;
}

.content .link-boxes .box li a:hover {
    opacity: 1;
    text-decoration: underline;
    color: #fff !important;
}

.content .link-boxes .input-box {
    margin-right: 55px;
}

.link-boxes .input-box input {
    height: 40px;
    width: calc(100% + 55px);
    outline: none;
    border: 2px solid #afafb6;
    background: #140b5c;
    border-radius: 4px;
    padding: 0 15px;
    font-size: 15px;
    color: #fff;
    margin-top: 5px;
}

.link-boxes .input-box input::placeholder {
    color: #afafb6;
    font-size: 16px;
}


.backtoRe_co input[type="search"].red-search::placeholder {
    color: #f6768b;
}

.backtoRe_tab input[type="search"].red-search::placeholder {
    color: #f6768b;
}
.backtoRe_co input[type="search"]::placeholder {
    color: #000;
}

.backtoRe_co .search-form.one input[type="search"]::placeholder {
    color: #737373;
}

.link-boxes .input-box input[type="button"] {
    background: #fff;
    color: #140b5c;
    border: none;
    font-size: 18px;
    font-weight: 500;
    margin: 4px 0;
    opacity: 0.8;
    cursor: pointer;
    transition: all 0.4s ease;
}

.input-box input[type="button"]:hover {
    opacity: 1;
}


.bottom-details .bottom_text span,
.bottom-details .bottom_text a {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    opacity: 0.8;
    text-decoration: none;
}

.bottom-details .bottom_text a:hover {
    opacity: 1;
    text-decoration: underline;
}

.bottom-details .bottom_text a {
    margin-right: 10px;
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

/* Add some margins for each label */
.form-inline label {
    margin: 5px 10px 5px 0;
}

/* Style the input fields */
.form-inline input {
    vertical-align: middle;
    margin: 5px 10px 5px 0;
    padding: 10px;
    width: 100%;
    background-color: #fff;
    border-bottom: 2px solid #000 !important;
    border: transparent;
}

/* Style the submit button */
.form-inline button {
    padding: 10px 20px;
    background-color: #cb1424;
    border: 1px solid #ddd;
    color: white;
    width: auto;
    letter-spacing: 10px;
    font-size: 20px;
    font-weight: 600;
    border-radius: 30px;
}

.form-inline button:hover {
    background:#000;
}

/* Add responsiveness - display the form controls vertically instead of horizontally on screens that are less than 800px wide */
@media (max-width: 800px) {
    .form-inline input {
        margin: 10px 0;
    }

    .form-inline {
        flex-direction: column;
        align-items: stretch;
    }
}


.row1::after {
    content: "";
    display: table;
    clear: both;
}

.row1 {
    display: flex;
    flex-wrap: wrap;
}

.column1 {
    float: left;
    width: 33.33%;
    padding: 5px;
}

h2 {
    text-align: center;
    font-size: 21px;
    font-weight: 600;
}

.main1 {
    margin: auto;
    width: 50%;
}

.main1 h3 {
    text-align: center;
    background: #cb1424;
    color: white;
    width: 100%;
    padding: 12px;
    text-transform: uppercase;
}

.main1 input,
button1 {
    width: 75%;
    border: 2px solid black;
    border-right: 0px;
    font-size: 18px;
    padding: 12px;
    color: white;
}

.main1 input:hover {
    opacity: 0.8;
}

.main1 button1 {
    width: 25%;
    background-color: black;
    color: white;
    transition: all 0.3s;
    float: right;
    border-left: 0px;
}

.main1 button1:hover {
    opacity: 0.8;
}

.main2 {
    margin: auto;
    width: 50%;
}

.main2 h3 {
    text-align: center;
    background: #cb1424;
    color: white;
    width: 100%;
    padding: 12px;
    text-transform: uppercase;
}

.main2 input, button1 {
    width: 75%;
    border: 2px solid black;
    border-right: 0px;
    font-size: 18px;
    padding: 12px;
    color: white;
}

.main2 input:hover {
    opacity: 0.8;
}

.main2 button1 {
    width: 25%;
    background-color: black;
    color: white;
    transition: all 0.3s;
    float: right;
    border-left: 0px;
}

.main2 button1:hover {
    opacity: 0.8;
}

/* newCss_of_arrowinfosystem */
.backtoRe_co {
    background: #ecf1f4;
    padding: 30px 50px;
    box-shadow:0px 0px 5px #000;
}



.backtoRe_co .search-form.focus {
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.15);
}

.backtoRe_co .search-option {
    position: absolute;
    text-align: right;
    top: 10px;
    right: 15px;
}
.backtoRe_co .search-option div {
    position: relative;
    display: inline-block;
    margin: 0 1px;
    cursor: pointer;
}
.backtoRe_co .search-option div input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.01;
    cursor: pointer;
}
.backtoRe_co .search-option div span {
    position: absolute;
    display: block;
    text-align: center;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    background: #929aa3;
    color: #fff;
    font-size: 9px;
    letter-spacing: 1px;
    line-height: 1;
    text-transform: uppercase;
    padding: 4px 7px;
    border-radius: 12px;
    top: -18px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.backtoRe_co .search-option div span::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-top: 4px solid #929aa3;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.backtoRe_co .search-option div:hover span {
    opacity: 1;
    top: -21px;
}
.backtoRe_co .search-option div label {
    display: block;
    cursor: pointer;
}
.backtoRe_co .search-option div svg {
    height: 20px;
    width: 20px;
    fill: #5a6674;
    opacity: 0.6;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    pointer-events: none;
}
.backtoRe_co .search-option div:hover svg {
    opacity: 1;
}
.backtoRe_co .search-option div input:checked + label svg {
    fill: #e24040;
    opacity: 0.9;
}
.backtoRe_co .search-option div input:checked + label span {
    background: #e24040;
}
.backtoRe_co .search-option div input:checked + label span::after {
    border-top-color: #e24040;
}


div#blogCarousel img {
    background: #f6f6f6;
    padding: 15px;
}

div#blogCarousel h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
}

#location .carousel-control-next-icon,
#location .carousel-control-prev-icon {
    width: 50px !important;
    height: 50px !important;
}

#location .blog .carousel-indicators {
    left: 0;
    top: auto;
    bottom: -40px;
}

/* The colour of the indicators */
#location .blog .carousel-indicators li {
    background: #a3a3a3;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}

#location .blog .carousel-indicators .active {
    background: #707070;
}

#location .row.part1 {
    margin: auto;
    text-align: center;
    display: block;
}



#location .row.part1 ul li {
    display: inline-block;
    float:left;
}

@media (min-width: 768px) {
    /* show 3 items */
    #developers .carouselPrograms .carousel-inner .active,
    #developers .carouselPrograms .carousel-inner .active + .carousel-item,
    #developers .carouselPrograms .carousel-inner .active + .carousel-item + .carousel-item {
        display: block;
    }
    .mobile-responsive{display: none !important;}

    #developers .carouselPrograms .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    #developers .carouselPrograms .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
    #developers .carouselPrograms .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item {
        transition: none;
    }

    #developers .carouselPrograms .carousel-inner .carousel-item-next,
    #developers .carouselPrograms .carousel-inner .carousel-item-prev {
        position: relative;
        transform: translate3d(0, 0, 0);
    }

    #developers .carouselPrograms .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -33.333%;
        z-index: -1;
        display: block;
        visibility: visible;
    }

    /* left or forward direction */
    #developers .carouselPrograms .active.carousel-item-left + .carousel-item-next.carousel-item-left,
    #developers .carouselPrograms .carousel-item-next.carousel-item-left + .carousel-item,
    #developers .carouselPrograms .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
    #developers .carouselPrograms .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    /* farthest right hidden item must be abso position for animations */
    #developers .carouselPrograms .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0%;
        z-index: -1;
        display: block;
        visibility: visible;
    }

    /* right or prev direction */
    #developers .carouselPrograms .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
    #developers .carouselPrograms .carousel-item-prev.carousel-item-right + .carousel-item,
    #developers .carouselPrograms .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
    #developers .carouselPrograms .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }
}

section#developers div#blogCarousel img {
    border: 5px solid #000;
}

section#developers div#blogCarousel img {
    padding: 0 !important;
}

section#developers .carousel-control-next-icon,
section#developers .carousel-control-prev-icon {
    width: 50px !important;
    height: 50px !important;
}

#contact_soon hr {
    border-color: rgb(67, 67, 67);
    border: 3px solid #000;
    width: 30%;
    margin: auto;
}

.container-fluid .heading.heading1 hr {
    border: 3px solid #000;
    width: 20%;
    margin: auto;
}

.container .heading.heading2 hr {
    border-bottom: 6px solid #000;
}

.container-fluid .heading.heading3 hr {
    width: 20%;
    border: 3px solid #000;
    margin: auto;
}

section#contact_soon input::placeholder {
    color: #57668e !important;
    font-size: 18px;
    font-weight: 600;
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .mobile-responsive{display: none;}
}

@media (min-width: 768px) and (max-width: 992px) {
    .backtoRe_co {
        display: none;
    }

    section.new_location a.carousel-control-prev {
        top: 50% !important;
        position: relative !important;
    }

    section#developers a.carousel-control-prev,section#developers a.carousel-control-next{
        top: 10% !important;
    }

    section#location .carousel-control-prev {
        left: -25px !important;
        top: -32% !important;
    }

    section#location .carousel-item {
        width: 90% !important;
        margin: auto !important;
        left: -34px;
    }
    
    section#location .carousel-control-next {
        right: -13px !important;
        top: -28% !important;
    }

    section.new_location a.carousel-control-next {
        position: relative !important;
        left: 42em !important;
    }

    section#blog_vlog .bg-white.w-100 {
        position: relative;
        top: 2%;
    }

    .mobile-responsive{display: none !important;}

    section#blog_vlog .bg-white.p-2 {
        position: relative;
    }

    .checkbtn {
        display: none;
    }

    section#blog_vlog .row {
        width: 100%;
    }

    .container .heading h3 {
        font-size: 3em !important;
    }

    .container-fluid .heading.heading3 hr {
        width: 25%;
        border: 3px solid rgb(0, 0, 0);
        margin: auto;
    }

    .container-fluid .heading.heading1 hr {
        border: 3px solid rgb(0, 0, 0);
        width: 25%;
        margin: auto;
    }
    section#contact_soon img.img-fluid {
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {
    .backtoRe_co .background_headingg{
        border-bottom: 54px solid red !important;
        border-right: 68px solid transparent !important;
    }

    form.woocommerce-ordering {
        text-align: left;
    }

    section#about_us .content {
        padding: 0px 5px;
    }
    div#London h2 {
        font-size: 26px !important;
    }


    .backtoRe_co {
        background: #ecf1f4;
        padding: 30px 10px;
    }

    .backtoRe_co .background_headingg h1 {
        font-size: 28px !important;
    }

    section#blog_vlog .row {
        width: 100%;
        margin: auto;
    }

    .backtoRe_co .background_heading{
        
        border-top: 54px solid #060505;
        border-left: 68px solid transparent;
    }

    .form-inline button{
        margin-top: 20px;
    }

    .backtoRe_co .background_heading,.backtoRe_co .background_headingg{
        width: 100% !important;
    }

    .backtoRe_co .background_heading h1{
        font-size: 28px !important;
        margin-left: -10px;
        right:30px !important;
    }

    .backtoRe_co{
        padding-bottom: 120px;
    }

    .backtoRe_co .search-input{
        width: auto !important;
    }

    section#location .carousel-inner {
        width: 100% !important;
        margin-left: auto !important;
    }

    /* section#developers a.carousel-control-prev, section#developers a.carousel-control-next{
        display: none !important;
    } */

    section#developers a.carousel-control-prev,section#developers a.carousel-control-next{
        top: 50% !important;
    }

    .backtoRe_co .search-form.one{
        margin-top: -10px !important;
    }

    section#contact_us .row {
        display: block !important;
    }

    section#contact_us .border_radius .col-lg-4 img {
        width: 10% !important;
        margin-bottom: 5px;
    }

    section#contact_us button{
        font-size: 25px !important;
    }

    section#contact_us .border_radius .text-center.m-auto img {
        margin-top: -5px;
        max-width: 200px;
    }

    section#contact_us .border_radius {
        margin: 0px !important;
        border-radius: 10px;
        background: #fff;
        padding: 0px 0px 20px 0px !important;
    }

    /* section#location .carousel-control-prev,
    section#location .carousel-control-next {
        display: none;
    } */

    section#location .carousel-control-prev {
        left: -12px !important;
        top: 50% !important;
    }
    
    section#location .carousel-control-next {
        right: -13px !important;
        top: 50% !important;
    }

    section#blog_vlog .bg-dark {
        background-color: #343a40 !important;
        position: absolute !important;
        width: 90% !important;
        top: 2% !important;
        left: 5% !important;
    }

    label.checkbtn h5.d-inline-block.ml-2 a {
        color: #f5f5f5 !important;
    }

    .container .heading h3 {
        font-size: 2em !important;
    }

    .container-fluid .heading h3 {
        font-size: 2em;
    }

    .container-fluid .heading.heading3 hr {
        width: 25%;
        border: 3px solid rgb(0, 0, 0);
        margin: auto;
    }

    .container-fluid .heading.heading1 hr {
        border: 3px solid rgb(0, 0, 0);
        width: 25%;
        margin: auto;
    }
    section#contact_soon img.img-fluid {
        margin-bottom: 15px;
    }
}



input[type="search"]::placeholder {
    color: #000;
}

section#developers {
    background: #ecf1f4;
    margin: 10px auto;
    padding-bottom: 50px;
    padding-top: 1px;
}

section#about_us h3 {
    border-bottom: 3px solid #000 !important;
}

section#about_us .content p {
    font-size: 2em;
}

section#about_us .heading img.img-fluid {
    height: 75px;
}

section#about_us .heading {
    display: inherit;
}


.bg-dark {
    background-color: #343a40 !important;
    position: absolute !important;
    width: 95% !important;
    top: 5% !important;
}

section#blog_vlog hr {
    border-top: 5px solid #000;
    margin-bottom: 0px;
}

section#blog_vlog p.parag {
    background: #ededed;
}

section#blog_vlog img.img-fluid {
    margin-top: 12%;
    width: 100%;
    margin-bottom: -40px;
}

section#blog_vlog hr.horizontal_line_new {
    border-top: 1px solid #d6d6d6 !important;
    margin-bottom: 1rem !important;
}

section#blog_vlog p.bg-white {
    font-size: 1.5em;
    text-align: justify;
    border-radius: 20px;
}

section#slider_sec .carousel-control-prev-icon {
    background: url(../Images/left_arrow.png) !important;
    background-repeat: no-repeat !important;
    transform: rotate(135deg) !important;
}

section#location span.carousel-control-prev-icon {
    background: url(../Images/left_arrow_01.png) !important;
    background-repeat: no-repeat !important;
    position: absolute;
    left: 20px;
    height: 150px !important;
    top: 60px;
}

section#location span.carousel-control-next-icon {
    background: url(../Images/right_arrow_01.png) !important;
    background-repeat: no-repeat !important;
    position: absolute;
    left: 20px;
    height: 150px !important;
    top: 60px;
}

section#slider_sec .carousel-control-next-icon {
    background: url(../Images/right_arrow.png) !important;
    background-repeat: no-repeat !important;
    transform: rotate(225deg) !important;
}

section#developers span.carousel-control-next-icon {
    background: url(../Images/right_arrow_01.png) !important;
    background-repeat: no-repeat !important;
    position: absolute;
    left: 20px;
    top: 60px;
}

section#developers span.carousel-control-prev-icon {
    background: url(../Images/left_arrow_01.png) !important;
    background-repeat: no-repeat !important;
    position: absolute;
    left: 20px;
    top: 60px;
}


section.categories span.carousel-control-prev-icon {
    background: url(../Images/left_arrow_01.png) !important;
    background-repeat: no-repeat !important;
    position: absolute;
    left: 20px;
    top: 60px;
}

section#location .carousel-inner {
    width: 90vw;
    margin-left: 40px;
}

section#slider_sec .carousel-control-prev {
    left: -83px !important;
}

section#slider_sec .carousel-control-next {
    right: -83px !important;
}

section.categories div#blogCarousel {
    max-width: 90vw;
    margin-left: 40px;
}

section#location .carousel-control-prev {
    left: -85px;
}

section#location .carousel-control-next {
    right: 53px;
    background: #e1f4fa;
    width: 60px;
    height: 150px !important;
    top: 20px;
    border-top: 1px solid #000;
    border-radius: 5px;
}

section#location .carousel-control-prev {
    left: 53px;
    background: #e1f4fa;
    width: 60px;
    height: 150px !important;
    top: 20px;
    border-top: 1px solid #000;
    border-radius: 5px;
    z-index: 999;
}

section#developers a.carousel-control-prev {
    left: 15px;
    background: #fafafa;
    width: 60px;
    height: 150px;
    top: 5em;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    border-radius: 5px;
    z-index: 999;
}

section#developers a.carousel-control-next {
    right: 15px;
    background: #fafafa;
    width: 60px;
    height: 150px;
    top: 5em;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    border-radius: 5px;
    z-index: 999;
}

section.rera-sec.rera-sec1 {
    background: #666666;
    padding-top: 1px;
}

.cat_list li a {
    color: #222;
    display: block;
    margin-bottom: 7px;
    font-weight: 600;
}

.cat_list li a span {
    float: right;
    font-family: "Libre Franklin", sans-serif;
    font-size: 15px;
}

section.categories h2 {
    font-size: 1.2rem !important;
}

section#contact_us .form-inline input {
    vertical-align: middle;
    margin: 5px 10px 5px 0;
    padding: 10px;
    width: 100%;
    background-color: transparent;
    border-bottom: 2px solid #029dff !important;
    border: transparent;
}



section#contact_us .border_radius .text-center.m-auto img {
    margin-top: -5px;
}

section#contact_us .background_banner {
    background: url(../Images/Contact_us_bg.png) !important;
    position:relative;
    width:100%;
}

section.categories img {
    background: #f6f6f6;
    padding: 15px;
}

section#location .carousel-item {
    width: 90% !important;
    margin: auto !important;
}

.disclaimer {
    position: relative;
    width: 100%;
}

#slider_sec {
    margin-top: 10px;
}
.background_headingg {
    position: relative;
    width: 100%;
    height: 50px;
}
.backtoRe_co .background_headingg h1 {
    position: relative;
    width: 100%;
    font-size: 32px;
    padding: 5px 10px;
    color: #fff;
    z-index: 9;
    padding-left: 20px;
    line-height: 45px;
}
.backtoRe_co .background_headingg h1:after {
    position: absolute;
    content: '';
    border-bottom: 45px solid #DC1F27;
    border-left: 0px solid transparent;
    border-right: 25px solid transparent;
    height: 0;
    width: 50%;
    left: 0;
    z-index: -1;
}
.background_heading{
    position: relative;
    width: 100%;
    height: 50px;   
}
.background_heading h1 {
    position: absolute;
    width: 50%;
    font-size: 32px;
    right: 0;
    padding: 0px 10px;
    color: #fff;
    background: #000;
    z-index: 9;
    text-align: right;
    padding-right: 20px;
    line-height: 45px;
}
.background_heading h1:after {
    position: absolute;
    content: '';
    height: 0;
    width: 50%;
    border-top: 0px solid transparent;
    border-right: 25px solid #000;
    border-bottom: 45px solid transparent;
    left: -50%;
    z-index: -1;
}
.residental-search-box {
    position: relative;
    width: 100%;
    background: #fff;
    height: 50px;
    margin-top: 7px;
    border-radius: 10px;
    border: 2px solid #dc1f27;
}
.residental-search-box input {
    position: relative;
    width: 100%;
    border: none;
    border-radius: 10px;
    line-height: 50;
    height: 46px;
    padding: 4px 30px;
}
.residental-search-box button.search-button {
    border: none;
    position: absolute;
    top: 12px;
    left: 7px;
    background: transparent;
}
.residental-search-box button.search-button i{
    color:#DC1F27;
}

p.floor-plans  {
    margin-top: 0;
    margin-bottom: 1rem;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}
.commercial-search-box {
    position: relative;
    width: 100%;
    background: #fff;
    height: 50px;
    margin-top: 7px;
    border-radius: 10px;
    border: 2px solid #000;
}
.commercial-search-box input {
    position: relative;
    width: 100%;
    border: none;
    border-radius: 10px;
    line-height: 50;
    height: 46px;
    padding: 4px 30px;
}
.commercial-search-box button.search-button {
    border: none;
    position: absolute;
    top: 12px;
    left: 7px;
    background: transparent;
}
.commercial-search-box button.search-button i{
    color:#000;
}
button.voice-btn {
    position: absolute;
    right: 5px;
    height: 46px;
    border: none;
    background: no-repeat;
}
button.voice-btn img{
    height: 30px;
}
/*=============================================
Contact Soon CSS start here
=============================================*/
.contact_soon {
    position: relative;
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 5px #ccc;
    margin: 5px 0px;
    padding: 25px 0px;
}
/*=============================================
common CSS start here
=============================================*/
.section-heading {
    position: relative;
    width: 100%;
    text-align: center;
    display: inline-block;
    height: 50px;
}
.center-head {
    position: relative;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
}
.left-head{
    position:relative;
    text-align:left;
}
.section-heading h1{
    font-size:24px;
    font-weight:600;
    margin:0px;
    padding:0px;
    position:relative;
}
.section-heading h1:after {
    position: absolute;
    content: '';
    width: 200px;
    height: 3px;
    background: #000;
    left: 0;
    right: 0px;
    margin: 0px auto;
    z-index: 1;
    bottom: -16px;
    width: auto;
}

/*=============================================
Project Featured CSS start here
=============================================*/
.project-featured {
    position: relative;
    width: 100%;
    margin: 5px 0px;
    padding: 10px 0px;
    box-shadow: 0px 0px 5px #000;
}
.project-featured-box {
    position: relative;
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 5px #ccc;
}
.project-featured-img {
    position: relative;
    width: 100%;
}
.project-featured-img img{
    position: relative;
    width: 100%;
}
.project-featured-name {
    position: relative;
    width: 100%;
    text-align:center;
    padding:5px;
}
.project-featured-name h2{
    position: relative;
    font-size:32px;
    font-weight:400;
}
.project-featured-name h2 span{
    position: relative;
    font-size:32px;
    font-weight:600;
}
/*=============================================
Project Location CSS start here
=============================================*/
.project-location{
    position: relative;
    width: 100%;
    padding:25px 0px;
    background:#fff;
    box-shadow:0px 0px 5px #ccc;
}
.project-location .section-heading h1:after {
    position: absolute;
    content: '';
    height: 3px;
    background: #000;
    left: 0;
    width: auto;
    right: 0px;
    margin: 0px auto;
    z-index: 1;
    bottom: -18px;
}
.project-location .carousel-item img{
    width:100%;
}
#location .row.part1 ul li a {
    color: #000 !important;
    font-size:16px;
}
#location .row.part1 ul li h4 {
    margin:0px;
    padding:0px;
    line-height:24px;
}
#location .row.part1 ul {
    background: #f6f6f6;
    padding: 10px;
    margin: 0;
    width:100%;
}
section#location .m-auto.text-center.d-block a {
    font-size: 24px;
    border-radius: 30px;
    font-weight: 400;
    padding: 5px 30px;
    margin-top:20px;
}
.location-item{
    position:relative;
    width:100%;
    overflow:hidden;
    text-align:center;
}
.location-item img{
    position:relative;
    width:100%;
    padding:10px;
    background:#f5f6d9;
    border-radius:6px;
}
.categories-slide.owl-carousel .owl-nav.disabled {
     display: unset!important; 
}
.location-item span{
    position:relative;
    font-size:16px;
    color:#000;
    
}
.project-location-slide .owl-nav {
    position: absolute;
    z-index: 9;
    top: 20%;
    width: 100%;
}
.project-location-slide .owl-nav button.owl-prev {
    position: absolute;
    left: -60px;
    height: 100px;
    width: 50px;
    background: #f5f6d9;
}
.project-location-slide .owl-nav button.owl-next {
    position: absolute;
    right: -60px;
    height: 100px;
    width: 50px;
    background: #f5f6d9;    
}
/*=============================================
Developer Section CSS start here
============================================*/
.developers{
    position:relative;
    width:100%;
    padding:25px 0px;
}
.developers .section-heading h1:after {
    position: absolute;
    content: '';
    width: auto;
    height: 3px;
    background: #000;
    left: 0;
    right: 0px;
    margin: 0px auto;
    z-index: 1;
    bottom: -16px;
}
/*=============================================
Categories Section CSS start here
============================================*/
.categories {
    position: relative;
    width: 100%;
    padding: 25px 0px;
    box-shadow: 0px 0px 5px #ccc;
    background: #fff;
}
.categories .section-heading h1:after {
    position: absolute;
    content: '';
    width: auto;
    height: 3px;
    background: #000;
    left: 0;
    right: 0px;
    margin: 0px auto;
    z-index: 1;
    bottom: -16px;
}
.categories span.carousel-control-prev-icon {
    background: url(../Images/left_arrow_01.png) !important;
    background-repeat: no-repeat !important;
    position: absolute;
    left: 20px;
    top: 60px;
    height: 75px;
}
.categories a.carousel-control-prev {
    height: 100%!important;
    top: 0 !important;
    position: absolute !important;
    z-index: 999;
    width: 70px;
    background: #fff;
}
.categories span.carousel-control-next-icon {
    background: url(../Images/right_arrow_01.png)100% 100% !important;
    background-repeat: no-repeat !important;
    position: absolute;
    left: inherit;
    right: 22px;
    top: 30px;
}
.developer-item{
    position:relative;
    width:100%;
}
.developer-item .developer-item .developer-pic1{
    position:relative;
    width:100%;
    margin-bottom:10px;
}
.developer-item .developer-item .developer-pic2{
    position:relative;
    width:100%;
    margin-bottom:0px;
}
/*=============================================
Browse Project Page CSS start here
=============================================*/
.browse_project_section{
    position:relative;
    width:100%;
    padding:25px 0px;
}
.bg-white{
    background:#fff;
}
.showing-project-list {
    position: relative;
    width: 100%;
    height: 50px;
    padding: 10px;
}
.showing-project-list p{
    position:relative;
    font-size:20px;
    font-weight:500;
    margin:0px;
    padding:0px;
}
.filtering-project-list{
    position: relative;
    width: 100%;
    height: 50px;
    padding: 10px;
}
select.orderby {
    border: none;
    outline: none;
}
.browse_project_categories{
    position: relative;
    width: 100%;
    padding: 10px;    
}
.project_category_search {
    position: relative;
    width: 100%;
    padding: 10px;
}
.search-project-category {
    position: relative;
    width: 100%;
    height: 50px;
    border: 1px solid #ccc;
    padding: 5px 40px;
    border-radius: 10px;
}
.project_category_search button.search-button {
    position: absolute;
    top: 25px;
    left: 20px;
    border: none;
    background: transparent;
    outline: none;
}
.project_category_search button.voice-btn {
    position: absolute;
    top: 12px;
    right: 20px;
    border: none;
    background: transparent;
    outline: none;
}
.project_category_search button.voice-btn img{
    height:30px;
}
.project_category_tab {
    position: relative;
    width: 100%;
    padding: 0px 10px;
}
.project_category_tab label {
    font-size: 20px;
    float: left;
    margin-right: 10px;
}
.project_category_tab ul{
    margin:0px;
    padding:0px;
    list-style:none;
}
.project_category_tab ul li{
    display:inline-block;
    margin-right:10px;
    position:relative;
    border-radius: 10px;
}
.project_category_tab .nav-tabs {
    border-bottom: 0px solid #dee2e6;
}
.project_category_tab .vertical-tab ul li a {
    position: relative;
    width: 100%;
    padding: 5px 15px;
    display: block;
    background: #FF5757;
    color: #fff;
    font-size: 16px;
    height: 100%;
    border-radius: 10px;
}
.project_category_tab .vertical-tab ul li a.active {
    background: #171D31;
}
.border-radius-20{
    border-radius:20px;
}
.project_category_featured {
    position: relative;
    width: 100%;
    padding: 10px 0px;
}
.project_category_featured ul{
    margin:0px;
    padding:0px;
    list-style:none;
}
.project_category_featured ul li {
    width: 25%;
    float: left;
    padding: 5px;
    text-align: center;
}
.category_featured_icon {
    position: relative;
    width: 100%;
    min-height: 70px;
}
.category_featured_icon img {
    position: relative;
    width: auto;
    max-height: 60px;
}
.category_featured_text {
    position: relative;
    width: 100%;
    font-size: 18px;
    font-weight:600;
}
.category_featured_text input {
    position: relative;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 5px 5px 5px 20px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}
.category_featured_text button {
    border: none;
    background: transparent;
    position: absolute;
    top: 6px;
    left: 5px;
}
.category_featured_text i{
    font-size: 14px;
}
.category_featured_text lable{
    font-size:13px;
}
.projects-category-by {
    position: relative;
    width:100%;
}
.projects-box{
    position: relative;
    width:100%; 
    background:#ECF1F4;
    padding:20px;
    border-radius:20px;
    margin-bottom:20px;
    display:inline-block;
}
.projects-box-left{
    position: relative;
    width:30%;
    float:left;
}
.projects-box-left img{
    position: relative;
    width:100%;
}
.projects-box-center{
    position: relative;
    width:40%;
    float:left;
    text-align:left;
    padding:10px;
}
.projects-box-right{
    position: relative;
    width:30%;
    float:right;
    text-align:right;
}
.projects-box p{
    position: relative;
    font-size:21px;
    font-weight:500;
}
.projects-box p span{
    position: relative;
    font-size:21px;
    font-weight:700;
}
.wishlist4u {
    position: absolute;
    top: 10px;
    left: 16px;
    color: #fff;
    font-size: 36px;
    z-index: 9;
}
.share4u {
    position: absolute;
    top: 4px;
    right: 18px;
    color: #fff;
    font-size: 40px;
    z-index: 9;
}
.wishlist4u img{
    height:44px;
}
.projects-box-gride-view {
    position: relative;
    width: 100%;
    background: #ecf1f4;
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 25px;
    padding:25px;
}
.projects-img-box-gride-view{
    position: relative;
    width: 100%;    
}
.projects-img-box-gride-view{
    position: relative;
    width: 100%;    
}
.projects-img-box-gride-view img{
    position: relative;
    width: 100%;    
}
.projects-featured-box-gride-view {
    position: relative;
    width: 100%;
    padding: 15px 0px 0px 0px;
}
.projects-featured-box-gride-view p {
    position: relative;
    font-size: 21px;
    font-weight: 500;
}
.projects-featured-box-gride-view p span{
    position: relative;
    font-size: 21px;
    font-weight: 700;
}
p.project-price-gride-view {
    position: absolute;
    top: 20px;
    right: 0px;
}
.contact_us {
    position: relative;
    width: 100%;
    margin-top: 10px;
}
.header-img{
    position: relative;
    width: 100%;
    text-align:center;
}
.header-img img {
    position: relative;
    width: auto;
    margin-top: 0px;
    height:100px;
}
.contact_us .border_radius {
    border-radius: 10px;
    background: #fff;
    padding: 0;
    margin: 50px;
}
.contact_us .border_radius form {
    position: relative;
    width: 100%;
    padding: 10px 40px 15px 40px;
}
.contact_us .border_radius form input {
    position: relative;
    width: 100%;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    border-bottom: 2px solid #009dff;
    line-height: 45px;
}
.contact_us .border_radius form hr {
    position: relative;
    border-bottom: 2px solid #009dff;
    margin: 7px 0px 0px 0px;
}
input#gridCheck {
    width: auto;
}
label.if_you {
    margin: 0;
    position: absolute;
    margin-top: -10px;
}
.contact_us .form-check {
    position: relative;
    display: block;
    margin-top: 13px;
    padding-left: 1.25rem;
}
button.submit-btn {
    height: 45px;
    display: block;
    width: auto;
    line-height: 45px;
    padding: 0px 25px;
    border: none;
    font-size: 30px;
    letter-spacing: 2px;
    font-weight: 600;
    color: #fff;
    border-radius: 10px;
    background: #009dff;
    margin: 0 auto;
}
.social-media-area {
    position: relative;
    width: 100%;
    padding: 10px 40px;
}
.social-media-area ul {
    position: relative;
    width: 100%;
    padding: 0px;
    margin: 0px;
    display: inline-block;
    list-style: none;
}
.social-media-area ul li{
    position: relative;
    width: 33%;
    float:left;
    margin-bottom:10px;
}
.social-media-area ul li img {
    position: relative;
    height: 25px;
    width: auto!important;
}
.blog-side-left{
    position:relative;
    width:100%;
    background:#fff;
    padding:15px;
}
.blog_vlog {
    position: relative;
    width: 100%;
    margin: 15px;
}
.blog-side-right{
    position:relative;
    width:100%;
    background:#fff;
    padding:15px;
}
h1.blog-head {
    position: relative;
    width: 100%;
    background: #0c0c0c;
    font-size: 22px;
    color: #fff;
    padding: 5px 15px;
}
.blog-box {
    position: relative;
    width: 100%;
    text-align: justify;
}
.blog-box h2 {
    font-size: 20px;
    text-align: left;
    line-height: 24px;
    font-weight: 600;
}
p.blog_post_date {
    position: relative;
    width: 100%;
    background: #f5f7f8;
    padding: 0px 15px;
    font-weight: 500;
    text-align: left;
    font-size: 16px;
    line-height: 45px;
    border-top: 3px solid #666;
}
.blog-side-right ul{
    margin:0px;
    padding:0px;
    list-style:none;
}
.blog-side-right ul li{
    position:relative;
    width:100%;
    display:inline-block;
    border-bottom:1px solid #ccc;
    margin-bottom:10px;
}
.eu-pic-div{
    width:25%;
    float:left;
}
.eu-pic-div img{
    width:100%;
}
.eu-text-div {
    width: 75%;
    float: left;
    padding-left: 5px;
}
.blog-side-right ul li a {
    position: relative;
    text-decoration: none;
    font-size: 13px;
    color:#666;
    display: inline-block;
    margin-bottom: 0px;
    line-height: 16px;
}
.blog-side-right ul li span{
    position:relative;
    text-decoration:none;
    font-size:14px;
    display:inline-block;
    margin-bottom:10px;
    line-height:24px;
}
.form-cys{
    position:relative;
    width:100%;
}
.form-cys input{
    position:relative;
    width:100%;
    border-top:0px;
    border-left:0px;
    border-right:0px;
    border-bottom:2px solid #000;
    border-radius:0px;
}
.form-cys button {
    position: relative;
    background: 000;
    color: #fff;
    background: #dc1f27;
    border: none;
    outline: none;
    padding: 5px 30px;
    border-radius: 25px;
    font-weight: 800;
    font-size: 14px;
    letter-spacing: 8px;
    display: block;
    margin: 0 auto;
}
.slider-section.slide-box .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 360px!important;
}
.developers-slide .owl-nav {
    position: absolute;
    z-index: 9;
    top: 20%;
    width: 100%;
}
.developers-slide .owl-nav {
    position: absolute;
    z-index: 9;
    top: 20%;
    width: 100%;
}
.developers-slide .owl-nav {
    position: absolute;
    z-index: 9;
    top: 28%;
    width: 100%;
}
.developers-slide .owl-nav button.owl-prev {
    position: absolute;
    left: -30px;
    height: 100px;
    width: 50px;
    background: #f5f7f8;
}
.developers-slide .owl-nav button.owl-next {
    position: absolute;
    right: -30px;
    height: 100px;
    width: 50px;
    background: #f5f7f8;
}
img.developer-pic1 {
    margin-bottom: 15px;
}
.categories-item img {
    position: relative;
    width: 100%;
    padding: 10px;
    background: #f5f7f8;
    border-radius: 6px;
}
.categories-item {
    position: relative;
    width: 100%;
    overflow: hidden;
    text-align: center;
}
.categories-item span {
    position: relative;
    font-size: 16px;
    color: #000;
}
.categories-slide .owl-nav {
    position: absolute;
    z-index: 9;
    top: 20%;
    width: 100%;
}
.categories-slide .owl-nav button.owl-prev {
    position: absolute;
    left: -60px;
    height: 100px;
    width: 50px;
    background: #f5f7f8;
}
.categories-slide .owl-nav button.owl-next {
    position: absolute;
    right: -60px;
    height: 100px;
    width: 50px;
    background: #f5f7f8;
}
.residential-commercial-mobile-search {
    position: relative;
    width: 100%;
    display:none;
    margin: 10px 0px;
}
.rcm-search-box{
    position: relative;
    width: 100%;
}
.rcm-search-header {
    position: relative;
    width: 100%;
    background: #f5f7f8;
    display: inline-block;
    height: 45px;
}
.rcm-search-header h1{
    color:#fff;
    font-size:18px;
    margin:0px;
    line-height:45px;
    padding:0px;
}
.text-lft {
    float: left;
    width: 47%;
    background: #DC1C24;
    position: relative;
    padding-left: 10px;
}
.text-lft:after {
    content: '';
    position: absolute;
    right: -24px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 25px solid #DC1C24;
    border-top: 45px solid transparent;
    border-bottom: 0px solid transparent;
    z-index: 1;
    bottom: 0px;
}
.text-rlt{
    float:right;
    width:53%;
    background:#000000;
    position: relative;
    text-align:right;
    padding-right:10px;
}
.rcm-search-area {
    position: relative;
    width: 100%;
}
.rcm-search-area input{
    position: relative;
    width: 100%;
}
.rcm-search-area input {
    position: relative;
    width: 100%;
    border: 1px solid #dc1c24;
    height: 45px;
    padding: 5px 30px;
    border-radius: 10px;
}
.rcm-search-area button.search-button {
    border: none;
    position: absolute;
    background: transparent;
    left: 7px;
    top: 12px;
    color: #dc1c24;
}
/*=============================================
Residential Project Page CSS start here
=============================================*/
.property-details{
    position:relative;
    width:100%;
    padding:15px 0px;
}
.property-logo {
    position: relative;
    width: 100%;
    min-height: 90px;
    padding-top: 53px;
}
.property-logo img {
    position:relative;
}
.property-featured258 {
    position: relative;
    width: 100%;
}
.property-featured258 {
    position: relative;
    width: auto;
}
.property_location258 {
    font-size: 16px;
    margin-bottom: 5px;
    padding: 0px;
    font-weight: 400;
    text-align: left;
    color: #000;
}
.bhk {
    display: inline-block;
    margin-bottom: 0px;
    padding-left:0px;
}
.bhk.text-bhk {
    font-size: 15px !important;
    font-weight: 400 !important;
    color: #000;
}
.bhk.BHTK5{
    display:none;
}
.property_area258 {
    position: relative;
    font-size: 18px;
    font-weight: 400;
    margin-bottom:6px;
    padding: 0px;
}
.property_name258 {
    font-size: 24px;
    margin: 0px;
    padding: 0;
    font-weight: 600;
}
p.property_name258 span{
    font-size: 24px;
    margin: 0px;
    padding: 0;    
    font-weight: 400;
}
.property-details-box {
    position: relative;
    width: 100%;
    padding: 5px;
    text-align: left;
}
.property-details-box ul {
    position: relative;
    width: 100%;
    display: inline-block;
}
.property-details-box ul li {
    position: relative;
    float: left;
    line-height: 10px;
}
.property-details-box ul li span{
	font-size: 14px;
	font-weight: 500;
}
.property-details-box ul li span.seprator{
	padding: 0px 10px;
}
.rera-id-section{
    position: relative;
    padding: 10px 0px;
    width: 100%;
    text-align: center;
    background: #f5f7f8;	
}
.rera-id-section p{
	font-size: 14px;
	margin:0px;
	padding:0px;
}
.rera-id-section p span{
	font-size: 14px;
	font-weight: 600;	
}
.contact-us-area {
    position: relative;
    padding: 10px 0px 20px 0px;
    width: 100%;
    background: url(../Images/background-contact-us.jpg)100% 100% no-repeat;
    background-size: cover;
}
.contact-us-area .section-title h2 {
    color: #fff;
    margin: 0;
    font-size: 16px;
}
.contact-us-area .section-title {
    position: relative;
    width: 100%;
    text-align: center;
}
.contact-form4u {
    position: relative;
    width: 100%;
    padding: 10px 0px 0px 0px;
    margin: 0 auto;
}
.contact-form4u input.btn-submit {
    background: #d65353;
    color: #fff;
    text-transform: uppercase;
    border-radius: 4px;
    line-height: 36px;
    width: 100%;
    border: none;
}
.about-us-section {
    position: relative;
    width: 100%;
    padding: 45px 0px;
    background: #f7f7f7;
}
.about-text {
    position: relative;
    width: 100%;
    text-align: center;
}
.read_more4u {
    text-decoration: none;
    background: transparent;
    border: none;
    color: #d65353;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 24px;
    position:relative;
}
i.fa.fa-angle-double-right {
    color: #ff0000;
    margin-left: 4px;
    top: 1px;
    position: relative;
    margin-top: 1px;
}
.read_more4u:focus {
    outline:none;
}
.property-price258 {
    position: relative;
    width: 100%;
    text-align: right;
}
p.property_furnished_unfurnished {
    font-weight: 500;
    font-size: 16px;
    margin: 0px;
    padding: 0px;
}
p.property_total_price {
    font-weight: 500;
    font-size: 18px;
    margin: 0px;
    padding: 0px;
}
.property_onwards {
    font-size: 14px;
    margin: 0px;
    padding: 0px;
}
.bxslider img{
    width:100%;
}
#more {
    display: none;
}
.project-property-featured-section {
    position: relative;
    width: 100%;
    background:#fff;
    padding-top: 45px;
    padding-bottom:5px;
}

.locat-tittle {
    margin-bottom: 2px;
}
.project-property-featured-box {
    position: relative;
    width: 100%;
    background: #fbfbfb96;
    margin-bottom: 25px;
}
.project-property-featured-icon{
    position: relative;
    width: 100%;
    text-align:center;
}
.project-property-featured-icon img{
    position: relative;
    height:70px;
    text-align:center;
}
.project-property-featured-type{
    position: relative;
    width: 100%;
    text-align:center;  
}
.project-property-featured-type h4{
    font-size:24px;
    text-align:center;
}
.project-property-featured-type h4 {
    font-size: 16px;
    text-align: center;
    width: 100%;
    margin: 5px 0px 5px 0px;
    background: #f7f7f7;
    padding: 5px 0px;
}
.project-specification-section {
    position: relative;
    width: 100%;
    text-align: center;
    padding-top: 20px;
    padding-bottom:30px;
}
.project-aminities-section{
    position:relative;
    width:100%;
    padding:30px 0px;
}
.project-specification-section .section-heading h1:after {
    width: auto;
}
.project-aminities-section .section-heading h1:after {
    width: auto;
}
.project-other-specification-section{
    position: relative;
    width: 100%;
    text-align: center;
    padding-top:50px;
    padding-bottom:30px;
    background:#fff;
}
.project-floor-plans-section{
    position:relative;
    width:100%;
    padding-top:50px;
    padding-bottom:20px;
}
.project-floor-plans-section .section-heading h1:after {
    width: auto;
}
.common-floor-plan-slider {
    position: relative;
    width: 100%;
    height: 410px;
    .overflow-y: clip;
    .overflow-x: scroll;
}
.common-floor-plan-slider .owl-nav {
    position: absolute;
    z-index: 99;
    top: 40%;
    width: 100%;
}
.common-floor-plan-slider .owl-nav button.owl-prev {
    position: absolute;
    left: -35px;
    width: 30px!important;
    background: #ff0000!important;
    color:#fff;
    height: 40px;
    z-index: 9;
}
.common-floor-plan-slider .owl-nav button.owl-next {
    position: absolute;
    right: -35px;
    width: 30px!important;
    background: #ff0000!important;
    color:#fff;
    height: 40px;
    z-index: 9;
}
.plot-area4all{
    position:relative;
    width:100%;
    padding:50px 0px;
}
.plot-area4all .section-heading h1:after {
    position: absolute;
    content: '';
    width: auto;
    height: 3px;
    background: #000;
    left: 0;
    right: 0px;
    margin: 0px auto;
    z-index: 1;
    bottom: -16px;
}
/*==========================================
Gallery Section
==========================================*/
.gallery-section{
	position: relative;
	width: 100%;
	background: #f7f7f7;
	padding-top: 45px;
}
.gallery-tabs {
    position: relative;
    width: 100%;
}
.gallery-tabs .gallerytab {
    overflow: hidden;
    text-align:center;
}
.gallery-tabs .gallerytab button {
    background-color: inherit;
    border: none;
    outline: none;
    background:#fff;
    font-size: 20px;
    cursor: pointer;
    transition: 0.3s;
    padding:10px 20px;
}
.gallery-tabs .gallerytab button.active {
    background-color: #4dc7f6;
}
.gallery-tabs .gallerycontent {
    display: none;
    padding: 6px 0px;
    border-top: none;
}
.galler-img-box {
     position: relative;
    width: 100%;
    margin-bottom: 15px;
    padding: 5px;
    border: 1px solid #c1c1c1;
}
.galler-img-box img {
    width: 100%;
    height: 300px;
}
.gallery-section .section-heading h1:after {
    width: auto;
}
.download-browser-section{
    position:relative;
    width:100%;
    padding:25px 0px;
}
.browser-download{
    position:relative;
    width:100%;
    text-align:center;
}
.browser-download a {
    position: relative;
    width: auto;
    background: #000;
    color: #fff;
    padding: 0px 25px;
    display: inline-block;
    margin: 0 auto;
    height: 40px;
    border-radius: 4px;
    line-height: 40px;
    width: 50%;
}
.accordion .fa {
    margin-right: 0.5rem;
    position: absolute;
    right: 10px;
    top: 6px;
    color: #000;
}
.accordion button, .accordion button:hover, .accordion button:focus{
  text-decoration: none;
  border:none!important;
  outline:none!important;
}
.video-gallery-section{
    position: relative;
    width: 100%;
    padding-top:50px;
    padding-bottom:30px;
}
.video-gallery-section .section-heading h1:after {
    width: auto;
}
.faq-accordian-section{
    position: relative;
    width: 100%;
    padding-top:50px;
    padding-bottom:30px;
    background:#fff;
}
.faq-accordian-section .section-heading h1:after {
    width: auto;
}
.construction-updated-pictures .cupcontent{
    position:relative;
    width:100%;
    display:none;
}
.constructionYearTabSlide .year-update-box {
    position: relative;
    width: 100%;
    text-align: center;
    padding-top:20px;
    cursor: pointer;
}
button.cuplinks {
    color: #000;
    background:transparent;
    border:none;
    cursor: pointer;
}
button.cuplinks.active {
    color: #f00;
}
button.cuplinks:focus {
   outline:none;
   box-shadow:none;
}
.construction-updates-slider .owl-nav {
    position: absolute;
    top: -15px;
    width: 100%;
}
.construction-updates-slider button.owl-prev {
    position: absolute;
    left: 50px;
}
.construction-updates-slider button.owl-next {
    position: absolute;
    right: 50px;
}
.construction-updates-slider{
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}
.property_furnished_unfurnished {
    font-weight: 400;
    font-size: 12px;
    padding-bottom:15px;
}
.property_onwards.plot-ward {
    position: absolute;
    top: 56px;
    left: 79px;
}
.card-header h2{
    text-align: left!important;
}
.project-location-area .card-header {
    text-align: left;
    padding: 0px;
    background: #ccc;
    border: navajowhite;
}
.card-body{
    position: relative;
    width: 100%; 
}
.card-body ul{
    position: relative;
    width: 100%;
    margin:0px;
    padding:0px;
    list-style:none;
}
.card-body ul li{
    position: relative;
    width: 100%;
    display:block;
}
.card-body ul li p{
    position: relative;
    margin:0px;
    padding:0px;
}
.card-body {
    position: relative;
    width: 100%;
    padding-top: 0;
}
.card-body i {
    font-size: 8px;
    top: -3px;
    position: relative;
}
.card {
    border:none!important;
}

.project-location-section {
    position: relative;
    padding: 45px 0px 30px 0px;
    width: 100%;
    background: #fff;
}
.construction-years-section{
    position: relative;
    padding:30px 0px;
    width: 100%; 
    height:540px;
    overflow:hidden;
}
.construction-updated-pictures {
    position: relative;
    width: 100%;
}
.construction-updated-pictures img{
    position: relative;
    width: 100%;
    height: 425px;
}
.project-accordian-section{
    position: relative;
    padding:10px 0px;
    width: 100%;
    background: #fff    
}
.project-accordian-area {
    position: relative;
    width: 100%;
    margin: 0 auto;
}
.project-accordian-img{
    position:relative;
    width:20%;
    float:left;
    margin-right:15px;
}
.project-accordian-area .card-body{
    padding:10px 0px;
    position:relative;
    width:100%;
}
.section-tetla {
    position: relative;
    width: 100%;
    text-align: center;
    display: inline-block;
    height: 60px;
}
.center-tele {
    position: relative;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
}
.left-head{
    position:relative;
    text-align:left;
}
.section-tetla h1{
    font-size:24px;
    font-weight:600;
    margin:0px;
    padding:0px;
    position:relative;
    color: #fff;
}
.section-tetla h1:after {
    position: absolute;
    content: '';
    width: 200px;
    height: 3px;
    background: #fff;
    left: 0;
    right: 0px;
    margin: 0px auto;
    z-index: 1;
    bottom: -16px;
}
.diamond {
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-bottom-color: red;
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
}
.diamond:after {
    content: '';
    position: absolute;
    left: -12px;
    top: 12px;
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-top-color: red;
}
.table-bordered td a{
   color:#d65353;
}
.pricetext-btn {
    padding: 6px 13px;
    background-color: #f00;
    border-radius: 24px;
    font-size: 14px;
    color: #fff;
    height: 31px;
    text-decoration: none;
    position: relative;
    border: none;
}
.pricetext-btn:hover {
    color: #fff;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #d65353;
}
:focus-visible {
    outline:none!important;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #495057;
    outline: 0;
    box-shadow: none;
}
.table-bordered {
    border: 1px solid #dee2e6;
    text-align: left;
}
.gallery-tabs .gallerycontent .col-lg-3 {
    padding-right: 5px;
    padding-left: 5px;
}
.about-text p {
    text-align: justify;
    }
.common-construction-slider{
    position: relative;
    width: 100%;
    height: 350px;
}
.ReadMore.remove_rm .all_para {
    display: none;
}
.ReadMore.remove_rm .all_half {
    display: block;
}
.ReadMore .all_half {
    display: none;
}
.ReadMore .all_para {
    display: block;
}
.ReadMore {
    background: transparent;
    color: #dc6039;
    border: none;
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 10px 15px;
}
.abt-txt-area.heightauto {
    height: auto;
}
.abt-txt-area {
    position: relative;
    width: 100%;
    text-align: justify;
    height: 125px;
    overflow: hidden;
}
button:focus {
    outline: none;
    outline: none;
}
.Readbtn.remove_rm .all_para {
    display: none;
}
.Readbtn.remove_rm .all_half {
    display: block;
}
.Readbtn .all_half {
    display: none;
}
.Readbtn .all_para {
    display: block;
}
.Readbtn {
    background: transparent;
    color: #dc6039;
    border: none;
   display: inline-block;
    text-align: center;
    margin: 10px 15px;
}
.abc-txt-area {
    position: relative;
    width: 100%;
    text-align: justify;
}
.abc-txt-area table {
    caption-side: bottom;
    border-collapse: collapse;
    width: 100% !important;
    border: 1px solid #ccc;
    height: 100%;
}
.abc-txt-area table tr td{
    font-size:14px;
    padding:10px;
}
.abc-txt-area table tr td p{
    margin:0px;
    font-size:14px;
    padding:0px;
}
.abc-txt-area table tr:nth-child(even){
    background:#f5f7f8;
}
.red-btn {
    position: relative;
    color: #fff;
    padding: 5px 13px;
    background-color: #f00;
    border-radius: 18px;
    font-size: 14px;
    font-weight: 500;
}
.amd-txt-area.heightauto {
    height: auto;
}
.amd-txt-area {
    position: relative;
    width: 100%;
    text-align: justify;
    height: 195px;
    overflow: hidden;
}
.Readamibtn.remove_rm .all_para {
    display: none;
}
.Readamibtn.remove_rm .all_half {
    display: block;
}
.Readamibtn .all_half {
    display: none;
}
.Readamibtn .all_para {
    display: block;
}
.Readamibtn {
    background: transparent;
    color: #dc6039;
    border: none;
    display: block;
    text-align: center;
    margin: 0 auto;
    padding-top: 10px;
}
img.img-responsive {
    width: 100%;
}
.inside-slider-area {
    position: relative;
    width: 100%;
    text-align: center;
}
.lg-toogle-thumb.lg-icon {
    display: none;
}
img.primary_logo {
    height: 50px;
    margin-right: 10px;
    float: left;
}
img.secondry_logo {
    height: 50px;
}
span.bhk {
    font-size: 16px;
    font-weight: 600;
}
p.property_area258 i{
    position: relative;
}
p.property_area258 i {
    position: relative;
    top: 0px;
}
span.p_price {
    font-size: 24px;
    font-weight: 600;
}
p.property_sublocation258 {
    margin: 0px;
    padding: 0px;
    
    position: relative;
}
.project-other-specification-section .table {
    background-color: #fff;
    margin-bottom:20px;
}

.common-floor-plan-slider .inside-slider2 .owl-carousel .owl-stage-outer{
  overflow: inherit!important;
  white-space: inherit!important;
}
.common-floor-plan-slider .inside-slider3 .owl-carousel .owl-stage-outer{
  overflow: inherit!important;
  white-space: inherit!important;
}
.common-floor-plan-slider .inside-slider4 .owl-carousel .owl-stage-outer{
  overflow: inherit!important;
  white-space: inherit!important;
}
.common-floor-plan-slider .inside-slider5 .owl-carousel .owl-stage-outer{
  overflow: inherit!important;
  white-space: inherit!important;
}
.common-floor-plan-slider .inside-slider6 .owl-carousel .owl-stage-outer{
  overflow: inherit!important;
  white-space: inherit!important;
}

/* width */
::-webkit-scrollbar {
  height: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.slide_item .item{
    position:relative;
    width:100%;
    margin-bottom:10px;
}
.internal_slide .owl-nav{
    display:block!important;
}
.internal_slide .owl-nav {
    display: block!important;
    position: absolute;
    width: 100%;
    top: 43%;
}
.internal_slide button.owl-prev {
    position: absolute;
    left: -15px;
    background: #fff!important;
    width: 40px;
    height: 70px;
}
.internal_slide button.owl-next {
    position: absolute;
    right: -15px;
    background: #fff!important;
    width: 40px;
    height: 70px;
}
.internal_slide button:hover {
    color:#000!important;
}
span.yr_name {
    position: relative;
    display: block;
    font-weight: 600;
    font-size: 13px;
}
.construction-updates-slider .owl-nav:before {
    position: absolute;
    width: 90%;
    content: '';
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 15px;
    height: 2px;
    background: #ccc;
}
.construction-updates-slider button.cuplinks:before{
    position: absolute;
    width:10px;
    height:10px;
    border-radius:50%;
    content: '';
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 15px;
    height: 2px;
    background: #ff0;
}
.external_slide .owl-nav{
    display:block!important;
}
.external_slide .owl-nav {
    display: block!important;
    position: absolute;
    width: 100%;
    top: 43%;
}
.external_slide button.owl-prev {
    position: absolute;
    left: -15px;
    background: #fff!important;
    width: 30px;
    height: 50px;
}
.external_slide button.owl-next {
    position: absolute;
    right: -15px;
    background: #fff!important;
    width: 30px;
    height: 50px;
}
.external_slide button:hover {
    color:#000!important;
}


.amenities_slide .owl-nav{
    display:block!important;
}
.amenities_slide .owl-nav {
    display: block!important;
    position: absolute;
    width: 100%;
    top: 43%;
}
.amenities_slide button.owl-prev {
    position: absolute;
    left: -15px;
    background: #fff!important;
    width: 30px;
    height: 50px;
}
.amenities_slide button.owl-next {
    position: absolute;
    right: -15px;
    background: #fff!important;
    width: 30px;
    height: 50px;
}
.amenities_slide button:hover {
    color:#000!important;
}
.construction-updates-slider button.cuplinks:before {
    position: absolute;
    width: 12px;
    height: 10px;
    border-radius: 50%;
    content: '';
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 6px;
    z-index: 99;
    height: 12px;
    background: #ccc;
}
.construction-updates-slider button.cuplinks.active:before {
    background: #f00;
}

.inside-slider1 .owl-carousel.owl-drag .owl-item{
    padding:10px;   
}
.inside-slide-item {
    position: relative;
    box-shadow: 0px 0px 5px #000;
}
.project-accordian-box img.secondry_logo {
    height: 60px;
    float: left;
    margin-right: 15px;
}
.project-accordian-section .container .btn {
    margin: 0;
    background: transparent;
    padding: 0;
    border-radius: 5px;
    width:100%;
    display:block;
    text-align:left;
}
.project-accordian-section .card-header {
    background-color: rgb(236 241 243);
}
.btn.btn-link{
    position:relative;
    width:100%;
    display:block;
    text-align:left;
}
.project-location-section .accordion .card-body ul li .fa {
    margin-right: 0.5rem;
    position: absolute;
    left: -12px;
    top: 8px;
    color: #000;
}
.project-location-section .fa.fa-plus{
    margin-right: 0.5rem;
    position: absolute;
    left: -12px;
    top: 16px;
    color: #0056b3;
}
.project-location-section .fa.fa-minus{
    margin-right: 0.5rem;
    position: absolute;
    left: -12px;
    top: 10px;
    color: #0056b3;
}
.project-accordian-section .accordion .fa {
    margin-right: 0.5rem;
    position: absolute;
    right: 10px;
    top: 6px;
    color: #000;
}
.inside-slider2 .owl-dots{
    display:block!important;
}
.property-featured258.side_right {
    float: right;
    width: auto;
    padding-top: 5px;
    margin-right: 85px;
}
.services-style1-area .col-md-2{
  margin-right: 5px;
  margin-left: 5px;
}
/*====================
.common-floor-plan-slider .owl-stage-outer {
    position: relative;
    height:325px;
    overflow:hidden;
    overflow-x: scroll!important;
}
=======================*/
#slider_sec .carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 27px;
    height: 27px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
}
#slider_sec .carousel-control-next, .carousel-control-prev {
    width: 18%;
}

.projects-grid-list-box {
    position: relative;
    width: 100%;
    background: #ECF1F4;
    padding: 10px;
    border-radius: 20px;
    margin-bottom: 20px;
    display: inline-block;
}
.project-grid-list-image img{
    border-radius:10px;
}
.list-content-location {
    display: inline-block;
    width: 100%;
}
.team-image {
    position: relative;
    width: 50%;
    float: left;
}
.team-text-box {
    float: left;
    position: relative;
    padding-left: 20px;
    width: 50%;
    text-align:right;
}
.projects-box p {
    position: relative;
    font-size: 18px;
    font-weight: 500;
}
.projects-box p span {
    position: relative;
    font-size: 18px;
    font-weight: 700;
}
.project-grid-box-list{
    position:relative;
    padding-top:15px;
    
}
.project-grid-box-list p{
    margin-bottom:5px;
}
.projects-box p .font-bold {
    position: relative;
    font-size: 17px;
    font-weight: 700;
    color:#000;
}
.slider-tittle {
    position: relative;
    padding: 9px 0px;
}
.slider-tittle h2 {
    font-size: 29px;
    color: #000;
    font-weight: 600;
}
.backtoRe_tab {
    background: #ecf1f4;
    padding: 30px 0px;
    box-shadow: 0px 0px 5px #000;
    position:relative;
}


.tab-box{
    display:inline-block;
    width:100%;
}
.tablink1{
    width:50%;
    float:left;
}
.tablink2{
    width:50%;
    float:left;
}

 .tablink1 {
    position: relative;
    width: 50%;
    font-size: 32px;
    padding: 5px 10px;
    color: #fff;
    background:#ecf1f4!important;
    z-index: 9;
    padding-left: 20px;
    line-height: 45px;
}
.tablink1::after {
    position: absolute;
    content: '';
    border-bottom: 45px solid #DC1F27;
    border-left: 0px solid transparent;
    border-right: 25px solid transparent;
    height: 0;
    width: 50%;
    left: 0;
    z-index: -1;
}
.tablink2 {
    position: absolute;
    font-size: 32px;
    right: 0;
    padding: 0px 10px;
    color: #fff;
    background: #000!important;
    z-index: 9;
    text-align: right;
    padding-right: 20px;
    line-height: 45px;
}
 
  .tablink2::after {
    position: absolute;
    content: '';
    height: 0;
    width: 50%;
    border-top: 0px solid transparent;
    border-right: 25px solid #000;
    border-bottom: 45px solid transparent;
    left: -50%;
    z-index: -1;
}
.backtoRe_tab .tabcontent {
  color: white;
  display: none;
  height: 100%;
  border:none!important;
}


.project-location .categories-slide.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: auto!important;
}
.developers .developers-slide.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: auto!important;
}
.developers-partners-slide.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: auto!important;
}
.developers-partners-slide.owl-carousel .owl-nav.disabled {
    display: unset!important;
}
.developers-partners-slide .owl-nav {
    position: absolute;
    z-index: 9;
    top: 28%;
    width: 100%;
}
.ConstYearSlide1 .owl-nav {
    position: absolute;
    z-index: 9;
    top: 28%;
    width: 100%;
}
.developers-partners-slide .owl-nav button.owl-prev {
      position: absolute;
    left: -15px;
    height: 100px;
    width: 50px;
    color:#000!important;
    background: #f5f7f8!important;
    border-radius:unset!important;
}
.ConstYearSlide1 .owl-nav button.owl-prev {
      position: absolute;
    left: -15px;
    height: 100px;
    width: 50px;
    color:#000!important;
    background: #f5f7f8!important;
    border-radius:unset!important;
}
.ConstYearSlide1 .owl-nav button.owl-next {
     position: absolute;
    right: -15px;
    height: 100px;
      color:#000!important;
    width: 50px;
    background: #f5f7f8!important;
     border-radius:unset!important;
}
.developers-partners-slide .owl-nav button.owl-next {
     position: absolute;
    right: -15px;
    height: 100px;
      color:#000!important;
    width: 50px;
    background: #f5f7f8!important;
     border-radius:unset!important;
}
.project-location .project-location-slide.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: auto!important;
}

.categor-yitem {
    width: 100%;
    font-size: 11px;
    line-height: 24px;
    padding: 0px;
    margin: 0px;
    color: #fff !important;
    display: block;
    text-decoration: none;
}

.accordion {
  background-color: unset;
  color: #444;
  cursor: pointer;
  padding:0px!important;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 14px;
  transition: 0.4s;
}

.card-body .link-boxes .box5 li{
    display:block;
}


.qr-code-image{
    padding-bottom:10px;
    float:left;
    margin-right:15px;
}

.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}

.backtoRe_tab{
    display:none;
}
.backtoRe_co{
    display:block;
}

.part-category {
    width: 100%;
    max-width: 687px;
    margin: 12px auto;
}
.part-category ul {
    background: #f6f6f6;
    padding: 10px;
    margin: 0;
    width: 100%;
    
}
.part-category ul li {
    display: inline-block;
    float: left;
}
.part-category ul li h4 {
    margin: 0px;
    padding: 0px;
    line-height: 24px;
}
.part-category ul li a {
    color: #000 !important;
    font-size: 16px;
}
 .ListDiv {
    height: 387px;
    overflow: hidden;
    position:relative;
    padding-bottom: 50px;
}
.about-paragraph {
    overflow: hidden;
    height:215px;
    position: relative;
    padding-bottom: 50px;
    text-align: center;
}
.about-read.about-paragraph{
    height:auto;
    overflow: hidden;
    padding-bottom: 50px;
}
.fotter-sub-view.ListDiv.aaa {
    height:auto;
    overflow: hidden;
    padding-bottom: 50px;
}
.section-view {
    position: relative;
    padding-bottom: 41px;
}
.fotter-sub-view.ListDiv .extendDiv.extenless{
    display:none;
}
.fotter-sub-view.ListDiv.aaa .extendDiv{
    display:none;
}
.fotter-sub-view.ListDiv.aaa .extendDiv.extenless{
    display:block;
}

.about-read.about-paragraph {
    height: auto;
    overflow: hidden;
    padding-bottom: 50px;
}

.about-text.about-paragraph .about-text-read {
    display: inline-block;
    position: absolute;
    bottom: -6px;
    border: none;
    background: transparent;
    color: #f00 !important;
    left:0;
    right:0;
}
.about-text.about-paragraph .about-text-read span{
    display: inline-block;
    color: #f00 !important;
}
.about-text.about-paragraph .extenless{
    display:none;
    position: absolute;
    bottom: 0;
    border: none;
    background: transparent;
    color: #f00 !important;    
}
.about-text.about-paragraph .extenless span{
    color: #f00 !important;    
}
.about-text.about-paragraph.about-read .extenless{
    display:inline-block!important;
}
.about-text.about-paragraph.about-read .about-text-read{
    display:none;
}


.about-text.about-paragraph p{
    font-size:14px;
    line-height:24px;
    margin:0px;
}







.about-text{
    text-align:center;
}

.fotter-sub-view .extendDiv {
    position: absolute;
    bottom: 0;
    width: 90%;
    border: none;
    text-align: center;
    background: #303030;
    color: #fff;
    display: inline-block;
    padding:10px 0;
}





.slider-section.hearo-slider .bx-viewport{
    height:auto!important;
}
.slider-section.hearo-slider .bx-viewport .slider-image img{
    width:100%;
    height:500px;
}
.expendDivBox {
    position: relative;
    width: 100%;
    height: 195px;
    overflow: hidden;
}
.about-text.about-paragraph.about-read .expendDivBox{
    height: 100%;
}

.gallery-section .tab {
  overflow: hidden;
  position: relative; 
  width: 100%;
  text-align:center;

}

.gallery-section .tab button {
  background:#fff;
  display:inline-block;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

.gallery-section .tab button.active {
  background: #4dc7f6;
}

.gallery-section .tabcontent {
  display: none;
  position:relative;
  width:100%;
  border-top: none;
}

.slide_group{
    position:relative;
}
.slide-item{
    position:relative;
    width:100%;
    text-align:center;
    margin:5px;
    min-height:100px;
    background:#ccc;
    border:1px solid #ccc;
}
.slide-item img{
    position:relative;
    width:100%;
}
.floor-plan-slide h2{
    display:block;
}

.constructionYearTabSlider{
    position:relative;
    width:100%;
    display:inline-block;
}
.w3-border-red{
    border:3px solid red;
}
.header {
    position: sticky;
    background: #fff;
    color: #f1f1f1;
    top: 0;
    z-index: 9999;
    box-shadow: 0px 0px 5px #ccc;
    text-align:center;
    margin:auto;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index:999;
}
.sticky-header{
    position:relative;
    width:100%;
}
.sticky-header ul{
    position:relative;
    width:100%;
    margin:0px;
    padding:0px;
}
.sticky-header ul li {
    position: relative;
    display: inline-block;
    text-align: center;
    line-height:32px;
    padding:0px 15px;
}
.sticky-header ul li a {
    position: relative;
    text-decoration: none;
    font-size: 16px;
    line-height: 32px;
    display: inline-block;
    color: #d65353;
    text-transform: uppercase;
}
.sticky-header ul li a.active{
    border-bottom: 3px solid #d65353;
}
.aminities-featured-section{
    position:relative;
    padding-top:30px;
    padding-bottom:0px;
}
.location-name-tittle {
    font-size: 16px;
    text-align: center;
    padding-top: 5px;
    font-weight: 300;
    color: #000;
    margin-bottom: 0px;
}
.aminities-featured-section ul{
    position:relative;
    margin:0px;
    padding:0px;
}
.aminities-featured-section li {
    position:relative;
    display:block;
    color:#000;
    padding-left:20px;
}
.aminities-featured-section li strong{
    position:relative;
    font-weight:400;
}
.aminities-featured-section li:before {
    position: absolute;
    content: "✅";
    left: 0px;
    top: 7px;
    font: 12px / 1 FontAwesome;
}
.project-aminities-section .col{
    width:50%;
}

.internal-features-list {
    position: relative;
    width: 100%;
    border: 5px solid #dddddd;
    text-align: justify;
    height: 120px;
    overflow: hidden;
    margin-top: 10px;
    padding:10px;
}
.property-featured-list .bullet {
    margin-right: 5px;
    color: #008000; /* Adjust the color as desired */
}
.external-amenities-list {
    position: relative;
    width: 100%;
    padding:10px;
    border: 5px solid #dddddd;
    text-align: justify;
    height: 120px;
    overflow: hidden;
    margin-top: 10px;
}


.external-amenities-list.heightauto2{
    height: auto;
}

.ReadMore1 {
    background: transparent;
    color: #dc6039;
    border: none;
    width: 100%;
    display: inline-block;
    margin: 10px 0px;
}
.ReadMore2 {
    background: transparent;
    color: #dc6039;
    border: none;
    width: 100%;
    display: inline-block;
    margin: 10px 0px;
}
.ReadMore1 .all_para1 {
    display: block;
}
.ReadMore2 .all_para2 {
    display: block;
}
.ReadMore1 .all_half1 {
    display: none;
}
.ReadMore2 .all_half2 {
    display: none;
}
.ReadMore1.remove_rm1 .all_half1 {
    display: block;
}
.ReadMore2.remove_rm2 .all_half2 {
    display: block;
}
.ReadMore2.remove_rm2 .all_para2{
    display: none;    
}
.ReadMore1.remove_rm1 .all_para1{
    display: none;    
}

.internal-features-list.heightauto1{
    height:auto;
}

.property-featured {
    position: relative;
    width: 100%;
    background: #1A4067;
    padding: 20px 0px;
}
.property-featured h3.section-name {
    font-size: 24px;
    position: relative;
    display: inline-block;
    font-weight: 600;
    color: #212529;
    text-align: center;
    display: inline;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.property-featured h3.section-name::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    bottom: -4px;
    left: 0;
    background: #fff;
}

.expendableBtnDiv{
    position:relative;
    width:100%;
    text-align:center;
}

.qr-code-sec{
    position:relative;
    width:100%;
    height:auto;
    padding:15px 0;
}
.qr-code-img img{
    width:100px;
}
.property-featured-box {
    text-align: center;
}
.property-featured-box p{
    margin:0px;
}
.property_sublocation258 {
    font-size: 18px;
    text-align: left !important;
    font-weight: 600;
    color: #000;
}

.pegination-sec {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.pegination-sec .pagination {
    display: inline-block;
}
.pegination-sec .pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
}
.qr-code-box{
    display:flex;
    align-items:center;
    justify-content:center;
}
.qr-code-box .qr-code-img{
    padding-left:10px;
}

.center-head:after {
    position: absolute;
    content:'' ;
    height: 3px;
    background: #000;
    left: 0;
    width: auto;
    right: 0px;
    margin: 0px auto;
    z-index: 1;
    bottom: -8px;
}

.constructionUpdatePlot{
    position:relative;
    width:100%;
}
.constructionUpdatePlot .tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}
.constructionUpdatePlot .tab button {
    background-color: inherit;
    float: left;
    border: none;
    position:relative;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 14px;
    background: #278c92;
    color: #fff;
    margin-bottom:15px;
}
.constructionUpdatePlot .tab button.active:before {
    position: absolute;
    width: 20px;
    content: '';
    height: 20px;
    bottom: -10px;
    left: 0;
    right: 0;
    z-index: 99;
    background: #114c9f;
    margin: 0 auto;
    transform: rotate(45deg);
}
.maonth-tittle {
    font-size: 23px;
    padding-bottom: 10px;
    padding-top: 8px;
    text-align: center;
    font-weight: 700;
}
.constructionUpdatePlot .tab-button {
    position: relative;
    margin: auto;
    width: 100%;
    text-align: center;
}
.constructionUpdatePlot .tab button.active {
    background-color: #114c9f;
    color: #fff;
}
.constructionUpdatePlot .tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}
.tabItem {
    position: relative;
    width: auto;
    text-align: center;
    display: inline-grid;
}
.ConstabSlide .owl-nav {
    position: relative;
    width: 100%;
    top: -40px;
}
.ConstabSlide .owl-nav .owl-prev {
    position: absolute;
    left: 20px;
    top: 3px;
    line-height: 24px !important;
}
.ConstabSlide .owl-nav .owl-prev span{
    font-size:24px;
    color:#fff;
}
.ConstabSlide .owl-nav .owl-next{
    position: absolute; 
    top: 3px;
    right:20px;
    line-height: 24px !important;
}
.ConstabSlide .owl-nav .owl-next span{
    font-size:24px;
    color:#fff;
}
.property_sublocation258 i{
    color:#d65353;
}
.property_area258 i{
    color:#d65353;   
}
.faq-accordian-section .accordion-body {
    padding: 0.25rem 1.25rem;
    font-size: 14px;
    font-weight: 400;
    line-height:24px;
}

.tabcontent.slide-box .owl-nav {
    position: absolute;
    width: 100%;
    top: 40%!important;
}
.Qr-code-tittle {
    font-size: 17px;
    color: #000;
    padding-top: 8px;
    margin-bottom: 0px;
    font-weight: 400;
}

.slect-box {
    display: flex;
    align-items: center;
}
.slect-box .form-textarea1 {
    padding: 2px 3px;
    height: 40px;
    width: 40%;
    border-radius: 0;
    border-bottom: 2px solid #000;
    border-top: none;
    border-left: none;
    border-right: none;
    font-size: 16px;
    font-weight: 500;
    color: #7f758e;
    margin-bottom: -2px;
}
.slect-box input{
    border-radius:unset!important;
}
.accordion-body p{
    text-align:justify;
}
.accordion-button .secondry_logo {
    padding-right:15px;
}


.aboutfloatright{
        right: 60px;
    position: absolute;
}

.cfo-box {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #00000069;
    width: 100%;
    height: 100%;
    z-index: 9999;
    text-align: center;
    padding: 25px;
    display:none;
}
.cfo-box img {
    position: absolute;
    width: 450px;
    height: 450px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.btn-close-cfo {
    width: 36px;
    height: 36px;
    position: absolute;
    right: 25px;
    top: 25px;
    line-height: 36px;
}
.project-location420-section{
    position:relative;
    width:100%;
    padding:10px 0px;
    background:#fcfcfc;
}
.project-location420-box{
    position:relative;
    width:100%;    
}



.navigation-area {
    position: fixed;
    width: 100%;
    padding: 10px 0px;
    background: #dfdbdb;
    z-index: 99;
    top: 0;
}
.navigation-box{
	position: relative;
	width: 100%;
	display: inline-block;
}	
.navigation-box ul{
	position: relative;
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
}	
.navigation-box ul li {
    position: relative;
    display: inline-block;
    background: #fff;
    margin: 0px 10px;
}
.navigation-box ul li .menu-item{
	position: relative;
	display: inline-block;
	text-decoration: none;
	color: #000;
	padding: 10px 15px;
}	
.navigation-box ul li .menu-item.active{
	position: relative;
	display: inline-block;
	text-decoration: none;
	color: #fff;
	background: #000;
	padding: 10px 15px;
}
.slider-area {
    position: relative;
    width: 100%;
    min-height: 600px;
    background: #f1f1f1;
    margin-top: 61px;
    padding: 60px;
}
.about-area{
	position: relative;
	width: 100%;
	min-height: 600px;
	background: #fff;
    padding: 60px;	
}
.services-area {
    position: relative;
    width: 100%;
    min-height: 600px;
    background: #a1a1a1;
    padding: 60px;    
}
.testimonials-area{
	position: relative;
	width: 100%;
	min-height: 600px;
	background: #fff;
    padding: 60px;	
}
.blogs-area {
    position: relative;
    width: 100%;
    min-height: 600px;
    background: #e8e8e8;
    padding: 60px;    
}
.contact-area{
	position: relative;
	width: 100%;
	min-height: 600px;
    padding: 60px;	
	background: #fff;
}

#developers {
    background: #ecf1f4;
    margin: 10px auto;
    padding-bottom: 12px;
    padding-top: 8px;
}
.constName357 {
    font-size: 15px;
    display: inline-block;
    margin: 5px 0px 0px 0px;
}
#header .form-wrapper .form-group{
    margin-bottom:15px;
}
     .view_galry_popuo {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    padding:50px;
    display:none;
}
.view_galry_box {
    position: relative;
    width: 90%;
    margin: 0 auto;

    text-align: center;
}
.galry_img_box {
    position: relative;
    width: 30%;
    display: inline-block;
    margin: 15px;
}
.galry_img_box img{
    position: relative;
    width: 100%;    
}

.close_view_galry_popuo {
    font-size: 25px;
    position: absolute;
    right: -25px;
    top: -25px;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: #000;
    line-height: 42px;
    z-index:999;
}
.btn-image-submit {
    background: #000;
    color: #fff;
    padding: 15px 18px;
    border-radius: 13px;
    margin-left: 4px;
    line-height: 0px;
    margin-top:-15px;
}






