* {
  margin: 0px;
  box-sizing: border-box;
  padding: 0px;
}

/*--------------------------------------------------------------
  # General
  --------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #383838;
}

a {
  color: #000000;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
}

/*--------------------------------------------------------------
  # Navigation Menu Star
  --------------------------------------------------------------*/

#navbarSupportedContent ul li .nav-link:hover {
  color: rgb(22, 25, 221);
  border-bottom: 2px solid #1977cc;
}

header .navbar img {
  max-width: 126px;
  margin: -25px 3px -22px -16px;
}

/*--------------------------------------------------------------
  # carousel slider
  --------------------------------------------------------------*/
.carousel_slider {
  margin-top: 105px;
}

.sponsor_slider {
  padding-top: 15px;
}

.carousel_slider img {
  max-height: 500px;
}

/*--------------------------------------------------------------
  # Browse on Speciliaty
  --------------------------------------------------------------*/
.section-title {
  text-align: center;
}

.section-title p {
  margin-bottom: 0;
}

.services .icon-box {
  max-height: 300px;
  min-height: 300px;
  margin-bottom: 10px;
  border-radius: 2px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #2c4964;
}

/*--------------------------------------------------------------
  # Find Doctor
  --------------------------------------------------------------*/
.about {
  background-color: #1CB9A8;
}

.about .icon-boxes h6 {
  font-size: 18px;
  color: #000000;
  margin-bottom: 15px;
}

/* .appointment{
    background-color:#166FE5;
  } */
/*--------------------------------------------------------------
  # Counts
  --------------------------------------------------------------*/
.counts {
  background: #f1f7fd;
  padding: 70px 0 60px;
}

.counts .count-box {
  padding: 30px 30px 25px 30px;
  width: 100%;
  position: relative;
  text-align: center;
  background: #fff;
}

.counts .count-box i {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
  background: #1977cc;
  color: #fff;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
}

.counts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: #082744;
}

.counts .count-box p {
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
}

/*--------------------------------------------------------------
  # Browse on Speciliaty
  --------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  border: 3px solid #237ad1;
  padding: 15px 0px;
  transition: all ease-in-out 0.3s;
}

.services .icon-box h6 a:hover {
  color: white;
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #ffffff;
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transform-style: preserve-3d;
}

.services .icon-box .icon i {
  color: black;
  font-size: 35px;
}

.services .icon-box .icon::before {
  position: absolute;
  content: "";
  left: -8px;
  top: -8px;
  height: 100%;
  width: 100%;
  background: #badaf7;
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  transform: translateZ(-1px);
}

.services .icon-box h6 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #2c4964;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  background: #1977cc;
  border-color: #1977cc;
}

.services .icon-box:hover .icon {
  background: #fff;
}

.services .icon-box:hover .icon i {
  color: #1977cc;
}

.services .icon-box:hover .icon::before {
  background: #3291e6;
}

.services .icon-box:hover h4 a, .services .icon-box:hover a {
  color: #fff;
}

.services .icon-box:hover h4 a, .services .icon-box:hover p {
  color: #fff;
}

/*--------------------------------------------------------------
  # Doctors
  --------------------------------------------------------------*/
.doctors {
  background: #fff;
}

.doctors .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(44, 73, 100, 0.08);
  padding: 10px;
  border-radius: 10px;
}

.online_appointment .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(220, 223, 226, 0.08);
  padding: 10px;
  border-radius: 10px;
  background: #fff;

}

.doctors .member .pic {
  overflow: hidden;
  width: 180px;
  border-radius: 50%;
}

.online_appointment .member .pic {
  overflow: hidden;
  width: 150px;
  border-radius: 50%;
}

.doctors .member .pic img,
.online_appointment .member .pic img {
  transition: ease-in-out 0.3s;
}

.doctors .member:hover img,
.online_appointment .member:hover img {
  transform: scale(1.1);
}

.doctors .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #2c4964;
}

.online_appointment .member h4 {
  font-weight: 700;
  font-size: 20px;
  color: #2c4964;
}

.doctors .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}

.online_appointment .member span {
  display: block;
  font-size: 15px;
  position: relative;
  font-weight: 500;
  padding-bottom: 5px;

}

.online_appointment .member hr {
  margin: 0;
}

.doctors .member span::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #b2c8dd;
  bottom: 0;
  left: 0;
}

.doctors .member p,
.online_appointment .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}

.doctors .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.doctors .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #a0bcd5;
}

.doctors .member .social a i {
  color: #fff;
  font-size: 16px;
  margin: 0 2px;
}

.doctors .member .social a:hover {
  background: #1977cc;
}

.doctors .member .social a+a {
  margin-left: 8px;
}

/*--------------------------------------------------------------
  # Gallery
  --------------------------------------------------------------*/
.gallery .gallery-item {
  overflow: hidden;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

.gallery .gallery-item img {
  transition: all ease-in-out 0.4s;
}

.gallery .gallery-item:hover img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
  # Contact
   -------------------------------------------------------------- */
.contact .info {
  width: 100%;
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  color: #1977cc;
  float: left;
  width: 44px;
  height: 44px;
  background: #d6e9fa;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #2c4964;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #4b7dab;
}

.contact .info .email, .contact .info .phone {
  margin-top: 40px;
}

.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  background: #1977cc;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: #1977cc;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #1c84e3;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
  # rowse on Speciliaty 
  --------------------------------------------------------------*/
img.img-fulid.hospital_logo {
  max-width: 58px;
}

/*--------------------------------------------------------------
  # Dorctor list
  --------------------------------------------------------------*/
/* #doctormain_section{
    margin-top:130px;
    background-color:#D9EDF7;
  } */
#doctormain_section h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #2c4964;
}

.doctor_section {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  background-color: rgb(255, 255, 255);
}

.doctor_section img {
  max-width: 263px;
  max-height: 250px;
  min-height: 250px;
  /* border-radius: 10%; */
}

/*--------------------------------------------------------------
  # Health Card Section
  --------------------------------------------------------------*/
/* #healthcardmain_section{
    margin-top:130px;
    background-color:#D9EDF7;
  } */
#healthcardmain_section h2 {
  font-size: 32px;
  font-weight: bold;
  position: relative;
  color: #2c4964;
}

#healthcardmain_section h6 {
  font-size: 24px;
  font-weight: bold;
  position: relative;
  color: #2c4964;
}

#healthcardmain_section .card-title {
  min-height: 100px;
  max-height: 100px;
  overflow: hidden;
}

#healthcardmain_section .details {
  min-height: 250px;
  max-height: 250px;
  overflow: hidden;
}

.healthcardmain_section {
  width: 100%;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  background-color: rgb(255, 255, 255);
}

.healthcardmain_section img {
  width: 100%;
  max-height: 100px;
  padding-bottom: 10px;
}


/*--------------------------------------------------------------
  # Organisation List
  --------------------------------------------------------------*/
/* #Organisationlist{
    margin-top:130px;
    background-color:#D9EDF7;
  } */
/* #Organisationlist h2{
      font-size: 32px;
      font-weight: bold;
      margin-bottom: 20px;
      padding-bottom: 20px;
      position: relative;
      color: #2c4964;
  } */
#Organisationlist h4 {
  min-height: 100px;
  max-height: 100px;
}

/*#Organisationlist .org_details {*/
/*  min-height: 700px;*/
/*  max-height: 700px;*/
/*  overflow: hidden;*/
/*}*/

.main_sections {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  background-color: rgb(255, 255, 255);
}

.main_section img {
  max-width: 200px;
  max-height: 120px;
  min-height: 120px;
  margin: auto;
  border-radius: 50%;
}

/* #Organisationlist .main_sections{
    margin-top: 20px;
  } */
#Organisationlist .main_sections .social a {
  font-size: 30px;
}

#Organisationlist .main_sections .social .ri-facebook-fill {
  color: #3b5998;
}

#Organisationlist .main_sections .social .ri-twitter-fill {
  color: #00acee;
}

#Organisationlist .main_sections .social .ri-linkedin-box-fill {
  color: #0e76a8;
}

/*--------------------------------------------------------------
  # Appointments
  --------------------------------------------------------------*/
.appointment_section button {
  font-size: 20px;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
}

.appointment {
  background-color: #082744;
  margin-top: 121px;
  padding: 25px 0px;
}

.registration_form h2 {
  text-align: center;
}

.appointment .container .btn a {
  font-size: 20px;
  color: white;
}

.appointment .row .col {
  padding: 50px 0px;
}

/*--------------------------------------------------------------
  # Reg Form
  --------------------------------------------------------------*/
.registration_form {
  background-color: #082744;
  /* margin-top:121px;
    padding: 25px 0px; */
}

.registration_form h2 {
  text-align: center;
}

/*--------------------------------------------------------------
  # Visitor Form
  --------------------------------------------------------------*/
.visitor_from {
  background-color: #082744;
  margin-top: 121px;
  padding: 25px 0px;
}

.visitor_from h2 {
  text-align: center;
}

/*--------------------------------------------------------------
  # Doctor Reg Form
  --------------------------------------------------------------*/
.doctorreg_section {
  background-color: #082744;
  margin-top: 121px;
  padding: 25px 0px;
}

.doctorreg_section h2 {
  text-align: center;
}

/*--------------------------------------------------------------
  # Login Section
  --------------------------------------------------------------*/
.login_section {
  background-color: #082744;
  margin-top: 80px;
  padding: 10px 0px 50px 0px;
}

#formsection {
  height: 500px;
  width: 400px;
  margin: auto;
  margin-top: 50px;
  background-color: rgb(255, 255, 255);
  border-radius: 5px;
}

#formsection form {
  padding: 30px;
  color: rgb(0, 0, 0);
}

#formsection form .submitbtn {
  text-align: center;
}

#formsection form .btn {
  width: 100%;
  text-align: center;
}

#formsection form p a {
  text-decoration: none;
}

#formsection form p {
  text-align: center;
}

#formsection form p :hover {
  text-decoration: none;
  color: rgb(255, 0, 0);
}

#formsection form .forgotpassword a {
  color: rgb(247, 13, 13);
  float: right;
  text-decoration: none;
}

#formsection h4 {
  padding-bottom: 5px;
  text-align: center;
  font-size: 30px;
  font-weight: 900;
}

/*--------------------------------------------------------------
  # Dorctor Pofile
  --------------------------------------------------------------*/
.dorctr_pofile {
  /* margin-top:130px; */
  /* background-color:#D9EDF7; */
  width: 100%;
  padding-top: 20px;
}

.dorctr_pofile img {
  width: 100%;
  max-width: 295px;
  max-height: 275px;
  min-height: 286px;
  border-radius: 5px;
  margin: 21px auto;
}

.dorctr_pofile p {
  text-align: justify;
}

.dorctr_pofile .inner_section {
  padding: 0px 25px 0px 25px;
}

.dorctr_pofile .social a {
  font-size: 35px;
}

.dorctr_pofile .social .ri-facebook-fill {
  color: #3b5998;
}

.dorctr_pofile .social .ri-twitter-fill {
  color: #00acee;
}

.dorctr_pofile .social .ri-linkedin-box-fill {
  color: #0e76a8;
}

/*--------------------------------------------------------------
  # Gallery
  --------------------------------------------------------------*/
.gallery_section {
  font: 14px/20px Arial, sans-serif;
  /* margin-top:150px; */
  /* background-color:#D9EDF7; */
  /* padding-top:10px;
  padding-bottom: 10px; */
}

.gallery_section h2 {
  font-size: 32px;
  font-weight: bold;
  color: #2c4964;
  /* padding: 20px; */
}

.elem, .elem * {
  box-sizing: border-box;
  margin: 0 !important;
}

.elem {
  display: inline-block;
  font-size: 0;
  width: 100%;
  height: 100%;
  border-bottom: none;
  background: #fff;
  padding: 10px;
  background-clip: padding-box;
}

.elem>span {
  display: block;
  cursor: pointer;
  height: 0;
  padding-bottom: 70%;
  background-size: cover;
  background-position: center center;
}

/*--------------------------------------------------------------
  # blog section
  --------------------------------------------------------------*/
.blogmainsection {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  background-color: rgb(255, 255, 255);
}

.blogmainsection img {
  max-width: 100%;
  min-width: 100%;
  max-height: 250px;
  min-height: 250px;
}

.blogmainsection h5 {
  max-height: 75px;
  min-height: 75px;
}

.blogmainsection p {
  max-height: 100px;
  min-height: 100px;
}

/*--------------------------------------------------------------
  # Footer
  --------------------------------------------------------------*/
#footer {
  color: #444444;
  font-size: 14px;
  background: #f1f7fd;
  /* padding-top: 48px; */
}

/* #footer .footer-top .footer-contact {
    margin-bottom: 30px;
  } */
/* #footer .footer-top .footer-contact h4 {
    font-size: 22px;
    margin: 0 0 30px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
  } */
/* #footer .footer-top .footer-contact p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Raleway", sans-serif;
    color: #777777;
  } */
/* #footer .footer-top h4 {
    font-size: 16px;
    font-weight: bold;
    color: #444444;
    position: relative;
    padding-bottom: 12px;
  }
  #footer .footer-top .footer-links {
    margin-bottom: 30px;
  }
  #footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  #footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #1c84e3;
    font-size: 18px;
    line-height: 1;
  }
  #footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
  }
  #footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
  }
  #footer .footer-top .footer-links ul a {
    color: #777777;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
  }
  #footer .footer-top .footer-links ul a:hover {
    text-decoration: none;
    color: #1977cc;
  }
  #footer .footer-newsletter {
    font-size: 15px;
  }
  #footer .footer-newsletter h4 {
    font-size: 16px;
    font-weight: bold;
    color: #444444;
    position: relative;
    padding-bottom: 12px;
  }
  #footer .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 50px;
    text-align: left;
    border: 1px solid #bfdcf7;
  }
  #footer .footer-newsletter form input[type=email] {
    border: 0;
    padding: 4px 8px;
    width: calc(100% - 100px);
  }
  #footer .footer-newsletter form input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: #1977cc;
    color: #fff;
    transition: 0.3s;
    border-radius: 50px;
  }
  #footer .footer-newsletter form input[type=submit]:hover {
    background: #1c84e3;
  }
  #footer .credits {
    padding-top: 5px;
    font-size: 13px;
    color: #444444;
  }
  #footer .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #1977cc;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
  }
  #footer .social-links a:hover {
    background: #1c84e3;
    color: #fff;
    text-decoration: none;
  }
  
  #footer .footer_icon .social{
    font-size: 20px;
   }
   #footer .footer_icon .social .ri-facebook-fill{
    color:#3b5998;
   }
   #footer .footer_icon .social .ri-twitter-fill{
    color:#00acee;
   }
   #footer .footer_icon .social .ri-linkedin-box-fill{
    color:#0e76a8;
   }  */


/* css added jahid  */


.blog_title {
  min-height: 150px;
  max-height: 150px;
}

.speciality {
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.speciality:hover {
  border-color: #198754;
  background-color: white !important;
}

.speciality:hover a, .speciality:hover h2 {
  color: #198754 !important;
}




.team-bg {
  background-color: #f8f9fa;
  overflow: hidden;
}

.team .section-title {
  padding-bottom: 40px;
}

.team .section-title .main-team-subheading {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
}

.team .section-title .main-team-subheading::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #556270;
  margin: 4px 10px;
}

.team .main-team-heading {
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  color: #556270;
}

.team .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(85, 98, 112, 0.08);
  padding: 30px;
  border-radius: 4px;
  background: #fff;
}

.team .member .pic {
  overflow: hidden;
  width: 140px;
  border-radius: 4px;
}

.team .member .pic img {
  transition: ease-in-out 0.3s;
}

.team .member:hover img {
  transform: scale(1.1);
}

.team .member .member-info {
  padding-left: 30px;
  min-height: 180px;
  max-height: 180px;
}

.team .member .member-heading {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #556270;
  line-height: 1.2;
}

.team .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}

.team .member span::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #dee2e6;
  bottom: 0;
  left: 0;
}

.team .member .member-para {
  margin: 10px 0 0 0;
  font-size: 14px;
}

.team .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.team .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  width: 32px;
  height: 32px;
  background: #8795a4;
}

.team .member .social a+a {
  margin-left: 8px;
}

.team .member .social a:hover {
  background: #41A1FD;
}

.team .member .social a .team-icon {
  color: #fff;
  font-size: 16px;
  margin: 0 2px;
}