@font-face {
  font-family: "Manrope-Regular";
  src: url("../fonts/Manrope-Regular.eot");
  src: url("../fonts/Manrope-Regular.eot?#iefix") format("embedded-opentype"),
  url("../fonts/Manrope-Regular.woff2") format("woff2"),
  url("../fonts/Manrope-Regular.woff") format("woff"),
  url("../fonts/Manrope-Regular.ttf") format("truetype"),
  url("../fonts/Manrope-Regular.svg#Manrope") format("svg");
}

@font-face {
  font-family: "Manrope-SemiBold";
  src: url("../fonts/Manrope-SemiBold.eot");
  src: url("../fonts/Manrope-SemiBold.eot?#iefix") format("embedded-opentype"),
  url("../fonts/Manrope-SemiBold.woff2") format("woff2"),
  url("../fonts/Manrope-SemiBold.woff") format("woff"),
  url("../fonts/Manrope-SemiBold.ttf") format("truetype"),
  url("../fonts/Manrope-SemiBold.svg#Manrope SemiBold") format("svg");
}

@font-face {
  font-family: "Manrope-Medium";
  src: url("../fonts/Manrope-Medium.eot");
  src: url("../fonts/Manrope-Medium.eot?#iefix") format("embedded-opentype"),
  url("../fonts/Manrope-Medium.woff2") format("woff2"),
  url("../fonts/Manrope-Medium.woff") format("woff"),
  url("../fonts/Manrope-Medium.ttf") format("truetype"),
  url("../fonts/Manrope-Medium.svg#Manrope Medium") format("svg");
}

@font-face {
  font-family: "Manrope-Bold";
  src: url("../fonts/Manrope-Bold.eot");
  src: url("../fonts/Manrope-Bold.eot?#iefix") format("embedded-opentype"),
  url("../fonts/Manrope-Bold.woff2") format("woff2"),
  url("../fonts/Manrope-Bold.woff") format("woff"),
  url("../fonts/Manrope-Bold.ttf") format("truetype"),
  url("../fonts/Manrope-Bold.svg#Manrope") format("svg");
}

@font-face {
  font-family: "Manrope-ExtraLight";
  src: url("../fonts/Manrope-ExtraLight.eot");
  src: url("../fonts/Manrope-ExtraLight.eot?#iefix") format("embedded-opentype"),
  url("../fonts/Manrope-ExtraLight.woff2") format("woff2"),
  url("../fonts/Manrope-ExtraLight.woff") format("woff"),
  url("../fonts/Manrope-ExtraLight.ttf") format("truetype"),
  url("../fonts/Manrope-ExtraLight.svg#Manrope ExtraLight") format("svg");
}

@font-face {
  font-family: "Manrope Light";
  src: url("../fonts/Manrope-Light.eot");
  src: url("../fonts/Manrope-Light.eot?#iefix") format("embedded-opentype"),
  url("../fonts/Manrope-Light.woff2") format("woff2"),
  url("../fonts/Manrope-Light.woff") format("woff"),
  url("../fonts/Manrope-Light.ttf") format("truetype"),
  url("../fonts/Manrope-Light.svg#Manrope Light") format("svg");
}

@font-face {
  font-family: "Optima-Regular";
  src: url("../fonts/optima.eot");
  src: url("../fonts/optima.eot?#iefix") format("embedded-opentype"),
  url("../fonts/optima.woff2") format("woff2"),
  url("../fonts/optima.ttf") format("truetype");
}

@font-face {
  font-family: "Optima-bold";
  src: url("../fonts/optimabold.eot");
  src: url("../fonts/optimabold.eot?#iefix") format("embedded-opentype"),
  url("../fonts/optimabold.woff2") format("woff2"),
  url("../fonts/optimabold.ttf") format("truetype");
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Manrope-Regular", Helvetica, Arial, Sans-Serif;
  color: #0d313c;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  display: block;
}

h2 {
  font-family: "Optima-Regular", Helvetica, Arial, Sans-Serif;
  font-weight: normal;
  font-size: 38px;
  text-align: center;
  color: #579BA8;
}

h3,
h4,
h5,
h6 {
  font-family: "Optima-Regular", Helvetica, Arial, Sans-Serif;
}

p {
  font-family: "Manrope-Regular", Helvetica, Arial, Sans-Serif;
  font-size: 18px;
  letter-spacing: 0.12px;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.inline-block {
  display: inline-block;
  width: 100%;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-center {
  display: block;
  margin: 0 auto;
  float: none;
}

.bg-cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

button:focus {
  outline: none;
}

a {
  text-decoration: none;
  color: #005f6f;
}
a:hover{
  color: #b69c23;
}

/* class navigation menu */

.section__wsd__header {
  background-color: #fff;
  padding: 13px 0;
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0px 2px 4px rgba(13, 49, 60, 0.15);
}

.section__wsd__header .container {
  padding: 0;
}
.wsd-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pr-nav {
  list-style-type: none;
  padding-left: 0px;
}

.pr-nav li {
  display: inline-block;
}

.navbar {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.navbar > .menu-item {
  margin: 0 25px;
  padding: 25px 0;
}

.navbar li a {
  font-family: "Manrope-Medium", Helvetica, Arial, Sans-Serif;
  font-size: 16px;
  color: #0d313c;
  text-decoration: none;
  transition: all 0.5s;
}
li.current-menu-item > a, li.current-menu-parent > a {
    color: #008383;
}

.navbar .menu-item:hover > a {
  color: #008383;
}

.call-no {
  font-family: "Manrope-Medium", Helvetica, Arial, Sans-Serif;
  border-radius: 26px;
  background: #f8f5f2;
  color: #008383;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 14px;
  text-decoration: none;
  border: 1px solid transparent;
  transition: all 0.5s;
}

.call-no:hover {
  background-color: #fff;
  border: 1px solid #008383;
}
.call-no img {
  margin-right: 5px;
}
.btn {
  font-family: "Manrope-Medium", Helvetica, Arial, Sans-Serif;
  font-size: 12px;
  color: #008383;
  line-height: 21px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1.58px;
  text-decoration: none;
  display: inline-block;
  border-radius: 6px;
  padding: 12px 30px;
  transition: all 0.5s;
}

.btn-primary {
  background-color: #008383;
  border: solid 1px #008383;
  color: #fff;
}

.btn-primary:hover {
  background-color: #f8f5f2;
  border: solid 1px #008383;
  color: #008383;
}

.btn-secondary {
  background-color: transparent;
  border: solid 1px #008383;
}

.btn-secondary:hover {
  background-color: #008383;
  border: solid 1px #008383;
  color: #fff;
}

.btn-secondary-white {
  color: #fff;
  background-color: transparent;
  border: solid 1px #ffffff;
}

.btn-secondary-white:hover {
  color: #008383;
  background-color: #fff;
  border: solid 1px #ffffff;
}

.btn-transperent {
  background-color: transparent;
  border: none;
}

.nav-contact-link {
  display: flex;
  align-items: center;
}

.nav-contact-link a {
  margin-left: 10px;
}

.overlay-menu {
  height: 0%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #ffffff;
  overflow-y: hidden;
  transition: 0.5s;
  z-index: 99;
}

.overlay-menu.open {
  height: 100%;
}

.ov-memu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 10px;
}

.overlay-nav {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  padding: 0 20px;
  margin: 0;
  /* height: 100%; */
}

.overlay-nav li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* flex-wrap: wrap; */
}

.overlay-nav > li {
  margin-bottom: 35px;
}

.overlay-nav a {
  font-family: "Optima-Regular", Helvetica, Arial, Sans-Serif;
  font-size: 30px;
  color: #579ba8;
  text-decoration: none;
  line-height: 30px;
}

.ov-memu-body {
  height: calc(100vh - 100px);
  overflow: auto;
}

.overlay-nav .sub-menu {
  width: 100%;
  padding: 0 0 0 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s;
}

.overlay-nav .sub-menu.open {
  max-height: 100vh;
  padding: 15px 0 0;
}

.overlay-nav .sub-menu li {
  margin-bottom: 14px;
}

.overlay-nav .sub-menu a {
  font-family: "Manrope-ExtraLight", Helvetica, Arial, Sans-Serif;
  font-size: 18px;
  line-height: 26px;
  color: #060606;
}

.menu-parent-item .toggle-submenu {
  transform: rotate(0);
  transition: all 0.5s;
}

.menu-parent-item.btn-open .toggle-submenu {
  transform: rotate(45deg);
}

.nav-contact-link-mob {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobile-toogle-btn {
  display: none;
}

.navbar li.menu-item-has-children {
  position: relative;
  padding: 25px 15px 25px 0;
}

.navbar li.menu-item-has-children:after {
  content: "+";
  font-family: "Manrope-Medium", Helvetica, Arial, Sans-Serif;
  font-size: 16px;
  color: #0d313c;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.navbar li.menu-item-has-children:hover:after {
  color: #008383;
}

.navbar .sub-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  padding: 0;
  z-index: 1;
  display: flex;
  min-width: 270px;
  transition: all 0.5s;
  background-color: #ccc;
  flex-direction: column;
  transform: translateX(-50%);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.08);
  display: none;
  z-index: 2;
}

.navbar .sub-menu:before {
  content: "";
  position: absolute;
  height: 30px;
  width: 20px;
  background-color: #fff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.08);
  top: -14px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: skew(20deg, -45deg) rotate(168deg);
}

.navbar li.menu-item-has-children:hover .sub-menu {
  display: block;
}

.navbar .sub-menu li {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;

  z-index: 1;
  background-color: #fff;
  position: relative;
}

.navbar .sub-menu li:not(:last-child) {
  border-bottom: 1px solid #e9dacc;
}

.navbar .sub-menu li a {
  font-family: "Manrope-Medium", Helvetica, Arial, Sans-Serif;
  color: #0d313c;
  padding: 12px 30px;
  transition: all 0.5s;
  font-size: 16px;
  text-transform: capitalize;
  text-decoration: none;
}

.navbar .sub-menu li a:hover {
  background-color: transparent;
  color: #005f6f;
  background-color: rgb(234 219 205 / 0.3);
  text-decoration: none;
}

/*  ______________________________________________________  */

.site-content-wrapper {
  padding-top: 96px !important;
  overflow: hidden;
}

.section__home__banner__sec {
  padding: 0;
  position: relative;
  z-index: 1;
}

img.home_banner_img {
  width: 100%;
  display: block;
}

.home-banner-content {
  padding-bottom: 148px;
}

.home-banner-content h1 {
  font-family: "Optima-bold", Helvetica, Arial, Sans-Serif;
  color: #005f6f;
  font-size: 37px;
  font-weight: 400;
  line-height: 49px;
  letter-spacing: 0.2466667px;
  text-transform: uppercase;
}

.after-asset {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 0;
}

.home-banner-content p {
  font-family: "Manrope-Medium", Helvetica, Arial, Sans-Serif;
  color: #0d313c;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.12px;
  margin-bottom: 30px;
}

.sub-meu a.active {
  position: relative;
  padding-bottom: 30px;
}

.sub-meu a.active:after {
  position: absolute;
  content: "";
  width: 83px;
  height: 14px;
  background-size: contain;
  background-image: url(../images/mobile-menu-active-icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: 0px;
}

.section__home___featured {
  padding: 50px 0 80px;
  position: relative;
  z-index: 2;
  background: #fcf6f1;
}

/*.section__home___featured:after {
  content: "";
  position: absolute;
  top: -180px;
  left: 0;
  right: 0;
  height: 100%;
  height: calc(100% + 180px);
  width: 100%;
  background-image: url("../images/sec-after-vector.svg");
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: -1;
  pointer-events: none;
  }*/

  .section-header p {
    font-family: "Optima-Regular", Helvetica, Arial, Sans-Serif;
    color: #005F6F;
    font-size: 25px;
    line-height: 51px;
    text-align: center;
    letter-spacing: 0.2533333px;
    margin: 0;
    font-weight: normal;
  }

  .feature-services-item {
    margin: 20px 0;
  }

  .fs-image {
    padding-bottom: 100%;
  }

  .fs-image-caption {
    background-color: rgba(255, 255, 255, 0.95);
    padding: 5px 20px;
    width: 80%;
    margin-left: auto;
    margin-top: -37px;
    height: 66px;
    display: flex;
    align-items: center;
  }

  .fs-image-caption h5 {
    font-family: "Optima-bold", Helvetica, Arial, Sans-Serif;
    font-size: 19px;
    line-height: 25px;
    color: #005f6f;
    letter-spacing: 0.12px;
    margin: 0;
  }

  .section-footer {
    text-align: center;
  }

  .sec-dottom-content {
    display: inline-flex;
    align-items: center;
    border-bottom: solid 1px rgba(13, 49, 60, 0.48);
    margin: 0 auto;
    padding: 40px 0;
    color: #008383;
    font-weight: 600;
  }
  .sec-dottom-content p {
    margin-right: 30px;
    letter-spacing: 0.01em;
  }
  .sec-dottom-content h6 {
    font-family: "Manrope-SemiBold", Helvetica, Arial, Sans-Serif;
    font-weight: normal;
    font-size: 18px;
    letter-spacing: 0.01em;
    color: #008383;
    margin: 0 15px 0 0;
  }

  .section__home__aboutus {
    padding: 40px 0 80px;
    background: #fcf6f1;
    position: relative;
  }


  .section__home__aboutus .container {
    position: relative;
    z-index: 1;
  }
  .about_sm_details {
    padding-top: 65px;
  }
  .home-about-content h4 {
    font-family: "Optima-Regular", Helvetica, Arial, Sans-Serif;
    font-weight: normal;
    font-size: 38px;
    letter-spacing: 0.01em;
    color: #579ba8;
    margin: 0;
  }

  .home-about-content p {
    color: #0d313c;
    font-weight: 600;
  }

  .hlal-image {
    width: 100%;
    padding-bottom: 50%;
  }

  .contact-address-info {
    padding: 25px 0;
    max-width: 370px;
    margin-left: auto;
  }

  .add-info-item {
    margin: 0 0 25px 0;
  }
  .add-info-item h3 {
    font-size: 17px;
    letter-spacing: 1.21333px;
    color: #579BA8;
    font-weight: 400;
  }
  .add-info-item h5 {
    font-family: "Optima-Regular", Helvetica, Arial, Sans-Serif;
    font-weight: normal;
    font-size: 17px;
    letter-spacing: 0.07em;
    color: #579ba8;
    margin: 0 0 15px 0;
  }

  .add-info-item h6,
  .add-info-item h6 a {
    font-family: "Manrope-Regular", Helvetica, Arial, Sans-Serif;
    font-size: 16px;
    letter-spacing: 0.01em;
    line-height: 16px;
    color: #0d313c;
    margin: 0 0 10px 0;
    font-weight: 400;
  }

  .add-info-item p a, .add-info-item p {
    margin: 0;
    color: #0D313C;
    font-size: 16px;
  }

  .section__home__funds {
    padding: 45px 0;
  }
  .funds-carousel {
    margin: 50px 0;
  }
  .funds-carousel .owl-stage {
    display: flex;
    align-items: center;
    padding: 0 5px;
  }

  .funds-carousel .owl-item .funder-logo img {
    width: auto;
    display: flex;
    margin: 0 auto;
  }

  .footer-git {
   font-size: 18px;
 }

 .footer-git h5 {
  font-family: "Optima-Regular", Helvetica, Arial, Sans-Serif;
  font-weight: normal;
  font-size: 17px;
  letter-spacing: 0.07em;
  color: #579ba8;
  margin: 0 0 15px 0;
  text-transform: uppercase;
}

.section__footer {
  padding: 45px 0 0;
  height: 740px;
  position: relative;
  background-position: bottom;
}

.footer-logo-img {
  display: block;
  margin: 0 auto;
  max-width: 280px;
}

.section-header h3 {
  font-family: "Optima-Regular", Helvetica, Arial, Sans-Serif;
  font-weight: normal;
  font-size: 25px;
  letter-spacing: -0.03em;
  text-align: left;
  color: #005f6f;
  text-transform: uppercase;
  margin: 0;
}

.footer-nav {
  list-style-type: none;
  padding: 0;
  margin: 0 0 25px 0;
  text-align: right;
}

.footer-nav li {
  margin: 0 0 10px 0;
}

.footer-nav li a {
  font-family: "Optima-bold", Helvetica, Arial, Sans-Serif;
  font-weight: normal;
  font-size: 19px;
  letter-spacing: 0.01em;
  text-align: right;
  color: #005f6f;
}
.footer-nav li a:hover ,.footer-git a:hover{
  color: #b69c23;
}
ul.social-link li a:hover svg path {
  fill: #b69c23;
}
footer .footer-first-col, .footer-last-col {
  padding-top: 215px;
}

.social-link {
  list-style-type: none;
  padding: 0;
  margin: 0 0 15px 0;
  text-align: right;
  display: flex;
  justify-content: flex-end;
}

.social-link li {
  margin-left: 10px;
}

.footer-bottom-row {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 40px;

  position: absolute;
  bottom: 0;
  width: 100%;
}

.footer-bottom-nav {
  padding: 0;
  list-style-type: none;
  display: flex;
  margin: 0;
}

.footer-bottom-nav li a {
  font-family: "Manrope Light", Helvetica, Arial, Sans-Serif;
  font-weight: 300;
  letter-spacing: 0.0933333px;
  color: #0d313c;
  font-size: 14px;
  line-height: 19px;
}
.footer-bottom-nav li a:hover{
  color: #b69c23;
}
.footer-bottom-nav li {
  position: relative;
  margin-right: 50px;
}

.footer-bottom-nav li:not(:last-child):after {
  content: "|";
  font-family: "Manrope Light", Helvetica, Arial, Sans-Serif;
  font-weight: normal;
  font-size: 16px;
  color: #0d313c;
  top: 56%;
  right: -26px;
  position: absolute;
  transform: translateY(-50%);
  opacity: 0.8;
}

.footer-bottom-row p {
  font-family: "Manrope Light", Helvetica, Arial, Sans-Serif;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.01em;
  text-align: right;
  color: #0d313c;
  margin: 0;
}

.footer-bottom-row p a {
  text-decoration: underline;
  margin-left: 6px;
  color: #0d313c;
}
.footer-bottom-row p a:hover,.footer-bottom-nav li a: hover{
  color: #b69c23;
}

.footer-logo-grp {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.footer-logo-grp img {
  margin-right: 24px;
}

.footer-git a,
.footer-git p {
  font-family: "Manrope-Regular", Helvetica, Arial, Sans-Serif;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.01em;
  line-height: 21px;
  text-align: left;
  color: #0d313c;
}

.footer-git ul {
  list-style-type: none;
  padding: 0;
}

.footer-git ul li {
  margin: 0 0 10px 0;
}

.add-info-item p span {
  font-family: "Manrope-Regular", Helvetica, Arial, Sans-Serif;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.01em;
  line-height: 16px;
  text-align: left;
  color: rgb(13 49 60 / 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.add-info-item p span a {
  color: rgb(13 49 60 / 0.5);
}
.section__home__aboutus .contact-address-info .add-info-item p {
  font-size: 16px;
}
.add-info-item p span img {
  opacity: 0.7;
  margin-right: 10px;
}

.home-about-content {
  margin-bottom: 40px;
  padding-left: 100px;
}

.about-content-img {
  width: 75%;
  padding-bottom: 75%;
  position: relative;
  margin-left: auto;
}

.about-book-grp {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.about-book-grp p {
  font-family: "Manrope-SemiBold", Helvetica, Arial, Sans-Serif;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.01em;
  color: #008383;
  margin: 0;
}

.about-book-grp .btn-secondary {
  margin: 0 20px 15px 0;
}

.about-banner-sec-img {
  height: 55%;
  width: 80%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -30%;
}

.section__about__main {
  padding: 40px 0 90px;
  background: #FCF7F2;
}

.about-content h1 {
  font-family: "Optima-Regular", Helvetica, Arial, Sans-Serif;
  font-weight: normal;
  font-size: 38px;
  letter-spacing: 0.01em;
  text-align: left;
  color: #579ba8;
  margin: 0 0 15px 0;
}
.section__singleservice__main h1 {
  margin-bottom: 41px;
}

.about-content h6 {
  font-family: "Manrope-SemiBold", Helvetica, Arial, Sans-Serif;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.01em;
  text-align: left;
  color: #0d313c;
  margin: 0 0 30px 0;
}

.about-content .after-asset:after {
  background-image: url(../images/blue-aft-ast.svg);
}

.section__about__main .about-content p {
  font-family: "Manrope-Regular", Helvetica, Arial, Sans-Serif;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.01em;
  line-height: 24px;
  text-align: left;
  color: #0d313c;
}
.section__about__main .about-content p strong {
  font-size: 18px;
}
.section__about__main img.flag-icon {
  margin: 25px 0 40px;
}

.header-vector {
  position: relative;
}

/*.header-vector:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/about-page-main.svg");
  z-index: -1;
}*/

.ss-header-vector {
  position: relative;
}

.ss-header-vector:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/single-s-afrer.png");
  z-index: -1;
}

.section__about__why__choosse {
  margin: 40px auto;
  max-width: 1050px;
}
.section__about__why__choosse .main-services-item p {
  text-align: center;
}
.section__about__why__choosse .section-header {
  margin-bottom: 40px;
}

.main-services-img {
  width: 75px;
  display: block;
  margin: 0 auto;
}

.main-services-item h5 {
  font-family: "Optima-bold", Helvetica, Arial, Sans-Serif;
  font-weight: normal;
  font-size: 17px;
  letter-spacing: 0em;
  line-height: 24px;
  text-align: center;
  color: #0d313c;
  margin: 24px auto;
  text-transform: uppercase;
  max-width: 180px;
}

.about-gallery {
  padding: 20px 0;
}
section.two__coloum {
    padding: 80px 0;
}
.two_main {
    display: flex;
    align-items: center;
}
.two_left {
    width: 50%;
    padding-right: 50px;
    box-sizing: border-box;
}
.two_right {
    width: 50%;
    padding-left: 30px;
    box-sizing: border-box;
}
.two_left img{
  width: 100%;
}
.two__coloum .btn-primary {
    margin-top: 20px;
}
.two__coloum h2 {
    text-align: left;
}
@media (min-width: 1500px), (min-width: 1200px) {
  .about-gallery .container {
    max-width: 1030px;
  }
}

.section__team {
  margin: 40px auto 80px;
  max-width: 1050px;
}

.section__team .section-header {
  margin-bottom: 30px;
}

.our-team-img {
  padding-bottom: 100%;
  margin-bottom: 25px;
}

.our-team-name h5 {
  font-family: "Optima-bold", Helvetica, Arial, Sans-Serif;
  font-weight: normal;
  font-size: 19px;
  letter-spacing: 0.01em;
  text-align: left;
  color: #005f6f;
  margin: 0;
}

.our-team-name h6 {
  font-family: "Manrope-Regular", Helvetica, Arial, Sans-Serif;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.01em;
  text-align: left;
  color: #0d313c;
  margin: 0;
}

.our-teamitem p {
  font-family: "Manrope-Regular", Helvetica, Arial, Sans-Serif;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.01em;
  line-height: 24px;
  text-align: left;
  color: #0d313c;
  margin: 0 0 20px 0;
}

.our-teamitem .after-asset {
  margin-bottom: 0;
  padding-bottom: 20px;
}

.read-more-btn {
  font-family: "Manrope-SemiBold", Helvetica, Arial, Sans-Serif;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.13em;
  text-align: left;
  color: #008383;
  text-transform: uppercase;
  position: relative;
  padding: 0 50px 0 0;
}

.read-more-btn:after {
  content: "";
  height: 16px;
  width: 25px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/arrow-right.svg");
}

/*_____________________________________________________________*/

.modale:before {
  content: "";
  display: none;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}

.opened:before {
  display: block;
}

.opened .modal-dialog {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  max-height: 85vh;
  /*max-width: calc(100% - 30px);*/
  overflow: auto;
}

.modal-dialog {
  background: #fefefe;
  border: #333333 solid 0px;
  border-radius: 5px;
  /*margin-left: -200px;*/
  text-align: center;
  position: fixed;
  left: 50%;
  top: -100%;
  z-index: 9999;
  width: 100%;
  max-width: 980px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  -webkit-transform: translate(-50%, -500%);
  -ms-transform: translate(-50%, -500%);
  transform: translate(-50%, -500%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  padding: 40px;
}

.modal-header {
  text-align: right;
  margin-bottom: 20px;
}

.modal-header .btn-close {
  font-family: "Manrope-Regular", Helvetica, Arial, Sans-Serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  letter-spacing: 0.13em;
  color: #008383;
  display: inline-flex;
  align-items: center;
}

.modal-header .btn-close img {
  margin-left: 7px;
}

.modal-header,
.modal-body {
  /* padding: 20px 60px; */
}

.team-member-img {
  padding-bottom: 100%;
}

.team-info-header {
  text-align: left;
}

.team-info-header h5 {
  font-family: "Optima-bold", Helvetica, Arial, Sans-Serif;
  font-weight: normal;
  font-size: 19px;
  letter-spacing: 0.01em;
  text-align: left;
  color: #005f6f;
  margin: 0;
}

.team-info-header h6 {
  font-family: "Manrope-Regular", Helvetica, Arial, Sans-Serif;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.01em;
  text-align: left;
  color: #0d313c;
  margin: 0;
}

.modal-body p {
  font-family: "Manrope-Regular", Helvetica, Arial, Sans-Serif;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.01em;
  line-height: 24px;
  text-align: left;
  color: #0d313c;
}

.modal-social-link {
  list-style-type: none;
  padding: 0;
  margin: 50px 0 0 0;
  display: flex;
  align-items: center;
}

.modal-social-link li {
  margin: 0 24px 0 0;
}

.section__about___featured {
  padding: 80px 0 140px;
}

.section__Services__main {
  padding: 45px 0;
}

.section__breadcrumb {
  padding: 20px;
  background: #FCF7F2;
}

.breadcrumb {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
}

.breadcrumb .breadcrumb-item {
  position: relative;
  font-family: "Manrope-Regular", Helvetica, Arial, Sans-Serif;
  font-size: 16px;
  letter-spacing: 0.04em;
  color: #005f6f;
  margin-right: 30px;
}

.breadcrumb .breadcrumb-item:not(:last-child):after {
  content: "";
  height: 9px;
  width: 5px;
  background-image: url(../images/bredcumb-arrow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  font-family: "Manrope Light", Helvetica, Arial, Sans-Serif;
  font-weight: normal;
  font-size: 16px;
  color: #0d313c;
  top: 56%;
  right: -15px;
  position: absolute;
  transform: translateY(-50%);
  opacity: 0.8;
}

.breadcrumb .breadcrumb-item a {
  color: #579ba8;
  text-decoration: none;
  transition: all 0.5s;
}

.breadcrumb .breadcrumb-item a:hover {
  color: #0d313c;
  text-decoration: underline;
}
.section__singleservice__main {
  position: relative;
  padding: 45px 0 105px;
  background: #FCF7F2;
  display: inline-block;
  width: 100%;
}

.section__singleservice__main .about-content {
  max-width: 585px;
  padding-left: 50px;
}
.section__singleservice__main .about-book-grp {
  justify-content: space-between;
}
.section__singleservice__main .about-content p {
  font-size: 16px;
}
.section__singleservice__main .about-content p strong {
  font-size: 18px;
}
.section__singleservice__main .about-content img.flag-icon {
  margin-bottom: 10px;
}

.single-service-img {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  margin: 0px 0 50px;
  height: calc(100% - 50px);
}

.section__orthodontics {
  padding: 60px 0;
}

.section__orthodontics .section-header {
  margin: 0 0 60px 0;
}

.section__orthodontics .section-header h2 {
  text-align: left;
}

.section-content h5 {
  font-family: "Optima-bold", Helvetica, Arial, Sans-Serif;
  font-weight: normal;
  font-size: 19px;
  letter-spacing: 0.01em;
  color: #005f6f;
  margin: 0 0 15px 0;
}

.section-content h6 {
  font-family: "Manrope-SemiBold", Helvetica, Arial, Sans-Serif;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.01em;
  color: #0d313c;
  margin: 0 0 10px 0;
}

.section-content p {
  font-family: "Manrope-Regular", Helvetica, Arial, Sans-Serif;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.01em;
  line-height: 24px;
  color: #0d313c;
  margin: 0 0 10px 0;
}

.section-content ul {
  list-style-type: none;
  padding: 0;
  margin: 30px 0;
}

.section-content ul li {
  font-family: "Manrope-Medium", Helvetica, Arial, Sans-Serif;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.01em;
  line-height: 35px;
  color: #0d313c;
  opacity: 0.9;
  position: relative;
  padding-left: 50px;
}

.section-content ul li:after {
  content: "";
  position: absolute;
  left: 25px;
  top: 10px;
  width: 16px;
  height: 16px;
  background-image: url("../images/list-icon.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.section-content .section-cont-img {
  margin: 30px 0 35px 0;
}

.book-online-add {
  border-radius: 6px;
  background-color: #008383;
  padding: 25px 35px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  background-image: url("../images/cta_sec.svg");
  background-size: contain;
  background-position: top right;
  background-repeat: no-repeat;
  margin: 30px 0 50px 0;
}

.bo-cont {
  max-width: 100%;
  margin-bottom: 15px;
}

.bo-cont p {
  font-family: "Manrope-Bold", Helvetica, Arial, Sans-Serif;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.01em;
  color: #fff;
}

.bo-btn {
  display: flex;
}

.bo-btn .btn {
  margin-left: 15px;
}

.call-no-white {
  display: inline-flex;
  padding: 12px;
  font-size: 16px;
}

.call-no-white:hover {
  background-color: #fff;
  border: 1px solid #fff;
}

.section__faq {
  margin: 0 0 55px 0;
}

.faq-tabs {
  /*border-radius: 8px;*/
  overflow: hidden;
  background-color: #f8f5f2;
  max-width: 900px;
  margin: 0 auto;
  /*box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);*/
}

.tab {
  width: 100%;
  color: white;
  overflow: hidden;
}

.faq-header {
  padding: 40px 0;
}

.faq-header h3 {
  font-family: "Optima-bold", Helvetica, Arial, Sans-Serif;
  font-weight: normal;
  font-size: 19px;
  letter-spacing: 0.01em;
  text-align: center;
  color: #005f6f;
  margin: 0;
}

.tab-label {
  font-family: "Manrope-SemiBold", Helvetica, Arial, Sans-Serif;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.01em;
  color: #0d313c;

  display: flex;
  justify-content: space-between;
  padding: 20px 70px;
  background: transparent;
  cursor: pointer;
  border-bottom: 2px solid #fff;
  position: relative;
  /* Icon */
}
.tab-label:hover {
  /*background: #1a252f;*/
}
.tab-label::after {
  content: "";
  background-image: url("../images/sub-menu-plus.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all 0.35s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 50px;
}
.tab-content {
  max-height: 0;
  padding: 0 50px;
  color: #2c3e50;
  background: white;
  transition: all 0.35s;
  overflow: auto;
}
.tab-content p {
  font-family: "Manrope-Regular", Helvetica, Arial, Sans-Serif;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.01em;
  line-height: 24px;
  color: #0d313c;
}
.tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 16px;
  background: #2c3e50;
  cursor: pointer;
}
.tab-close:hover {
  background: #1a252f;
}

.faq-tabs input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.faq-tabs input:checked + .tab-label {
  /*background: #1a252f;*/
}
.faq-tabs input:checked + .tab-label::after {
  transform: translateY(-50%) rotate(45deg);
}
.faq-tabs input:checked ~ .tab-content {
  max-height: 100vh;
  padding: 20px 50px;
}

.section__contact__main {
  padding: 45px 0;
}

.section__contact__main .container {
  max-width: 1190px;
}

.contact-add-info {
  padding-top: 40px;
  padding-left: 80px;
}

.cinfo-list {
  margin-bottom: 30px;
}

.cinfo-list .cinfo-item:not(:last-child) {
  border-bottom: 1px solid rgba(13, 49, 60, 0.48);
}

.cinfo-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0 24px 0;
}

.cinfo-header {
  display: flex;
  align-items: center;
  flex: 0 0 35%;
}

.cinfo-details {
  flex: 0 0 60%;
}

.cinfo-header img {
  flex: 0 0 40px;
  margin-right: 10px;
}
.cinfo-header h5 {
  font-family: "Optima-Regular", Helvetica, Arial, Sans-Serif;
  font-weight: normal;
  font-size: 17px;
  letter-spacing: 0.07em;
  color: #579ba8;
  text-transform: uppercase;
  margin: 0;
}

.cinfo-details a,
.cinfo-details p {
  font-family: "Manrope-Regular", Helvetica, Arial, Sans-Serif;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.01em;
  line-height: 25px;
  text-align: left;
  color: #0d313c;
  margin: 0;
}

.about-page {
  position: relative;
}

.about-page:before {
  display: none;
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 23%;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/about-page-bgasset.svg);
  z-index: -1;
}

.hab-btn-grp .btn {
  margin-right: 24px;
}

.btn-grp-desktop {
  display: flex;
  flex-wrap: wrap;
}

.btn-grp-mob {
  display: none;
}

.container-small {
  max-width: 780px !important;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.column {
  position: relative;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.column-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.column-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.column-4 {
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
}

.column-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.column-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.column-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.column-8 {
  -ms-flex: 0 0 66.66%;
  flex: 0 0 66.66%;
  max-width: 66.66%;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-stat {
  -ms-flex-align: flex-start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: flex-end !important;
  align-items: flex-end !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.text-center {
  text-align: center !important;
}

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

.section__wsd__header .container {
  max-width: 1440px;
  padding: 0 20px;
}
.section__home__aboutus .flag-icon {
  margin-bottom: 70px;
}
.section__home__aboutus .after-asset {
  padding-bottom: 0px;
  font-family: "Manrope-SemiBold";
}
.section__home__aboutus .after-asset:after {
  content: none;
}
section.section__instagram {
  padding: 45px 0 0;
  position: relative;
}

.section__instagram p.instagram_title {
  font-family: "Optima-Regular", Helvetica, Arial, Sans-Serif;
  font-weight: normal;
  font-size: 17px;
  text-align: center;
  letter-spacing: 1.21333px;
  text-transform: uppercase;
  color: #579ba8;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.section__instagram p.instagram_title img {
  margin-right: 12px;
}
.section__instagram h4.instagram_title img {
  margin-top: -2px;
  margin-right: 15px;
}
.google__review .review_list {
  max-width: 90%;
  margin: 0 auto;
}
.google__review .review_title {
  margin-bottom: 60px;
  text-align: center;
}
.google__review .review_title p {
  font-size: 38px;
  line-height: 45px;
  text-align: center;
  letter-spacing: 0.253333px;
  color: #579ba8;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 10px;
}
.google__review div#wprev-slider-1 {
  padding-bottom: 50px;
}
a.wprs_rd_less,
a.wprs_rd_more {
  color: rgb(0, 131, 131);
}
.google__review .wprs_unslider-nav ol li.wprs_unslider-active {
  background: #579ba8;
}
.google__review .wprs_unslider-nav ol li {
  background: rgb(87 155 168 / 40%);
  border: 1px solid rgb(87 155 168 / 40%);
}
.google__review .wprs_unslider-arrow {
  top: 28% !important;
}
.google__review span.wprsp-star-full {
  padding: 0 4px;
  font-size: 17px;
}

.section-header h1 {
  font-family: "Optima-Regular", Helvetica, Arial, Sans-Serif;
  color: #579ba8;
  font-size: 38px;
  line-height: 51px;
  text-align: center;
  letter-spacing: 0.2533333px;
  margin: 0;
  font-weight: normal;
  margin-bottom: 50px;
}
.contatc_form {
  padding: 45px 30px 20px 45px;
  background: #ffffff;
  box-shadow: 0px 0px 4px 2px rgb(0 0 0 / 7%);
  border-radius: 6px;
  margin-top: 40px;
}
.contatc_form
.gform_wrapper
input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.contatc_form
.gform_wrapper.gf_browser_chrome
ul.gform_fields
li.gfield
select {
  opacity: 0.99;
  border: 1px solid #579ba8;
  border-radius: 6px;
  height: 66px;
  padding: 0 15px;
  color: rgba(13 49 60 / 50%);
  font-family: "Manrope-Medium", Helvetica, Arial, Sans-Serif;
  font-weight: 500;
  font-size: 18px;
}
.contatc_form .gform_wrapper .top_label div.ginput_container {
  margin-top: -10px !important;
}
.contatc_form .gform_wrapper label.gfield_label,
.contatc_form .gform_wrapper legend.gfield_label {
  z-index: 9;
  position: relative;
  margin-left: 30px;
  background: #fff;
  padding: 0 10px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.106667px;
  color: #579ba8;
  font-family: "Manrope-Regular", Helvetica, Arial, Sans-Serif;
  font-weight: normal;
}
.contatc_form .gform_wrapper textarea.large {
  height: 180px;
  border: 1px solid #579ba8;
  border-radius: 6px;
  padding: 0 15px;
  color: rgba(13 49 60 / 50%);
  font-family: "Manrope-Medium", Helvetica, Arial, Sans-Serif;
  font-weight: 500;
  font-size: 18px;
}
.contatc_form .gform_wrapper li.gfield.gfield_error,
.contatc_form
.gform_wrapper
li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: unset;
  border: none !important;
}
.contatc_form
.gform_wrapper
li.gfield.gfield_error.gfield_contains_required
label.gfield_label {
  margin-top: 0px;
}
.contatc_form .validation_error {
  display: none;
}
.contatc_form input#gform_submit_button_1 {
  font-family: "Manrope-Medium", Helvetica, Arial, Sans-Serif;
  font-size: 18px;
  color: #008383;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 1.58px;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  border-radius: 6px;
  padding: 12px 32px;
  transition: all 0.5s;
  background-color: transparent;
  border: solid 1px #008383;
  cursor: pointer;
}
.contact-page-map {
  height: 537px;
  width: 100%;
}
p.mapinfo {
  margin: 0;
}
.contact-smallicon {
  flex: 0 0 40px;
  margin-right: 10px;
}
.contatc_form .gform_wrapper .gform_footer {
  text-align: center;
}
h1.page-title {
  font-family: "Optima-Regular", Helvetica, Arial, Sans-Serif;
  font-weight: normal;
  font-size: 38px;
  letter-spacing: 0.01em;
  text-align: left;
  color: #579ba8;
  margin: 0 0 15px 0;
}
h2.entry-title a {
  font-family: "Optima-Regular", Helvetica, Arial, Sans-Serif;
  font-weight: normal;
  font-size: 28px;
  text-align: center;
  color: #005f6f;
}
section.default-page-sec {
  position: relative;
  margin-top: 40px;
}
.admin-bar header {
  top: 32px;
}

.about-page .section__home__funds,
.about-page .section__instagram {
  background-color: #fff;
}

.about-page .section__about___featured {
  position: relative;
  background: #fcf6f1;
  padding: 40px 0 100px;
}

.about-page .section__about___featured .container {
  position: relative;
  z-index: 1;
}

.section__home__provider img {
  width: 200px;
  height: auto;
}

.section__home__funds .section-header h3 {
  text-align: center;
}
.funds-carousel .owl-item img {
  max-height: 180px;
}
section.section__home__provider{
  padding-top: 60px;
}
.home__provider {
    display: flex;
    justify-content: center;
    align-items: center;
}
.section__home__provider p {
  font-size: 23px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.253333px;
  color: #579ba8;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 20px;
}
h3.treatments-sub_title{
  color: #0D313C;
  font-family: "Manrope-Regular";
  font-size: 18px;
}
h3.treatments-title{
  color: #000;
}
.feature-services-item:hover h3 {
    color: #fff;
}
.site-logo img.img-fluid{
  height: 65px;
}
@media (min-width: 1921px) {
  .max-cont {
    max-width: 1900px;
    margin: 0 auto;
  }
}
@media (max-width: 1920px) {
  .max-cont {
    max-width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 1400px) {
  .navbar > .menu-item {
    margin: 0 15px;
  }
}
@media (max-width: 1260px) {
  .navbar > .menu-item {
    margin: 0 8px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
@media (min-width: 1500px) {
    .container {
      max-width: 1440px;
    }
  }

  @media (min-width: 992px) and (max-width: 1199px) {
    .nav-contact-link .btn{
        padding: 12px 6px;
    }
    .nav-contact-link .call-no{
        padding: 14px 7px;
    }
    .navbar > .menu-item {
        margin: 0 5px;
    }
    .navbar li a{
      font-size: 15px;
    }
    .container {
      max-width: 970px;
    }
    .contact-add-info {
      padding-left: 0;
    }
    .section__about___featured .container,
    .section__Services__main .container {
      max-width: 100%;
    }
    .section__wsd__header .container {
      max-width: 100%;
      padding: 0 20px;
    }
    .ov-memu-header .logosec,
    .site-logo {
      max-width: 180px;
    }
  }

  @media (min-width: 768px) and (max-width: 991px) {
    .container {
      padding-right: 60px;
      padding-left: 60px;
    }
    .section__home__aboutus:after {
      width: 50%;
    }
    .contact-address-info {
      padding: 25px 0 25px 25px;
    }
    .admin-bar .overlay-menu {
      top: 45px;
    }
    .section__home___featured .column-3 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
    }
  }

  @media (max-width: 991px) {
    .column-medium-12 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
    .column-medium-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
    }
    .column-medium-4 {
      -ms-flex: 0 0 33.33%;
      flex: 0 0 33.33%;
      max-width: 33.33%;
    }
    .site-content-wrapper {
      padding-top: 111px !important;
    }
    .mobile-toogle-btn {
      display: inline-block;
    }
    .navbar {
      display: none;
    }
    .nav-contact-link {
      display: none;
    }
    .ov-memu-header .logosec,
    .site-logo {
      max-width: 180px;
    }
    .ov-memu-header,
    .section__wsd__header {
      padding: 20px 40px;
    }
    .overlay-menu .ov-memu-header{
      padding: 30px 20px 20px !important;
    }
    .overlay-nav {
      padding: 0 40px;
    }
    .section__home__banner__sec {
      padding: 100px 0 0;
    }
    .nav-contact-link-mob {
      padding: 0 30px;
    }
    .nav-contact-link-mob .btn.btn-secondary {
      min-width: auto;
      padding: 14px;
    }
    .home-about-content h2 {
      font-size: 30px;
    }
    .home-about-content p {
      font-size: 16px;
    }
    .single-service-img {
      position: relative;
      padding-bottom: 60%;
      right: 0;
      width: 100%;
      height: 100%;
      margin-bottom: 40px;
      margin-top: 0;
    }
    .contact-add-info {
      padding-left: 0;
    }
    .section__singleservice__main .about-content h6,
    .section__singleservice__main .about-content p {
      max-width: 100%;
    }
    .section__home___featured:after {
      top: -80px;
      height: calc(100% + 80px);
    }
    .contact-address-info {
      margin-left: 0;
    }
    .btn-grp-desktop .btn {
      margin: 0 24px 15px 0;
    }
    .modal-header,
    .modal-body {
      padding: 20px 0;
    }
    .opened .modal-dialog {
      max-width: calc(100% - 30px);
    }
    .hab-btn-grp .btn:last-child {
      margin-right: 0;
    }
    .hab-btn-grp .btn {
      margin-right: 8px;
    }
    .home-about-content{
      padding-left: 0;
    }
    .home-banner-content{
        padding-bottom: 30px;
    }
  }
  @media screen and (max-width: 782px) {
    .admin-bar header,
    .admin-bar .overlay-menu {
      top: 45px;
    }
    #wpadminbar {
      position: fixed !important;
    }
  }

  @media (max-width: 767px) {
    .two_right {
        width: 100%;
        padding-left: 0;
        margin-top: 30px;
    }
    .two_left {
      width: 100%;
      padding-right: 0;
      
    }
    .two_main {
      flex-direction: column;
  }
    p {
      font-size: 16px;
    }
    .column-small-12 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
    .column-small-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
    }
    .home-banner-content h1 {
      font-size: 30px;
      line-height: 40px;
    }
    .after-asset {
      margin-bottom: 10px;
    }

    .section__home__aboutus:after {
      width: 100%;
      height: 100%;
    }
    .section__home___featured {
      padding: 60px 0 60px;
    }
    .fs-image.bg-cover {
      display: none;
    }
    .fs-image-caption {
      width: 100%;
      margin-top: 0;
    }

    .section__home___featured h2 {
      font-family: "Optima-Regular", Helvetica, Arial, Sans-Serif;
      font-weight: normal;
      font-size: 28px;
      text-align: center;
      color: #005f6f;
    }
    .feature-services-item {
      margin: 15px 0;
    }
    .sec-dottom-content {
      flex-direction: column;
    }
    .sec-dottom-content h6 {
      margin: 0 0 30px 0;
      font-size: 16px;
    }
    .fs-image-caption h5 {
      font-size: 16px;
    }
    .home-banner-content {
      padding: 20px;
    }
    .section__home__banner__sec {
      padding: 50px 0 0px;
    }
    .footer-logo {
      padding: 0 0 50px;
    }
    .footer-logo-col {
      order: 1;
    }
    .footer-first-col {
      order: 2;
    }
    .footer-last-col {
      order: 3;
    }
    footer .footer-first-col, .footer-last-col {
      padding-top: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      text-align: center;
    }
    .footer-nav{
      text-align: center;
      margin-top: 30px;
    }
    .social-link,.footer-logo-grp{
      justify-content: center;
    }
    .footer-bottom-row {
      flex-direction: column;
      padding: 15px;
    }
    .footer-bottom-nav li:last-child {
      margin-right: 0;
    }
    .footer-bottom-nav li a {
      font-size: 16px;
    }

    .footer-bottom-row p {
      display: none;
    }
    .section-header h3 {
      font-size: 16px;
    }

    .add-info-item h5 {
      font-size: 16px;
    }
    .add-info-item h6,
    .add-info-item h6 a {
      font-size: 16px;
    }

    .btn-grp-mob {
      display: flex;
      flex-wrap: wrap;
    }
    .btn-grp-desktop {
      display: none;
    }

    .section__about__main .column-5 {
      order: 1;
    }
    .section__about__main .column-7 {
      order: 0;
    }
    .about-content-img {
      margin-bottom: 40px;
    }
    .section-header h2,
    .about-content h1 {
      font-size: 30px;
    }
    .about-content h6 {
      font-size: 16px;
    }
    .section__about__main .about-content p {
      font-size: 16px;
    }
    .about-book-grp {
      margin: 20px 0 0 0;
    }
    .about-book-grp .btn {
      margin-bottom: 15px;
    }
    .section__about___featured {
      background-color: #f8f5f2;
    }
    .section__about___featured {
      padding: 40px 0;
    }
    .our-teamitem {
      margin: 0 0 30px 0;
    }
    .section__Services__main {
      background-color: #f8f5f2;
    }

    .section-content p {
      font-size: 16px;
    }
    .single-service-img {
      position: relative;
      padding-bottom: 60%;
      right: 0;
      width: 100%;
      height: 100%;
      margin-bottom: 40px;
    }

    .book-online-add {
      flex-direction: column;
      align-items: flex-start;
      padding: 15px 20px;
    }
    .bo-cont {
      max-width: 100%;
    }
    .bo-btn .call-no-white {
      margin-left: 0;
    }
    .bo-btn .btn {
      padding: 14px;
      line-height: 22px;
    }

    .tab-label {
      padding: 20px 40px 20px 20px;
    }
    .tab-content {
      padding: 0 20px;
    }
    .tab-label::after {
      right: 20px;
    }
    .faq-tabs input:checked ~ .tab-content {
      max-height: 100vh;
      padding: 20px 20px;
    }
    .section__singleservice__main {
      margin: 0;
    }
    .about-book-grp h5 {
      margin: 0 0 20px 0;
    }
    .contact-add-info {
      padding-left: 0;
    }

    .cinfo-item {
      flex-direction: column;
      align-items: flex-start;
    }
    .cinfo-header {
      flex: 0 0 100%;
      margin-bottom: 15px;
      width: 100%;
    }
    .cinfo-header h5 br {
      display: none;
    }
    .section__orthodontics .section-header {
      margin: 0 0 40px 0;
    }
    .modal-header,
    .modal-body {
      padding: 0;
    }
    .modal-team-info {
      order: 2;
    }
    .modal-team-image {
      order: 1;
      margin-bottom: 30px;
    }
    .modal-header {
      text-align: right;
      margin-bottom: 20px;
    }
    .section__home__aboutus .flag-icon {
      margin-bottom: 0;
    }
    .section__home__aboutus {
      padding: 40px 0 20px;
    }
    .google__review .review_title h2 {
      font-size: 30px;
    }
    .google__review div#wprev-slider-1 {
      padding-bottom: 0px;
    }
    .home-about-content {
      margin-bottom: 0;
      padding-left: 0;
      margin-top: 40px;
    }
    section.section__home__provider {
      padding-top: 30px;
    }
    .section__home__provider img {
      width: 220px;
      height: auto;
      margin: 0 auto;
      display: flex;
    }
    .footer-logo-img{
      width: 170px;
    }
    footer .footer-first-col, .footer-last-col {
      padding-top: 0;
    }
    .section__home__provider h2 {
      font-size: 30px;
    }
    .book-online-add .bo-btn .btn {
      margin: 15px 20px 0 0;
    }
    .section__singleservice__main {
      padding: 45px 0 45px;
    }
  }

  @media (max-width: 520px) {
    .column-xsmall-12 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
    .ov-memu-header,
    .section__wsd__header {
      padding: 20px 40px;
    }
    .overlay-nav {
      padding: 0 20px;
    }
    .nav-contact-link-mob {
      padding: 0 10px;
    }
    .section__home___featured:after {
      top: -40px;
      height: calc(100% + 40px);
    }
    .section__home__banner__sec {
      padding: 40px 0 0px;
    }
    .section__home___featured {
      padding: 80px 0;
    }
    .section__wsd__header .container {
      padding: 0;
    }
    .footer-bottom-nav {
      flex-wrap: wrap;
      justify-content: center;
    }
    .fs-image-caption h5 {
      font-size: 16px;
    }
    .bo-cont {
      text-align: center;
    }
    .bo-btn {
      flex-wrap: wrap;
      justify-content: center;
    }
    .bo-btn .btn {
      min-width: 188px;
      margin: 15px 0 0 0;
    }
    .book-online-add .bo-btn .btn {
      margin: 15px 20px 0 0;
    }
  }



