﻿


/*New Images Added for Home Page Services*/
.icon-find-a-doctor:before {content: url('/Seha_On_Site_Registration_UI/img/findadoctor.png?11757')}
.icon-find-a-doctor-blue:before {content: url('/Seha_On_Site_Registration_UI/img/findadoctorBlue.png?11757')}
.icon-find-a-facility-blue:before {content: url('/Seha_On_Site_Registration_UI/img/findafacilityBlue.png?11757')}
.icon-find-a-facility:before {content: url('/Seha_On_Site_Registration_UI/img/findafacility.png?11757')}
/*New Images Added for Home Page Services*/


/*Patient Services - Home Page Icons*/
.PatientServicesSehaHomeIcons img{
    width: 80px !important;
    padding: 10px;
    border: 2px solid white !important;
    border-radius: 20px;
}
.text-align-center{text-align: center;}
.font-white-patient-services{
    color: white;
    font-size: small;
    margin-top: 5px;
}
@media screen and (max-width: 600px) {
  .logo-size{
      width:10% !important;
      text-align: center !important;
  }
  .qr-logo{
      width:60% !important;
  }
}

@media screen and (max-width: 992px) {
  .logo-size{
      width:30% !important;
      text-align: center !important;
  }
  .qr-logo{
      width:70% !important;
  }
}


@media screen and (max-width: 1900px) {
  .logo-size{
      width:50% !important;
      text-align: center !important;
      }

.qr-logo{
      width:80% !important;
  }

}

.clickBtn{
    background-color: #1b3749 !important;
    color:white;
}

.clickBtn2{
    display:none !important;
}