body {

  font-family: "Poppins-Regular";

  padding: 0px;

  margin: 0px;

  overflow-x: hidden;

}
.hide{
  display: none !important;
}

.overflow.active {

  overflow: hidden;

}

a {

  text-decoration: none;

  -webkit-transition: all 0.5s;

  transition: 0.5s;

}

a:hover {

  text-decoration: none;

  transition: 0.5s;

  -webkit-transition: all 0.5s;

}

a:focus {

  text-decoration: none;

  outline: none;

}

ul {

  padding: 0;

  margin: 0;

}

li {

  list-style: none;

}

button {

  cursor: pointer;

  border: none;

  outline: none;

  background:transparent;

  padding: 0;

}

button:focus {

  outline: none;

}

[type=reset], [type=submit], button, html [type=button] {

  cursor: pointer;

}

*,

*:focus,

*:focus-within {

  outline: none;

  outline-color: transparent;

  text-decoration: none;

}

/* fonts */

@font-face {

  font-family: Poppins-Bold;

  src: url(../font/Poppins-Bold.ttf);

}

@font-face {

  font-family: Poppins-Italic;

  src: url(../font/Poppins-Italic.ttf);

}

@font-face {

  font-family: Poppins-Regular;

  src: url(../font/Poppins-Regular.ttf);

}

@font-face {

  font-family: Poppins-SemiBold;

  src: url(../font/Poppins-SemiBold.ttf);

}

@font-face {

  font-family: Lato-Bold;

  src: url(../font/Lato-Bold.ttf);

}

.container {

  max-width: 1230px;

}

/*=========== Mobile Menu STYLE Start ========*/
/*body.mobile-menu-open{overflow:hidden;}*/
.menu-open-overlay{position:fixed; top:0; left:0; width:100%; bottom:0; background:#23203F; display:none; z-index:12; opacity:0.5;}
.mobile-menu-open .menu-open-overlay{display:block;}
.mobile-menu-block{background:#fff; bottom:0; color:#16181C; position:fixed; top:0; left:-400px; width:380px; z-index:-4; font-size:16px;-webkit-transition:all 0.4s ease 0s;-o-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
.mobile-menu-open .mobile-menu-block{left:0; z-index:20;}
.mobile-menu-inner{height:calc(100% - 80px); overflow:auto; padding:10px 20px; position: relative; z-index: 3;}
.mobi-logo {padding: 13px 20px; border-bottom:1px solid #ddd; }
.mobi-logo a, .mobi-logo img {display: block; width: auto; height: auto; }
.mobile-nav ul{margin:0; padding: 0; list-style: none;}
.mobile-nav li {margin: 0; padding: 10px 0; color: #23203F; font-weight: 400; text-transform: none; position: relative; }
.mobile-nav ul li a{display:block; color:#23203F; font-weight:500; font-size:18px; text-transform:none; letter-spacing:0; padding:0 40px 0 0;}
.mobile-nav > ul > li.current-menu-item > a,
.mobile-nav > ul > li.current-menu-ancestor > a,
.mobile-nav > ul > li.current-page-ancestor > a{color:#23203F;}
.mobile-nav li li{border:none; padding:5px 0;}
.mobile-nav li li a{font-size:17px; text-transform:none; font-weight:400; padding:0 40px 0 0;}
.mobile-nav li li.current-menu-item a{color:#23203F;}
.mobile-nav li li li a{padding-left:0;}
.mobile-nav ul.sub-menu{margin:0; padding:10px 10px 0;}
.hitarea{display:block; width:40px; height:40px; text-align:center; position:absolute; right:0; top:0;}
.hitarea:before {content: ""; width: 17px; height: 17px; position: absolute; left: 0; right: 0; top: 14px; z-index: 3; margin: 0 auto; -webkit-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; display: flex; align-items: center; justify-content: center; background: url(../img/dromw-icon.svg) no-repeat center; background-size: contain; }
.mobile-nav ul.sub-menu .hitarea:before { top:10px; left: 87%;}
.collapsable-hitarea.hitarea:before{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg);}
.mobile-nav .collapsable-hitarea + a{color:#44554D;}
.mobi-bottom-inner{padding: 10px 10px; -ms-flex-wrap: wrap; flex-wrap: wrap;}
.mobi-bottom-inner .btn{width: 100%; margin: 5px;}
.mobile-btns.head-btnbox {margin: 0; padding: 15px 20px; justify-content: center; background: #f2f5f7; }
.mobile-btns.head-btnbox .btn + .btn { margin-left:15px; }
/*========== Mobile Menu STYLE End==============*/
/*Mobile Menu Css Start*/
.mobi-iconbox{display:none; position:absolute; right:20px; top:0; bottom: 0; margin: auto; z-index:40; -webkit-transition:all 0.4s ease; -o-transition:all 0.4s ease; transition:all 0.4s ease;background: #f3f3f3; padding: 10px; width: 48px; height: 48px; border-radius: 50%;}
.menuicon{display: block; width: 22px; height: 22px; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;}
.icon-bar{display:-webkit-box;display:-ms-flexbox;display:flex;display:-webkit-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; min-width: 100%; height: 18px; position: relative; cursor: pointer;}
.icon-bar:before,
.icon-bar:after{display: block; content: ""; width: 100%; height: 2px; background: #1C1C1C; position: absolute; left: 0; top: 0;-webkit-transition:all 0.4s ease 0s;-o-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;border-radius:5px;}
.icon-bar:after{top: auto; bottom: 0;}
.icon-bar .line{display: block; width: 100%; height: 2px; background: #1C1C1C; position: absolute; right: 0; left: 0; top: 0; bottom: 0; margin: auto 0;-webkit-transition:all 0.4s ease 0s;-o-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;border-radius:5px;}
.icon-bar.active .line{width: 2px; opacity: 0;}
.icon-bar.active:before{-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg); top: 8px; background: #1C1C1C;}
.icon-bar.active:after{-webkit-transform: rotate(-45deg);-ms-transform: rotate(-45deg);transform: rotate(-45deg); bottom: 8px; background: #1C1C1C;}
/*Mobile Menu Css End*/

.section-header {

  padding: 30px 0;

  background: #FFFFFF;

}

.flex-header {

  display: flex;
  justify-content: space-between;

  position: relative;

}

.link-header {

  display: flex;

  align-items: center;

  justify-content: end;

}

.link-header p {

  font-family: "Poppins-Bold";

  color: #1C1C1C;

  font-size: 16px;

  line-height: 160%; /* 25.6px */

  margin: 0 20px 0 0;

}

.link-header .btn-link{

  font-family: "Poppins-SemiBold";

  border-radius: 10px;

  background: #44554D;

  color: #ffffff;

  font-size: 16px;

  line-height: 25.6px;

  display: block;

  padding: 17px 41px;

  margin-left: 20px;

  border: none;

}

.link-header a {
  font-family: "Poppins-SemiBold";
    color: #000;
    font-size: 16px;
    line-height: 25.6px;
    padding: 17px 41px;
    display: inline-block;
    font-weight: 700;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #181246;
}

.link-header .btn-link:hover{
  text-decoration: none;
}

header .menu ul li {

  position: relative;

}

header .menu ul li:last-child {

  margin: 0;

}

header .menu ul li a {

  color: #1C1C1C;

  font-size: 16px;

  line-height: 160%;

  position: relative;

  display: flex;

  align-items: center;

}

header .menu ul li.current-menu-item > a {

    color: #44554D;

    font-weight: 700;

}

header .menu {
  padding-top: 14px;
  padding-bottom: 14px;
  display: flex;
  justify-content: center;
  border-top: 1px solid #D9D9D9;
}
header .menu ul li.service-menu .sub-menu li{
    width: 50% !important;
}
.right-block {
    width: 100%;
}

main .section-banner {

  background: #EFEFEF;

  position: relative;

  padding: 102px 0;

}

section.section-banner.video .images-banner {
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.images-banner img {

  width: 100%;

  height: 100%;

  object-fit: cover;

}

.heading-banner {

  width: 583px;

}

.heading-banner h1 {
    font-family: "Poppins-Bold";
    color: #44554D;
    font-size: 50px;
    line-height: 114.5%;
    margin: 0;
}
section.section-banner.page .heading-banner p {
    width: 100%;
    color: #Ffff;
}
section.section-banner.page .heading-banner h1 {
  color: #fff;
}
.heading-banner h6 {

  font-family: "Poppins-Bold";

  color: #1C1C1C;

  font-size: 25px;

  line-height: 142%; /* 35.5px */

  margin: 10px 0;

}

.heading-banner p {

  color: #1C1C1C;

  font-size: 25px;

  line-height: 142%;

  margin: 0 0 20px 0;

}

.link-s a {

  font-family: "Poppins-SemiBold";

  color: #ffffff;

  font-size: 16px;

  line-height: 160%; /* 25.6px */

  display: inline-block;

  padding: 17px 41px;

  border-radius: 10px;

  background: #44554D;

}

.heading {

  text-align: center;

  margin-bottom: 22px;

  display: flex;

  justify-content: center;

  flex-wrap: wrap;

}

.heading h2 {

  font-family: "Poppins-Bold";

  color: #1C1C1C;

  font-size: 37px;

  line-height: 130%; /* 52px */

  margin: 0;

  width: 100%;

}

.heading .brd {

  width: 100px;

  height: 3px;

  background: #000000;

  margin: 15px auto;

}

.heading p {

  color: #1C1C1C;

  font-size: 20px;

  line-height: 142%; /* 28.4px */

  margin: 0;

  width: 100%;

}

.section {

  padding: 50px 0 70px 0;

}

.images-about {

  overflow: hidden;

  width: 555px;

  border-radius: 20px;

}

.images-about img {

  width: 100%;

  height: 100%;

  object-fit: cover;

}

.description-about p {

  color: #1C1C1C;

  font-size: 18px;

  line-height: 142%; /* 25.56px */

  margin: 0;

}

.description-about p:first-child {

  margin: 0;

}

.description-about p {

  margin-top: 20px;

  margin-bottom: 30px;

}

.description-about {

  display: block;

  height: 100%;

  align-content: center;

  flex-wrap: wrap;

}

.reminder {

/*  background: #0977BD;*/

  border-radius: 20px;

  overflow: hidden;

  margin-top: 30px;

}

.block-reminder {

  border-radius: 0 0 20px 20px;

  background: #44554D;

  padding: 39px 58px;

  text-align: center;

  margin-bottom: -20px;

  position: relative;

}

.block-reminder p {

  font-family: "Poppins-Italic";

  width: 100%;

  display: inline-block;

  color: #FFF;

  font-size: 16px;

  line-height: 142%; /* 22.72px */

  margin: 9px 0;

}

.block-reminder h5 {

  font-family: "Poppins-Bold";

  color: #FFFFFF;

  font-size: 20px;

  line-height: 142%; /* 28.4px */

  margin: 0;

}

.flex-reminder {

  display: flex;

  align-items: center;

  justify-content: space-between;

  padding: 50px 100px 30px;

  background: #dddddd;

}

.flex-reminder h3 {

  font-family: "Poppins-SemiBold";

  color: #1F1F1Fs;

  font-size: 40px;

  line-height: 130%; /* 52px */

  margin: 0;

}

.flex-reminder a {

  font-family: "Poppins-SemiBold";

  border-radius: 10px;

  background: #44554D;

  color: #ffffff;

  font-size: 16px;

  line-height: 160%; /* 25.6px */

  display: inline-block;

  padding: 17px 41px;

}

.bg {

  background: #EFEFEF;

}

.content-personalized {

  text-align: center;

}

.content-personalized p {

  color: #1C1C1C;

  font-size: 16px;

  font-weight: 400;

  line-height: 142%; /* 22.72px */

  margin: 0;

}

.content-personalized h3 {

  font-family: "Poppins-Bold";

  color: #1C1C1C;

  font-size: 25px;

  line-height: 142%; /* 35.5px */

  margin: 25px 0;

}

.flex-provide {

  display: flex;

  align-items: center;

  justify-content: space-between;

  padding: 30px 0;

  margin: 30px 0;

  border-top: 1px solid #D9D9D9;

  border-bottom: 1px solid #D9D9D9;

}

.flex-provide h3 {

  font-family: "Poppins-Bold";

  color: #1C1C1C;

  font-size: 25px;

  line-height: normal;

  margin: 0;

  width: 100%;

  max-width: 40%;

}

.flex-provide ul {

  display: flex;

  align-items: center;

  flex-wrap: wrap;

  width: 673px;

}

.flex-provide ul li {

  display: flex;

  align-items: center;

  color: #1C1C1C;

  font-size: 15px;

  line-height: 142%;

  margin-bottom: 23px;

  margin-left: 45px;

}

.flex-health-list ul {
    display: block; columns: 3; -webkit-columns: 3; -moz-columns: 3; width: 100%; max-width: 60%;
}
.flex-health-list ul li {
    padding-left: 30px;position: relative; margin-left: 0;
}
.flex-health-list ul li:before {
    content: ""; position: absolute; top: 0; left: 0; width: 20px; height: 20px; background: url('../img/check-arrow.svg') no-repeat center; background-size: cover;
}

.content-personalized.reach {

  text-align: left;

}

.content-personalized.reach p {

  font-family: "Lato-Bold";

}

.content-personalized.reach a {

  color: #043757;

  text-decoration-line: underline;

}
.content-personalized.reach a:hover {
  color: #043757;
}

.flex-item {

  display: flex;

  justify-content: space-between;

  flex-wrap: wrap;

}

.section-services .flex-item .item {

    width: 32.5%;

    height: 321px;

    margin-top: 15px;

    border-radius: 20px;

    display: flex;

    flex-wrap: wrap;

    justify-content: center;

    text-align: center;

    padding: 0;

    align-content: center;

    position: relative;

    overflow: hidden;

}

.section-services .flex-item .item h2 {

  font-family: "Poppins-Bold";

  color: #fff;

  font-size: 25px;

  line-height: 142%;

  width: 100%;

  position: absolute;

  bottom: 30px;

  margin: 0;

  z-index: 5;

  padding: 0 2px;

}

.section-services .flex-item .item h2 {

  font-family: "Poppins-Bold";

  color: #fff;

  font-size: 25px;

  line-height: 142%;

  width: 100%;

  position: absolute;

  bottom: 30px;

  margin: 0;

  z-index: 5;

  padding: 0 2px;

}

.choose-section .flex-item .item h2 {

  color: #1C1C1C;

}

.section-services .flex-item .item h2::after {

    content: '';

    position: absolute;

    bottom: -40px;

    width: 100%;

    height: 160px;

    left: 0;

    z-index: -1;

    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 102.98%);

}

.section-services .flex-item .item .icon-item img {

    width: 100%;

    height: 100%;

    object-fit: cover;

}

.section-services .flex-item .item p {

  color: #1C1C1C;

  font-size: 14px;

  line-height: 142%; /* 19.88px */

  margin: 0;

  padding: 0 12px;

}

.more-about {

  margin: 30px auto 0;

  text-align: center;

}

.more-about button {

  border-radius: 10px;

  background: #DCBEBA;

  font-family: "Poppins-SemiBold";

  color: #FFF;

  font-size: 16px;

  line-height: 160%; /* 25.6px */

  padding: 17px 41px;

}

.more-about a {

  border-radius: 10px;

  background: #44554D;

  font-family: "Poppins-SemiBold";

  color: #FFFFFF;

  font-size: 16px;

  line-height: 160%; /* 25.6px */

  padding: 17px 41px;

  display: inline-block;

}

.section-improve {

  background: url(../img/improve-home.png) no-repeat center;

  background-size: cover;

  position: relative;

}

.section-improve .heading {

  text-align: left;

  margin: 0;

  justify-content: flex-start;

}

.section-improve .heading .brd {

  margin: 15px 0;

  background: #fff;

}

.section-improve .heading h2 {

  color: #FFF;

}

.section-improve .heading p {

  color: #fff;

}

.improve p {

  color: #FFF;

  font-size: 14px;

  line-height: 142%; /* 19.88px */

  margin: 20px 0;

}

.section-improve .start-consultation{
  color: #fff;
  background: #4E7663;
  border: none;
  margin-right: 15px;
}

.section-improve .improve p {
    max-width: 450px;
}

.flex-link a {
  font-family: "Poppins-SemiBold";
  color: #000;
  font-size: 16px;
  line-height: 25.6px;
  padding: 17px 41px;
  display: inline-block;
  font-weight: 700;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #181246;
}


.heading h3 {

  font-family: "Poppins-Bold";

  color: #1C1C1C;

  font-size: 25px;

  line-height: 142%; /* 35.5px */

  margin: 20px 0 30px;

  width: 100%;

}

.play-button {

  font-family: "Poppins-SemiBold";

  display: flex;

  align-items: center;

  color: #1C1C1C;

  font-size: 16px;

  line-height: 160%; /* 25.6px */

}

.play-button img {

  margin-right: 10px;

}

.section-creators .flex-item .item {

  width: 285px;

  height: 363px;

  padding: 0 11px;

}

section.section-services.creators .flex-item .item {

  width: 285px;

  height: auto;

  padding: 50px 11px;

  align-content: flex-start;

  background: #F7F7F7;

}

/*.flex-item .item:nth-child(even) {
    background: #F7F7F7 !important;
}
*/
.flex-form {

  display: flex;

  justify-content: space-between;

  margin-top: 50px;

}

.form-contact {

  border-radius: 20px;

  background: #44554D; 
  padding: 50px;

  width: 628px;

}

.input-form {

  width: 100%;

  height: 60px;

  border-radius: 10px;

  border: 1px solid #DCDCDC;

  background: #FFFFFF;

  padding: 17px 31px;

  margin-bottom: 20px;

  color: #999999;

  font-size: 16px;

  line-height: 160%; /* 25.6px */

}

.input-form::placeholder {

  color: #999999;

  font-size: 16px;

  line-height: 160%; /* 25.6px */

}



textarea.input-form {

  height: 180px;

}

.form-contact p {

  margin: 0;

}

.form-contact .contact-footer p {

  color: #fff;

  font-size: 20px;

  line-height: 142%; /* 28.4px */

  margin: 0;

}

.form-contact .contact-footer p:last-child {

  margin-top: 20px;

}

.form-contact .contact-footer a {

  color: #44554D;

  font-size: 20px;

  line-height: 142%; /* 28.4px */

}

.contact-footer p span{

  color: #FF0000;
}

.submit-value {

  text-align: center;

  font-family: "Poppins-SemiBold";

  display: inline-block;

  border: none;

  width: 100%;

  padding: 17px;

  color: #fff;

  font-size: 16px;

  line-height: 160%; /* 25.6px */

  border-radius: 10px;

  background: #4E7663;
}
.submit-value:hover{
  background: #1C1C1C; color: #4E7663;
}

.home-contact .wpcf7-response-output {
    color: #fff;margin: 0 0 20px !important;
}

.dr-richard {

  width: 531px;

  overflow: hidden;

  border-radius: 10px;

  height: 100%;

}
html {
    overflow-x: hidden;
}
.dr-richard img {

  width: 100%;

  height: 632px;

  object-fit: cover;

}

.dr-text {

  padding: 65px 50px;

  background: #44554D;

}

.dr-text h6 {

  font-family: "Poppins-Bold";

  color: #ffffff;

  font-size: 30px;

  line-height: 130%; /* 39px */

  margin: 0 0 10px 0;

}

.dr-text span {

  color: #ffffff;

  font-size: 20px;

  line-height: 142%; /* 28.4px */

  display: inline-block;

  width: 100%;

}

.section-patient .flex-item .item {

  margin-bottom: 20px;

  width: 23.8%;

  border-radius: 20px;

  background: #F7F7F7;

  padding: 20px;

  text-align: center;

  display: flex;

  flex-wrap: wrap;

  justify-content: center;

  align-content: space-between;

}

.section-patient .flex-item .item .img-item {

  width: 100%;

  border-radius: 10px;

  height: 165px;

  overflow: hidden;

}

.section-patient .flex-item .item .img-item img {

  width: 100%;

  height: 100%;

  object-fit: cover;

}

.section-patient .flex-item .item h3 {

  font-family: "Poppins-SemiBold";

  color: #1C1C1C;

  font-size: 18px;

  line-height: 25px; /* 138.889% */

  margin: 20px 0;

}

.section-patient .flex-item .item a {

  font-family: "Poppins-SemiBold";

  color: #181246;

  font-size: 16px;

  line-height: 160%; /* 25.6px */

}

.section-gallery .flex-item .item {

  width: 23.8%;

  height: 269px;

  overflow: hidden;

  border-radius: 10px;

  margin-top: 20px;

}

.section-gallery .flex-item .item img {

  width: 100%;

  height: 100%;

  object-fit: cover;

}

.section-touch .heading::after {
    content: '';
    display: block;
    background: url(../img/personal-touch.png) no-repeat;
    background-size: contain;
    position: absolute;
    width: 306px;
    height: 100%;
    z-index: -2;
    top: 70px;
}
.section-touch .heading {

  position: relative;

  z-index: 1;

}

.section-footer {

  padding: 50px 0;

  background: #EFEFEF;

}

.bg_color {

  background: #EFEFEF;

}

.footer-logo p {

  color: #1C1C1C;

  font-size: 16px;

  line-height: 200%; /* 32px */

  margin: 35px 0 30px;

}

.footer-logo .rgm a {

  display: flex;

  align-items: center;

}

.footer-logo .rgm a p {

  margin: 0 0 0 10px;

  line-height: 100%;

}

.footer-logo .rgm a p span {

  color: #BCA667;

}

.flex-footer {

  display: flex;

  align-items: center;

  justify-content: space-between;

}

.block-right-footer span {

  font-family: "Poppins-Bold";

  color: #1C1C1C;

  font-size: 20px;

  line-height: 114.5%;

  display: inline-block;

  width: 100%;

}

.block-right-footer {

  width: 814px;

}

.menu-footer .menu ul {

  display: flex;

  justify-content: space-between;

  margin-top: 15px;

  margin-bottom: 20px;

}

.menu-footer .menu ul li a {

  color: #1C1C1C;

  font-size: 16px;

  line-height: 230%;

  transition: 0s;

}

.menu-footer .menu ul li a:hover {

  font-weight: 600;

  color: #44554D;

}
.addres-footer {

  display: flex;

  align-items: center;

  justify-content: space-between;

}

.addres-footer ul {

  margin-bottom: 20px;

}

.addres-footer ul li {

  display: flex;

  align-items: center;

  color: #000

  font-size: 16px;

  line-height: 142%; /* 22.72px */

  margin-top: 12px;

}

.addres-footer ul li a {

    font-family: 'Poppins-Regular';

    background: transparent;

    display: flex;

    align-items: center;

    color: #1C1C1C;

    font-size: 16px;

    line-height: 142%;

    padding: 0;

    margin: 0;

}

.addres-footer ul li img {

    margin-right: 15px;

    width: 25px;

}

.addres-footer a {

  font-family: "Poppins-SemiBold";

  color: #ffffff;

  font-size: 16px;

  line-height: 160%; /* 25.6px */

  text-transform: uppercase;

  border-radius: 10px;

  padding: 17px 42px;

  display: inline-block;

  margin-top: 17px;

  background: #44554D;
}

.maps-footer {

  width: 388px;

  height: 222px;

}

.maps-footer iframe {

  width: 100%;

  height: 100% ;

}

.footer-content {

  padding: 30px 0;

  background: #ffffff;

  text-align: center;

}

.footer-content p {

  color: #1C1C1C;

  font-size: 13px;

  line-height: normal;

  margin: 0;

}

header .menu ul {
  display: flex;
  /*gap: 0 35px;*/
  justify-content: space-between;
  width: 100%;
}

header .menu ul li a:hover {

  font-weight: 800;

  color: #181246;

}

header .menu ul li.about-menu {
    position: relative !important;
}

header .menu ul li.about-menu .sub-menu {
    width: 294px !important;
}

section.section-banner.page {
    background-position: center;
  padding: 0;

  height: 435px;

  display: flex;

  align-items: center;

  position: relative;

  background-repeat: no-repeat;

}

section.section-banner.page::after {

  content: '';

  display: block;

  position: absolute;

  top: 0;

  bottom: 0;

  width: 100%;

  z-index: 1;

    background: #00000066;
}

section.section-banner.page .heading-banner {
width: 100%;
    position: relative;
    z-index: 2;
    text-align: center;
}

section.section-banner.page .heading-banner p {

  margin: 20px 0 0;

  font-size: 20px;

  width: 100%;

}

section.section-banner.page .heading-banner .link-s {

  margin-top: 30px;

}

.section-about .col-img {

  display: flex;

  justify-content: end;

}

.content-about {

  margin: 50px 0;

}

.content-about h3 {

  font-family: "Poppins-Bold";

  color: #1C1C1C;

  font-size: 25px;

  line-height: 142%; /* 35.5px */

  margin: 0 0 30px 0;

}

.content-about ul {

  margin-bottom: 50px;

}

.content-about ul li {

  list-style: disc;

  margin-left: 25px;

  color: #1C1C1C;

  font-size: 16px;

  line-height: normal;

  margin-top: 20px;

}

.content-about ul li:first-child {

  margin-top: 0;

}

.content-about p {

  color: #1C1C1C;

  font-size: 16px;

  line-height: normal;

  margin: 0 0 20px 0;

}

.content-about h4 {

  font-family: "Poppins-SemiBold";

  color: #1C1C1C;

  font-size: 18px;

  line-height: 142%; /* 25.56px */

  margin: 0;

}

.video-about iframe {

    width: 100%;
    
}

.accordion__item {

  border-radius: 20px;

  background: #1F1F1F;

  margin-bottom: 20px;

  width: 100%;

  padding: 0 30px;

  cursor: pointer;

}

.accordion__title {

  display: flex;

  align-items: center;

  justify-content: space-between;

  padding: 30px 0;

}

.accordion__content_faq {

  padding-bottom: 30px;

  display: none;

}

.accordion__title-text {

  width: 513px;

  font-family: "Poppins-SemiBold";

  color: #fff;

  font-size: 23px;

  line-height: 142%; /* 32.66px */

  margin: 0;

}

.accordion__content_faq p {

  color: #fff;

  font-size: 20px;

  line-height: 142%; /* 28.4px */

  margin: 0;

}

.accordion {

  max-width: 60%;

}

.contact-wight {
    max-width: 40%;
}

section.section-contact.page-ct .form-contact {

  width: 100%;

}

section.section-contact.page-ct .form-contact .contact-footer p {

  margin: 0 0 30px 0;

}

.accordion__title img {

  transition: 0.5s;

  transform: rotate(0deg);

}

.accordion__title.active img {

  transform: rotate(180deg);

}

section.section-contact.page-ct .heading .brd {

  margin: 15px 0 0;

}

section.section-contact.page-ct .heading {

  text-align: left;

  justify-content: flex-start;

}

.submit-value:hover {

  color: #ffffff;

}

a.submit-value {

  margin-top: 10px;

}

.description-about .heading {

  text-align: left;

  justify-content: flex-start;

  margin-bottom: 10px;

}

.description-about .heading .brd {

  margin: 15px 0;

}

.description-about .heading p {

  margin: 0;

}

.images-about.meet {

  width: 100%;

}

.row.margin-meet {

  margin-top: 100px;

}

.img-tour {

  width: 100%;

  margin-bottom: 50px;

}

.img-tour img {

  width: 100%;

  height: 100%;

  object-fit: cover;

}

.section-faqs .accordion {

  max-width: 100%;

}

.section-faqs .accordion .accordion__item {

  background: #1F1F1F;

  margin-bottom: 0;

  margin-top: 20px;

  display: inline-block;

}

.section-faqs .accordion__title-text {

  width: 100%;

}

.bold-faq {

  font-family: "Poppins-SemiBold";

  color: #fff;

  font-size: 18px;

  line-height: 142%; /* 25.56px */

  margin: 50px 0 20px;

  display: inline-block;

  width: 100%;

}

.flex-content {

  display: flex;

  align-items: flex-start;

  justify-content: space-between;

}

.content-services-page .flex-content div {

  width: 800px;

}

.content-services-page .flex-content img {

  width: 361.787px;

  height: 282px;

}

.content-services-page h4 {

  font-family: "Poppins-Bold";

  display: flex;

  align-items: center;

  color: #1C1C1C;

  font-size: 20px;

  line-height: normal;

  position: relative;

  margin-left: 15px;

}

.content-services-page h4::before {

  content: '';

  width: 6px;

  height: 6px;

  background-color: #000;

  border-radius: 100px;

  margin-right: 10px;

}

.content-services-page em {

  font-family: "Poppins-Bold";

  display: flex;

  align-items: center;

  color: #1C1C1C;

  font-size: 20px;

  line-height: normal;

  position: relative;

  margin-left: 15px;

}

.content-services-page i::before {

  content: '';

  width: 6px;

  height: 6px;

  background-color: #000;

  border-radius: 100px;

  margin-right: 10px;

}

.content-services-page p {

  color: #1C1C1C;

  font-size: 16px;

  line-height: normal;

  margin: 13px 0 20px;

}

.content-services-page p strong {

  font-weight: bold;

}

section.section-services-content {

  margin-bottom: 100px;

}

.section-care .heading p {

  text-transform: capitalize;

  font-size: 16px;

}

.section-care .content-services-page p em {

  margin: 0 10px 0 0;

}

.section-care .content-services-page p {

  margin: 0 0 20px;

  display: flex;

  align-items: center;

  font-size: 20px;

}

.section-care .content-services-page p:last-child {

  margin: 30px 0 0 0;

  text-align: center;

  font-size: 18px;

}

.section-providing {

  position: relative;

}

.section-providing::after {

  content: '';

  display: block;

  position: absolute;

  top: 0;

  height: 461px;

  width: 100%;

  z-index: 1;

  background: #F7F7F7;

}

.section-providing .container {

  position: relative;

  z-index: 2;

}

.section-providing .flex-item .item {

  width: 32.5%;

  border-radius: 20px;

  background: #EFEFEF;

}

.section-providing .flex-item .item .providing {

  padding: 50px 10px 63px;

  text-align: center;

  display: flex;

  flex-wrap: wrap;

  justify-content: center;

}

.section-providing .flex-item .item a {

  font-family: "Poppins-SemiBold";

  border-radius: 0px 0px 20px 20px;

  background: #BF943C;

  color: #FFF;

  font-size: 16px;

  line-height: 160%; /* 25.6px */

  text-transform: uppercase;

  width: 100%;

  display: inline-block;

  text-align: center;

  padding: 20px 5px;

}

.section-providing .flex-item .item .providing h3 {

  font-family: "Poppins-Bold";

  color: #FFF;

  font-size: 50px;

  line-height: 142%; /* 71px */

  width: 130px;

  height: 130px;

  border-radius: 100px;

  background: #BF943C;

  margin: 0;

  display: flex;

  align-items: center;

  justify-content: center;

}

.section-providing .flex-item .item .providing h4 {

  font-family: "Poppins-SemiBold";

  color: #1C1C1C;

  font-size: 32px;

  line-height: 142%; /* 45.44px */

  width: 100%;

  margin: 33px 0 0 0;

}

.content-flex {

  display: flex;

  align-items: center;

  margin-bottom: 43px;

}

.content-flex h2 {

  font-family: "Poppins-Bold";

  color: #1C1C1C;

  font-size: 40px;

  line-height: 130%; /* 52px */

  margin: 0 0 0 0;

}

.content-services-p p {

  color: #1C1C1C;

  font-size: 16px;

  line-height: normal;

  margin: 0 0 20px 0;

}

.content-services-p h3 {

  font-family: "Poppins-Bold";

  color: #1C1C1C;

  font-size: 25px;

  line-height: 142%; /* 35.5px */

  margin: 50px 0 20px 0;

}

/*.content-services-p strong {
  display: inline-block;
  width: 100%;
}*/

.content-services-p ul li strong {
    display: inline;
}

.section-content .accordion .accordion__item {

  background: #EFEFEF;

}

.section-content .accordion {

  width: 100%;

}

.section-content .accordion .accordion__title-text {

  width: 100%;

}

section.section-about.patient .description-about p {

  margin-top: 0;

  margin-bottom: 20px;

}

section.section-about.patient .description-about p:last-child {

  margin: 0;

}

section.section-about.patient .content-about h3 {

  margin-bottom: 20px;

}

section.section-about.patient .content-about ul {

  margin-bottom: 20px;

}

.description-about ul li {

  list-style: disc;

  margin-left: 25px;

  color: #1C1C1C;

  font-size: 16px;

  line-height: 100%;

  margin-top: 20px;

  width: 45%;

} 

.description-about ul {

  display: flex;

  flex-wrap: wrap;

}

section.section-about.library .content-about p {

  margin-bottom: 10px;

}

section.section-about.library .content-about h3 {

  margin-bottom: 20px;

}

section.section-about.library .content-about h3 a {

  color: #B0802B;

  text-decoration-line: underline;

}

section.section-about.library .content-about p:last-child {

  margin: 30px 0 0 0;

}

.flex-blog {

  display: flex;

  flex-wrap: wrap;

  justify-content: space-between;

}

.flex-blog .item {

  width: 390px;

  height: auto;

}

.flex-blog .item .item-blog {

  border-radius: 20px;

  background: #F7F7F7;

  padding: 30px;

  position: relative;

  z-index: 2;

  height: 80%;

}

.flex-blog .item .item-blog .img-blog {

  width: 100%;

  height: 200px;

  overflow: hidden;

  border-radius: 10px;

}

.flex-blog .item .item-blog .img-blog img {

  width: 100%;

  height: 100%;

  object-fit: cover;

}

.flex-blog .item .blog-text span p {

  color: #787878;

  font-size: 13px;

  line-height: 142%; /* 18.46px */

  display: inline-block;

  width: 100%;

  margin: 20px 0 10px;

}

.flex-blog .item .blog-text h6 {

  font-family: "Poppins-SemiBold";

  color: #1C1C1C;

  font-size: 15px;

  line-height: 142%; /* 21.3px */

  margin: 20px 0 10px 0;

}

.flex-blog .item .blog-text p {

  color: #1C1C1C;

  font-size: 13px;

  line-height: 142%;

  margin: 0;

}

.flex-blog .item a.reas {

  font-family: "Poppins-SemiBold";

  color: #FFF;

  font-size: 16px;

  line-height: 160%;

  text-transform: uppercase;

  background: #1F1F1F;

  display: inline-block;

  width: 100%;

  padding: 30px 10px 15px;

  text-align: center;

  border-radius: 0px 0px 20px 20px;

  position: relative;

  top: -15px;

  z-index: 1;

}

section.section-banner.page.post .heading-banner h1 {

  font-size: 35px;

}

section.section-banner.page.post .heading-banner p {

  width: 100%;

}

section.section-banner.page.post .heading-banner p strong:last-child {

  margin-top: 10px;

  display: inline-block;

}

section.section-banner.page.post .heading-banner {

  width: 752px;

}

section.section-banner.page.post .heading-banner span p {

  margin: 0 0 10px;

  color: #787878;

  font-size: 20px;

  line-height: 142%; /* 28.4px */

}

section.section-content-services.blog.section .flex-blog .item {

  width: 100%;

}

section.section-content-services.blog.section .flex-blog .item .blog-text span p {

  margin-top: 0;

}

.content-blog .img-blog, .content-services-p .img-blog {

  border-radius: 20px;

  overflow: hidden;

  width: 100%;
  margin-bottom: 15px;

}

.content-blog .img-blog img, .content-services-p .img-blog img {

  width: 100%;

  object-fit: cover;

  height: auto;

}

.content-blog h2 {

  font-family: "Poppins-Bold";

  color: #1C1C1C;

  font-size: 25px;

  line-height: 142%; /* 35.5px */

  margin: 30px 0 0 0;

}

.content-blog p {

  color: #1C1C1C;

  font-size: 16px;

  line-height: normal;

  margin: 20px 0 0 0;

}

.content-blog {

  padding-right: 10px;

}

section.section-content-services.blog.section .heading .brd {

  margin: 15px 0 0;

}

section.section-content-services.blog.section .heading {

  text-align: left;

  justify-content: flex-start;

}

.content-services-p ul li {

    list-style: disc;

    margin: 0 0 15px 25px;

}

.content-services-p ol {

  padding: 0;

  margin: 0;

}

.content-services-p ol li {

    list-style: disc;

    margin: 0 0 15px 25px;

}

.contact-content {border-radius: 20px;background: #EFEFEF;padding: 50px;}

.heading.left .brd {

    margin: 20px 0 0 0;

}

.heading.left {

    justify-content: flex-start;

    text-align: left;

}

.contact-content span {font-family: "Poppins-Bold";color: #1C1C1C;font-size: 20px;line-height: 114.5%;display: inline-block;width: 100%;}

.contact-content p {color: #1C1C1C;font-size: 16px;line-height: 142%; /* 22.72px */display: flex;align-items: center;margin: 15px 0 0 0;}

.contact-content p img {

  margin-right:15px ;

}

.contact-content h6 {font-family: "Poppins-Bold";color: #1C1C1C;font-size: 20px;line-height: normal;margin:20px 0 0 0;}

.contact-content .maps-link {font-family: "Poppins-SemiBold";border-radius: 10px;background: #4E7663;padding: 17px 41px;color: #FFFFFF;font-size: 16px;line-height: normal;text-transform: uppercase;display: inline-block;margin: 15px 0;} 

.contact-content ul li {color: #1C1C1C;font-size: 18px;margin:25px 0 0 0;}

.contact-content .link-fo {

  padding: 17px 42px;

  font-family: "Poppins-SemiBold";

  border-radius: 10px;

  background:  #44554D;

  color: #FFFFFF;

  font-size: 16px;

  line-height: normal;

  text-transform: uppercase;

  display: inline-block;

  margin: 25px 0 0 0;
}


header .menu ul .about-menu ul.sub-menu li {
    width: 100% !important;
}
header .menu ul li.menu-item-has-children a::after {
  content: '';
  background: url(../img/dromw-icon.svg) no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  right: -20px;
}
header .menu ul li:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
header .menu ul li ul.sub-menu {
  position: absolute;
  flex-wrap: wrap;
  left: 16%;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
  width: 294px;
  padding: 35px 30px;
  z-index: 111;
  transition: .6s;
  transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
  top: 40px;
}
header .menu ul li ul.sub-menu li {
  width: 100%;
  margin: 0 0 10px;
}
header .menu ul li ul.sub-menu li a::after {
  content: none;
}


/* mobile */
.mobile-burger {
  display: none;
}
.owerlay {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #00000087;
  opacity: 0;
  visibility: hidden;
  transition: 1s;
  z-index: 1111;
}

.toggle-nav {

  background: transparent;

  border: none;

  padding: 0;

  z-index: 999999;

  height: 100%;

  position: absolute;

  top: 0;

  right: 0;

}

.toggle-nav span {

  width: 25px;

  height: 3px;

  border-radius: 3px;

  background: #1C1C1C;

  display: block;

  margin-bottom: 5px;

  transition: 0.5s;

}

.toggle-nav span:last-child {

  width: 20px;

  margin: 0;

  float: right;

}

.owerlay.active {

  opacity: 1;

  visibility: visible;

}

.toggle-nav.active span:first-child {

  width: 25px;

  transform: rotate(-45deg) translateY(5px);

}

.toggle-nav.active span:last-child {

  width: 25px;

  transform: rotate(45deg) translateY(-5px);

}

.toggle-nav.active span {

  background: #000;

}

footer ul.sub-menu {

    display: none !important;

}

.flex-link.mobile-link {

  display: none;

}

.images-about.overlow-img {

    height: 350px;

}

.img-tour-slick .item img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    object-position: center;

}

.img-tour-slick .item {

    width: 100%;

    height: 500px;

}

.img-tour-slick {

    width: 650px;

    margin: 0 auto;

}

.img-tour-slick ul.slick-dots {

    display: flex;

    justify-content: center;

    margin-top: 30px;

}

.img-tour-slick ul.slick-dots li {

    font-size: 0;

    margin: 0 7px;

}

.img-tour-slick ul.slick-dots li button {

    border: 2px solid #C6C6C6;

    width: 12px;

    height: 12px;

    border-radius: 100px;

}

.img-tour-slick ul.slick-dots li.slick-active button {

    background: #44554D;

    border: 2px solid #44554D;

}

.accordion__content_faq ul li {

    list-style: disc;

    margin: 0 0 15px 25px;

}

.accordion__content_faq ul {

    margin-top: 20px;

}

section.section-providing.section .flex-item {

    justify-content: flex-start;

}

section.section-providing.section .flex-item .item:last-child {

  margin-left: 30px;

}

header .menu ul li .sub-menu li a {

  color: #1C1C1C;

}

header .menu ul li .sub-menu li a:hover{

  color: #181246;

}

section.section-personalized.section {

  background: #EFEFEF;

}

.section-personalized .heading h2 {

  color: #1C1C1C;

}

.section-personalized .heading p {

  color: #1C1C1C;

}

.heading-banner h1 b {

    color: #44554D;

}

video.header {

  width: 100%;

  height: 100%;

  object-fit: cover;

}

button#playButton {

    position: absolute;

    bottom: 50px;

    left: 50px;

}

.images-banner button#playButton img {

    width: auto;

    height: auto;

    display: none;

}

.images-banner button#playButton img:first-child {

    display: block;

}

.images-banner button#playButton.active img.active-img-desctop {

    display: block;

}

.images-banner button#playButton.active img:first-child {

    display: none;

}

.section-content .accordion .accordion__item .accordion__title-text {

    color: #1C1C1C;

}

.section-content .accordion .accordion__item .accordion__title img {

      filter: brightness(0);

}

.section-content .accordion .accordion__item .accordion__content_faq p {

  color: #1C1C1C;

}

section.section-about.bg_color_meet.section {

    background: #1F1F1F;

}

section.section-about.bg_color_meet.section {

    background: #1F1F1F;

}



section.section-about.bg_color_meet.section .heading h2 {

    color: #fff;

}



section.section-about.bg_color_meet.section .heading p {

    color: #fff;

}



section.section-about.bg_color_meet.section .description-about p {

    color: #fff;

}

header .menu ul .menu-item-165 ul.sub-menu {

    width: 100%;

    top: 145px;

}

header .menu ul .menu-item-165 {

    position: static;

}

header .menu ul .menu-item-165 ul.sub-menu li {

    width: 30%;

    list-style: disc;

    padding-left: 6px;

    margin-left: 20px;

}

header .menu ul .menu-item-940 ul.sub-menu {

    width: 100%;

    top: 145px;

}

header .menu ul .menu-item-940 {

    position: static;

}

header .menu ul .menu-item-940 ul.sub-menu li {

    width: 30%;

    list-style: disc;

    padding-left: 6px;

    margin-left: 20px;

}

/*.section-improve::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background: #00000082;
}*/

.section-improve .container {

    position: relative;

    z-index: 2;

}

section.section-contact.section.bg .heading h2 {

  color: #1C1C1C;

}

section.section-contact.section.bg .heading p {

  color: #1C1C1C;

}

section.section-contact.section.bg .heading .brd {

  background: #000;

}



.testimonials {

  margin: 0 -15px;

  position: relative;

}

.testimonials .item {

    background: #FFFFFF;

    box-shadow: 0px 2px 20px rgb(0 0 0 / 7%);

    border-radius: 10px;

    margin: 20px 15px 30px;

    padding: 40px;

}

.testimonials .item span {

  font-size: 16px;

  line-height: 25px;

  color: #585858;

  display: inline-block;

  width: 100%;

  margin-bottom: 10px;

}

.testimonials .item p {

  font-size: 16px;

  line-height: 25px;

  color: #585858;

  margin: 20px 0 0 0;

}

.testimonials ul.slick-dots {

  display: flex;

  align-items: center;

  justify-content: center;

}

.testimonials ul.slick-dots button {

    background: #788085;

    width: 16px;

    height: 16px;

    border-radius: 100px;

    font-size: 0;

    margin: 0 8px;

    transition: 0.5s;

}

.testimonials ul.slick-dots .slick-active button {

  background: #44554D;

}

.section-testimonials .testimonials::after {

  content: '';

  background: url(../img/quotes.png) no-repeat;

  width: 100px;

  height: 83.11px;

  position: absolute;

  right: 0;

  left: 0;

  top: 30px;

  z-index: -1;

  margin: 0 auto;

}

section.section-services.creators.section .item h2 {

    position: static;

    font-size: 20px;

    padding: 0;

    margin: 20px 0 15px;

}

.service-block .icon-item {
    height: 100%;
}


/* Gallery */

/* Lightbox container */
.lightbox {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
}

/* Lightbox image */
.lightbox-content {
    margin: auto;
    display: block;
    max-width: 80%;
    max-height: 80%;
}

/* Close button */
.lightbox-close {
    position: absolute;
    top: 20px;
    right: 35px;
    color: white;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}

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


.section-smile-gallery{
  background: #F7F7F7;
}

.section-smile-gallery .heading .brd{
  background: #FFFF22;
}

.acf-gallery {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.acf-gallery-item {
  width: 24%;
}

.acf-gallery-item img {
    max-width: 100%;
    height: 269px;
}

/* Select box styling */
select {
  position: relative;
/*  background-image: url(../img/arrow.svg) !important;*/
/*  background-repeat: no-repeat !important;*/
  -webkit-appearance: none; 
  -moz-appearance: none;   
  appearance: none;         
  border: 1px solid #ccc;    
  padding: 10px;          
  background: none;  
}
select::-ms-expand {
  display: none;
}

select::after{
  content: '';
}

/* Initial Visit */
.initial-visit p {
    padding: 10px 0;
}
.initial-visit .flex-item .item {
    position: relative;
    background: #F7F7F7 !important;
    overflow: visible;
}
.step-num {
    position: absolute;
    background: #F7F7F7;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px dashed #44554D;
    top: -24px;
    box-shadow: 0px 4px 8px 0px #00000026;
        display: flex;
    justify-content: center;
    align-items: center;
}
.initial-visit .flex-item .item .icon-item {
    margin-top: 20px;
}
.step-num h6 {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    margin-bottom: 0;
    color: #44554D;
}
.step-num h6 span{
  font-size: 20px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
}
.initial-visit .flex-item {
    position: relative;
        margin-top: 60px;
}
/*.initial-visit .flex-item::before {
    content: '';
    position: absolute;
    height: 49px;
    width: 920px;
    z-index: 1;
    background-image: url(../img/step_line.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    left: 139px;
    top: -36px;
}*/
.step-images img {
    position: absolute;
    left: 169px;
    top: -44px;
    width: 878px;
}
/*.step-images img{
  position: absolute;
    left: 137px;
    top: -41px;
    width: 925px;
    z-index: 1;
    height: 51px;
}*/
.initial-visit-faq{
  background: #EFEFEF;
}
section.initial-visit-office-time.section {
    background: #F9F9F9;
}
.office-content{
  background: transparent;
  position: relative;
}
.contact-content.office-content::after {
    content: '';
    position: absolute;
    background-image: url(../img/contact-img.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 500px;
    height: 311px;
    top: 0;
}
.office-content p{
  display: block;
}
.accordion {
   max-width: 100%;
}

.accordion-item {
    border-bottom: 1px solid #ccc;
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    font-size: 18px;
    cursor: pointer;
    border: none;
    width: 100%;
    text-align: left;
}
.accordion-header span{
  font-size: 25px;
  font-weight: 700;
  line-height: 35.5px;
  text-align: left;
}
.accordion-item.active .accordion-header span {
    color: #44554D;
}
.accordion-content {
    display: none;
    padding: 15px;
    font-size: 16px;
    color: #333;
    border-top: 1px solid #eee;
}

.accordion-icon {
    font-size: 24px;
    transition: transform 0.3s ease;
}

.accordion-item.active .accordion-content {
    display: block;
}

.accordion-item.active .accordion-icon {
    transform: rotate(179deg);
}


/* Insurances  */

.flex-insurances {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.section-insurances .flex-insurances .item h2::after{
  content: '';
  background-image: none;
}
.section-insurances .service-group-list .service-group .flex-insurances .items{
  min-width: 25%;
    max-width: 25%;
}
.service-group-list .service-group .flex-insurances .item{
    height: 212px;
    background: #EFEFEF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
    text-align: center;
    font-size: 25px;
    line-height: 30px;
    color: #151515;
    padding: 0 16px;
    transition: 0s;
}
.service-group-list .service-group .flex-insurances .item:hover{
  background: #44554D;
  color: #fff;
}
.section-insurances .service-group-list .service-group .flex-insurances .items .item h2 {
    font-size: 24px;
}
.section.section-reminder.section .reminder {
    margin-top: 0;
}
h4.wp-block-heading {
    padding: 15px 0 0 0;
}


.small-btn {
    padding: 10px 20px;
    display: inline-flex;
    font-size: 16px;
    line-height: 20px;
    color: #44554D;
    border: 1px solid #44554D;
    border-radius: 6px;
    margin-bottom: 10px;
}
.small-btn:hover {
    background: #44554D;
    border-color: #44554D;
    color: #fff;
}
.flex-blog .item .item-location{
  border-radius: 20px;
    background: #F7F7F7;
    padding: 15px;
    position: relative;
    z-index: 2;
    height: 100%;
}

.flex-blog .item .location-text h6{
    font-family: "Poppins-SemiBold";
    color: #1C1C1C;
    font-size: 18px;
    line-height: 142%;
    margin: 0;
    padding: 0;
}
.item.location-item {
    margin: 5px 0;
}

#sorry-message {
    font-size: 14px;
    margin-top: 10px;
    color: red;
}

/* Add Date Placeholder*/
input[type="date"]::-webkit-datetime-edit {
    color: #999; /* Placeholder ko transparent banata hai */
}

input[type="date"]::before {
    content: "Preferred Appointment Date"; /* Custom placeholder text */
    color: #999;
}

.relative{
    position: relative;
}
.card-link{
    display: block; position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 3;
}

/* Contact Form CSS */
.form-inner h2, .form-inner h3, .form-inner h4 {
  font-family: "Poppins-Bold";
}
.form-inner{
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; margin: 0 -10px;
}
.input-field{
  padding: 0 10px; margin: 0 0 20px; -ms-flex-preferred-size:50%; flex-basis:50%;min-width:50%;max-width:50%; position: relative;
}
.input-field.full-width{
  -ms-flex-preferred-size:100%;
      flex-basis:100%;min-width:100%;max-width:100%;
}
.input-field.three-col-field, .three-col-radio .wpcf7-radio .wpcf7-list-item {
    min-width: 33.33%; max-width: 33.33%;
}
.input-field.four-col-field, .four-col-radio .wpcf7-radio .wpcf7-list-item {
    min-width: 25%; max-width: 25%;
}
.four-col-radio .wpcf7-radio .wpcf7-list-item:nth-child(4) + .wpcf7-list-item {
  margin-top: 10px;
}
.input-field input,
.input-field textarea,
.input-field select{
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background:#f1f5fe; border:1px solid #9E9E9E; width:100%; padding:10px 20px; margin:0; font-size:16px; color:#1C1C1C; font-weight:400; line-height:22px; letter-spacing:0; height:60px; outline:none;border-radius:10px;
}
.input-field input:focus,
.input-field textarea:focus,
.input-field select:focus{
  border-color: #8962F1;box-shadow: none;
}
.input-field input::-webkit-input-placeholder, .input-field textarea::-webkit-input-placeholder{
  color: #B0B0B0; opacity: 1;
}
.input-field input::-moz-placeholder, .input-field textarea::-moz-placeholder{
  color: #B0B0B0; opacity: 1;
}
.input-field input:-ms-input-placeholder, .input-field textarea:-ms-input-placeholder{
  color: #B0B0B0; opacity: 1;
}
.input-field input::-ms-input-placeholder, .input-field textarea::-ms-input-placeholder{
  color: #B0B0B0; opacity: 1;
}
.input-field input::placeholder,
.input-field textarea::placeholder{
  color: #B0B0B0; opacity: 1;
}
.input-field.filebox input {
    padding: 15px 20px;
}
.input-field.formbtn {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.input-field.formbtn label {
    display: inline; font-size: 20px; line-height: 24px; margin-right: 20px; color: #1C1C1C;
}
.input-field.formbtn label a {
  text-decoration: underline;
}
.input-field.formbtn label a:hover {
  text-decoration: none;
}
.wpcf7-spinner {
    position: absolute; top: 100%; right: 30%;
}
.wpcf7 form .wpcf7-response-output {
    margin: 20px 0 0 !important; padding: 15px 20px !important; border-radius: 5px; text-align: center; font-size: 16px; line-height: 1.4;
}
.wpcf7 .wpcf7-not-valid-tip {
  font-size: 15px; margin: 5px 0 0;
}
.input-field .checkbox .wpcf7-list-item-label {
  position: relative;
}
.input-field .checkbox .checkmark {
  left: -40px; top: 1px;
}
.required {
  color: #ff0000;
}
.selectbox1:after {
    display: block;
    content: "";
    position: absolute;
    top: 22px;
    right: 33px;
    background: url('https://robertg424.sg-host.com/wp-content/uploads/2024/10/dwon-arrow.png');
    width: 15px;
    height: 10px;
    text-align: center;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    background-size: contain;
    background-repeat: no-repeat;
}
.selectbox,
.selectbox1 {
  position: relative;
}
.selectbox:after {
  content: ""; position: absolute; top: 30px; right: 20px; transform: translateY(-50%); width: 0; height: 0; border-left: 6px solid transparent; border-right: 6px solid transparent; border-top: 6px solid #333;z-index: 0;
}
.selectbox select {
  cursor: pointer;
}
.label {
    font-size: 16px; font-weight: 500; line-height: 1.4; display: block; color: #1c1c1c; margin: 0 0 7px;
}
.input-field.btnbox .submit-value {
  min-width: 120px; width: auto; padding: 17px 30px;
}
.input-field.title-flex {
    display: flex; justify-content: space-between;
}

.services-post-type .flex-item .icon-item {
 height: 100%; 
}
section.section-services.creators.section .item h2::after {
  content: none;
}
.images-banner {
  width: 50%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
video.header {

  width: 100%;

  height: 100%;

  object-fit: cover;

}

button#playButton {

    position: absolute;

    bottom: 50px;

    left: 50px;

}

.images-banner button#playButton img {

    width: auto;

    height: auto;

    display: none;

}

.images-banner button#playButton img:first-child {

    display: block;

}

.images-banner button#playButton.active img.active-img-desctop {

    display: block;

}

.images-banner button#playButton.active img:first-child {

    display: none;

}
main .section-banner.video {
      padding: 235px 0;
      position: relative;
}
main .section-banner.video::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background: #0000006b;
  z-index: 1;
}
main .section-banner.video .heading-banner {
    width: 100%;
    z-index: 2;
    position: relative;
}
main .section-banner.video .heading-banner h1 {
  color: #fff;
}
main .section-banner.video .heading-banner h6 {
  color: #fff;
}
main .section-banner.video .heading-banner p {
  color: #fff;
}

/*Form Input Field*/
input[type="checkbox"], input[type="radio"] {border:none; width:auto; height:auto;}
input[type="radio"], input[type="checkbox"]{-webkit-appearance:normal;}
.checkbox, .radiobox {display: inline-block; position: relative; padding-left: 40px; font-size: 16px; line-height: 22px; color: #1C1C1C;cursor:pointer; }
.checkbox input, .radiobox input{position: absolute; left: 0; top: 0; opacity: 0;}
.checkbox .checkmark{display: block; width: 24px; height: 24px; border: 1px solid #9E9E9E; position: absolute; left: 0; top: -18px;border-radius:5px; }
.checkmark:before {display: block; content: ""; position: absolute; left: 0; right: 0; top: 0; text-align: center; font-size: 10px; line-height: 10px; opacity: 0; background: url('../img/checkmark.svg') no-repeat 2px 4px; background-size: 18px; width: 100%; height: 100%; }
.checkbox input:checked ~ .checkmark:before, .checkbox input:checked ~ .wpcf7-list-item-label .checkmark:before{opacity:1;}
.input-field textarea {
    height: auto;
}

/*Service-page*/
.ser-content .content-services-page ul li {
    list-style: disc;
    margin: 0 0 5px 25px;
}

.form-contact .wpcf7-response-output {
    color: #fff;margin: 0 0 20px !important;
}

/*service-detail*/
.faq-blk .accordion {
    max-width: 100%;
}

.ab-faq-blk .accordion-list{

    max-width: 700px;
    
    width: 100%;
    
}
.section-services {
    padding-top: 70px;
}

.service-group-list .service-group + .service-group {
    margin-top: 40px;
}
.service-group > h3 {
    font-weight: 700;
    font-size: 24px;
}
.service-group-list .service-group .flex-item {
  margin: 0 -10px;justify-content: inherit;
}
.service-group-list .service-group .flex-item .items {
    min-width: 33.33%; max-width: 33.33%; padding: 10px;
}
.service-group-list .service-group .flex-item .item {
  width: 100%;margin: 0;
}
.service-group-list .icon-item {
    width: 100%;
}
header .menu ul li.service-nav {
    position: static;
}
header .menu ul .service-nav ul.sub-menu {
    width: 460px;
    top: 100%;
    left: 26%;
}
header .menu ul .service-nav ul.sub-menu li {
  width: 25%;
}
header .menu ul li .sub-menu li.menu-title a {
    font-family: "Poppins-Bold";
}
header .menu ul li .sub-menu li.menu-title a:hover {
    color: #1C1C1C;
}

/*Scticky Header*/
img{
  max-width: 100%; height: auto;
}
.trans{
  -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;
}
.site-header{
  position: fixed; left: 0; right: 0; top: 0 !important; z-index: 10; background: #fff;
}
.site-header .section-header{
  padding: 0;
}
.site-header .flex-header{
  height: 100px; align-items: center;
}
.site-header .logo{
  width: 500px; display: flex; align-items: center;
}
.blank_header{
  width: 100%; height: 138px;
}
.navbar_fixed.site-header{
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.navbar_fixed + .blank_header{
  height: 100px;
}
.navbar_fixed.site-header .logo {
    width: 400px;
}
img.footer-logo {
    width: 200px;
}

.gtranslate_wrapper .gt_switcher-popup {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -58px;
    height: 58px;
    margin: auto;
    background: #fff;
    z-index: 111;
    padding: 5px 15px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4) !important;
    transform: rotate(-90deg);
}
.gtranslate_wrapper.gt_container-unisv1 span {
    font-size: 18px !important;
    color: #44554D;
}

/* Custom CSS */
.pointer-event-none {pointer-events: none; }
.hide{display:none;}
.v-center{-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.j-center{-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;}
.ptb-120{padding:120px 0;}
.ptb-100{padding:100px 0;}
.ptb-80{padding:80px 0;}
.ptb-60{padding:60px 0;}
.ptb-40{padding:40px 0;}
.ptb-30{padding:30px 0;}
.ptb-20{padding:20px 0;}
.entry-content ul{padding:0; margin:0 0 15px;}
.entry-content ul li {position: relative; padding: 0 0 0 25px; margin: 0 0 5px; }
.entry-content ul li:before { content: ""; position: absolute; left: 2px; top: 8px; width: 7px; height: 7px; border-radius: 50%; background: #212529; }
.entry-content ul li li{list-style:disc;}
img.alignleft{float:left; margin:0 20px 20px 0; -webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;}
img.alignright{float:right; margin:0 0 20px 20px; -webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;}
img.alignnone{margin:0 0 20px; -webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;}
iframe.alignleft{float:left; margin:0 20px 20px 0;}
iframe.alignright{float:right;margin:0 0 20px 20px;}
iframe.iframe-embed.alignright{max-width:500px;height:315px !important;}
h1, .h1, h2, .h2, h3, h4, h5, h6{margin:0 0 15px; padding-top: 15px;}
ul.extra-menu {
    margin-top: -10px !important;
}
.popmake {
    border-radius: 15px !important;
}
.announcement.heading h2 {
    font-size: 36px; padding: 0; margin: 0 0 10px;
}
.announcement p {
    margin: 0 0 10px; font-size: 16px;
}
.announcement p:last-child {
    margin-bottom: 0;
}
.announcement h5 {
    padding-top: 10px;
}
.announcement ul {
    max-width: 500px; text-align: left; margin: 0 auto 15px;
}
.announcement ul li {
    padding: 0 0 0 30px;
}
.announcement ul li:before {
    content: ""; position: absolute; top: 2px; left: 0; width: 20px; height: 20px; background: url('../img/check-arrow.svg') no-repeat center; background-size: cover;
}
.popmake .popmake-close {
    display: flex; align-items: center; justify-content: center; padding: 0 0 3px !important; right: -10px !important; top: -10px !important;
}
.announcement .btn {
    font-family: "Poppins-SemiBold"; border-radius: 10px; background: #44554D; color: #ffffff; font-size: 16px; line-height: 160%; display: inline-block; padding: 14px 40px !important; min-width: 360px; margin-top: 10px;
}
header .menu ul .service-nav ul.sub-menu li {
    width: 30%;
}





header .menu ul li ul.sub-menu .sub-menu-title > a {
    font-weight: 700; font-size: 16px; padding: 0 0 10px; position: relative;
}
header .menu ul li ul.sub-menu .sub-menu-title > a:before {
    display: block; content: ""; height: 1px; border-bottom: 1px solid #999; position: absolute; left: 0; bottom: 0; width: 40px;
}
header .menu ul li ul.sub-menu .sub-menu-title ul.sub-menu li a {
    font-size: 14px; line-height: normal;
}
header .menu ul li ul.sub-menu .sub-menu-title ul.sub-menu {
    background: transparent;
    box-shadow: none;
    width: 100%;
    display: block;
    padding: 10px 0 0;
    left: 0;
    position: relative;
    top: 0;
}
header .menu ul .service-menu > ul.sub-menu li ul li {
    width: 100% !important;
}
.service-group-list .service-group a, 
.condition-service-list .service-group-list-items a {
    display: inline-block;
    color: #1C1C1C;
}
.service-group-list .service-group a:hover, 
.condition-service-list .service-group-list-items a:hover{
  color: #44554D;
}
.service-group-list .service-group a h3,
.condition-service-list .service-group-list-items h3 {
    font-weight: 700; font-size: 30px;
}
header .menu ul .menu-item-3819 {
    position: static;
}
header .menu ul .menu-item-3819 ul.sub-menu {
    width: 98%;
    top: 100%;
    justify-content: space-between !important;
    left: 1%;
    flex-wrap: nowrap;
}
header .menu ul .menu-item-3819 .sub-menu li {
    width: 12%;
    border-right: 1px solid rgba(0, 0, 0, 0.3);
}
header .menu ul .menu-item-3819 .sub-menu li:last-child {
  border: none;
  width: 8%;
}
header .menu ul .menu-item-3819 ul.sub-menu li > a {
    font-weight: 700;
    font-size: 14px;
    padding: 0 0 10px;
    position: relative;
    color: #000;
}
header .menu ul .menu-item-3819 ul.sub-menu li ul.sub-menu {
    background: transparent;
    box-shadow: none;
    width: 100%;
    display: block;
    padding: 10px 0 0;
    left: 0;
    position: relative;
    top: 0;
}
header .menu ul .menu-item-3819 ul.sub-menu li ul.sub-menu li {
    width: 95% !important;
    border: 0 !important;
    margin-bottom: 5px;
}
header .menu ul .menu-item-3819 ul.sub-menu li ul.sub-menu li a {
    color: #44554D;
    font-size: 13px;
    font-weight: normal;
    padding: 0;
}
.service-group-list .service-group.service-group-items {
    display: none;
}
.service-group-list .service-group.service-group-items:first-child {
  display: block;
}
.content-blog ul li {
  list-style: disc;
  margin: 15px 0 0 30px;
}
/* Author Section Css */
.author-list {
    display: flex; justify-content: center; padding: 40px; background: #fff; box-shadow: 0 0 10px rgb(0,0,0,0.1);
}
.author-left-block {
    width: 30%;
}
.author-section .container {
    padding: 0;
}
.author-right-block {
    width: 70%; padding-left: 40px;
}
.author-img {
    width: 100%; height: 100%; overflow: hidden; border-radius: 10px;
}
.author-img img {
    display: block; width: 100%; height: 100%; object-fit: cover;
}
.author-content .author-name {
    font-size: 38px; line-height: 1.2;
}
.author-content .author-name a {
    color: #000;
}
.author-content .author-name a:hover {
    color: #44554D;
}
.author-position {
    display: block; font-size: 20px; line-height: 28px; font-weight: 500; margin-bottom: 20px !important; color: #44554D; text-decoration: underline; text-transform: capitalize;
}
.author-content p {
    font-size: 16px; line-height: 24px;
}
section.section-banner.page.post .heading-banner {
    text-align: left;
}
.blog-date>span {
    position: relative;
    padding-left: 50px;
    font-size: 16px;
    font-weight: 600;
    line-height: 45px;
    color: #fff;
}
.blog-date span:before {
    content:'';
    position: absolute;
    height: 2px;
    width: 42px;
    background: #fff;
    left: 0;
    top: 11px
}
.blog-text .blog-date>span {
    color: #44554d;
    font-size: 14px;
}
.blog-text .blog-date span:before{
  background: #44554d;
}