:root {
    --colorPrimary: #73B944;
    --colorSecondary: #00865D;
    --colorBtn: #ffffff;
    --theme: #cadb2a;
}

body {
    font-family: 'Mulish', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Mulish', sans-serif;
}

.in {
    padding-right: 0 !important
}

.ebtn {
    position: fixed;
    z-index: 100;
    right: -3px;
    top: 35%;
}


.top {
    padding: 8px 0;
    border-bottom: 1px solid #e6e6e6;
    background: #fff;
    background-size: 400% 400%;
}


@font-face {
    font-family: micon;
    src: url(../fonts/micon.woff2);
    src: url(../fonts/micon.woff2) format('woff2'), url(../fonts/micon.woff) format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: block;
    font-display: swap
}

.mi {
    font-family: micon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.mi-support-call:before {
    content: "\e90f";
}

.mi-support-visit:before {
    content: "\e911";
}

.mi-support-price:before {
    content: "\e910";
}

.modal-highlight-title {
    display: flex;
    justify-content: center;
    font-size: 1.2vw;
    font-weight: 600;
    padding: 0.4vw 0 0.1vw;
    color: var(--colorPrimary);
    width: 100%;
}

.modal-highlight {
    list-style: none;
    padding: 1vw 0;
    margin-bottom: 0;
    float: left;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.modal-highlight li {
    text-align: center;
}

.modal-highlight li i {
    display: inline-block;
    font-size: 3.3vw;
    color: var(--colorPrimary)
}

.modal-highlight li span {
    display: block;
    font-size: 12px;
    color: var(--colorPrimary);
    padding: 0 0 .6vw
}

.toplog {
    width: 50%
}

.img-box {
    padding-inline: 0;
}

.menurow {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 999;
    border-bottom: 1px solid #eee;

}

.frmbtn .btn-block {
    text-shadow: 0 3px 6px var(--colorPrimary);
    background-color: var(--colorSecondary);
    background: linear-gradient(-45deg, var(--colorPrimary), var(--colorSecondary), var(--colorPrimary), var(--colorSecondary));
    background-size: 400% 400%;
    -webkit-animation: Gradient 3s ease infinite;
    -moz-animation: Gradient 3s ease infinite;
    animation: Gradient 3s ease infinite;
    color: var(--colorBtn);
    border: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.frmbtn .btn-block:hover {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08)
}

.menu {
    padding: 5px 0
}

.navbar-toggler {
    display: none
}

.menu li a {
    padding: 10px 15px;
    color: #000;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 600;
    text-align: center;
    position: relative;
    text-transform: capitalize;
    cursor: pointer
}

.menu li a:hover {
    text-decoration: none;
    color: #000
}

.nomaring {
    margin: 0
}

.slider {
    position: relative;
    z-index: 99;
}

#cont {
    float: right;
    position: absolute;
    right: 26px;
    background: #ccc;
    padding: 13px 15px;
    display: none;
    background-color: #f6f3e3;
    color: #fff;
    top: 0
}

#cont a {
    color: #9b808c;
}

.formbox {
    position: absolute;
    right: 0;
    top: 0;
    padding: 60px 35px;
    bottom: 0;
    background-color: #ffffffd9;
    z-index: 99;
    outline: 2px solid var(--colorPrimary);
    outline-offset: -17px;
}

.formbox h1 {
    text-align: center;
    font-size: 50px;
    color: #f15931;
    font-weight: 900;
    letter-spacing: 4px;
    margin: 0;
    padding: 6px 0 0
}

.leftsection p {
    text-align: justify;
    line-height: 28px;
    font-size: 15px
}

.formbox .form-control {
    border-radius: 0;
    margin-bottom: 7px;
    height: 44px;
    border-bottom: 1px solid #000;
    border: 0
}

.formbox input[type=text] {
    border-radius: 0;
    color: #000;
    border: 0;
    padding: 8px;
    font-size: 16px;
    background: none;
    border-bottom: 1px solid #fff;
    background: #fff
}


.top-logo img {
    width: 15%;
}
.welcome-text {
    position: relative;
    font-size: 30px;
    margin-bottom: 0;
    color: #000; 
    font-weight: 600;
    line-height: 1.2em;
}

tr {
    border: 1px solid rgba(0, 0, 0, .5);
    /* padding: 15px 0; */
    border-left: 0;
    border-right: 0;
}

.formbox input[type=button] {
    width: 30%;
    border-radius: 0;
    color: #000;
    border: 0;
    font-weight: 600;
    padding: 8px;
    font-size: 12px;
    background: #dccba0;
    letter-spacing: 1px;
    cursor: pointer
}

.formbox h2 {
    font-size: 16px;
    text-align: center;
    letter-spacing: 1px;
    padding: 5px 0;

    font-weight: 500;
    margin: 0
}

.gallery-img {
    margin-bottom: 30px
}

.floor-img {
    cursor: pointer
}

.formbox h2 span {
    font-size: 18px;
    display: block;
    padding: 0 0 10px;
    font-weight: 700
}

.formbox h3 {
    font-size: 13px;
    text-align: center;
    letter-spacing: 1.3px;
    padding: 0;
    font-weight: 700;
    color: #000;
    margin: 0;
    line-height: 24px;
    text-transform: uppercase
}

.formbox h6 {
    font-size: 13px;
    text-align: center;
    letter-spacing: 1.3px;
    padding: 0;
    font-weight: 700;
    color: #000;
    margin: 0;
    line-height: 24px;
    text-transform: uppercase
}

.formbox h5 {
    text-align: center;
    font-size: 16px;
    margin: 8px 0;
    color: #fff;
    font-weight: 600;
    background: var(--colorPrimary);
    padding: 8PX 0PX;
}

.payment-colm img {
    width: 100%
}

.payment-colm h3 {
    text-align: center;
    font-size: 16px;
    padding: 20px 0 0
}

.payment-colm {
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
    height: 310px
}

.payment-sec {
    padding-top: 20px
}

.formbox h4 {
    font-size: 13px;
    text-align: center;
    letter-spacing: 1.5px;
    padding: 0;
    color: #000;
    margin: 3px 0
}

.formbox b {
    letter-spacing: .5px;
    font-size: 16px;
    text-align: right;
    float: right;
    padding: 7px 0 0;
    color: #fff
}

.formbox b a {
    color: #000;
}

.formbox b a:hover {
    text-decoration: none
}

.formbox .fieldRow {
    float: left;
    padding: 0 0 10px;
    width: 100%;
    margin-bottom: 10px
}

.billionaire-logo {
    margin: -129px auto 0;
    border-radius: 42px 42px 0 0
}

.formbox .fieldRow ul {
    margin: 0;
    padding: 0
}

.formbox .fieldRow ul li {
    list-style: none;
    float: left;
    margin-right: 10px
}

.formbox .fieldRow ul li label {
    margin-right: 5px
}

.formbox2 {
    padding: 30px
}

.formbox2 h1 {
    text-align: center;
    font-size: 50px;
    color: #f15931;
    font-weight: 900;
    letter-spacing: 4px
}

.formbox2 .form-control {
    border-radius: 0;
    margin-bottom: 7px;
    height: 44px;
    border-bottom: 1px solid #000;
    border: 0
}

.formbox2 input[type=text] {
    border-radius: 0;
    color: #000;
    border: 0;
    padding: 8px;
    font-size: 16px;
    border-bottom: 1px solid #ccc
}

.formbox2 input[type=button] {
    width: 40%;
    border-radius: 0;
    color: #000;
    border: 0;
    padding: 8px;
    font-size: 16px;
    background: #dccba0
}

.formbox2 h2 {
    font-size: 24px;
    text-align: center;
    letter-spacing: 1px;
    padding: 5px 0;
    color: #fff;
    font-weight: 700;
    margin: 0;
    line-height: 28px
}

.formbox2 h2 span {
    font-size: 14px;
    display: block
}

.formbox2 h3 {
    font-size: 18px;
    text-align: center;
    letter-spacing: 1.5px;
    padding: 5px 0;
    font-weight: 500;
    color: #000;
    margin: 0
}

.formbox2 h4 {
    font-size: 18px;
    text-align: center;
    letter-spacing: 1.5px;
    padding: 5px 0;
    color: #fff;
    font-weight: 500;
    margin: 5px 0
}

.formbox2 b {
    letter-spacing: 1.5px;
    font-size: 16px;
    text-align: right;
    float: right;
    padding: 7px 0 0;
    color: #fff
}

.formbox2 b a {
    color: #000;
}

input[type=text].input-field::-webkit-input-placeholder {
    color: #000;
}

.modal-content {
    background: #fff;
}

.input-container {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 5px auto;
    margin-top: 10px
}

.frmbtn {
    margin-top: 15px;
    cursor: pointer
}

.modal-body.inq-form button.close {
    color: #000;
    opacity: 1
}

.input-container .fa {
    font-size: 18px
}

.icon {
    padding: 10px;
    border-top-color: #000;
    border-right-color: #000;
    border: 1px solid #000;
    min-width: 50px;
    text-align: center
}

.input-field {
    width: 100%;
    padding: 7px;
    outline: none
}

.input-field:focus {
    border: 2px solid #1e90ff
}

.banner-offer {
    position: absolute;
    bottom: 150px;
    left: 0;
    padding: 0
}

.price-banner {
    background-color: rgb(246 243 227 / 81%);
    padding: 20px 0;
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 2;
    padding: 12px 0
}

.price-banner p {
    padding: inherit;
    margin-right: 30px;
    font-size: 14px;
    font-family: 'Mulish', sans-serif;
}

.banner-offer h5 {
    font-size: 30px;
    text-align: center;
    letter-spacing: 1px;
    padding: 4px 0;
    color: #fff;
    margin: 0;
    background: #6e3831b0;
    border-radius: 0;
    font-weight: 700;
    text-transform: uppercase
}

.ovr-sec {
    padding-top: 30px
}

.banner-offer h5 span {
    display: block;
    color: #fff
}

.banner-offer h5 span a {
    color: #fff
}

.price-banner .flex-wrp {
    align-items: baseline !important
}

.price-banner .wrapper {
    width: 100%;
    margin: 0 auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.price-banner p {
    padding: inherit;
    color: #000;
    font-size: 14px;

    margin: 0 30px 0 0;
    text-transform: uppercase
}

.flex-wrp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.price-banner p strong {
    display: block;
    letter-spacing: 1px;
    font-weight: 600
}

.about {
    padding: 50px 0
}

.about p {
    text-align: justify;
    line-height: 23px;
    font-size: 16px;
    letter-spacing: 1px
}

.about b {
    font-size: 24px;
    letter-spacing: 2px;
    font-weight: 600;
    color: #000
}

#gallery2 {
    color: #fff
}

.carousel-indicators2 {
    position: absolute;
    padding: 30px 25px;
    left: 0;
    top: 0;
    bottom: 0;
    background: #f6f3e3;
    right: 0;
    z-index: 99;
    width: 500px;
    margin: 0
}

.floor-img h3 {
    text-align: center;
    margin: 0;
    padding: 12px 0;
    font-size: 20px;
    font-weight: 600;
    color: #e3705c
}

.carousel-indicators2 .btn-gold {
    border-color: #000;
    background-color: #000;
    border-radius: 0;
    color: #fff;
    padding: 8px 25px;
    margin-top: -2px
}

.carousel-indicators2 .btn-gold a {
    color: #fff
}

.carousel-indicators2 .btn-gold a:hover {
    text-decoration: none
}

.carousel-indicators2 h1 {
    font-size: 24px;
    line-height: 1.2em;
    font-weight: 600;
    letter-spacing: 1.5px;
    position: relative
}

.sectionTitle span.icon {
    display: block;
    height: 56px;
    position: relative;
    width: 56px;
    display: inline-block;
    float: left
}

.sectionTitle h1 {

    padding: 0 0 20px;
    font-size: 24px;
    line-height: 1.2em;
    font-weight: 600;
    letter-spacing: 1.5px;
    position: relative;
    color: #000;
    text-transform: uppercase
}

.sectionTitle h1 span {
    color: var(--colorPrimary);
    display: block
}

.sectionTitle span.icon:before {
    border-top-color: #fbda39db;
    border-right-color: #fbda39db;
    top: 0;
    right: 0
}

.carousel-indicators2 h1 .fa {
    position: absolute;
    font-size: 80px
}

.carousel-indicators2 h1 span {
    color: #fff;
    display: block
}

.carousel-indicators2 .carousel-control-prev {
    bottom: 40px;
    top: auto;
    left: auto;
    right: 54px
}

.carousel-indicators2 .carousel-control-next {
    bottom: 40px;
    top: auto
}

.carousel-indicators2 .fa {
    font-size: 30px;
    color: #000
}

.carousel-inner .carousel-item img {
    width: 100%
}

.propertyPrice {
    padding: 20px 0 0;
    margin: 40px auto 50px;
    padding-top: 0;
    position: relative
}

.propertyPrice .sectionTitle.active span.before-block,
.page-about-us-about-management span.before-block {
    display: inline-block;
    background-color: #f6f3e3;
    position: absolute;
    width: 500px;
    left: 0;
    top: -40px;
    height: 100%;
    z-index: -9;
    padding: 70px 0
}

.pricebc {
    position: absolute;
    left: 0;
    background: #f6f3e3;
    padding: 43px 0 20px 78px
}

.owl-stage {
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    top: 29px;
    margin-left: 160px
}

.owl-stage .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    margin-right: 20px;
    margin-top: 70px
}

.owl-stage .owl-item .slide {
    float: left;
    padding: 5px;
    width: 100%
}

.owl-stage .owl-item .slide .box {
    background-color: #fff;
    -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
    float: left;
    padding: 30px 35px;
    position: relative;
    width: 100%
}

.propertyPrice .slide .box ul {
    margin: 0;
    padding: 0
}

.propertyPrice .slide .box ul li {
    color: #bd9234;
    font-size: 16px;
    padding: 0 0 5px;
    width: 100%;
    margin-right: 5px;
    list-style: none
}

.propertyPrice .slide .box ul li:last-child {
    border: 1px solid #000;
    padding: 10px 15px;
    margin: 10px auto;
    text-align: center;
    letter-spacing: 1px;
    position: relative
}

.propertyPrice .slide .box ul li:last-child a {
    color: #000;
    text-align: center;
    text-decoration: none
}

.menu li:last-child a {
    border: none
}

.propertyPrice .slide .box ul li span {
    color: #000;
    display: block;
    font-family: 'Mulish', sans-serif;
    font-size: 16px;
    padding: 7px 0 0
}

.clear {
    clear: both
}

.life {
    position: relative;
    margin: 110px auto;
}

#Location {
    margin-top: 80px
}

.lifebg {
    position: absolute;
    background: #f6f3e3;
    bottom: 0;
    left: 0;
    right: 0;
    height: 200px;
    z-index: -9
}

#lifeslider .fa {
    color: #f2472c;
    background: #fff;
    padding: 4px;
    font-size: 22px;
    border-radius: 30px
}

#lifeslider .carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    color: #fff;
    text-align: center;
    opacity: 1;
    transition: opacity .15s ease
}

#lifeslider .carousel-inner .carousel-item h2 {
    position: absolute;
    left: 0;
    right: 0;
    font-size: 18px;
    letter-spacing: 1.5px;
    bottom: 0;
    background: #f6f3e3;
    padding: 15px 0;
    text-align: center;
    color: #bd9234;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0
}

.life ul li span {
    padding: 0 10px;
    background: #f6f3e3;
    display: inline-block;
    float: right;
    width: 80px;
    color: #fff
}

.life ul li {
    margin: 1px 0 8px;
    font-size: 15px;
    line-height: 18px
}

.ourservice {
    position: relative;
    margin: 80px auto
}

#accordion6 .panel {
    border: 1px solid #bf6026;
    border-radius: 0;
    box-shadow: none;
    margin-left: 50px;
    margin-bottom: 12px
}

#accordion6 .panel-heading {
    padding: 0;
    background: #fff;
    position: relative
}

#accordion6 .panel-heading:before,
#accordion6 .panel-heading:after {
    content: "";
    border-right: 8px solid #bf6026;
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    position: absolute;
    top: 12px;
    left: -9px
}

#accordion6 .panel-heading:after {
    border-right: 7px solid #fff;
    border-bottom: 7px solid transparent;
    border-top: 7px solid transparent;
    position: absolute;
    top: 13px;
    left: -6px
}

#accordion6 .panel-title a {
    display: block;
    padding: 3px 20px;
    border: none;
    font-size: 20px;
    font-weight: 400;
    color: #bf6026;
    position: relative;
    background: #f1f1f2
}

#accordion6 .panel-title a:before,
#accordion6 .panel-title a.collapsed:before {
    content: "\f068";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    color: #bf6026;
    text-align: center;
    border: 1px solid #bf6026;
    position: absolute;
    top: 0;
    left: -50px;
    transition: all .5s ease 0
}

#accordion6 .panel-title a.collapsed:before {
    content: "\f067"
}

#accordion6 .panel-body {
    padding: 0 15px 15px;
    border: none;
    font-size: 14px;
    color: #807e7e;
    line-height: 28px
}

#accordion6 .panel-body p {
    margin-bottom: 0
}

#accordion5 .panel {
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin: 0 0 15px 50px
}

#accordion5 .panel-title a {
    display: block;
    padding: 10px 20px 10px 60px;
    background: #f6f3e3;
    border-radius: 30px;
    border: 2px solid #f6f3e3;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    position: relative;
    text-decoration: none
}

#accordion5 .panel-title a.collapsed {
    border: 2px solid #f6f3e3;
    background: #fff;
    color: #000;
    text-transform: uppercase
}

#accordion5 .panel-title a.collapsed:hover {
    text-decoration: none
}

#accordion5 .panel-title a:before,
#accordion5 .panel-title a.collapsed:before {
    content: "\f068";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    background: #f6f3e3;
    font-size: 18px;
    color: #bd9234;
    text-align: center;
    border-right: 3px solid #fff;
    position: absolute;
    top: -10px;
    left: -30px;
    z-index: 1;
    transition: all .3s ease 0
}

#accordion5 .panel-title a.collapsed:before {
    content: "\f067";
    background: #f6f3e3;
    border: none
}

#accordion5 .panel-body {
    padding: 10px 15px 0;
    margin: 0 0 0 30px;
    border: none;
    font-size: 14px;
    color: #333;
    line-height: 28px;
    position: relative
}

#accordion5 .panel-body p img {
    margin: 0 auto;
    display: block
}

#accordion5 .panel-body:before {
    content: "";
    display: block;
    width: 5px;
    height: 98%;
    background: #f6f3e3;
    position: absolute;
    top: 0;
    left: -30px
}

#accordion5 .panel-body:after {
    content: "";
    border-top: 20px solid #f6f3e3;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    position: absolute;
    bottom: 0;
    left: -48px
}

.salient-features {
    margin: 20px 0 50px
}

.salient-features ul {
    margin: 0 0 0 10px;
    padding: 0
}

.salient-features ul li {
    list-style: square;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: 600;
    line-height: 24px
}

.carousel-inner .carousel-item img {
    width: 100%;
    height: 650px;
    object-fit: cover
}

#accordion4 .panel {
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin: 0 0 10px;
    overflow: hidden;
    position: relative
}

#accordion4 .panel-heading {
    padding: 0;
    border: none;
    border-radius: 0;
    margin-bottom: 10px;
    z-index: 1;
    position: relative
}

#accordion4 .panel-heading:before,
#accordion4 .panel-heading:after {
    content: "";
    width: 50%;
    height: 20%;
    box-shadow: 0 15px 5px rgba(0, 0, 0, 0.4);
    position: absolute;
    bottom: 15px;
    left: 10px;
    transform: rotate(-3deg);
    z-index: -1
}

#accordion4 .panel-heading:after {
    left: auto;
    right: 10px;
    transform: rotate(3deg)
}

h4.panel-title {
    margin: 10px 0 !important
}

#accordion4 .panel-title a {
    display: block;
    padding: 15px 70px;
    margin: 0;
    background: #fff;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #d11149;
    border-radius: 0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    position: relative
}

#accordion4 .panel-title a:before,
#accordion4 .panel-title a.collapsed:before {
    content: "\f106";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 55px;
    height: 100%;
    text-align: center;
    line-height: 50px;
    border-left: 2px solid #D11149;
    position: absolute;
    top: 0;
    right: 0
}

#accordion4 .panel-title a.collapsed:before {
    content: "\f107"
}

#accordion4 .panel-title a .icon {
    display: inline-block;
    width: 55px;
    height: 100%;
    border-right: 2px solid #d11149;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.7);
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0
}

#accordion4 .panel-body {
    padding: 10px 15px;
    margin: 0 0 20px;
    border-bottom: 3px solid #d11149;
    border-top: none;
    background: #fff;
    font-size: 15px;
    color: #333;
    line-height: 27px
}

.top-footer {
    background: #000;
    padding: 120px 0;
    display: flex;
    justify-content: flex-end
}

.top-footer h2 {
    /* text-align: left; */
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 7px;
    margin-bottom: 7px;
    color: #fff;
    font-weight: 900;
    letter-spacing: 1px;

    padding: 0
}

.top-footer h2 span {
    font-size: 12px;
    color: #fff
}

.footermenu {
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    display: flex;
    justify-content: center
}

.footermenu li {
    list-style: none;
    float: left;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 5px 15px;
    color: #fff;
    margin-top: 0
}

.footermenu li a {
    color: #fff
}

.footermenu li a:hover {
    text-decoration: none
}

footer.footer {
    padding-block: 50px;
}

.footer p {
    /* color: #fff; */
    font-size: 14px;
    /* text-align: center; */
    letter-spacing: 1px;
    margin: 0
}

.footer hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #fff
}

.slider .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 20px;
    list-style: none
}

.slider .carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease
}

.slider .carousel-indicators li.active {
    opacity: 1;
}

.ami-block-bg {
    background: #eae5e4;
    background-position: center right;
    background-size: cover;
    border-radius: 1vw;
    overflow: hidden;
    margin: 10px 0;
}

.ami-block-bg .ami-block-bg-overlay {
    background-color: transparent;
    background-image: linear-gradient(0deg, #1a1a1a 0%, rgba(26, 26, 26, 1) 10%, rgba(26, 26, 26, .79) 30%, transparent 100%);
    opacity: .9;
    height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
    transition: background .3s, border-radius .3s, opacity .3s;
}

.mobile-section {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    display: none
}

.floor-img img {
    width: 100%
}

.box21 {
    text-align: center;
    position: relative;
    margin-bottom: 20px;
    padding: 20px
}

.box21:after,
.box21:before {
    content: "";
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background: rgba(187, 143, 64, .5);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0)
}

.box21:hover:after,
.box21:hover:before {
    -webkit-transform: scale(400);
    -moz-transform: scale(400);
    -ms-transform: scale(400);
    -o-transform: scale(400);
    transform: scale(400)
}

.box21:before {
    -o-transition: all .5s linear .3s;
    -moz-transition: all .5s linear .3s;
    -ms-transition: all .5s linear .3s;
    -webkit-transition: all .5s linear .3s;
    transition: all .5s linear .3s
}

.box21:hover:before {
    -moz-transition-delay: 0;
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    -ms-transition-delay: 0;
    transition-delay: 0
}

.box21:after {
    -o-transition: all .5s linear .6s;
    -moz-transition: all .5s linear .6s;
    -ms-transition: all .5s linear .6s;
    -webkit-transition: all .5s linear .6s;
    transition: all .5s linear .6s
}

.box21:hover:after {
    -moz-transition-delay: .2s;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    -ms-transition-delay: .2s;
    transition-delay: .2s
}

.box21 img {
    width: 120px;
    height: auto;
    margin-bottom: 30px;
    height: 90px
}

.box21 h2 {
    font-weight: 600;
    text-align: center;
    margin: 0 0 30px;
    padding: 0;
    font-size: 20px
}

.box21 .box-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: 0 0;
    color: #fff;
    padding-top: 25px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -ms-transition: all .3s linear 0;
    -o-transition: all .3s linear 0;
    -webkit-transition: all .3s linear 0;
    -moz-transition: all .3s linear 0;
    transition: all .3s linear 0;
    z-index: 1
}

.box21:hover .box-content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -moz-transition-delay: .4s;
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    -ms-transition-delay: .4s;
    transition-delay: .4s
}

.box21 .title {
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
    margin-top: 20px
}

.box21 .description {
    font-size: 16px;
    font-style: normal;
    padding: 0 10px;
    margin: 15px 0
}

.box21 .read-more {
    display: block;
    width: 120px;
    background: #000;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    padding: 10px 0;
    margin: 0 auto
}

.ml10 {
    position: relative;
    font-weight: 900;
    font-size: 24px;
    color: #f6f3e3;
    background-color: #000;
    width: 100%;
    padding: 15px;
    text-align: center
}

.ml10 .text-wrapper {
    position: relative;
    display: inline-block;
    padding-top: .2em;
    padding-right: .05em;
    padding-bottom: .1em;
    overflow: hidden
}

.ml10 .letter {
    display: inline-block;
    line-height: 1em;
    transform-origin: 0 0
}

.banner-text {
    position: absolute;
    bottom: 100px;
    left: 0;
    width: 30%;
    background: linear-gradient(-45deg, #73B944, #00865D, #73B944, #00865D);
    background-size: 400% 400%;
    -webkit-animation: Gradient 3s ease infinite;
    -moz-animation: Gradient 3s ease infinite;
    animation: Gradient 3s ease infinite;
    padding: 50px 25px 25px 25px;
    border: 1px solid #fff;
    border-style: dashed;
    border-left: none;
    border-radius: 0 50px 0px 50px;
}

.banner-text h1 {
    position: absolute;
    top: -23px;
    left: 0;
    width: 65%;
    background: var(--colorPrimary);
    text-align: center;
    font-size: 25px;
    text-transform: uppercase;
    padding: 8px 0px;
    font-weight: bold;
    margin: 0;
    color: #fff;
    border: 1px solid #fff;
    border-style: dashed;
    border-left: none;
}

.banner-text h2 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 25px;
    margin: 0;
}


.banner-text h3 {
    font-size: 14px;
    color: #000;
    margin: 8px 0 8px 0;
}

.banner-text ul {
    margin: 0;
    padding-left: 15px;
}

.banner-text li {
    color: #fff;
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: 600;
}

.banner-text ul:last-child {
    background: var(--colorPrimary) !important;
    padding: 14px 34px;
    box-shadow: 0 0px 15px -8px #000;
    margin-top: 14px;
}

.footer-widget p {
    color: #ccc;
    margin-bottom: 0px;
}

.moretext {
    display: none;
}

.moreless-button {
    font-weight: 600;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    margin: 8px 0 15px 0;
}

.ami-block-bg .ami-block-bg-overlay .ami-bg-name {
    display: flex;
    flex-direction: column;
    color: #ffffff;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 1px;
    border-left: 4px solid var(--colorPrimary);
    padding-left: 5px;
}




.bg-plan-content {
    background: url(../images/pattern-dot.png);
    padding: 50px;
}

.btmformdiv .form-control {
    margin-bottom: 20px;
    border-radius: 0;
    outline: none;
    background-clip: inherit;
    height: 55px;
}

.btmsbmt {
    background: #cadb2a;
    border: 0;
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
    padding: 14px 100px;
    display: block;
    margin: 8px auto;
    max-width: 100%;
}

.btmsbmt:hover {
    opacity: 0.9;
}

.img-box:before {
    /* content: ''; */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .3s;
    background: var(--theme);
    z-index: -1;
    transform: translate(10px, 10px);
    animation: pulso 3s infinite;
}

section#gallery {
    padding-block: 70px;
}


.detail-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 26px;
}

.detail-list li {
    margin-bottom: 10px;
}

@media only screen and (max-width:990px) {
    .box21 {
        margin-bottom: 30px
    }
}

@media only screen and (max-width:479px) {
    .box21 .box-content {
        padding-top: 0
    }

    p {
        text-align: justify
    }
}

@media only screen and (max-width:359px) {
    .box21 .title {
        padding-bottom: 10px
    }
}

@media (max-width:767px) {

    .inq-form .col-md-6.p-md-0 {
        display: none;

    }

    .banner-text {
        position: relative;
        bottom: 0;
        left: 0;
        width: 100%;
        /*        background: #f6f3e3b8;*/
        padding: 50px 25px 25px 25px;
        border: 1px solid #fff;
        border-style: dashed;
        border-left: none;
        border-radius: 0 50px 0px 50px;
    }
    section#overview {
        margin-block: 0;
        padding-block: 0;
        padding-top: 30px;
    }

    .img-box {
        padding-inline: 15px;
    }

    .img-box:before {
        content: none;
    }

    .modal-highlight li i {
        font-size: 40px;
    }

    .modal-highlight li span {
        font-size: 15px;
    }

    .modal-highlight-title {
        font-size: 25px;
    }

    #lifeslider .carousel-inner .carousel-item h2 {
        position: absolute;
        left: 0;
        right: 0;
        font-size: 16px;
        letter-spacing: 1.5px;
        bottom: 0;
        background: #f6f3e3;
        padding: 7px 0;
        text-align: center;
        color: var(--colorPrimary);
        text-transform: uppercase;
        font-weight: 600;
        margin: 0
    }

    .modal-body.inq-form button.close {
        position: absolute;
        z-index: 2;
        /* background: #fff; */
        width: 50px;
        height: 50px;
        border-radius: 50%;
        right: 0px;
        font-size: 60px;
        top: -10px;
        color: #fff;
    }

    .ml10 {
        position: relative;
        font-weight: 900;
        font-size: 24px;
        color: #f6f3e3;
        background-color: #000;
        text-align: center;
        width: 100%;
        padding: 15px
    }

    .payment-colm {
        height: auto;
        margin-top: 30px
    }

    .payment-colm h3 {
        padding: 20px 0
    }

    .mobile-section {
        background: #000
    }

    .menu {
        padding: 5px 0;
        background: #fff;
    }

    #lifeslider .carousel-control-next,
    .carousel-control-prev {
        top: -38px
    }

    .formbox2 input[type=button] {
        width: 28%;
        border-radius: 0;
        color: #fff;
        border: 0;
        padding: 8px;
        font-size: 16px;
        background: #000
    }

    .banner-offer h5 {
        font-size: 15px;
        text-align: center;
        letter-spacing: 1px;
        padding: 5px 0;
        color: #fff;
        font-weight: 600;
        margin: 0;
        background: #100f0f
    }

    .banner-offer {
        position: relative;
        bottom: 0;
        left: 0;
        padding: 0;
        border-radius: 0
    }

    .banner-offer h5 {
        border-radius: 0
    }

    .mobile-section .btn {
        border-radius: 0;
        border: 0
    }

    .mobile-section .btn-success {
        background: #f6f3e3;
        width: 32.5%
    }

    .life ul {
        padding: 0
    }

    .top-logo img {

        float: left
    }

    .mobile-section a .fa {
        display: inline-block;
        font-size: 16px;
        margin-bottom: 5px
    }

    .mobile-section a {
        width: 49%
    }

    .formbox {
        display: none
    }

    .carousel-inner .carousel-item img {
        height: 700px;
    }

    .frmbtn {
        margin-top: 24px;
        cursor: pointer
    }

    .sectionTitle {
        text-align: center
    }

    .sectionTitle span.icon {
        display: block;
        height: 56px;
        position: relative;
        width: 56px;
        display: inline-block;
        float: none
    }

    .sectionTitle h1 {
        margin-left: 0;
        padding: 0;
        font-size: 24px;
        line-height: 1.2em;
        font-weight: 600;
        letter-spacing: 1.5px;
        position: relative;
        margin-top: 5px
    }

    .sectionTitle h1 b {
        display: inline;
        font-size: 24px
    }

    .about {
        padding: 50px 10px
    }

    .about b {
        letter-spacing: 2px;
        font-weight: 600;
        text-align: center;
        display: block;
        font-size: 14px
    }

    .sectionTitle h1 span {
        display: inline
    }

    .formbox input[type=button] {
        width: 100%;
        border-radius: 0;
        color: #fff;
        border: 0;
        padding: 8px;
        font-size: 16px;
        background: #000
    }

    .formbox b {
        letter-spacing: 1.5px;
        font-size: 20px;
        text-align: center;
        float: none;
        padding: 7px 0 0;
        color: #000;
        display: block
    }

    .price-banner {
        background-color: rgba(255, 255, 255, 0.8);
        padding: 20px 0;
        position: relative;
        display: none;
        width: 100%;
        bottom: 0;
        z-index: 2;
        padding: 12px 0
    }

    .carousel-indicators2 ul {
        margin: 0;
        padding: 0 0 0 20px
    }

    .carousel-indicators2 .btn-gold {
        border-radius: 0;
        color: #fff;
        padding: 10px 25px;
        margin-top: 30px
    }

    .propertyPrice {
        padding: 20px 0 0;
        margin: 20px auto;
        padding-top: 0;
        position: relative
    }

    .price-banner .wrapper {
        width: 100%;
        margin: 0 auto;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        display: block
    }

    .price-banner p {
        padding: 5px 0;
        font-size: 15px;
        font-family: 'Mulish', sans-serif;
        ;
        margin: 2px 0;
        text-align: center;
        width: 100%;
        border-bottom: 1px solid #ccc
    }

    .carousel-indicators2 {
        position: relative;
        padding: 40px 25px;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        z-index: 99;
        width: 100%;
        margin: 0
    }

    .carousel-indicators2 .carousel-control-prev {
        bottom: 80px;
        top: auto;
        left: 0;
        right: 0
    }

    .carousel-control-next {
        right: 48px
    }

    .pricebc {
        position: relative;
        left: 0;
        padding: 10px 0
    }

    .owl-stage {
        -ms-touch-action: pan-Y;
        touch-action: manipulation;
        -moz-backface-visibility: hidden;
        top: 29px;
        margin-left: 0
    }

    .owl-stage .owl-item {
        position: relative;
        min-height: 1px;
        float: none;
        -webkit-backface-visibility: hidden;
        -webkit-tap-highlight-color: transparent;
        -webkit-touch-callout: none;
        margin-right: 0;
        margin-top: 0
    }

    #accordion5 .panel {
        border: none;
        border-radius: 0;
        box-shadow: none;
        margin: 0 0 15px 30px
    }

    .footermenu {
        margin: 0;
        padding: 0;
        width: 100%;
        display: block
    }

    .owlCustomWrap {
        display: none
    }

    .ebtn {
        top: 44%;
    }

    .menurow {
        position: sticky;
        top: 0;
        background: #fbda39db;
        z-index: 999;
        border-bottom: 0
    }

    .navbar-toggler {
        padding: .25rem .75rem;
        font-size: 1.25rem;
        line-height: 1;
        background-color: transparent;
        border: 1px solid#272323;
        border-radius: .25rem;
        right: 4px;
        top: 9px;
        display: block;
        position: fixed;
        z-index: 101;
    }

    .navbar {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0
    }

    .menurow {

        top: 78px;
        background: #bd9133;
        z-index: 999;

        left: 0;
        right: 0
    }

    .floor-img {
        margin-bottom: 30px
    }

    .menu li a {
        padding: 10px 15px;
        color: var(--colorPrimary);
        font-size: 16px;
        letter-spacing: 1px;
        text-align: center;
        text-transform: capitalize;
        position: relative;
        font-weight: 400;
        display: block;
        border-bottom: 1px dotted #000
    }

    .slider .carousel-indicators {
        position: absolute;
        right: 0;
        bottom: -19px;
        left: 0;
        z-index: 15;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: flex-start;
        padding-left: 0;
        margin-right: 0;
        margin-left: 0;
        list-style: none
    }

    .formbox2 {
        padding: 30px 25px;
    }

    .modal {
        position: fixed;
        top: 20px;
        left: 0;
        z-index: 1050;
        display: none;
        width: 100%;
        height: 100%;
        overflow: hidden;
        outline: 0;
        margin: 0 !important;
    }

    #accordion5 .panel-title a {
        display: block;
        padding: 5px 20px 5px 30px;
        font-size: 16px;
        line-height: 22px;
        font-weight: 400;
        letter-spacing: 1px;
        color: #fff;
        position: relative
    }

    h4.panel-title {
        margin: 30px 0 !important
    }

    #accordion5 .panel-title a:before,
    #accordion5 .panel-title a.collapsed:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 50%;
        font-size: 13px;
        color: var(--colorPrimary);
        text-align: center;
        border-right: 3px solid #fff;
        position: absolute;
        top: -6px;
        left: -30px;
        z-index: 1;
        transition: all .3s ease 0
    }

    .Highlights h2 {
        font-size: 15px;
        text-align: center;
        font-weight: 600
    }

    .footer h2 {
        text-align: center;
        font-size: 14px;
        color: #f6f3e3;
        font-weight: 900;
        letter-spacing: 4px;
        margin: 0;
        padding: 0
    }

    .footer h2 span {
        font-size: 12px;
        color: #fff
    }

    .formbox h6 {
        font-size: 16px;
        margin-top: 15px;
        text-align: center;
    }

    .formbox h3 {
        font-size: 16px;
        margin-top: 15px
    }

    .formbox h4 {
        font-size: 18px
    }

    .formbox h5 {
        font-size: 18px;
        background: var(--colorPrimary);
        padding: 8px 0px;
    }

    .propertyPrice .slide .box ul li:last-child a {
        color: #000;
        text-align: center
    }

    .propertyPrice .slide .box ul li span {
        color: #000;
        display: block;
        font-size: 16px;
        padding: 7px 0 0
    }

    .propertyPrice .slide .box ul li {
        color: var(--colorPrimary);
        font-size: 16px;
        padding: 0 0 5px;
        width: 100%;
        margin-right: 5px;
        list-style: none
    }

    .footermenu li {
        list-style: none;
        float: none;
        font-size: 16px;
        letter-spacing: 1px;
        padding: 5px 0;
        color: #fff;
        text-align: center
    }

    #lifeslider {
        margin-top: 20px
    }

    .life {
        position: relative;
        margin: 40px auto
    }

    .lifebg {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 159px;
        z-index: -9
    }

    .salient-features ul li {
        list-style: square;
        letter-spacing: 1px;
        font-size: 15px;
        font-weight: 600;
        line-height: 24px;
        text-align: justify
    }

    .footer p {
        padding-block: 20px;
    }

    footer.footer {
        padding-bottom: 100px;
    }

    footer.footer .logo img {
        width: 30%;
        margin-bottom: 20px;
    }

    .mobilenodk {
        top: 88%;
    }
}

@media(min-width:1500px) and (max-width:1920px) {
    .formbox h5 {
        text-align: center;
        font-size: 22px;
        margin: 8px 0;
        color: #fff;
        font-weight: 600;
        background: var(--colorPrimary);
        padding: 8px 0px;
    }

    .input-container {
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        margin: 10px auto
    }

    .formbox input[type=text] {
        border-radius: 0;
        color: #000;
        border: 0;
        padding: 8px;
        font-size: 16px;
        /*background: transparent;
	border-bottom: 1px solid #ccc;
	-webkit-text-fill-color: #fff*/
        ;
        height: 60px
    }

    #gallery2 ul li {
        line-height: 20px
    }

    .formbox h2 {
        font-size: 26px;
        text-align: center;
        letter-spacing: 1.5px;
        padding: 5px 0;
        font-weight: 500;
        margin: 0
    }

    .formbox h4 {
        font-size: 18px;
        text-align: center;
        letter-spacing: 1.5px;
        padding: 5px 0;
        font-weight: 500;
        margin: 5px 0
    }

    .formbox h3 {
        font-size: 16px;
        text-align: center;
        letter-spacing: 1.5px;
        padding: 5px 0;
        font-weight: 500;
        margin: 0
    }

    .formbox h6 {
        font-size: 16px;
        text-align: center;
        letter-spacing: 1.5px;
        padding: 5px 0;
        font-weight: 500;
        margin: 0
    }

    .frmbtn {
        margin-top: 40px
    }

    .container {
        /* max-width: 93%; */
    }
}

@media only screen and (max-width:1600px) {
    .formbox input[type=text] {
        border-radius: 0;
        color: #000;
        border: 0;
        padding: 8px;
        font-size: 16px;
        border-bottom: 1px solid #ccc;
        height: 40px
    }
}

@media (min-width:992px) {
    .ami-block-bg .ami-block-bg-overlay {
        height: 15vw;
    }

    .ami-block-bg .ami-block-bg-overlay .ami-bg-name {
        font-size: 1vw;
        letter-spacing: .1vw;
        padding-left: 0.5vw;
    }
}

.aminitest-sec .carousel-indicators2 li {
    margin-top: 8px;
    font-size: 14px;
    color: #000;
}

.formbox .input-field::placeholder {
    color: #000 !important
}

@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(calc(-250px * 7));
        transform: translateX(calc(-250px * 7))
    }
}

@keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(calc(-250px * 7));
        transform: translateX(calc(-250px * 7))
    }
}

.award-sec .slider {
    background: #fff;
    margin: auto;
    overflow: hidden;
    position: relative
}

.award-sec .slider::before,
.slider::after {
    content: "";
    height: 100px;
    position: absolute;
    width: 200px;
    z-index: 2
}

.award-sec .slider::after {
    right: 0;
    top: 0;
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg)
}

.award-sec .slider::before {
    left: 0;
    top: 0
}

.award-sec .slider .slide-track {
    -webkit-animation: scroll 40s linear infinite;
    animation: scroll 40s linear infinite;
    display: flex;
    width: calc(250px * 14)
}

.award-sec .slide {
    border: 1px solid #ccc;
    margin: 10px 0;
    padding: 10px
}

.award-sec .slider h2 {
    text-align: center;
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 15px
}

.award-sec {
    padding-bottom: 60px
}

.floor-img {
    margin-bottom: 30px;
    border: 1px solid #ccc
}

.panel-body.row ul {
    margin-left: 0;
    padding-left: 0
}

.feature-text h3 {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #000;
    text-transform: uppercase;
    margin: 0 0 15px
}

.feature-colm img {
    width: 100%
}

.feature-sec {
    padding: 0 0 20px
}

.feature-colm-right ul {
    padding: 0
}

.feature-colm-right li {
    margin-bottom: 10px
}

#accordion5 .panel-body img {
    margin: auto;
    text-align: center;
    display: block
}

.panel-body.row img {
    width: 100%
}

.life .container.services .collapse:not(.show) {
    display: block
}

.panel-default iframe {
    height: 325px;
}

@media(min-width:1300px) and (max-width:1500px) {
    .price-banner p {
        padding: inherit;
        color: #000;
        font-size: 10px;
        margin: 0 15px 0 0;
        text-transform: uppercase;
    }

    .ml10 {
        position: relative;
        font-weight: 900;
        font-size: 24px;
        color: #f6f3e3;
        background-color: #000;
        width: 100%;
        padding: 15px;
        text-align: center
    }
}

img.img-fluid.form-logo {
    width: 40%
}

img.img-fluid.floor-plan {
    width: 49%;
}

@media(max-width:1280px) {
    .aminitest-sec .carousel-indicators2 li {
        margin-top: 5px !important;
        font-size: 12px !important;
    }
}

@media(max-width:1366px) {
    .aminitest-sec .carousel-indicators2 li {
        margin-top: 1px;
        font-size: 14px;
    }
}

@media(max-width:768px) {
    .panel-default iframe {
        height: 305px !important;
    }

    #accordion5 .panel-body {
        padding: 0px !important;
        margin: 0px 0 0 10px !important;
    }

    .panel-body.row p {
        text-align: justify;
        font-size: 14px;
    }

    img.img-fluid.floor-plan {
        width: 100%;
    }

    .aminitest-sec .carousel-indicators2 li {
        margin-top: 12px !important;
        font-size: 14px !important;
    }
}

.heading {
    position: relative;
    color: #000;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.2em;
}

#lifeslider img {
    height: 550px;
    object-fit: cover
}

table,
th,
td {
    /*    border: 1px solid #c08831;*/
    text-align: center;
    padding: 15px 0;
    color: #000;
}

.inner-column {
    position: relative;

}

.title-column {
    background: #eee;
    margin-bottom: 0;
}

.floor {
    background: url(../images/footer2.jpg);
    padding: 25px;
    background-size: cover;
}

.fluid-section-one .content-column {
    position: relative;
    /*
	float:right;
	width:50%;
*/
}

.fluid-section-one .content-column .inner-box {
    position: relative;
    max-width: 700px;
    padding: 40px 46px 60px 70px;
}

.fluid-section-one .content-column .inner-box h2 {
    position: relative;
    color: #000;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 15px;
}

.fluid-section-one .content-column .inner-box .text {
    position: relative;
    color: #444;
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 50px;
}

.featured-block .featured-inner h3 {
    position: relative;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 28px;
    padding-left: 28px;
    border-left: 6px solid;
    border-color: var(--theme);
}

.featured-block {
    position: relative;
    margin-bottom: 50px;
}

.featured-block .featured-inner .featured-text {
    position: relative;
    padding-left: 21px;
    color: #444;
    font-size: 16px;
    line-height: 1.8em;
}

.mt-80 {
    margin-top: 80px
}

.gallery {
    margin-bottom: 30px;
}


.EB1,
.Cl1 {
    cursor: pointer;
}

.Content {
    width: 30%;
    height: auto;
    /*    overflow: hidden;*/
    padding: 12px 30px 30px 30px;
    /*    background: #ff5821;*/
    border-radius: 4px;
    /*    color: #fff;*/
    position: fixed;
    z-index: 10000;
    right: -15%;
    top: 60%;
    transform: translate(-50%, -50%);
    display: none;
}

.mobilenodk {
    position: fixed;
    left: 0px;
    color: #fff;
    top: 90%;
    font-size: 14px;
    line-height: 1;
    /*    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);*/
    z-index: 99;
    transition: all 0.3s;
    padding: 10px 11px 12px 12px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    height: 37px;
}

.gallery img {
    width: 100%;
    outline: 2px solid var(--theme);
    outline-offset: -17px;
    height: 350px;
    object-fit: cover;
}

@media(max-width:767px) {

    .navbar-toggler {
        background: #000;
        color: #fff;
        border-radius: 0;
        padding: 10px 8px;
        top: 17px;
        right:20px;
        border: 0;
    }

    .navbar-toggler .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
        background: #fff
    }

    .navbar-toggler .icon-bar+.icon-bar {
        margin-top: 4px;
    }

    #lifeslider img {
        height: 250px
    }

    .fluid-section-one .content-column .inner-box {
        padding: 20px 20px 20px 20px;
    }

    .inner-column {
        padding: -1px;
    }

    .top {
        position: fixed;
        top: 0;
        z-index: 100;
        width: 100%;
    }

    .top-logo img {
        float: none;
        width: 30%;
    }

    .heading,
    .fluid-section-one .content-column .inner-box h2 {
        font-size: 26px
    }

    .gallery img {
        height: 330px
    }

    .floor2 img {
        margin-bottom: 30px
    }
}

.detail-list li span {}