* {
  font-family: 'Lato', sans-serif;
}

.commonSection {
  padding: 100px 0;
}

.big-text {
  color: #000;
  margin-top: 28px;
}

.short-text {
  color: #3a4775;
  text-transform: uppercase;
}

.therapy-section .register_btn,
.page_simple_reason_section .register_btn,
.footer-top-section .register_btn {
  padding: 14px 40px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #fff;
  border-radius: 6px;
  border: 1px solid #3A4775;
  background: #3A4775;
}
.nav_bar .nav_ btns .try_btn{
  margin-left: 15px;
}
/** Banner Sction starts**/
.banner-section .banner-items {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.banner-section .leftSec {
  padding: 50px 0;
}

.banner-section .banner-items .leftSec h1 {
  position: relative;
}
.banner-section .banner-items .leftSec h1 img {
  position: absolute;
  top: -25%;
  right: 18%;
  width: 120px;
  height: auto;
}

.banner-section .leftSec h6,
.img-section .headerFour,
.slider-section .headerFour,
.therapy-section .headerFour,
.page_simple_reason_section .headerFour,
.peek_section .headerFour,
.footer-top-section .headerFour{
  text-transform: uppercase;
  margin-bottom: 4px;
}
.banner-section .leftSec .headerOne {
  margin-bottom: 6px;
}


.banner-section .leftSec .banner-btns {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 35px;
}

.banner-section .badge {
  position: absolute;
  top: 10%;
  left: 40%;
}

.banner-section .badge img {
  position: relative;
  transform: translateX(-50%);
  width: 120px;
  height: auto;
}


.banner-section .leftSec .banner-btns a i {
  margin-right: 12px;
}

.banner-section .leftSec .banner-btns a:first-child {
  margin-right: 20px;
}

.banner-section .leftSec .login_btn {
  height: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  padding: 14px 40px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  color: #3A4775;
  border-radius: 10px;
  border: 2px solid #3A4775;
  background: transparent;
}

.banner-section .leftSec .register_btn {
  height: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 40px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  color: #fff;
  border-radius: 10px;
  border: 2px solid #3A4775;
  background: #3A4775;
}

.banner-section {
  background-color: #f2f2f2;
  overflow: hidden;
}

.banner-section .banner-para {
  color: #000;
  padding-bottom: 30px;
  margin-top: 40px;
}

.rightSec {
  position: relative;
  padding-top: 50px;
  display: block;
}

.rightSec img:first-child {
  position: relative;
  width: 100%;
  height: auto;
}

.rightSec img:last-child {
  display: none;
}

.custom-btn-img {
  width: 30px;
  height: 30px;
  margin-right: 6px;
}

/** Banner Sction end**/


/** Img Sction starts**/
.img-section .img-box-sec {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 8px;
}

.img-section .img-box-sec .img-box-outer {
  position: relative;
  width: 20%;
  padding: 18px;
}

.img-section .img-box {
  border: 2px solid #3a4775;
  padding: 15px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  width: 100%;
  text-decoration: none;
}

.img-section .img-box .icon-img {
  display: block;
  width: 100%;
}

.img-section .img-box .img-text {
  margin-bottom: 0;
  margin-top: 10px;
  color: #3A4775;
  text-align: center;
}

.img-section .img-box h5 {
  margin-bottom: 0;
  margin-top: 15px;
  text-align: center;
}

.img-section .img-box h5 i {
  margin-left: 6px;
}

/** Img Sction end**/


/** Slider Sction starts**/
.slider-section {
  padding: 80px 20px;
  background-color: #f2f2f2;
}


.slider-section .top-section {
  text-align: center;
}
.slider-section .top-section .headerThree{
  margin-bottom: 26px;
 }


.slider-section .container {
  position: relative;
  display: flex;
  flex-direction: column;
}

.slider-section .container .content_items {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}

.slider-section .container .content_items .prev_btn,
.slider-section .container .content_items .next_btn {
  position: relative;
  width: 150px;
  height: 100%;
  display: flex;
  align-items: center;
}

.slider-section .container .content_items .next_btn {
  justify-content: flex-end;
}

.slider-section .container .content_items .prev_btn img,
.slider-section .container .content_items .next_btn img {
  position: relative;
  width: 45px;
  height: auto;
}

.slider-section .container .content_items .prev_btn .swiper-button-prev,
.slider-section .container .content_items .next_btn .swiper-button-next {
  position: relative;
  width: max-content;
}

.slider-section .container .content_items .prev_btn .swiper-button-prev.swiper-button-disabled,
.slider-section .container .content_items .next_btn .swiper-button-next.swiper-button-disabled {
  opacity: 1;
}

.slider-section .container .content_items .prev_btn .swiper-button-prev img:first-child,
.slider-section .container .content_items .next_btn .swiper-button-next img:first-child {
  display: none;
}

.slider-section .container .content_items .prev_btn .swiper-button-prev img:last-child,
.slider-section .container .content_items .next_btn .swiper-button-next img:last-child {
  display: block;
}

.slider-section .container .content_items .prev_btn .swiper-button-prev.swiper-button-disabled img:first-child,
.slider-section .container .content_items .next_btn .swiper-button-next.swiper-button-disabled img:first-child {
  display: block;
}

.slider-section .container .content_items .prev_btn .swiper-button-prev.swiper-button-disabled img:last-child,
.slider-section .container .content_items .next_btn .swiper-button-next.swiper-button-disabled img:last-child {
  display: none;
}

.slider-section .container .content_items .prev_btn .swiper-button-prev::after,
.slider-section .container .content_items .next_btn .swiper-button-next::after {
  display: none;
}

.slider-section .container .content_items .prev_btn .swiper-button-prev img {
  transform: rotate(-180deg);
}

.slider-section .container .content_items .slider_box {
  position: relative;
  width: calc(100% - 300px);
}

.slider-section .swiper {
  position: relative;
  width: 100%;
}

.slider-section .swiper .swiper-slide {
  position: relative;
  width: 100%;
}

.slider-section .swiper .swiper-slide .client-feedback-box {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.slider-section .swiper .swiper-slide .client-feedback-box .box_left {
  position: relative;
  width: 300px;
}

.slider-section .swiper .swiper-slide .client-feedback-box .box_left a {
  position: relative;
  display: flex;
  width: 100%;
}

.slider-section .swiper .swiper-slide .client-feedback-box .box_left img {
  position: relative;
  width: 100%;
  height: auto;
}
.slider-section .swiper .swiper-slide .client-feedback-box .box_left .btn-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-section .swiper .swiper-slide .client-feedback-box .box_left .btn-box a {
  position: relative;
  width: 60px;
  cursor: pointer;
}
.slider-section .swiper .swiper-slide .client-feedback-box .box_left .btn-box a img {
  position: relative;
  width: 100%;
  height: auto;
}
.slider-section .swiper .swiper-slide .client-feedback-box .box_left .btn-box a img:first-child {
  display: block;
}
.slider-section .swiper .swiper-slide .client-feedback-box .box_left .btn-box a img:last-child {
  display: none;
}
.slider-section .swiper .swiper-slide .client-feedback-box .box_left .btn-box a:hover img:first-child {
  display: none;
}
.slider-section .swiper .swiper-slide .client-feedback-box .box_left .btn-box a:hover img:last-child {
  display: block;
}

.slider-section .swiper .swiper-slide .client-feedback-box .box_right {
  position: relative;
  width: calc(100% - 300px);
  padding-left: 60px;
  display: flex;
  align-items: center;
}

.slider-section .swiper .swiper-slide .client-feedback-box .box_right .feedback_text_box {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.slider-section .swiper .swiper-slide .client-feedback-box .box_right .feedback_text_box .client_feedback {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.slider-section .swiper .swiper-slide .client-feedback-box .box_right .feedback_text_box .client_feedback img {
  position: relative;
  width: 80px;
}

.slider-section .swiper .swiper-slide .client-feedback-box .box_right .feedback_text_box .client_feedback i {
  position: relative;
  color: #3A4775;
  font-size: 50px;
}

.slider-section .swiper .swiper-slide .client-feedback-box .box_right .feedback_text_box .client_feedback p {
  position: relative;
  color: #000;
  margin-top: 10px;
}

.slider-section .swiper .swiper-slide .client-feedback-box .box_right .feedback_text_box .client_info {
  position: relative;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
}

.slider-section .swiper .swiper-slide .client-feedback-box .box_right .feedback_text_box .client_info h3 {
  color: #3A4775;
  margin: 0;
}

.slider-section .swiper .swiper-slide .client-feedback-box .box_right .feedback_text_box .client_info p {
  color: #000;
  margin: 0;
  margin-top: 1px;
}

.slider-section .container .slider_pagination {
  position: relative;
  margin-top: 45px;
  width: 100%;
}

.slider-section .container .slider_pagination .swiper-pagination {
  position: relative;
  bottom: auto;
}

.slider-section .container .slider_pagination .swiper-pagination span {
  width: 12px;
  height: 12px;
}

.slider-section .container .slider_pagination .swiper-pagination span.swiper-pagination-bullet {
  background: #b3b3b3;
  opacity: 1;
}

.slider-section .container .slider_pagination .swiper-pagination span.swiper-pagination-bullet-active {
  background: #3A4775;
}


@media (max-width: 1400px) {
  .banner-section .banner-items .leftSec h1 img {
    right: 7%;
  }
}

@media (max-width: 1200px) {
  .banner-section .banner-items .leftSec h1 img {
    right: -12%;
  }

  .banner-section .leftSec .banner-btns {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .banner-section .leftSec .banner-btns a:first-child {
    margin-right: 0;
    margin-top: 20px;
  }
}

@media (max-width: 1050px) {

  .banner-section .banner-items .leftSec h1 img {
    right: 6%;
  }

  .banner-section .banner-items .leftSec,
  .banner-section .banner-items .rightSec {
    width: 100%;
  }

  .banner-section .banner-items .leftSec h1 br {
    display: none;
  }
  .banner-section .banner-items .leftSec br {
    display: none !important;
  }

  .banner-section .leftSec .banner-btns {
    flex-direction: row ;
  }

  .banner-section .leftSec .banner-btns a:first-child {
    margin-right: 20px !important;
    margin-top: 0px !important;
  }

  .banner-section .banner-items .rightSec {
    display: flex;
    justify-content: center;
  }
  .banner-section .banner-items .rightSec img:first-child {
    width: 650px;
  }
  .slider-section .swiper .swiper-slide .client-feedback-box {
    align-items: center;
    justify-content: center;
  }

  .page_simple_reason_section .reason_box_outer {
    width: 50%;
  }

  .footer-top-section .leftSec {
    padding-left: 30px !important;
  }
}

@media (max-width: 991px) {

  .slider-section .container .content_items .prev_btn,
  .slider-section .container .content_items .next_btn {
    display: none;
  }

  .slider-section .container .content_items .slider_box {
    width: 100%;
  }
  .slider-section .swiper .swiper-slide .client-feedback-box {
    align-items: center;
  }

  .slider-section .swiper .swiper-slide .client-feedback-box .box_left a {
    justify-content: center;
  }

  .slider-section .swiper .swiper-slide .client-feedback-box .box_left img {
    width: 300px;
  }

  .slider-section .swiper .swiper-slide .client-feedback-box .box_right {
    width: 100%;
    padding-left: 0px;
    margin-top: 50px;
  }

  .slider-section .swiper .swiper-slide .client-feedback-box .box_right .feedback_text_box {
    text-align: center;
  }
  .slider-section .swiper .swiper-slide .client-feedback-box .box_right .feedback_text_box .client_feedback {
    align-items: center;
  }

  .footer-top-section .leftSec,
  .footer-top-section .rightSec {
    width: 100%;
  }
  .footer-top-section .leftSec {
    padding-left: 0px !important;
  }
  .footer-top-section .rightSec {
    padding-top: 0;
  }
  .footer-top-section .rightSec img:first-child {
    width: 650px;
  }
}

@media (max-width: 768px) {
  .banner-section .banner-items .leftSec h1 img {
    right: -4%;
  }
}

@media (max-width: 575px) {
  .banner-section .banner-items .leftSec h1 img {
    display: none;
  }
}

/** Slider Sction end**/


/** Therapy Sction starts**/
.therapy-section .para {
  color: #000;
}

.therapy-section .left-text-sec p {
  margin-top: 10px;
}

.therapy-section .left-text-sec .register_btn {
  margin: 20px 0;
}

.therapy-section .res-img-sec {
  position: relative;
  margin: 30px 0;
  width: 450px;
  display: none;
  margin-bottom: 20px;
}

.therapy-section .res-img-sec img {
  position: relative;
  width: 100%;
}

.therapy-section .res-img-sec .btn-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.therapy-section .res-img-sec .btn-box a {
  position: relative;
  width: 58px;
  transform: translate(0, -3px);
  transition: all 0.3s;
}
.therapy-section .res-img-sec .btn-box a img {
  position: relative;
  width: 100%;
  height: auto;
  transition: all 0.3s;
}
.therapy-section .res-img-sec .btn-box a img:first-child {
  display: block;
}
.therapy-section .res-img-sec .btn-box a img:last-child {
  display: none;
}
.therapy-section .res-img-sec .btn-box a:hover img:first-child {
  display: none;
  transition: all 0.3s;
}
.therapy-section .res-img-sec .btn-box a:hover img:last-child {
  display: block;
  transition: all 0.3s;
}

.therapy-section .logo-heading {
  color: #000;
  margin-top: 20px;
}

.therapy-section .sec_head .top-text {
  color: #000;
}

.therapy-section .sec_head .short-text {
  color: #3A4775;
}

.therapy-section .img-wrapper {
  position: relative;
  margin-top: 25px;
}

.therapy-section .img-wrapper img {
  position: relative;
  width: 100%;
}

.therapy-section .img-wrapper .img-col {
  filter: grayscale(1);
  transition: 0.3s;
  margin: 15px 0;
}

.therapy-section .img-wrapper .img-col img {
  width: 100%;
}

.videoSec {
  position: relative;
}

.videoSec .btn-sec{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.videoSec .btn-sec a{
  position: relative;
  width: 80px;
  cursor: pointer;
}
.videoSec .btn-sec a img{
  position: relative;
  width: 100%;
  height: auto;
}
.videoSec .btn-sec a img:first-child{
  display: block;
}
.videoSec .btn-sec a img:last-child{
  display: none;
}
.videoSec .btn-sec a:hover img:first-child{
  display: none;
}
.videoSec .btn-sec a:hover img:last-child{
  display: block;
}

/** Therapy Sction end**/

/** Counter Sction starts**/
.page_result_section {
  padding: 80px 15px;
  background: rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: center;
}

.page_result_section .sec-content {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.page_result_section .sec-content .result-box-outer .result-box-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page_result_section .sec-content .result-box-outer {
  width: 25%;
  padding: 0px 25px;
}

.page_result_section .sec-content .result-box-outer .result-box-inner .box-txt {
  margin-top: 15px;
  text-align: center;
  color: rgba(0, 0, 0, 0.50);
}

.page_result_section .sec-content .result-box-outer .result-box-inner .box-counter span {
  color: #3A4775;
}

.number_plus::after {
  content: "\002B";
}

.number_percent::after {
  content: "\0025";
}

/** Counter Sction End**/


.page_simple_reason_section .reason_box {
  padding: 15px;
}

.reason_box .box_inner .box_icon {
  border: 3px solid #3A4775;
  width: 40px;
  height: 40px;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 33px;
  color: #3A4775;
}

.reason_box h2 {
  margin-top: 15px;
}

.reason_box p {
  margin-top: 15px;
}

.peek_section {
  padding-top: 100px !important;
  padding-bottom: 0 !important;
  margin-bottom: 100px;
  background-color: rgba(0, 0, 0, 0.05);
}

.peek_section .first_head p {
  margin-bottom: 0;
}

.peek_section .first_head .break {
  display: none;
}

.first_head .headerThree {
  padding-bottom: 16px;
}


.laptopSec {
  position: relative;
}

.laptopSec img {
  position: relative;
  width: 100%;
  transform: translateY(76px);
}

.laptopSec .button-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.laptopSec .button-box a {
  position: relative;
  width: 80px;
  transform: translateY(35px);
  cursor: pointer;
}
.laptopSec .button-box a img {
  position: relative;
  width: 100%;
  height: auto;
  transform: translateY(0);
}
.laptopSec .button-box a img:first-child {
  display: block;
}
.laptopSec .button-box a img:last-child {
  display: none;
}
.laptopSec .button-box a:hover img:first-child {
  display: none;
}
.laptopSec .button-box a:hover img:last-child {
  display: block;
}

.footer-top-section {
  overflow: hidden;
}

.footer-top-section .leftSec .big-text {
  color: #000;
}

.footer-top-section .leftSec {
  padding: 70px 40px;
}

.res_laptopSec {
  position: relative;
  display: none;
  width: 100%;
}

.res_laptopSec img {
  position: relative;
  width: 100%;
}
.res_laptopSec .button-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.res_laptopSec .button-box a{
  position: relative;
  width: 58px;
  transform: translate(60px, 1px);
  transition: all 0.3s;
}
.res_laptopSec .button-box a img{
  position: relative;
  width: 100%;
  height: auto;
}
.res_laptopSec .button-box a img:first-child{
  display: block;
  transition: all 0.3s;
}
.res_laptopSec .button-box a img:last-child{
  display: none;
  transition: all 0.3s;
}
.res_laptopSec .button-box a:hover img:first-child{
  display: none;
  transition: all 0.3s;
}
.res_laptopSec .button-box a:hover img:last-child{
  display: block;
  transition: all 0.3s;
}

/* ================== responsive ================ */

@media (max-width: 1400px) {

  .therapy-section .videoSec img {
         width: 100%;
  }


  .laptopSec img {
    transform: translateY(65px);
  }

  .footer-top-section .leftSec {
    padding: 40px 0;
  }

  .rightSec img:first-child {
    position: relative;
    width: 100%;
    height: auto;
  }
}

@media (max-width: 1200px) {

  .laptopSec img {
    transform: translateY(55px);
  }

  .banner-btns {
    flex-direction: column;
    align-items: flex-start;
  }

  .banner-section .leftSec .login_btn {
    margin-left: 0px;
    margin-top: 20px;
  }

  .img-section .img-box-sec .img-box-outer {
    width: 20%;
  }

  .footer-top-section .row,
  .banner-section .banner-items {
    align-items: flex-end;
  }
}

@media (max-width: 991px) {
  .laptopSec img {
    transform: translateY(40px);
  }

  .laptopSec a img {
    width: 70px;
    transform: translateY(0px);
  }

  .img-section .img-box-sec .img-box-outer {
    width: 25%;
  }

  .slider-section .swiper-button-next,
  .slider-section .swiper-button-prev {
    display: none;
  }

  .client-feedback-box {
    width: 99%;
  }

  .slider-section .swiper .swiper-slide .client-feedback-box .box_right .feedback_text_box .client_feedback img {
    width: 50px;
  }

  .videoSec {
    display: none;
  }

  .therapy-section .left-text-sec {
    width: 100%;
  }

  .therapy-section .res-img-sec {
    display: block;
  }

  .therapy-section .img-wrapper .img-col img {
    width: 100%;
  }

  .page_result_section .sec-content .result-box-outer {
    width: 50%;
    padding: 15px 25px;
  }
}


@media (max-width: 768px) {
  .banner-section .leftSec .banner-btns button {
    width: 100%;
  }

  .laptopSec img {
    transform: translateY(30px);
  }

  .leftSec {
    padding: 50px 35px !important;
  }
  .footer-top-section .leftSec {
    padding-left: 35px !important;
  }

  .banner-section .leftSec .banner-btns {
    flex-direction: column-reverse !important;
  }
  .banner-section .leftSec .banner-btns a:first-child {
    margin-right: 0px !important;
    margin-top: 20px !important;
  }
  .banner-section .leftSec .banner-btns .btn {
    width: 100%;
  }
  


  .img-section .img-box-sec .img-box-outer {
    width: 33.33%;
  }

  .client-feedback-box {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .client-feedback-box .left-col {
    margin-right: 0;
  }

  .client-feedback-box .right-col {
    padding-left: 0px;
  }

  .therapy-section .img-wrapper .img-col {
    width: 33.33% !important;
  }

  .slider-section .container .slider_pagination {
    margin-top: 15px;
  }

  .page_simple_reason_section .reason_box_outer {
    width: 100%;
  }

  .footer-top-section .rightSec img:first-child {
    width: 100%;
  }

}

@media (max-width: 575px) {

  .row {
    margin: 0;
  }
  .row > * {
    margin: 0;
    padding: 0;
  }

  .banner-section .container,
  .footer-top-section .container{
    padding: 0 !important;
  }

  .img-section .header{
    padding: 0px 25px;
  }

  .img-section .img-box-sec{
    padding: 0px 15px;
  }

  .slider-section {
    padding: 65px 25px;
  }

  .therapy-section .sec-top-content,
  .therapy-section .sec-bottom-content {
    padding: 0px 25px;
  }
  .therapy-section .sec-bottom-content {
    margin-top: 41px;
  }

  .page_simple_reason_section .row {
    padding: 0px 25px;
  }
  .page_simple_reason_section .row > * {
    padding: 0px;
  }
  .page_simple_reason_section .reason_box {
    padding: 15px 0;
  }

  .peek_section .row > * {
    padding: 0;
  }
  .peek_section .first_head {
    padding: 0 25px;
  }

  .page_result_section {
    padding: 70px 10px;
  }

  .slider-section .swiper .swiper-slide .client-feedback-box .box_right .feedback_text_box .client_info {
    margin-top: 0px;
  }

  .leftSec {
    padding: 50px 25px !important;
  }
  .footer-top-section .leftSec {
    padding-left: 25px !important;
  }

  .laptopSec {
    padding: 50px 30px;
    display: none;
  }

  .slider-section .container .slider_pagination {
    margin-top: 10px;
  }
  .slider-section .container .slider_pagination .swiper-pagination span {
    width: 9px;
    height: 9px;
  }

  .res_laptopSec {
    position: relative;
    display: block;
  }

  .img-section .img-box-sec .img-box-outer {
    width: 50%;
    padding: 10px;
  }

  .img-section .img-box-sec .img-box-outer .img-box .icon-img {
    transform: scale(1.15);
  }

  .page_result_section .sec-content .result-box-outer {
    padding: 15px ;
  }

  .client-feedback-box .right-col {
    width: 100%;
  }

  .therapy-section .res-img-sec {
    width: 100%;
  }

  .rightSec img:first-child {
    display: none;
  }

  .rightSec img:last-child {
    position: relative;
    width: 100%;
    display: block;
  }

  .banner-section .short-text,
  .banner-section .big-text,
  .therapy-section .big-text,
  .therapy-section .short-text,
  .footer-top-section .big-text,
  .footer-top-section .short-text {
    text-align: center;
  }


  .therapy-section .left-text-sec h5 {
    text-align: center;
  }

  .footer-top-section .leftSec p {
    text-align: center;
  }
}

@media (max-width: 450px) {

  .banner-items .rightSec{
    padding-top: 0;
  }
  .banner-items .leftSec {
    padding-bottom: 15px !important;
  }
  
  .reason_box h2 {
    margin-top: 10px;
  }
  .reason_box p {
    margin-top: 10px;
  }
  .page_simple_reason_section {
    padding-bottom: 80px !important;
  }
  .page_simple_reason_section .reason_box {
    padding: 10px 0;
  }

  .slider-section .swiper .swiper-slide .client-feedback-box .box_left img {
    width: 250px;
  }
  .slider-section .swiper .swiper-slide .client-feedback-box .box_right {
    margin-top: 35px;
  }
  .slider-section .swiper .swiper-slide .client-feedback-box .box_right .feedback_text_box .client_feedback img {
    width: 35px;
  }

  .peek_section {
    padding-top: 70px !important;
    margin-bottom: 20px;
  }

  .peek_section .first_head p {
    margin-bottom: 15px;
  }

  .peek_section .first_head .break {
    display: block;
  }

  .therapy-section .sec-bottom-content {
    padding-bottom: 70px;
  }

  .page_result_section {
    padding: 45px 10px;
  }

  .footer-top-section .leftSec {
    padding-bottom: 20px !important;
  }
  
} 