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

/*@font-face {
    font-family: 'PlayfairDisplay-Black';
    src: url('../fonts/PlayfairDisplay-Black.ttf') format('truetype')
}

@font-face {
    font-family: 'PlayfairDisplay-SemiBold';
    src: url('../fonts/PlayfairDisplay-SemiBold.ttf') format('truetype')
}

@font-face {
    font-family: 'PlayfairDisplay-Regular';
    src: url('../fonts/PlayfairDisplay-Regular.ttf') format('truetype')
}

@font-face {
    font-family: 'PlayfairDisplay-ExtraBold';
    src: url('../fonts/PlayfairDisplay-ExtraBold.ttf') format('truetype')
}
*/

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    font-family: 'Nunito', sans-serif !important;
    font-size: 16px !important;
    overflow-x: hidden;
    font-weight: 300 !important;
}

body,
html {
    overflow-x: hidden;
}

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

a {
    outline: none;
}

p {
    margin-bottom: 10px;
    line-height: 23px;
}

img {
    margin-bottom: 0px;
}

.mr0 {
    margin: 0 !important;
}

.pd0 {
    padding: 0 !important;
}

/*-------------- CSS Resetter ----------*/

/* width */

::-webkit-scrollbar {
    width: 6px;
}

/* Track */

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */

::-webkit-scrollbar-thumb {
    background-color: #e9bf59;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/*--------------------------------------------------------------------*/

#home-carousel {
    overflow: hidden;
    /* height: 100vh; */
}

.carousel-control {
    background-image: none !important;
}

#home-carousel .carousel-inner .item .slide {
    width: 100%;
    height: 100vh;
    /*-webkit-animation: zoomin 40s ease-in infinite;*/
    /*animation: zoomin 40s ease-in infinite;*/
    /*transition: all .4s ease-in-out;*/
}

#home-carousel .carousel-inner .item:nth-child(2) img {
    /*filter: brightness(0.8);*/
}

#home-carousel .carousel-inner .item:nth-child(3) img {
    /*filter: brightness(0.8);*/
}

#home-carousel .carousel-inner .item .zoom {
    -webkit-animation: zoomin 60s ease-in infinite;
    animation: zoomin 60s ease-in infinite;
    transition: all .4s ease-in-out;
}

@-webkit-keyframes zoomin {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.3)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes zoomin {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.3)
    }

    100% {
        transform: scale(1)
    }
}

@-webkit-keyframes zoomout {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(.5)
    }

    100% {
        transform: scale(1)
    }
}

.carousel-caption {
    width: 100%;
    left: 0;
    top: 0;
    padding: 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Animation delays */

.anim-item1 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.anim-item2 {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.anim-item3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.carousel-caption h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 32px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.slide-img1 {
    position: absolute;
    width: 20%;
    top: 24%;
    right: 40%;
    z-index: -1;
}

.cover-sec {
    /* height: 100vh; */
    padding: 0px 0px;
}

.cover-img {
    overflow: hidden;
    position: relative;
    /* top: 31px; */
}

.cover-img img {
    width: 100%;
    height: 650px;
    object-fit: cover;
    object-position: bottom;
}

.card-lux img {
    height: 530px;
}

.cover-content1 {
    height: 650px;
    padding: 90px 80px 90px 23px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cover-content {
    height: 600px;
    padding: 90px 40px;
    display: flex;
    justify-content: center;
    /* align-items: center; */
}

.cover-content.oncenter {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 40px;
}

.cardlux-content {
    height: 538px;
    align-items: center;
}

.cover-about {
    height: 600px;
    padding: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cover-tittle {
    color: #464398;
    font-size: 28px;
    line-height: 45px;
    font-weight: 800;
    font-family: Cinzel;
    text-transform: uppercase;
}

.cover-tittle1 {
    color:  #e9bf59;
    font-size: 50px;
    line-height: 45px;
    font-weight: 500;
    font-family: AUSTINA;
    text-transform: uppercase;
}

.cover-tittle span {
    font-weight: 500;
    color: #fff;
    font-size: 35px;
}

.coversubhead {
    font-size: 20px;
    margin-top: 10px;
}

.cover-content p {
    color: #322f2f;
    font-size: 17px;
    line-height: 30px;
    font-style: normal;
    font-weight: 600;
    /* font-weight: 400; */
    /* /* margin: 8px 0px 0px; */
}

.cover-content1 p {
    color: #000;
    font-size: 17px;
    line-height: 30px;
    font-style: normal;
    font-weight: 300;
    /* font-weight: 400; */
    margin: 8px 0px 0px;
}

.youtube {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-size: 14px;
    color: #000 !important;
    font-family: Oswald;
    margin: 37px auto 0px;
    position: relative;
    font-weight: 500;
    text-decoration: none !important;
}

.youtube img {
    float: left;
    margin-right: 10px;
}

.full-imgsec {
    height: 430px;
    background-position: top;
    /*background-attachment: fixed;*/
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    overflow: hidden;
}

.full-secoverlay {
    background: rgba(0, 0, 0, 0.3);
    height: 100%;
    width: 100%;
}

.item-center {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.full-imgsec h2 {
    font-family: PlayfairDisplay;
    font-size: 32px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 10px;
    line-height: 59px;
    color: #fff;
    position: relative;
    z-index: 9;
    text-align: center;
}

.full-imgsec h3 {
    text-align: center;
    position: relative;
    z-index: 9;
    margin-top: 16px;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
}

.a-scroll {
    position: absolute;
    top: 300px;
    width: 20%;
    left: 40%;
}

.a2-scroll {
    position: absolute;
    top: 541px;
    width: 20%;
    left: 40%;
}

.a3-scroll {
    position: absolute;
    top: 770px;
    width: 20%;
    left: 40%;
}

.a4-scroll {
    position: absolute;
    top: 1130px;
    width: 20%;
    left: 40%;
}

.coverlist {}

.coverlist li {
    font-size: 17px;
    margin-bottom: 16px;
    display: flex;
    /* align-items: center;*/
    /* font-weight: 400; */
    color: #000;
    line-height: 25px;
    color: #000;
    font-size: 17px;
    line-height: 30px;
    font-style: normal;
    font-weight: 300;
    /* font-weight: 400; */
    margin: 10px 0px 0px;
}

.coverlist li img {
    display: inline-block !important;
    width: 28px;
    margin-right: 7px;
}

.backscroll {
    width: 100%;
    height: 400px;
    object-fit: cover;
    position: absolute;
    top: 0;
    z-index: -1;
}

.amisec {
    /* padding: 60px 0 0; */
}

.sec-tittle {}

.sec-tittle h2 {
    margin-bottom: 0;
    font-size: 42px;
    line-height: 48px;
    margin-top: 0;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    color: #e9bf59;
    font-family: 'Cinzel';
}

.headline {
    height: 2px;
    background-color: #e9bf59;
    width: 70px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 30px;
}

.ami-imgwrap {
    position: relative;
}

.ami-imgwrap img {
    width: 100%;
    height: 650px;
    object-fit: cover;
}

.amenities-content {
    height: 620px;
    /* background: #242021; */
    padding: 60px 24px;
    display: flex;
    align-items: center;
}

.amenities-content h2 {
    font-family: 'Cinzel';
    margin-bottom: 0;
    font-size: 26px;
    line-height: 50px;
    margin-top: 0;
    font-weight: 300;
    text-transform: uppercase;
    text-align: left;
    margin: 14px 0px;
}

.amenities-content .ameline {
    height: 2px;
    background: #ffffff;
    width: 70px;
    margin-left: 15px;
    margin-top: 10px;
    margin-bottom: 30px;
}

.coverlist.amilist li {
    /*font-weight: 400; */
    color: #ffffff;
    line-height: 25px;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    /* font-weight: 400; */
    margin: 8px 0px 0px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 28px !important;
    height: 4px !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #222222 !important;
}

.carousel-inner {
    margin-top: 58px;
}

.owl-dots {
    margin-top: 0;
    position: absolute;
    bottom: 3px;
    width: 100%;
}

.owl-nav {
    /* position: absolute; */
    /* top: 45%; */
    /* width: 100%; */
    /* margin-top: 0 !important; */
}

.owl-prev {
    /* float: left; */
    position: relative;
    /* left: 15px; */
    border: 2px solid  #e9bf59 !important;
    font-size: 28px !important;
    color: #fff !important;
    padding: 4px !important;
   background-color: #e9bf59 !important;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
}

.owl-next {
    /* float: right; */
    /* position: relative; */
    /* right: 15px; */
    /* font-size: 90px !important; */
    /* color: #fff !important; */
    border: 2px solid  #e9bf59 !important;
    font-size: 28px !important;
    color: #fff !important;
    padding: 4px !important;
   background-color: #e9bf59 !important;
}

.sec-location {
    padding: 60px 0;
}

.loc-hightxt {
    margin-bottom: 0;
    font-family: Oswald;
    font-size: 16px;
    text-align: center;
    letter-spacing: 1px;
    color:  #e9bf59;
    font-weight: 400;
}

.loc-hightxt span {
    color: #222222;
}

.cust-conatiner {
    width: 75%;
    /*display: block;*/
    margin: 0 auto;
    display: table;
}

/*-----------location-------------------*/

.neighborhood-wraper .neighborhood-item {
    cursor: pointer;
    overflow: hidden;
    padding: 0 5px;
    margin-bottom: 10px;
    /* padding:0; */
}

.neighborhood-wraper .neighborhood-item .wrapper {
    position: relative;
}

.neighborhood-wraper .neighborhood-item .wrapper img {
    width: 100%;
}

.neighborhood-wraper .neighborhood-item .wrapper:before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .2);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.neighborhood-wraper .neighborhood-item .content-data {
    color: #fff;
    text-align: center;
    width: 60%;
    -webkit-transition: transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
}

.neighborhood-wraper .neighborhood-item .title-data {
    margin-top: -70px !important;
}

.neighborhood-wraper .neighborhood-item .description-data {
    /*opacity: 0;*/
    /*filter: alpha(opacity=0);*/
    /*visibility: hidden;*/
    /*-webkit-transition: all .2s ease-in-out 0s;*/
    /*-o-transition: all .2s ease-in-out 0s;*/
    /*transition: all .2s ease-in-out 0s;*/
    /*height: 95px;*/
    /*overflow: hidden;*/
    /*transition: all .4s ease 0s;*/
    /*bottom: -105px;*/
    height: 115px;
    bottom: 50%;
    margin-bottom: -125px;
    line-height: 19px;
}

.neighborhood-wraper .neighborhood-item .description-data,
.neighborhood-wraper .neighborhood-item .title-data {
    position: absolute;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
}

.neighborhood-wraper .neighborhood-item .title-data {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: Oswald;
    padding-bottom: 20px;
    top: 50%;
    margin: 0 -50% 0 0;
    padding: 0;
    transition: all .4s ease 0s;
}

/*.neighborhood-wraper .neighborhood-item:hover .title-data {
    margin-top: -45px;
}

.neighborhood-wraper .neighborhood-item:hover .description-data {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    bottom: 50%;
    margin-bottom: -125px;
    line-height: 19px;
}

.neighborhood-wraper .neighborhood-item:hover .wrapper:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}*/

/*---------------------------------------*/

.map-btn {
    color: #222 !important;
    border: 2px solid  #e9bf59;
    padding: 10px;
    display: block;
    text-align: center;
    width: 200px;
    margin: 0 auto;
    margin-top: 30px;
    font-family: Oswald;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none !important;
    transition: ease all 0.5s;
}

.map-btn:hover {
    background-color: #e9bf59;
    color: #ffffff !important;
    transition: ease all 0.5s;
}

.sec-gallery {
    padding: 90px 0;
}

.light-grey {
    background: #f3f3f3;
}

.signia {
    width: 201px;
    margin: 10px auto 0px;
    /* background: #242021; */
    padding: 0px 8px;
}

/* -------------------  TAB -----------------------*/

.mytab {
    text-align: center;
    border-bottom: none;
    margin-bottom: 40px;
    /*margin-top: 50px;*/
}

.mytab li {
    float: none !important;
    display: inline-block;
    margin-bottom: 10px;
    margin-left: -6px;
}

.mytab>li.active>a,
.mytab>li.active>a:hover,
.mytab>li.active>a:focus {
    color: #000000;
    background-color:  #e9bf59;
    border: none;
    cursor: pointer;
    border-radius: 0;
}

.mytab>li>a:hover,
.mytab>li>a:focus {
    color: #222222;
    /*padding: 9px 20px !important;*/
    border: none;
    border-radius: 0;
    background-color: transparent;
    transition: ease all 0.5s;
}

.mytab>li>a {
    color: #222222;
    padding: 9px 20px !important;
    border: none;
    border-radius: 0;
    font-size: 15px;
    font-weight: 400;
    background: transparent;
    text-transform: uppercase;
    letter-spacing: 3px;
    transition: ease all 0.5s;
    font-family: Oswald;
}

/*-------------------------------------------------*/

/*---------------gallery----------------------*/

.gall-pd {
    padding: 0 5px !important;
}

.amenities-gallery {
    position: relative;
    width: 100%;
    overflow: hidden;
    transition: all 0.5s;
    margin-bottom: 10px;
    /*box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);*/
}

.amenities-gallery img {
    width: 100%;
    transition: all 0.5s;
    object-fit: cover;
    height: 293px;
}

.floorplan-carousel .amenities-gallery img {
    height: auto;
}

.ami-overlay {
    width: 100%;
    height: 100%;
    background: rgba(226, 187, 108, 0.8);
    position: absolute;
    top: 0;
    /*transform: translate(-101%, 0);*/
    transition: all 1s;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}

.amenities-gallery .gall-txt {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    margin-bottom: 0;
    padding: 10px 0;
    font-size: 16px;
    letter-spacing: 1px;
}

.amenities-gallery:hover img {
    transform: scale(1.19);
    transition: all 0.5s;
}

.amenities-gallery:hover .ami-overlay {
    /*transform: translate(0%, 0);*/
    opacity: 1;
    transition: all 0.5s;
    cursor: url(../images/hovericon.png), auto !important;
}

.amenities-gallery .ami-overlay h3 {
    color: #fff;
    font-size: 15px;
    text-align: center;
    line-height: 18px;
}

/*-----------------------*/

.contact-sec {
    background: url(../images/config-bg.jpg) center;
    background-size: cover;
}

.contact-overlay {
    background: rgba(0, 0, 0, 0.7);
    padding: 70px 0;
}

.form-txt {
    color: #fff;
    text-align: center;
    font-size: 19px;
    margin-bottom: 30px;
    font-weight: 600;
}

#contact-form input,
#contact-form select {
    height: 40px;
    border: 1px solid #ffffff;
    width: 100%;
    background: #fff;
    margin-bottom: 0;
    padding-left: 10px;
    border-radius: 0 7px 7px 0 !important;
    color: #222222;
    border-left: none;
}

#contact-form input::placeholder,
#contact-form textarea::placeholder {
    color: #222222;
}

#contact-form .input-group-addon {
    background: #fff;
    color:  #e9bf59;
    border: 1px solid #ffffff;
    border-right: 0;
    border-radius: 7px 0 0 7px;
}

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

#contact-form textarea {
    border: none;
    resize: none;
    /*background: #e4e4e4;*/
}

#contact-form .form-group {
    height: 40px;
    margin-bottom: 23px;
    margin-top: 0;
}

.form-control:focus {
    box-shadow: none !important;
}

.popup-btn {
    margin: 0 auto;
    display: block;
    background-color: #e9bf59;
    border: none;
    color: #000000;
    font-size: 16px;
    padding: 8px 25px 8px;
    transition: ease all 0.4s;
    text-shadow: none;
    border-radius: 7px;
    box-shadow: none;
    outline: none;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-family: Oswald;
    outline: none !important;
}

.error {
    color: #ff0000;
}

.form-calltxt {
    margin-bottom: 0;
    color: #fff;
    font-size: 25px;
    text-align: center;
    margin-top: 30px;
    font-family: Oswald;
    font-weight: 600;
}

.form-calltxt a {
    color: #fff !important;
    text-decoration: none !important;
}

.footer-sec {
    padding: 10px 0;
    background-color: #e9bf59;
}

.footer-sec p {
    margin-bottom: 0;
    color: #000000;
    text-align: center;
}

.footer-sec p a {
    color: #000000;
}

.interested {
    position: fixed;
    z-index: 9999;
    text-transform: uppercase;
    border-radius: 0px;
    /*top: 50%;*/
    right: 10px;
    bottom: 10px;
   background-color: #e9bf59 !important;
    border: 3px solid #ffffff;
    letter-spacing: 4px;
    font-size: 15px !important;
    font-family: Oswald;
    outline: none !important;
    transition: 0.5s;
    /*transform: rotate(*/
    /*-90deg);*/
    color: #000 !important
}

.bro2 {
    position: fixed;
    z-index: 9999;
    text-transform: uppercase;
    border-radius: 0px;
    /* top: 50%; */
    left: 10px;
    bottom: 10px;
    /*background-color: #e9bf59 !important; */
    background-color: #e9bf59;
    
    border: 3px solid #ffffff;
    letter-spacing: 4px;
    font-size: 15px !important;
    font-family: Oswald;
    outline: none !important;
    transition: 0.5s;
    color: #000 !important;
}

.interested:hover {
     background-color:#e9bf59;
   border: 3px solid #ffffff;
    color: #000;
}

.bro2:hover {
    background-color:#e9bf59;
   border: 3px solid #ffffff;
    color: #000;
}

@media screen and (max-width: 768px) {
    .for-mobile-view{
        display: flex;
        flex-direction: column-reverse;
    }
    .bro2 {
        position: fixed;
        z-index: 9999;
        text-transform: uppercase;
        border-radius: 0px;
        left: -91px;
        bottom: 41%;
       background-color: #e9bf59 !important;
        border: 3px solid #ffffff;
        letter-spacing: 4px;
        font-size: 13px !important;
        font-family: Oswald;
        outline: none !important;
        transform: rotate(90deg);
    }
}

#about-Sheth .description {
    text-align: justify;
}

/*----------Modal Design-------*/

.modal {
    z-index: 9999;
    background: rgba(185, 185, 185, 0.6);
}

.modal-content {
    background-color: #242021 !important;
}

.modal-body {
    background-size: cover;
    padding-bottom: 30px;
}

.modal-body .close {
    position: absolute;
    right: 5px;
    top: 5px;
    color: #fff;
    opacity: 1;
    outline: none;
}

.modal-body .close span {
    height: 30px;
    width: 30px;
    display: block;
    font-size: 26px;
}

.modal-body h3 {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 3px;
    /*margin-top: -35px;*/
    margin-bottom: 10px;
    font-family: Oswald;
}

.modal-body p {
    color: #fff;
    text-align: center;
    font-size: 15px;
    margin-bottom: 20px;
}

.modal-body img {
    /* width: 208px;
    margin: 21px auto;
    display: block; */
    /* position: relative; */
    /* top: -50px; */
    /* padding: 0px; */
    width: 150px;
    margin: 0px auto;
    display: block;
    position: relative;
    top: -44px;
    background: #fff;
    border-radius: 14px;
    padding: 10px;
}

.modal-dialog {
    margin-top: 7% !important;
    z-index: 9999 !important;
}

/*---modal form--*/

/*    ---map Popup------*/

#mapPop .modal-body {
    padding-bottom: 15px;
}

#mapPop .modal-dialog {
    width: 750px;
    max-width: 90%;
    margin: auto;
}

#mapPop h3 {
    margin-top: -50px;
    margin-bottom: 15px;
}

/*-------------------------------*/

.modal-body form input,
.modal-body form select {
    height: 40px;
    border: 1px solid #ffffff;
    width: 100%;
    background: #fff;
    margin-bottom: 0;
    padding-left: 10px;
    border-radius: 0 7px 7px 0 !important;
    color: #222222;
    border-left: none;
}

.modal-body form input::placeholder,
.modal-body form textarea::placeholder {
    color: #222222;
}

.modal-body form .input-group-addon {
    background: #fff;
    color:  #e9bf59;
    border: 1px solid #ffffff;
    border-right: 0;
    border-radius: 7px 0 0 7px;
}

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

.modal-body form textarea {
    border: none;
    resize: none;
    /*background: #e4e4e4;*/
}

.modal-body form .form-group {
    height: 40px;
    margin-bottom: 23px;
    margin-top: 0;
}

.form-control:focus {
    box-shadow: none !important;
}

/*-----------Modal End --------*/

/*---mobile fix footer----*/

.fixed-footer-cust {
    background-color: #e9bf59;
    text-align: center;
    padding: 10px 0px 10px 0px;
    width: 100%;
    position: fixed;
    bottom: 0px;
    z-index: 99;
}

.f-icon {
    height: 14px;
    width: 16px;
    margin: 0 auto;
    padding-top: 0px;
    /* transform: rotate(102deg); */
}

.fix-link {
    color: #fff !important;
    font-size: 14px;
}

.div-line {
    border-right: 1px solid #fff;
}

.free-call:hover {
    color: #FFFFFF;
}

.i-am,.dwnbtn {
    padding: 0;
    background: transparent;
    border: none;
    background-image: none;
    box-shadow: none;
    outline: none !important;
}

.i-am:hover,
.i-am:focus {
    background: transparent !important;
}

/*---mobile fix footer----*/

#pageloader {
    background: rgba(34, 34, 34, 0.9);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999999;
    top: 0;
}

.loading-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loading-wrap img {
    width: 160px;
    /*transform: rotateY(0deg);*/
    /*-webkit-animation: rotateAnimation 2.5s ease-in infinite;*/
    /*animation: rotateAnimation 2.5s ease-in infinite;*/
    /*transition: all 0.5s ease-in-out;*/
}

@-webkit-keyframes rotateAnimation {
    0% {
        transform: rotateY(0deg);
    }

    25% {
        transform: rotateY(90deg);
    }

    50% {
        transform: rotateY(180deg);
    }

    75% {
        transform: rotateY(270deg);
    }

    100% {
        transform: rotateY(360deg);
    }
}

@keyframes rotateAnimation {
    0% {
        transform: rotateY(0deg);
    }

    25% {
        transform: rotateY(90deg);
    }

    50% {
        transform: rotateY(180deg);
    }

    75% {
        transform: rotateY(270deg);
    }

    100% {
        transform: rotateY(360deg);
    }
}

.sec-thankyou {
    padding: 80px 0;
}

.msgicon {
    height: 100px;
    width: 100px;
    border: 4px solid #fff;
    font-size: 39px;
    background-color: #e9bf59;
    color: #fff;
    border-radius: 50%;
    padding: 27px;
    text-align: center;
    margin: 0px auto;
    display: block;
}

.oops {
    text-align: center;
    font-size: 45px;
    margin-top: 20px;
    margin-bottom: 20px;
    letter-spacing: 1px;
    font-weight: 800;
}

.oops span {
    font-weight: 300;
}

.oops-subtitle {
    /*color: #fff;*/
    font-size: 18px;
}

.go-home {
    color: #414041;
    font-size: 19px;
    padding: 10px;
    width: 232px;
    margin: 0px auto;
    margin-top: 30px;
    border-radius: 5px;
    text-align: center;
    transition: ease 0.5s;
}

.go-home:hover {
    transition: ease 0.5s;
    color: #fff;
    background-color: #e9bf59;
    border-radius: 25px;
}

.oops-greet {
    color:  #e9bf59;
    font-size: 25px;
    /*font-weight: 600;*/
    margin-bottom: 15px;
}

.configsec {
    padding: 60px 0 80px;
    background: #f3f3f3;
}

.config-table {
    text-align: center;
    margin-bottom: 0;
}

.config-table tr th {
    text-align: center;
    vertical-align: middle !important;
    padding: 15px 0 !important;
}

.config-table tr td {
    vertical-align: middle !important;
    padding: 15px 5px !important;
    background: #ffffff;
}

.config-table thead {
    background-color: #e9bf59;
    color: #222222;
    border: none !important;
}

.config-table>tbody>tr>td,
.config-table>tbody>tr>th,
.config-table>tfoot>tr>td,
.config-table>tfoot>tr>th,
.config-table>thead>tr>td,
.config-table>thead>tr>th {
    border: none !important;
}

.config-table tbody {
    background: #ffffff;
}

.price-click {
    background-color: #e9bf59;
    color: #222222;
    padding: 5px 7px;
    text-decoration: none !important;
}

.price-click:hover,
.price-click:focus {
    color: #222222;
}

.imagepatch {
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #000;
    color: #fff;
    padding: 4px 10px;
    font-size: 16px;
}

.imagepatch6 {
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #222;
    color: #fff;
    padding: 4px 10px;
    font-size: 12px;
    letter-spacing: 1px;
}

.imagepatch5 {
    margin-bottom: 0;
    position: absolute;
    /* bottom: 0; */
    left: 0;
    /* right: 50%; */
    background: #fff;
    color: #000;
    font-weight: 700;
    padding: 10px 25px;
    color:  #e9bf59;
    font-size: 31px;
    line-height: 45px;
    font-weight: 500;
    font-family: Cinzel;
    text-transform: uppercase;
    font-size: 24px;
}

@media only screen and (max-width: 767px) {
    .hide-mobile-view{
        display: none;
    }
    .imagepatch5 {
        position: initial;
        margin: 0 auto;
        left: 0;
        text-align: center;
        right: 0;
        background: #222;
        color: #fff;
        padding: 16px 0px;
        font-size: 20px;
        letter-spacing: 1px;
    }

    .cover-tittle {
        color: #464398;
        font-size: 31px;
        line-height: 45px;
        font-weight: 500;
        margin-top: 30px;
        font-family: Cinzel;
        text-transform: uppercase;
    }

    .modal-body img {
        width: 135px;
    }


}

.virtual-txt {
    font-size: 20px;
    font-weight: 600;
    color: #4e4e4e;
    margin: 0 auto;
}

.svgwrap {
    display: block;
    text-align: center;
}

.svgwrap svg {
    width: 60px;
    height: 70px;
    fill: none;
    stroke:  #e9bf59;
    stroke-width: 2px;
    margin-left: 20px;
}

#videoicon:hover {
    cursor: pointer;
}

#videoicon path {
    stroke-dasharray: 161;
    stroke-dashoffset: 161;
    animation: line-animation 3s ease forwards infinite;
}

#videoicon polyline {
    stroke-dasharray: 75;
    stroke-dashoffset: 75;
    animation: line-animation 3s ease forwards infinite;
}

@keyframes line-animation {
    from {
        /*stroke-dashoffset: 300;*/
    }

    to {
        stroke-dashoffset: 0;
    }
}

.privacy {
    background: #d2d2d2;
    padding: 10px 0;
}

.privacy p {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 17px;
}

.privacy p span {
    font-weight: 800;
}

.testimonial.center {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0 0 278px !important;
}

.testimonial {
    border-left: 5px solid  #e9bf59;
    padding: 62px 0 117px 278px;
    position: relative;
    background: #ededed;
    /* background: url(../images/green-bg.jpg); */
    background-position: center;
    background-size: cover;
    /* margin-top: 60px; */
}

.testimonial:before,
.testimonial:after {
    content: "";
    width: 350px;
    height: 55px;
    border-right: 7px solid  #e9bf59;
    position: absolute;
    /* background: #242021; */
    left: 0;
}

.testimonial:before {
    border-top: 3px solid  #e9bf59;
    top: 0;
    z-index: 1;
}

.testimonial:after {
    border-bottom: 5px solid  #e9bf59;
    bottom: 0;
    z-index: 1;
}

.testimonial .pic {
    width: 200px;
    position: absolute;
    top: 40%;
    left: 30px;
    margin-top: -20px;
}

.testimonial .pic img {
    width: 255px;
    height: auto;
    margin-left: 15px;
    margin-top: 10px;
}

.testimonial1 {
    border-left: 3px solid #363636;
    padding: 40px 0 40px 50px;
    position: relative;
}

.testimonial1:before {
    border-top: 3px solid #000;
    top: 0;
}

.testimonial1:before,
.testimonial1:after {
    content: "";
    width: 330px;
    height: 35px;
    border-right: 3px solid #000;
    position: absolute;
    left: 0;
}

.testimonial1:after {
    border-bottom: 3px solid #000;
    bottom: 0;
}

.testimonial2 {
    /*margin: 50px 30px 30px 30px;*/
    margin: 0;
    text-align: center;
    position: relative;
}

.testimonial2 .description {
    padding: 45px;
    margin-bottom: 0;
    border-left: 5px solid #ffffff;
    font-size: 18px;
    color: #fff;
    line-height: 33px;
    background-color: #e9bf59;
    position: relative;
}

.testimonial2 .description:before,
.testimonial2 .description:after {
    content: "";
    width: 20%;
    height: 5px;
    background: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
}

.testimonial2 .description:after {
    top: auto;
    bottom: 0;
}

.testimonial2 .title {
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 15px 0;
    position: relative;
}

.testimonial2:before,
.testimonial2 .title:before {
    content: "";
    width: 3px;
    height: 50px;
    background-color: #e9bf59;
    margin: 0 auto;
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
}

.testimonial2:after {
    content: "";
    width: 3px;
    height: 50px;
    background-color: #e9bf59;
    margin: 0 auto;
    position: absolute;
    bottom: -60px;
    left: 0;
    right: 0;
}

.testimonial-content {
    /* background-color: #e9bf59; */
    padding: 20px 40px;
    z-index: 2;
    position: relative;
}

.row-eq-height {
    padding: 0px !important;
    margin: 0px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.abt-rera h5 {
    font-size: 11px;
    font-weight: 800;
    margin-top: 6px;
    /* border-bottom: 2px solid #14408b; */
    padding-bottom: 4px;
    line-height: 19px;
}

.abt-rera p {
    font-size: 10px;
}

.sunteck {
    width: 80px;
    margin: 0px auto;
    display: block;
    margin-top: 0;
    margin-left: 20px;
}

.pic1:before {
    bottom: -10%;
    right: 0%;
    border-bottom: 3px solid  #e9bf59;
    border-right: 3px solid #c9a249;
}

.pic1:after {
    top: -14%;
    left: 0%;
    border-top: 3px solid  #e9bf59;
    border-left: 3px solid #c9a34c;
}

.pic1:before,
.pic1:after {
    content: "";
    display: block;
    height: 18%;
    width: 15%;
    position: absolute;
}

.owl-theme .owl-controls {
    margin-top: 0;
}

.owl-theme .owl-controls .owl-buttons div {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 35px;
    background: #f1971f;
    color: #fff;
    border-radius: 0;
    margin-right: 5px;
    opacity: 1;
}

.owl-prev:before,
.owl-next:before {
    /* content: "\f060"; */
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    font-weight: 900;
}

.owl-next:before {
    /* content: "\f061"; */
}

.box {
    font-family: 'Merriweather Sans', sans-serif;
    text-align: center;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
}

.box:hover {
    box-shadow: 0 0 0 4px #fff, 0 0 15px #333;
}

.box:before {
    content: "";
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: calc(100% - 60px);
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.5s ease;
}

.box:hover:before {
    opacity: 1;
}

.box img {
    width: 100%;
    /* height: auto; */
    transition: all 0.5s ease;
}

.box:hover img {
    transform: translateY(-60px);
}

.box .box-content {
    color: #fff;
    width: 65%;
    opacity: 0;
    filter: blur(10px);
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    top: 44%;
    left: 50%;
    z-index: 1;
    transition: all 0.3s ease 0.1s;
}

.box:hover .box-content {
    opacity: 1;
    filter: blur(0);
}

.box .title {
    font-size: 21px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 5px 0;
}

.box .post {
    font-size: 15px;
    text-transform: capitalize;
    font-style: italic;
}

.box .icon {
    background-color: #242021;
    width: 100%;
    padding: 15px 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    transition: all 0.4s ease;
}

.box:hover .icon {
    opacity: 1;
}

.box .icon li {
    display: inline-block;
    margin: 0px auto;
}

.box .icon li {
    color: #fff;
    background-color: #e9bf59;
    font-size: 15px;
    line-height: 35px;
    height: 35px;
    width: 35px;
    display: block;
    transition: all 0.4s ease;
}

.box .icon li:hover {
    color: #222;
    background: #fff;
    box-shadow: 0 0 5px #333 inset;
}

.club {
    font-family: TRAJANPRO;
    font-weight: 500;
    color:  #e9bf59;
    font-size: 30px;
}

.testimonial-content ul li {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    margin: 12px 30px;
    list-style: disc;
}

.discrip h3 {
    font-size: 16px;
    font-weight: 800;
    color: #fff;
}

.discrip p {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    font-style: normal;
    font-weight: 300;
    font-weight: 400;
    margin: 0px;
}

.discrip::after {
    content: " ";
    border-right: dotted;
    position: absolute;
    height: 100%;
    top: 1px;
    color: #fff;
    right: 30px;
}

.disnobord::after {
    content: " ";
    border-right: none;
}

.serviceBox {
    text-align: center;
    /* background: #fff; */
    padding: 10px 30px;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    /* min-height: 300px; */
    /*box-shadow: 1px 20px 8px -10px rgb(0 0 0 / 37%);*/
    position: relative;
}

.serviceBox:before {
    content: '';
    position: absolute;
    width: 80px;
    height: 60px;
    top: 0;
    left: 0;
    border-top: 3px solid  #e9bf59;
    border-left: 3px solid  #e9bf59;
}

.serviceBox:after {
    content: '';
    position: absolute;
    width: 80px;
    height: 60px;
    bottom: 0;
    right: 0;
    border-bottom: 3px solid  #e9bf59;
    border-right: 3px solid  #e9bf59;
}

.service-icon img {
    width: 160px;
    margin: 0 auto;
}

.readall-button {
    padding: 6px;
    margin: 10px;
    background-color: #e9bf59;
    color: #fff;
    border: 2px solid #fff;
}

.captive {
    text-align: center;
}

.captive img {
    width: 50px;
    margin: 0 auto;
    display: block;
    margin-bottom: 5px;
}

.captive.bor {
    border-left: 2px dashed;
    border-right: 2px dashed;
}

.captive.bor-left {
    border-left: 2px dashed;
}

.captive h2 {
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 2px;
}

.captive p {
    margin-top: 0;
    line-height: 25px;
}

/*   -- amenitie bg ---*/
.inner-banner {
    height: 450px;
    background: url("../images/config-bg.jpg");
    position: relative;
    background-size: cover !important;
    background-position: center !important;
}

.inner-banner .inner-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
}

.inner-banner .inner-overlay .banner-wrap p {
    text-align: center;
    color: #fff;
    font-weight: 400;
    font-size: 25px;
}

.inner-banner .inner-overlay .banner-wrap h3 {
    text-align: center !important;
    font-weight: 700;
    font-size: 40px;
    line-height: 100px;
    color: #fff;
    font-family: 'Cinzel';
}

.inner-banner .inner-overlay .banner-wrap h3 span {
    color:  #e9bf59;
}

/*-------------aminities--------*/
.amenities-icon {
    text-align: center;
    box-shadow: 1px 1px 25px #e0e0e0;
    /*box-shadow: 0 8px 8px -6px rgba(0, 0, 0, 0.2);*/
    padding: 15px;
    /*background: #f7f7f7;*/
    margin-bottom: 30px;
    transition: ease all 0.5s;
}

.amenities-icon:hover {
    transform: translateY(-10px);
    transition: ease all 0.5s;
}

.amenities-icon .icons-wrap {
    height: 90px;
    width: 90px;
    margin: 0px auto;
    border: 2px solid transparent;
    border-radius: 50%;
    margin-bottom: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: ease all 0.5s;
}

.amenities-icon:hover .icons-wrap {
    border-radius: 0;
    border-color: #222;
    transition: ease all 0.5s;
}

.amenities-icon .icons-wrap img {
    width: 60px;
}

.amenities-icon .icons-wrap i {
    color: #5f5f5f;
}

.amenities-icon .icons-wrap i:before {
    font-size: 60px;
}

.amenities-icon h3 {
    font-size: 16px;
    transition: ease all 0.5s;
    color: #222;
    min-height: 50px;
}

.amenities-icon:hover h3 {
    color: #222;
    transition: ease all 0.5s;
}

.amenities-icon .flex-wrap:before {
    content: "";
    position: absolute;
    height: 50px;
    width: 50px;
    background-color: #e9bf59;
    border-radius: 50%;
    opacity: 0.4;
    left: 50%;
    margin-left: -25px;
    top: 50px;
    z-index: 1;
}

/*----------------------------*/

.new-loctab {
    padding: 40px 40px;
    position: relative;
}

.new-loctab .halfborder {
    position: relative;
    border-left: 2px solid #000;
    padding: 60px 40px;
}

.new-loctab .halfborder:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 40px;
    width: 40%;
    border-top: 3px solid #333;
    border-right: 3px solid #333;
}

.new-loctab .halfborder:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 40px;
    width: 40%;
    border-bottom: 3px solid #333;
    border-right: 3px solid #333;
}

.new-loctab h3 {}

.new-loctab p {
    margin-bottom: 30px;
}

.sec-tittle.left h2 {
    text-align: left;
}

.sec-tittle.left .headline {
    margin: initial;
    margin-top: 10px;
    margin-bottom: 20px;
}

/*---- Accordition ----*/

.cst-accordion .panel {
    border-radius: 0;
    border: 0;
    margin-top: 0px;
    background: transparent;
    margin-bottom: 15px;
}

.cst-accordion a {
    display: flex;
    color: #000;
    align-items: center;
    padding: 10px 15px;
    border: 2px solid  #e9bf59;
    text-decoration: none;
    transition: ease all 0.5s;
    text-transform: uppercase;
    /*font-family: Oswald;*/
    letter-spacing: 1px;

    background-color: #e9bf59;
}

.cst-accordion .panel-heading a.collapsed:hover,
.cst-accordion .panel-heading a.collapsed:focus {
    background-color: #e9bf59;
    color: rgb(0, 0, 0);
    transition: all 0.2s ease-in;
}

.cst-accordion .panel-heading a.collapsed:hover::before,
.cst-accordion .panel-heading a.collapsed:focus::before {
    color: rgb(0, 0, 0);
}

.cst-accordion .panel-heading {
    padding: 0;
    border-radius: 0;
    /*text-align: center;*/
}

.cst-accordion .panel-heading a:not(.collapsed) {
    color: white;
    background-color:  #e9bf59;
    transition: all 0.2s ease-in;
}

/* Add Indicator fontawesome icon to the left */

.cst-accordion .panel-heading .accordion-toggle::before {
    font-family: 'FontAwesome';
    content: '\f00d';
    float: left;
    color: rgb(0, 0, 0);
    font-weight: lighter;
    transform: rotate(0deg);
    margin-right: 10px;
    transition: all 0.2s ease-in;
}

.cst-accordion .panel-heading .accordion-toggle.collapsed::before {
    color: #000000;
    transform: rotate(-135deg);
    transition: all 0.2s ease-in;
}

.cst-accordion .panel-body {
    padding: 15px;
    border: none !important;
    background: #f5f5f5;
    box-shadow: 0 8px 8px -6px rgba(0, 0, 0, 0.3);
}

.cst-accordion .panel-group .panel-heading {
    border-bottom: 0;
    background: transparent;
}

.cst-accordion .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}

.loc-list {}

.loc-list li {
    line-height: 20px;
    margin-bottom: 8px;
    display: flex;
}

.loc-list li::before {
    content: "\f041";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 13px;
    margin-right: 5px;
    position: relative;
    top: 3px;
    color:  #e9bf59;
}

/*-------------------------------*/

.element-apartments {
    background: #fff;
    padding: 5px;
    /*border: 1px solid #fff;*/
}

.element-apartments .apartment-table {
    border: 0;
    margin: 0px auto;
    width: 100%;
}

.element-apartments .apartment-table thead {
    /*background: #e5b5a5;*/
    background: #414041;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    background-color: #e9bf59;
}

.element-apartments .apartment-table th {
    /*text-transform: uppercase;*/
    color: #fff;
    border-top: 1px solid  #e9bf59;
    border-bottom: 1px solid  #e9bf59;
    vertical-align: middle;
    /*font-family: 'palatinoitalic';*/
    font-weight: normal;
    font-size: 18px;
    padding: 15px 15px !important;
    /* background-color: #e9bf59; */
}

.element-apartments td,
.element-apartments th {
    /*border-right: 0;*/
    /*text-align: center;*/
    /*padding: 15px;*/
    /*border-bottom: 1px solid #e08e37;*/
    /*vertical-align: middle;*/
    /*color: #FFFFFF;*/
    border-right: 0;
    text-align: center;
    padding: 10px;
    /* border-bottom: 1px solid #e08e37; */
    vertical-align: middle;
    color: #000;
    /*background: #fff;*/
}

.element-apartments .btn {
    border: none;
    font-size: 15px;
    color: #fff;
    padding: 5px 11px;
    border-radius: 0px;
    font-weight: 600;
    background-color: #e9bf59;
}

.apartment-table>tbody>tr {
    background: #fff;
}

.apartment-table>tbody>tr:nth-of-type(even) {
    background: #ececec !important;
}

.element-apartments .btn:hover {
    border-color: #fff;
    color: #fff;
}

#roadblock {}

#roadblock .modal-content {
    background-color: #fff !important;
    border-radius: 15px;
}

#roadblock .modal-content .modal-header {
    border: none;
    padding: 30px 10px 10px !important;
   background-color: #e9bf59 !important;
    /*background: linear-gradient(to right, #ffa751, #ffe259) !important;*/
    color: #000;
    outline: none !important;
}

#roadblock .modal-content .modal-header h4 {}

#roadblock .close {
    font-size: 30px;
    color: #fff;
    opacity: 1;
    position: absolute;
    right: 23px;
    top: 19px;
    box-shadow: none !important;
}

#roadblock img {
    width: 200px;
    margin: 15px auto;
    display: block;
}

#roadblock .head-line {
    width: 150px;
    height: 2px;
    background: #ffffff;
    /* background-color: #d0ad67; */
    margin: 0px auto;
    margin-top: 10px;
    margin-bottom: 20px;
}

.roadpoint p {
    color: #222;
}

#roadblock .modal-body {
    padding-bottom: 10px;
}

.inner-banner.sesame {
    height: initial;
}

.inner-banner.sesame .inner-overlay {
    position: initial !important;
    padding: 110px 0;
}


/*==================================================responsive css=======================================================================================================*/

@media only screen and (max-width: 990px) {
    .box {
        margin: 0 0 30px;
    }
}

@media only screen and (max-width: 990px) {
    .testimonial {
        margin: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .testimonial {
        padding: 80px 0 80px 265px;
        /* background: unset; */
    }

    .privacy {
        background: #d2d2d2;
        padding: 10px 0;
    }

    .cover-tittle span {
        font-size: 24px;
    }

    .cover-tittle {
        font-size: 28px;
    }

    .testimonial-content {
        padding: 15px 10px 40px;
    }

    .testimonial2 .description {
        padding: 30px 10px;
    }

    .testimonial:before,
    .testimonial:after {
        background: unset;
    }

    /* .cover-content p {
        margin: 8px 8px 0px;
    } */

    .testimonial1:before,
    .testimonial1:after {
        width: 180px;
        border: none;
    }

    .cover-content1 {
        height: initial;
        padding: 33px 0px;
    }

    .testimonial1 {
        padding: 10px;
        border: none;
    }

    .testimonial {
        padding: 0;
        border: none;
    }

    .testimonial:before,
    .testimonial:after {
        border: none;
    }

    .testimonial .pic {
        position: relative;
        top: 0;
        left: 0;
    }

    .testimonial .description {
        margin-top: 15px;
    }

    .testimonial .description:before {
        content: "";
    }

}

@media only screen and (max-width: 767px) {
    .testimonial {
        padding: 0;
        border: none;
    }

    .testimonial:before,
    .testimonial:after {
        border: none;
    }

    .testimonial .pic {
        position: relative;
        top: 42px;
        left: 0%;
        /* right: 50%; */
        height: inherit;
        /* background: #242021; */
        width: 100%;
        padding: 9px;
    }

    .testimonial .pic img {
        margin: 0 auto;
    }

    .testimonial .description {
        margin-top: 15px;
    }

    .testimonial .description:before {
        content: "";
    }
}

@media (max-width: 1300px) {
    .a-scroll {
        position: absolute;
        top: 350px;
        width: 20%;
        left: 40%;
    }

    .a2-scroll {
        position: absolute;
        top: 800px;
        width: 20%;
        left: 40%;
    }

    .a3-scroll {
        position: absolute;
        top: 1590px;
        width: 20%;
        left: 40%;
    }

    .a4-scroll {
        position: absolute;
        top: 2240px;
        width: 20%;
        left: 40%;
    }

    .new-loctab {
        padding: 37px 40px;
    }

    .sec-tittle.left h2 {
        font-size: 37px;
    }

    .new-loctab .halfborder {
        padding: 40px 40px;
    }
}

@media (max-width: 767px) {
    .testimonial2 {
        margin: 50px 0px 30px 0px;
    }

    .pdm-0 {
        padding: 0 !important;
    }

    .slide-img1 {
        width: 60%;
        top: 28%;
        right: 20%;
    }

    .carousel-caption h3 {
        font-size: 19px;
        width: 77%;
        margin: 0 auto;
        line-height: 25px;
    }

    .cover-content {
        height: initial;
        padding: 50px 20px;
    }

    .cover-img img {
        height: initial;
    }

    .cardlux-content {
        padding: 0px 20px 20px;
    }

    .full-imgsec {
        background-size: cover;
        background-position: right;
    }

    .full-imgsec h2 {
        font-size: 21px;
        line-height: 35px;
    }

    .coverlist li {
        font-size: 14px;
        margin-bottom: 14px;
    }

    .ami-imgwrap img {
        height: initial;
    }

    .amenities-content {
        height: initial;
        padding: 40px 15px;
        min-height: 470px
    }

    .cust-conatiner {
        width: 90%;
    }

    .modal-dialog {
        margin-top: 70px !important;
    }

    footer {
        margin-bottom: 40px;
    }

    .a-scroll {
        position: absolute;
        top: 490px;
        width: 60%;
        left: 20%;
    }

    .a2-scroll {
        top: 780px;
        width: 60%;
        left: 20%;
    }

    .a3-scroll {
        top: 330%;
        width: 60%;
        left: 20%;
    }

    .a4-scroll {
        top: 580%;
        width: 60%;
        left: 20%;
    }

    .mytab>li>a {
        padding: 9px 6px !important;
        font-size: 11px;
    }

    .price-click {
        display: block;
    }

    #home-carousel {
        height: initial;
    }

    #home-carousel .carousel-inner .item .slide {
        height: initial;
    }

    .owl-prev {
        left: 0px;
    }

    .owl-next {
        right: 0px;
    }

    .sec-tittle h2 {
        font-size: 30px;
    }

    .pic1:after {
        top: -1%;
        left: -3%;
    }

    .pic1:before {
        bottom: 0%;
        right: 0%;
    }

    .extra-padding {
        margin: 30px 0px;
    }

    .amenities-content h2 {
        font-size: 30px;
    }

    .row-eq-height {
        display: block;
    }

    .sunteck {
        width: 80px;
    }

    .new-loctab {
        padding: 40px 7px;
    }

    .new-loctab .halfborder {
        padding: 40px 15px;
    }
}

.frame22 {
    width: 100%;
    height: 610px;
}

@media only screen and (max-width: 767px) {
    .frame22 {
        height: 350px;
    }

    .carousel-inner {
        margin-top: 51px;
    }

    .testimonial.center {
        display: initial;
        padding: 0px 20px !important;
    }

    .testimonial.center .testimonial-content {
        margin-top: 20px;
    }

    .cover-content.oncenter {
        display: inherit;
        padding: 90px 20px !important;
    }

    .captive {
        text-align: center;
        margin-bottom: 0;
        padding: 20px 0;
    }

    .captive img {
        margin: 0 auto;
    }

    .captive.bor {
        /*border-left: 0;*/
        /*border-right: 0;*/
        /*border-top: 2px dashed;*/
        /*border-bottom: 2px dashed;*/
        border: none;
        position: relative;
    }

    .captive.bor:before {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -70px;
        width: 140px;
        height: 5px;
        border-top: 2px dashed;
    }

    .captive.bor:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -70px;
        width: 140px;
        height: 5px;
        border-bottom: 2px dashed;
    }

    .captive.bor-left:after {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -70px;
        width: 140px;
        height: 5px;
        border-top: 2px dashed;
    }
}

.up-form {
    background: #fff;
    padding: 0px 0px 25px;
    box-shadow: 0px 0px 4px 0px;
}

.reg-title {
    font-size: 18px;
    background-color: #e9bf59;
    color: #fff;
    text-align: center;
    padding: 10px 0px;
    /* margin: 20px 0px; */
}

#register-form input,
#register-form select {
    height: 40px;
    border-bottom: 2px solid #000;
    width: 100%;
    padding-left: 8px;
    background: #ffffff;
    border-top: none;
    border-left: none;
    border-right: none;
    box-shadow: none;
    border-radius: 0;
}


#register-form .form-group {
    height: 40px;
    margin-bottom: 23px;
    margin-top: 0;
}


@media only screen and (max-width: 700px) {
    .up-form {
        background: #fff;
        padding: 1px 0 25px;
        margin-top: 28%;
        box-shadow: none;
    }

    #register-form input,
    #register-form select {
        height: 40px;
        border-bottom: 2px solid #000;
        width: 100%;
        padding-left: 8px;
        background: #ffffff;
        border-top: none;
        border-left: none;
        border-right: none;
        box-shadow: none;
        border-radius: 0;
    }

}

.new-section .item {
    height: 100vh;
    position: relative;
}

.new-section .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.new-section .item .cover {
    padding: 75px 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
}

.new-section .item .cover .header-content {
    position: relative;
    padding: 56px;
    overflow: hidden;
    left: 80px;
}

.new-section .item .cover .header-content .line {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    border: 9px solid #fff;
    -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
    clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}

.new-section .item .cover .header-content h2 {
    font-weight: 300;
    font-size: 35px;
    color: #fff;
}

.new-section .item .cover .header-content h1 {
    font-size: 56px;
    font-weight: 600;
    margin: 5px 0 20px;
    word-spacing: 3px;
    color: #fff;
}

.new-section .item .cover .header-content h4 {
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
    color: #fff;
}

.new-section .owl-item.active h1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}

.new-section .owl-item.active h2 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}

.new-section .owl-item.active h4 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
}

.new-section .owl-item.active .line {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
}

.new-section .owl-nav .owl-prev {
    position: absolute;
    left: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
}

.new-section .owl-nav .owl-prev span {
    font-size: 1.6875rem;
    color: #fff;
}

.new-section .owl-nav .owl-prev:focus {
    outline: 0;
}

.new-section .owl-nav .owl-prev:hover {
    background: #000 !important;
}

.new-section .owl-nav .owl-next {
    position: absolute;
    right: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
}

.new-section .owl-nav .owl-next span {
    font-size: 1.6875rem;
    color: #fff;
}

.new-section .owl-nav .owl-next:focus {
    outline: 0;
}

.new-section .owl-nav .owl-next:hover {
    background: #000 !important;
}

.new-section:hover .owl-prev {
    left: 0px;
    opacity: 1;
}

.new-section:hover .owl-next {
    right: 0px;
    opacity: 1;
}

.new-section ul>li {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    list-style: circle;
    border-bottom: 3px solid ed6f25;
}

.new-section ul {
    list-style: circle;
}

.new-section h3 {
    margin-bottom: 15px;
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    border-bottom: 3px solid #ed6f25;
    line-height: 1.8;
}

.new-section h3 {
    margin-bottom: 15px;
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

@media screen and (max-width: 767px) {
    .new-section .item .cover .header-content {
        position: relative;
        padding: 21px;
        overflow: hidden;
        left: 0;
    }

    .new-section .item {
        height: auto;
        position: relative;
    }

    .new-section .item .cover {
        padding: 30px 0;
        position: relative;
        background: url(../images/green-bg.jpg);
        background-position: center;
        background-size: cover;
    }

    .new-section ul {
        padding-left: 20px;
    }

    .new-section ul>li {
        font-size: 16px;
    }

    .new-section h3 {
        font-size: 21px;
    }

    .new-section .owl-nav .owl-prev {
        position: relative;
        left: inherit;
        top: 0;
        opacity: 1;
        display: inline-block;
    }

    .new-section .owl-nav .owl-next {
        position: relative;
        right: inherit;
        top: 0;
        opacity: 1;
        display: inline-block;
    }

    .new-section .owl-nav .owl-prev,
    .new-section .owl-nav .owl-next {
        background: #000 !important;
    }
}

.context{
    position: absolute;
    bottom: -10px;
    font-size: 21px;
    left: 0;
    background-color: #000;
    color: #fff;
    font-weight: 700;
    padding: 9px;
}

.pulseanimation {
    animation: pulse-cust 2s infinite;
}

@-webkit-keyframes pulse-cust {
    0% {
        -webkit-box-shadow: 0 0 0 0 #fff;
    }

    70% {
        -webkit-box-shadow: 0 0 0 25px rgba(227, 56, 56, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(227, 56, 56, 0);
    }
}

@keyframes pulse-cust {
    0% {
        -webkit-box-shadow: 0 0 0 0 #fff;
    }

    70% {
        -webkit-box-shadow: 0 0 0 25px rgba(227, 56, 56, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(227, 56, 56, 0);
    }
}
.totalp{
    color: #000 !important;
    font-weight: lighter !important;
    margin: 0px !important;
    padding: 0px !important;
    font-size: 18px !important;
}
.footer-sec .web1{
    margin: 10px 0px;
    color: #000000;
    display: block;
    text-align: center !important;
}
.reraimg{
  margin: 20px auto;
    height: 100px;
}
.amilist li p{
color: #000 !important;
}
#Signia{
    padding: 80px 0px;
}
.cover-tittle{
    color: #e9bf59 !important ;
}