/* MEDIA QUERY RESPONSIVE STRAT */



@media only screen and (min-width:1399px) {

    .meet_sec .empowering_box {

        padding: 25px 50px 70px;

        min-width: 700px;

        position: relative;

        z-index: 1;

    }



    .women_img img {

        min-width: 588px;

        position: relative;

        left: 0px;

    }



}



@media only screen and (max-width:1199px) {

    .home_banner_content span {

        font-size: 55px;

        line-height: 60px;

    }



    .home_banner_content h2 {

        font-size: 35px;

    }



    .home_banner_content h3 {

        font-size: 20px;

    }



    .common_heading h2 {

        font-size: 40px;

    }



    .common_heading .heading_span {

        font-size: 40px;

        left: 30%;

        top: 62px;

    }



    .common_heading p {

        font-size: 18px;

    }



    .signup_btn {

        font-size: 12px;

    }



    .nav_and_mail .nav_sec ul li a {

        font-size: 14px;

    }



    .common_heading h4 {

        font-size: 20px;

    }



    .empowering_box span {

        font-size: 55px;

    }



    .empowering_box h3 {

        font-size: 24px;

    }



    .testi_content .left_in,

    .right_in {

        width: 38px;

    }



    .testi_content {

        padding: 0px 78px;

    }



    .slick-next.slick-arrow img {

        width: 15px;

    }



    .slick-prev.slick-arrow img {

        width: 15px;

    }



    .blog_sec .strated_box h5 a {

        font-size: 20px;

    }



    .meet_sec .empowering_box span {

        font-size: 50px;

    }



    .ft_menu ul li a {

        font-size: 14px;

    }



    .copy_right p {

        color: #fff;

        text-align: center;

        font-size: 14px;

    }



    .women_img img {

        min-width: 0;

        position: relative;

        left: 0;

    }



    .meet_sec .empowering_box {

        min-width: 540px;

    }

}



@media only screen and (max-width:991px) {



    /* ------------------ HEADER RESPONSIVE START ------------------ */

    #header {

        padding: 15px 0px;

    }



    #header .logo img {

        width: 165px;

    }



    span.toggle-menu {

        width: auto;

        margin: 0;

        padding: 0;

        display: block;

        cursor: pointer;

    }



    .toggle-menu i {

        color: #fff;

        font-size: 25px;

        background-color: #079ed6;

        width: 43px;

        height: 43px;

        display: flex;

        align-items: center;

        justify-content: center;

        border-radius: 2px;

    }



    .toggle-menu i {

        color: #fff;

        font-size: 25px;

        border: 1px solid #fff;

        width: 43px;

        height: 43px;

        display: flex;

        align-items: center;

        justify-content: center;

        border-radius: 2px;

        margin: 0px;

        padding: 11px;

        background-color: transparent;

    }



    .nav_and_mail .nav_sec {

        width: 280px;

        height: 100%;

        position: fixed;

        z-index: 999;

        top: 0;

        right: -100%;

        padding: 70px 0 0;

        background: #000000;

        display: block;

        -webkit-transition: all 0.8s ease-in-out;

        -moz-transition: all 0.8s ease-in-out;

        -o-transition: all 0.8s ease-in-out;

        transition: all 0.8s ease-in-out;



    }



    .nav_and_mail .nav_sec.slidein {

        right: 0;

        -webkit-transition: all 0.5s ease-in-out;

        -moz-transition: all 0.5s ease-in-out;

        -o-transition: all 0.5s ease-in-out;

        transition: all 0.5s ease-in-out;

    }



    .nav_and_mail .nav_sec .cls-btn {

        width: 32px;

        height: 32px;

        position: absolute;

        top: 15px;

        right: 15px;

        cursor: pointer;

        background: url(images/cross.png) no-repeat center;

    }



    .nav_and_mail .nav_sec ul {

        text-align: left;

    }



    .nav_and_mail .nav_sec ul>li {

        display: block;

        padding-bottom: 0;

        width: 100%;

        margin: 0;

    }



    .nav_and_mail .nav_sec ul>li+li {

        margin-left: 0;

    }



    .nav_and_mail .nav_sec ul>li a {

        color: #FFF;

        padding: 11px 15px;

        font-size: 15px;

        border-radius: 0;

    }



    .nav_and_mail .nav_sec ul li a:before {

        display: none;

    }



    .nav_and_mail .nav_sec ul>li:hover>a,

    .nav_and_mail .nav_sec ul>li.active>a {

        background: #8a4d76;

        color: #FFF;

    }



    .nav_and_mail .nav_sec>ul>li>a:after,

    .nav_and_mail .nav_sec>ul>li>a:after {

        display: none;

    }



    .nav_and_mail .nav_sec img {

        display: inline-block;

        vertical-align: middle;

    }



    .nav_and_mail .nav_sec i {

        font-style: normal;

        color: #fff;

        line-height: 30px;

        font-size: 21px;

        font-weight: 600;

    }



    .nav_and_mail .nav_sec ul>li:hover ul {

        display: none;

    }



    .nav_and_mail .nav_sec ul>li ul {
        width: 100%;
        background: #8a4d76;
        position: static;
        top: 100%;
        left: 0;
        text-align: left;
        display: none;
        border-radius: 0;
        padding: 0;
        transition: 0.0s;
        visibility: visible;
        opacity: 1;
    }



    .nav_and_mail .nav_sec ul li ul li a {

        padding: 6px 20px;
        font-size: 13px;

        color: #fff;

    }



    .nav_and_mail .nav_sec ul ul>li:hover>a,

    .nav_and_mail .nav_sec ul ul>li.active>a {

        background: #000000;

        color: #FFF;

    }



    .nav_and_mail .nav_sec ul li .arw-nav {

        width: 40px;

        height: 45px;

        position: absolute;

        right: 0;

        top: 0;

        z-index: 999;

        cursor: pointer;

        background: url(images/arw.png) no-repeat center;

        -webkit-transition: all 0.3s ease-in-out;

        -moz-transition: all 0.3s ease-in-out;

        -o-transition: all 0.3s ease-in-out;

        transition: all 0.3s ease-in-out;



    }



    .nav_and_mail .nav_sec ul li .arw-nav.actv {

        -webkit-transform: rotate(180deg);

        -moz-transform: rotate(180deg);

        -o-transform: rotate(180deg);

        transform: rotate(180deg);

    }



    /* ------------------ HEADER RESPONSIVE END ------------------ */



    .top_header {

        display: none;

    }



    #header {

        padding: 0px 0px;

    }



    .mobile_logo {

        display: block;

    }



    .mobile_logo a img {

        display: block;

        width: 250px;

    }



    .desk-container-flex {

        display: flex;

        align-items: center;

        justify-content: space-between;

    }



    .nav_and_mail .nav_sec ul {

        display: inline-block;

    }



    .nav_and_mail .nav_sec ul>li a {

        padding: 11px 15px;

        font-size: 13px;

    }



    section {

        padding: 60px 0px;

    }



    .free_gift_sec .common_heading img {

        width: 100%;

    }



    .common_heading .heading_span {

        font-size: 28px;

        left: 32%;

        top: 52px;

    }



    .common_heading h2 {

        font-size: 30px;

    }



    .common_heading p {

        font-size: 16px;

    }



    .common_heading h4 {

        font-size: 18px;

    }



    .strated_box h5 {

        font-size: 22px;

    }



    .strated_box {

        height: 100%;

    }



    .book_empowering img {

        max-width: 100%;

        margin: 0 auto;

    }



    .testi_content {

        padding: 0px 34px;

    }



    .testi_content h4 {

        font-size: 16px;

    }



    .meet_sec .empowering_box {

        min-width: 100%;

        padding: 30px;

    }



    .women_img img {

        width: 100%;

    }



    .ft_menu ul {

        flex-direction: column;

    }



    .ft_menu ul li {

        display: inline-block;

    }



    .ft_menu ul li a {

        font-size: 14px;

        margin-bottom: 15px;

    }



    #inner_page .home_banner_content {

        text-align: center;

    }



    #inner_page .home_banner_content h1 {

        font-size: 30px;

    }



    #inner_page .home_banner_content p {

        padding-right: 0px;

    }





    #inner_page .home_banner_content p:last-child {

        margin-bottom: 0px;

    }



    .inner_default_content_right h4 {

        font-size: 25px;

    }



    .nav_and_mail>.nav_sec>.menu-praimary-menu-container>ul>li>a {
        padding: 14px 15px;
        transition: all 0.6s;
    }

    .nav_and_mail>.nav_sec>.menu-praimary-menu-container>ul>li>a:hover {
        background-color: #8a4d76;
    }

    .nav_and_mail .nav_sec>.menu-praimary-menu-container>ul>li:hover>a,
    .nav_and_mail .nav_sec>.menu-praimary-menu-container>ul>li.active>a,
    .nav_and_mail .nav_sec>.menu-praimary-menu-container>ul>li.current-menu-item>a {
        background-color: #8a4d76;
    }


}





@media only screen and (max-width:767px) {

    .slider_1 {

        padding: 80px 0px;

        background-position: 70% !important;

    }



    .home_banner_content {

        background-color: rgba(242, 244, 244, 0.76);

        padding: 20px 25px 30px;

        text-align: center;

    }



    .home_banner_content span {

        font-size: 40px;

        line-height: 50px;

    }



    .home_banner_content h2 {

        font-size: 26px;

    }



    .home_banner_content h3 {

        font-size: 18px;

    }



    .home_banner_content p {

        font-size: 15px;

        line-height: 25px;

    }



    .common_heading .heading_span {

        font-size: 24px;

        position: initial;

    }



    .common_heading h2 {

        font-size: 26px;

    }



    .mobile_logo a img {

        width: 200px;

    }



    section {

        padding: 50px 0px;

    }



    .common_heading h4 {

        font-size: 15px;

    }



    .empowering_box span {

        font-size: 35px;

    }





    .testi_content p {

        padding: 0px 14px;

    }



    .testi_content h4 {

        font-size: 14px;

    }



    .testimonial_slider .slick-prev.slick-arrow img {

        width: 10px;

    }



    .testimonial_slider .slick-next.slick-arrow img {

        width: 10px;

    }



    .testi_content .left_in,

    .right_in {

        width: 24px;

    }



    .meet_sec .empowering_box span {

        font-size: 35px;

    }



    .empowering_box h3 {

        font-size: 20px;

        margin-bottom: 10px;

    }



    .meet_sec::after {

        width: 50%;

    }



    .footer {

        margin-top: 0px;

    }



    .inner_default_content h4 {

        font-size: 20px;

        line-height: 26px;

    }



    .inner_default_content .alignleft {

        float: none;

        max-width: 100%;

        margin: 0 auto 15px;

        width: 100%;

    }



    .inner_default_content p a {

        display: inline-block;

        font-size: 15px;

    }



    .inner_default_content p {

        font-size: 15px;

    }



    .inner_default_content ul li {

        font-size: 14px;

    }



    .inner_default_content .alignright {

        float: none;

        max-width: 100%;

        width: 100%;

        margin: 0 auto 15px;

    }



    .inner_default_content h3 {

        font-size: 20px;

    }



    .inner_default_content h4 {

        font-size: 24px;

    }



    .inner_default_content_right h4 {

        font-size: 22px;

    }



    .inner_default_content_right h6 span {

        font-size: 20px;

    }



    .inner_default_content_right form button {

        font-weight: 500;

        font-size: 15px;

    }



    .inner_default_content .aligncenter {

        margin: 15px auto;

    }



}



@media only screen and (max-width:575px) {

    .slider_1 {

        padding: 55px 0px;

        background-position: 75% !important;

    }



    .home_banner_content span {

        font-size: 30px;

        line-height: 35px;

    }



    .home_banner_content h2 {

        font-size: 24px;

    }



    .home_banner_content h3 {

        font-size: 16px;

    }



    .common_heading h2 {

        font-size: 22px;

    }



    .common_heading .heading_span {

        font-size: 22px;

        position: initial;

    }



    .common_heading p {

        font-size: 14px;

    }



    .empowering_box {

        padding: 25px 15px 25px;

    }



    .testi_content p {

        text-align: center;

        padding: 0px 0px;

        color: #fff;

        margin: 20px 0px;

        font-size: 15px;

    }



    .meet_sec .empowering_box {

        min-width: 100%;

        padding: 15px 15px 30px;

    }



    .common_heading h4 {

        font-size: 15px;

        line-height: 24px;

    }



    #inner_page .home_banner_content h1 {

        font-size: 24px;

    }



    #inner_page .home_banner_content {

        background-color: #f7e8e8;

        padding: 25px;

    }



    .inner_default_content_right h4 {

        font-size: 20px;

    }



    .inner_default_content_right h6 span {

        font-size: 16px;

    }



    .inner_default_content_right h6 {

        padding: 0px 0px;

    }



    .inner_default_content_right form button {

        font-size: 14px;

    }



    .inner_default_content blockquote p {

        font-size: 14px;

        line-height: 20px;

    }



    .inner_default_content blockquote pre {

        font-size: 14px;

    }



    .inner_default_content {

        padding: 20px;

    }



    .inner_default_content h4 {

        font-size: 20px;

        line-height: 25px;

    }



    .inner_site_img h5 {

        font-size: 16px;

    }



    .inner_default_content h3 {

        font-size: 22px;

        line-height: 28px;

    }



    .main_header {

        padding: 10px 0px;

    }

}



@media only screen and (max-width:420px) {

    .toggle-menu i {

        color: #fff;

        font-size: 22px;

        background-color: transparent;

        width: 40px;

        height: 40px;

        display: flex;

        align-items: center;

        justify-content: center;

        border-radius: 2px;

        margin: 0px;

        padding: 11px;

        border: 1px solid #fff;

    }



    .home_banner_content {

        padding: 20px 25px 20px;

    }



    .testi_content {

        padding: 0px;

    }



    .testimonial_slider .slick-prev.slick-arrow {

        background: #000;

        width: 30px;

        height: 30px;

        display: flex;

        align-items: center;

        justify-content: center;

        padding: 0px 10px;

        z-index: 1;

        border-radius: 50%;

    }



    .testimonial_slider .slick-prev.slick-arrow img {

        width: 8px;

    }



    .testimonial_slider .slick-next.slick-arrow {

        background: #000;

        width: 30px;

        height: 30px;

        display: flex;

        align-items: center;

        justify-content: center;

        padding: 1px 12px;

        z-index: 1;

        border-radius: 50%;

    }



    .testimonial_slider .slick-next.slick-arrow img {

        width: 8px;

    }



    .home_banner_content {

        padding: 15px 15px 25px;

        background-color: rgba(242, 244, 244, 0.95);

    }



    .mobile_logo a img {

        width: 175px;

    }



    .free_gift_sec .common_heading img {

        display: none;

    }



    .strated_box {

        padding: 10px 10px 35px;

    }



    .btn_more {

        font-size: 12px;

    }



    .ft_menu {

        padding-bottom: 15px;

        margin-bottom: 20px;

    }



    .inner_default_content_right img {

        margin: 0 auto;

        width: 100%;

    }



    .contact_form button {

        width: 100%;

    }



    .contact_form {

        padding: 15px 15px;

    }



    .inner_default_content blockquote {

        padding: 15px 15px;

    }



    .page-btn {

        height: 25px;

        padding: 0 6px;

        letter-spacing: 0;

        margin: 0 0px;

        font-size: 14px;

    }



    .blog_site_post {

        padding: 15px;

    }



    .right_blog_content img {

        max-width: 74px;

    }



    .blog_site_post h5 {

        font-size: 20px;

    }

    .pagination_btn ul {
        gap: 7px;
    }

    .inner_default_content .pagination_btn ul li {
        font-size: 12px;
    }

    .pagination_btn ul li a {
        padding: 5px 10px;
        font-size: 14px;
    }

    .contact_form .btn-contct {
        max-width: 100% !important;
    }

}



@media only screen and (max-width:320px) {}



/* MEDIA QUERY RESPONSIVE END */