@media (min-width: 1400px) {
  .lightbox-modal .carousel-inner {
    max-width: 60%;
  }
}

@media only screen and (min-width:300px) and (max-width:575px) {
  .mainLogo {
    width: 45px;
  }

  .innerOverlay{
    margin: 0px !important;
  }

  .logoimg {
    width: 170px;
  }
  .hide{
    display: none;
  }
  .squareRadius{
    border-bottom-left-radius: 20px !important;
    border-top-left-radius: 20px !important;
    border-radius: 20px;
  }
  .logores {
    width: 220px;
  }

  .welcome {
    margin-bottom: 50px;
    text-align: center;
    font-size: 22px;
  }

  .welcomeInner {
    font-size: 18px;
  }

  .welcome::after {
    width: 0px;
  }


  .mh-400,
  .mh-450 {
    min-height: auto;
  }


  .fixheightbanner{
    height: auto !important;
  }
  .navbar-collapse {
    height: 100vh;
  }

  .w-140 {
    width: 140px;
    white-space: nowrap;
  }

  .pt-custom {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .custom-width {
    max-width: 100%;
    border-bottom-left-radius: 220px !important;
    border-top-left-radius: 220px !important;
  }

  .customVisionw {
    max-width: 100%;
  }
  .missingcircle{
    border-radius: 0px;
  }

  .eventInner{
    width: 75%;
  }

  .wow{
    animation-name: none !important;
    visibility: visible !important;
}
.Programs>div{
  padding: 0;
} 
.doctdnone{
  display: none;
}
.doctdOne{
  width: 6%;
}
.doctdTwo{
  width: 52%;
}
  /* landing pages gallery end */

  /* Quote */

  .bg-fixed-quote {
    border-radius: 30px;
  }

  .fs-big {
    font-size: 26px;
  }

  .overlay-slight-black {
    border-radius: 30px;
  }

  /* Quote end */
  /* Learning */
  .learning {
    margin-top: 40px;

  }

  .learningInner h1 {
    font-size: 20px;
  }

  .learningInner {
    margin: 0px !important;
    border-radius: 30px;
    padding-top: 0;
  }

  .learningInner .w-20 {
    width: 100%;
    margin-bottom: 40px;
  }
  .eduConcept {
    width: 100%;
  }
  .map{
    width: 100%;
  }
  /* learning anime pages start  */
}

/* landing page gallery start */
@media screen and (max-width: 810px) {
  .hide{
    display: none;
  }
  .squareRadius{
    border-bottom-left-radius: 20px !important;
    border-top-left-radius: 20px !important;
    border-radius: 20px;
  }
  .gallery {
    column-count: 2;
    --webkit-column-count: 2;
    --moz-column-count: 2;
  }

  .customVisionw {
    max-width: 100%;
  }

  .custom-width {
    max-width: 100%;
  }
  .eduConcept {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .gallery {
    column-count: 2;
    --webkit-column-count: 2;
    --moz-column-count: 2;
  }


}

@media screen and (max-width: 400px) {
  .gallery {
    column-count: 1;
    --webkit-column-count: 1;
    --moz-column-count: 1;
  }

}

@media screen and (max-width:1600px) {
  .welcome::after {
    left: 65%;
  }
}

@media screen and (max-width:1500px) {
  .welcome::after {
    left: 67%;
  }
}

@media screen and (max-width:1400px) {
  .welcome::after {
    left: 69%;
  }
}

@media screen and (max-width:1200px) {
  .welcome::after {
    left: 73%;
  }
  .eduConcept {
    width: 50%;
  }
}

@media screen and (max-width:1000px) {
  .welcome::after {
    left: 74%;
  }
}

@media screen and (max-width:800px) {
  .welcome::after {
    left: 78%;
  }
  .eduConcept {
    width: 100%;
  }
}

@media screen and (max-width:700px) {
  .welcome::after {
    display: none;
  }

}

@media screen and (max-width: 500px) {
  .gallery {
    column-count: 1;
  }
  
}

@media screen and (min-width: 501px) and (max-width: 700px) {
  .gallery {
    column-count: 2;
  }

  .customVisionw {
    max-width: 100%;
  }
  .eventInner{
    width: 50%;
  }
  
}

@media screen and (min-width: 701px) and (max-width: 900px) {
  .gallery {
    column-count: 3;
  }
  .eventInner{
    width: 50%;
  }
}