.education-section {
    padding-top:50px;
    padding-bottom: 50px;
}
.education-section .main-title.svg-image::before {
    background: none;
    width: 0;
    height: 0;
}
.label-form {
    width:100%;
    display: inline-block;
    font-size: 18px;
    line-height: 1.5;
    font-family: 'Arial';
    font-weight: bold;
    color: #041F3A;
    margin-bottom: 11px;
}
.education-form {
    margin-top: 2px;
}
.select-box {
    margin-bottom: 39px;
}
.select-box select,
.textarea-view textarea {
    font-family: 'Arial';
    border: 1px solid #B6B7BA;
    width:100%;
    padding:15px;
    height: 60px;
    background: #fff;
    font-weight: 400;
    font-size: 20px;
    color: #041F3A;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    background: url(../images/down-arrow.png) 95% 50% no-repeat;
}
.education-section .main-title.svg-image {
    position: relative;
    padding-right: 30px;
}
.checkbox-view,
.textarea-view {
    border-top: 1px solid #B6B7BA;
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
    margin-right: calc(var(--bs-gutter-x) * .5);
    margin-left: calc(var(--bs-gutter-x) * .5);
    width: calc(100% - calc(var(--bs-gutter-x) * 1));
}
.checkbox-view .form-check .form-check-input {
    width: 30px;
    height: 30px;
    border-color: #B6B7BA;
    border-radius: 0;
    margin-top: 0px;
}
.checkbox-view .form-check-label {
    font-family: 'Arial';
    font-weight: 400;
    font-size: 20px;
    color: #041F3A;
    margin-left: 20px;
    position: relative;
    top: -1px;
}
.checkbox-view .form-check {
    margin-bottom: 25px;
}
.checkbox-view .form-check-input:checked {
  background:#004990 url(../images/check-sign.png) center no-repeat;
}
.checkbox-view .row {
    margin-bottom: 80px;
}
.checkbox-view .row .col-md-7 .row {
    margin-bottom: 0;
}
.checkbox-view .row:last-child {
    margin-bottom: 40px;
}
.textarea-view textarea {
    height: 135px;
    resize: none;
    background: #fff;
}
.textarea-view textarea:focus,
.textarea-view select:focus {
    outline: none;
}
.education-form .btn-nato.white-bg button {
    background: #0B89C6;
}
.education-form .btn-nato button {
  font-size: 20px;
  line-height: 1.6;
  padding: 9px 26px;
  background: #FF9E45;
  color: #fff;
  display: inline-block;
  position: relative;
  border:none;
}

.education-form .btn-nato button::before {
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    content: "";
    background: #003D78;
    height: 100%;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
.education-form .btn-nato button:hover::before {
  width: 100%;
  right: 0;
  left: 0%;
}
.education-form .btn-nato button:hover {
  color: #fff;
}
.education-form .btn-nato button span::after {
  font-family: 'icomoon' !important;
  content: "\e908";
  color: #fff;
  display: inline-block;
  margin-left: 10px;
  font-size: 16px;
}
.education-form .btn-nato {
  margin-top: 20px;
}
.education-form .btn-nato button span {
  z-index: 1;
  position: relative;
  color: #fff;
}
.education-form .col-md-12 .select-box select {
  background: url(../images/down-arrow.png) 98% 50% no-repeat;
}

.education-form .col-md-7 .wpcf7-list-item {
  width: calc(33.33333333% - 20px);
  float: left;
  padding-left: calc(var(--bs-gutter-x) * .5);
}

.education-form .wpcf7-form-control-wrap {
  position: relative;
  display: inline-block;
  width: 100%;
}
.education-form .textarea-view .wpcf7-not-valid-tip {
  bottom: -22px;
}
.education-form .text-end p {
  margin-bottom: 0;
}
.education-form .recaptcha {
  font-size: 17px;
  width: 100%;
  text-align: left;
  display: inline-block;
  margin-top: 0px;
}
.education-form .wpcf7-spinner {
  margin: 13px 0 0 13px;
  position: absolute;
}
.education-form .wpcf7-not-valid-tip {
  clear: both;
  font-size: 16px;
  margin-top: -15px;
  position: absolute;
  left: 0;
  bottom: -28px;
}
.education-form .textarea-view {
  margin-bottom: 15px;
}
.education-form .wpcf7-response-output {
  font-size: 16px;
  margin: 20px 0 0 0 !important;
}
.education-form .checkbox-view .wpcf7-not-valid-tip {
  bottom: -5px;
}


@media(min-width:1440px){
    .education-section .main-title h2.h2 {
        font-size: 48px;
        line-height: 1.58;
    }
}
@media(max-width:1650px){
    .select-box {
        margin-bottom: 30px;
    }
    .label-form {
      font-size: 18px;
      margin-bottom: 8px;
    }
    .checkbox-view .form-check-label {
        font-size: 18px;
        margin-left: 12px;
        top: -3px;
    }
    .select-box select {
      padding: 10px 15px;
      height: 50px;
      font-size: 18px;
    }
    .textarea-view textarea {
      padding: 10px 15px;
      font-size: 18px;
    }
    .checkbox-view .form-check {
      margin-bottom: 20px;
    }
    .checkbox-view .form-check .form-check-input {
      width: 25px;
      height: 25px;
    }
    .checkbox-view .row {
      margin-bottom: 40px;
    }
    .checkbox-view, 
    .textarea-view {
      padding-top: 30px;
    }
    
}
@media(max-width:1365px) {
    .education-section .btn-nato button {
        font-size: 18px;
    }
    .education-form .wpcf7-not-valid-tip {
      font-size: 14px;
      bottom: -25px;
    }
}
@media(max-width:1199px){
	.education-section .main-title.svg-image {
    padding-right: 0;
}
  .education-form .wpcf7-spinner {
    margin: 13px 0 0 5px;
    width: 20px;
    height: 20px;
    z-index: 99;
  }
  .checkbox-view .form-check-label {
    top: -2px;
  }
    .education-section .main-title h2 {
      text-align: center;
      margin-bottom: 35px;
    }
    .education-section .main-title h2 br {
        display: none;
    }
    .education-section {
      padding-top: 70px;
      padding-bottom: 70px;
    }
    .checkbox-view .form-check-input:checked {
      background-size: 62%;
    }
}
@media(max-width:991px){
  .education-form .recaptcha {
    font-size: 15px;
  }
  .education-form .col-md-7 .wpcf7-list-item {
    width: calc(50% - 20px);
  }
    .education-section .btn-nato button {
      font-size: 17px;
    }
    .education-form .btn-nato button span::after {
      font-size: 13px;
      margin-left: 8px;
    }
}
@media(max-width:767px){
    .education-form .wpcf7-spinner {
    margin: 11px 0 0 7px;
    width: 20px;
    height: 20px;
  }
    .education-form .textarea-view .wpcf7-not-valid-tip {
    bottom: -20px;
  }
    .education-section .main-title h2 {
      margin-bottom: 20px;
    }
    .education-form .checkbox-view .wpcf7-not-valid-tip {
      bottom: -8px;
    }
    .select-box {
      margin-bottom: 20px;
    }
    .checkbox-view .row .col-md-7 .row {
      margin-top: 10px;
    }
    .checkbox-view, .textarea-view {
      padding-top: 20px;
      margin-top: 10px;
    }
    .checkbox-view .row {
      margin-bottom: 10px;
    }
    .checkbox-view .row:last-child {
      margin-bottom: 0;
    }
    .textarea-view textarea {
      height: 110px;
    }
    .education-section .btn-nato button {
      font-size: 14px;
    }
    .education-form .recaptcha {
      font-size: 15px;
    }
    .education-form .btn-nato {
    margin-top: 20px;
  }
    .label-form,
    .checkbox-view .form-check-label,
    .textarea-view textarea,
    .select-box select {
        font-size: 16px;
    }
    .checkbox-view .form-check-label {
      top: -1px;
    }
    .select-box select {
        height: 42px;
        padding: 8px 30px 8px 10px;
        background: url(../images/down-arrow.png) 97% 50% no-repeat;
    }
    .education-section {
      padding-top: 50px;
      padding-bottom: 50px;
    }
    .checkbox-view .form-check {
      margin-bottom: 15px;
    }
}
@media(max-width:575px){
  .education-section .float-end {
    float: left !important;
  }
  .education-form .wpcf7-spinner {
    margin: 11px 0 0 10px;
  }
  .education-form .wpcf7-not-valid-tip {
    bottom: -22px;
  }
}
@media(max-width:479px){
    .checkbox-view .row .col-md-7 .row {
      margin-top: 5px;
    }
    .textarea-view textarea {
      height: 80px;
    }
    .education-form .btn-nato {
      margin-top: 20px;
    }
}