

.close-img{
    width: 35px;
}


.overlay {
  height: 0%;
  width: 50%;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-y: hidden;
  transition: 0.5s;
  z-index: 111;
  /* background-image: linear-gradient(to right, #4e1b6a 0%, #b31666 51%, #b31666 100%); */
}

.overlay-content {
  position: relative;
  /* top: 25%; */
  width: 100%;
  /*text-align: center;*/
  /* margin-top: 30px; */
  /* z-index: 111111111111111111111; */
}

.overlay a {
  /* padding: 8px; */
  text-decoration: none;
  font-size: 30px;
  color: white;
  z-index: 11;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size:40px;
}

@media screen and (max-height: 450px) {
  .overlay {overflow-y: auto;}
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}


.left-bg{
  /* background-color: #ffffff; */
  padding:0px !important;
  float:left;
}

.right-bg{
    /* background-color: #ab1666; */
    padding:0px !important;
    float:left;
}


.ens-form{
    color: black;
    display: block;
    font-weight: 400;
    font-size: 15px;
    /* text-transform: uppercase; */
    height: 70px;
    margin-bottom: 30px;
    
    outline: none;
   /* background: #eae4ff;*/
    width: 100%;
    padding-left: 0px;
    border: none;
    transition: all 500ms ease;
   outline: none;
    border: none;
    /* margin-top: 3px; */
    width: 100%;
    float: left;
    padding: 15px;
    /* margin-top: 17px; */
    border-radius: 10px;
}
.ovrly-full{
  float: left;
  width: 100%;
  padding: 40px 30px;
}
.enq-ttle{
  float: left;
  width: 100%;
}
.enq-ttle h2{
  float: left;
  width: 100%;
  font-size: 27px;
    color: white;
    font-weight: 700;
    margin-bottom: 30px;
}
.enq-boxx{
  float: left;
  width: 50%;
  padding: 30px 20px;
  border: 1px solid #e4daff42;
  border-radius: 15px;
}
.enq-boxx h3{
  float: left;
  width: 100%;
  font-size: 30px;
    color: #e4daff;
    font-weight: 400;
    margin-bottom: 10px;
}
.enq-boxx p{
  float: left;
  width: 100%;
  font-weight: 400;
    font-size: 15px;
    line-height: 27px;
    color: white;
}

.enq-boxx2{
  float: left;
  width: 50%;
  padding: 10px 20px;
  margin-bottom: 40px;
}

.enq-boxx2 h3{
  float: left;
  width: 100%;
  font-size: 28px;
  color: #e4daff;
  font-weight: 400;
  margin-bottom: 12px;
}
.enq-boxx2 a{
  float: left;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: white;
  margin-bottom: 12px;
}