.banner {
  background: url(../img/Infrastructure-1.png);
  background-size: cover;
  background-repeat: no-repeat;
}
h1.page_header {
  color: #126b92 !important;
  text-align: center;
  padding: 65px 0px;
  font-size: 40px;
  margin: 0px;
}
li.menu-items a {
  color: #75797c;
  font-weight: 700;
  font-size: 15px;
}
li.menu-items {
  list-style: none;
  padding: 10px 10px 10px 0px;
  border-bottom: 1px solid #42b3e5;
}
ul#menu-about-us {
  padding: 0px;
}
.menu-items:hover {
  background: #12777f;
}
.menu-items:hover a {
  color: #fff;
}
h2.menu-title {
  font-size: 22px;
  font-weight: 700;
  color: #12777f;
}
.bread_crumb {
  background: #68d1a9 !important;
  margin: 0px;
}
ul.bread_crumb li {
  display: inline-block;
}
.bread_crumb li:first-child {
  margin-left: 0;
}
.bread_crumb li,
.bread_crumb li a {
  color: #fff;
  font-weight: 600 !important;
  line-height: 25px;
  letter-spacing: 1px;
}
.bread_crumb li:last-child {
  background-color: #3c9aa6;
}
.bread_crumb li:last-child:before {
  content: " ";
  display: inline-block;
  border-top: 14px solid rgba(20, 49, 93, 0);
  border-left: 14px solid #68d1a9;
  border-bottom: 14px solid transparent;
  border-right: none;
  margin-top: 0px;
  vertical-align: middle;
}
.bread_crumb li:last-child:after {
  content: " ";
  display: inline-block;
  border-top: 14px solid rgba(20, 49, 93, 0);
  border-left: 14px solid #3c9aa6;
  border-bottom: 14px solid transparent;
  border-right: none;
  margin-top: 0px;
  background: #68d1a9;
  vertical-align: middle;
}
@media (min-width: 1251px) and (max-width: 1350px) {
}
@media (min-width: 1025px) and (max-width: 1250px) {
}
@media (min-width: 991px) and (max-width: 1024px) {
}
@media (min-width: 768px) and (max-width: 990px) {
}
@media (min-width: 481px) and (max-width: 767px) {
  h1.page_header {
    padding: 40px;
  }
  .about_us {
    display: none;
  }
}
@media (min-width: 100px) and (max-width: 480px) {
  h1.page_header {
    padding: 40px;
  }
  .about_us {
    display: none;
  }
}
.hyd_address h2 {
  color: #009688;
}
.hyd_address h2:after {
  content: "";
  display: block;
  bottom: 0;
  width: 25%;
  height: 2px;
  background: #009688;
  margin-top: 10px;
}
.hyd_address p {
  font-size: 15px;
}
i.fa.fa-whatsapp.cust {
  margin-right: 30px;
  margin-top: 8px;
  margin-left: 0px;
}
img.alignnone {
  margin: 12px 20px 12px 0;
}
/*.enq_form {
    border: 1px solid #5bb5a4;
    padding: 30px 8px;
    }*/
/*p.cust_head {
    color: #465069;
    font-size: 1.6em;
    padding: 0px 4px;
    }*/
p.cust_sub_head {
  padding: 3px 5px;
  color: grey;
}
.enq_form input {
  width: 90%;
  margin: 5px !important;
  padding: 12px !important;
  border: 1px solid #00968f !important;
}
select#country,
select#location {
  width: 90%;
  margin: 5px !important;
  border: 1px solid #00968f !important;
  padding: 12px !important;
  color: grey;
  font-size: 13px;
}
textarea#msg {
  width: 90% !important;
  border: 1px solid #00968f !important;
  padding: 12px;
  margin: 4px;
}
p.submit {
  width: 20%;
  border: 1px solid #343838;
  text-align: center;
  padding: 5px;
  margin: 4px 4px;
  font-weight: 500;
  color: white;
  background: #343838;
}
.contact {
  padding: 20px;
}
/* i.fa.fa-whatsapp {
    border-radius: 0px;
    font-size: 22px;
    margin: 10px 0px 10px 15px;
}*/
@media only screen and (max-width: 600px) {
  .padding_one {
    padding: 0px 15px !important;
  }
  li.equl_space {
    margin-top: 0px !important;
  }
}
li.equl_space {
  margin-top: 22px;
}

/*new page*/
.page_header {
  display: none;
}
.enq_form {
  background: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 20px;
  padding-bottom: 35px;
}
p.cust_sub_head {
  padding: 10px 18px;
  color: #000;
}
.enq_form input {
  width: 90%;
  margin: 5px 20px !important;
  padding: 12px !important;
  border: none;
  background: #e9e9e9;
  color: #000;
}
select.country,
select.location {
  width: 90%;
  margin: 5px 20px !important;
  border: none;
  padding: 12px !important;
  background: #e9e9e9;
  font-size: 13px;
}
textarea#msg {
  width: 90% !important;
  border: none;
  padding: 12px;
  margin: 5px 20px !important;
  background: #e9e9e9;
}
p.submit {
  width: 90%;
  border: 1px solid #5bb5a4;
  text-align: center;
  padding: 5px;
  margin: 5px 20px !important;
  font-weight: 500;
  color: white;
  background: #5bb5a4;
  cursor: pointer;
}
.ban_col {
  background: white;
  border-radius: 20px;
  padding: 50px;
}
.banner_head {
  color: #465da0;
  font-size: 20px;
  padding-bottom: 20px;
}
.banner_data {
  color: #465da0;
  font-size: 24px;
  padding-bottom: 8px;
}
.banner_data1 {
  line-height: 20px;
  padding-bottom: 25px;
}
.banner_btn {
  background: #952222;
  color: #fff;
  width: 50%;
  padding: 10px 15px;
  border-radius: 40px;
}
.banner_col {
  padding: 6% 0px 5% 0px !important;
}
.qua_col {
  background: #952222;
  width: 100%;
  border-radius: 15px;
}
.qua_col img {
  padding: 25px;
}
.qua_col p {
  color: #fff;
  padding: 1em 0;
}
.second_sec {
  position: relative;
  bottom: 75px;
}
.qua_col img {
  padding: 15px;
}
p.cust_head {
  background: #465da0;
  color: #fff;
  text-align: center;
  font-size: 20px;
  border-radius: 20px 20px 0px 0px;
  padding: 1em 0;
}
h2.dep_uro {
  color: #952222;
  text-align: center;
  padding-bottom: 20px;
}
p.readmore,
p.readless {
  background: #952222
  ;
  color: #fff;
  width: 20%;
  padding: 10px;
  text-align: center;
  cursor: pointer;
}
p.readmore1,
p.readless1 {
  background: #465da0;
  color: #fff;
  width: 20%;
  padding: 10px;
  text-align: center;
  cursor: pointer;
}
p.readless {
  display: none;
}
p.readless1 {
  display: none;
}
.uro_con {
  padding: 6% 0px;
}
.hide_con {
  display: none;
}
.spec_main_head h2 {
  padding: 20px 0px;
  font-weight: bold;
  font-size: 30px;
}
.spec_main_head span {
  color: #952222;
}
.spec_li {
  width: 100%;
  border: 2px solid;
  padding: 20px 50px;
  border-radius: 10px;
  height: 295px;
}
.doc_row_con {
  padding-top: 16%;
}
.doc_row_con span {
  color: #952222;
}
.doc_row_con h2 {
  font-weight: 600;
}
p.spec_head {
  font-weight: bold;
  font-size: 18px;
  padding: 0px;
}
.make_app {
  background: #952222;
  width: 30%;
  text-align: center;
  color: #fff;
  cursor: pointer;
  padding: 10px;
}
.doc_row_head span {
  color: #952222;
}
.doc_row_head h2 {
  font-weight: 600;
  line-height: 30px;
  text-align: center;
}
.doctor_profile {
  width: 100%;
  background: white;
}
.doctor_profile img {
  width: 100%;
  border-radius: 21px;
}
.doctor_profile p {
  padding: 0px;
}
.doc_row_head {
  padding: 15px 0px;
}
ol.mydoc_slider li.active,
ol.mypat_slider li.active {
  background: #5397a2;
}
ol.mydoc_slider li,
ol.mypat_slider li {
  background: grey;
}
ol.mydoc_slider,
ol.mypat_slider {
  bottom: -40px;
}
.patients_sec img {
  border-radius: 60px;
}
@media screen and (max-width: 752px) {
  .banner_btn {
    width: 65%;
  }
  p.readmore,
  p.readless {
    width: 30%;
  }
  p.readmore1,
  p.readless1 {
    width: 30%;
  }
  .make_app {
    width: 55%;
  }
  .spec_li {
    margin: 10px 0px;
  }
  .uro_con {
    padding: 15px 15px !important;
  }
  .second_sec {
    position: unset !important;
    bottom: unset !important;
  }
  .qua_col {
    margin: 10px auto;
    text-align: center;
  }
  .doctor_profile {
    text-align: center;
  }
  .patients_sec {
    text-align: center;
  }
}
/*main-menu*/
.mobile_view {
  display: none !important;
}
@media only screen and (max-width: 752px) {
  .desktop_view {
    display: none;
  }
  .mobile_view {
    display: block !important;
  }
}
/*ol.mydoc_slider, ol.mypat_slider {
bottom: 0 !important;
}*/
.qua_col {
  width: 100% !important;
}
.patients_sec {
 padding: 40px 50px 45px 70px !important;
  margin: 20px 15px 35px;

}
p.pat_name span {
  color: black;
  padding: 20px 25px;
  background: lightgrey;
  border-radius: 50px;
  margin-right: 15px;
}
p.pat_desc {
  padding: 0px 10px;
  height: unset !important;
  /* text-align: center; */
}
p.pat_name {
  color: unset !important;
  font-size: unset !important;
  margin-bottom: unset !important;
  /* text-align: center; */
}
h2.about_us_head {
  color: #000000;
  font-size: 28px;
  /* margin-top: 80px; */
  margin-bottom: 35px;
  font-weight: 600;
}
.height_c {
  height: 35px;
  background: white;
}
.main_header {
  font-weight: bold;
  font-size: 50px;
  margin: 25px auto;
  color: #465da0;
  padding: 0px 85px;
}
.doc_row_head h2 {
  font-weight: 600;
  line-height: 30px;
  text-align: center;
}
.patients_sec {
  background: #f9f9f9;
  color: #000;
  padding: 15px;
  height: 180px;
  border-bottom: 0px solid #D94E4E;
}
.patients_sec img {
  background: white;
  padding: 15px;
}
.patients_sec img {
  border-radius: 60px;
}
.doctor_profile {
  width: 100%;
  background: white;
  text-align: center;
  /*box-shadow: 0px 2px 18px 0px lightgrey;*/
  border: 1px solid #68d1a9;
  border-radius: 20px;
}
p.dr_name {
  color: #952222;
  font-size: 18px;
}
.doctor_profile img {
  border-radius: 20px 20px 0px 0px;
}
p.location {
  background: #0097a2;
  width: fit-content;
  color: white;
  padding: 10px 30px !important;
  margin: 0px auto;
  margin-bottom: 20px;
}
.banner_btn {
  text-align: center;
}
p.designation {
  font-size: 15px;
}
@media only screen and (max-width: 600px) {
  .patients_sec {
    height: 350px !important;
  }
}
select.country,
select.location {
  border: 1px solid #00968f !important;
}
.ban_col {
  /*background: #fff;
    border-radius: 20px;*/
  padding: 25px 50px;
}
p.make_appoint {
  background: #0f4571;
  width: 60%;
  margin: 0px auto;
  padding: 12px;
  border-radius: 33px;
  color: #fff;
  font-size: 16px;
  position: relative;
  left: 60px;
}
.make_sec {
  position: relative;
  bottom: 130px;
  text-align: center;
}
.spec_li {
  height: 295px !important;
}
@media (min-width: 1251px) and (max-width: 1350px) {
}
@media (min-width: 1025px) and (max-width: 1250px) {
  p.make_appoint {
    padding: 10px !important;
    font-size: 14px !important;
    left: 53px !important;
  }
  .make_sec {
    bottom: 120px !important;
  }
}
@media (min-width: 991px) and (max-width: 1024px) {
}
@media (min-width: 768px) and (max-width: 990px) {
  .make_sec {
    bottom: 85px !important;
  }
  p.make_appoint {
    width: 60% !important;
    padding: 5px !important;
    font-size: 13px !important;
    left: 40px !important;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  h1.page_header {
    padding: 40px;
  }
  .about_us {
    display: none;
  }
  .make_sec {
    bottom: 55px !important;
  }
  p.make_appoint {
    width: 30% !important;
    padding: 5px !important;
    font-size: 12px !important;
    left: 48px !important;
  }
}
@media (min-width: 100px) and (max-width: 480px) {
  h1.page_header {
    padding: 40px;
  }
  .about_us {
    display: none;
  }
  p.make_appoint {
    width: 35% !important;
    padding: 5px !important;
    font-size: 10px !important;
    left: 35px !important;
  }
  .make_sec {
    bottom: 40px !important;
  }
}
