
.top_head{
  background-color: #e56f3b;
  margin: 0px;
  height: 30px;
}
.top_head a{
  text-decoration: none;
}
.top_head span{
  font-size: 15px;
}

/* /// */
.otp-form-card{
  background-color: white;
  height: 505px;
  border-radius: 20px;
  padding: 20px;
  width: 98%;
  margin: auto;
}
.otp-form-cardD{
  background-color: white;
  height: 460px;
  border-radius: 20px;
  padding: 20px;
  width: 98%;
  margin: auto;
}
.modal-content{
  width: 85% !important;
  margin: auto;
}
@media screen and (max-width:600px) {
  .modal-content{
    width: 100% !important;
  }
}


.otp-form h5{
  color:orange;
  font-weight: 700;
  text-align: center;
  font-size: 25px;
}
.otp-form span{
  color:black;
}
#enq_service,#enq_message,.otp-form input{
  padding: 12px;
  width: 100%;
  border-radius:5px;
  border: 1px solid skyblue;
}
.otp-modal-form{
  background-color: #f37e20;
}
.otp-header{
  position: relative;
}
.otp-close-sec{
  top:70px;
  right: 10px;
  position: absolute;
  background-color: white;
  border-radius: 50%;
  padding: 10px;
  /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  z-index: 100;
}
.otp-close-sec:hover{
  box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
}
.otp-close-sec button{
border:none;
background-color: white;
}
.otp-close-secX{
  top:37px;
  right: 20px;
  position: absolute;
  background-color: white;
  border-radius: 50%;
  padding: 5px;
  /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  z-index: 100;
}
.otp-close-secX:hover{
  box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
}
.otp-close-secX button{
border:none;
background-color: white;
}

.otp-close-secXX{
  top:5px;
  right: 5px;
  position: absolute;
  background-color: white;
  border-radius: 50%;
  padding: 5px;
  /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  z-index: 100;
}
.otp-close-secXX:hover{
  box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
}
.otp-close-secXX button{
border:none;
background-color: white;
}
.otp-form input{
margin-top: 10px;
}
.otp-form select{
  margin-top: 10px;
  padding: 12px;
  width: 100%;
}
.otp-form textarea{
  margin-top: 10px;
  width: 100%;
  padding: 15px;
}
.otp-form button{
  padding: 12px;
  border:none;
  border-radius: 50px;
  margin-top: 15px;
  width: 70%;
  font-size: 17px;
  background-color: #003f72;
  color:white;
}
.otp-form button:hover{
  background-color: #2e2e2e;
  color:white;
}
.submit-btn{
 background-color: #003f72;
  color:white;
  font-weight: 600;
}
.submit-btn:hover{
  background-color: hsl(241.43deg 87.5% 9.41%);
  color:white;
  
}
