@media (max-width: 576px) { 
    .w-100-mobile{
        width: 100%;
    }

    h1{
        font-size: 28px;
    }

    h2{
        font-size: 22px;
    }

    h3 {
        font-size: 20px;
    }

    h4{
        font-size: 20px;
    }

    h5{
        font-size: 18px;
    }
    .content {
        padding: 15px;
        padding-top: 30px;
    }

    .responsive-caption{
        font-size:30px;
    }

    .responsive-carousel-logo{
        width:100%!important;
    }

    .form-control{
        font-size:16px;
    }

    .save-block-results{
        display: block;
    }

    .save-text-style{
        font-size: 20px!important;
    }

    .ps-results{
        margin-bottom: 25px;
    }

    .class-nav{
        width:33%;
    }

    .ps-results-other .nav-link.active{
        color:#012349;
    }

    .ps-results-other .nav-link{
        color:#01234966;
    }

    .ps-results-other .nav-link{
        line-height: 18px;
    }

    .ps-results-header{
        background-image: none;
    }

    .reset-sim-button{
        color: #ffffff;
    }
    .reset-sim-button:hover{
        text-decoration: none;
        color: #ffffff!important;
    }

    .language-selector-container{
        right:5%;
        flex-wrap: wrap;
        bottom: calc(20% + 200px);

    }

    .language-selector{
        width: 85px;
        margin-bottom: 10px;
    }

    .select2-container .select2-selection--single{
        height: 56px;
    }

    .select2-container .select2-selection--single .select2-selection__rendered {
    
        font-size: 13px;

    }
    
    .ps-results-table th, .ps-results-table td{
        border-right: none;
        font-size: 13px;

    }

    .ps-table tbody tr:last-child td .value{
        font-size: 15px!important;
    }
 
}

@media (max-width: 768px) { 


}

@media (max-width: 992px) { 


}
