@media (min-width: 1700px) {

   

}



/* // XX-Large devices (larger desktops, 1400px and up) */

@media (min-width: 1400px) {}



/* // X-Large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {

   

}



/* // Large devices (desktops, 992px and up) */

@media (max-width: 992px) {

   .navbar-toggler:focus {

      box-shadow: none !important;

   }

   .navbar-toggler {

    background: #50fffe;

}
.mission-item {
    height: auto;
    margin-bottom: 1rem;
}
.banner-text {

    font-size: 3rem;

}

}



/* // Medium devices (tablets, 768px and up) */

@media (min-width: 768px) {



}



/* // Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) {}





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



@media (min-width: 992px) and (max-width: 1199.98px) {

   ul.navbar-nav li:not(:last-child) {

      margin-right: 0;

   }



   /* a.navbar-brand img {

      max-height: 50px;

   } */





}



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





/* // `xxl` applies to x-large devices (large desktops, less than 1400px) */

@media (max-width: 1399.98px) {

   

}



/* // `xl` applies to large devices (desktops, less than 1200px) */

@media (max-width: 1199.98px) {

   .section-title {

      font-size: 36px;

      line-height: 40px;

   }

   .banner-sec {

      height: 50vh;

 }
 .common-heading {
   font-size: 1.8rem;
}

}



/* // `lg` applies to medium devices (tablets, less than 992px) */

@media (max-width: 991.98px) {
   a.navbar-brand img {
      max-height: 70px;
  }
    li.nav-item.dropdown-main .sub-2 li:hover .sub-3, li.nav-item.dropdown-main .sub-1 li:hover .sub-2{
        margin-left:1rem;
    }
   .common-heading {
      font-size: 1.7rem;
  }
   .section-title {

      font-size: 28px;

      line-height: 32px;

  }
.mob-pd{
   padding-bottom: 1rem;
}
  p{

   font-size: 0.9rem

  }

  .common-text {

    font-size: 15px;

}

#navbarSupportedContent{

   transition: 0.3s ease in-out

}

#navbarSupportedContent {

    position: absolute;

    left: 0;

    top: 100%;

    background: #fff;

    width: 100%;

    padding: 0 1rem;

    transition: 0.3s ease in-out;

    box-shadow: 0 5px 10px rgba(0,0,0,0.1);

}

#navbarSupportedContent ul li {

    margin: 0.3rem 0rem;

}

.downloadApp-content {

   padding: 1rem;

}
.about-img img {
   height: 250px;
}
nav.navbar .navbar-brand, nav.navbar form, nav.navbar .navbar-collapse, nav.navbar .text-end.mob-flex {
    flex-grow: 1;
}

}



/* // `md` applies to small devices (landscape phones, less than 768px) */

@media (max-width: 767.98px) {
   .about-img img {
      height: 200px;
   }
   .common-heading {
      font-size: 1.5rem;
  }
   h2.section-title.text-white.fs-4.mb-0 {

    text-align: center;
}
.card.founder {
    padding-top: 1rem;
    margin-bottom: 1rem;
}
.accordion-button {
   font-size: 1.1rem;
}
.app-images {
   margin-top: 1.5rem;
}
   .section-title {

      font-size: 24px;

      line-height: 30px;

  }

  .cmn-header-text{

   max-width: 100%;

   padding: 0 1rem;

  }

  .banner-text {

    font-size: 2.5rem;
    line-height: 42px;

}

.banner-para-text {

    font-size: 1.3rem;
    line-height: 2rem;

}

.card-img-top {

    max-height: 200px;

    object-fit: cover;

}

.footer-title {

    font-size: 18px;

    line-height: 26px;

    margin-top: 1rem;

}

.our-vission-content {

    border-top: 1px solid;

    padding-top: 2rem;

}

.sm-border-0{

   border: 0 !important

}

.our-vission {

    margin-bottom: 1rem;

}

.downloadApp-content {

   padding: 1.5rem 1rem;

}

.banner-btn {

    padding: 0.7rem 1.5rem;

    font-size: 1rem;

}

.course-wrap table thead th{

   min-width: 200px

}

}



@media (max-width: 599.98px) {
    .easy-step-item:nth-child(2n+1) p:first-child {
    left: -2rem;
}
.easy-step-item p:first-child {
    height: 5rem;
    width: 5rem;
    font-size: 1rem;
}
.easy-step-item:nth-child(2n+0) p:first-child {
    left: inherit;
    right: -2rem;
}

   .property-card .card-body {

      display: flex !important;

      justify-content: space-between !important;

      align-items: center !important;

   }

}



/* // `sm` applies to x-small devices (portrait phones, less than 576px) */

@media (max-width: 575.98px) {
   .agree-list ul li{
      width: 100%;
   }
   .agree-list ul{
      gap: 0.5rem;
   }
   .agree-list ul li:after {
    content: '';
    display: none;
}
   a.navbar-brand img {
      max-height: 65px;
  }
   .banner-sec {

      height: 80vh;

   }

   .form-label {

    margin-bottom: 0.3rem;

}  

.banner-btn {

    padding: 0.5rem 1rem;

    font-size: 1rem;

}

   .banner-title {

      font-size: 34px;

   }



   .banner-btn button {

      padding-top: 0 !important;

      padding-bottom: 0 !important;

   }

.offers-item {

    border: 0 !important;

    margin-bottom: 0.5rem;

}

   .footer-bottm-sec .social-icon {
    justify-content: center;
}
.copyright-text, .maintained-by {
    text-align: center;
}


}



@media (max-width: 479px) {

   

}



@media (max-width: 475px) {

   .top-contact-details li {
      text-align: center !important;
  }

.banner-para-text {

    font-size: 1rem;
    line-height: 1.5rem;

}

   .small-font-size {

      font-size: 14px !important;

   }

 .banner-text {

    font-size: 2rem;

    margin-bottom: 1rem;

}

}



@media (max-width: 376px) {

   .banner-text {

    font-size: 1.7rem;

    margin-bottom: 1rem;

}

   

}



@media (max-width: 350px) {

   a.navbar-brand img {

      max-height: 50px;

   }



   .section-title {

      font-size: 25px;

   }



   .banner-title {

      font-size: 30px;

   }

   .navigation-sec {

      padding-top: .25em !important;

      padding-bottom: 0.25em !important;

   }



}

