﻿.partner-container {
    background: url(/images/main/PW-us.png);
    background-size: cover;
    margin-bottom:15px;
}

h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 69px;
    font-weight: 400;
    margin-bottom: 12px;
}

.para {
    font-size: 16px;
}

.homebtn {
    color: rgb(16,108,200);
    background: white;
    padding: 10px 35px;
    border-radius: 10px;
    font-weight: 700;
    font-family: sans-serif;
    margin-top: 30px;
}

.copyright {
    color: white;
    text-align: center;
    font-size: 15px;
    font-family: 'Roboto','sans-serif';
    padding-bottom: 15px;
    margin-top: 65px;
    margin-bottom: 0;
}

@media only screen and (max-width: 480px) {
    /*added by s.mansoor*/
    img.location-icon {
        margin-top: 1px !important;
        max-height: 17px !important;
    }
    .footer {
        font-size: 12px !important;
    }

    .careers {
        margin-left: 0 !important;
    }

    .contactus {
        margin-top: 5px;
    }

    .follow {
        margin-top: 13% !important;
    }

    .emailclass {
        margin: -6px 0px -9px !important;
    }

    .contact_div {
        margin-top: 6px !important;
    }

    img.call-icon {
        margin-top: 1px !important;
        margin-bottom: 17px !important;
        height: auto;
    }

    img.location-icon {
        margin-top: 1px !important;
    }
    /*till here*/
    .para {
        padding: 0 20px;
        font-size: 14px;
    }

    h1 {
        font-size: 54px;
    }

    .copyright {
        width: 80%;
        margin: 0 auto;
    }

}
