/* mobile menu start */







#nav-icon {

    width: 20px;
    height: 20px;
    top: 14px;
    left: auto;
    right: 16px;

    position: absolute;

    -webkit-transform: rotate(0deg);

    -moz-transform: rotate(0deg);

    -o-transform: rotate(0deg);

    transform: rotate(0deg);

    -webkit-transition: .5s ease-in-out;

    -moz-transition: .5s ease-in-out;

    -o-transition: .5s ease-in-out;

    transition: .5s ease-in-out;

    cursor: pointer;

}



#nav-icon span {

    display: block;

    position: absolute;

    height: 2px;

    width: 100%;

    background: #ffffff;

    border-radius: 9px;

    opacity: 1;

    left: 0;

    -webkit-transform: rotate(0deg);

    -moz-transform: rotate(0deg);

    -o-transform: rotate(0deg);

    transform: rotate(0deg);

    -webkit-transition: .25s ease-in-out;

    -moz-transition: .25s ease-in-out;

    -o-transition: .25s ease-in-out;

    transition: .25s ease-in-out;

}



#nav-icon span:nth-child(1) {

    top: 0px;

}



#nav-icon span:nth-child(2) {

    top: 8px;

}



#nav-icon span:nth-child(3) {

    top: 16px;

}



#nav-icon.open span:nth-child(1) {

    top: 12px;

    -webkit-transform: rotate(135deg);

    -moz-transform: rotate(135deg);

    -o-transform: rotate(135deg);

    transform: rotate(135deg);

}



#nav-icon.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}



#nav-icon.open span:nth-child(3) {

    top: 12px;

    -webkit-transform: rotate(-135deg);

    -moz-transform: rotate(-135deg);

    -o-transform: rotate(-135deg);

    transform: rotate(-135deg);

}


.hamburger-icon {

    /* display: block; */

    z-index: 999;

}



.mobile-menu {

    height: 100%;

    overflow: hidden;

    width: 0;

    background: #232d60;

    position: relative;

    z-index: 100;

    transition: width .8s;

    display: block;

    position: fixed;

    left: 0;

    top: 60px;


}





.mobile-menu.openMenu {

    width: 100%;

    transition: width .8s;

    position: fixed;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 30px;

}
.mobile-menu.openMenu .verticle-menu-header {
    transition: 2s opacity;
    opacity: 1;
}
.mobile-menu .verticle-menu-header {
    transition: .3s opacity;
    opacity: 0;
}

/* mobile menu end  */

.has-search .form-control {
    padding-left: 2.375rem;
    background: #232d60;
    border: 1px solid #ffffff;
    color: #fff;
}

.has-search .form-control:focus {
    outline: 0;
    border-color: transparent;
    border: 1px solid #ffffff;
    box-shadow: none;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #fff;
}

.mobile-menu #accordion a , .mobile-menu a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    padding-bottom: 30px;
}
.mobileSubMenu ul{
  padding-left: 12px;
}
.mobileSubMenu{
    margin-top: -15px;
}
.mobile-menu .homeMobile{
  padding-top: 20px;
}
.mobileSubMenu ul li:nth-child(3) a{
    padding-bottom: 15px !important;
}
.mobileSubMenu ul li a{
    padding-bottom: 15px !important;
}
.mobile-menu ul li:nth-child(3) .collapse{
    margin-top: -15px;
}

@media (max-width: 1024px) {
    .header {
        padding: 0 25px;
    }
    .header-menu{
        padding-left: 0;
    }
    .header-menu ul li a {
        font-size: 13px;
    }
    .breadCrumbPath ul li, .breadCrumbPath ul li a {
        font-size: 12px;
    }
    .bredcrumbHeading h1 {
        font-size: 24px;
    }
    .aimMainSection {
        padding: 40px 25px;
    }
    .breadcrumbMain {
        padding: 16px 25px;
        padding-top: 100px;
    }
    .aimMainDesc {
        margin-left: 0;
    }
    .aimBlue img {
        width: auto;
        max-width: 100%;
    }
    .helpLine {
        position: absolute;
        top: -30%;
        right: 3%;
    }
    #accordionContact .acc-card-header a{
        max-width: 1044px;
        min-width: 100%;
    }
    .conAccTable {
        overflow-x: auto;
        min-width: 100% !important;
    }
    .conAccTable .table {
        margin-bottom: 0;
        width: 1000px;
    }
    .pocImg{
        min-width: 160px;
        max-width: 160px;
    }
    .orgflow{
        display: none;
    }
    .orgflow-mob{
        display: block;
    }
    .docStaticMenu{
        min-width: 100%;
    }
    .docStaticMenu p{
        text-align: left;
        padding-right: 10px;
    }
    
    .aboutDesc {
        min-width: 100%;
    }
    .goMain .nav-item.dropdown {
        width: 100%;
    }
    .tab-scroll{
        overflow-x: auto;
    }
    .directMenus p{
        font-size: 13px;
    }
    .directMenusMain {
        position: sticky;
        top: 12%;
    }
}
.footerLink li a i {
    display: none;
}
@media (max-width: 767px) {
    .header-menu {
        display: none;
    }

    .header {
        padding: 0 16px;
    }

    .logo img {
        width: 220px;
    }

    .prod-slider .row .col-md-6:first-child,
    .prod-slider .row .col-md-6:last-child {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .HeroBanner {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
    }

    .thumbMain {
        display: none;
    }

    .bannerDesc {
        padding: 0 16px;
    }

    .bannerDesc h2 {
        margin-top: 5%;
        font-weight: 600;
        font-size: 24px;
        line-height: 30px;
    }

    .bannerDesc a {
        margin-left: auto;
        margin-right: auto;
        width: 280px;
    }

    .prod-slider .slick-dots li {
        width: 10px;
        height: 10px;
    }

    .article-slider .slick-dots li {
        width: 10px;
        height: 10px;
    }

    .article-slider .slick-dots {
        left: -10px;
    }

    .slick-dots {
        bottom: -50px;
    }

    .borderBtmHeading h2:after {
        left: 37%;
    }

    .main-padding {
        padding-left: 16px;
        padding-right: 16px;
    }

    .service .col-md-1 {
        max-width: 33.33%;
        flex: 0 0 33.33%;
        display: flex;
        justify-content: center;
        padding-bottom: 40px;
    }

    .directorates .col-md-6 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .directList p {
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 19px;
    }

    .article-slider {
        padding-left: 16px;
    }

    .service {
        padding-left: 36px;
        padding-right: 36px;
    }

    .donateImg {
        display: none;
    }

    .partners {
        padding-left: 8px;
        padding-right: 8px;
    }

    .partners .col-md-2 {
        padding-left: 8px;
        padding-right: 8px;
        padding-bottom: 15px;
    }

    .partners .col-md-2:last-child {
        padding-bottom: 0;
    }

    .partners .col-md-2:nth-child(5) {
        /* padding-bottom: 0; */
    }

    .donateDesc h3 {
        font-size: 24px;
        line-height: 29px;
    }

    .donateDesc p {
        font-size: 14px;
        line-height: 22px;
        padding-top: 8px;
    }

    .helpLine {
        position: relative;
        top: 0;
        right: 0;
        left: 0;
        padding-top: 40px;
        padding-left: 30px;
        padding-right: 25px;
        padding-bottom: 40px;
        margin-top: 60px;
        background: #f3f4f7;
    }

    .helpTxt p:first-child {
        font-size: 20px;
        line-height: 18px;
    }

    .helpTxt p:last-child {
        font-size: 20px;
        line-height: 18px;
    }

    .zPattern {
        display: none;
    }

    .helpTxt {
        padding-left: 25px;
    }
    .footerLink li:last-child a{
        border-bottom: 0;
    }
    .footer-container .col-md-3 {
        padding-bottom: 30px;
    }

    .footer-container .col-md-3:first-child {
        display: none;
    }

    header {
        height: 60px;
        position: fixed;
        width: 100%;
        z-index: 9999;
    }

    main {
        padding-top: 60px;
        overflow-x: hidden;
    }

    .hamburger-icon {
        display: block;
    }

    .donateDesc a {
        width: 286px;
        height: 48px;
        font-size: 16px;
        line-height: 19px;
    }

    .footer-container .col-md-3 {
        width: 100%;
    }
    .footerLink li a {
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 20px;
        display: flex;
        /* justify-content: space-between; */
        align-items: center;
        color: #092A35;
        border-bottom: 1px solid #E9E9E9;
        padding: 8px 0;
    }
    .imgServBG {
        background: url(../images/gradientbg-large.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .footerLogo {
        margin: auto;
        width: 75%;
        display: block;
        text-align: center;
        padding-top: 20px;
        padding-bottom: 10px;
    }
    .conContainer h4{
        padding-top: 30px;
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .breadcrumbMain {
        padding: 70px 16px 16px;
    }
    .bredcrumbHeading h1 {
        font-size: 24px;
        line-height: 28px;
    }
    .aimMainSection {
        padding: 25px 16px;
    }
    .patternHead h2 {
        font-size: 22px;
        line-height: 34px;
    }
    .trimesterPoints ul li {
        font-size: 15px;
        line-height: 24px;
    }
    .activTable{
        overflow-x: auto;
    }
    .activTable table {
     width: 700px;
    }
    .aimQuote p:first-child, 
    .aimQuote p:last-child, 
    .aimMainDesc p,
    .aimMainDesc p:nth-child(4){
        font-size: 15px;
        line-height: 26px;
    }
    .aimPinkDesc p:first-child{
        font-size: 22px;
    line-height: 26px;
    }
    .pocImg {
        margin: auto;
    }
    .pocMain img{
        padding-bottom: 20px;
    }
    .pocMain {
        display: flex;
        flex-direction: column;
    }
    .pocInfo h2 {
        font-size: 24px;
        line-height: 30px;
    }
    .conAccTable {
        overflow-x: auto;
        min-width: 100% !important;
    }
    .conAccTable .table {
        margin-bottom: 0;
        width: 1000px;
    }
    #accordionContact .acc-card-header a{
        max-height: 100%;
        padding: 16px 16px;  
        padding-right: 30px;
    }
    #accordionContact .acc-card-header a:after {
        position: absolute;
        right: 16px;
        top: 20%;
        bottom: auto;
    }
    .directMenusTopMain{
        display: none;
    }
    .aimMainSection .col-md-12.px-0 {
        padding-top: 0;
    }
    .docStaticMenu i{
        width: 34px;
        height: 34px;
        min-width: 34px;
        margin-right: 10px;
    }
    .docStaticMenu i img{
        width: 16px;
    }
    .docStaticMenu {
        min-width: 100%;
        Max-height: 100%;
        padding: 12px 16px;
    }
    .docStaticMenu span{
        position: absolute;
        right: 16px;
    }
    .docStaticMenu p {
        text-align: left;
        padding-right: 60px;
    }
    .btn-drop{
       
    padding: 12px 16px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    }
    .btn-drop::before{
        right: 10px;
    font-size: 20px;
    top: 12px;
    }
    .goMenuHead .dropdown-item{
        
    white-space: normal;
    }
    .gallerySlider{
        margin-left: auto;
        margin-top: 30px;
    }
    .galleryDiv{
        margin: 0 40px;
    }
    .gallerySlide .arrow-left{
        left: -2%;
    }
    .gallerySlide .arrow-rite{
        right: -2%;
    }
    .orgStruct h2:after{ 
        left: 38%;
    }
    .directGovtExamMain{
        padding-top: 40px;
    }
    .otherServ .arrow-left{
        left: -10%;
    }
    .otherServ .arrow-rite{
        right: -10%;
    }
    .trimMainSection .patternHead{
        padding-top: 30px;
    }
    .termSec {
        border-right: 0;
        margin-bottom: 30px;
        flex-direction: row;
        justify-content: flex-start;
    }
    .termMonth p {
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 22px;
        display: flex;
        align-items: flex-start;
        color: #232D60;
        justify-content: flex-start;
    }
    .termMonth {
        padding-top: 0;
        text-align: left;
        padding-left: 30px;
    }
    .trimTableMob{
        overflow-x: auto;
    }
    .trimTableMob .table{
        width: 800px;
    }
    .trimesterPoints {
        background: #FBF9F7;
        border-radius: 5px;
        margin-top: 40px;
        margin-bottom: 60px;
    }
    .termMain {
        padding-top: 40px;
        padding-bottom: 0;
    }
    .imgContainer {
        min-width: 100%;
    }
    .noonMealCon {
        display: flex;
        flex-direction: column;
        padding-top: 32px;
    }
    .noonMealMain {
        padding-left: 5px;
        padding-right: 5px;
    }
    .conContainer p{
        padding-top: 30px;
    }
    .conContainer {
        padding-left: 0;
    }
    .welTabsMob{
        overflow-x: auto;
    }
    .actRuleTabs.welfareTabs>div.welTabsMob>ul{
        min-width: 1100px;
    }
    .docTabs li.col-md-3{
        width: 50%;
    }
    /* .docTabs li.col-md-3:first-child{
        padding-left: 0;
        padding-right: 8px;
    }
    .docTabs li.col-md-3:nth-child(2){
        padding-left: 8px;
        padding-right: 0;
    }
    .docTabs li.col-md-3:nth-child(3){
        padding-left: 0;
        padding-right: 8px;
    }
    .docTabs li.col-md-3:nth-child(4){
        padding-left: 8px;
        padding-right: 0;
    }
    .docTabs li.col-md-3:nth-child(5){
        padding-left: 0;
        padding-right: 8px;
    }
    .docTabs li.col-md-3:nth-child(6){
        padding-left: 8px;
        padding-right: 0;
    }
    .docTabs li.col-md-3:nth-child(7){
        padding-left: 0;
        padding-right: 8px;
    }
    .docTabs li.col-md-3:nth-child(8){
        padding-left: 8px;
        padding-right: 0;
    } */
    .docTabs li.col-md-3{
        padding-left: 0;
        padding-right: 0;
    }
    .docTabsMenu, .docTabsMenu.active{
        width: auto;
    height: 150px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 35px 16px 16px 24px;
    }
    .docTabInfo p:first-child{
        padding-top: 8px;
        padding-bottom: 3px;
    }
    .docTabs #myTab li {
        padding-bottom: 0;
    }
    .docTabInfo p:first-child {
        font-size: 15px;
        line-height: 16px;
    }
    .docTabs .tab-content{
        padding: 0 16px;
    }
    .docTabs .goTabMain{
        overflow-x: auto;
    }
    /* .actRuleTabs{
        position: relative;
    } */
    .actRoleSearch .form-control{
        width: 200px;
    }
    .actsearchMain {
        position: absolute;
        right: 0;
        bottom: 40px;
    }
    
    
    .verTabs .nav-pills>a {
        width: 100%;
        margin-right: 0;
    }
    .verTabs .nav-pills {
        display: flex;
        padding-right: 0;
    }
    .docTabs>.tab-content{
        display: block;
        padding-top: 80px;
    }
    .actRuleTabs {
        padding-top: 60px;
    }
    .actRuleTabs>ul {
        padding-left: 30px;
    }
    .logo{
        padding-right: 0;
    }
}




