﻿.contact-container {
    background: url(/images/main/background_img11.png);
    background-size: cover;
    padding: 50px;
}

.main-container {
    margin: 0px auto;
    width: 95%;
    background: whitesmoke;
    /* padding-top: 50px; */
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
    padding: 30px 40px;
}

.left-side {
    width: 50%;
}

.input-group-icon {
    padding: 5px 10px;
    width: 40px;
    text-align: center;
}

.input-group {
    border: 2px solid rgb(16,108,200);
    border-radius: 5px;
}

.right-side {
    width: 45%;
}

.vl {
    width: 5%;
    border-left: 2px solid rgb(16,108,200);
    margin-top: 70px;
    margin-bottom: 60px;
}

.parts h4 {
    font-size: 20px;
}

.parts p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3;
}

.phone {
    font-family: sans-serif;
}

h3 {
    margin-bottom: 20px;
    color: rgb(16,108,200)
}

@media only screen and (max-width: 480px) {
    /*added by mansoor*/
    .careers {
        margin-left: 0 !important;
    }
    .footer {
        font-size: 12px !important;
    }

    .contactus {
        margin-top: 5px;
    }

    .follow {
        margin-top: 13% !important;
    }

    img.call-icon {
        margin-top: -2px !important;
        margin-bottom: 16px !important;
        height: auto;
    }
    /*till here*/
    .main-container {
        padding: 30px 20px;
        width:100%;
    }

    .left-side {
        width: 100%;
        padding-right: 0 !important;
        padding-left:0 !important;
    }

    .vl {
        display: none;
    }

    .right-side {
        width: 100%;
    }

        .right-side h3 {
            margin-top: 20px;
            text-align: center;
        }

    .contact-container {
        padding: 30px;
    }

    .head {
        width: 100% !important;
    }

    .branch {
        width: 100% !important;
        padding-left: 0 !important;
        margin-top: 20px;
    }

    .sub-info {
        flex-direction: column;
    }

        .sub-info p {
            width: 100% !important;
            margin-bottom: 10px !important;
        }

    .phone {
        width: 100% !important;
        padding-left: 0 !important;
    }

        .phone p {
            margin-bottom: 3px !important;
        }
}
