* {
  font-family: 'Lato', sans-serif;
}

.commonSection {
  padding: 100px 0;
}

.content-container {
  width: 100%;
  padding: 50px 100px 0;
  display: flex;
  justify-content: center;
}

.inner-content-section {
  width: 1350px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 60px;
}

.about-leftSec,
.about-rightSec {
  width: 50%;
}



.about-leftSec {
  padding: 60px 0;
}

.about-fullWidthCol {
  width: 100%;
}

.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 .inner-content-section {
  align-items: flex-end;
}

.banner-section .leftSec {
  padding: 50px 0;
}

.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 .leftSec .banner-btns button {
  width: max-content;
}

.banner-section .leftSec .banner-btns button: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: auto;
  height: 650px;
}

.rightSec img:last-child {
  display: none;
}

.custom-btn-img {
  width: 30px;
  height: 30px;
  margin-right: 6px;
}

.banner-section .about-leftSec {
  padding: 60px 0 100px;
}

.banner-section .about-rightSec {
  padding: 0 0 100px;
}

.banner-section .about-rightSec img {
  position: relative;
  width: 100%;
}

.banner-section .banner-btns {
  margin-top: 50px;
}

@media (max-width: 1400px) {
  .banner-section .about-leftSec {
    padding: 60px 0 30px;
  }

  .banner-section .about-rightSec {
    display: flex !important;
    justify-content: center;
  }

  .banner-section .about-rightSec img {
    position: relative;
    width: 650px;
    height: auto;
  }

  .banner-section .about-leftSec p br {
    display: none !important;
  }
}

@media screen and (max-width: 1375px) {
  .custom-break {
    display: none;
  }
}

@media (max-width: 1200px) {

  .banner-section .about-leftSec,
  .banner-section .about-rightSec {
    width: 100%;
  }

}


@media (max-width: 991px) {

  .about-leftSec,
  .about-rightSec {
    width: 100%;
  }

  .laptopSec img {
    transform: translateY(40px);
  }

  .inner-content-section {
    width: 100%;
  }

  .banner-section .headerFour,
  .banner-section .headerOne {
    text-align: center;
  }

  .banner-btns {
    margin-top: 40px;
  }

  .banner-btns .solidButton1 {
    margin: 0 auto;
  }

  .img-section {
    margin: 50px 0;
  }

  .img-section img {
    width: 100%;
  }

  .commonSection {
    padding: 70px 0 !important;
  }
}

@media screen and (max-width: 768px) {
  .content-container {
    padding: 40px 40px 0;
  }
}

@media screen and (max-width: 575px) {
  .content-container {
    padding: 20px 20px 0;
  }
}

/** Banner Sction end**/

/** Slider Sction starts**/
.slider-section {
  padding: 80px 20px;
}


.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;
  justify-content: 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%;
}

.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;
}

.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 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;
}

@media (max-width: 991px) {
  .slider-section .swiper .swiper-slide .client-feedback-box {
    align-items: center;
    justify-content: center;
  }

  .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 .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;
  }
}

/** Slider Sction end**/






.page_simple_reason_section .reason_box {
  padding: 14px;
}

.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)
}

.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;
}

.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;
}

.first_head .firstPara {
  margin-bottom: 0;
}

@media (max-width: 1400px) {
  .laptopSec img {
    transform: translateY(65px);
  }
}

@media (max-width: 1200px) {
  .laptopSec img {
    transform: translateY(55px);
  }

  .peek_section .content-container {
    padding: 0;
  }

  .peek_section .first_head {
    padding: 35px;
  }
}

@media (max-width: 991px) {
  .laptopSec img {
    transform: translateY(40px);
  }
}

@media (max-width: 768px) {
  .laptopSec img {
    transform: translateY(30px);
  }
}

@media screen and (max-width:575px) {
  .res_laptopSec {
    position: relative;
    display: block;
  }

  .laptopSec {
    padding: 50px 30px;
    display: none;
  }

  .peek_section .row>* {
    padding: 0;
  }

  .peek_section .first_head {
    padding: 0 50px;
  }

  .first_head .firstPara {
    margin-bottom: 15px;
  }
}

@media (max-width: 450px) {
  .peek_section {
    margin-bottom: 0px !important;
  }
}





/** Production  Sction start**/
.productSection .inner-content-section {
  justify-content: center;
}

.productSection .about-fullWidthCol {
  margin-bottom: 30px;
}

.productSection .product_img_section .card {
  margin-bottom: 40px;
}

.product_img_section .card {
  background-color: #f2f2f2;
  border: none;
}

.product_img_section .about-leftSec {
  padding: 0;
}

.product_img_section .about-rightSec {
  padding: 30px;
}

.product_img_section .about-leftSec img {
  height: 340px;
  width: 100%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.product_img_section .about-leftSec.even img {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.product_img_section .inner-content-section {
  width: 1200px;
  height: auto;
  padding: 0;
}

.product_img_section .inner-content-section .card-body {
  padding: 0 30px;
}


.productSection .btnCol {
  margin-top: 30px;
}

.productSection .btnCol .solidButton1 {
  margin: 0 auto;
}

@media screen and (max-width:1375px) {
  .product_img_section .inner-content-section {
    width: 1000px;
    height: auto;
  }

  .product_img_section .about-leftSec img,
  .product_img_section .about-leftSec.even img {
    height: 350px;
  }
}

/**  Production Sction start**/


/** Emdr Sction start**/
.emdrSection {
  background-color: #f2f2f2;
  overflow: hidden;
}

.emdrSection .inner-content-section {
  align-items: flex-end;
}

.emdrSection .table_inner {
  display: flex;
  width: 100%;
  justify-content: center;
}

.emdrSection .table_inner .table_left {
  position: relative;
  width: 35%;
}

.emdrSection .table_inner .table_middle {
  position: relative;
  width: 20%;
  box-shadow: 0px 0px 16.5px 3px rgba(0, 0, 0, 0.08);
  border-radius: 15px;
}

.emdrSection .table_inner .table_right {
  position: relative;
  width: 33%;
}

.emdrSection .table_inner .table_item_inner {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 20px 0;
}

.emdrSection .table_inner .table_item_inner ul {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0;
}

.emdrSection .table_inner .table_item_inner ul li {
  position: relative;
  width: 100%;
  height: 48px;
  list-style: none;
  display: flex;
  padding: 0 10px;
  border-bottom: 1px solid #C6C9D3;
}


.emdrSection .table_inner .table_right .table_item_inner ul li,
.emdrSection .table_inner .table_middle .table_item_inner ul li {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

.emdrSection .table_inner .inner_bottom {
  text-align: center;
}

.emdrSection .table_inner .inner_bottom .headerFour {
  font-size: 22px;
  line-height: 26px;
}

.emdrSection .table_inner .table_middle .table_item_inner {
  background: #fff;
  padding: 20px 0;
  border-radius: 15px;
  height: 100%;
}

.emdrSection .table_inner .table_middle .table_item_inner ul .tick-box i {
  color: #3A4678;
  font-size: 30px;
}

.emdrSection .table_inner .table_right .table_item_inner ul .tick-box i {
  color: #aeaeae;
  font-size: 30px;
}

.emdrSection .table_inner .table_item_inner .inner_top {
  position: relative;
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.emdrSection .about-rightSec {
  position: relative;
}

.emdrSection .about-rightSec img {
  position: relative;
  bottom: -60px;
  width: 100%;
}

.emdrSection .about-leftSec {
  padding: 60px 0 100px;
}


.emdrSection .banner-btns {
  margin-top: 40px;
}

.emdrSection .table_inner .table_right .table_item_inner .inner_top .headerFour {
  text-transform: capitalize;
}

.emdrSection .table_inner .table_middle .table_item_inner .inner_bottom .headerFour {
  text-transform: none;
  margin-inline: 20px;
}

.emdrSection .table_inner .table_right .table_item_inner .inner_bottom .headerFour {
  text-transform: none;
  margin-inline: 20px;
}

@media screen and (max-width:1400px) {

  .emdrSection .about-leftSec,
  .emdrSection .about-rightSec {
    width: 100% !important;
  }

  .emdrSection .about-leftSec {
    padding-bottom: 30px;
  }

  .emdrSection .about-leftSec p br {
    display: none !important;
  }

  .emdrSection .about-rightSec {
    display: flex;
    justify-content: center;
  }

  .emdrSection .about-rightSec img {
    width: 650px;
  }
}

@media screen and (max-width:991px) {
  .emdrSection .inner-content-section {
    width: 100%;
  }

  .product_img_section .inner-content-section {
    width: 100%;
    height: auto;
  }

  .product_img_section .about-leftSec.even img {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 10px;
  }

  .product_img_section .about-leftSec img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
  }

  .emdrSection .about-rightSec img {
    position: relative;
    width: 100%;
    left: 0px;
    height: auto;
  }

  .product_img_section .about-leftSec img,
  .product_img_section .about-leftSec.even img {
    height: auto;
  }


  .emdrSection .table_inner .table_left,
  .emdrSection .table_inner .table_middle,
  .emdrSection .table_inner .table_right {
    width: auto;
  }

  .emdrSection .table_inner .table_item_inner .inner_top {
    margin-bottom: 20px;
  }

  .emdrSection .table_inner .table_item_inner ul li {
    height: 86px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
  }

  .product_img_section .inner-content-section .card-body {
    padding: 0;
  }

  .emdrSection .table_inner .table_right .table_item_inner ul li,
  .emdrSection .table_inner .table_middle .table_item_inner ul li {
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .product_img_section .about-leftSec.even img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
  }


  .emdrSection .table_inner .table_left {
    max-width: 160px;
  }
}

@media screen and (max-width: 575px) {
  .emdrSection .table_inner .table_item_inner ul li {
    height: 120px;
    margin-bottom: 15px;
  }

  .emdrSection .table_inner .table_left,
  .emdrSection .table_inner .table_middle,
  .emdrSection .table_inner .table_right {
    padding: 0;
  }

  .emdrSection .headerThree {
    padding-top: 50px;
  }

  .inner-content-section {
    padding-top: 0;
  }
}


/**  Emdr Sction start**/

/** accordion Sction start**/
.accordion-section {
  padding-bottom: 100px;
}

.accordion-section .anxiety-accrodionCol {
  width: 65%;
  margin: 0 auto;
}

.accordion-section .anxiety-accrodionCol .faq_box {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid #3A4775;
  border-radius: 10px;
  margin-top: 20px;
}

.accordion-section .anxiety-accrodionCol .faq_box.activeOne {
  border: 1px solid #292929;
}

.accordion-section .anxiety-accrodionCol .faq_box .box_qstn_part {
  position: relative;
  width: 100%;
  cursor: pointer;
}

.accordion-section .anxiety-accrodionCol .faq_box .box_qstn_part .qstn_inner {
  position: relative;
  width: 100%;
  display: flex;
  padding: 25px 20px 25px 30px;
}

.accordion-section .anxiety-accrodionCol .faq_box .box_qstn_part .qstn_inner p {
  position: relative;
  width: calc(100% - 28px);
  padding-right: 40px;
  margin-bottom: 0;
}

.accordion-section .anxiety-accrodionCol .faq_box .box_qstn_part .qstn_inner .icon {
  position: relative;
}

.accordion-section .anxiety-accrodionCol .faq_box .box_qstn_part .qstn_inner .icon i {
  position: relative;
  font-size: 27px;
  color: #3A4775;
  transition: all 0.4s;
}

.accordion-section .anxiety-accrodionCol .faq_box.activeOne .box_qstn_part .qstn_inner .icon i {
  transform: rotate(-180deg);
  transition: all 0.4s;
}


.accordion-section .anxiety-accrodionCol .faq_box .box_ans_part {
  position: relative;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: 0.4s;
}

.accordion-section .anxiety-accrodionCol .faq_box.activeOne .box_ans_part {
  max-height: 700px;
  transition: 0.4s;
}

.accordion-section .anxiety-accrodionCol .faq_box .box_ans_part .ans_inner {
  position: relative;
  width: 100%;
  padding: 30px;
  display: flex;
  flex-direction: column;
}

.accordion-section .anxiety-accrodionCol .faq_box .box_ans_part .ans_inner p {
  position: relative;
  margin-bottom: 15px;
}

.accordion-section .anxiety-accrodionCol .faq_box .box_ans_part .ans_inner p span {
  font-weight: 700;
  color: #111;
}

.accordion-section .anxiety-accrodionCol .faq_box .box_ans_part .ans_inner p a {
  text-decoration: none;
}

.accordion-section .anxiety-accrodionCol .faq_box .box_ans_part .ans_inner p:last-child {
  margin-bottom: 0;
}

.accordion-section .anxiety-accrodionCol .faq_box .box_ans_part .ans_inner ul {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  padding: 0;
}

.accordion-section .anxiety-accrodionCol .faq_box .box_ans_part .ans_inner ul li {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
  display: flex;
  list-style: none;
}

.accordion-section .anxiety-accrodionCol .faq_box .box_ans_part .ans_inner ul li:last-child {
  margin-bottom: 0px;
}

.accordion-section .anxiety-accrodionCol .faq_box .box_ans_part .ans_inner ul li i {
  position: relative;
  width: 25px;
  height: 28px;
  display: flex;
  align-items: center;
  font-size: 13px;
}

.accordion-section .anxiety-accrodionCol .faq_box .box_ans_part .ans_inner ul li span {
  position: relative;
  width: calc(100% - 25px);
}


.accordion-section .anxiety-accrodionCol .accordion-body {
  padding: 0 45px 25px;
}

.accordion-section .customAccordion {
  background-color: #fff;
  border: 2px solid #3A4678;
  margin-bottom: 40px;
  border-radius: 10px !important;
  color: rgba(0, 0, 0, 0.50);
  border-top: 2px solid !important;
}

.accordion-section .customAccordion .accordion-button:not(.collapsed),
.accordion-section .customAccordion .accordion-button,
.accordion-section .customAccordion:last-of-type .accordion-button.collapsed {
  border-radius: 10px !important;
  background-color: #fff;
  box-shadow: none;
  padding: 30px 45px;
  color: #394578;
}

.accordion-section .customAccordion .accordion-button {
  margin-bottom: 0;
}

.accordion-section .customAccordion .accordion-button::after {
  font-family: "Font Awesome 6 Free";
  content: "\f078";
  color: #3a4775;
  background-image: unset;
}

@media screen and (max-width: 1199px) {
  .accordion-section .anxiety-accrodionCol {
    width: 80%;
  }
}

@media screen and (max-width: 768px) {
  .accordion-section .anxiety-accrodionCol {
    width: 100%;
  }
}

/** Accordion Sction end**/


.about-footer-section {
  overflow: hidden;
  background-color: #f2f2f2;
}

.about-footer-section .inner-content-section {
  padding-top: 0;
}

.about-footer-section .about-rightSec {
  position: relative;
}

.about-footer-section .about-rightSec img {
  position: relative;
  width: auto;
  left: 40px;
  height: 650px;
}

@media screen and (max-width: 1299px) {

  .about-footer-section .about-leftSec h2 br,
  .about-footer-section .about-leftSec p br {
    display: none !important;
  }

  .about-footer-section .about-rightSec {
    display: flex;
    justify-content: center;
  }

  .about-footer-section .about-rightSec img {
    width: 650px;
    left: 0px;
    height: auto;
  }
}

@media screen and (max-width: 1199px) {

  .about-footer-section .about-leftSec,
  .about-footer-section .about-rightSec {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .about-footer-section .about-rightSec img {
    position: relative;
    bottom: -55px;
    width: 100%;
    left: 0px;
    height: auto;
  }

  .about-footer-section .about-leftSec {
    text-align: center;
  }
}