.trainer-section {
  display: inline-block;
  float: left;
  width: 100%;
  background-image: url("../img/pattern-9.png");
  /* padding: 50px 40px; */
  background-color: #fff;
  border: 1px dashed #ddd;
  box-shadow: 2px 8px 20px 0px rgba(87, 87, 87, 0.08);
  margin-bottom: 50px;
}
.trainer-section h1{
  color: #3f3a64;
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 4px;
  margin-top: 0px;
  font-family: 'Kumbh Sans', sans-serif;
  letter-spacing: 1px;
  text-align: center;
}
.trainer-section p {
  font-weight: 600;
  font-size: 20px;
  line-height: 15px;
  margin-bottom: 35px;
  color: #356e89;
  margin-top: 0px;
  text-align: center;
}
.trainer-section .form-control {
  display: block;
  width: 100%;
  height: 49px;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.42857143;
  color: #3f3a64;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: none;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: none;
}
.trainer-section .form-group {
  margin-bottom: 30px;
}
.trainer-section .text-content {
  height: 100px;
  margin-bottom: 30px;
}

/* Custom Radio Button Start*/

.radiotextsty {
  color: #A5A4BF;
  font-size: 16px;
  font-weight: 400;
  vertical-align: super;
}

.customradio {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  float: left;
  margin-right: 50px;
  /* margin-bottom: 30px; */
}


.customradio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}


.checkmark {
  position: absolute;
  top: 0  ;
  left: 0  ;
  height: 22px ;
  width: 22px ;
  background-color: white ;
  border-radius: 50% ;
  border:1px solid #BEBEBE ;
}


.customradio:hover input ~ .checkmark {
  background-color: transparent;
}


.customradio input:checked ~ .checkmark {
  background-color: white;
  border:1px solid #BEBEBE;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}


.customradio input:checked ~ .checkmark:after {
  display: block;
}


.customradio .checkmark::after {
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #1a82a4;
}
/* Custom Radio Button End*/


.uploader {
  display: block;
  clear: both;
  margin: 0 auto;
  width: 100%;
  max-width: 600px;

  label {
    float: left;
    clear: both;
    width: 100%;
    padding: 2rem 1.5rem;
    text-align: center;
    background: #fff;
    border-radius: 7px;
    border: 3px solid #eee;
    transition: all 0.2s ease;
    user-select: none;

    &:hover {
      border-color: $theme;
    }
    &.hover {
      border: 3px solid $theme;
      box-shadow: inset 0 0 0 6px #eee;

      #start {
        i.fa {
          transform: scale(0.8);
          opacity: 0.3;
        }
      }
    }
  }

  #start {
    float: left;
    clear: both;
    width: 100%;
    &.hidden {
      display: none;
    }
    i.fa {
      font-size: 50px;
      margin-bottom: 1rem;
      transition: all 0.2s ease-in-out;
    }
  }
  #response {
    float: left;
    clear: both;
    width: 100%;
    &.hidden {
      display: none;
    }
    #messages {
      margin-bottom: 0.5rem;
    }
  }

  #file-image {
    display: inline;
    margin: 0 auto 0.5rem auto;
    width: auto;
    height: auto;
    max-width: 180px;
    &.hidden {
      display: none;
    }
  }

  #notimage {
    display: block;
    float: left;
    clear: both;
    width: 100%;
    &.hidden {
      display: none;
    }
  }
  progress,
  .progress {
    // appearance: none;
    display: inline;
    clear: both;
    margin: 0 auto;
    width: 100%;
    max-width: 180px;
    height: 8px;
    border: 0;
    border-radius: 4px;
    background-color: #eee;
    overflow: hidden;
  }

  .progress[value]::-webkit-progress-bar {
    border-radius: 4px;
    background-color: #eee;
  }
  .progress[value]::-webkit-progress-bar {
    border-radius: 4px;
    background-color: #eee;
  }

  .progress[value]::-webkit-progress-value {
    background: linear-gradient(to right, darken($theme, 8%) 0%, $theme 50%);
    border-radius: 4px;
  }
  .progress[value]::-moz-progress-bar {
    background: linear-gradient(to right, darken($theme, 8%) 0%, $theme 50%);
    border-radius: 4px;
  }

  input[type="file"] {
    display: none;
  }
div {
    margin: 0 0 0.5rem 0;
    color: $dark-text;
  }
  .btn {
    display: inline-block;
    margin: 0.5rem 0.5rem 1rem 0.5rem;
    clear: both;
    font-family: inherit;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    text-transform: initial;
    border: none;
    border-radius: 0.2rem;
    outline: none;
    padding: 0 1rem;
    height: 36px;
    line-height: 36px;
    color: #fff;
    transition: all 0.2s ease-in-out;
    box-sizing: border-box;
    background: $theme;
    border-color: $theme;
    cursor: pointer;
  }
}
.upload-section label {
  width: 100%;
  text-align: center;
  border: 1px dashed #ddd;
  box-shadow: 2px 8px 20px 0px rgba(87, 87, 87, 0.08);
  background-color: #fff;
  padding: 20px 15px;
  margin-bottom: 30px;
}
.upload-section .btn-primary {
  color: #fff;
  background-color: #1a82a4;
  padding: 8px 15px;
  font-size: 16px;
  border: none;
  border-radius: 0px;
  margin-top: 10px;
}

.upload-section p {
  font-weight: 600;
  font-size: 17px;
  line-height: 15px;
  margin-bottom: 15px;
  color: #333;
  margin-top: 0px;
  text-align: center;
}
.modal-backdrop.fade.show{
    display: none !important;
}
.modal{
    padding-top: 114px;
}
.container1 {
  position: relative;
  width: 50%;
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.container1:hover .image {
  opacity: 0.3;
}

.container1:hover .middle {
  opacity: 1;
}

.text {
  /* background-color: #04AA6D; */
  color: white;
  font-size: 16px;
  padding: 16px 32px;
  inline-size: max-content;
  letter-spacing: 0 !important;
}
.logo-lg {
    margin-top: 26px;
}
.register-back{
    padding-top: 100px;
}
/* body{
    background: #e2ecf8 !important;
} */
iframe#file-image1{
    width:100%;
    height:100%;
}
iframe.image{
    height: 420% !important;
}
.hovertooltip {
    position: relative;
    display: inline-block;
    /* border-bottom: 1px dotted black; */
  }

  .hovertooltip .hovertooltiptext {
    visibility: hidden;
    min-width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 4px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
    white-space: nowrap;
    padding-left: 15px;
    padding-right: 15px;
  }

  .hovertooltip .hovertooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
  }

  .hovertooltip:hover .hovertooltiptext {
    visibility: visible;
    opacity: 1;
  }
  .institution_mobile{
    padding-left:90px !important;
  }
  ul#iti-0__country-listbox {
    max-width: 384px;
}
.blockUI.blockMsg.blockElement {
    font-size: 20px;
    font-style: italic;
    color: #768ae8 !important;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
}
.trainer-img{
    height: 717px;
    width: 514px;
}
.google-btn {
    width: 184px;
    height: 42px;
    background-color: #1a82a4;
    border-radius: 2px;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.25);
  }
  .google-btn .google-icon-wrapper {
    position: absolute;
    margin-top: 1px;
    margin-left: 1px;
    width: 40px;
    height: 40px;
    border-radius: 2px;
    background-color: #fff;
  }
  .google-btn .google-icon {
    position: absolute;
    margin-top: 11px;
    margin-left: 11px;
    width: 18px;
    height: 18px;
  }
  .google-btn .btn-text {
    float: right !important;
    margin: 11px 11px 0 0 !important;
    color: #fff !important;
    font-size: 14px !important;
    letter-spacing: 0.2px;
    font-family: "Roboto";
  }
  .google-btn:hover {
    box-shadow: 0 0 6px #1a82a4;
  }
  .google-btn:active {
    background: #1a82a4;
  }
  .profile-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../img/team-bg.png");
    background-attachment: fixed;
    background-position: inherit;
    padding: 40px 40px;
  }
  .profile-section .tab {
    position: relative;
    background: transparent;
    margin: 0 auto;
    line-height: 1.5;
    font-weight: 300;
    color: #888;
  }
  .profile-section .tabs {
    display: table;
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%;
    padding-left: 0px;
  }
  .profile-section .tabs li {
    float: left;
    line-height: 38px;
    overflow: hidden;
    padding: 0;
    position: relative;
  }
  .profile-section .tabs a {
    background-color: #eff0f2;
    border-bottom: 1px solid #fff;
    color: #393939;
    font-weight: 500;
    display: block;
    letter-spacing: 0;
    outline: none;
    padding: 9px 50px;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-bottom: 2px solid #262f8a;
    font-size: 17px;
  }
  .profile-section .tabs_item {
    display: none;
    padding: 30px 0;
  }
  .profile-section .tabs_item h4 {
    font-weight: bold;
    color: blue;
    font-size: 20px;
  }
  .profile-section .tabs_item img {
    width: 200px;
    float: left;
    margin-right: 30px;
  }
  .profile-section .tabs_item:first-child {
    display: block;
  }

  .profile-section .current a {
      color: #fff;
      background: #262f8a;
  }
  .profile-section .form-group p {
    font-weight: 400;
    font-size: 14px;
    line-height: 23.61px;
    margin-bottom: 25px;
    text-align: left;
    color: #262f8a;
    border-bottom: 1px solid #eaeaea;
  }
  .nav-tabs.wizard a:hover {
    color: #fff;
    background-color: #2c3f4c;
    border-color: #2c3f4c;
  }
 .current a {
    color: #ffffff !important;
 }
.not_found_section{
    font-size: 22px;
    color: #262f8a;
    padding: 2px;
    font-weight: 600;
}
iframe#verification_id {
    overflow: hidden !important;
    height: 500px !important;
    width: 100% !important;
}
iframe#verification_video {
    overflow: hidden !important;
    height: 500px !important;
    width: 100% !important;
}
