 .aboutproject h2, .amenitiesbg h2,.specification h2, .gallerysection h2{
    color: #d6b46d;
  }.specifications2-box li::marker {
    color: #d7b56d;
  }
  .aboutproject {
    background-color: #004735;
  }
  .aboutproject h5 {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    color: #d7b56d;
    font-weight: 600;
    text-transform: uppercase;
}
.aboutproject p {
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    margin-bottom: 20px;
    padding-left: 30px;
}



.amenitiesbg ul li {
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    color: black;
    margin-bottom: 20px;
    list-style-type: disclosure-closed;
}

.amenitiesbg ul li::marker {
    color:#d6b46d;
}
.specifications2-box li {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    color: black;
    margin-bottom: 10px;
    list-style-type: disclosure-closed;
    list-style-type: disc;
}
.specifications2-box h2 {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 5px;
    position: relative;
    margin-bottom: 0px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #d6b46d;
    font-family: 'Poppins';
    margin-top: 0px;
    text-align: start;
}
  .amenitiesbg ul li::marker {
    color: #d6b46d;
  }
  .value ul li{
    color: #fff;
  }
  .tt {
    border-left: 4px solid #ab7136;
  }.ameni-box {
    position: relative;
    float: left;
    width: 100%;  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  }
  .amenities-block{
    margin-bottom: 20px;
  }
  .ame-icon img{
    padding: 5px 5px 0px;
    height: 75px;
  }.ame-icon {
    width: 24%;
    float: left;
  }.ame-text {

    position: absolute;
    width: 76%;
    height: 100%;
    right: 0;
    padding: 10px;
    text-align: center;
    display: flex;
    align-items: center;

  }.ame-text h4 {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 20px;margin-top: 10px;
    text-align: center;
    font-family: 'Poppins';
    text-transform: uppercase;
    color: #5f3e1e;
    width: 100%;
    font-weight: normal;
  }
  .amenitiesbg , .brochure{
    background-color:#004735;
    background-size: cover;
  }
 
  .amenitiesbg ul li{
    font-size: 16px;
  }


.logoproject{
  height: 150px;
  margin-bottom: 30px;
}
iframe{
  width: 560px;
  height: 315px;
}
@media screen and (max-width:1199px){
  iframe{
    height: 300px !important;
    width: 100% !important;
  }
}
@media screen and (max-width:991px){
  iframe{
    height: 200px !important;
    margin-bottom: 30px;
    width: 100% !important;
  }
  .logoproject{
    height: 100px;
  }
}  @media screen and (max-width:600px){
    .ame-icon {
  width: 26%;
}
.ame-text {
  position: absolute;
  width: 74%;
  }
  .ame-text h4{
    width: 100%;
  }
	.abtimgtrinity{
		margin-bottom:20px;
	}
	.value ul, .amenitiesbg ul{
		padding-left:20px;
	}
  }





  #book-appointments .modal-dialog{
  width: 80%;
  max-width: 100%;
  margin-top: 1%;
}
#book-appointments .modal-body{
    background: #fff;
    padding: 30px;
    margin-top: 10px;
    border-radius: 10px
}
#book-appointments .form-control{
 height: 40px;
  font-size: 14px !important;
  color: #000;font-family: 'Poppins', sans-serif;
}
#book-appointments textarea{
  height:60px !important;
  padding-top: 10px
  }
  #book-appointments img{
    border-radius: 10px;
  }
#book-appointments h2{
  font-weight: 400;
  font-size: 26px;
  margin-bottom: 20px;
  text-transform: uppercase;
  text-align: left;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  width: fit-content;
  color: #3ec1ee;
}
#book-appointments span{
  color: #bcc431;
}
#book-appointments .btnn
{
  float: left;
  background: #bcc431;
  border: #bcc431;
  border: 1px solid #bcc431;
  border-radius: 52px;
    border-bottom-right-radius: 52px;
  padding: 10px 30px;
  border-bottom-right-radius: 52px;
  border-bottom-right-radius: 52px;
  color: #022D40;
  border-bottom-right-radius: 0;
  color: #fff
}
#book-appointments .btnn:hover{
  background: #3fc2ef;
  border: #3fc2ef;
  border: 1px solid #3fc2ef;
}
#book-appointments .modal-body::after,
#book-appointments .modal-body::before {
  content: "";
  position: absolute;
  height: 45%;
  width: 45%;
  transition: var(--transition);
}
#book-appointments .modal-body::after {
  transform-origin: top left;
  left: 0;
  top: 0;
  border-left: 6px solid #bcc431;
  border-top: 6px solid #3ec1ee;border-radius: 4px;
}
#book-appointments .modal-body::before {
  transform-origin: bottom right;
  right: 0;
  bottom: 0;border-radius: 4px;
  border-right: 6px solid #bcc431;
  border-bottom: 6px solid #3ec1ee;
}
#book-appointments .flexdisplay{
  display: flex;
  flex-direction: column;
  justify-content: center;
  vertical-align: middle;
  text-align: center;
}
.textpp{
	font-size: 18px !important;
  font-family: 'Poppins', sans-serif;
  color: #000 !important;
	margin-bottom: 30px !important;
}
.amenitiesbg h2, .specification h2{
	margin-bottom: 10px;
}
@media screen and (max-width:991px){
  #book-appointments h2{
    margin-top: 30px
  }
}
@media screen and (max-width:767px){
  #book-appointments h2{
    margin-top: 15px;
    text-align: center;
    width: 70%;
    margin-left: 15%;
    font-size: 22px;
  }
.textpp{
	font-size: 16px !important;margin-bottom: 15px !important;
	}
  #book-appointments{
    z-index: 999999999999 !important;
  }
  #book-appointments .modal-dialog{
  width: 100%;
  max-width: 100%;
  margin-top: 0.2%;
}
	  #book-appointments .form-control{
		margin-bottom:10px;  
	}
	#book-appointments .btnn{
		margin-left:0%;
	}
#book-appointments .modal-body{
  padding: 20px;
}
#book-appointments img{
	width:90%;
	margin-left:5%;
	}

}