/* All Phones */
@media (max-width: 480px){
    .service-img{
        min-width: 200px;
        max-width: 200px;

        min-height: 200px;
        max-height: 200px;

        display: block;
        margin: auto;
    }

    .hero-text{
        padding-left: 15px !important;
    }

    .choi_round_2 {
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .card-img-cont{
        border-right: none;
    }
}


/* Extra Small Screens (up to 576px) */
@media (max-width: 576px) {
    .my-h2 {
        font-size: 30px;
    }

    .choi_round_2 {
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .card-img-cont{
        border-right: none;
    }

    .qanda-fil {
        overflow-y: scroll;
        overflow-x: hidden;
        height: 50vh !important;
        /* background-color: #fff !important; */
    }
}


/* Small Screens (from 576px to 768px) */
@media (min-width: 576px) and (max-width: 768px) {
    .my-h2 {
        font-size: 30px;
    }

    .service-text-p {
        font-size: 16px !important;
    }

    .choi_round_2 {
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .card-img-cont{
        border-right: none;
    }
}


/* Medium Screens (from 768px to 992px) */
@media (min-width: 768px) and (max-width: 992px) {
    .my-h2 {
        font-size: 30px;
    }

    .service-text-p {
        font-size: 16px !important;
    }

    .choi_round {
        border-bottom-left-radius: 10px;
    }

    .choi_round_2 {
        border-bottom-right-radius: 10px;
    }

    .card-img-cont{
        border-right: 2px solid #292D57;
    }
}


/* Large Screens (from 992px to 1200px) */
@media (min-width: 992px) and (max-width: 1200px) {
    .nav-icon {
        display: none !important;
    }

    a.nav-link {
        font-size: smaller !important;
    }

    .service-img{
        min-width: 80px !important;
        max-width: 80px !important;

        min-height: 80px !important;
        max-height: 80px !important;

        display: block !important;
        margin: auto !important;
    }

    .resource-mat{
        min-width: 5px !important;
        max-width: 50px !important;

        min-height: 50px !important;
        max-height: 50px !important;
    }

    .abt-resource {
        font-size: 13px !important;
    }

    .service-btn{
        padding: 8px !important;
    }

    .choi_round {
        border-bottom-left-radius: 10px;
    }

    .choi_round_2 {
        border-bottom-right-radius: 10px;
    }

    .card-img-cont{
        border-right: 2px solid #292D57;
    }
}


/* Extra Large Screens (from 1200px and above) */
@media (min-width: 1200px) {
    .choi_round {
        border-bottom-left-radius: 10px;
    }

    .choi_round_2 {
        border-bottom-right-radius: 10px;
    }

    .card-img-cont{
        border-right: 2px solid #292D57;
    }
}
