@charset "UTF-8";
/*
Theme Name: Evercare
Theme URI: https://evercare.ng/
Author: Anakle Labs
Author URI: https://anakle.com/
Description: Bespoke Wordpress theme created for Evercare built with HTML5, CSS3 and vanilla JS
Version: 1.0.0
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: evercare
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
@font-face {
  font-family: "brownbold";
  src: url("../fonts/brown-bold-webfont.woff2") format("woff2"), url("../fonts/brown-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "brownbold_italic";
  src: url("../fonts/brown-bolditalic-webfont.woff2") format("woff2"), url("../fonts/brown-bolditalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "brownlight";
  src: url("../fonts/brown-light-webfont.woff2") format("woff2"), url("../fonts/brown-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "brownlight_italic";
  src: url("../fonts/brown-lightitalic-webfont.woff2") format("woff2"), url("../fonts/brown-lightitalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "brownregular";
  src: url("../fonts/brown-regular-webfont.woff2") format("woff2"), url("../fonts/brown-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "brownregular_italic";
  src: url("../fonts/brown-regularitalic-webfont.woff2") format("woff2"), url("../fonts/brown-regularitalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "brownthin";
  src: url("../fonts/brown-thin-webfont.woff2") format("woff2"), url("../fonts/brown-thin-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "brownthin_italic";
  src: url("../fonts/brown-thinitalic-webfont.woff2") format("woff2"), url("../fonts/brown-thinitalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* Basic styling */
ul,
li,
ol {
  list-style: none;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  font-family: "brownregular", sans-serif;
  font-size: 14px;
  background: #ffffff;
  color: #52627A;
}

nav {
  padding: 0 15px;
}
.red-button{
	background:red !important
}
a {
  color: #59c1e4;
  text-decoration: none;
}
a:hover {
  color: #9164cd;
}
a p {
  color: #000000;
}

strong {
  font-family: "brownbold", sans-serif;
}

img {
  max-width: 100%;
}

hr {
  border: 1px solid #eee;
}

p {
  margin-bottom: 20px;
}

/*End of basic styling*/
.container {
  width: 85%;
  margin: auto;
  max-width: 1300px;
}

/*General*/
.btn {
  display: block;
  background: #9164CD;
  padding: 15px 25px;
  text-align: center;
  border-radius: 5px;
  color: white;
  font-family: "brownregular", sans-serif;
  border: 1px solid transparent;
  cursor: pointer;
}
.btn-top {
  padding: 10px 15px;
}
.btn:focus, .btn:hover {
  background-color: #ffffff;
  color: #9164CD;
  border-color: #9164CD;
}

.d-flex {
  display: flex;
}
.d-none {
  display: none;
}

.justify-between {
  justify-content: space-between;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-end {
  justify-content: flex-end;
}
.justify-content-start {
  justify-content: flex-start;
}

.bg-white {
  background: #fff;
}

.align-center {
  align-items: center;
}
.align-item-end {
  align-items: flex-end;
}
.align-self-baseline {
  align-self: baseline;
}
.align-self-center {
  align-self: center;
}

.text-left {
  text-align: left;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.small-b-title {
  color: #002355;
  font-family: "brownbold", sans-serif;
  font-size: 18px;
}
.small-b-title a {
  color: #002355;
}
.small-b-title a:hover {
  color: #9264cd;
}

.blog__media .small-b-title {
  min-height: 80px;
  display: flex;
}

.p-3 {
  padding: 1rem;
}
.p-5 {
  padding: 2rem;
}
.pr-7 {
  padding-right: 3rem;
}
.pt-90 {
  padding-top: 90px;
}
.pb-90 {
  padding-bottom: 90px;
}
.pt-120 {
  padding-top: 120px;
}
.pb-120 {
  padding-bottom: 120px;
}

.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mr-5 {
  margin-right: 5px;
}
.mr-20 {
  margin-right: 20px;
}
.mt-5 {
  margin-top: 2rem;
}
.mt-20 {
  margin-top: 20px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-90 {
  margin-top: 90px;
}
.mt-120 {
  margin-top: 120px;
}
.ml-auto {
  margin-left: auto;
}
.ml-4 {
  margin-left: 1.5rem;
}

.flex-column {
  flex-direction: column;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.col-30 {
  width: 32%;
}
.col-33 {
  width: calc(100%/3);
}
.col-40 {
  width: 40%;
}
.col-45 {
  width: 45%;
}
.col-50 {
  width: calc(100%/2);
}
.col-60 {
  width: 60%;
}
.col-70 {
  width: 70%;
}

.lightblue_color {
  color: #5AC3E6;
}

.general-search__form {
  background: #fff;
  border-radius: 8px;
}
.general-search__form input[type=search] {
  padding: 15px 10px;
  border: 0;
  width: 90%;
  background: none;
  outline: none;
  font-family: "brownregular", sans-serif;
  color: #848D9A;
}
.general-search__form .search-btn {
  background: transparent;
  font-size: 20px;
  border: 0;
}

.owl-carousel .owl-dots {
  margin: -40px auto 0;
  z-index: 999;
  position: relative;
  width: 90%;
}
.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
}
.owl-carousel .owl-dots .owl-dot.active span {
  background: #5AC3E6;
}
.owl-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: #ffffff78;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

header {
  background: #fff;
  z-index: 9999;
  position: relative;
}

#ff-stream-1 {
  background: #fff !important;
}

.home-about-section {
  background: #efdeff;
  padding: 60px 0;
}
.home-about-section #sp-wp-carousel-free-id-459.sp-wpcp-459 i {
  color: #fff;
}

#evercare-group {
  margin-bottom: 0px;
  background-color: #19274e;
}
#evercare-group h3 {
  color: #5ac3e6;
}
#evercare-group p {
  color: #fff;
}
#evercare-group .about__us h4 {
  color: #fff;
}
#evercare-group .about__us p {
  color: #d2d2d2;
}

.social__media-stream {
  background: #f1f1f1;
  padding: 30px 0;
}
.social__media-stream .ff-stream-wrapper {
  padding: 2px;
}

.home-about-section,
.social__media-stream {
  margin-bottom: 90px;
}
.home-about-section .title,
.social__media-stream .title {
  color: #002355;
  font-size: 24px;
  font-family: "brownbold", sans-serif;
  margin-bottom: 15px;
}

/*Header*/
header .top-nav {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
}
header .top-nav--left {
  width: 20%;
}
header .top-nav--right .btn {
  background: transparent;
  border: 1px solid #9b4de3;
  color: #9b4de3;
  font-size: 12px;
  font-weight: 400;
}
header .top-nav--right .btn:hover {
  background: #9b4de3;
  border-color: transparent;
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
}
header .top-nav--right .btn-primary {
  background: #9b4de3;
  color: #fff;
}
header .top-nav--right .btn-primary:hover {
  background: transparent;
  color: #9b4de3;
  border-color: #9b4de3;
}
header .bottom-nav {
  border-top: 1px solid #eee;
}
header .bottom-nav .search {
  position: relative;
  display: none;
}
header .bottom-nav .search span {
  cursor: pointer;
}
header .bottom-nav .menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
header .bottom-nav .menu-main-menu-container {
  /*width: 45%;*/
}
header .bottom-nav .menu li {
  position: relative;
}
header .bottom-nav .menu li:hover a, header .bottom-nav .menu li.current-menu-item a, header .bottom-nav .menu li.current-menu-parent a {
  color: #9164CD;
}
header .bottom-nav .menu li:hover a:after, header .bottom-nav .menu li.current-menu-item a:after, header .bottom-nav .menu li.current-menu-parent a:after {
  background: #9164CD;
}
header .bottom-nav .menu li:hover li a, header .bottom-nav .menu li.current-menu-item li a, header .bottom-nav .menu li.current-menu-parent li a {
  color: #526285;
}
header .bottom-nav .menu li:hover li a:hover, header .bottom-nav .menu li.current-menu-item li a:hover, header .bottom-nav .menu li.current-menu-parent li a:hover {
  color: #9164CD;
}
header .bottom-nav .menu li:hover li a:after, header .bottom-nav .menu li.current-menu-item li a:after, header .bottom-nav .menu li.current-menu-parent li a:after {
  content: none;
}
header .bottom-nav .menu li a {
  display: block;
  padding: 15px 15px;
  color: #52627A;
  font-size: 14px;
  position: relative;
}
header .bottom-nav .menu li a:after {
  content: "";
  height: 4px;
  background: transparent;
  position: absolute;
  width: 100%;
  bottom: 0;
  border-radius: 8px 8px 0 0;
  left: 0;
}
header .bottom-nav .menu li a:hover {
  color: #9164CD;
}
header .bottom-nav .menu li a:hover:after {
  background: #9164CD;
}
header .bottom-nav .menu li ul {
  visibility: hidden;
  opacity: 0;
  min-width: 200px;
  position: absolute;
  z-index: 99;
  transition: all 0.5s ease;
  background: #ffffff;
  left: 0;
  border-radius: 0 0 8px 8px;
}
header .bottom-nav .menu li ul:hover,
header .bottom-nav .menu li ul :focus {
  visibility: visible;
  opacity: 1;
  display: block;
}
header .bottom-nav .menu li ul.sub-menu a {
  padding-top: 10px;
  padding-bottom: 10px;
}
header .bottom-nav .menu li ul.sub-menu a:hover:after {
  content: none;
}
header .bottom-nav .menu li:hover > ul,
header .bottom-nav .menu li :focus-within ul {
  color: #9b4de3;
  visibility: visible;
  opacity: 1;
  display: block;
}
header .bottom-nav .menu ul li ul {
  background: #002355;
  visibility: hidden;
  opacity: 0;
  min-width: 5rem;
  position: absolute;
  transition: all 0.5s ease;
  margin-top: 1rem;
  left: 0;
  display: none;
}
header .bottom-nav .menu ul li a:hover > ul,
header .bottom-nav .menu ul li a:focus-within > ul,
header .bottom-nav .menu ul li ul:hover,
header .bottom-nav .menu ul li ul:focus {
  visibility: visible;
  opacity: 1;
  display: block;
}
header .bottom-nav .menu ul li ul li {
  clear: both;
  width: 100%;
  color: #FFFFFF;
}
header .bottom-nav .contact {
  /*justify-content: space-between;
  width: 20%;*/
  font-size: 14px;
  font-weight: 400;
}
header .bottom-nav .contact a {
  color: #52627A;
}
header .bottom-nav .contact a:hover {
  color: #9b4de3;
}
header .toggle {
  display: none;
}

/*Slideshow*/
.slider {
  position: relative;
  margin-top: -20px;
}

.control--slide {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  border: none;
  width: 25px;
  height: 25px;
  line-height: 1.9em;
  background: #9b4de3;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  font-size: 12px;
  opacity: 0.8;
  cursor: pointer;
  border-radius: 50%;
  transform: translateY(-50%);
}
.control--slide:focus {
  outline: none;
  border: 1px rgba(255, 255, 255, 0.5) solid;
}
.control--slide:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}
.control--slide_prev {
  left: 2rem;
}
.control--slide_next {
  right: 2rem;
}

.hero {
  position: relative;
}
.hero .shadow {
  position: absolute;
  top: 0;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 35, 85, 0.95) 26.38%, rgba(0, 35, 85, 0) 68.24%);
}
.hero-right, .hero-left {
  width: 50%;
}
.hero-left {
  flex-direction: column;
  justify-content: center;
  color: #FFFFFF;
}
.hero-left .hero-heading {
  font-family: "brownbold", sans-serif;
  font-size: 25px;
  margin-bottom: 8px;
}
.hero-left p {
  font-size: 16px;
  font-family: "brownlight", sans-serif;
  margin-bottom: 28px;
}
.hero-right__image {
  width: 50%;
  margin-right: 0;
  margin-left: auto;
}

.services {
  width: 95%;
  margin: auto;
  justify-content: center;
  align-content: center;
  padding: 81px;
}
.services-left {
  background: rgba(61, 134, 158, 0.05);
  padding: 60px 50px;
  width: 50%;
}
.services-left--heading {
  color: #5AC3E6;
  line-height: 30px;
}
.services-left p {
  font-size: 12px;
  line-height: 25px;
  margin-bottom: 10px;
}
.services-left .inputContainer {
  position: relative;
  display: flex;
  align-items: center;
}
.services-left input[type=search] {
  width: 100%;
  padding: 20px 10px;
  font-size: 14px;
  border: 0;
  box-shadow: 0 5px 10px rgba(0, 77, 154, 0.1);
  color: #848D9A;
  font-family: "brownregular", sans-serif;
  border-radius: 4px;
}
.services-left .search-btn {
  position: absolute;
  right: 15px;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.services-left .search-btn i {
  font-size: 23px;
}
.services-left .search-btn:hover i {
  color: #5AC3E6;
}
.services-right {
  width: 100%;
}
.services-right ul {
  flex-wrap: wrap;
  height: 100%;
}
.services-right li {
  width: 30%;
  background: #5AC3E6;
  margin: 0 0 0 3%;
}
.services-right li:hover {
  background: #182c4a;
}
.services-right li:nth-last-child(n+4) {
  margin-bottom: 3%;
}
.services-right li span {
  font-size: 16px;
  margin-top: 15px;
  color: #fff;
}
.services-right li i {
  font-size: 40px;
  color: #fff;
}
.services-right li a {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 20px 0;
}
.services-right li a:hover i {
  color: #182c4a;
}

.blog_cat .blog--section .article-listing {
  margin-bottom: 30px;
}

.blog--section {
  margin-bottom: 80px;
}
.blog--section .title {
  color: #002355;
  font-size: 24px;
  font-family: "brownbold", sans-serif;
  margin-bottom: 15px;
}
.blog--section-info .sub-heading {
  padding-left: 80px;
  position: relative;
  font-size: 15px;
  line-height: 20px;
  width: 60%;
  color: #52627A;
}
.blog--section-info .sub-heading:before {
  content: "";
  display: block;
  width: 70px;
  border-bottom: 4px solid #5AC3E6;
  position: absolute;
  left: 0;
  top: 6px;
}
.blog--section-link {
  margin: auto 0 0 auto;
}
.blog--section-link a {
  color: #9164CD;
  font-size: 12px;
  font-weight: 400;
  align-items: center;
}
.blog--section-link a i {
  font-size: 35px;
  padding-left: 10px;
}
.blog--section .post-container {
  margin-top: 20px;
  flex-wrap: wrap;
}
.blog--section .post-container .article-listing {
  width: 32%;
}
.blog--section .post-container .article-listing .cate a {
  margin-top: 10px;
  color: #5AC3E6;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "brownbold", sans-serif;
  display: block;
}
.blog--section .post-container .article-listing p {
  color: #52627A;
  font-size: 14px;
}
.blog--section .post-container .post-title {
  color: #2D3C53;
  font-family: "brownbold", sans-serif;
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 8px;
}

.home_news_link {
  color: #9164cd;
}

.post-img {
  margin-bottom: 8px;
}

/*Footer*/
.social p {
  font-size: 12px;
  color: #99b4c6;
  margin-bottom: 10px;
}
.social a {
  margin-right: 10px;
}
.social i {
  border: 1px solid rgba(82, 98, 122, 0.15);
  padding: 5px;
  border-radius: 3px;
  cursor: pointer;
}

footer {
  padding: 80px 0 40px;
  border-top: 1px solid #eee;
}
footer.error404 {
  padding-top: 40px;
}
footer .social i:hover {
  color: #002e5b;
}
footer .col-100 {
  width: 100%;
}
footer .col-100 .top {
  width: 100%;
  margin-bottom: 40px;
}
footer .col-100 .top .address {
  color: #52627A;
  font-size: 14px;
  line-height: 24px;
}
footer .col-100 .top .address a {
  color: inherit;
}
footer .col-100 .top .footer-links .info {
  font-family: "brownbold", sans-serif;
  font-size: 15px;
  color: #002355;
  margin-bottom: 8px;
  display: block;
}
footer .col-100 .top .footer-links ul li {
  margin-bottom: 8px;
  font-size: 14px;
}
footer .col-100 .top .footer-links ul li a {
  color: #52627A;
}
footer .col-100 .top .footer-links ul li a:hover {
  color: #002355;
}
footer .col-100 .bottom {
  position: relative;
  padding: 40px 0 0;
  color: #52627A;
  font-size: 14px;
}
footer .col-100 .bottom:before {
  content: "";
  display: block;
  width: 60%;
  border-top: 1px solid #F1F2F4;
  position: absolute;
  right: 0;
  top: 0;
}
footer .col-100 .bottom .copyright {
  margin: 0 auto;
  flex-direction: column;
}
footer .col-100 .bottom .copyright a {
  color: #52627A;
  text-decoration: underline;
}
footer .col-100 .bottom .copyright a:hover {
  color: #002455;
}
footer .col-100 .bottom .copyright .links {
  margin-top: auto;
}

/*Inner pages*/
.page--title {
  font-family: "brownbold", sans-serif;
  font-size: 24px;
}

.page-banner {
  position: relative;
  text-align: center;
  color: #fff;
  justify-content: flex-end;
  margin-bottom: 80px;
}
.page-banner .page--info {
  position: absolute;
  z-index: 2;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  text-align: left;
}
.page-banner.text-left {
  text-align: left;
}
.page-banner:before {
  position: absolute;
  content: "";
  background: linear-gradient(270deg, #002355 48.65%, rgba(0, 35, 85, 0) 80.84%);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  width: 100%;
  height: 100%;
}
.page-banner.no-image {
  background: #002355;
  padding: 70px 0;
}
.page-banner.no-image:before {
  content: none;
}
.page-banner .breadcrumb {
  color: #fff;
  margin-bottom: 14px;
}
.page-banner .breadcrumb li {
  display: inline;
  padding-right: 20px;
  position: relative;
  margin-right: 10px;
}
.page-banner .breadcrumb li::after {
  content: "";
  background-repeat: no-repeat;
  background-position: 13px 8px;
  right: 0;
  position: absolute;
  height: 23px;
  width: 13px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5.81217 8.5L9.14551 5L5.81217 1.5M1.14551 8.5L4.47884 5L1.14551 1.5' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
  padding-left: 10px;
}
.page-banner .breadcrumb li:last-child:after {
  content: none;
}
.page-banner .breadcrumb li.current-item {
  color: #5AC3E6;
}
.page-banner .breadcrumb span {
  font-size: 12px;
  text-transform: uppercase;
}
.page-banner .breadcrumb a {
  color: inherit;
}
.page-banner .breadcrumb a:hover {
  color: #5AC3E6;
}

.page-content .teams {
  flex-wrap: wrap;
  margin: 0 -1%;
}
.page-content .teams li {
  margin-bottom: 40px;
  margin-right: 1%;
  cursor: pointer;
}
.page-content .teams li:nth-of-type(4n) {
  /*margin-right: 0;*/
}
.page-content .teams li .doctors_image,
.page-content .teams li .board_image,
.page-content .teams li .management_image {
  max-height: 290px;
  overflow-y: hidden;
  margin-bottom: 10px;
}
.page-content .teams li h5 {
  color: #002355;
  font-family: "brownbold", sans-serif;
  font-size: 15px;
}
.page-content .teams li span {
  color: #52627A;
  font-size: 14px;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-animation-duration: 0.35s;
  animation-duration: 0.35s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  z-index: 100;
}
.modal .col-45 {
  width: 100%;
}
.modal.is-modal-active {
  display: flex;
}
.modal__dialog {
  position: relative;
  /*max-width: 500px;*/
  padding: 20px;
  margin: auto;
  border-radius: 4px;
  background-color: #fff;
  max-width: 80%;
}
.modal__dialog .close__btn {
  display: none;
}
.modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 0;
  border: none;
  color: #000000;
  background-color: transparent;
  background-image: none;
  font-size: 14px;
  font-weight: lighter;
  cursor: pointer;
}
.modal__close:focus {
  outline: 0;
}
.modal__close.close__btn {
  background: transparent;
  border: 0;
  color: #002355;
}
.modal__header {
  border-bottom: 1px solid #e2e2e2;
}
.modal__title {
  margin: 0 0 5px;
  color: #002355;
}
.modal__content {
  padding: 10px 0;
  font-size: 13px;
  line-height: 1.6;
  color: #555;
  word-break: break-word;
  /*Input fields*/
}
.modal__content .col-25 {
  width: 25%;
}
.modal__content .col-25 img {
  height: auto;
}
.modal__content .col-70 {
  width: 70%;
  margin-left: 40px;
}
.modal__content span {
  font-size: 12px;
  font-weight: 200;
  line-height: 25px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}
.modal__content span.linkedin {
  color: #0d66c2;
}
.modal__content span.linkedin i {
  color: #aaa;
}
.modal__content span.linkedin i:hover {
  color: #0756a7;
}
.modal__content span.linkedin:hover {
  color: #0756a7;
}
.modal__content span.wpcf7-form-control-wrap {
  margin-bottom: 30px;
}
.modal__content label {
  text-transform: uppercase;
  color: #52627A;
}
.modal__content input[type=submit] {
  display: block;
  background: #9164CD;
  padding: 15px 25px;
  text-align: center;
  border-radius: 5px;
  color: white;
  font-family: "brownregular", sans-serif;
  border: 1px solid transparent;
  cursor: pointer;
}
.modal__content input[type=submit]:focus, .modal__content input[type=submit]:hover {
  background-color: #ffffff;
  color: #9164CD;
  border-color: #9164CD;
}
.modal__content input[type=email] {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #002355;
  color: #002355;
  padding: 0 10px 10px;
  font-size: 14px;
  font-family: "brownregular", sans-serif;
  outline: 0;
  width: 100%;
}
.modal__content input[type=email]:focus {
  border-color: #9164CD;
}
.modal__content textarea {
  height: 100px;
  margin-top: 10px;
  resize: none;
  border-style: solid;
  border-color: #002355;
  padding-left: 10px;
  border-width: 0 0 1px 0;
  outline: 0;
  font-family: "brownregular", sans-serif;
  width: 100%;
}
.modal__content textarea:focus {
  border-color: #9164CD;
}
.modal__foter {
  padding-top: 20px;
  text-align: left;
}
.modal__foter button {
  border: 1px solid transparent;
  width: max-content;
}
.modal__foter button:hover {
  border: 1px solid #9164CD;
}

/*Customer support*/
.cs__support {
  padding-top: 30px;
  margin-bottom: 50px;
}
.cs__support [class^=section_] {
  border-bottom: 1px solid #F1F2F4;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.cs__support [class^=section_]:last-child {
  border: 0;
  margin-bottom: 0;
}
.cs__support .modal__close.close__btn {
  display: block;
}
.cs__support .content__section {
  width: 58%;
}
.cs__support .image__section {
  width: 46%;
  margin-right: 4%;
  align-self: center;
}

.grid-box {
  flex-wrap: wrap;
}

.media {
  margin-bottom: 60px;
}
.media__articles:hover h4 {
  color: #5ac3e6;
}
.media__articles:hover .media_image {
  box-shadow: 1px 1px rgba(192, 193, 193, 0.5), 2px 2px rgba(192, 193, 193, 0.5), 3px 3px rgba(192, 193, 193, 0.5), 4px 4px rgba(192, 193, 193, 0.5), 5px 5px rgba(192, 193, 193, 0.5), 6px 6px rgba(192, 193, 193, 0.5);
  -webkit-transform: translateX(-3px);
  transform: translateX(-3px);
  transition: 0.5s ease;
}
.media__articles .media_image {
  max-height: 264px;
  overflow-y: hidden;
  transition: 0.5s ease;
}
.media__articles span {
  color: #9164CD;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.media__articles span.lightblue_color {
  color: #5AC3E6;
}
.media__section-title {
  color: #002355;
  font-size: 20px;
  margin-bottom: 20px;
}

.career__section-title {
  color: #002355;
  font-size: 20px;
  margin-bottom: 20px;
}
.career__section-text {
  line-height: 25px;
}

.location {
  background: #F7F3FB;
}
.location .col-50:not(:first-child) {
  padding: 20px;
}
.location .col-50:not(:first-child) p {
  line-height: 25px;
}
.location .col-50:not(:first-child) a {
  color: #9164CD;
  font-family: "brownbold", sans-serif;
}

.address p {
  line-height: 25px;
}
.address a {
  color: #9164CD;
  font-family: "brownbold", sans-serif;
}
.address a span {
  color: #5AC3E6;
}

.general-content p {
  line-height: 26px;
  margin-bottom: 10px;
}
.general-content h6 {
  color: #002355;
  font-size: 25px;
  margin-bottom: 15px;
}

/*Contact form*/
.wpcf7 label {
  display: block;
  width: 100%;
}
.wpcf7 p,
.wpcf7 .d-flex {
  margin-bottom: 25px;
}
.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.wpcf7 input[type=text],
.wpcf7 input[type=tel],
.wpcf7 input[type=date],
.wpcf7 input[type=email],
.wpcf7 input[type=file],
.wpcf7 input[type=number],
.wpcf7 select,
.wpcf7 textarea {
  border: none;
  border-bottom: 1px solid #002355;
  background: transparent;
  outline: none;
  color: #002355;
  font-size: 14px;
  font-weight: 200;
  text-align: left;
  width: 100%;
  margin-top: 0;
}
.wpcf7 textarea {
  width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  height: 100px;
  font-family: "brownregular", sans-serif;
  resize: none;
}
.wpcf7 textarea::-ms-expand {
  display: none;
}
.wpcf7 ::placeholder {
  color: white;
  opacity: 0.1;
  text-align: center;
}
.wpcf7 input[type=submit] {
  display: block;
  background: #9164CD;
  padding: 10px 20px;
  margin-top: 5px;
  height: auto;
  text-align: center;
  border-radius: 5px;
  color: white;
  font-family: "brownregular", sans-serif;
  border: 1px solid transparent;
  cursor: pointer;
  font-size: 15px;
}
.wpcf7 input[type=submit]:focus, .wpcf7 input[type=submit]:hover {
  background-color: #ffffff;
  color: #9164CD;
  border-color: #9b4de3;
}
.wpcf7-starratingawesome label {
  width: 2em;
  color: #0A246A;
}
.wpcf7-starratingawesome label i {
  font-size: 24px;
}
.wpcf7 .starratingawesome:not(:checked) > label {
  width: 2em;
}
.wpcf7 .starratingawesome > input:checked ~ label {
  color: #0A246A;
}
.wpcf7 .starratingawesome:not(:checked) > label:hover,
.wpcf7 .starratingawesome:not(:checked) > label:hover ~ label {
  color: #090F1E;
}

.basic__page h1,
.basic__page h2,
.basic__page h3,
.basic__page h4,
.basic__page h5,
.basic__page h6 {
  color: #9164CD;
  font-size: 18px;
  font-family: "brownbold", sans-serif;
  margin-bottom: 10px;
}
.basic__page p {
  margin-bottom: 20px;
  line-height: 28px;
}
.basic__page strong {
  color: #002355;
}
.basic__page a {
  color: #9164CD;
}

/*404*/
.not-found {
  background: #002355;
  min-height: 400px;
  color: #fff;
}
.not-found p {
  font-family: "brownlight", sans-serif;
}

.about__us h4 {
  font-family: "brownbold", sans-serif;
  color: #002355;
  font-size: 30px;
  margin-bottom: 10px;
}
.about__us p {
  font-size: 15px;
  line-height: 28px;
}
.about__us .statement {
  position: relative;
  color: #002355;
  font-size: 16px;
}
.about__us__additional {
  background: #EDF9FC;
  padding: 50px 0;
}
.about__us__additional .logo-alt {
  width: 46%;
  margin-right: 4%;
}
.about__us__additional h3 {
  text-transform: uppercase;
  color: #002355;
  font-family: "brownbold", sans-serif;
  font-size: 18px;
  padding: 20px 10px 20px 70px;
  background-repeat: no-repeat;
  background-position: center left;
}
.about__us__additional h3.about_mission {
  background-image: url("../images/mission.png");
}
.about__us__additional h3.about_vision {
  background-image: url("../images/vision.png");
}
.about__us__additional h3.about_value {
  background-image: url("../images/value.png");
}
.about__us__additional p {
  font-size: 15px;
  line-height: 30px;
}

.search header {
  border-bottom: 1px solid #eeeeee;
}

.single header {
  border-bottom: 1px solid #eeeeee;
}
.single #content .container {
  max-width: 1000px;
}

article.type-post {
  margin-top: 50px;
}
article.type-post .post-full-meta {
  align-items: center;
  color: #5AC3E6;
  text-transform: uppercase;
  font-size: 16px;
  justify-content: center;
}
article.type-post .entry-title {
  color: #090a0b;
  font-size: 45px;
  font-family: "brownbold", sans-serif;
  width: 70%;
  margin: 0 auto 30px;
  text-align: center;
}
article.type-post .post-full-image {
  margin: 0 -10vw -165px;
  background: #c5d2d9 50%;
  border-radius: 5px;
  overflow: hidden;
}
article.type-post .post-full-image img {
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
  object-fit: cover;
}
article.type-post .article-content {
  position: relative;
  margin: 0 auto;
  padding: 70px 70px 0;
  min-height: 230px;
  line-height: 1.6em;
  background: #fff;
}
article.type-post .article-content a,
article.type-post .article-content strong {
  color: #002355;
}

.search-field-holder {
  position: absolute;
  margin-top: 18px;
  left: 0;
  z-index: 10;
  background: #ffff;
  box-shadow: 0 2px 0 0 #52627a52;
  border-radius: 0 0 5px 5px;
}
.search-field-holder .search-form {
  display: flex;
  width: 200px;
}
.search-field-holder .search-form input[type=search] {
  border: 0;
  border-radius: 4px 0 0 4px;
  width: 100%;
  min-height: 40px;
  background: transparent;
  padding-left: 8px;
}

#faqs .section_title {
  border: none;
  margin-top: 20px;
  margin-bottom: 15px;
  padding-bottom: 0;
  color: #002355;
}
.ecare__page {
  font-size: 15px;
  line-height: 30px;
}
.ecare__page .btn {
  display: inline-block;
}
.ecare__page .list-header {
  display: block;
  font-size: 16px;
  margin: 0 0 7px;
  font-family: "brownbold", sans-serif;
  color: #2D3C53;
}
.ecare__page .section_title {
  margin-bottom: 10px;
  border: 0;
  padding-bottom: 0;
}
.ecare__page h1,
.ecare__page h2,
.ecare__page h3,
.ecare__page h4,
.ecare__page h5,
.ecare__page h6 {
  color: #002355;
  font-family: "brownbold", sans-serif;
  font-size: 20px;
  margin-bottom: 10px;
}
.ecare__page figure {
  text-align: center;
  margin: 15px 0;
}
.ecare__page figure img {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.ecare__page figure img:hover {
  /*-webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);*/
}
.ecare__page ul.inline li,
.post .article-content ul.inline li {
  margin-right: 10px;
  display: inline-block;
}
.ecare__page ul li,
.post .article-content ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 30px;
  line-height: 25px;
}
.ecare__page ul li:before,
.post .article-content ul li:before {
  background: url("../images/list--bg.png");
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  left: 0;
  top: 4px;
}

.list-step li {
  position: relative;
  padding: 0 0 20px 40px;
  border-left: 1px dashed #dbcdee;
}
.list-step li:last-child {
  border: none;
}
.list-step li:before {
  content: "1";
  position: absolute;
  display: inline-block;
  background: #f4f0fa;
  border-radius: 50px;
  padding: 3px 15px;
  color: #9164cd;
  left: -22px;
}
.list-step li:nth-child(2):before {
  content: "2";
}
.list-step li:nth-child(3):before {
  content: "3";
}

.faq-answer {
  display: none;
  padding: 15px 10px;
  background: #fdfdfd;
}
.faq-item {
  border-radius: 5px;
  margin-bottom: 15px;
  border: 1px solid #f1f2f4;
}
.faq-title {
  color: #5a6187;
  background: #f7f7f8;
  padding: 15px 30px 15px 10px;
  cursor: pointer;
  font-weight: normal;
}
.faq-title.turn {
  background: #5ac3e6;
  color: #fff;
}
.faq-title.turn:after {
  color: #fff;
}
.faq-title:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto;
  font-variant: normal;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  color: #5a6187;
  float: right;
}

.turn {
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.turn:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sub-turn {
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sub-turn:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.section-highlight {
  background-color: #edf9fc;
}

.search__results {
  margin-bottom: 80px;
}
.search__results .entry-title {
  font-family: "brownlight", sans-serif;
}
.search__results .entry-title span {
  text-transform: capitalize;
  color: #002355;
}
.search__results .grid {
  display: flex;
  flex-wrap: wrap;
}
.search__results .grid .box {
  width: 30%;
}
.search__results .grid .box a {
  display: flex;
  flex-direction: column;
}
.search__results .grid .box a span {
  color: #000;
  opacity: 0.8;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 3;
}
.search__results .grid .box a .title {
  font-size: 20px;
  opacity: 0.8;
  margin-bottom: 10px;
  max-width: 95%;
  font-family: "brownbold", sans-serif;
}
.search__results .grid .box a .title:hover {
  color: #002355;
  opacity: 1;
}

#menu-button {
  display: none;
  width: 40px;
  height: 35px;
  background: #fff;
  border-radius: 3px;
  z-index: 200;
  margin: 10px 15px 10px 0;
}
#menu-button:after {
  position: absolute;
  content: "";
  font-size: 30px;
  color: #52627a;
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto;
  font-variant: normal;
  font-style: normal;
  font-weight: 900;
  top: 16px;
  left: 6px;
}
#menu-button:hover {
  opacity: 0.8;
}
#menu-button.on:after {
  content: "";
  font-size: 29px;
}

#overlay {
  display: none;
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 99;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.4);
  bottom: 0;
  right: 0;
  left: 0;
}
#overlay.open {
  display: block;
}

.ff-item.shuffle-item {
  margin-bottom: 30px;
}

.wp-block-quote {
  margin-left: 45px;
}

.our_services__list {
  display: flex;
  justify-content: space-between;
}
.our_services__list .widget_custom_html {
  margin-right: 50px;
  margin-bottom: 40px;
}
.our_services__list .widget_custom_html:nth-child(3n) {
  margin-right: 0;
}
.our_services__list .widgettitle {
  color: #2D3C53;
  font-family: "brownbold", sans-serif;
  font-size: 15px;
  margin-bottom: 20px;
}
.our_services__list ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}
.our_services__list ul li:before {
  width: 18px;
  height: 18px;
  background: url("../images/list--bg.png");
  content: "";
  position: absolute;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  left: 0;
  top: 4px;
}

.wp-block-image img {
  height: 100%;
}

.wpcf7-radio label,
span.wpcf7-list-item-label,
.modal__content .wpcf7-radio span {
    display: inline-block;
    vertical-align: -webkit-baseline-middle;
}
span.wpcf7-list-item-label {
    margin-left: 5px;
}

/* Popup */
.pum-theme-999 .pum-container, 
.pum-theme-lightbox .pum-container {
    border: none !important;
    padding: 0px !important;
}
.pum-container.pum-responsive img {
    margin-bottom: -4px;
}


/* The Close Button */
#23417002273 .close {
	color: #aaa;
	font-size: 28px;
	font-weight: bold;
}
.category-testimonials .article-content {
    padding: 0px !important;
}
.single-blog-pad {
	padding: 50px 70px;
}
.single-blog-color {
	background-color: #ecf9fe;
}
.single-blog-header-intro {
    color: #40c8f4;
    margin-bottom: 0px;
    font-weight: bold;
}
.single-blog-header {
	color: #001c4e;
    margin-bottom: 15px;
}

.text-center {
	text-align: center;
}
.page-content .teams .modal__content li {
    width: 100%;
    list-style: auto;
    line-height: 1.5;
    margin-bottom: 15px;
}

/*Media screen*/
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .page-content .teams li {
    width: 24%;
  }
}
@media screen and (max-width: 1310px) {
  header .bottom-nav .contact {
    width: 245px;
  }

  .blog--section-link {
    width: 90px;
    margin: auto 0 0 0;
  }

  .page-content .teams {
    justify-content: center;
  }
}

@media screen and (max-width: 1276px) {
  header .bottom-nav .contact {
    width: 165px;
  }
}
@media only screen and (min-width: 971px) and (max-width: 1182px) {
    header .bottom-nav .menu li a {
        padding: 15px 9px;
        font-size: 13px;
    }
}
@media only screen and (min-width: 971px) and (max-width: 1018px) {
    header .bottom-nav .menu li a {
        padding: 15px 6px;
    }
}
@media screen and (max-width: 970px) {
  .modal__dialog {
    max-width: 90%;
  }
  .modal__dialog .close__btn {
    text-align: center;
    background: #5a5959;
    display: block;
    width: auto;
    margin-left: auto;
    color: white;
    padding: 15px 5px;
    border-radius: 4px;
    cursor: pointer;
    border: 1px solid #9d9d9d;
  }
  .modal__dialog .close__btn.modal__close {
    background: transparent;
    border: 0;
    color: #002355;
  }

  .modal__content {
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
  .modal__content .col-25 {
    display: none;
  }
  .modal__content .col-70 {
    width: 100%;
    margin-left: 0;
  }

  .our_services__list {
    flex-wrap: wrap;
  }
  .our_services__list .widget_custom_html {
    margin-right: 0;
  }

  .menu--container {
    position: relative;
  }
  .menu--container #menu-button {
    display: block;
  }
  .menu--container .menu-main-menu-container {
    height: 0;
    width: 0;
    background: #002455;
    position: absolute;
    left: 0;
    z-index: 101;
    overflow: hidden;
    border-radius: 0 0 5px 5px;
  }
  .menu--container .menu-main-menu-container.increaseHeight {
    height: max-content !important;
  }
  .menu--container .menu-main-menu-container #menu-main-menu {
    padding: 10px;
    z-index: 101;
    overflow-y: hidden;
    overflow-x: hidden;
  }
  .menu--container .menu-main-menu-container #menu-main-menu li {
    width: 100%;
  }
  .menu--container .menu-main-menu-container #menu-main-menu li.current-menu-item a:after, .menu--container .menu-main-menu-container #menu-main-menu li.current-menu-parent a:after {
    background: none;
  }
  .menu--container .menu-main-menu-container #menu-main-menu li ul.sub-menu {
    border-radius: 0;
  }
  .menu--container .menu-main-menu-container #menu-main-menu li ul.sub-menu.show {
    position: relative;
    display: none;
    visibility: visible;
    border-radius: 0;
    opacity: 1;
  }
  .menu--container .menu-main-menu-container #menu-main-menu li ul.sub-menu.show a {
    color: #000;
  }
  .menu--container .menu-main-menu-container #menu-main-menu li ul.sub-menu a {
    color: #000;
  }
  .menu--container .menu-main-menu-container #menu-main-menu li ul.sub-menu a:hover {
    color: inherit;
  }
  .menu--container .menu-main-menu-container #menu-main-menu li a {
    display: block;
    padding: 10px;
    color: #ccc;
    text-decoration: none;
    overflow: hidden;
  }
  .menu--container .menu-main-menu-container #menu-main-menu li a:hover {
    cursor: pointer;
    color: #fff;
    background: rgba(255, 255, 255, 0.02);
  }
  .menu--container .menu-main-menu-container #menu-main-menu li a:after {
    content: none;
  }
  .menu--container .menu-main-menu-container #menu-main-menu li .sub-btn {
    float: right;
    padding: 10px;
    margin-top: 2px;
    display: inline-block !important;
    border-left: 1px solid rgba(82, 98, 122, 0.5);
  }

  .home .services {
    flex-direction: column-reverse;
  }
  .home .services .services-left {
    width: 100%;
  }
  .home .services .services-right {
    width: 100%;
    margin-bottom: 20px;
  }
  .home .services .blog--section-info {
    max-width: 85%;
  }

  .page-template-page-contact .page-content > .d-flex {
    flex-direction: column;
    align-items: center;
  }
  .page-template-page-contact .page-content > .d-flex > div {
    width: 100%;
  }
  .page-template-page-contact .page-content .loginBox {
    margin-top: 50px;
  }

  .specialties .d-flex,
.covid_testing .d-flex {
    flex-direction: column;
    align-items: center;
  }
  .specialties .d-flex .col-50,
.covid_testing .d-flex .col-50 {
    width: 100%;
  }
  .specialties .d-flex .col-50.ml-4,
.covid_testing .d-flex .col-50.ml-4 {
    margin-left: 0px;
  }
  .specialties .d-flex.flex-row-reverse,
.covid_testing .d-flex.flex-row-reverse {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  header .top-nav--left {
    width: 35%;
  }
  header .top-nav--left .btn-top {
    padding: 7px 5px;
  }

  footer {
    padding-top: 40px;
  }
  footer .col-100 .top {
    align-items: center;
    flex-direction: column;
  }
  footer .col-100 .top .footer-links__holder {
    width: 90%;
    margin: 35px auto 0;
  }
  footer .col-100 .bottom {
    align-items: center;
    flex-direction: column-reverse;
  }
  footer .col-100 .bottom:before {
    width: 100%;
  }
  footer .col-100 .bottom .social {
    margin-top: 40px;
    text-align: center;
  }
  footer .col-100 .bottom .copyright {
    text-align: center;
  }
  footer .col-100 .bottom .copyright .links {
    text-align: center;
  }

  .owl-carousel .owl-item img {
    height: 360px;
  }
  .owl-carousel .owl-item .hero .shadow {
    background: linear-gradient(90deg, rgba(0, 35, 85, 0.95) 43%, rgba(0, 35, 85, 0) 100%);
  }
  .owl-carousel .owl-item .hero .shadow .hero-left,
.owl-carousel .owl-item .hero .shadow .hero-right {
    max-width: 350px;
    width: 100%;
  }
  .owl-carousel .owl-item .hero .shadow .hero-left .btn,
.owl-carousel .owl-item .hero .shadow .hero-right .btn {
    padding: 10px 15px;
  }

  .col-45,
.col-50,
	.col-60 {
    width: 100%;
  }

  .home-about-section .d-flex {
    align-items: center;
    flex-direction: column;
  }

  .about__us .d-flex, .about__us__additional .d-flex {
    align-items: center;
    flex-direction: column;
  }

  .covid_testing .d-flex {
    flex-direction: column;
    align-items: center;
  }
  .covid_testing .d-flex .col-50 {
    width: 100%;
  }

  .ecare__page .container.d-flex.flex-row {
    flex-direction: column;
    align-items: center;
  }
  .ecare__page .col-45,
.ecare__page .col-50 {
    width: 100%;
  }

  .faq-title:after {
    margin-right: -25px;
  }

  .page-template-page-careers .page-content .d-flex {
    flex-direction: column;
    align-items: center;
  }
  .page-template-page-careers .page-content .d-flex .col-50,
.page-template-page-careers .page-content .d-flex .col-45 {
    width: 100%;
  }
  .page-template-page-careers .page-content .d-flex .col-50 {
    margin-bottom: 30px;
  }
	.single-blog-img-left {
		flex-direction: column;
	}
	.single-blog-img-right {
		flex-direction: column-reverse;
	}
	.single-blog-pad {
		padding: 45px 50px 40px;
	}
}
@media screen and (max-width: 600px) {
  header .top-nav {
    align-items: center;
    flex-direction: column-reverse;
  }
  header .top-nav--right {
    width: 100%;
    justify-content: space-between;
  }
  header .top-nav--right .btn-top {
    font-size: 11px;
    padding: 7px 5px;
  }
  header .top-nav--left {
    width: 250px;
    margin: 20px 0 10px 0;
  }
  header .bottom-nav .contact {
    justify-content: flex-end;
  }
  header .bottom-nav .contact .search .search-field-holder {
    right: 0;
    left: auto;
  }
  header .bottom-nav .contact .social {
    /*display: none;*/
  }

  .services-right li {
    width: 45%;
    padding: 15px;
  }
  .services-right li:nth-child(4) {
    margin-bottom: 15px;
  }

  .about__us__additional .d-flex {
    width: 90%;
  }
  .about__us__additional .d-flex .logo-alt {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 35px;
  }

  .blog--section .container {
    align-items: flex-end;
    flex-direction: column;
  }
  .blog--section .container.post-container .article-listing {
    width: 100%;
    margin-bottom: 40px;
  }
  .blog--section .container.post-container .article-listing:last-of-type {
    margin-bottom: 0;
  }
  .blog--section .container.post-container .article-listing.blog-item {
    margin-bottom: 35px;
  }
  .blog--section .container.post-container .article-listing .post-img img {
    width: 100%;
    height: auto;
  }
  .blog--section-info .sub-heading {
    width: 100%;
    padding: 30px 0px 5px;
  }
  .blog--section-info .sub-heading:before {
    left: calc(50% - 35px);
  }

  .media .grid-box {
    align-items: flex-end;
    flex-direction: column;
  }
  .media .grid-box .media__articles {
    width: 100%;
    margin-bottom: 30px;
  }
  .media .grid-box .media__articles:last-of-type {
    margin-bottom: 0;
  }
  .media .grid-box .media__articles a > img {
    width: 100%;
    height: auto;
  }

  .page-banner img {
    max-height: 180px;
  }

  .contactus {
    width: 90%;
  }

  .footer-links {
    margin-top: 25px;
  }
  .footer-links__holder {
    flex-direction: column;
  }

  .home .services {
    padding: 81px 30px 20px;
  }
  .home .services .services-left {
    padding: 30px 13px;
  }

  .owl-carousel .owl-item img {
    height: 100%;
  }
  .owl-carousel .owl-item .hero .hero-left .hero-heading,
.owl-carousel .owl-item .hero .hero-right .hero-heading {
    font-size: 18px;
    line-height: 25px;
  }
  .owl-carousel .owl-item .hero .hero-left p,
.owl-carousel .owl-item .hero .hero-right p {
    display: none;
  }
  .owl-carousel .owl-item .hero .shadow .hero-left .btn {
    padding: 5px 10px;
  }
  .owl-carousel .owl-dots {
    margin: -22px auto 0;
    text-align: right;
  }

  .page-template-page-contact .page-template-page-contact .page-content .d-flex > div {
    width: 100%;
  }
  .page-template-page-contact .page-template-page-contact .page-content .d-flex .map {
    height: 300px;
  }
  .page-template-page-contact .page-template-page-contact .page-content .d-flex .location {
    flex-direction: column-reverse;
  }

  .social__media-stream {
    margin-bottom: 0;
  }
  
  #custom_html-5 iframe {
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 400px) {
  header .top-nav--left {
    width: 38%;
  }

  .owl-carousel .owl-item img {
    height: 200px;
  }
}

/*# sourceMappingURL=style.css.map */
