/* --- Start:Responsive --- */

@media (min-width: 300px) and (max-width: 480px) {
    
    img{
        max-width:100%;
    }
    
    .cover-heading{
        font-size: 26px;
        margin: 12px 0;
    }
    
    .input-group{
        display: inherit !important;
    }
    .input-group .form-control{
        float: none !important;
    }
    .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle{
        border-radius: 0 !important;
    }
    
    .input-group-addon{
        border-radius: 0 !important;
    }
    
    .marginTop{
        margin-top:16px;
    }
    .progress{
        margin-bottom: 16px !important;
    }
    .infoBox li{
        font-size: 12px;
    }
    
    .site-wrapper-inner{
        display: inherit !important;
    }
    
    .cover{
        padding: 0;
    }
    .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn{
        font-size: 14px !important;
    }
}


@media (min-width: 300px) and (max-width: 640px) {
    .mask-white{
        display: none;
    }
    .footerSection {
        background-color: #e91e25;
        bottom: 0;
        position: fixed;
        width: 100%;
        display: none !important;
    }
}

/* --- End:Responsive --- */