
/* ========================== Max Width 1200px =================================== */
@media (max-width:1200px) {
    .nav_heading h1{
        line-height: 35px;
        font-size: 30px;
    }
    .nav_heading h3{
        line-height: 25px;
        font-size: 25px;
    }
    .sidebar{
        left: 65%;
    }
    .banner_heaing{
        font-size: 40px;
        line-height: 45px;
    }
}

/* ========================== Max Width 991px =================================== */
@media (max-width:991px) {
    .nav_heading h1 {
        font-size: 20px;
        line-height: 28px;
        text-align: center;
    }
    .breadcrumb {
        height: 450px;
        
    }
    
    .nav_heading h3 {
        font-size: 15px;
        line-height: 20px;
        display: none;
    }
    .logo img{
        height: 60px;
    }
    .sidebar{
        display: none;
    }
    .banner{
        padding-top: 5rem;
        padding-bottom: 0;
    }
    .banner_heaing {
        font-size: 30px;
        line-height: 35px;
    }
    .update_box button{
        padding: 8px 15px;
        font-size: 12px;
    }
    .heading{
        font-size: 30px;
        line-height: 35px;
    }
    .sub_heading{
        font-size: 20px;
        line-height: 25px;
    }
    .card-content-box .items span{
        font-size: 10px;
    }
    .card-content-box h4{
        font-size: 12px;
        
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
    }
    .card-content-box .items {
        margin-right: 0.25rem;
    }

    .blog-link span{
        font-size: 13px;
    }
}

/* ========================== Max Width 500px =================================== */
@media (max-width:768px) {
    .rotated-heading{
        min-height: auto;
        text-align: center;
        margin: 20px 0 10px;
    }
    .rotated-heading h4{
        position: unset;
        transform: rotate(0);
    }
    
    .events .nav-tabs .nav-item {
        font-size: 12px;
        line-height: 18px;
    }
    .series{
        margin-left: 0;
    }
    .blog_card_wrapper{
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
    }
    .blog_card_container{
        height: auto;
        width: calc(50% - 10px);
    }
    .blog_card_container .image{
        border-radius: 20px 20px 0 0;
    }
    .blog_card_container .blog_content{
        padding: 10px;
    }
    .blog_card_container .blog_content h4{
        font-size: 0.9rem;
    }
    .blog_card_container .blog_content span{
        font-size: 10px;
    }
    .blog_card_container .blog_content svg{
        height: 12px;
    }
    #header.active{
        left: 0;
    }
    .webinar-text {
        font-size: 17px;
        line-height: 22px;
    }
    .card-content-box .items span{
        font-size: 10px;
    }
    .card-content-box h4{
        font-size: 1rem;
    }
    .footer{border-radius: 20px 20px 0 0;}
    .social_links{margin-top: 3rem;}
    .footer_copy_right p{font-size: 12px;padding:5px 0;line-height:15px;}
}
/* ========================== Max Width 500px =================================== */
@media (max-width:500px) {
    p{
        font-size:14px;
        line-height:normal;
    }
    .heading{
        font-size: 20px;
        line-height: normal;
    }
    .banner{
        padding-top: 9rem;
        height: 550px;
        overflow-y: scroll;
        scroll-snap-type: y mandatory;
    }
    .banner_heaing {
        width: 80%;
        font-size: 25px;
    }
    .banner-slide{
        height: 420px;
    }
    .banner-content {
        padding-top: 3rem;
        padding-bottom: 2rem;
    }

    .sidebar {
        position: sticky;
        top: 100%;
        left: 65%;
        width: 20px;
        height: 0;
        z-index: 5;
        transform: translate(-50%, -50%);
    }

    .sidebar .scroll_bar {
        position: absolute;
        top: -75vh;
        width: 150px;
        padding-right: 10px;
        height: 50vh;
        color: #fff;
        overflow-y: scroll;
    }

    .sidebar .scroll_bar button {
        width: 100%;
        font-family: 'SofiaProMedium';
        padding: 6px 10px;
        border-radius: 8px;
        font-size: 10px;
        margin-bottom: 0.5rem;
        box-shadow: inset 0 0 4px 4px rgba(0, 0, 0, 0.25);
    }
    .mission_slider {
        padding: 25px 20px;
        position: relative;
        border-radius: 10px;
        overflow: hidden;
    }
    .mission_slider .heading {
        font-size: 25px;
        line-height: 30px;
    }
    .list_items {
        font-size: 18px;
        line-height: 30px;
        font-family: "SofiaProMedium";
        list-style: none;
        padding: 0;
    }
     .second_res {
        display: none;
    }
    .first_res {
        display: block;
    }

}