.contact_header {
    padding: 50px 20px 0px;
    background-color: white;
}
.c_interested {
    padding: 7px 0px;
    line-height: 40px;
    font-weight: 600;
    font-family: sans-serif;
}
.c_we {
    margin-bottom: 0px;
    font-size: 28px;
    line-height: 40px;
    font-weight: 600;
    font-family: sans-serif;
}
    /* End Header  */

.contact_form {
    background-color: white;
    padding: 50px 20px;
}
.contact_right_padding {
    padding-right: 20px !important;
}
.form-control {
    padding: 10px 15px !important;
    font-size: 18px !important;
    background-color: rgba(0,0,0,.03) !important;
}
.form-label {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: .5px;
    color: #6c757d!important;
}
.form-select {
    color: #6c757d!important;
}
.contact_form .btn {
    padding: 10px 58px;
    font-size: 20px;
    margin-top: 15px;
}
    /* End Form  */
.sideBarContact {
    padding: 37px 0px 40px 20px !important;
}
.user-prson {
    width: 60px;
    height: 60px;
}
.card-header {
    font-size: 20px;
    font-weight: bold;
}
.quickContact {
    padding: 20px 20px 0px;
}
.mainNumber {
    margin: 0px;
}
.keyContact {
    font-weight: bold;
    padding-bottom: 15px;
}
.employerNumber {
    margin: 0;
}
.employerName {
    font-size: 18px;
    color: black;
}
    /* End Side Bar  */

    /* Start Media Queary  */

@media screen and (max-width: 991px) {
    .user-prson {
        width: 50px;
        height: 50px;
    }
    .mainEmail {
        font-size: 18px;
    }
    .employeerEmail {
        margin: 0;
    }
}
@media screen and (max-width: 767px) {
    .contact_header {
        padding-bottom: 0px;
    }
    .contact_right_padding {
        padding-right: 0px !important;
    }
    .form-label {
        font-size: 16px;
    }
    .form-control {
        font-size: 15px !important;
    }
    .contact_form .btn {
        padding: 8px 50px;
    }
    .c_we {
        font-size: 26px;
    }

    .sideBarContact {
        padding: 37px 0px 0px 0px !important;
        text-align: center;
    }
    .keyContact {
        padding-bottom: 13px;
        font-size: 40px;
        padding-top: 20px;
    }
    .user-prson {
        width: 100px;
        height: 100px;
    }
    .employerName {
        font-size: 23px;
        color: black;
        padding: 20px 20px 10px;
    }
    .employerNumber {
        font-size: 25px;
    }
    .employeerEmail {
        font-size: 25px;
        padding: 0px 0px 23px;
    }

}
@media screen and (max-width: 575px) {
    .c_we {
        font-size: 22px;
    }
}