/* Css start here */
:root {
    --animate-duration: 800ms !important;
    --animate-delay: 0.9s !important;
}

* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    /* font-family: Montserrat; */
}

body {
    background: #f5fafc;
    color: black;
    cursor: url('../images/Icon awesome-mouse-pointer.svg'), auto;
}

ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

#happy,
#smile {
    display: block;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
    text-align: center;
    opacity: 1;
}

.reset_btn {
    right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: none;
    color: #116a8c;
    border: none;
}

.kymh-list {
    list-style: none;
}

.kymh-list>li>a:hover {
    color: black;
}

.reset_btn:hover {
    color: black;
}

.reset_btn:focus {
    outline: none;
}

.reset_btn>i {
    font-size: 24px;
}

.user-input {
    margin: 30px 30px 0;
}

.user-input>div>input,
.user-input>div>textarea {
    border-radius: 20px;
    background-color: #F9F9F9;
    font-family: Roboto;
}

.user-input>div>input::placeholder,
.user-input>div>textarea::placeholder {
    color: black;
    opacity: 0.8;
    font-size: 14px;
    font-family: Roboto;
}

.user-input>div>input:focus,
.user-input>div>textarea:focus {
    color: unset;
    background-color: #F9F9F9;
    border-color: #CEEDFF;
    outline: 0;
    box-shadow: unset;
}

/* fonts */
.kushi_font {
    font-size: 60px;
    line-height: 42px;
}

.kushi_font_contact_heading {
    font-size: 36px;
    line-height: 42px;
    font-weight: bold;
    margin: 30px 30px 0;
}

.kushi_font_01_1 {
    font-size: 48px;
    line-height: 42px;
}

.kushi_font_01 {
    font-size: 42px;
    line-height: 42px;
}

.kushi_font_02 {
    font-size: 14px;
    line-height: 20px;
}

.kushi_font_03 {
    font-size: 28px;
    line-height: 32px;
}

.kushi_font_04 {
    font-size: 22px;
    line-height: 24px;
}

.kushi_font_05 {
    font-size: 10px;
    line-height: 12px;
}

.kushi_font_06 {
    font-size: 32px;
    line-height: 36px;
}

.kushi_font_07 {
    font-size: 20px;
    line-height: 19px;
}

.kushi_font_08 {
    font-size: 14px;
    line-height: 17px;
}

.kushi_font_09 {
    font-size: 9px;
    line-height: 12px;
}

/* /fonts */

/* font-color */
.clr_01 {
    color: #29292a;
}

.clr_02 {
    color: #373636;
}

.clr_03 {
    color: white;
}

.clr_04 {
    color: #6a6b8b;
}

.clr_05 {
    color: #b7b5c2
}

.clr_06 {
    color: #116a8c;
}

.clr_07 {
    color: black;
}

/* font-color */

.contact_us_div {
    margin: 80px 0;
}

.contact_right_image {
    width: 100%;
    padding: 20px;
}

.contact_portion {
    width: 100%;
    height: 80px;
}

.contact_portion>div {
    width: 100%;
    padding: 0 10px;
}

.contact_portion>div>span {
    font-family: Roboto;
}

.contact_portion>div>span:first-child {
    font-weight: bold;
    font-size: 20px;
}

.contact_portion>div>span:last-child {
    font-size: 16px;
}

.result>img {
    width: 15%;
}

.kushi_intro_detail_main_bt {
    justify-content: start;
    align-items: start;
}

.kushi_intro_detail_main_bt>div:first-child {
    height: 380px;
}

/* buttons */
/* =============== flip flop button =============== */
.flip_flop_btn>span {
    position: relative;
    display: inline-flex;
    width: 280px;
    height: 54px;
    margin: 5px 0;
    perspective: 1000px;
}

.flip_flop_btn>span a {
    font-size: 20px;
    letter-spacing: 1px;
    transform-style: preserve-3d;
    transform: translateZ(-25px);
    transition: transform .25s;
    /* font-family: 'Montserrat', sans-serif; */

}

.flip_flop_btn>span a:before,
.flip_flop_btn>span a:after {
    position: absolute;
    content: "Chat with Khushi";
    height: 54px;
    width: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #116a8c;
    box-sizing: border-box;
    border-radius: 5px;
    backface-visibility: hidden;
}

.flip_flop_btn>span a:before {
    color: white;
    background: #116a8c;
    transform: rotateY(0deg) translateZ(25px);
}

.flip_flop_btn>span a:after {
    color: #116a8c;
    background: white;
    transform: rotateX(90deg) translateZ(25px);
}

.flip_flop_btn>span a:hover {
    transform: translateZ(-25px) rotateX(-90deg);
}

.contact-submit-butn {
    height: 48px;
    width: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #116a8c;
    box-sizing: border-box;
    border-radius: 15px;
    background: #116a8c;
    font-size: 20px;
    font-weight: bold;
}

.contact-submit-butn:hover {
    background: #fff;
    color: #116a8c;
    border-color: #116a8c;

}

.contact-submit-butn:focus {
    box-shadow: unset;
}

/* =============== flip flop button =============== */

/* button */

/* Header */
.kushi_header_main {
    padding: 40px 0 0 0;
}

.kushi_logo {
    font-size: 22px;
    line-height: 26px;
    color: black;
}

.kushi_logo:hover {
    color: black
}

.kushi_nav_items {
    font-size: 16px;
    line-height: 18px;
    cursor: pointer;
    font-weight: 600;
    /* font-family: Montserrat; */
}

.kushi_nav_items.active {
    color: #116a8c;
}

.kushi_nav_items:hover {
    color: #116a8c;
}

.kushi_nav_items_link_footer {
    font-size: 14px;
    line-height: 18px;
    cursor: pointer;
    font-weight: 600;
    /* font-family: Montserrat; */
    color: #2f2d2d;
}

.kushi_nav_items_link_footer.active {
    color: #116a8c;
}

.kushi_nav_items_link_footer:hover {
    color: #116a8c;
}

.links_footer {
    font-weight: bold;
}

.links_footer>a {
    margin-top: 15px;
    font-weight: bold !important;
}

.links_footer>a:first-child {
    margin-top: 0px;
}

nav>ul>li {
    margin-left: 50px;

}

.nav_responsive {
    display: none;
}

.kushi_responsive_navigation_main {
    height: 0px;
    transition: .5s;
    overflow: hidden;
}

.kusi_nav_responsive {
    padding-top: 1px;
    height: 0%;
    transition: 1.5s;
}

nav.kusi_nav_responsive>ul>li {
    margin-left: 0px;
    text-align: center;
    border: 2px solid black;
    margin-bottom: 8px;
}

nav.kusi_nav_responsive>ul>li:first-child {
    margin-top: 10px;
}

nav.kusi_nav_responsive>ul>li:hover {
    background-color: black;
}

nav.kusi_nav_responsive>ul>li>a {
    padding: 8px 0;
    display: block;
}

nav.kusi_nav_responsive>ul>li:hover>a {
    color: white;
}

.kushi_menu_icon {
    font-size: 32px;
    font-weight: 700;
}

/* /Header */
/* Section */
/* section .container {
    max-width: 940px;
} */

/* Introduction */
.kushi_intro_main {
    padding: 30px 0;
}

.kushi_icon_pic_nw {
    width: 100%;
    height: 560px;
    position: relative;
}

.kushi_icon_pic_nw>img {
    width: 100%;
    margin: 35px;
}

.kushi_icon_pic_nw_al {
    position: absolute;
    width: 312px;
    height: 67px;
    background-color: white;
    right: 0%;
    top: 0%;
    border-radius: 30px 30px 30px 0;
    display: flex;
    justify-content: center;
}

/* DEMO-SPECIFIC STYLES */
.typewriter {
    display: flex;
    justify-content: center;
    align-items: center;
}

.typewriter span {
    color: #000;
    overflow: hidden;
    border-right: .15em solid #000;
    white-space: nowrap;
    margin: 0 auto;
    letter-spacing: .15em;
    animation: typing 5s steps(16, end) infinite,
        blink-caret .5s step-end infinite;
    font-size: 20px;
    font-weight: bold;
}

.typewriter-1 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.typewriter-1 span {
    color: #000;
    overflow: hidden;
    border-right: .15em solid #000;
    white-space: nowrap;
    margin: 0 auto;
    animation: typing 5s steps(27, end) infinite,
        blink-caret .5s step-end infinite;
}

/* The typing effect */
@keyframes typing {
    from {
        width: 0
    }

    to {
        width: 100%
    }
}

/* The typewriter cursor effect */
@keyframes blink-caret {

    from,
    to {
        border-color: transparent
    }

    50% {
        border-color: #000
    }
}

.kushi_intro_detail_main {
    padding: 60px 40px;
}

.kushi_intro_heading {
    margin-bottom: 16px;
    font-family: 'Montserrat',
        sans-serif !important;
}

.kushi_intro_detail_main_ity {
    padding: 10px 40px;
}

.kushi_intro_para {
    margin-bottom: 20px;
    width: 90%;
}

/* image box */
.img-block {
    /* position: relative; */
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-block .over {
    height: 380px;
    text-align: center;
    width: 380px;
    border-radius: 68%;
    background: white;
}

.img-block .Centered1 {
    display: inline-block;
    vertical-align: middle;
    max-width: 99%;
    max-height: 372px;
}

/* image box */
/* /Introduction */
/* know your mental health */
.know_mental_health_main_div {
    background-image: linear-gradient(to right, #116A8C, #2999A5);
    padding: 0 60px;
}

.know_mental_health_main_div_1 {
    padding: 50px 60px;
}

.kushi_record_tag {
    background-color: white;
    height: 200px;
    border-radius: 8px;
}

.kushi_record_tag>span:nth-child(2) {
    margin-top: 30px;
    font-family: 'Roboto';
}

.know_mental_health_main_div h2 {
    margin-bottom: 50px;
}


/* /Know your mental health */
/* section text part */
.kushi_sec_main {
    padding: 70px 0;
}

.kushi_sec_main+.kushi_sec_main {
    padding: 35px 0;
}

.kushi_sec_main:last-child {
    padding-bottom: 70px;
}

.kushi_img_common {
    z-index: 2;
}

.kushi_img_sec {
    background-color: #116A8C;
    border-radius: 18px;
}

.kushi_img_common>img {
    width: 100%;
    z-index: 3;
    max-height: 360px;
}

.kushi_img_common>div {
    z-index: 1;
}

.kushi_img_align_1 {
    left: -60px;
    top: 17px;
}

.kushi_img_align_2 {
    right: -18%;
    top: 32%;
}

.kushi_img_align_3 {
    bottom: 20px;
    left: -20%;
}

.kushi_img_align_4 {
    right: 0;
}

.secton_text_part {
    padding: 60px 0 60px 30px;
}

.kushi_sec_heading {
    margin-bottom: 14px;
}

.kushi_kymh_btn_main .flip_flop_btn>span a::before,
.kushi_kymh_btn_main .flip_flop_btn>span a::after {
    content: "Know More";
}


/* /section text part */
/* intro bottom */
.kushi_bottom_contact_div {
    background-color: #e7f3f8;
    padding: 25px 0;
}

.img_tag {
    background-color: white;
    position: absolute;
    top: 0%;
    right: 2%;
    border-radius: 24px 24px 24px 0;
    width: 280px;
    height: 120px;
}

.img_tag>img {
    width: 20%;
}

/* .img_tag::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 13px solid black;
    border-left: 10px solid transparent;
    top: 0;
    left: -10px;
} */

.kushi_img_tag_main .kushi_icon_pic {
    background-color: unset;
    height: 390px;
    width: 100%;
}

.kushi_icon_pic>img {
    position: absolute;
    top: -56px;
    left: 0;
}

.kushi_img_tag_main .img-block .Centered1 {
    max-height: 272px;
}

.kushi_bottom_contact_div .flip_flop_btn>span a::before {
    color: white;
}

.kushi_bottom_contact_div .flip_flop_btn>span a::after {
    color: #116a8c;
    background: white;
    transform: rotateX(90deg) translateZ(25px);
}

/* /intro bottom */
/* Chat */
.chat-bot-design {
    padding-bottom: 70px;
}

.chat_main_div {
    padding: 0;
    position: relative;
}

.chat_body_header {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 15px 0;
}

.chat_body_header>img {
    width: 33%;
}

.chat_body_main {
    padding: 0 8px;
}

.chat_history_date {
    margin: 12px 0;
}

.client_txt,
.user_txt {
    padding: 12px 24px;
    border-radius: 24px;
    margin: 8px 0px 28px 0;
    margin-left: 10px;
}

.client_txt {
    border: 1px solid #e6ebf1
}

.user_txt {
    background-color: #2999a5;
}

.user_txt_reference {
    background-color: white;
    color: black;
    border: 1px dotted #2999a5;
}

.user_txt_reference:hover {
    background-color: #2999a5;
    color: white;
    border: 1px dotted black;
}

.user_txt_fq {
    background-color: white;
    color: black;
    border: 1px dotted #2999a5;
}

.user_txt_fq:hover {
    background-color: #2999a5;
    color: white;
    border: 1px dotted black;
}

.text_date_time {
    margin: 0;
    padding: 0 8px;
    bottom: 9px;
}

.text_expressions_main {
    position: absolute;
    top: 0;
    left: 0;
}

.expressions_div {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
}

.expressions_div>img {
    width: 26px
}

.user_input_chat {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.kushi_input {
    background-color: #f5fafc;
    border-radius: 12px;
    border: 1px solid #a9aaaa;
    padding: 12px 12px 12px 12px;
    font-size: 12px !important;
}

.send_text_icon {
    right: 8%;
    position: absolute;
}

.user_input_body {
    width: 100%;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 0px 22px 7px;
    justify-content: center;
    align-items: center;
}


.user_input_body>div:first-child>div {
    width: 70px;
    height: 70px;
    top: -34px;
    right: -28px;
}


.user_input_body>div:last-child {
    width: 85%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.final_msg {
    display: none;
    text-align: center;
    width: 100%;
    color: gray;
    font-size: 22px;
    border: 1px solid gray;
    border-radius: 22px;
    padding: 6px 0;
    margin: 10px 0px;
}

.text_from_client_main,
.text_From_user_main {
    max-width: 85%;
}

.text_from_client_main {
    margin-right: 15%;
}

.text_From_user_main {
    float: right;
    margin-left: 15%;
}

/* /Chat */

/* Know Your Mental Health new page  */
.kymh_main .kushi_intro_heading {
    margin-top: 25px;
}

.kushi_intro_heading_banner {
    margin-top: 80px;
}

.kymh_main .kushi_intro_main {
    padding: 20px 0px 20px 0;
}

.kymh_main .know_mental_health_main_div {
    border-radius: 16px;
}

.kymh_main .kushi_icon_pic {
    background-color: unset;
}

/* Know Your Mental Health ( New page ) */


/* About Us (New page ) */
.about_us_main .kushi_intro_para {
    margin: 0 100px 20px 100px;
}

.about_us_main .kushi_intro_heading {
    margin-top: 100px;
}

/* About Us (new page) */

/* Footer */
.footer_links>div>a {
    display: inline-block;
    font-weight: 600;
}

.footer_links>div>a:hover {
    color: black;
}

.kushi_footer_main.kushi_header_main {
    padding-bottom: 16px;
}

.language-btn {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1051;
}

.language-btn>button {
    border-radius: 20px;
    width: 200px;
    height: 120px;
    background-color: transparent;
    color: white;
    font-size: 22px;
    border: 3px solid #2999a5;
}

.language-btn>button:last-child {
    margin-top: 20px;
}

.language-btn>button:hover {
    color: white;
    background-color: #2999a5;
}

.language-btn>button:focus {
    box-shadow: 0 0 0 .2rem #2999a5;
}

.item-fade {
    background: black;
    opacity: 0.7;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

/* /Footer */
footer {
    text-align: unset !important;
}

footer p,
footer p-inverse {
    margin: 5px 0 !important;
}

/* Bootstrap changing */
.modal-backdrop {
    background-color: #131313a3;
}

.kushi_img_tag_main>div>span {
    font-size: 16px;
    margin-top: 20px;
}

.flip_flop_btn>span .send_button:before,
.flip_flop_btn>span .send_button:after {
    content: "Send Message";
    height: 48px;
    width: 220px;
    font-size: 20px;
    font-family: Roboto;
    border-radius: 10px;
}

.flip_flop_btn>.send_button_span {
    height: 48px;
    width: 220px;
}

.page-back {
    width: 100px;
    height: 100px;
    position: absolute;
    background-color: white;
    background-position: center;
    left: 12%;
    top: 18%;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-back-1 {
    width: 100px;
    height: 100px;
    position: absolute;
    background-color: white;
    background-position: center;
    right: 6%;
    bottom: 20%;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-back-2 {
    width: 100px;
    height: 100px;
    position: absolute;
    background-color: white;
    background-position: center;
    left: 7%;
    bottom: 7%;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.text {
    width: 500px;
    background-color: transparent;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    border: 2px solid #000;
    color: #000;
    text-align: center;
}

.live-search {
    position: absolute;
    width: 82%;
    top: -5.5rem;
    display: none;
}

.live-search>select {
    scrollbar-width: thin;
}

.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    padding: 4px 0;
    margin: 0 0 10px 25px;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}

.vedio_styling {
    width: 320px;
    height: 240px;
}

.ui-menu-item>a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
    text-decoration: none;
}

.ui-state-hover,
.ui-state-active {
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
}

/* Bootstrap changing */
@media screen and (max-width: 1400px) {
    .kushi_icon_pic_nw_al {
        width: 280px;
        height: 60px;
    }

    .typewriter span {
        font-size: 18px;
    }

    .page-back {
        left: 5%;
        top: 7%;
    }

    .page-back,
    .page-back-1,
    .page-back-2 {
        width: 80px !important;
        height: 80px !important;
    }

    .page-back>img,
    .page-back-1>img,
    .page-back-2>img {
        width: 65%;
    }

    .img_tag {
        right: -5%;
    }

}

@media screen and (max-width: 1299px) {
    .kushi_icon_pic_nw_al {
        width: 280px;
        height: 60px;
        right: -5%;
    }

    .typewriter span {
        font-size: 18px;
    }

    .page-back {
        left: 5%;
        top: 7%;
    }

    .page-back,
    .page-back-1,
    .page-back-2 {
        width: 80px !important;
        height: 80px !important;
    }

    .page-back>img,
    .page-back-1>img,
    .page-back-2>img {
        width: 65%;
    }

}

/* ========== responsiveness ==========*/
@media screen and (max-width:1199px) {
    .img_tag {
        right: -14%;
        width: 230px;
        height: 110px;
    }

    .kushi_img_tag_main>div>span {
        font-size: 14px;
    }

    .contact_portion>div>span:first-child {
        font-weight: bold;
        font-size: 18px;
        line-height: 30px;
    }

    .contact_portion>div>span:last-child {
        font-size: 14px;
    }

    .contact_portion>div {
        padding: 0 10px 0;
    }

    .kushi_icon_pic_nw_al {
        width: 250px;
        height: 54px;
        right: -8%;
    }

    .page-back,
    .page-back-1,
    .page-back-2 {
        width: 70px !important;
        height: 70px !important;
    }
}

@media screen and (max-width:991px) {

    .kushi_intro_detail_main_bt {
        justify-content: center;
        align-items: center;
    }

    .result>img {
        width: 25%;
    }

    .contact_portion {
        justify-content: start !important;
        align-items: start !important;
        margin: 15px 0;
    }

    .contact_portion>div {
        justify-content: start !important;
        align-items: start !important;
    }

    .kushi_icon_pic>img {
        position: absolute;
        top: -56px;
        left: unset;
    }

    .one_1>div:first-child {
        order: 2;
    }

    .one_1>div:nth-child(2) {
        order: 1;
    }

    .one_1>div:last-child {
        order: 3;
    }

    .show_hide_991 {
        display: none;
    }

    .shw_hide_991 {
        display: block !important;
    }

    .kushi_intro_detail_main {
        padding: 60px 40px;
        align-items: center;
        text-align: center;
    }

    .kushi_intro_detail_main_991 {
        padding: 60px 40px 0;
    }

    .kushi_intro_detail_main_ity {
        padding: 10px 40px;
    }

    /* Header */
    .kushi_header_main {
        padding: 40px 0 0 0;
    }

    .kusi_nav {
        display: none;
    }

    .nav_responsive {
        display: block;
        float: right;
    }

    /* /Header */
    /* Section */
    .kushi_intro_main {
        padding: 80px 0px 100px 0px;
    }

    .kushi_intro_heading {
        text-align: center;
    }

    .kushi_intro_para {
        text-align: unset;
        max-width: 500px;
        margin: unset;
    }

    .flip_flop_btn {
        text-align: center;
        margin-bottom: 50px;
    }

    .know_mental_health_main_div {
        padding: 65px 0 55px 0;
    }

    .kushi_sec_main {
        padding: 55px 12px 15px 12px;
    }

    .kushi_sec_main+.kushi_sec_main {
        padding: 25px 12px;
    }

    .kushi_img_common {
        min-height: 200px;
    }

    .kushi_sec_main:first-child .secton_text_part {
        padding: 60px 0 0px 30px;
    }

    .kushi_bottom_contact_div .kushi_sec_heading {
        text-align: center;
    }

    .kushi_into_bottom_para {
        text-align: unset;
        max-width: 500px;
        margin: unset;
    }

    .kushi_img_tag_main {
        margin: 0 auto;
        width: max-content;
    }

    .img_tag {
        display: none !important;
    }

    .kushi_mental_health_resp_layout>div {
        margin-bottom: 40px;
    }

    .kushi_icon_pic {
        display: flex;
        justify-content: center;
    }

    .kushi_footer_main.kushi_header_main {
        padding: 80px 0 16px;
    }

    .align-991 {
        text-align: start;
    }

    /* /Section */
}

@media screen and (max-width:767px) {

    .result>img {
        width: 30%;
    }

    /* header */
    .kushi_header_main {
        padding: 32px 0 0 0;
    }

    .kushi_menu_icon {
        font-size: 30px;
    }

    /* section */
    .kushi_intro_main {
        padding: 64px 0px 80px 0px;
    }

    .kushi_intro_para {
        max-width: 425px;
    }

    .know_mental_health_main_div {
        padding: 53px 0 45px 0;
    }

    .kushi_sec_main {
        padding: 45px 12px 15px 12px;
    }

    .kushi_sec_main:first-child .secton_text_part {
        padding: 45px 0 0px 30px;
    }

    .kushi_sec_main:nth-child(2) .secton_text_part {
        padding: 20px 0 60px 30px;
    }
}

@media screen and (max-width:575px) {

    .result>img {
        width: 35%;
    }

    .reset_btn {
        right: 0;
    }

    #chat-bot .messenger.expanded {
        width: 400px !important;
    }

    /* 
    .user_input_body>div:first-child {
        display: none !important;
    } */

    .user_input_body>div:last-child {
        width: 100%;
    }

    .send_text_icon {
        right: 10%;
    }

    .chat_body_header>img {
        width: 50%;
    }

    .kushi_font_01 {
        font-size: 20px;
    }

    .kushi_font {
        font-size: 42px;
        line-height: 42px;
    }

    /* Header */
    .kushi_header_main {
        padding: 20px 0 0 0;
    }

    /* Header */
    /* section */
    .kushi_intro_main {
        padding: 40px 0px 55px 0px;
    }

    .kushi_intro_para {
        max-width: 300px;
    }

    .img-block .over {
        height: 300px;
        width: 300px;
    }

    .img-block .Centered1 {
        max-height: 290px;
    }

    .know_mental_health_main_div {
        padding: 40px 0 35px 0;
    }

    .know_mental_health_main_div h2 {
        margin-bottom: 30px;
        font-size: 24px;
        line-height: 28px;
    }

    .kushi_mental_health_resp_layout {
        flex-direction: column;
        align-items: center;
    }

    .kushi_sec_main:first-child .secton_text_part {
        padding: 45px 0 0px 0px;
    }

    .kushi_sec_main:nth-child(2) .secton_text_part {
        padding: 0px 0 40px 0px;
    }

    .secton_text_part {
        padding: 40px 0 40px 0px;
        text-align: center;
    }

    .kushi_font_06 {
        font-size: 26px;
        line-height: 32px;
    }

    .flip_flop_btn>span a::before,
    .flip_flop_btn>span a::after {
        font-size: 14px;
    }

    .img_tag {
        right: -11px;
        padding: 12px 7px 10px 7px;
        font-size: 10px;
        line-height: 12px;
    }

    /* /section */
    /* footer */
    .kushi_footer_h1 {
        text-align: center;
    }

    .kushi_footer_h1+.kushi_font_02 {
        padding: 0 12px;
        text-align: center;
    }

    .kushi_intro_detail_main {
        padding: 60px 10px;
    }

    .kushi_intro_detail_main_bt>div:first-child {
        height: unset;
    }

    .kushi_intro_detail_main_10 {
        padding: 60px 10px 0;
    }

    .kushi_intro_detail_main_991 {
        padding: 60px 10px 10px;
    }

    .kushi_icon_pic_nw {
        height: 490px;
    }

    .kushi_footer_main_align>div>div:nth-child(2) {
        text-align: center;
    }

    .kushi_footer_main_align>div>div:last-child {
        margin-top: 18px;
        text-align: center;
    }

    .language-btn>button {
        width: 140px !important;
        height: 90px !important;
        font-size: 18px !important;
    }

    .kushi_font_contact_heading,
    .user-input {
        margin: 30px 0;
    }

    .kushi_icon_pic_nw_al {
        width: 250px;
        height: 51px;
        right: -12%;
    }

    /* /footer */
}

@media screen and (max-width:500px) {

    .vedio_styling {
        width: 260px;
        height: 230px;
    }

    .kushi_font_contact_heading {
        font-size: 28px;
    }

    #chat-bot .messenger.expanded {
        height: 536px !important;
        width: 333px !important;
    }

    .fab>img {
        width: 65% !important;
    }

    .kushi_icon_pic_nw_al {
        width: 200px;
        height: 40px;
        right: -16%;
    }

    .typewriter span {
        font-size: 14px;
    }

    .page-back,
    .page-back-1,
    .page-back-2 {
        width: 60px !important;
        height: 60px !important;
    }

    .page-back>img,
    .page-back-1>img,
    .page-back-2>img {
        width: 60% !important;
    }
}

.container {
    max-width: 90% !important;
}

@media screen and (max-width:400px) {

    .vedio_styling {
        width: 230px;
        height: 230px;
    }

    .result>img {
        width: 45%;
    }

    .kushi_icon_pic_nw_al {
        width: 170px;
        height: 40px;
        right: -7%;
    }

    .page-back,
    .page-back-1,
    .page-back-2 {
        width: 50px !important;
        height: 50px !important;
    }

    .kushi_font_contact_heading {
        font-size: 24px;
    }


    .kushi_font_02 {
        font-size: 12px;
        line-height: 20px;
    }

    .footer_link_ref>span>a {
        font-size: 12px;
    }

    .container {
        max-width: 100% !important;
    }

    .col,
    .col-1,
    .col-10,
    .col-11,
    .col-12,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-auto,
    .col-lg,
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-auto,
    .col-md,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-auto,
    .col-sm,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-auto,
    .col-xl,
    .col-xl-1,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-auto {
        padding-right: 0;
        padding-left: 0;
    }
}

@media screen and (max-width:350px) {
    .kushi_font_02 {
        font-size: 11px;
        line-height: 20px;
    }

    .footer_link_ref>span>a {
        font-size: 11px;
    }

    .kushi_font_contact_heading {
        font-size: 22px;
    }

}

.row {
    margin-right: 0px;
    margin-left: 0px;
}