*::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
}

*:-moz-placeholder {
  color: #666;
  opacity: 1;
}

*::-moz-placeholder {
  color: #666;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #666;
  opacity: 1;
}

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

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

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.4;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  margin: 0;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
  outline: none;
}

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

ul li,
ol li,
menu li {
  list-style: none;
}

ul,
ol,
menu {
  display: block;
  margin: 0;
  padding-left: 0;
}

.square {
  list-style: square inside;
}

button {
  outline: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
}

.btn1 {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  color: #FFF;
  font-weight: 600;
  font-size: 14px;
  border: 2px solid #00F4A4;
  border-radius: 300px;
  padding: 13.5px 36px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.btn2 {
  display: inline-block;
  font-size: 14px;
  color: #281314;
  font-weight: 600;
  background-color: #00F4A4;
  border-radius: 300px;
  padding: 15.5px 24px;
  padding-left: 52px;
  position: relative;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.btn2:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 24px;
  width: 18px;
  height: 22px;
  background: url("../img/demo-icon.svg") center no-repeat;
}

.hidden {
  display: none;
}

.site-wrap {
  overflow: hidden;
}

.container {
  margin: 0 auto;
  position: relative;
  padding: 0 10px;
  width: 100%;
  max-width: 1220px;
}

.main-header {
  padding-top: 60px;
  padding-bottom: 34px;
  position: relative;
  z-index: 2;
}

.main-header-toggle {
  display: none;
  width: 21px;
  height: 16px;
  background: url("../img/menu.svg") center no-repeat;
  cursor: pointer;
}

.main-header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.main-header-wrap .btn1 {
  margin-top: 13px;
}

.main-header-logo {
  max-width: 197px;
  width: 100%;
}

.main-header-logo img:nth-child(2) {
  display: none;
}

.main-header-nav {
  max-width: 575px;
  width: 100%;
  margin-top: 27px;
}

.main-header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main-header-menu a {
  display: inline-block;
  color: #00F4A4;
  font-weight: 600;
  font-size: 14px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.main-header .menu-item-has-children ul {
  display: none;
  position: absolute;
  top: -8px;
  left: -16px;
  right: -16px;
  background: #fff;
  z-index: 0;
  padding: 40px 8px 8px;
  border-radius: 10px
}

.main-header .menu-item-has-children ul a {
  color: #0C484C;
  width: 100%;
  border-radius: 10px;
  padding: 8px 8px;
  font-size: 12px;
}

.main-header .menu-item-has-children ul a:hover {
  background: #70F0AA;
}

.main-header .menu-item-has-children {
  padding-right: 30px;
  position: relative;
}

.main-header .menu-item-has-children.show ul {
  display: block;
}

.main-header .menu-item-has-children > a {
  position: relative;
  z-index: 1;
}

.main-header .menu-item-has-children > a::after {
  content: "";
  display: inline-flex;
  width: 25px;
  height: 25px;
  background-image: url('data:image/svg+xml,<svg width="25" height="25" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.5 9.5L12.5 15.5L18.5 9.5" stroke="%2300F4A4" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -30px;
  top: -3px;
}

.main-header .menu-item-has-children.current-menu-parent > a::after{
  background-image: url('data:image/svg+xml,<svg width="25" height="25" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.5 9.5L12.5 15.5L18.5 9.5" stroke="%23FFFFFF" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.main-header .menu-item-has-children.show > a {
  color: #0C484C !important;
}

.main-header .menu-item-has-children.show > a::after {
  background-image: url('data:image/svg+xml,<svg width="25" height="25" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.5 9.5L12.5 15.5L18.5 9.5" stroke="%230C484C" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  transform: rotate(180deg);
  top: -4px;
}

.popup-menu-nav .menu-item-has-children {
  padding: 0;
}

.popup-menu-nav .menu-item-has-children a {
  padding-right: 30px;
}

.popup-menu-nav .menu-item-has-children > a::after {
  right: -5px;
}

.popup-menu-nav .menu-item-has-children ul {
  position: static;
}

.popup-menu-nav .menu-item-has-children > a::after {
  top: 0;
}

.popup-menu-nav .menu-item-has-children.show > a::after {
  top: -1px;
}

.popup-menu-nav .menu-item-has-children ul {
  padding: 8px;
  margin-top: 12px;
}

.popup-menu-nav .menu-item-has-children ul li {
  margin: 0;
}

.popup-menu-nav .menu-item-has-children ul a {
  font-size: 16px;
}

.banner .icon-bg {
  max-width: 904px;
  width: 100%;
  height: 342px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.banner .icon-bg .icon {
  position: absolute;
}

.banner .icon-bg .icon:nth-child(1) {
  top: 52px;
  left: 0;
}

.banner .icon-bg .icon:nth-child(2) {
  top: 0;
  left: 34%;
}

.banner .icon-bg .icon:nth-child(3) {
  top: 27px;
  right: 30%;
}

.banner .icon-bg .icon:nth-child(4) {
  top: 0;
  right: 50px;
}

.banner .icon-bg .icon:nth-child(5) {
  bottom: 32px;
  left: 70px;
}

.banner .icon-bg .icon:nth-child(6) {
  bottom: 78px;
  right: 19%;
}

.banner .icon-bg .icon:nth-child(7) {
  bottom: 0;
  right: 0;
}

.banner .container {
  padding-top: 77px;
  padding-bottom: 159px;
}
.banner .container.secbox {
  padding-bottom: 1px;
}
.banner-wrap {
  background-color: #169990;
  background: radial-gradient(138.78% 138.78% at 48.49% 0%, #169990 0%, #167C84 100%);
}
.secboxsupp {
  min-height: 727px;
}
section.improves.secboximp h2 {
  max-width: 100%;
  margin-bottom: 80px;
}
.secboxsupp .support-wrap {
  max-width: 440px;
  width: 100%;
  margin-left: 81px;
  position: relative;
  z-index: 1;
  top: 65px;
}
.sec1 img {
  margin-top: -107px;
}
.banner h1 {
  text-align: center;
  font-size: 60px;
  line-height: 73px;
  color: #FFF;
  font-weight: 700;
  margin-bottom: 34px;
  position: relative;
  z-index: 1;
  letter-spacing: 1.2px;
}

.banner h1 span {
  display: block;
  color: #00F4A4;
  font-size: 30px;
}

.banner-btn-wrap {
  text-align: center;
  margin-bottom: 100px;
  position: relative;
  z-index: 1;
}

.banner-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: -4px;
  position: relative;
  max-width: 1040px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.banner-list:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 650px;
  height: 650px;
  background-color: #15DFAB;
  opacity: 0.3;
  border-radius: 50%;
  -webkit-filter: blur(70px);
  filter: blur(70px);
}

.banner-item {
  width: 49.8%;
  background-color: #FFFFFF;
  border-radius: 24px 24px 0 24px;
  margin-top: 4px;
  min-height: 225px;
  padding: 44px 60px 15px 160px;
  position: relative;
  z-index: 1;
}

.banner-item:after {
  content: '';
  position: absolute;
  top: 39px;
  left: 39px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #FFEB96 url("../img/banner-item-1.svg") center no-repeat;
}

.banner-item h3 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  color: #0C484C;
  margin-bottom: 12px;
  letter-spacing: 0.8px;
}

.banner-item h3 b {
  color: #FFC75C;
  font-weight: 700;
}

.banner-item p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: #83A2A4;
}

.banner-item:nth-child(2) {
  border-radius: 24px 24px 24px 0;
}

.banner-item:nth-child(2) h3 b {
  color: #2AC19B;
}

.banner-item:nth-child(2):after {
  background-image: url("../img/banner-item-2.svg");
  background-color: #A4F3D9;
}

.banner-item:nth-child(3) {
  border-radius: 24px 0 24px 24px;
  min-height: 249px;
}

.banner-item:nth-child(3) h3 b {
  color: #36B9E0;
}

.banner-item:nth-child(3):after {
  background-image: url("../img/banner-item-3.svg");
  background-color: #A4E1F3;
}

.banner-item:nth-child(4) {
  border-radius: 0 24px 24px 24px;
  min-height: 249px;
}

.banner-item:nth-child(4) h3 b {
  color: #5EAE68;
}

.banner-item:nth-child(4):after {
  background-image: url("../img/banner-item-4.svg");
  background-color: #B7FFC0;
}

.improves {
  background-color: #EFF3F4;
}

.improves .container {
  padding-top: 146px;
  padding-bottom: 74px;
}

.improves .icon-bg {
  max-width: 718px;
  width: 100%;
  height: 303px;
  position: absolute;
  top: 86px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.improves .icon-bg .icon {
  position: absolute;
}

.improves .icon-bg .icon:nth-child(1) {
  top: 90px;
  left: 0;
}

.improves .icon-bg .icon:nth-child(2) {
  top: 0;
  right: 30%;
}

.improves .icon-bg .icon:nth-child(3) {
  top: 113px;
  right: 0;
}

.improves .icon-bg .icon:nth-child(4) {
  left: 111px;
  bottom: 52px;
}

.improves .icon-bg .icon:nth-child(5) {
  bottom: 0;
  right: 26%;
}

.improves h2 {
  max-width: 560px;
  margin-bottom: 43px;
}

.improves-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  max-width: 1060px;
  width: 100%;
}

.improves-img {
  max-width: 554px;
  width: 100%;
}

.improves-text {
  max-width: 440px;
  width: 100%;
}

.improves-item {
  margin-bottom: 46px;
}

.improves-item:last-child {
  margin-bottom: 0;
}

.improves-item h3 {
  margin-bottom: 17px;
}

.develop {
  padding-top: 97px;
  padding-bottom: 102px;
  background-color: #169990;
  background: radial-gradient(138.78% 138.78% at 48.49% 0%, #169990 0%, #167C84 100%);
  position: relative;
}

.develop:after {
  content: '';
  position: absolute;
  top: 35px;
  left: 0;
  width: 160px;
  height: 717px;
  background: url("../img/develop-icon.svg") center no-repeat;
}

.develop .container {
  padding-top: 50px;
  padding-bottom: 50px;
}

.develop-img {
  position: absolute;
  bottom: 43px;
  right: 0;
}

.develop .icon-bg {
  max-width: 719px;
  width: 100%;
  height: 257px;
  position: absolute;
  top: 22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.develop .icon-bg .icon {
  position: absolute;
}

.develop .icon-bg .icon:nth-child(1) {
  top: 0;
  left: 38%;
}

.develop .icon-bg .icon:nth-child(2) {
  top: 40px;
  right: 29%;
}

.develop .icon-bg .icon:nth-child(3) {
  top: 126px;
  right: 0;
}

.develop .icon-bg .icon:nth-child(4) {
  left: 0;
  bottom: 62px;
}

.develop .icon-bg .icon:nth-child(5) {
  left: 39%;
  bottom: 32px;
}

.develop .icon-bg .icon:nth-child(6) {
  left: 55%;
  bottom: 0;
}

.develop h2 {
  max-width: 550px;
  margin-bottom: 82px;
}

.develop-wrap {
  max-width: 440px;
  width: 100%;
  position: relative;
  z-index: 1;
  margin-left: 81px;
}

.develop-item {
  margin-bottom: 46px;
}

.develop-item:last-child {
  margin-bottom: 0;
}

.develop-item h3 {
  margin-bottom: 17px;
}

.medical {
  background-color: #EFF3F4;
  position: relative;
}

.medical-img {
  position: absolute;
  bottom: 22px;
  left: 0;
}

.medical .container {
  padding-top: 146px;
  padding-bottom: 252px;
}

.medical .icon-bg {
  max-width: 767px;
  width: 100%;
  height: 287px;
  position: absolute;
  top: 73px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.medical .icon-bg .icon {
  position: absolute;
}

.medical .icon-bg .icon:nth-child(1) {
  top: 0;
  left: 36%;
}

.medical .icon-bg .icon:nth-child(2) {
  top: 23px;
  right: 11%;
}

.medical .icon-bg .icon:nth-child(3) {
  bottom: 83px;
  left: 0;
}

.medical .icon-bg .icon:nth-child(4) {
  right: 46%;
  bottom: 0;
}

.medical .icon-bg .icon:nth-child(5) {
  right: 0;
  bottom: 37px;
}

.medical h2 {
  max-width: 774px;
  margin-bottom: 143px;
}

.medical-wrap {
  max-width: 440px;
  width: 100%;
  margin-left: auto;
  position: relative;
  z-index: 1;
  margin-right: 140px;
}

.medical-item {
  margin-bottom: 48px;
}

.medical-item:last-child {
  margin-bottom: 0;
}

.medical-item h3 {
  margin-bottom: 15px;
}

.support {
  position: relative;
}

.support-img {
  position: absolute;
  bottom: 0;
  right: 0;
}

.support .container {
  padding-top: 146px;
  padding-bottom: 154px;
}

.support .icon-bg {
  max-width: 695px;
  width: 100%;
  height: 198px;
  position: absolute;
  top: 75px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.support .icon-bg .icon {
  position: absolute;
}

.support .icon-bg .icon:nth-child(1) {
  top: 0;
  left: 29%;
}

.support .icon-bg .icon:nth-child(2) {
  top: 29px;
  right: 27%;
}

.support .icon-bg .icon:nth-child(3) {
  right: 0;
  bottom: 47px;
}

.support .icon-bg .icon:nth-child(4) {
  left: 0;
  bottom: 44px;
}
section.banner.contentbaner {
  min-height: 620px;
}
.boxcontent {
  background: #EFF3F4;
}
section.banner.contentbaner  h1 {
  color: #00F4A4;
}
.boxcontentwr h3 {
  font-size: 16px;
  font-weight: bold;
}
.boxcontentwr h3 b {
  color: #2DC09B;
}
.boxcontentwr {
  max-width: 880px;
  margin: 0 auto 0 auto;
  background: #fff;
  padding: 80px;
  top: -390px;
  position: relative;
  border-radius: 25px;
}
.boxcontentwr p{
  font-size: 16px;
  line-height: 36px;
  margin-bottom: 25px;

}
.boxcontentwr h2 {
  color: #0C484C;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 25px;
}
.support .icon-bg .icon:nth-child(5) {
  bottom: 0;
  right: 44%;
}
h2.fw {max-width: 100%;}
.support h2 {
  max-width: 774px;
  margin-bottom: 83px;
}
.features-wrap .improves-img {
  margin: 50px auto;
  text-align: center;

}
.featurboxtwo {display: flex;}
.featurboxtwo.tbx .improves-text {
  max-width: 500px;
  margin-right: 100px;
}
.featurboxtwo .improves-text {
  flex: 0 0 33%;
}
.featurboxtwo .improves-text .improves-item h3 {
  font-size: 18px;
}
.support-wrap {
  max-width: 440px;
  width: 100%;
  margin-left: 81px;
  position: relative;
  z-index: 1;
}

.support-item {
  margin-bottom: 48px;
}

.support-item:last-child {
  margin-bottom: 0;
}

.support-item h3 {
  margin-bottom: 15px;
}

.feedback {
  padding-top: 127px;
  padding-bottom: 80px;
}

.feedback-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-right: 80px;
}

.feedback-info {
  width: 50%;
  position: relative;
  padding: 0px 15px;
}

.feedback-info .icon-bg {
  max-width: 539px;
  width: 100%;
  height: 286px;
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.feedback-info .icon-bg .icon {
  position: absolute;
}

.feedback-info .icon-bg .icon:nth-child(1) {
  top: 0;
  left: 51px;
}

.feedback-info .icon-bg .icon:nth-child(2) {
  top: 0;
  right: 23%;
}

.feedback-info .icon-bg .icon:nth-child(3) {
  top: 118px;
  right: 0;
}

.feedback-info .icon-bg .icon:nth-child(4) {
  left: 0;
  bottom: 0;
}

.feedback-info .icon-bg .icon:nth-child(5) {
  top: 133px;
  left: 17%;
}

.feedback-info .icon-bg .icon:nth-child(6) {
  bottom: 0;
  right: 47px;
}

.feedback-info-wrap {
  position: relative;
}

.feedback-info-wrap h2 {
  font-size: 34px;
  line-height: 46px;
  color: #FFF;
  font-weight: 700;
  text-align: center;
  max-width: 425px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0.68px;
}

.feedback-info-wrap h2 b {
  font-weight: 700;
  color: #00F4A4;
}

.feedback-logo {
  margin-bottom: 37px;
  text-align: center;
}

.feedback-form {
  width: 50%;
  margin-top: 53px;
  position: relative;
}

.feedback-form:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 553px;
  height: 553px;
  background-color: #15DFAB;
  opacity: 0.3;
  border-radius: 50%;
  -webkit-filter: blur(70px);
  filter: blur(70px);
}

.feedback-form-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  background-color: #fff;
  border-radius: 24px;
  padding: 42px 40px 48px 40px;
}

.feedback-form-wrap h3 {
  text-align: center;
  letter-spacing: 0.96px;
  font-size: 24px;
  color: #000;
  font-weight: 700;
  margin-bottom: 42px;
  width: 100%;
}

.feedback-form-wrap h3 b {
  font-weight: 700;
  color: #2AC19B;
}

.popup-form label,
.feedback-form-wrap label {
  width: 48%;
  margin-bottom: 20px;
}

.popup-form .input,
.feedback-form-wrap .input {
  margin: 0;
  width: 100%;
}

.popup-form label:nth-child(5),
.feedback-form-wrap label:nth-child(4) {
  width: 100%;
}

.popup-form-btn-wrap .wpcf7-spinner,
.feedback-form-wrap .wpcf7-spinner {
  margin-right: -48px;
}

.feedback-form-btn-wrap {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}

.feedback .btn2 {
  padding-top: 18px;
  padding-bottom: 18px;
}

.main-footer {
  padding-top: 75px;
  padding-bottom: 73px;
}

.main-footer-wrap {
  background: radial-gradient(138.78% 138.78% at 48.49% 0%, #169990 0%, #167C84 100%);
}

.main-footer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.main-footer-container:before {
  content: '';
  position: absolute;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 553px;
  height: 553px;
  background-color: #15DFAB;
  opacity: 0.3;
  border-radius: 50%;
  -webkit-filter: blur(70px);
  filter: blur(70px);
}

.main-footer-container p {
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 244, 164, 0.4);
}

.main-footer-nav {
  max-width: 405px;
  width: 100%;
}

.main-footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-footer-menu a {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #00F4A4;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.main-footer-menu .menu-item-has-children ul {
  display: none;
  position: absolute;
  left: -16px;
  right: -16px;
  background: #fff;
  z-index: 0;
  bottom: -8px;
  padding: 8px 8px 40px;
  border-radius: 10px
}

.main-footer-menu .menu-item-has-children ul a {
  color: #0C484C;
  width: 100%;
  border-radius: 10px;
  padding: 8px 8px;
  font-size: 12px;
}

.main-footer-menu .menu-item-has-children ul a:hover {
  background: #70F0AA;
}

.main-footer-menu .menu-item-has-children {
  padding-right: 30px;
  position: relative;
}

.main-footer-menu .menu-item-has-children.show ul {
  display: block;
}

.main-footer-menu .menu-item-has-children > a {
  position: relative;
  z-index: 1;
}

.main-footer-menu .menu-item-has-children > a::after {
  content: "";
  display: inline-flex;
  width: 25px;
  height: 25px;
  background-image: url('data:image/svg+xml,<svg width="25" height="25" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.5 9.5L12.5 15.5L18.5 9.5" stroke="%2300F4A4" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -30px;
  top: -3px;
}

.main-footer-menu .menu-item-has-children.current-menu-parent > a::after{
  background-image: url('data:image/svg+xml,<svg width="25" height="25" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.5 9.5L12.5 15.5L18.5 9.5" stroke="%23FFFFFF" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.main-footer-menu .menu-item-has-children.show > a {
  color: #0C484C !important;
}

.main-footer-menu .menu-item-has-children.show > a::after {
  background-image: url('data:image/svg+xml,<svg width="25" height="25" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.5 9.5L12.5 15.5L18.5 9.5" stroke="%230C484C" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  transform: rotate(180deg);
  top: -4px;
}

.main-footer-soc-list {
  max-width: 143px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-footer-soc-list a {
  display: block;
}

.main-footer-soc-list a svg {
  display: block;
}

.main-footer-soc-list a path {
  fill: rgba(0, 244, 164, 0.7);
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}

.popup {
  background-color: #fff;
  border-radius: 24px;
  max-width: 560px;
  width: 95%;
  padding: 50px 40px;
}

.popup-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.popup-form h2 {
  text-align: center;
  font-size: 24px;
  color: #000;
  font-weight: 700;
  margin-bottom: 30px;
  width: 100%;
}

.popup-form h2 b {
  font-weight: 700;
  color: #2AC19B;
}

.popup-form-btn-wrap {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.popup .fancybox-close-small {
  width: 18px;
  height: 18px;
  top: -20px;
  right: -20px;
  background: url("../img/close.svg") center no-repeat;
}

.popup .fancybox-bg {
  background-color: #000000;
}

.popup .fancybox-is-open .fancybox-bg {
  opacity: 0.55;
}

.popup-menu {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(138.78% 138.78% at 48.49% 0%, #169990 0%, #167C84 100%);
  padding: 20px 20px 20px 20px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  display: none;
  overflow: auto;
}

.popup-menu.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.popup-menu .icon-bg {
  max-width: 313px;
  width: 100%;
  height: 282px;
  position: absolute;
  z-index: -1;
  top: 106px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.popup-menu .icon-bg .icon {
  position: absolute;
}

.popup-menu .icon-bg .icon:nth-child(1) {
  top: 50px;
  left: 0;
}

.popup-menu .icon-bg .icon:nth-child(2) {
  top: 0;
  right: 40px;
}

.popup-menu .icon-bg .icon:nth-child(3) {
  top: 80px;
  right: 0;
}

.popup-menu .icon-bg .icon:nth-child(4) {
  left: 50px;
  bottom: 50px;
}

.popup-menu .icon-bg .icon:nth-child(5) {
  right: 50px;
  bottom: 0;
}

.popup-menu-logo-wrap {
  text-align: center;
  margin-bottom: 60px;
}

.popup-menu-logo {
  display: inline-block;
}

.popup-menu-nav {
  margin-bottom: 40px;
}

.popup-menu-menu li {
  text-align: center;
  margin-bottom: 20px;
}

.popup-menu-menu li:last-child {
  margin-bottom: 0;
}

.popup-menu-menu a {
  display: inline-block;
  font-weight: 600;
  font-size: 18px;
  color: #00F4A4;
}

.popup-menu-btn-wrap {
  text-align: center;
  margin-bottom: 60px;
}

.popup-menu-list {
  max-width: 143px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.popup-menu-list a {
  display: block;
}

.popup-menu-list a svg {
  display: block;
}

.popup-menu-list a path {
  fill: rgba(0, 244, 164, 0.7);
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}

.popup-menu-close {
  position: absolute;
  top: 38px;
  left: 33px;
  width: 16px;
  height: 16px;
  background: url("../img/close.svg") center no-repeat;
  background-size: cover;
  cursor: pointer;
}

.body-overflow {
  overflow: hidden;
}

.input {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 1.4;
  color: #000000;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  border: 1px solid #CDDADB;
  border-radius: 300px;
  padding: 14.5px 10px;
  text-align: center;
  outline: none;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
  margin-bottom: 20px;
}

.input::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 1.4;
  color: #83A2A4;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}

.input:-ms-input-placeholder {
  font-size: 14px;
  line-height: 1.4;
  color: #83A2A4;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}

.input::-ms-input-placeholder {
  font-size: 14px;
  line-height: 1.4;
  color: #83A2A4;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}

.input::placeholder {
  font-size: 14px;
  line-height: 1.4;
  color: #83A2A4;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}

.input:focus {
  background: #fff;
  box-shadow: 0px 0px 10px #ccc;
  border: 1px solid #fff !important;
}

.section-title {
  max-width: 560px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #000;
  font-size: 44px;
  line-height: 56px;
  font-weight: 700;
  position: relative;
  z-index: 1;
  letter-spacing: 0.88px;
}

.section-title b {
  font-weight: 800;
  color: #2AC19B;
}

.section-title-light {
  color: #FFF;
}

.section-title-light b {
  color: #00F4A4;
}

.item h3 {
  color: #0C484C;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 0.96px;
}

.item h3 b {
  color: #2AC19B;
}

.item p {
  font-size: 14px;
  line-height: 24px;
  color: #83A2A4;
  font-weight: 500;
}

.item-light h3 {
  color: #fff;
}

.item-light h3 b {
  color: #00F4A4;
}

.item-light p {
  color: #96DBDA;
}

.blog-banner {
  padding: 200px 0 72px 0;
  margin-bottom: 72px;
  background: #168c8b;
  text-align: center;
}

.blog-banner h1 {
  color: #fff;
  font-size: 64px;
  font-weight: 600;
  line-height: 78px;
  margin: 0 0 32px 0;
}

.blog-banner p {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
  margin: 0 0 16px 0;
}

.blog-posts {
  margin-bottom: 72px;
}

.blog-posts .pagination {
  margin-top: 24px;
  width: 100%;
}

.blog-posts .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.blog-posts .nav-links > a,
.blog-posts .nav-links > span {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid #0C484C;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #0C484C;
  transition: .2s linear;
}

.blog-posts .nav-links > a path {
  transition: .2s linear;
}

.blog-posts .nav-links > span {
  pointer-events: none;
}

.blog-posts .nav-links > span.current,
.blog-posts .nav-links > a:hover {
  background: #0C484C;
  color: #fff;
}

.blog-posts .nav-links > a:hover path {
  stroke: #fff;
}

.blog-nav {
  margin-bottom: 46px;
}

.blog-nav h2 {
  font-size: 44px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 44px;
}

.blog-nav__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.blog-nav__cats {
  display: flex;
  gap: 16px;
}

.blog-nav__cats span,
.blog-nav__cats a {
  height: 44px;
  min-width: 86px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 8px;
  border: 1px solid #C9C9C9;
  font-size: 16px;
  font-weight: 500;
  color: #575757;
  line-height: .8;
  transition: .2s;
}

.blog-nav__cats span,
.blog-nav__cats a:hover {
  background: #70F0AA;
  border-color: #70F0AA;
}

.blog-nav__search {
  min-width: calc(33% - 10px);
}

.blog-nav__search label {
  flex: 1;
  height: 44px;
}

.blog-nav__search-wrapper {
  display: flex;
  align-items: center;
  background: #F9F9F9;
  border: 1px solid #E6E6E6;
  border-radius: 8px;
  flex: 1;
}

.blog-nav__search input[type="search"] {
  background: unset;
  outline: none;
  border: 0;
  font-size: 14px;
  color: #575757;
  width: 100%;
  height: 100%;
  padding: 0 0 0 16px;
}

.blog-nav__search input[type="search"]::placeholder {
  color: #8D8D8D;
}

.blog-nav__search button[type="submit"] {
  background: none;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/*.no-touch .btn1:hover,
.no-touch .btn2:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}*/

.no-touch .main-header-menu a:hover,
.no-touch .main-footer-menu a:hover {
  color: #fff;
}

.no-touch .main-footer-soc-list a:hover path,
.no-touch .popup-menu-list a:hover path {
  fill: #fff;
}

.post-type-archive-doctor .banner-wrap,
.doctor-template-default .banner-wrap,
.page-template-tl-psychology .banner-wrap,
body.blog .banner-wrap,
body.category .banner-wrap,
body.search .banner-wrap {
  background: unset;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

.psychology-wrapper {
  background: radial-gradient(138.78% 138.78% at 48.49% 0%, #169990 0%, #167C84 100%);
}

.psychology-banner {
  padding: 280px 0 165px 0;
}

.psychology-banner__container {
  display: flex;
  align-items: center;
}

.psychology-banner__title {
  color: #fff;
  font-size: 64px;
  font-weight: 600;
  line-height: 78px;
  margin: 0 0 32px 0;
  min-width: 597px;
}

.psychology-banner__title b{
  color: #70F0AA;
}

.psychology-banner__subtitle {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
  margin: 0 0 16px 0;
}

.psychology-banner__list {
  margin: 0 0 32px 18px;
  padding: 0 0 0 4px;
}

.psychology-banner__list li {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  list-style: disc;
}

.psychology-banner__list :not(:last-child){
  margin: 0 0 8px 0;
}

.psychology-banner__button {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  border: 2px solid #70F0AA;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  padding: 17px 17px;
  min-width: 200px;
  justify-content: center;
  transition: 1s;
}

.psychology-banner__button:hover {
  background: #00F4A4;
}

.psychology-banner__thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
}

.psychology-banner__thumb img {
  position: relative;
  z-index: 1;
}

.psychology-banner__thumb::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: -20%;
  background: linear-gradient(to bottom, #fff, #70f0aa);
  opacity: 0.54;
  filter: blur(100px);
  border-radius: 100%;
  height: 140%;
  aspect-ratio: 1 / 1;
  z-index: 0;
}

.psychology-list {
  padding: 72px 0 72px 0;
}

.psychology-list .banner-item {
  width: calc(50% - 20px * 1/2);
  margin-top: 0;
}

.psychology-list .banner-item:nth-child(2) ~ .banner-item {
  margin-top: 20px;
}

.psychology-network {
  padding: 72px 0 72px 0;
  background: #fff;
}

.psychology-network__text {
  font-size: 44px;
  font-weight: 700;
  line-height: 64px;
  color: #000;
  text-align: center;
  max-width: 852px;
  margin: 0 auto;
}

.psychology-network__text b {
  color: #70F0AA;
}

.psychology-network__content {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 44px 0 72px 0;
  position: relative;
}

.psychology-network__img {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(50% - 40px);
}

.psychology-network__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 56px;
  width: calc(50% - 40px);
  margin: 0 0 0 auto;
  aspect-ratio: 1 / 1;
  max-height: 581px;
  justify-content: center;
}

.psychology-network__item {
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  position: relative;
}

.psychology-network__item b {
  color: #70F0AA;
}

.psychology-network__item p {
  color: #575757;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  margin: 8px 0 0 0;
}

.psychology-network__item::before {
  content: "";
  display: inline-block;
  width: 59px;
  height: 59px;
  background-image: url(/wp-content/themes/evexia_theme/img/checkmark_green.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -63px;
}

.psychology-features {
  background: #F0F3F4;
  padding: 72px 0 72px 0;
}

.psychology-features__title {
  color: #000;
  font-size: 44px;
  font-weight: 700;
  line-height: 64px;
  margin: 0 auto 44px;
  text-align: center;
  max-width: 852px;
}

.psychology-features__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.psychology-features__item {
  flex: 0 1 calc(25% - 20px);
  max-width: calc(25% - 20px);
  box-sizing: border-box;
  background: #fff;
  border-radius: 24px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding: 24px 24px;
  gap: 26px;
}

.psychology-features__top {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
}

.psychology-features__top p {
  color: #0C484C;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
}

.psychology-features__icon {
  width: 44px;
  height: 44px;
  border-radius: 100%;
  background: #70F0AA;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
}

.psychology-features__icon img {
  width: 24px;
  height: auto;
}

.psychology-features__text {
  color: #575757;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}

.not-found_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 60px 0 60px 0;
}

.not-found_content h1 {
  font-weight: 700;
  color: #00F4A4;
  font-size: 100px;
}

.not-found_content p {
  color: #281314;
  font-size: 60px;
  font-weight: 500;
}

.not-found_content a {
  text-decoration: none;
  font-size: 14px;
  color: #281314;
  font-weight: 600;
  background-color: #00F4A4;
  border-radius: 300px;
  padding: 16px 24px 16px 24px;
}

.not-found_content a:hover {
  background: #08bb80;
}

.doctors_list {
  padding: 180px 0 100px;
  background: #428B8A;
}

.doctors_list-bar {
  background: #9FC4C4;
  padding: 14px 25px 14px 25px;
  border-radius: 8px;
}

.doctors_list-items {
  background: #fff;
  border-radius: 8px;
  padding: 12px 16px 12px 16px;
}

.search-bar {
  display: flex;
  align-items: center;
  gap: 32px;
}

.search-bar select {
  border: 1px solid #E6E6E6;
  background: #F9F9F9;
  color: #575757;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  outline: none;
  border-radius: 8px;
  padding: 9px 26px 9px 26px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

}

.search-bar select::after {
  content: "";
  position: absolute;
}

.search-bar button {
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.search-bar button:hover svg path {
  fill: #08bb80;
}

.air-datepicker-body--day-name {
  color: #00F4A4 !important;
  font-weight: 900;
}

.air-datepicker-cell.-selected-.-current- {
  background: #08bb80 !important;
}

.search-bar-date-picker {
  border: 1px solid #E6E6E6;
  background: #F9F9F9;
  border-radius: 8px;
  position: relative;
}

.doctors_list-bar .specialization-picker {
  border: 1px solid #E6E6E6;
  background: #F9F9F9;
  border-radius: 8px;
  position: relative;
  flex: 1;
}

.doctors_list-bar .specialization-picker img {
  width: 28px;
  height: auto;
  position: absolute;
  left: 22px;
  top: 5px;
}

.doctors_list-bar .specialization-picker .select2-container .select2-selection--single {
  height: 38px;
  display: flex;
  align-items: center;
  padding-left: 52px;
  background: unset;
  border: unset;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background: #60AEAE !important;
}

.doctors_list-bar .select2-container {
  width: 100% !important;
}

.doctors_list-bar .consult-picker {
  flex: 1;
}

.doctors_list-bar .consult-picker .select2-container .select2-selection--single {
  border: 1px solid #E6E6E6;
  background: #F9F9F9;
  border-radius: 8px;
  height: 38px;
  display: flex;
  align-items: center;
  padding-right: 30px;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  padding-left: 22px;
}

.doctors_list-bar .select2-container .select2-selection__rendered {
  color: #333;
  padding-left: 10px;
}

.doctors_list-bar .select2-container .select2-dropdown {
  border: 1px solid #E6E6E6;
  border-radius: 8px;
}

.doctors_list-bar .select2-container .select2-selection--single .select2-selection__arrow {
  background: url('/wp-content/themes/evexia_theme/img/arrowdown.svg') no-repeat center;
  background-size: contain;
  width: 15px;
  height: 9px;
  top: 15px;
  right: 12px;
}

.doctors_list-bar .select2-container .select2-selection--single .select2-selection__arrow b {
  display: none !important;
}

.search-bar-date-picker img:first-child {
  position: absolute;
  left: 26px;
  top: 6px;
  pointer-events: none;
}

.search-bar-date-picker img:last-child {
  position: absolute;
  right: 40px;
  top: 13px;
  pointer-events: none;
}

#date-picker {
  color: #575757;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  outline: none;
  padding: 9px 62px 9px 62px;
  background: unset;
  border: unset;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 172px;
  cursor: pointer;
}

#doctor-search {
  color: #575757;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  border: 0;
  outline: none;
}

#doctor-search::placeholder {
  opacity: .75;
}

.doctor-list {
  padding: 24px 24px;
  background: #fff;
  border-radius: 8px;
  margin: 12px 0 0 0;
  box-shadow: 0px 2px 15px 0px #DFDADA66;
}

.doctor-card {
  display: flex;
  background: #fff;
  box-shadow: 0px 2px 4px 0px #00000040;
  border-radius: 8px;
  padding: 30px 22px 30px 22px;
  margin: 0 0 10px 0;
}

.doctor-card-img {
  border: 3px solid #9FC4C4;
  border-radius: 100%;
  padding: 7px 7px 7px 7px;
  margin: auto 22px auto 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.doctor-card-img svg,
.doctor-card-img img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 100%;
  max-width: 94px;
}

.doctor-list-empty {
  text-align: center;
}

.doctor-info {
  max-width: 430px;
  margin: 0 auto 0 0;
}

.doctor-info h3{
  color: #575757;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
}

.doctor-info p {
  color: #8D8D8D;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  margin: 10px 0 10px 0;
}

.doctor-info span {
  color: #575757;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}

.doctor-logo {
  margin: 0 0 0 49px;
}

.doctor-logo img {
  min-width: 94px;
  width: 94px;
  object-fit: contain;
  height: auto;
}

.doctor-action::before {
  content: "";
  display: inline-flex;
  background: #E6E6E6;
  width: 1px;
  height: 100%;
  margin: 0 81px 0 27px;
}

.doctor-action {
  display: flex;
  align-items: center;
}

.booking-btn {
  background: #9FC4C4;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9px;
  width: 260px;
  text-align: center;
  border-radius: 8px;
}

.booking-btn:hover {
  background: #00F4A4;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.pagination button {
  color: #8D8D8D;
  background: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  padding: 7px 11px 7px 11px;
  border-radius: 8px;
}

.pagination button:not(.active):hover {
  color: #9FC4C4;
}

.pagination .active {
  background: #9FC4C4;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
}

.single_doctor {
  padding: 180px 0 100px;
  background: #428B8A;
}

.single_doctor-content {
  padding: 24px 24px;
  background: #fff;
  box-shadow: 0 2px 15px 0 #DFDADA66;
  border-radius: 10px;
  margin: 12px 0 0;
}

.single_doctor-back a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #575757;
  font-weight: 600;
  margin: 0 0 32px;
}

.single_doctor-back a:hover {
  color: #60AEAE;
}

.single_doctor-header {
  background: #9FC4C417;
  display: flex;
  align-items: center;
  gap: 44px;
  border-radius: 8px;
  padding-right: 20px;
}

.single_doctor-img {
  border: 3px solid #9FC4C4;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 25px;
}

.single_doctor-img svg,
.single_doctor-img img {
  max-width: 359px;
  aspect-ratio: 1 / 1;
  height: auto;
  object-fit: cover;
  border-radius: 100%;
}

.single_doctor-info {
  max-width: 400px;
}

.single_doctor-info h1 {
  color: #575757;
  font-weight: 700;
  font-size: 32px;
  line-height: 39px;
}

.single_doctor-info .specialization {
  color: #575757;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  margin: 18px 0 18px 0;
}

.single_doctor-info .book-btn {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  background: #9FC4C4;
  padding: 9px 85px 9px 85px;
  border-radius: 8px;
}

.single_doctor-info .book-btn:hover {
  background: #00F4A4;
}

.single_doctor-info .description {
  color: #575757;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  margin: 18px 0 18px 0;
}

.single_doctor-info .rating {
  color: #575757;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.single_doctor-info .rating span:first-child {
  text-decoration: underline;
}

.single_doctor-location {
  max-width: 144px;
}

.single_doctor-location img {
  width: 144px;
  height: auto;
  box-shadow: 0 4px 10.7px 0 #0000000F;
  border-radius: 14px;
}

.single_doctor-location .map-img {
  color: #575757;
  font-size: 12px;
  font-weight: 300;
  line-height: 15px;
  margin: 18px 0 18px 0;
  display: flex;
  gap: 8px;
  align-items: flex-start;
}

.single_doctor-location .map-img svg {
  min-width: 18px;
  height: auto;
}

.single_doctor-location a {
  color: #575757;
  text-decoration: underline;
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tabs-section {
  padding: 64px 0 64px 0;
  background: #fff;
}

.tabs {
  display: flex;
  justify-content: center;
}

.tab-buttons {
  display: flex;
}

.tab-button {
  border-bottom: 1px solid #E6E6E6;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 20px;
  color: #575757;
  font-weight: 400;
  line-height: 24px;
  background: #fff;
  padding: 0 112px 8px 112px;
}

.tab-button.active {
  color: #60AEAE;
  border-bottom: 1px solid #60AEAE;
}

.tab-content {
  padding: 64px 0 0;
}

.about-wrapper {
  display: flex;
  align-items: center;
}

.about-img {
  max-width: 266px;
  height: auto;
  width: 100%;
  margin: 0 20px 0 0;
}

.about-images {
  max-width: 272px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.about-img ~ .about-text {
  max-width: 514px;
  margin: 0 0 0 64px;
}

.about-text {
  color: #575757;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.section-title {
  color: #575757;
  font-weight: 600;
  font-size: 32px;
  line-height: 39px;
  margin: 0 auto 24px auto;
}

.blog-posts {
  display: flex;
  gap: 20px;
  width: 100%;
}

.blog-post {
  box-shadow: 0 4px 10.7px 0 #0000000F;
  border-radius: 18px;
  padding: 24px;
  width: calc(33.333% - 20px * 2 / 3);
}

.blog-post-image {
  max-width: 317px;
  height: auto;
  border-radius: 8px;
  overflow: hidden;
}

.blog-post-content {
  margin: 20px 0 22px 0;
  max-width: 365px;
}

.blog-post-title {
  color: #575757;
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
  margin: 0 0 12px 0;
}

.blog-post-excerpt {
  color: #575757;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
}

.blog-post-button a {
  text-decoration: underline;
  color: #60AEAE;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  display: flex;
  align-items: center;
}

.blog-post-button svg {
  width: 18px;
  height: 17px;
  margin: 0 0 0 17px;
}

@media only screen and (max-width: 1400px) {
  .develop:after {
    display: none;
  }
}

@media only screen and (max-width: 1350px) {
  .support-wrap {
    margin-left: 0;
  }

  .support-img {
    right: -150px;
  }
}

@media only screen and (max-width: 1300px) {
  .develop-wrap {
    margin-left: 0;
  }

  .develop-img {
    right: -150px;
  }
}

@media only screen and (max-width: 1250px) {
  .medical-wrap {
    margin-right: 0;
  }

  .medical-img {
    left: -100px;
  }
}

@media only screen and (max-width: 1150px) {
  .search-bar {
    gap: 12px;
  }
}

@media only screen and (max-width: 1100px) {
  .booking-btn {
    width: 200px;
  }

  .doctor-action::before {
    margin-right: 40px;
  }
}

@media only screen and (max-width: 1050px) {
  .main-header {
    padding: 20px 0;
  }

  .banner .container,
  .improves .container,
  .develop,
  .medical .container,
  .support .container,
  .feedback,
  .main-footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .develop .container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .banner h1 {
    font-size: 40px;
    line-height: 1.4;
  }

  .banner h1 span {
    font-size: 26px;
    line-height: 1.4;
  }

  .section-title {
    font-size: 32px;
    line-height: 1.4;
  }

  .improves-img {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }

  .improves-text {
    max-width: none;
  }

  .item {
    text-align: center;
    margin-bottom: 20px;
  }

  .develop-img {
    width: 600px;
    right: 0;
    bottom: auto;
    top: 20px;
  }

  .medical-img {
    width: 600px;
    left: 0;
    bottom: auto;
    top: 20px;
  }

  .support-img {
    width: 600px;
    right: 0;
    bottom: auto;
    top: 140px;
  }

  .develop h2 {
    margin-bottom: 560px;
  }

  .medical h2 {
    margin-bottom: 600px;
  }

  .support h2 {
    margin-bottom: 560px;
  }

  .develop-wrap,
  .medical-wrap,
  .support-wrap {
    max-width: none;
  }

  .feedback-wrap {
    padding-right: 0;
  }

  .feedback-form {
    margin-top: 0;
  }

  .psychology-banner__title {
    font-size: 48px;
    line-height: 58px;
    min-width: auto;
  }

  .psychology-network__text {
    font-size: 36px;
    line-height: 50px;
  }

  .psychology-network__content {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .psychology-network__item {
    font-size: 20px;
    line-height: 26px;
  }

  .psychology-features__item {
    flex: 0 1 calc(33.33% - 20px);
    max-width: calc(33.33% - 20px);
  }

  .doctors_list-bar {
    padding: 10px 15px;
  }

  .doctors_list-items {
    padding: 8px 12px;
  }

  .search-bar {
    flex-wrap: wrap;
    gap: 12px;
  }

  .search-bar-date-picker {
    width: calc(100% - 104px);
  }

  #date-picker {
    width: 100%;
    padding: 9px 55px;
  }

  .doctors_list-bar .specialization-picker .select2-container .select2-selection--single {
    padding-left: 32px;
  }

  .doctors_list-bar .specialization-picker img {
    left: 10px;
  }

  .doctors_list-bar .select2-container .select2-selection__rendered {
    padding-right: 28px !important;
  }

  .search-bar-date-picker img:last-child {
    right: 15px;
  }

  .doctors_list-bar .consult-picker .select2-container .select2-selection--single {
    padding-left: 10px;
  }

  #doctor-search {
    width: 100%;
    padding: 8px 12px;
    text-align: center;
  }

  .doctor-list {
    padding: 16px;
    margin: 10px 0;
  }

  .doctor-card {
    flex-direction: column;
    padding: 20px;
    align-items: center;
    text-align: center;
  }

  .doctor-card-img {
    margin: 0 auto 10px auto;
  }

  .doctor-info {
    max-width: 100%;
  }

  .doctor-logo {
    margin: 20px 0 0 0;
  }

  .doctor-action {
    flex-direction: column;
    margin: 20px 0 0 0;
  }

  .booking-btn {
    width: 100%;
    padding: 10px;
  }

  .pagination {
    gap: 4px;
  }

  .pagination button {
    font-size: 12px;
  }

  .single_doctor-content {
    padding: 16px;
  }

  .single_doctor-header {
    flex-direction: column;
    gap: 20px;
    padding: 16px;
  }

  .single_doctor-img {
    padding: 15px;
  }

  .single_doctor-img svg,
  .single_doctor-img img {
    max-width: 200px;
  }

  .single_doctor-info {
    max-width: 100%;
    text-align: center;
  }

  .single_doctor-info h1 {
    font-size: 24px;
  }

  .single_doctor-info .specialization,
  .single_doctor-info .description {
    font-size: 14px;
    margin: 10px 0;
  }

  .single_doctor-info .book-btn {
    width: 100%;
    padding: 10px;
  }

  .single_doctor-location {
    max-width: 100%;
    margin: 20px 0;
    text-align: center;
  }

  .tabs {
    flex-wrap: wrap;
  }

  .tab-button {
    flex: 1 1 100%;
    text-align: center;
    padding: 10px 0;
  }

  .tabs-section {
    padding: 32px 0;
  }

  .tab-content {
    padding: 32px 0 0;
  }

  .about-wrapper {
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
  }

  .about-text {
    margin: 20px auto;
    max-width: 100%;
  }

  .blog-post-image {
    max-width: 100%;
    margin: 0 auto;
  }

  .blog-post-content {
    max-width: 100%;
  }

  .blog-post-title {
    font-size: 18px;
    margin: 10px 0;
  }

  .blog-post-excerpt {
    font-size: 14px;
  }

  .blog-post-button a {
    font-size: 16px;
  }

  .single_doctor-info .rating {
    justify-content: center;
  }

  .single_doctor-location .map-img {
    font-size: 16px;
    line-height: 20px;
    align-items: center;
  }
}

@media only screen and (max-width: 950px) {
  .secboxsupp .support-img img {
    max-width: 350px;
    width: 100% !important;
  }
  .secboxsupp .support-img {
    right: 0;
    width: 100% !important;
  }
  .banner-item {
    width: 100%;
    min-height: inherit;
    padding: 33px;
    padding-top: 60px;
    margin-top: 50px;
  }

  .banner-item:after {
    top: 0;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
  }

  .banner-list {
    margin-top: -50px;
  }

  .banner-item:nth-child(3),
  .banner-item:nth-child(4) {
    min-height: inherit;
  }

  .banner-item:nth-child(1),
  .banner-item:nth-child(2),
  .banner-item:nth-child(3),
  .banner-item:nth-child(4) {
    border-radius: 24px;
  }

  .feedback-info-wrap h2 {
    font-size: 30px;
    line-height: 1.4;
  }

  .psychology-list .banner-item:nth-child(2) ~ .banner-item {
    margin-top: 60px;
  }

  .blog-post {
    padding: 8px 8px 16px;
  }

  .blog-post-title {
    font-size: 14px;
    line-height: 18px;
  }

  .blog-post-excerpt {
    font-size: 12px;
    line-height: 16px;
  }
}

@media only screen and (max-width: 900px) {
  .main-footer-container p {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    text-align: center;
  }

  .main-footer-nav {
    max-width: none;
    margin-bottom: 60px;
  }

  .main-footer-menu li {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .main-footer-menu li:last-child {
    margin-bottom: 0;
  }

  .main-footer-soc-list {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 850px) {
  .main-header-nav {
    display: none;
  }

  .main-header-wrap .btn1 {
    margin-top: 0;
  }

  .main-header-wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .main-header-toggle {
    display: block;
  }

  .main-header-logo img:nth-child(2) {
    display: inline-block;
  }

  .main-header-logo img:nth-child(1) {
    display: none;
  }

  .main-header-logo {
    max-width: 120px;
  }

  .main-header-wrap .btn1 {
    width: 50px;
    height: 50px;
    font-size: 0;
    padding: 0;
    background: url("../img/get-demo-icon.svg") center no-repeat;
  }

  .popup-menu {
    display: block;
  }

  .feedback-info {
    width: 100%;
    margin-bottom: 30px;
  }

  .feedback-info .icon-bg {
    display: none;
  }

  .feedback-form {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .main-footer-menu .menu-item-has-children {
    padding: 0;
  }

  .main-footer-menu .menu-item-has-children ul {
    position: static;
    padding: 8px;
    margin-top: 12px;
  }

  .main-footer-menu .menu-item-has-children ul li {
    margin: 0;
  }

  .main-footer-menu .menu-item-has-children ul a {
    font-size: 12px;
  }

  .psychology-banner__container {
    flex-direction: column-reverse;
    align-items: center;
    gap: 20px;
  }

  .psychology-banner__title {
    font-size: 48px;
    line-height: 58px;
  }

  .psychology-banner__thumb img {
    max-width: 80%;
  }

  .psychology-network__content {
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 0;
  }

  .psychology-network__img {
    width: calc(100% - 15px);
    min-width: auto;
    margin-bottom: 24px;
    position: static;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .psychology-network__item {
    text-align: center;
  }

  .psychology-network__item::before {
    width: 45px;
    height: 45px;
    left: 50%;
    top: 0;
    margin: -60px 0 0 -22px;
  }

  .psychology-network__text {
    font-size: 36px;
    line-height: 48px;
  }

  .psychology-network__list {
    width: 100%;
    text-align: start;
    aspect-ratio: unset;
    gap: 100px;
    margin: 80px 0 0;
  }

  .psychology-features__item {
    width: calc(50% - 20px);
    max-width: 100%;
  }

  .psychology-features__top {
    align-items: flex-start;
  }

  .psychology-features__icon {
    width: 24px;
    min-width: 24px;
    height: 24px;
  }

  .psychology-features__icon img {
    width: 16px;
    height: auto;
  }

  .psychology-features__item {
    flex: 0 1 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}

@media only screen and (max-width: 700px) {
  .banner h1 {
    font-size: 30px;
  }

  .banner h1 span {
    font-size: 20px;
  }

  .section-title {
    font-size: 24px;
  }

  .item h3 {
    font-size: 20px;
    line-height: 1.4;
  }

  .feedback-info-wrap h2 {
    font-size: 24px;
  }

  .feedback-form-wrap h3 {
    font-size: 20px;
    letter-spacing: 0.5px;
  }

  .popup-form h2 {
    font-size: 20px;
  }

  .not-found_content p {
    font-size: 32px;
    text-align: center;
  }

  .single_doctor-location .map-img {
    flex-direction: column;
  }

  .about-img {
    margin: 0 0 20px;
  }

  .about-text {
    margin: 20px 0 0;
  }

  .blog-post {
    width: 100%;
  }
}

@media only screen and (max-width: 650px) {
  .popup .fancybox-close-small {
    right: 10px;
    top: -30px;
  }

  .popup {
    padding: 20px 15px;
  }

  .blog-posts .nav-links {
    gap: 8px;
  }

  .blog-posts .nav-links > a, .blog-posts .nav-links > span {
    width: 34px;
    height: 34px;
  }

  .blog-nav h2 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 32px;
  }

  .blog-nav__search {
    width: 100%;
  }

  .blog-banner h1 {
    font-size: 52px;
    line-height: 60px;
  }
}

@media only screen and (max-width: 600px) {
  .banner .icon-bg {
    max-width: 334px;
    height: 285px;
  }

  .banner .icon-bg .icon:nth-child(1) {
    top: auto;
    bottom: 50px;
  }

  .banner .icon-bg .icon:nth-child(2) {
    top: 0;
    left: 0;
  }

  .banner .icon-bg .icon:nth-child(3) {
    top: 80px;
    right: 0;
  }

  .banner .icon-bg .icon:nth-child(4) {
    top: 20px;
    right: 50%;
  }

  .banner .icon-bg .icon:nth-child(5) {
    display: none;
  }

  .banner .icon-bg .icon:nth-child(6) {
    display: none;
  }

  .improves .icon-bg {
    max-width: 303px;
    height: 177px;
    top: 20px;
  }

  .improves .icon-bg .icon:nth-child(1) {
    top: auto;
    bottom: 50px;
  }

  .improves .icon-bg .icon:nth-child(2) {
    right: auto;
    left: 50px;
  }

  .improves .icon-bg .icon:nth-child(3) {
    top: 20px;
  }

  .improves .icon-bg .icon:nth-child(4) {
    bottom: 20px;
  }

  .improves .icon-bg .icon:nth-child(5) {
    right: 20px;
  }

  .develop .icon-bg {
    max-width: 300px;
    height: 254px;
    top: -20px;
  }

  .develop .icon-bg .icon:nth-child(1) {
    left: auto;
    right: 0;
    top: 0;
  }

  .develop .icon-bg .icon:nth-child(2) {
    top: 100px;
    right: 0;
  }

  .develop .icon-bg .icon:nth-child(3) {
    top: 0;
    right: auto;
    left: 40%;
  }

  .develop .icon-bg .icon:nth-child(4) {
    bottom: 40%;
  }

  .develop .icon-bg .icon:nth-child(5) {
    left: 50%;
    bottom: 50%;
  }

  .develop .icon-bg .icon:nth-child(6) {
    display: none;
  }

  .medical .icon-bg {
    top: 15px;
    max-width: 300px;
    height: 150px;
  }

  .medical .icon-bg .icon:nth-child(2) {
    top: 0;
    right: 0;
  }

  .support .icon-bg {
    top: 15px;
    max-width: 300px;
    height: 130px;
  }

  .develop-img {
    width: 500px;
    right: -36px;
  }

  .develop h2 {
    margin-bottom: 480px;
  }

  .medical-img {
    width: 500px;
    left: -50px;
  }

  .medical h2 {
    margin-bottom: 520px;
  }

  .support-img {
    width: 500px;
    right: -75px;
  }

  .support h2 {
    margin-bottom: 460px;
  }
}

@media only screen and (max-width: 550px) {
  .feedback-form-wrap {
    padding: 30px;
  }
}

@media only screen and (max-width: 500px) {
  .feedback-form-wrap label,
  .popup-form label {
    width: 100%;
  }

  .feedback-form-wrap .wpcf7-not-valid-tip,
  .popup-form .wpcf7-not-valid-tip {
    text-align: center;
  }

  .feedback-form-wrap .wpcf7-spinner,
  .popup-form  .wpcf7-spinner {
    margin: 24px 0 0;
  }

  .feedback .btn2,
  .popup .btn2 {
    width: 100%;
  }

  .feedback .btn2:after,
  .popup .btn2:after {
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-55px);
    transform: translateY(-50%) translateX(-55px);
  }

  .feedback-logo {
    max-width: 200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .psychology-banner {
    padding: 220px 0 85px 0;
  }

  .psychology-list .banner-item {
    width: 100%;
  }

  .psychology-list .banner-item ~ .banner-item {
    margin-top: 60px;
  }

  .psychology-banner__title {
    font-size: 36px;
    line-height: 48px;
    text-align: center;
  }

  .psychology-banner__content {
    text-align: center;
  }

  .psychology-banner__subtitle {
    font-size: 18px;
    line-height: 24px;
    text-align: left;
  }

  .psychology-banner__list {
    text-align: left;
    padding: 0;
  }

  .psychology-network__img {
    width: 100%;
  }

  .psychology-network__item {
    font-size: 20px;
    line-height: 26px;
  }

  .psychology-network__text {
    font-size: 28px;
    line-height: 36px;
  }

  /* Features Speciality Section */
  .psychology-features__title {
    font-size: 32px;
    line-height: 40px;
  }

  .psychology-features__item {
    width: 100%;
    max-width: 100%;
    flex: 1 1 100%;
  }

  .psychology-features__top {
    align-items: center;
  }

  .doctors_list-bar,
  .doctors_list-items {
    padding: 8px;
  }

  .search-bar {
    gap: 8px;
  }

  .doctor-card {
    padding: 15px;
  }

  .booking-btn {
    padding: 8px;
  }

  .pagination button {
    font-size: 10px;
  }

  .single_doctor-info h1 {
    font-size: 20px;
  }

  .single_doctor-info .specialization {
    font-size: 14px;
  }

  .single_doctor-info .description {
    font-size: 12px;
  }

  .tabs {
    flex-direction: column;
  }

  .tab-button {
    padding: 8px 0;
  }

  .about-wrapper {
    padding: 10px;
  }

  .about-text {
    font-size: 14px;
    margin: 20px 0 0;
  }

  .blog-post-content {
    margin: 10px 0;
  }
}

@media only screen and (max-width: 450px) {
  .develop-img {
    width: 375px;
  }

  .develop h2 {
    margin-bottom: 315px;
  }

  .medical-img {
    width: 375px;
    top: 90px;
  }

  .medical h2 {
    margin-bottom: 380px;
  }

  .support-img {
    width: 400px;
    right: -55px;
  }

  .support h2 {
    margin-bottom: 380px;
  }
}

@media (max-width: 350px) {
  .single_doctor-info .rating {
    flex-direction: column;
  }
}