@media only screen and (max-width: 1399px) {
    /* Header navbar */
    section.nav-bar .navbar .navbar-nav .nav-item{
        padding: 0px 2px;
      }



}


@media only screen and (max-width: 1199px) {




}


@media only screen and (max-width: 991px) {
/* Home page number */
section.number .detail{
    border-right: none;
  }
  
.fs-4{
    font-size: calc(1.275rem + 0.2vw)!important;
}

section.know .accordion-button {
  font-size: 16px;
}

section.Table .wrapper_outer h6 {
  height: 50px;
}
section.Table .wrapper_outer {
  background-color: #fff;
  width: 100% !important;
  border-radius: 100px;
  height: 50px;
}

.layer{
  border-radius : 1rem;
}



}



@media only screen and (max-width: 768px) {
    /* logo Adjust */
    .logo-adjust{
        width: 130px;
      }



}

@media only screen and (max-width: 600px) {
  /* For Menu */
  .dropdown-menu{
  /* width: 61%; */
    overflow-x: scroll;
}
.carousel-inner .position img{
    object-position: 65% !important;
} 
.carousel-inner .carousel-item img {
    height: 80vh;
    object-fit: cover;
}
/* For Submenu */
.dropdown-menu>li>.dropdown-submenu {
  width: 70%;
  overflow-x: auto;
}
.all .heading .inner {
  font-size: 13px;
}

.all .heading .outer {
  font-size: 22px;
}

.all .heading .vr {
  min-height: 79px;
}
.list{
  margin-left: 10px;
}

/* section.nav-bar .navbar .navbar-nav .nav-item a{
  font-size: 14px;
} */

/* section.aboutus .pdf_box .flex_1 {
  width: 60px;
}

section.aboutus .pdf_box .flex_1 img {
  width: 60px;
} */

}

.testimonials .owl-carousel .item {
    min-height: 300px !important;
}

@media only screen and (max-width: 499px) {




}


.our_courses_tag a {
    background: #0b223900 !important;
    color: #1b448d !important;
    padding: 3px 10px;
    font-size: 13px;
    border-radius: 38px;
    display: inline-block;
    margin-bottom: 10px;
    border: 1px solid #1b448d;
}
