/*********************************/
*{margin:0; padding:0;}
img {max-width: 100%;}
ul{list-style: none;}
p{color: #404040;}
h3{font-size: 55px;}
a:hover{text-decoration:none ;
  transition: 1s;;
}
header.main-header.fixed {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  z-index: 99999;
  transition: 2s;
  box-shadow: 0px 5px 130px -30px;
}
.fixed a.navbar-brand img {
  max-width:
  66px
  ;
  }
.fresco-logo-master a.downlode-but:hover{ background-color: #00274C;}
.master-but a.but-res:hover, .pre-foorm-felde button.send-msg:hover{background-color: #8D766F;}
.footer-right a:hover {
  color:#00274C ;
}


.navbar-expand-md {
    z-index: 99;
    padding: 0;
  }
  section.every-great a.geat-qute:hover {
    background-color: #00274C;
}
  .navbar-expand-md .container .navbar-toggler {
    display: block;
  }
  .header-center {
    width: 33%;
    position: relative;
    text-align: center;
}
.navbar-brand {
  width: 33%;
}
.centerlogo {
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  width: 190px;
  height: 138px;
  top: -57px;
  border-radius: 43px;
  padding: 35px;
  padding-top: 40px;
  box-shadow: 0px 3px 63px -30px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin: 0 auto;
}
.navbar-collapse {
  background: #8d766f;
  position: fixed;
  z-index: 9;
  display: block;
  z-index: -1;
  top: 102px; 
  transition: all 0.4s;
  right: -235px;
  width: 235px;
  top: 0;
  height: 100%;
  padding-top: 150px;
}
.navbar-collapse ul.navbar-nav { 
  display: flex;
  justify-content: center;
  width: 100%;
  padding-left: 30px;
}
.navbar-collapse ul.navbar-nav li {
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.58, 0.3, 0.005, 1);
  padding: 0;
  margin-bottom: 20px;
  text-align: left;
}
  .navbar-collapse ul.navbar-nav li a {
    color: white;
    font-size: 30px;
    padding: 0;
    font-family: 'Restora';
  }
  .navbar-collapse.show {
    min-height: 100%;
    z-index: 9;
    right: 0;
    top: 0; 
}
  .navbar-collapse.show ul li {
    opacity: 1;
  }
  .navbar-collapse.show ul li:nth-child(1) {
    transition-delay: 0.06s;
  }
  .navbar-collapse.show ul li:nth-child(2) {
    transition-delay: 0.12s;
  }
  .navbar-collapse.show ul li:nth-child(3) {
    transition-delay: 0.18s;
  }
  .navbar-collapse.show ul li:nth-child(4) {
    transition-delay: 0.24s;
  }
  .navbar-collapse.show ul li:nth-child(5) {
    transition-delay: 0.3s;
  }
  .navbar-collapse.show ul li:nth-child(6) {
    transition-delay: 0.36s;
  }
  
  .navbar-toggler {
    padding: 0;
  }
 

  header.main-header button.navbar-toggler {
    background-color: #8d766f;
    width: 60px;
    height: 60px;
    border-radius: 100px;
    outline: none;
    padding: 10px;
}
.navbar-expand-md .container .navbar-toggler #nav-icon span {
    background-color: #fff;
    width: 20px;
    height: 3px;
    display: block;
    margin: 7px 5px;
}
.navbar-expand-md .container .navbar-toggler #nav-icon span:nth-child(2) {
    width: 30px;
}
.right-side {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 33%;
}
.phone-call {
    padding-right: 48px;
    position: relative;
}
.phone-call::after {
  position: absolute;
  right: 13px;
  content: "";
  height: 75px;
  width: 3px;
  background-color: #8d766f52;
  top: -10px;
}
.main-header .navbar {
  padding: 10px 0px;
  background-color: #fff;
}
.phone-call p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #8d766f;
    font-size: 20px;
    margin: 0;
}

.phone-call p i.fa.fa-phone {
    background-color: #00274c;
    color: #fff;
    border-radius: 100px;
    font-size: 35px;
    width: 55px;
    text-align: center;
    height: 55px;
    display: flex;
    align-items: center;
    margin-left: 10px;
    justify-content: center;
}
.phone-call p a {
    margin-left: 20px;
    font-size: 25px;
    color: #000;
    font-weight: 500;
    font-family: 'Restora';
}
/**************************************headercss****************************/
/**************************************bannercss****************************/
.box-bor {
  text-align: center;
}
.box-bor img {
  margin: 0 auto;
}
.banner {position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 800px;
}

.banner-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.banner-text h1 {
  font-size: 75px;
  color: #fff;
  margin-bottom: 30px;
  position: relative;
  font-family: 'Restora';
}
.banner-text span {
  font-size: 35px;
  font-family: 'PF Beau Sans Pro';
}
.banner-text ul.bann-list {
    display: flex;
    align-items: center;
}
.banner-text ul.bann-list li .icon-list {
    border: 3px solid #fff;
    padding: 5px;
    border-radius: 100px;
    width: 48px;
    height: 48px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 24px;
}

.banner-text ul.bann-list li p {
    margin: 0;
    font-size: 28px;
    color: #fff;
    font-family: 'PF Beau Sans Pro';
    font-weight: 300;
}
.banner-text h1::after {
  position: absolute;
  left: -175px;
  width: 155px;
  content: "";
  background-color: #fff;
  height: 3px;
  top: 75%;
  transform: translateY(-75%);
}


/**********************pre-book-form*************************/
.form-check .form-check-input {
  width: 20px;
  height: 20px;
  margin-top: 0;
}
.form-check label.form-check-label {
    padding-left: 0px;
    margin: 18px;
    font-family: 'PF Beau Sans Pro';
    font-size: 15px;
    color: #143350;
    font-weight: 500;
}
.checkbox-block.form-check.main-section_form-check {
  display: flex;
  align-items: center;
}
.boutr {
  text-align: center;
  margin-bottom: 0;
}
.pre-book {
  position: relative;
  margin-top: -125px;
}
.pre-foorm-felde {
    width: 70%;
}
.pre-form h3 {
  font-size: 55px;
  font-family: 'Restora';
}
.pre-foorm-felde .form-control {
    font-size: 16px;
    padding: 15px;
}
.pre-foorm-felde .form-control {
  font-family: 'PF Beau Sans Pro';
    font-size: 18px;
    padding: 15px;
    outline: none;
    box-shadow: none;
    border-color: #ccc;
}
.pre-foorm-felde button.send-msg {cursor: pointer;
  font-family: 'PF Beau Sans Pro';
    background-color: #00274c;
    font-size: 16px;
    padding: 15px 15px;
    border-radius: 40px;
    color: #fff;
    outline: none;
    box-shadow: none;
}
.pre-form {
  background-color: #fff;
  padding: 50px;
  border-radius: 20px;
 position: relative;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 11px 4px 100px -30px;
  background-repeat: no-repeat;
  background-size: cover;
}



section.about-sec {
  margin-top: 0px;
  padding: 100px 0 60px;
}
.about-logo::after {
  background-color: #8D766F;
  width: 684px;
  height: 6px;
  position: absolute;
  content: "";
  left: -174%;
  top: 83%;
}
.about h3 {color: #8D766F;
  font-size: 55px;
  font-family: 'Restora';
  width: 520px;
  margin: 0 auto;
  text-align: left;
}
.about-logo {position: relative;
  width: 400px;
  margin: 0 auto;
  margin-top: -115px;
}
.about {
  position: relative;
  text-align: center;
  padding: 30px;
  border-bottom: 1px solid #8d766f59;
  display: block;
  margin-bottom: 20px;
}
.about p {
  font-size: 28px;
  font-family: 'PF Beau Sans Pro';
  line-height: 53px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 14px 115px;
}




.ponins h3 {
  text-align: center;
  font-size: 55px;
  font-family: 'Restora';
}
.ponins span {
  color: #8b756e;
  margin-left: 17px;
}
.loction { width: 230px;
  height: 280px;
  background-color: white;
  text-align: center;
  padding: 40px 28px;
  position: relative;
  box-shadow: 1px 1px 100px -35px;
  color: #d9d3d3;
}
.loction i.fa {
  font-size: 40px;
  border-radius: 125px;
  border: 2px solid #8D766F;
  padding: 12px;
  height: 80px;
  background-color: white;
  color: #ada5a5;
  width: 80px;
  position: absolute;
  top: -49px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loction h5 {
  font-size: 22px;
  color: #545453;
  position: relative;
  font-family: 'Restora';
  text-transform: uppercase;
  padding-top: 12px;
  height: 81px;
}
.loction:hover::after {
  color: white;
}
.loction h5::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 5px;
  background-color: #000;
  left: 0;
  right: 0;
  bottom: -7px;
  margin: 0 auto;
  top: 85px;
}
.loction p {
  font-size: 16px;
  margin-top: 30px;
  color: #8D766F;
  font-family: 'PF Beau Sans Pro';
  font-weight: 500;
}

.main-PRIME {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 90px;
}
section.key-points h2.text {font-family: 'Restora';
  text-align: center;
  font-size: 114px;
  letter-spacing: 10px;
  margin-top: 100px;
  color: #8d766f40;
}
.loction:hover {
  background-color: #8b756e;
  cursor: pointer;
}
.loction:hover i.fa {
  background-color: #00274C;
  border: 2px solid white;
  color: white;
}
.loction:hover h5 {
  color: white;
}
.loction:hover p {
  color: white;
}
.loction:hover h5::after {
  background-color: #fff;
}
/*************KEYPOINTScss***************************/

.slid-so h3 {
  font-size: 55px;
  font-family: 'Restora';
}
.slid-so span {
  color: #8D766F;
}
.slid-so {
  text-align: center;
}
.savag {
  background-color: #8d766f;
  margin-top: 170px;
}
.infras-list {
  background-color: #8d766f;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 60px;
  border: 2px solid #fff;
  width: 216px;
  height: 216px;
  margin: 0 auto;
}
.our-ifrastra .owl-nav {
  display: block!important;
  position: absolute;
  width: 100%;
  top: 35%;
}
.our-ifrastra .owl-nav  button.owl-prev:hover, .our-ifrastra .owl-nav button.owl-next:hover{
background-color: #fff;
}
.our-ifrastra .owl-nav  button.owl-prev, .our-ifrastra .owl-nav button.owl-next {
  background-color: #ffffff54;
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  outline: none;
}
.our-ifrastra .owl-nav  button.owl-prev {
  left: -60px;
}

.our-ifrastra .owl-nav  button.owl-next {
  right: -60px;
}


.under {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.frod p {
  font-size: 20px;
  color: #fff;
  margin-top: 20px;
  text-align: center;
  height:70px;
  font-family: 'PF Beau Sans Pro';
}
.our-ifrastra .item {
  padding-bottom: 35px;
}
.frod{position: relative;}
.frod::after {
  content: "";
  position: absolute;
  height: 30px;
  width: 3px;
  background-color: #fff;
  left: 0;
  right: 0;
  bottom: -50px;
  margin: 0 auto;
}
.infra-slider {
  position: relative;
  top: -100px;
}
.infras-list:hover {
  background-color: #00274c;
  cursor: pointer;
}
.infras-ction {
  margin-top: 60px;
  margin-bottom: 60px;
}
/***************************************THINK KSN***************************/
.plots {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 80px;
}
.think h3 span:after {
  content: "";
  height: 5px;
  width: 125px;
  background-color: #00274C;
  right: -85px;
  margin: 0 auto;
  position: absolute;
  top: 75%;
}

.think h3 {position: relative;
  font-size: 55px;
  color: #00274C;
  font-family: 'Restora';
}
.think h3 span {
  color: #8D766F;
}
.think {
  position: relative;
}
.plots p.ariya {
  font-family: 'PF Beau Sans Pro';
  font-size: 20px;
  line-height: 38px;
  width: 870px;
}


.delivered .evary {
  border: 6px solid #00274C;
  border-radius: 200px;
  padding: 40px 40px;
  width: 322px;
  height: 322px;
  background-color: white;
  text-align: center;
}
section.what-cost {
  background-repeat: no-repeat;
  padding: 100px 0px;
  background-size: cover;
}

.evary h6 {
  text-align: center;
  font-size: 45px;
  margin-top: 8px;
  font-family: 'PF Beau Sans Pro';
  margin-bottom: 0;
}

.evary p {
  text-align: center;
  font-size: 20px;
  margin: 0;
  font-family: 'PF Beau Sans Pro';
}
.delivered {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}


/************************************************* master plan******/
section.master-sec {position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0px;
}
.master-but {
  text-align: right;
  position: relative;
  width: 100%;
  display: block;
  top: 175px;
}
.master-but a.but-res {
  text-decoration: none;
  background-color: #00274C;
  width: 590px;
  height: 145px;
  margin-left: auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 110px;
  font-size: 55px;
  color: #fff;
  font-family: 'Restora';
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.fresco-logo-master {
  width: 730px;
  background-color: #fff;
  box-shadow: 0px 3px 70px -35px;
  padding: 65px;
  border-bottom-right-radius: 85px;
  position: absolute;
  bottom: -60px;
  height: 557px;
}
.fresco-logo-master a.downlode-but {
  background-color: #8D766F;
  width: 257px;
  display: flex;
  height: 65px;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-family: 'PF Beau Sans Pro';
  color: #fff;
  border-radius: 100px;
  margin-top: 45px;
  text-decoration:none;
}
section.key-points {
  padding: 100px 0px;
  padding-bottom:0;
}

.think-plots {
  width: 853px;
  margin: 0 auto;
}
.fresco-logo-master::after {
  content: "";
  height: 160px;
  width: 160px;
  background-image: url(../images/fiststar.png);
  position: absolute;
  z-index: 999;
  background-repeat: no-repeat;
  right: -80px;
  bottom: -80px;
  background-size: cover;
}

/****************************************our-amenities*********************/
.amenities-box {transition: 1s;
  border: 1px solid #8d766f4d;
  border-left: 0;
  width: 280px;
  height: 280px;
  border-top: 0;
  padding: 20px;
  text-align: center;
  display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.amenities-box h4 {
  font-size: 20px;
  color: #404040;
  font-family: 'PF Beau Sans Pro';
  font-weight: 500;
}
.amenities-box h3 {text-align: left;
  text-transform:uppercase;
  font-size: 70px;
  font-family: 'Restora';
}
.amenities-box span {
  color: #8D766F;
}
.amenities-box img {
  display: none;
}
,.amenities-box.active::after, .amenities-box:hover::after {
  content: "";
  border: 1px solid #8D766F;
  width: 90%;
  height: 90%;
  right: 0;
  left: 0;
  position: absolute;
  margin: 0 auto;
}
.amenities-box.active{flex-wrap: wrap;
  background-color: #00274C;}
.amenities-box:hover {flex-wrap: wrap;
  background-color: #00274C;
}
.amenities-box.active img, .amenities-box:hover img {
  display: block;
}
.amenities-box.active h4, .amenities-box:hover h4 {
  color: #fff;
  font-size: 30px;
  display: block;
  width: 100%;
}
.five-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.five-box.box-one .amenities-box:first-child {
  width: 560px;
}
.five-box .amenities-box:last-child {
  border-right: 0;
}
.five-box.box-four .amenities-box {
  border-bottom: 0;
}
.five-box.box-four .amenities-box:first-child {
  border-left: 1px solid #8d766f4d;
}
.five-box.box-four .amenities-box:last-child {
  border-right: 1px solid #8d766f4d;
}
section.our-amenities {
  padding: 100px 0px;
  padding-top:270px;
}
.five-box.box-one .amenities-box:first-child:hover {
  background-color: transparent;
}
.five-box.box-one .amenities-box:first-child:hover::after {
  content: "";
  border: none;
}
button, input, optgroup, select, textarea {
  margin: 0px;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: 'PF Beau Sans Pro';
  font-size: 18px;
  padding: 15px;
  outline: none;
  box-shadow: none;
  border-color: #ccc;
  border-radius: 5px;
  color: #969696;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  padding-top: 12px;
}

/***********************************proximities-landmarks*********************/


section.proximities-landmarks {
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 100px 0px;
}
.proximities h4 {text-transform:uppercase;
  font-size: 24px;
  font-family: 'PF Beau Sans Pro';
}
.proximities h3 {
  font-size: 55px;
  font-family: 'Restora';
  color: #8D766F;
  margin-bottom: 45px;
  text-transform: uppercase;
}

/**************************every-great*********************/

section.every-great {
  background-size: cover;
  background-repeat: no-repeat;
  height: 338px;
  position: relative;
}
.every-content {
  text-align: center;
  padding: 125px 40px;
}
.every-content p {
  font-size: 16px;
  color: #8D766F;
  font-family: 'PF Beau Sans Pro';
}
.every-content {
  text-align: center;
  padding: 80px 40px;
  text-transform: uppercase;
}
.every-content h3 {
  font-size: 55px;
  font-family: 'Restora';
  color: #fff;
}
section.every-great a.geat-qute {
  background-color: #8D766F;
  width: 270px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 65px;
  border-radius: 100px;
  font-size: 20px;
  color: #fff;
  font-family: 'PF Beau Sans Pro';
  line-height: 27px;
  text-decoration: none;
}





/****************************footercss*************************/

footer {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0px;
  padding-bottom: 40px;
}
.lef-footer {
  width: 600px;
  height: 700px;
  padding: 70px 70px;
  background-color: #fff;
  border: 4px solid #00274C;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.footer-right {
  border-bottom-right-radius: 40px;
  box-shadow: 0px 3px 99px -50px;
  height: 600px;
  width: 850px;
  display: inline-block;
  background-repeat: no-repeat;
  background-color: #fff;
  padding-top: 55px;
  background-position: bottom right 70px;
  padding-left: 150px;
  margin-left: -15px;
  padding-right: 113px;
  position: absolute;
  bottom: 0;
}
.footer-add h4 {
  font-size: 30px;
  color: #8D766F;
  line-height: 40px;
  font-family: 'Restora';
}
.footer-add p {
  font-size: 20px;
  color: #404040;
  font-family: 'PF Beau Sans Pro';
  line-height: 27px;
}
.email-add {
  padding: 25px 0px;
}


.footer-add h5 {
  font-size: 20px;
  font-family: 'PF Beau Sans Pro';
  color: #404040;
  line-height: 27px;
}
.main-footer {
  position: relative;
}
.footer-add h6 {
  font-size: 20px;
  color: #8D766F;
  line-height: 27px;
  font-family: 'PF Beau Sans Pro';
  margin-top: 30px;
  text-transform: uppercase;
}
.footer-right h6 {
  font-size: 20px;
  font-family: 'PF Beau Sans Pro';
  color: #8D766F;
  font-weight: 600;
}
.phone-nub {
  padding: 10px 0px;
}
.footer-right a::after {
  content: "";
  background-color: #000;
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -9px;
}
.footer-right a:hover::after {
  width: 100%;
}
.footer-right a {
  position: relative;
  color: #404040;
  text-decoration: none;
  font-size: 20px;
  font-family: 'PF Beau Sans Pro';
}
.copy-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 125px;
}
.pre-form::after {
  content: "";
  position: absolute;
  width: 78px;
  height: 78px;
  background-image: url(../images/twostar.png);
  background-repeat: no-repeat;
  background-size: cover;
  bottom: -45px;
  left: -45px;
  z-index: 999;
}

.footer-right::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  background-image: url(../images/fiststar.png);
  background-repeat: no-repeat;
  right: -52px;
  background-size: cover;
  bottom: -52px;
}
.copy-right p {margin:0;
  color: #8D766F;
  font-size: 20px;
  font-family: 'PF Beau Sans Pro';
}
.tm {
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 16px;
  border-radius: 50%;
  border: 1px solid #ccc;
  line-height: 2.3;
  position: relative;
  top: -10px;
}
.fixed .centerlogo {
  max-height: 116px;
  max-width: 135px;
}



@media only screen and (min-width: 1600px){
.container{max-width: 1470px;}

}
@media only screen and (max-width: 1499px){
  a.navbar-brand img {
    max-width:    100px ;
    }
  .our-ifrastra .owl-nav button.owl-prev, .our-ifrastra .owl-nav  button.owl-next {
    width: 40px;
    height: 40px;
}

  .fresco-logo-master::after {
    height: 115px;
    width: 115px;
    right: -50px;
    bottom: -52px;
}
.pre-form::after {
  width: 60px;
  height: 60px;
  bottom: -30px;
  left: -30px;
}
.centerlogo {
  width: 160px;
  padding: 24px;
  padding-top: 45px;
  box-shadow: 0px 3px 63px -34px;
}

.phone-call {
  padding-right: 25px;
}
.phone-call p {
  font-size: 15px;
}
.phone-call p i.fa.fa-phone {
  font-size: 25px;
  width: 45px;
  height: 45px;
}
.phone-call p a {
  margin-left: 15px;
  font-size: 20px;
  font-family: 'Restora';
}
.phone-call::after {
  height: 58px;
  top: -5px;
}
.navbar-expand-md .container .navbar-toggler #nav-icon span {
  width: 20px;
  height: 3px;
  margin: 5px 1px;
}
header.main-header button.navbar-toggler {
  width: 50px;
  height: 50px;
}
.banner-text span {
  font-size: 25px;
}
.banner-text h1 {
  font-size: 65px;
}
.banner-text ul.bann-list li .icon-list {
  padding: 8px;
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
}
.banner-text ul.bann-list li p {
  font-size: 18px;
}
.pre-form {box-shadow: 11px 4px 100px -30px;
  background-size: 100% 100%;
}
.pre-form h3 {
  font-size: 50px;
}
.pre-foorm-felde .form-control {
  font-size: 15px;
}
.pre-foorm-felde button.send-msg {
  font-size: 14px;
}

.about-logo {
  width: 270px;
  margin-top: -80px;
}
.about h3 {
  font-size: 50px;
  width: 520px;
}
.about-logo::after {
  width: 485px;
  left: -200%;
  height: 4px;
}
.about p {font-size:22px;
  line-height: 40px;
  padding: 20px 75px;
  margin-top: 5px;
  margin-bottom: 20px;
}
section.key-points {
  padding: 80px 0px;
}
.ponins h3 {
  font-size: 50px;
}
.loction {    box-shadow: 1px 1px 100px -35px;
  width: 200px;
  height: 255px;
  padding: 35px 15px;
}
.loction i.fa {
  font-size: 28px;
  padding: 12px;
  height: 60px;
  width: 60px;
  top: -29px;
}
.loction h5::after {
  width: 40px;
  height: 3px;
  bottom: 0px;
  top: 75px;
}
.loction h5 {
  font-size: 20px;
  height: 70px;
}
.loction p {
  font-size: 15px;
  margin-top: 30px;
}
section.key-points h2.text {
  font-size: 85px;
  letter-spacing: 8px;
}
section.key-points {
  padding: 30px 0px;
  padding-bottom: 0px;
}
.fresco-logo-master {
  width: 466px;
  height: 450px;
  bottom: -35px;
}
.infra-slider {
  top: -80px;
}
.master-but {
  top: 155px;
}
.master-but a.but-res {
  width: 450px;
  height: 100px;
  font-size: 50px;
}
.think-plots {
  width: 700px;
}
.amenities-box {
  width: 220px;
  height: 230px;
}
.amenities-box:hover h4 {
  font-size: 22px;
}
.amenities-box h3 {
  font-size: 55px;
}
.five-box.box-one .amenities-box:first-child {
  width: 440px;
}
.slid-so h3 {
  font-size: 50px;
}
section.our-amenities {
  padding-bottom: 70px;
  padding-top: 170px;
}
.infras-list {
  padding: 40px 45px;
  width: 170px;
  height: 180px;
}
.frod::after {
  height: 20px;
  width: 3px;
  bottom: -50px;
}

.frod p {
  font-size: 16px;
  height: 45px;
}
.plots p.ariya {
  font-size: 16px;
  line-height: 35px;
  width: 635px;
}
.think h3 {
  font-size: 50px;
}
.delivered .evary {border: 4px solid #00274C;
  width: 260px;
  height: 260px;
}
.evary h6 {
  font-size: 35px;
}
.evary p {
  font-size: 16px;
}
section.what-cost {
  padding-top: 20px;
}
.every-content h3 {
  font-size: 50px;
}
section.every-great a.geat-qute {
  width: 260px;
  height: 60px;
  font-size: 16px;
}
.lef-footer {
  width: 465px;
  height: 670px;
  padding: 50px 50px;
}
.phone-nub {
  padding-bottom: 20px;
}
.footer-add h5 {
  font-size: 15px;
}
.footer-add h4 {
  font-size: 22px;
}
.footer-right h6 {
  font-size: 15px;
}
.footer-add p {
  font-size: 15px;
}
.footer-right a {
  font-size: 15px;
}
.footer-right {
  width: 650px;
  padding-left: 125px;
  padding-right: 100px;
  height: 570px;
}
.amenities-box h4 {
  font-size: 17px;
}
.copy-right p {
  font-size: 15px;
}
.banner {
  height: 650px;
}
section.master-sec {
  padding: 50px 0px;
}

}

/**********************************iped-pro******************************/
@media only screen and (max-width: 1199px){
  .centerlogo {
    width: 154px;
    padding: 24px;
    padding-top: 45px;
    border-radius: 35px;
    top: -70px;
}
.form-check label.form-check-label {
  font-size: 12px;
}
.row.rootet .col-md-4:nth-child(3) {
  width: 100%;
  display: block;
  flex: 100%;
  max-width: 100%;
  margin-top: 15px;
}
.row.rootet .col-md-4:nth-child(1) {
  flex: 0 0 50%;
  max-width: 50%;
}
.row.rootet .col-md-4:nth-child(2) {
  flex: 0 0 50%;
  max-width: 50%;
}
select#plot {
  width: 100%;
}
.phone-call p {
  font-size: 7px;
}
.phone-call p i.fa.fa-phone {
  font-size: 15px;
  width: 25px;
  height: 25px;
}
.phone-call p a {
  margin-left: 15px;
  font-size: 10px;
}
.our-ifrastra .owl-nav button.owl-prev {
  left: -40px;
}
.our-ifrastra .owl-nav button.owl-next {
  right: -40px;
}
.infra-slider {
  top: -60px;
}
.banner {
  height: 490px;
}
.banner-text h1 {
  font-size: 55px;
  margin-bottom: 18px;
}
.banner-text span {
  font-size: 20px;
}
.banner-text ul.bann-list li .icon-list {
  width: 35px;
  height: 35px;

}
.banner-text ul.bann-list li p {
  font-size: 17px;
}
.pre-form h3 {
  font-size: 40px;
}
.pre-form {
  padding: 35px;
}


.about h3 {
  font-size: 45px;
  width: 500px;
}
.about-logo::after {
  width: 340px;
  left: -140%;
}
.about p {
  font-size: 18px;
  line-height: 27px;
  padding: 14px 90px;
}
.ponins h3 {
  font-size: 45px;
}
.loction {
  width: 155px;
  height: 215px;
  padding: 25px 15px;
}
.main-PRIME {
  margin-top: 65px;
}
.loction h5 {
  font-size: 15px;
  height: 60px;
}
.loction p {
  font-size: 12px;
  margin-top: 25px;
}
.loction h5::after {
  width: 45px;
  height: 3px;
  bottom: 0px;
  top: 65px;
}

.loction p {
  font-size: 12px;
  margin-top: 25px;
}
section.key-points h2.text {
  font-size: 68px;
  letter-spacing: 5px;
}
.amenities-box h3 {
  font-size: 50px;
}
.amenities-box h4 {
  font-size: 15px;
}

.amenities-box:hover h4 {
  font-size: 20px;
}
.five-box.box-one .amenities-box:first-child {
  width: 370px;
}
.amenities-box {
  width: 185px;
  height: 215px;
}
.slid-so h3 {
  font-size: 45px;
}
.infras-list {
  padding: 40px 30px;
  width: 135px;
  height: 145px;
}
section.proximities-landmarks {
  padding: 50px 0px;
}
.proximities h4 {
  font-size: 20px;
}
.proximities h3 {
  font-size: 45px;
}
.think h3 {
  font-size: 40px;
}
.plots p.ariya {
  font-size: 15px;
  line-height: 30px;
  width: 540px;
}
.footer-right {
  width: 475px;
  padding-left: 70px;
  padding-right: 45px;
  height: 552px;
  padding-top: 35px;
}
.footer-add h4 {
  font-size: 20px;
}
.every-content h3 {
  font-size: 40px;
}

  }




  @media only screen and (max-width: 991px){
    .our-ifrastra .owl-nav button.owl-prev {
      left: 0;
  }
  .our-ifrastra .owl-nav button.owl-next {
    right: 0;
}

    .lef-footer {
      width: 100%;
      height: auto;
  }
  .footer-right {
    width: 100%;
    padding-left: 70px;
    padding-right: 45px;
    height: auto;
    position: inherit;
    padding-top: 35px;
    padding-bottom: 36px;
    margin-top: 50px;
    left: 0;
    right: 0;
}
.centerlogo {
  width: 115px;
  padding: 12px;
  padding-top: 55px;
  border-radius: 35px;
  height: 145px;
}

.phone-call::after {
  height: 50px;
}
.navbar-expand-md .container .navbar-toggler #nav-icon span {
  width: 15px;
  margin: 4px 1px;
}
header.main-header button.navbar-toggler {
  width: 45px;
  height: 45px;
}
.banner-text h1 {
  font-size: 45px;
  margin-bottom: 18px;
}
.pre-form {
  padding: 30px;
  width: 90%;
}
.about-logo {
  width: 220px;
  margin-top: -65px;
}
.about h3 {
  font-size: 40px;
  width: 400px;
}
.about-logo::after {
  width: 293px;
}
.about-logo::after {
  width: 293px;
  left: -140%;
  height: 2px;
}
.ponins h3 {
  font-size: 40px;
}
.main-PRIME .loction:nth-child(2) {
  margin: 0px 25px;
  margin-bottom: 60px;
}
.loction {
  width: 195px;
  margin-bottom: 60px;
}
.main-PRIME {
  flex-wrap: wrap;
  justify-content: center;
}
.main-PRIME .loction:nth-child(4) {
  margin-right: 13px;
  margin-bottom: 0;
}
.main-PRIME .loction:nth-child(5) {
  margin-left: 13px;
  margin-bottom: 0;
}
section.key-points h2.text {
  font-size: 50px;
  letter-spacing: 2px;
  margin-top: 60px;
}
.about p {
  padding: 14px 0px;
}
.master-but a.but-res {
  width: 315px;
  height: 80px;
  font-size: 30px;
}
.pre-foorm-felde {
  width: 88%;
}
.fresco-logo-master {
  width: 355px;
  height: 350px;
}
.fresco-logo-master a.downlode-but {
  width: 210px;
  height: 48px;
  font-size: 15px;
}
.fresco-logo-master::after {
  height: 95px;
  width: 95px;
  right: -40px;
  bottom: -33px;
}
.five-box.box-one .amenities-box:first-child {
  width: 275px;
}
.amenities-box {
  width: 138px;
  height: 160px;
  padding: 10px;
}
.amenities-box h4 {
  font-size: 12px;
}
.amenities-box:hover h4 {
  font-size: 15px;
}
.our-ifrastra  .owl-carousel .owl-nav button.owl-prev, .our-ifrastra  .owl-carousel .owl-nav button.owl-next {
  background-color: #ffffff54!important;
  position: absolute!important;
  width: 50px;
  height: 50px;
  border-radius: 100px!important;
  outline: none;
}
.our-ifrastra .owl-carousel .owl-nav {
  display: block!important;
  position: absolute;
  width: 100%;
  top: 35%;
}
.plots {
  flex-wrap: wrap;
  justify-content: center;
}
.think h3 span:after {
  height: 3px;
  width: 85px;
  right: -100px;
  top: 55%;
}
.think h3 br {
  display: none;
}
.plots p.ariya {
  font-size: 15px;
  width: 100%;
}
section.our-amenities {
  padding-bottom: 25px;
  padding-top: 130px;
}
.infras-ction {
  margin-bottom: 30px;
}
.savag {
  margin-top: 125px;
}
.infras-list {
  width: 175px;
  height: 175px;
}
.delivered {
  flex-wrap: wrap;
}
.delivered .evary {
  border: 3px solid #00274C;
  width: 285px;
  height: 285px;
}
.every-content {
  padding: 100px 0px;
}
.every-content h3 {
  font-size: 35px;
}





  }






  @media only screen and (max-width: 767px){
    .main-header .navbar {
      padding: 10px 15px; 
  }
    .main-header {
      padding: 0px;
      background-color: #fff;
  }
 
  .navbar-collapse ul.navbar-nav li a {
    font-size: 25px;
}
.navbar-collapse ul.navbar-nav {
  padding-left: 0px;
}
.navbar-collapse ul.navbar-nav li {
  text-align: center;
}
  .phone-call {
    display: none;
}
.banner-text {
  position: inherit;
  top: 0;
  transform: translateY(0px);
}
.banner {
  height: auto;
  padding: 50px 15px;
}
.banner-text h1::after {
  left: -145px;
  width: 140px;
  display: none;
}
.pre-form {
  position: inherit;
  flex-wrap: wrap;
  padding: 30px;
  height: auto;
  background-size: 100% 42%;
  background-position: bottom;
  width: 100%;
  box-shadow: 11px 4px 100px -55px;
}
.pre-foorm-felde {
  width: 100%;
}
.pre-content {
  text-align: center;
  padding-bottom: 15px;
}
.pre-form::after {
  left: -15px;
  bottom: 3px;
  display: none;
}
.pre-book {
  padding: 35px 0px;
}
section.about-sec {
  margin-top: 0px;
  padding: 30px 0px;
}
.pre-foorm-felde button.send-msg {
  font-size: 14px;
  margin: 0 auto;
  width: 100%;
}
.about-logo {
  width: 190px;
  margin-top: -55px;
}
.about-logo::after {
  width: 95px;
  left: -60%;
  display: none;
}
.amenities-box h3 {
  font-size: 40px;
  text-align: center;
}
.amenities-box:hover h4 {
  font-size: 20px;
}
.slid-so h3 {
  font-size: 40px;
}

.main-section_form .col-md-6 {
  margin-top: 15px;
}
.pre-book {
  margin-top: 0;
}

.form-check label.form-check-label {
  font-size: 15px;
}


section.our-amenities {
  padding-top: 50px;
}
.fresco-logo-master {
  text-align: center;
  box-shadow: 0px 3px 70px -50px;
}
.fresco-logo-master img {
  width: 200px;
}
.think h3 span:after {
  display: none;
}
.about h3 {
  font-size: 40px;
  width: 300px;
}
.loction {
  width: 80%;
  margin-bottom: 60px;
  padding: 35px;
  box-shadow: 1px 1px 100px -45px;
}
.main-PRIME .loction:nth-child(2) {
  margin: 0px 0px;
  margin-bottom: 60px;
}
.main-PRIME .loction:nth-child(4) {
  margin-right: 0px;
  margin-bottom: 60px;
}
.main-PRIME .loction:nth-child(5) {
  margin-left: 0px;
}
.master-but a.but-res {
  width: 280px;
  height: 70px;
  font-size: 30px;
}
.master-but {
  top: 0px;
  position: inherit;
}
.fresco-logo-master a.downlode-but {
  width: 100%;
  height: 48px;
  font-size: 15px;
  margin: 0 auto;
  margin-top: 30px;
}
.fresco-logo-master {
  width: 100%;
  height: 350px;
  position: inherit;
}
.think-plots {
  width: 100%;
}
.five-box.box-one .amenities-box:first-child {
  width: 100%;
  border-right: 0;
}
.five-box .amenities-box:last-child {
  border-right: 0;
  width: 100%;
}
.five-box {
  flex-wrap: wrap;
}
.amenities-box {
  width: 50%;
  padding: 15px;
}
.five-box .amenities-box:nth-child(3) {
  border-right: 0;
}
.five-box.box-two .amenities-box:nth-child(2) {
  border-right: 0;
}
.five-box.box-two .amenities-box:nth-child(3),.five-box.box-three .amenities-box:nth-child(3) {
  border-right: 1px solid #8d766f4d;
}
.five-box.box-two .amenities-box:nth-child(4),.five-box.box-three .amenities-box:nth-child(4) {
  border-right: 0;
}
.five-box.box-three .amenities-box:nth-child(2) {
  border-right: 0;
}
  
.five-box.box-four .amenities-box:last-child {
  border-top: 1px solid #8d766f4d;
  border-right: 0;
}
.five-box.box-four .amenities-box:first-child {
  border-left: 0;
}
.five-box.box-four .amenities-box:nth-child(2) {
  border-right: 0;
}
.amenities-box h4 {
  font-size: 15px;
}

.plots {
  margin-top: 0;
}
.think {
  padding: 10px;
  text-align: center;
}
.delivered .evary {
  margin-bottom: 35px;
}
.infras-ction {
  margin-bottom: 30px;
  margin-top: 30px;

}
section.every-great {
  height: auto;
}
.footer-right {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  height: auto;
  position: inherit;
  padding-top: 35px;
  padding-bottom: 36px;
  margin-top: 50px;
  left: 0;
  right: 0;
  display: block;
  margin-left: 0;
}
.footer-logo {
  width: 100px;
}
.copy-right {
  padding-right: 0;
  padding-top: 10px;
}
.fresco-logo-master::after {
display: none;
}
section.proximities-landmarks {
  padding: 30px 0px;
}
.loction p {
  font-size: 15px;
}
.loction h5 {
  font-size: 20px;
  height: 65px;
}
.footer-right::after{display: none;}
section.key-points h2.text {
  font-size: 45px;
}
.navbar-brand {
  max-width: 25%;
}
.centerlogo {
  width: 100px;
  height: 130px;
  box-shadow: 0px 3px 63px -40px;
}
.right-side {
  justify-content: end;
}
.our-ifrastra .owl-nav {
  top: 30%;
}
.delivered .evary {
  border: 2px solid #00274C;
  width: 255px;
  height: 255px;
}
.lef-footer {
  padding: 30px 30px;
}
.banner-text h1 {
  font-size: 40px;
}
.footer-right h6 {
  font-size: 14px;
}
.header-center {
  width: 18%;
}
  }
  


  @media only screen and (max-width: 330px){
    .slid-so h3 {
      font-size: 35px;
  }
  .footer-right h6 {
    font-size: 11px;
    margin-top: 0;
}

.think h3 {
  font-size: 35px;
}
.amenities-box h3 {
  font-size: 35px;
}
.amenities-box:hover h4 {
  font-size: 15px;
}
section.key-points h2.text {
  font-size: 35px;
}
.master-but a.but-res {
  width: 248px;
  height: 60px;
  font-size: 25px;
}

.ponins h3 {
  font-size: 35px;
}
.about h3 {
  font-size: 35px;
  width: 285px;
}
.banner-text h1 {
  font-size: 35px;
}
.header-center {
  width: 25%;
}
.every-content h3 {
  font-size: 25px;
}
.about {
  padding: 10px;
  margin-bottom: 0px;
}
.navbar-collapse {
  top: 71px;
}


  }