/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    font-family: 'Gotham', sans-serif;
    overflow-x: hidden;
    transition: .6s;
}

a {
    text-decoration: none !important;
}

.m-b {
    margin-bottom: 90px;
}

.p-t-b {
    padding: 100px 0px !important;
}

.p-t-70 {
    padding-top: 70px !important;
}

.m-Top-50 {
    margin-top: 50px !important;
}

.m-bottom-50 {
    margin-bottom: 50px !important;
}

.p-top-20 {
    padding-top: 20px !important;
}

.p-top-30 {
    padding-top: 30px !important;
}

.p-top-40 {
    padding-top: 40px !important;
}

.p-top-60 {
    padding-top: 60px !important;
}
/* .wrapper{
    overflow-x: hidden;
} */
p {
    line-height: 25px;
}

/* 5 Columns */

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}


/*Nav Bar*/
header {
    background-color: rgb(48 49 151);
    position: fixed;
    width: 100%;
    height: 70px;
    top: 0px;
    left: 0px;
    z-index: 999;
}
header .container{
    height: 100%;
}
.flex{
    display: flex;
    flex-wrap: wrap;
}
.flex.flex-justify-between{
    justify-content: space-between;
}

.flex.align-center{
    align-items: center;
}

.height_100_per{
    height: 100%;
}

.border-call{
    display: inline-block;
    padding: 10px;
    color: #fff !important;
    border: 1px solid #fff;
    border-radius: 3.6px;
}

.border-call i{display: inline-block;font-size: 20px;margin-right: 10px;}

.border-call span{
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-section {
    height: auto;
    margin-top: 70px;
    padding: 0px;
}

.banner-section img {
    width: 100%;
    object-fit: cover;
}

.banner-section .owl-carousel, .banner-section .owl-stage-outer, .banner-section .owl-stage, .banner-section .owl-item, .banner-section .item, .banner-section .item img{
    height: 100%;
} 

.image img{
    width: 100%;
    max-width: 100%;
    object-fit: cover;
}

.padding-left-adjust {
    padding-left: 10%;
}

section.space-pd {
    padding: 70px 0px;
}

section.space-bottom {
    padding-bottom: 70px;
}

section.space-pd-top {
    padding-top: 70px;
}

.about-us-inner h2.title{
    font-size: 30px;
    margin-bottom: 2vh;
    /* border-bottom: 2px solid #E0B954; */
    padding-bottom: 1vh;
    display: inline-block;
    margin-top: 5vh;
}
.about-us-inner p.lead{
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 15px;
    padding-right: 6%;
    text-align: justify;
}
.about-us-inner h5{
    line-height: 30px;
    font-weight: 500;
    font-size: 16px;
}

.two-boxes {
    display: flex;
    flex-wrap: wrap;
}

.two-boxes .box {
    width: 25%;
    display: flex;
    min-height: 50px;
    align-items: center;
    text-align: left;
    margin-bottom: 3vh;
}


.height_70{height: 70%;}
.height_30{height: 30%;}


.blue-band {
    background: #2E3192;
    /*height: 30%;*/
    display: flex;
    align-items: center;
    justify-content: center;
}

section.about-us [class*=col-]{
    /*padding: 0px;*/
}

.blue-band .two-boxes{
    padding: 2%;
}

.icon img {
    width: 50px;
    text-align: center;
    display: block;
    margin: auto;
}

.two-boxes .box .icon p{
    text-align: center;
}

.two-boxes .box .icon{
    margin-right: 25px;
}
.two-boxes .box .text{
    color: #fff;
    line-height: 25px;
    width: 100%;
}
.two-boxes .box .text h3{
    text-transform: uppercase;
    font-weight: 500;
    font-size: 35px;
    margin-bottom: 10px;
    }
.two-boxes .box .text p{
    font-size: 15px;    line-height: 20px;
}
.light-yellow-band {
    background: #EDCB6A;
    padding: 3vh 0px;
    width: 100%;
}

.flex.justify-center{
    justify-content: center;
}

.light-yellow-band .four-boxes{justify-content: space-around;
    width: 100%;
    margin: auto;
    text-align: center;}

.light-yellow-band .four-boxes .box {
    width: 25%;
}

.right-stright-line{position: relative;}
.right-stright-line:after{
    content: '';
    position: absolute;
    right: -20px;
    width: 1px;
    height: 100%;
    top: 0px;
    background: #535353;
}

h2.title.yellow-border {
    font-size: 30px;
    margin-bottom: 5vh;
    border-bottom: 2px solid #E0B954;
    padding-bottom: 1vh;
    display: inline-block;
    text-transform: uppercase;
}

.video-image {
    position: relative;display: inline-block;
}

.video-image:after {
    content: '';
    background: url(../images/video-play.png) 0 0 no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
    width: 45px;
    height: 45px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.video-image:before {
    content: '';
    background: #00000078;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.life-style-image.image {
    width: 100%;
    margin: auto;
}


.location-advantage h2.title {
    font-size: 30px;
    margin-bottom: 5vh;
    border-bottom: 2px solid #ffffff;
    padding-bottom: 1vh;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
}

.location-advantage {
    background: #2e3192;
}

.blue-band-location p{
    color: #fff;
    margin-bottom: 5vh;
}

.location-advantages-lists{}
.location-advantages-lists .box{
    margin-bottom: 5vh;
    width: 50%;
}
.location-advantages-lists .box h2{
    color: #fff;
    font-weight: 500;
    margin-bottom: 2vh;
}
.location-advantages-lists .box ul{
    padding-left: 5%;
}
.location-advantages-lists .box ul li{
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    list-style-type: circle;
}.about-us-inner {
    /*padding-right: 5%;*/    
    /*margin-top: 5vh;*/
}

.tabs-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70%;
    margin: auto;
}

.tabs-button button {
    width: 20%;
    padding: 10px;
    padding-bottom: 20px;
    border: none;
    background: transparent;
    border-bottom: 1px solid #E0B954;
    position: relative;
    text-transform: capitalize;
}
.tabs-button button:after{
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: #e0b954;
    width: 0px;
    height: 0px;
    margin: auto;
    transition: .6s;
}
.tabs-button button.active:after {
    width: 100%;height: 5px;
    transition: .6s;
}

.hidden.active {
    visibility: visible !important;
    display: block !important;
}

.tabs-content {
    text-align: center;
    margin-top: 5vh;
}

.tabs-inner-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    margin: auto;
}

.tabs-inner-button button {
    width: auto;
    background: transparent;
    border: none;
    border: 1px solid #e0b954;
    padding: 10px;
    border-radius: 5px;
    margin: auto 10px;transition: .6s;
}

.tabs-inner-button button.active{
    background: #e0b954;
    border: 1px solid #fff;color: #fff;
}

.plans-slider .item {
}

.plans-slider .slider-box {
    width: 50%;
    padding: 4%;
}


/*Zoom*/
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.zoom-image-in-popup button.mfp-close {
    background: transparent;
    color: #fff !important;
    opacity: 1;
}

.zoom-image-in-popup .mfp-title {
    background: transparent;
}

.zoom-image-in-popup .button.mfp-close {
    color: #fff;
}


/*Zoom*/


.grid-gallery .grid-three.grid {
    width: 50%;
}

.grid-gallery .grid-two.grid {
    width: 50%;    margin-top: 20px;
}
.grid-gallery .grid-one.grid {
    width: 100%;
}

.grid-gallery {
    display: flex;
    flex-wrap: wrap;
}

.five-boxes .item {
    width: 20%;
}

.five-boxes .item .amenities-box{
    margin: 2%;
    position: relative;
    cursor: pointer;
}

.five-boxes .item .amenities-box .caption{
    position: absolute;
    width: 100%;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 10px;
    background: #EEB609;
    transition: .6s;
    height: 40px;
}

.five-boxes .item .amenities-box:hover .caption{height: 100%;display: flex;align-items: center;justify-content: center;transition: .6s;background: #eeb60aa1;color: #fff;letter-spacing: 1px;font-weight: 500;font-size: 20px;}

.brochure-button{
    margin-top: 10vh;
}


/*Brochure Form*/
#brochure-form {
    width: 28%;
    margin: auto;
    background-color: #303197;
    padding: 30px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    min-height: auto;
}
#brochure-form .pop_f_title {
    color: #fff;
    padding: 5px;
    text-align: center;
}

.pop_f_title {
    color: black;
    padding: 12px;
    font-size: 19px;
    font-weight: bold;
    text-transform: uppercase;
}
#brochure-form .text-center {
    text-align: center;
    color: white;
    font-size: 15px;
    font-weight: 400;
    margin: 10px 0px;
}
#brochure-form input {
    /* display: block; */
    /* width: 100%; */
    /* margin: 10px auto; */
    /* padding: 8px; */
    /* border: 1px solid #ada7a7; */
    background: 0 0;
    border: none;
    border-bottom: 1px solid #fff;
    box-shadow: 0 0.3px #83919c;
    color: #fff;
    height: 40px;
    margin: 0 0 1.5rem;
    padding: 0;
    font-size: 15px;
    display: block;
    width: 100%;
    outline: none;
    border-radius: 0px;
}
.mfp-close-btn-in #brochure-form .mfp-close
{
        right: 10px;
    top: 10px;
    border-radius: 100%;
}

.popup_form_inner {
    margin-top: 5vh;
}

.checkbox{
    color: #fff;
    align-items: center;
    justify-content: flex-start;
}
.checkbox input{
    width: 20px !important;
    height: 20px !important;
    position: relative !important;
    margin-right: 10px !important;
    margin-bottom: 0px !important;
}
.checkbox a{
    color: #ffffff;
    opacity: 0.6;
    display: inline-block;
    margin-left: 10px;
    text-decoration: underline !important;
}

#brochure-form input[type='submit']{
    margin-bottom: 0px;
    width: 100%;
    background: #fff;
    margin-top: 5vh;
    color: #000;
    font-weight: 500;
    border-radius: 5px;
}
/*Brochure Form*/

/*Blue Band Testimonial*/
.blue-band-testimonial{background: #303197;}
.blue-band-testimonial .testimonial-slider{}
.blue-band-testimonial .testimonial-slider-wrapper{}
.blue-band-testimonial #testimonial-slider{}
.blue-band-testimonial .item{}
.blue-band-testimonial .item .left-para-box{
    width: 80%;
    position: relative;
}
.blue-band-testimonial .testimonial-slider h2.title{
    font-size: 30px;
    margin-bottom: 5vh;
    border-bottom: 2px solid #ffffff;
    padding-bottom: 1vh;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
}

.blue-band-testimonial .item p{color: #fff;width: 80%;letter-spacing: 1px;}

.blue-band-testimonial .item .left-para-box:after {
    content: '';
    position: absolute;
    left: auto;
    right: 0px;
    width: 24%;
    height: 100%;
    background: url(../images/quotation.png);
    bottom: 0px;
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: 100%;
}

#testimonial-slider .owl-dots {
    width: 10%;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
}

#testimonial-slider .owl-dot {
    width: 7px;
    height: 30px;
    border: 1px solid #fff;
    border-radius: 3px;
    margin: 9px 0px;
    transition: .6s;
}

#testimonial-slider .owl-dot.active {
    background: #fff;
    height: 45px;
}
.footer-contact-form h2.title
{
    font-size: 30px;
    margin-bottom: 3vh;
    border-bottom: 2px solid #E0B954;
    padding-bottom: 1vh;
    display: inline-block;
}

.footer-contact-form p{}
.footer-contact-form input{
    height: auto;
    padding: 15px;
    margin-bottom: 3vh;
    border: none;
    border-bottom: 1px solid #ccc;
    box-shadow: none;
    border-radius: 0px;
    box-shadow: 0 4px 12px rgb(187 187 187 / 90%);
}
.footer-contact-form input[type='submit']{
    background: #303197;
    color: #fff;
    border-radius: 10px;
    width: auto;
    padding: 10px 25px;
    margin: auto;
    margin-top: 5vh;
}

.footer-form-inner {
    width: 70%;
}

.footer-form-inner .input-block {
    margin: 15px 0px 0px;
}
.footer-form-inner .input-block .checkbox{
    margin-left: 24px;
    color: #000;
}
.footer-form-inner .input-block .checkbox a{
    color: #000;
}
.no-padding{
    padding: 0px;
}

.footer-contact-form {
    padding: 5%;
    background: #ebebeb;
}
footer {
    padding: 10px;
    background: #303197;
    color: #fff;
}

footer h3 {
    margin: 0px 10px;
    color: #fff;
}

footer h3 a{
    display: block;
    color: #fff !important;
}

footer .in-img{
    margin: 0px 5px;
    color: #303197;
    background: white;
    padding: 5px;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 3px 5px rgb(187 187 187 / 32%);
}
.popup-width {
    width: 25%;
    margin: auto;
    text-align: center;
    margin-top: 86px;
    background-color: white;
    position: relative;
    padding: 20px 10px;
    height: auto;
    min-height: auto;
}

.footer_popup {
    width: 50%;
    margin: auto;
    text-align: center;
    margin-top: 86px;
    background-color: white;
    position: relative;
    padding: 20px 10px;
    height: auto;
    min-height: auto;
}

.close-btn {
    background: #090909;
    font-size: 15px;
    border: 0px;
    width: 30px;
    height: 30px;
    color: white;
    margin: auto 0px auto auto;
    display: block;
    opacity: 0.9;
}

.scroll-content {
    max-height: 290px;
    overflow: hidden;
    overflow-y: scroll;
    padding: 20px;
}

.agree-close-btn {
    background: black;
    font-size: 16px;
    border: 0px;
    color: white;
    padding: 4px 10px;
    margin: 10px auto;
    display: block;
    min-width: 100px;
    border-radius: 5px;
}
.white-box h3 {
    text-align: center;
    color: #094687;
    font-size: x-large;
    font-weight: bold;
}
.scroll-content {
    max-height: 290px;
    overflow: hidden;
    overflow-y: scroll;
    padding: 20px;
}
.white-box p, .white-box li {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 10px;
    text-align: left;
}

.white-box li {
    text-align: left;
    list-style-type: disc;
    margin-left: 10px;
    margin-bottom: 0px;
    line-height: 30px;
}

button.agree-close-btn.mfp-close {
    position: relative;
    background: #094687;
    color: white !important;
    opacity: 1;
    margin-top: 5vh;
}
.white-box ul{
    margin: 2vh 0px;
    margin-left: 5%;
}
.scroll-content::-webkit-scrollbar {
    width: 8px;
}

.scroll-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
}

.scroll-content::-webkit-scrollbar-thumb {
    background-color: black;
    outline: 1px solid slategrey;
    border-radius: 8px;
}
/*Blue Band Testimonial*/

.about_us_content_two {
    /*margin-left: 0px;*/
}
.about_us_content_two h2.title {
font-size: 20px;
    font-weight: bold;
    color: #303197;
    border-bottom: 2px solid #303197;
    margin-top: 0px;
}
.about_us_content_two ul {
    /*padding-right: 10%;*/
    text-align: justify;    margin-bottom: 5vh;padding-left: 10px;
}
.about_us_content_two ul li {
    line-height: 25px;
    list-style-type: disc;
    font-size: 14px;
}
.about-image  {
    height: 716px;
}
.about-image .image {
    height: 100%;
}

.about-bottom-section.blue-band {
    justify-content: flex-start;
    /* padding-left: 10%; */
    margin-top: 25px;
}

.about-bottom-section.blue-band .about-us-inner{
            padding: 0px;
    width: 70%;
    margin: auto;
}
.row.flex.blue_bg {
    background: #fff;
    /*color: #fff;*/
}
.p_right_adjust {
    padding-right: 2% !important;
}
.mb-3vh
{
        margin-bottom: 3vh;
}

label.error {
    color: red;
}


/* sticky form code */
.stickyForm {
    position: fixed;
    top: 20%;
    width: 310px;
    right: -310px;
    text-align: center;
    padding: 17px;
    background: rgba(84, 84, 84, 0.81);
    border-radius: 11px 0px  0 11px;
    -webkit-transition: .35s ease-in-out;
    -o-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    z-index: 9999;
}
.stickyForm.active {
    right: 0px;
}
.stickyForm .btn {
    background: #303197;
    padding: 10px 30px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    left: -97px;
    color: #fff;
    height: 40px;
    border-radius: 7px 7px  0 0;
    font-size: 15px;
    cursor: pointer;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    border: 0;
    perspective: 100px;
    outline: 0 !important;
}

input#phone {
    /* padding-left: 50px !important; */
}
body .stickyForm *{
    color: #fff;
}
body .stickyForm label{
    width: 100% !important;
}
body .stickyForm input[type="text"], body .stickyForm input[type="email"], body .stickyForm textarea, body .stickyForm .intl-tel-input {
    width: 100% !important;
    border: 0;
    height: 35px;
    background: transparent;
    border-bottom: 1px solid #fff;
    margin-bottom: 13px;
    border-radius: 0px;
    font-family: "Poppins", sans-serif;
}
.stickyForm [type="submit"] {
    background: #545454d9;
    color: white;
    border: 0;
    padding: 10px 25px;
    border-radius: 2px;
    border: 1px solid #616161;
}
body .stickyForm ._checkbox{
    margin-bottom: 10px;
}
body .stickyForm ._checkbox .text{
    text-align: left;
    margin-bottom: 10px;
}
body .stickyForm ._checkbox label{
    width: 50% !important;
    float: left;
    padding-right: 5px;
}
body .stickyForm  ._checkbox span{
    padding-left: 4px;
    font-size: 13px;
    float: left;
}
.stickyForm, .stickyForm.active .btn{
    background: rgba(35, 35, 35, 0.77);
}
.stickyForm ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    letter-spacing: 0px;
    color: #ccc;
}
.stickyForm :::-moz-placeholder { /* Firefox 19+ */
    letter-spacing: 0px;
    color: #ccc;
}
.stickyForm ::-ms-input-placeholder { /* IE 10+ */
    letter-spacing: 0px;
    color: #ccc;
}
.stickyForm :-moz-placeholder { /* Firefox 18- */
    letter-spacing: 0px;
    color: #ccc;
}
body .stickyForm select{
    width: 100%;
    color: #fff;
    border: 0;
    background: transparent;
    border-bottom: 1px solid #fff;
    height: 40px;
    margin-bottom: 10px;
    border-radius: 0px;
    font-size: 14px;
    letter-spacing: 1px;
}
body .stickyForm select option{
    color: black;
}
body .stickyForm .btn-group{
    margin-top: 20px;
}
body .stickyForm .error{
    margin-bottom: 0 !important;
}
body .stickyForm label.error{
    padding: 7px 0;
    color: red;
}
body .stickyForm [type="submit"]{
        background: #303197 !important;
        border: none;
        height: 40px !important;
        padding: 0px 30px !important;
        /* box-shadow: 0 0 8px 3px rgba(99, 99, 99, 0.32); */
}
/* end of sticky form code */

.flex-phone-box{
        display: flex;
    flex-wrap: wrap;
}


body .stickyForm label.flex-phone-box select {
    width: 20%;
    height: 40px !important;
    padding: 0px !important;
}

body .stickyForm label.flex-phone-box input {
    width: 80% !important;
    height: 40px !important;
}
.footer-contact-form .flex-phone-box select {
    height: auto;
    padding: 15px;
    margin-bottom: 3vh;
    border: none;
    border-bottom: 1px solid #ccc;
    box-shadow: none;
    border-radius: 0px;
    box-shadow: 0 4px 12px rgb(187 187 187 / 90%);
}

body .stickyForm .checkbox a{
        font-size: 13px;
}

body .stickyForm .checkbox input{
       margin-left: 0px !important;
}

#brochure-form label.error {
    display: block;
    text-align: left;
    margin-bottom: 3vh;
    font-size: 13px;
}

form#brochure_form input[type='tel'] {
    width: 80%;
    height: 40px;
}

form#brochure_form #countrycode {
    width: 20% !important;
    height: 40px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    box-shadow: none;
    color: #fff;
}

form#brochure_form #countrycode option{color:#222;}

.master-plan-image.image {
    width: 50%;
    margin: auto;
}

.plans-slider .item .flex
{
    align-items: center;
    justify-content: center;
}

/*About*/
.project-details-about-project-parent .about-project-text-content-inner .about-project-text-title {
    text-align: center;
    color: #303792;
    padding-bottom: 30px;
    font-family: 'Lato', sans-serif;
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1px;
    word-spacing: 2px;
}

.about-project-text-content-inner .project-details-text-content-child .project-details-subtitle {
    font-weight: 600;
    font-family: Lovelo,sans-serif;
    font-size: 22px;
    color: #444;    margin-bottom: 1rem;
}

.about-project-text-content-inner .project-details-text-content-child p {
    font-size: 14px;
    margin: 0;
    line-height: 1.6;
    padding: .6em 0;
    color: #4d4747;
}
.project-details-text-content-child h4 {
    font-weight: 700;
    margin: 2rem 0 1rem;
    line-height: 1;
    text-transform: uppercase;
    font-size: 17px;
}
.project-details-text-content-child ul li {
    position: relative;
    margin-bottom: .5rem;
    padding-left: 2.2rem;
    line-height: 1.5;       font-size: 14px;
}
.project-details-text-content-child ul li:before {
    content: '';
    left: 10px;
    top: 5px;
    background: #313691;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    position: absolute;
}
/*About*/

.location-image.image iframe
{
        height: 86vh;width:100%;
}

.two-boxes .box:last-child {
    padding-left: 8%;
}

.light-yellow-band .four-boxes .box b {
    font-weight: 600;
    color: #444;
}


.tab_offer {
    width: 30%;
    margin: auto;
    text-align: left;
    list-style-type: disc;
    padding-left: 2%;
}

.tab_offer li {
    list-style-type: disc;
    line-height: 30px;
    font-size: 18px;
}


div#plans-slider {}

.owl-plan-slider .owl-nav {display: flex;align-items: center;justify-content: center;}

.owl-plan-slider .owl-nav .owl-prev {font-size: 30px;color: #303197;margin-right:10px;}
.owl-plan-slider .owl-nav .owl-next {font-size: 30px;color: #303197;}

.left-menu {
    width: 20%;
}
.left-menu img {
    width: 100%;
}

div#top-slider .owl-nav {
    position: absolute;
    top: 46%;
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    left: 0px;
    right: 0px;
}

div#top-slider .owl-prev, div#top-slider .owl-next{
    width: 45px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #30319778;
    border-radius: 6px;
}
div#top-slider .owl-prev i, div#top-slider .owl-next i{
    font-size: 25px;
    color: #fff;
}

/*Reponsive*/
@media(max-width: 1200px){
    .about-image {
        height: 60vh;
    }

    .about-image img {
        height: 100%;
    }

    .about-image .image {
        height: 100%;
    }
    .light-yellow-band .four-boxes{
        width: 100%
    }
    .right-stright-line:after{
        right: -10px;
    }
    .location-advantage h2.title{
        margin-bottom: 2vh;
    }
    .location-advantage{
        padding: 5vh 0px;
    }
    .brochure-button{
        margin-top: 5vh;
    }
    #brochure-form{
        width: 40%;
    }
    .map-iframe .embed-responsive-16by9{padding-bottom: 110%;}
    .footer_popup{
        width: 70%;
    }
    button.agree-close-btn.mfp-close{
        margin-top: 20px;
    }
}
@media(max-width: 996px){
    .about-image{
        height: 70vh;
    }
}
@media(max-width: 768px){
    .about-image{

    }
    .blue-band{
        padding: 3%;
    }

    .light-yellow-band .four-boxes .box{
        width: 50%;
        margin-bottom: 4vh;
    }

    .light-yellow-band .four-boxes .box:nth-child(3){margin-bottom: 0px;}
    .light-yellow-band .four-boxes .box:nth-child(4){margin-bottom: 0px;}
    .right-stright-line:after{
        right: 46px;
    }

    .right-stright-line:nth-child(2):after{display: none;}

    .tabs-button{width: 100%;flex-wrap: wrap;}
    .tabs-inner-button{width: 60%;}
    .map-iframe .embed-responsive-16by9{
        padding-bottom: 55%;
    }
    #brochure-form{
        width: 50%;
    }
    #brochure-form input[type='submit']{
        margin-top: 2vh;
    }

}
@media(max-width: 475px){
    header{

    }
    header .flex{
        
    }
    header .left-menu{
        width: 80%;
    }
    header .right-menu{
        width: 15%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .border-call{
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px;
        width: 30px;
        height: 30px;
        margin: auto;
    }
    .border-call span{
        display: flex;
        text-align: center;
    }
    .border-call i{
        margin: 0px;
    }
    .about-image{
        height: auto;
    }
    .about-us-inner{
        height: auto !important;
        padding-bottom: initial;
        padding-right: 8%;
        padding-left: 8%;
    }
    .two-boxes .box{
        width: 50%;
        min-height: auto;
        margin-bottom: 5vh;
    }
    .blue-band{
        padding: 5% 0px 5%;
        height: auto;
        /*margin-top: 4vh;*/
    }
    .blue-band .two-boxes{
        padding: 0px;
    }
    section.about-us.space-pd{
        padding: 50px 0px;
    }
    .light-yellow-band .four-boxes .box, .light-yellow-band .four-boxes .box:nth-child(3), .light-yellow-band .four-boxes .box:nth-child(4){
        width: 100%;
        margin-bottom: 20px;
    }
    .right-stright-line:after{
        display: none;
    }
    h2.title.yellow-border{
        font-size: 25px;
    }
    section.space-bottom{
        padding-bottom: 50px;
    }
    .life-style-header{
        width: 90%;
        margin: auto;
        line-height: 35px;
        border-bottom: 0px solid red !important;
        padding-bottom: 0px !important;
        margin-bottom: 15px !important;
    }
    .padding-left-adjust{
        padding-left: 10%;
    }
    .blue-band-location{
        padding-right: 2%;
    }
    .tabs-button button{
        width: 50%;
    }
    .tabs-inner-button{
        width: 100%
    }
    .five-boxes .item{
        width: 50%;
    }
    .five-boxes .item .amenities-box .caption{
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 15px;
    }
    .five-boxes .item .amenities-box:hover .caption{
        font-size: 15px;
    }
    #brochure-form{
        width: 95%;
        max-width: 100%;
    }
    .blue-band-testimonial .item p{
        width: 100%
    }
    .blue-band-testimonial .item .left-para-box{
        width: 100%
    }
    #testimonial-slider .owl-dots{
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin-top: 5vh;
    }
    #testimonial-slider .owl-dot, #testimonial-slider .owl-dot.active{
        width: 20px;
        height: 20px;
        margin: 0px 5px;
    }
    .blue-band-testimonial .item .left-para-box:after{
        background-position: 100% 100%;
    }
    section.mb-pd-none{
        padding-top: 0px;
    }
    .footer-contact-form{
        padding: 10%;
    }
    .footer-form-inner{
        width: 100%
    }
    footer h3{
        width: 100%;
        text-align: center;
        margin: 10px 1px;
    }
    .footer_popup{
        width: 100%;
        max-width: 100%;
    }
    
    .banner-section{height:auto;}
    
    .tab_offer {
        width: 95%;
        margin: auto;
        text-align: left;
        list-style-type: disc;
        padding-left: 10%;
    }
    .tab_offer li{
        font-size: 16px;
    }
    
    div#top-slider .owl-prev, div#top-slider .owl-next{
        width: 45px;
        height: 70px;
    }

}
/*Reponsive*/