@import url(https://fonts.googleapis.com/css?family=Merriweather:300,300i,400,400i,700,700i,900,900i|Roboto&amp;display=swap);
@import url(https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap);
@import url(https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i&display=swap);
@import url(https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap);
@import url(https://fonts.googleapis.com/css?family=Spartan:100,200,300,400,500,600,700,800,900&display=swap);
.new{font-size: 80px; padding-top: 80px; text-align: center; color: #000; font-family: Montserrat, sans-serif; font-weight: 800;}
textarea.form-control {
    height: 70px !important;
}
/* price section */
.table {
    width: 1000px;
    margin-bottom: 1rem;
    color: #fff;
}
.dark_btn{background:#00afb8; color: #fff; padding: 8px 35px; letter-spacing: 0.5px;}
.dark_btn:hover{color:#fff;}
.dark_btn.rounded{border-radius: 100px!important;}
.price_section{
    position:relative;
    padding:0px 0; 
    background:url('../img/b4.jpg') no-repeat center;
    background-size:cover;
    background-attachment: fixed;
}

.price_section:before{
    position:absolute;
    content:'';
    height:100%;
    width:100%;
    top:0;
    left:0;
    background:rgba(0 58 71 / 90%);
    z-index: 0;
}

.price_section .container{
    position:relative;
    z-index: 9;
}

.price_section .price_row{
    max-width: 90%;
    margin: auto;
    justify-content: center;
}

.price_section .price_col{
    padding: 0 15px;
}

.price_section .ov_headings{
    margin-bottom: 80px;
    text-align: center;
    width: 100%;
}

.price_section .ov_headings .sec_title{
    color:#fff;
}

.price_section .ov_headings .section_heading{
    color:#fff;
    font-weight: 600;
}

.price_section .price_img{position: absolute; top: 0; left: 0; width: 35%; height: 100%; object-fit: cover;}

.price_section .single_price{
    box-shadow: 0 5px 25px rgb(0 0 0 / 5%);
    text-align: center;
    border-radius: 20px;
    overflow: hidden;
    margin: auto;
    margin-bottom: 35px;
}
.price_section .single_price p{
    margin-bottom: 0;
}
.price_section .single_price .typology{
    background: #e7e7e7;
    min-height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    padding: 10px 20px;
    line-height: 22px;
    letter-spacing: 1px;
    max-width: calc(100% - 30px);
    margin: auto;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.price_section .price_c{
    background:#fff;
    max-width: calc(100% - 30px);
    margin:auto;
    padding: 25px 10px 35px;
}

.price_section .price{
    color: #005483;
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 0;
    line-height: 34px;
    margin: auto;
}
.price_section .price sup{
    font-weight: 400;
}
.price_section .onw{
    font-size:14px;
    color:#797979;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.price_section .title{color:#fff; font-size:14px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px;}
.price_section .type{margin-top:20px;}
.price_section .sizes p,
.price_section .type p{font-size:18px; letter-spacing: 0.5px; font-weight: 700; margin-top: 2px; color:#fff;}
.price_section .call_btn {padding: 6px 24px; font-size: 14px; margin-top: 24px;
    min-height: 42px;
    width: 100%;
    box-shadow: 0 3px 7px rgb(0 0 0 / 25%);
}
.price_section .single_price .content{
    position: relative;
    z-index: 1;
    padding: 40px 10px 20px;
    max-width: calc(100% - 30px);
    margin: auto;
    background: #fff;
}

.price_section .single_price .content:before{
    position: absolute;
    content: '';
    height: calc(100% + 50px);
    width: calc(100% + 30px);
    background: #fdfdfd;
    left: -15px;
    top: 0;
    z-index: -1;
    transform: skewY(-10deg);
    border-radius: 20px;
        background-image: linear-gradient(to bottom, #005483, #005483);
}

.price_section .single_price .content:after{
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background: #e7e7e7;
    top: -10px;
    left:0;
    z-index: -2;
    transform: skewY(-10deg);
}

/* highlight_section */

.highlight_section{
    padding:100px 0;
    background: #efefef;
}

.highlight_section .section_heading{
    position: absolute;
    writing-mode: tb-rl;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    background: #005483;
    padding: 35px 18px;
    height: calc(100% + 60px);
    text-align: center;
    letter-spacing: 4px;
    font-weight: 700;
    color: #fff;
}

.highlight_section .left_col ul,
.highlight_section .right_col ul{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.highlight_section ul li:before{
    position: absolute;
    content: '';
    height: 10px;
    width: 15px;
    display: block;
    left: -10px;
    top: 0;
    background: #fff;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    z-index: 0;
}

.highlight_section .left_col li{
    border-top-left-radius: 0;
}

.highlight_section .right_col li{
    border-top-right-radius: 0;
    text-align: left;
}

.highlight_section .right_col li:before{
    left:unset;
    right:-10px;
    clip-path: polygon(0 0, 100% 0, 0 100%);
}

.highlight_section .center_col{
    display:flex;
    align-items: center;
}

.highlight_section .center_col .image{
    position: relative;
}

.highlight_section .center_col img{
    object-fit: cover;
    border-radius: 100%;
    box-shadow: 0 0 100px rgb(0 0 0 / 5%);
    width: 380px;
    height: 380px;
}

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

.highlight_section ul li{
    margin: 10px 0;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.3px;
    background: #fff;
    padding:20px 25px;
    border-radius: 10px;
    list-style-type: none;
    position:relative;
}

.highlight_section li .count{
    position: absolute;
    left: -25px;
    top: 6px;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #005483;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    color: #fff;
}

.highlight_section .right_col li .count{
    right:-25px;
    left:unset;
}

.hide__section {
    display: block;
}
.show__section {
    display: none;
}
.service-16 h1, .service-16 h2, .service-16 h3, .service-16 h4, .service-16 h5, .service-16 h6 {
  color: #003a47;
}

.service-16 .font-weight-medium {
  font-weight: 500;
}

.service-16 .op-7 {
  opacity: 0.7;
}

.service-16 .wrap-service-16 .spacing {
  padding: 80px 35px;
}

.service-16 .wrap-service-16 .with-bg {
  width: 100%;
  min-height: 200px;
  background-size: cover;
  background-position: center center;
}

.service-16 .wrap-service-16 .with-text {
  max-width: 520px;
  margin-left: 80px;
  padding: 65px 0;
}

.service-16 .list-style-none {
  list-style: none;
}

.service-16 .bg-info-gradiant {
    background: #fff;
    /* background: #ffdb4c; */
}

.service-16 .btn-md {
    padding: 8px 20px;
    font-size: 16px;
    background-color: #003a47;
    color: #fff;
}

.service-16 .wrap-service-16 .spacing1 {padding: 30px 0px;}

.service-16 span.material-icons{
  position: absolute;
  left: 85px;
}

.service-16 ul {
  margin: 0 0 0 0px;
  padding: 0;
  list-style-type: none;
}
.service-16 ul li {
  margin-bottom: 5px;
  position: relative;
  padding-left: 15px;
  color: #212529;
  line-height: 34px;
}
.service-16 ul li::before {
  font-family: "FontAwesome";
  content: "\f0da";
  color: #212529;
  font-size: 18px;
  position: absolute;
  top: -2px;
  left: 0;
}

.amenities-gallery {
    position: relative;
    width: 100%;
    overflow: hidden;
    /* transition: all 0.5s; */
    /* border: 5px solid #000; */
    margin-bottom: 10px;
    /* box-shadow: 0 10px 8px -6px rgb(0 0 0 / 50%); */
}

.amenities-gallery img {
    width: 100%;
    transition: all 0.5s;
    /* border: 3px solid #d59742; */
    /* padding: 50px; */
    height: auto;
    /* padding: 50px 0px; */
}

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

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

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

.amelrgimg {
    height: 365px;
    object-fit: cover;
}
.nri_box_wrap {
    display: flex;
    margin: 30px 0px 0px;
    gap: 50px;
}

.nri_box_wrap .nribox_img_wrap {
    position: relative;
    width: 44px;
    text-align: center;
}

.nri_box_wrap .nribox_img_wrap:before {
    content: "";
    position: absolute;
    height: 75%;
    width: 2px;
    border-left: 1px solid #282722;
    top: 45px;
    left: 50%;
}

.nribox_txt_wrap h4 {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 30px;
}

.left-content {
    max-width: 638px;
    margin-left: auto;
    padding-left: 15px;
}

.nri_box_wrap:last-child .nribox_img_wrap:before {
    display: none;
}



/****************************************** 5th section  ********************************** */

.amiwrap {
    text-align: center;
    background: #0000001f;
    padding: 30px 10px;
    box-shadow: inset 1px 1px 14px 0px #e0e0e0;
    margin-bottom: 20px;
    min-height: 165px;
}

.amiwrap-img {
    padding: 22px 0px;
    width: 50% !important;
    margin: 0 auto;
}

.amiwrap p {
    font-size: 16px;
    margin: 10px 0px;
    text-align: initial;
    font-family: 'Playfair_Display';
    color: #A58344;
}

.amiwrap h3 {
    font-size: 13px;
    margin: 15px 0px;
    text-align: initial;
}

.amiwrap p::after {
    content: "";
    width: 20px;
    height: 3px;
    position: absolute;
    transition: all 0.2s linear;
    background: #A58344;
    left: 17px;
    top: 39px;
}

.about p {
    font-size: 14px;
    margin: 10px 18px;
}

/*----- Border Animation -----*/

.amiwrap {
    position: relative;
    cursor: pointer;
    transition: ease all 0.5s;
}

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

.amiwrap::before,
.amiwrap::after {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    transition: all 0.2s linear;
    background: #A58344;
}

.bo {
    /* padding: 26px; */
    display: flex;
    align-items: center;
    justify-content: end;
}

.bo img {
    font-size: 66px;
    width: 58px;
}

.bo1 {
    padding: 8px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bo::before {
    content: "";
    width: 2px;
    height: 0;
    position: absolute;
    transition: all 0.2s linear;
    background: #A58344;
    left: 0px;
    top: 0px;
}

.bo::after {
    content: "";
    width: 2px;
    height: 0;
    position: absolute;
    transition: all 0.2s linear;
    background: #A58344;
    right: 0px;
    top: 0px;
}

.amiwrap:hover::before,
.amiwrap:hover::after {
    width: 100%;
}

.amiwrap:hover .bo::before,
.amiwrap:hover .bo::after {
    height: 100%;
}

.border-effect::before {
    left: 50%;
    top: 0;
    transition-duration: 0.4s;
}

.border-effect::after {
    left: 50%;
    bottom: 0;
    transition-duration: 0.4s;
}

.border-effect .bo::before {
    left: 0;
    top: 50%;
    transition-duration: 0.4s;
}

.border-effect .bo::after {
    right: 0;
    top: 50%;
    transition-duration: 0.4s;
}

.border-effect:hover::before,
.border-effect:hover::after {
    left: 0;
}

.border-effect:hover .bo::before,
.border-effect:hover .bo::after {
    top: 0;
}


/*--- End of border amination----------*/

.carousel2 .owl-nav .owl-prev {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    left: 0;
    background-color: #cdae63!important;
    width: 45px;
    height: 45px;
    line-height: 45px;
    color: #fff!important;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.carousel2 .owl-nav .owl-next {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    right: 0;
    background-color: #cdae63!important;
    width: 45px;
    height: 45px;
    line-height: 45px!important;
    color: #fff!important;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.carousel2 .owl-nav .owl-prev:hover i {
    color: #000!important
}

.carousel2 .owl-nav .owl-next:hover i {
    color: #000!important
}

.carousel2 .owl-nav + .owl-dots {
    display: none!important
}
body {
  font-family: Roboto, sans-serif;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Montserrat, sans-serif;
}
header {
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 9999;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
header.sticky {
  background-color: #fff;
}
header .navbar {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  padding: 0;
}
header.sticky .navbar {
  padding: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
header .navbar .navbar-collapse {
  justify-content: center;
}
header .navbar-light .navbar-nav .nav-item {
  padding: 0 1rem;
}
header .navbar-light .navbar-nav .nav-link {
  color: #000; /* font-family: Merriweather, serif; */
  font-size: 16px;
  font-weight: 500;
  padding: 0;
}
header .navbar-light .navbar-nav .nav-link:hover {
  color: #003a47; /* font-family: Merriweather, serif; */

}
header .navbar-light .navbar-nav .nav-link.active {
  color: #003a47;
  font-weight: 500;
}
header .navbar-light .navbar-brand {
  
}
.bg-light {
  background-color: #fff !important;
}
.milestone-image a img {
  border: 2px solid #bc7c00;
}
.close_menu {
  display: none;
}
.am-sec {
  text-align: center;
  padding: 20px 10px;
  margin: 10px 0;
  transition: 0.5s ease-in-out;
  background-color: #fffbf3;
}
.am-sec i {
  font-size: 43px;
  color: #04406a;
  padding: 15px;
}
.am-sec p {
  font-size: 1.3em;
  color: #244a69;
  margin-top: 0.7em;
  text-transform: capitalize;
}
.milestone-image {
  margin-top: 20px;
  text-align: center;
}
.am-sec:hover {
  background-color: #04406a;
  border-radius: 15px;
}
.am-sec:hover i {
  color: #fff;
}
.am-sec:hover p {
  color: #fff;
}
.banner-slide {
    padding-top: 66px;
    position: relative;
    z-index: 99;
}
.banner-slide .carousel-item:before {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.banner-slide .carousel-caption {
  position: absolute;
  top: 50%;
  left: 10%;
  right: auto;
  transform: translateY(-50%);
  text-align: left;
  bottom: auto;
}
.banner-slide .carousel-caption h1 {
  font-size: 35px;
  color: #f6ad00;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  letter-spacing: 15px;
  text-align: center;
}
.banner-slide .carousel-caption h1 span {
  font-size: 60px;
  letter-spacing: 35px;
  font-family: Montserrat, sans-serif;
  color: #f6ad00;
}
.banner-slide .carousel-caption p {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 10px;
  color: #f6ad00;
  font-family: Montserrat, sans-serif;
  text-align: center;
}
.banner-slide .carousel-caption .now-in {
  font-size: 20px;
}
.call-info {
  background-color: #003a47;
  border-radius: 30px;
  padding: 10px 15px;
  color: #fff;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.download {
  background-color: #fff;
}
.download .col-md-6 {
  padding: 0;
  margin: 0;
}
.download .brochure {
  padding: 2rem 1rem;
  background-color: #f5f5f5;
}
.download .brochure button {
  background-color: #d59500;
  border: none;
  color: #ffffff;
  padding: 0.8rem 1rem;
}
.download .floorplan {
  padding: 2rem 1rem;
  background-color: #f5f5f5;
}
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none; /* margin-top: 6rem; */
}
.download .floorplan button {
  background-color: #04406a;
  border: none;
  color: #ffffff;
  padding: 0.8rem 1rem;
}
#floorplan .modal-title {
  color: #fff;
}
#downloadbrochure .modal-dialog .modal-content {
  background-color: #f6ad00;
}
#floorplan .modal-dialog .modal-content {
  background-color: #04406a;
}
#downloadbrochure .form-submit {
  margin-top: 1rem;
}
#downloadbrochure .form-submit .btn-primary {
  background-color: #04406a;
  margin-top: 1rem;
  padding: 0.6rem 2rem;
}
#floorplan .form-submit .btn-primary {
  background-color: #f6ad00;
  margin-top: 1rem;
  padding: 0.6rem 2rem;
}
.download .brochure button:focus,
.download .brochure button:active,
.download .floorplan button:focus,
.download .floorplan button:active {
  text-decoration: none;
  border: none;
  box-shadow: none;
}
.project-img img {
  border: 1px solid #04406a;
  padding: 2px;
  margin-top: 1em;
}
.call-info i {
  background-color: #fff;
  padding: 15px;
  margin: -10px 15px -10px -15px;
  border-radius: 30px;
  color: #000;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.call-info a {
  text-decoration: none;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.call-info a span {
  color: #fff;
}
header.sticky .call-info {
  border-radius: 20px;
  padding: 7px 15px;
}
header.sticky .call-info i {
  padding: 11px;
  margin: -6px 15px -5px -15px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.enquiry-form {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  right: 10%;
  left: auto;
  background: #ddddddc9;
  padding: 20px;
  z-index: 99;
  border-radius: 20px;
  text-align: center;
  width: 325px;
}
.enquiry-form h4 {
  background-color: #003a47;
  margin: -20px -20px 10px -20px;
  border-radius: 19px 19px 0 0;
  padding: 10px;
  text-align: center;
  color: #fff;
}
.enquiry-form p {
  font-size: 15px;
  font-weight: 600;
  line-height: 14px;
  position: relative;
}
.enquiry-form .form-control {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  height: calc(1.8em + 0.65rem + 2px);
  font-weight: 300;
  font-size: 15px;
  box-shadow: none;
  outline: 0;
}
.enquiry-form img {
  margin: 10px 0 auto;
  width: 270px;
}
.form-submit {
  text-align: center;
}
.form-submit .btn-primary {
  background-color: #ca984f;
  padding: 8px 20px;
  box-shadow: none;
  border: none;
  outline: 0;
  color: #fff;
  width: 100%;
}
.launch-project {
  background: #04406a;
  padding: 15px 0;
  position: relative;
  z-index: 99;
  margin-top: -76px;
}
.launch-project:before {
  position: absolute;
  content: "";
  width: 200px;
  height: 5px;
  left: 10%;
  background-color: #fff;
  top: 50%;
  transform: translateY(-50%);
}
.launch-project:after {
  position: absolute;
  content: "";
  width: 200px;
  height: 5px;
  right: 10%;
  background-color: #fff;
  top: 50%;
  transform: translateY(-50%);
}
.launch-project h4 {
  font-weight: 600;
  color: #fff;
  margin: 5px 0px 5px 0px;
}
.launch-project p {
  margin-bottom: 0;
  color: #fff;
  font-size: 16px;
}
.launch-project a {
  margin: 0;
  color: #fff;
  text-decoration: none;
}
.about-content {
  background-color: #f5f5f5;
  padding: 40px 0;
}
.about-content p strong {
  color: #04406a;
}
.about-content p:last-child {
  margin: 0;
  padding: 0px;
  margin-bottom: 16px;
}
.aboutus {
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}
.aboutus-listing ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.aboutus-listing ul li {
  color: #000;
  overflow: hidden;
  width: 47%;
  display: inline-flex;
  vertical-align: top;
  font-size: 14px;
  padding: 9px 10px 6px 20px; /* border: 1px solid rgba(0,0,0,.1); */
  margin-bottom: 4px;
  margin-right: 15px;
  position: relative;
}
.aboutus-listing ul li i {
  font-size: 14px;
  color: #04406a;
  margin-right: 10px;
  margin-top: 5px;
}
.aboutus-listing ul li p {
  overflow: hidden;
  margin-bottom: 0;
  text-align: left;
  font-size: 18px;
  font-weight: 500;
}
.aboutus-listing ul li:nth-child(even) {
  margin-right: 0;
}
.specifications {
  border-bottom: 0px solid rgba(0, 0, 0, 0.2);
}
.specifications.layout .col-lg-3 {
  margin-bottom: 30px;
}
.specifications table {
  width: 734px;
  max-width: 100%;
  margin: 0 auto;
  font-family: Spartan, sans-serif;
  border: 2px solid #04406a;
}
.specifications table td.bg {
  background: #04406a;
  color: #fff;
  width: 20%;
}
.specifications tr th {
  background-color: #04406a;
  color: #fff; /*width: 33.3%;*/
  padding: 0.25rem 0.6rem;
}
.specifications tr td {
  font-weight: 500;
  font-size: 15px;
  padding: 12px 10px;
}
.specifications .content-eoi {
  width: 575px;
  padding-top: 20px;
  margin: 0 auto;
}
.specifications .about-content {
  background-color: transparent;
  padding: 0 0 20px 0;
}
.specifications .content-eoi p {
  margin: 0 0 5px 0;
}
.specifications.layout a {
  display: block;
  overflow: hidden;
  height: 450px;
}
.our-project-content {
  padding: 20px;
  background-color: #80046f;
}
.our-project-content p {
  margin: 0;
}
.our-project .row .col-md-6:last-child .our-project-content {
  background-color: #d7ac57;
}
.our-project-content p {
  color: #fff;
  text-align: justify;
}
.section {
  padding: 60px 0;
}
.section2 {
  padding: 60px 0;
}
.amenitiesWrapper h2 {
  margin: 0;
  text-align: center;
  margin-bottom: 25px;
  padding-bottom: 15px;
  position: relative;
  color: #fff;
}
.amenitiesWrapper h2:before {
  position: absolute;
  content: "";
  width: 70px;
  height: 2px;
  background-color: #fff;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.amenitiesWrapper h2:after {
  position: absolute;
  content: "";
  border-bottom: 6px solid transparent;
  border-top: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
}
h2.sectiontitle_new {
  margin: 0;
  text-align: center;
  margin-bottom: 25px;
  padding-bottom: 15px;
  position: relative;
  color: #fff;
}
h2.sectiontitle_new:before {
  position: absolute;
  content: "";
  width: 70px;
  height: 2px;
  background-color: #fff;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
h2.sectiontitle_new:after {
  position: absolute;
  content: "";
  border-bottom: 6px solid transparent;
  border-top: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
}
h2.sectiontitle_new_blk {
  margin: 0;
  text-align: center;
  margin-bottom: 25px;
  padding-bottom: 15px;
  position: relative;
  color: #003a47;
}
h2.sectiontitle_new_blk:before {
  position: absolute;
  content: "";
  width: 70px;
  height: 2px;
  background-color: #181818;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
h2.sectiontitle_new_blk:after {
  position: absolute;
  content: "";
  border-bottom: 6px solid transparent;
  border-top: 6px solid #181818;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
}
.section h2 {
  margin: 0;
  text-align: center;
  margin-bottom: 25px;
  padding-bottom: 15px;
  color: #003a47;
  position: relative;
}
.section h2:before {
  position: absolute;
  content: "";
  width: 70px;
  height: 2px;
  background-color: #181818;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.section h2:after {
  position: absolute;
  content: "";
  border-bottom: 6px solid transparent;
  border-top: 6px solid #181818;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
}


.section2 h2 {
  margin: 0;
  text-align: center;
  margin-bottom: 25px;
  padding-bottom: 15px;
  position: relative;
  color: #fff;
}
.section2 h2:before {
  position: absolute;
  content: "";
  width: 70px;
  height: 2px;
  background-color: #fff;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.section2 h2:after {
  position: absolute;
  content: "";
  border-bottom: 6px solid transparent;
  border-top: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
}
.our-plan {
  background-color: #f1f1f1;
}
.our-plan h4 {
  color: #181818;
  margin: 30px 0 15px 0;
  font-size: 16px;
}
.our-plan ul {
  margin: 0 0 0 0px;
  padding: 0;
  list-style-type: none;
}
.our-plan ul li {
  margin-bottom: 5px;
  position: relative;
  padding-left: 15px;
  color: #fff;
  line-height: 34px;
}
.our-plan ul li::before {
  font-family: "FontAwesome";
  content: "\f0da";
  color: #fff;
  font-size: 18px;
  position: absolute;
  top: -2px;
  left: 0;
}
.our-plan h2 br {
  display: none;
}


.amenities {
  background-color: #fff;
}
.amenities h4 {
  color: #000;
  margin: 30px 0 15px 0;
  font-size: 16px;
}
.amenities ul {
  margin: 0 0 0 0px;
  padding: 0;
  list-style-type: none;
}
.amenities ul li {
  margin-bottom: 5px;
  position: relative;
  padding-left: 15px;
  color: #000;
  line-height: 34px;
}
.amenities ul li::before {
  font-family: "FontAwesome";
  content: "\f0da";
  color: #000;
  font-size: 18px;
  position: absolute;
  top: -2px;
  left: 0;
}
.amenities h2 br {
  display: none;
}
.bhk-spacing {
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: 500;
}
.our-project .media-body {
  background-color: #04406a;
  padding: 20px;
  border: 10px solid #fff;
  margin-left: -10px;
}
.our-project .media-body h5 {
  color: gold;
}
.our-project .media-body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.our-project .media-body ul li {
  color: #fff;
  margin-bottom: 4px;
  font-size: 15px;
}
.alert-section {
  margin-top: 0;
  padding: 30px 0;
  background-color: #ffb857;
  overflow: hidden;
}
.alert-section h3 {
  float: left;
  margin: 0;
  line-height: 45px;
}
#gallery { background: #fff; }
#gallery h2, h5, h4{ color: #003a47; }
#gallery h2:before {
    position: absolute;
    content: "";
    width: 70px;
    height: 2px;
    background-color: #000;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}
#gallery h2:after {
    position: absolute;
    content: "";
    border-bottom: 6px solid transparent;
    border-top: 6px solid #000;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
}
#gallery .gallery-iamge iframe {
  width: 100%;
  height: 100%;
}
#gallery .gallery-iamge1 {
  height: 100%;
}
#gallery .gallery-iamge img,
#gallery .gallery-iamge iframe {
  margin: 15px 0;
  border-radius: 0px;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 5px solid #fff;
    box-shadow: 0 0 10px #ccc;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
}
#floorplans { background: #ca984f; }
#location { background: #003a47; }
#location h2, h5, h4{ color: #fff; }
#location h2:before {
    position: absolute;
    content: "";
    width: 70px;
    height: 2px;
    background-color: #fff;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}
#location h2:after {
    position: absolute;
    content: "";
    border-bottom: 6px solid transparent;
    border-top: 6px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
}
#location .location-iamge iframe {
  width: 100%;
  height: 100%;
}
#location .location-iamge1 {
  height: 100%;
}
#location .location-iamge img,
#location .location-iamge iframe {
  margin: 15px 0;
  border-radius: 8px;
}
.alert-section a {
  float: right;
  text-decoration: none;
  background-color: #fff;
  padding: 12px 20px;
  font-size: 16px;
  border-radius: 10px;
  color: #000;
  font-weight: 400;
}
.alert-section a:hover,
.possession.further-assistance.alert-section a:focus {
  background-color: #04406a;
  color: #fff;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.our-project .container-fluid {
  padding: 0 1px;
}
.our-project .owl-carousel .owl-item {
  margin-right: 0;
}
.our-project .owl-carousel .owl-nav button.owl-next span,
.our-project .owl-carousel .owl-nav button.owl-prev span {
  display: none;
}
.our-project .row {
  margin: 0 -1px;
}
.our-project .container {
  margin-top: 30px;
}
.our-project .container .row {
  margin: 0 -15px;
}
.further-assistance.alert-section h3 {
  float: none;
  color: #04406a;
  font-size: 40px;
  font-weight: 900;
}
.our-plan .row .col-lg-6 img {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.disclaimer {
  padding-top: 100px;
}
footer {
  background-color: #003a47;
  border-top: 0px solid #003a47;
  position: relative;
  z-index: 999;
}
.footer-address p {
  margin: 0 0 15px 0;
  font-size: 26px;
  padding: 10px 0 0px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.9);
  color: #fff;
  font-weight: 600;
}
.footer-address .address i {
  color: #181818;
  font-size: 20px;
  margin-right: 20px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  background-color: #fff;
  text-align: center;
  border-radius: 100px;
}
.footer-address .address {
  border: none;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  letter-spacing: initial;
  margin-right: 20px;
}
.footer-address a {
  border: none;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  letter-spacing: initial;
}


.footer-form {
  background-color: #0003;
  padding: 30px 40px;
}
.footer-form h4 {
  color: #fff;
  font-size: 30px;
  margin-bottom: 0;
}
.footer-form p {
  color: #fff;
  font-size: 16px;
  padding-bottom: 15px;
  margin-bottom: 20px;
  position: relative;
}
.footer-form p:before {
  position: absolute;
  content: "";
  left: 0;
  background-color: #fff;
  width: 50px;
  height: 2px;
  bottom: 0;
}
.footer-form label {
  color: #fff;
  font-size: 15px;
}
.footer-form .form-control {
  background-color: #fff;
  border: none;
  font-size: 15px;
}
.footer-form textarea.form-control {
  resize: none;
}
.footer-form .form-submit {
  text-align: left;
}
.footer-form .form-submit .btn-primary {
  background-color: #ca984f;
}
.copyright {
  background-color: #ca984f;
  padding: 15px 0;
}
.copyright p {
  color: #fff;
  margin: 0;
  text-align: center;
  font-size: 0.7rem;
}
.copyright p.newp {
  color: #c1c1c1;
  margin: 0;
  text-align: center;
  font-size: 0.8rem;
}
.copyright a {
  color: #04406a;
  text-decoration: none; 
  cursor: pointer;
}
.copyright p span {
  margin-left: 30px;
}
.project-modal .modal-header {
  background-color: #04406a;
  padding: 10px;
}
.project-modal .modal-header h5 {
  color: #fff;
}
.project-modal .modal-header .close {
  border: none;
  box-shadow: none;
  opacity: 1;
  color: #fff;
  outline: 0;
}
.project-modal .modal.fade .modal-dialog {
  top: 40%;
  transform: translateY(-50%);
  z-index: 999;
}
.project-modal .modal-body .form-control {
  font-size: 15px;
  box-shadow: none;
}
.project-modal .form-submit .btn-primary {
  box-shadow: none;
  outline: 0;
  border: none;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.project-modal .form-submit .btn-primary:focus,
.project-modal .form-submit .btn-primary:hover {
  background-color: #04406a;
  box-shadow: none;
}
.bid-site-visit {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  text-align: center;
  background-color: #04406a;
  z-index: 99;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: none;
}
.bid-site-visit .expert-advice {
  width: 40%;
  float: left;
  padding: 5px 0;
  text-decoration: none;
  color: #fff;
} /* .bid-site-visit .expert-advice:first-child {  border-right: 1px solid #000;} */
.bid-site-visit .expert-advice {
  border-right: 1px solid #0003;
}
.bid-site-visit .btn-in img,
.bid-site-visit .expert-advice img {
  margin: 0 auto 5px;
  display: block;
}
.bid-site-visit .btn-in {
  width: 50%;
  padding: 10px 0;
}
.alert-section br {
  display: none;
}
.right-form {
  position: fixed;
  width: 270px;
  top: 50%;
  transform: translateY(-50%);
  right: -270px;
  font-family: Montserrat, sans-serif;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  z-index: 9;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 999;
}
.right-form.active {
  right: 0;
}
.right-form img {
  margin: 0 0 0px 15px; max-width: 94%;
}
.right-form .underline {
  position: absolute;
  left: 59%;
  top: 32px;
  width: 42%;
  transform: translateX(-50%);
}
.get-call-back {
  position: absolute;
  left: -104px;
  top: 40%;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  font-size: 18px;
  font-weight: 600;
  background-color: #003a47;
  color: #fff;
  text-decoration: none;
  padding: 8px 22px;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.6);
  font-family: Montserrat, sans-serif;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
}
.right-form.active .get-call-back {
  top: 61px;
}
.get-call-back:focus,
.get-call-back:hover {
  background-color: #000;
  color: #fff;
  text-decoration: none;
}
.right-form {
  background-color: #fff;
  padding: 0;
}
.td-width {
  width: 200px !important;
  text-align: center;
}
.right-form p {
  font-size: 17px;
  font-weight: 600;
  margin: 0;
  padding: 10px 20px 10px 20px;
  text-transform: uppercase;
  margin-bottom: 0;
  background-color: #fff;
  color: #04406a;
  margin-left: 77px;
}
.right-form form {
  padding: 15px 15px 40px 15px;
  margin: 0;
  background-color: #eaeaea;
  border-top: 2px solid #000;
}
.landingpage-form.right-form form {
  padding: 20px;
}
.right-form .form-control {
  font-family: "Josefin Sans", sans-serif;
  border-radius: 0;
  outline: 0;
  font-size: 14px;
  height: 42px;
}
.right-form .form-control:focus,
.right-form .form-control:hover {
  box-shadow: none;
  border: 1px solid #ccc;
}
.right-form .btn-primary {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  border-radius: 0;
}
.whatsapp_btn {
  position: fixed;
  bottom: 64px;
  right: 20px;
  display: none;
  border-radius: 10px;
  z-index: 999; /* -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, .5);  -moz-box-shadow: 3px 3px 6px rgba(0, 0, 0, .5);  box-shadow: 3px 3px 6px rgba(0, 0, 0, .5); */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}
.whatsapp_btn img {
  width: 40px;
  height: 40px;
}
.thanksyou-section {
  text-align: center;
  padding: 228px 0 100px;
  min-height: 97vh;
  font-size: 15px;
  color: #757474;
}
.thanksyou-section .thanks {
  clear: both;
  width: 100%;
  font-size: 60px;
  color: #4caf50;
  font-weight: 900;
  padding-bottom: 30px;
  margin: 0;
  text-transform: uppercase;
}
.thanksyou-section i {
  clear: both;
  width: 100%;
  font-size: 72px;
  color: #4caf50;
  text-align: center;
  font-weight: 700;
  padding-bottom: 35px;
}
.thanksyou-section span {
  color: #ff5722;
  font-weight: 500;
}
.thanksyou-section + .copyright {
  margin-top: -50px;
  padding: 15px 0;
}
#Projects .owl-item {
  margin-top: 20px;
}
.header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 1400px) {
  .banner-slide .carousel-caption h1 {
    font-size: 50px;
  }
  .banner-slide .carousel-caption p {
    font-size: 20px;
  }
  .enquiry-form .form-control {
    height: calc(1.75em + 0.75rem + 2px);
  }
  .banner-slide .carousel-caption {
    left: 5%;
  }
  .enquiry-form {
    right: 5%;
  }
}
@media (max-width: 1199px) {
  header .navbar-light .navbar-toggler {
    background-color: gold;
  }
  header .navbar-light .navbar-toggler {
    background-color: #ca984f;
    border-radius: 100px;
    padding: 0;
    width: 45px;
    height: 45px;
    border: 0 solid rgba(0, 0, 0, 0.1);
    box-shadow: none;
    outline: 0;
    margin-left: 50%;
  }
  header .navbar-collapse {
    position: fixed;
    width: 250px;
    top: 0;
    bottom: 0;
    right: -250px;
    overflow-y: auto !important;
    display: block !important;
    left: auto;
    height: auto !important;
    background-color: #003a47f1;
    border: 2px solid #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    z-index: 99;
  }
  header .navbar-collapse.show {
    right: 0;
  }
  .close_menu {
    display: block;
    overflow: hidden;
    margin: 0 0 30px 0;
  }
  .close_menu a {
    width: 68px;
    line-height: 30px;
    background-color: #ca984f;
    color: #fff;
    padding: 4px 10px;
    display: inline-block;
    text-align: center;
    float: right;
  }
  .close_menu a:focus,
  .close_menu a:hover {
    background-color: #04406a;
  }
  .navbar-light .navbar-nav .active > .nav-link {
    color: #fff;
  }
  header .navbar-light .navbar-nav .nav-item.active {
    color: #fff;
  }
  header .navbar-light .navbar-nav .nav-link {
    color: #fff;
    padding: 10px 0;
    border-bottom: 1px solid #fff;
    font-size: 15px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
  }
  header .navbar-light .navbar-nav .nav-link.active,
  header .navbar-light .navbar-nav .nav-link:focus,
  header .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
  }
}
@media (max-width: 1024px) {
  .banner-slide .carousel-caption p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .hide__section {
    display: none;
}
.show__section {
    display: block;
}
  .banner-slide .carousel-caption {
    left: 5%;
    right: 5%;
  }
  .am-sec {
    text-align: center;
    padding: 2px 0px;
    margin: 1px 0;
  }
  .am-sec i {
    font-size: 25px;
    padding: 8px;
  }
  .am-sec p {
    font-size: 0.9em;
    color: #244a69;
    margin-top: 0em;
    text-transform: capitalize;
  }
  .enquiry-form {
    position: static;
    transform: none;
    margin: 20px 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
  .right-form {
    /* display: none; */
  }
  .our-project .media {
    display: block;
  }
  .our-project .media img {
    width: 100%;
  }
  .our-project .media-body {
    margin-left: 0;
  }
  .alert-section {
    text-align: center;
  }
  .alert-section h3 {
    float: none;
    display: block;
    font-size: 26px;
  }
  .alert-section a {
    float: none;
    margin: 5px 0 0 0;
    display: inline-block;
  }
  .launch-project:before {
    width: 100px;
  }
  .launch-project:after {
    width: 100px;
  }
  .footer-address p {
    margin: 0;
  }
  .footer-address a {
   
    display: inline-block;
  }
}
@media (max-width: 767px) {
    .table {
    width: 500px;
    margin-bottom: 1rem;
    color: #fff;
}
   /* price section */
.highlight_section {
    padding: 40px 0;
    background: #efefef;
}
    .price_section{
        
        background-size: cover;
        background-attachment: fixed;
    }

    .price_section .price_row{
        /* max-width:100%; */
    }

    .price_section .price_col{
        padding: 0 15px;
    }

    .price_section .single_price .typology{
        letter-spacing: 0.5px;
    }

    .price_section .price{
        font-size: 28px;
    }

    .price_section .onw{
        font-size: 12px;
    }

    .price_section .title{
        font-size: 13px;
    }

    .price_section .sizes p, .price_section .type p{
        font-size: 17px;
    }

    .price_section .type{
        margin-top: 15px;
    }

    .price_section .single_price .content{
        margin-top: -1px;
    }

    .price_section .price_c{
        margin-top: -1px;
    }



    /* highlights section */

    .highlight_section .left_col ul{
        padding-left:30px;
    }

    .highlight_section .right_col ul{
        padding-right:0px;
        padding-left:30px;
    }

    .highlight_section .section_heading{
        position:relative;
        writing-mode: unset;
        top:unset;
        padding:0;
        background:unset;
        left: unset;
        transform: unset;
        letter-spacing: 1px;
        height:auto;
    }

    .highlight_section .right_col li {
        border-top-right-radius: 10px;
        text-align: left;
    }

    .highlight_section .right_col li:before{
        left:-10px;
        clip-path: polygon(0 0, 100% 0, 100% 100%);
    }

    .highlight_section .right_col li .count{
        left: -25px;
        right:unset;
    }

    .highlight_section ul li{
        padding: 15px 20px;
        line-height: 20px;
        margin: 5px 0;
    }
    .d_sm_none {
    display: none!important;
}
  .about-content {
  background-color: #f5f5f5;
  padding: 30px 0;
}
  .wid{width: 30%;}
   .bo {
        padding: 25px 0px;
        display: flex;
        align-items: center;
        justify-content: inherit;
    }
    .amiwrap {
        text-align: center;
        /* background: #fff; */
        padding: 10px 0px;
        box-shadow: 1px 1px 25px #e0e0e0;
        margin-bottom: 20px;
    }
    .space {
        padding: 60px 40px;
    }
    .amenities-icon {
        width: 100%;
    }
    .agent-info {
        padding: 0px 0px 40px;
    }
  .table-responsive-sm.new-w {
    padding: 7px;
  }
  #gallery .gallery-iamge img,
  #gallery .gallery-iamge iframe {
    margin: 7px 0;
    border-radius: 8px;
  }
  .m-magrin-t {
    margin-top: 1rem !important;
  }
  #aminities .col-6 {
    padding-left: 8px;
    padding-right: 8px;
  }
  .disclaimer h1 {
    font-size: 20px;
  }
  .disclaimer h2 {
    font-size: 20px;
  }
  .td-width {
    width: 120px !important;
  }
  #enq-now-form .form-group {
    margin-bottom: 0.3rem;
  }
  header .navbar-light .navbar-brand {
    width: 200px;
    padding: 5px 0;
    margin-right: 0;
  }
  .specifications tbody {
    border: 2px solid #8b226b;
  }
  .gallery-img-display {
    /*display: none;*/
  }
  header.sticky .call-info {
    border-radius: 50px;
  }
  header .navbar-light .navbar-brand {
    width: 135px;
  }
  header.sticky .call-info i {
    margin: -3px 0 -5px -10px;
  }
  header.sticky .navbar {
    padding: 0 10px;
  }
  .banner-slide {
    padding-top: 74px;
}
  .banner-slide .carousel-caption h2 {
    font-size: 40px;
  }
  .banner-slide .carousel-caption h2 span {
    font-size: 50px;
  }
  .section h2 {
    font-size: 24px;
  }
  .new-w tr th,
  .new-w tr td {
    width: 50%;
  }
  .bid-site-visit {
    display: block;
  }
  .call-info {
    width: 46px;
    height: 46px;
    line-height: 30px;
  }
  .call-info i {
    padding: 0;
    margin: 0;
    color: #fff;
    background-color: #003a47;
  }
  .alert-section h3 {
    font-size: 18px;
    line-height: 28px;
  }
  .aboutus-listing ul li {
    width: 100%;
    margin-right: 0;
    color: #000;
    overflow: hidden;
    display: inline-flex;
    vertical-align: top;
    font-size: 14px;
    padding: 6px 6px 6px 6px;
    margin-bottom: 0px;
    position: relative;
    border: none;
  }
  .aboutus-listing {
    text-align: left !important;
  }
  .specifications table {
    width: 600px;
  }
  .specifications tr td {
    font-size: 14px;
  }
  .call-info span {
    display: none;
  }
  .our-plan .row .col-lg-6:first-child {
    margin-bottom: 20px;
  }
  .further-assistance.alert-section h3 {
    font-size: 32px;
    line-height: 38px;
  }
  .alert-section {
    padding: 20px 0;
  }
  .alert-section br {
    display: block;
  }
  .launch-project:after,
  .launch-project:before {
    display: none;
  }
  .specifications.layout .col-lg-3:last-child {
    margin-bottom: 0;
  }
  .our-project .row .col-lg-4:nth-child(4),
  .our-project .row .col-lg-4:nth-child(5),
  .our-project .row .col-lg-4:nth-child(3),
  .our-project .row .col-lg-4:nth-child(1),
  .our-project .row .col-lg-4:nth-child(2),
  .our-project .row .col-lg-4:nth-child(6) {
    display: block;
  }
  #gallery .iamge img {
    width: 100%;
  }
  img.img-fluid.img-thumbnail {
    margin-top: 14px;
    border-radius: 16px;
  }
  .our-project .owl-carousel .owl-item:nth-child(10),
  .our-project .owl-carousel .owl-item:nth-child(3) {
    display: none;
  }
  .whatsapp_btn {
    display: block;
    z-index: 999;
    bottom: 9px;
    right: 19px;
  }
  .thanksyou-section + .copyright {
    margin-top: 0;
  }
  .thanksyou-section .thanks {
    font-size: 50px;
  }
  .thanksyou-section {
    padding: 110px 0 40px;
    min-height: 85vh;
  }
  .copyright {
    padding-bottom: 74px;
  }
  .thankss.copyright {
    margin-bottom: 0;
  }
}
@media (max-width: 640px) {
  header .navbar {
    padding: 5px;
  }
  header .navbar-light .navbar-brand {
    width: 210px;
  }
  .banner-slide .carousel-caption h1 {
    font-size: 30px;
  }
  .banner-slide .carousel-caption h1 span {
    font-size: 40px;
  }
  .banner-slide .carousel-caption p {
    font-size: 14px;
  }
  .banner-slide .carousel-caption .now-in {
    font-size: 14px;
  }
  .specifications .content-eoi {
    width: 100%;
    max-width: 100%;
  }
  .specifications .content-eoi p {
    font-size: 14px;
  }
  .footer-address .address {
    
  }
  .footer-address h3 {
    font-size: 24px;
  }
  .footer-address .address {
    position: relative;
    padding-left: 70px;
    padding-top: 15px;
  }
  .footer-address .address i {
    position: absolute;
    left: 0;
    top: 0;
    margin-right: 20px;
  }
  .footer-form {
    margin-top: 20px;
  }
  .whatsapp-image {
    display: none;
  }
}
.scrollprice {
  display: none !important;
}
@media (max-width: 575px) {
  .scrollprice {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    position: relative;
    padding: 10px 15px 0px 15px;
    display: block !important;
  }
  .scrollprice:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 15px;
    left: 22%;
    top: 62%;
    transform: translateY(-50%);
    background: url(../img/left.png);
  }
  .scrollprice:after {
    position: absolute;
    content: "";
    width: 50px;
    height: 15px;
    right: 22%;
    top: 62%;
    transform: translateY(-50%);
    background: url(../img/right.png);
  }
}
@media (max-width: 533px) {
  .footer-address .address {
    padding-top: 0;
  }
  
  .footer-address .address i {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
  .footer-address .address,
  .footer-address a {
    font-size: 15px; color: #fff; line-height: 50px;
  }
  .footer-address .pad{padding-left: 50px;}
  .footer-address .address {
    padding-left: 0px;
  }
}
@media (max-width: 480px) {
    .new{ font-size: 24px; }
  .footer-address .pad{padding-left: 50px;}
  .banner-slide .carousel-item img {
    height: 195px;
  }
  
  .banner-slide .carousel-caption p {
    display: block;
  }
  .banner-slide .carousel-caption p {
    letter-spacing: 6px;
  }
  .specifications table {
    width: 100%;
    max-width: 100%;
  }
  .specifications .container {
    padding-left: 0;
    padding-right: 0;
  }
  .specifications tr td {
    font-size: 13px;
  }
  .scrollprice:before {
    left: 17%;
    top: 62%;
  }
  .scrollprice:after {
    right: 17%;
    top: 62%;
  }
}
@media (max-width: 420px) {
  header .navbar {
    padding: 5px 15px 5px 5px;
  }
  .banner-slide .carousel-caption h1 {
    font-size: 25px;
  }
  .banner-slide .carousel-caption h1 span {
    font-size: 35px;
  }
  .specifications .content-eoi {
    width: 320px;
  }
  .our-plan h2 br {
    display: block;
  }
  .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
  }
  .enquiry-form {
    padding: 20px 10px;
    margin: 10px 10px 10px;
  }
  .enquiry-form .form-group {
    margin-bottom: 0.5rem;
  }
  .enquiry-form h4 {
    margin: -20px -10px 10px -10px;
    font-size: 20px;
  }
  .launch-project h4 {
    font-size: 14px;
  }
  .specifications tr td {
    padding: 12px 10px;
  }
  .our-project .owl-carousel .owl-nav button.owl-next,
  .our-project .owl-carousel .owl-nav button.owl-prev {
    display: none;
  }
  .copyright a {
    margin-left: 0;
  }
  .copyright p span {
    margin-left: 0;
  }
  .footer-address .address { margin: 30px 0 30px;
   
  }
  .footer-address .address2 { margin: 50px 0 30px;
   
  }
  .scrollprice:before {
    left: 12%;
    top: 62%;
  }
  .scrollprice:after {
    right: 12%;
    top: 62%;
  }
}
.our-project .row .col-lg-12 {
  padding: 0 1px;
  margin-bottom: 2px;
}
.our-project {
  background: #f5f5f5;
}
.specifications tr td sup {
  color: #000;
  font-size: 20px;
  top: 5px;
  left: -5px;
}
.specifications tr td .fas {
  color: #04406a;
  font-size: 14px;
  padding-right: 8px;
}
.dr-payment-plan585 h4 {
  font-size: 18px;
  font-weight: 600;
  margin-left: 260px;
  margin-top: 20px;
  position: relative;
  padding-left: 25px;
  background: #eee;
  width: 590px;
  padding: 10px 20px;
}
.dr-payment-plan585 h4:before {
  content: "";
  width: 5px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #80046f;
}
.dr-payment-plan585 h4 span {
  padding-left: 20px;
  color: #04406a;
}
@media (max-width: 991px) {
  .dr-payment-plan585 h4 {
    font-size: 18px;
    font-weight: 600;
    margin-left: 50px;
  }
}
@media (max-width: 767px) {
  .section {
    padding: 30px 0;
  }
  footer {
    z-index: 9;
  }
  .copyright p {
    margin: 0;
    text-align: center;
    font-size: 0.6rem;
  }
  .owl-item video {
    padding-top: 20px;
  }
  .copyright .container-fluid {
    padding-left: 8px;
    padding-right: 8px;
  }
  .dr-payment-plan585 h4 {
    font-size: 18px;
    font-weight: 600;
    margin-left: 0;
    width: auto;
  }
  .launch-project {
    margin-top: 0px;
  }
}
.dr-payment-plan585 .table-bordered td {
  background-color: #fff4d7 !important;
  color: #04406a;
}
.banner-slide .carousel-caption {
  display: none !important;
}
.launch1 {
  display: none;
}
@media (max-width: 991px) {
  section.launch-project {
    display: none;
  }
  .launch1 {
    display: block;
  }
}
.table td,
.table th {
  vertical-align: center !important;
}
.plus-captcha {
  display: flex;
}
.plus-captcha .plus-text {
  margin: 5px 5px;
  display: flex;
  align-items: center;
}
.plus-captcha span {
  margin-top: 7px;
  margin: 6px 6px;
}
.bot-text {
  margin-bottom: 0.4rem;
}
.contact .contact-form .plus-captcha p span {
  display: initial;
}
.right-form .plus-captcha .plus-text {
  margin: 5px 5px;
  display: flex;
  align-items: center;
  background-color: transparent;
  font-size: 16px;
  padding: 0;
}
.footer-form .plus-captcha .plus-text:before {
  display: none;
} /* add-css */
.spanoverview {
  background: #bea668;
  padding: 2px;
}
.amenitiesWrapper img {
  width: 100%;
  display: block;
}
.amenitiesWrapper {
  background: #003a47;
  padding: 50px 0 20px 0;
}
.featBox {
  max-width: 25%;
  flex: 0 0 25%;
}
.featBox section {
  padding: 10px 20px;
  
  height: 100%;
 
  transition: all ease-in-out 500ms;
}
.featBox section .img-fluid {

  margin: 16px auto;


  padding: 10px;
}
.featBox section .img-fluid img {

  transition: all ease-in-out 500ms;
}

.featBox section h3{ text-align: center; color: #fff; font-size: 22px; }

.featBox section .btn-primary {
    color: #fff;
    background-color: #4f8309;
    border-color: #4f8309;
    font-size: 12px;

    margin: 0 auto !important;
    width: 120px !important;
    display: block;
}

.featBox section p.text-uppercase {
  letter-spacing: 1px;
  font-size: 13px;
  margin-bottom: 8px;
  text-align: center;
}
.featBox section p {
  font-size: 16px;
  text-align: center;
  color: #fff;
  text-transform: none;

}

.featBox2 {
    max-width: 25%;
    flex: 0 0 25%;
}

.featBox2 section {
  
   
    height: 100%;
    cursor: pointer;
    transition: all ease-in-out 500ms;
}

.featBox2 section .img-fluid {
    width: 74px;
    margin: 16px auto;
   
    /* filter: brightness(0.15); */
    border-radius: 50%;

    padding: 10px;
}

.featBox2 section .img-fluid img {
    
    transition: all ease-in-out 500ms;
}

.featBox2 section:hover img {
    transform: rotate(360deg);
}

.featBox2 section p.text-uppercase {
    letter-spacing: 1px;
    font-size: 13px;
    margin-bottom: 8px;
    text-align: center;
}

.featBox2 section p {
    font-size: 15px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 1px black;
    margin-bottom: 0rem;
}

.featBox2 section h6 {
    font-size: 13px;
    text-align: center;
    color: #ffd966;
 
    text-shadow: 0 1px black;
}

.bannerText {
  text-align: left;
  z-index: 9;
  color: #fff;
  background: linear-gradient(to right, #04406a, transparent);
  position: absolute;
  top: 35%;
  padding-left: 20px;
}
.bannerText p {
  font: 700 15px "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.bannerText h1,
.bannerText h2 {
  font-family: robot;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 50px;
}
.bannerText h2 {
  color: #ffffff;
}
@media (max-width: 1024px) {
  .featBox {
    max-width: 25%;
    flex: 0 0 25%;
  }
}
@media (max-width: 812px) {
}
@media (max-width: 500px) {
  .overview-box {
    width: 48%;
    margin: 3px auto;
  }
  .featBox2 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
  .col-4,
  .col-8 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .featBox {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .readmore a {
    padding: 5px 5px;
  }
  .hm-loctionContainer .col-lg-6 {
    padding: 0;
    margin: 10px 0;
  }
  .heading h3 {
    margin-top: 20px;
    font-size: 20px;
  }
  .bannerText {
    padding: 9px;
  }
  .carousel-item section {
    align-items: flex-start;
    margin-top: 10px;
  }
  .featSlider {
    max-height: 400px;
    overflow: auto;
  }
  .hm-loctionContainer {
    background-size: cover;
  }
  iframe {
    height: 200px !important;
  }
  .top-menu ul li a {
    font-size: 12px;
    padding: 4px;
  }
}
.sec_5 {
  background-color: #04406a;
  padding: 3rem 0 2.5rem;
}
.prclist {
  background-color: rgba(255, 255, 255, 0.7);
  margin-bottom: 2rem;
  border-radius: 0.4rem;
  text-align: center;
}
.cate_name {
  padding: 0.7rem 0;
  background-color: rgba(53, 53, 53, 0.2);
  border-radius: 0.4rem 0.4rem 0 0;
  font-size: 1.3rem;
}
.floorname {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 0.5rem 0.5rem 0.8rem;
  font-size: 0.8rem;
  line-height: 180%;
}
.allvalue {
  padding: 0.5rem 0.5rem 0.8rem;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 0 0 0.4rem 0.4rem;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 100%;
}
.floorarea {
  background-color: rgba(192, 158, 82, 0.2);
  padding: 0.5rem 0.5rem 0.8rem;
  font-size: 0.8rem;
  line-height: 180%;
}
.floorname span {
  display: block;
  font-size: 1.3rem;
}
.floorarea .btn-outline-primary {
  background: #04406a;
  border: 1px solid #0003;
  color: #000;
}
.banner-offers {
  padding: 100px 0px 0 10px;
  position: absolute;
  top: 15%;
  left: 5%;
  z-index: 99;
}
.banner-offers h4 {
  display: block;
  padding: 0.5rem;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
}
.banner-offers h4 span {
  display: block;
  font-size: 20px;
  text-transform: capitalize; /* line-height: 1.4vw; */
  text-shadow: 0 1px 2px #000;
  color: #fff;
}
.banner-offers h5 {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 10px 12px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1rem;
  text-transform: capitalize;
  text-shadow: 0 1px 2px #000;
  list-style: none;
}
a.btn.enquire-btn.call-now {
  color: #fff;
  background-color: #04406a;
}
.pro-status {
  display: inline-block;
  padding: 0.5rem;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  background-color: #003a47;
}
.pro-tag-line {
 
  font-size: 20px;
 
  color: #000;
}
.pro-price {
  display: block;
  padding: 0.3rem;
  color: #fff;
  text-shadow: 0 1px 2px #000;
  font-size: 25px;
}
.enquire-btn {
  font-size: 16px;
  padding: 0.5rem; /* margin-left: 15px; */
}
.enquire-btn.form {
  font-size: 16px;
  padding: 0.6rem;
  margin: 0 auto;
  display: block;
}
.banner-offers p {
  margin: 8px 15px;
}
.banner-offers ul {
  padding-left: 20px;
  list-style: none;
  background: #0e66ae;
}
.banner-offers ul li {
  /* text-align: center; */
  font-size: 15px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 8px;
  padding: 2px;
}
.banner-offers p {
  margin: 8px 15px;
}
.banner-offers ul {
  padding-left: 20px;
  list-style: none;
  background: #0e66ae;
}
.banner-offers ul li {
  /* text-align: center; */
  font-size: 15px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 8px;
  padding: 2px;
}
button.enquire-btn {
  color: #fff;
  background-color: #04406a;
  margin: 6px;
}
button.enquire-btn:hover {
  color: #fff;
  background-color: #04406a;
  margin: 6px;
}
.whtsap-btn img {
  width: 50px;
}
.whtsap-btn {
  position: fixed;
  bottom: 30px;
  left: 30px;
  z-index: 999;
  font-size: 31px;
  color: #fff;
  padding: 0;
  margin: 0;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: #248e4f;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}
.call_pop a {
  display: block;
  background: #ffffff;
  text-align: center;
  padding: 7px 0px;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  border-radius: 5px;
  margin-top: 0rem;
  text-decoration: none;
}
.call_pop a i {
  font-size: 25px;
  color: #000;
}
.enquire-now-form .modal-dialog {
  max-width: 350px;
}
.enquire-now-form .modal-content {
  background: #003a47;
}
.enquire-now-form h5.modal-title {
  text-align: center !important;
  color: #fff;
}
.enquire-now-form .modal-header {
  text-align: center;
  display: inline-block;
}
.enquire-now-form .modal-header .close {
  padding: 0;
  margin: 0;
  position: absolute;
  color: #fff;
  right: -1px;
  top: -1px;
  background: #ca984f;
  opacity: 1;
  font-size: 18px;
  padding: 8px;
  border-radius: 0;
  outline: none;
}

.enquire-now-form2 p{ color: #fff; font-size: 12px; font-weight: 400 ; padding: 2px 5px ; }
.modal{z-index: 9999;}
.enquire-now-form2 .modal-dialog {
  max-width: 1200px;
}
.enquire-now-form2 .modal-content {
  background: #003a47;
}
.enquire-now-form2 h5.modal-title {
  text-align: center !important;
  color: #fff;
}
.enquire-now-form2 .modal-header {
  text-align: center;
  display: inline-block;
}
.enquire-now-form2 .modal-header .close {
  padding: 0;
  margin: 0;
  position: absolute;
  color: #fff;
  right: -1px;
  top: -1px;
  background: #ca984f;
  opacity: 1;
  font-size: 18px;
  padding: 8px;
  border-radius: 0;
  outline: none;
}
.fix-footer {
  display: none;
}
#totop a {
  width: 40px;
  height: 40px;
  background-color: #ca984f;
  position: fixed;
  bottom: 60px;
  right: 5px;
  line-height: 40px;
  color: #fff;
  left: auto;
  top: auto;
  text-align: center;
  border-radius: 5px;
}
.inner-padd {
  padding: 6rem 0 1rem;
  background: #f5f5f5;
}
@media (max-width: 576px) {
  .enquire-now-form .modal-dialog {
    max-width: 100% !important;
  }
  .featSlider {
    max-height: inherit;
    overflow: auto;
  }
}
@media (max-width: 768px) {
  .service-16 .wrap-service-16 .with-text {

  padding: 65px 0;
}
  .service-16 .wrap-service-16 .with-text {
    margin-left: 0px;
    padding: 30px;
}
  .whtsap-btn {
    display: none;
  }
  .fix-footer {
    height: 45px;
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    padding: 5px 0;
    z-index: 99;
    box-shadow: rgb(204 219 232) 3px 3px 6px 0px inset,
      rgb(255 255 255 / 50%) -3px -3px 6px 1px inset;
  }
  .fix-footer p {
    float: left;
    width: 33.33%;
    text-align: center;
    margin: 0;
    padding: 0;
    margin-top: 7px;
  }
  .fix-footer p a {
    float: left; /* width: 33%; */
    margin: 0;
    padding: 0;
    display: flex;
  }
  .fix-footer p a img {
    width: 20px;
    margin: 0 4px;
  }
  .fix-footer p a span {
    float: left;
    width: 100%;
    color: #000;
  }
}
@media (max-width: 991px) {
  .banner-offers {
    padding: 20px 0px 0 10px;
    top: 2%;
  }
  .banner-offers h4 {
    font-size: 12px;
    padding: 0;
  }
  .banner-offers h4 span {
    font-size: 12px;
  }
  .pro-tag-line {
    padding: 0;
    font-size: 12px;
  }
  .enquire-btn {
    padding: 0.2rem 0.3rem;
    font-size: 12px;
  }
  .enquiry-form-mar-mob {
    margin: 15px !important;
  }
  .enquiry-form {
    width: 100%;
    position: relative !important;
    margin: 0 !important;
    transform: none !important;
    right: 0 !important;
    left: 0 !important;
  }
  header .navbar-light .navbar-toggler {
    margin-left: 8%;
  }
  .get-call-back {
    padding: 5px 5px;
    font-size: 14px;
    left: -68px;
  }
  .right-form.active .get-call-back {
    top: 36px;
  }
  .whatsapp_btn {
    display: none;
  }
}
@media (max-width: 768px) {

.enquire-now-form2 .modal-dialog {
 
}
  .banner-offers {
    padding: 0px;
    top: 10% !important;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    left: 0 !important;
  }
  .banner-offers h4 {
    font-size: 20px;
    padding: 0;
    margin-bottom: 15px;
  }
  .banner-offers h4 span {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .pro-tag-line {
    padding: 0;
    font-size: 20px;
    margin-bottom: 15px;
  }
  .enquire-btn {
    padding: 0.2rem 0.3rem;
    font-size: 20px;
  }
  .banner-slide .carousel-item img {
    min-height: 195px;
  }
}
@media only screen and (min-width: 500px) and (max-width: 768px) {
  header .navbar-light .navbar-toggler {
    margin-left: 45%;
  }
  .banner-offers {
    top: 7%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 991px) {
  .banner-offers {
    top: 10%;
  }
  .banner-offers h4 {
    font-size: 16px;
    padding: 0;
  }
  .banner-offers h4 span {
    font-size: 16px;
  }
  .pro-tag-line {
    padding: 0;
    font-size: 16px;
  }
  .enquire-btn {
    padding: 0.5rem;
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-offers {
    padding: 0px 0px 0 10px;
    top: 20%;
  }
  .enquiry-form {
    padding: 10px;
  }
  .enquiry-form h4 {
    margin: 0 0 10px 0;
  }
  .enquiry-form .form-group {
    margin-bottom: 0.5rem;
  }
  .enquiry-form p {
    display: none;
  }
  .enquiry-form .form-control {
    height: calc(1.25em + 0.75rem + 2px);
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1260px) {
  header .navbar-light .navbar-nav .nav-item {
    padding: 0 0.7rem;
  }
}
@media only screen and (min-width: 992px){ .info-box{ width: 27vw; top: 8px; left: 10px; background-color: #fff; color: #000; text-align: center; border-radius: 8px; font-weight: 400; padding-bottom: 10px; } .pro-status{ display: block; text-shadow: none; color: #fff; background-color: --colorPrimary:#282722; padding: .6vw 2.5vw .3vw 2vw; font-weight: 400; } 
  .pro-title, .pro-add, .pro-dev, ul.pro-spec, .info-box span.heading, .pro-tag-line, .pro-price, .pro-rera{ text-shadow: none; color: #000; font-weight: 400; } 
  .pro-title{ padding: .5vw .8vw .3vw; } 
  .pro-title, .pro-add, .pro-price{ font-weight: 900; font-size: 30px; color: #000; line-height: 30px; } ul.pro-spec{ background-color: transparent; margin-bottom: 0; } .info-box span.list-icon{ display: none; } .pro-rera{ font-size: .8vw; } } .offer{ display: block; padding: 8px; font-size: 13px; font-weight: 700; } .offer-top{ background: var(--colorPrimary);; border-radius: 8px 8px 0px 0px; } .offer-bottom{ background: #D6EBCA; border-radius: 0px 0px 8px 8px; } .offer-bg-animation{ color: #ffffff; display: block; background: linear-gradient(-45deg, #A07A1A, #6D5125 ,#A07A1A,#6D5125); background-size: 400% 400%; -webkit-animation: Gradient 3s ease infinite; -moz-animation: Gradient 3s ease infinite; animation: Gradient 3s ease infinite; }
.hl-price
            {
                display: inline-block;
                border: 2px solid #fff;
                padding: 2px 10px;
                border-radius: 25px;
                background: #ca984f;
                font-size: 22px;
                transform-origin: center center;
                animation: hl-anim 2s ease-in-out alternate infinite;
                color: #fff;
            }
            
            @keyframes hl-anim
            {
                0%, 100%{
                    transform:rotate(0deg);
                }
                30%{
                    transform:rotate(5deg);
                }
                60%{
                    transform:rotate(-5deg);
                }
            }
            
            #ul-bo li
            {
                text-align: left;
                margin-bottom: 10px;
            }
            
            .info-box{
        position:absolute;
        top:0;
        left:75px;
        z-index:9;
        margin-top: 6vw;
        padding-bottom:.5vw;
        display:inline-block;
        width:22vw;
  
        border-bottom-right-radius:8px;
        color:#fff;
    }
    @media only screen and (max-width:991px){
    .navbar.micro-navbar{
        padding:.1rem 0
    }
    .navbar.micro-navbar .navbar-brand{
        padding:0;
        margin-left:.2rem
    }
    .navbar-toggler{
        margin:.7rem .5rem .7rem 0
    }
    .logo{
        height:60px;
        max-width:275px
    }
    .micro-side{
        display:none
    }
    .micro-main-slider .carousel-item img{
        width:100%;
        margin-top:65px
    }
    .micro-main-slider ol{
        margin-bottom:0
    }
    .navbar.micro-navbar .nav-fill .nav-item:first-child{
        border-top:1px solid #ededed
    }
    .navbar.micro-navbar .nav-fill .nav-item:not(:last-child){
        border-bottom:1px solid #ededed
    }
    .info-box{
        padding-bottom:.5vw;
        display:block;
        width:100%;
        background-color:#fff;
        color:#000;
        text-align:center;
        position: relative;
        left: 0;
        margin-top: 0px;
    }
    .pro-status{
        display:block;
        padding:3px;
        font-size:16px;
        text-transform:uppercase;
        text-shadow:0 1px 2px #333;
        /* color:var(--colorBtn); */
        background-color: #003a47;
    }
    .pro-title{
        display:block;
        padding:3px;
        font-size:25px;
        line-height:36px;
        font-weight:600;
        margin:0px 0;
        color:var(--colorPrimary);
      
        text-transform:uppercase
    }
    .pro-add,.pro-dev{
        display:block;
        padding:3px 0;
        font-size:15px;
        text-transform:capitalize;
        line-height:16px
    }
    ul.pro-spec{
        background-color:#f1f1f1;
        padding:5px 8px;
        margin-top:3px;
        margin-bottom:5px;
        font-size:15px;
        text-align:left;
        text-transform:capitalize;
        list-style:none
    }
    .info-box span.heading{
        padding:3px 0;
        margin-top:3px;
        font-weight:600
    }
    .info-box span.list-icon{
        color:var(--colorPrimary)
    }
    .pro-tag-line{
        display:block;
        padding:3px 0;
        font-size:15px;
        text-transform:capitalize
    }
    .pro-price{
        display:block;
        padding:5px 0;
        font-weight:600;
        font-size:26px
    }
    .micro-form-btn{
        font-size:16px;
        padding:4px 15px
    }
    .pro-rera{
        display:block;
        padding:3px 0;
        font-size:13px;
        margin-top:3px
    }
    .mob-form{
        padding:5px 10px;
        display:block;
        width:100%;
        text-align:center;
        border-top:2px solid #c8c8c8;
        border-bottom:2px solid #c8c8c8;
        background-color:#f1f1f1;
        background:linear-gradient(-45deg,#f1f1f1,#c8c8c8,#f1f1f1,#c8c8c8);
        background-size:400% 400%;
        -webkit-animation:Gradient 3s ease infinite;
        -moz-animation:Gradient 3s ease infinite;
        animation:Gradient 3s ease infinite
    }
    .mob-form .form-heading{
        font-size:18px;
        text-shadow:0 1px 3px #fff;
        margin:10px 0
    }
    .micro-form-field{
        font-size:15px
    }
    .mob-form .form-group{
        margin-bottom:8px
    }
    .mob-form .micro-form-btn{
        margin:10px 0
    }
    .section{
        padding:20px;
        margin:10px;
        position:relative;
        overflow:hidden
    }

    .section2{
        padding:0px;
        margin:10px;
        position:relative;
        overflow:hidden
    }
    .section-link{
        top:-70px;
        height:70px
    }
    .section .head{
        color:var(--colorPrimary);
        font-family:roboto-bold,Helvetica,Arial,sans-serif;
        font-size:30px
    }
    .section-heading{
        font-family:roboto-bold,Helvetica,Arial,sans-serif;
        font-size:25px;
        text-align:center
    }
    .section-heading-sub{
        font-family:roboto-bold,Helvetica,Arial,sans-serif;
        font-size:20px;
        margin-bottom:10px;
        text-align:center
    }
    .sectio-bro-btn{
        margin-top:10px;
        margin-bottom:10px;
        font-size:16px;
        padding:3px 20px
    }
    .table.micro-price-table{
        width:100%
    }
    .table.micro-price-table .mb-w{
        min-width:120px
    }
    .at-property-btn{
        padding:2vw 4.5vw;
        width:75%;
        text-align:center
    }
    .master-plan{
        display:block;
        width:100%;
        height:auto
    }
    .master-plan img{
        max-width:100%;
        max-height:200px
    }
    .floor-plan-img{
        width:100%;
        max-height:200px
    }
    .ami-tab-link{
        width:50%;
        text-align:center
    }
    .d-video{
        width:100%;
        min-height:250px
    }
    .lmap{
        width:100%;
        height:300px;
        border:2px solid #d7d7d7
    }
    .loc-tab-link{
        width:100%;
        text-align:center
    }
    .loc-con-head{
        font-size:30px;
        padding-bottom:5px;
        margin-bottom:5px
    }
    .vsv-img{
        width:100%;
        height:auto
    }
    .vsv-img img{
        min-height:170px
    }
    .vsv-icon{
        background-color:#fff;
        -webkit-mask:url(data:image/svg+xml;
        base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDQ4NS43NCA0ODUuNzQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ4NS43NCA0ODUuNzQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxnPg0KCQk8cGF0aCBkPSJNMjQyLjg3MiwwQzEwOC43MzIsMCwwLjAwNCwxMDguNzM2LDAuMDA0LDI0Mi44NjRjMCwxMzQuMTQsMTA4LjcyOCwyNDIuODc2LDI0Mi44NjgsMjQyLjg3Ng0KCQkJYzEzNC4xMzYsMCwyNDIuODY0LTEwOC43MzYsMjQyLjg2NC0yNDIuODc2QzQ4NS43MzYsMTA4LjczNiwzNzcuMDA4LDAsMjQyLjg3MiwweiBNMzM4LjQxMiwyNjMuOTRsLTEzNC4zNiw5Mi43MzINCgkJCWMtMTYuNzc2LDExLjU4OC0zMC41ODQsNC4yNDgtMzAuNTg0LTE2LjMxNlYxNDUuMzhjMC0yMC41NTYsMTMuODA4LTI3LjksMzAuNTg0LTE2LjMxMmwxMzQuMzIsOTIuNzMyDQoJCQlDMzU1LjEzNiwyMzMuMzg0LDM1NS4xNzYsMjUyLjM0OCwzMzguNDEyLDI2My45NHoiLz4NCgk8L2c+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8L3N2Zz4NCg==) no-repeat center;
        mask:url(data:image/svg+xml;
        base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDQ4NS43NCA0ODUuNzQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ4NS43NCA0ODUuNzQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxnPg0KCQk8cGF0aCBkPSJNMjQyLjg3MiwwQzEwOC43MzIsMCwwLjAwNCwxMDguNzM2LDAuMDA0LDI0Mi44NjRjMCwxMzQuMTQsMTA4LjcyOCwyNDIuODc2LDI0Mi44NjgsMjQyLjg3Ng0KCQkJYzEzNC4xMzYsMCwyNDIuODY0LTEwOC43MzYsMjQyLjg2NC0yNDIuODc2QzQ4NS43MzYsMTA4LjczNiwzNzcuMDA4LDAsMjQyLjg3MiwweiBNMzM4LjQxMiwyNjMuOTRsLTEzNC4zNiw5Mi43MzINCgkJCWMtMTYuNzc2LDExLjU4OC0zMC41ODQsNC4yNDgtMzAuNTg0LTE2LjMxNlYxNDUuMzhjMC0yMC41NTYsMTMuODA4LTI3LjksMzAuNTg0LTE2LjMxMmwxMzQuMzIsOTIuNzMyDQoJCQlDMzU1LjEzNiwyMzMuMzg0LDM1NS4xNzYsMjUyLjM0OCwzMzguNDEyLDI2My45NHoiLz4NCgk8L2c+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8L3N2Zz4NCg==) no-repeat center;
        display:block;
        width:60px;
        height:60px;
        margin:0 auto
    }
    .disclaimer{
        font-family:Poppins, sans-serif;
        width:100%;
        padding:0 5% 2%;
        margin-bottom:40px;
        font-size:11px;
        letter-spacing:0
    }
    .mob-action{
        position:fixed;
        bottom:0;
        left:0;
        width:100%;
        background-color:var(--colorPrimary);
        color:var(--colorBtn);
        box-shadow:0 1px 6px 2px rgba(0,0,0,.4);
        z-index:1030
    }
    .mob-action .nav-item{
        padding:10px 0;
        text-align:center;
        font-size:14px;
        width:32%;
        display:inline-flex;
        flex-direction:row;
        align-items:center;
        justify-content:center
    }
    .mob-action .nav-item:not(:last-child){
        border-right:1px solid var(--colorBtn)
    }
    .table-pricing tbody,.table-pricing td,.table-pricing th,.table-pricing thead,.table-pricing tr,table.table-pricing{
        display:block
    }
    .table-pricing thead tr{
        position:absolute;
        top:-9999px;
        left:-9999px
    }
    .table-pricing tr{
        margin:0;
        padding:10px 0
    }
    .table-pricing tr:nth-child(odd){
        background:#ccc
    }
    .table-pricing td{
        border:none;
        position:relative;
        text-align:center;
        padding:3px
    }
    .table-pricing td:before{
        position:absolute;
        top:0;
        left:6px;
        width:45%;
        padding-right:10px;
        white-space:nowrap
    }
    .price-type{
        font-size:25px;
        font-weight:600
    }
    .price-amt{
        font-size:17px;
        font-weight:600
    }
    .price-amt .mi{
        font-size:14px;
        font-weight:600;
        margin-right:0
    }
    .table-pricing .btn-sm{
        padding:5px 15px;
        font-size:16px
    }
    .mi{
        margin-right:5px
    }
    .mi.action-icon{
        font-size:18px;
        color:var(--colorBtn)
    }
    .modal-logo{
        margin-top:20px;
        max-height:60px;
        max-width:90%
    }
    .close{
        position:absolute;
        right:10px;
        top:3px
    }
    .modal-head{
        background-color:var(--colorPrimary)
    }
    .modal-body{
        padding:0
    }
    .modal-title{
        display:block;
        font-size:18px;
        text-transform:capitalize;
        font-weight:600;
        color:var(--colorBtn);
        padding:10px 0
    }
    .modal-title-secondary{
        display:block;
        font-size:15px;
        text-transform:capitalize;
        font-weight:600;
        padding:10px 0 5px
    }
    .form-modal{
        padding:5px 10px 10px
    }
    .modal-highlight,.modal-highlight-title{
        display:none
    }
    .modal-call-btn,.modal-call-btn:hover{
        display:block;
        background-color:var(--colorPrimary);
        color:var(--colorBtn);
        padding:5px 0;
        text-decoration:none
    }
}