/*** ----- FONTS  ----- ***/
/*  
    roboto-light    -  font-weight: 300
    roboto-regular  -  font-weight: 500
    roboto-bold     -  font-weight: 700
    roboto-black    -  font-weight: 900

    poppins-light    -  font-weight: 300
    poppins-regular  -  font-weight: 400
    poppins-medium   -  font-weight: 500
    poppins-bold     -  font-weight: 700

    libre-baskerville-regular   -  font-weight: 400
    libre-baskerville-bold      -  font-weight: 700
/*


/*** ----- COLORS  ----- ***/
/*** ----- GENERAL STYLES  ----- ***/
* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 10px;
}

body {
  color: #2a2b2c;
  font-family: "Poppins", sans-serif;
  font-size: 1.7rem;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: 1.5em;
  color: #2a2b2c;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
body.modal-active {
  overflow-y: hidden;
}

p {
  font-size: 1.8rem;
  line-height: 1.5em;
  margin-bottom: 0.6em;
  color: #2a2b2c;
  hyphenate-limit-chars: 7;
  -webkit-hyphens: auto;
          hyphens: auto;
  text-align: justify;
  text-wrap: pretty;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Libre Baskerville", serif;
  color: #2a2b2c;
}

h1 {
  font-size: 3.1rem;
  line-height: 1em;
}
h1.front {
  font-size: 3.1rem;
}

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

h3 {
  font-size: 2rem;
  line-height: 1.3em;
}

h4 {
  font-size: 1.8rem;
  line-height: 1.3em;
}

h5 {
  font-size: 1.65rem;
  line-height: 1.3em;
}

img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  transition: 0.25s ease;
  color: #0170C1;
}
a:hover {
  color: #d46f10;
  text-decoration: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.container {
  max-width: 1340px;
}

.container-fluid {
  max-width: 1440px;
}

.no-margin {
  margin: 0;
}

.red-clr {
  color: red;
}

.bold {
  font-weight: 700;
}

/*** ----- Single PAGE and POST  ----- ***/
.page-single,
.post-single {
  padding-top: 5rem;
  padding-bottom: 0;
}
.page-single ul,
.post-single ul {
  margin-bottom: 1rem;
}
.page-single ul li,
.post-single ul li {
  padding-left: 2rem;
  margin-bottom: 0.7rem;
  position: relative;
}
.page-single ul li::before,
.post-single ul li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0.8rem;
  width: 7px;
  height: 7px;
  background-color: #0077ff;
}

.iframe-wrap {
  position: absolute;
  top: 100px;
  left: 0;
  overflow: hidden;
  width: 1000px;
}
.iframe-wrap iframe {
  height: 450px;
  border: 0px none;
  width: 1300px;
  margin-top: -208px;
  margin-left: 0;
  margin-right: 0;
}

.overlay {
  -o-border-image: linear-gradient(rgba(61, 103, 252, 0.6), rgba(6, 29, 105, 0.8)) 1;
     border-image: linear-gradient(rgba(61, 103, 252, 0.6), rgba(6, 29, 105, 0.8)) fill 1;
}

.page-single h2 {
  font-family: "Poppins", sans-serif;
  font-size: 3.2rem;
  font-weight: 500;
  color: #585b66;
  margin-bottom: 1rem;
}
.page-single h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #585b66;
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}
.page-single p {
  font-size: 1.8rem;
  color: #646464;
  margin-bottom: 2rem;
  font-weight: 400;
  line-height: 3rem;
}
.page-single p.big {
  font-size: 2.4rem;
  line-height: 3.3rem;
}
.page-single.page-conditions .condition-card {
  display: flex;
  flex-direction: column;
  padding-bottom: 3rem;
  border-bottom: 1px solid #ccc;
  height: 100%;
  margin-bottom: 2rem;
  padding-top: 3rem;
}
.page-single.page-conditions .condition-card .content-cont {
  display: none;
}
.page-single.page-conditions .condition-card .cta-button {
  margin-top: auto;
}
.page-single.page-conditions h2 {
  font-size: 4.8rem;
  font-weight: 400;
  color: #525460;
  margin-bottom: 5rem;
}
.page-single.page-conditions h3 {
  font-weight: 500;
  color: #273029;
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
}
.page-single.page-conditions p {
  font-size: 1.8rem;
  color: #646464;
  margin-bottom: 2rem;
  font-weight: 300;
}
.page-single.page-conditions p.big {
  font-size: 2.4rem;
  line-height: 3.3rem;
}
.page-single.page-faq {
  background-color: #F6F5FA;
}
.page-single p.big {
  font-size: 2.4rem;
  line-height: 3.3rem;
  margin-bottom: 4rem;
}

/*  
######  Sections  ###### 
*/
.full-w-section {
  padding: 3rem 0;
}
.full-w-section.img-background {
  background-repeat: no-repeat;
  background-size: cover;
}

.top-bar {
  padding: 6px 0;
  background-color: #f1f1f1;
}
.top-bar .top-menu-bar {
  display: flex;
  justify-content: flex-end;
}
.top-bar .top-menu-bar li {
  margin-left: 15px;
}
.top-bar .top-menu-bar li a {
  font-size: 14px;
  background-color: #0170C1;
  color: #fff;
  padding: 3px 15px;
  border-radius: 5px;
}

header {
  padding: 2.5rem 0;
  background-color: #fff;
  position: relative;
  min-height: 120px;
  display: flex;
  align-items: center;
}
header .menu-icon {
  align-items: center;
  width: 32px;
  height: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  cursor: pointer;
}
header .header-logo {
  max-width: 228px;
}

.menu-icon-close {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  opacity: 0.6;
  z-index: 1000;
  cursor: pointer;
}
.menu-icon-close:hover {
  opacity: 1;
}
.menu-icon-close::before, .menu-icon-close::after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 33px;
  width: 2px;
  background-color: #333;
}
.menu-icon-close::before {
  transform: rotate(45deg);
}
.menu-icon-close::after {
  transform: rotate(-45deg);
}

#overlay-mobile {
  position: fixed;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  right: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  transition: all 0.6s ease;
  pointer-events: none;
  height: 100%;
}
#overlay-mobile.show-overlay {
  right: -100%;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.main-menu ul.primary-menu {
  display: none;
  flex-direction: row;
  justify-content: flex-end;
  height: 100%;
}
.main-menu ul.primary-menu li {
  font-family: "Cuprum", sans-serif;
  line-height: 2.2em;
  margin-left: 2rem;
  display: flex;
  align-items: center;
  position: relative;
}
.main-menu ul.primary-menu li a {
  font-size: 2.6rem;
  font-weight: 400;
  color: #757575;
}
.main-menu ul.primary-menu li a:hover {
  color: #0077ff;
}
.main-menu ul.primary-menu .button-link a {
  font-family: "Cuprum", sans-serif;
  color: #fff;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  background-color: #0170C1;
  border: 1px solid #0170C1;
  border-radius: 6px;
  padding: 4px 10px;
}
.main-menu ul.primary-menu .button-link a:hover {
  color: #0170C1;
  background-color: #fff;
}
.main-menu ul.primary-menu .button-link.small-btn {
  margin-bottom: 10px;
}
.main-menu ul.primary-menu .button-link.small-btn a {
  font-size: 2.2rem;
  padding: 2px 15px;
  color: #fff;
}
.main-menu ul.primary-menu .button-link.small-btn:hover a {
  color: #0077ff;
}
.main-menu ul.primary-menu.mobile-menu {
  display: flex;
  z-index: 1000;
  opacity: 1;
  visibility: visible;
  flex-direction: column;
  justify-content: flex-start;
  position: fixed;
  top: 15rem;
  left: 5rem;
}
.main-menu ul.primary-menu.mobile-menu li {
  line-height: 2.8em;
  margin-left: 2rem;
  display: flex;
  align-items: center;
}
.main-menu ul.primary-menu.mobile-menu li a {
  font-size: 2.5rem;
  font-weight: 600;
  color: #111010;
}

.hero-sect {
  margin-bottom: 5rem;
}
.hero-sect .hero-content,
.hero-sect .hero-content.doctors-page {
  padding: 8rem 0 4rem 0;
}
.hero-sect .hero-content .small-title,
.hero-sect .hero-content.doctors-page .small-title {
  text-align: center;
  color: #475D80;
  margin-bottom: 2rem;
  font-size: 2.5rem;
  line-height: 1.2em;
  font-family: "Poppins", sans-serif;
}
.hero-sect .hero-content h1,
.hero-sect .hero-content.doctors-page h1 {
  text-align: center;
  font-size: 5rem;
  font-family: "Poppins", sans-serif;
  margin-bottom: 2rem;
  left: -5px;
  position: relative;
}
.hero-sect .hero-content .subtitle,
.hero-sect .hero-content.doctors-page .subtitle {
  text-align: center;
  color: #475D80;
  font-size: 2rem;
  font-family: "Poppins", sans-serif;
  line-height: 1.3em;
}
.hero-sect .hero-content.doctors-page .small-title,
.hero-sect .hero-content.doctors-page h1,
.hero-sect .hero-content.doctors-page .subtitle,
.hero-sect .hero-content.doctors-page.doctors-page .small-title,
.hero-sect .hero-content.doctors-page.doctors-page h1,
.hero-sect .hero-content.doctors-page.doctors-page .subtitle {
  color: #fff;
  text-shadow: 2px 2px 4px rgba(37, 67, 126, 0.7);
}

.image-text-sect-1 {
  margin-bottom: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.image-text-sect-1 .sect-content {
  display: flex;
  justify-content: center;
  height: 100%;
  flex-direction: column;
  padding-left: 0;
}
.image-text-sect-1 .it-image {
  border-radius: 1rem;
  position: relative;
  margin-bottom: 4rem;
}
.image-text-sect-1 .it-image img {
  border-radius: 10px;
}
.image-text-sect-1 .it-image::before {
  opacity: 0.7;
  position: absolute;
  top: -60px;
  left: -90px;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../../assets/images/temp/image-dec.png);
  z-index: -1;
}
.image-text-sect-1 h2 {
  font-family: "Libre Baskerville", serif;
  font-size: 3.5rem;
  font-weight: 400;
  padding-bottom: 1.3rem;
  margin-bottom: 4.2rem;
  position: relative;
}
.image-text-sect-1 h2:after {
  position: absolute;
  bottom: -1rem;
  left: 0;
  content: "";
  height: 1px;
  width: 100%;
  max-width: 330px;
  background-color: #B9B9B9;
  opacity: 0.6;
}
.image-text-sect-1 p {
  font-size: 2rem;
  font-weight: 300;
  line-height: 150%;
}
.image-text-sect-1 .cta-button {
  margin-top: 3rem;
}

.cta-sect {
  border-bottom: 11px solid #CDCDCD;
  margin-bottom: 4rem;
}
.cta-sect.cta-sect-1 {
  padding: 6rem 0;
}
.cta-sect.cta-sect-1 h2 {
  font-family: "Poppins", sans-serif;
  text-align: center;
  color: #fff;
  font-size: 4.6rem;
  line-height: 1.2em;
  margin-bottom: 3rem;
}
.cta-sect.cta-sect-1 p {
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 2.2rem;
  text-align: center;
  font-weight: 400;
  margin-bottom: 0;
}
.cta-sect.cta-sect-1 p.txt-lg {
  font-weight: 500;
  font-size: 2.6rem;
  text-align: center;
}
.cta-sect.cta-sect-1 .cta-button {
  width: 100%;
  margin-top: 4rem;
}
.cta-sect.cta-sect-1 .cta-button a {
  margin: 0.5rem auto 2rem auto !important;
}

.card-sect {
  padding: 8rem 0;
}

.newsl-sect.newsl-sect-1 {
  padding: 6rem 0;
}
.newsl-sect.newsl-sect-1 h2 {
  font-family: "Libre Baskerville", serif;
  text-align: center;
  font-size: 4.5rem;
  line-height: 5.9rem;
  margin-bottom: 3rem;
  font-weight: 400;
}
.newsl-sect.newsl-sect-1 p {
  font-family: "Poppins", sans-serif;
  font-size: 1.8rem;
  text-align: center;
  font-weight: 400;
  margin-bottom: 0;
  letter-spacing: 1px;
  color: #909090;
}
.newsl-sect.newsl-sect-1 p.txt-lg {
  text-transform: uppercase;
}
.newsl-sect.newsl-sect-1 .cta-button {
  width: 100%;
  margin-top: 4rem;
}
.newsl-sect.newsl-sect-1 .cta-button a {
  margin: 0.5rem auto 2rem auto !important;
}
.newsl-sect.newsl-sect-1 form {
  display: flex;
  justify-content: center;
  margin-top: 3.5rem;
}
.newsl-sect.newsl-sect-1 form input {
  padding: 1.7rem 2rem;
  width: 435px;
  border: 1px solid #E6E6E6;
  border-radius: 5px 0 0 5px;
}
.newsl-sect.newsl-sect-1 form button {
  font-family: "Poppins", sans-serif;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  background-color: #0170C1;
  border: 1px solid #0170C1;
  border-radius: 0 5px 5px 0;
  padding: 13px;
  display: block;
  margin: 0;
  width: 20rem;
  height: -moz-max-content;
  height: max-content;
  display: block;
  cursor: pointer;
  transition: all 0.3s ease;
}
.newsl-sect.newsl-sect-1 form button:hover {
  color: #0170C1;
  background-color: #fff;
}

.latest-news {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.latest-news h2 {
  font-family: "Libre Baskerville", serif;
  text-align: center;
  font-size: 4.5rem;
  line-height: 4.9rem;
  margin-bottom: 4.5rem;
  font-weight: 400;
}

.page-hero {
  padding: 4rem 0;
  background-color: #002753;
  background-image: url(../../assets/images/page-hero-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.page-hero h1 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 5.4rem;
  margin-bottom: 2rem;
}
.page-hero .page-subtitle {
  color: #fff;
}
.page-hero .page-subtitle p {
  color: #fff;
}
.page-hero .rank-math-breadcrumb {
  text-transform: uppercase;
  letter-spacing: 0;
  margin-bottom: 3rem;
}
.page-hero .rank-math-breadcrumb p {
  font-weight: 400;
  color: 909090;
  font-size: 1.5rem;
}
.page-hero .rank-math-breadcrumb p .last {
  color: #909090;
}
.page-hero .rank-math-breadcrumb p .separator {
  color: #909090;
}
.page-hero .rank-math-breadcrumb p a {
  color: #fff;
  font-weight: 700;
}

ul.faq-wrapper {
  font-weight: 700;
}
ul.faq-wrapper li {
  background: #fff;
  padding: 24px 90px 24px 70px;
  overflow: hidden;
  margin-bottom: 15px;
  border-radius: 9px;
  cursor: pointer;
  font-size: 2rem;
  font-weight: 500;
  position: relative;
  border: 1px solid #fff;
  list-style: none;
}
ul.faq-wrapper li .faq-number {
  position: absolute;
  left: 2rem;
  font-size: 1.5rem;
  background-color: rgba(97, 125, 167, 0.1);
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #617DA7;
  top: 50%;
  transform: translateY(-50%);
}
ul.faq-wrapper li::after {
  content: "";
  position: absolute;
  background-image: url("../../assets/images/accordion-icon.svg");
  background-repeat: no-repeat;
  width: 33px;
  height: 33px;
  right: 30px;
  top: 25px;
  transition: all 0.2s ease-in;
}
ul.faq-wrapper li::before {
  display: none;
}
ul.faq-wrapper li.menu-open {
  border: 1px solid #0077ff;
}
ul.faq-wrapper li.menu-open::after {
  transform: rotate(45deg);
}
ul.faq-wrapper li ul.content {
  display: none;
  margin-top: 2rem;
  padding: 2rem 0 0 0;
  border-top: 1px solid #e4e4e4;
}
ul.faq-wrapper li ul.content li {
  border: none;
  padding: 0;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5em;
  opacity: 0.9;
  overflow: visible;
}
ul.faq-wrapper li ul.content li::after {
  content: "";
  position: absolute;
  background: none;
  width: 0;
  height: 0;
}
ul.faq-wrapper li ul.content li ul {
  padding-left: 2rem;
  margin-bottom: 1.5rem;
}
ul.faq-wrapper li ul.content li ul li {
  position: relative;
  margin-bottom: 0.6rem;
}
ul.faq-wrapper li ul.content li ul li::before {
  position: absolute;
  top: 1rem;
  left: -1.5rem;
  content: "";
  background-color: #d46f10;
  border-radius: 50%;
  width: 0.6rem;
  height: 0.6rem;
}
ul.faq-wrapper.faq-schema {
  columns: 1;
  -webkit-columns: 1;
  -moz-columns: 1;
}
ul.faq-wrapper.faq-schema li {
  padding: 10px 90px 10px 30px;
  font-size: 18px;
  min-height: 45px;
  margin-bottom: 10px;
}
ul.faq-wrapper.faq-schema li h3 {
  font-size: 18px;
  margin: 0;
  font-weight: 500;
}
ul.faq-wrapper.faq-schema li::after {
  content: "";
  position: absolute;
  background-image: url("../../assets/images/accordion-icon.svg");
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
  right: 20px;
  top: 12px;
  transition: all 0.3s ease-in;
}
ul.faq-wrapper.post-faq {
  margin-top: 3rem;
  padding: 0;
}
ul.faq-wrapper.post-faq li {
  padding: 15px 90px 15px 15px;
  font-size: 1.6rem;
  box-shadow: 0px 10px 31px -22px rgba(0, 0, 0, 0.47);
}
ul.faq-wrapper.post-faq li ul li {
  box-shadow: none;
}
ul.faq-wrapper.post-faq li::after {
  top: 1.7rem;
  width: 25px;
  height: 25px;
}
ul.faq-wrapper.post-faq li .faq-number {
  display: none;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* The Modal (background) */
.modal {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.8);
  transition: all 0.4s ease;
}
.modal.show {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 90%;
  max-width: 600px;
  position: relative;
  border-radius: 10px;
}
.modal-content .modal-header {
  padding: 10px 20px 0 20px;
}
.modal-content .modal-header h3.modal-title {
  font-family: "Poppins", sans-serif;
  font-size: 1.9rem;
  color: #0077ff;
}
.modal-content .modal-body {
  padding: 10px 20px;
}
.modal-content .modal-body p {
  font-size: 1.6rem;
  line-height: 1.5em;
}

/* The Close Button */
.close {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #0077ff;
  color: #fff;
  position: absolute;
  right: -10px;
  top: -10px;
  font-size: 28px;
  font-weight: bold;
  border: none;
  outline: none;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.ft-spc {
  height: 4rem;
  width: 100%;
}

footer {
  margin-top: auto;
  padding: 3rem 0 0 0;
}
footer .footer-widgets .footer-logo {
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
  width: 100%;
}
footer .footer-widgets .footer-logo img {
  max-width: 250px;
}
footer .footer-widget-title {
  font-size: 1.7rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
footer.footer-one {
  background-color: #1d1f24;
  color: #faebd7;
  font-size: 1.4rem;
}
footer.footer-one p {
  color: #cbc4ba;
  font-size: 1.4rem;
}
footer.footer-one a {
  color: #cbc4ba;
}
footer.footer-one .footer-social-legal {
  padding: 2.5rem 0;
  border-top: 1px solid #373737;
}
footer.footer-one .footer-social {
  display: flex;
  height: auto;
  flex-wrap: wrap;
  margin-left: auto;
  margin-bottom: 2rem;
  justify-content: center;
  align-items: center;
}
footer.footer-one .footer-social .icon {
  opacity: 0.7;
  margin: 0 15px 15px 15px;
  height: 2.5rem;
  width: auto;
  transition: all 0.2s ease;
}
footer.footer-one .footer-social .icon:first-child {
  margin-left: 15px;
}
footer.footer-one .footer-social .icon img {
  width: auto;
  height: 100%;
}
footer.footer-one .footer-social .icon:hover {
  opacity: 1;
}
footer.footer-one .footer-disclaimer {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  border-top: 1px solid #373737;
}
footer.footer-one .legal-stuff-menu ul {
  display: flex;
  justify-content: center;
}
footer.footer-one .legal-stuff-menu ul li {
  font-size: 1.4rem;
  margin-left: 2rem;
}
footer.footer-one .legal-stuff-menu ul li:first-child {
  margin-left: 0;
}
footer.footer-one .copyright {
  padding: 0.7rem 0;
  background-color: #111010;
  color: #585858;
  font-size: 1.3rem;
}
footer.footer-one .copyright .copyright-copy,
footer.footer-one .copyright .developer-company {
  text-align: center;
}
footer.footer-two {
  padding: 6rem 0 0 0;
  background-color: #203d86;
  color: #E6E6E6;
  font-size: 1.4rem;
}
footer.footer-two .footer-info-details {
  margin-bottom: 4rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
footer.footer-two .footer-info-details .company-name {
  margin-top: 4rem;
  margin-bottom: 1.5rem;
  font-size: 2rem;
  font-weight: 600;
}
footer.footer-two .footer-info-details ul {
  text-align: left;
}
footer.footer-two .footer-menu {
  line-height: 2.1em;
  font-size: 1.5rem;
}
footer.footer-two p {
  color: #E6E6E6;
  font-size: 1.4rem;
}
footer.footer-two a {
  color: #E6E6E6;
}
footer.footer-two .about-us-short {
  margin-bottom: 3rem;
}
footer.footer-two .footer-disclaimer {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
footer.footer-two .footer-disclaimer .disclaimer-title {
  font-weight: 600;
  font-size: 1.6rem;
}
footer.footer-two .footer-social {
  display: flex;
  height: auto;
  flex-wrap: wrap;
  margin-left: auto;
  margin-bottom: 2rem;
  justify-content: center;
  align-items: center;
}
footer.footer-two .footer-social .icon {
  opacity: 0.7;
  margin: 0 1rem 1rem 1rem;
  height: 2rem;
  width: auto;
  transition: all 0.2s ease;
}
footer.footer-two .footer-social .icon:last-child {
  margin-right: 0;
}
footer.footer-two .footer-social .icon img {
  width: auto;
  height: 100%;
}
footer.footer-two .footer-social .icon:hover {
  opacity: 1;
}
footer.footer-two .copyright {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 1.3rem;
}
footer.footer-two .copyright .developer-company {
  text-align: left;
}
footer.footer-two .copyright-copy {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: column;
}
footer.footer-two .copyright-copy .legal-stuff-menu {
  margin-left: 0;
}
footer.footer-two .copyright-copy .legal-stuff-menu ul {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
footer.footer-two .copyright-copy .legal-stuff-menu ul li {
  font-size: 1.6rem;
  font-weight: 500;
  margin-left: 0;
  line-height: 2.2em;
}
footer.footer-two .copyright-copy .legal-stuff-menu ul li a {
  opacity: 1;
}
footer.footer-two .copyright-copy .legal-stuff-menu ul li:first-child {
  margin-left: 0;
}
footer.footer-two .copyright-copy .copyright-company {
  margin-top: 3rem;
}

.featured-image {
  margin-bottom: 30px;
}

.post-category {
  margin-bottom: 10px;
}

.post-date {
  margin-bottom: 10px;
}

h2.wp-block-heading {
  margin-top: 4rem;
  color: black;
  font-weight: 600;
}

h3.wp-block-heading {
  color: rgb(70, 70, 70);
  font-weight: 600;
}

figure.wp-block-image {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
figure.wp-block-image img {
  border-radius: 5px;
}

.card {
  box-shadow: 0px 10px 23px 0px rgba(77, 77, 77, 0.15);
  overflow: hidden;
  position: relative;
  padding-bottom: 6rem;
  background-color: #fff;
  transition: all 0.3s ease;
  height: 100%;
}
.card .text-center {
  text-align: center;
}
.card .cta-button-group {
  margin-top: 4rem;
  margin-left: 2.3rem;
  margin-right: 2.3rem;
}
.card.rnd-corners {
  border-radius: 8px;
}
.card .card-image {
  margin-bottom: 2rem;
  height: auto;
  position: relative;
  overflow: hidden;
  max-height: 287px;
}
.card .card-image img {
  position: relative;
  left: 0;
  top: 0;
  transform: none;
}
.card .card-title {
  font-family: "Poppins", sans-serif;
  color: #2a2b2c;
  font-size: 2.2rem;
  line-height: 1.3em;
  font-weight: 500;
  padding: 0 2.3rem 0 2.5rem;
  transition: all 0.3s ease;
  margin-bottom: 4.5rem;
  position: relative;
}
.card .card-title:after {
  position: absolute;
  bottom: -2.5rem;
  left: 4rem;
  content: "";
  height: 1px;
  width: 120px;
  background-color: #B9B9B9;
  opacity: 0.6;
}
.card .card-title.title-only {
  margin-bottom: 0;
  text-align: center;
}
.card .card-title.title-only:after {
  display: none;
}
.card .card-content {
  padding: 0 2.3rem 0 2.3rem;
  margin-bottom: 1.6rem;
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1.5em;
  color: #2a2b2c;
  transition: all 0.3s ease;
}
.card .card-content ul {
  padding-left: 30px;
}
.card .card-content ul li {
  list-style-type: disc;
  margin-bottom: 8px;
}
.card .card-read-more {
  padding: 0;
  font-size: 1.4rem;
  line-height: 1.4em;
  color: #0E0E0E;
  font-weight: 500;
  position: absolute;
  bottom: 20px;
}
.card .card-icon-image {
  height: 80px;
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
}
.card .card-icon-image img {
  width: auto;
  height: 100%;
}
.card.card-1 .card-title,
.card.card-1 .card-info,
.card.card-1 .card-content,
.card.card-1 .card-read-more {
  padding: 0 4rem;
}
.card.card-2 {
  padding: 60px 20px;
}
.card.card-3 {
  padding-bottom: 2.5rem;
  cursor: pointer;
}
.card.card-3 .card-image {
  height: 100%;
  max-height: 335px;
  margin-bottom: 3.5rem;
  overflow: hidden;
}
.card.card-3 .card-image img {
  position: initial;
  left: auto;
  top: auto;
  transform: none;
}
.card.card-3 .card_small_title {
  padding: 0 2.3rem;
  margin-bottom: 0.5rem;
  color: #0064BC;
  opacity: 0.8;
  font-weight: 500;
  font-size: 1.3rem;
  text-transform: uppercase;
}
.card.card-3 .card-title {
  padding: 0 2.3rem;
  margin-bottom: 2rem;
}
.card.card-3 .card-title::after {
  display: none;
}
.card.card-3 .card-content {
  padding: 0 2.3rem;
  font-size: 1.6rem;
  color: #636363;
}

.cta-button-group {
  display: flex;
  flex-wrap: wrap;
}
.cta-button-group .cta-button {
  margin-right: 0;
  max-width: 100%;
}
.cta-button-group .cta-button:last-child {
  margin-right: 0;
}

.cta-button {
  cursor: pointer;
  width: 100%;
}
.cta-button a.btn {
  font-family: "Poppins", sans-serif;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  background-color: #0170C1;
  border: 1px solid #0170C1;
  border-radius: 6px;
  padding: 15px 50px;
  display: block;
  margin: 10px 0;
  width: 100%;
  max-width: 100%;
  min-width: 180px;
  display: block;
  line-height: 140%;
}
.cta-button a.btn:hover {
  color: #0170C1;
  background-color: #fff;
}
.cta-button a.btn.ghost-button {
  color: #0170C1;
  text-transform: initial;
  font-size: 1.5rem;
  font-weight: 600;
  background-color: transparent;
  border: 1px solid #0170C1;
  border-radius: 6px;
  padding: 13px 20px;
  width: 100%;
  max-width: 100%;
  min-width: 170px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.cta-button a.btn.ghost-button:hover {
  color: #fff;
  background-color: #0170C1;
}
.cta-button.doctors-page-btn {
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) {
  /*** ----- GENERAL STYLES  ----- ***/
  h1 {
    font-size: 3.4rem;
    line-height: 1em;
  }
  h1.front {
    font-size: 3.4rem;
  }
  h2 {
    font-size: 2.8rem;
  }
  h3 {
    font-size: 2.2rem;
  }
  .main-menu ul.primary-menu {
    display: flex;
  }
  header {
    padding: 2rem 0;
    min-height: 155px;
  }
  /*** ----- Cards  ----- ***/
  .card .card-image {
    height: 187px;
  }
  .card .card-image img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .hero-sect {
    margin-bottom: 10rem;
  }
  .hero-sect .hero-content {
    padding: 12rem 0 8rem 0;
  }
  .hero-sect .hero-content .small-title {
    text-align: left;
    color: #475D80;
    margin-bottom: 2rem;
    font-size: 3rem;
    font-family: "Poppins", sans-serif;
  }
  .hero-sect .hero-content h1 {
    text-align: left;
    font-size: 8rem;
    font-family: "Poppins", sans-serif;
    margin-bottom: 2rem;
    left: -5px;
    position: relative;
  }
  .hero-sect .hero-content .subtitle {
    text-align: left;
    color: #475D80;
    font-size: 3rem;
    font-family: "Poppins", sans-serif;
  }
  .hero-sect .hero-content.doctors-page {
    padding: 8rem 0;
  }
  .hero-sect .hero-content.doctors-page .small-title {
    text-align: center;
    color: #ffffff;
    margin-bottom: 3rem;
    font-size: 3rem;
    font-family: "Poppins", sans-serif;
  }
  .hero-sect .hero-content.doctors-page h1 {
    text-align: center;
    font-size: 6.6rem;
    color: #ffffff;
    margin-bottom: 3rem;
  }
  .hero-sect .hero-content.doctors-page .subtitle {
    text-align: center;
    color: #ffffff;
    font-size: 2.2rem;
    font-family: "Poppins", sans-serif;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  .image-text-sect-1 {
    padding-top: 4rem;
    padding-bottom: 4rem;
    margin-bottom: 5rem;
  }
  .image-text-sect-1 .sect-content {
    padding-left: 3rem;
  }
  .image-text-sect-1 .sect-content h2 {
    font-size: 5.4rem;
  }
  .image-text-sect-1 .it-image {
    margin-bottom: 0;
  }
  .cta-sect.cta-sect-1 h2 {
    font-size: 5.6rem;
  }
  .cta-button-group .cta-button {
    margin-right: 1.5rem;
    max-width: -moz-max-content;
    max-width: max-content;
  }
  .cta-button {
    width: 100%;
    margin-right: 1.5rem;
  }
  .cta-button a.btn {
    padding: 20px 50px;
    margin: 0;
    max-width: -moz-max-content;
    max-width: max-content;
  }
  .cta-button a.btn.ghost-button {
    max-width: -moz-max-content;
    max-width: max-content;
  }
  .newsl-sect.newsl-sect-1 h2 {
    font-size: 5.6rem;
    line-height: 5.9rem;
  }
  .latest-news h2 {
    font-size: 5.6rem;
    line-height: 5.9rem;
  }
  /*** ----- Footer  ----- ***/
  footer .footer-widgets .footer-logo {
    justify-content: flex-start;
  }
  footer.footer-one .footer-social {
    justify-content: flex-start;
    height: 2rem;
    margin-bottom: 0;
  }
  footer.footer-one .footer-social .icon {
    height: 2.1rem;
  }
  footer.footer-one .footer-social .icon:first-child {
    margin-left: 0;
  }
  footer.footer-one .legal-stuff-menu ul {
    justify-content: flex-end;
  }
  footer.footer-one .legal-stuff-menu ul li:first-child {
    margin-left: 2rem;
  }
  footer.footer-one .copyright .copyright-copy {
    text-align: left;
  }
  footer.footer-one .copyright .developer-company {
    text-align: right;
  }
  footer.footer-two .footer-social {
    justify-content: flex-end;
    height: 2rem;
    margin-bottom: 3rem;
  }
  footer.footer-two .footer-social .icon {
    height: 2.1rem;
  }
  footer.footer-two .footer-social .icon:first-child {
    margin-left: 0;
  }
  footer.footer-two .footer-info-details {
    align-items: flex-end;
  }
  footer.footer-two .footer-info-details .company-name {
    margin-top: 0;
  }
  footer.footer-two .footer-info-details ul {
    text-align: right;
  }
  footer.footer-two .copyright .copyright-copy {
    text-align: left;
    justify-content: flex-start;
    flex-direction: row;
  }
  footer.footer-two .copyright .copyright-copy ul {
    justify-content: flex-start;
    flex-direction: row;
  }
  footer.footer-two .copyright .copyright-copy ul li {
    margin-left: 1rem;
  }
  footer.footer-two .copyright .copyright-copy ul li:first-child {
    margin-left: 0;
  }
  footer.footer-two .copyright .copyright-copy .legal-stuff-menu ul {
    margin-left: 2rem;
    justify-content: flex-end;
  }
  footer.footer-two .copyright .copyright-copy .legal-stuff-menu ul li {
    font-size: 1.4rem;
    margin-left: 1rem;
    line-height: 1.5em;
  }
  footer.footer-two .copyright .copyright-copy .legal-stuff-menu ul li:first-child {
    margin-left: 2rem;
  }
  footer.footer-two .copyright .copyright-copy .copyright-company {
    margin-top: 0;
  }
  footer.footer-two .copyright .developer-company {
    text-align: right;
  }
}
@media (min-width: 992px) {
  /*** ----- GENERAL STYLES  ----- ***/
  h1 {
    font-size: 3.8rem;
    line-height: 1em;
  }
  h1.front {
    font-size: 3.4rem;
  }
  h2 {
    font-size: 3rem;
  }
  h3 {
    font-size: 2.2rem;
  }
  /*** ----- Cards  ----- ***/
  .card .card-image {
    height: 160px;
  }
}
@media (min-width: 1200px) {
  /*** ----- Cards  ----- ***/
  .card .card-image {
    height: 255px;
  }
}