.help-block{ color:#ff0000 }
.alert {
    position: relative;
    padding: 20px 30px 20px;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 16px;
    padding-left: 55px;
    font-size: 16px;
    line-height: 23px;
    font-weight: 500;
}
.alert-success {
    color: #155724;
    background-color: #e8faec;
    border-color: #e8faec;
    margin-top: 20px;
}
.alert-success .alert-icons path{
    fill: #155724;
}
.alert-info {
    color: #0c5460;
    background-color: #e5fbff;
    border-color: #e5fbff;
}
.alert-info .alert-icons path{
    fill: #0c5460;
}
.alert-warning {
    color: #856404;
    background-color: #fff9e8;
    border-color: #fff9e8;
}
.alert-warning .alert-icons path{
    fill: #dda400;
}
.alert-danger {
    color: #721c24;
    background-color: #F5E5E5;
    border-color: #F5E5E5;
    margin-top: 20px;
}
.alert-danger .alert-icons path{
    fill: #EB5D5D;
}
.alert-primary {
    color: #004085;
    background-color: #dbebfc;
    border-color: #dbebfc;
}
.alert-primary .alert-icons path{
    fill: #004085;
}
.alert-secondary {
    color: #383d41;
    background-color: #ededed;
    border-color: #ededed;
}
.alert-secondary .alert-icons path{
    fill: #383d41;
}
.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #d6d8d9;
}
.alert-dark .alert-icons path{
    fill: #1b1e21;
}
.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fefefe;
}
.alert-light .alert-icons path{
    fill: #818182;
}
.alert-icons{
    margin-bottom: 10px;
}
.alert p:last-child{
   margin-bottom: 0;
}
.alert .close-alert{
    background-color: inherit;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    position: absolute;
    left: 20px;
    top: 20px;
    cursor: pointer;
}

.contactPage{
    background: var(--bg-inner-section-color);
    padding-top: 17px;
  } 
  .innerBreadcum{
      background: var(--bg-inner-section-color);
  } 
  
  .service-section{
  
    background: var(--bg-gradient-color-2); 
  }
  
  .contact-form{
    width: 100%;
    max-width: 768px;
    margin: auto;
    padding: 31px 77px;
    border-radius: 30px;
    background: var(--white-color); 
    box-shadow: 0px 10px 27.8px 0px rgba(0, 0, 0, 0.14);  
  } 
  .contact-form form.row {
      gap: 0;
  }
  .contact-form .btn-primary{
    height: 60px;
    width: 100%;
    font-size: 20px;
    margin-top: 20px;
  } 
  .contact-form textarea{
    resize: none;
  }
  /* width */
  .contact-form select{
    scrollbar-width: thin;
  }
  .contact-form select::-webkit-scrollbar {
    width: 6px;
  }
  
  /* Track */
  .contact-form select::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  /* Handle */
  .contact-form select::-webkit-scrollbar-thumb {
    background: #D9D9D9; 
  }
  
  /* Handle on hover */
  .contact-form select::-webkit-scrollbar-thumb:hover {
    background: #D9D9D9; 
  }
  
  .contact_list{
    background: var(--bg-gradient-color-4);
  }
  .action_formBx{
    width: 100%;
    max-width: 768px;
    margin: 40px auto;
    padding: 30px;
    border-radius: 30px;
    background: var(--white-color);
    box-shadow: 0px 10px 27.799999237060547px 0px #00000024;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }
  .haveAccountL {
      display: flex;
      gap: 20px;
      align-items: center;
  }
  .action_form_hd {
      color: var(--btn-primary-color);
      font-size: 20px;
      line-height: 20px;
      font-weight: 500;
  }
  .action_form_icons {
      flex: none;
      width: 40px;
      height: 40px;
      background: var(--bg-gradient-color-7);
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
  }
  .haveAccountBtnR .btn-primary{
    height: 50px;
  }
  .profile_reg_img {
      width: 100px;
      height: 100px;
      margin: 1px 0 10px;
      background-color: var(--form-control-bg-color);
      border: 1px solid var(--form-control-border-color);
      border-radius: 10px;
      overflow: hidden;
  }
  .profile_reg_img img.img-fluid{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .nav-admin{
    position: relative;
  }
  
  .flatpickr-current-month .flatpickr-monthDropdown-months{
    background-image: none!important;
  }



  /**login new version**/
  .contact-formV2{
    box-shadow: 0px 10px 27.8px 0px #00000024;
    background-color: #FFFFFF;
    border-radius: 30px;
    margin: auto;
    max-width: 700px;
    padding: 30px 43px 38px;
    margin-top: -50px;
    position: relative;
    z-index: 9;
  }
  .stepperLevel_tab {
    display: flex;
    justify-content: space-between;
    gap: 0;
    align-items: baseline;
    max-width: 400px;
    margin:0 auto 18px;
    position: relative;
}
.stepperLevel_tab:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 40px;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #D9D9D9;
}
.stepper_item {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 14px;
    position: relative;
    top: 17px;
    transition: border-color 0.3s ease;
}
.stepperLevel_tab .stepper_item:nth-child(2){
  right: -38px;
}
.stepperLevel_tab .stepper_item:last-child{
  left: -38px;
}
.stepper_number {
    width: 41px;
    height: 41px;
    display: flex;
    align-items: center;
    border: 1px solid #00B1FB;
    background: #E6E8ED;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    z-index: 9;
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
    color: #00B1FB;
    margin: auto;
    position: relative;
}
.stepper_text{
    font-size: 19px;
    line-height: 21px;
    font-weight: 400;
    color: #333;
    max-width: 118px;
    margin: auto;
}
.stepper_item.activeTab .stepper_number {
    box-shadow: 0px 0px 12px 0px #00000040;
    background-color: #fff;
    transform: scale(1.2);
    transition: all 0.6s ease;
}
.stepper_item.activeTab .stepper_text{
  color: #00B1FB;
}
.stepper_item.completed .stepper_number{
      background-color: #00B1FB;
      font-size: 0px;
}
.stepperLevel_content_item {
      display: none;
       padding: 63px 0 0;
}
.stepperLevel_content_item.active {
      display: block;
}
.stepProgressBar {
  height: 3px;
  background-color: #00B1FB;
  width: 0%;
  transition: width 0.3s ease;
  position: absolute;
  right: 0;
  top: 40px;
}
.stepper_item.completed .stepper_number:before {
    content: "";
    position: absolute;
    width: calc(100% + 12px);
    height: calc(100% + 12px);
    border: 2px solid;
    border-radius: 100%;
    left: -6px;
    background-color: #fff;
}
.stepper_item.completed .stepper_number:after {
    content: "";
    position: absolute;
    width: calc(100% + 0px);
    height: calc(100% + 0px);
    border-radius: 100%;
    background-color: #00B1FB;
    background-image: url(../images/svg/check_level.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
}

.login_confirmation_msg{
  font-size: 18px;
  line-height: 20px;
  color: #00B1FB;
  font-weight: 500;
  text-align: center;
  display: block;
  width: 100%;
}
.stepperLevel_content .buttons{
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 10px!important;
}
.stepperLevel_content .buttons .save.btn-full{
     min-width: 300px;
     height: 60px;
     margin: auto;
}
.stepperLevel_content .buttons .skip{
  cursor: pointer;
}
.stepperLevel_content .row{
  gap: 20px 0;
}
.stepperLevel_content .form-group{
  margin: 0!important;
}
.profileLoginPic{
  height: 163px;
  display: flex;
    align-items: center;
    justify-content: center;
}
.input-groupV2{
  padding: 0;
}
.input-groupV2 .form-control,
.input-groupV2 .input-group-span{
  height: 100%;
}
.input-group-span{
  flex: 1;
  border: none;
  background-color: inherit;
  border-radius: 10px;
  padding-right: 20px;
}
.input-group-span:focus{
  outline: none;
}
.input-groupV2 .input-group-text{
  background-color: inherit;
  padding: 0;
  border: none;
  border-left: 1px solid #119AD3A6;
  min-width: 158px;
  border-radius: 10px;
  overflow: hidden;
}
.input-groupV2 .input-group-text .form-control{
  border: none;
  background-color: inherit;
}
.stepperLevel_content .buttonsGroups{
  margin-top: 35px!important;
}
.buttonsGroups .btn{
  flex: 1 1 50%;
  max-width: 50%;
  height: 60px;
  border-radius: 60px;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}
.headingLoginFormBx {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
    border-top: 1px solid #119AD3A6;
    padding-top: 20px;
    margin-top: 10px;
}
.headingLoginFormBx h4{
  margin: 0;
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  color: #00B1FB;
}
.headingLoginFormBx .btn-primary{
   background: var(--btn-secondary-color);
   color: #fff;
   height: 37px!important;
   width: auto;
    margin: 0!important;
    min-width: fit-content;
}

/**edit profile**/
.tab-content {
  display: none;
}

.tab-content.show-content{
  display: block;
}
.tab-button-groups {
    box-shadow: 0px 0px 16px 0px #00000038;
    background-color: #fff;
    width: calc(100% - 30px);
    max-width: 768px;
    height: 60px;
    border-radius: 80px;
    margin: -113px auto 46px;
    position: relative;
    z-index: 99;
    display: flex;
    overflow: hidden;
    padding: 2px;
}
.tab-button-groups .tab-button{
  flex: 1;
  background-color: #fff;
  border: none;
  cursor: pointer;
  color: #000000;
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
}
.tab-button-groups .tab-button:focus{
  outline: none;
}
.tab-button-groups .tab-button.active-tab{
  background-color: var(--btn-secondary-color);
  color: #fff;
  border-radius: 80px;
}
  
  
  /**==================mobile responsive code================**/
  @media only screen and (max-width: 1200px){
   .contact-form{
     filter: drop-shadow(0px 8px 20px rgba(0, 0, 0, 0.14));
     padding: 20px;
   } 
  .contact-form .btn-primary{
    height: 42px;
    font-size: 16px;
    margin-top: 5px;
  } 
  .contact_list .row{
    gap: 20px;
  }
  }
  
  @media only screen and (max-width: 767px){
  .action_formBx{
    max-width: 100%;
    margin: 20px auto;
    padding: 20px;
    border-radius: 15px;
    gap: 10px;
    flex-wrap: wrap;
  }
  .action_form_hd {
      font-size: 18px;
  }
  .action_form_icons {
      width: 30px;
      height: 30px;
      border-radius: 8px;
  }
  .action_form_icons img{
    width: 15px;
    height: auto;
  }
  .haveAccountBtnR .btn-primary{
    height: 42px;
  }
  .profile_reg_img {
      width: 70px;
      height: 70px;
  }
  .nav-admin.active {
      width: 30px;
      height: 30px;
  }
  .tab-button-groups{
    margin: 0 auto 20px;
  }
  .tab-button-groups .tab-button {
    font-size: 16px;
    line-height: 18px;
  }
  .tab-button-groups{
    height: 46px;
  }
  .buttonsGroups .btn{
    width: 100%;
    flex: 1 1 100%;
    height: 42px;
    font-size: 14px;
    margin-top: 0px;
    max-width: 100%;
  }
  .headingLoginFormBx h4 {
    font-size: 18px;
    line-height: 22px;
  }
  .headingLoginFormBx .btn-primary {
    height: 33px !important;
    font-size: 14px;
    font-weight: 400;
    padding: 0 20px;
  }
  .buttonsGroups{
    flex-wrap: wrap;
  }
  }

  @media only screen and (max-width: 520px){
  .contact-formV2{
    padding: 20px;
    margin-top: 0;
  }
  .stepperLevel_tab{
    max-width: 71%;
  }
  .stepper_item{
    gap: 10px;
  }
  .stepper_text {
    font-size: 14px;
    line-height: 14px;
    max-width: 90px;
}
  }  