/*==================== Wide Screens Start=============================*/
@media only screen and (min-width: 2500px) {
  html {
    font-size: 18px;
  }
}

@media only screen and (min-width: 2300px) {
  html {
    font-size: 16px;
  }
}

@media only screen and (min-width: 2000px) {
  html {
    font-size: 14.5px;
  }
    #floorplan .nav-item {
    width: 25%;
  }
}

@media only screen and (min-width: 1900px) {
  html {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1750px) {
  html {
    font-size: 13px;
  }

  .buttonbox.fixedTop {
    top: 9rem !important;
  }
}
@media only screen and (min-width : 1850px) and (max-width: 2000px) {
  html {
    font-size: 12.5px;
  }
    #floorplan .nav-item {
    width: 25%;
  }
    .config-card{
    margin: unset !important;
  }

}

/*==================== Wide Screens End=============================*/
/*==================== Extra Large Devices=============================*/
@media only screen and (min-width : 1700px) and (max-width: 1900px) {
  html {
    font-size: 12.5px;
  }

}

@media only screen and (min-width : 1600px) and (max-width: 1700px) {
  html {
    font-size: 12px;
  }
    #floorplan .nav-link {
    padding: 1rem 2rem !important;
  }
}

@media only screen and (min-width : 1400px) and (max-width: 1600px) {
  html {
    font-size: 11px;
  }
}
@media only screen and (min-width : 991px) and (max-width: 1200px) {
 
  #customers-testimonials .item {
    height: 42rem !important;
}
#floorplan .nav-item
{
    padding: 1rem;
    width: 25%;
    text-align: center;
}
.innerconfigcard button {
    padding: 0.7rem 4rem;
  }
}

@media only screen and (min-width : 991px) and (max-width: 1100px) {
  html {
    font-size: 8.1px;
  }
  .floor-gallery .theme-btn{
    padding: 8px 20px;
  }

}

@media only screen and (min-width : 767px) and (max-width: 991px) {
  html {
    font-size: 12px;
  }
   #floorplan .nav-item{
    width: 30%;
  }
      #customers-testimonials .owl-nav {
        bottom: -5px;
    }
    #customers-testimonials .item{
      height: 35rem !important;
    }
    .floor-gallery .theme-btn{
      padding: 8px 20px;
    }
}
@media only screen and (max-width: 767px) {
  #price .modal-dialog{
    width: 95% !important;
    margin: auto;
    padding-top: 4rem;
  }
}
@media only screen and (max-width: 480px) {
  #customers-testimonials .item{
    height: 48rem !important;
  }
    #floorplan .nav-link{
	      padding: 1rem 1.3rem !important;
  }
}
@media only screen and (max-width: 400px) {
  #customers-testimonials .item{
    height: 55rem !important;
  }
    #floorplan .nav-link{
	      padding: 1rem 1.2rem !important;
  }
}
@media only screen and (max-width: 390px) {
  #customers-testimonials .item{
    height: 60rem !important;
  }
  #floorplan .nav-link{
	      padding: 1rem 1.5rem !important;
  }
}

@media only screen and (max-width: 340px) {
 
  #floorplan .nav-link{
              padding: 1rem 1rem !important;
  }
  .floor-gallery .theme-btn {
        padding: 8px 12px !important;
    }
#floorplan .nav-item a

 {
    font-size: 1.1rem !important;
  }
    .innerconfigcard button {
    padding: 0.7rem 3rem !important;
  }
}
@media only screen and (max-width: 290px) {
  #customers-testimonials .item{
    height: 71rem !important;
  }
  .floor-gallery .theme-btn {
    padding: 8px 8px !important;
}
}

@media only screen and (max-width: 991px) {
  html {
    font-size: 9px;
  }

  .secpadding {
    padding: 4rem 0rem;
  }

  .section-head h1 {
    font-size: 3rem;
  }

  .section-head2 h1 {
    font-size: 3rem;
  }

  .config-card {
    margin-bottom: 3rem;
  }

  .innerAboutus .subhead span {
    font-size: 1.9rem;
    color: #fff;
  }

  .innerContactus .subhead span {
    font-size: 1.9rem;
  }

  .copyrighttext {
    font-size: 1.5rem;
  }

  .iconify-icon {
    color: #2a3b53 !important;
    font-size: 4rem;
  }
  #enquiry-form .modal-dialog {
    max-width: unset;
    width: 95%;
    margin: auto;
}
.overviewpara p{
  padding: 0rem 2rem;
}
.advan-card {
  margin: 0rem 3rem 3rem;
  color: #fff;
  height: unset;
  transition: all .3s ease-in-out;
}
/* .floor-gallery .theme-btn{
  padding: 8px 12px !important;
} */
.advantagepara p {
  font-size: 1.5rem;
  line-height: 2.3rem;
}
.advan-card p
 {
    font-size: 1.3rem;
}
.advan-card li
 {
    font-size: 1.4rem;
}
#floorplan .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  left: -3%;
  transform: translate(50%, -50%);
  font-size: 2.5rem;
    border-radius: 50%;
}

#floorplan .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  right: -3%;
  transform: translate(-50%, -50%);
  font-size: 2.5rem;
    border-radius: 50%;
}
#customers-testimonials .owl-nav{
  bottom: -25px;
}
#customers-testimonials .item {
  background: #fff;
  border: .2rem solid #2a3b53;
  border-radius: 2rem;
}
#price .modal-dialog{
  width: 75%;
  margin: auto;
}
.innerAmenities .owl-carousel .owl-nav button.owl-prev{
  left: -4.5%;
}
.innerAmenities .owl-carousel .owl-nav button.owl-next{
  right: -4.5%;
}
.innerAmenities .owl-carousel .owl-nav button.owl-prev:hover{
  background: #fff !important;
  color: #2a3b53 !important;
  border: .1rem solid #2a3b53 !important;
  left: -6%;
}
.innerAmenities .owl-carousel .owl-nav button.owl-next:hover{
  background: #fff !important;
  color: #2a3b53 !important;
  border: .1rem solid #2a3b53 !important;
  right: -6%;
}
.testimonial-name{
  font-size: 20px;
}
.mutecard {
  bottom: 12%;
}
}
