.header_sec {
  background: white;
}

li.menu-items a {
  color: #75797c;

  font-weight: 700;

  font-size: 15px;
}

p.know_more a {
  padding: 7px 15px;

  border-radius: 20px;

  background-color: #1e9f8f;

  color: white;
}

li.menu-items {
  background-color: #f2f2f2;

  background-position: 326px center;

  background-repeat: no-repeat;

  border-bottom: 1px solid #ffffff;

  color: #656565;

  font-size: 20px;

  font-weight: 100;

  height: 40px;

  line-height: 35px;

  list-style: outside none none;

  margin: 0;

  padding: 0;

  text-align: left;

  width: 100%;
}

ul#menu-about-us {
  padding: 0px;
}

.content p {
  font-size: 15px;

  padding: 10px 0px;

  line-height: 2.5rem;
}

.content h3 {
  font-size: 24px;

  color: #12777f;

  border-bottom: 1px solid #42b3e5;

  width: 50%;

  line-height: 40px;
}

h2.menu-title {
  font-size: 22px;

  font-weight: 700;

  color: #12777f;

  border-bottom: 1px solid #42b3e5;

  width: 80%;

  line-height: 40px;

  padding-top: 15px;
}

img.img_round {
  width: 150px;

  height: 150px;

  border-radius: 100%;

  border: 2px solid #12777f;
}

.doc-team-hr {
  width: 40px;

  height: 2px;

  border: 0;

  padding: 0;

  background-color: #12777f;

  margin: 5px auto 5px auto;

  -webkit-transition: width 0.5s;
}

.doc_info h3 {
  margin: 0px;

  font-size: 18px;

  font-weight: 700;
}

.doc_info h5 {
  margin: 5px;
}

.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;
}

h2.doc_head {
  font-weight: 700;

  color: #12777f;

  margin-bottom: 10px;

  text-align: center;

  font-size: 24px;
}

.doc_col img {
  height: 262px !important;
  width: 85%;
}

.doc_col {
  text-align: center;

  background: #fdfbff;

  margin-left: 22px;

  padding-top: 15px;

  border: 1px solid #12777f;

  border-radius: 7px;
}

h4.doc-name {
  font-size: 16px;

  font-weight: bold;

  margin-bottom: 0px;
}

.doc_col hr {
  margin: 15px auto;

  width: 30%;

  background: #12777f;

  border-top: 2px solid #12777f;
}

p.doc_qua {
  font-style: italic;

  font-size: 12px;

  margin: 0px;
}

p.doc_des {
  margin-top: 20px;

  color: #000;
}

.doc_col {
  height: 350px;
}

.doc_row {
  margin-bottom: 30px;
}

p.cust_head {
  color: #465069;

  font-size: 1.6em;

  padding: 20px 4px 0px 4px;
}

input,
select#location,
select#country {
  width: 90%;

  margin: 5px !important;

  padding: 12px !important;

  border: 1px solid #00968f !important;
}

textarea#msg {
  width: 90% !important;

  border: 1px solid #00968f !important;

  padding: 12px;

  margin: 6px;
}

p.submit {
  width: 90%;

  border: 1px solid #5bb5a4;

  text-align: center;

  padding: 5px;

  margin: 4px 4px;

  font-weight: 500;

  color: white;

  background: #5bb5a4;

  cursor: pointer;
}

p.submit:hover {
  background: #79a2d0;
}

li.menu-items:hover {
  background-color: #79a2d3;
}

li.menu-items a:hover {
  color: #fff;
}

i.fa-arrow-right {
  float: right;

  padding: 9px;
}

ul.practice-hours {
  padding-inline-start: unset !important;
}

.practice-hours li {
  list-style: none;

  /* padding: 5px 0 10px 0; */

  margin: 0;

  background: none;

  /* border-bottom: 1px solid #ccc; */

  width: 100%;
}

.practice-hours li label,
.practice-hours li span {
  color: #494949;

  font-size: 15px;

  font-weight: 100;

  line-height: 20px;
}

.practice-hours li label {
  width: 170px;

  display: inline-block;

  vertical-align: top;

  text-align: left;
}

ol.mydoc_slider {
  bottom: -50px;
}

ol.mydoc_slider li,
ol.mypat_slider li {
  background: grey;
}

ol.mydoc_slider li.active,
ol.mypat_slider li.active {
  background: #5397a2;
}

a.book_appointment {
  font-size: 20px;

  background-color: #2b4872;

  color: white;

  padding: 8px;

  cursor: pointer;
}

.mob_doc,
.mob_pat {
  display: none;
}

@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) {
  .doc_col {
    width: 25% !important;
  }
}

@media (min-width: 481px) and (max-width: 767px) {

  .mob_doc,
  .mob_pat {
    display: block;
  }

  h1.page_header {
    padding: 40px;
  }

  .about_us {
    display: none;
  }

  .doc_col {
    width: 80% !important;

    margin-bottom: 10px;

    margin-left: 10%;

    margin-right: 10%;
  }

  .des_doc,
  .des_pat {
    display: none;
  }
}

@media (min-width: 100px) and (max-width: 480px) {

  .mob_doc,
  .mob_pat {
    display: block;
  }

  .des_doc,
  .des_pat {
    display: none;
  }

  h1.page_header {
    padding: 40px;
  }

  .about_us {
    display: none;
  }

  .doc_col {
    width: 80% !important;

    margin-bottom: 26px;

    margin-left: 10%;

    margin-right: 10%;
  }

  ol.mydoc_slider {
    bottom: -40px;
  }

  .mob_doc .carousel-indicators {
    left: 42%;
    width: 74%;
  }
}

.doc_col:hover {
  box-shadow: 0px 1px 10px 1px #12777f;
}

@media only screen and (max-width: 600px) {
  li.menu-items {
    width: 80%;
  }
  li.equl_space {
    margin-top: 0px !important;
  }
}

li.equl_space {
  margin-top: 22px;
}