@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1440px !important;
    }
}


/* Extra small devices (phones, 600px and down) */

@media only screen and (max-width: 600px) {
    .jjm-training-img {
        width: 100%;
    }

    .gray-bg1 {
        background-image: unset;
        height: unset;
    }
}


@media only screen and (max-width: 768px) {
    .pre-header {
        display: none;
    }
    .upcoming-programmes {
        padding: 75px 0px !important;
    }
}

@media (min-width: 320px) and (max-width:768px) {
    img.img-fluid {
        padding: 10px;
        margin-left: 25px;
        width: 300px !important;
        height: 211px !important;
    }

    .social-media-icon img.img-fluid {
        padding: 0px;
        margin-left: 0px;
        width: unset !important;
        height: unset !important;
    }

    .column-title2 {
        font-size: 25px;
        font-weight: 600;
        color: #245A6D;
        text-align: center;
        margin: 15px 0px;
    }

    .nopadding {
        padding: 0px;
    }

    

    .jjm-logo-img {
        width: 78px;
    }

    .logo-text {
        color: #2494d4;
        font-size: 21px;
        font-weight: 700;
    }

    .about-padding {
        padding-top: 20px;
    }

    .menu-position {
        margin-left: unset;
    }

    .sublogo-text a {
        color: black;
        font-weight: 600;
        text-decoration: none;
        font-size: 11px;
    }

    p.sublogo-text2 {
        font-size: 11px;
        margin-top: -4px;
    }

    .topnav a {
        font-size: 14px;
    }
}
