img{
    height: auto;
}

.enquiry_amantra{
    padding: 0 20px;
    input,select{
        border: 0;
        outline: 0;
        border-radius: 0;
        border-bottom: 1px solid black;
    }
    
    
}

.input_phone  {
    display: flex;
    align-items: flex-end;
    select {
        width:45%;
        padding: .375rem .75rem;
        font-size: 1rem;
        font-weight: 400;
        margin-bottom: 20px;
    }
    position: relative;
    &::after{
        content: attr(data-error);
        position: absolute;
        top: 70%;
        left: 0;
        width: 100%;
        color: #d32f02;
        text-shadow: 0 0 1px #fff;
        font-size: .65em;
        text-transform: uppercase;
        margin-top: 2px
    }
}

.input_typology{
    border: 0;
    outline: 0;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    width:100%;
    
}

.typology_error{
    
    position: relative;
    &::after{
        content: attr(data-error);
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        color: #d32f02;
        text-shadow: 0 0 1px #fff;
        font-size: .65em;
        text-transform: uppercase;
        margin-top: 2px
    }
}

.input-group{
    position: relative;
    margin-bottom: 20px;
    &::after{
    content: attr(data-error);
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    color: #d32f02;
    text-shadow: 0 0 1px #fff;
    font-size: .65em;
    text-transform: uppercase;
    margin-top: 2px
    }
}
.amantra_input {
    background: white;
    border-bottom: 1px solid black;
    padding: .375rem .75rem;
    gap:1rem;
    margin-bottom: 20px;
    align-items: center;
    i{
        color: rgb(125, 48, 140);
    }
    input,select{
        background: none;
        padding: 0;
        margin: 0;
        border: 0;
    }
    &.input_phone{
        &::after{
            margin-top: 14px;
        }
    }
    &::after{
        color: #fff;
    }
    .ap-dropdown{
        padding: 0;
        margin: 0;
    }
}


.amantra_form{
    button{
        margin-bottom: 1rem;
    }
}

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,
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,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

@font-face {
    font-family: "FiraSans-Light";
    src: url("../fonts/FiraSans-Light.ttf");
}
@font-face {
    font-family: "FiraSans-SemiBold";
    src: url("../fonts/FiraSans-SemiBold.ttf");
}

/* 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: "FiraSans-Light" !important;
    font-size: 17px !important;
    overflow-x: hidden;
    font-weight: 300 !important;
    color: #000 !important;
}

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: 0;
    max-width: 100% !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.bg-img {
    position: relative;
    ;
    background: url(../images/bgimagenew.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.bg-img:after {
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.prior,
.modal-body>* {
    position: relative;
    z-index: 9;
}

.modal-body::before {
    position: absolute;
    content: '';
    background: linear-gradient(120deg, rgba(125, 48, 140, 1) 30%, rgba(183, 51, 115, 1) 50%, rgba(240, 111, 80, 1) 70%);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
/*-------------- CSS Resetter ----------*/

.pd0 {
    padding: 0px !important;
}

.mr0 {
    margin: 0 !important;
}

/*--------------------------------------------------------------------*/
#hide-menu {
    position: fixed;
    z-index: 9999;
    width: 100%;
    padding: 2px 0px;
    top: 0;
}
.navbar-default {
    background: #fff;
    background-size: 215px;
    margin-bottom: 0px;
    border: none;
    border-radius: 0;
    transition: ease all 0.5s;
    /* box-shadow: 0 5px 6px -6px #000; */
}
.navbar-default.fixHeader {
    background: #fff;
    transition: ease all 0.5s;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    text-shadow: none;
    transition: ease all 0.5s;
}

.navbar-default .navbar-nav>li>a:last-child {
    margin-right: 0;
}

.navbar-default .navbar-nav>li>a:focus {
    color: #fff;
    text-shadow: none;
    transition: ease all 0.5s;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    transition: ease all 0.5s;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background-image: none;
    box-shadow: none;
    background: transparent;
    color: #224e22;
}
.navbar-brand>img {
    width: 100px;
    margin-top: -2px;
    max-width: initial !important;
}
.navbar-brand {
    pointer-events: none !important;
}
.navbar-brand>img.nav-logo {
    width: 220px;
    margin-right: -20px;
    margin-top: -2px;
    max-width: initial !important;
}

@media (min-width: 768px) {
    .navbar-brand {
        padding: 0px;
    }
    .navbar-collapse.collapse {
        text-align: center;
    }
    #hide-menu {
        position: fixed;
        z-index: 9999;
        width: 100%;
        padding: 5px 0px;
        top: 0;
    }
    .navbar-brand>img.nav-logo {
        width: 160px;
        margin-top: 10px;
    }
}

/*------------Navbar center-------*/
.navbar .navbar-nav {
    display: flex;
    float: none !important;
    vertical-align: top;
    flex-direction: row;
    align-items: center;
    justify-content: center;
} 
.navbar .navbar-nav a{
    text-decoration: none;
}
.over-list li {
    margin-bottom: 10px;
    line-height: 1.4;
    display: flex;
}
.over-list li .fas {
    margin-right: 7px;
}
.over-list li .icon {
    color: #7d308c;
}

@media screen and (max-width: 900px){
    .m-block{
        display: block !important;
    }
}
/*-------------------*/
@media (min-width: 991px){
    .collapse:not(.show) {
        display: flex;
        justify-content: center;
    }
    .navbar .container {
        display: flex !important;
        flex-wrap: inherit !important;
        align-items: center !important;
        justify-content: center !important;
    }
    .rera-sec { padding: 30px 0px 50px; }
}
@media (max-width: 767px) {
    .navbar-nav {
        margin: initial !important;
    }
    .navbar-collapse {
        padding-bottom: 10px;
    }
    .navbar-brand>img {
        width: 100px;
        float: left;
        margin-top: 0px;
        margin-left: 0px;
    }
    .nav-logo {
        margin-top: 8px;
        max-width: 150px !important;
    }
    .navbar-brand {
        padding: 0px;
    }
    .navbar-default .navbar-toggle {
        border: none !important;
        background: #fff;
        margin-right: 0;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #000521 !important;
    }
    .carousel-inner {
        padding-top: 55px !important;
    }
    #hide-menu {
        position: fixed;
        z-index: 9999;
        width: 100%;
        padding: 10px 0px;
        top: 0;
    }
    .navbar-brand>img.nav-logo {
        width: 160px;
        margin-top: 0px;
    }
}

.nav-call {
    border: 2px solid #3c1e24;
    border-radius: 1px;
    padding: 3px 15px !important;
    color: #fff !important;
    margin-top: 10px;
    background: #3c1e24 !important;
    margin-left: 40px;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
    float: none;
}
.navbar-nav>li>a {
    line-height: 30px !important;
    margin-right: 10px;
    padding-left: 15px;
    padding-right: 15px;
    outline: none;
    font-size: 15px;
    color: #000 !important;
    font-weight: 600;
}
.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
    outline: none;
}
button.navbar-toggler.collapsed.open-menu{
    background-color: #fff;
}
.navbar>.container {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.menu-overlay {
    height: 107vh;
    width: 0;
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.9);
    overflow-x: hidden;
    transition: 0.6s;
}
.menu-overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
}
.menu-overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 20px;
    color: #fff;
    display: block;
    transition: 0.3s;
}
.menu-overlay a:hover,
.menu-overlay a:focus {
    color: #f1f1f1;
}
.menu-overlay .closebtn {
    position: absolute;
    top: 1px;
    right: 10px;
    font-size: 48px;
}
#carousel-example-generic .carousel-inner>.item>img {
    width: 100% !important;
    margin-top: 60px;
}
.section {
    padding: 50px 0;
}
.relative {
    position: relative;
}
.read-more-state {
    display: none;
}
.carousel-control-prev { width: 3%; background: #7d308c; border-radius: 30px; left: 3%; top: 47%; bottom: 47%; }
.carousel-control-next { width: 3%; background: #7d308c; border-radius: 30px; right: 3%; top: 47%; bottom: 47%; }
/* location */
.modal .error { color: #fff; }
#locationmap a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border-image: linear-gradient(to right, #7D338C 30%, #b73373 50%, #f06f50 70%) 1;
    border-width: 2px;
    border-style: solid;
}
.locationAdd h4 { color: #b33a7c; font-weight: 900; font-size: 20px;}
.locationAddbox p { font-size: 14px; }
.locationAddbox:hover img {
    transform: translateY(-10px);
    transition: ease all 0.5s;
}
.fimg-blurimg{ filter: blur(3px); }
.ami-overlay img {
    width: 35px !important;
    height: 35px !important;
}
#locationmap .overlay {
    position: absolute;
    transition: all 0.5s;
    height: 0%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #ffffffb8;
    opacity: 1 !important;
    z-index: 999;
    display: block;
}

#locationmap a .overlay img {
    height: unset !important;
    width: unset !important;
    position: absolute;
    transition: all 0.3s;
    transition-delay: 0.3s;
    top: 50%;
    left: 50%;
    width: 0;
    /*background-color: #7d308ca8;*/
    border-radius: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 999;
    display: block;
    text-align: center;
}

#locationmap a:hover .overlay {
    height: 100% !important;
}

#locationmap a:hover .overlay img {
    width: auto !important;
    opacity: 1;

}

/* location */
/* overview */
#overview {
    /*background: linear-gradient(180deg, #e3e3e344 0%, #e3e3e344 100%), url(../images/blue-texturelarge.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;
}

/* overview */
/* highlight */
#highlight {
    /*background: url(../images/Texture.jpg);*/
    background: linear-gradient(120deg, rgba(125,48,140,1) 30%, rgba(183,51,115,1) 50%, rgba(240,111,80,1) 70%);
    background-repeat: no-repeat;
    background-size: cover;
}

#highlight .sec-head9 {
    color: #fff;
}

#highlight .head-line {
    background: #fff;
}

/* highlight */
.read-more-target {
    opacity: 0;
    max-height: 0;
    font-size: 0;
    transition: .25s ease;
}

.read-more-state:checked~.read-more-wrap .read-more-target {
    opacity: 1;
    font-size: inherit;
    /* max-height: 999em; */
}

.read-more-state~.read-more-trigger:before {
    content: 'Show more';
}

.read-more-state:checked~.read-more-trigger:before {
    content: 'Show less';
}

.read-more-trigger {
    cursor: pointer;
    display: inline-block;
    padding: 0 .5em;
    color: #666;
    font-size: .9em;
    line-height: 2;
    border: 1px solid #ddd;
    border-radius: .25em;
}

#summary {
    font-size: 14px;
    line-height: 1.5;
}

#summary p.collapse:not(.show) {
    height: 42px !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#more {
    display: none;
}

#summary p.collapsing {
    min-height: 42px !important;
}

#summary a.collapsed:after {
    content: '+ Read More';
}

#summary a:not(.collapsed):after {
    content: '- Read Less';
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: rgba(0, 0, 0, 0);
    background-image: none !important;
    filter: alpha(opacity=50);
    opacity: 1;
}

.moretext {
    display: none;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    margin-left: -100px;
    color: #a59fa0;
    opacity: 1;
}

form #website {
    display: none;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    margin-right: -100px;
    /* margin-left: -10px; */
    color: #a59fa0;
    opacity: 1;
}

.presenting-wrap {
    text-align: center;
    margin-top: 80px;
}

.present {
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 8px;
    margin-bottom: 20px;
}

.o-logo {
    width: 110px;
    /* margin-bottom: 30px; */
    margin: 0px auto;
    position: relative;
    /* padding: 5px; */
    display: block;
    /* background: #f26522; */
}

.o-logo1 {
    width: 100%;
    margin: -27px;
    position: absolute;
    z-index: -1;
    opacity: 0.2 !important;
}

.presenting-wrap h4 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: #656565;
    line-height: 22px;
}

.overlay-sec {
    width: 100%;
}

.overlay-sec .overlay {
    padding: 80px 0px;
    background: rgba(0, 0, 0, 0.7);
}

.imgbg1 {
    background: url(../images/bgimagenew.jpg);
    background-size: cover;
    background-attachment: fixed;
}

.highlight-wrap {
    background: rgba(255, 255, 255, 0.2);
    position: relative;
    transition: ease all 0.5s;
}

.highlight-wrap .second-wrap {
    padding: 10px;
}

.highlight-wrap img {
    width: 100px;
    margin: 0px auto;
    display: block;
    margin-bottom: 20px;
}

.highlight-wrap h2 {
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}

.highlight-wrap h2 span {
    font-size: 25px;
    font-weight: 800;
    color: #843e1c;
}

.purple-text {
    color: #6a1b32
}

.custom-heading {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 600;
}

.highlight-wrap:before {
    content: "";
    height: 20px;
    width: 20px;
    position: absolute;
    top: 0;
    left: 0;
    border-top: 3px solid #ffffff;
    border-left: 3px solid #ffffff;
}

.highlight-wrap:after {
    content: "";
    height: 20px;
    width: 20px;
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
}

.highlight-wrap .second-wrap:before {
    content: "";
    height: 20px;
    width: 20px;
    position: absolute;
    top: 0;
    right: 0;
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
}

.highlight-wrap .second-wrap:after {
    content: "";
    height: 20px;
    width: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 3px solid #ffffff;
    border-left: 3px solid #ffffff;
}

.highlight-wrap:hover {
    -webkit-box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
    transform: translateY(-10px);
    transition: ease all 0.5s;
}

/*------ section heading------*/

.head-center {
    text-align: center;
}

.sec-head {
    font-family: "FiraSans-SemiBold" !important;
    color: #b33a7c;
    text-transform: uppercase;
    font-size: 25px;
    letter-spacing: 2px;
    font-weight: 600;
    margin-bottom: 13px;
    line-height: 35px;
}

.sec-head9 {
    font-family: "FiraSans-SemiBold" !important;
    color: #fff;
    text-transform: uppercase;
    font-size: 25px;
    letter-spacing: 2px;
    font-weight: 600;
    margin-top: 35px;
    margin-bottom: 13px;
    line-height: 35px;
}

.head-line {
    height: 3px;
    background: linear-gradient(120deg, rgba(125,48,140,1) 30%, rgba(183,51,115,1) 50%, rgba(240,111,80,1) 70%);
    width: 60px;
    margin: 15px auto 20px;
}

/*------------------------*/

/*---Configuration box----*/

.config-wrap {
    text-align: center;
    border-top: 10px solid #fff;
    border-bottom: 40px solid #fff;
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
    padding: 25px 0px;
    margin-bottom: 0px;
    transition: ease all 0.5s;
}

.config-wrap1 {
    text-align: center;
    border-top: 10px solid #7d308c;
    border-bottom: 40px solid #7d308c;
    border-left: 10px solid #7d308c;
    border-right: 10px solid #7d308c;
    padding: 25px 0px;
    margin-bottom: 20px;
    transition: ease all 0.5s;
}

.config-wrap:hover {
    border-color: #d0d0d0;
    -webkit-box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
    transform: translateY(-10px);
    transition: ease all 0.5s;
}

.config-wrap1:hover {
    border-color: #d0d0d0;
    -webkit-box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
    transform: translateY(-10px);
    transition: ease all 0.5s;
}

.config-wrap h3 span {
    font-size: 22px;
    color: #fff;
    font-weight: 700;
}

.config-wrap1 h3 span {
    font-size: 22px;
    color: #fff;
    font-weight: 800;
}

.config-wrap h3,
.config-wrap1 h3 {
    font-size: 27px;
    font-weight: 800;
    margin-bottom: 30px;
}

.config-wrap p {
    font-size: 17px;
}

.config-line {
    height: 3px;
    background: #ffffff;
    width: 50px;
    margin: 0px auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.config-wrap h2 {
    font-size: 24px;
    font-weight: 800;
    line-height: 30px;
    color: #fff;
}

.config-wrap1 h2 {
    font-size: 24px;
    font-weight: 800;
    color: #fff;
    line-height: 30px;
}

.config-wrap h2 span {
    color: #fff;
}

.config-wrap1 h2 span {
    color: #fff;
}

.config-wrap .pricing_btn,
.config-wrap1 .pricing_btn {
    background: #7d308c;
    border: none;
    font-size: 20px;
    color: #fff;
    width: 75%;
    padding: 7px 0;
    border-radius: 20px;
    margin: 5px auto;
    font-weight: 600;
    outline: none;
}


.partner-wrap {
    text-align: center;
    padding: 30px 10px;
    position: relative;
    background: #fff;
    margin-top: 30px;
}

.part-title {
    margin-bottom: 10px;
    font-weight: 600;
}

.partner-wrap:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    left: 0;
    border-top: 3px solid #7d308c;
    border-left: 3px solid #7d308c;
    -webkit-transition: all 0.55s ease;
    transition: all 0.55s ease;
}

.partner-wrap:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    bottom: 0;
    right: 0;
    border-bottom: 3px solid #7d308c;
    border-right: 3px solid #7d308c;
    -webkit-transition: all 0.55s ease;
    transition: all 0.55s ease;
}

.partner-wrap:hover:before,
.partner-wrap:hover:after {
    width: 100%;
    height: 100%;

}

/*------------Amenities----*/

figure.snip1477 {
    font-family: "Avenir" !important;
    position: relative;
    overflow: hidden;
    margin: 0px;
    /* min-width: 391px; */
    /* max-width: 451px; */
    /* width: 100%; */
    /* color: #ffffff; */
    text-align: center;
    /* font-size: 16px; */
    /* background-color: #000000; */
}

figure.snip1477 *,
figure.snip1477 *:before,
figure.snip1477 *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.55s ease;
    transition: all 0.55s ease;
}

figure.snip1477 img {
    max-width: 100%;
    backface-visibility: hidden;
    vertical-align: top;
    opacity: 0.9;
}

figure.snip1477 .title {
    position: absolute;
    top: 58%;
    left: 25px;
    padding: 5px 10px 10px;
}

figure.snip1477 .title:before,
figure.snip1477 .title:after {
    height: 2px;
    width: 400px;
    position: absolute;
    content: '';
    background-color: #ffffff;
}

figure.snip1477 .title:before {
    top: 0;
    left: 10px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

figure.snip1477 .title:after {
    bottom: 0;
    right: 10px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

figure.snip1477 .title div:before,
figure.snip1477 .title div:after {
    width: 2px;
    height: 300px;
    position: absolute;
    content: '';
    background-color: #ffffff;
}

figure.snip1477 .title div:before {
    top: 10px;
    right: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

figure.snip1477 .title div:after {
    bottom: 10px;
    left: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

figure.snip1477 h2,
figure.snip1477 h4 {
    margin: 0;
    text-transform: uppercase;
}

figure.snip1477 h2 {
    font-weight: 400;
}

figure.snip1477 h4 {
    display: block;
    font-weight: 700;
    background-color: #eadde6;
    padding: 5px 10px;
    color: #000000;
}

figure.snip1477 figcaption {
    position: absolute;
    bottom: 42%;
    left: 25px;
    text-align: left;
    opacity: 0;
    padding: 5px 60px 5px 10px;
    font-size: 0.8em;
    font-weight: 500;
    letter-spacing: 1.5px;
}

figure.snip1477 figcaption p {
    margin: 0;
}

figure.snip1477 a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

figure.snip1477 img,
figure.snip1477 img {
    zoom: 1;
    filter: alpha(opacity=35);
}

figure.snip1477 .title:before,
figure.snip1477 .title:before,
figure.snip1477 .title:after,
figure.snip1477 .title:after,
figure.snip1477 .title div:before,
figure.snip1477 .title div:before,
figure.snip1477 .title div:after,
figure.snip1477 .title div:after {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

figure.snip1477 .title:before,
figure.snip1477 .title:before,
figure.snip1477 .title:after,
figure.snip1477 .title:after {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

figure.snip1477:hover figcaption,
figure.snip1477.hover figcaption {
    opacity: 1;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.owl-carousel .owl-nav .owl-prev {
    font-size: 25px !important;
    border: 2px solid !important;
    height: 40px;
    width: 40px;
    border-radius: 50% !important;
    outline: none !important;
    transition: ease all 0.5s;
}

.owl-carousel .owl-nav .owl-next {
    font-size: 25px !important;
    border: 2px solid !important;
    height: 40px;
    width: 40px;
    border-radius: 50% !important;
    outline: none !important;
    transition: ease all 0.5s;
}

.owl-carousel .owl-nav .owl-prev:hover {
    background: #7d308c !important;
    border-color: #7d308c !important;
    height: 40px;
    width: 40px;
    color: #fff !important;
}

.owl-carousel .owl-nav .owl-next:hover {
    background: #7d308c !important;
    border-color: #7d308c !important;
    height: 40px;
    width: 40px;
    color: #fff !important;
}

/*----------------------------------------------*/

.sub-head {
    color: #b1845c;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 2px;
    margin-bottom: 13px;
    text-align: center;
}

.light-grey {
    background: #e3e3e3;
}

/*-------------aminities--------*/
#ame {
    background: linear-gradient(180deg, #e3e3e344 0%, #e3e3e344 100%), url(../images/blue-texturelarge.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.amenities-icon {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 10px;
    transition: ease all 0.5s;
}
.amenities-icon:hover {
    transform: translateY(-5px);
    transition: ease all 0.5s;
}
.amenities-icon .icons-wrap {
    margin: 0px auto;
    border: 2px solid transparent;
    margin-bottom: 5px;
    display: inline-block;
    transition: ease all 0.5s;
}
.amenities-icon:hover .icons-wrap {
    border-radius: 0;
    border-color: #222;
    transition: ease all 0.5s;
    display: inline-block;
}

.amenities-icon .icons-wrap img {
    width: 70px !important;
    filter: invert(100%) sepia(109%) saturate(2874%) hue-rotate(3deg) brightness(3%) contrast(100%);
}

.appointment-icon {
    filter: invert(100%) sepia(109%) saturate(2874%) hue-rotate(3deg) brightness(3%) contrast(100%);
    max-width: 30px !important;
    height: auto;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.appointment-btn {
    position: relative;
    border: 2px solid #fff;
    border-radius: 31px;
    padding: 5px 10px;
    text-align: center;
    display: inline-block;
    margin-top: -6px;
    color: #fff;
    font-weight: 600;
    transition: ease all 0.5s;

}

.appointment-btn:hover {
    color: #fff;
    background: #7d308c
}

.amenities-icon h3 {
    font-size: 13px;
    transition: ease all 0.5s;
    color: #222;
    /* min-height: 28px; */
}

.amenities-icon:hover h3 {
    color: #222;
    transition: ease all 0.5s;
}



.pd10 {
    padding: 8px;
}

/*----------------------------*/

/*---------------Gallery style 3-----------------------*/
.ametab {
	cursor: pointer;
  }
  
  .gall-wrap .gelbox {
	height: 0 !important;
	opacity: 0 !important;
	visibility: hidden !important;
  }
  
  .gall-wrap .gelbox.active {
	height: auto !important;
	opacity: 1 !important;
	padding-top: 30px;
	visibility: visible !important;
	transition: all 2s !important;
  }
#gallery {
    /*background: linear-gradient(120deg, rgba(125,48,140,1) 30%, rgba(183,51,115,1) 50%, rgba(240,111,80,1) 70%);
    background-repeat: no-repeat;
    background-size: cover;*/
}
/*#gallery .head-line { background: #fff; }*/
.gall-pd {
    padding: 0 5px !important;
}

.gallery-type3 {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}

.gallery-type3 .gallimg {
    position: relative;
    overflow: hidden;
}

.gallery-type3 .galloverlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    padding: 13px;
}

.gallery-type3 .galloverlay:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px dashed #fff;
    left: 0;
    top: 0;
    transform: scale(0.95);
    z-index: 9;
}

.gallery-type3 .gallimg img {
    width: 100%;
    display: block;
    transition: ease all 0.5s;
}

.gallery-type3 .galltxt3 {
    background: #000;
    text-align: center;
    padding: 6px 0;
    position: absolute;
    width: 100%;
    bottom: 0px;
    transition: ease all 0.5s;
    padding-bottom: 10px;
}

.gallery-type3 .galltxt3 p {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 2px;
    padding-top: 2px;
    font-size: 14px;
}

.gallery-type3 .galldots {
    width: 90px;
    margin: 0 auto;
}

.gallery-type3 .galldots li {
    width: 30px;
    height: 30px;
    margin-right: -16px;
}

.gallery-type3:hover {
    cursor: url(../images/hovericon.webp), auto !important;
}

.gallery-type3:focus .galltxt3 {
    bottom: -75px;
    transition: ease all 0.5s;
    padding-bottom: 0;
}

.gallery-type3:focus .gallimg img {
    transition: ease all 0.5s;
    transform: scale(1);
}

.gallery-type3:hover .galltxt3 {
    bottom: 0px;
    transition: ease all 0.5s;
    padding-bottom: 10px;
}

.gallery-type3:hover .gallimg img {
    transition: ease all 0.5s;
    transform: scale(1.2);
}

/*-----------------------------------------------------*/
/*------------------- Floorplan Start -------------------*/
#floorplan { 
    background: linear-gradient(120deg, rgba(125,48,140,1) 30%, rgba(183,51,115,1) 50%, rgba(240,111,80,1) 70%);
    background-repeat: no-repeat;
    background-size: cover;
}
#floorplan .head-line { background: #fff; }
#floorplan .owl-theme .owl-nav [class*=owl-] { color: #fff !important; }
#floorplan .owl-carousel .owl-nav .owl-prev:hover {
    background: #fff !important;
    border-color: #fff !important;
    height: 40px;
    width: 40px;
    color: #7d308c !important;
}
#floorplan .owl-carousel .owl-nav .owl-next:hover {
    background: #fff !important;
    border-color: #fff !important;
    height: 40px;
    width: 40px;
    color: #7d308c !important;
}
/*------------------- Floorplan End -------------------*/
/*-------------------------------------------------*/

.amenities-gallery .actual {
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 12px;
    padding: 0px 10px 2px 10px;
    z-index: 99;
}

.overlayg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.1);
}

.overlayg::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: scale(0.975);
}

.amenities-gallery {
    position: relative;
    width: 100%;
    overflow: hidden;
    transition: all 0.5s;
    box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

.amenities-gallery img {
    width: 100%;
    display: block;
    transition: all 0.5s;
    height: 340px;
    object-fit: cover;
}

.ami-overlay {
    width: 100%;
    height: 100%;
    background: #7d308c87;
    position: absolute;
    top: 0;
    transform: translate(-101%, 0);
    transition: all 1s;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.amenities-gallery:hover img {
    transform: scale(1.19);
    transition: all 0.5s;
}

.amenities-gallery:hover .ami-overlay {
    transform: translate(0%, 0);
    transition: all 0.5s;
    /*cursor: url(../images/hovericon.webp), auto !important;*/
}

.amenities-gallery .ami-overlay h3 {
    color: #fff;
    font-size: 15px;
    text-align: center;
    line-height: 18px;
}

/*-----------------------*/

/*.ami-carousel .owl-nav{*/

/*display: block !important;*/

/*}*/

/* -------------------  TAB -----------------------*/

.mytab {
    text-align: center;
    border-bottom: none;
    margin-bottom: 20px;
    /*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: #fff;
    background: #7d308c;
    border: 2px solid #7d308c;
}

.mytab>li>a:hover,
.mytab>li>a:focus {
    color: #fff;
    border-radius: 0;
    background-color: #7d308c;
    border: 2px solid #7d308c;
}

.mytab>li>a {
    color: #7d308c;
    background: #fff;
    font-size: 15px;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    text-align: center;
    padding: 7px;
    margin: 21px 10px 10px 0;
    border-radius: 0;
    border: 2px solid #7d308c;
    position: relative;
    z-index: 1;
    transition: all 0.4s ease 0s;
    text-transform: uppercase;
}
.vertical-tab .nav-tabs {
    display: flex;
    justify-content: center;
    border-bottom: 0;
    flex-flow: row wrap;
}

.vertical-tab .nav-tabs li {
    float: none;
}

.vertical-tab .nav-tabs li a {
    color: #7d308c;
    background: #fff;
    font-size: 15px;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    text-align: center;
    padding: 7px;
    margin: 21px 10px 10px 0;
    border-radius: 0;
    border: 2px solid #7d308c;
    position: relative;
    z-index: 1;
    transition: all 0.4s ease 0s;
}

.vertical-tab .nav-tabs li a:hover,
.vertical-tab .nav-tabs li.active a,
.vertical-tab .nav-tabs li.active a:hover {
    color: #fff;
    background: #7d308c;
    border: 2px solid #7d308c;
}

.owl-theme .owl-nav [class*=owl-] {
    color: #7d308c !important;
}

.vertical-tab .tab-content {
    color: #fff;
    font-size: 14px;
    /* background-image: url(./images/BG.webp); */
    font-weight: 500;
    line-height: 21px;
    padding: 15px 15px 15px 25px;
    border-radius: 0 20px 20px 0;
}

.vertical-tab .tab-content h3 {
    color: #000;
    font-size: 15px;
    text-transform: capitalize;
    margin: 0 0 3px;
    min-height: 45px
}

@media only screen and (max-width: 479px) {
    .vertical-tab .tab-content {
        font-size: 14px;
        padding: 15px;
        border-radius: 15px;
        display: block;
    }
    .rera-sec { padding: 30px 0px 50px; }
}

/*-------------------------------------------------*/

.over-subhead {
    color: #000521;
    text-transform: uppercase;
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
    font-weight: 600;
}

.ami-iconholder {
    text-align: center;
    padding: 10px 10px;
    position: relative;
    height: 190px;
    margin-top: 30px;
    transition: ease all 0.5s;
    -webkit-box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.5);
    transform: translateY(-10px);
    border-image: linear-gradient(to right, #7D338C 30%, #b73373 50%, #f06f50 70%) 1;
    border-width: 1px;
    border-style: solid;
    background: #fff;
}

.ami-iconholder img {
    margin-top: 20px;
    width: 45px;
    filter: brightness(1) invert(0);
}

/*.ami-iconholder:hover img {
    filter: brightness(0) invert(1);
}*/

.ami-iconholder p {
    line-height: 19px;
    margin-top: 5px;
    font-size: 13px;
    max-width: 10px 0;
    color: #000;
}
.ami-iconholder:hover p { 
    color: #000;
}
.ami-iconholder:hover {
    -webkit-box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
    transform: translateY(-15px);
    transition: ease all 0.5s;
    color: #fff;
}
.sub-head2 {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 25px;
}

.counter-holder {
    margin-bottom: 30px;
    margin-top: 30px;
}

.numtext {
    font-size: 44px;
    text-align: center;
    padding-top: 0px !important;
    color: #843e1c;
    font-weight: 800;
    margin-bottom: 10px;
}

.counter-holder h4 {
    text-align: center;
    padding-top: 0px !important;
    font-size: 11px;
    line-height: 20px;
    height: 20px;
}

.white {
    color: #ffffff !important;
}

.head-line.white {
    background: #fff !important;
}

.head-line.white3 {
    background: #7d308c !important;
}

.address-wrap {
    text-align: center;
    margin-top: 50px;
}

.address-wrap h3 {
    font-size: 25px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #fff;
}

.address-wrap p {
    color: #fff;
    font-size: 15px;
}

.address-wrap .fa {
    font-size: 25px;
    margin-right: 7px;
}

.call-me {
    font-size: 25px;
    font-weight: 900;
    color: #fff;
    line-height: 1.4;
}

.call-me:hover {
    color: #fff;
}

.rera-sec {
    padding: 30px 0px;
    /*background: #7d308c;*/
    /*background-image: url(../images/BG-1a.webp);*/
    color: #000;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.cust-container {
    width: 90%;
    margin: 0px auto;
    display: table;
}

.footer-icon {
    text-align: right;
}

.disclaimer-para {
    text-align: center;
    font-size: 9px;
    font-family: 14px;
    line-height: 14px;
    color: #000 !important;
    padding: 0 15px;

}

.disclaimer-para span {
    font-size: 10px;
}

.footer-sec {
    /* padding: 20px 0px; */
    /* background: #febc3c; */
    color: #fff;
}

.foote-wrap {
    margin: 0px auto;
    display: block;
}

.foote-wrap img {
    margin: 0px auto;
    display: block;
    width: 122px;
    margin-top: 10px;
}

.foote-wrap p {
    text-align: center;
    margin-top: 7px;
    margin-bottom: 0px;
    font-weight: 600;
}

/*-===================================================================================- form----*/

#upcoming {
    background-size: cover;
    background-attachment: fixed;
    background-position: left;
}

#configuration {
    background-color: rgba(0, 0, 0, 0.7);
    position: relative;
    overflow: hidden;
    width: 100%;
    /* background-size: auto; */
    /* background-attachment: fixed; */
    background-position: bottom;
}
#configuration .row {justify-content: align-center;}
.bg-color {
    /*background-image: url(../images/conf-back.webp);*/
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

#pageloader {
    background: rgba(255, 255, 255, 0.9);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999999;
    top: 0;
}

#pageloader2 {
    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%;
}

#pageloader2 video {
    left: 50%;
    width: 100px;
    margin-left: -32px;
    margin-top: -32px;
    position: absolute;
    top: 50%;
}

.error {
    color: red;
}

.download-btn {
    position: fixed;
    z-index: 9999;
    bottom: 10px;
    left: 10px;
    font-size: 15px !important;
    background: #7d308c;
    border: none;
    margin: 30px auto 0px;
    color: #fff;
    border: 2px solid;
    padding: 8px 12px 10px 12px;
    border-radius: 20px;
    font-weight: 600;
    outline: none !important;
    display: block;
}

.download-btn:hover,
.download-btn:focus {
    color: #ffffff !important;
}
.interested:hover, .interested:focus {
    color: #ffffff !important;
    border: 2px solid;
    background-color: #7d308c;
}

.interested {
    position: fixed;
    z-index: 9999;
    bottom: 10px;
    right: 10px;
    font-size: 15px !important;
    background: #7d308c;
    border: 2px solid;
    color: #fff;
    padding: 8px 12px 10px 12px;
    border-radius: 20px;
    font-weight: 600;
    outline: none !important;
}

.road {
    position: relative;
    z-index: 9999;
    bottom: 25px;
    left: 41%;
    font-size: 15px !important;
    background: #7d308c;
    border: 2px solid;
    color: #fff;
    padding: 8px 12px 10px 12px;
    border-radius: 20px;
    font-weight: 600;
    outline: none !important;
}

.interested:hover,
.interested:focus {
    color: #ffffff !important;
}

.pulseanimation {
    animation: pulse-cust 2s infinite;
}

@-webkit-keyframes pulse-cust {
    0% {
        -webkit-box-shadow: 0 0 0 0 #7d308c;
    }

    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 #7d308c;
    }

    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);
    }
}

.bg-hover {
    position: relative;
}

.bg-hover:after {
    content: '';
    position: absolute;
    left: 100%;
    bottom: 0px;
    top: 0px;
    height: 100%;
    width: 0px;
    z-index: -1;
    background: linear-gradient(100deg, rgba(125,48,140,1) 30%, rgba(183,51,115,1) 50%, rgba(240,111,80,1) 70%);
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.bg-hover:hover:after {
    width: 100%;
    left: 0;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
    z-index: -1;
}

.fixed-footer-cust {
    background: #7d308c;
    text-align: center;
    padding: 5px 0px;
    width: 100%;
    position: fixed;
    bottom: 0px;
    z-index: 99;
}

.f-icon {
    height: 14px;
    width: 14px;
    padding-top: 4px;
}

.fix-link {
    color: #fff !important;
    font-size: 17px;
    padding: 0;
    background: transparent;
    border: none;
    background-image: none;
    box-shadow: none;
}

.fix-link:hover,
.fix-link:focus {
    background: transparent !important;
}

.div-line {
    border-right: 1px solid #fff;
}

.free-call:hover {
    color: #FFFFFF;
}

/*--------------*/

.msgicon {
    height: 100px;
    width: 100px;
    border: 4px solid #fff;
    font-size: 39px;
    background: #7d308c;
    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: #7d308c;
    font-size: 19px;
    padding: 10px;
    width: 232px;
    margin: 0px auto;
    margin-top: 30px;
    border-radius: 5px;
    transition: ease 0.5s;
}

.go-home:hover {
    transition: ease 0.5s;
    color: #fff;
    background: #7d308c;
    border-radius: 25px;
}

.oops-greet {
    color: #7d308c;
    font-size: 25px;
    /*font-weight: 600;*/
    margin-bottom: 15px;
}

.pink {
    background: #843e1c;
}

.team-wrap {
    padding: 10px;
    background: #ededed;
    box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
}

.team-wrap .t-name {
    color: #843e1c;
    font-size: 24px;
    font-weight: 800;
    margin-top: 10px;
    margin-bottom: 5px;
}

.team-wrap .t-post {
    font-size: 20px;
    font-weight: 600;
}

.team-wrap .t-location {
    font-size: 16px;
    margin-top: 3px;
    margin-bottom: 10px;
}



.team-wrap p {
    font-size: 12px;
    line-height: 15px;
}

#team-carousel .owl-stage-outer {
    padding-bottom: 10px;
}

.aminities-wrap {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.morecontent span {
    display: none;
}

.morelink {
    display: block;
}

.aminities-wrap img {
    width: 100%;
    margin-bottom: -2px;
    transition: all 0.5s;
}

.aminities-wrap p {
    margin-bottom: 0;
    position: absolute;
    width: 100%;
    background: #843e1c;
    bottom: -33px;
    text-align: center;
    font-size: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
    transition: ease all 0.5s;
}

.aminities-wrap:hover p {
    bottom: 0px;
    transition: ease all 0.5s;
}
.aminities-wrap:hover img {
    transform: scale(1.19);
    transition: all 0.5s;
}
.timeline {
    list-style-type: none;
    display: flex;
    justify-content: center;
    padding: 0px;
}
.li {
    transition: all 200ms ease-in;
}
.timestamp {
    margin-bottom: 0px;
    padding: 0px 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 100;
}
.li.complete .status {
    border-top: 2px solid #222;
    width: 100%;
}
.status {
    padding: 0px 10px;
    justify-content: center;
    border-top: 2px solid #D6DCE0;
    position: relative;
    transition: all 200ms ease-in;
}
.li.complete .status h4 {
    color: #222;
    margin-top: 16px;
    text-align: center;
    font-size: 11px;
    line-height: 21px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.status h4 { font-weight: 600; }
.li.complete .status:before {
    background-color: #222;
    border: none;
    transition: all 200ms ease-in;
}
.status:before {
    content: '';
    width: 25px;
    height: 25px;
    background-color: white;
    border-radius: 25px;
    border: 1px solid #ddd;
    position: absolute;
    top: -15px;
    left: 44%;
    transition: all 200ms ease-in;
}
.locationBox1 .location-icon {
    color: #fff;
    font-size: 50px;
    width: 60px;
    height: 60px;
    line-height: 120px;
    margin: 0 auto 40px;
    display: block;
    position: relative;
}
.locationBox1 .location-icon:before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 55px 50px 0px 50px;
    border-right: none;
    border-top: none;
    transform: rotate(45deg);
    background: #fff;
    position: absolute;
    box-shadow: 3px 3px 10px #222222;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.5s ease 0s;
}

.location-icon span {
    color: #000000;
    font-size: 36px;
    width: 36px;
    height: 36px;
    line-height: 52px;
    position: relative;
    z-index: 1;
    top: -33px;
}

.amenities-main1 h3 {
    text-align: center;
    color: #000;
    font-size: 18px;
}

/* .locationBox1 .location-icon:hover::before {
    transform: rotate(90deg);
} */

.locationBox2 {
    margin-top: 65px;
}

.you-tube {
    height: 400px;
    width: 100%;
}

.locationBox2 .location-icon1 {
    color: #fff;
    font-size: 50px;
    width: 100px;
    height: 100px;
    line-height: 120px;
    margin: 0 auto 40px;
    display: block;
    position: relative;
}

.map-wrap img {
    height: 314px;
    object-fit: cover;
}

.locationBox2 .location-icon1:before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border-right: none;
    border-top: none;
    transform: rotate(45deg);
    background: #fff;
    position: absolute;
    box-shadow: 3px 3px 10px #004889;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.5s ease 0s;
}

.location-icon1 img {
    color: #fff;
    font-size: 50px;
    width: 65px;
    height: 65px;
    line-height: 120px;
    margin: 0 auto 40px;
    display: block;
    position: relative;
    z-index: 1;
    top: 10px;
}

.amenities-main2 h3 {
    text-align: center;
    color: #000;
    font-size: 18px;
}

.locationBox2 .location-icon1:hover::before {
    transform: rotate(90deg);
}

.title {
    text-align: center;
    color: #000;
    font-size: 18px;
}

#accordion .panel {
    border: none;
    box-shadow: none;
    border-radius: 10px;
    margin-bottom: 10px;
}

#accordion .panel-heading {
    padding: 0;
    border: none;
    border-radius: 10px;
}

#accordion .panel-title a {
    display: block;
    padding: 12px 34px;
    font-size: 14px;
    font-weight: 600;
    height: 44px;
    color: #fff;
    text-align: center;
    background: #7d308c;
    border: 2px solid;
    position: relative;
    transition: all 0.3s ease 0s;
    text-transform: uppercase;
}

#accordion .panel-title a:after,
#accordion .panel-title a.collapsed:after {
    font-family: "Avenir" !important;
    font-weight: 900;
    width: 40px;
    height: 40px;
    line-height: 32px;
    background: #000521;
    text-align: center;
    font-size: 15px;
    color: #fff;
    border: 5px solid #676767;
    position: absolute;
    top: 0px;
    left: -18px;
    transition: all 0.3s ease 0s;
}

#accordion .panel-title a.collapsed:after {
    content: "\f067";
}

/* #accordion .panel-title a:hover:after,
#accordion .panel-title a.collapsed:hover:after {
    transform: rotate(360deg);
} */

#accordion .panel-body {
    padding: 15px 25px;
    background: #fff;
    font-size: 14px;
    color: #000000;
    line-height: 25px;
    border-top: none;
    position: relative;
}

.islandtextcontblk {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.islandtext:first-child {
    padding: 0 15px 0;
}

.colwidth {
    width: 33.33333333%;
}

.islandpicblk2 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.sunteckcitypciblk {
    padding: 0 15px 0 0;
}

.islandtext h5 {
    font-size: 10px;
    font-weight: 800;
    margin-top: 6px;
    border-bottom: 2px solid #ec800d;
    padding-bottom: 4px;
}

.islandtext p {
    font-size: 11px;
    margin-bottom: 0px;
}

.islandtext h5 {
    font-size: 10px;
    font-weight: 800;
    margin-top: 6px;
    border-bottom: 2px solid #ec800d;
    padding-bottom: 4px;
}

.islandtext p {
    font-size: 11px;
    margin-bottom: 0px;
}

#contactus .form-container {
    background-position: left;
    background: linear-gradient(150deg, #73737382 33%, #737373 34%, #23232345 66%, #313131b5 67%);
    font-family: "Avenir" !important;
    text-align: center;
    padding: 30px 20px;
    background-image: url(../images/bg-w.webp);
    background-size: auto;
    background-attachment: inherit;
    background-position: center;
}

.form-container .title {
    color: #fff;
    font-size: 23px;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0 0 50px;
    font-weight: 700;
}

.form-container .form-horizontal {
    background-color: #ffffff7a;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

.form-horizontal .form-icon {
    color: #fff;
    background-color: #7d308c;
    font-size: 63px;
    line-height: 74px;
    height: 70px;
    width: 70px;
    margin: -54px auto 10px;
    border-radius: 50%;
}

#contact-form input,
#contact-form select {
    height: 40px;
    border: 1px solid #e4e4e4;
    width: 100%;
    background: #e4e4e4;
    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: #e4e4e4;
    color: #7d308c;
    border: 1px solid #e4e4e4;
    border-right: 0;
    border-radius: 7px 0 0 7px;
}
.input-group {
    flex-wrap: nowrap;
}
.input-group-addon{
    padding: 8px;
}
.form-ico {
    font-size: 19px !important;
}

#contact-form textarea {
    border: none;
    resize: none;
}

#registerform textarea {
    border: none;
    resize: none;
}

#register-form textarea {
    border: none;
    resize: none;
}


#contact-form .form-group {
    height: 40px;
    margin-bottom: 23px;
    margin-top: 0;
}

#registerform .form-group {
    height: 40px;
    margin-bottom: 23px;
    margin-top: 0;
}

#register-form .form-group#register-form1 .form-group {
    height: 40px;
    margin-bottom: 23px;
    margin-top: 0;
}

.form-control:focus {
    box-shadow: none !important;
}

.signin {
    color: #fff;
    background-color: #7d308c;
    font-size: 17px;
    text-transform: capitalize;
    letter-spacing: 2px;
    /* width: 100%; */
    padding: 6px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    transition: all 0.4s ease 0s;
}

.signin:hover,
.signin:focus {
    font-weight: 600;
    letter-spacing: 5px;
    color: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) inset;
}

.bo {
    padding: 8px;
}

.golden-box img {
    width: 80px;
    margin-bottom: 10px;
}

.golden-box p {
    font-family: "Avenir" !important;
}

.sec-dark p {
    /* font-family: 'PlayfairDisplayItalic'; */
    text-align: center;
    color: #fff;
}

.over-img {
    background-attachment: fixed;
    display: grid;
    height: 500px;
    background-position: inherit;
    background-repeat: repeat-x;
}

#physical2 p {
    color: #fff;
    background: #00000087;
    padding: 5px 10px;
    font-size: 14px;
    margin: 7px 0;
}

.ami-iconholder i {
    font-size: 50px;
}

#physical2 h2 {
    text-align: center;
    font-size: 17px;
    margin-bottom: 18px;
    /* border: 1px solid #843e1c; */
    line-height: 24px;
    padding: 3px;
    box-shadow: 0px 0px 0px 4px #843e1c;
}

.form-bg .close {
    font-size: 23px;
    /* border: 1px solid; */
    color: #000;
    opacity: 1;
    position: relative;
    top: 25px;
    right: 22px;
    z-index: 99;
}



.fa-phone {
    transform: rotate(90deg);
    position: relative;
    top: 4px;
}

.playbutten {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.counter-wrap {
    display: block;
    padding-top: 0;
    position: absolute;
    /* left: 60%; */
    z-index: 9;
    top: 15%;
    width: 100%;
}

.counter-wrap .col-xs-3 {
    padding: 0 5px;
    width: 18%;
}

.counter-wrap h3 {
    text-align: center;
    margin-bottom: 10px;
}


.time h2 {
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 800;
    text-align: center;
    width: 50px;
    height: 35px;
    margin: 10px auto;
    background: #012f58;
    color: #fff;
    border-radius: 0%;
    padding: 9px 0px;
    box-shadow: 2px 2px 7px #676f90;
}

.time p {
    text-align: center;
    font-family: "Avenir" !important;
    font-weight: 800;
    text-transform: uppercase;
    background: #843e1c;
    /* border-radius: 9px; */
    color: #fff;
    font-size: 11px;
    width: 50px;
    margin: 0px auto;
    margin-top: 5px;
}

#button-2 {
    /* position: relative; */
    /* overflow: hidden; */
    cursor: pointer;
    /* margin: 0px auto; */
    text-align: center;
}

#slide {
    width: 100%;
    height: 100%;
    left: -200px;
    color: #fff;
    background: #fff;
    position: absolute;
    transition: all .35s ease-Out;
    bottom: 0;
}

#button-2 a {
    /* display: block; */
    position: relative;
    transition: all .35s ease-Out;
    color: #fff;
    background: #f07f8a;
    line-height: 31px;
    font-weight: bold;
    margin: 0 auto;
    padding: 13px;
}

.footer-text {
    color: #fff;
    /* font-weight: 600; */
    text-align: center;
    font-size: 13px;
}

/*----------Modal Design-------*/

.modal {
    z-index: 9999;
    background: rgba(185, 185, 185, 0.6);
}

.modal-content {
    /*background-color: #353535 !important;*/
    background: url(../images/bgsky2.webp);
}

.modal-body {
    background-size: cover;
    padding-bottom: 30px;
}

.modal-body .close {
    position: absolute;
    right: 5px;
    top: 5px;
    color: #fff;
    opacity: 1;
    outline: none;
    background: transparent;
    border: unset;
    font-weight: 900;
}

.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;
    
    margin-bottom: 10px;
}

.modal-body p {
    color: #fff;
    text-align: center;
    font-size: 15px;
    margin-bottom: 20px;
}

.modal-body img {
    width: 100px;
    margin: 0px auto;
    display: block;
    position: relative;
    top: -60px;
    background: #fff;
    padding: 5px;
    border-radius: 50px;

}

.modal-dialog {
    margin-top: 7% !important;
    z-index: 9999 !important;
}

/*---modal form--*/

.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: #7d308c;
    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 --------*/

.popup-btn {
    color: #fff;
    background: #7d308c;
    font-size: 17px;
    text-transform: capitalize;
    letter-spacing: 2px;
    /* width: 100%; */
    padding: 6px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    transition: all 0.4s ease 0s;
    margin: 0 auto;
    display: block;
}

.popup-btn:hover,
.popup-btn:focus {
    font-weight: 600;
    letter-spacing: 5px;
    color: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) inset;
    background: #7d308c;
}
.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    color: #ffffff;
    pointer-events: painted;
    background-color: #7d308c;
    border-color: #7d308c;
    opacity: 1;
}

.thank-sec {
    margin-top: 0px;
}

.trees {
    display: block;
    width: 100px !important;
}

.tree-wrap {
    margin-top: -30px;
    padding-top: 27px;
    margin-left: 45px;
    border-left: 3px solid #619743;
    padding-bottom: 15px;
}

.tree-wrap h3 {
    color: #000;
    padding-left: 10px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 17px;
}

.tree-list {
    padding-left: 15px;
}

.tree-list li {
    color: #000;
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 16px;
    position: relative;
    padding-left: 0px;
}

.tree-list li:before {
    content: '';
    position: absolute;
    height: 17px;
    width: 17px;
    top: 0;
    left: -25px;
    background: url(../images/tick.webp) no-repeat center center;
    background-size: 100%;
}

.ame-img {
    object-fit: cover;
    height: 220px;
}

.ame-limg {
    object-fit: cover;
    height: 371px;
}

.ame-title {
    background: #010a21;
    text-align: center;
    padding: 10px 0px;
    color: #fff;
    box-shadow: 1px 2px 8px 0px #0000006b;
    margin-bottom: 10px;
}

.checkbox {
    width: initial !important;
    float: left;
    height: initial !important;
    margin-right: 4px;
    position: relative;
    top: -3px;
}

.check-txt {
    color: #fff;
    display: flex;
    font-size: 12px;
    line-height: 13px;
    text-align: left;
    padding-left: 8px;
}

@media only screen and (max-width: 767px) {
    #slider{
        margin-top: 60px !important;
    }
    .custom-heading {
        font-size: 16px;
    }

    .ami-iconholder {
        height: 205px;

    }

    .ami-iconholder p {
        font-size: 12px;
    }

    .site-visit {
        position: relative;
        float: right;
        padding: 7px;
        margin-right: 0px;
        margin-top: 5px;
    }

    .appointment-btn {
        margin-top: 0;
        font-size: 12px;
        padding: 6px;
    }

    .pd0-m {
        padding: 0;
    }

    .timeline {
        list-style-type: none;
        display: block;
    }

    .map-img {
        height: unset;
        margin-top: 35px;
    }

    .li {
        transition: all 200ms ease-in;
        display: flex;
        width: inherit;
    }

    .timestamp {
        width: 100px;
        margin-bottom: 0px;
        padding: 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
        font-weight: 100;
    }

    .locationBox1 {
        margin: -5px 15px -16px 0px;
        margin-top: 19px;
    }

    .counter-wrap {
        display: inline-block !important;
        width: 66%;
        left: 0%;
        position: initial;
        width: 100%;
        display: grid;
        margin-bottom: 25px;
    }

    .counter-wrap h3 {
        text-align: center;
        font-family: "Avenir" !important;
        font-size: 17px;
        margin-bottom: 10px;
        font-weight: 600;
    }

    .counter-wrap .col-xs-3 {
        width: 25%;
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -20px;
        /* color: #843e1c; */
        opacity: 1;
    }

    form #website {
        display: none;
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -20px;
        /* margin-left: -10px; */
        color: #a59fa0;
        opacity: 1;
    }

    .config-wrap h3 span {
        color: #fff;
    }

    .config-wrap h2 {
        color: #fff;
    }

    .amenities-icon {
        margin-bottom: 0;
        padding: 0 0 7px 0;
    }

    .sec-head {
        font-size: 20px;
        line-height: 20px;
    }

    .sub-head {
        font-size: 18px;
    }

    .modal-dialog {
        margin-top: 60px !important;
    }

    /*#rerafooter {
        margin-bottom: 40px;
    }*/

    .trees.t3 {
        margin-top: -10px;
    }

    .checkbox-wrap {
        height: initial !important;
    }

    .check-txt {
        color: #fff;
        display: block !important;
        font-size: 12px;
        line-height: 13px;
        /* text-align: left; */
        padding-left: 23px;
    }

    .address-wrap .fa {
        font-size: 20px;
    }

    .call-me {
        font-size: 26px;
    }

    .section {
        padding: 50px 0;
        overflow: hidden;
    }

    .vertical-tab .nav-tabs li a,
    .mytab>li>a {
        font-size: 13px;
    }

    .mb-30 {
        margin-bottom: 30px;
    }
    .rera-sec { padding: 30px 0px 50px; }
}

.abtwrap:before {
    content: "";
    position: absolute;
    bottom: -34px;
    width: 210px;
    left: 50%;
    margin-left: -105px;
    height: 34px;
    border-radius: 50%;
    transform: scale(1.15);
    background: radial-gradient(rgba(0, 0, 0, 0.10), transparent, transparent);
    transition: ease all 0.5s;
}

.abtcontent {
    text-align: center;
    background: #fff;
    padding: 20px;
    margin: 20px 0;
    transition: ease all 0.5s;
    border: 2px solid #d8d8d8;
    min-height: 196px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.abtwrap h2 {
    font-size: 25px;
    font-weight: 800;
    margin-bottom: 10px;
    color: #7d308c;
}

.abtwrap:hover {
    transform: translateY(-10px);
    transition: ease all 0.5s;
}

.abtwrap h2 span {
    font-size: 37px;
    position: relative;
    bottom: 5px;
}

.abtwrap p {
    margin: 10px 0;
}

.nature2 {
    color: #2d6932;
    margin-top: 5px;
    margin-bottom: 13px;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
}

.leadership-details {
    padding: 60px 0px 0px 0px;
}

.leadership-details {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    text-align: center;
}

.leadership-left {
    width: 32%;
}

.leaderpic {
    text-align: center;
}

.leaderpic img {
    display: block;
    margin: 0 auto;
    width: 400px;
    height: auto;
}

.leadership-left .home-pgtitle {
    color: #bc8b2d;
    padding: 45px 0px 0px 0px;
    font-family: "Avenir" !important;
}

.home-pgtitle {
    font-size: 25px;
    line-height: 1.3;
    text-transform: uppercase;
    text-align: center;
    font-family: "Avenir" !important;
    color: #000;
}

.designation-text {
    font-size: 16px;
    color: #000000;
    font-family: "Avenir" !important;
    padding: 10px 0px 0px 0px;
    line-height: 1.2;
}

.leadership-left .homepagepera {
    padding: 30px 0px 0px 0px;
    font-family: "Avenir" !important;
    max-width: 80%;
    margin: 0 auto;
}

.homepagepera {
    font-family: "Avenir" !important;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.7;
    color: #000;
}

.title45 {
    text-align: center;
    margin-top: 15px;
    font-size: 16px;
    font-weight: 600;
}

#loading {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 999999;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
}

#loading img {
    width: 150px;
    margin-bottom: 40px;
    background: #fff;
    padding: 8px;
    border-radius: 10px;
}

#videoweb {
    width: 350px;
}

#loading .dflex {
    text-align: center;
}

#loading h2 {
    text-align: center;
    font-size: 20px;
    margin-bottom: -18px;
    font-weight: 800;
    line-height: 26px;
    position: relative;
    background: linear-gradient(-90deg, rgba(141, 195, 62, 1) 24%, rgba(64, 148, 64, 1) 81%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#loading h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    margin-top: -20px;
    position: relative;
    border-radius: 30px;
}

#loading p {
    margin-bottom: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 800;
}

#myProgress {
    overflow: hidden;
    border: none;
    width: 320px;
    background-color: #1a1a1a;
    margin: 10px auto;
    border-radius: 30px;
    margin-top: 30px;
}

#myBar {
    width: 0%;
    height: 20px;
    background: rgb(141, 195, 62);
    background: linear-gradient(-90deg, rgba(141, 195, 62, 1) 24%, rgba(64, 148, 64, 1) 81%);
    text-align: center;
    line-height: 30px;
    border-radius: 30px;
    color: white;
}

@media only screen and (max-width: 767px) {
    .leadership-details {
        padding: 10% 0% 0% 0%;
        display: block;
    }

    .leadership-left {
        float: none;
        width: 100% !important;
    }

    .home-pgtitle {
        font-size: 20px;
    }

    .leadership-left .homepagepera {
        width: 95%;
        max-width: 95%;
    }

    .leadership-left .homepagepera {
        padding-bottom: 30px;
    }

    #videoweb {
        width: 240px;
    }
}

#selekt-chat-widget {
    bottom: calc(59px) !important;
}

/*@media only screen and (max-width: 767px) {
     #selekt-chat-widget {
        display: none !important;
    } 
}*/

.up-form {
    background: #fff;
    padding: 0px 0px 25px;
    border: 1px solid #7d308c;
    border-top: 0
}

.reg-title {
    font-size: 18px;
    background: linear-gradient(120deg, rgba(125,48,140,1) 30%, rgba(183,51,115,1) 50%, rgba(240,111,80,1) 70%);
    color: #fff;
    text-align: center;
    padding: 10px 0px;
    margin: 20px 0px;
}

#registerform input,
#registerform select,
#registerform1 input,
#registerform1 select {
    height: 40px;
    border-bottom: 1px 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 input,
#register-form select,
#register-form1 input,
#register-form1 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;
}



.slide {
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover;
}

@media only screen and (max-width: 700px) {
    .up-form {
        background: #fff;
        padding: 1px 0 20px;
        margin-top: 20px;
    }

    #registerform input,
    #registerform 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 input,
    #register-form select,
    #register-form1 input,
    #register-form1 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;
    }
    #carousel-example-generic {
        margin-top: 30px;
    }
    .rera-sec { padding: 30px 0px 50px; }
}


@media only screen and (max-width: 768px) {
    .download-btn {
        border: none;
        border-radius: 0;
        bottom: 46%;
        transform: rotate(-90deg);
        left: initial;
        right: -70px;
        margin: 0;
    }
    .rera-sec { padding: 30px 0px 50px; }
    .carousel-control-prev { width: 10%; }
    .carousel-control-next { width: 10%; }
    .carousel-control-next-icon, .carousel-control-prev-icon { width: 3rem; height: 3rem; border-radius: 50px; }
}
.roadpoint {
    color: #fff;
    padding: 9px;
    text-align: justify;
    line-height: 19px;
    list-style: disc;
}

.whatsappicon {
    position: fixed;
    bottom: 65px;
    left: 65px;
}

.infra_img {
    box-shadow: 0 0 14px -5px #000;
    margin-bottom: 15px;
    margin-top: 15px;
}

.infra_name {
    text-align: center;
    /* margin-top: 10px; */
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}

.download-btn-1 {
    font-size: 15px !important;
    background: #7d308c;
    border: none;
    margin: 30px auto 0px;
    color: #fff;
    border: 2px solid;
    padding: 8px 12px 10px 12px;
    border-radius: 20px;
    font-weight: 600;
    outline: none !important;
    display: block;
}

.launcher-icon-bottomRight .avatar {
    background-size: cover;
    background-position: 50%;
    height: 50px;
    width: 50px;
    background-repeat: no-repeat;
    border-radius: 0.3125rem;
    cursor: pointer;
}

.qr-box {
    margin: 0 auto;
    width: unset;
    text-align: center;
}

.qr-box p {
    font-family: inherit;
    font-weight: 600;
    font-size: 14px;
}

.qr-box img {
    width: 120px !important;
    margin: auto;
    margin-bottom: 20px;
}
.alltab{
    padding: 7px 30px !important;
}
@media only screen and (min-width: 1440px) {
    .container {
        width: 90%;
    }
}
.img-fit{
    width: 100%;
}
.m-link.active{
    color: #b33a7c !important;
}

.carousel-inner{
    padding-top: 99px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.ametab.active{
    color: #fff;
    background: #7d308c;
    border: 2px solid #7d308c;
}
@media only screen and (max-width: 1000px) {
.navbar-brand>img.nav-logo { width: 160px; }
.navbar-nav>li>a { padding-left: 10px; padding-right: 10px;}
}
@media only screen and (min-width: 1850px) {
    body{ font-size: 20px; }
    .container { width: 84%; max-width: none; }
    .ami-iconholder p { font-size: 17px; }
}
@media only screen and (min-width: 2001px) {
    body{ font-size: 22px; }
    .container { width: 84%; max-width: none; }
    .ami-iconholder p { font-size: 17px; }
}

img{
    height:auto;
}

.floor_title{
    font-size: 20px;
     color: #fff;
     font-weight: 800;
}
