
body{
    margin: 0 auto;
    background: rgb(243, 243, 255);
    overflow: hidden !important;

}
#col-display,#col-display-2,#row-display{
  display: none;
}
input.country_code:focus{
  border:none !important;
  background:transparent !important;
  outline: none;
}
input.country_code{
  border:none !important;
  background:transparent !important;
}
#phone-error{
  display: block !important;
}
/* #row-display{
  display: none;
} */

.error{
    padding-top: 0em !important;
    padding-bottom: 0em !important;
}
/* .form-right::-webkit-scrollbar {
    display: none;
  } */
  .form-right {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }
.page-container::-webkit-scrollbar {
    display: none;
  }
  .page-container {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }


.error{
    position: relative !important;
    color:#e74c3c;
    padding:0;
}
 .form-floating.success input{
    border-color: #2ecc71;
}
.form-floating.error input{
    border-color: #e74c3c
}
.form-floating.success small{
    color: #2ecc71;
    visibility: visible;
}
.form-floating.error small{
    color: #e74c3c;
    visibility: visible;
}
.form-floating small{
    visibility: hidden;
}
.wrapper::-webkit-scrollbar{
    display: none;
}

.steps-indicator .breadcrumb a{
    color: #8f8f8f;
    font-weight: 400;
    font-size: 1rem;
    text-decoration: none;
    padding: 1em;

}
.steps-indicator .breadcrumb a:hover{
    border: none !important;
}
.steps-indicator .breadcrumb a:focus{
    border: none !important;
}
.breadcrumb li.breadcrumb-item.active a{
    background-color: transparent;
    color: rgb(11, 40, 122);
    font-weight: bold;
    font-size: 1.1rem;
    border: none;
}
.breadcrumb li.breadcrumb-item.finish a{
    background-color: transparent;
    color: rgb(189, 189, 189);
    font-weight: 500;
    font-size: 1rem;
}
.steps-indicator li{
    margin-left: .7em;
    margin-left: .7em;
}
/* .steps-indicator{
    margin-left: 20em;
} */

.next{
    background: rgb(17, 30, 107);
    color: #fff;
    width: 70%;
    padding: 1em;
    margin-right: 1em;
    margin-left: 1em;
}
.prev{
    background: rgb(224, 229, 255);
    color: rgb(12, 33, 153);
    border: 2px solid rgb(12, 33, 153);
    width: 70%;
    padding: 1em;
    margin-right: 1em;
    margin-left: 1em;
}
.prev:hover{
    background: rgb(17, 30, 107);
    color: #fff;
}
.next:hover{
    background: rgb(224, 229, 255);
    color: rgb(12, 33, 153);
    border: 2px solid rgb(12, 33, 153);
}
/* .content-wrapper{
    background-color: rgba(255, 255, 255, 0.6) !important;
} */
.img-container img{
    width: 30%;
    margin-bottom: 2em !important;
}

.img-container{
    padding: 5em !important;
    margin-right: 5%;
}


.img-container p{
    color: #a6b1be !important;
    margin-top: 1em;
}
/* .content-wrapper{
    margin: 5em 5em;
} */

.form-control,.form-select{
    /* border: none !important; */
    outline: none !important;
    /* border-bottom: 1px solid #000 !important; */
    background: transparent !important;
}
.form-floating{
    position: relative !important;

}
.form-control:focus{
    outline: none !important;
    box-shadow: none !important;
}
.custom-control.is-valid, .form-select.is-valid{

    border-bottom: 1px solid #2ecc71 !important;

}
.form-select:focus{
    outline: none !important;
    box-shadow: none !important;
}
#phone{
    margin: 0 !important;
}

.form-container{
    margin:0 2.5em;
}

.form-right{
    
    overflow-x: hidden;
    max-height: auto;
    height: auto;
}

.wrap{
    max-width: 1520px !important;

}

.img-container{
    margin:auto auto auto 0em;
    padding-left: 1.5em;
    padding-right: 1.5em;
    background: rgb(17, 30, 107);
    height: 100vh;
    height: 100%;
    color: #fff !important;
overflow-y: hidden;}

.form-floating i{
position: absolute !important;
    top: 0px !important;
    left: 1000px !important;

}
.form-floating small{
    position: absolute !important;
    bottom: 0;
    left: 0;
}

.form-header img{
    width: 15%;
    margin-top: 1em;
    margin-bottom: 1em;
}
.form-header{
    margin-bottom: 1em;
    display: flex;
    justify-content: space-between;
}
.form-header h3{
    text-transform: capitalize;
    margin-top: 1em;
    margin-bottom: 1em;

}
.right-border{
    border-right: 7px solid #000;
    margin-left: .5em;
    margin-top: 1em;
    margin-bottom: 1em;

}

.page{
    width: 25%;
    transition: margin-left 0.3s ease-in-out;
    min-height: 100vh;
}

.page-container{
    display: flex;
    min-width: 400%;
    /* max-height: fit-content !important; */
    height: 150%;
    overflow: auto;
  
  }


  @media (min-width: 576px) { 
    .page-container{
      /* max-height: fit-content !important; */
      height: 220%;
    
    }
    .checkmargin{
      margin-top: -50%;

    }
   }

  /* Medium devices (tablets, 768px and up) */
  @media (min-width: 768px) { 
    .page-container{
      /* max-height: fit-content !important; */
      height: 220%;
    
    }
   }
  
  /* // Large devices (desktops, 992px and up) */
  @media (min-width: 992px) { 
    .page-container{
      /* max-height: fit-content !important; */
      height: 125%;
    
    }
   }
  
  /* // Extra large devices (large desktops, 1200px and up) */
  @media (min-width: 1200px) { 
    .page-container{
      /* max-height: fit-content !important; */
      height: 135%;
    
    }
   }


  .details{
    text-align: center;

  }

  .page-row{
      min-height: 100vh;
      height: 100%;
  }
  .wrapper{
    width: 100%;
    overflow: hidden;
    min-height: 10vh;
    padding: 0;
    margin: 0px !important;
  } 

  /* .add-line{
      border-bottom: 2px solid #000;
      position: absolute;
      top
  } */
#dependantDetails{
	min-height: 120rem;
	height: 120rem auto !important;
}
  .add_new_user{
      position: relative;      
  }
  .fas-btn-1{
    position: absolute;
    left: 100%;
    bottom: 5%;
    cursor: pointer;
  }

  .dependant_two{
      display: none;
  }

  .top-bar{

      margin-top: 1em;
      background: rgb(243, 243, 255);
      border-bottom: 2px solid rgb(185, 185, 185);
  }

  #del-btn{
      display: none;
  }

  table {
    border: none !important;
}
table,th, tr, td {
    border: none !important;
    padding: .2rem !important;
}

.st_logo a{
    text-decoration: none;
    font-weight: bold;
}

.black-alpha-bg {
    background: rgba(0, 55, 100, 0.37);
  }

  .sticky-menu.sticky-padding-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .st_menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .text-st-white {
    color: #FFFFFF !important;
  }
  .sticky-menu.sticky-padding-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .st_menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  .st_menu ul > li {
    display: inline-block;
    margin: 0 22px;
    text-transform: capitalize;
    position: relative;
  }
  
  .st_menu ul > li:first-child {
    margin-left: 0;
  }
  
  .st_menu ul > li:last-child {
    margin-right: 0;
  }
  
  .st_menu ul > li > a:not(.st_default_btn) {
    display: block;
    padding: 1.875em 0;
    -webkit-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
  }
  
  .st_menu ul > li > a:not(.st_default_btn) > i {
    position: relative;
    top: 0;
    left: 3px;
    font-size: 0.8em;
  }
  
  @media only screen and (max-width: 991.98px) {
    .st_menu ul > li > a:not(.st_default_btn) > i {
      display: none;
    }
  }
  
  .st_menu ul > li a:not(.st_default_btn) {
    color: #140F30;
  }
  
  .st_menu ul > li a:not(.st_default_btn):hover {
    color: #00E3F6;
  }
  
  @media only screen and (max-width: 1199.98px) {
    .st_menu ul > li {
      margin: 0 15px;
    }
  }
  
  .st_menu ul > li ul {
    position: absolute;
    list-style: none;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.04);
    background-color: #fff;
    margin: 0;
    padding: 0;
    width: 11rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
    transform: translate(0, 10px);
    -webkit-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
  }
  
  .st_menu ul > li ul li {
    margin: 0;
    display: block;
    float: none;
    width: 100%;
  }
  
  .st_menu ul > li ul li a {
    color: #9595A8 !important;
    padding: 0.375rem 1rem  !important;
    font-size: 14px;
    font-size: 0.875rem;
  }
  
  .st_menu ul > li ul li a:hover {
    color: #140F30 !important;
  }
  
  .st_menu ul > li ul li.st-has-submenu > a::after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    position: absolute;
    right: 0.625em;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
  }
  
  @media only screen and (max-width: 991.98px) {
    .st_menu ul > li ul li.st-has-submenu > a::after {
      display: none;
    }
  }
  
  .st_menu ul > li ul::before, .st_menu ul > li ul::after {
    content: "";
    display: table;
    clear: both;
  }
  
  .st_menu ul > li ul.nav-col-2 {
    width: 22rem;
  }
  
  .st_menu ul > li ul.nav-col-2 li {
    float: left;
    width: 50%;
  }
  
  .st_menu ul > li ul.nav-col-3 {
    width: 33rem;
  }
  
  .st_menu ul > li ul.nav-col-3 li {
    float: left;
    width: 33.33333%;
  }
  
  .st_menu ul > li ul.nav-col-4 {
    width: 44rem;
  }
  
  .st_menu ul > li ul.nav-col-4 li {
    float: left;
    width: 25%;
  }
  
  .st_menu ul > li ul ul {
    left: 11rem;
    top: 0;
  }
  
  .st_menu ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  
  @media only screen and (max-width: 991.98px) {
    .st_menu {
      display: none;
    }
  }
  
  @media only screen and (max-width: 767.98px) {
    .st_menu {
      display: none;
    }
  }
  .text-st-white {
    color: #FFFFFF !important;
  }
  .sing_in:hover{
    transform: translate(-2px,-2px);
  }
  .text-capitalize{
      text-transform: capitalize !important;
  }
  .modal-dialog{
    margin: 25vh auto !important;
}
.payment-link{
    color: #fff !important;
    text-decoration: none;
}
.payment-link:hover{
    border: none !important;
}
.payment-link.active{
    background-color: rgb(24, 74, 131) !important;
    color: #fff !important;
    border: none !important;
}
.modal-header{
    background-color: rgb(24, 74, 131) !important;
}
.nav-tabs {
    border-bottom: none;
}

.loader{
  background: url("./Loader.gif") center no-repeat;
  background-size: cover;
  width: 200px;
  height: 200px;
  margin: 0 auto;
}

.overlay > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.overlay{
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(255,255,255,0.9) ;
  left: 0;
  z-index: 9999999999999999;
}
body{
  text-align: center;
}
/* Turn off scrollbar when body element has the loading class */
body.loading{
  overflow: hidden;   
}
/* Make spinner image visible when body element has the loading class */
body.loading .overlay{
  display: block;
}