#mob_open_btn {
    display: none;
    
    /* width:; */

}

#mob_open_btn .bu_holder {
    color: var(--third_color);
    border: 4px solid var(--primary_color);
  
    padding: 4px;
        font-size: 27px;
        width: 45px;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 5px;

}

@media all and (max-width: 991px) {
    .mainHeader .headeritems .items{
        display: none;
    }
    #mob_open_btn {
        display: block;
    }
        .home_page .coreContent .main_section .main_section_title {
            font-size: 55px;
        }


    .separatorPSections{
        text-align: center;
    }
    .separatorPSections a{
        margin-top: 10px;
    }

    .mainHeader .headeritems .logo{
        width: 155px;
    }
    nav.header_zone.fixed .mainHeader .headeritems .logo{
        width: 145px;
    }
    .blogsection .card{
        margin-top: 20px;
        height: auto;
    }
    .introSection .img_bg{
        display: none;
    }
        .underMainPage .single{
            margin-bottom: 10px;
            height: auto;
        }

    .faqSection .right_img{
        display: none;
    }
    .faqSection .top_mob_img{
        display: block;
    }


    .drawerMain .items{
        padding: 10px;
    }
  
    .drawerMain .items li a{
            margin: 6px 0;
                display: block;
                padding: 5px;
                font-size: 19px;
                font-weight: 700;
                color: #ffffff;
                    text-shadow: 1px 3px 4px #2451a0;
    }
    .drawerMain .items li.btn_holder {
        display: flex;
            justify-content: center;
    }
    .drawerMain .items li a.demo_btn {
            color: #fff;
                background: var(--third_color);
                padding: 10px 18px;
                margin-top: 15px;
                text-shadow: unset;
    }
}


@media all and (max-width: 768px) {
    .home_page .coreContent .main_section .main_section_title{
        font-size: 40px;
    }
}


@media all and (max-width: 576px) {
    .home_page .coreContent .main_section .main_section_btns .btn_sec{
        font-size: 18px;
    }
    .home_page .coreContent .main_section .main_section_sub_title{
        font-size: 24px;
    }

}



#drawerComponent {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: column;
    top: 65px;

    width: 320px;
    bottom: 0;
    z-index: 1000;
    border: none;
    background: #41414180;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    right: -320px;
    border-left: 1px solid #d8d8d8;
}

#drawerComponent .drawerHolder {
    display: flex;
    height: 100%;
    flex-flow: column;
}

#drawerComponent .drawer-header {
    padding: 0.75rem 1.25rem;
    border-bottom: 1px solid #d8d8d8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
}

#drawerComponent .drawer-header .drawer-text {
    font-size: 1rem;
    color: #2F343A;
    font-weight: 500;
}

#drawerComponent .drawer-header .drawer-header-action {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#drawerComponent .drawer-header .drawer-header-action>div {

    margin: 0 5px;
}

#drawerComponent .drawer-header .drawer-header-action .editD {
    color: var(--primary_color);
}

#drawerComponent .drawer-header .drawer-header-action .drawer-close {
    color: var(--color_notvalid);
}

#drawerComponent .drawer-header.header-bold .drawer-text {
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: 600;
}

#drawerComponent .drawer-body {
    overflow: auto;
    flex: 1 1 auto;
    padding: 8px;
    max-height: 100%;
    position: relative;
    overflow-y: auto;
}

#drawerComponent .drawerMain {
    height: 100%;
    box-shadow: none !important;
}






#drawerComponent.drawer-toggle {
    right: 0;
    z-index: 1050;
        box-shadow: rgb(29 28 28 / 27%) -6px 7px 9px 2px;
            border: none;
    border: none;
}


#drawerComponent .drawerTitle {
    font-weight: 600;
    font-size: 20px;
    text-align: -webkit-center;
    margin: 6px 0;
    color: var(--primary_color);
}