/* Extra small devices (phones, 600px and down) */


@media only screen and (max-width:425px) {
    .services-nav-dropdown {
        padding: 10px 10px 10px 30px;
        max-width: 380px;
        font-size: 15px;
    }
}

@media only screen and (max-width:375px) {
    .services-nav-dropdown {
        padding: 10px 10px 10px 30px;
        max-width: 280px;
        font-size: 15px;
    }
}


@media only screen and (min-width: 320px) and (max-width: 599px) {
    body {
        font-size: 15px;

    }

    .banner-main-text .banner-main-heading {
        font-size: 30px;
    }

    .banner-main-text .banner-sub-heading {
        font-size: 20px;
    }

    .banner-main-text {
        margin: 2rem auto;
    }

    .services-list {
        padding: 0;
    }

    .services-list h3 {
        font-size: 1.3rem;
    }

    .check-list-icon {
        font-size: 15px;
        padding-left: 1rem;
    }

    .check-list-icon li {
        padding: 5px 0;
    }

    .main-navbar {
        padding-bottom: 1rem;
    }

    .main-navbar .nav-item:hover {
        border-bottom: none;
    }

    .common-service .points-padding {
        padding-left: 3rem !important;
    }

    /* .common-service .points-padding .services-check-list ul li::before {
        margin-left: -35px;
    } */

    .common-service .points-padding .services-check-list {
        font-size: 17px;
    }

    .service-main-section .sub-heading {
        font-size: 1.5rem;
    }

    .services-topics {
        padding: 10px;
    }

    .services-topics h4 {
        font-size: 1.2rem;
    }

    .small-service-points {
        font-size: 17px;
        padding-left: 5rem;
    }

    .big-text {
        display: none;
    }

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) and (max-width: 991px) {

    .banner-main-text {
        margin: 2rem auto;
    }

    .banner-main-text .banner-main-heading {
        font-size: 35px;
    }

    .services-list {
        padding: 0;
    }

    .services-list h3 {
        font-size: 1.3rem;
    }

    .check-list-icon {
        font-size: 15px;
        padding-left: 1rem;
    }

    .check-list-icon li {
        padding: 5px 0;
    }

    .main-navbar .nav-item:hover {
        border-bottom: none;
    }

    .services-nav-dropdown {
        width: 500px;
    }

    .form-section .display-4 {
        font-size: 2.5rem;
    }

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-main-text {
        max-width: 600px;
    }

    .banner-main-text .banner-main-heading {
        font-size: 40px;
        font-weight: 900;
    }

    .banner-main-text .banner-sub-heading {
        font-size: 26px;
        color: #7d7987;
        font-weight: 300;
    }

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {}
