@font-face {
    font-family: 'CorporateS-Regular';
    src: url('../fonts/CorporateS-Regular.otf');
    /* src: url('../fonts/CorporateS-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/CorporateS-Regular.woff2') format('woff2'), url('../fonts/CorporateS-Regular.woff') format('woff'), url('../fonts/CorporateS-Regular.svg#CorporateS-Regular') format('svg'); */
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-02DC;
}
html,
body {
    padding: 0;
    margin: 0;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    font-family: 'CorporateS-Regular';
    color: #343434;
    overflow-x: hidden;
}

a,
img,
button,
input[type=submit] {
    text-decoration: none;
    outline: none;
    border: 0;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
header .container{
    overflow-x: inherit;
}
.container {
    max-width: 1200px;
    margin: 0px auto;
    padding: 0 5px;
   
   
}

.clearfix {
    clear: both;
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-justify {
    text-align: justify;
}

.img-responsive {
    max-width: 100%;
    height: auto;
}

.img-full {
    width: 100%;
    height: auto;
}

.center-block {
    margin: 0 auto;
}

.col-1 {
    width: 8.333333333333333%;
}

.col-2 {
    width: 16.66666666666667%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.33333333333333%;
}

.col-5 {
    width: 41.66666666666667%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.33333333333333%;
}

.col-8 {
    width: 66.66666666666667%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.33333333333333%;
}

.col-11 {
    width: 91.66666666666667%;
}

.col-12 {
    width: 100%;
}

.col-12-5 {
    width: 20%;
}

.w70 {
    width: 70%;
}

.w30 {
    width: 30%;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-12-5,
.w30,
.w70 {
    float: left;
}

.wrap {
    display: table;
    padding: 30px 0px 60px;
}

.wrap1 {
    display: table;
    padding: 20px 0px 0px;
}

.block {
    display: table-cell;
    vertical-align: middle;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

header {
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    /* box-shadow: 1px 1px 2px 1px; */
    padding: 25px 0px;
    background-color: #ffffffdb;
    transition: ease all 0.5s;
}

.logo-wrapper {
    position: absolute;
    left: 30px;
    top: -32px;
    padding: 0px;
    /* background-color: #fff; */
    /* height: 122px; */
    /* border-bottom: 5px solid #ffc20e; */
}

.section-padding {
    padding: 110px 0px;
}

.section-extra-padding {
    padding: 170px 0px;
}
.logo-color{
    width: 207px;
    margin-top: 6px !important;
}
.logo1{
    width: 100px;
    height: 41px;
    margin-left: 10px;
    margin-top: 17px !important;
    }
.logo-wrapper>a,
.logo-wrapper>a>img {
    display: flex;
    margin-top: 5px;
    
}

.number-wrapper {
    font-family: 'CorporateS-Regular' !important;
    margin-right: 10px;
    font-size: 16px !important;
    line-height: 30px !important;
    width: 170px;
    display: inline-block;
    line-height: 30px !important;
    color: #fff !important;
    text-align: right;
}

.enquire-now-btn {
    background-color: #464238;
    padding: 0px 10px;
    color: #fff;
    line-height: 30px;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: 1s;
    /* Safari */
    transition: 1s;
    font-family: 'CorporateS-Regular';
}

footer {
    width: 100%;
    line-height: 32px;
    background-color: #000000;
   
    color: #fff;
    font-size: 15px;
    text-align: center;
}

footer a {
    color: #fff;
    vertical-align: middle;
}

footer a img {
    vertical-align: middle;
}


.enquire-form {
    width: 300px;
    position: absolute;
    background: rgba(52, 52, 52, 1);
    right: 20px;
    top: 30px;
    border: 1px solid #ccc;
    padding: 10px;
    display: none;
}

.nav-wrapper {
    clear: right;
}

nav a {
    display: inline-block;
    margin: 0px 0px 0px 15px;
    text-transform: capitalize;
    
    color: #0c0c0c;
    font-size: 18px;
    cursor: pointer;
    font-family: 'CorporateS-Regular';
}

nav a.active {
    color: #464238;
}

nav a:hover {
    color: #464238;
}

.lh30 {
    line-height: 30px;
}

.slide {
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover;
}


.section-title {
    font-size: 40px;
    /*margin-bottom: 20px;*/
    /* font-family: 'CorporateS-Regular'; */
    color: #181816;
    text-align: center;
}

.section-subtitle {
    font-size: 25px;
    margin-bottom: 50px;
    font-family: 'CorporateS-Regular';
    text-align: center;
}

.section-subtitle12 {
    font-size: 20px;
    margin-bottom: 25px;
    font-family: 'CorporateS-Regular';
    text-align: center;
}

.section-subtitle:after {
    content: '';
    position: absolute;
    left: 0px;
    height: 2px;
    width: 100%;
    /* background-color:  #000000; */
    bottom: -22px;
}

.fwbold {
    font-family: 'CorporateS-Regular';
}

.section-subtitle-white {
    font-size: 25px;
    margin-bottom: 50px;
    font-family: 'CorporateS-Regular';
}

.section-subtitle-white:after {
    content: '';
    position: absolute;
    left: 0px;
    height: 1px;
    width: 100%;
    background-color: #fff;
    bottom: -22px;
}

.specs-subtitle-white {
    font-size: 18px;
    margin-bottom: 50px;
    font-family: 'CorporateS-Regular';
}

.specs-subtitle-white:after {
    content: '';
    position: absolute;
    left: 0px;
    height: 1px;
    width: 100%;
    background-color: #fff;
    bottom: -22px;
}

.specs-list li {
    list-style-type: none;
}

.specs-list li a {
    color: #ffffff;
    font-size: 18px;
    padding: 10px 0px;
    display: block;
    position: relative;
}

.specs-list li a:before {
    content: '';
    position: absolute;
    left: -17px;
    top: 20px;
    width: 5px;
    height: 5px;
    background: #000;
    border-radius: 10px;
}

.f28 {
    font-size: 28px;
    color: #fff;
}

.specs-list {
    padding-left: 15px;
    z-index: 99;
    width: 90%;
}

.specs-list:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    width: 1px;
    height: 100%;
    z-index: -1;
}

.active-specs {
    background-color: #ffc20e;
    color: #000000 !important;
    margin-left: -15px;
    padding: 10px 15px !important;
    border-radius: 0px 20px 20px 0px;
    /*width: 250px;*/
}

.active-specs:before {
    content: '';
    position: absolute;
    left: -17px;
    top: 20px;
    width: 0px !important;
    height: 0px !important;
    background: #000;
    border-radius: 10px;
}

.content-wrapper p {
    font-weight: 300;
}

.specs-tab {
    display: none;
}

.specs-tab ul {
    padding-left: 0px;
}

.specs-tab li {
    padding: 5px 20px;
    position: relative;
    list-style-type: none;
    color: #fff;
}

.specs-tab ul li:before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 24px;
    background: #fff;
}

.specs-title {
    font-size: 30px;
}

.specs-right {
    padding: 0px 50px;
}

.grey {
    color: #4d4e50;
}

.amenities {
    width: 70%;
    margin: 20px auto;
}

.amenities-img {
    width: 30%;
    margin: 30px auto;
}

.amenities-text {
    width: 70%;
    margin: 0 auto;
    font-size: 17px;
    padding: 14px 10px;
}

section.grey {
    /* background-color: #f5f5f5; */
}

section p,
section ul,
section ol {
    font-size: 16px;
    line-height: 28px;
}

.hide-in-desktop {
    display: none;
}

.tagline {
    right: 15px;
    top: 290px;
    text-align: left;
    position: absolute;
}

.tagline-left {
    left: 15px;
    top: 260px;
    text-align: left;
    position: absolute;
}

.tagline-top {
    font-size: 60px;
    color: #fff;
    line-height: 54px;
    margin-bottom: 20px;
    font-family: 'Exo2-SemiBold';
}

.tagline-bottom {
    font-size: 26px;
    color: #d2ac67;
    font-family: 'Exo2-SemiBold';
}

.white {
    color: #fff;
}

.golden {
    background: #000000;
    color: #0c0c0c;
}

.banner-bottom-tagline {
    width: 100%;
    left: 0px;
    text-align: center;
    /*bottom: 0px;*/
    z-index: 99;
    background: #343434;
    padding: 10px 0px;
    font-size: 18px;
    font-family: 'Exo2-SemiBold';
}

.banner-bottom-tagline>.col-6:first-child {
    border-right: 1px solid #fff;
}

.banner-bottom-tagline span {
    font-size: 25px;
}

.box {
    width: 50%;
    float: left;
    padding: 10px;
    min-height: 260px;
}

.box-text {
    font-size: 20px;
    padding: 0px 10px;
    font-family: 'Gotham-Medium';
}

.box ul {
    font-size: 15px;
    padding-left: 14px;
}

.box1 {
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
}

.box2 {
    border-bottom: 1px solid #000000;
}

.box3 {
    border-right: 1px solid #000000;
}


/* PAGER */

.bx-wrapper .bx-pager {
    position: absolute;
    bottom: 120px;
    width: 100%;
    z-index: 99;
}

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #464238;
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    vertical-align: bottom;

}

.bx-wrapper .bx-pager-item {
    font-size: 0;
    line-height: 0;
}

.padding {
    padding: 0px 0px 50px;
}
.panel {

    box-shadow: 0 0px 0px rgba(0, 0, 0, .05)!important;
}

.specification-bg {
    background-image: url(../images/SpecificationsBG.html);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: initial!IMPORTANT;
}

/* Why to choose Us */
#why-to-choose {
    background-image: url(../images/texture-bw.png);
    /* background-image: url(../images/brown1.png); */
    background-size: cover;
    background-position: center;
    padding: 0px;
}
.whyto{
    background-color: #f7f7f7a8;
}


/* form */

.form-group {
    margin-bottom: 0;
    height: 47px;
}

.contactuslabels {
    color: #BF9E61;
}

.form-group input {
    position: relative;
}

.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.submit {
    cursor: pointer;
    background: #BF9E61;
    color: #fff;
    padding: 10px;
}

.error {
    color: #f00 !important;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 14px;
}

label.error {
    /*position: absolute;*/
    /* top: 62px; */
}

.hide-in-mobile {
    display: block;
}

.footer-mobile {
    display: none;
}

.top-padding {
    padding-top: 70px;
}

.banner-bottom-tagline .col-6 {
    padding: 0 10px
}

.about-us-parallax {
    width: 80%;
    margin: 0 auto;
    background-attachment: fixed;
    /*height: 512px;*/
    background-repeat: round;
}

.left-padding {
    padding-left: 50px;
}


/* style for new sections like contact form*/

.form-p {
    text-align: center;
    margin-bottom: 20px !important;
    color: #000;
}

#contact  {
    background-image: url(../images/g8.jpg);
    background-size: cover;
    background-position: center;
    /* padding: 70px; */
}

.intl-tel-input {
    width: 100%;
}

.form-btn{
    margin: 0px auto;
    display: block;
    background: #000000!important;
    border: 2px solid #000000;
    color: #fff;
    font-size: 18px;
    padding: 8px 39px 8px;
    transition: ease all 0.5s;
}

.form-btn:hover {
    border-color: #000000!important;
    background: transparent;
    color: #fff;
    transition: ease all 0.5s;
}

.contact-div {
    padding-bottom: 20px;
}

#contctform-phone {
    width: 100%;
}

#price-model {
    z-index: 9999 !important;
    opacity: 1;
}

.her {
    background-color: #2e2f2f;
    color: #fff;
    border-bottom: none !important;
}

.tbl>tbody>tr>td {
    border-top: none !important;
    vertical-align: middle;
    font-size: 17px;
     width: 30%; 
}

.her h3 {
    margin: 0px 0px;
    font-size: 18px;
     padding: 5px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.modal-dialog {
    top: 80px;
    margin-top: 10%;
    background: transparent !important;
}
.input-group {
    position: relative;
    border-collapse: separate;
    display: block;
}
.Home-pupup .modal-header {
    background: #ffffff;
    color: #000000;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6 !important;
}

#gallery {
    /* background: url(../images/Background-socialinfrastruce.png); */
    background-position: right;
    background-repeat: no-repeat;
    /* margin-top: 100px; */
     background-position-x: 700px;
    background-position-y: top;
}
.social-infrastructure{
    /* background: url(../images/Background-socialinfrastruce-1.png); */
    background-position: left;
    background-repeat: no-repeat;
    /* margin-top: 500px; */
     background-position-x: -100px;
    background-position-y: 200px;

}

#location {
    /* background-image: url(../images/Background-contact.png); */
    background-size: contain;
    background: #eeeeee9c;
    /* background-repeat: no-repeat; */
    background-position: left;
    background-position-x: -100px;
    margin-bottom: 30px;
}


.modal-header .close,
.Home-pupup .close ,#broucher .close{
    color: #1d1d1d !important;
    opacity: 1 !important;
    margin-top: -46px;
}
.modal-title{
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 26px;
    font-weight: 600;
    text-align: left;
    margin-left: 20px;
}
.modal-header p{
    text-align: left;
    margin-left: 20px;  
}

.Home-pupup .form-group {
    height: 40px;
    margin-bottom: 10px;
}

.Home-pupup .input-group-addon {
    background: #670e43;
    color: #fff;
    border: 0;
}

form input,
form select ,.input-group .form-control,.input-group .input{
    height: 40px;
    border: none;
    width: 100%;
    padding-left: 8px;
    background: #fff;
    border: 1px solid #d8d6d6;
   
}
input [type="tel"]:focus,input [type="text"]:focus,input [type="email"]:focus{
   
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.modal-body,.modal-content {
    border-radius: 25px!important;
     
 }
 
 .modal-header{
     background: #000000;
     color: #fff;
     text-align: center;
     border: none !important;
     border-top-left-radius: 5px!important;
     border-top-right-radius: 5px!important;
     
 }
 
 .modal-body {
     background: rgb(255, 255, 255);
 }
 .input-group-addon,.input [type="tel"],.input [type="text"],.input [type="email"]  {
     background: #670e43;
     color: #fff;
     border: 0;
 }
 form input,
 form select ,.input-group .form-control{
     height: 40px;
     border: none;
     width: 100%;
     padding-left: 8px;
     background: #fff;
     border: 1px solid #dcd9d9;
     z-index: 0;
 }

.default-btn {
    margin: 0px auto;
    display: block;
    background-image: none;
    background-color: #449d44!important;
    text-shadow: none;
    color: #fff;
    border-color: #449d44!important;
    border-radius: 10px;
    padding: 10px 35px 10px 35px;
    transition: all 0.5s ease;
    font-weight: 800;
}
.default-btn:hover{
    color: #fff;
}


.price-btn,.btn-default {
    margin: 0px auto;
    width: 93%;
    display: block;
    background-image: none;
    background-color: #670e43!important;
    text-shadow: none;
    color: #fff;
    border-color: #670e43;
    border-radius: 3px;
    padding: 10px 35px 10px 35px;
    transition: all 0.5s ease;
    font-weight: 800;
    margin-bottom: 10px;
}
.price-btn:hover,.btn-default:hover{
    color: #fff;
}
.modal-backdrop.fade {
    opacity: .5;
    z-index: unset;
}

@media all and (max-width: 1366px) {
    .about-us-parallax {
        width: 75%;
    }
    .tagline {
        top: 210px;
    }
    .tagline-left {
        left: 120px;
        top: 150px;
    }
}

@media all and (max-width: 1024px) {
    .logo-wrapper {
        left: 20px;
    }
    .box {
        min-height: 270px;
    }
}

@media all and (max-width: 768px) {
    .modal-header .close,
.Home-pupup .close ,#broucher .close{

    margin-top: -26px;
}
    .quotation_area .quotation_text .sayhello .num h3 {
        font-size: 30px!important;
        font-weight: 700;
        color: #fafafa;
        line-height: 1;
        margin-top: 7px;
    }
    .white1 .latest-post, .white1 .latest-post-inner {
        min-height: 290px;
        max-height: 270px;
        margin-bottom: 30px;
    }
    .white1 h2 {
        color: #000;
        margin-bottom: 30px;
        font-weight: 500;
        font-size: 25px;
    }
 
    .black h4 {
        font-size: 1.5rem!important;
    }
        #home .div-line {
            border-right: 1px solid #fff;
            border-bottom: 1px solid #fff;
        }
    nav a {
        display: inline-block;
        margin: 0px 0px 0px 15px;
        text-transform: capitalize;
        
        color: rgb(219, 219, 219);
        border-bottom: 1px solid;
        font-size: 18px;
        cursor: pointer;
    }    
    .offers img{
        margin: auto;
        width: 90%;
    }
    
    .banner-bottom-tagline span {
        font-size: 23px;
    }
    .box {
        width: 100%;
        min-height: auto;
    }
    .box1,
    .box2,
    .box3,
    .box4 {
        border: 0px;
    }
    .about-us-parallax {
        height: auto;
        background-image: none;
        width: 100%;
    }
    .about-us-parallax img {
        margin-top: 0px;
    }
}

@media all and (max-width: 700px) {
    .footer-mobile {
        display: block;
        position: fixed;
        bottom: 0px;
        left: 0px;
        z-index: 999;
        width: 100%;
        background-color: #343434;
        padding: 5px;
        text-align: center;
        color: #fff;
        font-family: 'ProximaNovaA-Semibold';
    }
    #form_success {
        color: #343434 !important;
    }
    .about-us-parallax {
        height: auto;
        background-image: none;
        width: 100%;
    }
    .left-padding {
        padding-left: 0px;
    }
    .about-us-parallax img {
        margin-top: 0px;
    }
    .hide-in-desktop {
        display: block;
    }
    /*footer {*/
    /*display: none;*/
    /*}*/
    .close-btn {
        display: block;
        right: 10px;
        font-weight: bold;
    }
    .enquire-form {
        display: none;
        position: fixed;
        left: 0;
        bottom: 30px;
        top: 0;
        background-color: rgba(255, 255, 255, 0.92);
        height: 95%;
        z-index: 9999;
        -webkit-transition: all 400ms ease-out;
        transition: all 400ms ease-out;
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
        -webkit-overflow-scrolling: touch;
        padding: 5%;
        overflow-y: scroll;
        padding-bottom: 0px;
        width: 100%;
    }
    .banner-bottom-tagline .col-6 {
        width: 100%;
    }
    .banner-bottom-tagline span {
        font-size: 18px;
    }
    .banner-bottom-tagline {
        font-size: 15px;
    }
    .tagline-top {
        font-size: 26px;
        line-height: 32px;
        margin-top: 10px;
    }
    .tagline-bottom {
        font-size: 20px;
        line-height: 24px;
    }
    .tagline {
        top: 170px;
        width: 90%;
    }
    .tagline-left {
        top: 300px;
    }
    .enquire-now-wrapper {
        display: none;
    }
    header {
        padding: 35px 0px;
        /* background: black; */
    }
    .banner-bottom-tagline>.col-6:first-child {
        border-right: 0px solid #fff;
        margin-bottom: 10px;
    }
    .logo-wrapper {
        top: -37px;
        height: auto;
        z-index: 99;
    }
    .logo-wrapper>a,
    .logo-wrapper>a>img {
        display: flex;
        margin-top: 5px;

    transition: 0.8s;
    }
    .logo-color{
        width: 164px;
    
    }
    .fixHeader .logo-color{
        width: 164px;
        margin-top: 5px !important;
    }
    .contact-back {
        padding: 20px 20px!important;
       
    }
    .logo1 {
        width: 80px;
        height: 36px;
       
    }
    .nav-wrapper {
        width: 100%;
        margin-top: 0px;
        position: absolute;
        background-color: #000000c5;
        top: 25px;
        left: 0;
        display: none;
    }
    nav a {
        display: block;
        text-align: center;
        margin: 0px;
        padding: 12px 0px;
    }
    .burger-menu {
        display: block;
        position: absolute;
        right: 40px;
        top: -8px;
        font-size: 18px;
        color: #2d2d2d;
    }
    .col-left,
    .col-right {
        width: 100%;
    }
    .section-title {
        font-size: 30px;
    }
    .section-subtitle {
        font-size: 20px;
        margin-bottom: 36px;
    }
    .amenities {
        width: 100%;
    }
    .hide-in-mobile {
        display: none;
    }
    .box {
        width: 100%;
        padding: 10px 5px;
        min-height: 0px;
    }
    .box1,
    .box2,
    .box3,
    .box4 {
        border: 0px;
    }
    button.accordion {
        background-color: #343434;
        color: #fff;
        cursor: pointer;
        padding: 0px;
        width: 100%;
        border: none;
        text-align: left;
        outline: none;
        font-size: 17px;
        transition: 0.4s;
        /* padding: 10px; */
    }
    .acc-content {
        display: inline-block;
        padding: 10px;
    }
    button.accordion:after {
        content: '\02795';
        font-size: 13px;
        color: #fff;
        float: left;
        margin-left: 0px;
        /* background-color: #f7c034; */
        padding: 12px 15px;
    }
    button.accordion.active:after {
        content: "\2796";
    }
    div.panel {
        /* padding: 0 0px; */
        /* background-color: transparent; */
        /* max-height: 0; */
        overflow: hidden;
        transition: 0.6s ease-in-out;
        /* opacity: 0; */
    }
    .accordian-specs {
        margin-top: 20px;
    }
    div.panel.show {
        opacity: 1;
        max-height: 800px;
    }
    div.panel ul {
        padding: 0 30px;
        font-size: 17px;
        line-height: 28px;
    }
    .full-height {
        height: auto !important;
    }
    .mobile-accordian {
        margin-top: 20px;
    }
    .specification-bg {
        background-color: #464238;
        background-image: none;
    }
    .wrap {
        display: block;
        padding: 30px 0px;
    }
    .wrap1 {
        display: block
    }
    .block {
        display: block;
        vertical-align: middle;
    }
    .box-title .pull-left {
        display: inline-block;
    }
}

.btn-success1{
  
    padding: 10px 40px;
    background: #670e43;
    color: white;
    font-size: 20px;
    text-align: center;
}
#CaptchaDiv {
    float: left;
    border: 1px solid #fff;
    width: 150px;
    height: 35px;
    padding: 0px 0px;
    font-size: 26px;
    font-weight: 800;
    text-align: center;
    margin-right: 10px;
    color: #fff;
    margin: 10px;
}

#refresh {
    cursor: pointer;
}

#contact-form input,
#contact-form select {
    height: 40px;
    border: none;
    width: 100%;
    padding-left: 8px;
    background: #fff;
}


#contact-form .input-group-addon {
    background: #0c0c0c;
    color: #fff;
    border: 0;
}

.form-ico {
    font-size: 19px !important;
}

#contact-form textarea {
    border: none;
    resize: none;
    /*height: 40px;*/
}

#contact-form .form-group {
    height: 40px;
    margin-bottom: 23px;
}

#contact-form .selected-flag {
    background: #ba1f6b;
    width: 39px;
    border-radius: 3px 0px 0px 3px;
    height: 40px;
}

#contact-form .flag-container {
    padding: 0px !important;
}

@media only screen and (max-width: 380px) {
    .her h3 {
        font-size: 15px;
    }
}

@media only screen and (max-width: 580px) {
    .tbl-holder {
        overflow: scroll;
    }
    .tbl {
        width: 100% !important;
    }
}

.msgicon {
    height: 100px;
    width: 100px;
    border: 4px solid #fff;
    font-size: 39px;
    background: #000000;
    color: #fff;
    border-radius: 50%;
    padding: 20px;
    text-align: center;
    margin: 0px auto;
    display: block;
}

.oops {
    /*color: #fff;*/
    text-align: center;
    font-size: 50px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.space {
    margin-top: 6%;
}

.oops-subtitle {
    /*color: #fff;*/
    font-size: 18px;
}

.go-home {
    color: #000000;
    background: #fff;
    font-size: 19px;
    padding: 10px;
    width: 225px;
    margin: 0px auto;
    margin-top: 30px;
    border-radius: 5px;
    transition: ease 0.5s;
}

.go-home:hover {
    transition: ease 0.5s;
    color: #fff;
    background: #000000;
    border-radius: 25px;
}

.oops-greet {
    color: #000000;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 15px;
}

.qr-text {
    color: #fff;
    background:#00000000;
}
.rt-icon-settings {
    position: fixed;
    right: -55px;
    top: 50%;
    padding: 10px 0;
    width: 150px;
    cursor: pointer;
    transform: rotate(90deg);
    z-index: 99;
    background: #1d1d1d;
    text-align: center;
}

.interested-div-close {
    position: absolute;
    right: 0px;
    bottom: auto;
    top: -1%;
    padding: 7px;
    color: #ffffff;
    font-size: 12px;
    line-height: 14px;
    border: 1px none #ffffff;
    background-color: #000000;
    font-weight: bolder;
}

p.popup-title {
    text-align: center;
    font-size: 20px;
    color: black;
}

p.inner-interested {
    position: absolute;
    top: 0vh;
    left: 0vh;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #000000;
    width: 100%;
    padding: 1%;
    text-align: center;
    color: white;
}


.flot-btn,
.flot-btn:focus {
    background: #000000!important;
    box-shadow: none !important;
    color: #fff !important;
    border: 2px solid #000000!important;
    margin: 0px auto !important;
    display: block !important;
    padding: 6px 20px !important;
}

.flot-btn:hover {
    background: transparent;
    box-shadow: none;
    border-color: #000000;
    color: #000000;
}


/* #iam-interested input,
#float-form select {
    height: 40px !important;
    border: none !important;
    padding-left: 9px !important;
    width: 100%;
    background: #fff !important;
} */

#iam-interested .input-group-addon {
    background: #000000;
    color: #fff;
    border: 0;
}

#iam-interested .form-ico {
    font-size: 19px !important;
}


/* #iam-interested .form-group {
    height: 40px;
    margin-bottom: 23px;
} */
.bg-black1{
    background: #000000;
    padding: 20px;
    font-size: 20px;
    height: 140px;
}
.bg-black1 span{
    line-height: 30px;
    color: white;
    margin: auto;
}
.mine ,.bg-black1 i{
    font-weight: 200;
    text-align: center;
    margin: auto;
    font-size: 26px;
}


@media only screen and (min-width: 768px) {
    .overlay1{
        padding: 50px 3px 50px;
        background: #e6e6e6cc;
    }
    .scedule {
        background: url(../images/g4.jpg);
        /* background-color: #292929; */
    }

    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
    .white1 h2 {
        color: #000;
        margin-bottom: 30px;
        font-weight: 900;
        font-size: 30px;
    }
    .white1 .latest-post, .white1 .latest-post-inner {
        min-height: 470px;
        max-height: 340px;
        margin-bottom: 30px;
    }
    
    #intro-hero {
        background: url(../images/banner1.jpg);
        padding-top: 0px;
        padding-bottom: 20px;
        position: relative;
        z-index: 1;
        height: 100%;
        width: 100%;
        margin-top: 80px;
        min-height: 539px;
        background-position: center;
        background-size: cover;
        color: #fff;
    }
    .white1 .latest-post{
        margin: -13px;
    }
    .bottom30{
        margin-bottom: 50px;
    }
    .form-join {
        margin-top: 121px!important;
        
    }
    .form-join {
        background: #000000b5;
        max-width: 500px;
        margin: 0 auto;
        padding: 15px 20px;
        border-radius: 4px;
        text-align: left;
        -webkit-box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.05);
        box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.05);
    }
    .top-heading p{
        font-size: 20px;
        text-align: center;
        line-height: 35px;
    }
    .offers img{
        margin: auto;
        width: 80%;
    }
    
    #banner-form {
        position: absolute;
        width: 254px;
        right: 2%;
        top: 20%;
        z-index: 9999;
    }
}

@media only screen and (max-width: 767px) {
    .overlay1{
        padding: 20px 3px 20px;
        background: #e6e6e6cc;
    }
    .scedule {
        background: url(../images/g4.jpg);
        /* background-color: #292929; */
    }
    #intro-hero {
        background-image: none;
        width: 100%;
        background-position: right;
        background-position: center;
        background-size: cover;
        height: 0px!important;
        margin-top: 2px;
    }
    .form-join {
        background: #000000;
       margin: 0 auto;
        padding: 15px 20px;
        border-radius: 4px;
        text-align: left;
        -webkit-box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.05);
        box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.05);
    }
    .form-hedear .col-sm-6{
        padding-right: 0px;
    padding-left: 0px;
    }
    .sec-bannerform {
        padding: 40px 20px;
        background: #d0d0d0;
        display: none;
    }
  
}

#proper .elementor-text-editor{
    width: 100%;
    overflow-x: auto;
}

 thead tr {
    padding: 0px 0px;
    line-height: 1.5;
    vertical-align: middle;
    border: 2px solid #000000;
}

tbody td{
    padding: 10px 0px;
    line-height: 1.5;
    vertical-align: middle;
    border: 1px solid #1d1d1d;
}
.golden{
    background: #1d1d1d;
    color: #0c0c0c;
}
table h1,table h2,table h3,table h4, table h5,table h6 {
    margin-top: .5rem;
    margin-bottom: 1rem;
    font-family: inherit;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.2;
    color: inherit;
    color: #ffffff;
}
table {
    background-color: transparent;
    width: 100%;
    margin-bottom: 15px;
    font-size: .9em;
    border-spacing: 0;
    border-collapse: collapse;
}

.m-banner {
    display: none !important;
}

@media only screen and (max-width: 700px) {
    table td, table th {
        padding: 5px!important;

    }

table h1, table h2, table h3, table h4, table h5, table h6 {
    margin-top: 5px!important;
    margin-bottom: 5px!important;
  
    font-size: 18px!important;
}
table td, table th {
    padding: 10px!important;
    
    border: 2px solid #000000!important;
    }
    .d-banner {
        display: none !important;
    }
    .m-banner {
        display: block !important;
    }

    .slide .row {
        margin-right: -10px!important;
        margin-left: -15px;
    }
  
}

.fixed-footer-cust {
    background: #1f3f81;
    text-align: center;
    color: #fff !important;
    padding: 10px 0px 10px 0px;
    width: 100%;
    position: fixed;
    bottom: 0px;
    z-index: 99;
  }
  .div-line {
    border-right: 1px solid #fff;
  }
  .fix-link, .fix-link:hover, .fix-link a:hover, .fix-link a:focus {
    color: #fff !important;
    font-size: 14px;
  }

.rera img {
    width: 115px;
    float: left;
    margin-right: 10px;
}

.rera-h {
    margin: 0;
    font-size: 19px;
    font-weight: 800;
}

.rera-txt {
    margin: 0px;
    line-height: 23px;
}

.copy {
    line-height: 23px;
}

.taxi {
    width: 15%;
    display: block;
    margin: 0px auto;
}

@media (max-width: 991px) and (min-width: 475px) {
    .rera-wrap {
        width: 400px;
        margin: 0px auto;
    }
}

@media only screen and (max-width: 474px) {
    .rera img {
        width: 100px;
        float: none;
    }
    .rera-wrap {
        text-align: center;
    }
}

@media only screen and (max-width: 991px) {
    .copy {
        text-align: center;
    }
}

@media only screen and (min-width: 992px) {
    .copy {
        /*margin-top: 35px;*/
        text-align: center;
    }
    #contact {
        /* height: 550px; */
        /* padding: 50px 150px; */
    }
}

.rera-link {
    margin: 0;
    font-size: 19px;
}

.amenities-main p {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 25px;
    line-height: 19px;
    font-size: 15px;
}

@media only screen and (max-width: 395px) {
    .amenities-main p {
        /*height: 45px;*/
        /*line-height: 19px;*/
        font-size: 14px;
    }
}

.hi-icon img {
    width: 90px;
}

.tbl {
    border: 1px solid;
    /*box-shadow: 8px 8px 19px #bbbbbb;*/
    background: #fff;
}

.glyphicon-chevron-left:before {
    content: "" !important;
}

.glyphicon-chevron-right:before {
    content: "" !important;
}

.carousel-control img {
    width: 35px;
}


/*------------- gallery ------------------------*/

.latest-post,
.latest-post-inner {
    min-height: 270px;
    max-height: 240px;
    margin-bottom: 30px;
}
.contact-location .latest-post,
.contact-location .latest-post-inner {
    min-height: 518px;
    /* max-height: 240px; */
    margin-bottom: 0px
}
.latest-post {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.latest-post-inner {
    padding: 50px 30px;
    position: relative;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    border: 2px solid #1d1d1d;
}
.contact-location .latest-post-inner{
    padding: 50px 30px;
    position: relative;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    border: 0px solid #0c0c0c;
}
.latest-post .latest-post-inner span,
.latest-post .latest-post-inner a,
.latest-post .latest-post-inner p,
.latest-post .latest-post-inner i,
.latest-post .latest-post-inner .entry-author {
    color: #fff;
    position: relative;
}

.latest-post .latest-post-inner a:hover {
    color: rgba(255, 255, 255, 0.7);
}

.latest-post .latest-post-inner .latest-post-content {
    position: absolute;
    bottom: 30px;
}

.latest-post .latest-post-inner:before {
    content: "";
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 50%;
    opacity: 1;
    background: transparent;
}

.latest-post .latest-post-inner .link-icon {
    position: absolute;
    opacity: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    -webkit-transform: translate(-50%, -50%) scale(0);
    color: #fff;
    z-index: 999;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.latest-post .latest-post-inner .link-icon a {
    background-color: #493e3e;
    display: table;
    height: 50px;
    width: 50px;
    border-radius: 30px;
    text-decoration: none;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.latest-post .latest-post-inner .link-icon a i {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.latest-post .latest-post-inner .link-icon a:hover {
    background-color: rgba(73, 62, 62, 0.7);
    transform: scale(1.2);
    -webkit-transition: 300ms;
    transition: 300ms;
}

.latest-post .latest-post-inner:hover:before {
    opacity: 0;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.latest-post .latest-post-inner:hover .link-icon {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    -webkit-transition: 300ms;
    transition: 300ms;
}

.latest-post .latest-post-inner:hover {
    background-color: rgba(56, 55, 64, 0.57);
}

.sl-prev {
    display: block !important;
}

.sl-next {
    display: block !important;
}

.btn-primary:hover {
  border-radius:20px!important;
}
/*------------- End of gallery ------------------------*/

.mytab {
    text-align: center;
    border-bottom: none;
    margin-bottom: 45px;
}

.mytab li {
    float: none !important;
    display: inline-block;
}

.mytab>li.active>a,
.mytab>li.active>a:hover,
.mytab>li.active>a:focus {
    color: #fff;
    background-color: #000000;
    border: none !important;
    cursor: pointer;
    border-radius: 5px;
}

.mytab>li>a:hover,
.mytab>li>a:focus {
    border-color: transparent !important;
    background-color: transparent;
    border-radius: 5px;
    color: #000000;
}

.mytab>li>a {
    color: #000000;
}
a , a:hover{
    text-decoration: none!important;
}

#gallery {
    /*background: #f5f5f5;*/
    padding-bottom: 0px;
    margin-bottom: 5px;
}

.gall-head {
    font-size: 50px;
    color: #670e43;
    font-family: 'CorporateS-Regular';
}

.underline2 {
    background: #636466;
    height: 4px;
    border-radius: 10px;
    width: 120px;
    margin: 0px auto;
    margin-top: -8px;
}

@media only screen and (max-width: 480px) {
    .gall-head {
        font-size: 30px;
    }
}

#sp-footer h2 {
    font-size: 16px;
    margin: 0;
    color: #000;
    margin-bottom: 8px;
    /* font-family: 'Gotham-Medium'; */
}

#sp-footer p {
    line-height: 20px;
    color: rgb(255, 255, 255);
    /* margin-bottom: 70px; */
}

.sl-wrapper .sl-navigation button {
    z-index: 999999 !important;
}

.fixHeader {
    background-color: rgb(255, 255, 255);
    transition: ease all 0.5s;
  
}


.hi-icon-wrap {
    padding: 2em 0 0em !important;
}

#configuration {
    /* background: url("../images/conf-bg.jpg") center; */
    background: #fff;
    background-size: cover;
    background-attachment: fixed;
}

.back {
    padding:40px 0px 20px;
    /* background-color: rgba(0, 0, 0, 0.7); */
}

.contact-back {
    padding: 20px 150px;
    background-color: #0000009c;
    margin: auto;
    text-align: center;
}
.contact-location{
    padding: 0px 0px;
    /* background-color: #0000009c; */
    margin: auto;
    text-align: center;
}


/*#about-us{*/


/*background: #f5f5f5;*/


/*}*/


@media all and (max-width: 767px) {
    .latest-post,
.latest-post-inner {
    min-height: 130px;
    max-height: 150px;
    margin-bottom: 10px;
}
   
    .bg-black1 .div-line {
        border-right: 2px solid #2d2d2d;
        border-bottom: 2px solid #2d2d2d!important;
    }
    .contact-location .latest-post,
.contact-location .latest-post-inner {
    min-height: 318px;
    /* max-height: 240px; */
    margin-bottom: 0px
}
    #sp-footer {
        text-align: center;
        margin-bottom: 100px;
    }
    .rera-sec {
        margin-bottom: 42px;
    }
    #sp-footer h2 {
        margin-top: 13px;
    }
    .panel-title>a {
        display: block;
        padding: 0px!important;
        font-size: 15px!important;
        text-decoration: none;
    }
}

@media all and (max-width: 328px) {
    .footer-logo li:first-child {
        border: none !important;
    }
}
.side-logo img{
    width: 100px;
}
.fixed-footer-cust {
    background: #ffffff;
    text-align: center;
    color: #fff !important;
    padding: 10px 0px 10px 0px;
    width: 100%;
    position: fixed;
    bottom: 0px;
    z-index: 99;
}

.f-icon {
    color: #fff !important;
}

.fix-link ,.fix-link:hover,.fix-link a:hover,.fix-link a:focus{
    color: #fff !important;
    font-size: 14px;
}

.div-line {
    border-right: 1px solid #fff;
}

.free-call:hover {
    color: #FFFFFF;
}



.foo-txt {
    text-align: center;
    color: #fff;
    font-size: 20px;
    margin-top: 20px;
}

.footer-call {
    text-align: center;
    font-size: 20px;
    color: #fff;
}

.footer-call a {
    color: #FFFFFF;
    text-decoration: none;
}

.thank-logo {
    margin: 0px auto;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
}

#video {
    width: 100%;
    margin: 0px auto;
    display: block;
    margin-top: 20px;
}

@media all and (max-width: 767px) {
    .modal-dialog {
        top: 130px!important;
        
    }
    #video {
        width: 100%;
        height: 255px;
    }
    .fa-chevron-right {
        font-size: 3rem;
    }
    .fa-chevron-left {
        font-size: 3rem;
    }
}

#pageloader {
    background: rgba(255, 255, 255, 0.9);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999999;
    top: 0;
}

#pageloader img {
    left: 50%;
    width: 100px;
    margin-left: -32px;
    margin-top: -32px;
    position: absolute;
    top: 50%;
}

.amenities-head {
    text-align: left;
}

.amenities-head:after {
    bottom: -5px !important;
}

.footer-logo {
    margin-top: -10px;
    padding-left: 0px;
}

.footer-logo li {
    list-style: none;
    display: inline-block;
}

.footer-logo li:first-child {
    /*margin-right: 5px;*/
    /*border-right: 1px solid;*/
    /*padding-right: 10px;*/
}

.rera-sec {
    background: #000000;
    padding: 2px 10px 9px;
}

.rera-sec p {
    color: #fff;
    font-size: 13px;
    text-align: center;
    line-height: 19px;
    margin: 0px;
}

.rera-sec h3 {
    margin-top: 0px;
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: 800;
}

#location {
    /* background: #f5f5f5; */
}

.g-txt {
    text-align: center;
    margin: 0px;
}

.panoroma {
    background: url('../images/panoroma.html') no-repeat left center transparent;
    transition: background-position 15000ms ease-in-out;
    height: 100vh;
}

.box ul li {
    font-size: 14px;
}

.inner-banner {
    background: url("../images/panoroma.html");
}

.pd0 {
    padding: 0px;
}

.logo-color {
    /* background: #ffffff; */
    padding: 0px;
}

@media screen and (min-width: 768px) {
    .carousel-indicators {
        bottom: 40px;
    }
}

.form-disc {
    font-size: 9px;
    line-height: 11px;
}

.form-disc a {}

.form-disc-white {
    font-size: 9px;
    line-height: 18px;
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
    padding: 1px;
}

.form-disc-white a {
    color: #ffffff;
}

.hide-bullets {
    list-style: none;
    margin-left: -40px;
}

.thumbnail {
    padding: 0;
    cursor: pointer;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    width: 100%;
}

a.thumbnail:focus,
a.thumbnail:hover {
    border-color: #000000;
}
/* 
.fa-chevron-right {
    margin-left: -30px;
    width: 30px;
    height: 30px;
    margin-top: -40px;
    font-size: 5rem !important;
    left: 50%;
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}

.fa-chevron-left {
    margin-right: -10px;
    width: 30px;
    height: 30px;
    margin-top: -40px;
    font-size: 5rem !important;
    right: 50%;
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
} */

.flogo {
    margin-top: 4%;
}

.selldof .title {
    display: none;
}

.pd-0 {
    padding: 0 !important;
}

.dflex {
    display: flex;
}

.ame-img {
    padding: 2% 0 0px 9%;
    position: relative;
}

.ame-head {
    padding: 0% 8%;
    color: #000;
}

.ame-list {
    padding: 0% 10%;
    color: #000;
}

.ame-img1 {
    padding: 20% 0 0px 20%;
    position: relative;
}

.ame-head1 {
    padding: 1% 20%;
    color: #000;
}

.ame-list1 {
    padding: 0% 25%;
    color: #000;
}

@media screen and (max-width: 767px) {
    .dflex {
        display: grid;
    }
    .fit-list {
        position: absolute;
    }
    .fit-img {
        margin-top: 100%;
    }
    .fit-img1 {
        margin-top: 91%;
    }
    .contact-back {
        padding: 20px;
        background-color: #0000009c;
    }
    .ame-img1 {
        padding: 6% 0 0px 9%;
        position: relative;
    }
    .ame-head1 {
        padding: 1% 8%;
        color: #000;
    }
    .ame-list1 {
        padding: 0% 10%;
        color: #000;
    }
    .lifestyle {
        /* background-color: #c5464f; */
        margin-top: 8%;
    }
   
    .garden {
        /* background-color: #61a54f; */
        margin-top: 8%;
    }
    .arcade {
        /* background-color: #4d9ba7; */
        margin-top: 8%;
    }
    .kids {
        /* background-color:  #000000; */
        margin-top: 8%;
    }
}

.lifestyle {
    /* background-color: #c5464f; */
}

.garden {
    /* background-color: #61a54f; */
}

.arcade {
    /* background-color: #4d9ba7; */
}

.kids {
    /* background-color:  #000000; */
}

#5c7fc45c7c0dac454c01451a .btn {
    width: 100% !important;
}



.selldof .form-control {
    height: 40px !important;
    border: none !important;
    width: 100%;
    background: #fff !important;
}

.selldof label {
    display: none !important;
}

.selldof .title {
    display: none !important;
}

.selldof .btn {
    width: 45%;
    display: block !important;
    margin: 0px auto;
    font-size: 14px !important;
    background-color: #000000!important;
    color: #fff !important;
    border: 1px solid #000000!important;
    transition: all .3s cubic-bezier(.64, .09, .08, 1);
    /*box-shadow: 0 12px 20px -10px rgba(156, 39, 176, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(156, 39, 176, 0.2);*/
}

#accordion .panel {
    border-radius: 0;
    border: 0;
    margin-top: 0px;
}

#accordion a {
    display: block;
    padding: 10px 15px;
    border-bottom: 1px solid #000000;
    text-decoration: none;
}

#accordion .panel-heading a.collapsed:hover,
#accordion .panel-heading a.collapsed:focus {
    background-color: #000000;
    color: white;
    transition: all 0.2s ease-in;
}

#accordion .panel-heading a.collapsed:hover::before,
#accordion .panel-heading a.collapsed:focus::before {
    color: white;
}

#accordion .panel-heading {
    padding: 0;
    border-radius: 0px;
    text-align: center;
}

#accordion .panel-heading a:not(.collapsed) {
    color: white;
    background-color: #000000;
    transition: all 0.2s ease-in;
}


/* Add Indicator fontawesome icon to the left */

#accordion .panel-heading .accordion-toggle::before {
    font-family: 'FontAwesome';
    content: '\f00d';
    float: left;
    color: white;
    font-weight: lighter;
    transform: rotate(0deg);
    transition: all 0.2s ease-in;
}

#accordion .panel-heading .accordion-toggle.collapsed::before {
    color: #444;
    transform: rotate(-135deg);
    transition: all 0.2s ease-in;
}

.panel-body {
    padding: 15px;
    height: 250px;
}

.panel-group .panel-heading {
    border-bottom: 0;
    background: #000000;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .panel-body {
       
         padding: 15px 16px;

        height: initial;
        /* margin-bottom: 54px; */
    }
    #contact {
        /* padding: 40px; */
    }
}

.tbl-holder {
    margin-bottom: 30px;
}

.rera-dis p {
    color: rgb(255, 255, 255);
    font-size: 15px;
    text-align: center;
    line-height: 19px;
    margin: 10px 0px 0px;
}

@media only screen and (max-width: 767px) {
    .blink_offer {
       width: 71%!important;
    }
    .blink_offer h5 {
        font-size: 18px!important;
    }
    .rera-dis p {
        color: rgb(255, 255, 255);
        font-size: 15px;
        text-align: center;
        line-height: 19px;
        margin: -30px 0px 47px;
    }
    #sp-footer p {
        line-height: 20px;
        color: rgb(255, 255, 255);
        margin-bottom: 10px;
    }
}

.timeline {
    list-style-type: none;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    padding: 0px;
}

.li {
    transition: all 200ms ease-in;
}

.timestamp {
    margin-bottom: 0px;
    padding: 0px 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 100;
}

.li.complete .status {
    border-top: 2px solid #222;
}

.status {
    padding: 0px 10px;
    /* display: flex; */
    justify-content: center;
    border-top: 2px solid #D6DCE0;
    position: relative;
    transition: all 200ms ease-in;
}

.li.complete .status h4 {
    color: #222;
    margin-top: 16px;
    text-align: center;
    font-size: 12px;
    line-height: 21px;
    letter-spacing: 1px;
}
button.btn.btn-danger.dbroucher {
    transition: 0.4s ease-in;
    z-index: 999;
    background-color: #0a5688;
    /* width: 160px; */
    font-weight: 600;
    font-size: 20px;
    margin-top: 30px;
    padding: 5px 20px;
    border: 2px solid #ffffff;
}

.status h4 {
    font-weight: 600;
}

.li.complete .status:before {
    background-color: #222;
    border: none;
    transition: all 200ms ease-in;
}

.status:before {
    content: '';
    width: 15px;
    height: 15px;
    background-color: white;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border: 1px solid #ddd;
    position: absolute;
    top: -17px;
    left: 46%;
    transition: all 200ms ease-in;
}


.locationBox1 .location-icon {
   
    color: #fff;
    font-size: 50px;
    width: 100px;
    height: 100px;
    line-height: 172px;
    margin: 0 auto 40px;
    display: block;
    position: relative;
}

.locationBox1 .location-icon:before {
    content: "";
    /* background: linear-gradient(to right,#d3ad37 49%,#d5b659 50%); */
    width: 100%;
    height: 100%;
    border-radius: 24px;
    /* box-shadow: 0 0 0 5px #fff inset; */
    /* border: 5px solid #d5b659; */
    border-right: none;
    border-top: none;
    /* transform: rotate(90deg); */
    clip-path: polygon(14% -84%, 100% 17%, 83% 100%, 18% 100%, 0% 33%);
    position: relative;
    background: #1b1b1b;
    position: absolute;
    box-shadow: inset 0px 0px 7px 3px #00000014;
    top: 0;
    left: 0;
  
    transition: all 0.5s ease 0s;
}

.location-icon span {
    color: #ffffff;
    font-size: 45px;
    width: 44px;
    height: 44px;
    line-height: 52px;
    /* margin: 0 auto 40px; */
    /* display: block; */
    position: relative;
   
    top: -33px;
}

.amenities-main1 h3 {
    text-align: center;
    color: #000;
    font-size: 18px;
}


/* .locationBox1 .location-icon:hover::before {
    transform: rotate(90deg);
} */

.locationBox2 {
    /* margin: 18px 0px; */
    margin-top: 65px;
}

.locationBox2 .location-icon1 {
    color: #fff;
    font-size: 50px;
    width: 100px;
    height: 100px;
    line-height: 120px;
    margin: 0 auto 40px;
    display: block;
    position: relative;
}

.locationBox2 .location-icon1:before {
    content: "";
    /* background: linear-gradient(to right,#d3ad37 49%,#d5b659 50%); */
    width: 100%;
    height: 100%;
    border-radius: 10px;
    /* box-shadow: 0 0 0 5px #fff inset; */
    /* border: 5px solid #d5b659; */
    border-right: none;
    border-top: none;
    transform: rotate(45deg);
    background: #fff;
    position: absolute;
    box-shadow: 3px 3px 10px #004889;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.5s ease 0s;
}

.location-icon1 img {
    color: #fff;
    font-size: 50px;
    width: 65px;
    height: 65px;
    line-height: 120px;
    margin: 0 auto 40px;
    display: block;
    position: relative;
    z-index: 1;
    top: 10px;
}

.amenities-main2 h3 {
    text-align: center;
    color: #000;
    font-size: 18px;
}

.locationBox2 .location-icon1:hover::before {
    transform: rotate(90deg);
}

.title {
    text-align: center;
    color: #000;
    font-size: 18px;
}

.over-img {
    width: 50%;
}

.divider {
    width: 50%;
}

@media (max-device-width: 768px) {
    .timeline {
        list-style-type: none;
        display: block;
    }
    .li {
        transition: all 200ms ease-in;
        display: flex;
        width: inherit;
    }
    .timestamp {
        width: 100px;
        margin-bottom: 0px;
        padding: 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
        font-weight: 100;
    }
    .li.complete:first-child .status {
        border-top: 0px solid #f2d379;
        width: 55%;
    }
    .li.complete .status {
        border-top: 2px solid #f2d379;
        width: 55%;
    }
    .locationBox1 {
        margin: -5px 15px -16px 0px;
        margin-top: 19px;
    }
    .li.complete .status:before {
        background-color: #222;
        border: none;
        transition: all 200ms ease-in;
        display: none;
    }
    .wrap:hover .footer1 {
        border-width: 0 0 100px 100px;
    }
    .wrap:hover .footer1 {
        border-width: 0 0 100px 100px;
    }
    .divider {
        width: 100%;
    }
    .over-img {
        width: 100%;
    }
    #livprop_chatbox img {
        top: -40px;
        position: relative;
    }
}
@media (min-width: 751px) and (max-width: 1000px) {
    .main-text {
        position: absolute;
        top: 105px!important;
        left: 9px!important;
        width: 49%!important;
        word-break: break-word;
        background: #040404a8;
        color: #FFF;
    }
    .banner-main-text {
        position: absolute;
        top: 105px!important;
        left: 9px!important;
        width: 49%!important;
        word-break: break-word;
        background: #040404a8;
        color: #FFF;
    }
}

@media (min-width: 951px) {
    table {
       
        font-size: 17px!important;
    }
    .fixHeader .pull-left .logo-color  {
        width: 207px;
        margin-top: 2px;
    }

    .fixHeader .logo1{
        width: 100px;
        margin-left: 10px;
        margin-top: 14px;
    }

    .fixHeader {
        height: 75px;
    }
    .fixHeader nav {
        margin-top: -2px;
    }    
    .contact-nav{
        background: green;
        color: white!important;
        padding: 7px;
        border-radius: 10px;
      }
      .contact-nav:hover{
        background: rgb(3, 151, 3);
        color: white!important;
        padding: 7px;
        border-radius: 10px;
      }

}


/* Specification scroll div */
.main-text
{
    position: absolute;
    top: 200px;
    left: 50px;
    width: 30%;
    word-break: break-word;
    background: #040404a8;
    color: #FFF;
    
}
.banner-main-text
{
    position: absolute;
    top: 200px;
    left: 50px;
    width: 30%;
    word-break: break-word;
    /* background: #040404a8; */
    color: #FFF;
    
}

.main-text .text-center1{
margin-bottom: 20px;
}
.btn-min-block
{
    min-width: 170px;
    line-height: 26px;
}
.btn-clear
{
    color: #FFF;
    background-color: #1d1d1d;
    border-color: #FFF;
    margin-right: 15px;
    box-shadow: none!important;
    border: 2px solid white!important;
}
.btn-clear:hover
{
    color: #FFF!important;
    background-color: #9c0526;
}
.view-first,.view-first h5{
    text-align: center;
    /* margin-bottom: 20px; */
    height: 144px;
}
.quotation_info .input-group{
    border: 1px solid rgb(228, 222, 222);
}
.btn.active, .btn:active {
    background-image: none;
    outline: 0;
    border-radius: 5px!important;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .125)!important;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .125)!important;
}
.btn.focus, .btn:focus, .btn:hover {
    color: #fff;
    text-decoration: none;
    border-radius: 5px!important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.specific .other-info {
    max-height: 370px;
    padding: 16px;
    font-family: Open Sans,Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #ffffff;
    overflow-y: auto;
    margin: 10px;
}
.specific {
    border: 1px solid #ffa800;
    border-radius: 8px;
    overflow: hidden;
}
.webkit__scroll::-webkit-scrollbar {
    width: 6px;
    background-color: #d7d7d7;
}
.webkit__scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color:#ffa800;
}

address{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
.dir li {
    background: #676767;
    margin-bottom: 10px;
    color: #fff;
    list-style: none;
}
.dir li {
    text-align: left;
}


/* banner ui */
.m10 {
    margin-bottom: 5% !important;
}
.white {
    color: white;
    
}
.white1 {
    color: white;
        background: white;
}

.head {
    color: #ffdf8f;
    font-weight: 600;
    line-height: 25px;
}
.btn-theme {
    background: #000;
    font-size: 13px;
    font-weight: 600;
    padding: 15px 30px;
    color: #fff;
    line-height: normal;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    text-transform: uppercase;
    min-width: 200px;
    text-align: center;
    letter-spacing: 1px;
}
.intro ul {
    padding: 5px 30px;
}


.btn-theme1 {
    background: #1d820b;
    font-size: 13px;
    font-weight: 600;
    padding: 15px 30px;
    color: #fff;
    line-height: normal;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    text-transform: uppercase;
    min-width: 200px;
    text-align: center;
    letter-spacing: 1px;
}
.f9 {
    font-size: 9px;
    color: white;
}
.intro li {
    padding: 5px 10px;
    list-style: disc;
    line-height: 20px;
}

.locationpart {
   
    border: solid 1px #ccc;
    padding: 10px;

    text-align: left;
    box-shadow: 0 2px 5px 0 rgb(150 150 150 / 20%);
    height: 370px;
}
.locationpart iframe{
    height: 344px;
}
.locationpart .head {
    font-size: 26px;
    color: #333;
    font-weight: 600;
    margin-bottom: 15px;
}
.locationpart .icon {
    margin-bottom: 6px;
    font-size: 15px;
    display: inline-block;
}
ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.highlights_list{
    margin-top: 0px;
}
.highlights_list li {
    font-size: 17px;
    color: #000;
    line-height: 24px;
    margin-bottom: 0px;
    position: relative;
    text-align: initial;
    padding: 10px 5px 10px 25px;
}
.highlights_list li i{
    margin-right: 10px;
}
.advantage_sec li {
    font-size: 17px;

    color: #000;
    line-height: 24px;
    margin-bottom: 0px;
    position: relative;
    padding: 10px 5px 10px 25px;
    display: flex;
    align-items: left;
    justify-content: space-between;
}
.advantage_sec li i {
    position: absolute;
    left: 0;
    top: 15px;
    color: #262a29;
}
.pad-tb {
    padding-top: 90px;
    padding-bottom: 90px;
}
.cta-section-1 {
    background-image: url(../images/g3.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    color: #fff;
    background-attachment: fixed;
}
.cta-section-1:before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.88);
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
}
.itawacta {
    position: relative;
}
.cta-section-1 h2 {
    color: #fff;
    font-weight: 400;
    font-size: 45px;
    margin-bottom: 15px;
}
.callnow ,.callnow:hover{
    color: #fff;
    display: block;
    font-size: 26px;
    margin-bottom: 20px;
}
.menu-block1 {
    display: inline-block;
    font-family: inherit;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    user-select: none;
    text-align: center;
    white-space: nowrap;
    padding: 0.65rem 1.5rem;
    border-radius: 3rem;
    color: #262a29;
    background-color: #ffffff;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease-in-out;
    border: none;
}
.location-advantages .inner{
    height: 100%;
    padding: 1rem;
    background-color: var(--secondary-color);
    position: relative;
  }
  .location-advantages .inner::before{
    border-color: rgba(181, 157, 92, 0.725);
  }
  
  .location-advantages ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
    color: var(--body-color);
    border-bottom: 1px solid rgba(0, 0, 0, 0.20);
  }
  
  .location-advantages ul li .loc-row {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  
  .location-advantages ul li .loc-row img {
    flex: 0 0 35px;
    max-width: 35px;
    filter: brightness(0) opacity(0.5);
  }
  
  .location-advantages ul li .loc-row p {
    margin-bottom: 0;
  }
  
  .location-advantages ul li .loc-dist {
  }
  
  .location-advantages ul li .loc-dist small {
    font-size: 13px;
    margin-left: 5px;
  }
  .disc input{
    display: inline-block;
    width: 10px;
    height: 10px;
    color: #a1a1a1;
    float: left;
    margin-right: 5px;
    }
    .disc label {
    display: block;
    font-size: 9px;
    color: #a1a1a1;
    text-align: initial;
    }
    .disc label a {
    display: contents;
    font-size: 9px;
    color: #a1a1a1!important;
    }