@media screen and (min-width:992px) and (max-width: 1199px) {}


@media screen and (min-width:768px) and (max-width: 991px) {
    .main-logo a {
        padding: 12px 0;
    }

    .main-menu ul li a {
        padding: 28px 6px;
    }
    .sub-menu li a {
    padding: 8px 17px !important;
    }
    .is-sticky .main-menu ul li a {
    margin: 14px -2px;
    }
}


@media screen and (min-width:420px) and (max-width:767px) {
    .container {
        width: 420px
    }

}

/* Desktop hide */
@media(min-width:992px){
  #mobile-menu_sec,
  .mobile-header{
    display:none;
  }
}
.menu__headers_logo {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 41px;
}
@media screen and (min-width:320px) and (max-width:767px) {
    .support-left h2 {
    font-size: 22px;
}
    .service-carousel {
    grid-template-columns: repeat(3, 1fr);
}
    /* HEADER */
.mobile-header{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:12px 16px;
  background:#fff;
}

.mobile-logo img{
  height:36px;
}

/* BAR */
.toggle{
  font-size:22px;
  cursor:pointer;
}
.all_service_wsit {
    display: grid;
    grid-template-columns: 1fr 1fr ;
    grid-gap: 10px;
}

.service-carousel .owl-nav {
    display: none !important;
}
.service-search input {
  
    padding: 0 35px 0 18px;
   
}
.about-image {
    height: 230px;
}
.section-padding {
    padding: 0;
    background: #f8f8f8;
}
/* OVERLAY */
#page-overlay{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.5);
  display:none;
  z-index:98;
}
.service-carousel {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr ;
    gap: 5px;
}

/* SIDEBAR */
.mobile-menu{
  position:fixed;
  top:0;
  left:-260px;
  width:260px;
  height:100vh;
  background:#fff;
  padding:20px;
  transition:.3s ease;
  z-index:99;
}
.mobile_section {
    display: block;
}

.mobile-menu.active{
  left:0;
}

/* CLOSE */
.mobile-menu-close{
  font-size:26px;
  cursor:pointer;
  display:block;
}

/* MENU */
.mobile-menu ul{
  list-style:none;
  padding:0;
}



.mobile-menu ul li a{
  text-decoration:none;
  color:#333;
  font-size:15px;
  font-weight:500;
}
.menu-category-toggle.active {
    background: #ffbe00;
    color: #fff;
}
a.menu-category-name {
    margin-left: 15px;
}
.menu-category-toggle.active i {
    transform: rotate(90deg);
}
.mobile-menu span.menu-category-toggle {
    position: absolute;
    right: 0px;
    top: 0;
    display: flex;
    width: 45px;
    height: 45px;
    justify-content: center;
    align-items: center;
    border-left: 1px solid;
    border-color: #ddd;
    transition: all 0.3s ease;
    cursor: pointer;
}
.second-nav {
    padding: 0 0px;
}
.parent-subcategory {
    display: block;
    position: relative;
    padding: 0px;
}
.parent-subcategory .menu-subcategory-name {
    display: block;
    padding: 10px;
    padding-left: 20px;
}
.parent-subcategory .menu-subcategory-name:not(last-child) {
    border-bottom: 1px solid;
    border-color: #ddd;
}

    .slider-text p {
    font-size: 14px;
}
    .copyright p span {
    display: block;
}
span.service__name {
    display: none;
}
.apnar-input button {
    padding: 0 9px;
    border: none;
    background: #1aa7c9;
    color: #fff;
    font-size: 8px;
    font-weight: 600;
    cursor: pointer;
}
.apnar-input input {
    flex: 1;
    padding: 7px 16px;
    border: 1px solid #dcdcdc;
    font-size: 15px;
    outline: none;
}
.support-section {
    /* background: #ffffff; */
    margin-top: 35px;
    font-family: system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
.about-image img {
    object-fit: contain;
    height: 100%;
    width: 100%;
}
    .about-image.why_choose_img {
   
    overflow: inherit; 
    margin-bottom: 15px;
}
    .about-image {
       height: 230px;
    }
    .col-sm-6.foot_left {
    border-right: none;
}
    .count_item {
    border: none;
}
    .section-title p {
    width: 100%;
}
    .how_works_head_right h2 {
    font-size: 50px;
}
    .how_works_step {
    grid-template-columns: 1fr;
}
    .admit_signature .nid_img_item {
    width: 60px;
    height: 60px;
}
    .form_head h2 {
    font-size: 20px;
}
    .admit_card_inn .p_photo {
    height: 75px;
    width: 75px;
    border: 1px solid #ddd;
    padding: 5px;
}
    .card.cust_card {
    padding: 10px;
}
.admit_card_inn .form_top_left p {
    line-height: 20px;
    font-size: 14px;
}
        #main-header-sticky-wrapper {
	display: none;
}
.training-top-right {
	text-align: center;
	margin-top: 30px;
}
.about-title h2 {
    margin-bottom: 0;
}
.mobile-header-top {
    text-align: center;
    position: absolute;
    top: -2px;
    z-index: 999999;
}

.camera_wrap, .cameraCont, .cameraContents {
	height: 250px !important;
}
.mobile-header-top img {
    margin: 0 auto;
    width: 170px;
    margin-top: 9px;
}
    .top-header {
        padding: 18px 0;
        text-align: center;
    }

    .head-top-phone {
        padding: 12px 0;
    }


    .top-social {
        float: none;
    }

    .head-top-left p {
        padding: 8px 0;
    }

    .top-header p {
        border-right: 1px solid transparent;
    }

    .head-top-right {
        text-align: center;
    }

    /*======= main  logo ======*/


    .mean-container .mean-bar {
    background: #fff !important;
    padding: 10px 0;
}

    .mean-container a.meanmenu-reveal span {
        background: #007eca;
    }

    .mean-container a.meanmenu-reveal {
        color: #007eca;
    }

    .mean-container .mean-nav {
        background: #fff;
    }

    .mean-container .mean-nav ul li a {
        color: #007eca;
        text-transform: capitalize;
    }

    .mean-container .mean-nav ul li {
        border-bottom: 1px solid #000 !important;
    }


    .mean-container .mean-nav ul li a.mean-expand:hover {
        background: rgba(0, 0, 0, .5);
    }

    /*===mean menu end====*/

.slider-item {
    height: 265px;
    width: 100%;
    position: relative;
    z-index: 9;
}
.slider__bottom__banner {
    width: 325px;
    margin: 0 auto;
}
.search-icon {
    position: relative;
    right: 13px;
    color: #9aa0a6;
    font-size: 16px;
    pointer-events: none;
}
.slider-text {
    left: 33%;
    transform: translate(-33%);
}

    .slider-text {
       max-width: 100%;
       top:20%;
    }
    .slider-text h2 {
    margin-bottom: 0px;
    font-size: 22px;
    }

    /*===slider menu end====*/

    #quick-contact::after {
        width: 100%;
    }

    .training-details p {
        padding-right: 0;
    }

    .product-menu ul {
     width: 100%; 
    }
    .team-img {
    width: 100%;
    }
    .header-top-left ul li {
    float: left;
    }
    .header-top-right {
    text-align: center;
    }
    .about-left {
    margin-bottom: 30px;
    }
    .mean-nav ul {
        padding:0 10px;
    }
    .nav-btn.prev{ left:-10px; }
    .nav-btn.next{ right:-10px; }
    .mean-nav ul li {
        border:1px solid transparent !important;
        padding:0 !important;
        margin-bottom:5px;
        border-radius: 0;
    }
    .mean-nav ul li a {
        padding:0;
        font-size: 14px !important;
    }
    .mean-nav ul li a:hover {
        color:#000 !important;
    }
    
    section.service__section__wsit {
        position: relative;
        z-index: 9;
    }
    /*============menu bar==========*/
    .mobile_sticky {
    transition: all 0.3s ease;
    position: relative;
}
    .mobile-menu.active {
    left: 0;
}
.mobile-menu-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    padding: 10px 15px;
}
.logo-image img {
    height: 40px;
    width: auto;
}
.mobile-menu-close {
    cursor: pointer;
}
.first-nav .menu-category-list {
    display: block;
}
.first-nav .menu-category-list .menu-category-link {
    padding: 10px 0;
    display: block;
    padding-left: 20px;
    border-bottom: 1px solid;
    border-color: #ddd;
}
.mobile-menu li.parent-category {
    position: relative;
    padding: 7px;
}
.first-nav .parent-category {
    display: block;
    line-height: 29px;
    border-bottom: 1px solid;
    border-color: #ddd;
}
.books_store_category .service-carousel {
    grid-template-columns: repeat(3,1fr);
}
.category-product {
    grid-template-columns: repeat(2, 1fr);
}

}

@media screen and (min-width:320px) and (max-width:620px) {

    .slider-text {
    width: 100% !important;
    padding: 0 20px;
    }
    .slider-text h2 {
    font-size: 21px;
    }
    .home-2-about {
    position: relative;
    }
    .about-home-2::after {
    display: none;
    }
    .about-home-2 {
    padding: 20px;
    }
    .about-home-2 h3 {
    font-size: 18px;
    }

    .home-2-about {
    left: 0px;
    right: 0px;
    }

}


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

    .team-img {
    width: 100%;
    }
    .check__box__data label {
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
    margin-top: 24px;
}

}
