body,html {
    font-family: 'Karla', sans-serif;
    background-color: rgb(234 244 255 / 25%);
    background-image: linear-gradient(45deg, #164054, #1d5d7e);
    /* background-image: linear-gradient(45deg, #434343, #4a4a4a); */
    /* background-image: url('../images/Background.png'); */
    background-size: 25% 100%;
    background-repeat: no-repeat;
    background-position: left;
  height: 100%;
  overflow-x: hidden;
  }

  main {
    overflow-y: auto;
    overflow-x: hidden;
  }



  .bd-wizard-card {
    width: 100%;
      border-radius: 23px;
      box-shadow: 0px 5px 15px 5px rgb(0 0 0 / 10%);
      background-color: #ffffff;
      min-height: 580px;
      /* height:580px; */
      margin-top: auto;
      margin-bottom: auto;
      border: none;
      overflow-y: auto;
  }

  @media (max-width: 767px) {
    .bd-wizard-card {
      margin-top: 25px;
      margin-bottom: 0;
      min-height: auto;
    }
  }

  .bd-wizard-card .card-body {
    padding: 30px 80px;
  }

  @media (max-width: 767px) {
    .bd-wizard-card .card-body {
      padding: 50px 20px 20px;
    }
  }

  /* Wizard */
  .wizard .audible {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .wizard .steps {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    padding-left: 92px;
    width: 504px;
  }

  @media (max-width: 991px) {
    .wizard .steps {
      width: 310px;
    }
  }

  @media (max-width: 767px) {
    .wizard .steps {
      position: absolute;
      bottom: calc(100% - 25px);
      padding-left: 0;
      width: 100%;
      top: auto;
      left: 0;
      right: auto;
    }
  }

  .wizard .steps>ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0;
    z-index: 1;
    height: 100%;
  }

  @media (max-width: 767px) {
    .wizard .steps>ul {
      flex-direction: row;
    }
  }

  .wizard .steps>ul li a {
    display: inline-block;
  }

  .wizard .steps>ul li a:hover {
    text-decoration: none;
  }

  @media (max-width: 767px) {
    .wizard .steps>ul li {
      margin-right: 12px;
    }

    .wizard .steps>ul li:last-child {
      margin-right: 0;
    }
  }

  .wizard .steps>ul li .media {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  @media (max-width: 991px) {
    .wizard .steps>ul li .media {
      align-items: center;
    }
  }

  @media (max-width: 767px) {
    .wizard .steps>ul li .media {
      padding-top: 0;
      padding-bottom: 0;
    }
  }

  .wizard .bd-wizard-step-icon {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    box-shadow: 0 2px 4px 0 rgb(208 208 208 / 50%);
    background-color: #ffffff;
    font-size: 26px;
    color: rgba(0, 0, 0, 0.54);
    text-align: center;
    line-height: 65px;
    border: 2px solid #605d5d;
    background: rgb(227 227 227);
  }

  @media (max-width: 767px) {
    .wizard .bd-wizard-step-icon {
      margin-right: 0;
      height: 50px;
      width: 50px;
      line-height: 50px;
    }
  }

  .wizard .steps>ul li .bd-wizard-step-title {
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
  }

  @media (max-width: 767px) {
    .wizard .steps>ul li .bd-wizard-step-title {
      display: none;
    }
  }

  .wizard .steps>ul li .bd-wizard-step-subtitle {
    font-size: 15px;
    line-height: 1.6;
    color: #ffffff;
    font-weight: normal;
    opacity: 0.4;
    width: 271px;
  }

  @media (max-width: 991px) {
    .wizard .steps>ul li .bd-wizard-step-subtitle {
      display: none;
    }
  }

  .wizard .steps>ul li.current .bd-wizard-step-icon,
  .wizard .steps>ul li.done .bd-wizard-step-icon {
    background-color: #db644d;
  }

  .wizard .content .title {
    display: none;
  }

  .wizard .content .logo {
    margin-bottom: 11px;
  }

  .wizard .content .section-heading {
    font-size: 20px;
    color: #030303;
    margin-bottom: 30px;
  }

  .wizard .content p {
    font-size: 14px;
    line-height: 1.43;
    color: #6b6767;
  }

  .wizard .content .form-group {
    margin-bottom: 23px;
  }

  .wizard .content .form-control {
    padding: 16px 25px;
    min-height: 50px;
    border-radius: 4px;
    font-size: 15px;
    border: solid 1px #ececec;
  }

  .wizard .content .form-control::-webkit-input-placeholder {
    color: #919aa3;
  }

  .wizard .content .form-control::-moz-placeholder {
    color: #919aa3;
  }

  .wizard .content .form-control:-ms-input-placeholder {
    color: #919aa3;
  }

  .wizard .content .form-control::-ms-input-placeholder {
    color: #919aa3;
  }

  .wizard .content .form-control::placeholder {
    color: #919aa3;
  }

  .wizard .actions>ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    margin-bottom: 0;
  }

  .wizard .actions li a {
    display: inline-block;
    border-radius: 6px;
    background-color: #763cb0;
    padding: 16px 30px;
    color: #fff;
    font-style: 15px;
    font-weight: bold;
  }

  .wizard .actions li a:hover {
    text-decoration: none;
  }

  .wizard .actions li.disabled {
    display: none;
  }

  .bd-wizard-btn {
    padding: 16px 30px;
    background-color: #db644d;
    border-radius: 6px;
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
  }

  @media (max-width: 767px) {
    .bd-wizard-btn {
      padding: 12px 24px;
    }
  }
  .btn{
    padding: 0.375rem 0.75rem !important;
  }
  .actions {
    display: none;
  }

  .card-footer-text {
    margin-bottom: 0;
    margin-top: 39px;
  }

  .nav-link{
    color: #282828 !important;
    background: #fff;
    margin: 10px 0;
    padding: 0;
    border-radius: 35px !important;
    transition: all .74s;
    border: 2px solid #605d5d;
  }
  .nav-pills{
    z-index: 2;
    position: relative;
  }
  .tab-content{    margin-left: -80px;}
  .nav-pills h5{
    padding: 12px 30px;
    line-height: 20px;
    font-size: 20px;
    margin-bottom: 0px !important;
    font-size: 18px;
    font-weight: 600;
  }
  .media{
    padding: 2px;
  }
  .nav-pills .nav-link.active, .nav-pills .show>.nav-link
  {
    background-color: #db644d;
    color: #fff !important;
  }
  .logo_img{
    width: 60px;
  }
  .user_name{
    background-color: hsl(200deg 62% 29% / 10%);
    color: #17465d;
    padding: 6px 18px;
    border-radius: 7px;
    width: auto;
    line-height: 22px;
    border: 1px solid #1c5876;
    font-size: 15px;
    font-weight: 600;
  }
  .btn-primary {
    color: #fff;
    background-color: #1c5876;
    border-color: #e4e5e7;
  }
  .btn-primary:hover,.btn-primary:focus,.btn-primary.active{
    background-color: #1c5876 !important;
    border-color: #1c5876!important;
    box-shadow: 0 0 0 0.2rem rgb(28 88 118 / 20%)!important;
  }
  .btn{
    border-radius: 7px;
    padding: 7px 25px;
  }
  .modal-header,.modal-footer{
    border: none !important;
  }
  a{
    color: #1c5876;
    text-decoration: none;
    font-weight: 600;
  }
  a:hover{
    color: #db644d;
    text-decoration: underline;
  }
  a.btn{
    text-decoration: none !important;
  }
  button:focus{
    outline: none !important;
  }
  .nav a.filled{
    background-color: #fff;
    color: #4caf50 !important;
    font-weight: 600;
    border: 2px solid #4caf50;
  }
  .nav a.filled .bd-wizard-step-icon{
    background-color: #fff;
    border: 2px solid #4caf50;
  }
  .nav a.filled i{
    color: #4caf50;
  }
  .nav a.pending{
    background-color: #fff;
    color: #e39534 !important;
    font-weight: 600;
    border: 2px solid #e39534;
  }
  .nav a.pending .bd-wizard-step-icon{
    background-color: #fff;
    border: 2px solid #e39534;
  }
  .nav a.pending i{
    color: #e39534;
  }
  .nav a.rejected{
    background-color: #fff;
    color: #cf3939 !important;
    font-weight: 600;
    border: 2px solid #cf3939;
  }
  .nav a.rejected .bd-wizard-step-icon{
    background-color: #fff;
    border: 2px solid #cf3939;
  }
  .nav a.rejected i{
    color: #cf3939;
  }
  .patient_box1{
    background-color: #f6faff;
      padding: 12px 10px;
      border: 2px solid #989b9f;
      border-radius: 10px;
      margin: 10px;
      text-align: center;
      font-size: 16px;
      display: block;
      transition: all .4s;

  }a.patient_box1{
    color: #646566!important;
    text-decoration: none !important;

  }
  .patient_box1:hover{
    transform: scale(1.04);
  }
  .media
  {
    align-items: center !important;
  }
  .modal-header{
    background: #1c5876;
      color: #fff;
  }
  .close
  {
    float: right;
      font-size: 1.5rem;
      font-weight: normal !important;
      line-height: 1;
      color: #fff !important;
      text-shadow:none !important;
      opacity: .5;
  }
  .modal-content
  {
    border: none !important;
  }
  .form-control:focus{
    box-shadow: 0 0 0 0.2rem rgb(28 88 118 / 20%)!important;
    border-color: #1c5876;
  }
  h5{
    font-weight: 600;
  }
  [type="radio"]:checked,
  [type="radio"]:not(:checked) {
      position: absolute;
      left: -9999px;
  }
  [type="radio"]:checked + label,
  [type="radio"]:not(:checked) + label
  {
      position: relative;
      padding-left: 28px;
      cursor: pointer;
      line-height: 20px;
      display: inline-block;
      color: #666;
  }
  [type="radio"]:checked + label:before,
  [type="radio"]:not(:checked) + label:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 18px;
      height: 18px;
      background: #fff;
      border-radius: 100%;
      border: 1px solid #1a5370;
  }
  [type="radio"]:checked + label:after,
  [type="radio"]:not(:checked) + label:after {
      content: '';
      width: 10px;
      height: 10px;
      background: #db644d;
      position: absolute;
      top: 4px;
      left: 4px;
      border-radius: 100%;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease;
  }
  [type="radio"]:not(:checked) + label:after {
      opacity: 0;
      -webkit-transform: scale(0);
      transform: scale(0);
  }
  [type="radio"]:checked + label:after {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1);
  }
  .form-control{
    border:1px solid #1c5876;
  }
  /* width */
  ::-webkit-scrollbar {
    width: 3px;
    height:3px;
  }

  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #eee;
  }

  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #eee;
  }
  table thead{
    background: #1a5370;
    color: #fff;
    vertical-align: middle;
  }
  table thead th{
    vertical-align: middle;
    text-align: center !important;
  }
  table th{
    font-size: 16px !important;
    text-align: left !important;
  }
  .checkbox-group {
    display: block;
  }

  .checkbox-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
  }

  .checkbox-group label {
    position: relative;
    cursor: pointer;
    margin-bottom: 15px;
  }

  .checkbox-group label:before {
    content:'';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #1a5370;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    border-radius: 3px !important;
  }

  .checkbox-group input:checked + label:after {
    content: '';
      display: block;
      position: absolute;
      top: 2px;
      left: 9px;
      width: 6px;
      height: 14px;
      border: solid #1a5370;
      border-width: 0 2px 2px 0;
      border-radius: 0%;
      transform: rotate(45deg);
      background: transparent;
      border-radius: 0px;
  }
  .table td, .table th{
    vertical-align: middle !important;
    padding: 6px;
    font-size: 14px;
  }
  .form-group{
    margin: 5px 0;
  }
  .btn-danger {
    color: #fff;
      background-color: #db644d;
      border-color: #a45a4b;
      font-weight: 600;
  }
  .btn-danger:hover,.btn-danger:focus {
    color: #fff;
    background-color: #db644d;
    border-color: #a45a4b;
    box-shadow: 0 0 0 0.2rem rgb(219 100 77 / 20%);
  }
  .fa-2x{
    font-size: 22px !important;
  }
  .upload-main-wrapper{
  width: 185px;
  }
  .file-upload-name{
    margin: 4px 0 0 0;
    font-size: 17px;
  }
  .upload-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    cursor: pointer;
    background-color: #1c5876;
    padding: 8px 10px;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.2s linear all;
    color: #ffffff;
  }
  .upload-wrapper input[type="file"] {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
    z-index: 1;
  }
  .upload-wrapper > svg {
    width: 40px;
    height: auto;
    cursor: pointer;
  }
  .upload-wrapper.success > svg{
    transform: translateX(-200px);
  }
  .upload-wrapper.uploaded {
    transition: 0.2s linear all;
    width: 60px;
    border-radius: 50%;
    height: 60px;
    text-align: center;
  }
  .upload-wrapper .file-upload-text {
    position: absolute;
    left: 65px;
    opacity: 1;
    visibility: visible;
    transition: 0.2s linear all;
  }
  .upload-wrapper.uploaded .file-upload-text {
    text-indent: -999px;
    margin: 0;
  }
  .file-success-text {
    opacity: 0;
    transition: 0.2s linear all;
    visibility: hidden;
    transform: translateX(0px);
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .file-success-text svg {
    width: 25px;
    height: auto;
  }
  .file-success-text span{
   margin-left: 15px;
  }
  .upload-wrapper.success .file-success-text{
    opacity: 1;
    visibility: visible;
    transform: none;
  }
  .upload-wrapper.success.uploaded .file-success-text{
    opacity: 1;
    visibility: visible;
    transform: none;
  }
  .upload-wrapper.success.uploaded .file-success-text span{
    display: none;
  }
  .upload-wrapper .file-success-text circle{
    stroke-dasharray: 380;
    stroke-dashoffset: 380;
    transition: 1s linear all;
    transition-delay: 1.4s;
  }
  .upload-wrapper.success .file-success-text  circle {
  stroke-dashoffset: 0;
  }
  .upload-wrapper .file-success-text polyline {
  stroke-dasharray: 380;
  stroke-dashoffset: 380;
  transition: 1s linear all;
  transition-delay: 2s;
  }
  .upload-wrapper.success .file-success-text polyline {
    stroke-dashoffset: 0;
  }
  .upload-wrapper.success .file-upload-text{
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  @-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
  }

  @keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
  }
  .select2-container .select2-selection--single{
        /* background-color: #fff; */
        border: 1px solid #38667e !important;
        height: auto!important;
        padding: 5px 12px;
        width: 100%;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 6px!important;
    right: 10px!important;
  }
  .select2-container{
    width: 100% !important;
  }
  .select2-container--default .select2-search--dropdown .select2-search__field{
    outline: none !important;
    border-radius: 7px !important;
    padding: 5px !important;
  }
  .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
    background-color: #6c757d !important;
  }
  .select2-container--default .select2-results>.select2-results__options{
    padding: 5px 10px !important;
  }
  .select2-results__option{
    padding: 7px !important;
      user-select: none;
      -webkit-user-select: none;
      border-radius: 7px !important;
      transition: all .74s;
  }
  .select2-search--dropdown{
    padding: 10px !important;
    border-radius: 7px !important;
  }
  .select2-container--open .select2-dropdown--below{
    border-radius: 10px !important;
  }
  .select2-dropdown
  {
    margin-top: 5px;
    border: 1px solid #aaa !important;
    border-radius: 7px !important;
  }
  .select2-container--default .select2-selection--single{
    border-radius: 7px !important;
  }

  .digital-clock {
    position: relative;
    /* background: #046659; */
    width: 100%;
    height: auto;
    border-radius: 6px;
    /* margin: 50px 0; */
    color: white;
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    text-align: center;
    justify-content: center;
    padding: 10px;
  }
  .digital-clock h1,
  .digital-clock span {
    font-size: 30px;
      margin-bottom: 0px;
      background: #38667e;
      margin: 0 5px;
      width: auto;
      padding: 10px;
      border-radius: 10px;
  }
  .digital-clock span{
    background-color: transparent;
  }
  .digital-time,
  .digital-demo {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .date {
    margin-top: -35px;
    font-size: 14px;
    letter-spacing: 2px;
  }
  .digital-demo {
    opacity: .1;
    margin-top: -152px;
    letter-spacing: 0px;
    width: 360px;
  }
  .hours,
  .minutes,
  .seconds,
  .digital-demo h1 {
    width: 110px;
  }
  .login_bg{
    background-image: url('../images/login_bg.png');
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    width: 100%;
  }
  .app {
    background-color: #fff;
    width: 100%;
    height: 440px;
    margin-left: auto;
    border-radius: 7px;
    padding: 1em;
    position: relative;
    overflow: hidden;
    box-shadow: 0 6px 31px -2px rgb(0 0 0 / 30%);

  }


  .bg {
    width: 100%;
    height: 400px;
    background: #1c5876;
    position: absolute;
    top: -4em;
    left: 0;
    right: 0;
    margin: auto;
    /* background-image: url("background.jpg"); */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    clip-path: ellipse(69% 46% at 48% 46%);
  }

  .login_bg form {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    padding: 2em;
  }



  form input {
      width: 100%;
      padding: 13px 20px;
      margin: 0.7em auto;
      border-radius: 100px;
      border: none;
      background: rgb(255,255,255,0.3);
      font-family: 'Poppins', sans-serif;
      outline: none;
      color: #fff;
  }
  input::placeholder {
      color: #fff;
      font-size: 13px;
  }

  .inputs {
    margin-top: 2em;
  }

  .login_bg footer {
    padding: 4em 0;
    text-align: center;
  }

  ul li{
    list-style: none;
  }
  ul{
    margin-left: 0px;
  }
  /* .vector_img{
    position: absolute;
    bottom: 20px;
    right: 50px;
  } */
  /* .data_box{
    max-height: 430px;
    overflow-y: auto;
  } */
  .text-warning{
    color: #e39534!important;
  }
  .warpper_inner
  {
    min-height: 400px;
  }
  .buttons{
    position: sticky;
    bottom: 0;
  }
  .sidebar{
    background-color: #e37660;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
  }
  h4 i{
    color: #db644d;
  }
  .modal p{
    display: flex;
    align-items: baseline;
  }
  .loader {
      position: fixed;
      left: 0px;
      top: 0px;
    right: 0;
    bottom: 0;
      width: 100%;
      height: 100%;
      z-index: 9999;
      background: url('../images/loader.gif')  no-repeat rgba(249,249,249,0.8);
    background-size: 5%;
    background-position: center;
  }
  .step_clr{
    color: #174459;
    font-weight: 800;
  }
  .nav-link.active .step_clr{
    color: #fff;
  }
  .digital-clock li{
    list-style: none;
    font-size: 30px;
      margin-bottom: 0px;
      background: #38667e;
      margin: 5px;
      width: auto;
      padding: 10px;
      border-radius: 10px;
      color: #fff;

  }
  .digital-clock {
    position: relative;
    /* background: #046659; */
    width: 100%;
    height: auto;
    border-radius: 6px;
    /* margin: 50px 0; */
    color: white;

    padding: 10px;
    display: block !important;
  }
  .digital-clock h1,
  .digital-clock span {
    font-size: 30px;
      margin-bottom: 0px;
      background: #38667e;
      margin: 0 5px;
      width: auto;
      padding: 10px;
      border-radius: 10px;
  }
  .digital-clock li:nth-child(2){
    font-size: 18px;
  }
  @media screen and (max-width: 479px) {
    .nav-tabs-responsive > li {
      display: none;
      width: 23%;
    }
    .nav-tabs-responsive > li > a {
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      word-wrap: normal;
      width: 100%;
      width: 100%;
      text-align: center;
      vertical-align: top;
    }
    .nav-tabs-responsive > a.active {
      width: 54%;
    }
    .nav-tabs-responsive > a.active:first-child {
      margin-left: 23%;
    }
    .nav-tabs-responsive > a.active, .nav-tabs-responsive > a.prev, .nav-tabs-responsive > a.next {
      display: block;
    }
    .nav-tabs-responsive > a.prev, .nav-tabs-responsive > a.next {
      -webkit-transform: scale(0.9);
      transform: scale(0.9);
    }
    .nav-tabs-responsive > a.next > a, .nav-tabs-responsive > a.prev {
      -webkit-transition: none;
      transition: none;
    }
    .nav-tabs-responsive > a.next, .nav-tabs-responsive > a.prev {
      display: none;
    }
    .nav-tabs-responsive > a.next:after, .nav-tabs-responsive > a.next:after, .nav-tabs-responsive > a.prev:after, .nav-tabs-responsive > a.preva:after {
      position: relative;
      top: 1px;
      display: inline-block;
      font-family: "Glyphicons Halflings";
      font-style: normal;
      font-weight: 400;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }
    .nav-tabs-responsive > a.prev:after {
      content: "";
    }
    .nav-tabs-responsive > a.next:after {
      content: "";
    }
    .nav-tabs-responsive > a.dropdown.caret {
      display: none;
    }
    .nav-tabs-responsive > a.dropdown:after {
      content: "";
    }
    .nav-tabs-responsive > a.dropdown.active:after {
      display: none;
    }
    .nav-tabs-responsive > a.dropdown.active > a > .caret {
      display: inline-block;
    }
    .nav-tabs-responsive > a.dropdown .dropdown-menu.pull-xs-left {
      left: 0;
      right: auto;
    }
    .nav-tabs-responsive > a.dropdown .dropdown-menu.pull-xs-center {
      right: auto;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
    }
    .nav-tabs-responsive > a.dropdown .dropdown-menu.pull-xs-right {
      left: auto;
      right: 0;
    }
  }
  .nav-pills .nav-link.active .bd-wizard-step-title i{
    color: #fff;
  }
  button{
    outline: none;
    border: none;
  }
  .change_doc
  {
      position: relative;
  }
  .change_doc input[type='file']{
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
  }

  label.error{
    display: contents;
    color: #E37660 !important;
    padding-left: 0px !important;
  }
  label.error::before{
    display: none;
  }

  .image_preview img {
    width: 43px;
    object-fit: cover;
    border-radius: 6px;
    border: 2px solid #e37660;
    height: 45px;
   margin: 0 10px;
   }

   .image_preview {
    height: 42px;
    /* width: 42px; */
   }
   .vbox-child img{
    width: 350px !important;
    border: 5px solid #838383;
   }
   /* .vbox-close{
    top: 5% !important;
    right: 15% !important;
      font-size: 33px;

   } */
   .vbox-bottom{display: none !important;}

   .fa-hourglass:before {
    content: "\f252";
    font-family: 'Font Awesome 5 Free';
  }

