/* Document level adjustments */
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Gothic+A1&display=swap");
html {
  font-size: 16px; }

@media (max-width: 900px) {
  html {
    font-size: 14px; } }

@media (max-width: 400px) {
  html {
    font-size: 13px; } }

body {
  font-family: 'PT Sans', sans-serif;
  line-height: 1.1; }

.nav ul li {
  font-size: 0.9rem;
  font-weight: 700; }

.slidermain .slidercontent ul li {
  font-size: 1.3rem; }

.buttonwrap a {
  font-size: 1.1rem; }

.slider2 .slidercontentwrap .slidecontent p {
  font-size: 1.1rem; }

h1, h2, h3, h4, h5 {
  font-weight: 400; }

/* Type will scale with document */
h1 {
  font-size: 2.5rem; }

h2 {
  font-size: 2.2rem;
  line-height: 1.2; }

h3 {
  font-size: 1.7rem; }

h4 {
  font-size: 1.2rem; }

h5 {
  font-size: 1rem; }

@media (max-width: 767px) {
  .slidermain .slidercontent h2 {
    font-size: 1.4rem;
    padding-top: 20px; } }

html {
  font-size: 100%; }

/*16px*/
html,
body {
  padding: 0;
  margin: 0; }

body {
  background: #f2f2f2;
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
  line-height: 1.3;
  color: #2b394a; }

p {
  margin-bottom: 1rem; }

h1,
h2,
h3,
h4,
h5 {
  margin: 3rem 0 1.38rem;
  font-weight: 400;
  line-height: 1.3; }

h1 {
  margin-top: 0; }

h3,
h4,
h5 {
  margin: 1.5rem 0 1rem; }

/** BeInspired Style Start 
      *
      */
.bi-btn {
  font-weight: 700;
  font-family: 'Gothic A1', sans-serif;
  color: #2B394A;
  text-align: center;
  letter-spacing: 0.03em;
  padding: 18px 40px;
  background-color: transparent;
  border: 2px solid transparent;
  border-radius: 56px; }

.primary {
  background-color: #E89D41; }

.primary:hover {
  background-color: #F0C08A; }

.secondary {
  background-color: #32B04E; }

.secondary:hover {
  background-color: #5dd177; }

.outline.primary {
  background: transparent;
  border-color: #E89D41;
  color: #E89D41; }

.outline.primary:hover {
  border-color: #E89D41;
  background-color: #E89D41;
  color: inherit; }

.outline.secondary {
  background: transparent;
  border-color: #32B04E;
  color: #32B04E; }

.outline.secondary:hover {
  border-color: #32B04E;
  background-color: #32B04E;
  color: inherit; }

/*responsive size for the images*/
img {
  max-width: 100%;
  height: auto; }

.mobile,
.menubar,
.mobilemenu {
  display: none; }

.button {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  display: inline-block;
  padding: 8px 20px 8px 20px;
  color: #fff;
  text-decoration: none;
  background: #00a6dc; }

.buttontransparent {
  -webkit-border-radius: 56px;
  -moz-border-radius: 56px;
  border-radius: 56px;
  display: inline-block;
  padding: 14px 50px 14px 50px;
  color: #E89D41;
  text-decoration: none;
  background: #fff;
  border: 2px solid #e89d41;
  font-weight: 700; }

.button:hover {
  color: #000; }

.buttonwrap {
  margin-top: 30px; }

.button:hover {
  color: #fff;
  text-decoration: none; }

p a,
a {
  color: #052531;
  text-decoration: none; }

.wrapper {
  max-width: 1400px;
  margin: auto;
  width: 100%;
  background: url(../images/background.jpg);
  background-repeat: no-repeat;
  background-size: cover; }

.breadcrumbs {
  color: #fff; }
  .breadcrumbs a {
    color: #fff; }

/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%; }

.header {
  display: flex;
  padding-top: 0px;
  align-items: center;
  justify-content: center; }
  .header .logo img {
    position: relative;
    top: 5px; }

header {
  padding: 10px 0; }

.nav {
  margin-left: auto; }
  .nav ul {
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0; }
    .nav ul li {
      margin: 0px 25px; }
      .nav ul li a {
        color: #fff; }
      .nav ul li a:hover {
        text-decoration: none; }
      .nav ul li ul {
        margin: 0;
        padding: 10px 5px;
        min-width: 200px;
        display: none;
        position: absolute;
        border: 0px solid #fff;
        flex-direction: column;
        z-index: 10000;
        padding-top: 18px; }
        .nav ul li ul li {
          margin-left: 0px;
          padding: 10px 10px 10px 20px;
          text-transform: capitalize;
          background: rgba(233, 233, 233, 0.8);
          min-width: 200px;
          text-decoration: none; }
          .nav ul li ul li a {
            color: #333333; }
          .nav ul li ul li a:active,
          .nav ul li ul li a:hover {
            text-decoration: none; }
        .nav ul li ul li:hover {
          background: rgba(209, 209, 208, 0.8); }
        .nav ul li ul li.current-menu-item a {
          border: 0; }

.nav ul li:hover ul {
  display: block; }

section.quote .quotewrap {
  max-width: 400px; }
  section.quote .quotewrap blockquote {
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 1.2; }
    section.quote .quotewrap blockquote p {
      margin: 0;
      padding: 0; }
  section.quote .quotewrap cite {
    text-align: right;
    display: block;
    font-style: normal; }

main {
  padding-bottom: 40px; }
  main div.article {
    padding: 0 0px;
    margin-top: 80px;
    border-left: 1px solid #fff;
    padding-left: 25px;
    position: relative; }
    main div.article h2 {
      font-size: 20px;
      font-weight: 600;
      padding: 0;
      margin: 0 0 20px 0; }
    main div.article h3 {
      font-size: 16px;
      font-weight: 600;
      padding: 0;
      margin: 0;
      color: #000080; }
    main div.article p.readmore {
      font-weight: 600; }
    main div.article article {
      padding-right: 20px;
      padding-bottom: 20px; }
  main div.article:before {
    content: " ";
    position: absolute;
    top: 0;
    left: -7px;
    background: url(../images/dot.png);
    background-repeat: no-repeat;
    width: 13px;
    height: 13px; }
  main div.article:after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: -7px;
    background: url(../images/dot.png);
    background-repeat: no-repeat;
    width: 13px;
    height: 13px; }

.aboutexpert {
  margin-left: 50px;
  margin-top: 60px;
  padding: 40px;
  background-color: rgba(199, 230, 246, 0.7);
  border: 1px solid #67bfe2;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px; }
  .aboutexpert .photo {
    text-align: center; }
    .aboutexpert .photo img {
      width: 180px;
      display: block;
      margin: auto; }
  .aboutexpert h3 {
    font-size: 24px; }

.tagcloud a {
  display: block;
  float: left;
  padding: 4px 10px;
  margin-right: 7px;
  margin-bottom: 7px;
  background: #EEE;
  color: #666;
  font-size: 11px;
  font-weight: bold;
  text-transform: lowercase;
  text-shadow: 1px 1px 1px #FFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #CCC;
  text-decoration: none; }

.tagcloud a:hover {
  background: #F3F3F3;
  color: #000;
  text-decoration: none; }

.articlestory .story {
  margin-right: 80px; }
  .articlestory .story h2, .articlestory .story h3 {
    color: #000080; }
  .articlestory .story .tags {
    margin-top: 20px; }

.articlestory .sidebar {
  margin-left: 0px;
  margin-top: 200px;
  padding: 20px;
  background-color: rgba(199, 230, 246, 0.7);
  border: 1px solid #67bfe2;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px; }
  .articlestory .sidebar h2 {
    font-size: 1.6rem; }
  .articlestory .sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .articlestory .sidebar ul li {
      margin-bottom: 10px;
      border-bottom: 1px solid #ccc;
      padding-bottom: 10px; }

.articlestory .wp-block-categories {
  list-style: none;
  margin: 0;
  padding: 0; }

.socialandaction {
  display: flex;
  padding-bottom: 20px; }
  .socialandaction .share {
    padding-top: 30px;
    margin-right: 80px;
    margin-bottom: 10px;
    float: right; }
    .socialandaction .share ul {
      list-style: none; }
      .socialandaction .share ul li {
        float: left;
        padding: 5px 20px;
        color: #035979;
        font-size: 13px; }
        .socialandaction .share ul li a {
          color: #035979; }
      .socialandaction .share ul li.sharelink {
        background: url(../images/icon-share.jpg);
        background-repeat: no-repeat;
        background-position: 0 3px;
        padding-left: 30px;
        position: relative;
        cursor: pointer; }
        .socialandaction .share ul li.sharelink .shareaddtoany {
          position: absolute;
          top: 25px;
          left: -20px;
          width: 200px;
          background-color: rgba(255, 255, 255, 0.8);
          padding: 20px;
          display: none; }
      .socialandaction .share ul li.print {
        background: url(../images/icon-print.jpg);
        background-repeat: no-repeat;
        background-position: 0 3px;
        padding-left: 30px; }
      .socialandaction .share ul li.email {
        background: url(../images/icon-email.jpg);
        background-repeat: no-repeat;
        background-position: 0 9px;
        padding-left: 30px; }
  .socialandaction .quicklinks {
    background: none;
    clear: both;
    min-height: 20px; }

.quicklinks {
  background: url(../images/quicklinksbg.jpg);
  background-repeat: no-repeat; }
  .quicklinks ul {
    list-style: none;
    margin-top: 50px; }
    .quicklinks ul li {
      float: left;
      padding: 10px 20px;
      background: #fff;
      margin-right: 20px;
      -webkit-border-radius: 25px;
      -moz-border-radius: 25px;
      border-radius: 25px;
      border: 1px solid #035979; }
      .quicklinks ul li a {
        color: #035979;
        text-decoration: none;
        font-size: 14px;
        font-weight: 700; }
    .quicklinks ul li:hover {
      background: #035978; }
      .quicklinks ul li:hover a {
        color: #fff;
        text-decoration: none;
        font-size: 14px;
        font-weight: 700; }

.accordion {
  background: transparent;
  padding-top: 60px; }

#accordion-container {
  padding: 0;
  width: 80%;
  overflow: hidden;
  -webkit-box-shadow: 2px 0 5px -2px #e0e0e0;
  box-shadow: 2px 0 5px -2px #e0e0e0;
  margin: auto; }

.accordion-header {
  background: #fff;
  margin: 0px 0 0 0;
  padding: 0;
  font-size: 18px;
  cursor: pointer;
  color: #666666;
  border-bottom: 1px solid #dfdfdf;
  padding-left: 20px;
  position: relative; }

.active-header {
  background: #fff;
  color: #e09e00;
  position: relative;
  font-size: 18px; }
  .active-header span::after {
    content: " - ";
    display: inline-block;
    padding: 0px 0px 10px 0px;
    background: #edf1f3;
    font-size: 35px;
    position: relative;
    left: -20px;
    width: 60px;
    top: 0px;
    text-align: center;
    -webkit-box-shadow: 0 8px 8px -6px #e0e0e0;
    -moz-box-shadow: 0 8px 8px -6px #e0e0e0;
    box-shadow: 0 8px 8px -6px #e0e0e0; }

.inactive-header {
  background: #fff;
  position: relative;
  font-size: 18px; }
  .inactive-header span::after {
    content: " + ";
    display: inline-block;
    padding: 0px 0px 10px 0px;
    background: #edf1f3;
    font-size: 35px;
    position: relative;
    left: -20px;
    padding-top: 5px;
    top: 0px;
    width: 60px;
    text-align: center;
    -webkit-box-shadow: 0 8px 8px -6px #e0e0e0;
    -moz-box-shadow: 0 8px 8px -6px #e0e0e0;
    box-shadow: 0 8px 8px -6px #e0e0e0; }

.inactive-header:hover {
  background: #f5f5f5; }

.accordion {
  padding-bottom: 80px; }

.accordion-content {
  display: none;
  padding: 20px;
  border-top: 0;
  position: relative;
  left: 59px;
  top: -1px;
  border-top: 1px solid #dfdfdf;
  box-shadow: -5px 0 15px -5px #e0e0e0;
  color: #035979; }
  .accordion-content ul, .accordion-content ol {
    list-style: disc;
    padding-left: 30px;
    padding-right: 130px;
    font-size: 15px; }
  .accordion-content ol {
    list-style: decimal outside; }
  .accordion-content p {
    padding: 0 20px 20px 20px;
    width: 80%;
    margin-bottom: 0; }
  .accordion-content h3 {
    padding-left: 20px;
    font-size: 18px; }
  .accordion-content table {
    width: 90%; }

.profiledetails {
  background-color: rgba(156, 211, 235, 0.5);
  padding: 20px; }
  .profiledetails .doctor-details-wrap {
    display: flex; }
  .profiledetails .doctorimg {
    width: 180px;
    display: block; }
  .profiledetails .doctordetails {
    width: 70%;
    margin-left: 20px;
    margin-right: 30px; }

.specilization {
  padding-top: 54px;
  padding-left: 20px; }
  .specilization h3 {
    font-size: 18px;
    color: #035979;
    font-weight: bold;
    padding: 0;
    margin: 0; }
  .specilization ul {
    list-style: none;
    margin-left: 0px;
    padding-bottom: 30px; }
    .specilization ul li {
      padding: 0;
      font-size: 15px;
      color: #035979;
      margin: 0; }

.schedule {
  padding-left: 20px; }
  .schedule h3 {
    font-size: 18px;
    color: #035979;
    font-weight: bold;
    padding: 0;
    margin: 0; }
  .schedule p {
    margin-bottom: 0;
    font-size: 15px;
    color: #035979;
    font-weight: bold; }
    .schedule p span {
      display: inline-block;
      width: 150px; }
  .schedule ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .schedule ul li {
      font-size: 15px;
      color: #035979;
      font-weight: bold;
      border-bottom: 1px solid #bdc4c7;
      margin: 0;
      padding: 10px 0; }
      .schedule ul li span {
        display: inline-block;
        width: 150px; }
    .schedule ul li:last-child {
      border: 0; }

footer .copyright {
  font-size: 0.9rem;
  margin-left: 0px; }

footer .social {
  width: 200px;
  margin-left: auto; }
  footer .social ul {
    list-style: none;
    display: flex; }
    footer .social ul li {
      text-indent: -999999px;
      background: url(../images/icon-linkedin.png);
      background-repeat: no-repeat;
      width: 27px;
      height: 27px;
      margin-right: 10px; }
      footer .social ul li a {
        display: block;
        width: 27px;
        height: 27px; }
    footer .social ul li.instagram {
      text-indent: -999999px;
      background: url(../images/icon-instagram.png);
      background-repeat: no-repeat;
      width: 27px;
      height: 27px;
      margin-right: 10px; }

div.fieldrow {
  display: block;
  margin-bottom: 10px;
  padding: 0;
  margin: 0; }
  div.fieldrow p {
    padding: 0;
    margin: 10px 0; }

div.fieldrow label {
  display: block;
  color: #124263; }

.wpcf7-form-control-wrap {
  position: relative; }

div.fieldrow input[type=text],
div.fieldrow input[type=email],
div.fieldrow textarea {
  width: 500px;
  height: 35px;
  background: #fff; }

div.fieldrow input[type=submit] {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  display: inline-block;
  padding: 8px 20px 8px 20px;
  color: #fff;
  text-decoration: none;
  background: #00a6dc;
  display: inline-block;
  width: 200px; }

@media (max-width: 767px) {
  .header {
    justify-content: left;
    padding: 10px 0; }
  .mobile {
    display: block; }
  .desktop {
    display: none; }
  section.intro {
    width: 90%;
    padding-bottom: 20px; }
  .mobile,
  .mobilemenu {
    display: block; }
  .desktop {
    display: none; }
  .mobilemenu {
    background-color: #9cd3eb;
    display: none;
    position: fixed;
    top: 80px;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1000000000; }
  .mobilemenu ul {
    list-style: none;
    padding-left: 20px; }
    .mobilemenu ul ul {
      padding: 5px 20px;
      margin: 0; }
  .mobilemenu ul li {
    color: #000;
    font-size: 1.3em;
    padding: 10px 0 10px 0;
    margin: 0; }
    .mobilemenu ul li a {
      color: #000;
      text-decoration: none; }
    .mobilemenu ul li ul li {
      font-size: 1em; }
  .mobilemenu ul li.search {
    display: none; }
  .menubar {
    position: absolute;
    right: 20px;
    top: 16px;
    z-index: 100000;
    display: block; }
  .menubar .fa-bars {
    color: #000;
    font-size: 23px; }
  .menubar span.close {
    display: none;
    color: #000;
    font-size: 38px;
    position: relative;
    top: -10px; }
  .whyusfeatures {
    display: flex;
    flex-direction: column;
    position: relative;
    margin: auto;
    margin-top: 30px;
    top: 0;
    right: 0;
    left: 20px; }
    .whyusfeatures li {
      width: 100%;
      background: none; }
  section.cta .cta-block {
    flex-direction: column; }
  section.cta .cta-block h3 {
    width: 100%;
    font-size: 1rem;
    padding-left: 0; }
  section.cta .cta-block .buttonwrap {
    margin-left: 0; }
  footer .footercontent {
    flex-direction: column; }
  footer .footercontent .footerlinks {
    margin-left: 0px; }
    footer .footercontent .footerlinks ul {
      margin-left: 0;
      padding-left: 0; }
  footer .footercontent .social ul {
    display: flex; }
  .buttonswrap {
    display: flex;
    margin: 20px 0px; }
  footer .footercontent .footercolumn {
    width: 100%; }
  section.jointheclub .jointheclubblock {
    margin-top: 40px;
    background: #FFE6B7;
    padding: 20px 20px;
    text-align: center; }
  .articlestory .story {
    margin-right: 0px; }
  .profiledetails .doctor-details-wrap {
    flex-direction: column; }
  .profiledetails .doctordetails {
    width: 90%; }
  .quicklinks ul {
    padding: 0;
    margin: 0; }
    .quicklinks ul li {
      margin-bottom: 20px; }
  #accordion-container {
    width: 100%; }
    #accordion-container ul {
      padding: 0;
      margin: 0; }
  .accordion-content {
    width: 100% !important;
    left: 0 !important; }
  .accordion-content p {
    width: 100%;
    padding: 0; }
  footer .social ul {
    padding: 0; }
  footer .social {
    margin-left: 0; } }
