    /* #################################
        Cntact Us Custom StyleSheet
    #################################### */
    .contact-us-content-container { background-color: #DAFDEC; }
    .contact-us-width-control-wrapper {
        width: 38rem;
        margin: auto;
        padding: 2rem 3rem;
    }
    .contact-us-main-dev-wrapper {
        display: flex;
        justify-content: space-evenly;
        background-color: #ffff;
        border-radius: 5px;
        box-shadow: 0 0 5px rgba(31, 31, 31, 0.13);
    }

    /* left side */
    .contact-us-left-side-wrapper {
        width: 50%;
        background-color: #F8FBF4;
    }
    .content-us-image-wrapper {
        width:100%;
        height: 100%;
        position:relative;
    }
    .content-us-image-wrapper img {
        top:0;
        left:0;
        right:0;
        bottom:0;
        width: 100%;
        margin:auto;
        position:absolute;
    }

    /* right side */
    .contact-us-right-side-wrapper {
        width: 50%;
        padding: 10px;
    }
    .contact-us-right-side-wrapper>.contact-us-heading {
        font-size: 20px;
        color: #058248;
    }
    .contact-us-right-side-wrapper>.contact-us-description {
        margin-top: 15px;
        margin-bottom: 15px;
        font-size: 11px;
        color: #717171;
    }
    .mt-3 { margin-top: 1rem; }
    .row-custom {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .col-custom {
        max-width: 48%;
        flex: 0 0 100%;
    }
    .form-control {
        width: 100%;
        padding: 0.375rem 0.75rem;
        display: block;
        font-size: 11px;
        line-height: 1.5;
        color: #495057;
        background-color: #DAFDEC;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: 0.25rem;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        box-sizing: border-box;
        font-family: 'Times New Roman', Times, serif;
    }
    .form-control:hover { border-color: #b8b8b8; }
    .form-control:focus {
        color: #495057;
        background-color: #fff;
        border-color: #80bdff;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }
    label {
        margin-bottom: 0.3rem;
        font-size: 11px;
        display: block;
        color: #058248;
    }
    .contact-us-right-side-wrapper button {
        border: 1px solid #058248;
        background-color: #058248;
        color: #ffff;
        border-radius: 0.25rem;
        padding: 8px 30px;
        font-family: 'Times New Roman', Times, serif;
        font-size: 11px;
    }
    .text-center { text-align: center; }
    .contact-us-right-side-wrapper button:hover {
        color: #058248;
        background-color: #fff;
    }

    /* ################
        Media Query
    ################### */
/* ===== Medium Laptop View (!) Width ( 768px <-> 1024px ) (!) ===== */
    @media only screen and ( min-width: 912px ) {
        .contact-us-width-control-wrapper { width: 42rem; }
        .contact-us-right-side-wrapper>.contact-us-description{ font-size: 14px; }
        .form-control { font-size: 14px; }
        label { font-size: 14px; }
        .contact-us-right-side-wrapper button{ font-size: 14px; }
    }

/* =====  Large Laptop View (!) Width ( 1024px <-> 1920px ) (!) ===== */
    @media only screen and ( min-width: 1024px ) {
        .contact-us-width-control-wrapper { width: 51rem; }
        .contact-us-right-side-wrapper>.contact-us-heading{ font-size: 25px; }
        .contact-us-right-side-wrapper{ padding: 20px 20px; }
    }

    @media only screen and ( min-width: 1200px ){
        .contact-us-width-control-wrapper { padding: 3rem 0 4rem 0; }
        .contact-us-right-side-wrapper>.contact-us-description{ font-size: 17px; }
        .form-control { font-size: 17px; }
        label { font-size: 17px; }
        .contact-us-right-side-wrapper button{ font-size: 17px; padding: 10px 40px; }
    }

    @media only screen and ( min-width: 1280px ){
        .contact-us-width-control-wrapper { width: 60rem; }
        .contact-us-right-side-wrapper>.contact-us-heading{ font-size: 35px; }
        .contact-us-right-side-wrapper>.contact-us-description{ font-size: 18px; }
        .form-control { font-size: 18px; }
        label { font-size: 18px; }
        .contact-us-right-side-wrapper{ padding: 20px 25px; }
        .col-custom {
            flex: 0 0 50%;
            max-width: 49%;
        }
        .margin-left{ margin-left: 4px; }
        .margin-right{ margin-right: 4px; }
    }

    @media only screen and ( min-width: 1366px ){
        .contact-us-width-control-wrapper { width: 67rem; }
    }

    @media only screen and ( min-width: 1400px ){
        .contact-us-width-control-wrapper { width: 64rem; }
    }

    @media only screen and ( min-width: 1440px ){
        .contact-us-width-control-wrapper { width: 67rem; }
    }

    @media only screen and ( min-width: 1600px ){
        .contact-us-width-control-wrapper { width: 73rem; }
    }

    @media only screen and ( min-width: 1680px ){
        .contact-us-width-control-wrapper { width: 78rem; }
    }

    @media only screen and ( min-width: 1920px ){
        .contact-us-width-control-wrapper { width: 88rem; }
        .contact-us-right-side-wrapper>.contact-us-heading{ font-size: 45px; }
        .contact-us-right-side-wrapper>.contact-us-description{ font-size: 18px; }
        .form-control { font-size: 18px; }
        label { font-size: 18px; }
        .contact-us-right-side-wrapper button{ font-size: 18px; padding: 14px 80px; }
    }
