@import url('https://fonts.googleapis.com/css2?family=Nova+Mono&family=Plus+Jakarta+Sans:wght@200;300;400;500;600;700;800&family=Quicksand:wght@300;400;500&family=Ubuntu:wght@300;400;500;700&display=swap');
:root {
    --bs-primary: #DC571F;
    --bs-secoundary:#212121;
    --bs-red:#DC571F;
}


.linespacing{letter-spacing: 3px;}
.line_height_increase{ line-height: 1.5rem !important;}
.text_theme{color: var(--bs-primary);}
.text_secondary{
    color: var(--bs-secoundary);
}
.text_red{color: var(--bs-red) ;}
.f_12 {
    font-size:12px;
}
.f_14 {
    font-size: 14px;
}

.f_18 {
    font-size: 18px;
}

.f_16 {
    font-size: 16px;
}

.f_20 {
    font-size: 20px;
}

.f_22 {
    font-size: 22px;
}

.f_26 {
    font-size: 26px;
}

.f_32 {
    font-size: 32px;
}
.f_34 {
    font-size: 34px;
}
.f_38 {
    font-size: 40px;
}
.f_50 {
    font-size: 50px;
}
.f_60 {
    font-size: 60px;
}
.fw_400 {
    font-weight: 400 !important;
}

.fw_500 {
    font-weight: 500 !important;
}

.fw_600 {
    font-weight: 600 !important;
}

.fw_700 {
    font-weight: 700 !important;
}

.fw_800 {
    font-weight: 800 !important;
}

:focus {
    outline   : none !important;
    box-shadow: none !important;
}
p{color: #000;}
.h-192px{
    height: 192px;
}

.text-orange{
    color: #FD6600 ;
}
.btn-check:focus + .btn-primary, .btn-primary:focus{
    background-color: #467a72;
    border-color: #467a72;
}
.btn-blue {
    background: #002584;
    padding: 10px 36px;
    color: #fff;
    font-weight: 500;
}
.btn-blue:hover{
    background-color:#002584;
    color: #ffffff;
}

.btn-orange {
    background: #FD6600 !important;
    padding: 10px 36px;
    color: #fff;
    font-weight: 500;
}
.btn-orange:hover{
    background-color:#FD6600 !important;
    color: #ffffff;
}
/* html,body {height: 100%;} */
body {
    font-family: 'Ubuntu', sans-serif;
    color: var(--bs-secoundary);
}
.text_gray {
    color: #565656;
}

section.banner_backimage {
    background: rgb(0,23,80);
    background: linear-gradient(0deg, rgb(0 21 73) 0%, rgb(0 46 164) 100%);
    background-repeat: repeat-x;
    background-size: cover;
}
.main_menu nav{
transition: 0.4s;
}

.main_menu .navbar-dark .navbar-nav .nav-link {
	color: rgba(255, 255, 255, 1);
}
.main_menu .navbar-brand{ font-weight:400; font-size:2.25rem; transition: 0.4s;}

.fixed-top {
    position: fixed !important;
    width: 100%;
    /* background-color: #fff; */
    max-width: 1320px;
    margin: 0 auto;
    transition: 0.4s;
}
.fixed-top:before {
    background-color: #002584;
    position: fixed;
    content: "";
    top: 0;
    width: 100%;
    height: 66px;
    z-index: -1;
    left: 0;
    right: 0;
    transition: 0.4s;
    box-shadow: 0 0px 5px 2px rgba(0, 0, 0, 0.07);
}
hr:not([size]) {
    height: 1px;
    color: white;
}
.fixed-top.navbar.py-3{ padding-top: 0px !important; padding-bottom: 0px !important;}

.custom_navbar .nav-link {
    color      : #ffffff !important;
    font-size  : 18px;
    padding    : 0px 0px !important; 
    position: relative;

}
.custom_navbar .navbar-nav li {
    padding: 0px 21px !important;
}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .nav-link.active {
    color: #FD6600 !important;
    font-weight: 500;
}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .nav-link::before{
    content: '';
    position: absolute;
    height: 2px;
    background-color: #FD6600;
    top: 46px;
}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .nav-link.active::before{width: 100%;}
.login_btn {
    background   : #EE6851;
    padding      : 6px 40px;
    border-radius: 70px;
    border       : 1px solid #EE6851;
    font-size    : 16px;
    text-transform: capitalize;
}
.nav-link.navLogin_btn {
    background-color: var(--bs-primary);;
    border-radius: 50px;
    color: #fff !important;
    padding: 5px 20px !important;
}
.login_btn:hover {
    background  : #f79281;
    border-color: #f79281;
}
.theme_heading_color{ color: var(--bs-primary);;}
.custom_navbar .navbar-nav {
    align-items: center;
    position: relative;
}

/* .left_side {
    margin-top: 8rem;
    max-width: 550px;
    width: 100%;
} */

.left_side h1 {
    font-size:50px;
    line-height: 65px;
    font-family: 'Ubuntu', sans-serif;
    color: #ffffff; 
}
.left_side p{
    color: #ffffffa8;
}
.left_side h4 {
    font-size: 30px;
    color: #ffffff;
}
.cursor-pointer {
    cursor: pointer;
}

.custom_heading {
    width     : 70%;
    margin    : 0 auto;
    text-align: center;
}

/* .custom_heading p {
    box-shadow   : 0px 3px 7px #00000014;
    width        : max-content;
    padding      : 10px 20px;
    border-radius: 40px;
    font-size    : 20px;
    background   : white;
    margin       : 0 auto;
} */


.custom_heading span {
    color      : #EE6851;
}

p.custom_heading svg {
    width : 16px;
    height: 16px;
}
.feature_type {
    border-radius: 50px;
}

.feature_type span svg {
    width: 56px;
    height: 56px;
}

.section_bg_blue {
    background: #F6F9FE;
}

.features_list h2 {
    font-size: 2rem;
 
}

span.feature_list_icon svg {
    width : 25px;
    height: 25px;
}

span.feature_list_icon {
    background     : white;
    width          : 45px;
    height         : 45px;
    display        : flex;
    align-items    : center;
    justify-content: center;
    border-radius  : 12px;
}

.ps-6 {
    padding-left: 6rem !important;
}

.play_video_btn {
    background   : linear-gradient(to bottom, #38C7E2 0%, #25B0CC 100%);
    border       : none;
    padding      : 12px 20px;
    font-size    : 20px;
    border-radius: 10px;
    box-shadow   : 0px 1px 8px #c3c3c3;
}

.play_video_btn span svg {
    width   : 18px;
    height  : 18px;
    position: relative;
    top     : 0px;
}

.custom_nav_tabs {
    border       : 1px solid #E8E8E8;
    width        : max-content;
    margin       : 0 auto;
    padding      : 8px;
    border-radius: 50px;
}

.custom_nav_tabs .nav-link {
    color        : #646f768a;
    font-size    : 18px;
    padding      : 10px 30px;
    border-radius: 50px;
}

.custom_nav_tabs .nav-link.active,
.custom_nav_tabs .show>.nav-link {
    color           : #fff;
    background-color: #00ABCB;
    border-radius   : 50px;
}

.snapshot_slider_img {
    /* margin    : 20px; */
    /* box-shadow: 15px 18px 21px #0000000d;
    border-radius: 22px; */
    margin: 7px;
}

.snapshot_slider .owl-theme .owl-dots .owl-dot.active span,
.snapshot_slider .owl-theme .owl-dots .owl-dot:hover span {
    background: #E0E0E0;
}

.snapshot_slider .owl-theme .owl-dots .owl-dot span {
    width : 15px !important;
    height: 15px !important;
}

.snapshot_slider .owl-theme .owl-dots .owl-dot.active span,
.snapshot_slider .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--bs-primary) !important;
    box-shadow: 0px 2px 4px rgba(15, 138, 209, 0.30);
    border: 2px solid #fff;
}
.owl-theme .owl-dots .owl-dot span {

    background: #FFE2E2 !important;
}
.snapshot_slider .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 40px;
}

.how_app_works_bg {
    background         : url(../images/app_works.png);
    background-repeat  : no-repeat;
    background-size    : cover;
    background-position: center;
}

.w-70 {
    width: 70%
}

.how_app_works_bg h2 {
    font-size: 40px;
}

span.right_arrow {
    position: absolute;
    right   : -50px;
    top     : 42%;
}

span.right_arrow svg {
    width : 28px;
    height: 28px;
}

.login_banner_btn {
    background   : #00ABCB;
    padding      : 8px 40px;
    border-radius: 70px;
    border       : 1px solid #00ABCB;
    font-size    : 18px;
    box-shadow   : 0px 1px 6px #0000001c;
}

.login_banner_btn:hover {
    background: #00ABCB;
    border    : 1px solid #00ABCB;
}

.signup_banner_btn:hover {
    background: #ffffff;
    border    : 1px solid #ffffff;
    color     : #00ABCB;
}

.signup_banner_btn {
    background   : #ffffff;
    padding      : 8px 40px;
    border-radius: 70px;
    border       : 1px solid #ffffff;
    font-size    : 18px;
    box-shadow   : 0px 1px 6px #0000001c;
    color        : #00ABCB;
}

/* .download_btns a {
    background   : #000000;
    border-color : #000000;
    border-radius: 10px;
    padding      : 8px 20px;
    width        : 190px;
} */

.download_btns a span {
    display        : flex;
    flex-direction : column;
    justify-content: start;
    text-align     : left;
    font-size      : 13px;
}

.download_btns a img {
    width       : 26px;
    margin-right: 10px;
}

.download_btns a:hover {
    background  : #000000;
    border-color: #000000;
}

/* .feature_type:hover {
    box-shadow: 0px 0px 6px #f2f2f2;
    cursor    : pointer;
    transition: 0.4s ease;
} */

.faq_offer {
    background   : white;
    padding      : 25px 30px;
    border-radius: 10px;
    height: 100%;
}

.faq_offer:after {
    content          : '';
    /* background       : url(../images/faq_question_mark.png); */
    position         : absolute;
    top              : -10px;
    width            : 100px;
    height           : 100px;
    background-repeat: no-repeat;
    right            : -30px;
}

.contact_us p {
    position: relative;
    min-height: 40px;
    color: #696868;
    margin-bottom: 7px;
}

.contact_us p span {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 1px solid #E5F5FF;
    border-radius: 50px;
    transition: all ease-in-out 0.5s;
}
.contact_us p span:hover{
    border: 1px solid var(--bs-primary);;
    background-color:var(--bs-primary);;
}
.contact_us p span svg path{
    transition: all ease-in-out 0.5s;
}
.contact_us p span:hover svg path{
    fill:#fff;
}
.contact_us p span svg {
    width : 20px;
    height: 20px;
}

.custom_form input {
    border-radius: 10px;
    padding      : 11px 20px;
    border       : 1px solid #E3E3E3
 }

.custom_form textarea {
    border-radius: 10px;
    padding      : 15px 20px;
    border       : 1px solid #E3E3E3
}

.send_btn {
    background: var(--bs-primary);
    border-color: var(--bs-primary);
    padding: 10px 19px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    width:fit-content;
}

 .send_btn:hover {
    background  : var(--bs-primary);
    border-color: var(--bs-primary);
} 
footer {
    background: #000a24;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    padding: 20px 0;
}

.pos-zbox{z-index:999; position: relative;}
.social_media_icons span {
    width          : 40px;
    height         : 40px;
    display        : flex;
    align-items    : center;
    justify-content: center;
    background     : #fff;
    border-radius  : 30px;
    margin-right   : 15px;
    cursor         : pointer;
}
footer ul {margin: 0px; padding:9px 0 0;}
footer li {
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 9px;
    display:inline-block;
    padding-right: 12px;
}
footer li a{
    color: #FACE90;
    text-decoration: underline;
    transition: 0.4s all;
}
footer li a:hover{
    color:  #FACE90;
}

hr.my-3 {
    background: white;
    opacity   : 0.4;
}
/****************new css***************/
.left_side h6 {
    text-transform: uppercase;
    font-size: 17px;
    color: #2b2b2bad;
    font-weight: 600;
}

.about-block {
    background: #FDF8F8;
}
.learn-block {
    background: #EE6851;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    padding: 10px 18px;
    border-radius: 8px;
    box-shadow: 0 4px 17px #e6aba1;
}
.learn-block img {
    margin-left: 13px;
}

.learn-block:hover {
    color: #fff;
    background-color: #ea8371;
}
.video-block {
    background: url(../images/video-back-img.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 108px 0;
    background-position: center center;
    position: relative;
}
.play-block {
    background: #fff;
    border-radius: 100px;
    width: 81px;
    height: 81px;
    margin: 0 auto;
    padding: 27px;
    box-shadow: 0px 0px 0px 17px #fffefe26;
    z-index: 999;
}
.play-block a{display: block;}
.video-block::before {
    content:'';
    background-color: rgba(187, 31, 31, 0.6);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0px;
    z-index: 999;
}
.video-block h3{z-index: 999;}
.video-block h5{z-index: 999;}
.faq-block {
    background: #F9FBFF;
}
.custom_heading.custom-block h2:after {
    content: '';
    width: 16%;
    height: 2px;
    background:transparent;
    position: absolute;
    left: 0;
    bottom: -15px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.contact_us p span path {
    fill: var(--bs-primary);;
}
.contact_us img {
    width: 45px;
    margin-right: 7px;
}
/* .img-block {
    border-radius: 100px;
    overflow: hidden;
    width: 51px;
    height: 51px;
    object-fit: cover;
    margin-right: 8px;
}
.img-block img {
    width: 100%;
} */
.carousel-indicators{bottom: -49px;}
.carousel-indicators [data-bs-target]{background-color: var(--bs-primary);; width: 35px;
    height: 10px; border-radius: 10px; }
 
 .modal-dialog.modalpopup {
        max-width: 720px;
        margin: 1.75rem auto;
    }    
    .modal-content{border:0px;}
    .modal-dialog .modal-header {
        border: 0px;
        background-color: #FACE90;
    }
    /* .modal-dialog .btn-close {
        opacity: 1;
        position: absolute;
        right: -18px;
        z-index: 999;
        top: 0;
        background: inherit !important;
    } */

/* =============================The Impact of SamaritanCalls css start=============================== */
.card_list li{ padding-left:1rem ; position: relative;}
.card_list li:not(:last-child){ margin-bottom: 1rem;}
.feature_type .card_header, .feature_type .card-footer{flex: 1 1 auto;
    padding: 1rem 1rem;}
.card_list li:before {
        content: "";
        background-color: var(--bs-primary);;
        position: absolute;
        width: 10px;
        height: 2px;
        left: 0;
        right: 0;
        bottom: 0;
        top: 10px;
        border-radius: 10px;
    }
    .feature_type .card{
        border: 2px solid #E9E9E9;
        /* box-shadow: 0 6px 20px rgba(0, 0, 0, 0.07); */
        transition: all ease-in-out 0.2s;
        background-color: #F2F6F6;
    }
    .btn-outline-primary{color: var(--bs-primary) !important;     border-color: var(--bs-primary); transition: all ease-in-out 0.6s;}
/* .btn-outline-primary:hover {
    color: #fff !important;
    background-color: var(--bs-primary);;
    border-color: var(--bs-primary);;
} */
.feature_type .card:before {
    content: "";
    position: absolute;
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    top: calc(4px/-1);
    left: calc(4px/-1);
    background: linear-gradient(to right, var(--bs-primary) 0%, var(--bs-primary) 100%), linear-gradient(to top, var(--bs-primary) 50%, transparent 50%), linear-gradient(to top, var(--bs-primary) 50%, transparent 50%), linear-gradient(to right, var(--bs-primary) 0%, var(--bs-primary) 100%), linear-gradient(to left, var(--bs-primary) 0%, var(--bs-primary) 100%);
    background-size: 100% 2px, 2px 200%, 2px 200%, 0% 2px, 0% 2px;
    background-position: 50% 100%, 0% 0%, 100% 0%, 100% 0%, 0% 0%;
    background-repeat: no-repeat, no-repeat;
    transition: transform 0.3s ease-in-out, background-position 0.3s ease-in-out, background-size 0.3s ease-in-out;
    transform: scaleX(0) rotate(0deg);
    transition-delay: 0.6s, 0.3s, 0s;
    z-index: -1;
  }
  .feature_type .card:hover:before {
    background-size: 200% 2px, 2px 400%, 2px 400%, 55% 2px, 55% 2px;
    background-position: 50% 100%, 0% 100%, 100% 100%, 100% 0%, 0% 0%;
    transform: scaleX(1) rotate(0deg);
    transition-delay: 0s, 0.3s, 0.6s;
    border:none;
  }
  .feature_type .card:hover .btn-outline-primary {
    background-color: var(--bs-primary) !important;
    color: #fff !important;
    box-shadow: 0 5px 15px rgba(15, 137, 209, 0.30);
}
.feature_type .card .card_header h4 {
    font-size: 22px;
    font-family: 'Rubik', sans-serif !important; font-weight: 700 !important;
    
}
.feature_type .card .card_header h4 span {
    color: #111 !important;
}
.feature_type .card .card-body{
    padding: 30px !important;
}
.webAccess a{ text-decoration: none; color: var(--bs-primary);;}
.webAccess svg{ margin-left: 0.3rem;}
.Connecting_app {
    max-width: 450px;
}
.custom_heading {
    max-width: 60%;
    width: 100%;
}
/* ============ download app sections full============= */



.img_bg img.img_bg_left{
    position: relative;
    margin-right: -90px;
}
.img_bg img.img_bg_right{
    position: relative;
    margin-left: -90px;
}
.Connecting_app.padding_left_app{ padding-left: 8rem;}
.Connecting_app.padding_right_app{ padding-right: 8rem;}
.Connecting_app.duo_section_full {
    max-width: 550px;
}
.greyBg{ background-color: #f5f9ff;}
/* Screenshots css start */
.owl-carousel .owl-item img {
    border-radius: 22px;
}
/* What our clients says css start */
.client_says_width{
    max-width: 400px;
    margin: 0 auto;
    width: 100%;
}
.google_play {
    width: 180px;
    background: #DC571F;
    border-radius: 10px;
    color: #fff;
    padding: 9px;
    border: 2px solid #fff;
}
.app_store {
    width: 180px;
    background: #000;
    border-radius: 10px;
    color: #fff;
    padding: 9px;
    border: 2px solid #fff;
}
.about_feature_block{
    grid-template-columns: auto auto;
    grid-gap: 26px;
}
.about_icon {
    background: #FFFBFA;
    padding: 10px;
    border-radius: 6px;
    box-shadow: 0 1px 1px #ccc;
    height: 60px;
    margin-right: 6px;
    width: 68px;
    margin-bottom: 23px;
}
.about_icon img {
    width: 100%;
    height: 100%;
}
#how-to-work {
    background: #FEFCFB;
}
.howtowork_block {
    border-radius: 40px;
}
.work_block {
    background-color: white;
    border-left: 1px solid #E4E4E4;
    border-top: 1px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4;
    border-radius: 40px 0 0px 40px;
    padding: 54px;
  min-height: 507px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.work_block h2{font-family: 'Ubuntu', sans-serif;}
.custom_heading h2{font-family: 'cheva_displayregular';}
.downloadapp_bg{
    background:url(../images/download_app_bg.png);
    background-size: cover;
}
.border-grey {
    border: 4px solid #f1f1f1;
    border-radius: 30px;
}
.left_side_app {
    padding: 34px 0px 0px 27px;
}
.left_side_app h2 {
    font-family: 'Ubuntu', sans-serif;
}
.play_ico span {
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 50% auto;
    width: 92px;
    height: 92px;
}
.owl-theme .owl-nav {
    margin-top: 10px;
    display: none;
}
.owl-dots {
    margin-top: 24px;
}
.owl-theme.gallery_block .owl-dots .owl-dot span{width: 15px; height: 15px;}
.owl-theme.gallery_block .owl-dots .owl-dot.active span, .owl-theme.gallery_block .owl-dots .owl-dot:hover span {
    background: #FD6600  !important;
    border: 1px solid #FD6600 ;
}
.right_img_bor {
    border-right: 1px solid #ccc;
}
/* .left_side p {
    width: 81%;
    margin: auto;
} */
/* new css banner block */
.banner_block {
    padding: 3% 0;
    height: calc(100vh - 70px);
    z-index: 1;
    display: flex;
    align-items: center;
}
.banner_block::before {
    content: '';
    position: absolute;
    background: url('../images/star_top_right.png');
    background-position: top right;
    width: 234px;
    height: 246px;
    right: 0;
    top:0px;
    z-index: -1;
}
.banner_block::after {
    content: '';
    position:absolute;
    background: url('../images/shape_arrow.png');
    background-position: bottom left;
    width: 422px;
    height: 211px;
    bottom: 0;
    left: 0;
    z-index: -1;
    opacity: .3;
   }
   .navbar-nav .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: middle;
    content: "";
    background: url(../images/arrow_down.svg);
    width: 22px;
    height: 19px;
    border-top: 0;
    background-repeat: no-repeat;
}
.video_wrap h2::before {
    content: '';
    position: absolute;
    background: url('../images/bar_line.png');
    width: 471px;
    height: 23px;
    top: 28px;
    left: 0px;
    right: -190px;
    margin: auto;
    z-index: -1;
}
.build_habits h2::before {
    content: '';
    position: absolute;
    background: url('../images/bulid_shape.png');
    width: 471px;
    height: 23px;
    top: 28px;
    left: 0px;
    right: -190px;
    margin: auto;
    z-index: -1;
}
.video_wrap h2 {
    position: relative;
    z-index: 9;
}
.left_side {
    position: relative;
    z-index: 1;
}
.video_wrap {
    background-color: #ffffff;
}
.video_block img {
    overflow: hidden;
    border-radius:20px;
}
.play_btn {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: 0;
    width: 160px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.play_btn img {
    width: 100px;
    height: 100px;}

    .build_habits {
        background: url(../images/build_habits_bg.jpg);
        background-size: cover;
        background-position: center -100px;
        padding-bottom: 45px;
        background-repeat: no-repeat;
    }
    .build_habits h2{z-index: 9;}

    .build_habits h2::before {
        content: '';
        position: absolute;
        background: url('../images/bulid_shape.png');
        width: 132px;
        height: 21px;
        top: 52px;
        left: 0px;
        right: -250px;
        margin: auto;
        z-index: -1;
    }
    .elevate_life{background-color:#FFF5E8; padding-bottom: 52px;}
    .elevate_life .owl-nav.disabled {
        display: block !important;
    }
    .owl-carousel .owl-nav button.owl-next{
        background:url('../images/arrow_right.png') !important;
        width: 50px;
        height: 50px;
        /* color: #fff5e8 !important; */
     }
     .owl-carousel .owl-nav button.owl-prev{
        background:url('../images/arrow_left.png') !important;
        width: 50px;
        height: 50px;
        /* color: #fff5e8 !important; */
     }
     .download_app {
        background-color: #FD6600 ;
        padding-top: 70px;
        /* margin-top: 0; */
        position: relative;
    }
    .download_app p {
        font-size: 22px;
        padding: 17px 0 30px;
    }
    .download_app h5 {
        /* font-size: 56px; */
        font-weight: 300;
        text-transform: capitalize;
    }
    .download_app::before{
        content: '';

        position:absolute;
        width:477px;
        height: 371px;
        top:0px;
        left: 0px;
        right: 0px;
        background: url('../images/download_shape.png');
        margin: auto;
        mix-blend-mode: darken;
       
    }
    footer h6 {
        font-size: 24px;
        color: #fff;
    }
    footer p {
        color: #fff;
        font-size: 18px;
        font-weight: 300;
        padding-top: 6px;
    }
    .navbar-nav .dropdown-item {
        clear: both;
        font-weight: 500;
        color: #2C2C2C;
    }
    .navbar-nav .dropdown-menu {
        color: #212529;
        text-align: left;
        list-style: none;
        background-color: #F4C27C;
        background-clip: padding-box;
        border: 0;
        border-radius: 12px;
        box-shadow: 2px 2px 4px #6f6a6a;
    }
    .navbar-nav .dropdown-menu[data-bs-popper] {
        margin-top: 1.125rem;
    }
    .navbar-nav .dropdown-menu li {
        border-bottom: 1px solid #0e0e0e2e;
    }
    .navbar-nav .dropdown-menu li:last-child{
        border-bottom:0px;
    }
    .navbar-nav .dropdown-item:hover, .dropdown-item:focus {
        color: #1e2125;
        background-color: transparent;
    }
    .daily_reflections{background-image: url('../images/daily_reflections.jpg'); background-size: cover; padding-top:70px;}

    @media screen and (max-width: 767px) {
        .right_img_bor{border-right:0px;}
        .bgwhite.work_block{text-align: center;}
        .about_icon img {
            width: 83px !important;
        }
        .about_icon {
            margin-bottom: 14px;
        }
        .send_btn {
            margin: auto;
        }
        .work_block{
            min-height: 367px !important;
             padding: 30px !important;
              border-right: 1px solid #E4E4E4; 
                  border-radius: 40px!important;
                   margin-top: 19px;}
        .send_btn img {
            margin-top: 0 !important;
        }
        .left_side h1 {
            font-size: 30px;
            line-height: normal;
            padding-bottom: 5px;
            color: #ffffff;
        }
    
        .banner_backimage {
            padding-bottom: 0px;
        }
    
        .custom_heading {
            width: 100%;
        }
    
        .custom_heading.mb-5 h2 {
            font-size: 22px;
        }
    
        .f_26 {
            font-size: 24px;
        }
    
        .download_btns a {
            margin: 0px auto 15px auto !important;
        }
    
        .f_32 {
            font-size: 26px;
        }

        .faq_offer {
            padding: 20px;
        }
        .faq_offer:after{
            top: -24px;
            width: 48px;
            right: 0;
        }
        footer p{
            margin-top: 7px;
        }
        footer .social_media_icons{
            margin-bottom: 16px;
        }
        footer .ps-5{
            padding-left: calc(var(--bs-gutter-x) / 2) !important;
        }
        footer .text-center{
            text-align: left !important;
        }
        footer img.img-fluid.mb-3{
            max-width: 150px;
            margin-right: 15px;
            max-height: 45px;
        }
        .download_app_sec .row:last-child{
            flex-direction: column-reverse;
        }
        .download_app_sec {
            text-align: center;
        }
        .download_app_sec .row:last-child img{
            margin-top: 20px;
        }
        .download_app_sec .row:last-child a img{
            margin-top: 0px;
        }
        .download_app_sec .row:last-child .download_btns, .download_app_sec .row:last-child .download_btns a:last-child{
            margin-bottom: 0 !important;
        }
    
      
        .banner_block::after {
        content: '';
        position: absolute;
        background: url('../images/shape_arrow.png');
        background-position: bottom left;
        width: 100%;
        height: 100%;
        bottom: 0;
        left: 0;
        background-repeat: no-repeat;
        opacity: 0;
    }
    .video_wrap h2::before{display: none;}
    .play_btn img {
        width: 60px;
        height: 60px;
    }
    .play_btn p {
        font-size: 16px;
    }
    .fs-60 {
        font-size:33px !important;
    }
    .fs-20 {
        font-size:16px !important;
    }
    .build_habits h2::before{
        display: none;
    }
    .owl-theme .owl-nav.disabled+.owl-dots {
        margin-top: 10px;
        display: none;
    }
    .download_app::before{display: none;}
    .download_app h5 {
        font-size: 30px;
    }
    .download_app p {
        font-size: 16px;
    }
    .google_block img {
        width: 44%;
    }
    .google_block {
        margin-bottom: 33px;
    }
    footer h6 {
        font-size: 24px;
        color: #fff;
        padding-top: 29px;
    }
    .social_link ul li {
        margin-right: 0;
        padding-right: 0;
    }
    .social_link ul li img {
        width: 87%;
    }
    .navbar-nav .dropdown-menu li{padding-left: 17px;}
    .owl-carousel .owl-item img {
        width: auto !important;
        margin: auto;
        max-width: 100%;
    }
    .left_side p {
        width: 100%;
        margin: auto;
    }
    .f_18 {
        font-size: 15px;
    }
    .f_38 {
        font-size: 30px;
    }
    .build_habits{padding-top: 0px !important;  background-size: inherit; padding-bottom: 30px;}
    .daily_reflections{text-align: center; padding-top: 36px;}
    .daily_reflections img {
        width: 261px;
    }
    .order2{order: 2;}
    .f_22 {
        font-size: 16px;
    }
    .daily_reflections p {
        padding-bottom: 27px;
    }
    .navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .nav-link.active::before{display: none;}
    .navbar-nav .dropdown-menu[data-bs-popper] {
        margin-top: 0;
    }
    .navbar-nav .dropdown-menu{box-shadow: inherit;}
    footer li img {
        width: 15px;
    }
    footer li{font-size: 14px;}
    .owl-theme .owl-nav {
        position: absolute;
        top: 40%;
        width: 100%;
    }
    .owl-carousel .owl-nav button.owl-prev {
        left: -9px;
        position: absolute;
    }
    .owl-carousel .owl-nav button.owl-next {
        right: -10px !important;
        position: absolute;
    }
    }
    ul.contact_us_list li {
        list-style: disc;
        padding-bottom: 18px;
    }
    ul.contact_us_list li span{color:#D08859; font-weight: 400;}
    .owl-nav span {
        display: none;
    }
    .banner_block.inner_banner::before{display: none;}
    .banner_block.inner_banner::after{display: none;}

    .accordion-button:not(.collapsed) {
        color: #000000;
        background-color: #FACE90;
        box-shadow: inherit;
        font-size: 18px;
        font-weight: 600;
    }

.Improve-discus-proformation{
    /* background-image: url(../images/sec-3-bg.png); */
    background: rgb(0,23,80);
    background: linear-gradient(0deg, rgba(0,23,80,1) 0%, rgba(0,52,186,1) 100%);
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 60px;
}

.btn-white {
    background: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 12px 30px;
}

.btn-white:hover {
    background: #ffffffc9;
}



@media screen and (max-width: 1200px) {
    .f_50{
        font-size: 30px;
    }
    .banner_block img {
        z-index:9;
        position: relative;
    }
    .left_side h1{
        font-size: 40px;
        line-height: 50px;
    }
    /* .google_block{
        padding-bottom: 30px;
    } */
}
@media screen and (max-width: 991px) {
    .banner_block img {
        z-index:9;
        position: relative;
    }
    .left_side h1{
        font-size: 30px;
        line-height: 40px;
    }
    .custom_navbar .navbar-nav {
        text-align: left;
        align-items: flex-start;
        background: #002c9d;
        padding: 14px;
        font-size: 15px;
        position: absolute;
        width: 100%;
        z-index: 99;
        left: 0px;
        border-top: 1px solid #ffffff27;
    }
    .custom_navbar .navbar-nav li a{
        padding-left: 0 !important;
        margin: 4px 0;
    }
    .custom_navbar .navbar-nav li a.login_btn{
        padding-left: 40px !important;
        font-size: 16px;
        margin-left: 0 !important;
        margin-top: 15px;
    }
}

@media screen and (max-width: 767px) {
    .banner_block img {
        z-index:9;
        position: relative;
    }
    .banner_backimage {
        padding-bottom:0px;
    }
    .banner_block{
        height: auto;
        padding: 50px 20px;
    }
    .fs-60 {
        font-size: 40px !important;
    }
    .fs-20 {
        font-size: 17px;
    }
    .left_side {
        margin-top: 0rem;
    }

    .navbar-light .navbar-toggler {
        border: none !important;
    }


    .h-192px{
        width: 100%;
    }
    .build_habits{background-position: center 0px !important;}
    .download_app h5{font-size:30px !important;}
    .download_app p {font-size: 18px;}
    /* .download_app{padding-bottom: 33px;} */
  
}

@media screen and (max-width: 767px) {

    .right_img_bor{border-right:0px;}
    .bgwhite.work_block{text-align: center;}
    .about_icon img {
        width: 83px !important;
    }
    .about_icon {
        margin-bottom: 14px;
    }
    .send_btn {
        margin: auto;
    }
    .work_block{
        min-height: 367px !important;
         padding: 30px !important;
          border-right: 1px solid #E4E4E4; 
              border-radius: 40px!important;
               margin-top: 19px;}
    .send_btn img {
        margin-top: 0 !important;
    }
    .left_side h1 {
        font-size: 39px;
        line-height: normal;
        padding-bottom: 5px;
    }

    .banner_backimage {
        padding-bottom: 0px;
    }

    .custom_heading {
        width: 100%;
    }

    .custom_heading.mb-5 h2 {
        font-size: 22px;
    }

    .f_26 {
        font-size: 24px;
    }

    .download_btns a {
        margin: 0px auto 15px auto !important;
    }

    .f_32 {
        font-size: 26px;
    }

    .custom_nav_tabs {
        border        : none;
        padding       : 0px;
        flex-direction: column;
        width         : 90%;
    }

    .custom_nav_tabs .nav-link {
        margin       : 0 auto;
        width        : 100%;
        margin-bottom: 10px;
    }

    .faq_offer {
        padding: 20px;
    }
    .faq_offer:after{
        top: -24px;
        width: 48px;
        right: 0;
    }
    footer p{
        margin-top: 7px;
    }
    footer .social_media_icons{
        margin-bottom: 16px;
    }
    footer .ps-5{
        padding-left: calc(var(--bs-gutter-x) / 2) !important;
    }
    footer .text-center{
        text-align: left !important;
    }
    footer img.img-fluid.mb-3{
        max-width: 150px;
        margin-right: 15px;
        max-height: 45px;
    }
    .download_app_sec .row:last-child{
        flex-direction: column-reverse;
    }
    .download_app_sec {
        text-align: center;
    }
    .download_app_sec .row:last-child img{
        margin-top: 20px;
    }
    .download_app_sec .row:last-child a img{
        margin-top: 0px;
    }
    .download_app_sec .row:last-child .download_btns, .download_app_sec .row:last-child .download_btns a:last-child{
        margin-bottom: 0 !important;
    }
    .banner_block::after {
    content: '';
    position: absolute;
    background: url('../images/shape_arrow.png');
    background-position: bottom left;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
}
.order1{order: 1;}
.order2{order: 2;}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block !important;
}
}
