body{
    direction: rtl;
    font-family: 'Assistant';
    padding-bottom: 0px;
}
a{
    text-decoration:none;
}
:root {
    --blue: #50b7ff;
    --white: #fefefe;
    --black: #000000;
}
@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}
.rotate {
    animation: rotation 6s infinite linear;
}
.header-wrap-inner{
    background-color: #ffffff;
}
.ads-sticky{
    box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important;
    position: fixed !important;
    width: 100%;
    top: 0;
    z-index: 99;

}
h1, h2, h3, h4, h5{
    font-weight: 700 !important;
}
#header {
    transition: transform 0.3s ease;
    position: relative;
    z-index: 9;
}

.hide-menu {
    transform: translateY(-100%);
    overflow: hidden;
}

.show-menu {
    transform: translateY(0);
    transform: translateY(0);
    width: 100%;
}
.logo-top{
    position: absolute;
    right: -110px;
    top: -18px;
}
.container{
    /*max-width:1090px ;*/
}
.main-menu ul{
    padding: 0;
    display: flex;
    justify-content: start;
    margin-bottom: 0;
    gap: 38px;
}
.main-menu ul li{
    list-style: none;
}
.main-menu ul li a{
    font-family: 'Assistant';
    color: #221f3b;
    font-size: 15px;
    font-weight: 400;
}
.main-menu ul li a:hover{
    font-weight: 700;
    font-size: 14.2px;
}
.site-btn{
    font-size: 15px;
    font-weight: 400;
    color: #302b4d;
    background: #ffc239;
    padding:8px 24px 10px 14px;
    border-radius: 25px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    width: fit-content;
}
.site-btn:hover{
    color: #302b4d;
}
.site-btn img{
    width: 26px;
    height: 15px;
    margin-right: 12px;
}
.hero-banner{
    background:#f7f8fa;
    position: relative;
}
.top-banner-text h1{
    font-size: 36px;
    color: #08003c;
    line-height: 1.2;
    font-weight: 800;
    margin-bottom: 20px;
}
.hero-content p{
    font-size: 20px;
}
.banner-content-wrap{
    padding-right: 100px;
    padding-top: 36px;
    padding-bottom: 30px;
}
.hero-content{
    padding-left: .4rem;
}
.hero-button-wrap a{
    font-size: 20px !important;
}
.section-header h2{
    font-size: 45px;
    color: #302b4d;
    font-weight: 800;
}
.conclusive-box-wrap{
    background: #a69dda;
}
.conclusive-heade-sect img{
    width: 90px;
    height: 100px;
}
.conclusive-evidence-items-wrap .conclusive-box-wrap:nth-child(2){
    background: #302b4d;
}
.conclusive-evidence-items-wrap .conclusive-box-wrap:last-child{
    background: #302b4d;
}
.conclusive-evidence-items-wrap .col.conclusive-box-wrap:first-child .conclusive-middle-sect h2{
    font-size: 53px;
}
.conclusive-evidence-items-wrap .col.conclusive-box-wrap:first-child  .conclusive-heade-sect img{
    padding: 6px;
}
.conclusive-evidence-items-wrap .col.conclusive-box-wrap:last-child  .conclusive-heade-sect img{
    padding: 2px;
}
.conclusive-evidence-items-wrap .col.conclusive-box-wrap:last-child .conclusive-middle-sect h2{
    margin-bottom: 0;
}
.conclusive-evidence-items-wrap .col.conclusive-box-wrap:nth-child(3) .conclusive-middle-sect h3{
    font-size: 26px;
}
.conclusive-middle-sect h2{
    color: #ffffff;
    font-size: 48px;
    font-weight: 800;
    line-height: 1;
}
.conclusive-middle-sect h3{
    color: #ffffff;
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 8px;
    line-height: 1;

}
.conclusive-bottom-sect p{
    color: #ffffff;
    font-size: 17px;
    margin-bottom: 0;
    line-height: 1.4;
}
.conclusive-middle-sect p{
    color: #ffffff;
    margin-bottom: 0;
    font-size: 19px;
    padding: 0 15px;
}
.conclusive-bottom-sect  h3{
    color: #ffffff;
    font-size: 40px;
    font-weight: 800;
}
.conclusive-evidence-button .site-btn{
    background-color: #302b4d !important;
    color: white;
    margin: 0 auto;
    padding: 13px 30px 13px 26px;
    font-size: 22px;
    border-radius: 46px;
    gap: 24px;
}
.you-know-why-inner-wrap{
    background-color: #a69dda;
}
.right-part-time-to-know{
    background-color: #ffc239;
}
.right-part-time-to-know h2{
    font-size: 36px;
    color: #302b4d;
    font-weight: 800;
    line-height: 1.4;
}
.right-part-time-to-know p{
    color: #000000;
    font-size: 16px;
}
.its-time-know-button .site-btn{
    font-size: 22px;
    color: #000000;
}
.its-time-video-wrap iframe{
    border-radius: 25px;
}
.you-know-why-inner-wrap .right-part-time-to-know{
    width: 57%;
}
.you-know-why-inner-wrap .left-video-part-time-to-know{
    width: 43%;
}
.lower-heading-its-time-toknow p{
    font-size: 36px;
    color: #302b4d;
}
.lower-heading-its-time-toknow h2{
    color: #302b4d;
    font-size: 36px;
}
.lower-heading-its-time-toknow h2 span{
    color: #ffc239;
    margin-left: 5px;
}
.section-treatment-of-obesity{
    background-color: #f7f8fa;
}

.section-treatment-of-obesity .headng-section h2{
    font-size: 36px;
    font-weight: 800;
    color: #302b4d;
    margin-bottom: 12px;
}
.section-treatment-of-obesity .headng-section h2.colored-heading span:first-child{
    color: #ffc239;
}
.section-treatment-of-obesity .headng-section h2.colored-heading span:nth-child(2){
    color: #a69dda;
}
.treatment-obesity-container{
    max-width: 1365px;
    margin: 0 auto;
}
.obesity-tretment-box-middle h2{
    font-size: 20px;
    color: #000000;
    line-height: 1;
}
.obesity-tretment-box-middle  p{
    font-size: 16px;
    color: #000000;
}
.much-more-wait-lose-head h2{
    font-size: 43px;
    color: #302b4d;
    font-weight: 800;
    line-height: 1.2;
}
.much-more-wait-lose-head p{
    font-size: 31px;
    color: #302b4d;
}
.much-more-wait-lose-container{
    max-width: 1405px;
}
.wait-lse-box-bottom h2{
    color: #ffffff;
    font-size: 28px;
}

.wait-lose-boxes-wrap .wait-lose-box:nth-child(1){
    background-color: #302b4d;
}
.wait-lose-boxes-wrap .wait-lose-box:nth-child(2){
    background-color: #a69dda;
}
.wait-lose-boxes-wrap .wait-lose-box:nth-child(2) svg rect:first-child{
    fill: #a69dda;
}
.wait-lose-boxes-wrap .wait-lose-box:nth-child(3) svg rect:first-child{
    fill: #ffc239;
}
.wait-lose-boxes-wrap .wait-lose-box:nth-child(5) svg rect:first-child{
    fill: #a69dda;
}
.wait-lose-boxes-wrap .wait-lose-box:nth-child(3){
    background-color: #ffc239;
}
.wait-lose-boxes-wrap .wait-lose-box:nth-child(4){
    background-color: #302b4d;
}
.wait-lose-boxes-wrap .wait-lose-box:nth-child(5){
    background-color: #a69dda;
}
.wait-lse-box-bottom{
    border-top: 3px solid #ffffffcc;
    margin-top: 24px;
    padding-top: 8px;
}
.much-more-waitlose-button .site-btn{
    background-color: #302b4d;
    color: #ffffff;
    font-size: 22px;
    padding: 8px 28px 10px 22px;
}

.our-plan-right-part .right-our-text{
    max-width: 490px;
    padding-left: 37px;
}
.our-plan-right-left{
    border-radius: 0 2rem 2rem 0;
}
.right-our-text h2{
    color: #302b4d;
    font-size: 32px;
    font-weight: 800;
}
.right-our-text p{
    color: #000000;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 0;
}
.our-plan-button .site-btn{
    background-color: #a69dda;
    color: #ffffff;
    font-size: 22px;
    padding: 8px 24px 10px 20px;
}
.our-plan-right-left .our-plan-video{
    min-width: 450px;
    max-height: 331px;
}
.our-plan-right-left .our-plan-video iframe{
    border-radius: 25px;
}
.heading-our-plan h2{
    font-size: 44px;
    font-weight: 800;
    color: #302b4d;
}
.heading-our-program-work h2{
    font-weight: 800;
    font-size: 43px;
    color: #302b4d;
    line-height: 1.4;
}
.heading-our-program-work p{
    font-size: 43px;
    color: #302b4d;
    line-height: 1.2;
}
.our-program-cards-wrap{
    max-width: 1048px;
}
:root {
    /*--cards: 4;*/
    /*--cardHeight: 87vh;*/
    --cardTopPadding: 7rem;
    /*--cardMargin: 4vw;*/
}
#card1 {
    --index: 1;
}
#card2 {
    --index: 2rem;
}
#card3 {
    --index: 3rem;
}
#card4 {
    --index: 4rem;
}
.card {
    position: sticky;
    top: calc(var(--index) + var(--cardTopPadding)) !important;
}
/*inner dna deep test*/
#deepcard1 {
    --index: 1rem;
}
#deepcard2 {
    --index: 2rem;
}
#deepcard3 {
    --index: 3rem;
}
#deepcard4 {
    --index: 4rem;
}
#deepcard5 {
    --index: 5rem;
}
#deepcard6 {
    --index: 6rem;
}
#deepcard7 {
    --index: 7rem;
}
#deepcard8 {
    --index: 8rem;
}

/*process how des cards*/
#procard1 {
    --index: 1rem;
}
#procard2 {
    --index: 1rem;
}
#procard3 {
    --index: 1rem;
}
#procard4 {
    --index: 1rem;
}
#procard5 {
    --index: 1rem;
}
#procard6 {
    --index: 1rem;
}
#procard7 {
    --index: 1rem;
}
#procard8 {
    --index: 1rem;
}

.inner-our-program-container .our-program-work-card-box {
    background-color: #302b4d;
    width: 100%;
}
.inner-our-program-container .our-program-work-card-box:nth-child(1) {
    background-color: #302b4d;
    width: 90%;
    top: 8rem !important;
}
.inner-our-program-container .our-program-work-card-box:nth-child(2) {
    background-color: #a69dda;
    width: 95%;
}
.inner-our-program-container .our-program-work-card-box:nth-child(2) .our-prgram-work-left-content-sectio ul li h3{
    color: #ffffff !important;
}
.inner-our-program-container .our-program-work-card-box:nth-child(3) .our-prgram-work-left-content-sectio h2, .inner-our-program-container .our-program-work-card-box:nth-child(3) .our-prgram-work-left-content-sectio ul li p, .inner-our-program-container .our-program-work-card-box:nth-child(3) .our-prgram-work-left-content-sectio ul li h3{
    color: #302b4d !important;
}
.inner-our-program-container .our-program-work-card-box:nth-child(3) .our-prgram-work-left-content-sectio ul li:before{
    background: url("../images/3rdcard_afterli.png") !important;
    background-repeat: no-repeat !important;
    height: 24px;
}
.inner-our-program-container .our-program-work-card-box:nth-child(2) .our-prgram-work-left-content-sectio ul li:before{
    background: url("../images/white-tic-crfds.png") !important;
    background-repeat: no-repeat !important;
    height: 24px;
}
.inner-our-program-container .our-program-work-card-box:nth-child(3) {
    background-color: #ffc239;
    width: 100%;
}
.our-prgram-work-left-content-sectio h2{
    color: #ffffff;
    font-size: 34px;
    font-weight: 800;
}
.our-prgram-work-left-content-sectio ul{
    padding-left: 3rem;
}
.our-prgram-work-left-content-sectio ul li{
    display: block;
    position: relative;
}
.our-prgram-work-left-content-sectio ul li:before{
    content: '';
    display: block;
    background-image: url(../images/check.svg);
    background-repeat: no-repeat;
    width: 35px;
    height: 18px;
    position: absolute;
    right: -45px;
    top: -1px;
}
.our-prgram-work-left-content-sectio ul li h3{
    color: #ffc239;
    font-size: 17px;
    line-height: 1;
    margin-bottom: 5px;
}
.our-prgram-work-left-content-sectio ul li p{
    color: #ffffff;
    font-size: 17px;
    line-height: 1;
}
.our-program-worg-button{
    padding-left: 1rem;
}
.our-program-worg-button a{
    font-size: 22px;
    color: #302b4d;
}
.inner-our-program-container{
    min-height: 525px;
}
.why-chose-our-prgram-rads-ordders-color .why-chose-our-prgram-card-box{
    background-color: #302b4d;
    max-width: 49%;
    min-height: 265px;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.why-chose-our-prgram-rads-ordders-color .why-chose-our-prgram-card-box:first-child{
    background-color: #ffc239;
}
.why-chose-our-prgram-rads-ordders-color .why-chose-our-prgram-card-box:nth-child(4){
    background-color: #a69dda;
}
.why-chose-our-prgram-card-box h2{
    color: #302b4d;
    font-size: 29px;
}
.why-chose-our-prgram-card-box p{
    color: #302b4d;
    font-size: 29px;
    margin-bottom: 0;
}
.why-chose-our-prgram-rads-ordders-color .why-chose-our-prgram-card-box:nth-child(2) p{
    color: #ffffff;
    font-size: 28px;
}
.why-chose-our-prgram-rads-ordders-color .why-chose-our-prgram-card-box:nth-child(2) span{
    color: #fab92a;
    font-size: 28px;
    font-weight: 700;
}
.why-chose-our-prgram-rads-ordders-color .why-chose-our-prgram-card-box:nth-child(3) p{
    color: #ffffff;
}
.why-chose-our-prgram-rads-ordders-color .why-chose-our-prgram-card-box:nth-child(3) p span{
    color: #fab92a;
    font-size: 28px;
    font-weight: 700;
}
.why-chose-our-prgram-rads-ordders-color .why-chose-our-prgram-card-box:nth-child(4) p span{
    color: #302b4d;
    font-size: 28px;
    font-weight: 700;
}
.why-chose-our-prgram-rads-ordders-color .why-chose-our-prgram-card-box:nth-child(4) p{
    color: #ffffff;
}
.why-chose-our-prgram-cintent-wrapper{
    max-width: 1026px;
    margin: 0 auto;
}
.slider-our-expert-box-wrp{
    background-color: #f7f8fa;
    width: 1050px !important;
    margin-right: 35px !important;
    min-height: 347px;
}
.slider-our-expert-box-wrp .our-expert-avatar-sec{
    flex: 0 0 33%;
    width: 33%;
    display: inline-block;
}
.slider-our-expert-box-wrp .our-expert-content-sec{
    flex: 0 0 67%;
    width: 65%;
    display: inline-block;
}
.slider-our-expert-box-wrp .our-expert-content-sec h2{
    font-size: 34px;
    color: #302b4d;
}
.slider-our-expert-box-wrp .our-expert-content-sec ul li{
    position: relative;
}
.slider-our-expert-box-wrp .our-expert-content-sec ul li:before{
    content: '';
    display: block;
    background-image: url(../images/check.svg);
    background-repeat: no-repeat;
    width: 35px;
    height: 18px;
    position: absolute;
    right: -45px;
    top: -1px;
}
.slider-our-expert-box-wrp .our-expert-content-sec ul li p{
    color: #302b4d;
    font-size: 16px;
    text-decoration: none;
    margin-bottom: 0;
}
.read-more-our-staf a{
    font-size: 18px;
    color: #302b4d;
    display: flex;
    justify-content: end;
    align-items: center;
}
.read-more-our-staf a img{
    margin-right: 10px;
    width: 24px;
    height: 15px;
}

/*.our-experts-section .slick-slider-container {*/
/*    padding: 0 10%;*/
/*}*/

/*.our-experts-section .slick-slide {*/
/*    width: 100%;*/
/*    max-width: 1050px;*/
/*    box-sizing: border-box;*/
/*}*/

/*.our-experts-section .slick-prev, .slick-next {*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*}*/
.slick-dots li{
    width: 100px;
    height: 8px;
}
.slick-dots li button{
    width: 100px;
    background: #d1d2d4;
    height: 8px;
    border-radius: 10px;
}
.slick-dots li.slick-active button{
    background-color: #fab826;
}
.slick-dots li button:before{
    display: none;
}
/*.our-experts-section .slick-list{*/
/*    padding:0 12% 0 0;*/
/*}*/
/*.testimonial-wrapper .slick-list{*/
/*    padding: 40px 0;*/
/*}*/
.dna-deep-testheading h2 span{
    font-weight: 400;
}
.dna-deep-test-text-section-card{
    padding-left: 0 !important;
}
.dna-deep-test-text-section-card h2{
    font-size: 32px !important;
}
.dna-deep-test-text-section-card ul li p{
    font-size: 16px !important;
}
.dna-deep-inner-container .our-program-work-card-box{
    background-color: #a69dda !important;
    width: 100%;
}
.newwidthissads{
    width: 100%;
}
.dna-deep-inner-container .our-program-work-card-box:nth-child(1){
    background-color: #a69dda !important;
}
/*.dna-deep-inner-container .our-program-work-card-box:nth-child(2){*/
/*    background-color: #cbc5e9 !important;*/
/*    width: 90%;*/
/*    top: 24px;*/
/*}*/
.dna-deep-inner-container{
    min-height: 390px !important;
}
.connt-card-sec-dna-deep-test h2{
    font-weight: 800;
    font-size: 88px !important;
    color: #ffc239;
}
.example-header p{
    font-size: 31px;
    color: #000000;
    line-height: 1.4;
    margin-bottom: 0px;
}
.example-header p span{
    color: #a69dda;
    font-weight: 800;
    margin-left: 5px;
}
/*dna animation style*/

.main-crile-dns {
    animation: rotate 94s ease-in-out infinite alternate;
}

/* Animations */
@keyframes rotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
@keyframes float {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes linePulse {
    0% { transform: scaleY(1); }
    100% { transform: scaleY(1.05); }
}

/*flip animation*/
.flip-img {
    top: 4%;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    animation: flip 60s ease-in-out infinite alternate;
    z-index: 2;
}

@keyframes flip {
    0% { transform: rotateY(0deg); }
    50% { transform: rotateY(180deg); }
    100% { transform: rotateY(360deg); }
}

.dna-animation-wrap{
    background-image: url("../images/dna-main-circle_bg.png");
    background-repeat: no-repeat;
    background-position-x: 66px;
    background-position-y: 39px;
    background-size: auto;
}
.dna-lowe-content h2{
    font-size: 32px;
    color: #302b4d;
}
.dna-lowe-content h2 span{
    color: #ffc239;
    margin-right: 5px;
}
.yellow-bg{
    background-color: #ffc239;
}
.gray-bg{
    background-color: #f7f8fa;
}
.purple-bg{
    background-color: #a69dda;
}
.our-plan-two .right-our-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 508px;
    padding-left: 5px;
}
.how-des-right-part .card-count{
    font-weight: 800;
    font-size: 88px;
    line-height: 1;
    color: #a69dda;
}
.how-des-right-part h2{
    font-size: 36px;
    font-weight: 800;
    line-height: 1.3;
}
.how-des-right-part ul li{
    position: relative;
    font-size: 17px;
    color: #302b4d;
    font-weight: 700;
    line-height: 2;
}
.how-des-right-part ul li span{
    font-weight: 400;
}
.how-des-right-part ul li:before{
    content: '';
    width: 20px;
    height: 30px;
    display: block;
    position: absolute;
    top: 1px;
    right: -31px;
    background-image: url("../images/purpol-check.png");
    background-repeat: no-repeat;
}
.how-soes-content-box-wrap-outer .how-soes-content-inner-wrpa:nth-child(even) .how-des-right-part ul li:before{
    background-image: url("../images/tran-yello-tick.png");
}
.how-soes-content-box-wrap {
    background-color: #f7f8fa;
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
    min-height: 452px;
}
.how-soes-content-box-wrap-outer .how-soes-content-inner-wrpa:nth-child(1) .card-count{
    color: #a69dda;
}
.how-soes-content-box-wrap-outer .how-soes-content-inner-wrpa:nth-child(even) .card-count{
    color: #fab92a;
}
.how-soes-content-box-wrap-outer .how-soes-content-inner-wrpa:nth-child(1):before, .how-soes-content-box-wrap-outer .how-soes-content-inner-wrpa:nth-child(1):after{
    background-color: #a69dda;
}

.how-soes-content-box-wrap-outer .how-soes-content-inner-wrpa:nth-child(even):before, .how-soes-content-box-wrap-outer .how-soes-content-inner-wrpa:nth-child(even):after{
    background-color: #fab92a;
}
.how-soes-content-inner-wrpa:before{
    content: '';
    height: 100%;
    width: 6px;
    background-color: #a69dda;
    display: block;
    position: absolute;
    z-index: 2;
    right: 80px;
}
.how-soes-content-inner-wrpa:after{
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #a69dda;
    position: absolute;
    right: 68px;
    top: 47%;
}
.how-soes-content-box-wrap{
    position: relative;
}
.how-soes-content-box-wrap:before{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 49px solid transparent;
    border-bottom: 49px solid transparent;
    border-left: 30px solid #f7f8fa;
    position: absolute;
    right: -30px;
    top: 42%;
}
.therapists-tell-inner {
    max-width: 1125px;
}
.testimonial-box{
    background: #ffffff;
    min-height: 252px;
}
.testimonial-box span{
    color: #a69dda;
    font-weight: 700;
    font-size: 14px;
}
.therapists-tell-boxe iframe{
    border-radius: 2rem;
}
.inner-testimonial .quotee{
    width: 25px;
}
.inner-testimonial p{
    font-size: 15px;
    color: #000000;
    margin-bottom: 0;
    line-height: 1.6;
}
.testimonials {
    margin-top: 8rem;
}
/*.testimonial-box{*/
/*    margin-left: -130px;*/
/*}*/
.frequently-asked-questions-main-coontent{
    max-width: 1050px;
}
.accordion-button:not(.collapsed){
    background-color: #ffffff;
}
.accordion-item:first-of-type .accordion-button, .accordion-item:first-of-type{
    border-top-right-radius:0px !important;
    border-top-left-radius:0px !important;
}
.accordion-item:last-of-type .accordion-button.collapsed, .accordion-item:last-of-type{
    border-bottom-left-radius:0px !important;
    border-bottom-right-radius:0px !important;
}
.accordion-button:focus{
    border-color:transparent;
    box-shadow:none;
}
.accordion-header button{
    font-size: 17px;
    color: #302b4d !important;
    font-weight: 700;
    padding: 1.4rem;
}
.accordion-button::after{
    background-image: url("../images/accordian-button-down.png");
    margin-bottom: -5px;
}
.accordion-button:not(.collapsed)::after{
    background-image: url("../images/accordian-button-down.png");
    margin-bottom: -5px;
}
.accordion-item{
    border-color: #c8cace;
}
.join-program-boxes-wrap{
    max-width: 800px;
}
.join-program-boxes-wrap .conclusive-middle-sect h3{
    color: #302b4d;
    font-weight: 700;
    font-size: 20px;
    margin-top: 22px;
    line-height: 1.3;
    margin-bottom: 30px;
}
.join-program-boxes-wrap .conclusive-middle-sect h3 span{
    color: #ffffff;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 5px;
    line-height: 1.3;
}
.join-program-boxes-wrap .conclusive-box-wrap:nth-child(2) .conclusive-middle-sect h3{
    color: #fab92a;
}
.join-program-boxes-wrap .conclusive-box-wrap:nth-child(3){
    background-color: #a69dda;
}
.join-program-boxes-wrap .conclusive-box-wrap:nth-child(3) .conclusive-middle-sect h3{
    font-size: 20px !important;
}

.join-program-wrap .section-header h2{
    font-family: 'Rubick' !important;
    font-size: 35px;
    font-weight: 700;
}
.join-program-lower-section h2{
    font-family: 'Rubick' !important;
    font-size: 45px;
    color: #302b4d;
    line-height: 1;
}
.join-program-lower-section h3{
    font-family: 'Rubick' !important;
    font-size: 35px;
    color: #302b4d;
    line-height: 1;
}
.tretment-of-obesity .site-btn{
    font-size: 24px !important;
    padding: 8px 28px;
}
.footer-section{
    background-color: #302b4d;
}
.footer-content h2{
    font-family: 'Rubick' !important;
    font-size: 35px;
    color: #ffffff;
    font-weight: 700;
}
.footer-content ul{
    max-width: 280px;
    margin: 0 auto;
}
.content-links li a{
    font-family: 'Rubick' !important;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
}
.content-links li a:first-child{
    font-size: 17px !important;
}
.content-links li span{
    background-color: #fab826;
    padding: 2px 0 0 0;
    border-radius: 50px;
    width: 30px;
    height: 30px;
}
.content-links li img{
    width: 15px;
}
.footerbutton a{
    background-color: #58cd56;
    color: #ffffff;
    font-family: 'Rubick' !important;
    font-size: 24px;
    padding: 11px 38px 11px 26px;
    border-radius: 40px;
}
.footerbutton a img{
    margin-right: 30px;
}
.footer-bottom{
    border-top: 1px solid #ffffff;
    background-color: #302b4d;
}
.footer-bott-mlink a{
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    padding: 0 12px;
    border-left: 1px solid #ffffff;
}
.footer-bott-mlink ul li{
    display: inline-block;
}

.footer-bott-mlink ul{
    padding-left: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.footer-bott-mlink ul li:last-child a{
    border-left: none;
}
/*animation syle*/

.circle {
    position: absolute;
    width: 144px;
    height: 144px;
    line-height: 1.4;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    animation: pulse 2s infinite;
    padding: 44px 12px;
}

.circle-1 {
    background: #302b4d;
    top: 5%;
    left: 21.5%;
    animation-delay: 0.2s;
}

.circle-2 {
    background: #a69dda;
    top: 12%;
    right: 16.8%;
    animation-delay: 0.4s;
}

.circle-3 {
    background: #302b4d;
    bottom: 29%;
    right: 13%;
    animation-delay: 0.6s;
}

.circle-4 {
    background: #ffe97a;
    bottom: -2%;
    right: 32%;
    animation-delay: 0.8s;
    color: black;
}

.circle-5 {
    background: #ffc239;
    bottom: 3%;
    left: 25%;
    animation-delay: 1s;
    color: black;
}

.circle-6 {
    background: #a69dda;
    top: 38%;
    left: 14%;
    animation-delay: 1.2s;
}
.therapists-tell .slick-track{
    gap: 0px;
    display: flex;
    justify-content: space-between
}
/*  Pulse Animation  */
@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.8;
    }
    50% {
        transform: scale(1.1);
        opacity: 1;
    }
}

/* DNA Rotate Animation */
@keyframes rotateDNA {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.circle::after {
    animation-delay: 1s;
}


.card.visible {
    opacity: 1;
    transform: translateY(0);
}
.poin-our-program-button .site-btn {
    font-size: 24px;
}
.our-plan-video .video-wrapper{
    margin-top: 5px;
}
.free-card-end{
    z-index: -1;
}

.video-frame-hero{
    width: 75%;
    height: auto;
    margin-right: 0px;
    margin-top: 10px;
}
.for-mobile-heading{
    display: none;
}
.QuizModal{
    z-index: 999999999 !important;
}
.mobile-card-heading{
    display: none;
}
#dna-container{
    width: 250px;
    height: 650px;
    position: absolute;
    right: 38.5%;
    top: 27px;
    transform: rotate(45deg);
}
.our-experts-slide .our-expert-avatar-sec img{
    height: 272px;
}
.blue-footer-arrow, .header-blue-btn{
    display: none;
}
.footer-blue-form{
    display: none;
}
.blue-top-banner{
    display: none;
}
.rafeel-right-logo{
    display: none;
}