html,
body {
    padding: 0;
    margin: 0;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    font-family: 'Work Sans', sans-serif;
    color: #000;
}

a,
img,
button,
input[type=submit] {
    text-decoration: none;
    outline: none;
    border: 0;
}


/* vietnamese */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/worksans/v19/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K0nXBiAJpp_c.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/worksans/v19/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K0nXBiEJpp_c.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/worksans/v19/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K0nXBi8Jpg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.container {
    max-width: 86%;
    margin: 0px auto;
    padding: 0 20px;
}
@media (max-width: 480px) {
    .container {
    max-width: 100% !important;
    margin: 0px auto !important;
    padding: 0px !important;
}
}

.clearfix {
    clear: both;
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-justify {
    text-align: justify;
}

.img-responsive {
    max-width: 100%;
    height: auto;
}

.img-full {
    width: 100%;
    height: auto;
}

.center-block {
    margin: 0 auto;
}

.col-1 {
    width: 8.333333333333333%;
}

.col-2 {
    width: 16.66666666666667%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.33333333333333%;
}

.col-5 {
    width: 41.66666666666667%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.33333333333333%;
}

.col-8 {
    width: 66.66666666666667%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.33333333333333%;
}

.col-11 {
    width: 91.66666666666667%;
}

.col-12 {
    width: 100%;
}

.col-12-5 {
    width: 20%;
}

.w70 {
    width: 70%;
}

.w30 {
    width: 30%;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-12-5,
.w30,
.w70 {
    float: left;
}

.wrap {
    display: table;
}

.block {
    display: table-cell;
    vertical-align: middle;
}

.float-none {
    /*float: none !important;*/
}

section {
    float: left;
    width: 100%;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

/* Modern header styles */
header {
    position: fixed;
    z-index: 999;
    left: 0;
    height: 90px;
    top: 0;
    width: 100%;
    padding: 20px 40px;
    background: rgba(255, 255, 255, 255);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    /* border-bottom: 1px solid rgba(255,255,255,0.1); */
    transition: all 0.3s ease;
}
.header-container {
    max-width: 96%;
    margin: 0px auto;
    padding: 0 20px;
}
.logo-wrapper {
    position: relative;
    padding: 15px 0;
    transition: all 0.3s ease;
}

.logo-wrapper > a img {
    height: 50px;
    width: auto;
    transition: all 0.3s ease;
}

.nav-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
}

nav a {
    color: #0c4365;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 16px;
    margin: 0 5px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

nav a:hover {
    background: rgba(255,255,255,0.1);
    color: #333;
    transform: translateY(-1px);
}
.btn-cta {
    background: #0c4365;
  color: #fff;
  padding: 4px 10px;
  border: 0;
}
.dbroucher {
    background: #3bdb5d;
    color: #072a2a;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
    /* box-shadow: 0 4px 15px rgba(59,219,93,0.2); */
}

.dbroucher:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(59,219,93,0.3);
}

/* Banner/Hero Section Updates */
#home {
    position: relative;
    height: 100vh;
    margin-top: 0;
    overflow: hidden;
}

.banner-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.banner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-image .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(8,25,34,0.65), rgba(8,25,34,0.65));
    backdrop-filter: blur(5px);
}



.slider-txt-h1 {
    font-size: 52px;
    font-weight: 800;
    line-height: 1.1;
    background: linear-gradient(135deg, #fff 0%, #d4e7ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.slider-txt-h3 {
    font-size: 24px;
    margin: 25px 0 30px;
    opacity: 0.9;
}

.slider-txt-h2 {
    font-size: 42px;
    margin: 20px 0;
}

.slider-txt-h4 {
    font-size: 36px;
    margin: 40px 0 20px;
}

.slider-txt-p {
    display: inline-block;
    font-size: 18px;
    padding: 12px 30px;
    margin-top: 40px;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 8px;
    background: rgba(255,255,255,0.05);
}

.slider-txt-span {
    font-weight: 800;
    font-size: 46px;
    color: #3bdb5d;
}

/* Remove up-form from banner */
#home .up-form {
    display: none;
}

@media only screen and (max-width: 991px) {
   .slider-txt-h1 {
        font-size: 36px;
    }
    
    .slider-txt-h2 {
        font-size: 32px;
    }
    
    .slider-txt-h3 {
        font-size: 20px;
        margin: 20px 0;
    }
    
    .slider-txt-h4 {
        font-size: 28px;
        margin: 25px 0 15px;
    }
    
    .slider-txt-span {
        font-size: 36px;
    }
}

@media only screen and (max-width: 767px) {
    #home {
        min-height: calc(100vh - 60px);
        align-items: center;
    }
    .slider-txt-h1 {
        font-size: 28px;
    }
    
    .slider-txt-h2 {
        font-size: 26px;
    }
    
    .slider-txt-p {
        font-size: 16px;
        padding: 10px 20px;
        margin-top: 25px;
    }
}

/* Hero section styles */
#home {
    padding-top: 80px;
    min-height: 100vh;
    background: linear-gradient(rgba(8,25,34,0.1), rgba(8,25,34,0.1)), url('../images/banner.png');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
}
@media (max-width: 480px) {
	#home {
		height: 80vh;
		min-height: 80vh;
		background: linear-gradient(rgba(8,25,34,0.1), rgba(8,25,34,0.1)), url('../images/banner-mob.png');
		background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
	}
}

.slider-txt-h1 {
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 15px;
    background: linear-gradient(135deg, #fff 0%, #d4e7ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.slider-txt-h3 {
    font-size: 22px;
    opacity: 0.9;
    margin-bottom: 30px;
}

.slider-txt-h2 {
    font-size: 32px;
    margin: 25px 0;
}

.slider-txt-span {
    color: #ffe364;
    font-weight: 700;
}
.price-text {
    font-size: 38px;
    font-weight: bold;
    color: #ffe364;
}
.slider-txt-h4 {
    font-size: 28px;
    margin: 30px 0;
}

.slider-txt-p {
    display: inline-block;
    border: 1px solid rgba(255,255,255,0.2);
    padding: 12px 25px;
    border-radius: 8px;
    font-size: 16px;
    background: rgba(255,255,255,0.05);
    margin-top: 30px;
}

/* Quick enquiry form */
.up-form {
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,0.1);
    padding: 30px;
}

.up-form input,
.up-form textarea {
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    color: #fff;
    border-radius: 8px;
    padding: 12px;
    transition: all 0.3s ease;
}

.up-form input:focus,
.up-form textarea:focus {
    background: rgba(255,255,255,0.15);
    border-color: rgba(255,255,255,0.3);
}

/* 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: 'Work Sans', 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-group {
    margin-bottom: 15px;
}

.contactuslabels {
    color: #BF9E61;
}

.form-group input {
    position: relative;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    /* border-radius: 4px; */
    -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-size: cover;
    background-position: center;
    /* padding: 40px; */
}

.intl-tel-input {
    width: 100%;
}

.form-btn {
    margin: 0px auto;
    display: block;
    background: #0c4365;
    border: 2px solid #0c4365;
    color: #ffffff;
    font-size: 18px;
    padding: 5px 36px 5px;
    transition: ease all 0.5s;
}

.form-btn:hover {
    border-color: #fff;
    background: #0c4365;
    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: #0c4365;
    color: #fff;
    border-bottom: none !important;
}

.tbl>tbody>tr>td {
    /* border-top: none !important; */
    width: 25%;
}

.tbl>tbody>tr>td a {
    color: #272727;
}

.her h3 {
    margin: 0px 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: #0c4365;
    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: #0c4365;
    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: #0c4365;
    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: #0c4365;
    color: #fff;
    border: 0;
}

.price-btn {
    margin: 0px auto;
    display: block;
    background-image: none;
    background-color: #0c4365 !important;
    text-shadow: none;
    color: #ffffff;
    border-color: #0c4365;
    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: 20px;
    }
    .box {
        min-height: 270px;
    }
}

@media all and (max-width: 768px) {
    .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: 105px;
        /* height: 85px; */
        padding: 0px;
    }
}

@media (max-width:768px) {
    .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: 'Work Sans', 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: 5px 0px;
    }
    .banner-bottom-tagline>.col-6:first-child {
        border-right: 0px solid #fff;
        margin-bottom: 10px;
    }
    .logo-wrapper {
        top: -2px;
        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: 45px;
        left: 0;
        border: 2px solid #000;
        display: none;
    }
    nav a {
        display: block;
        text-align: center;
        margin: 0px auto;
        color: #0c4365;
        padding: 12px 0px;
    }
    .burger-menu {
        display: block;
        position: absolute;
        right: 20px;
        top: 10px;
        font-size: 30px;
        color: #0c4365;
    }
    .col-left,
    .col-right {
        width: 100%;
    }
    .section-title {
        font-size: 30px;
        margin: 0px;
    }
    .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: #f0f0f0;
}

#contactForm .input-group-addon {
    background: #0c4365;
    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;
}

.select_value {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 12px 14px;
  font-size: 1rem;
  background: #f8f9fa;
  color: #222;
  transition: border 0.2s, box-shadow 0.2s;
  outline: none;
  width: 49%;
}

#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: #0c4365;
    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: #0c4365;
    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: #272727;
    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: #272727;
    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: #272727;
    border-radius: 25px;
}

.oops-greet {
    color: #272727;
    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: #0c4365;
    width: 160px;
    font-weight: 600;
    font-size: 20px;
    padding: 5px;
    border: 2px solid #0c4365;
    color: #ffffff;
}

button.btn.btn-danger.dbroucher {
    bottom: 15px;
    left: 15px;
    transition: 0.4s ease-in;
    z-index: 999;
    background-color: #0c4365;
    font-weight: 600;
    font-size: 20px;
    padding: 6px 40px;
    border: 2px solid #0c4365;
    color: #ffffff;
}

button.btn.btn-danger.interested {
    animation: shake 5s cubic-bezier(.36, .07, .19, .97) both;
    transform: translate3d(0, 0, 0);
    animation-iteration-count: infinite;
    backface-visibility: hidden;
    perspective: 1000px;
}

@keyframes shake {
    2% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }
    4% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
    6% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }
    8% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
    10% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }
    12% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }
    14% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }
    16% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }
    18% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0);
    }
    20% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0);
    }
}

button.btn.btn-danger.brochure {
    transition: 0.4s ease-in;
    /* z-index: 999; */
    background-color: #0c4365;
    /* width: 160px; */
    font-weight: 600;
    position: relative;
    font-size: 20px;
    padding: 5px;
    border: 2px solid #0c4365;
    color: #ffffff;
}

button.btn.btn-danger.interested1 {
    position: fixed;
    bottom: 128px;
    right: -2px;
    transition: 0.4s ease-in;
    z-index: 999;
    background-color: #272727;
    width: 66px;
    font-weight: 600;
    font-size: 20px;
    padding: 12px;
    border: 2px solid #ffffff;
    color: #0c4365;
}

.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: #0c4365;
    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: #272727;
    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: #0c4365;
    color: #fff;
    border: 0;
}

#broucher .form-ico {
    font-size: 19px !important;
}

#broucher .form-group {
    height: 40px;
    margin-bottom: 23px;
}

#broucher .selected-flag {
    background: #272727;
    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: #0c4365;
    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: #272727;
    width: 39px;
    border-radius: 3px 0px 0px 3px;
    height: 40px;
}

.flot-btn,
flot-btn:focus {
    background: #272727 !important;
    box-shadow: none !important;
    color: #fff !important;
    border: 2px solid #272727 !important;
    margin: 0px auto !important;
    display: block !important;
    padding: 6px 20px !important;
}

.flot-btn:hover {
    background: transparent;
    box-shadow: none;
    border-color: #272727;
    color: #272727;
}

#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: #272727;
    color: #fff;
    border: 0;
}

#iam-interested .form-ico {
    font-size: 19px !important;
}

#iam-interested .form-group {
    height: 40px;
    margin-bottom: 23px;
}

@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 {}
}

#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: 60px;
    }
}

.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 p {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 9px;
    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;
    font-size: 52px;
    box-shadow: inset -1px -1px 20px 20px #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 ------------------------*/

.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%;
}

.latest-post-inner {
    padding: 50px 30px;
    position: relative;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    border: 2px solid #272727;
}

.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:#0c4365; */
    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: #0c4365;
    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:#0c4365;*/
    /* padding-bottom: 50px; */
    /* margin-bottom: 5px; */
    /* height: 600px; */
}

.gall-head {
    font-size: 40px;
    /* margin-bottom: 20px; */
    font-family: 'Work Sans', sans-serif;
    color: #0c4365;
    text-align: center;
    font-weight: 100;
}

.underline2 {
    /* background: #272727; */
    height: 35px;
    /* border-radius: 10px; */
    width: 428px;
    margin: 3px auto 25px;
    background-image: url(../images/divide.png);
    background-size: cover;
}

.underlinew2 {
    /* background: #272727; */
    height: 35px;
    /* border-radius: 10px; */
    width: 428px;
    margin: 3px auto 25px;
    background-image: url(../images/divw.png);
    background-size: cover;
}

@media only screen and (max-width: 480px) {
    .gall-head {
        font-size: 25px;
    }
}

#sp-footer h2 {
    font-size: 16px;
    margin: 0;
    margin-bottom: 8px;
    line-height: 29px;
    color: #0c4365;
}

#sp-footer p {
    line-height: 20px;
}

.sl-wrapper .sl-navigation button {
    z-index: 999999 !important;
}

.fixHeader {
    background-color: #272727;
    transition: ease all 0.5s;
}

.hi-icon-wrap {
    padding: 2em 0 0em !important;
}

#configuration {
    /* padding: 70px 0px; */
    background: url("../images/about-sbr-kakinada.jpg") center;
    background-size: cover;
    background-attachment: fixed;
}

/*#overview{*/


/*background: #f5f5f5;*/


/*}*/

#amenities {
    /*background: url("../images/amenities.jpg") center;*/
}

@media all and (max-width: 767px) {
    #sp-footer {
        text-align: center;
    }
    .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: #146089;
    text-align: center;
    padding: 10px 0px 10px 0px;
    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;
    border-radius: 5px;
}

#video {
    width: 68%;
    margin: 0px auto;
    display: block;
    margin-top: 20px;
}

@media all and (max-width: 767px) {
    #video {
        width: 100%;
        height: 175px;
    }
    /* .fixHeader .logo-wrapper img {
display: block !important;
} */
}

#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: 5px 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: #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");
}

.pd0 {
    padding: 0px;
}

.logo-color {
    /* background: #272727; */
}

.hi-icon-effect-1 .hi-icon1 {
    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;
}

.hi-icon1 {
    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;
    border: 2px solid #000;
    color: #fff;
}

.hi-icon1 img {
    width: 55px;
    /* border: 1px solid; */
    margin-top: 20%;
}

.hi-icon-effect-1 .hi-icon1:after {
    top: -7px;
    left: -7px;
    padding: 7px;
    box-shadow: 0 0 0 4px #1c3e71;
    -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-icon1: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-icon1:hover {
    background: rgb(39, 39, 39);
    color: #41ab6b;
}

.hi-icon-effect-1 .hi-icon1 {
    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;
}

.hi-icon-effect-1a .hi-icon1:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.hi-icon-effect-1 .hi-icon1:after {
    top: -7px;
    left: -7px;
    padding: 7px;
    box-shadow: 0 0 0 4px#0c4365;
    -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;
}

section .loc-bord {
    /* border-right: 1px solid; */
    /* height: 233px; */
    color: #0c4365;
}

.divide {
    margin-top: 38px;
}

#crown {
    background-size: cover;
    padding: 50px 0px;
    background-color: #fff;
    /* background: url(../images/patern.png) #272727; */
    /* 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: 'Work Sans', sans-serif;
    margin-bottom: 20px;
    margin-top: 10px;
}

.crown-t span {
    color: #0c4365;
    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: rgba(27, 49, 48, 0.95);
    padding: 88px 120px;
}

.blow-banner img {
    width: 100px;
    margin: 0px auto;
}

.confback {
    background-color: #000000c4;
    padding: 70px;
    /* height: 600px; */
}

.usp {
    /* background-color: #000000c4; */
    padding: 70px 0px;
}

.blow-banner p {
    color: #272727;
    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: #0c4365;
}

.fixHeader .nav-wrapper .nav-links button {
    color: #fff;
}


/* .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: #0c4365;
    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#0c4365;
    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: #0c4365;
}

.breadcrumb li {
    padding: 12px 49px;
    margin-right: 6px;
    background: #0c4365 !important;
    color: #000 !important;
    letter-spacing: 0px;
}

.breadcrumb li:after {
    content: "";
    width: 5px;
    margin: 0 auto;
    border: 10px solid transparent;
    border-top: 10px solid#0c4365;
    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: #0c4365;
        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;
    }
}

/* Content Section Styles */
.section-hdtxt.foo {
    font-size: 42px;
    background: linear-gradient(135deg, #0c4365 0%, #1a6ba4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 30px;
    line-height: 1.2;
}

.content-wrapper {
    padding: 20px;
}

.highlight-box {
    background: rgba(12,67,101,0.03);
    border-radius: 16px;
    padding: 25px;
    margin-bottom: 30px;
    border: 1px solid rgba(12,67,101,0.08);
    transition: all 0.3s ease;
}

.highlight-box:hover {
    background: rgba(12,67,101,0.05);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(12,67,101,0.1);
}

.highlight-icon {
    color: #3bdb5d;
    font-size: 24px;
    margin-bottom: 15px;
    display: inline-block;
}

.highlight-box p {
    font-size: 16px;
    line-height: 1.6;
    color: #444;
    margin: 0;
}

.feature-card {
    display: flex;
    gap: 20px;
    padding: 25px;
    margin-bottom: 25px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(12,67,101,0.1);
}

.feature-icon {
    flex: 0 0 60px;
    height: 60px;
    background: rgba(59,219,93,0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #3bdb5d;
    transition: all 0.3s ease;
}

.feature-card:hover .feature-icon {
    background: #3bdb5d;
    color: #fff;
    transform: rotate(360deg);
}

.feature-text {
    flex: 1;
}

.feature-text h4 {
    color: #0c4365;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 10px;
}

.feature-text p {
    font-size: 15px;
    line-height: 1.6;
    color: #666;
    margin: 0;
}

@media (max-width: 991px) {
    .section-hdtxt.foo {
        font-size: 32px;
        text-align: center;
    }
    
    .feature-card {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }
    
    .feature-icon {
        margin: 0 auto 15px;
    }
}

/* Animation */
.wow {
    visibility: hidden;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.fadeInLeft {
    animation: fadeInLeft 1s ease forwards;
}

.fadeInRight {
    animation: fadeInRight 1s ease forwards;
}

/* Responsive */
@media (max-width: 768px) {
    .overview-content {
        padding: 20px 0;
    }
    
    .property-image {
        margin-top: 30px;
    }
    
    .property-image img {
        height: 300px;
    }
    
    .feature-card {
        padding: 15px;
    }
}

