/*!
Theme Name: quareb
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: quareb
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

quareb is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
 @import url("vendors/slick.css"); 

/*=============*/
/* Reset Style */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}
a {
  text-decoration: none;
  transition: 0.2s all ease-in-out;
  cursor: pointer;
}
a:-webkit-any-link:focus-visible {
  outline: 0px;
}
p {
  margin: 0;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
img {
  width: 100%;
}
/*=============*/
/* Body | RTL */
body {
  color: var(--clr-body);
  background: var(--bg-body);
  font-size: 16px;
  font-weight: 400;
}
[dir="rtl"] body{font-family: "Tajawal", sans-serif;}
[dir="ltr"] body{font-family: "Poppins", sans-serif;}
/*=============*/
/* Variables */
:root {
  --bg-body: #ffffff;
  --clr-body: #000000;
  --clr-primary: #051878;
  --clr-secondary: #feb109;
  --clr-warning: #f7a022;
  --clr-success: #09ca5f;
  --clr-gray: #c2c6cd;
  --clr-gray-1: #edeffe;

  --clr-third: #BB62FF;
  --clr-info: #7E71FE;
}
/*=============*/
/* Components */
.qrb-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 40vw;
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
.qrb-btn.btn-primary{
  background: var(--clr-primary);
  color: #F3C15E;
}
.qrb-btn.btn-primary.text-white{
  color: white;
}
/* .qrb-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 29px;
  border-radius: 40vw;
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}
.qrb-btn.btn-primary {
  background: var(--clr-primary);
  color: white;
}
.qrb-btn.btn-link {
  padding: 0;
}
.qrb-btn.btn-secondary {
  background: var(--clr-secondary);
  color: var(--clr-primary);
}
.qrb-btn.btn-white {
  min-width: 197px;
  font-size: 24px;
  font-weight: 400;
  line-height: 20px;
  color: #000;
  border: 0;
} */
/*=============*/
/* General */
.qrb-user__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  isolation: isolate;
}
.qrb-user__icon::before {
  content: '';
  position: absolute;
  width: 82px;
  height: 70px;
  border-radius: 100%;
  z-index: -1;
}
.qrb-user__icon.user-female::before {
  rotate: 45deg;
  top: -3px;
  background: #F3C15E;
  inset-inline-start: -14px;
}
.qrb-user__icon.user-male::before {
  rotate: -45deg;
  top: -9px;
  background: #6295FF;
  inset-inline-end: -20px;
}
.flex-center-wrapper{
  display: flex;
  align-items: center;
  gap: 16px;
}
/*=============*/
/* Header */
body{position: relative;}
header{
  border-bottom: 1px solid #00000033;
}
.qrb-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 20px 0;
}
.qrb-header .header-logo img{
  width: 117px;
  height: auto;
}
.qrb-header .navbar-nav {gap: 32px;}
.qrb-header .navbar-nav .nav-item .nav-link {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #051878;
}
.qrb-header .navbar-nav .nav-item .nav-link.active {
  color: black;
}
.qrb-header .header-toolbar {
  display: flex;
  align-items: center;
  gap: 12px;
}
.qrb-header .header-toolbar .qrb-btn.btn-link{
  margin-inline-end: 11px;
  position: relative;
  width: 36px;
  height: 36px;
  background: #3C7BFE;
  color: white;
  font-weight: 600;
}
.qrb-header .header-toolbar .qrb-btn.btn-link::after{
  content: '';
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: #0000000D;
  inset-block: 0;
  margin-block: auto;
  inset-inline-end: -12px;
  pointer-events: none;
  cursor: default;
}
.qrb-header .header-toolbar .qrb-btn.btn-primary{
  padding: 14px 24px;
  font-size: 14px;
  font-weight: 400;
  width: max-content;
}
.qrb-header .header-toolbar .qrb-btn.btn-primary img{
  width: 24px;
  margin-inline-end: 5px;
}
@media screen and (max-width: 1199.98px){
  .qrb-header .navbar-nav {
      gap: 5px;
  }
  
  .qrb-header .navbar-nav .nav-item .nav-link {
      min-width: max-content;
  }
}
@media screen and (max-width: 991.98px){
  .qrb-header .navbar-brand {min-width: max-content;}
  .qrb-header .navbar {
    width: 100%;
    justify-content: flex-end;
  }

  .navbar-toggler:focus {
    box-shadow: none;
  }
  .navbar-collapse {
    position: absolute;
    z-index: 9;
    width: 250px;
    height: max-content;
    top: 80px;
    /*inset-inline-end: -100px;*/
    inset-inline-end: 0px;
    background: rgba(255,255,255,0.9);
    /* background: white; */
    display: grid;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    padding-block: 16px;
    text-align: center;
  }
  .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-size: 18px;
    padding: 10px;
    min-height: 40px;
  }
}
/*=============*/
/* Hero */

.qrb-hero {
  padding: 70px;
  background: #3C7BFE;
  text-align: center;
  position: relative;
  isolation: isolate;
  overflow: clip;
}
/* .qrb-hero{
  font-display: swap;
  content-visibility: auto;
  will-change: opacity, transform;
} */
.qrb-hero::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 110%;
  background: url('media/hero-bg.png') no-repeat center;
  top: 0;
  inset-inline-start: 0;
  background-size: cover;
  z-index: -1;
  background-position: top;
}
.qrb-hero .qrb-hero__title {
  font-weight: 700;
  font-size: 59px;
  line-height: 84px;
  text-align: center;
  color: white;
  margin-bottom: 8px;
}
.qrb-hero .qrb-hero__title span {
  font-weight: 700;
  font-size: 59px;
  line-height: 54px;
  text-align: center;
  color: #081776;
  background: #F3C15E;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0px 10px;
  border-radius: 40vw;
}
.qrb-hero .qrb-hero__desc {
  font-weight: 400;
  font-size: 24px;
  line-height: 46px;
  text-align: center;
  color: white;
  margin-bottom: 50px;
}
.qrb-hero__card {
  transition: 0.3s all ease-in-out;
  padding: 30px 50px;
  background: rgba(255,255,255,0.8);
  border-radius: 29px;
  box-shadow: 0px 4px 4px 0px #00000040;
  height: 100%;
}
.qrb-hero__card .card-icon {
  width: 204px;
  margin-inline: auto;
  margin-bottom: 25px;
  position: relative;
  isolation: isolate;
}
.qrb-hero__card .card-icon::before{
  content: '';
  position: absolute;
  width: 104px;
  height: 114px;
  background-color: #6295FF;
  border-radius: 100%;
  z-index: -1;
}
.qrb-hero__card .card-icon::after{
  content: '';
  position: absolute;
  width: 104px;
  height: 94px;
  background-color: #F3C15E;
  border-radius: 100%;
  z-index: -2;
}
.qrb-hero__card .card-icon.session-icon::before{
  rotate: -45deg;
  top: 25px;
  inset-inline-start: 35px;
}
.qrb-hero__card .card-icon.session-icon::after{
  rotate: -45deg;
  bottom: 0px;
  inset-inline-end: 5px;
}
.qrb-hero__card .card-icon.selfhelp-icon{width: 180px;}
.qrb-hero__card .card-icon.selfhelp-icon::before{
  rotate: 135deg;
  bottom: -1px;
  inset-inline-end: 9px;
}
.qrb-hero__card .card-icon.selfhelp-icon::after{
  rotate: 135deg;
  top: 25px;
  inset-inline-start: 0px;
}

.qrb-hero__card .card-icon.programs-icon{width: 227px;}
.qrb-hero__card .card-icon.programs-icon::before{
  top: 25px;
  inset-inline-start: 24px;
  scale: 1.05;
}
.qrb-hero__card .card-icon.programs-icon::after{
  top: 2px;
  inset-inline-end: 25px;
  scale: 1.1;
}

.qrb-hero__card .card-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 29px;
  text-align: center;
  margin-bottom: 18px;
  color: #051878;
}
.qrb-hero__card .card-desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
  color: #051878;
  margin-bottom: 42px;
}
.qrb-hero__card .qrb-btn.card-btn {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  background: #A1BDE580;
  border: 1px solid #A1BDE5;
  padding: 16px 40px;
  color: #090940;
  max-width: 260px;
  text-transform: uppercase;
  width: 100%;
}

.qrb-hero__card:hover{transition: 0.3s all ease-in-out; background-color: white;}
.qrb-hero__card:hover .qrb-btn.card-btn{
  background: #051878;
  border-color: #081776;
  color: #F3C15E;
}
@media screen and (max-width: 1199.98px){
  .qrb-hero__card {
    margin-bottom: 30px;
    height: calc(100% - 30px);
  }
  
}
@media screen and (max-width: 767.98px){
  .qrb-hero{padding-inline: 20px;}
  .qrb-hero .qrb-hero__title{font-size: 39px; line-height: 1.5;}
  .qrb-hero .qrb-hero__title span{font-size: 38px;}
  .qrb-hero .qrb-hero__desc{font-size: 22px;}
}
/*=============*/
/* Team */
.qrb-team__content {
  margin: 60px 0;
  position: relative;
  isolation: isolate;
}
.qrb-team__content h2 {
  font-weight: 700;
  font-size: 59px;
  line-height: 84px;
  text-align: center;
  color: #051878;
  margin-bottom: 24px;
}
.qrb-team__slider {
  position: relative;
  isolation: isolate;
}
.qrb-team__slider > .wrapper{
  overflow: clip;
}
.qrb-slider__items {
  display: flex;
  align-items: flex-start;
  width: 100%;
  gap: 30px;
  padding-inline-start: 2px;
  /* transition: 0.3s all ease-in-out; */
}
.qrb-slider__items .qrb-slider__item {
  width: calc(100% / 3 - 22px);
  text-align: center;
  flex-shrink: 0;
  margin-inline: 25px;
  border-radius: 29px;
  margin-bottom: 30px;
  transition: .2s all ease-in-out;
}
.qrb-slider__items .qrb-slider__item .item-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 43px;
  text-align: center;
  margin-bottom: 7px;
  color: #051878;
}
.qrb-slider__items .qrb-slider__item .item-desc__content {
  min-height: 133px;
}
.qrb-slider__items .qrb-slider__item .item-desc__wrapper {
  padding: 15px 20px;
  border-radius: 19px;
  background: #E3EBFE;
  max-width: 295px;
  margin-inline: auto;
  margin-bottom: 16px;
}
.qrb-slider__items .qrb-slider__item .item-desc__wrapper h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
  color: #051878;
}
.qrb-slider__items .qrb-slider__item .item-desc__wrapper p{
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
  color: #051878;
}
.qrb-slider__items .qrb-slider__item .item-action .qrb-btn.btn-slider {
  border: 1px solid #051878;
  padding: 15px 20px;
  min-width: 195px;
  color: #081776;
  margin-bottom: 18px;
}
.qrb-slider__items .qrb-slider__item .item-action > p {
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
  color: #051878;
  margin-bottom: 13px;
}
.qrb-slider__items .qrb-slider__item .item-img {
  max-width: 256px;
  margin-inline: auto;
  height: 280px;
  position: relative;
  display: flex;
  align-items: flex-end;
  margin-top: 20px;
}
.qrb-slider__items .qrb-slider__item .item-img img {
  object-fit: contain;
  height: auto;
}
.qrb-slider__items .qrb-slider__item .item-img::before {
  content: '';
  position: absolute;
  width: 288px;
  height: 245px;
  rotate: -45deg;
  border-radius: 100%;
  background: #F3C15E;
  z-index: -1;
  top: 20px;
}
[dir='ltr'] .qrb-slider__items .qrb-slider__item .item-img::before {inset-inline-start: -24px;}
.qrb-slider__items .qrb-slider__item .item-img::after {
  content: '';
  width: 268px;
  height: 2px;
  background: #051878;
  position: absolute;
  bottom: 0;
  inset-inline: 0;
  margin-inline: auto;
}
.qrb-slider__items .qrb-slider__item .item-img.img-founder::before{background: #6295FF;}

.qrb-slider__items .qrb-slider__item:hover {box-shadow: 0px 4px 4px 0px #00000040;}
.qrb-slider__items .qrb-slider__item:hover .item-action .qrb-btn.btn-slider {
  background: #051878;
  color: #F3C15E;
}
.qrb-team__slider .qrb-slider__arrow {
  position: absolute;
  width: 100%;
  height: calc(100% - 120px);
  z-index: -1;
}
.qrb-team__slider .qrb-slider__arrow .btn-prev,
.qrb-team__slider .qrb-slider__arrow .btn-next{
  position: absolute;
  inset-block: 0;
  margin-block: auto;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background: #E3EDFF;
  color: #6295FF;
}
.qrb-team__slider .qrb-slider__arrow .btn-prev:hover,
.qrb-team__slider .qrb-slider__arrow .btn-next:hover{
  background: #051878;
  color: white;
}
.qrb-team__slider .qrb-slider__arrow .btn-prev.disabled,
.qrb-team__slider .qrb-slider__arrow .btn-next.disabled{
  pointer-events: none;
  opacity: 0.5;
}
.qrb-team__slider .qrb-slider__arrow .btn-prev {
  inset-inline-start: -48px;
}
.qrb-team__slider .qrb-slider__arrow .btn-next {
  inset-inline-end: -48px;
}
[dir='rtl'] .qrb-team__slider .qrb-slider__arrow .btn-next svg {transform: scaleX(-1);}
[dir='ltr'] .qrb-team__slider .qrb-slider__arrow .btn-prev svg {transform: scaleX(-1);}
@media screen and ( max-width: 1199.98px){
  .qrb-slider__items .qrb-slider__item {
      width: calc(100% / 2 - 22px);
  }
}
/* @media screen and ( max-width: 767.98px){
} */
@media screen and (max-width: 800.98px){
  .qrb-slider__items .qrb-slider__item {
    width: calc(100% - 22px);
  }
  .qrb-team__slider .qrb-slider__arrow {
      bottom: -30px;
      height: 48px;
      z-index: 1;
  }
  .qrb-team__slider .qrb-slider__arrow .btn-prev{
      margin-inline-start: calc(50% - 30px);
  }
  .qrb-team__slider .qrb-slider__arrow .btn-next{
      margin-inline-end: calc(50%);
  }
}
/*=============*/
/* Programs */
.qrb-programs {
  padding:  47px 0 74px;
  background: #FDF4E4;
}
.qrb-programs__content > h2 {
  font-weight: 700;
  font-size: 59px;
  line-height: 84px;
  text-align: center;
  margin-bottom: 60px;
  color: #051878;
}
.qrb-program {
  padding: 30px;
  padding-top: 0;
  background: white;
  border-radius: 29px;
  box-shadow: 0px 4px 4px 0px #00000040;
  height: calc(100% - 60px);
  text-align: center;
  margin-bottom: 60px;
}
.qrb-program .qrb-user__icon {
  margin-top: -33px;
  margin-bottom: 42px;
}
/* .qrb-program .qrb-user__icon::before {
  content: '';
  position: absolute;
  width: 82px;
  height: 70px;
  border-radius: 100%;
  background: #F3C15E;
  rotate: 45deg;
  z-index: -1;
  top: -3px;
  inset-inline-start: -14px; 
}*/
.qrb-program .qrb-program__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  text-align: start;
  color: #051878;
  /* max-width: 50%; */
  max-width: 259px;
  margin-bottom: 13px;
}
.qrb-program .qrb-program__desc {
  text-align: start;
  margin-bottom: 45px;
}
.qrb-program .qrb-program__desc h4 {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #051878;
  margin-bottom: 23px;
  max-width: 95%;
}
.qrb-program .qrb-program__desc ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: #051878;
}
.qrb-program .qrb-program__img {
  position: relative;
  isolation: isolate;
  display: inline-flex;
}
.qrb-program .qrb-program__img:before {
  content: '';
  position: absolute;
  width: 143px;
  height: 121px;
  background: #F3C15E2B;
  border-radius: 100%;
  z-index: -1;
  inset-inline-end: 14px;
  top: 13px;
}
.qrb-program .qrb-program__img img {
  width: 192px;
  height: auto;
  object-fit: cover;
}
.qrb-program .qrb-program__doctors {
  display: flex;
  align-items: center;
  gap: 16px;
}
.qrb-program .qrb-program__doctors .doctor-img {
  position: relative;
  isolation: isolate;
}
.qrb-program .qrb-program__doctors .doctor-img:before {
  content: '';
  position: absolute;
  width: 78px;
  height: 66px;
  border-radius: 100%;
  background: #F3C15E;
  z-index: -1;
  rotate: -45deg;
  inset-inline-start: -6px;
}
.qrb-program .qrb-program__doctors .doctor-img::after {
  content: '';
  width: 73px;
  height: 2px;
  background: #051878;
  bottom: -2px;
  position: absolute;
  inset-inline-start: -5px;
}
.qrb-program .qrb-program__doctors .doctor-img img {
  width: auto;
  height: 68px;
}
.qrb-program .qrb-program__doctors .doctor-name p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: start;
  color: #051878;
}
.qrb-program .qrb-program__doctors .doctor-name h3{
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  text-align: start;
  color: #051878;
}
.qrb-program .qrb-program__actions .qrb-btn {
  width: 100%;
  padding: 16px;
  background: #C1D4F2;
  color: #081776;
}
.qrb-program:hover .qrb-program__actions .qrb-btn {
  background: #051878;
  color: #F3C15E;
}

.qrb-program.program-second .qrb-user__icon {
  margin-top: -25px;
}
/* .qrb-program.program-second .qrb-user__icon::before {
 
} */
.qrb-program.program-second .qrb-program__img:before{
  background: #6295FF1A;
  inset-inline-end: 14px;
  top: 38px;
}
.qrb-program.program-second .qrb-program__img img {width: 189px;}
.qrb-program.program-second .qrb-program__doctors .doctor-img:before{
  background: #6295FF;
  inset-inline-start: 0;
}
.qrb-program.program-second .qrb-program__doctors .doctor-img::after{
  inset-inline-start: -1px;
}

@media screen and (max-width: 767.98px) {
  .qrb-program .qrb-program__img{
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 575.98px) {
  .qrb-program .qrb-program__doctors {
    justify-content: center;
    margin-block: 30px;
}
}
/*=============*/
/* Footer */
.qrb-footer {
  padding: 70px 0 0;
  background: #051878;
  position: relative;
  isolation: isolate;
}
.qrb-footer::before {
  content: '';
  position: absolute;
  width: 90%;
  height: 1px;
  background: #FFFFFF33;
  bottom: 84px;
  inset-inline: 0;
  margin-inline: auto;
  display: flex;
  z-index: -1;
}
.qrb-footer .qrb-footer__logo {
  width: 131px;
  margin-bottom: 26px;
}
.qrb-footer .qrb-footer__desc {
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: white;
}
.qrb-footer .qrb-footer__links h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #D9A328;
  margin-bottom: 16px;
}
.qrb-footer .qrb-footer__links ul.footer-social {
  display: flex;
  align-items: center;
  gap: 16px;
}
.qrb-footer .qrb-footer__links ul li a {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: white;
  gap: 10px;
}
.qrb-footer .qrb-footer__links ul li a:hover {
  color: white;
}
.qrb-footer .qrb-footer__links ul:not(.footer-social) li:not(:last-child) a {
  margin-bottom: 16px;
}
.qrb-footer .qrb-footer__links ul li a > img {
  width: 20px;
}
.qrb-footer .footer-copyrights {
  margin-top: 28px;
  padding: 30px 0;
  text-align: center;
}
.qrb-footer .footer-copyrights p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: white;
}
@media screen and (max-width: 991.98px) {
  .qrb-footer .qrb-footer__links{margin-top: 30px;}
}
@media screen and (min-width: 575.98px) and (max-width: 991.98px) {
  .qrb-footer .qrb-footer__links{margin-top: 30px;}
  .qrb-footer .qrb-footer__links.links-first{place-self: start;}
  .qrb-footer .qrb-footer__links.links-second{place-self: center;}
  .qrb-footer .qrb-footer__links.links-third{place-self: end;}
}
@media screen and (max-width: 575.98px){
  .qrb-hero__card {padding-inline: 10px;}
  .qrb-footer {
    text-align: center;
  }
  .qrb-footer .qrb-footer__logo {
    margin-inline: auto;
  }
  .qrb-footer .qrb-footer__links ul.footer-social{
    justify-content: center;
  }
}
/*=============*/
/* Pages Title */
.qrb-page-title{
  padding: 80px;
  background: #3C7BFE;
  text-align: center;
  position: relative;
  isolation: isolate;
  overflow: clip;
  min-height: 254px;
}
.qrb-page-title::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 110%;
  background: url('media/hero-bg.png') no-repeat center;
  top: 0;
  inset-inline-start: 0;
  z-index: -1;
  background-position: top;
  background-size: 60vw;
}
.qrb-page-title .qrb-page-title__title {
  font-weight: 700;
  font-size: 59px;
  line-height: 84px;
  text-align: center;
  color: white;
  margin-bottom: 8px;
}
.qrb-page-title .qrb-page-title__title span {
  font-weight: 700;
  font-size: 59px;
  line-height: 54px;
  text-align: center;
  color: #081776;
  background: #F3C15E;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0px 10px;
  border-radius: 40vw;
}
.qrb-page-title .qrb-page-title__desc {
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;
  text-align: center;
  color: white;
  padding: 0 30px;
}
/*=============*/
/* Programs Page */
.qrb-programs-page .qrb-programs {
  padding-block: 100px 60px;
}
.qrb-programs-page .qrb-program {
  padding-inline: 30px;
  padding-block: 0 44px;
}
[dir="ltr"] .qrb-programs-page .qrb-program.program-second .qrb-program__doctors .doctor-img:before {inset-inline-start: -7px;}
[dir="rtl"] .qrb-programs-page .qrb-program.program-second .qrb-program__doctors .doctor-img:before {inset-inline-start: 0px;}
/*=============*/
/* Self Help AI Page */
.qrb-selfhelp-page .qrb-page-title__desc {
  max-width: 30vw;
  margin-inline: auto;
}
.qrb-selfhelp-page .qrb-selfhelp {
  padding-block: 40px 100px;
}
.qrb-selfhelp-page .qrb-selfhelp .qrb-selfhelp__content > h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 46px;
  text-align: center;
  color: #111727;
}
.qrb-selfhelp-page .qrb-selfhelp .qrb-selfhelp__content > p{
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  color: #111727;
  margin-bottom: 60px;
}
.assessments .assessments-title {
  display: flex;
  align-items: center;
  gap: 35px;
  margin-bottom: 50px;
  /* margin-inline-start: 50px; */
  justify-content: center;
}
.assessments .assessments-title h2{
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #051878;
}
.assessments ul li:not(:last-child){
  margin-bottom: 30px;
}
.assessments.assessment-female .assessments-title{margin-bottom: 40px;}
.assessments .assessment-item {
  padding: 30px 60px;
  border-radius: 29px;
  box-shadow: 0px 4px 4px 0px #00000040;
  transition: 0.3s all ease-in-out;
  height: 100%;
}
.assessments.assessment-male ul li:hover .assessment-item{
  background: #E3EDFF;
}
.assessments.assessment-female ul li:hover .assessment-item{
  background: #FDF4E4;
}
.assessments .assessment-item h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #051878;
  margin-bottom: 12px;
  min-height: 56px;
}
.assessments .assessment-item > p{
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #051878;
  margin-bottom: 31px;
}
.assessments .assessment-item .item-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}
.assessments .assessment-item .item-actions > p {
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  color: #051878;
}
.assessments .assessment-item .item-actions .qrb-btn.btn-arrow {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background: #E3EDFF;
  color: #6295FF;
}
[dir="rtl"] .assessments .assessment-item .item-actions .qrb-btn.btn-arrow {
  transform: scaleX(-1);
}
.assessments.assessment-male ul li:hover .assessment-item .item-actions .qrb-btn.btn-arrow {
  background: #051878;
  color: #F3C15E;
}
.assessments.assessment-female ul li:hover .assessment-item .item-actions .qrb-btn.btn-arrow {
  background: #F3C15E;
  color: #051878;
}
@media screen and (max-width: 991.98px) {
  .qrb-page-title .qrb-page-title__title,
  .qrb-page-title .qrb-page-title__title span {
    font-size: clamp(40px, 7vw, 59px);
  }
  .qrb-selfhelp-page .qrb-page-title__desc {
    max-width: 100%;
    font-size: clamp(18px, 7vw, 20px);
  }

  .assessments.assessment-female {
    margin-top: 50px;
  }
}
/*=============*/
/* ABout */
.qrb-about {
  padding-block: 70px 130px;
}
.qrb-about__content {
  display: flex;
  align-items: center;
  gap: 34px;
  justify-content: center;
}
.qrb-about__content .qrb-about__img img {
  width: 407px;
  height: 277px;
  border-radius: 29px;
  object-fit: cover;
}
.qrb-about__content .qrb-about__text p{
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #051878;
}
.qrb-about__content .qrb-about__text p:not(:last-child){
  margin-bottom: 30px;
}
.qrb-about__content .qrb-about__text p .text-warning{
  color: #F3C15E;
  font-weight: 700;
}
.qrb-about-are__content {
  padding: 60px 60px;
  border-radius: 29px;
  background: #E3EDFF;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-bottom: 115px;
  direction: ltr;
}
.qrb-about-are__content > * {
  flex: 1;
  text-align: center;
  position: relative;
  isolation: isolate;
}
.qrb-about-are__content > *:not(:last-child)::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #344491;
  top: 90px;
  inset-inline-end: 0;
}
.qrb-about-are__content .about-are__letter {
  font-weight: 275;
  font-size: 128px;
  line-height: 99px;
  color: #344491;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  isolation: isolate;
}
.qrb-about-are__content .about-are__letter::before{
  content: '';
  position: absolute;
  width: 74px;
  height: 74px;
  border-radius: 100%;
  background: #F3C15E;
  z-index: -1;
  bottom: 0;
  inset-inline: 0;
  margin-inline: auto;
}
.qrb-about-are__content .about-are__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 48.5px;
  color: #344491;
  text-align: center;
   margin-bottom: 25px;
}
.qrb-about-are__content .about-are__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  position: relative;
  isolation: isolate;
  color: #344491;
}
.qrb-about-are__content .about-are__icon::before {
  content: '';
  position: absolute;
  width: 35px;
  height: 35px;
  background: #F3C15E;
  border-radius: 100%;
  z-index: -1;
  top: 0;
}
.qrb-about-are__content .about-are__r .about-are__icon::before {
  top: 15px;
}
.qrb-about-are__content .about-are__e .about-are__icon::before {
  bottom: 15px;
  top: auto;
}
.qrb-about-mission__content {
  display: flex;
  align-items: center;
  gap: 30px 50px;
  margin-bottom: 105px;
}
.qrb-about-mission__content .qrb-about-mission__img img {
  width: 236px;
  height: 109px;
  object-fit: cover;
}
.qrb-about-mission__content .qrb-about-mission__text p {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #051878;
}
@media screen and (max-width: 991.98px) {
  .qrb-about-mission__content,
  .qrb-about__content{flex-wrap: wrap;}
  .qrb-about__content .qrb-about__img img{width: 100%; height: auto;}
  .qrb-about-are__content{
    flex-wrap: wrap;
    gap: 100px;
    padding-inline: 20px;
  }
  .qrb-about-are__content > * {
    flex: 100%;
    flex-shrink: 0;
  }
  .qrb-about-are__content > *:not(:last-child)::before{
    inset-inline: 0;
    margin-inline: auto;
    top: auto;
    bottom: -50px;
  }
}
/*=============*/
/* Book Page || list */
.qrb-book-page .qrb-book__content {
  padding-block: 60px;
}
.qrb-book-page .qrb-book__content  > ul li:not(:last-child) {
  margin-bottom: 62px;
}
.qrb-doctor__card {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  padding: 50px 60px;
  border: 1px solid #A1BDE580;
  border-radius: 19px;
}
.qrb-doctor__card .doctor-card__content {
  display: flex;
  align-items: center;
  gap: 30px 90px;
}
.qrb-doctor__card .qrb-doctor__img {
  position: relative;
  isolation: isolate;
}
.qrb-doctor__card .qrb-doctor__img::before{
   content: '';
   position: absolute;
   width: 264px;
   height: 224px;
   border-radius: 100%;
   background: #F3C15E;
   z-index: -1;
   rotate: -45deg;
}
.qrb-doctor__card .qrb-doctor__img.img-founder::before{
   background: #6295FF;
}
.qrb-doctor__card .qrb-doctor__img img {
  height: auto;
  width: 100%;
  object-fit: cover;
  /* max-width: 320px; */
  width: 222px;
  padding-top: 0px;
}
.qrb-book-page .qrb-doctor__card .qrb-doctor__img img{min-height: 225px;}
.qrb-doctor__card .qrb-doctor__img::after {
  content: '';
  width: 105%;
  height: 2px;
  background: #051878;
  bottom: -2px;
  position: absolute;
  inset-inline-start: -2px;
}
[dir='ltr'] .qrb-doctor__card .qrb-doctor__img::before {
  inset-inline-start: -30px;
  top: -9px;
}
[dir='rtl'] .qrb-doctor__card .qrb-doctor__img::before {
  inset-inline-end: -30px;
  top: -7px;
}
/* [dir='rtl'] .qrb-doctor__card .qrb-doctor__img img{
  max-width: 259px;
} */
.qrb-doctor__card .qrb-doctor_info > h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  color: #051878;
}
.qrb-doctor__card .qrb-doctor_info > h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 23px;
  color: #F3C15E;
  margin-bottom: 20px;
}
.qrb-doctor__card .qrb-doctor_info > p{
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: #051878;
  max-width: 60%;
  margin-bottom: 30px;
}
.qrb-btn.btn-play{
  gap: 6px;
  font-weight: 800;
  font-size: 18px;
  line-height: 24px;
  color: #F3C15E;
  margin-bottom: 25px;
}
.qrb-btn.btn-play .btn-play__icon{
  width: 30px;
  height: 30px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F3C15E;
  color: white;
  border-radius: 12px;
}
.qrb-btn.btn-play .btn-play__icon > svg {
  margin-inline-start: 1px;
}
.doctor-card__actions {
  margin-top: 35px;
}
.doctor-card__actions p {
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  color: #081776;
  text-align: center;
  margin-bottom: 16px;
}
.doctor-card__actions .qrb-btn.btn-ligh-primary {
  min-width: 165px;
}
.qrb-btn.btn-ligh-primary {
  background: #C1D4F2;
  width: max-content;
  padding: 16px 22px;
  color: #051878;
}
.qrb-btn.btn-ligh-primary:hover {
  color: #F3C15E;
  background: #081776;
}
.qrb-doctor__card:hover{
  box-shadow: 0px 4px 4px 0px #00000040;
}
.qrb-doctor__card:hover .qrb-btn.btn-ligh-primary{
  color: #F3C15E;
  background: #081776;
}
.qrb-doctor-page .doctor-profile__profile .doctor-tags,
.qrb-doctor__card .doctor-tags{
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.qrb-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  border-radius: 8px;
  background: #A1BDE540;
  font-size: 14px;
  font-weight: 500;
  color: #677D9D;
}

@media screen and (max-width: 991.98px) {
  .qrb-doctor__card{padding-inline: 30px;}
  .qrb-doctor__card .qrb-doctor_info > p{max-width: 100%;}
  .qrb-doctor__card,
  .qrb-doctor__card .doctor-card__content {
    flex-wrap: wrap;
    justify-content: center;
  }
}
/*=============*/
/* Doctor || single */
.qrb-doctor-page .qrb-doctor__content {
  padding-block: 60px 70px;
  border-bottom: 4px solid #00000021;
}
.qrb-doctor-page .qrb-doctor__content .qrb-doctor__details {
  max-width: 80%;
}
.qrb-doctor-page .qrb-doctor__content .qrb-doctor__details h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  color: #051878;
  margin-bottom: 16px;
}
.qrb-doctor-page .qrb-doctor__content .qrb-doctor__details p{
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: #051878;
}
.qrb-doctor-page .qrb-doctor__content .qrb-doctor__details p:not(:last-child){
  margin-bottom: 16px;
}
.qrb-doctor-page .doctor-profile {
  padding-block: 50px 100px;
}
.qrb-doctor-page .doctor-profile__content {
  display: flex;
  align-items: flex-end;
  gap: 24px;
}
[dir="rtl"] .qrb-doctor-page .doctor-profile__content {gap: 48px;}

.qrb-doctor-page .doctor-profile__content .qrb-doctor__img {
  position: relative;
  isolation: isolate;
}
.qrb-doctor-page .doctor-profile__content .qrb-doctor__img::before{
  content: '';
  position: absolute;
  width: 227px;
  height: 193px;
  border-radius: 100%;
  background: #F3C15E;
  z-index: -1;
  rotate: -45deg;
  /* top: -9px; */
}
[dir="ltr"] .qrb-doctor-page .doctor-profile__content .qrb-doctor__img::before{
  inset-inline-start: -30px;
}
[dir="rtl"] .qrb-doctor-page .doctor-profile__content .qrb-doctor__img::before{
  inset-inline-end: -30px;
}
.qrb-doctor-page .doctor-profile__content .qrb-doctor__img.img-founder img{padding-top: 10px;}
.qrb-doctor-page .doctor-profile__content .qrb-doctor__img.img-founder::before{
   background: #6295FF;
}
.qrb-doctor-page .doctor-profile__content .qrb-doctor__img img {
  height: auto;
  width: 100%;
  object-fit: cover;
  width: 210px;
}
.qrb-doctor-page .doctor-profile__content .qrb-doctor__img::after {
  content: '';
  width: 105%;
  height: 2px;
  background: #051878;
  bottom: -2px;
  position: absolute;
  inset-inline-start: -8px;
}
.qrb-doctor-page .doctor-profile__content .qrb-doctor_info h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  color: #051878;
  margin-bottom: 10px;
}
.qrb-doctor-page .doctor-profile__content .qrb-doctor_info p {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #051878;
  margin-bottom: 45px;
  max-width: 60%;
}
.qrb-btn.btn-outline{
  padding: 10px 18px;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #051878;
  border: 1px solid #051878;
}
.qrb-btn.btn-outline:hover,
.qrb-btn.btn-outline.active{
  color: #051878;
  background: #E3EDFF;
  border-color: #E3EDFF;
}
.qrb-doctor-page .doctor-profile__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 50px;
  /* flex-wrap: wrap; */
}
.qrb-doctor-page .doctor-profile__session {
  padding: 36px 40px;
  border-radius: 29px;
  background: #E3EDFF;
  min-width: 314px;
  padding-inline-start: 50px;
  box-shadow: 0px 4px 4px 0px #00000040;

}
.qrb-doctor-page .doctor-profile__session h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 29px;
  color: #051878;
  margin-bottom: 20px;
}
.qrb-doctor-page .doctor-profile__session > ul li {
  display: flex;
  align-items: center;
  gap: 16px;
}
.qrb-doctor-page .doctor-profile__session > ul li:not(:last-child){
  margin-bottom: 18px;
}
.qrb-doctor-page .doctor-profile__session > ul li > span svg{
  width: 27px;
  height: auto;
  color: #051878;
}
.qrb-doctor-page .doctor-profile__session > ul li p{
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: #051878;
}

.qrb-doctor-page .profile-container {
  transform: scaleY(0);
  transform-origin: top;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: transform 0.4s ease-out, opacity 0.3s ease-in-out, height 0.4s ease-out;
}

.qrb-doctor-page .profile-container.active {
  transform: scaleY(1);
  opacity: 1;
  height: auto;
}
.qrb-doctor-page .doctor-profile__profile {
  padding: 60px 50px;
  border-radius: 29px;
  background: #E3EDFF;
  box-shadow: 0px 4px 4px 0px #00000040;
  margin-bottom: 9px;
}

.qrb-doctor-page .doctor-profile__profile h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 29px;
  color: #051878;
  margin-bottom: 20px;
}

.qrb-doctor-page .doctor-profile__profile p {
  font-weight: 400;
  font-size: 16px;
  line-height: 22.86px;
  color: #051878;
  margin-bottom: 16px;
}

.qrb-doctor-page .doctor-profile__profile h4 {
  margin-block: 60px 20px;
  font-weight: 700;
  font-size: 20px;
  line-height: 29px;
  color: #051878;
}

.qrb-doctor-page .profile-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
@media screen and (max-width:991.98px){
  .qrb-doctor-page .doctor-profile__wrapper {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 50px;
  }
}
@media screen and (max-width:575.98px){
  .qrb-doctor-page .doctor-profile__content{
    flex-wrap: wrap;
    justify-content: center;
  }
  .qrb-doctor-page .doctor-profile__content .qrb-doctor_info p{max-width: 100%;}
  [dir="rtl"] .qrb-doctor-page .doctor-profile__content{row-gap: 24px;text-align: center;}
}

.qrb-doctor-page [class^="expert-tidycal"] {
    position: relative;
}
.qrb-doctor-page [class^="expert-tidycal"]::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 40px;
    background: white;
    bottom: 0;
    z-index: 99;
    inset-inline-start: 0;
}
/*=============*/
/* Contact Us*/
.qrb-contact-page .qrb-contact__content {
  padding-block: 85px 120px;
}
.qrb-contact-page .qrb-direct-contact{
  display: flex;
  align-items: center;
   gap: 75px;
  margin-bottom: 80px;
}
.qrb-contact-page .qrb-direct-contact > a {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  width: max-content;
  color: #051878;
}
.qrb-contact-page .qrb-direct-contact > a img{
  width: 83px;
  height: 83px;
  object-fit: cover;
}
.form-group {
  margin-bottom: 25px;
}
.form-group > label{
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #051878;
  margin-bottom: 17px;
}
.form-control {
  display: inline-flex;
  align-items: center;
  padding: 20px 30px;
  border-radius: 29px;
  line-height: 24px;
  border: 1px solid #D3D3D3;
  color: #051878;
}
.form-control:focus,
.form-control:focus-visible{
  outline: 0;
  box-shadow: none;
  border-color: #051878;
  color: #051878;
}
.form-control::placeholder{
  color: rgb(5 24 120 / 40%);
}
.qrb-contact-page .form-actions {
  text-align: center;
}
.qrb-contact-page .form-actions .qrb-btn {
  padding: 25px 60px;
  border-radius: 29px;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  color: white;
}
[dir='rtl'] .qrb-contact-page .wpcf7 {
  direction: rtl;
}
.qrb-contact-page .wpcf7 .form-group > p > label {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #051878;
  margin-bottom: 17px;
}
@media screen and (max-width:991.98px){
  .qrb-contact-page .qrb-direct-contact {
    flex-wrap: wrap;
    gap: 30px;
  }

  .qrb-page-title {
    padding-inline: 30px;
  }
}
/*=============*/
/* FAQ */
.qrb-faq-page .qrb-page-title__desc > a.btn-link {
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
  letter-spacing: 0px;
  text-decoration: underline;
  color: white;
}
.qrb-faq-page .qrb-faq__content {padding-block: 85px 120px;}
.qrb-accordion .accordion-item{
    border: 0;
    border-bottom: 1px solid #EBEBEC;
}
.qrb-accordion .accordion-item:not(:last-child){
    margin-bottom: 25px;
}
.qrb-accordion .accordion-item .accordion-header {
  position: relative;
}
.qrb-accordion .accordion-item .accordion-header .accordion-button {
  background: transparent;
  border-radius: 0;
  padding-block: 0 25px;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #051878;
  padding-inline: 16px;
}
.qrb-accordion .accordion-item .accordion-header .accordion-button::after{
 content: none;
}
.qrb-accordion .accordion-item .accordion-header .collapse-icon {
  position: absolute;
  top: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  inset-inline-end: 16px;
  transition: all 0.2s ease-in-out;
  z-index: 1;
  color: #051878;
}
.qrb-accordion .accordion-item .accordion-header .accordion-button.collapsed + .collapse-icon {
  color: #051878;
}

.qrb-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) + .collapse-icon {
  transform: rotate(45deg);
  color: #F3C15E;
  transition: all 0.2s ease-in-out;
}
.qrb-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed){color: #F3C15E;}
.qrb-accordion .accordion-item .accordion-header .accordion-button:focus{
    outline: 0;
    box-shadow: none;
}
.qrb-accordion .accordion-item .accordion-body{padding-block: 0 25px;padding-inline: 16px;max-width: 95%;font-weight: 400;font-size: 16px;line-height: 30px;color: #051878;}
@media screen and (max-width:991.98px){
  .qrb-accordion .accordion-item .accordion-header .accordion-button {
    padding-inline-end: 40px;
    text-align: start;
  }
  .qrb-page-title::before{
    background-size: 80vh;
  }
}

/*=============*/
/* Program Single */
.qrb-program-page .qrb-program__intro{
  padding-block: 80px;
}
.qrb-program-page .qrb-program__intro .program-intro__content .intro-info h1 {
  font-weight: 700;
  font-size: 59px;
  line-height: 72px;
  color: #152680;
  margin-bottom: 32px;
}
.qrb-program-page .qrb-program__intro .program-intro__content .intro-info h1 span{ font-size: 64px; display: block;}
.qrb-program-page .qrb-program__intro .program-intro__content .intro-info p{
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #152680;
  margin-bottom: 32px;
  
}
.qrb-program-page .qrb-program__intro .program-intro__content .intro-info .qrb-btn.btn-primary{
  padding: 20px 30px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #F3C15E;
}
.qrb-program-page .qrb-program__video {
  padding-block: 30px 65px;
  text-align: center;
}
.qrb-program-page .qrb-program__video .program-video h2{
  font-weight: 700;
  font-size: 36px;
  line-height: 41px;
  color: #152680;
  margin-bottom: 100px;
}
.qrb-program-page .qrb-program__info {
  padding-block: 43px;
  text-align: center;
  background: #3C7BFE;
  position: relative;
  isolation: isolate;
  overflow: clip;
}
.qrb-program-page .qrb-program__info::before{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: url('media/texture-bg.png') no-repeat center;
  inset-inline-start: 0;
  background-size: cover;
  z-index: -1;
}
.qrb-program-page .qrb-program__info .program-info h3 {
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  color: white;
  max-width: 80%;
  margin-inline: auto;
}
/*=============*/
.qrb-program-page .qrb-program__about {
  margin-block: 65px 100px;
  padding-block: 32px;
  background: #FBFBFC;
}
.qrb-program-page .qrb-program__about .program-about__img img {
  border-radius: 24px;
  object-fit: cover;
}
.qrb-program-page .qrb-program__about .program-about__content {
  margin-inline-start: 45px;
}
.qrb-program-page .qrb-program__about .program-about__content h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  color: #F3C15E;
  margin-bottom: 35px;
  max-width: 50%;
}
.qrb-program-page .qrb-program__about .about-steps li {
  --step-space: 83px;
  --step-clr: #2D4DF2;
  --step-number-width: 43px;
  --step-mb: 56px;
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: flex-start;
  gap: var(--step-space, 83px);
}
.qrb-program-page .qrb-program__about .about-steps li:not(:last-child){margin-bottom: var(--step-mb, 56px);}
.qrb-program-page .qrb-program__about .about-steps li > span{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--step-number-width, 43px);
  height: var(--step-number-width, 43px);
  background: #F3F3FF;
  border-radius: 100%;
  min-width: var(--step-number-width, 43px);
  font-weight: 600;
  font-size: 20px;
  line-height: 27;
  color: #051878;
  border: 2px solid var(--step-clr,transparent)
}
.qrb-program-page .qrb-program__about .about-steps li > span::before{
  content: '';
  position: absolute;
  height: 2px;
  width: calc( var(--step-space) - 20px);
  background: var(--step-clr, transparent);
  inset-inline-start: 100%;
}
.qrb-program-page .qrb-program__about .about-steps li::after{
  content: '';
  position: absolute;
  height: calc(100% + var(--step-mb));
  width: 2px;
  background: #00000014;
  inset-block-start: 0;
  inset-inline: 0;
  margin-inline: calc( var(--step-number-width) / 2);
  z-index: -1;
}
.qrb-program-page .qrb-program__about .about-steps li:last-child::after{height: 100%}
.qrb-program-page .qrb-program__about .about-steps li:first-child{--step-clr: #2D4DF2;}
.qrb-program-page .qrb-program__about .about-steps li:nth-child(2){--step-clr: #018CE1;}
.qrb-program-page .qrb-program__about .about-steps li:nth-child(3){--step-clr: #D9A328;}
.qrb-program-page .qrb-program__about .about-steps li:nth-child(4){--step-clr: #2D4DF2;}
.qrb-program-page .qrb-program__about .about-steps li .step-content h3 {
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  color: #051878;
  margin-bottom: 16px;
}
.qrb-program-page .qrb-program__about .about-steps li .step-content p{
  font-weight: 400;
  font-size: 19px;
  line-height: 30px;
  color: #051878;
  max-width: 65%;
}
/*=============*/
.qrb-program__duration {
  padding-block: 50px 80px;
  text-align: center;
  background: #FDF4E4;
}
.qrb-program__duration .program-duration h2{
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #051878;
  margin-bottom: 50px;
}
.qrb-program__duration .program-duration .duration-content{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px 66px;
  max-width: 60%;
  margin-inline: auto;
}
.qrb-program__duration .program-duration .duration-content > * {
  flex: 1;
}
.qrb-program__duration .duration-content .duration-item .duration-item__icon {
  height: 80px;
  width: auto;
  margin-bottom: 25px;
}
.qrb-program__duration .duration-content .duration-item .duration-item__content h3 {
  font-weight: 600;
  font-size: 64px;
  line-height: 66px;
  color: #051878;
  display: flex;
  align-items: center;
  justify-content: center;
}
.qrb-program__duration .duration-content .duration-item .duration-item__content p {
  font-weight: 600;
  font-size: 19px;
  line-height: 31px;
  color: #051878;
  text-transform: uppercase;
}
/*=============*/
.qrb-program__benefits {
  padding-block: 45px 110px;
  background: #F3F3FFBF;
}
.qrb-program__benefits .program-benefits__img img {
  border-radius: 24px;
  object-fit: cover;
  height: auto;
  width: 100%;
}
.qrb-program__benefits .program-benefits__content {
  margin-inline-start: 65px;
}
.qrb-program__benefits .program-benefits__content h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  color: #F3C15E;
  margin-bottom: 30px;
}
.qrb-program__benefits .benefit-item {
  margin-bottom: 50px;
}
.qrb-program__benefits .benefit-item .benefit-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
.qrb-program__benefits .benefit-item .benefit-content h3 {
  font-weight: 800;
  font-size: 22px;
  line-height: 29px;
  color: #051878;
  margin-bottom: 12px;
}
.qrb-program__benefits .benefit-item .benefit-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 31px;
  color: #051878;
}
/*=============*/
.qrb-program__faq .program-faq {
  padding-block: 80px;
}
.qrb-program__faq .program-faq .program-faq__img img {
  border-radius: 24px;
  object-fit: cover;
  height: auto;
  width: 100%;
}
.qrb-program__faq .program-faq__content{margin-inline-start: 55px;}
.qrb-program__faq .program-faq__content > h2{
  font-weight: 700;
  font-size: 48px;
  line-height: 57px;
  color: #F3C15E;
  max-width: 60%;
  margin-bottom: 40px;
}
.qrb-accordion.program-accordion {
  padding-inline: 30px;
}
.qrb-accordion.program-accordion .accordion-item {
  border: 0;
}
.qrb-accordion .accordion-item:not(:last-child){margin-bottom: 16px;}
.qrb-accordion.program-accordion .accordion-item .accordion-header .accordion-button {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  padding-block: 20px;
  border: 0;
  box-shadow: none;
}
.qrb-accordion.program-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: #051878;
}
.qrb-accordion.program-accordion .accordion-item .accordion-header .collapse-icon {
  top: 35px;
}
.qrb-accordion.program-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) + .collapse-icon {
  transform: rotate(180deg);
  color: #051878;
}
.qrb-accordion.program-accordion .accordion-item .accordion-body {
  position: relative;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #051878;
  padding-block: 0 20px;
  padding-inline-start: 50px;
}
.qrb-accordion.program-accordion .accordion-item .accordion-body::before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #051878;
  top: 15px;
  inset-inline-start: 30px;
  z-index: 1;
}
/*=============*/
.qrb-program__doctor {
  padding: 70px 95px;
  background: #F6F6FF;
}
.qrb-program__doctor .program-doctor__content {
   margin-inline-start: 55px;
}
.qrb-program__doctor .program-doctor__img {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  margin-bottom: 34px;
}
.qrb-program__doctor .program-doctor__img img{
    height: auto;
    width: 100%;
    object-fit: cover;
    width: 222px;
    padding-top: 0px;
}
.qrb-program__doctor .program-doctor__img::before {
    content: '';
    position: absolute;
    width: 251px;
    height: 204px;
    border-radius: 100%;
    background: #6295FF;
    z-index: -1;
    rotate: -45deg;
}
[dir='ltr'] .qrb-program__doctor .program-doctor__img::before {
    inset-inline-start: -30px;
    top: -9px;
}
.qrb-program__doctor .program-doctor__img::after{
    content: '';
    width: 105%;
    height: 2px;
    background: #051878;
    bottom: -2px;
    position: absolute;
    inset-inline-start: -2px;
}
.qrb-program__doctor .program-doctor-img__wrapper h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 44px;
  color: #F3C15E;
  text-align: start;
  max-width: 96%;
}
.qrb-program__doctor .program-doctor__content{
  padding-inline-start: 30px;
}
.qrb-program__doctor .program-doctor__content li {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #051878;
  position: relative;
}
.qrb-program__doctor .program-doctor__content li::before{
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #051878;
  top: 15px;
  inset-inline-start: -15px;
}
.qrb-program__doctor .program-doctor__content li:not(:last-child){margin-bottom: 34px;}
/*=============*/
.qrb-program__features .program-features {
  padding-block: 60px 200px;
}
.qrb-program__features .program-features .program-features__title {
  font-weight: 700;
  font-size: 59px;
  line-height: 72px;
  color: #F3C15E;
  text-align: center;
  margin-bottom: 51px;
}
.qrb-program__features .program-features .program-features__list{
  padding-inline-start: 20px;
  margin-bottom: 50px;
}
.qrb-program__features .program-features .program-features__list > li {
  font-weight: 600;
  font-size: 24px;
  line-height: 51px;
  color: #051878;
  position: relative;
}
.qrb-program__features .program-features .program-features__list li::before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #051878;
  inset-inline-start: -20px;
  top: 25px;
}
.qrb-program__features .program-features .program-features__subtitle {
  font-weight: 700;
  font-size: 32px;
  line-height: 37px;
  color: #051878;
  text-align: center;
  margin-bottom: 50px;
}
.qrb-program__features .program-features .program-features__discount {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.qrb-program__features .program-features .program-features__discount .discount-item {
  text-align: center;
  flex: 1;
}
.qrb-program__features .program-features .program-features__discount .discount-item .item-icon {
  margin-bottom: 30px;
}
.qrb-program__features .program-features .program-features__discount .discount-item p {
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  color: #051878;
  text-align: center;
}
.qrb-program__features .program-features .program-features__discount .discount-separator{
  position: relative;
  isolation: isolate;
  flex: 1;
}
.qrb-program__features .program-features .program-features__discount .discount-separator::before,
.qrb-program__features .program-features .program-features__discount .discount-separator::after{
  content:'';
  position: absolute;
  width: 67px;
  height: auto;
  background: url('media/arrowRight.svg') no-repeat center;
  inset-block: 0;
  margin-block: auto;
}
.qrb-program__features .program-features .program-features__discount .discount-separator::before{ inset-inline-start: 40px;}
[dir='ltr'] .qrb-program__features .program-features .program-features__discount .discount-separator::before{ transform: scaleX(-1);}
[dir='rtl'] .qrb-program__features .program-features .program-features__discount .discount-separator::after{ transform: scaleX(-1);}
.qrb-program__features .program-features .program-features__discount .discount-separator::after{ inset-inline-end: 40px;}
.qrb-program__features .program-features .program-features__discount .discount-separator p {
  font-weight: 700;
  font-size: 32px;
  line-height: 37px;
  color: #051878;
  text-align: center;
}
.qrb-program__features .program-features .program-features__actions {
  margin-block: 60px;
  text-align: center;
}
.qrb-program__features .program-features .program-features__actions .qrb-btn.btn-primary {
  padding: 16px 3vw;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: white;
  text-align: center;
}
.qrb-program__features .program-features .program-features__actions .qrb-btn.btn-primary {flex-direction: column;}
.qrb-program__features .program-features .program-features__actions .action-price {color: #F3C15E; display: flex;align-items: center; gap: 5px;}
.qrb-program__features .program-features .program-features__actions .action-price .original-price {opacity: 0.54; text-decoration: line-through;}
@media screen and (min-width: 992px){
  .qrb-program-page .qrb-program__intro .program-intro__content .intro-info p{max-width: 70%;}
  .qrb-program-page .qrb-program__video .program-video h2{max-width: 60%; margin-inline: auto;}
  .qrb-program-page .qrb-program__doctor .program-doctor-img__wrapper {margin-inline-start: 70px;}
}
@media screen and (max-width: 991.98px){
  .qrb-program__duration .program-duration .duration-content {
    flex-wrap: wrap;
  }
  .program-video__link > iframe {width: 100%;}
  .qrb-accordion.program-accordion {
    padding-inline: 0;
  }

  .qrb-program__faq .program-faq__content {
    margin-inline-start: 0;
  }

  .program-doctor-img__wrapper {
    text-align: center;
  }

  .qrb-program__doctor .program-doctor-img__wrapper h2 {
    margin-bottom: 20px;
  }

  .qrb-program__doctor .program-doctor__content {margin-inline-start: 0;}

}
/*=============*/
/* Program || women */
[dir="rtl"] .qrb-program-page.program-women .qrb-program__intro .program-intro__content .intro-info .qrb-btn.btn-primary > span {
  transform: scaleX(-1);
}
.qrb-program-page.program-women .qrb-program__intro .program-intro__content .intro-info .qrb-btn.btn-primary {
  gap: 10px;
}
.program-preorder {
  text-align: center;
  padding-block: 0 80px;
}
.qrb-program-page.program-women .coming-soon {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.qrb-program-page.program-women .coming-soon > p{
  font-weight: 700;
  font-size: 20px;
  line-height: 34px;
  color: #F3C15E;
  min-width: max-content;
}
.qrb-program-page .qrb-program__intro .program-intro__content .intro-info .coming-soon > p{
  margin: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 34px;
  color: #F3C15E;
  min-width: max-content;
}
.program-preorder > h2 {
  font-weight: 700;
  font-size: 64px;
  line-height: 41px;
  text-align: center;
  color: #152680;
  margin-bottom: 30px;
}
.program-preorder > p{
  font-weight: 700;
  font-size: 20px;
  line-height: 34px;
  color: #051878;
  max-width: 60%;
  margin-inline: auto;
  margin-bottom: 45px;
}
.program-preorder > p > span{
  color: #F3C15E;
}
.program-preorder .preorder-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: rotate(90deg);
  height: 20px;
  width: 56px;
  margin-bottom: 45px;
}
[dir="rtl"] .program-preorder .preorder-form .wpcf7{
    direction: rtl;
}
.program-preorder .preorder-form > h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #051878;
  margin-bottom: 16px;
}
.program-preorder .preorder-form .form-group{
  position: relative;
  isolation: isolate;
  display: inline-flex;
  flex-direction: column;
}
.program-preorder .preorder-form .form-group .form-control{
  width: auto;
  border-radius: 8px;
  border: 1px solid #00000061;
  padding: 16px 14px;
  position: relative;
  min-width: 410px;
}
.program-preorder .preorder-form .form-group > p > label {
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  color: #00000099;
  position: absolute;
  z-index: 1;
  top: -5px;
  inset-inline-start: 7px;
  background: white;
  padding-inline: 7px;
}
.program-preorder .preorder-form .form-actions .qrb-btn.btn-primary{
  padding: 16px 30px;
  min-width: 400px;
}
.qrb-program-page.program-women .qrb-program__doctor .program-doctor__about h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 44px;
  color: #F3C15E;
  margin-bottom: 30px;
}
.qrb-program-page.program-women .qrb-program__doctor .program-doctor__about h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 23px;
  color: #F3C15E;
  margin-bottom: 15px;
}
.qrb-program-page.program-women .qrb-program__doctor .program-doctor__about p {
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
  color: #051878;
  max-width: 60%;
}
.qrb-program-page.program-women .qrb-program__doctor .program-doctor__img::before {
  background: #F3C15E;
}
.qrb-program-page.program-women .qrb-program__doctor{
  padding-block: 70px 95px;
}
@media screen and (max-width: 991.98px) {
  .qrb-program-page.program-women .qrb-program__doctor{
    padding-inline: 20px;
  }
  .program-preorder > h2 {
    line-height: 81px;
  }
  .qrb-program-page.program-women .qrb-program__doctor .program-doctor__about p {
    max-width: 100%;
  }
  .qrb-program-page.program-women .intro-info {
    text-align: center;
  }
}
/*=============*/
/* Modal */
.qrb-modal .modal-content {border-radius: 20px;}
.qrb-modal .modal-header{padding: 10px 20px;}
.qrb-modal .modal-header h1{
    font-size: 16px !important;
    font-weight: 700;
    color: #051878;
}
.qrb-modal .modal-header .btn-close{ margin: 0;scale: 0.7;}
.qrb-modal .modal-body {
  padding: 16px 24px;
  padding-bottom: 0;
}
.qrb-modal .modal-body .form-group > p > label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1.3;
}
.qrb-modal .modal-body .form-group .form-control {
  padding: 10px 16px;
  border-radius: 12px;
}
.qrb-modal .modal-footer,
.qrb-modal .form-actions > p{
  justify-content: center;
  border: 0;
  padding-block: 0 24px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.qrb-modal .form-actions .qrb-btn.btn-primary {
  padding: 11px 30px;
  border-radius: 12px;
  border: 0;
}
.qrb-modal .form-actions .qrb-btn.btn-secondary {
  padding: 11px 30px;
  border-radius: 12px;
  border: 0;
  background: lightgray;
  box-shadow: none;
  font-weight: 500;
}
[dir='rtl'] .wpcf7 {
  direction: rtl;
}

#ai-chat-form .form-actions{padding-bottom: 32px;}
#ai-chat-form .form-group > label{
    font-size: 16px;
    margin-bottom: 7px;
}

#ai-chat-form .form-actions {
    text-align: center;
}

/*=============*/
/* New Program */
.qrb-program-page.program-women {
  padding-top: 60px;
}

.countdown-wrapper {
  display: flex;
  align-items: center;
  gap: 50px;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.countdown-wrapper > h2 {
  font-weight: 900;
  font-size: 36px;
  line-height: 100%;
  text-align: center;
  color: #F3C15E;
}
.countdown-wrapper .counter {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  background: #A1BDE540;
  border-radius: 15px;
  border: 1px solid #081776;
}
.countdown-wrapper .counter .counter-item {
  padding: 34px 69px;
  text-align: center;
}
.countdown-wrapper .counter .counter-item:not(:last-child) {
  border-inline-end: 1px solid #081776;
}
.countdown-wrapper .counter .counter-item p {
  font-weight: 700;
  font-size: 36px;
  line-height: 1;
  text-align: center;
  color: #081776;
}
.countdown-wrapper .counter .counter-item span {
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  color: #051878;
}

.qrb-program-page.program-women .qrb-program__intro {
  padding-block: 0;
  padding-bottom: 129px;
}
.qrb-program-page.program-women .qrb-program__intro h1 {
  font-weight: 700;
  font-size: 59px;
  line-height: 1.14;
  letter-spacing: 0px;
  text-align: center;
  text-transform: capitalize;
  max-width: 50%;
  margin-inline: auto;
  color: #081776;
  margin-bottom: 45px;
}
.qrb-program-page.program-women .qrb-program__intro .intro-info h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.26;
  text-transform: capitalize;
  max-width: 70%;
  margin-bottom: 20px;
  color: #6295FF;
}
.qrb-program-page.program-women .qrb-program__intro .intro-info > p {
  font-weight: 700;
  font-size: 24px;
  line-height: 143%;
  letter-spacing: 0px;
  text-align: right;
  vertical-align: middle;
  text-transform: capitalize;
  color: #081776;
  max-width: 100%;
  margin-bottom: 50px;
}
.qrb-program-page.program-women .qrb-program__intro .intro-info > p span{
  font-weight: 400;
  color: #081776;
}
.qrb-program-page.program-women .qrb-program__intro .intro-actions p{
  font-weight: 700;
  font-size: 20px;
  line-height: 38px;
  text-align: center;
  text-transform: capitalize;
  color: #EF2727;
  margin-bottom: 0;
}
.qrb-program-page.program-women .qrb-program__intro .intro-actions > .qrb-btn.btn-primary{
  direction: ltr;
  font-weight: 700;
  font-size: 36px;
  line-height: 143%;
  letter-spacing: 0px;
  text-align: center;
  text-transform: capitalize;
  width: 60%;
  padding: 20px 30px;
  gap: 10px;
  color: #081776;
  background: #F3C15E;
  max-width: 70%;
  margin-inline-end: 30px;
}
.qrb-program-page.program-women .qrb-program__intro .intro-actions > .qrb-btn.btn-primary span{
  transform: none !important;
  text-decoration: line-through;
  color: #677D9D;
}
.qrb-program-page.program-women .qrb-program__intro .col-lg-6:has(> .intro-video_wrapper){text-align: center;}
.qrb-program-page.program-women .qrb-program__intro .intro-video_wrapper {
  display: inline-block;
}
.qrb-program-page.program-women .qrb-program__intro .intro-video_wrapper > img {
  width: 394px;
  height: auto;
}

.qrb-program-page.program-women .qrb-program__features {
  padding: 80px 0;
  text-align: center;
  background: #FDF4E4;
}
.qrb-program-page.program-women .program-features__content > h2 {
  font-weight: 800;
  font-size: 64px;
  line-height: 1.43;
  color: #081776;
  margin-bottom: 65px;
}
.qrb-program-page.program-women .qrb-features__item .img-wrapper {
  width: auto;
  max-height: 80px;
  margin-bottom: 30px;
}
.qrb-program-page.program-women .qrb-features__item .img-wrapper img {
  width: auto;
  height: 80px;
}

.qrb-program-page.program-women .qrb-features__item > p {
  font-weight: 800;
  font-size: 24px;
  line-height: 1.43;
  text-align: center;
  color: #3D7CFF;
  margin-inline: auto;
  max-width: 20ch;
}
.qrb-program-page.program-women .qrb-features__item > p.max-30ch{
  max-width: 30ch;
}
.qrb-program-page.program-women .program-learning__content {
  padding: 110px 10px;
}
.qrb-program-page.program-women .program-learning__content .learning-img-wrapper{
  margin-bottom: 88px;
}
.qrb-program-page.program-women .program-learning__content .learning-list__content > h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 56.25px;
  color: #F3C15E;
  margin-bottom: 25px;
}
.qrb-program-page.program-women .program-learning__content .learning-list__content > ul li:not(:last-child){margin-bottom: 20px;}
.qrb-program-page.program-women .program-learning__content .learning-list__content > ul li .item-title {
  font-weight: 800;
  font-size: 24px;
  line-height: 1.43;
  color: #4FABF7;
  margin-bottom: 18px;
}
.qrb-program-page.program-women .program-learning__content .learning-list__content > ul li .item-title span{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 43px;
  background: #F3F3FF;
  border: 2px solid #2D4DF2;
  border-radius: 100%;
  font-weight: 700;
  font-size:27px;
  line-height:27px;
  color: #F3C15E;
  position: relative;
  margin-inline-end: 65px;
}
.qrb-program-page.program-women .program-learning__content .learning-list__content > ul li .item-title span:before{
  content: '';
  position: absolute;
  width: 50px;
  height: 2px;
  background: #2D4DF2;
  inset-inline-end: -50px;
  z-index: -1;
}
.qrb-program-page.program-women .program-learning__content .learning-list__content > ul li > p{
  font-weight: 800;
  font-size: 24px;
  line-height: 1.43;
  color: #081776;

}
.qrb-program-page.program-women .program-learning__content .learning-actions {
  text-align: center;
}
.qrb-program-page.program-women .program-learning__content .learning-actions .qrb-btn.btn-primary {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.43;
  text-align: center;
  text-transform: capitalize;
  min-width: 60%;
  padding: 11px 30px;
  gap: 10px;
  color: #081776;
  background: #F3C15E;
  max-width: 70%;
  /* margin-inline-end: 0; */
}

.qrb-program-page.program-women .qrb-program__preorder-benefits {
  padding: 80px 10px 110px;
  background: #FDF4E4;
  text-align: center;
}
.qrb-program-page.program-women .program-preorder-benefits__content > h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 56.5px;
  color: #051878;
  margin-bottom: 44px;
}
.qrb-program-page.program-women .program-preorder-benefits__content .preorder-benefits__list {text-align: start;}
.qrb-program-page.program-women .program-preorder-benefits__content .preorder-benefits__list li {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 40px;
  padding-inline: 46px;
  border-bottom: 1px solid #081776;
  padding-block: 30px;
  font-weight: 800;
  font-size: 24px;
  line-height: 1.43;
  color: #081776;
}
.qrb-program-page.program-women .program-preorder-benefits__content .preorder-benefits__list li >p:first-child{width: 391px;}
.qrb-program-page.program-women .program-preorder-benefits__content .preorder-benefits__list li >p + p,
.qrb-program-page.program-women .program-preorder-benefits__content .preorder-benefits__list li .list-icon{width: 103px; text-align: center;}



.qrb-program-page.program-women .program-experts__content .qrb-doctor__card {
  box-shadow: none;
  border: 0;
  padding: 0;
}
.qrb-program-page.program-women .program-experts__content .qrb-program {
  box-shadow: none;
  padding: 0;
  border-radius: 0;
  margin: 0;
  height: auto;
}
.qrb-program-page.program-women .program-experts__content {
  padding: 56px 20px 140px;
  text-align: center;
}
.qrb-program-page.program-women .program-experts__content > h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 56.5px;
  color: #051878;
  margin-bottom: 43px;
}
.qrb-program-page.program-women .program-experts__content .experts-content__info > h3 {
  font-weight: 900;
  font-size: 36px;
  line-height: 26px;
  color: #F3C15E;
  margin-bottom: 30px;
}
.qrb-program-page.program-women .program-experts__content .experts-content__info {
  text-align: start;
  margin-bottom: 55px;
}
.qrb-program-page.program-women .program-experts__content .experts-content__info > h4 {
  font-weight: 900;
  font-size: 24px;
  line-height: 26px;
  color: #051878;
  margin-bottom: 5px;
}
.qrb-program-page.program-women .program-experts__content .experts-content__info > p {
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  color: #051878;
  max-width: 82%;
}
.qrb-program-page.program-women .program-experts__content .experts-content__info > p > span {
  font-weight: 700;
}
.qrb-program-page.program-women .program-experts__content .qrb-program .qrb-program__doctors .doctor-img img {
  height: 195px;
}
.qrb-program-page.program-women .program-experts__content .qrb-program .qrb-program__doctors .doctor-img::before {
  width: 187px;
  height: 159px;
}
.qrb-program-page.program-women .program-experts__content .qrb-program .qrb-program__doctors .doctor-img::after {
  width: 206px;
}
.qrb-program-page.program-women .program-experts__content .qrb-program .qrb-program__doctors .doctor-name h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 56.5px;
  vertical-align: middle;
}
.qrb-program-page.program-women .program-experts__content .qrb-program .qrb-program__doctors .doctor-name p {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #6295FF;
}

.qrb-program-page.program-women .qrb-program__subscription {
  padding: 87px 20px 100px;
}
.qrb-program-page.program-women .program-subscription__content .subscription-info > h2 {
  font-weight: 900;
  font-size: 48px;
  line-height: 54px;
  color: #F3C15E;
  margin-bottom: 50px;
}
.qrb-program-page.program-women .subscription-actions > p {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.43;
  text-align: center;
  text-transform: capitalize;
  color: #EF2727;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 17px;
}
.qrb-program-page.program-women .subscription-actions > .qrb-btn.btn-primary {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.43;
  border-radius: 30px;
  text-align: center;
  text-transform: capitalize;
  width: 65%;
  padding: 25px 30px;
  gap: 10px;
  max-width: 70%;
}

.qrb-program-page.program-women .qrb-program__faqs {
  padding: 90px 20px 100px;
  background: #FDF4E480;
}
.qrb-program-page.program-women .program-faqs__content > h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 56.25px;
  color: #081776;
  margin-bottom: 50px;
  text-align: center;
}
.qrb-program-page.program-women .program-faqs__content .qrb-accordion .accordion-item {
  background: transparent;
}
.qrb-program-page.program-women .program-faqs__content .qrb-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: #4FABF7;
}
/*=============*/
/* Thankyou */
.subscription-thankyou__content {
  text-align: center;
  padding: 80px 110px;
}
.subscription-thankyou__content .img-wrapper {
  margin-bottom: 35px;
}
.subscription-thankyou__content h2{
  font-weight: 800;
  font-size: 36px;
  line-height: 50px;
  text-align: center;
  color: #081776;
  margin-bottom: 20px;
}
.subscription-thankyou__content p{
  font-weight: 500;
  font-size: 20px;
  line-height: 34px;
  text-align: center;
  color: #6295FF;
}
.subscription-thankyou__content p span{
  color: #081776;
}
.subscription-thankyou__content h3{
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  color: #081776;
  margin-block: 50px 30px;
}

@media screen and (max-width:992px){
    .countdown-wrapper {
        justify-content: center;
    }
    .countdown-wrapper .counter {
        flex-direction: column-reverse;
    }
    .countdown-wrapper .counter .counter-item,.countdown-wrapper .counter .counter-item:not(:last-child) {
        border: 0;
        border-bottom: 1px solid #081776;
    }
    .countdown-wrapper .counter .counter-item.seconds {
        border-bottom: 0;
    }
    .qrb-program-page.program-women .qrb-program__intro h1 {
        max-width: 100%;
    }
    .qrb-program-page.program-women .qrb-program__intro .intro-actions > .qrb-btn.btn-primary {
        width: 100%;
        margin-block: 10px 40px;
        margin-inline: auto;
    }
    .qrb-program-page.program-women .qrb-program__intro .program-intro__content .intro-info .intro-actions {
        text-align: center;
    }
    .qrb-program-page.program-women .program-learning__content .learning-actions .qrb-btn.btn-primary {
        margin-bottom: 50px;
    }
    .qrb-program-page.program-women .program-experts__content .qrb-doctor__card {
        margin-bottom: 50px;
    }
    .qrb-program-page.program-women .program-experts__content .experts-content__info > p {
        max-width: 100%;
    }
    .qrb-program-page.program-women .program-experts__content .qrb-program .qrb-program__doctors .doctor-img::before {
        top: 23px;
    }
    .qrb-program-page.program-women .program-experts__content .qrb-program {
        margin-bottom: 50px;
    }
    .qrb-program-page.program-women .program-experts__content .qrb-program .qrb-program__doctors .doctor-name h3 {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .qrb-program-page.program-women .program-experts__content .qrb-program .qrb-program__doctors .doctor-name p {
        font-size: 17px;
    }
    .program-subscription__content .img-wrapper {
        margin-bottom: 50px;
    }
    .qrb-program-page.program-women .program-subscription__content .subscription-info > h2 {
        text-align: center;
    }
    .qrb-program-page.program-women .subscription-actions > .qrb-btn.btn-primary {
        width: 100%;
        max-width: 100%;
    }
    .qrb-program-page.program-women .subscription-actions > p {
        font-size: 29px;
    }
    .qrb-program-page.program-women .qrb-program__intro .intro-info h2 {
        max-width: 100%;
    }
}
/*=============*/
/* General */
/* .text-warning {
  color: var(--clr-warning);
} */
 .py-100{padding-block: 100px;}
 html[dir='rtl'] input[type="tel" i]{direction: rtl;}
 html[dir='ltr'] input[type="tel" i]{direction: ltr;}
 .wpcf7 .screen-reader-response {
    display: none;
}
.min-w-200 {
    min-width: 200px;
}
 .mb-70{margin-bottom: 70px;}
  .max-w-70 {
  max-width: 70%;
  margin-inline: auto;
}
.mb-40{margin-bottom: 40px;}
.mb-30{margin-bottom: 30px;}