@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

/* font-family: 'Poppins', sans-serif; */

/*==========================Common=============================*/

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

p:last-child {
  margin-bottom: 0;
}

.clear {
  clear: both;
}

:root {
  --main-font: "Poppins", sans-serif;
  --yellowColor: #f8c34f;
  --whiteColor: #fff;
  --blackColor: #000;
  --blueColor: #233f88;
  --trans: 0.4s all ease-in-out;
}

.clear:after {
  content: "";
  clear: both;
  position: relative;
  width: 100%;
  display: table;
}

input[type="submit"],
input[type="reset"],
input[type="submit"] {
  transition: 0.4s all ease-in-out;
}

body {
  padding: 0;
  margin: 0;
  background: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #666666;
  font-family: var(--main-font);
}

.container {
  max-width: 1170px;
  padding: 0px 15px;
  margin: 0 auto;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  transition: all 0.5s ease-in-out;
  text-decoration: none !important;
  display: inline-block;
}

a:hover {
  color: #2c3087;
}

a,
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

section {
  padding: 80px 0;
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: var(--main-font);
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
}

img {
  max-width: 100%;
}

/*======START MOBILE MENU SECTION=======*/

.mobileMenuSection {
  display: none;
}

.mobilemenuBtn {
  display: none;
}

.mobilemenuBtn span {
  background: #2c3087;
  display: block;
  width: 25px;
  height: 2px;
  margin: 0 0 5px 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}

.mobilemenuBtn span:last-child {
  margin: 0;
}

.mm-wrapper--opened .mobilemenuBtn span:first-child {
  transform: rotate(45deg) translate(4px, 6px);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transform: rotate(45deg) translate(4px, 6px);
  -moz-transform: rotate(45deg) translate(4px, 6px);
  -ms-transform: rotate(45deg) translate(4px, 6px);
  -o-transform: rotate(45deg) translate(4px, 6px);
}

.mm-wrapper--opened .mobilemenuBtn span:last-child {
  transform: rotate(-45deg) translate(4px, -6px);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transform: rotate(-45deg) translate(4px, -6px);
  -moz-transform: rotate(-45deg) translate(4px, -6px);
  -ms-transform: rotate(-45deg) translate(4px, -6px);
  -o-transform: rotate(-45deg) translate(4px, -6px);
}

.mm-wrapper--opened .mobilemenuBtn span:nth-child(2) {
  opacity: 0;
}

.mm-navbar {
  background: #ffc134;
  box-shadow: 0 2px 14px -2px rgb(0, 0, 0, 0.2);
  border: 0;
  min-height: 45px;
}

.mm-navbar .mm-navbar__title {
  font-size: 25px;
  line-height: 25px;
  color: #2c3087 !important;
  font-weight: 600;
  font-family: "pristinaregular";
}

.mm-listview > li > a,
.mm-listview > li > span {
  font-size: 15px;
  line-height: 24px;
  /* font-weight: 500; */
  color: #202124 !important;
  padding-top: 10px;
  padding-bottom: 10px;
}

.mm-listview > li > a:hover,
.mm-listview > li.active > a {
  color: #000;
}

.mm-listitem {
  border-color: #ddd;
}

.mm-listview > li:not(.mm-divider):after {
  left: 0;
}

.mm-menu .mm-listview > li .mm-next:after {
  border-color: rgb(0, 0, 0);
}

.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before {
  border-color: #000;
  width: 6px;
  height: 6px;
}

.mm-btn--prev:before {
  width: 8px !important;
  height: 8px !important;
  border-color: #fff !important;
}

.mmenu-open-fade .mobileMenuSection {
  display: none;
}

.mmenu-open-fade .mobileMenuSection {
  display: none;
}

.mm-btn--prev:before {
  border-color: #2c3087 !important;
}

/*=======END MOBILE MENU SECTION=======*/

/* header */

.site-main {
  padding-top: 100px;
}

.btm_part a.header-btn.yellow-btn {
  background: #f6c14b !important;
  border: 1px solid transparent;
  color: #fff;
}

.blue-btn {
  background: #233c88 !important;
}

.blue-btn:hover {
  background: #f6c14b !important;
}

.btm_part a.header-btn:hover {
  background: #233c88 !important;
  color: #fff;
  border: 1px solid transparent;
}

/* banner */

.banner {
  position: relative;
  padding-bottom: 90px;
}

.banner-hldr {
  z-index: 1;
  position: relative;
  margin-bottom: 90px;
}

.banner-content ul {
  background: #9c9c9c;
  display: flex;
  justify-content: center;
  padding: 10px;
  position: relative;
}

.banner-content ul::after {
  content: "";
  position: absolute;
  background: #9c9c9c;
  left: 100%;
  z-index: -1;
  top: 0;
  width: 100px;
  height: 100%;
}

.banner-content ul li {
  font-size: 23px;
  font-weight: 700;
  margin-right: 40px;
  position: relative;
  color: #fff;
  text-transform: capitalize;
}

.banner-content ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  background: #fff;
  top: 50%;
  right: -24px;
  transform: translate(0%, -50%);
  border-radius: 100%;
  width: 10px;
  height: 10px;
}

.banner-pic {
  width: 52%;
  border-top-right-radius: 78% 50%;
  border-top-left-radius: 22% 50%;
  border-bottom-left-radius: 24% 50%;
  border-bottom-right-radius: 77% 50%;
  background: #edb234;
  overflow: hidden;
  height: 600px;
  transform: rotate(-10deg);
  box-shadow: 0 36px 90px 0 rgba(0, 0, 0, 0.2);
}

.banner-pic figure {
  transform: rotate(10deg);
  margin: 0;
}

.banner-content {
  width: 48%;
}

.banner-content h2 {
  color: #02306c;
  font-weight: 700;
  font-size: 55px;
  margin-bottom: 25px;
  width: 70%;
}

.work_main_cont .header-btn {
  margin-bottom: 20px;
  background: #233c88;
}

.work_main_cont .header-btn:hover {
  background: #f6c14b;
}

.banner-content p {
  font-size: 20px;
}

.banner-bg-hldr {
  position: absolute;
  top: -150px;
  width: 100%;
  height: 930px;
}

.banner-bg-hldr img {
  object-fit: cover;
}

.news-hldr h6 {
  color: #233c88;
  font-size: 22px;
  margin: 0 0 10px;
  font-weight: 700;
}

.news-hldr p {
  margin: 0;
}

.news-hldr {
  padding: 20px 0 22px;
  max-width: 88%;
}

.orange_btn {
  padding: 17px 28px;
  background: #ffd000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #160f01;
  display: inline-block;
  text-transform: capitalize;
  letter-spacing: 1px;
  border: 1px solid transparent;
}

.orange_btn:hover {
  background: transparent;
  border-color: #ffd000;
  color: #ffd000;
}

.mid_box {
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0 10px 35px;
  border-radius: 10px;
}

.lappy_part {
  text-align: center;
  min-height: 530px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 82%;
  margin: 0 auto;
}

.lappy_part .anim_img {
  width: 61%;
  position: relative;
  position: relative;
  animation: myfirst 15s linear infinite alternate;
}

@-webkit-keyframes myfirst {
  0% {
    left: 0px;
    top: 0px;
  }

  25% {
    left: 100px;
    top: 0px;
  }

  50% {
    left: -100px;
    top: 0px;
  }

  75% {
    left: 100px;
    top: 0px;
  }

  100% {
    left: -100px;
    top: 0px;
  }
}

@keyframes myfirst {
  0% {
    left: 0px;
    top: 0px;
  }

  25% {
    left: 100px;
    top: 0px;
  }

  50% {
    left: -100px;
    top: 0px;
  }

  75% {
    left: 100px;
    top: 0px;
  }

  100% {
    left: -100px;
    top: 0px;
  }
}

.feel_text {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 40px;
}

.btm_feel {
  text-align: center;
  margin-top: 30px;
}

.btm_feel p {
  font-size: 22px;
  line-height: 1.2;
  color: #000000;
  font-weight: 700;
  margin-bottom: 25px;
}

.btm_feel p a {
  color: #233c88;
  text-transform: uppercase;
}

.btm_feel p a:hover {
  color: #000;
}

.feel_outer {
  position: relative;
  padding-top: 70px;
}

.feel_outer::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/see_bnr.png) no-repeat 0 0 / cover;
  top: 0;
  left: 0;
  background-attachment: fixed;
}

.therpy_box {
  border-radius: 10px;
  box-shadow: 0px 36px 92px 0px rgba(0, 0, 0, 0.2);
  background: #fff;
  padding: 30px 27px;
  transition: 0.4s all ease-in-out;
  cursor: pointer;
  margin-bottom: 30px;
}

.therpy_box:last-child {
  margin-bottom: 0;
}

.therpy_box p {
  transition: 0.4s all ease-in-out;
}

.therpy_box:hover {
  background: #233c88;
}

.therpy_box:hover p {
  color: #fff;
}

.therp_imgH {
  display: none;
}

.therpy_box:hover .therp_img {
  display: none;
}

.therpy_box:hover .therp_imgH {
  display: block;
}

.iner_therpy_box {
  align-items: center;
}

.ther_main {
  align-items: center;
}

.ther_main_cont .title {
  margin-bottom: 30px;
}

.client_part {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -111px;
}

.testi_box {
  border-radius: 10px;
  background: #fff;
  box-shadow: 7.757px 13.994px 92px 0px rgba(0, 33, 41, 0.1);
  text-align: center;
  padding: 40px 30px 70px;
  position: relative;
  border-bottom: 5px solid #233c88;
}

.inner_testi .title {
  text-align: center;
}

.client_part figure {
  width: 135px;
  height: 135px;
  min-width: 135px;
  min-height: 135px;
  border-radius: 50%;
  border: 5px solid #233c88;
  margin: 0 auto 20px;
  box-shadow: 4.732px 33.669px 92px 0px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}

.client_part figure img {
  width: 100%;
}

.testi_main_cont:nth-child(even) .testi_box {
  border-bottom-color: #f6c14b;
}

.testi_main_cont:nth-child(even) .testi_box .client_part figure {
  border-color: #f6c14b;
}

.testi_sec {
  padding-bottom: 190px;
}

.work_main_cont ul {
  counter-reset: numbering;
  padding-left: 29px;
  margin-bottom: 20px;
  position: relative;
}

.work_main_cont ul::before {
  position: absolute;
  content: "";
  height: 80%;
  width: 2px;
  top: 36px;
  left: 26px;
  background: #ecb949;
  z-index: 1;
}

.work_main_cont ul li {
  margin-bottom: 20px;
  background: #fff;
  padding: 12px 13px 12px 58px;
  position: relative;
  border-radius: 10px;
  box-shadow: 0px 36px 92px 0px rgba(0, 0, 0, 0.1);
  transition: 0.4s all ease-in-out;
  display: flex;
  align-items: center;
  min-height: 70px;
}

.work_main_cont ul li::before {
  position: absolute;
  counter-increment: numbering;
  content: "0" counter(numbering);
  width: 64px;
  height: 64px;
  background: #f6c14b;
  top: 50%;
  left: -34px;
  transform: translateY(-50%);
  font-size: 35px;
  line-height: 1;
  font-weight: 900;
  color: #3a3a3a;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 1;
}

.work_main_cont ul li:last-child {
  margin-bottom: 0;
}

.work_main_cont p {
  color: #383838;
  margin-bottom: 30px;
}

.work_main_cont p:last-child {
  margin-bottom: 0;
}

.big_title {
  font-size: 45px;
  line-height: 1.3;
  color: #233c88;
  font-weight: 700;
  margin-bottom: 5px;
}

.big_title a {
  color: #233c88;
}

.big_title a:hover {
  color: #000;
}

.online_title h4 {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 500;
  font-style: italic;
  color: #000000;
}

.online_title {
  background: #f6c14b;
  padding: 10px 14px;
  position: relative;
}

.online_title::before {
  position: absolute;
  content: "";
  width: 3010px;
  height: 100%;
  right: -3010px;
  top: 0;
  background: #f6c14b;
}

.feel_text p b {
  font-size: 20px;
  font-weight: 700;
}

.care_main {
  justify-content: center;
}

.banner-content .btm_part {
  background: transparent;
  padding: 0;
  justify-content: flex-start;
}

.banner-content ul.btm_part li:not(:last-child) {
  margin-right: 18px;
}

.banner-content .btm_part::after,
.banner-content .btm_part li::after {
  display: none;
}

.focus_part ul li {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  padding: 0 15px;
}

.focus_part .title {
  margin-bottom: 14px;
}

.focus_part {
  text-align: center;
  margin-top: 35px;
}

.ther_main_cont .orange_btn {
  text-transform: initial;
}

/* log in modal start */

.wrapper.mm-page {
  /* z-index: 0; */
  position: initial;
}

.log_in_modal {
  font-family: var(--main-font);
  background: #fff;
}

.log_in_modal.modal {
  padding: 0;
}

.log_in_modal .modal-dialog {
  max-width: 1000px;
  width: 100%;
}

.log_in_modal .modal-body {
  display: flex !important;
  padding: 0;
  flex-wrap: wrap;
  flex-direction: row !important;
  justify-content: center;
}

.log_in_modal .modal-body .btn-close.log_in_close {
  position: absolute;
  top: -20px;
  right: -20px;
  background-color: #fff;
  border-radius: 50%;
  opacity: 1;
  width: 30px;
  height: 30px;
  font-size: 10px;
  color: #fff;
}

.btn-close:focus {
  box-shadow: inherit;
}

.log_in_modal .modal-content {
  position: relative;
  border: none;
  border-radius: 0;
}

.conf_part {
  text-align: center;
}

.log_in_modal .log_im_img {
  width: 40%;
}

.log_in_modal .log_in_form {
  width: 60%;
  text-align: center;
  padding: 20px 30px;
}

.log_in_modal .log_in_form h5 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  color: #2c3087;
  margin-bottom: 20px;
}

.log_in_modal .log_in_form ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px 0 15px;
}

.log_in_modal .log_in_form ul li a {
  display: inline-block;
  width: 30px;
  margin: 0 7px;
}

.log_in_modal .log_in_form ul li a img {
  width: 100%;
  transition: all 0.5s ease-in-out;
}

.log_in_modal .log_in_form ul li a:hover img {
  transform: scale(1.08);
  filter: drop-shadow(5px 5px 5px rgb(99, 144, 228));
}

.log_in_modal .log_in_form form {
  margin: 20px 0;
  text-align: left;
  margin-top: 0;
}

.form-group {
  margin-bottom: 10px !important;
  padding-top: 0 !important;
}

.form-check-input {
  margin-top: 3px !important;
}

.log_in_modal .log_in_form .frm_box:not(:last-child) {
  margin-bottom: 15px;
}

.log_in_modal .log_in_form .frm_box label {
  color: #2c3087;
  font-weight: 500;
  margin-bottom: 10px;
}

.log_in_modal .log_in_form .frm_box input {
  border-radius: 0;
  padding: 10px;
  border: 1px solid #d1e8f4;
}

.log_in_modal .log_in_form .frm_box input:focus {
  box-shadow: none;
}

.log_in_modal .log_in_form .frm_box input::placeholder {
  color: rgb(219, 219, 219);
}

.log_in_modal .log_in_form .frm_box .login_btn,
.log_in_modal .log_in_form .frm_box input[type="submit"] {
  background: #f6c14b;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  border: none;
  outline: none;
  box-shadow: none;
  transition: all 0.5s ease-in-out;
  margin-top: 20px;
  border-radius: 0;
  padding: 12px 15px;
  text-align: center;
}

.log_in_modal .log_in_form .frm_box .login_btn:hover,
.log_in_modal .log_in_form .frm_box input[type="submit"]:hover {
  background: #233c88;
}

.log_in_modal .log_in_form .forgot {
  display: inline-block;
}

.log_in_modal .log_in_form .or_login p {
  margin: 0;
  background: #fff;
  position: relative;
  border-top: 1px solid #eeeeee;
  min-height: 30px;
  margin-top: 30px;
}

.log_in_modal .log_in_form .or_login p span {
  position: absolute;
  /* width: 50px;
    height: 1px;
    border-top: 1px solid #000; */
  display: inline-block;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 2px 5px;
}

.log_in_modal .log_in_form .forgot,
.log_in_modal .log_in_form .dont a {
  color: #233c88;
}

.log_im_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
}

.reg-modal .log_im_img img {
  object-position: center;
}

/* log in modal end */

.follow_part figure > img {
  width: 310px;
}

.register_model.log_in_modal .log_in_form {
  padding: 20px 20px;
}

.submit_btn {
  display: block;
  width: 100%;
  background: #1e3374;
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  border: 0;
  padding: 15px 10px;
  border-radius: 10px;
  transition: 0.4s all ease-in-out;
  margin-top: 12px;
}

.submit_btn:hover {
  background: #f6c14b;
}

.blue_btn {
  display: inline-block;
  font-size: 18px;
  background: #233c88;
  padding: 8px 30px;
  color: #fff;
  border-radius: 35px;
  font-weight: 600;
  border: 0;
}

.blue_btn:hover {
  background: #f6c14b;
}

.overlay :where(.mm-slideout) {
  position: static;
}

div.dataTables_wrapper div.dataTables_paginate {
  position: relative;
  z-index: 1;
}

.modal-open .modal {
  background: rgba(0, 0, 0, 0.73);
}

.form-signin iframe {
  transform: scale(0.8);
  transform-origin: left;
  margin-left: 3px;
}

.log_in_modal.register_model .log_in_form ul {
  display: block;
}

.log_in_form .form-group input[type="password"] {
  padding-right: 56px;
}

.follow ul {
  display: flex;
  align-items: center;
}

.error_holder {
  position: relative;
}

.error_msg {
  position: absolute !important;
  left: 0;
  line-height: 1.2;
}

.header-hldr h1 {
  margin: 0;
}

#buttonDiv {
  border: 0;
  background: none;
  margin-left: 10px;
}

.log_in_form label p a {
  text-transform: capitalize;
  font-weight: 600;
}

.mat-expansion-panel-body {
  padding: 15px !important;
}

/* new design css  */
.slick-slider-dots .slick-dots li {
  height: auto;
  width: auto;
  margin: 0;
}

.slick-slider-dots .slick-dots li button {
  font-size: 21px;
  color: #cccccc;
  line-height: 1;
  position: relative;
  font-family: var(--main-font);
  background: transparent !important;
  height: auto;
  width: auto;
  padding-left: 25px;
  text-align: right;
}

.slick-slider-dots .slick-dots li button::before {
  position: absolute;
  content: "0";
  width: 100%;
  height: 100%;
  left: -2px;
  top: 5px;
  z-index: 1;
  display: block;
  font-family: var(--main-font);
  font-size: 21px;
  color: #cccccc;
  line-height: 1;
  opacity: 1;
}

.slick-slider-dots .slick-dots li.slick-active button::after {
  position: absolute;
  content: "";
  width: 84%;
  height: 2px;
  background: var(--yellowColor);
  bottom: 0;
  right: 0;
}

.slick-slider-dots .slick-dots li.slick-active button::before {
  left: -6px;
  top: 7px;
}

.slick-slider-dots .slick-dots li.slick-active button::before {
  color: var(--whiteColor) !important;
  opacity: 1 !important;
}

.slick-slider-dots ul {
  position: static;
  text-align: right;
}

.slick-slider-dots .slick-dots li.slick-active button {
  font-size: 25px;
  font-weight: 600;
  color: var(--whiteColor);
}

/* Towards Mental Wellbeing  */

.mental_main.slick-initialized .slick-slide {
  padding: 0 4px;
}

.mental_main .slick-prev {
  background: #ffd000 url(../../images/left_arrow.png) no-repeat center center /
    16px !important;
  height: 100%;
  border-radius: 0;
  left: 0;
  width: 30px;
  padding: 0;
  top: 0;
  transform: inherit;
}

.mental_main .slick-next {
  background: #ffd000 url(../../images/right_arrow2.png) no-repeat center center /
    16px !important;
  height: 100%;
  border-radius: 0;
  right: 0;
  width: 30px;
  padding: 0;
  top: 0;
  transform: inherit;
  z-index: 1;
}

.mental_main.slick-slider {
  padding: 0 29px;
}

.mental_main .slick-prev::before,
.mental_main .slick-next::before {
  display: none;
}

.sec_title {
  text-align: center;
  margin-bottom: 70px;
  position: relative;
  padding-top: 40px;
  z-index: 1;
}

.sec_title > span {
  font-size: 200px;
  font-weight: 600;
  color: #f1ecd0;
  line-height: 1;
  text-transform: uppercase;
  position: absolute;
  top: 67%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.sec_title p {
  font-size: 14px;
  color: #333333;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 15px;
}

.sec_title h2 {
  font-size: 40px;
  line-height: 1;
  color: #333333;
  font-weight: 500;
  text-transform: uppercase;
}

.sec_title h2 mark {
  padding: 0;
  background: transparent;
  font-weight: 300;
  color: #333333;
}

.sec_title.sec_title2::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 3px;
  background: #ffcc00;
  bottom: 0;
  left: 0;
}

.sec_title.sec_title2 > span {
  transform: inherit;
  left: -118px;
  color: #eeeeee;
}

.sec_title.sec_title2 p {
  margin-bottom: 5px;
}

.sec_title.sec_title2 {
  text-align: left;
  padding: 79px 0 22px;
  margin-bottom: 35px;
}

.sec_title.sec_title2 h2 {
  color: #ffcf00;
}

.accordion-button:focus {
  box-shadow: inherit;
  border: 0;
}

.show-scrollTop {
  position: fixed;
  right: 2%;
  bottom: 3%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
  font-size: 30px;
  z-index: 5;
}

.black_and_white {
  filter: grayscale();
}

.fluidTitle {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  padding: 37px 0;
  margin-bottom: 60px;
}

.fluidTitle .paragrph {
  width: 50%;
  padding-left: 20px;
  position: relative;
  z-index: 1;
}

.fluidTitle .paragrph p {
  color: #333333;
}

.fluidTitle .sec_title {
  width: 50%;
  padding-top: 0;
  margin: 0;
  text-align: right;
  padding-right: 20px;
  position: static;
}

.fluidTitle .sec_title h2 {
  margin-bottom: 0;
}

.fluidTitle .sec_title > span {
  color: #f8f8f8;
}

.normaltitle {
  font-size: 40px;
  font-weight: 300;
  text-transform: uppercase;
}

.normaltitle b {
  font-weight: 600;
  color: #ffcf00;
}

.home_page .inner_work > .sec_title {
  display: none;
}
.home_page .inner_work .sec_title > span {
  top: 0;
  color: #eeeeee;
}
.home_page .inner_work .sec_title.sec_title2 {
  padding-top: 98px;
}
.home_page .inner_faq .sec_title > span,
.home_page .therapy_title .sec_title > span {
  top: 0;
}
.home_page .inner_faq .sec_title > span {
  color: #f8f8f8;
}

.right_pnal .filter_sec {
  padding-bottom: 0;
}
/* responsive */

@media (max-width: 1199px) {
  .links {
    padding-left: 40px;
  }

  .banner-content h2 {
    font-size: 48px;
  }

  .banner-content ul li {
    font-size: 18px;
  }

  .work_main_cont ul li::before {
    font-size: 28px;
  }

  .big_title {
    font-size: 38px;
  }

  .online_title h4 {
    font-size: 19px;
  }

  .work_main_cont ul li {
    padding-left: 38px;
  }

  .title {
    margin-bottom: 30px;
    font-size: 40px;
  }

  .therpy_box {
    padding: 24px 18px;
  }

  .banner-down-sec figure {
    max-width: 13%;
  }

  .news-hldr {
    max-width: 87%;
  }

  .banner-pic {
    height: 460px;
  }

  /* modal start */
  .log_in_modal .modal-dialog {
    max-width: 900px;
  }

  .home_page .inner_work .sec_title.sec_title2 {
    padding-top: 0;
  }
  /* modal end */

  .sec_title.sec_title2 > span {
    left: 0;
  }
  .work_right .sec_title.sec_title2 > span {
    left: -71px;
  }
  .choose_sec {
    padding-bottom: 50px;
  }
}

@media (max-width: 1023px) {
  .follow_part {
    margin-top: 30px;
  }

  .follow_part figure {
    text-align: right;
  }

  .banner-content h2 {
    font-size: 36px;
  }

  .banner-pic {
    height: 307px;
    width: 45%;
  }

  .banner-content {
    width: 55%;
  }

  .banner-content ul li {
    margin-right: 33px;
    font-size: 16px;
  }

  .title h2,
  .title {
    font-size: 34px;
  }

  .title p {
    font-size: 16px;
  }

  .mobilemenuBtn {
    display: block;
  }

  .main-menu {
    display: flex;
    align-items: center;
    padding-right: 10px;
  }

  .banner-content p {
    font-size: 17px;
  }

  .big_title {
    font-size: 34px;
  }

  .mm-panel {
    background: #fff;
  }

  .care_main_cont {
    margin-bottom: 80px;
  }

  .care_main {
    margin-bottom: -80px;
  }

  .lappy_part {
    min-height: 350px;
  }

  .lappy_part .anim_img {
    width: 53%;
  }

  .btm_feel p {
    font-size: 18px;
  }

  .orange_btn {
    font-size: 16px;
  }

  .therpy_box {
    margin-bottom: 23px;
  }

  .testi_sec {
    padding-bottom: 150px;
  }

  .testi_main .testi_main_cont:not(:last-child) {
    margin-bottom: 110px;
  }

  .inner_fter h4 {
    margin-bottom: 20px;
  }

  .banner-down-sec figure {
    max-width: 20%;
  }

  .news-hldr {
    max-width: 81%;
  }

  .mm-navbar__title > span {
    font-family: var(--main-font);
    font-weight: 600;
  }

  .focus_part ul li {
    padding: 0 7px;
  }

  .focus_part {
    text-align: left;
  }

  .main-menu > nav {
    display: none;
  }

  .log_in_modal .modal-dialog {
    max-width: 600px;
  }

  .log_in_modal .log_in_form {
    padding: 20px 20px;
  }

  .log_in_modal .log_in_form h5 {
    font-size: 23px;
    line-height: 25px;
    margin-bottom: 10px;
  }

  .log_in_modal .log_in_form .frm_box label {
    margin-bottom: 2px;
  }

  .log_in_modal .log_in_form .frm_box input {
    padding: 5px 10px;
  }

  .log_in_modal .log_in_form .frm_box input::placeholder {
    font-size: 14px;
  }

  .log_in_modal .log_in_form .frm_box:not(:last-child) {
    margin-bottom: 8px;
  }

  .log_in_modal .log_in_form .frm_box input[type="submit"] {
    margin-top: 12px;
  }

  .log_in_modal .log_in_form .or_login p {
    margin-top: 25px;
  }

  .log_in_modal .log_in_form ul {
    margin: 0 0 10px;
  }

  .log_in_modal .log_in_form ul li a {
    width: 20px;
  }

  .log_in_modal .log_in_form .or_login p span {
    top: 17%;
  }

  .log_in_modal .log_in_form .or_login p {
    margin-top: 10px;
  }

  .log_in_modal .log_in_form .forgot,
  .log_in_modal .log_in_form .dont {
    font-size: 14px;
  }

  .mm-menu--position-bottom,
  .mm-menu--position-left-front,
  .mm-menu--position-right-front,
  .mm-menu--position-top {
    z-index: 9999;
  }

  .mm-wrapper--position-left-front .mm-wrapper__blocker {
    z-index: 999;
  }

  #loginBtn {
    font-size: 16px !important;
  }
}

@media (max-width: 991px) {
  .site-main {
    padding-top: 77px;
  }

  .know_iner p {
    font-size: 16px;
  }

  .btm_know {
    padding-top: 20px;
  }
  .sec_title.sec_title2 > span {
    transform: inherit;
    left: 0;
    top: 19px;
    font-size: 100px;
    color: #eeeeee;
  }
  .work_right .sec_title.sec_title2 {
    padding-top: 46px;
  }
  .sec_title.sec_title2::before {
    bottom: -10px;
  }
}

@media (max-width: 767px) {
  .links {
    padding-left: 15px;
  }

  .inner_fter h4 {
    margin-bottom: 20px;
  }

  .inner_fter h4 {
    font-size: 22px;
  }

  .banner-content {
    width: 100%;
  }

  .banner-hldr {
    flex-wrap: wrap;
  }

  .banner-pic {
    width: 60%;
  }

  .banner-content h2 {
    font-size: 26px;
  }

  .banner-content h2 span {
    display: block;
  }

  .banner-content ul li:last-child {
    margin: 0;
  }

  .banner-content ul {
    justify-content: flex-start;
  }

  .main-menu li a.header-btn {
    padding: 8px 20px;
    font-size: 15px;
  }

  .main-menu li {
    margin-right: 10px;
  }

  .title h2,
  .title {
    font-size: 25px;
    margin-bottom: 25px;
  }

  .work_main_cont ul li::before {
    font-size: 23px;
    width: 58px;
    height: 58px;
  }

  .work_main_cont ul::before {
    left: 23px;
  }

  .big_title {
    font-size: 28px;
  }

  .inner_care .title {
    margin-bottom: 70px;
  }

  .lappy_part {
    min-height: 200px;
    padding: 0 23px;
  }

  .lappy_part {
    width: 68%;
  }

  .btm_feel p {
    font-size: 16px;
  }

  .news-hldr {
    max-width: 100%;
  }

  .banner-down-sec figure {
    max-width: 44%;
  }

  @-webkit-keyframes myfirst {
    0% {
      left: inherit;
      top: 0;
    }

    25% {
      left: inherit;
      top: 0;
    }

    50% {
      left: 0;
      top: 0;
    }

    75% {
      left: inherit;
      top: 0;
    }

    100% {
      left: inherit;
      top: 0px;
    }
  }

  @keyframes myfirst {
    0% {
      left: inherit;
      top: 0;
    }

    25% {
      left: inherit;
      top: 0px;
    }

    50% {
      left: inherit;
      top: inherit;
    }

    75% {
      left: inherit;
      top: inherit;
    }

    100% {
      left: inherit;
      top: inherit;
    }
  }

  .lappy_part .anim_img {
    animation: inherit !important;
    width: 64%;
  }

  .feel_text p br {
    display: none;
  }

  .banner-content ul li {
    font-size: 15px;
    margin-right: 30px;
  }

  .banner {
    padding-bottom: 0;
  }

  .info_part ul li {
    margin-bottom: 18px;
  }

  .focus_part ul li {
    padding: 0 5px;
  }

  .log_in_modal .log_im_img {
    display: none;
  }

  .log_in_modal .log_in_form {
    width: 100%;
  }

  .log_in_modal .modal-dialog {
    max-width: calc(100% - 40px);
    margin: auto;
  }

  .log_in_modal .log_in_form {
    /* padding: 20px 10px; */
    padding: 20px 0;
  }

  .work_main .work_main_cont:first-child {
    order: 2;
  }

  .modal .modal-dialog {
    max-width: calc(100% - 40px);
  }

  .log_in_modal .modal-body .btn-close.log_in_close {
    top: -9px;
    right: -24px;
  }

  .error_msg {
    position: static !important;
  }

  .error_holder .error_msg {
    margin-bottom: 0;
  }
  .site-main {
    padding-top: 87px;
  }
}

@media (max-width: 479px) {
  .main-menu li a.header-btn {
    padding: 6px 13px;
    font-size: 11px;
  }

  .lappy_part {
    min-height: 140px;
  }

  .testi_box {
    padding: 30px 20px 70px;
  }

  .banner-pic {
    width: 100%;
  }

  .follow_part .flow_main_cont {
    width: 100%;
  }

  .follow_part figure img {
    width: auto;
  }

  .follow_part figure {
    text-align: inherit;
  }

  .site-header {
    top: 0;
  }

  .main-menu {
    justify-content: space-between;
    width: 100%;
  }

  .header-hldr {
    flex-wrap: wrap;
  }

  .log_in_modal .log_in_form ul {
    display: block;
  }

  div#buttonDiv {
    margin: 12px 0;
  }

  .banner-content ul.btm_part li a {
    padding: 8px 23px !important;
  }

  #buttonDiv iframe {
    left: 50% !important;
    transform: translateX(-50%) !important;
    margin: 0 !important;
  }

  div#buttonDiv {
    margin: 12px 0 !important;
  }

  .yellow_btn,
  .log_in_modal input[type="submit"] {
    line-height: 1;
  }

  .form-signin iframe {
    transform: scale(0.7);
    transform-origin: left top;
  }

  .inner_fter .follow h4 {
    font-size: 16px;
  }
  .site-main {
    padding-top: 80px;
  }
}

@media (max-width: 375px) {
  .newsletter input[type="submit"] {
    font-size: 18px;
    padding: 10px 13px;
  }

  .newsletter input[type="text"] {
    padding-right: 110px;
    font-size: 16px;
  }

  .header-hldr {
    flex-wrap: wrap;
    transition: 0.4s all ease-in-out;
  }

  .main-menu li a.header-btn {
    padding: 4px 15px;
  }

  a.header-btn {
    font-size: 16px;
    padding: 8px 26px;
  }

  .banner-content ul li {
    margin-right: 31px;
    font-size: 14px;
  }

  .banner-down-sec {
    flex-wrap: wrap;
  }

  .mid_box {
    padding: 40px;
  }

  .big_title {
    font-size: 25px;
  }

  .banner-content ul li {
    margin-right: 14px;
  }

  .banner-content ul li:not(:last-child)::after {
    width: 7px;
    height: 7px;
    right: -10px;
  }

  .title {
    font-size: 26px;
  }

  section {
    padding: 70px 0;
  }

  .inner_care h3 {
    font-size: 22px;
    margin-bottom: 13px;
  }

  .banner-pic {
    width: 100%;
  }

  .banner-content ul {
    padding: 10px 6px;
  }

  .follow ul li a {
    height: 34px;
    width: 34px;
  }

  .follow ul li a img {
    width: 17px;
  }
}
