/* ====== Media Queries ====== */

@media only screen and (max-width:1700px) {

}

@media only screen and (max-width:1600px) {

}

@media only screen and (max-width:1500px) {

}


@media only screen and (max-width:1400px) {

}
@media only screen and (max-width:1300px) {

}
@media only screen and (max-width:1200px) {

}

@media only screen and (max-width:1025px) {
    h1 {
        font-size: 50px;
    }
    
    h2 {
        font-size: 40px;
    }
    
    h3 {
        font-size: 30px;
    }
    
    h4 {
        font-size: 20px;
    }
    
    h5 {
        font-size: 18px;
    }
    
    h6,p {
        font-size: 15px;
    }
}

@media only screen and (max-width:991px) {
    h1 {
        font-size: 40px;
    }
    
    h2 {
        font-size: 30px;
    }
    
    h3 {
        font-size: 25px;
    }
    .countrylabel,.radioButtongrp .contain{
        font-size: 15px;
    }
    .desktop {
        display: none !important;
    }

    .mobile {
        display: block !important;
    }
    .navbar-light .navbar-nav .nav-link{
        text-align: center;
    }
    .main--section--wrapper{
        flex-direction: column-reverse;
    }
    .petition--section--wrapper{
        flex-direction: column;
    }
    .signup--form--container,.main--content,.petition--form--container,.donate-content,.donate-amount-box,.about--content,.about--img,.quiz--img,.quiz--question{
        width: 100%;
        max-width: 600px;
        margin: auto;
    }
    .section--cards--row,.share--row,.footer-content-container,.quiz--view {
        flex-direction: column;
    }
    .donate-content-row,.about--section--wrapper{
        flex-direction: column-reverse;
    }
    .social--media--container{
        justify-content: center;
        margin-top: 20px;
    }
    .quiz--question{
        padding-top: 5%;
    }
}
@media only screen and (max-width:769px) {
    .logo {
        max-width: 140px;
    }
    .signed label,.quiz--box p,.quiz--buttons .quiz--options--wrapper .quiz-options{
        font-size: 16px;
    }
    .btnbox a{
        width: 50px;
        height: 50px;
    }
    .btnbox a i{
        font-size: 25px;
    }
    .footer-copyright{
        font-size: 15px;
    }
    footer .socialmedia--iconset a {
        width: 35px;
        height: 35px;
    }
    footer .socialmedia--iconset a i {
        font-size: 18px;
    }
    .navbar-light .navbar-nav .nav-link{
        font-size: 16px;
    }
    .quizHeader .progress{
        height: 10px;
    }
}

@media only screen and (max-width:610px) {
    .col-mob {
        flex-direction: column;
    }

    .pr {
        padding-right: 15px;
        margin-bottom: 10px;
    }

    .pl {
        padding-left: 15px;
    }
}

@media only screen and (max-width:480px) {
    .optionradio{
        flex-direction: column;
        margin-top: 20px;
    }
    h1 {
        font-size: 35px;
    }
}

@media only screen and (max-width:320px) {}