:root {
  --primary: #F96A2A;
  --secondary: #64B1FF;
}


header.new-header-wrapper {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
}

.header-wrapper {
    padding: 15px;
    background-color: #fff;
    border-radius: 5px;
}

.header-wrapper .navbar-brand img {
    height: 50px;
    object-fit: contain;
    width: 100%;
}

.header-wrapper .navigation {
    width: 100%;
}

.header-wrapper .nav-link {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #000;
    transition: .3s;
}
.header-wrapper .navbar-nav{
    gap: 18px;
}
.header-wrapper .nav-link:hover{
    color: var(--primary);
}
.header-wrapper .nav-item:last-child .nav-link {
    background: var(--primary);
    padding: 15px 20px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    border: 1px solid transparent;
    text-align: center;
}
.header-wrapper .nav-item:last-child .nav-link:hover{
    background-color: white;
    color: var(--primary);
    border-color: var(--primary);
}
.home-banner-wrapper {
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.home-banner-wrapper::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 0%);
}

.home-banner-wrapper .content-wrapper {
    min-height: 900px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-top: 130px;
    padding-bottom: 115px;
}

.home-banner-wrapper .content-wrapper h1, .home-banner-wrapper .content-wrapper h2 {
    text-align: center;
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 42px;
    line-height: normal;
    text-transform: uppercase;
    color: #fff;
    width: 80%;
    margin: 0 auto;
}

.home-banner-wrapper .content-wrapper h1 span, .home-banner-wrapper .content-wrapper h2 span {
    color: var(--primary);
}

.home-banner-wrapper .content-wrapper p {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 24px;
    line-height: normal;
    text-align: center;
    color: #fff;
}
.banner_button_action_wraper{
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 50px 0px #0000001A;
    margin-top: -60px;
    z-index: 1051;
}
.swiper-button-next:after, .swiper-button-prev:after{
    color: var(--secondary);
}
.btn{
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 14px 20px;
    border-radius: 5px;
    transition: .3s;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.primary_btn{
    background-color: var(--primary);
    color: white;
}
.primary_btn:hover{
    background-color: white;
    border-color: var(--primary);
    color: var(--primary);
}
.secondary_btn{
    background-color: var(--secondary);
    color: white;
}
.secondary_btn:hover{
    background-color: white;
    border-color: var(--secondary);
    color: var(--secondary);
}
.primary_link{
    color: var(--primary);
}
.primary_link:hover{
    color: var(--secondary);
}
.banner_button_action_wraper h2{
    font-size: 18px;
}
.text-primary{
    color: var(--primary) !important;
}
.text-secondary{
    color: var(--secondary) !important;
}
.section_heading{
    color: black;
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 20px;
    text-transform: uppercase;
    line-height: 40px;
}
.tagline{
    font-size: 18px;
    color: #555;
    font-weight: 400;
}
.easy_steps_wraper .inner_box_wraper{
    padding: 20px;
    height: 100%;
}
.easy_steps_wraper .inner_box_wraper:not(.first_box){
    box-shadow: 0px 0px 50px 0px #0000001A;
}
.easy_steps_wraper .inner_box_wraper h3{
    font-size: 30px;
    font-weight: 600;
    color: black;
    margin-bottom: 20px;
}
.easy_steps_wraper .inner_box_wraper h4{
    font-size: 24px;
    font-weight: 600;
    color: black;
    margin-bottom: 10px;
}
.easy_steps_wraper .inner_box_wraper p{
    font-size: 16px;
    font-weight: 400;
    color: #555555;
    margin: 0;
}
.easy_steps_wraper .inner_box_wraper svg{
    margin-bottom: 10px;
}
.modal .close{
    font-size: 24px;
}
.checklist_wraper{
    background-color: #FAFAFA;
    padding: 40px 0;
}
.checklist_wraper p, .section_desc{
    color: #555555;
    font-size: 18px;
    line-height: 28px;
    padding: 0;
    font-weight: 400;
}
.section_title{
    font-size: 42px;
    font-weight: 600;
    color: black;
}
.checklist_wraper .quote{
    border-left: 6px solid var(--secondary);
    padding-left: 24px;}
.checklist_wraper .video_desc, .checklist_wraper .video_desc p{
    font-size: 12px;
    color: #555555;
    line-height: 22px;
}
.assessment_report_wraper .inner_box_wraper img{
    height: 70px;
    width: 70px;
    object-fit: contain;
    flex-shrink: 0;
}
.assessment_report_wraper .inner_box_wraper h3{
    font-size: 24px;
    font-weight: 600;
    color: black;
    margin-bottom: 10px;
    padding: 0;
}
.assessment_report_wraper .inner_box_wraper p{
    font-size: 14px;
    color: #555555;
    font-weight: 400;
}
.wellbeing_scrore_wraper{
    margin-bottom: 40px !important;
}
.wellbeing_scrore_wraper .inner_box{
    height: 100%;
    background-color: white;
    padding: 20px;
    border: 1px solid #71b7ff;
    border-radius: 10px;
}
.wellbeing_scrore_wraper .inner_box h3{
    text-transform: uppercase;
    padding: 0;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
    color: var(--secondary);
}
.wellbeing_scrore_wraper .inner_box p{
    font-weight: 400;
    font-size: 16px;
    color: #555555;
    line-height: 28px;
}
.pricing_wraper{
    background-image: linear-gradient(to right,#64B1FF 0,#64B1FF 50%,#71B7FF 50%,#71B7FF 100%);
    padding-bottom: 40px;
    padding-top: 40px;
}
.pricing_wraper .left_section{
    background-color: #64B1FF;
}
.pricing_wraper .right_section{
    background-color: #71B7FF;
}
.pricing_wraper .inner_wraper span{
    display: inline-block;
    background-color: white;
    padding: 10px;
    text-transform: uppercase;
    color: var(--secondary);
    letter-spacing: 3px;
    margin-bottom: 30px;
    line-height: 18px;
    font-weight: 600;
}
.pricing_wraper .left_section h3{
    font-size: 30px;
}
.pricing_wraper .left_section .btn{
    max-width: 200px;
}
.pricing_wraper .left_section p{
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}
.pricing_wraper .right_section h3{
    font-size: 60px;
}
.pricing_wraper .inner_box{
    border-left: 2px solid white;
    padding-left: 16px;
}
.pricing_wraper .inner_box h5{
    font-size: 18px;
    font-weight: 700;
}
.pricing_wraper .inner_box p{
    font-size: 14px;
}
.faq_accordion h2{
    padding: 0;
}
.faq_accordion .accordion-item{
    box-shadow: 0px 0px 50px 0px #0000001A;
    background-color: white;
    border-radius: 10px;
    margin-bottom: 30px;
    border: 0;
}
.faq_accordion .accordion-item .accordion-body{
    padding-top: 0;
}
.faq_accordion .accordion-button{
    background-color: unset !important;
    border: 0;
    outline: none !important;
    box-shadow: none !important;
    font-size: 18px;
    font-weight: 600;
    color: black;
    padding-left: 54px;
}
.faq_accordion .accordion-button:after{
    position: absolute;
    height: 18px;
    width: 18px;
    left: 16px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: unset;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%3E%0A%3Crect%20opacity%3D%220.8%22%20y%3D%227.5%22%20width%3D%2218%22%20height%3D%223%22%20rx%3D%221.5%22%20fill%3D%22black%22%2F%3E%0A%3Crect%20opacity%3D%220.8%22%20x%3D%2210.5%22%20width%3D%2218%22%20height%3D%223%22%20rx%3D%221.5%22%20transform%3D%22rotate(90%2010.5%200)%22%20fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E");
}
.accordion-button:not(.collapsed)::after{
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222%22%20height%3D%223%22%20viewBox%3D%220%200%2022%203%22%20fill%3D%22none%22%3E%0A%3Cpath%20opacity%3D%220.8%22%20d%3D%22M0%201.5C0%200.671573%200.671573%200%201.5%200H20.5C21.3284%200%2022%200.671573%2022%201.5C22%202.32843%2021.3284%203%2020.5%203H1.5C0.671573%203%200%202.32843%200%201.5Z%22%20fill%3D%22%23F96A2A%22%2F%3E%0A%3C%2Fsvg%3E");
}
.faq_accordion .accordion-button.collapsed{
    font-weight: 400;
}
.faq_accordion .accordion-item .accordion-body, .faq_accordion .accordion-item .accordion-body p{
    font-size: 15px;
    line-height: 28px;
    color: #555555;
    font-weight: 400;
}
.call_to_action{
    background-color: var(--primary);
    padding: 30px 0;
}
.call_to_action h3{
    font-size: 24px;
}
.main_footer{
    padding: 30px 0;
}
.main_footer .menu_list a{
    position: relative;
    font-size: 14px;
    color: black;
    text-decoration: none;
    transition: .3s;
    font-weight: 400;
}
.main_footer .menu_list a:hover{
    color: var(--primary);
}
.main_footer .menu_list a:not(:last-child){
    padding-right: 40px;
}
.main_footer .menu_list a:not(:last-child):after{
    content: '';
    height: 15px;
    width: 2px;
    background-color: black;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.footer_bar{
    padding: 20px 0;
}
.footer_bar p{
    font-size: 12px;
}
.social_wraper{
    gap: 30px;
}
.social_wraper a{
    color: #222222;
    transition: .3s;
}
.social_wraper a:hover{
    color: var(--primary);
}
.swiper {
  height: 900px;
}
.bottom_content_wraper h3, .bottom_content_wraper h2 {
    font-size: 18px;
    font-weight: 600;
    color: black;
    margin-bottom: 14px;
    line-height: 1.5;
    padding: 0;
}
.bottom_content_wraper p, .bottom_content_wraper li{
    font-size: 16px;
    color: #666;
    font-weight: 400;
    line-height: 28px;
    /* margin-bottom: 30px; */
}
.bottom_content_wraper li{
    margin: 0;
}
.bottom_content_wraper ol, .bottom_content_wraper ul{
    margin: 0;
    margin-bottom: 20px;
    padding-left: 18px;
}
.bottom_content_wraper ol{
    list-style: decimal;
}
.bottom_content_wraper ul{
    list-style: disc;
}
@media(min-width: 992px){
    .home-banner-wrapper .content-wrapper h1{
        font-size: 60px;
    }
    .banner_button_action_wraper{
        padding: 32px 50px;
    }
    .banner_button_action_wraper h2{
        font-size: 24px;
    }
    .section_heading{
        font-size: 54px;
        line-height: 60px;
    }
    .easy_steps_wraper .inner_box_wraper{
        padding: 10px;
    }
    .header-wrapper .navbar-nav{
        gap: 30px;
    }
    .easy_steps_wraper .inner_box_wraper h3{
        font-size: 42px;
    }
    .easy_steps_wraper .inner_box_wraper{
        padding: 30px;
    }
    .wellbeing_scrore_wraper{
        margin-bottom: -220px !important;
    }
    .wellbeing_scrore_wraper .inner_box{
        padding: 30px;
        border: 0;
    }
    .pricing_wraper{
        padding-bottom: 80px;
        padding-top: 300px;
    }
    .pricing_wraper .right_section{
        padding-left: 46px;
    }
    .main_footer{
        padding: 40px 0;
    }
    .bottom_content_wraper h3, .bottom_content_wraper h2{
        font-size: 24px;
        
    }
    .checklist_wraper{
        padding: 80px 0;
    }
    
}
@media(min-width: 1200px){
    .container {
        max-width: 1080px;
        position: relative;
    }
    .wp-singular .container {
        max-width: 1260px;
    }
}
.wp-singular header.new-header-wrapper{
    top: 0;
}
/* Take The Online Depression Test New button */

.contener-box {
    background-image: url(/assets/img/image_1.png); 
    background-repeat: no-repeat;
    /* width: 1180px; */
    /* height: 315px; */
    margin-top: 100px;
    /* margin-left: 100px; */
    border-radius: 20px;


}

.test-button-wreap {
    display: flex;
    gap: 72px;
}


.left-box {
    margin: 60px 0 0 60px;
    /* margin: 60px 0 0 60px; */
    /* width: 557px; */
    /* height: 159px;  */
    gap: 20px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}   

.left-box h2 {
    /* width: 673px; */
    font-size: 37px;
    line-height: 130% !important;
    letter-spacing: 0;
    padding: 0;
    margin: 0;
    font-weight: 500px !important;
    margin-bottom: 20px;
}


.left-box h4 {

    font-style: italic;
    font-size: 17px;
    line-height: 130%;
    margin-bottom: 20px;
}

.left-box p {
    font-size: 15.8px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 30px;
}

.left-box button {
    width: auto;
    font-weight: 400;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 100%;
    height: 50px;
    border-radius: 5px;
    background-color: #F96A2A;
    padding: 10px 20px 10px 20px;
    gap: 10px;
    margin-bottom: 60px;
}

.left-box .btn:hover {
    color: #F96A2A;
    border: solid #F96A2A 1px;
    
}

.right-box img {
    width: 280px;
    height: 430px;
    margin-top: -71px;
}

.wp-singular, .category{
    margin-top: 150px;
}
.navbar-toggler{
    box-shadow: none !important;
}
#videoModal iframe{
    height: 500px;
    width: 100%;
}
/* @media (max-width: 414px) {
    .right-box img{
    display: none;
    }
    .left-box {
    margin: 30px 0 0 30px;
    
    }
    .test-button-wreap {
    gap: 0;
    }
    .left-box h2{
        margin-bottom: 15px;
    }
        .left-box h4{
        margin-bottom: 15px;
    }
        .left-box p{
        margin-bottom: 15px;
    }
        .left-box button{
        margin-bottom: 30px;
        width: 245px;
        font-size: 12px;
    }
} */


@media (max-width: 768px) {
    .right-box img{
        width: 338px;
        height: 429px;
        display: none
    }
    .left-box {
    margin: 25px 10px 10px 20px;
    
    }
    .test-button-wreap {
    gap: 0px;
    }
    .left-box h2{
        margin-bottom: 15px;
    }
        .left-box h4{
        margin-bottom: 15px;
    }
        .left-box p{
        margin-bottom: 15px;
    }
        .left-box button{
        margin-bottom: 15px;
        /* width: 245px;
        font-size: 12px; */
    }
    .home-banner-wrapper .content-wrapper{
        min-height: 700px;
    }
    .swiper {
        height: 700px;
    }
    .section_title{
        font-size: 38px;
        line-height: 44px;
    }
    .wp-singular, .category{
        margin-top: 100px;
    }
}

@media (max-width: 414px) {
    .right-box img{
    display: none;
    }
    .left-box {
    margin: 25px 10px 10px 20px;
    }
    .test-button-wreap {
    gap: 0;
    }
    .left-box h2{
        margin-bottom: 15px;
        line-height: 108% !important;
    }
        .left-box h4{
        margin-bottom: 15px;
    }
        .left-box p{
        margin-bottom: 15px;
        line-height: 25px;
    }
        .left-box button{
        margin-bottom: 15px;
/*        width: 245px;*/
        font-size: 12px;
    }
    /* .wellbeing_scrore_wraper .inner_box{
        height: 100%;
        background-color: white;
        padding: 20px;
        border: 1px solid #71b7ff;
    } */
}

@media(max-width: 400px){
    .social_wraper{
        gap: 10px !important;
    }
    .main_footer .menu_list a:not(:last-child):after{
        right: 5px;
    }
    .main_footer .menu_list a:not(:last-child){
        padding-right: 16px;
    }
    .contener-box{
        background-size: cover;
        margin-top: 0;
    }
    .header-wrapper .navbar-brand img{
        height: 36px;
    }
    .home-banner-wrapper .content-wrapper h1, .home-banner-wrapper .content-wrapper h2{
        font-size: 34px;
        width: 90%;
    }
    .home-banner-wrapper .content-wrapper{
        min-height: 600px;
    }
    .swiper {
        height: 600px;
    }
}
