/* (1920x1080) Full HD Display */
@media screen and (max-width: 1920px) {}

/* Large desktop :1800px. */
@media (min-width: 1500px) and (max-width: 1800px) {}

/* Normal desktop :1200px. */
@media (min-width: 1200px) and (max-width: 1500px) {}

/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1200px) {}

/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
    .about-1 img {
        justify-content: center;
        padding-left: 90px;
        padding-bottom: 10px;
    }
}

/* small mobile :320px. */
@media (max-width: 767px) {
    .about-1 img {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .about-content p {
        text-align: start;

    }

    .heading-1 h2 {
        padding-top: 20px !important;
    }

    .content-1 {
        color:#000;
        padding: 15px 15px !important;
        text-align: justify;
        font-size: 2.5rem;
    }

    .carousel-indicators [data-bs-target] {
        display: none;
    }

    .about-1 img {
        justify-content: center;
    }

    .about-us h2 {
        padding-top: 20px;
        padding-bottom: 0 !important;
    }

    .heading-1 {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .content-1 {
        padding-bottom: 0px !important;
    }

    .about-1 {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .combined-bg ol li {
        font-size: 14px;
    }

    .combined-bg h3 {
        font-size: 18px;
        padding-top: 0px !important;
    }

    .vertical-1 ul li {
        font-size: 14px;
        display: block;

    }

    .form-floating label {
        border: none;
    }
    .navbar-light .navbar-nav .nav-link.active {
      padding-left:10px;
        
    }
    .faq h1{
        font-size: 20px;
        text-align: center;
    }

   
}

/* @media only screen and (min-width: 768px) and (max-width: 1024px){
    .about-1 img{
      display: none;  
    }
}  */

/* Large Mobile :480px. */
@media only screen and (min-width: 576px) and (max-width: 767px) {}