/*responive max width to min width*/

/*@media 
(min-width: 992px) 
 and (max-width: 1200px){
	
}*/

/* iPads (landscape) ———– */

/*@media 
(min-width : 768px)
and (max-width : 1024px)
and (orientation : landscape) {

}*/

/* iPads (portrait) ———– */

/*@media 
(min-width : 768px)
and (max-width : 1024px)
and (orientation : portrait) {

}*/

/* iPads (landscape) ———– */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* Styles */
}

/* iPads (portrait) ———– */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* Styles */
}
@media (max-width: 1499.98px) {
  .about-img-col .col-md-6.img-two {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}
@media (max-width: 1399.98px) {
  .slider-text-inner {
    margin-inline-start: 50px;
  }
  .why-icon {
    height: 190px;
    width: 190px;
  }
  .about-img-col .img-two img {
    width: 230px;
    height: 230px;
  }
}
@media (min-width: 1200px) {
  .admission-mnu.order-lg-2 {
    order: 2 !important;
  }
}

@media (max-width: 1200px) {
}

@media (max-width: 1199.98px) {
  .admission-mnu.order-lg-2 {
    order: 0 !important;
    width: 100%;
    flex: 0 0 auto;
    justify-content: space-between;
  }
  .header-outr .container {
    flex-direction: column;
  }
  .menu-sec-outr.d-flex {
    width: 100%;
    align-items: center;
    justify-content: space-between;
  }
  .menu-sec-outr .offcanvas-body.mx-auto {
    margin-inline-start: auto !important;
    margin-inline-end: 0px !important;
  }
  .header-outr.fixed .admission-mnu {
    display: none !important;
  }
  .home-box-outr h4 {
    font-size: calc(1rem + 0.3vw);
    max-width: none;
  }
  .home-grid-outr .col-lg-3 {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
  .home-box-icon img {
    height: 91px;
  }
  .programming-box-outr {
    padding-inline: 1rem;
  }
  .programming-box-col {
    width: 50%;
  }
  .why-choose-grid-outr .col-lg-2 {
    width: 33.333%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .why-choose-grid-outr .row {
    justify-content: center !important;
  }
  .foote-bottom-innr {
    flex-direction: column;
    align-items: center;
  }
  .footr-mnu {
    margin-bottom: 1rem;
    justify-content: center;
  }
  .foote-bottom-innr {
    padding-block-end: 1rem;
  }
  footer {
    height: auto;
  }
  body {
    margin-bottom: 0px;
  }
  footer {
    position: relative;
    bottom: 0px;
  }
  .footr-inr {
    margin-block-start: 0px;
  }
  .about-sec-outr .img-two {
    margin-block-start: -110px;
  }
}

/*responsinator screen size*/
@media (max-width: 1024px) {
}
@media (min-width: 992px) {
  .benifits-img-col {
    display: none;
  }
  .benifits-content-col {
    width: 49%;
  }
}
/*  min width new way*/
@media (width >= 992px) {
}
/*  min width new way*/

@media (max-width: 992px) {
}

/*  max width new way*/
@media (width <= 992px) {
}
/*  max width new way*/

@media (max-width: 991.98px) {
  .menu-sec-outr .offcanvas-body.mx-auto {
    margin-inline-start: 0px !important;
    margin-inline-end: 0px !important;
  }
  .navbar-nav {
    text-align: center;
  }
  .header-outr .navbar-nav li.nav-item:not(:first-child) {
    margin-inline-start: 0px;
  }
  .header-outr .navbar-nav li.nav-item:not(:first-child)::before {
    content: "";
  }
  .navbar-brand img {
    max-width: 15rem;
  }
  .offcanvas-header {
    border-bottom: 1px solid var(--yellow-bor);
  }
  .offcanvas.offcanvas-end {
    height: 100vh;
  }
  .slider-text-inner {
    margin-inline-start: 0px;
    text-align: center;
  }
  .slider-text {
    position: relative;
    top: 0;
    transform: none;
    padding-block: 1rem;
  }
  .swiper {
    overflow: visible;
  }
  .swiper-banner .swiper-slide {
    aspect-ratio: auto;
  }
  .swiper-button-prev,
  .swiper-button-next {
    height: 20px;
  }
  .programming-box-col {
    width: 100%;
  }
  .benifits-children-sec-outr {
    background-image: none !important;
  }
  .benifits-img-outr {
    margin-right: 0px;
  }
  .banner-pic-outr {
    aspect-ratio: auto;
  }
  .about-sec-outr.py-5 {
    padding-top: 0px !important;
  }
  .card-grid-sec-outr.py-5 + .about-sec-outr.py-5 {
    padding-top: 1.5rem !important;
  }
  .about-img-col .img-two img {
    width: 100%;
    height: 311px;
  }
  .banner-pic-outr .container {
    text-align: center;
  }
  .welcome-txt-col h2 {
    text-align: center;
  }
  .card-grid-sec-outr .col-lg-6 + .col-lg-6 {
    margin-top: 1.3rem;
  }
}

@media (max-width: 768px) {
}

@media (max-width: 767.98px) {
  .why-choose-grid-outr .col-lg-2 {
    width: 50%;
  }
  .book-sec-inr a h2 {
    font-size: calc(1.8rem + 1vw);
  }
  .book-sec-outr {
    padding-inline: 20px;
  }
  .book-sec-inr h3 {
    font-size: calc(1.3rem + 1vw);
  }
  .book-sec-inr h4 {
    font-size: calc(1.4rem + 1vw);
  }
  .book-sec-inr h4 span {
    font-size: calc(1.6rem + 1vw);
  }
  .book-sec-outr {
    align-items: flex-end;
    padding-block-end: 80px;
	justify-content: center;
  }
  .footr-mnu li a {
    font-size: 1.1rem;
  }
  .about-img-col .img-two img {
    width: 230px;
    height: 230px;
  }
  .activites-col-inr ul li {
    width: 100%;
  }
  .activites-col-inr ul li:nth-child(2n) {
    margin-inline-start: 0px;
  }
  .activites-col-inr ul li {
    margin-block-start: 2rem;
  }
  .benifits-children-sec-outr .col-md-6 iframe {
    height: 400px;
  }
  .contact-form-col {
    padding-bottom: 1.5rem !important;
  }
  .testimonial-slider-text::before {
	  width: 100%;
  }
}

@media (max-width: 736px) {
}

@media (max-width: 667px) {
}

@media (max-width: 600px) {
}

@media (max-width: 575.98px) {
  .about-img-col .col-sm-6 {
    width: 50%;
  }
  .about-img-col .img-two img {
    width: 100%;
    height: 250px;
  }
}

@media (max-width: 480px) {
  .admission-mnu.order-lg-2 {
    white-space: normal;
  }
  .admission-btn {
    padding-inline: 1rem;
    line-height: 1;
    height: auto;
    padding-block: 0.8rem;
  }
  .book-content-inr h5 {
    font-size: 0.8rem;
  }
  .book-content-inr a {
    font-size: 1.1rem;
  }
  .foote-bottom-innr .d-flex.align-items-center {
    flex-direction: column;
    text-align: center;
  }
  .copyright-text {
    margin-inline-start: 0px;
    margin-block-start: 1rem;
  }
  .testimonial-slider-text p {
    font-size: 1.1rem;
  }
  .about-img-col .col-sm-6 {
    width: 100%;
  }
  .about-img-col .img-two img {
    width: 100%;
    height: 399px;
  }
  .value-grid li {
    width: 50%;
    flex: 0 0 auto;
  }
  .card .value-grid li {
    width: 100%;
  }
}

@media (max-width: 414.98px) {
  .admission-btn {
    font-size: 0.8rem;
  }
  .header-outr .admission-btn {
    width: 100px;
  }
  .slider-btn {
    font-size: 1rem;
  }
  .why-choose-grid-outr .col-lg-2 {
    width: 100%;
  }
  .why-choose-grid-outr h6 {
    max-width: 260px;
    margin: 0 auto;
  }
  .about-img-red.w-75 {
    width: 100% !important;
    max-width: 300px;
  }
  .about-img-red.w-75 img {
    width: 399px;
    height: 300px;
  }
  .about-img-col .img-two img {
    width: 100%;
    height: 300px;
  }
  .product-grid.d-flex {
    flex-direction: column;
  }
  .photo-main img {
    height: auto;
  }
  .learning-table-sec-outr table th,
  .learning-table-sec-outr table td {
    padding: 0.5em 0.1rem;
    text-align: center;
  }
  .learning-table-sec-outr table td::before {
    width: 128px;
  }
}

@media (max-width: 384px) {
}
@media (max-width: 375px) {
}

@media (max-width: 360px) {
  .navbar-brand img {
    max-width: 13rem;
  }
}

@media (max-width: 320px) {
}
/*responsinator screen size*/
