	body{
		font-family: 'Urbanist', sans-serif !important;
	}
	section.section4 {
    padding: 60px 0;
    background: #d52f3308;
  }
  .sec-tital {
    text-align: center;
    margin-bottom: 50px;
  }
  .sec-tital h2 {
    font-size: 33px;
    font-weight: bold;
    color: #383838;
  }
  .sec-tital .des {
    font-size: 25px;
    color: #d62f33;
    font-weight: bold;
    letter-spacing: 0.5px;
  }
  .sec-flex img {
    width: 62px;
    margin-right: 20px;
  }
  .sec-flex p {
    margin: 14px 0 0 0;
  }
  .sec-flex {
    display: flex;
    align-items: center;
  }
  .sec4-card .col-lg-6, .sec4-card .col-lg-5 {
    padding-bottom: 40px;
  }
  .sec-flex h4 {
    font-size: 20px;
    font-weight: bold;
    color: #3055a4;
    margin: 0;
  }
  .sec-flex p span {
    padding: 4px 21px;
    color: white;
    font-weight: bold;
    letter-spacing: 0.5px;
    border-radius: 5px;
    margin: 0 8px;
  }
  .sec-flex p span:nth-child(1) {
    background: #fd5674;
    margin-left: 0;
  }
  .sec-flex p span:nth-child(2) {
    background: #3da5dd;
  }
  .sec-flex p span:nth-child(3) {
    background: #dd9a37;
  }
  .d-none{
   display: none;
 }
 .ml-0{
   margin-left: 0 !important;
 }
 .sec-tital p {
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 11px;
}




.sec1-col2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec1-formsec {
  width: 75%;
  padding: 2.5rem 1rem;
  background: #0078c10d;
  border: 0.2px solid #0078c1;
  box-shadow: 0px 4px 8px rgb(217 208 156 / 18%);
  border-radius: 12px;
  text-align: center;
}
.sec1-formsec form h2 {
  font-weight: 600;
  font-size: 22px;
  color: #0078c1;
  letter-spacing: 0.5px;
}
.get_otp {
  width: 100%;
  position: relative;
}
.sec1-formsec form input {
  width: 80%;
  outline: none;
  background: #f7fbfd;
  border: 1px solid #3055a452;
  border-radius: 12px;
  padding: 12px 14px;
  margin-bottom: 24px;
  font-size: 14px;
}
.get_otp button {
  position: absolute;
  right: 53px;
  font-size: 14px !important;
  color: #0078c1 !important;
  font-weight: 500 !important;
  background: none !important;
  top: 14px;
  padding: 0 !important;
}
.sec1-formsec form button {
  background: linear-gradient(180deg, #436fcb 0%, #3055a4 100%);
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  outline: none;
  border: none;
  padding: 10px 45px;
  color: #fff;
  letter-spacing: .5px;
  cursor: pointer;
}
.otp-form .row {
  display: flex;
  justify-content: center;
}
section.otp-form {
  background-image: url(/backend/front/baluniclasse/bg-banner.jpg);
}
.bg-dv {
  padding: 50px 0;
  background: #dbedf9de;
}
.otp-form .col-lg-5 {
  display: flex;
  align-items: center;
}
.otp-form .sec-tital{
	margin-bottom: 0 !important;
}





@media only screen and (max-width: 767px){
.otp-form .row {
    display: block;
}
.sec-flex p span {
    padding: 4px 7px;
    color: white;
    font-weight: bold;
    letter-spacing: 0.5px;
    border-radius: 5px;
    margin: 0 2px;
    font-size: 12px;
}
.get_otp button {
    right: 43px;
    font-size: 10px !important;
    top: 17px;
}
.sec-flex p span:nth-child(3) {
    background: #dd9a37;
    display: block;
    width: fit-content;
    line-height: 1;
    margin-top: 13px;
}
.sec1-formsec {
    width: 100%;
}











}