.w-90 {
  width: 90% !important;
}
.row {
  border-radius: 20px;
}
.card-shadow {
  box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.25);
}
.side-img-11 {
 
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  
  flex-direction: column;
  color: #043544;
  z-index: 2;
  object-fit: cover;
  border-radius: 20px 0 0 20px;
}
.side-img-11::after {
  content: "";
  position: absolute;
  border-radius: 20px 0 0 20px;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.side-img-1 {
  background-image: url("../img/sideimg.png"); /* make sure path is crt after combine the file  */
  height: 80vh;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  
  flex-direction: column;
  color: #fff;
  z-index: 2;
  object-fit: cover;
  border-radius: 20px 0 0 20px;
}
.side-img-1::after {
  content: "";
  position: absolute;
  border-radius: 20px 0 0 20px;
  left: 0;
  top: 0;
  background: #0a5f7cb0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.checkbox{
    -webkit-appearance: none;
    position: relative;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    background: #ddd;
    cursor: pointer;
    box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.1);
    
    }
    .checkbox:checked{
    background-color: #0A5F7C;
    }
    .checkbox::before{
    content: '';
    position: absolute;
    top: 10px;
    left:55% ;
    transform: translate(-50%,-50%);
    width:100%;
    height: 100%;
    pointer-events: none;
    background-image: url(../img/check.svg); /* make sure path is crt after combine the file  */
    background-size:cover;
    background-repeat: no-repeat;
    display: none;
    }
    .checkbox:checked::before{
    display: block;
    }
.input-wrapper{
position: relative;
}
.input-wrapper svg{
position: absolute;
top:10%;
left: 0%;
}
.input-wrapper input{
border: none !important;
border-bottom:2px solid #1E222E !important;
border-radius: 0 !important;
padding-left: 35px ;
font-size: 14px;
padding-bottom: 5px;
}.input-wrapper input:focus{
box-shadow: none !important;
outline: none;
}
.sign-btn{
background-color:  #0A5F7C;
border: none;
color: #fff;
padding: 10px;

}
.fz-40{
font-size: 40px;}
.fz-30{
  font-size: 30px;}

.fz-20{
      font-size: 20px;}
.title-signin{

color: #0A5F7C;
}
.italic{
font-style: italic !important;
}
.text-wrapper{
position: relative;}
.line{
    position: absolute;

    bottom: -5%;
    left: 0%;
width: 92px;
height: 3px;
color: #fff;
background-color: #fff;
}
@media screen and (min-width:200px) and (max-width:991px) {
    .side-img-1 {
        border-radius: 20px  20px 0 0 ;

    }
    .side-img-1::after {
        border-radius: 20px  20px 0 0 ;

    }
    .side-img-11 {
      border-radius: 20px  20px 0 0 ;

  }
  .side-img-11::after {
      border-radius: 20px  20px 0 0 ;

  }
}

.background_image {
  background-image: url('/templates/static/asset/img/background.jpg');
  background-size: cover; /* Cover the entire viewport */
  background-position: center; /* Center the background image */
  height: 100%;
}

.features .icon-advice {
  display: inline-block;
  background-image: url('/templates/static/asset/img/chat.png');
}
.features .icon-testResults {
  display: inline-block;
  background-image: url('/templates/static/asset/img/test.png');
}
.features .icon-medications {
  display: inline-block;
  background-image: url('/templates/static/asset/img/prescription.png');
}
.features .icon-calendar {
  display: inline-block;
  background-image: url('/templates/static/asset/img/appoinment.png');
}
.features li {
  padding-left: 75px;
  background-repeat: no-repeat;padding-bottom:20px;
}
.header{
  font-size:20px;
}
.info{

  font-size:15px;
}
.bgcolor{
  background:#e3e7e8;
}
.texthdcolor{
 color:#0a5f7c;

}
.bgline{
  background:#043544;
}
.hdtext{
  color:#043544;
}
.feature_justify{
  text-align:justify;
}
.sigstyle{
  text-align:center;
  color:#043544;
  font-size:22px;
  text-decoration: underline;
  padding-bottom:20px;
}
.bordercolr{
  border-color:#b3b6b7 !important;
}
.wdp-50{
  width:50%;
}