@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/poppins/poppins-v5-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Poppins Regular'), local('Poppins-Regular'),
         url('../fonts/poppins/poppins-v5-latin-regulard41d.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/poppins/poppins-v5-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/poppins/poppins-v5-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/poppins/poppins-v5-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/poppins/poppins-v5-latin-regular.svg#Poppins') format('svg'); /* Legacy iOS */
 }

body{
    color: #6B6B6D;
    font-family: Poppins,sans-serif;
}
/* Login Page & Signup page*/
.login-bg{
    background-image: url('../img/login-bg.png');
    background-size:cover;
    padding: 0px 15px;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: white;
     text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 100vh;
    position: relative;
  }
 .heading-wc{
     font-size: 18px;
     font-weight: 400;
 }
 .heading-nme{
    font-size: 50px;
    font-weight: 400;
 }
 .heading-wc-two{
    font-size: 17px;
    font-weight: 400;
 }
 .org-title{
     font-size: 30px;
     text-transform: uppercase;
     font-weight: 400;
 }
 .org-txt{
     font-size: 16px;
     font-weight: 400;
 }
 .login-bg .margin{
     margin-bottom: 80px;
     margin-top: 80px;
 }
 .mt-20{
     margin-top: 60px;
 }
 .login-form h6{
     font-size: 24px;
 }
 .login-form p{
     color: #6B6B6D;
     font-size: 15px;
 }
 .login-form form{
     margin-top: 50px;
 }
.login-form .form-control{
     height: 43px;
     padding: 5px 50px ;
     font-size: 15px;
     color: #B5B5B6 !important;
     border-color: #CBCBCB;
 }
 
.field-icon {
    float: left;
    margin-left: 15px;
    margin-top: -29px;
    position: relative;
    z-index: 2;
}
.form-label{
    font-weight: 500;
    font-size: 15px;
    color: #747476;
    margin-left: 10px;
}
.forgot-pass a{
    color: #EC5E5E !important;
    font-size: 15px;
    text-decoration: underline !important;
    font-weight: 500;
}
.btn-submit{
    background-color: #4088DB;
    color: white !important;
    font-size: 17px;
    padding: 5px 10px;
    box-shadow: 0px 5px 25px 0px rgb(0 0 0 / 20%);
    min-width: 150px;

}
.create-acc a{
color: #4088DB;
font-weight: bold;
}
.copy-right{
    color: #A6A6A7 !important;
}
.signup .form-control{
    padding: 5px 10px !important ;
}
.login-form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #B5B5B6 !important;
    opacity: 1; /* Firefox */
  }
  
  .login-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #B5B5B6 !important;
  }
  
  .login-form  ::-ms-input-placeholder { /* Microsoft Edge */
    color: #B5B5B6 !important;
  }
  
/* Dashboard */
.bg-header{
    background-image: url('../img/header.png');
  background-size:cover;
    padding: 15px 15px;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: white;
     text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.user-profile img{
    width: 30px;
}
.bg-header .user-name{
    color: white;
    margin-right: 10px;
    margin-top: 5px;
}

.bg-header img{
    float: left;
    max-width: 100%;
}

/* Navbar */
.navbar{
background-color: #3052A5;
margin-top: 10px;
}
.navbar-light .navbar-nav .nav-link{
    color: white;
    margin-left: 50px;
    margin-right: 10px;
    padding: 5px 10px;
}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .nav-link.active{
    color: #3052A5;
    background-color: white;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus{
    color: #3052A5;
    background-color: white;
}
.navbar-light .navbar-toggler{
border-color: white !important;
}
.bg-index{
    background-image: url('../img/index-bg.png');
    background-size:cover;
      padding: 15px 15px;
      justify-content: center;
      display: flex;
      flex-wrap: wrap;
     color: #5E5E5E;
     background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      min-height: 100vh;
      position: relative;
}
.bg-index h6{
    font-size: 20px;
}
.bg-index .wel-note{
    font-size: 18px;
}
img{
    max-width: 100%;
}
.bg-index .card{
padding: 10px;
border-radius: 10px;
border-color: white;
box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.card p{
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
}
.card h4{
    font-size: 32px;
}
.count-1{
    color: #3052A5;
}
.count-2{
    color: #5BD6A0;
}
.count-3{
    color: #FDC46F;
}
.count-4{
    color: #FA7676;
}
.btn-profile{
    background-color: #3052A5;
    color: white !important;
    padding: 5px 10px;
}
.table
{
  margin-bottom: 0px !important;
}
.table th {
    background-color: #B5B5B5;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 9px 14px;
    
}
.table thead th {
    border: 0px;
}
.table thead tr th:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.table thead tr th:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.table tr a {
  
    font-size: 17px;
    margin-right: 10px;
    color: #023061 !important;
    text-align: center;
}
.table tbody{
    background-color: white;
    font-size: 14px;
}
.modal-form .modal-header{
    border-bottom: 0px;
    padding: 10px !important;
  }
  .modal-form .modal-content{
    background-color: #F9F9F9 !important;
  }
  .modal-form .modal-body i{
    color: #3A559F;
    font-size: 35px;
  }
  .modal-form .modal-body{
    padding-top: 0px !important;
  }
  .btn-modal{
    background-color: #FA7676;
    color: white !important;
    font-size: 17px;
    padding: 5px 15px;
    box-shadow: 0px 5px 25px 0px rgb(0 0 0 / 20%);
    min-width: 180px;
  }

  /* Profile form */

  .profile-form h6{
    font-size: 20px;
}
.nav-pills  .nav-link.active, .nav-pills .show > .nav-link{
    background-color: #5188c6;
}
.nav-pills .nav-link{
    background-color: white;
    border: 1px solid #dadada;
    font-size: 15px;
    padding: 8px 20px;
    color: #848484;
    margin-bottom: 10px;
    min-width: 150px;
    margin-right: 10px;
}
.bg-theme{
    background-color: #fcfcfc;
  min-height: 100%;
}
.alert p{
    margin-right: 10px;
    font-size: 14px;
    margin-bottom: 0px;
}



#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#msform fieldset {
   
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    text-align: left;
    position: relative
}

.form-card {
    text-align: left
}

#msform fieldset:not(:first-of-type) {
    display: none
}



#msform .action-button {
    background-color: #23d486;
      color: white !important;
      border-radius: 5px;
      min-width: 120px;
      padding: 5px 20px;
     float: right;
     margin-top: 20px;
      font-size: 14px;
}

#msform .action-button:hover,
#msform .action-button:focus {
    background-color: #23d486
}

#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background-color: #000000
}

.card {
    z-index: 0;
    border: none;
    position: relative
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: gray;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: #dadada
}

#progressbar .active {
    color: #23d486
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 20%;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbar #account:before {
    font-family: FontAwesome;
    content: "1"
}

#progressbar #personal:before {
  
    content: "2"
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "3"
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "4"
}
#progressbar #confirmtwo:before {
    font-family: FontAwesome;
    content: "5"
}

#progressbar li:before {
    width: 40px;
    height: 40px;
    line-height: 35px;
    display: block;
    font-size: 17px;
    color: #6B6B6D;
    background: #dadada;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #dadada;
    position: absolute;
    right: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #23d486;
    color:white
}

.progress {
    height: 20px
}

strong{
    color: #6B6B6D;
    font-size: 14px;
    font-weight: lighter;
}


.fit-image {
    width: 100%;
    object-fit: cover
}
.tab-pane .card{
    background-color: transparent !important;
}
.field-step{
    padding: 30px 30px;
    border-radius: 10px;
    background-color: white;
    border-color: white;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.field-step .form-control{
    height: 38px;
    padding: 5px 10px ;
    font-size: 14px;
    color: #B5B5B6  !important;
    border-color: #CBCBCB;
}
.form-control{
    height: 38px;
    padding: 5px 10px ;
    font-size: 14px;
    color: #B5B5B6  !important;
    border-color: #CBCBCB;
}
.field-step .form-select{
    height: 38px;
    padding: 5px 10px ;
    font-size: 15px;
    color: #B5B5B6  !important;
    border-color: #CBCBCB;
}
.form-select{
    height: 38px;
    padding: 5px 10px ;
    font-size: 15px;
    color: #B5B5B6  !important;
    border-color: #CBCBCB;
}
.repeater-add-btn i{
color: #23d486;
font-size: 28px;
margin-top: 10px;
margin-right: 5px;
}
.repeater-add-btn span{
    color: #6B6B6D !important;
    font-size: 14px;
}

#remove-btn i{
    color: #FA7676;
    font-size: 28px;
    margin-top: 10px;
    margin-right: 5px;
    }
#remove-btn span{
        color: #6B6B6D !important;
        font-size: 14px;
    }
    

.field-step ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #B5B5B6 !important;
    opacity: 1; /* Firefox */
  }
  
  .field-step :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #B5B5B6 !important;
  }
  
  .field-step  ::-ms-input-placeholder { /* Microsoft Edge */
    color: #B5B5B6 !important;
  }


.btn-previous{
    background-color: white;
    color: #23d486 !important;
    border-radius: 5px;
    border-color: #23d486;
    min-width: 120px;
    padding: 5px 20px;
    font-size: 14px;
}
.esterik{
    color: rgb(206, 4, 4);
    margin-left: 2px;
    font-size: 15px;
}
.file-custom {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    height: 2.5rem;
    padding: .5rem 1rem;
    line-height: 1.5;
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.file-custom:before {
    content: "Upload Here";
    position: absolute;
    top: -.075rem;
    right: -.075rem;
    bottom: -.075rem;
    z-index: 6;
    display: block;
    height: 2.5rem;
    padding: .5rem 1rem;
    line-height: 1.5;
    color: #fff;
    background-color: #4ce69f;
    border: .075rem solid #ddd;
    border-radius: 0 5px 5px 0;
}

label.file:focus ~ label {
    opacity: 1;
    transform: scale(.85) translateY(-1.2rem) translateX(1.5rem);
    background: #fff;
}
label.file {
    position: relative !important;
    right: 0;
    left: 0;
    width: 100%;
}
label.file input {
    visibility: hidden;
}

.form-file label {
    position: relative;
}

.form-file_label{
    position: absolute;
    top: 10px;
    left: 15px;
    z-index: 11;
}
.alert{
    display: inline-block;
    font-size: 14px;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 35px;
    margin-top: 7x;
    background-color: #e2e2e2;
}
.alert-dismissible .btn-close{
    padding: 8px;
    width: 10px;
    font-size: 14px;
}
/*File Upload*/
.custom-file-upload-hidden {
    display: none;
    visibility: hidden;
    position: absolute;
    left: -9999px;
}
.custom-file-upload {
    display: block;
    width: auto;
}

.file-upload-wrapper {
    position: relative; 
    margin-bottom: 5px;
}
.file-upload-input {
    width: 300px;
    font-size: 14px;
    padding: 11px 17px;
    border: none;
    background-color: white;
    float: left;
    height: 40px;
    font-weight: 400;
    border: 1px solid #ddd;
    color: #ADADAD;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    width: 75%;
}
.file-upload-button {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    padding: 11px 20px;
    text-transform: none;
    border: none;
    margin-left: -1px;
    background-color: #4ce69f;
    float: left;
    font-weight: 400;
    height: 40px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    width: 25%;
}

.has-error {
    border-color: red !important;
}
.text-danger {
    color: red !important;
}


