/* -- max-width: 1600px -- start -- */
@media (max-width: 1600px) {
    .menu > li > a {
        display: block;
        padding: 10px 20px;
        color: white;
        text-decoration: none;
        background-color: #045BB7;
        font-size: 14px;
    }
    .submenu > li > a{
        font-size: 14px;
    }
    .menu i {
        right: 0px;
    }
    .nav-list__item {
        padding: 15px 18px;
        height: 60px;
    }
    .submenu--trigger i, .third-submenu--trigger i {
        right: 3px;
    }

    /* banner adjust */
    .banner_sidebar_bg .banner_sidebar ul{
        margin: 30px 0 0 0;
    }
    .banner_sidebar ul li a {
    font-size: 20px;
    }  
    .home_banner_text{
        padding-right: 50px;
    }
    .home_banner_text h2 {
    font-size: 70px;
    }  
    /* banner adjust */

    .owl_home_blue.owl-carousel .owl-nav button.owl-prev{
        left: 45%;
        top: auto;
        bottom: -80px;
    }
    .owl_home_blue.owl-carousel .owl-nav button.owl-next{
        right: 45%;
        top: auto;
        bottom: -80px;
    }
    .owlHome_blue_text h4{
        font-size: 24px;
    }
    .owlHome_blue_text p{
        font-size: 14px;
    }
    .owlHome_blue_btn{
        font-size: 16px;
    }
    hr.blue_carousel_block_hr{
        width: 97%;
    }

    .product_service_content{
        padding-bottom: 40px;
    }
    .homepage-checkbox{
        margin-bottom: 40px;
    }

}
/* -- max-width: 1600px -- end -- */

/* -- max-width: 1366px -- start -- */
@media (max-width: 1366px) {
    html, body{
        font-size: 16px;
    }
    .menupart{
        height: 49px;
    }
    .nav-list__item {
        padding: 15px 20px 15px 5px;
    }
    .nav-list__item:first-child{
        padding: 15px 10px 15px 5px;
    }
    .nav-link {
        font-size: 16px;
    }
    .submenu--trigger i, .third-submenu--trigger i {
        right: 3px;
    }

    /* banner adjust */
    .home_banner_bgsec{
        width: 70%;
    }
    .home_banner_slide {
        min-height: 480px;
    }
    .banner_sidebar_bg {
        width: 100%;
    }
    .banner_sidebar ul li a {
        font-size: 16px;
        padding: 12px 20px 12px 20px;
    }
    .banner_sidebar_icon {
        max-width: 26px;
    }
    .banner_sidebar_icon img{
        width: 20px;
        height: 20px;
    }
    /* banner adjust */

    .menu > li > a {
        display: block;
        padding: 10px 15px;
        color: white;
        text-decoration: none;
        background-color: #045BB7;
        font-size: 14px;
    }
    .menu i {
        right: 2px;
    }
    .submenu > li > a i{
        right: 10px;
    }
    .home_banner_text h2{
        font-size: 50px;
    }
    .home_banner_text h4{
        font-size: 20px;
    }
    .service-title{
        font-size: 22px;
        min-height: 40px;
    }
    .service-text{
        font-size: 14px;
    }
    .footmenu a{
        font-size: 14px;
    }
    .footer-upper{
        padding: 30px 0;
    }

    .innerpage-heading {
        font-size: 22px;
    }
    .innerpage-content {
        padding: 60px 0;
    }

    .menuname img {
        width: 20px;
    }

    .owlHome_blue_text h4{
        font-size: 20px;
    }
    .homepage-checkbox-greenarea-content ul li{
        font-size: 16px;
        line-height: 28px;
        padding-bottom: 10px;
    }

    .headinglink{
        font-size: 14px;
    }

    .innerpage-leftbox-btn{
        font-size: 14px;
        padding: 6px 12px;
        margin: 15px 0;
    }

}
/* -- max-width: 1366px -- end -- */

@media (max-width: 1280px){
    .menu > li > a{
        font-size: 12px;
        padding: 10px 12px;
    }
    .submenu > li > a {
        font-size: 12px;
    }
    .home_banner_bgsec{
        width: 64%;
    }
    .home_banner_text h2{
        font-size: 60px;
    }
    .service-title{
        font-size: 22px;
    }
    .service-item{
        padding: 50px 30px 30px 30px;
        min-height: 320px;
    }
    .service-icon{
        width: 80px;
        height: 80px;
    }
    .service-icon img {
        width: 35px !important;
        height: 40px;
    }

    
    hr.blue_carousel_block_hr{
        width: 97%;
    }
}

/* -- max-width: 1199px -- start -- */
@media (max-width: 1199px) {
    .nav-link {
        font-size: 12px;
    }
    
    .topbar-content {
        font-size: 11px;
    }
    .logo-leftpart {
        max-width: 40%;
    }

     /* banner adjust */
    .home_banner_slide {
        font-size: 16px;    
        padding: 15px 15px 15px 20px;
    }
    .home_banner_text {
        justify-content: flex-start;
        padding: 15% 0 0 0;
    }
    .home_banner_text h2 {
        font-size: 50px;
    }
    .banner_newsEvent_left h4 {
        font-size: 18px;
    }
    .owl_banner_newsEvent h5 {
        font-size: 18px;
    }
    .banner_newsEvent_left {
        min-width: 170px;
    }
    .banner_sidebar_icon {
        max-width: 20px;
    }
    .banner_sidebar ul li a {
        font-size: 16px;
    }
     /* banner adjust */

}
/* -- max-width: 1199px -- end -- */

/* for header menu dropdown only start */
@media (min-width: 992px){
.menu > li > a{
    padding: 5px 25px 5px 15px;
    min-height: 49px;
    display: inline-flex;
    align-items: center;
}
.menu > li > a > i{
    right: 8px;
}

}
/* for header menu dropdown only ended */

/* -- max-width: 1199px to min-width: 992px -- start -- */
@media (max-width: 1199px) and (min-width: 992px) {

}
/* -- max-width: 1199px to min-width: 992px -- end -- */

/* -- max-width: 1024px -- start -- */
@media (max-width: 1024px) {
    html, body {
        font-size: 14px;
    }
    .blue-btn{
        font-size: 14px;
    }
     /* nav menu */
   .menupart .container {
    padding-left: 10px;
    padding-right: 10px;
   }
   .menu{
    display: flex;
    align-items: center;
    gap: 0;
   }
   .menupart{
    height: 48px;
   }
   
    .innerbanner{
        height: 280px;
    }
    .logopart{
        height: 80px;
    }
    .nav-list__item {
        padding: 15px 15px 15px 5px;
    }
    ul.nav-list li.nav-list__item:first-child {
        padding: 15px 5px 15px 5px;
    }
    .nav-link {
        font-size: 14px;
    }
    .submenu--trigger i, .third-submenu--trigger i {
        right: 3px;
    }
    /* nav menu */

     /* banner adjust */
     .home_banner_slide {
        font-size: 14px;    
        padding: 12px 10px 12px 15px;
    }
    .home_banner_text {
        justify-content: flex-start;
        padding: 15% 5% 0 0;
    }
    .home_banner_text h2 {
        font-size: 40px;
    }
    .banner_newsEvent_left h4 {
        font-size: 14px;
    }
    .owl_banner_newsEvent h5 {
        font-size: 14px;
    }
    .banner_newsEvent_left {
        min-width: 170px;
    }
    .banner_newsEvent_right {
        width: calc(100% - 175px);
    }
    .banner_sidebar_icon {
        max-width: 16px;
    }
    .banner_sidebar ul li a {
        font-size: 14px;
        gap: 10px;
        padding: 15px 10px 15px 15px;
    }
    .innerbanner-content h1{
        font-size: 34px;
    }
    .innerpage-content {
        padding: 30px 0;
    }
    .home_banner_slide {
        min-height: 650px;
    }
     /* banner adjust */

     .innerpage-heading {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .headinglink {
        font-size: 12px;
    }
    #pac-input{
        width: 170px;
    }
    .innerpage-content-area{
        gap: 30px;
    }
    .innerpage-leftside{
        gap: 30px;
    }
    .innerpage-leftbox{
        padding: 25px 20px 15px 20px;
    }
    .innerpage-leftbox-text{
        font-size: 12px;
    }
    .innerpage-leftbox-btn{
        padding: 8px 15px;
        font-size: 14px;
        margin: 15px 0;
    }
    .innerpage-leftbox-menu ul li a{
        font-size: 14px;
    }
    .innerpage-leftbox-menu ul li ul li a{
        padding: 10px 20px 10px 35px;
    }
    .menuname{
        gap: 5px;
    }
    .innerpage-leftbox-menu ul li ul li ul li a{
        padding: 10px 20px 10px 75px;
    }

    .genesis-matter-content, .mission-matter-content{
        gap: 15px;
    }

    .search-box{
        width: 200px;
    }
    #search-input{
        font-size: 14px;
    }
    .search-button img {
        width: 20px;
        height: 20px;
    }
    .footer-upper{
        padding: 30px 0;
    }
    .upperfooter-content{
        gap: 20px;
    }
    .upperfooter-content p a{
        font-size: 14px;
    }
    .footmenu a {
        font-size: 12px;
    }
    .bottomfooter-content{
        font-size: 12px;
    }

}
/* -- max-width: 1024px -- end -- */

/* -- min-width: 992px -- start -- */
@media (min-width: 992px) {

    /* menu part -- start --*/
    .nav-brand {
        flex: 0 1 auto;
    }
    .nav-toggle {
        display: none;
    }
    /* menu part -- end --*/

}
/* -- min-width: 992px -- end -- */

/* -- max-width: 991px -- start -- */

@media (max-width: 991px){
    .container {
        padding-left: 10px;
        padding-right: 10px;
    }
    .topbar {
        height: auto;
        padding: 8px 0px;
    }
    .topbar-content {
        flex-direction: column-reverse;
        gap: 8px;
        height: auto;
    }
    .netbanking {
        padding: 8px 30px;
    }
    .logopart{
        height: auto;
        padding: 20px 0;
    }
    .logopart-content {
        gap: 10px;
    }
    .logo-rightpart  {
        gap: 10px;
    }
    .blue-btn {
        padding: 9px 10px;
        font-size: 12px;
        gap: 4px;
        min-width: 130px;
    }
    .logo-leftpart {
        min-width: 300px;
        width: 300px;
    }
    .search-box {
        width: auto;
    }

    /* menu part -- start --*/
    .menupart {
        height: auto;
    }
    .nav-list {
        display: flex;
        flex-direction: column;
        overflow: hidden;
        max-height: 0em;
        transition: max-height 0.4s;
    }

    .nav-list.showing {
        background-color: #647A06;
        /* max-height: 32em; */
        max-height: max-content;
        height: auto;
        transition: max-height 0.4s;

        overflow: scroll;
        padding: 10px;
    }

    .nav-list li {
        display: inline-block;
        background: #647A06;
        width: 100%;
        height: auto;
        border-top: 1px solid #525252;
    }
    .nav-list li:first-child {
        border-top: 0px none;
    }

    .nav-collapse {
        /* margin: 0;
        flex: 1 100%;
        order: 2; */

        margin: 0;
        flex: 1 100%;
        /* position: absolute; */
        top: 100%;
        left: 0;
        right: 0;
        z-index: 10;
    }
    .nav-list__item {
        padding: 0;
    }
    ul.nav-list li.nav-list__item:first-child {
        padding: 0;
    }
    .nav-link {
        position: relative;
        display: block;
        width: 100%;
        padding: 16px;
        opacity: 1;
    }
    /* .submenu {
        top: 0;
        height: 0px;
        position: relative;
        display: block;
        overflow: hidden;
        width: 100%;
        transition: 0.4s ease;
    } */
    .submenu li {
        background: #485803;
        display: block;
        /* padding-left: 20px; */
    }
    .submenu .nav-link, .third-submenu .nav-link {
        font-size: 12px;
    }
    .submenu--trigger.active .submenu {
        height: auto;
    }
    .third-submenu {
        height: 0px;
        display: block;
        position: static;
        overflow: hidden;
        margin-left: -20px;
    }
    .third-submenu li {
        background: #485803;
        padding-left: 40px;
    }
    .third-submenu--trigger.active .third-submenu {
        height: auto;
    }
    .submenu,
    .third-submenu {
        box-shadow: none;
    }
    .submenu--trigger i,
    .third-submenu--trigger i {
        right: 15px;
    }
    /* menu part -- start --*/
    .upperfooter-content{
        flex-direction: column;
    }
    .bigspacer{
        height: 30px;
    }

    .homepage-checkbox{
        margin-bottom: 30px;
    }
    .homepage-checkbox-content{
        display: block;
    }
    .homepage-checkbox-image{
        position: relative;
        width: 100%;
        text-align: center;
    }
    .homepage-checkbox-greenarea{
        margin-left: 0px;
        padding: 30px;
        border-radius: 15px;
    }
    .home_carousel_sec{
        padding: 55px 0 55px 0;
    }
    .owl_home_blue.owl-theme .owl-nav{
        display: none;
    }
    hr.blue_carousel_block_hr{
        width: 95%;
        bottom: -55px;
    }

    .footer-upper{
        padding: 30px 0px;
    }
    .bottomfooter-content{
        flex-direction: column;
        gap: 20px;
    }

    .bottomfooter-content p{
        text-align: center;
    }

    .menu-toggle {
        display: block;
        position: absolute;
        right: 0;
        top: -30px;
        background: transparent;
        color: #045BB7;
        z-index: 999;
    }

    .menu {
        display: none; /* Hidden by default on mobile */
        flex-direction: column;
        width: 100%;
    }
    
    .menu.active {
        display: flex; /* Show menu when toggle button is clicked */
        position: absolute;
        top: 40px;
        z-index: 999;
        width: 98vw;
        margin-left: -6%;
    }
    
    .menu > li {
        display: block;
        width: 100%;
        margin-top: -1px;
    }
    
    .menu > li > a {
        padding: 14px;
        background-color: #045bb7; /*#647A06;*/
    }
    
    .submenu {
        position: static; /* Reset position for mobile view */
        display: none; /* Hidden by default on mobile */
    }
    
    .menu > li.active .submenu {
        display: block; /* Show submenu when parent is active */
    }
    
    .submenu .submenu {
        display: none; /* Hidden by default */
        position: static; /* Reset position for nested submenus */
    }
    
    .submenu > li.active .submenu {
        display: block; /* Show nested submenu when parent is active */
    }
    .submenu > li > a {
        background-color: #007eea; /*#485803;*/
    }
    .submenu .submenu > li > a {
        background-color: #3591ff; /*#718a05;*/
    }
    .menu i{
        right: 20px;
    }

    .innerpage-content-area{
        gap: 30px;
        flex-direction: column;
    }
    .innerpage-leftside{
        width: 100%;
    }
    .innerpage-rightside {
        width: 100%;
    }
}





@media (min-width: 769px) {
    /* .nav-brand {
        flex: 0 1 auto;
    }

    .nav-toggle {
        display: none;
    } */

    .websearch{
        display: block;
    }
    .mobsearch{
        display: none;
    }
    
}

@media (max-width: 768px) {
    
    .logopart {
        height: 70px;
    }
    .logopart-content {
        /* flex-direction: column; */
        /* padding: 15px 0 20px; */
        width: 90%;
        z-index: 999;
        position: relative;
    }

    .menupart{
        position: absolute;
        top: 0%;
        right: 0;
        width: 100%;
        height: 100%;
        background: transparent;
        display: flex;
        align-items: center;
    }
    .btn--toggle{
        text-align: right;
    }
    .blue-btn{
        min-width: auto;
        padding: 5px;
    }
    .blue-btn .btntext{
        display: none;
    }

    .websearch{
        display: none;
    }
    .mobsearch{
        display: block;
        height: 25px;
    }

    .search-box {
        width: auto;
        border: none;
    }

    /* banner adjust */
     .home_banner_slide {
        font-size: 14px;    
        padding: 12px 10px 12px 15px;
    }
   
    .home_banner_text h2 {
        font-size: 28px;
    }
    .home_banner_text h4 {
        font-size: 16px;
    }
    .banner_newsEvent_left h4 {
        font-size: 14px;
    }
    .owl_banner_newsEvent h5 {
        font-size: 14px;
    }
    
    .banner_sidebar ul li a {
        font-size: 12px;
        gap: 10px;
        padding: 15px 10px 15px 15px;
    }
    .home_banner_slide {
        min-height: 530px;
    }
    .home_banner_bgsec{
        width: 60%;
    }
     /* banner adjust */


    /* .nav-list {
        display: flex;
        flex-direction: column;
        overflow: hidden;
        max-height: 0em;
        transition: max-height 0.4s;
    }

    .nav-list.showing {
        max-height: 32em;
        transition: max-height 0.4s;
    }

    .nav-list li {
        display: inline-block;
        background: #303238;
        width: 100%;
        height: auto;
        border-top: 1px solid #525252;
    }

    .nav-collapse {
        margin: 0;
        flex: 1 100%;
        order: 2;
    }

    .nav-list__item {
        padding: 0;
    }

    .nav-link {
        position: relative;
        display: block;
        width: 100%;
        padding: 16px;
        opacity: 1;
    }

    .submenu {
        top: 0;
        height: 0px;
        position: relative;
        display: block;
        overflow: hidden;
        width: 100%;
        transition: 0.4s ease;
    }

    .submenu li {
        background: #393b42;
        display: block;
        padding-left: 20px;
    }

    .submenu--trigger.active .submenu {
        height: auto;
    }

    .third-submenu {
        height: 0px;
        display: block;
        position: static;
        overflow: hidden;
        margin-left: -20px;
    }

    .third-submenu li {
        background: #424654;
        padding-left: 40px;
    }

    .third-submenu--trigger.active .third-submenu {
        height: auto;
    }

    .submenu,
    .third-submenu {
        box-shadow: none;
    }

    .submenu--trigger i,
    .third-submenu--trigger i {
        right: 15px;
    } */




    /*...................................................*/
    .home_carousel_sec{
        padding: 55px 0px;
    }
    .blue_carousel_block{
        text-align: center;
    }
    
    .owlHome_blue_icon{
        width: 100%;
    }

    .owl_home_blue_block{
        padding: 0px 20px;
    }


    .product_service_back{
        height: 380px;
    }
    .product_service_back img{
        height: 100%;
    }
    .product_service_content {
        padding-top: 50px;
        padding-bottom: 50px;
        margin-top: -50%;
    }
    .product_service_content_title{
        margin-bottom: 20px;
    }
    .product_service_content_title .title{
        font-size: 30px;
    }
    .homepage-checkbox{
        margin-bottom: 30px;
    }
    .homepage-checkbox-content{
        display: block;
    }
    .homepage-checkbox-image{
        position: relative;
        width: 100%;
        text-align: center;
    }
    .homepage-checkbox-greenarea{
        margin-left: 0px;
        padding: 30px;
        border-radius: 15px;
    }

    
    /*...................................................*/

    .innerbanner-content h1 {
        font-size: 42px;
    }
    .innerpage-content {
        padding: 50px 0;
    }
    
  
    .contactpage-matterbox-heading {
        font-size: 24px;
    }

    
}

/* -- max-width: 640px -- start -- */
@media (max-width: 640px) {
    .menu.active{
        width: 98vw;
        margin-left: -8%;
    }
    /* banner adjust */

    .home_banner_sec {
        position: relative;
        /* background-color: #647A06; */
    }
    .home_banner_part{
        display: block;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .home_banner_bgsec{
        width: 100%;
        margin-top: 30px;
    }
    .home_banner_bottom {
        position: relative;
    }
    .banner_newsEvent_left {
        min-width: 100px;
    }
    .banner_newsEvent_right {
        width: calc(100% - 100px);
    }
    .banner_sidebar_bg {
        width: 100%;
        max-width: 100%;
        left: 0;
        right: 0;
        position: relative;
    }
    .banner_sidebar_bg .banner_sidebar ul {
        min-width: 100%;
        display: inline-flex;
        flex-direction: column;
        width: auto;
        margin: 0 0 0 0;
    }

    .home_banner_slide {
        min-height: 250px;
    }
    .home_banner_text {
        left: 30px;
        right: 30px;
    }
    .home_banner_bg .owl-theme .owl-dots {
        bottom: 15px;
        gap: 0;
    }
    .home_banner_bottom{
        padding: 0px;
    }
    /* banner adjust */

    .innerpage-rightside{
        width: 100%;
    }

    #pac-input{
        left: 10px !important;
        top: 60px !important;
        width: 250px;
    }
    .home_carousel_sec{
        padding: 25px 0;
    }
    .owlHome_blue_icon{
        height: 40px;
    }
    .owlHome_blue_text{
        margin: 10px 0;
        min-height: 80px;
    }
    .owlHome_blue_text h4{
        font-size: 20px;
    }
    .owlHome_blue_text p{
        font-size: 14px;
    }

    .homepage-checkbox-greenarea-content ul li {
        font-size: 16px;
        line-height: 32px;
        display: flex;
        gap: 20px;
        align-items: flex-start;
        margin-bottom: 10px;
    }

    .menuname img {
        width: 12px;
    }

}
/* -- max-width: 640px -- start -- */

@media (max-width: 576px){
    .logopart-content {
        width: 85%;
    }

    .logo-leftpart {
        min-width: 200px;
        width: 200px;
    }
    .popup{
        width: 80%;
    }
    .product_service_back{
        height: 190px;
    }
    .product_service_back img{
        height: 100%;
    }
    .product_service_content_title .title{
        font-size: 24px;
    }
    .product_service_content_title .subtitle{
        font-size: 14px;
    }
    .service-title{
        font-size: 26px;
    }


    .innerbanner{
        height: 180px;
    }
    .innerbanner-content h1{
        font-size: 24px;
    }
    .innerpage-content{
        padding: 30px 0;
    }
    .innerpage-content-area{
        flex-direction: column;
    }
    .innerpage-leftside {
        width: 100%;
    }
    .innerpage-heading {
        font-size: 28px;
        margin-bottom: 15px;
    }
    .innerbanner-content p{
        font-size: 14px;
    }
    .innerpage-leftbox-menu ul li a{
        font-size: 18px;
    }
    .mapsection {
        margin: 20px 0;
    }
    .contactpage-matterbox-heading {
        font-size: 24px;
    }
    .contactpage-matterbox {
        padding: 15px 0;
    }


    .datefilter{
        font-size: 16px;
        gap: 15px;
        justify-content: center;
        padding-bottom: 50px;
    }

    .footmenu a {
        color: #fff;
        font-size: 14px;
        line-height: 1.3;
        font-weight: 300;
    }
   
}
/* -- max-width: 568px -- start -- */
@media (max-width: 568px) {

    .screenpart {
        padding: 0px 15px;
    }
    .screen_reader_block {
        padding: 0px 15px;
    }
    .netbanking {
        padding: 8px 10px;
    }


}
/* -- max-width: 568px -- end -- */

/* -- max-width: 420px -- start -- */
@media (max-width: 460px) {

    .topbar-rightcontent {
        flex-direction: column;
        gap: 5px;
    }

    .screenpart {
        padding: 0px 5px;
        border-right: 0px none;
    }
    .screen_reader_block {
        padding: 0px 5px;
    }
    .netbanking {
        padding: 8px 5px;
    }
    .topbar-content {
        text-align: center;
    }
    .marquee .content span {
        font-size: 12px;
    }

}
/* -- max-width: 420px -- end -- */

/* -- max-width: 360px -- start -- */
@media (max-width: 360px) {
    .logo-leftpart {
        min-width: 150px;
        width: 150px;
    }
}
/* -- max-width: 360px -- end -- */
