.cursor-pointer{
  cursor: pointer;
}
#benefitiaryModal .modal-content{
  background: url('../img/main-bg.jpg') center / cover no-repeat;
  border-radius: 20px;
}

.custom-form-group {
  text-align: center;
  position: relative;
}
.custom-form-group label{
  display: block;
  color: var(--h-color);
  font-size: 16px;
  font-weight: bold;
  
}
.custom-form-group input, .custom-form-group select{
  width: 100%;
  background: var(--h-color);
  font-size: 14px;
  border: none;
  padding: 8px 20px;
  font-weight: bold;
  color: #7197a2;
}
.custom-form-group select option{
  font-weight: bold;
}
.custom-form-group input::placeholder{
  color: var(--color-a);
  opacity: 0.5;
}
.input-icon-group {
  position: relative;
}
.input-icon-group  .right-input-icon{
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  background: var(--h-color);
  font-weight: bold;
  padding-left: 10px;
  z-index: 5;
  color: #7197a2;
  transition: .2s ease;
}
.input-icon-group  .right-input-icon:hover{
  cursor: pointer;
  color: #367585;
}

.custom-form-group:not(:last-child){
  margin-bottom: 20px;
}

.custom-radio-box{
  padding: 14px;
  width: 100%;
  background: #cdcdcd;
  transition: .2s ease-in-out;
  
}

.custom-radio-box.active{
  background: #fff;
}
.custom-radio-box{
  padding: 15px 10px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.custom-radio-box label{
  color: var(--color-a);
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
}
.custom-radio-box label small{
  font-size: 12px;
}
.custom-radio-box input{
  display: none;
}

.btn-cus-1{
border-color: #cdcdcd;
color: #fff;
font-size: 14px;
border: 1px solid;
}
.btn-cus-1:hover{
  border-color: #7197a2;
  color: #7197a2;
}

@media screen and (max-width:600px) {

  .custom-form-group input, .custom-form-group select,.input-icon-group .right-input-icon,label.fs-6.photo_lebel{
      font-size: 14px !important;
  }
  .custom-radio-box label small{
      font-size: 10px;
  }
  .custom-radio-box label,.custom-form-group label{
      font-size: 16px;
  }
  .btn-cus-1 {
      font-size: 14px;
      border-width: 1px;
  }
}
@media screen and (max-width:380px) {
  .custom-form-group label{
      font-size: 16px !important;
  }
  .custom-form-group input, .custom-form-group select,.input-icon-group .right-input-icon,label.fs-6.photo_lebel{
      font-size: 12px !important;
  }
}