@font-face {font-family: 'Nexa'; font-style: normal;  font-weight: 300; src: local('Nexa'), url('https://fonts.cdnfonts.com/s/19227/Fontfabric - Nexa-Light.woff') format('woff');}
@font-face {font-family: 'Nexa'; font-style: normal;  font-weight: 700; src: local('Nexa'), url('https://fonts.cdnfonts.com/s/19227/Fontfabric - Nexa-Bold.woff') format('woff');}
.owl-theme .owl-dots .owl-dot span{width: 40px; }
.owl-carousel.dots-light .owl-dots .owl-dot.active span, .owl-carousel.dots-light .owl-dots .owl-dot:hover span{background: #bd9234!important; }
.owl-carousel.dots-light .owl-dots .owl-dot span{background: #c9c9c9; }
#header .header-nav nav > ul li > a { color: #0088CC; letter-spacing: 2px; font-size: 10px;}
.enquire-now-btn {background:#bd9234;padding:10px; color:#fff;}
.enquire-now-btn:hover {color:#000;text-decoration:none !important}
@import url('https://fonts.googleapis.com/css2?family=Cinzel&display=swap');
h1, h2, h3, h4, h5, h6{font-family: 'Cinzel';font-weight:normal!important;font-size: 40px;line-height: 54px; letter-spacing: 0.09em;text-transform: uppercase;color: #BD9234;font-weight: 700 !important;}
/* Highlights */
h1.h1inside {position: absolute;font-size: 110px;line-height: 63px;letter-spacing: 0.09em;text-transform: uppercase;color: #F5F5F5; text-align: center;width: 100%;}
section.section {background:#fff}
h1.hlts {position: relative;  z-index: 1;   margin: 0px;   line-height: 110px;}
.font-nexa { font-family: 'Nexa', sans-serif !important;}
.rotate-animation {position:absolute!important;bottom:30px;left:0px;font-family: 'Nexa', sans-serif !important;}
.brochure .col-lg-3{border-right:1px solid #bd9235 !important;  width: 24%;    margin: 0% 1% 0% 0%;}
.brochure .col-lg-3.last{border-right:medium none !important}
.amenities .tabs.tabs-simple .nav-tabs > li .nav-link { border:1px solid #bd9234; margin: 0px 10px;  line-height: 20px;letter-spacing: 0.09em;    border-radius: 0px;  }
.amenities .tabs.tabs-simple .nav-tabs > li .nav-link.active { background:#bd9234;}
.tabs.tabs-simple .nav-tabs > li .nav-link.active {    color: #fff;}
h1.h1inside.white {    color: rgba(255,255,255,.4);}
.amenities .amenitiesimages  img	{transition: 0.5s all ease-in-out; border:1px solid transparent; border-radius:200px}
.amenities .amenitiesimages  img:hover	{  transform: scale(.95); border:1px solid #fff; border-radius:200px}
/* Price 95.00 L Onwards* */
.insidecont{ font-size: 20px; color: #000000;}
.lineheight-normal {line-height:normal}
.btn{font-weight:normal;font-family: 'Nexa Bold';font-size: 14px;letter-spacing:1px;}
.amenitiesimages { text-transform:uppercase; letter-spacing:1px;  font-size: 14px;    color: #000;    font-weight: bold;color:#4F4F4F }
.plans .holderplans {border: 1px solid #EAB875;}
.plans .holderplansalign { padding:0px 10px; border-top:1px solid #EAB875;  display: flex;  justify-content: space-between;}
.plans .holderplans {border-top: 1px solid #EAB875;margin:0px}
.plans .holderplans div {align-items: flex-end}
.plans a {color:#4F4F4F;font-family: 'Nexa';}
.img-plan, .img-plan img {border-radius:0px}
.background-white {background:#fff}
input.form-control { border: 1px solid #bd9234; border-radius: 0px;}
.text-left {text-align:left;  display: block;}
.flexbox { display: flex; justify-content: space-between;}
.border-both { border-left:1px solid #EAB875; border-right:1px solid #EAB875;}

.accordion.accordion-modern-status > .card {}
.card-body {padding:10px !important;background: #fff!important;}
#whybuy .card-body {padding:32px !important;}
.accordion.accordion-modern-status > .card .card-header a:after {border: 1px solid #BD9234; padding: 0px 20px;  font-size: 20px;}
.accordion.accordion-modern-status > .card .card-header a {background: #fff; border: 1px solid #BD9234;color:#BD9234 !important}
html .accordion-modern-status-primary.accordion-modern-status > .card .card-header a:not(.collapsed), html .accordion-modern-status-primary.accordion-modern-status > .card:hover .card-header a.collapsed{background: #BD9234!important;color:#fff !important}
.modal-backdrop.show{z-index: 1;}
.modal.show .modal-dialog {    transform: none;    margin: 100px auto 0px;} 
.onlyMobile {display:none}

/* fixed feedback*/
.fixed-feedback {position: fixed;top: 35% !important;right: -300px;width: 300px;height: auto;z-index: 299;background-color: #fff;
                -webkit-transition: right .3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
                -o-transition: right .3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
                transition: right .3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
                -webkit-backface-visibility: hidden;            }

.fixed-feedback .fixed-feedback-button { position: absolute;
                   left: -32px;
                    color: #fff;
                    font-weight: bold;
                    writing-mode: vertical-rl;
                    font-size: 1rem;
                    background-color: #bd9234;
                    padding: 10px 5px;
                    cursor: pointer; 
                }

                .fixed-feedback .fixed-feedback-form {
                    opacity: 0;
                    padding: 10px 10px;
                    transition: opacity .3s .15s cubic-bezier(0.645, 0.045, 0.355, 1.000);
                }

                .fixed-feedback.fixed-feedback-open {
                    right: 0;
                }

                    .fixed-feedback.fixed-feedback-open .fixed-feedback-form {
                        opacity: 1;
                            background-color: #b78d325e;
                    }

            .fixed-feedback {
                position: fixed;
                top: 35%;
                right: -300px;
                width: 300px;
                height: auto;
                z-index: 299;
                background-color: #fff;
                -webkit-transition: right .3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
                -o-transition: right .3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
                transition: right .3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
                -webkit-backface-visibility: hidden;
            }

                .fixed-feedback .fixed-feedback-button {
                    position: absolute;
                    left: -32px;
                    color: #fff;
                    font-weight: bold;
                    writing-mode: vertical-rl;
                    font-size: 1rem;
                    background-color: #bd9234;
                    padding: 10px 5px;
                    cursor: pointer; 
                }
                .fixed-feedback-crossbutton.text-right {
    font-weight: bold;
    cursor: pointer;
}

                .fixed-feedback .fixed-feedback-form {
                    opacity: 0;
                    padding: 10px 10px;
                    transition: opacity .3s .15s cubic-bezier(0.645, 0.045, 0.355, 1.000);
                }

                .fixed-feedback.fixed-feedback-open {
                    right: 0;
                }

                    .fixed-feedback.fixed-feedback-open .fixed-feedback-form {
                        opacity: 1;
                    }

            #feedback-rating,
            .feedback-rating-loader {
                -webkit-transition: all .3s ease;
                -o-transition: all .3s ease;
                transition: all .3s ease;
            }

            .feedback-rating-loader {
                background: transparent;
            }

                .feedback-rating-loader > div {
                    background-color: #999;
                }

            .feedback-rating-loader,
            .feedback-rating-processing #feedback-rating,
            #feedback-rating-submitted,
            .feedback-rating-complete .feedback-rating-loader {
                display: none;
                opacity: 0;
            }

            .feedback-rating-processing .feedback-rating-loader,
            .feedback-rating-complete #feedback-rating {
                display: block;
                opacity: 1;
            }
    .modal{    z-index: 21474830099;}
    .fixed-feedback.fixed-feedback-open{z-index: 2147483001;}
    .LandbotLivechat.is-open { z-index: 2147483009; }
    .fixed-feedback-button { z-index: 2147483000; }  .desktopverticalalign ul > li:nth-child(n) { list-style-type: disc; }
	
			p {
    font-weight: 500;
}
h4.modal-title {font-family: 'Nexa', sans-serif !important; font-weight: 500 !important; font-size: 20px;} 
.desktopverticalalign ul > li { font-weight: 500; }

#amenities > div > div > div > div:nth-child(n) > div > img
 {
    height: 150px;
    margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
#amenities > div > div > div > div:nth-child(n) > div > img {
      height: 110px;
      margin-bottom: 20px;
  }
}
/* fixed feedback*/
@media only screen and (max-width: 600px) {
	.onlyMobile {display:block}
	h1.h1inside {   font-size: 50px;}
	#about-puravankara h1.h1inside {   font-size: 40px;}
	.onlyDesktop {display:none}
	#header .header-nav {    display: block;}
	#header .header-row {    display: block;}
	.py-5 {  padding-top: 0rem!important;}
	.rotate-animation {    bottom: -70px;    left: 60px; }
	.brochure .col-lg-3 { border-bottom: 1px solid #bd9235 !important; border-right:medium none !important; width: 90%;padding: 0px 10px 20px; margin: 0px auto 20px;}
	#about-puravankara .col-lg-3 { border-bottom: 1px solid #bd9235 !important; border-right:medium none !important; border-left:medium none !important;  width: 90%;padding: 0px 10px 20px; margin: 0px auto 20px;}
	#whybuy .mb-5 {    margin-bottom: 1rem!important;}
	#whybuy .pb-3 { padding-bottom: 0rem!important; }
	#whybuy h1.hlts, #about-puravankara h1.hlts {    line-height: 60px;}
	#gallery .owl-dots {display:none}
	.form-group.background-white {    width: 90%;}
	.accordion.accordion-modern-status > .card .card-header a:after {    border: 1px solid #BD9234;    padding: 0px 10px;    font-size: 20px;    height: 40px;
    line-height: 40px;}
	footer p {    text-align: center;}
	.accordion.accordion-modern-status > .card .card-header a {padding:0px 20px;}
	#location iframe {height:400px !important}
	.brochure a.btn.btn-modern.rounded-0.btn-primary.btn-arrow-effect-1 { margin: 0px 0px 20px 0px; width: 100%;}
	#header.header-effect-shrink .header-logo{    display: block;    text-align: center;    margin: 10px auto;}
}
 
	iframe input#userName.demoInputBox {
    border: 1px solid #f00 !important;
}
#formModal input, #formModal select, .conbelow  input, .conbelow select {
    padding: 0px 10px !important;
}
.modal-body a {
    color: #bd9234;
    text-decoration: underline;
}
#header {height:auto !important;}
.contactbuttonsubmit {
    background: #bd9234;
    border: 10px solid #bd9234;
    border-radius: 0px;
    width: 100%;
}
.main {margin: 45px 0px 0px 0px;}
.fixed-feedback-form input, .fixed-feedback-form select {
    padding: 0px 10px !important;
}
.demoInputBox.mobvalid {
    border-radius: 5px;
}