



.right {
  float: right;
    width: 100px;
    position: relative;
    z-index: 9998;
}
#burger {
   width: 31px;
  fill:red;
}
#burger:hover {
  opacity: .6; 
  cursor: pointer;
}
#menuuu {
  width: 300px; 
  height: 100%; 
  position: fixed; 
  right: -300px; 
  top: 0; 
  background-color: #F3F3F3; 
  z-index: 99; 
  font-size: 1.2rem; 
  padding: 0.8rem 0; 
  box-sizing: border-box; 
  overflow:auto;
}
#menuuu a{
  display:block;
  background:#ccc;
  margin-bottom:.2rem;
  padding:.3rem;
}

.close-img{
    width: 24px;
}


.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: rgb(0,0,0);
  background-color: #92670d;
  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%;
  max-width: 767px;
  margin: auto;
  /*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: 45px;
  }
}


.left-bg{
  /* background-color: #ffffff; */
  padding:0px !important;
  float:left;
}

.right-bg{
    /* background-color: #ab1666; */
    padding:0px !important;
    float:left;
}


.ens-form{
    color: black;
    background: #fff5df;
    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;
    text-align: center;
}
.enq-boxx{
  float: left;
  width: 45%;
  padding: 30px 20px;
  /*border: 1px solid #e4daff42;*/
  border-radius: 15px;
  text-align: center;
  margin-bottom: 20px;
}
.enq-boxx h3{
  float: left;
  width: 100%;
  font-size: 30px;
    color: #ffecc5;
    font-weight: 400;
    margin-bottom: 10px;
}
.enq-boxx p{
  float: left;
  width: 100%;
  font-weight: 400;
    font-size: 15px;
    line-height: 27px;
    color: white;
    margin-bottom: 0px;
}

.enq-boxx2{
  float: left;
  width: 25%;
  padding: 51px 20px;
  margin-bottom: 0px;
  text-align: center;
}

.enq-boxx2 h3{
  float: left;
  width: 100%;
  font-size: 28px;
  color: #ffecc5;
  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;
}

.m-bx-1{
   float: left;
    /*margin: 0px 3%;*/
    border: 1px solid transparent;
    width: 100%;
    margin-bottom: 15px;
    /*padding-top: 40px;
    height: 115px;*/
}
.m-bx-1 h3{
    float: left;
    width: 100%;
    font-size: 15px;
    color: black;
    font-weight: 700;
    margin-bottom: 10px;
}

.m-bx-1 input{
    border: 1px solid #0000001c;
    color: black;
    display: block;
    font-weight: 400;
    font-size: 15px;
    /* text-transform: uppercase; */
    height: 49px;
    margin-bottom: 0px;
    padding: 0 20px;
    outline: none;
    /* background: #fff5df; */
    width: 100%;
    /* border: none; */
    transition: all 500ms ease;
    /* border: solid 1px transparent; */
    /* margin-top: 3px; */
    width: 100%;
    float: left;
    padding: 10px 10px;
    /* margin-top: 17px; */
    border-radius: 11px;
}
.m-bx-1-btn{
    float: left;
    width: 100%;
    margin-top: 10px;
    text-align: center;
}

.m-bx-1-btn a{
    float: left;
    width: 100%;
    height: 49px;
    box-shadow: inset 650px 0 0 0px #A77814;
    
    color: white;
    font-weight: 400;
    font-size: 14px;
    border-radius: 35px;
    padding: 14px 0px;
    text-align: center;
    text-decoration: none;
    transition: all ease-in-out 0.5s;
      -o-transition: all ease-in-out 0.5s;
      -ms-transition: all ease-in-out 0.5s;
      -moz-transition: all ease-in-out 0.5s;
      -webkit-transition: all ease-in-out 0.5s;
}

.m-bx-1-btn a:hover{
      
box-shadow: inset 0px 0 0 0px #A77814;
    
background: #22201B;
      color: white;
      text-decoration: none;
      transition: all ease-in-out 0.5s;
      -o-transition: all ease-in-out 0.5s;
      -ms-transition: all ease-in-out 0.5s;
      -moz-transition: all ease-in-out 0.5s;
      -webkit-transition: all ease-in-out 0.5s;
}








.m-bx-1-btn button{
    width: 144px;
    height: 44px;
    font-size: 14px;
    font-weight: 400;
    color: white;
     box-shadow: inset 400px 0 0 0 #22201B;
       outline: none;
       border: none;
    text-align: center;
    float: none;
    display: inline-block;
    text-decoration: none;
    padding: 11px 0px;
    border-radius: 40px;
    transition: all ease-in-out 0.5s;
      -o-transition: all ease-in-out 0.5s;
      -ms-transition: all ease-in-out 0.5s;
      -moz-transition: all ease-in-out 0.5s;
      -webkit-transition: all ease-in-out 0.5s;
    
}
.m-bx-1-btn button:hover{
    box-shadow: inset 0 0 0 0 #22201B;
background: white;
      color: #22201B;
      text-decoration: none;
      transition: all ease-in-out 0.5s;
      -o-transition: all ease-in-out 0.5s;
      -ms-transition: all ease-in-out 0.5s;
      -moz-transition: all ease-in-out 0.5s;
      -webkit-transition: all ease-in-out 0.5s;
}
.m-bx-1-btn button:focus {
    outline: none;
}






.m-bx-1-btn2{
    float: left;
    width: 100%;
    margin-top: 10px;
    text-align: center;
}
.m-bx-1-btn2 button{
    width: 144px;
    height: 44px;
    font-size: 14px;
    font-weight: 400;
    color: white;
     box-shadow: inset 400px 0 0 0 #22201B;
       outline: none;
       border: none;
    text-align: center;
    float: none;
    display: inline-block;
    text-decoration: none;
    padding: 11px 0px;
    border-radius: 40px;
    transition: all ease-in-out 0.5s;
      -o-transition: all ease-in-out 0.5s;
      -ms-transition: all ease-in-out 0.5s;
      -moz-transition: all ease-in-out 0.5s;
      -webkit-transition: all ease-in-out 0.5s;
    
}
.m-bx-1-btn2 button:hover{
    box-shadow: inset 0 0 0 0 #22201B;
background: #f8e1af;
      color: #22201B;
      text-decoration: none;
      transition: all ease-in-out 0.5s;
      -o-transition: all ease-in-out 0.5s;
      -ms-transition: all ease-in-out 0.5s;
      -moz-transition: all ease-in-out 0.5s;
      -webkit-transition: all ease-in-out 0.5s;
}
.m-bx-1-btn2 button:focus {
    outline: none;
}








.form-inner{
    float: left;
    width: 100%;
}

