@font-face {
    font-family: "ProximaNova-Regular";
    src: url("../fonts/ProximaNova-Regular.otf");
  }
  @font-face {
    font-family: "ProximaNova-Bold";
    src: url("../fonts/ProximaNova-Bold.otf");
  }
footer {
    left: 0 !important;
    position: unset !important;
}
.banner {
    height: 230px;
    position: relative;
}
.banner img {
    height: 230px;
    object-fit: cover;
    object-position: bottom;
    position: absolute;
}
.banner h4 {
    font-family: 'Figtree-Bold' !important;
    position: absolute;
    color: #fff;
    z-index: 11;
    text-align: center;
    width: 100%;
    text-transform: capitalize;
    top: 25%;
    font-size: 25px;
}
.banner:after {
    content: '';
    /* top: 0;
    left: 0;
    right: 0; */
    position: absolute;
    background: rgba(0,0,0,.7);
    width: 100%;
    height: 230px;
}
.application-tabs {
    margin-top: 44px;
}
.nav-tabs-custom .nav-item .nav-link {
    padding: 15px 10px;
    font-weight: 100;
    text-transform: uppercase;
    position: relative;
    display: flex;
    justify-content: center;
    background: #129cc3;
    color: #fff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px; font-family: 'Figtree-SemiBold';
}
/* .nav-tabs-custom .nav-item .nav-link.odd {
    background: #b1242a;
    color: #fff !important;
    border-radius: 0;
    font-family: "Poppins-Regular";
}
.nav-tabs-custom .nav-item .nav-link.even {
    background: #f05855;
    color: #fff !important;
    border-radius: 0;
} */
/* .nav-tabs-custom > li:nth-child(1) a:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 22px solid #b1242a;
    position: absolute;
    right: -21px;
    top: 0px;
    left: unset;
    z-index: 11;
    -webkit-transform: scale(1);
    transform: scale(1);
} */
.nav-tabs-custom > li:nth-child(1) a:hover, .nav-tabs-custom > li:nth-child(3) a:hover, .nav-tabs-custom > li:nth-child(2) a:hover, .nav-tabs-custom > li:nth-child(4) a:hover {
    /* -webkit-transform: scale(1);
    transform: scale(1); */
    isolation: unset !important;
    /* box-shadow: 0px 15px 10px -15px #111;   
    z-index: 1; */
}
.nav-tabs-custom > li {
  margin-right: 2px;
}
.nav-tabs-custom > li > a.active {
    box-shadow: 0px 15px 10px -15px #111; 
    z-index: 1;
    background: #0F4989 !important;
    color: #fff !important;
}
.nav-tabs-custom > li:nth-child(3) a {
    position: relative;
}
/* .nav-tabs-custom > li:nth-child(3) a:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 22px solid #b1242a;
    position: absolute;
    right: -21px;
    top: 0px;
    left: unset;
    z-index: 11;
    -webkit-transform: scale(1);
    transform: scale(1);
} */
/* .nav-tabs-custom > li:nth-child(2) a:after, .nav-tabs-custom > li:nth-child(4) a:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 22px solid #f05855;
    position: absolute;
    right: -21px;
    top: 0px;
    left: unset;
    z-index: 11;
    -webkit-transform: scale(1);
    transform: scale(1);
} */
/* .nav-tabs-custom > li > a::after {
    background: transparent !important;
} */
.application-tabs .tab-pane h4 {
    font-family: 'Figtree-SemiBold'; !important;
    text-align: center;
    margin-top: 12px;
    text-transform: uppercase;
    font-size: 19px;
    /* letter-spacing: .5px; */
    margin-bottom: 0;
}
.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}
.application-tabs .card hr {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
    height: 2px;
    background: #b1242a;
    opacity: .5;
}
.application-tabs .form-control, .ms-options-wrap button {
    height: 45px;
    border: 1px solid #ced4da !important;
    border-radius: .25rem;
    font-family: "Poppins-Regular";
}
.application-tabs label {
    align-self: center;
    font-weight: 100;
    background: transparent;    font-size: 15px;
    font-family: 'Figtree-Medium';
}
.form-control {
  font-size: 14px !important;
}
input[type="text"] {
  text-transform: capitalize;
}
input::placeholder {
  font-weight: 100 !important;
}
.req {
    color: red;
}
.application-tabs .ms-options ul {
    list-style-type: none;
    padding-left: 10px;
}
.nxt-btn {
    background: linear-gradient(269deg, #b6272b, #ec5451);
    /* margin-left: auto; */
    display: block;
    padding: 5px 20px;
}
.nxt-btn:hover {
    background: transparent;
    color: #ec5451;
    border: 1px solid #ec5451;
}
.error {
    font-size: 11px !important;
}
.form-details {
  padding: 0px !important;
}
.form-details hr {
    background: #e1e1e1 !important;
}
.adddup {
    height: 1px !important;
    background: #e1e1e1 !important;
    margin-top: 15px;
}
.add-more-btn {
    color: #1a6922;
    cursor: pointer;
    /* border: 1px solid; */
    border-radius: 4px;
    line-height: 24px;
    padding: 1px 10px;
    font-size: 13px;
    width: 103px;
    font-family: "Poppins-Regular";
}
.remove-more-btn, .remove-more-btn-doctorate, .remove-more-btn-exp, .remove-more-btn-otherqual {
    color: #b1242a;
    cursor: pointer;
    text-align: right;
    /* border: 1px solid; */
    border-radius: 4px;
    line-height: 24px;
    padding: 1px 10px;
    font-size: 13px;
    width: 93px;
    margin-left: auto;
    font-family: "Poppins-Regular";
}
.dropzone .dz-preview.dz-error .dz-error-message {
    display: none;
}
.mr-4 {
    margin-right: 10px;
}

.hexagon {
    width: 25px;
    height: 16px;
    background: #fff;
    position: relative;
    margin-right: 12px;
    margin-left: 10px;
    color: #0f4989;
    line-height: 16px;
    margin-top: 4px;

  }
  .hexagon::before {
    content: "";
    position: absolute;
    top: -7px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 12px solid transparent;
    border-bottom:7px solid #fff;
  }
  .hexagon::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 12px solid transparent;
    border-top: 7px solid #fff;
  }
  .form-control::file-selector-button {
      height: 45px;
  }
  #probutton {
    width: 50px;
    text-align: center;
    height: 45px;
  }
  #probutton i {
    line-height: 41px;
    font-size: 20px;
  }
  .remove-more-btn-pro {
    color: #b1242a;
    cursor: pointer;
    text-align: center;
    /* border: 1px solid; */
    border-radius: 4px;
    line-height: 24px;
    padding: 1px 10px;
    font-size: 13px;
    width: 50px;
height: 45px
  }
  .remove-more-btn-pro i {
    line-height: 41px;
    font-size: 17px;
  }
  .addbtn-pos {
    position: absolute !important;
    right: 62px;
    z-index: 1111;
  }

  #cerbutton {
    width: 50px;
    text-align: center;
    height: 45px;
  }
  #cerbutton i {
    line-height: 41px;
    font-size: 20px;
  }
  .remove-more-btn-cer {
    color: #b1242a;
    cursor: pointer;
    text-align: center;
    /* border: 1px solid; */
    border-radius: 4px;
    line-height: 24px;
    padding: 1px 10px;
    font-size: 13px;
    width: 50px;
height: 45px
  }
  .remove-more-btn-cer i {
    line-height: 41px;
    font-size: 17px;
  }
  .addbtn-cer {
    position: absolute !important;
    right: 62px;
    z-index: 1111;
  }
  #resbutton {
    width: 50px;
    text-align: center;
    height: 45px;
  }
  #resbutton i {
    line-height: 41px;
    font-size: 20px;
  }
  .remove-more-btn-res {
    color: #b1242a;
    cursor: pointer;
    text-align: center;
    /* border: 1px solid; */
    border-radius: 4px;
    line-height: 24px;
    padding: 1px 10px;
    font-size: 13px;
    width: 50px;
height: 45px
  }
  .remove-more-btn-res i {
    line-height: 41px;
    font-size: 17px;
  }
  .addbtn-res {
    position: absolute !important;
    right: 62px;
    z-index: 1111;
  }
  .dropzone input[type="file"] {
    color: transparent;
    cursor: pointer;
}
.dropzone ::file-selector-button {
  display: none;
}
header {
  background: #fff;
}
header .logo-left img {
  width: 245px;
}
header .logo-right {
  text-align: right;
}
header .logo-right img {
  width: 100px;
}
header .header-center h4 {
  font-family: "ProximaNova-Bold" !important;
  text-transform: uppercase;
  font-size: 25px;
  margin-bottom: 0px;
  text-align: center;
}
footer {
  background: url();
}
.px-10 {
  padding-left: 10px;
  padding-right: 10px;
}
.pl-10 {
  padding-left: 10px;
}
.form-check-input {
  border: none;
  background: transparent;
}
.tab-pane.active::after {
  content: '' !important;
}

@media (max-width: 600px) {
  .nav-tabs {
    display: block !important;
  }
  .banner h4 {
    font-size: 18px;
  }
  .nav-tabs-custom > li > a::after {
    display: none;
  }
  .nav-tabs-custom .nav-item .nav-link {
    font-size: 12px;
  }
  .hexagon::before {
    content: "";
    position: absolute;
    top: -5.5px;
  }
  .nav-tabs-custom > li {
    margin-bottom: 3px !important;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .nav-tabs-custom .nav-item .nav-link {
    font-size: 9px !important;
}
}
@media screen and (min-width: 767px) and (max-width: 992px) {
  .nav-tabs-custom > li:nth-child(3) a::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    border-left: 22px solid #b1242a;
    position: absolute;
    right: -21px;
  }
  .nav-tabs-custom > li:nth-child(2) a::after, .nav-tabs-custom > li:nth-child(4) a::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 21px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 22px solid #f05855;
    position: absolute;
    right: -18px;
  }
  .nav-tabs-custom .nav-item .nav-link {
    font-size: 10px !important;
padding: 15px 5px;
  }
  .nav-tabs-custom > li:nth-child(1) a::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 22px solid transparent;
    border-bottom: 24px solid transparent;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1365px) {
  .nav-tabs-custom .nav-item .nav-link {
    font-size: 14px;
  }
}

@media (width: 1024px) {
  .nav-tabs-custom .nav-item .nav-link {
    font-size: 12px;
    padding: 15px 3px;
  }
}