﻿/* Hide/rearrange for smaller screens */

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .col-xs-2 {
        width: 10%;
    }
}

@media only screen and (max-width: 290px) {
    h1 {
        font-size: 1.5rem !important;
    }

    h5 {
        font-size: .9rem !important;
    }

    a.btn-login {
        font-size: .6rem !important;
    }

}

@media only screen and (max-width: 390px) {
    h1 {
        font-size: 1.5rem !important;
    }

    h5 {
        font-size: .9rem !important;
    }

    .col-11, .col-1 {
        padding-right: 0px;
        padding-left: 0px;
    }
}

@media only screen and (max-width: 575px) {
    .insured-provided {
        text-align: center !important;
    }

    .bgNoDesign {
        background-image: url('../images/PAMI_BG_MOBILE.png');
    }

    .logo-container {
        width: 50% !important;
        background-color: none !important;
    }
}


/*@media only screen and (max-width: 570px) {
    .main-caption {
        text-align: center;
    }

    .row {
        margin-left: 0px;
        margin-right: 0px;
    }

    .col-md-12 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .content-registration {
        padding-left: 0px;
        padding-right: 0px;
    }

    .logo {
        margin-left: 0px !important;
    }

    .pc-top {
        position: unset;
    }

    .pt-5 {
        padding-top: 1rem !important;
    }

    .data-privacy {
        overflow: scroll;
        height: 200px;
        margin-bottom: 40px !important;
    }

    .success-message {
        margin-top: 0px;
    }

    a.btn-login {
        font-size: .7rem;
    }

    .footer-success {
        padding-bottom: 1rem;
    }
}*/

@media only screen and (max-height: 600px) {
    .body-content {
        margin-bottom: 100px;
    }

    .footer-success {
        margin-top: 2rem;
    }

    .pt-2 {
        padding-top: 0px !important;
    }

}

@media only screen and (max-width: 767px) {
    footer {
        position: relative !important;
    }
    .app-title  {
        text-align: center;
        padding-top: 0px !important;
    }

    /* Hide captions */
    .carousel-caption {
        display: none;
    }

    .pc-logo {
        position: relative;
        width: 100%;
        display: block;
    }
    .logo1 {
        text-align: center;
    }

    .phone, .email{
        font-size: 12px;
    }
}

@media only screen and (max-width: 901px) {
    .app-title .heading-4 {
        font-size: 16px !important;
    }
}

@media only screen and (max-width: 1064px) {
    .app-title .heading-4{
        font-size: 20px;
    }
}


/*@media (min-width: 1400px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1140px;
    }
} */
