@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@200;300;400;500;600&display=swap');


:root {
    --primary_font: 'Lexend', sans-serif;
    --secondary_font: 'Libre Baskerville', serif;
}

html,
body {
    padding: 0;
    margin: 0;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
    font-weight: 300;
    color: #000;
    font-family: var(--primary_font);
    font-style: normal;
    line-height: 28px;
}

p,
li {
    margin-bottom: 15px;
    letter-spacing: 0.2px;
}

img {
    max-width: 100%;
}

a,
img,
button,
banner-home-2-mob input[type="submit"] {
    text-decoration: none;
    outline: none;
    border: 0;
    transition: 0.2s ease;
}

b,
strong {
    font-weight: 700;
}

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

a:focus,
a:hover {
    text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--secondary_font);
}

p,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
dt,
dd {
    padding: 0;
    margin: 0;
}

input,
textarea,
select,
button {
    font-family: katarine-web, sans-serif;
}



.container {
    max-width: 1200px;
    margin: 0px auto;
    padding: 0 20px;
}

.container.small {
    max-width: 850px;
    padding: 0 20px;
}

.container.medium {
    max-width: 1000px;
    padding: 0 20px;
}

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

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

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

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

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

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

.text-uppercase {
    text-transform: uppercase;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-italic {
    font-style: italic;
}

.text-light {
    font-weight: 300;
}

.text-medium {
    font-weight: 400;
}

.text-bold {
    font-weight: 500;
}

.text-bolder {
    font-weight: 800;
}

.text-black {
    color: #000;
}

.text-gray {
    color: #555;
}

.text-white {
    color: #fff !important;
}

.text-blue {
    color: #35ace3;
}

.relative {
    position: relative;
}

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

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

.center-block {
    float: none !important;
    display: block;
    margin: 0 auto;
}

.bg-white {
    background-color: #fff;
}

.bg-cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.col-1 {
    width: 8.333333333333333%;
}

.col-2 {
    width: 16.66666666666667%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.33333333333333%;
}

.col-5 {
    width: 41.66666666666667%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.33333333333333%;
}

.col-8 {
    width: 66.66666666666667%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.33333333333333%;
}

.col-11 {
    width: 91.66666666666667%;
}

.col-12 {
    width: 100%;
}

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

.w70 {
    width: 70%;
}

.w30 {
    width: 30%;
}

.margintop-30 {
    margin-top: 30px;
}

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

.col-md-offset-2 {
    margin-left: 16.66666666666667%;
}

.col-md-offset-1 {
    margin-left: 8.333333333333333%;
}

section {
    width: 100%;
    display: block;
}

section.padding {
    padding: 70px 0px;
}

section.padding-top {
    padding: 120px 0 70px 0;
}

.pos-rel {
    position: relative;
}

.pos-abs {
    position: absolute;
}

.pos-fix {
    position: fixed;
}

.bottom {
    bottom: 0;
}

.top {
    top: 0;
}

.left {
    left: 0;
}

.right {
    right: 0;
}

.visible-xs {
    display: none !important;
}

.visible-sm {
    display: none;
}

.hidden-xs {
    display: block;
}

.hidden-portrait {
    display: block !important;
}

.visible-portrait {
    display: none !important;
}

.mg-lt-10 {
    margin-left: 10px;
}

.row:before,
.row:after {
    display: table;
    content: " ";
}

.row:after,
.clearfix {
    clear: both;
}

.parallaxbg {
    background-attachment: fixed;
}

.disptable {
    display: table;
}

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

.vert-middle {
    vertical-align: middle;
}

.disp-block {
    display: block;
}

header {
    z-index: 999;
}

header ul.nav-links.col-12 {
    padding: 0;
}

.header_section_wrap {
    height: 79px;
    display: block;
    position: relative;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #FFF;
    transition: all 0.6s ease-in-out;
    padding: 20px 0;
}

.sticky-header {
    box-shadow: 0px 5px 16px -5px rgb(0 0 0 / 42%);
}

.sticky-header .header-logo a {
    box-shadow: 0 11px 14px -9px rgb(0 0 0 / 35%);
    width: 120px;
}

.header-top,
.menu-links {
    text-align: right;
}

.nav-links {
    text-align: right;
    display: inline-block;
}

.nav-links li {
    list-style: none;
    display: inline-block;
    margin: 0;
}

/*header .nav-links li a.active:after {
    background-color: #FF9429;
    content: '';
    width: 100%;
    height: 4px;
    left: 0px;
    bottom: -4px;
    position: absolute;
}*/
.header-logo a {
    position: absolute;
    left: 50%;
    top: -46px;
    transform: translateX(-50%);
    background: #FFF;
    width: 150px;
    padding: 10px;
    border-radius: 11px;
}

.header-logo a .sidelogo {
    width: 100%;
    display: block;
}

.nav-links li a {
    cursor: pointer;
    margin-right: 22px;
    padding-bottom: 0;
    position: relative;
    letter-spacing: 0.6px;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    display: block;
    text-transform: uppercase;
    bottom: -3px;
}

.nav-links li img {
    width: 38px;
}

.nav-links li.callnow a {
    font-size: 18px;
    letter-spacing: 0;
    color: #15735f;
    font-weight: 600;
    margin-right: 15px;
}


.nav-links li a.active {
    color: #15733f;
}

.has-submenu {
    position: relative;
}

.has-submenu a {
    font-weight: 600 !important;
    color: #FF9429 !important;
}

.has-submenu img {
    width: 11px;
    vertical-align: middle;
}

.my_menu {
    display: none;
    position: absolute;
    z-index: 1;
    left: 0;
    text-align: left;
    width: 235px;
    padding-left: 0px;
    background-color: #fff;
    top: calc(100% + 0px);
    box-shadow: 1px 5px 9px #333;
}

.my_menu li {
    list-style: none;
    display: block;
}

.my_menu a {
    padding: 10px 16px !important;
    margin: 0px 0 !important;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    font-size: 13px;
    vertical-align: top;
    line-height: 24px;
    border-bottom: 1px solid #000;
}

.my_menu li:last-child a {
    border-bottom: 0px;
}





.nav-links li:nth-child(6),
.nav-links li:nth-child(7),
.nav-links li:nth-child(8) {
    position: relative;
    top: 15px;
    vertical-align: text-bottom;
}


/*.has-submenu:hover .my_menu{
  display: block;
}*/
.contactDiv {
    text-align: right;
    display: inline-block;
}

.contactDiv span {
    color: #000;
    font-size: 14px;
    font-weight: 600;
}

span.contact {
    position: relative;
    vertical-align: middle;
}

.contact img {
    vertical-align: middle;
    margin-right: 3px;
}

.burger-menu {
    display: none;
    padding: 7px 8px;
    background-color: #123362;
}

.bar1,
.bar2,
.bar3 {
    width: 20px;
    height: 2px;
    background-color: #15733f;
    margin: 4px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-4px, 6px);
    transform: rotate(-45deg) translate(-4px, 6px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-3px, -5px);
    transform: rotate(45deg) translate(-3px, -5px);
    width: 20px;
}

a.enquire.hidden-xs {
    width: 20%;
    margin: auto;
    border: 2px solid white;
}


.floating-enquire-wrapper {
    position: fixed;
    right: 19.5%;
    top: 11%;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 5px;
    display: none;
    z-index: 199;
    width: 300px;
    min-height: auto;
}

.col-12.footer-call-enquire {
    display: none;
}

.floating-enquire-wrapper {
    position: fixed;
    right: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 5px;
    display: none;
    z-index: 199;
    width: 100%;
    min-height: 100%;
}

.popup-inner {
    width: 400px;
    height: 400px;
    background-color: #fff;
    border-radius: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.form_group_wrap label {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    color: #000;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.selform_group_wrapldof .title {
    font-size: 16px;
    margin-bottom: 5px;
    text-transform: uppercase;
    padding: 0 15px;
    text-align: left;
    color: #000;
    margin-bottom: 20px;
}

input.form-control {
    height: 45px !important;
    color: #000 !important;
    margin-bottom: 5px;
}
select {
    appearance: auto !important;
}
.floating-enquire-wrapper span.country-name {
    color: #000 !important;
}

.form_group_wrap .btn {
    margin-top: 5px !important;
    width: 100%;
    border-radius: 0;
}

.form_group_wrap .has-error .help-block,
.form_group_wrap .has-error .control-label,
.form_group_wrap .has-error .radio,
.form_group_wrap .has-error .checkbox,
.form_group_wrap .has-error .radio-inline,
.form_group_wrap .has-error .checkbox-inline {
    color: #a94442;
    text-align: left;
    position: absolute;
    margin-top: 15px;
    /* top: 50px; */
}

.form_group_wrap .help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
    position: absolute;
    top: 50px;
}

div.contents {
    margin-bottom: 20px;
}

.header-call-me {
    margin-top: 20px;
}

.header-call-me a {
    font-weight: 800;
    color: #A37E42;
    font-size: 16px;
    line-height: 22px;
}

.header-call-me a img {
    vertical-align: middle;
    margin-right: 5px;
}

.header-call-me a span {
    padding: 0 15px;
}

.call-icon {
    background-color: #15733f;
    width: 44px;
    height: 42px;
    text-align: center;
    line-height: 30px;
    padding: 12px 9px 11px !important;
    margin-right: 5px !important;
}

.theme-btn.header-enquire-btn {
    height: auto !important;
    color: #fff !important;
    font-weight: 600 !important;
    padding: 10px 20px !important;
    font-size: 12px !important;
    border: none !important;
    font-family: var(--primary_font) !important;
    border-radius: 50px;
    bottom: 0;
    margin-right: 0;
}

.header-logo {
    position: relative;
    text-align: center;
}

.call-no {
    display: none;
    position: absolute;
    background-color: #fff;
    width: 155px;
    padding: 10px;
    text-align: center;
}

p.call-no a {
    color: #000;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 17px;
}

/* #home .slider,
#home {
    height: 100vh;
    background-position: center center;
    background-size: cover;
    position: relative;
} */

/* .home:after {
    background: transparent linear-gradient(180deg, #000000 0%, #00000080 100%) 0% 0% no-repeat padding-box;
    opacity: 0.59;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
} */

/* .banner-slider .slider:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 15%);
} */

/* ---------------------------------------------  */
.offer-svg {
    position: absolute;
    bottom: 0px;
    right: 50px;
    z-index: 9;
    width: 200px;
}


/* -------------------------------------------------  */
.banner-slider {
    position: relative;
}

/*
.slider1 {
    background-image: url(../images/banner-image-new.jpg);
    background-repeat: no-repeat;
    background-size: cover !important;
}

.slider2 {
    background-image: url(../images/banner-home-2.html);
} */

.banner-caption {
    position: absolute;
    width: 100%;
    top: 40%;
    transform: translateX(-50%);
    left: 50%;
    z-index: 9;
    padding: 20px;
    text-align: center;
}

.banner-slider .slick-arrow {
    text-indent: -9999px;
    background-color: #FFF;
    background-repeat: no-repeat;
    width: 50px;
    background-size: contain;
    height: 50px;
    background-position: center;
    cursor: pointer;
    z-index: 9;
    border-radius: 50%;
    bottom: 50%;
    transform: translateY(50%);
    background-size: 20px;
    background-position: center;
}

.banner-slider .slick-prev {
    position: absolute;
    left: 60px;
    background-image: url(../images/left-arrow.png);
}

.banner-slider .slick-next {
    position: absolute;
    right: 60px;
    background-image: url(../images/right-arrow.png);
}

.banner-slider .slick-arrow:hover {
    box-shadow: 0 0 18px 1px #15733f;
}

.banner-caption h1 {
    text-transform: uppercase;
    font-size: 46px;
    line-height: 53px;
    text-align: center;
    color: #FFFFFF;
    font-weight: 400;
    text-shadow: 0px 6px 15px #00000077;
    font-family: 'Cinzel', serif;
}

.banner-caption h2 {
    letter-spacing: 0px;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    font-weight: 600;
    background: #15735f 0% 0% no-repeat padding-box;
    border: 1px solid #FFFFFF74;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 6px;
    display: inline-block;
    margin: 10px auto;
}

.banner-caption p {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
}

.banner-box {
    background: #15735f 0% 0% no-repeat padding-box;
    border: 1px solid #FFFFFF74;
    width: 400px;
    margin: auto;
}

p.tc-apply {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}

.col-12.scrol-down {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    height: 62px;
    width: 40px;
    z-index: 9;
}

span.next-sec {
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 62px;
    background: #A37E42;
    border-radius: 20px;
    cursor: pointer;
}

span.next-sec img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

p.artistic-impression {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    background-color: #000;
    padding: 5px;
    font-size: 10px;
    z-index: 2;
}

p.banner-rera {
    position: absolute;
    top: 50px;
    right: 60px;
    color: #fff;
    z-index: 3;
    text-align: left;
    font-size: 8px;
    letter-spacing: 1.5px;
    background: rgb(0 0 0 / 50%);
    padding: 10px;
    margin: 0;
    line-height: 15px;
    font-weight: 400;
}

p.promoter-txt {
    position: absolute;
    top: 150px;
    left: 23px;
    color: #fff;
    z-index: 3;
    text-align: center;
    font-size: 12px;
}

.sec-small-title {
    letter-spacing: 2.8px;
    color: #15733f;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.sec-title {
    font-family: 'Cinzel', serif;
    color: #15735f;
    font-size: 42px;
    line-height: 50px;
    font-weight: 600;
    margin: 10px 0;
}

.sec-desc {
    font-size: 16px;
    line-height: 26px;
    color: #696969;
}

.theme-btn,
.form_group_wrap .btn {
    color: #FFF !important;
    text-transform: uppercase;
    background: #15735F;
    font-size: 14px;
    line-height: 19px;
    font-weight: 600;
    height: 42px;
    padding: 11px 22px;
    display: inline-block;
    cursor: pointer;
    font-family: var(--primary_font);
}

.iti__country {
    font-size: 12px;
}

.iti {
    width: 100% !important;
}

.form-control {
    outline: none;
}

.overview-left {
    padding-left: 67px;
}

.overview-1 {
    position: relative;
    z-index: 3;
}

.overview:after {
    background-color: #FAFAFA;
    mix-blend-mode: multiply;
    height: 180px;
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    content: '';
}

.overview-2 {
    text-align: right;
    margin-top: -100px;
    z-index: 1;
    position: relative;
}

.lifestyle-desc {
    font-size: 18px;
    line-height: 28px;
    color: #1F1F1F;
}

.lifestyle-wrap {
    position: relative;
}

.lifestyle-wrap:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 181px;
    background-color: #fff;
    width: 100%;
    z-index: -1;
}

.lifestyle-slider .slick-slide {
    margin: 0 15px;
    position: relative;
}

.lifestyle-slider .slick-slide p {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    position: absolute;
    top: 80%;
    width: 100%;
    color: #fff;
}

.img-tag {
    position: absolute;
    right: 4px;
    bottom: 8px;
    font-size: 12px !important;
    line-height: 10px !important;
    color: #000 !important;
    top: unset !important;
    text-align: right !important;
}

.img-tag.text-white {
    color: #fff !important;
}

/* .amenities {
    margin-top: 30px;
} */

.amenities-slider .slick-slide {
    margin: 0 30px;
}

.amenities-inner {
    position: relative;
}

.amenities-inner>p {
    position: absolute;
    left: 15px;
    bottom: 15px;
    background: #000;
    padding: 7px 21px;
    line-height: 1.3;
    color: #FFF;
    font-size: 16px;
    letter-spacing: 0.1px;
    text-align: center;
}


.amenities-slider .slick-arrow,
.lifestyle-slider .slick-arrow {
    text-indent: -9999px;
    background-color: transparent;
    background-repeat: no-repeat;
    width: 54px;
    background-size: auto;
    height: 46px;
    background-position: center;
    cursor: pointer;
    z-index: 9;
    bottom: -60px;
    border: 1px solid #15733f;
    background-color: #fcfaee;
}

.amenities-slider .slick-arrow:hover,
.lifestyle-slider .slick-arrow:hover {
    background-color: #15733f;
}

.amenities-slider .slick-prev,
.lifestyle-slider .slick-prev {
    position: absolute;
    background-image: url(../images/long-arrow-left.svg);
}

.amenities-slider .slick-prev:hover,
.lifestyle-slider .slick-prev:hover {
    background-image: url(../images/long-arrow-left-white.svg);
}

.amenities-slider .slick-prev {
    top: calc(50% - 20px);
    transform: translateY(-50%);
    left: 17%;
}

.lifestyle-slider .slick-prev {
    display: block;
    left: -20px;
    top: 0;
    outline: none;
}

.amenities-slider .slick-next,
.lifestyle-slider .slick-next {
    position: absolute;
    background-image: url(../images/long-arrow-right.svg);
}

.amenities-slider .slick-next:hover,
.lifestyle-slider .slick-next:hover {
    position: absolute;
    background-image: url(../images/long-arrow-right-white.svg);
}

.amenities-slider .slick-next {
    top: calc(50% - 20px);
    transform: translateY(-50%);
    right: 17%;
    outline: none;
}

/*Site Visit Start*/
.selldof .title {
    display: none;
}

#siteVisit {
    z-index: 1;
    padding-top: 0;
}

.site-visit-form-wrapper input.form-control {
    height: 42px !important;
}

.site-visit-form-wrapper {
    padding-top: 30px;
}

.site-visit-form-wrapper .selldof_row {
    width: 20%;
    float: left;
}

.site-visit-form-wrapper .selldof .btn {
    margin-top: 21px !important;
    width: 100%;
}

.bootstrap-datetimepicker-widget {
    position: absolute;
    z-index: 99;
    background-color: #fff;
    width: 400px;
    right: 0
}

.selldof .datepicker {
    margin-right: 0 !important
}

.selldof .timepicker-picker {
    margin-top: 47px !important;
    margin-bottom: 15px;
    padding-left: 20px !important
}

.selldof .datepicker,
.selldof .timepicker {
    position: relative;
    width: 185px !important
}

.done-button {
    background-color: #708e5b;
    color: #fff;
    line-height: 24px;
    border-radius: 5px;
    cursor: pointer;
    text-align: center
}

.timepicker-hours,
.timepicker-minutes {
    padding-right: 60px
}

/*Site Visit End*/

.lifestyle-slider .slick-next {
    display: block;
    left: -20px;
    top: 70px;
    outline: none;
}

.lifestyle-slider:after {
    position: absolute;
    content: '';
    left: -5px;
    top: 0;
    height: 100%;
    background-color: #fcfaee;
    width: 60px;
}

.specifications.padding {
    padding: 400px 0 50px 0px;
}

.specifications {
    background-size: cover;
    background-position: center;
}

.specifications_text {
    background: rgb(0 0 0 / 50%);
    padding: 20px;
}

.specifications_text .sec-title {
    font-size: 30px;
    line-height: 38px;
    margin: 4px 0;
}

.specifications_text h2 {
    margin-top: 0;
    font-weight: 800;
}

.location {
    background: #FAFAFA 0% 0% no-repeat padding-box;
    mix-blend-mode: multiply;
    height: 886px;
}

.location iframe {
    margin-top: -320px;
}

ul.location-list {
    margin-top: 110px;
}

ul.location-list li {
    list-style: none;
    margin: 15px 0 0px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #15735f36;
    padding-bottom: 15px;
}

ul.location-list li:last-child {
    border-bottom: 0px solid;
}

.location-inner {
    float: left;
    width: 100%;
}

.location-inner div {
    width: 82px;
    float: left;
    text-align: center;
}

.location-inner div img {
    width: 44px;
}

.location-inner p {
    color: #15735f;
    font-size: 20px;
    line-height: 25px;
    width: calc(100% - 95px);
    float: left;
}

.aboutus {
    position: relative;
    padding: 50px 0;
}

.aboutus,
div#footerbottom {
    background: #15735f;
}

section.padding.aboutus {
    padding: 55px 0px;
}

.aboutus .sec-desc {
    font-size: 15px;
    line-height: 25px;
    text-align: justify;
    color: #FFF;
}



.rera-info {
    font-size: 12px;
    line-height: 15px;
    color: #fff;
}

.aboutus .brand-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

div#footerbottom {
    color: rgba(255, 255, 255, 0.7);
    padding:8px 0 30px 0;
    border-top: 1px solid rgb(255 255 255 / 12%);
}

.disclaimerfooterbottom {
    position: absolute;
    bottom: 0;
}

div#footerbottom p {
    font-weight: 300;
    color: #FFF;
}

div#footerbottom p a {
    color: #FFF;
}

.copyright {
    font-weight: 500;
    font-size: 14px;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.7);
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
}

.footer-links a:hover {
    color: #FFF;
}

.divider {
    margin: 0px 0 5px;
    border-bottom: 1px solid #ababab;
}

.mg-tp-0 {
    margin-top: 0px;
}

.mg-tp-10 {
    margin-top: 10px;
}

.mg-tp-20 {
    margin-top: 20px;
}

.mg-tp-30 {
    margin-top: 30px;
}

.mg-tp-40 {
    margin-top: 40px;
}

.mg-tp-50 {
    margin-top: 50px;
}

.mg-bt-10 {
    margin-bottom: 10px;
}

.mg-bt-20 {
    margin-bottom: 20px;
}

.mg-bt-30 {
    margin-bottom: 30px;
}

.mg-bt-40 {
    margin-bottom: 40px;
}

.mg-bt-50 {
    margin-bottom: 50px;
}

.mg-tp-150 {
    margin-top: 150px;
}

.mg-tp-100 {
    margin-top: 100px;
}

.mg-tp-150-minus {
    margin-top: -150px;
}

.pd-rt-20 {
    padding-right: 20px;
}

.pd-lt-20 {
    padding-left: 20px;
}

.modal-header {
    padding: 25px 30px;
    /* background: #15735f; */
    /* border-radius: 5px 5px 0 0; */
    /* justify-content: center; */
    border: none;
    padding-bottom: 0;
}

.modal-title {
    margin: 3px 0 10px 0;
    line-height: 1.5;
    font-size: 23px;
    color: #15735f;
    text-transform: capitalize;
    text-align: center;
    font-weight: 600;
    position: relative;
}
.modal-title:before {
    content: '';
    width: 34px;
    height: 3px;
    background: #15735f;
    position: absolute;
    bottom: -4px;
    left: 0;
}

.overlay .title {
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
    letter-spacing: 0.3px;
}

.modal-header .btn-close {
    padding: .5rem .5rem;
    margin: -.5rem -.5rem -.5rem auto;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

/* .btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: .25rem;
    opacity: .5;
    cursor: pointer;
} */

.modal-header .btn-close {
    position: absolute;
    top: -2px;
    right: -2px;
    color: #fff;
    background: #15735f;
    opacity: 1;
    font-weight: 800;
    width: 25px;
    height: 25px;
    line-height: 25px;
    padding: 0;
    border-radius: 2px;
    cursor: pointer;
    font-size: 14px;
    outline: none !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.modal-body .mb-3 {
    position: relative;
}

.form-label {
    margin-bottom: .5rem;
    display: block;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px);
}

label.error {
    color: red;
    position: absolute;
    bottom: -16px;
    font-size: 12px;
    letter-spacing: 0.6px;
}

.overlay,
.footer-link {
    display: none;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99999;
    top: 0;
    left: 0;
}

.enquiry_form_in {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#popup {
    width: 520px;
    background-color: #fff;
    border-radius: 5px;
    position: relative;
    max-width: 88%;
}

#popup .brochure-form-wrapper {
    background: #f4f4f4;
}

#popup .brochure-form-wrapper .form-control {
    background: #fff;
    border: 1px solid #ced4da;
    border-radius: 0;
}

.iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px;
    font-size: 12px;
    margin-top: 3px;
}


#disclmair-popup p {
    padding: 20px 20px 0;
    margin-bottom: 0;
}

#disclmair-popup #popup {
    width: 50%;
}

.disclaimer-wrap {
    margin-top: 100px;
}

.thankyou {
    padding: 20px 30px 0;
    text-align: center;
}

.sticky-download-btn {
    position: fixed;
    right: -81px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    z-index: 9;
}

.sticky-download-btn a {
    letter-spacing: 1.2px;
}

.disclaimer-wrap h2 {
    font-size: 20px;
    line-height: 30px;
    margin-top: 15px;
}

.disclaimer-wrap ul {
    padding-left: 30px;
}

.form_group_wrap {
    padding: 30px;
    padding-top: 15px;
}

.form_group_wrap .form-control {
    display: block;
    width: 100%;
    height: 34px;
    font-size: 15px;
    line-height: 1.42857143;
    padding: 6px 12px;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

body.inside_page {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
}

body.inside_page footer {
    display: contents;
}

.thankyou_sect {
    padding: 70px 0;
    margin-top: 0;
    text-align: center;
}

.thankyou_sect h2 {
    text-align: center;
    font-weight: 700;
    margin-top: 0;
    font-size: 20px;
    margin-bottom: 25px;
}

.thankyou_sect img {
    width: 150px;
    margin: auto;
    margin-bottom: 25px;
    padding: 10px 18px;
}

.thankyou_page {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
}

.thankyou_sect h1 {
    font-weight: 800;
    font-size: 50px;
    margin-bottom: 13px;
    margin-top: 0;
    line-height: 1;
}

.thankyou_sect a {
    margin: 0 4px;
    padding: 12px 20px;
    display: inline-block;
    background: #15735f;
    color: #FFF;
    transition: all 0.5s ease;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
}

.thankyou_sect a:hover {
    opacity: 0.8;
}


.floating_phone {
    position: fixed;
    bottom: 40px;
    right: 50px;
    width: 50px;
    height: 50px;
    padding: 12px;
    background: #15735f;
    border-radius: 50%;
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 40%);
    transition: all 0.5s ease;
    z-index: 9;
}

.floating_phone img {
    width: 100%;
}

.floating_phone:hover {
    box-shadow: 0 0 35px 5px rgb(0 0 0 / 50%);
    background: #15733f;
}

.slider_overlay {
    position: absolute !important;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    padding: 24px !important;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider_overlay h1 {
    color: #FFF;
    font-size: 50px;
}

.slider_overlay h2 {
    color: #FFF;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 0;
    margin-top: 0;
    text-shadow: 0 4px 14px #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: var(--primary_font);
}

.slider_overlay {
    text-align: center;
}

.slider_overlay h4 {
    margin-top: 10px;
    font-size: 18px;
    margin-bottom: 0;
    display: block;
    font-weight: 500;
    padding: 0;
    color: #FFF;
}

.slider_overlay h4 span {
    color: #15733f;
    font-size: 110%;
}

.slider_overlay p {
    color: #FFF;
}

.slider_overlay .theme-btn {
    display: inline-block;
    color: #FFF;
    padding: 14px 26px !important;
    margin-top: 25px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    height: auto !important;
    letter-spacing: 1px;
    font-size: 14px !important;
    border-radius: 50px;
}

.slider_overlay a:hover {
    background: #15735F;
}

.stepping_section {
    padding-bottom: 0 !important;
}

.stepping_section .row.stepping_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px;
}

.stepping_section .row.stepping_row>div {
    width: 33.33%;
}

.stepping_section .stepping_row .card-with-icon-item {
    position: relative;
    background: transparent;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    padding: 30px;
    border-right: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    height: 100%;
}

.stepping_section .stepping_row .card-item-icon {
    position: relative;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    margin: 0 auto 20px;
}

.stepping_section .stepping_row .card-item-content {
    position: relative;
    text-align: center;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    margin: 0 auto;
    max-width: 340px;
}

.stepping_section .stepping_row .card-item-icon img {
    width: 50px;
    height: 50px;
}

.stepping_section .stepping_row picture.white-icon {
    position: absolute;
    opacity: 0;
    transition: all 0.3s linear;
}

.stepping_section .stepping_row .card-item-content p {
    color: #000000;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.stepping_section .stepping_row .card-item-content p:last-child {
    margin-bottom: 0;
}

.stepping_section .stepping_row>div:nth-child(4) .card-with-icon-item,
.stepping_section .stepping_row>div:nth-child(5) .card-with-icon-item,
.stepping_section .stepping_row>div:last-child .card-with-icon-item {
    border-bottom: none;
}

.stepping_section .stepping_row>div:nth-child(3) .card-with-icon-item,
.stepping_section .stepping_row>div:last-child .card-with-icon-item {
    border-right: unset;
}

.stepping_section .stepping_row .card-with-icon-item:hover,
.stepping_section .stepping_row .card-with-icon-item:hover .white-icon,
.stepping_section .stepping_row .card-with-icon-item:hover p {
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.stepping_section .stepping_row .card-with-icon-item:hover {
    background: #15735f;
    position: relative;

}

.stepping_section .stepping_row .card-with-icon-item:hover .white-icon {
    opacity: 1;
}

.stepping_section .stepping_row .card-with-icon-item:hover p {
    color: #FFFFFF;
}

@media all and (min-width: 1600px) {
    .location-map {
        width: 850px;
    }
}

@media only screen and (max-width: 1199px) {
    p.banner-rera {
        top: 125px;
    }

    .slider_overlay {
        width: 80%;
        transform: translate(-50%, -14%);
    }
}

@media only screen and (max-width: 1024px) {}

@media (min-width:992px) and (max-width:1400px) {
    .nav-links li a {
        letter-spacing: 0.6px;
        font-size: 11px;
        margin-right: 7px;
    }
    .nav-links li.callnow a {
        font-size: 15px;
    }
    .nav-links li img {
        width: 30px;
    }
/*
    .nav-links li:nth-child(5) {
        top: 50px;
        position: absolute;
        right: 292px;
    }

    .nav-links li:nth-child(4) {
        right: 380px;
    }

    .nav-links li:nth-child(1),
    .nav-links li:nth-child(2),
    .nav-links li:nth-child(3),
    .nav-links li:nth-child(4),
    .nav-links li:nth-child(5) {
        top: 36px;
    }

    .nav-links li:nth-child(6),
    .nav-links li:nth-child(7) {
        top: 8px;
    } */


    img.sidelogo {
        width: 125px;
    }

    ul.nav-links.col-12 {
        padding: 0;
    }

    .theme-btn.header-enquire-btn {
        height: 44px !important;
        line-height: 30px !important;
        padding: 8px 17px !important;
        font-size: 12px !important;
    }

    .call-icon {
        height: 44px !important;
        line-height: 30px !important;
        padding: 8px 17px !important;
        font-size: 12px !important;
        padding: 12px 9px 11px !important;
        margin-right: 5px !important;
    }

    .slider_overlay h2 {
        font-size: 20px;
    }

    .slider_overlay h4 {
        font-size: 15px;
        margin-top: 5px;
    }

    .slider_overlay {
        padding: 15px !important;
    }

    .sec-title {
        font-size: 28px;
        line-height: 36px;
        margin: 5px 0 10px 0;
    }

    .overview p.sec-desc.mg-tp-30 {
        margin-top: 15px;
    }

    .overview .overview-1 {
        width: 42%;
    }

    .overview .overview-left {
        width: 58%;
        padding-left: 40px;
    }

    section.overview {
        padding-bottom: 20px;
    }

    p {
        letter-spacing: 0.4px;
    }

    .overview:after {
        height: 150px;
    }

    .sec-desc,
    .lifestyle-desc {
        font-size: 15px;
        line-height: 24px;
    }

    .lifestyle-slider .slick-slide p {
        font-size: 14px;
        line-height: 20px;
        top: 80%;
        padding: 0 10px;
    }

    .img-tag {
        font-size: 11px !important;
    }

    .stepping_section .stepping_row .card-with-icon-item {
        padding: 20px;
    }

    .amenities-inner>p {
        padding: 5px 11px 4px 11px;
        font-size: 13px;
        letter-spacing: 0.4px;
    }

    .specifications_text .sec-title {
        font-size: 20px;
        line-height: 26px;
        margin: 4px 0;
    }

    .theme-btn,
    .form_group_wrap .btn {
        font-size: 13px !important;
        line-height: 18px !important;
        height: 40px !important;
        padding: 11px 16px !important;
    }

    .sticky-download-btn {
        right: -69px;
    }

    .location-inner p {
        font-size: 17px;
        line-height: 23px;
    }

    .location-inner div img {
        width: 36px;
    }

    ul.location-list li {
        margin: 10px 0 0px;
        padding-bottom: 10px;
    }

    .location-inner {
        display: flex;
        align-items: center;
    }

    .location iframe {
        height: 430px;
        margin-top: -290px;
        width: 48%;
    }

    section.location {
        padding-bottom: 0;
        height: 650px;
    }

    .aboutus .sec-desc {
        line-height: 24px;
        margin-top: 15px;
    }

    section.padding.aboutus svg {
        margin-top: 0;
        width: 200px;
        height: auto;
    }

    section.padding.aboutus {
        padding: 40px 0px;
        height: auto;
        margin-top: 130px;
        overflow: hidden;
    }

    .aboutus .brand-logo {
        width: auto;
        height: 100%;
    }

    .banner-slider .slick-arrow {
        width: 40px;
        height: 40px;
        background-size: 13px;
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .header-logo {
        text-align: center;
    }

    p.banner-rera {
        top: 100px;
    }

    .sec-title {
        font-size: 24px;
        line-height: 30px;
    }

    section.overview {
        padding-bottom: 0;
    }

    .lifestyle-slider .slick-slide p {
        top: 78%;
    }

    .overview:after {
        height: 100%;
    }

    .overview .row {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row-reverse;
    }

    .stepping_section .stepping_row .card-item-icon {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 992px) {

    .offer-svg {
        bottom: 50px;
    }

    .container {
        padding: 0 15px;
    }

    .col-8 {
        width: 100%;
    }

    section.padding-top {
        padding: 70px 0 70px 0;
    }

    .hidden-xs {
        display: none !important;
    }

    .visible-xs {
        display: block !important;
    }

    .burger-menu {
        display: block;
        padding: 10px 10px;
        background: transparent;
    }

    .bar2 {
        width: 20px;
    }

    .bar3 {
        width: 20px;
    }

    .nav-links {
        height: 100%;
        display: none;
        position: fixed;
        top: 80px;
        left: 0px;
        right: 0px;
        z-index: -1;
        border-bottom: 1px solid #ccc;
        padding: 0px;
        background-color: #000;
    }

    .nav-links li {
        display: block;
        position: unset !important;
    }

    .nav-links li:nth-child(7),
    .nav-links li:nth-child(8) {
        display: none;
    }

    .nav-links li a {
        text-align: center;
        font-size: 18px;
        padding: 10px 0px;
        border-right: 0px;
        margin: 0px;
        color: #fff;
        display: block;
    }

    .nav-links li a.active:before {
        top: 35px;
        left: 48%;
    }

    .nav-links li a.active:before {
        background: none;
    }

    .my_menu {
        position: relative;
        background-color: transparent;
        box-shadow: none;
        width: 100%;
    }

    .header-call-me {
        display: none;
    }

    header .col-12 {
        padding: 7px 4px 4px 4px;
    }

    .header-logo {
        position: unset;
        left: unset;
        transform: unset;
    }

    img.sidelogo {
        width: 100px;
    }

    .col-xs-1 {
        width: 8.333333333333333%;
    }

    .col-xs-2 {
        width: 16.66666666666667%;
    }

    .col-xs-3 {
        width: 25%;
    }

    .col-xs-4 {
        width: 33.33333333333333%;
    }

    .col-xs-5 {
        width: 41.66666666666667%;
    }

    .col-xs-6 {
        width: 50%;
    }

    .col-xs-7 {
        width: 58.33333333333333%;
    }

    .col-xs-8 {
        width: 66.66666666666667%;
    }

    .col-xs-9 {
        width: 75%;
    }

    .col-xs-10 {
        width: 83.33333333333333%;
    }

    .col-xs-11 {
        width: 91.66666666666667%;
    }

    .col-xs-12 {
        width: 100%;
    }

    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

    .col-xs-12 {
        width: 100%;
    }

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

    .banner-caption {
        padding: 0 10px;
        /* top: 260px; */
        bottom: 50px;
    }

    .banner-box {
        font-size: 14px !important;
        width: 340px;
    }

    .banner-caption h1 {
        font-size: 26px;
        line-height: 32px;
    }

    .banner-caption h2 {
        font-size: 16px;
        line-height: 26px;
        padding: 6px 23px;
    }

    .overview-left {
        padding-left: 0;
        padding: 0 15px;
    }

    .overview-1 img {
        width: 84%;
        margin: auto;
    }

    .mg-tp-xs-10 {
        margin-top: 10px;
    }

    .mg-tp-xs-20 {
        margin-top: 20px;
    }

    .mg-tp-xs-30 {
        margin-top: 30px;
    }

    .mg-tp-xs-40 {
        margin-top: 40px;
    }

    .mg-tp-xs-50 {
        margin-top: 50px;
    }

    .overview .container {
        padding: 0;
    }

    .overview-2 {
        text-align: right;
        padding-right: 0;
        margin-top: -50px;
        z-index: 3;
    }

    .overview-2 img {
        width: 100%;
    }

    .lifestyle-slider:after,
    .sec-desc br,
    p.banner-rera br {
        display: none;
    }

    .amenities-slider .slick-slide {
        margin: 0 0px;
    }

    .amenities-inner p {
        font-size: 18px;
    }

    .amenities-slider .slick-prev {
        top: unset;
        transform: translateX(-50%);
        left: calc(50% - 40px);
        bottom: -50px;
    }

    .amenities-slider .slick-next {
        top: unset;
        transform: translateX(-50%);
        left: calc(50% + 40px);
        bottom: -50px;
    }

    .amenities .col-12 {
        padding: 0 15px;
    }

    ul.location-list {
        margin-top: 15px;
    }

    .location iframe {
        margin-top: 10px;
        height: 300px;
        width: 100%;
    }

    .location-inner div img {
        width: 30px;
    }

    .location-inner div {
        width: 60px;
    }

    .location-inner {
        position: relative;
    }

    .location-inner p {
        font-size: 16px;
        line-height: 21px;
        width: calc(100% - 60px);
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 60px;
    }

    .location,
    .aboutus {
        height: auto;
        margin-top: auto;
    }

    .lifestyle-slider .slick-prev {
        left: unset;
        top: 0;
        right: 25px;
        top: 50%;
    }

    .lifestyle-slider .slick-next {
        left: unset;
        top: 0;
        right: 25px;
        top: calc(50% + 50px);
    }

    .lifestyle-wrap {
        padding-top: 0px;
        height: auto;
        margin-top: 0;
    }

    .amenities {
        margin-top: 0;
        margin-bottom: 0px;
    }

    .specifications.padding {
        padding: 150px 0 50px 0px;
    }

    .sec-title,
    .specifications_text .sec-title {
        font-size: 34px;
        line-height: 44px;
    }


    .specifications_text .sec-title {
        font-size: 22px;
        line-height: 30px;
    }

    .sec-heading {
        font-size: 20px;
        line-height: 26px;
    }

    .mg-tp-50 {
        margin-top: 10px;
    }

    .pd-rt-20 {
        padding-right: 0px;
    }

    .pd-lt-20 {
        padding-left: 0px;
    }

    .sec-title.mg-tp-150,
    .col-3.mg-tp-150,
    img.mg-tp-150 {
        margin-top: 30px;
    }

    div#footerbottom {
        height: auto;
        text-align: center;
        padding: 10px 0 70px;
    }

    .aboutus {
        padding: 25px 0 25px !important;
    }

    .aboutus .brand-logo {
        position: absolute;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
        width: 86%;
        height: 100%;
    }

    .copyright,
    .footer-links {
        text-align: center;
    }

    div#footerbottom p {
        text-align: center;
    }

    .floating_phone {
        display: none;
    }

    .footer-link {
        position: fixed;
        bottom: 0;
        width: 100%;
        background-color: #fff;
        height: 50px;
        z-index: 99;
        display: block;
    }

    .footer-call-me {
        color: #15735f;
        text-decoration: none;
        font-weight: 400;
        font-size: 15px;
        text-align: center;
        padding: 10px 0;
        line-height: 30px;
        border: 1px solid #15735f;
        position: absolute;
        width: 50%;
        left: 0;
        bottom: 0;
        height: 50px;
    }

    .footer-call-me a {
        color: #000;
    }

    .footer-call-me img {
        vertical-align: inherit;
        width: 14px;
    }

    .enquire-btn {
        background-color: #15735f;
        position: absolute;
        width: 50%;
        right: 0;
        height: 50px;
        color: #fff;
        font-weight: 400;
        font-size: 15px;
        text-align: center;
        padding: 10px;
        text-decoration: none;
        line-height: 33px;
    }
    .enquire-btn:hover {
        color: #FFF;
    }

    /* div#popup,
    #disclmair-popup #popup {
        width: 100%;
        height: 100%;
        top: 0;
        margin: 0;
        overflow: auto;
    } */

    #overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background-color: #fff;
        height: 100%;
        z-index: 99999;
    }

    .slider1 {
        background-image: url(../images/banner-image-new-mob.jpg);
    }

    p.banner-rera {
        width: 30%;
        /* right: 0; */
        top: 184px;
        left: 20%;
        transform: translateX(-50%);
    }

    p.promoter-txt {
        left: 0;
        width: 100%;
    }

    .sell_do_virtual_numbers {
        vertical-align: middle;
    }

    .sell_do_virtual_number_mobile {
        color: #000 !important;
        font-size: 18px !important;
    }

    section.padding {
        padding: 40px 0;
    }

    p.banner-rera {
        top: 80px;
    }

    p.promoter-txt {
        top: 80px;
    }

    #explore-amenities {
        margin-bottom: 40px;
    }

    .aboutus .sec-desc {
        line-height: 26px;
    }

    .disclaimer-wrap {
        margin-top: 50px;
    }

    .get-direction {
        width: auto;
    }

    .thankyou_sect h1 {
        font-size: 30px;
    }

    .thankyou_sect h2 {
        font-size: 16px;
    }

    .thankyou_sect a {
        font-size: 13px;
        padding: 8px 20px;
        margin: 5px;
        border-radius: 3px;
    }

    .banner-slider .slider:before {
        background: rgb(0 0 0 / 10%);
    }

    .slider_overlay {
        width: 90%;
    }

    .slider_overlay {
        position: relative !important;
        width: 100%;
        transform: none;
        left: 0;
        background: #e9e9e9;
        padding: 25px 15px !important;
    }

    .slider_overlay h2 {
        text-shadow: none;
        font-size: 20px;
    }

    .slider_overlay h4 {
        color: #000;
        padding: 0;
        margin-bottom: 5px;
        font-size: 15px;
    }

    .slider_overlay h4 br {
        display: none;
    }

    /* .pos-rel {
        padding: 0 7px;
    } */

    .lifestyle-slider .slick-slide p {
        font-size: 12px;
        line-height: 16px;
        top: 74%;
    }

    .img-tag {
        font-size: 10px !important;
    }

    .amenities-slider .slick-arrow,
    .lifestyle-slider .slick-arrow {
        width: 40px;
        background-size: 18px;
        height: 33px;
    }

    .banner-slider .slick-arrow {
        width: 35px;
        height: 35px;
        bottom: 35px;
        background-size: 11px;
    }

    .banner-slider .slick-next {
        right: 20px;
    }

    .banner-slider .slick-prev {
        left: 20px;
    }
}

@media all and (max-width: 700px) {
    .offer-svg {
        width: 100px;
        right: 10px;
    }

    div#footerbottom {
        position: relative;
    }

    .lifestyle-desc {
        font-size: 16px;
        line-height: 26px;
        color: #696969;
    }

    .rera-info {
        margin-top: 50px;
    }

    .site-visit-form-wrapper .selldof_row {
        width: 100%;
    }

    p.banner-rera {
        width: 70%;
        /* right: 0; */
        top: 80px;
        left: 40%;
        transform: translateX(-50%);
    }

    .banner-box {
        font-size: 12px !important;
        max-width: 100%;
    }

    .lifestyle-slider .slick-slide p {
        top: 80%;
    }

    #home {
        height: auto;
    }

    /* #home .slider {
        height: 70vh;
    } */

    .card-with-icon-item {
        padding: 15px;
    }

    .stepping_section .row.stepping_row {
        margin-top: 40px;
    }

    .stepping_section .stepping_row>div:nth-child(2) .card-with-icon-item,
    .stepping_section .stepping_row>div:nth-child(4) .card-with-icon-item {
        border-right: none;
    }

    .stepping_section .row.stepping_row>div {
        width: 50%;
    }

    .stepping_section .stepping_row>div:nth-child(3) .card-with-icon-item {
        border-right: 1px solid #D9D9D9;
    }

    .stepping_section .stepping_row>div:nth-child(4) .card-with-icon-item {
        border-bottom: 1px solid #D9D9D9;
    }


}

@media all and (max-width: 340px) {
    .sec-title {
        font-size: 26px;
        line-height: 36px;
    }

    .specifications .sec-title {
        font-size: 22px;
        line-height: 36px;
    }

    .banner-caption h1 {
        font-size: 17px;
        line-height: 26px;
    }

    .thankyou_sect img {
        width: 150px;
    }
}


/*-- 27-10-23 -- new code -- */



/* -- header --  */
/* body {
    background-image: url(../images/bg.jpg);
} */

.header_section .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.section_padding {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}

.section_padding.stp0 {
    padding-top: 0;
}

.section_padding.sbp0 {
    padding-bottom: 0;
}

.left_menu .nav-links {
    text-align: left;
}

/* .banner-slider .slider.slick-active img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation: cssAnimation 5s 1 ease-in-out forwards;
    animation: cssAnimation 5s 1 ease-in-out forwards;
} */


@keyframes cssAnimation {
    from {
        -webkit-transform: scale(1) translate(0px);
    }

    to {
        -webkit-transform: scale(1.1) translate(0px);
    }
}

@-webkit-keyframes cssAnimation {
    from {
        -webkit-transform: scale(1) translate(0px);
    }

    to {
        -webkit-transform: scale(1.1) translate(0px);
    }
}

/* .banner-slider:after {
    content: '';
    background-image: linear-gradient(180deg, rgb(0 0 0 / 0%) 28%, #1e1e1e 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
} */

a.down_button {
    position: absolute;
    left: 50%;
    bottom: 40px;
    width: 30px;
    height: 50px;
    border: 2px solid #FFF;
    border-radius: 50px;
    margin-left: -15px;
    z-index: 9;
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

a.down_button:before {
    content: '';
    width: 5px;
    height: 10px;
    background: #FFF;
    position: absolute;
    bottom: 9px;
    left: 11px;
    border-radius: 5px;
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}

.overview_sect .counter_wrap,
.overview_sect .amenities_row {
    margin-top: 20px;
}

.overview_content {
    width: 750px;
    text-align: center;
    margin: auto;
}

.overview_content p {
    color: #000;
}


/*
.overview_content:before {
    content: '';
    width: 1px;
    height: 80px;
    background: #000;
    position: absolute;
    top: 0;
    z-index: 0;
    opacity: 0.1;
}
.overview_content:after {
    content: '';
    width: 1px;
    height: 80px;
    background: #000;
    position: absolute;
    bottom: 0;
    z-index: 0;
    opacity: 0.1;
} */




/* --- --- */

.counter_wrap {
    justify-content: center;
    display: flex;
    align-items: center;
}

.counter_box {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-right: 1px solid #e9e9e9;
    padding: 20px;
}

.counter_box img {
    width: auto;
    height: 50px;
    margin-bottom: 15px;
}

.counter_box h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #15735f;
}

.counter_box h4 span {
    font-size: 14px;
    font-weight: 600;
    margin-left: -8px;
}

/* .counter_wrap .counter_box:nth-child(even) {
    margin-top: 50px;
} */

.counter_wrap .counter_box:last-child {
    border-right: none;
}

.counter_box p {
    font-size: 14px;
    margin-bottom: 0;
    text-align: center;
    line-height: 20px;
    margin-top: 4px;
}


/* -- video -- */

.video_sect {
    position: relative;
    margin-top: 50px;
    border-radius: 10px;
    overflow: hidden;
}

.video_sect img {
    display: block;
    width: 100%;
}

.video_sect .video_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(0 0 0 / 21%);
}

.video_sect .video_overlay a {
    width: 100px;
    height: 100px;
    background: #15735f;
    position: relative;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
}

.video_sect .video_overlay a:before,
.video_sect .video_overlay a:after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    border-radius: 50%;
    width: 100%;
    height: 100%;
    border: 1px solid #ffc542;
    animation: popupBtn 1.8s linear infinite;
}

@keyframes popupBtn {
    0% {
        transform: scale(1);
        opacity: 0;
    }

    50% {
        transform: scale(1.4);
        opacity: 0.3;
    }

    100% {
        transform: scale(1.8);
        opacity: 0;
    }
}


section.section_padding.overview_section .overview_content h2 {
    margin-bottom: 20px;
}

section.section_padding.overview_section .overview_content {
    background: transparent;
    text-align: left;
    padding-right: 125px;
}

section.section_padding.overview_section .overview_content p {
    line-height: 28px;
    margin-bottom: 15px;
    font-size: 15px;
}

section.section_padding.overview_section .overview_content span.sub_title {
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
}

section.section_padding.overview_section .overview_content .images {
    margin-top: 30px;
}

.title {
    font-size: 32px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 20px;
}

/*
.amenities_section {
    background: #15735f;
    padding: 100px 0;
} */

.amenities_section .sec-title {
    margin-bottom: 30px;
}

.amenities_box {
    text-align: center;
    background: rgb(198 126 126 / 6%);
    padding: 20px;
}

.amenities_box span {
    display: inline-block;
    position: absolute;
    margin-bottom: 2px;
    left: 0;
    top: 16px;
    opacity: 0.04;
    width: 100%;
}

.amenities_box span img {
    width: 94px;
}

.amenities_box img {
    width: 45px;
    display: inline-block;
}

.amenities_row>div {
    max-width: 20%;
    padding: 10px;
}

.amenities_row {
    justify-content: center;
}

.amenities_section {
    position: relative;
    background: #f9f9f9;
    display: flex;
    flex-wrap: wrap;
}


.amenities_img {
    padding: 40px 0;
}

.amenities_img img {
    position: relative;
    right: -40px;
}

.amenities_bg {
    position: relative;
    padding: 50px 50px 50px 100px;
}

.amenities_section:before {
    content: '';
    width: 36%;
    height: 100%;
    background: #15735f;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

/* .amenities_section:after {
    content: '';
    width: 64%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url('../images/banner/banner2.jpg');
    background-size: cover;
    background-position: bottom center;
    opacity: 0.1;
    z-index: 0;
    background-repeat: no-repeat;
} */
.amenities_section .container {
    position: relative;
    z-index: 2;
    max-width: 1600px;
}

.amenities_box p {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 500;
}

/*
.amenities_slider {
    padding: 0 50px;
}

.slick-prev.slick-arrow {
    position: absolute;
    left: 0;
    top: 50%;
    width: 30px;
    height: 40px;
    text-indent: 100px;
    overflow: hidden;
    background: transparent;
    z-index: 9;
    outline: none;
    border: 2px solid #000;
}

button.slick-prev.slick-arrow:before {
    content: '\f060';
    font-family: fontawesome;
    position: absolute;
    top: 5px;
    left: 6px;
    color: #000;
    text-indent: 0;
}

button.slick-next.slick-arrow:before {
    content: '\f061';
    font-family: fontawesome;
    position: absolute;
    top: 5px;
    left: 6px;
    color: #000;
    text-indent: 0;
}

button.slick-next.slick-arrow {
    position: absolute;
    right: 0;
    top: 50%;
    width: 30px;
    height: 40px;
    text-indent: 100px;
    overflow: hidden;
    background: transparent;
    z-index: 9;
    outline: none;
    border: 2px solid #000;
}

.amenities_slider.slick-initialized.slick-slider {
    padding: 0 50px;
} */



.project {
    background: #FFF;
    padding: 25px;
    position: relative;
    height: 100%;
}

.project_wrap {
    margin: 15px 0;
}

.project>img {
    min-width: 65px;
    margin-bottom: 10px;
}

.project span {
    position: absolute;
    top: 7px;
    left: 10px;
    opacity: 0.05;
}

.project span img {
    width: 150px;
}

.project>img {
    min-width: 65px;
}

.project p {
    margin: 0;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0;
}

.section_location ul {
    list-style: none;
    padding: 0;
    margin-top: 22px;
    display: inline-block;
}


.boxs_wrap {
    width: 85%;
    display: flex;
    flex-wrap: wrap;
}

.boxs_wrap>div {
    width: 50%;
    padding: 0 12px;
}

.boxs_wrap img {
    width: 100%;
}

.boxs_wrap>div:nth-child(even) {
    margin-top: 24px;
}


.boxs.one .box_overlay {
    background: #15735f;
}

.boxs.four .box_overlay {
    background: #000;
}

.boxs .boxs_in {
    position: relative;
}

.boxs .box_overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.boxs .box_overlay img {
    width: 50px;
    margin-bottom: 10px;
}

.boxs .box_overlay p {
    color: #FFF;
    font-weight: 400;
    font-size: 16px;
}

.section_location ul li i {
    min-width: 35px;
    background: #15735f;
    height: 35px;
    color: #FFF;
    text-align: center;
    line-height: 35px;
    border-radius: 2px;
    margin-right: 12px;
    font-size: 14px;
}

.section_location ul li {
    font-size: 18px;
    display: flex;
    font-weight: 400;
    margin-bottom: 26px;
}

.section_location ul li:last-child {
    margin-bottom: 0;
}

.bg_creamy {
    background: #fcfaee;
}

.mobile_menu {
    position: fixed;
    right: -30px;
    top: 93px;
    background: #15735f;
    height: calc(100% - 93px);
    width: 300px;
    z-index: 999;
    padding: 22px;
    transform: translateX(100%);
    transition: all 0.5s ease;
    box-shadow: 0 14px 16px 0 rgb(0 0 0 / 50%);
    /* overflow: auto; */
}

.mobile_menu .logo {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.mobile_menu .logo img {
    width: 115px;
}

.mobile_menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile_menu ul li a {
    color: #FFF;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 13px;
}

.mobile_menu ul li {
    border-bottom: 1px solid rgb(255 255 255 / 10%);
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.info_section {
    background: #15735f;
    padding: 5px 0;
}

.info_section .info_box {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 15px 0;
}

.info_section .info_box i {
    background: rgb(255 255 255 / 20%);
    min-width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 25px;
    color: #FFF;
    border-radius: 2px;
}

.info_section .info_box p {
    color: #FFF;
    font-size: 18px;
    line-height: 22px;
}

.info_section .info_box p span {
    font-size: 13px;
    display: block;
    letter-spacing: 0.5px;
}

body,
html {
    scroll-behavior: auto !important;
}

#backtotop {
    position: fixed;
    bottom: 40px;
    right: 40px;
    background: #000;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #FFF;
    box-shadow: 0 2px 20px -2px #000;
    cursor: pointer;
    transition: all 0.5s ease;
    border-radius: 50px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    z-index: 5;
}

#backtotop.show:hover {
    transform: translateY(-5px);
    box-shadow: 0 2px 22px 0px #000;
}

#backtotop.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.footer_about {
    margin-bottom: 25px;
    padding: 0 0;
}

.footer_about p {
    margin-bottom: 5px;
}

.footer_about h4 {
    color: #FFF;
    margin-bottom: 10px;
}

.main-cpt {
    display: flex;
    gap: 10px 10px;
    align-items: center;
}
.main-cpt span {
    font-size: 12px;
}

.main-cpt input {
    width: 120px !important;
    margin: 0 !important;
}

.main-cpt a img {
    width: 13px;
}

.mobile_number_wrap {
    position: relative;
    display: flex;
}
.mobile_number_wrap select {
    font-size: 12px;
    height: 45px;
    border-right: none!important;
    border-color: #ced4da !important;
    max-width: max-content!important;
    padding: 0 5px;
    text-align: center;
    cursor: pointer;
    outline: none !important;
}
.popup_modal .form-group .form-control {
    width: 100%;
    border: 1px solid #ced4da;
    height: 42px;
    padding: 0 15px;
    font-size: 14px; 
}
.mobile_number_wrap input { 
    border-left: none!important;
}


@media (min-width:1200px) {
    header .container {
        max-width: 1400px;
    }
}

@media (max-width:1599px) {
    .counter_box img {
        height: 44px;
    }

    .counter_box h4 {
        font-size: 16px;
    }

    .section_location ul li {
        font-size: 16px;
    }

    .amenities_section:before {
        width: 32%;
    }
}

@media (max-width:1199px) {
    .amenities_row>div {
        max-width: 33.33%;
    }

    .amenities_bg {
        padding: 50px 30px 50px 75px;
    }

    .project_wrap {
        margin: 15px 0;
        max-width: 100%;
        flex: 0 0 100%;
    }
}

@media (max-width:1099px) {
    section.section_padding.overview_section .overview_content {
        padding-right: 30px;
    }

    /* section.section_padding.overview_section img {
        width: 100%;
    } */

}
@media (max-width:1499px) {

}
@media (max-width:991px) {
    .header-logo a {
        left: 15px;
        top: 0;
        transform: translateX(0%);
    }

    .mobile_menu.show {
        transform: translateX(0);
        right: 0;
    }

    .section_padding {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    section.section_padding.overview_section .overview_content {
        padding-right: 15px;
    }

    section.section_padding.overview_section .overview_content .images {
        margin-bottom: 30px;
    }

    .counter_box {
        width: 33%;
    }

    .counter_wrap .counter_box:nth-child(even),
    .counter_wrap .counter_box:nth-child(odd) {
        margin-top: 20px;
    }

    .video_sect .video_overlay a {
        width: 60px;
        height: 60px;
        font-size: 14px;
    }

    .project {
        height: auto;
        min-height: 228px;
        margin-bottom: 30px;
    }

    .boxs_wrap {
        width: 100%;
        margin-bottom: 50px;
    }

    .lifestyle-wrap .blank_div {
        display: none;
    }

    .project_wrap {
        max-width: 50%;
        flex: 0 0 50%;
    }

    .amenities_section:before {
        display: none;
    }

    .amenities_img {
        padding: 0 15px;
    }

    .amenities_img img {
        right: 0;
        width: 100%;
        border-radius: 10px;
    }

    .amenities_bg {
        padding: 50px 15px 50px 15px;
    }

    /* .amenities_section>.container>.row {
        flex-direction: column-reverse;
    } */

    header {
        padding: 14px 0;
    }

    .sticky-header .header-logo a,
    .header-logo a {
        width: 79px;
        padding: 0;
        box-shadow: none;
    }

    .mobile_menu {
        top: 80px;
        height: calc(100% - 80px);
    }
    section.section_padding.overview_section .overview_content span.sub_title {
        font-size: 16px;
    }
    .info_section .info_box p {
        font-size: 14px;
    }
    .footer_about p br {
        display: none;
    }
}

@media (max-width:767px) {
    header {
        padding: 8px 0;
    }

    .video_sect .video_overlay a {
        width: 50px;
        height: 50px;
    }

    .video_sect {
        margin-top: 20px;
    }

    .counter_box {
        width: 50%;
        padding: 15px;
    }

    .counter_box p {
        font-size: 14px;
    }

    .counter_box h4 {
        font-size: 14px;
    }

    .sec-title,
    .specifications_text .sec-title {
        font-size: 26px;
        line-height: 36px;
        margin-top: 0;
    }

    .section_padding {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .amenities_row>div {
        max-width: 50%;
    }

    .project_wrap {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .project {
        height: auto;
        min-height: none;
    }

    .amenities_bg {
        padding: 30px 15px;
    }

    .amenities_section .sec-title {
        margin-bottom: 10px;
    }

    .amenities_box p {
        font-size: 12px;
    }

    .amenities_box {
        padding: 12px;
    }

    .amenities_box img {
        width: 40px;
    }

    .amenities_box span img {
        width: 74px;
    }

    .aboutus .sec-desc {
        line-height: 20px;
        font-size: 13px;
    }

    /* div#footerbottom p {
        text-align: center;
        font-size: 12px;
        line-height: 22px;
    } */

    div#footerbottom p a {
        font-size: inherit;
    }

    section.section_padding.overview_section .overview_content .images {
        margin-top: 15px;
        margin-bottom: 10px;
    }

    section.section_padding.overview_section .overview_content .images img {
        margin: 10px 0;
    }

    .section_location ul {
        margin-top: 10px;
    }

    .section_location ul li {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .section_location ul li i {
        min-width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 13px;
    }

    .lifestyle_slider_wrap_row {
        margin: 0;
        padding: 0;
    }

    .lifestyle_slider_wrap_row .col-md-12 {
        padding: 0;
    }

    .amenities_bg>.row>.project_wrap:last-child {
        margin-bottom: 0;
    }

    .amenities_img {
        margin-bottom: 50px;
    }
    .boxs .box_overlay img {
        width: 40px;
    }

    .boxs_wrap {
        margin-bottom: 25px;
    }
    .boxs .box_overlay p {
        font-size: 12px;
    }
    #backtotop {
        bottom: 60px;
        right: 15px;
    }
    #popup .brochure-form-wrapper .form-control {
        margin-bottom: 0;
    }
    .modal-title {
        font-size: 20px;
    }
    .form_group_wrap .form-check-inline label br {
        display: none;
    }


}

@media (max-width:479px) {
    .counter_wrap .counter_box:last-child {
        width: 100%;
    }
    .amenities_row>div:last-child {
        padding-bottom: 0;
    }
    .boxs .box_overlay p {
        font-size: 10px;
    }
    .main-cpt {
        flex-wrap: wrap;
    }
    .main-cpt img {
        width: 65px;
    }
    .main-cpt input {
        width: 96px !important;
        font-size: 12px !important;
        padding: 7px 10px !important;
    }
    #popup .brochure-form-wrapper .form-group {
        margin-bottom: 5px !important;
    }
    #popup .brochure-form-wrapper .modal-header {
        padding-top: 14px;
    }
    .form_group_wrap label {
        font-size: 13px;
        line-height: 20px;
    }


}