.dropdown-right {
  text-align: right;
}

.apt-btn-right {
  text-align: right;
  padding-top: 22px;
}


.bg-light {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.navbar-brand img {
  width: 200px;
}

.logo-center img {
  width: 170px;
  text-align: center;
  margin: 0 auto;
  display: block;
  padding-bottom: 16px;
}

.heading {
  padding-top: 15px;
  padding-bottom: 10px;
  overflow: hidden;
}

.pull-left {
  float: left;
}

@media screen and (min-width: 1170px) {
  .heading {
    width: 87%;
    margin: 0 auto;
  }
}

h2.disease-name {
  font-size: 25px;
  line-height: 35px;
  color:#4C3C82;
  font-weight: 600;
  font-family: "Poppins";
/*  margin-top: 4%;*/
}

.container {
  width: 100%;
  max-width: 1280px;
}

h3.doc-name {
  font-size: 23px;
  line-height: 33px;
  color:#4C3C82;
  font-weight: 600;
  font-family: "Poppins";
}

.doc-deg {
  background-image: url(../images/Diploma.png);
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 32px;
  padding-bottom: 4px;
  padding-top: 4px;
  margin-bottom: 0px;
  margin-top: 10px;
}

h4.med-name {
  color: #CF2B6F;
  background: #F1ECFF;
  text-align: center;
  font-family: "Poppins";
  font-size: 18px;
  display: inline-block;
  padding: 6px 15px;
  border-radius: 8px;
}

.doc-img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
}

.doctor-intro {
  padding-top: 4%;
  padding-bottom: 4%;
}

a.btn-book-apt {
  background: #CF2B6F;
  border: 1px solid #CF2B6F;
  padding: 6px 16px;
  border-radius: 7px;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  font-family: "Poppins";
  font-size: 16px;
  line-height: 27px;
  width: 210px;
}

a.btn-book-apt:hover {
    background: white;
    color: #000;
    border: 1px solid #CF2B6F;
}

a.btn-book-apt-header {
  background: #CF2B6F;
  border: 1px solid #CF2B6F;
  padding: 6px 16px;
  border-radius: 7px;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  font-family: "Poppins";
  font-size: 16px;
  line-height: 27px;
  width: 210px;
}

a.btn-book-apt-header:hover {
    background: white;
    color: #000;
    border: 1px solid #CF2B6F;
}

a.btn-call {
  background: #492066;
  border: 1px solid #492066;
  padding: 6px 28px;
  border-radius: 7px;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  font-family: "Poppins";
  font-size: 16px;
  line-height: 27px;
}

a.btn-call:hover {
    background: white;
    color: #000;
    border: 1px solid #492066;
}

.btn-divider {
  margin-top: 35px;
}

.doctor-btn {
  float: right;
  padding-top: 15%;
  padding-bottom: 15%;
}

.doc-intro-main {
  border: 1px solid #C5C5C5;
  border-radius: 20px;
  padding: 20px 10px;
  padding: 20px 10px;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 20px;
}

.doc-intro-main .col-lg-3 {
  border-left: 1px solid #C5C5C5;
}

select.filter-select {
  height: 35px;
  width: 250px;
  border: 1px solid #e1e1e1;
  color: #666;
  padding: 0px 10px 0px 10px;
  font-size: 13px;
  margin-bottom: 12px;
  border-radius: 5px;
}

@media screen and (max-width: 767px) {
.doctor-btn {
    float: none;
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .doc-intro-main .col-lg-3 {
    border-left: none;
  }

  .doc-intro-main {
    padding: 20px 10px 30px 10px;
  }

  .doc-intro-main .col-lg-2.col-md-2,
  .doc-intro-main .col-lg-7.col-md-5,
  .doc-intro-main .col-lg-3.col-md-4 {
    text-align: center;
  }

  .doc-deg {
    display: inline-block;
    margin-bottom: 15px;
  }

  h2.disease-name {
    font-size: 23px;
    line-height: 30px;
    margin-top: 10%;
  }
}

@media screen and (max-width: 767px) {
  h3.doc-name {
    margin-top: 20px;
  }

  h4.med-name {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 640px) {
  .navbar-brand img {
    width: 170px;
  }

  h4.med-name {
    font-size: 15px;
  }
}

@media screen and (max-width: 575px) {
  .dropdown-right {
  text-align: center;
  margin-top: 10px;
  }

  h2.disease-name {
    text-align: center;
  }

  h2.disease-name {
    margin-top: 0%;
  }

  h3.doc-name {
    font-size: 21px;
    line-height: 28px;
  }

  .header-btn.row>* {
    width: 50%;
  }
}