@font-face {
    font-family: 'Ringreat';
    src: url('../fonts/Ringreat/Ringreat.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Rasputin';
    src: url('../fonts/Ringreat/Rasputin.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

html,
body {
    padding: 0;
    margin: 0;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    font-family: 'Rasputin', sans-serif;
    color: #000;
    scroll-behavior: smooth;
}

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;
}

.container {
    max-width: 1500px;
    margin: 0px auto;
    padding: 0 20px;
}

.clearfix {
    clear: both;
}

.pd-0 {
    padding: 0 !important;
}

.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;
}

.block {
    /* display: table-cell; */
    /* vertical-align: middle; */
}

.float-none {
    /*float: none !important;*/
}

section {
    float: left;
    width: 100%;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

header {
    position: fixed;
    z-index: 999;
    left: 0;
    height: 75px;
    top: 0;
    width: 100%;
    padding: 5px 30px;
    background-color: #000;
    transition: ease all 0.5s;
}

.logo-wrapper {
    position: absolute;
    left: 0;
    /* top: -34px; */
    text-align: -webkit-center;
    padding: 0px;
    background-color: transparent;
    /* height: 122px; */
    /* border-bottom: 3px solid #C09E68; */
}

.section-padding {
    padding: 110px 0px;
}

.section-extra-padding {
    padding: 170px 0px;
}

.logo-wrapper>a,
.logo-wrapper>a>img {
    display: block;
    /* width: 260px; */
    width: 70px;
    /* padding: 6px; */
}

.number-wrapper {
    font-family: 'Rasputin', sans-serif !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: #cdab64;
    padding: 0px 10px;
    color: #fff;
    line-height: 30px;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: 1s;
    /* Safari */
    transition: 1s;
    font-family: 'Rasputin', sans-serif;
}

footer {
    width: 100%;
    line-height: 32px;
    background-color: #efefef;
    padding: 10px 0px;
    color: #fff;
    font-size: 15px;
    text-align: center;
}

footer a {
    color: #C09E68;
    vertical-align: middle;
    letter-spacing: 1px;
    font-size: 14px;
    text-decoration: none;
}

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;
}

.avighnalogo {
    /* display: none !important; */
}

.nav-wrapper {
    /* display: flex;
    align-items: baseline;
    justify-content: end; */
    clear: right;
    text-align: right;
}

nav {
    /*margin-top: 10px;*/
}

.checkbox {
    width: initial !important;
    float: left;
    height: initial !important;
    margin-right: 4px;
    position: relative;
}

nav a {
    display: inline-block;
    margin: 15px 0px 0px 15px;
    text-transform: capitalize;
    color: #c09e68;
    font-size: 18px;
    cursor: pointer;
    font-family: 'Rasputin', sans-serif;
    margin: 20px 0px 0px 15px;
}

nav button {
    display: inline-block;
    /* margin: -5px 0px 0px 45px; */
    /*text-transform: capitalize;*/
    color: #000;
    font-size: 18px !important;
    cursor: pointer;
    font-family: 'Rasputin', sans-serif;
}

nav a.active {
    color: #cfccb8;
}

nav a:hover {
    color: #a8a8a8;
    text-decoration: none;
}

nav button:hover {
    color: #cdab64;
}

.lh30 {
    line-height: 30px;
}

.slide {
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover;
}


/*.home-slide1{*/


/*background-image: url(../images/Pittie_Kourtyard_Banner1.jpg)*/


/*}*/


/*.home-slide2{*/


/*background-image: url(../images/Pittie_Kourtyard_Banner2.jpg)*/


/*}*/


/*.home-slide3{*/


/*background-image: url(../images/Pittie_Kourtyard_Banner3.jpg)*/


/*}*/

.section-title {
    font-family: 'Ringreat', sans-serif;
    font-size: 50px;
    margin-bottom: 2rem;
    /* font-family: 'Rasputin', sans-serif; */
    /* color: #C09E68; */
    color: #C09E68;
    text-align: center;
    font-weight: 100;
    line-height: 1.2;
}

.section-title1 {
    font-size: 40px;
    /*margin-bottom: 20px;*/
    font-family: 'Rasputin', sans-serif;
    color: #C09E68;
    text-align: left;
}

.section-subtitle {
    font-size: 16px;
    margin-bottom: 30px;
    /* font-family: 'Gotham-Medium'; */
    text-align: center;
    text-align: center;
    color: #000;
    font-size: 15px;
}


/* .section-subtitle:after {
    content: '';
    position: absolute;
    left: 0px;
    height: 2px;
    width: 100%;
    background-color: #a97d47;
    bottom: -22px;
} */

.fwbold {
    font-family: 'Rasputin', sans-serif;
}

.section-subtitle-white {
    font-size: 25px;
    margin-bottom: 50px;
    font-family: 'Rasputin', sans-serif;
}

.section-subtitle-white:after {
    content: '';
    position: absolute;
    left: 0px;
    height: 1px;
    width: 100%;
    background-color: #fff;
    bottom: -22px;
}

.specs-subtitle-white {
    font-size: 18px;
    font-family: 'Rasputin', sans-serif;
}

.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-wrapper1 p {
    font-weight: 300;
    line-height: 28px;
}

.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: #000;
}

.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: #84848521;
}

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: 'Rasputin', sans-serif;
}

.tagline-bottom {
    font-size: 26px;
    color: #d2ac67;
    font-family: 'Rasputin', sans-serif;
}

.white {
    color: #fff;
}

.golden {
    color: #b8292f;
}

.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: 'Rasputin', sans-serif;
}

.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-1 {
    /* padding: 0 1rem; */
    /* margin-bottom: 4rem; */
    /* min-height: 165px; */
}

.box-1 .icon-img {
    text-align: center;
    margin-bottom: .5rem;
}

.box-1 .icon-img img {
    max-width: 70px;
    border: 1px solid #000;
    padding: .5rem;
    border-radius: 50%;
}

.box-text p {
    font-size: 14px;
    text-align: center;
    padding: 0px 10px;
    font-family: 'Rasputin', sans-serif;
}

.box ul {
    font-size: 15px;
    padding-left: 14px;
}

.box1 {
    border-right: 1px solid #C09E68;
    border-bottom: 1px solid #C09E68;
}

.box2 {
    border-bottom: 1px solid #C09E68;
}

.box3 {
    border-right: 1px solid #C09E68;
}


/* 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: 'Rasputin', sans-serif;
    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: #cdab64;
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    vertical-align: bottom;
    zoom: 1;
    display: inline;
}

.bx-wrapper .bx-pager-item {
    font-size: 0;
    line-height: 0;
}

.padding {
    padding: 70px 0px;
}

.specification-bg {
    background-image: url(../images/SpecificationsBG.html);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: initial !IMPORTANT;
}

#overview {
    /* background-image: url(../images/overview.jpg); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: initial !IMPORTANT;
    background-attachment: fixed;
}


/* form */

.form-container {
    background: #b18c53;
    padding: 1.5rem;
    margin-top: 3rem;
    /* box-shadow: 0 12px 14px 2px #ccc; */
}

.get-in-touch {
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-fields {
    display: flex;
    flex-flow: column;
    align-items: start;
    gap: 2rem;
}

.input-group {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.input-group .form-control {
    border: 0;
    border-radius: 0;
    background: transparent;
    border-bottom: 1px solid #c4c4c4;
    font-size: 18px;
    height: 36px;
    padding: 0;
    width: 100%;
    box-shadow: none;
}

.check-box {
    display: flex;
    cursor: pointer;
}

.check-box label {
    display: flex;
    align-items: start;
}

.check-box span {
    cursor: pointer;
    font-size: 18px;
    padding-left: 10px;
    line-height: 2rem;
    color: #fff;
}

#get_in_touch input::placeholder {
    color: #fff;
}

.form-group {
    margin-bottom: 15px;
}

.contactuslabels {
    color: #BF9E61;
}

.form-group input {
    position: relative;
}

/* .form-control.required {
    display: block;
    width: 100%;
    height: 40px;
    padding-left: 9px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #f3f3f3;
    background-image: none;
    border: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
} */

.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
}

.overview-parallax {
    width: 80%;
    margin: 0 auto;
    background-attachment: fixed;
    /*height: 512px;*/
    background-repeat: round;
}

.overview-parallax img {
    /*margin-top: 233px;*/
}

.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/contact-bg.html);
    background-size: cover;
    background-position: center;
    /* padding: 40px; */
}

.intl-tel-input {
    width: 100%;
}

.form-btn {
    margin: 0px auto;
    display: block;
    background: #C09E68;
    border: 2px solid#C09E68;
    color: #ffffff;
    font-size: 18px;
    padding: 8px 39px 8px;
    transition: ease all 0.5s;
}

.form-btn:hover {
    border-color: #C09E68;
    background: #C09E68;
    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: #C09E68;
    color: #fff;
    border-bottom: none !important;
}

.tbl>tbody>tr>td {
    /* border-top: none !important; */
    width: 25%;
}

.tbl>tbody>tr>td a {
    color: #C09E68;
}

.her h3 {
    margin: 8px 0px;
}

.modal-dialog {
    top: 50px;
    background: transparent !important;
}

#main-pop .modal-header,
#myModal1 .modal-header,
#price-model .modal-header,
#price-model1 .modal-header,
#price-model2 .modal-header,
#iam-model .modal-header,
#broucher .modal-header,
#offer-model .modal-header {
    background: #C09E68;
    color: #fff;
}

.modal-header .close,
#main-pop .close,
#price-model .close,
#price-model1 .close,
#price-model2 .close,
#broucher .close,
#offer-model .close {
    color: #fff !important;
    opacity: 1 !important;
    margin-top: -15px;
}

#price-ultima input,
#price-optima input,
#price-maxima input,
#price-ultima select,
#price-optima select,
#price-maxima select {
    height: 40px;
    width: 100%;
    padding-left: 9px;
    border: none;
    background: #f3f3f3;
}

#price-ultima .form-group,
#price-optima .form-group,
#price-maxima .form-group {
    height: 40px;
    margin-bottom: 20px;
}

#price-ultima .input-group-addon,
#price-optima .input-group-addon,
#price-maxima .input-group-addon {
    background: #C09E68;
    color: #ffffff;
    border: 0;
}

#broucher input,
#broucher select {
    height: 40px;
    width: 100%;
    padding-left: 9px;
    border: none;
    background: #f3f3f3;
}

#broucher.form-group {
    height: 40px;
    margin-bottom: 20px;
}

#broucher .input-group-addon {
    background: #C09E68;
    color: #ffffff;
    border: 0;
}

#main-popup input,
#main-popup select {
    height: 40px;
    width: 100%;
    padding-left: 9px;
    border: none;
    background: #f3f3f3;
}

#main-popup .form-group {
    height: 40px;
    margin-bottom: 20px;
}

#main-popup .input-group-addon {
    background: #C09E68;
    color: #fff;
    border: 0;
}

.price-btn {
    margin: 0px auto;
    display: block;
    background-image: none;
    background-color: #C09E68 !important;
    text-shadow: none;
    color: #ffffff;
    border-color: #C09E68;
    border-radius: 5px;
    padding: 10px 20px 10px 20px;
    transition: all 0.5s ease;
    font-weight: 800;
}

.modal-backdrop.fade {
    opacity: .5;
    z-index: unset;
}

@media all and (max-width: 1366px) {
    .overview-parallax {
        width: 75%;
    }

    .tagline {
        top: 210px;
    }

    .tagline-left {
        left: 120px;
        top: 150px;
    }
}

@media all and (max-width: 1024px) {
    .logo-wrapper {
        left: 0;
    }

    .box {
        min-height: 270px;
    }
}

@media all and (max-width: 768px) {
    .btn.btn-default {
        padding: 6px 12px !important;
        font-size: 1.2rem !important;
    }

    .logo-wrapper img {
        /* display: none; */
        width: 48px !important;
        margin-left: .5rem !important;
    }

    .banner-bottom-tagline span {
        font-size: 23px;
    }

    .box {
        width: 100%;
        min-height: auto;
    }

    .box1,
    .box2,
    .box3,
    .box4 {
        border: 0px;
    }

    .overview-parallax {
        height: auto;
        background-image: none;
        width: 100%;
    }

    .overview-parallax img {
        margin-top: 0px;
    }

    .logo-wrapper>a,
    .logo-wrapper>a>img {
        display: block;
        width: 100%;
        /* height: 86px; */
        /* margin-top: 5%; */
        padding: 0px;
    }
}

@media (max-width:768px) {
    .mobileview {
        position: static !important;
        display: flex;
        flex-direction: column-reverse !important;
    }
    

    .mobileview .me {
        position: static;
    margin-top: 40px;
    margin-bottom: 80px;
    }

    .loc-bord {
        border-right: none !important;
        height: 420px !important;
    }
}

@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: 'Rasputin', sans-serif;
    }

    #form_success {
        color: #343434 !important;
    }

    .overview-parallax {
        height: auto;
        background-image: none;
        width: 100%;
    }

    .left-padding {
        padding-left: 0px;
    }

    .overview-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: 7px 0px;
    }

    .banner-bottom-tagline>.col-6:first-child {
        border-right: 0px solid #fff;
        margin-bottom: 10px;
    }

    .logo-wrapper {
        /* top: -13px; */
        /* height: auto;
        z-index: 99; */
    }

    .logo-wrapper>a,
    .logo-wrapper>a>img {
        /* display: inline-block;
        width: 53px;
        transition: 0.8s; */
        /* float: left; */
        /* display: flex; */
    }

    .nav-wrapper {
        width: 100%;
        /* margin-top: 50px; */
        position: absolute;
        background-color: #fff;
        top: 47px;
        left: 0;
        display: none;
    }

    nav a {
        display: block;
        text-align: center;
        margin: 0px;
        color: #C09E68;
        padding: 12px 0px;
    }

    .burger-menu {
        display: block;
        position: absolute;
        right: 20px;
        top: 10px;
        font-size: 30px;
        color: #C09E68;
    }

    .col-left,
    .col-right {
        width: 100%;
    }

    .section-title {
        font-size: 30px;
        margin: 0px;
        margin-bottom: 1rem;
    }

    .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: #cdab64;
        background-image: none;
    }

    .wrap {
        display: block
    }

    .block1 {
        display: block;
        vertical-align: middle;
        margin-top: 13%;
    }

    .block {
        display: block;
        vertical-align: middle;
        margin-top: 0%;
    }

    .box-title .pull-left {
        display: inline-block;
    }
}

#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: #C09E68;
    color: #ffffff;
    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;
}

#reg-form input,
#reg-form select {
    height: 40px;
    /* border-bottom: 2px solid #000; */
    width: 100%;
    padding-left: 8px;
    /* background: #f0f0f0; */
    border-top: none;
    border-left: none;
    border-right: none;
    box-shadow: none;
    border-radius: 0;
}

#reg-form .input-group-addon {
    background: #1c3837;
    color: #ffffff;
    border: 0;
}

.form-ico {
    font-size: 19px !important;
}

#reg-form textarea {
    border: none;
    resize: none;
    /*height: 40px;*/
}

#reg-form .form-group {
    height: 40px;
    margin-bottom: 23px;
}

#reg-form .selected-flag {
    background: #ba1f6b;
    width: 39px;
    border-radius: 3px 0px 0px 3px;
    height: 40px;
}

#reg-form .flag-container {
    padding: 0px !important;
}


/******reg mob form****/

#reg1-form input,
#reg1-form select {
    height: 40px;
    border-bottom: 2px solid #000;
    width: 100%;
    padding-left: 8px;
    /* background: #f0f0f0; */
    border-top: none;
    border-left: none;
    border-right: none;
    box-shadow: none;
    border-radius: 0;
}

#reg1-form .input-group-addon {
    background: #1c3837;
    color: #ffffff;
    border: 0;
}

.form-ico {
    font-size: 19px !important;
}

#reg1-form textarea {
    border: none;
    resize: none;
    /*height: 40px;*/
}

#reg1-form .form-group {
    height: 40px;
    margin-bottom: 23px;
}

#reg1-form .selected-flag {
    background: #ba1f6b;
    width: 39px;
    border-radius: 3px 0px 0px 3px;
    height: 40px;
}

#reg1-form .flag-container {
    padding: 0px !important;
}

@media only screen and (max-width: 380px) {
    .tbl-holder {
        overflow: scroll;
    }

    .her h3 {
        font-size: 15px;
    }
}

.msgicon {
    height: 100px;
    width: 100px;
    border: 4px solid #fff;
    font-size: 39px;
    background: #C09E68;
    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;
}

.oops-subtitle {
    /*color: #fff;*/
    font-size: 18px;
}

.go-home {
    color: #C09E68;
    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: #C09E68;
    border-radius: 25px;
}

.oops-greet {
    color: #C09E68;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 15px;
}

button.btn.btn-danger.interested {
    position: fixed;
    bottom: 15px;
    right: 15px;
    transition: 0.4s ease-in;
    z-index: 999;
    background-color: #C09E68;
    width: 160px;
    font-weight: 600;
    font-size: 20px;
    padding: 5px;
    border: 2px solid #fff;
    color: #ffffff;
}

button.btn.btn-danger.dbroucher {
    position: fixed;
    bottom: 15px;
    left: 15px;
    transition: 0.4s ease-in;
    z-index: 999;
    background-color: #C09E68;
    width: 175px;
    font-weight: 600;
    font-size: 15px;
    padding: 10px;
    border: 2px solid #C09E68;
    color: #ffffff;
}

button.btn.btn-danger.brochure {
    transition: 0.4s ease-in;
    /* z-index: 999; */
    background-color: #C09E68;
    /* width: 160px; */
    font-weight: 600;
    position: relative;
    font-size: 20px;
    padding: 5px;
    border: 2px solid #C09E68;
    color: #ffffff;
    margin: 30px auto;
}

button.btn.btn-danger.interested1 {
    position: fixed;
    bottom: 128px;
    right: -2px;
    transition: 0.4s ease-in;
    z-index: 999;
    background-color: #C09E68;
    width: 66px;
    font-weight: 600;
    font-size: 20px;
    padding: 12px;
    border: 2px solid #ffffff;
    color: #C09E68;
}

.interested-div {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 15px;
    border: 5px solid #3a7f40;
    /*padding: 2%;*/
    border-radius: 5px;
    background-color: #F3F3F3;
    z-index: 999;
    transition: 0.4s ease-in;
    padding-top: 40px;
    padding-bottom: 10px;
    width: 300px;
}

.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: #3a7f40;
    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: #3a7f40;
    width: 100%;
    padding: 1%;
    text-align: center;
    color: white;
}

#float-form input,
#float-form select {
    height: 40px;
    border: none;
    padding-left: 9px;
    width: 100%;
    background: #f3f3f3;
}

#float-form .input-group-addon {
    background: #C09E68;
    color: #fff;
    border: 0;
}

#float-form .form-ico {
    font-size: 19px !important;
}

#float-form .form-group {
    height: 40px;
    margin-bottom: 23px;
}

#float-form .selected-flag {
    background: #C09E68;
    width: 39px;
    border-radius: 3px 0px 0px 3px;
    height: 40px;
}

#broucher input,
#broucherselect {
    height: 40px;
    border: none;
    padding-left: 9px;
    width: 100%;
    background: #f3f3f3;
}

#broucher .input-group-addon {
    background: #C09E68;
    color: #fff;
    border: 0;
}

#broucher .form-ico {
    font-size: 19px !important;
}

#broucher .form-group {
    height: 40px;
    margin-bottom: 23px;
}

#broucher .selected-flag {
    background: #C09E68;
    width: 39px;
    border-radius: 3px 0px 0px 3px;
    height: 40px;
}

#offer-form input,
#offer-form select {
    height: 40px;
    border: none;
    padding-left: 9px;
    width: 100%;
    background: #f3f3f3;
}

#offer-form .input-group-addon {
    background: #C09E68;
    color: #fff;
    border: 0;
}

#offer-form .form-ico {
    font-size: 19px !important;
}

#offer-form .form-group {
    height: 40px;
    margin-bottom: 23px;
}

#offer-form .selected-flag {
    background: #C09E68;
    width: 39px;
    border-radius: 3px 0px 0px 3px;
    height: 40px;
}

.flot-btn,
.flot-btn:focus {
    background: #C09E68 !important;
    box-shadow: none !important;
    color: #fff !important;
    border: 2px solid #C09E68 !important;
    margin: 0px auto !important;
    display: block !important;
    padding: 6px 20px !important;
}

.flot-btn:hover {
    background: transparent;
    box-shadow: none;
    border-color: #C09E68;
    color: #C09E68;
}

#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: #C09E68;
    color: #fff;
    border: 0;
}

#iam-interested .form-ico {
    font-size: 19px !important;
}

#iam-interested .form-group {
    height: 40px;
    margin-bottom: 23px;
}

.amicenter1 {
    margin-top: 23%;
}

.amicenter2 {
    margin-top: 23%;
}

.amicenter3 {
    margin-top: 40%;
}

.right-line {
    border-right: 2px solid #000;
}

.right-line-mob {
    border-right: 2px solid #000;
}

@media only screen and (min-width: 768px) {
    #banner-form {
        position: absolute;
        width: 254px;
        right: 2%;
        top: 4%;
    }
}

@media only screen and (max-width: 767px) {
    .sec-bannerform {
        padding: 40px 20px;
        background: #d0d0d0;
        display: none;
    }

    #banner-form {}

    .pd-m0 {
        padding: 0 !important;
    }

    .amicenter1 {
        margin-top: 0;
    }

    .amicenter2 {
        margin-top: 0;
    }

    .amicenter3 {
        margin-top: 0;
    }

    .right-line {
        margin-bottom: 20px;
    }

    .right-line-mob {
        margin-bottom: 20px;
        border: none;
    }

    #location {
        padding-bottom: 0;
    }
}

#carousel-example-generic {
    margin-top: 70px;
}

.m-banner {
    display: none !important;
}

@media only screen and (max-width: 700px) {
    .d-banner {
        display: none !important;
    }

    .m-banner {
        display: block !important;
    }

    #carousel-example-generic {
        /* margin-top: 0px; */
        margin-top: 55px;
    }
}

.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;
}

@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;
    } */
}

.rera-link {
    margin: 0;
    font-size: 19px;
}

.amenities-main1 p {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 50px;
    line-height: 19px;
    font-size: 15px;
    color: #000;
}


/* .amenities-main h3 {
    text-align: center;
    color: #000;
    font-size: 20px
} */

@media only screen and (max-width: 395px) {
    .amenities-main p {
        /*height: 45px;*/
        /*line-height: 19px;*/
        font-size: 14px;
    }
}

.hi-icon2 i {
    width: 153px;
    height: 86px;
    border: 3px solid #fff;
    font-size: 52px;
    box-shadow: inset -1px -1px 20px 0px #fff;
    position: relative;
    padding: 16px;
    /* offset-rotate: reverse; */
    /* border-radius: 23px 25px 25px; */
    /* clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%); */
}

.hi-icon2 img {
    width: 80px;
}

.tbl {
    /*border: none;*/
    /*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 img {

    border: 2px solid #C09E68;
    min-height: 242px;
    margin-bottom: 40px;
    object-fit: cover;
    max-height: 300px;

}

#floor img {
    border: 2px solid #C09E68;
    min-height: 242px;
    margin-bottom: 30px;
    object-fit: cover;
}

#location img {
    border: 2px solid #C09E68;
    height: 280px;
    margin-bottom: 30px;
    object-fit: cover;
}


/*------------- gallery ------------------------*/

.latest-post,
.latest-post-inner {
    min-height: 240px;
    max-height: 240px;
    margin-bottom: 30px;
}

#location .latest-post,
#location .latest-post-inner {
    min-height: 370px;
    /* max-height: 462px; */
    margin-bottom: 30px;
}

.latest-post {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    /* overflow: hidden; */
}

.latest-post-inner {
    padding: 50px 30px;
    position: relative;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    border: 2px solid #C09E68;
}

.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: #493e3e80; */
    display: table;
    height: 235px;
    width: 345px;
    /* 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(4, 170, 153, 0.5); */
}

.sl-prev {
    display: block !important;
}

.sl-next {
    display: block !important;
}


/*------------- End of gallery ------------------------*/

.mytab {
    text-align: center;
    border-bottom: none;
    margin-bottom: 45px;
}

#floor {
    /* background:#C09E68; */
    padding-bottom: 50px;
    margin-bottom: 5px;
    /* height: 600px; */
}

.mytab li {
    float: none !important;
    display: inline-block;
}

.mytab>li.active>a,
.mytab>li.active>a:hover,
.mytab>li.active>a:focus {
    color: #ffffff;
    background-color: #C09E68;
    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;
}

#gallery {
    /*background:#C09E68;*/
    /* padding-bottom: 50px; */
    /* margin-bottom: 5px; */
    /* height: 600px; */
}

.gall-head {
    font-size: 40px;
    /* margin-bottom: 20px; */
    font-family: 'Rasputin', sans-serif;
    color: #C09E68;
    text-align: center;
    font-weight: 100;
}

/* .underline2 {
    background: #C09E68;
    height: 10px;
    border-radius: 10px;
    width: 280px;
    margin: 3px auto 25px;
    background-image: url(../images/divide.png);
    background-size: cover;
} */

.underline2 {
    background: #C09E68;
    height: 8px;
    width: 70px;
    margin: 3px auto 25px;
    border-radius: 0.5rem;
    position: relative;
}

.underline2::before {
    content: "";
    position: absolute;
    width: 250px;
    margin: 0 auto;
    height: 2px;
    background-color: #C09E68;
    top: 40%;
    right: -124%;
}

.underlinew2 {
    /* background: #C09E68; */
    height: 35px;
    /* border-radius: 10px; */
    width: 428px;
    margin: 3px auto 25px;
    background-image: url(../images/divw.html);
    background-size: cover;
}

@media only screen and (max-width: 480px) {
    .gall-head {
        font-size: 35px;
    }
}

#sp-footer h2 {
    font-size: 16px;
    margin: 0;
    margin-bottom: 8px;
    line-height: 29px;
    color: #C09E68;
}

#sp-footer p {
    line-height: 20px;
}

.sl-wrapper .sl-navigation button {
    z-index: 999999 !important;
}

.fixHeader {
    background-color: #C09E68;
    transition: ease all 0.5s;
}

.hi-icon-wrap {
    /* padding: 2em 0 5em !important; */
}

#configuration {
    /* padding: 70px 0px; */
    /* background: url("../images/amenities.html") center; */
    background-size: cover;
    background-attachment: fixed;
}


/*#overview{*/


/*background: #f5f5f5;*/


/*}*/

#amenities {
    /*background: url("../images/amenities.jpg") center;*/
    background-color: #161515;
    position: relative;
    padding: 100px 0 200px;
}

#amenities img {
    width: 200px;
}

#amenities .amenities-clip-top {
    position: absolute;
    top: 0;
    right: 0;
}

#amenities .amenities-clip-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
}

@media all and (max-width: 767px) {
    #amenities {
        padding: 150px 0;
    }

    #amenities img {
        width: 150px;
    }

    #amenities .amenities-clip-top {
        /* display: none; */
    }

    #sp-footer {
        text-align: center;
        padding-bottom: 55px !important;
    }

    .rera-sec {
        margin-bottom: 42px;
    }

    #sp-footer h2 {
        margin-top: 13px;
    }

    .divide {
        margin-top: 0px !important;
    }

    .contactback {
        padding: 30px !important;
    }
}

@media all and (max-width: 328px) {
    .footer-logo li:first-child {
        border: none !important;
    }
}

.fixed-footer-cust {
    background: #C09E68;
    text-align: center;
    padding: 0px 0px 10px 0px;
    border-radius: 15px 15px 0 0;
    width: 100%;
    position: fixed;
    bottom: 0px;
    z-index: 99;
}

.f-icon {}

.fix-link {
    color: #fff !important;
    font-size: 14px;
}

.div-line {
    border-right: 1px solid #fff;
}

.free-call:hover {
    color: #FFFFFF;
}

.i-am {
    padding: 0;
    background: transparent;
}

.dbroucher {
    padding: 0;
    background: transparent;
}

.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: 68%;
    margin: 0px auto;
    display: block;
    margin-top: 20px;
}

.up-form {
    /* background: #CB986B; */
    background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
    padding: 0px 0px 25px;
}

.reg-title {
    font-family: 'Rasputin',
        sans-serif;
    font-size: 18px;
    /* background: #CB986B; */
    color: #fff;
    text-align: center;
    padding: 10px 0px;
    margin: 20px 0px;
}

@media all and (max-width: 767px) {
    #video {
        width: 100%;
        height: 175px;
    }

    /* .fixHeader .logo-wrapper img {
        display: block !important;
    } */
    .up-form {
        /* background: #fff; */
        margin-top: 2rem;
        padding: 10px 0px 25px;
    }
}

#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; */
    width: 130px;
}

.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: #434343;
    padding: 20px 0px;
}

.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: #fff;
}

#why {
    background: #84848521;
}

#about {
    background: #fff;
}

.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");
}

.logo-color {
    /* background: #ffffff; */
}

.hi-icon-effect-1 .hi-icon {
    background: rgba(255, 255, 255, 0.1);
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
    border: 1px solid #000000;
    color: #000000;
}

.hi-icon {
    display: inline-block;
    font-size: 0px;
    cursor: pointer;
    /* margin: 15px 30px; */
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #fff;
}

.hi-icon i {
    /* width: 90px; */
    font-size: 8px;
    margin-top: 20px;
    color: #9a9a9a;
    line-height: 98px;
}

.hi-icon-effect-1 .hi-icon:after {
    top: -7px;
    left: -7px;
    padding: 7px;
    box-shadow: 0 0 0 4px #c4a26e;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -webkit-transform: scale(.8);
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transition: transform 0.2s, opacity 0.2s;
    transform: scale(.8);
    opacity: 0;
}

.hi-icon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.hi-icon-effect-1a .hi-icon:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.hi-icon span {
    /* width: 55px; */
    font-size: 60px;
    /* border: 1px solid; */
    /* color: #3f9548; */
    margin-top: 5%;
    display: block;
}

.hi-icon-effect-1a .hi-icon:hover {
    background: #bcb5b6;
    color: #bcb5b6;
}

.amenities-main1 h3 {
    text-align: center;
    margin-top: 18px;
    margin-bottom: 25px;
    line-height: 19px;
    font-size: 18px;
    height: 50px;
    color: #000000;
    font-weight: 300;
}

section .loc-bord {
    /* border-right: 1px solid; */
    /* height: 233px; */
    color: #C09E68;
}

.divide {
    margin-top: 38px;
}

#crown {
    background-size: cover;
    padding: 50px 0px;
    /* background-color: #ffffff8a; */
    /* background: url(../images/patern.png) #C09E68; */
    /* background-repeat: no-repeat; */
    /* background: linear-gradient(-45deg, #f89834, #e91e63, #f25536, #7c7c7c); */
    /* background-size: 400% 400%; */
    /* -webkit-animation: Gradient 15s ease infinite; */
    /* -moz-animation: Gradient 15s ease infinite; */
    /* animation: Gradient 15s ease infinite; */
}

.crown-t {
    color: #ffffff;
    font-weight: 400 !important;
    font-size: 35px;
    font-family: 'Rasputin', sans-serif;
    margin-bottom: 20px;
    margin-top: 10px;
}

.crown-t span {
    color: #C09E68;
    font-size: 40px;
}

.overview {
    padding: 60px 0px;
}

.overview h2 {
    font-size: 55px;
    color: #a67b46;
}

.overview p {
    font-size: 19px;
    line-height: 28px;
    color: #ffffff;
}

.contactback {
    /* background-color: #000000; */
    /* padding: 70px 145px; */
    /* padding: 70px 0; */
    /* height: 550px; */
    background-image: url(../images/contact-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 17%;
}

.blow-banner img {
    width: 100px;
    margin: 0px auto;
}

.confback {
    background-color: #000000;
    padding: 70px 0;
    /* height: 600px; */
}

.usp {
    /* background-color: #000000c4; */
    padding: 70px 0px;
}

.blow-banner p {
    color: #C09E68;
    margin-top: 20px;
    font-size: 17px;
    font-weight: 600;
}

.fixHeader {
    background-color: #fff;
    transition: ease all 0.5s;
    box-shadow: -2px -8px 8px 9px;
}

.fixHeader .logo-wrapper img {
    /* display: none; */
}

.fixHeader .nav-wrapper .nav-links a {
    color: #C09E68;
}

.fixHeader .nav-wrapper .nav-links button {
    color: #C09E68;
}


/* .fixHeader nav a {
    display: inline-block;
    margin: 15px 0px 0px 45px;
    text-transform: capitalize;
    color: #000;
    font-size: 18px;
    cursor: pointer;
    font-family: 'Gotham-Medium';
} */

.fixHeader .nav-wrapper nav a:hover {
    color: #C09E68;
    text-decoration: none;
}

.fixHeader .nav-wrapper nav {
    margin-top: 0px;
}

.breadcrumb {
    display: inline-block;
    padding: 10px 0 0 0;
    margin: 0;
    border-top: 4px solid#C09E68;
    border-radius: 0;
    background: transparent;
    overflow: hidden;
}

.breadcrumb li {
    float: left;
    margin-right: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    position: relative;
    transition: all 0.3s ease 0s;
}

.breadcrumb li:hover {
    background: #C09E68;
}

.breadcrumb li {
    padding: 12px 49px;
    margin-right: 6px;
    background: #C09E68 !important;
    color: #000 !important;
    letter-spacing: 0px;
}

.breadcrumb li:after {
    content: "";
    width: 5px;
    margin: 0 auto;
    border: 10px solid transparent;
    border-top: 10px solid#C09E68;
    position: absolute;
    bottom: 43px;
    left: 0;
    right: 0;
}

.breadcrumb li:before {
    display: none;
}

.breadcrumb li a {
    display: block;
    padding: 3px 15px;
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

.breadcrumb li:hover a {
    color: #fff;
}

@media only screen and (max-width: 767px) {

    .breadcrumb li,
    .breadcrumb li a {
        padding: 3px 10px;
    }

    .crown-t span {
        color: #C09E68;
        font-size: 22px;
    }
}

@media only screen and (max-width: 479px) {
    .breadcrumb li {
        margin-right: 5px;
    }

    .breadcrumb li:last-child,
    .breadcrumb li a {
        padding: 3px 5px;
        font-size: 12px;
    }
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: larger;
}

.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span {
    font-size: 59px;
    font-family: initial;
    /* display: none; */
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
    color: #C09E68;
    text-decoration: none;
}

.owl-theme .owl-dots {
    display: none;
}

.owl-theme .owl-nav {
    margin-top: -25px;
}

.avighnalogo {
    margin-top: 0px;
    margin-left: 0px;
}

@media all and (max-width: 767px) {
    .confback {
        background-color: #000000c4;
        padding: 20px;
        height: unset;
    }

    .padding {
        padding: 50px 0px;
    }

    .hi-icon2 img {
        /* width: 65px; */
    }

    .avighnalogo {
        margin-top: -2px;
        margin-left: 11px;
    }

    .overview {
        padding: 16px 0px;
    }

    .blow-banner img {
        width: 65px;
        margin: 0px auto;
    }

    .blow-banner p {
        color: #C09E68;
        margin-top: 20px;
        font-size: 14px;
        font-weight: 600;
    }

    nav button {
        display: block;
        text-align: center;
        margin: 0px auto;
        color: #434345;
        padding: 12px 0px;
    }
}

footer {
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
}

.footer {
    background-color: #efefef;
    /* padding: 10px 15px; */
    text-align: center;
}

.footer:before {
    position: absolute;
    top: 0;
    background: #b6b6b6;
    width: 95%;
    height: 1px;
}

.footer:before,
.form-wrap h5:before {
    left: 50%;
    transform: translatex(-50%);
    content: "";
}

.wrapper-1400 {
    /* width: 100%; */
    /* max-width: 1400px; */
    margin: 50px auto;
    position: relative;
}

.footer img.footer-logo {
    padding-bottom: 25px;
}

img,
input.text,
td,
td img,
textarea {
    vertical-align: middle;
}

.footer p {
    margin-bottom: 20px;
}

.footer p,
.footer span {
    font-size: 13px;
    line-height: 22px;
    color: #000;
    letter-spacing: 1px;
}

.footer h4 {
    font-size: 12px;
    line-height: 30px;
    color: #000;
    letter-spacing: 1px;
}

.footer a {
    font-size: 12px;
    line-height: 30px;
    color: #C09E68;
    letter-spacing: 1px;
}

.footer .disclimer h3 {
    font-size: 8px;
    /* text-transform: uppercase; */
    color: #000;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 22px;
    /* padding: 0% 0%; */
    /* margin-bottom: 73px; */
    text-decoration: none;
}

.navbar-brand {
    /* float: left; */
    height: 0px;
    padding: 15px 0px;
    font-size: 18px;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 9px;
    line-height: 1.42857143;
    vertical-align: middle;
    /* border: 1px solid #080809; */
}

.carousel-control.left {
    background-image: none;
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: none;
}

.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;
}

.wbf-container.theme-peter-river .wbf-header {
    background: #C09E68 !important;
}

.wbf-container.theme-peter-river .wbf-form .wbf-submit input:hover {
    background: #C09E68 !important;
}

.wbf-container.theme-peter-river .wbf-form .wbf-submit input {
    background: #C09E68 !important;
}

.wbf-form .wbf-submit input {
    width: auto;
    color: #C09E68 !important;
    font-weight: 600;
    background: rgb(108, 108, 255);
    text-transform: uppercase;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    /* background: rgb(221, 221, 221); */
    height: 40px;
    margin: 15px auto 0px auto;
    padding: 0 20px;
    display: block;
    border: 1px solid rgb(157, 157, 157);
    cursor: pointer;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.wbf-header .wbf-mainheader {
    font-size: 1.6em;
    color: #C09E68 !important;
    float: left;
}

.wbf-footer {
    padding: 20px 30px;
    font-size: 0.8em;
    background: #D1DBFA;
    color: #000000 !important;
}

.wbf-container.theme-peter-river .wbf-footer {
    background: #C09E684f !important;
}

.patch-wrap {
    /* background: #e14039; */
    /* padding: 20px; */
    text-align: center;
    margin-bottom: 20px;
    border-radius: 20px;
    /* padding-top: 4em; */
}

.patch-wrap img {
    width: 475px;
    background: #f1f1f1;
    padding: 8px;
    border-radius: 10px;
    box-shadow: 8px 8px 20px #d4d4d4;
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
    margin: 0px auto;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.text {
    background-color: #f6c926;
    color: white;
    font-size: 16px;
    padding: 10px 25px;
}

.patch-wrap:hover .small-map {
    opacity: 0.3;
}

.patch-wrap:hover .small-map {
    opacity: 0.3;
}

.patch-wrap .map-btn .simple-lightbox .sl-navigation button.sl-next {
    display: none !important;
}

.patch-wrap .map-btn .simple-lightbox .sl-navigation button.sl-prev {
    display: none !important;
}

#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {
    opacity: 0.7;
}


/* The Modal (background) */

.modal1 {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1024;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.9);
    /* Black w/ opacity */
}


/* Modal Content (image) */

.modal1-content {
    margin: 5% auto;
    display: block;
    width: 80%;
    max-width: 900px;
}


/* Caption of Modal Image */

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}


/* Add Animation */

.modal-content,
#caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}


/* The Close Button */

.close1 {
    position: absolute;
    top: 20px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close1:hover,
.close1:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}


/* 100% Image Width on Smaller Screens */

@media only screen and (max-width: 700px) {
    .modal1-content {
        width: 90%;
    }

    header {
        height: 55px;
        box-shadow: -2px -8px 8px 9px;
    }
}

#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {
    opacity: 0.7;
}


/* The Modal (background) */

.modal2 {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1024;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.9);
    /* Black w/ opacity */
}


/* Modal Content (image) */

.modal-content {
    margin: -5% auto;
    display: block;
    /* width: 80%; */
    max-width: 900px;
}


/* Caption of Modal Image */

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}


/* Add Animation */

.modal-content,
#caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}


/* The Close Button */

.close {
    position: absolute;
    top: 20px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

.price-click {
    margin: 0px auto;
    /* display: block; */
    background-image: none;
    background-color: #C09E68 !important;
    text-shadow: none;
    color: #fff !important;
    border-color: #edf3fa;
    border-radius: 5px;
    padding: 8px 9px 8px 9px;
    transition: all 0.5s ease;
    font-weight: 800;
}


/* 100% Image Width on Smaller Screens */

@media only screen and (max-width: 700px) {
    .modal-content {
        width: 90%;
    }

    .price-click {
        margin: 0px auto;
        display: block;
    }

    .hi-icon-wrap {
        padding: 0em 0 10em !important;
    }

    .footer p {
        margin-bottom: 50px;
    }
}

.locationBox1 {
    margin: 18px 0px;
    height: 175px;
}

.locationBox1 .location-icon {
    color: #fff;
    font-size: 50px;
    width: 110px;
    height: 121px;
    /* line-height: 78px; */
    margin: 25px auto 21px;
    display: block;
    position: relative;
}

.locationBox1 .location-icon:before {
    content: "";
    /* background: linear-gradient(to right,#d3ad37 49%,#d5b659 50%); */
    width: 100%;
    height: 100%;
    /* box-shadow: 0 0 0 5px #fff inset; */
    border: 10px solid #ffffff;
    border-right: none;
    border-top: none;
    /* transform: rotate(90deg); */
    /* clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%); */
    position: relative;
    /* background: #fff; */
    position: absolute;
    box-shadow: -1px 1px 20px 0px #ffffff;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.5s ease 0s;
}

.location-icon span {
    color: #C09E68;
    font-size: 60px !important;
    /* width: 60px !important; */
    /* height: 55px; */
    line-height: 78px;
    /* margin: 0 auto 40px; */
    display: block;
    position: relative;
    z-index: 1;
    top: 20px;
}

.amenities-main1 h3 {
    text-align: center;
    color: #000;
    font-size: 16px;
}

#crown h3 {
    text-align: center;
    color: #000;
    font-size: 18px;
}

.locationBox1 .location-icon:hover::before {
    /* transform: rotate(270deg); */
}


/* .owl-carousel .owl-nav.disabled {
    display: block !important;
} */

.ame .owl-carousel .owl-nav {
    overflow: hidden;
    height: 0px;
}

.ame .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #2caae1;
}

.ame .owl-carousel .item {
    text-align: center;
}

.ame .owl-carousel .nav-btn {
    height: 47px;
    position: absolute;
    width: 26px;
    cursor: pointer;
    top: 100px !important;
}

.ame .owl-carousel .owl-prev.disabled,
.ame .owl-carousel .owl-next.disabled {
    pointer-events: none;
    opacity: 0.2;
}

.ame .owl-carousel .prev-slide {
    background: url(../images/left.png) no-repeat scroll 0 0;
    left: 5px;
}

.ame .owl-carousel .next-slide {
    background: url(../images/right.png) no-repeat scroll -24px 0px;
    right: 5px;
}

.ame .owl-carousel .prev-slide:hover {
    background-position: 0px -53px;
}

.ame .owl-carousel .next-slide:hover {
    background-position: -24px -53px;
}

#overview img {
    width: 100%;
    position: relative;
    margin: 0 auto;
}

.serviceBox {
    font-family: 'Cabin', sans-serif;
    text-align: center;
    padding: 5px 0 0;
    position: relative;
    z-index: 1;
    height: 135px;
}

.serviceBox:before {
    content: '';
    /* background: linear-gradient(to top, #ff0a0b, #ff4041); */
    height: 140px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 40px;
    z-index: -1;
}

.serviceBox .service-icon {
    color: #ff0a0b;
    background: #efefef;
    font-size: 45px;
    line-height: 120px;
    width: 120px;
    height: 120px;
    margin: 0 auto 50px;
    border-radius: 50%;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3), -1px -5px 1px 1px #fff;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
}

.serviceBox:hover .service-icon {
    /* transform: rotateY(360deg); */
}

.serviceBox .service-icon:before {
    content: "";
    background: #fff;
    width: 80%;
    height: 80%;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) inset;
    transform: translateX(-50%)translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
}

.serviceBox .service-content {
    background-color: #fff;
    padding: 5px 15px 15px;
    border-radius: 0 0 15px 15px;
}

.serviceBox .title {
    color: #ff0a0b;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 10px;
}

.serviceBox .description {
    color: #888;
    font-size: 15px;
    line-height: 25px;
}

.serviceBox.brown:before {
    /* background: linear-gradient(to top, #742b3e, #c04767); */
}

.serviceBox.brown .service-icon,
.serviceBox.brown .title {
    color: #742b3e;
}

.serviceBox.green:before {
    background: linear-gradient(to top, #2c970d, #80f80d);
}

.serviceBox.green .service-icon,
.serviceBox.green .title {
    color: #2c970d;
}

.serviceBox.purple:before {
    background: linear-gradient(to top, #490646, #8b0a82);
}

.serviceBox.purple .service-icon,
.serviceBox.purple .title {
    color: #490646;
}

.offernew {
    padding: 10px;
    width: 80%;
    position: relative;
    left: 50px;
}

@media only screen and (max-width:990px) {
    .serviceBox {
        margin: 0 0 30px;
    }

    .underline2 {
        /* background: #C09E68; */
        height: 8px;
        /* border-radius: 10px; */
        width: 70px;
        margin: 15px auto 25px;
        background-image: url(../images/divide.png);
        background-size: cover;
    }

    .underlinew2 {
        /* background: #C09E68; */
        height: 21px;
        /* border-radius: 10px; */
        width: 295px;
        margin: 3px auto 25px;
        background-image: url(../images/divw.html);
        background-size: cover;
        ;
    }

    .owl-carousel .owl-nav button.owl-next span,
    .owl-carousel .owl-nav button.owl-prev span {
        font-size: 59px;
        font-family: initial;
        display: block;
    }

    .offernew {
        padding: 22px;
        width: 100%;
        position: relative;
        left: unset;
    }

    .dflex {
        display: block;
    }
}

button.btn.btn-danger.offer {
    position: fixed;
    bottom: 300px;
    right: -80px;
    transition: 0.4s ease-in;
    z-index: 999;
    background-color: #C09E68;
    width: auto;
    font-weight: 600;
    transform: rotate(90deg);
    font-size: 20px;
    padding: 5px;
    border: 2px solid #ffffff;
}

.button {
    background-color: #004A7F;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: Arial;
    font-size: 20px;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}


/****************************************************************** */

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

#accordion-location .panel {
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 15px;
}

#accordion-location .panel-heading {
    padding: 0;
    border-radius: 0;
    border: none;
}

#accordion-location .panel-title {
    display: block;
    padding: 16px 0px 16px 55px;
    font-size: 12px;
    font-weight: bold;
    color: #232323;
    background: #fff;
    position: relative;
    margin-bottom: 15px;
    box-shadow: 3px 3px 20px rgb(173, 173, 173);
    transition: all 0.5s ease 0s;
}

#accordion-location .panel-title a.collapsed {
    background: #eee;
    /* box-shadow: none; */
}

#accordion-location .panel-title:before,
#accordion-location .panel-title a.collapsed:before {
    content: "";
    width: 10px;
    height: 1px;
    background: #CBA983;
    position: absolute;
    top: 23px;
    left: 0;
}

#accordion-location .panel-title a.collapsed:before {
    background: #ddd;
}

#accordion-location .panel-title:after,
#accordion-location .panel-title collapsed:after {
    content: "\f041";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 27px;
    height: 27px;
    line-height: 27px;
    border-radius: 50%;
    background: #CBA983;
    position: absolute;
    top: 10px;
    left: 15px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    z-index: 1;
}

#accordion-location .panel-title a.collapsed:after {
    content: "\f067";
    color: #aaa;
    background: #ddd;
}

#accordion-location .panel-body {
    font-size: 13px;
    color: #737373;
    line-height: 25px;
    padding: 0 15px;
    height: 390px;
    /* margin-left: 35px; */
    border: none;
    /* border-left: 2px dashed #eee; */
}

#location p {
    color: #000;
    /* background: #5aad4338; */
    padding: 2px 0px;
    font-size: 14px;
}

#accordion-location .panel-body p span {
    position: relative;
    /* float: right; */
}

.dflex {
    display: flex;
}

.ame-img {
    padding: 4% 0 0px 9%;
    position: relative;
    width: 200px;
}

.ame-head {
    padding: 0% 8%;
    color: #000;
}

.ame-list {
    padding: 0% 10%;
    color: #000;
}

.slide {
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover;
}

.ame-img1 {
    padding: 8% 0 0px 9%;
    position: relative;
    width: 150px;
    margin: 0 20%;
    display: block;
}

.ame-head1 {
    padding: 1% 27%;
    color: #000;
    /* text-align: center; */
}

.ame-list1 {
    padding: 0% 31%;
    color: #000;
}

#location h2 {
    text-align: center;
    margin: 30px;
    font-size: 18px;
    line-height: 29px;
}

.fot-loc {
    margin-top: 23px;
}

#about p span {
    font-weight: 900;
    font-size: 14px;
}

.content-wrapper {
    /* margin-top: 30px; */
}

.testimonial {
    border: 2px solid #C09E68;
    padding: 50px 0px;
    margin: 64px 0px 20px;
    text-align: center;
    height: 270px;
    justify-content: center;
    display: inherit;
    position: relative;
    box-shadow: -3px -1px 11px 1px #979797;
    align-items: center;
}

.testimonial .title {
    padding: 7px 0;
    margin: 0 -30px 20px;
    border: 7px solid #fff;
    background: #e8326f;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
}

.testimonial .title:before {
    content: "";
    border-top: 15px solid #662a66;
    border-left: 15px solid transparent;
    border-bottom: 15px solid transparent;
    position: absolute;
    bottom: -37px;
    left: 0;
}

.pic {
    width: 100px;
    height: 100px;
    line-height: 100px;
    background: #fff;
    margin: 0 auto;
    font-size: 60px;
    border-radius: 49px;
    /* font-weight: 900; */
    color: #C09E68;
    position: absolute;
    top: -60px;
    box-shadow: -3px -1px 11px 1px #0000003d;
    left: 0;
    right: 0;
}

.testimonial .title:after {
    content: "";
    border-top: 15px solid #662a66;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
    position: absolute;
    bottom: -37px;
    right: 0;
}

.testimonial .post {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
}

.testimonial .description {
    padding: 0 10px;
    margin: 0;
    font-size: 14px;
    color: #000000;
    letter-spacing: 0px;
    line-height: 26px;
}

.testimonial h2 {
    padding: 0 10px;
    margin: 10px 0px;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 26px;
}

@media only screen and (max-width:768px) {
    .dflex {
        display: block;
    }

    .ame-img1 {
        padding: 6% 0 0px 9%;
        position: relative;
    }

    .ame-head1 {
        padding: 1% 8%;
        color: #000;
    }

    .ame-list1 {
        padding: 0% 16%;
        color: #000;
    }

    #accordion .panel-body {
        height: auto;
        margin-left: 14px;
    }

    .ame-head {
        text-align: center;
    }

    .ame-img {
        padding: 11% 0px 0px 0%;
        position: relative;
        width: 79px;
        margin: 0px auto;
        display: block;
    }

    .ame-img1 {
        padding: 5% 0 0px 1%;
        position: relative;
        width: 79px;
        margin: 0px auto;
        display: block;
    }

    .ame-head1 {
        padding: 1% 8%;
        color: #000;
        text-align: center;
    }

    .content-wrapper {
        margin-top: 0px;
    }

    .ame-list {
        padding: 0% 14%;
        color: #000;
    }

    .footer .disclimer h3 {
        margin-bottom: 73px;
        /* text-decoration: none; */
    }

    .pd0 {
        padding: 0px;
    }

    .price-click {
        font-size: 10px;
        padding: 8px 8px;
    }
}

/* ------------- 06-11-2023 ----------------------- */
h2.sub-head {
    text-align: center;
    font-size: 40px;
    margin: 0;
    margin-bottom: 20px;
    font-family: 'Rasputin', sans-serif;
    color: #C09E68;
}

span.sp-copyright {
    font-size: 16px;
    line-height: 24px !important;
}

.copyrt {
    /* padding-top: 17px; */
}

/* amenities */
section#amenities {
    /* background-image: linear-gradient(359deg, rgb(11 29 38 / 76%) 100%, rgb(41 38 38 / 53%) 40.02%, #262121c2 100%), url(../images/amenities/Banner_A-place-to-live-work-and-enjoy-life-_1920X750.jpg); */
    /* background-image: url(../images/amenities-bg.jpg ); */
    background-color: #161515;
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 17%;
}

.overlay {
    background-color: #000000a3 !important;
    padding: 120px 0;
}

.i-holder {
    background: #fff;
    border: 2px solid #424141;
    margin-bottom: 30px;
    padding: 20px 15px;
    border-radius: 10px;
    /* opacity: .2; */
    transition: all .3s ease;
}

.i-holder:hover img {
    transform: rotate(360deg);
    transition: 0.9s;
}

.i-holder img {
    /* margin: 0px auto;
    width: 80px; */
    margin: 0px auto;
    width: 70px;
    border-radius: 50%;
    filter: invert(1);
}

.amenities-icon p {
    font-size: 18px;
    /* font-weight: 800; */
    margin-top: 15px;
}

.amenities-icon p {
    color: #2d2d2d;
    font-weight: 500;
    position: relative;
}

.amenities-icon p:after {
    content: "";
    position: absolute;
    bottom: -14px;
    height: 4px;
    left: 0;
    right: 0;
    width: 20%;
    background: #d79e3a;
    margin: auto;
}

.i-holder:hover p:after {
    transition: 0.9s;
    width: 40%;
}

.i-holder {
    height: 200px;
    align-content: center;
    align-items: center;
    position: relative;
    display: grid;
}

.i-holder:hover {
    /* background: rgb(234 229 210 / 80%); */
    border: 2px solid #d79e3a;
}

/* location */
.my-list li {
    margin-bottom: 10px;
    display: table;
}

.my-list li:before {
    padding-right: 10px;
    color: #F15A29;
    display: table-cell;
}

ul.my-list {
    padding-left: 0;
    padding-top: 10px;
}

ul.my-list li .fa.fa-arrow-right {
    padding-right: 10px;
    color: #1a4c2b;
    font-size: 14px;
}

.content-wrapper.text-center {
    margin-bottom: 30px;
}

/* ------------------------------------ */
section#gallery {
    padding: 70px 0;
}

section#master-plan {
    padding: 70px 0;
}

/* video */
.bg-image {
    background-image: linear-gradient(359deg, rgb(11 29 38 / 76%) 100%, rgb(41 38 38 / 53%) 40.02%, #262121c2 100%), url(../images/amenities/Banner_A-place-to-live-work-and-enjoy-life-_1920X750.html);
    position: relative;
}

.bg-dark-img {
    background-image: url(../images/dark.jpg);
    background-position: center;
    background-size: contain;
}

.parallax {
    background-attachment: fixed !important;
}

.section-padding {
    padding: 40px 0;
}

section#Walkthrough {
    padding: 70px 0;
}

a.Video-Walkthrough {
    width: 4.5rem;
    height: 4.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    padding: 10px;
    border: 2px solid #fff;
    border-radius: 35px;
}

a.Video-Walkthrough i.fa.fa-play {
    font-size: 24px;
    line-height: 30px;
    color: #fff;
}

a.Video-Walkthrough:hover i.fa.fa-play {
    color: #f9e484;
}

a.Video-Walkthrough:hover {
    color: #f9e484;
    border: 2px solid #f9e484;
}

.video-walk-wrap {
    display: flex;
    justify-content: center !important;
    align-items: center !important;
}

.video-walk-wrap h4 {
    color: #fff;
    font-size: 36px;
}

.video-walk-wrap h4:hover {
    color: #f9e484;
}

/* -------------------- */
h3.minititle {
    margin-top: 0;
    font-size: 1.5rem;
    color: #202e32;
    line-height: 1.1;
}

#location .wt_gMap {
    margin-top: 30px;
}

.sp-footer .align-items-center {
    align-items: center;
    align-content: center;
    display: flex;
}

.align-items-center {
    align-items: center;
    align-content: center;
    display: flex;
}

p {}

.copyrt p {
    margin-bottom: 0;
}

section#configuration {
    background-color: #fff;
    padding: 70px 0;
}

/* ---------------------------------- */
section#faq {
    padding: 70px 0;
}

#faq .panel-title {
    font-size: 18px;
    font-weight: 600;
    color: #202e32;
    letter-spacing: .1px;
}

#faq .panel.panel-default {
    border: 0px;
}

#faq .panel-body {
    font-size: 16px;
}

#faq .panel-title i {
    float: right;
}

.fixHeader .logo-wrapper img {
    /* display: none; */
    width: 134px;
}

.logo-wrapper img {
    /* display: none; */
    width: 134px;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        border: 0px solid !important;
    }

    #configuration .her h3 {
        font-size: 14px;
        font-weight: 700;
    }

    #configuration .pd-lr {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    section#Walkthrough {
        padding: 70px 0;
    }

    .hidden-xs {
        display: none;
    }

    .visible-xs {
        display: block;
    }
}

.btn.btn-default {
    background: #C09E68;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
    padding: 0.3rem .8rem;
    border: 2px solid #C09E68;
    transition: all .3s ease;
    border-radius: 0 !important;
}

.btn.btn-default:hover {
    background-color: #C09E68;
    color: #fff;
}

.btn.btn-white {
    background: #fff;
    color: #C09E68;
    font-size: 1.3rem;
    font-weight: 600;
    padding: 0.5rem 1rem;
    border: 2px solid #fff;
    transition: all .3s ease;
}

.btn.btn-white:hover {
    background-color: transparent;
    color: #fff;
}

.hidden-xs {
    display: block;
}

.visible-xs {
    display: none;
}

.btn-book-desk {
    position: relative;
    border: 1px solid #c09e68;
    /* border-radius: 31px; */
    padding: 8px 10px;
    text-align: center;
    display: inline;
    margin: 12px;
    color: #c09e68 !important;
    font-weight: 600;
    transition: ease all 0.5s;
    width: fit-content;
    animation: border-glow 1.5s infinite alternate;
}

.fa-download.bounce {
    margin-left: 5px;
    animation: bounce-2 .5s infinite alternate;
    -webkit-animation: bounce-2 .5s infinite alternate;
    animation-timing-function: ease-in-out;
}

.her {
    text-align: center;
}

.fixed-right-cta {
    padding: 0px;
    text-align: center;
    margin: 0px;
    width: 130px;
    height: 30px;
    background: #C09E68;
    color: #fff;
    z-index: 991;
    border-radius: 5px 5px 0px 0px;
    transform: rotate(-90deg);
    transform-origin: right bottom;
    position: fixed;
    right: 0px;
    top: 30%;
    animation: glowing;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    /* animation-direction: alternate; */
}

@keyframes glowing {
    0% {
        background-color: #C09E68;
        box-shadow: 0 0 5px #C09E68;
    }

    50% {
        background-color: #facea5;
        box-shadow: 0 0 20px #facea5;
    }

    100% {
        background-color: #C09E68;
        box-shadow: 0 0 5px #C09E68;
    }
}

@keyframes bounce-2 {
    0% {
        transform: translateY(-6px);
    }

    100% {
        transform: translateY(3px);
    }
}

@keyframes border-glow {
    0% {
        box-shadow: 0px 0px 0px 0px #c09e68;
    }

    100% {
        box-shadow: 0px 0px 1.5px 1.5px #c09e68;
    }
}

.location-adv-01 .v-center {
    display: flex;
    align-items: center;
}

.location-adv-01 .heading-left {
    padding: 1rem;
    margin: 1rem auto;
    text-align: center;
    width: 65%;
    color: #C09E68;
}

.location-adv-01 .heading-left h2 {
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.2;
}

.location-adv-01 .heading-left p {
    font-size: 14px;
    line-height: 1.3;
}

.content-head {
    padding: 0 .5rem;
    font-weight: 600;
    position: relative;
    /* border-bottom: 2px solid #C09E68; */
}

.content-head::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 50%;
    background-color: #C09E68;
}

.content-box {
    margin-bottom: 1rem;
    padding: 0.5rem;
}

.content-box ul li {
    font-size: 1rem;
    width: 100%;
}

.content-box ul li span {
    float: right;
}

.border-left-gold {
    border-left: 1px solid #C09E68;
}

.gold-gradient {
    /* background-image: linear-gradient(90deg, #C09E6817 30%, transparent); */
    background-image: linear-gradient(90deg, #B38F56, #E5D498);
    /* background: #C09E6817; */
}

.content-box p {
    display: flex;
    line-height: 1.5;
    font-size: 1rem;
}

.content-box p i {
    display: block;
    color: #C09E68;
    font-size: 1rem;
    margin: 0.4rem .5rem 0 0;
}

.modal-header {
    background: #C09E68;
}

.input-group-addon {
    background: #C09E68;
}

/* sidenave */

.sidenav {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 999;
    top: 0%;
    right: 0;
    /* display: none; */
    /* opacity: 0; */
    background: rgba(32, 35, 44, 0.95);
    overflow-x: hidden;
    transition: 0.5s;
    /* padding-top: 130px; */
    /* padding-top: 80px; */


}


.sidenav a {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    padding: 10px 0;
    text-decoration: none;
    /* font-size: 25px; */
    color: #c09e68;
    display: block;
    transition: 0.3s;
    text-align: center;
    text-transform: uppercase;
    /* font-family: Montserrat; */
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 20px;
    right: 25px;
    padding: 0;
    /* font-size: 36px;
    margin-left: 50px; */
}

.sidenav .closebtn {
    position: absolute;
    top: 20px;
    right: 25px;
    padding: 0;
    /* font-size: 36px;
    margin-left: 50px; */
}

.fa.fa-bars {
    float: right;
    font-size: 2rem;
    margin-right: 1rem;
    margin-top: 0.3rem;
    color: #c09e68;
}

#gallery .box-2:nth-child(n+7) {
    display: none;
}

#internal .box-3:nth-child(n+7) {
    display: none;
}

.amenities-list {
    list-style: none;
}

.amenities-list {
    list-style: none;
}

.amenities-list li {
    color: #C5A56E;
}

#contact_us p {
    color: #fff;
    font-size: 18px;
    max-width: 880px;
    margin: 0 auto;
}

.config-text-wrap {
    padding: 20px 0;
    color: #fff;
}

.config-text-wrap h3 {
    font-size: 24px;
    font-weight: 400;
}

.config-text-wrap p {
    margin-bottom: 0;
}

.shadow {
    box-shadow: 0 3px 5px 0px #555;
}

.overview-icon-section {
    padding-left: 5rem;
}

#lightgallery .gal {
    height: 100%;
}

#lightgallery .gal img {
    width: 100%;
    height: 100%;
}

.gallery-scroll .slick-next {
    right: -30px;
}

.gallery-scroll .slick-prev {
    left: -40px;
}

.gallery-scroll .slick-prev:before,
.gallery-scroll .slick-next:before {
    font-size: 30px;
    color: #c09e68;
}

.gal img {
    cursor: pointer;
}

#html5-watermark {
    display: none !important;
}

.walkthrough {
    background: url("../images/gallery/exterior/BIRD EYE VIEW_Edit_Extain_New.jpg");
    background-position: center;
    background-size: cover;
}

.walkthrough a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.walkthrough a i {
    font-size: 2rem;
    padding: 1rem;
    border: 5px solid #fff;
    border-radius: 50%;
}

.walkthrough a:hover i {
    border-color: #c09e68;
}

.walkthrough a h4 {
    font-size: 2rem;
    font-weight: 600;
    margin-left: 1rem;
}

.btn.focus,
.btn:focus,
.btn:hover {
    color: #c09e68;
}

.fixed-cta-desktop {
    position: fixed;
    bottom: 10px;
    left: 10px;
}

@media only screen and (max-width: 768px) {
    a.btn.fixed-cta-desktop {
        position: fixed;
        bottom: 0px;
        left: 0;
        width: 100%;
        font-size: 1.5rem !important;
    }

    .gallery-scroll .slick-next {
        right: -20px;
    }

    .gallery-scroll .slick-prev {
        left: -30px;
    }

    .overview-icon-section {
        padding-left: 0;
    }

    .btn-book-desk {
        position: absolute !important;
        margin: 10px 0 !important;
        padding: 6px 8px !important;
        line-height: 1.4;
        left: 36%;
        top: 0;
    }

    .location-adv-01 .v-center {
        flex-flow: column;
    }

    .location-adv-01 .heading-left {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .location-adv-01 .heading-left h2 {
        font-size: 1.5rem;
    }

    .border-left-gold {
        border-top: 1px solid #C09E68;
        border-left: none;
    }

    .content-box {
        margin-bottom: .5rem;
    }

    .padding {
        padding: 30px 0;
    }

    h3.minititle {
        margin: 1rem 0;
    }

    .section-title1 {
        font-size: 20px;
        text-align: center;
    }

    .get-in-touch,
    .input-group {
        flex-flow: column;
    }

    .get-in-touch span {
        font-size: 16px;
    }

    .box-1 {
        margin-bottom: 2rem;
    }

}

.fixed-text-scroll {
    background: linear-gradient(45deg, #fff, #ffffff87);
    border-radius: 15px 15px 0 0;
}

.text-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .5rem 0;
    border-radius: 15px 15px 0 0;
}

.text-container img {
    width: 1.5rem;
    margin-right: 1rem;
}

.text-container p {
    margin: 0;
    font-weight: 600;
    font-size: 12px
}

.text-container p span {
    color: #C09E68;
}

.d-none {
    display: none !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.custom-owl-prev,
.custom-owl-next {
    width: 40px;
    height: 40px;
    background-color: #ffffffcc;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    font-size: 18px;
}

.custom-owl-prev:hover,
.custom-owl-next:hover {
    background-color: #333;
    color: #fff;
    transform: scale(1.1);
}

.owl-nav {


    width: 100%;
    display: flex;
    justify-content: center;

    pointer-events: none;
    /* allows clicks through empty areas */
    margin-top: 40px;
}

.custom-owl-prev,
.custom-owl-next {
    pointer-events: auto;
    /* enables clicks on actual buttons */
    margin: 0px 20px;
}

#ovec .owl-dots {
    display: none;
}

.testi-item-list {
    display: flex;
    align-items: center;
    justify-content: center;

}

.box-4 {
    width: 200px;
    height: 170px;
    overflow: visible;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;




}

#ovec {
    padding-bottom: 70px;
}

.owl-carousel {
    z-index: 0 !important;
}

.head1 {
    background-color: white !important;
    color: #C09E68;
    ;
   border: none;
}
.head1 h2{
font-size: 20px;
font-weight: bold;
}
.me{
    position: absolute;
    height: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
}
.mobileview{
    position: relative;
}
#overview_form .input-group .form-control {
    border: 1px solid gray;
    padding: 0px 10px;
    
}