.spokenEnglish_new_form{
   padding: 30px 10px;
}
.spokenEnglish_new_form .new_form_heading{
   color:#009EFF;
    font-size: 20px;
    display: flex;
    align-items: center;
    line-height: 1;
    justify-content:center;
}
.spokenEnglish_new_form .new_form_heading span{
   font-size: 20px;
    color: #009EFF;
    display: block;
    margin-right: 5px;
    margin-top: -2px;
}
#commentform input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], select, textarea{
   border: 1px solid #aaa !important;
   height: 40px !important;
}
#reason-title{
   padding: 7px 10px;
    border: solid 1px #aaa;
    border-radius: 5px;
    margin-bottom: 15px;
    clear: both;
}
.selected-reason{
   margin: 0;
}
.selected-reason{
   margin: 0;
}
.option label {
   padding-left: 30px;
   font-weight: 400;
   width: 90%;
   margin: 6px 0 6px -13px;
   position: relative;
   z-index: 1;
}
.selected-reason li{
   list-style: none;
   margin: 3px 0;
}
#reason-title {
    padding: 10px 30px 10px 10px;
    background: #eee;
    margin: 0;
    position: relative;
}
.select-options{
   padding: 10px;
    background: #efefef;
    border: solid 1px #ccc;
}
.btn-check-done{
   float: right;
    padding: 5px 30px;
    height: auto;
    margin-right: 15px;
    margin-top: -36px;
    z-index: 999;
    position: relative;
}
#contact-submit{
   background: #009EFF;
   color: #fff;
}
/* #contact-submit:hover{
   color: #000;
} */
.new_form_phone{
   display: flex;
   align-items: center;
}
.new_form_phone select{
   margin-right: 10px;
    border-radius: 5px;
    background: #fff;
}
.spokenEnglish_new_form img{
   width: 250px;
}
.spokenEnglish_new_form h4{
   margin: 0;
   font-size: 21px;
   text-align: right;
   color: #888;
    line-height: 24px;
    letter-spacing: 1px;
}
.spokenEnglish_new_form h4 span{
   display: block;
   color: #0069a9c2;
   letter-spacing: 1px;
}



.option {
  position: relative;
}

.option span {
   background-color: none;
    border: 2px solid #b3b3b3;
    border-radius: 50%;
    cursor: pointer;
    height: 22px;
    left: 0;
    position: absolute;
    top: 5px;
    width: 22px;
}

.option span:after {
   border: 2px solid #607eff;
   border-top: none;
   border-right: none;
   content: "";
   height: 5px;
   left: 3px;
   opacity: 0;
   position: absolute;
   top: 6px;
   transform: rotate(-45deg);
   width: 12px;
}

.option input[type="checkbox"] {
  visibility: hidden;
}
.option input[type="checkbox"]:checked + span {
  border-color: #607eff;
}

.option input[type="checkbox"]:checked + span:after {
  opacity: 1;
}
.select-list .title::after {
    content: '>';
    margin-left: 15px;
    font-size: 11px;
    transform: rotate(90deg) scale(1.2, 2);
    float: right;
    position: absolute;
    right: 17px;
    top: 35%;
}
.select-list .title.open::after {
    transform: rotate(-90deg) scale(1.2, 2);
}
/* Diller Sticky Strat  */
.sticky_diller{position: fixed;bottom: 20px;left: 15px;z-index: 9999999;display: none;}
.phone_icon_box{}
.phone_icon_box a{}
.phonesvg{background:#03a84e;width: 60px;height: 60px;border-radius: 60px;padding: 5px;}
.phonesvg svg{fill: #fff;width: 24px;margin: 0 auto;display: block;margin-top: 9px;}
.phone_text{}
#reservation_name-error,#email-error,#state-error, #mobile-error{
   color:red;
}
.new_form_phone99{
   display: grid;
    align-items: center;
    grid-template-columns: 60px 1fr;
}
#mobile-error{
   display: grid;
    width: 100%;
    grid-column: span 2;
}
.widget-visible{
   display:none !important;
}
.new_online_spoken_english_course{
   text-align: center;
    color: #fff;
    font-size: 20px;
    margin: 25px 0;
    font-weight:700;
}
.new_online_spoken_english_course span{
   padding: 10px 40px;
    background-color: #6b6b6b;
    border-radius: 8px;
    margin-top: 20px;
    position: relative;
}
 /* second step start */
.gst_rdiobtn {
    margin-bottom: 15px;
    background: #fff;
    border-radius: 9px;
    position: relative;
    border: 1.5px solid #009eff;
}
.price_active {
    background: #eaf7ff !important;
    border: 2px solid #009eff !important;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
.gst_rdiobtn label {
    padding: 10px;
    margin-bottom: 0;
}
.gst_rdiobtn label {
    width: 100%;
}
.gst_rdiobtn p {
    position: absolute;
    top: 11px;
    right: 13px;
    font-size: 16px;
    font-weight: 600;
    color: #009eff !important;
}
.gst_rdiobtn ul {
    list-style: none;
    display: inline-grid;
    width: calc(100% - 104px);
    position: relative;
    left: -32px;
}
.gst_rdiobtn ul li {
    color: #000;
    position: relative;
}
.gst_rdiobtn ul li:nth-child(1) {
    font-weight: 600;
    font-size: 16px;
    color: #009eff;
}
.gst_rdiobtn ul li::before {
    content: '';
    position: absolute;
}
.gst_rdiobtn ul li:nth-child(1) {
    font-weight: 600;
    font-size: 16px;
    color: #009eff;
}
.gst_rdiobtn_text p {
    position: unset;
    font-size: 13px;
    font-weight: unset;
    margin-bottom: 0;
    color: #0a0a0a !important;
    margin-left: 30px;
    text-align: left;
}
.home_one_left_two p {
    font-size: 15px;
    color: #666;
    font-weight: 700;
    text-align: center;
}
.recomm_text {
    text-align: right !important;
}
.gst_rdiobtn_text p {
    position: unset;
    font-size: 13px;
    font-weight: unset;
    margin-bottom: 0;
    color: #0a0a0a;
    margin-left: 30px;
    text-align: left;
}
.home_one_left_two_button_holder {
  /*width: 193px;*/
  height: 44px;
  color: #fff !important;
  /*border-radius: 22px;*/
  background-color: #009EFF;
  width: 100%;
}
.flex_center {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px){
    .sticky_diller{display: none;}
}
/* Diller Sticky End */

@media (max-width: 767px){
   .new_form_phone99{
      grid-template-columns: 75px 1fr;
   }
   .new_online_spoken_english_course{
      font-size: 16px;
    margin: 28px 0;
    padding-top: 20px;
    font-weight: 700;
   }
   #reservation_name-error,#email-error,#state-error, #mobile-error{
      font-size: 13px;
      font-weight: 500;
   }
   .select-list .title::after{
      top: 45%;
   }
.spokenEnglish_new_form .new_form_heading span {
    font-size: 17px;
   
}
.spokenEnglish_new_form .new_form_heading {
   font-size: 17px;
    margin: 0;
    padding-top: 25px;
    margin-bottom: 10px;
    text-align: center;
    justify-content: center;
}
.spokenEnglish_new_form h4{
   font-size: 16px;
    text-align: center;
    line-height: 16px;
    margin-top: 15px;
}
.spokenEnglish_new_form h4 span{
   display: inline-block;
   color: #0069a9c2;
   letter-spacing: 1px;
}
.btn-check-done{
   float: none;
    display: block;
    width: 100%;
    margin: 10px 0 5px;
}
.spokenEnglish_new_form_logo{
   text-align: center;
}

.gst_rdiobtn_text p{
  margin-left: 34px;
}
.home_one_left_two_button_holder {
  /*width: 150px;*/
  height: 35px;
  font-size: 14px;
  width: 100%;
}
.gst_rdiobtn ul {
  margin: 0;
}
.gst_rdiobtn ul li:nth-child(1) {
  font-size: 15px;
}
.gst_rdiobtn p {
  font-size: 14px;
  margin-left: 22px;
}
}
@media (max-width:500px){
   .new_online_spoken_english_course span{
      padding: 10px 17px;
   }
   .gst_rdiobtn ul {
     margin: 0;
     left: -38px;
   }
   .gst_rdiobtn ul li:nth-child(1) {
     font-size: 15px;
   }
   .gst_rdiobtn p {
     font-size: 14px;
     margin-left: 22px;
   }
}