    .form-group {
        max-width: 500px;
    }
    
    p {
        max-width: 600px;
    }
    
    #footer .bottom-bar {
        width: 100%;
    }
    
    .center {
        text-align: center;
    }
    
    .remove-bottom-padding {
        padding-bottom: 0px;
    }
    
    .red {
        color: red;
    }
    
    .card-pf {
        margin: 20px auto;
        max-width: 600px;
    }
    
    button,
    html input[type=button],
    input[type=reset],
    input[type=submit] {
        padding: 4px 4px;
    }
    
    .scripts {
        display: none;
    }
    
    .section-div {
        margin-bottom: 20px;
    }
    
    .border-print-table {
        margin: auto;
        border-collapse: collapse;
        padding: 0px 0px 0px 0px;
    }
    
    .border-print-table td {
        border: 1px solid black;
        padding: 1mm;
        width: 5cm;
    }
    
    textarea.form-control {
        min-height: 140px;
    }
    
    .form-group {
        clear: both;
    }
    
    .form-group.half-width {
        width: 45.5%;
        clear: none;
        float: left;
        margin-right: 2%;
    }
    
    .form-group input[type=checkbox] {
        float: left;
        margin-right: 2%;
    }
    
    .form-group input[type=checkbox] {
        position: relative;
        float: left;
        margin-right: 2%;
    }
    
    label.checkbox-label {
        max-width: 90%;
    }
    
    label {
        /* line-height: 100%; */
        margin-bottom: 0px;
        width: 100%;
    }
    /* 
.form-group input[type=radio] {
    position: absolute;
    top: 0px;
    left: 0px;
} */
    
    .custom-radio {
        float: left;
    }
    
    .custom-radio .control-label {
        padding-left: 20px;
    }
    
    .custom-control {
        padding: 0 0 0 0;
        margin-right: 10px;
    }
    
    .form-group.clear {
        clear: both;
    }
    
    .full-width {
        width: 100%;
    }
    
    .form-group>div>div.invalid-feedback {
        margin: 0 0 0 10px;
    }
    
    .form-check-input.is-valid~.form-check-label,
    .was-validated .form-check-input:valid~.form-check-label {
        color: inherit;
    }
    
    .invalid-feedback {
        font-weight: 600;
    }
    
    .form-group input {
        margin-top: 5px;
    }
    /* For file upload drag and drop */
    
    .box_dragndrop,
    .box_uploading,
    .box_success,
    .box_error {
        display: none;
    }
    
    form.box div.box_input {
        font-size: 1.25rem;
        background-color: #c8dadf;
        position: relative;
        padding: 50px 20px;
        display: "block";
        margin-bottom: 10px;
    }
    
    .box.has-advanced-upload div.box_input {
        outline: 2px dashed #92b0b3;
        outline-offset: -10px;
        -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
        transition: outline-offset .15s ease-in-out, background-color .15s linear;
    }
    
    .box.is-dragover {
        outline-offset: -20px;
        outline-color: #c8dadf;
        background-color: #fff;
    }
    
    .box_dragndrop,
    .box_icon {
        display: none;
    }
    
    .box.has-advanced-upload .box_dragndrop {
        display: inline;
    }
    
    .box.has-advanced-upload .box_icon {
        width: 100%;
        height: 80px;
        fill: #92b0b3;
        display: block;
        margin-bottom: 40px;
    }
    
    .box_uploading,
    .box_success,
    .box_error {
        display: none;
    }
    
    .box.is-uploading .box_uploading,
    .box.is-success .box_success,
    .box.is-error .box_error {
        display: block;
        position: absolute;
        top: 50%;
        right: 0;
        left: 0;
        text-align: center;
        width: 100%;
        -webkit-transform: translateY( -50%);
        transform: translateY( -50%);
    }
    
    .box_uploading {
        font-style: italic;
    }
    
    .box_success {
        -webkit-animation: appear-from-inside .25s ease-in-out;
        animation: appear-from-inside .25s ease-in-out;
    }
    
    @-webkit-keyframes appear-from-inside {
        from {
            -webkit-transform: translateY( -50%) scale( 0);
        }
        75% {
            -webkit-transform: translateY( -50%) scale( 1.1);
        }
        to {
            -webkit-transform: translateY( -50%) scale( 1);
        }
    }
    
    @keyframes appear-from-inside {
        from {
            transform: translateY( -50%) scale( 0);
        }
        75% {
            transform: translateY( -50%) scale( 1.1);
        }
        to {
            transform: translateY( -50%) scale( 1);
        }
    }
    
    .box_restart {
        font-weight: 700;
    }
    
    .box_restart:focus,
    .box_restart:hover {
        color: #39bfd3;
    }
    
    .js .box_file {
        width: 0.1px;
        height: 0.1px;
        opacity: 0;
        overflow: hidden;
        position: absolute;
        z-index: -1;
    }
    
    .js .box_file+label {
        text-overflow: ellipsis;
        white-space: nowrap;
        cursor: pointer;
        display: inline-block;
        overflow: hidden;
    }
    
    .js .box_file+label:hover strong,
    .box_file:focus+label strong,
    .box_file.has-focus+label strong {
        color: #39bfd3;
    }
    
    .js .box_file:focus+label,
    .js .box_file.has-focus+label {
        outline: 1px dotted #000;
        outline: -webkit-focus-ring-color auto 5px;
    }
    
    .no-js .box_file+label {
        display: none;
    }
    
    .no-js .box_button {
        display: block;
    }
    
    .box_button {
        font-weight: 700;
        color: #e5edf1;
        background-color: #39bfd3;
        display: block;
        padding: 8px 16px;
        margin: 40px auto 0;
    }
    
    .box_button:hover,
    .box_button:focus {
        background-color: #0f3c4b;
    }
    
    .box label,
    box_input {
        width: 100%;
        margin: auto;
        text-align: center;
    }
    /* End file upload drag and drop */
    /* Hide all steps by default: */
    
    .tab {
        display: none;
    }
    /* Make circles that indicate the steps of the form: */
    
    .step {
        height: 15px;
        width: 15px;
        margin: 0 2px;
        background-color: #bbbbbb;
        border: none;
        border-radius: 50%;
        display: inline-block;
        opacity: 0.5;
    }
    /* Mark the active step: */
    
    .step.active {
        opacity: 1;
    }
    /* Mark the steps that are finished and valid: */
    
    .step.finish {
        background-color: #4CAF50;
    }
    /* file upload */
    /* layout.css Style */
    
    .upload-drop-zone {
        height: 200px;
        border-width: 2px;
        margin-bottom: 20px;
    }
    /* skin.css Style*/
    
    .upload-drop-zone {
        color: #ccc;
        border-style: dashed;
        border-color: #ccc;
        line-height: 200px;
        text-align: center
    }
    
    .upload-drop-zone.drop {
        color: #222;
        border-color: #222;
    }
    /* spinner */
    
    @keyframes ldio-3mgzx2me2rk {
        0% {
            opacity: 1
        }
        100% {
            opacity: 0
        }
    }
    
    .ldio-3mgzx2me2rk div {
        left: 147.725px;
        top: 73.085px;
        position: absolute;
        animation: ldio-3mgzx2me2rk linear 0.9345794392523364s infinite;
        background: #68b92e;
        width: 15.549999999999999px;
        height: 40.43px;
        border-radius: 7.7749999999999995px / 10.1075px;
        transform-origin: 7.7749999999999995px 82.41499999999999px;
    }
    
    .ldio-3mgzx2me2rk div:nth-child(1) {
        transform: rotate(0deg);
        animation-delay: -0.8566978193146417s;
        background: #68b92e;
    }
    
    .ldio-3mgzx2me2rk div:nth-child(2) {
        transform: rotate(30deg);
        animation-delay: -0.778816199376947s;
        background: #68b92e;
    }
    
    .ldio-3mgzx2me2rk div:nth-child(3) {
        transform: rotate(60deg);
        animation-delay: -0.7009345794392523s;
        background: #68b92e;
    }
    
    .ldio-3mgzx2me2rk div:nth-child(4) {
        transform: rotate(90deg);
        animation-delay: -0.6230529595015576s;
        background: #68b92e;
    }
    
    .ldio-3mgzx2me2rk div:nth-child(5) {
        transform: rotate(120deg);
        animation-delay: -0.545171339563863s;
        background: #68b92e;
    }
    
    .ldio-3mgzx2me2rk div:nth-child(6) {
        transform: rotate(150deg);
        animation-delay: -0.4672897196261682s;
        background: #68b92e;
    }
    
    .ldio-3mgzx2me2rk div:nth-child(7) {
        transform: rotate(180deg);
        animation-delay: -0.3894080996884735s;
        background: #68b92e;
    }
    
    .ldio-3mgzx2me2rk div:nth-child(8) {
        transform: rotate(210deg);
        animation-delay: -0.3115264797507788s;
        background: #68b92e;
    }
    
    .ldio-3mgzx2me2rk div:nth-child(9) {
        transform: rotate(240deg);
        animation-delay: -0.2336448598130841s;
        background: #68b92e;
    }
    
    .ldio-3mgzx2me2rk div:nth-child(10) {
        transform: rotate(270deg);
        animation-delay: -0.1557632398753894s;
        background: #68b92e;
    }
    
    .ldio-3mgzx2me2rk div:nth-child(11) {
        transform: rotate(300deg);
        animation-delay: -0.0778816199376947s;
        background: #68b92e;
    }
    
    .ldio-3mgzx2me2rk div:nth-child(12) {
        transform: rotate(330deg);
        animation-delay: 0s;
        background: #68b92e;
    }
    
    .loadingio-spinner-spinner-41b0cl51l7z {
        width: 311px;
        height: 311px;
        display: block;
        margin: 50px auto;
        background: none;
    }
    
    .ldio-3mgzx2me2rk {
        width: 100%;
        height: 100%;
        position: relative;
        transform: translateZ(0) scale(1);
        backface-visibility: hidden;
        transform-origin: 0 0;
        /* see note above */
    }
    
    .ldio-3mgzx2me2rk div {
        box-sizing: content-box;
    }
    /* End spinner */
    
    .form-progress-bar {
        text-align: center;
        margin-top: 10px;
    }
    
    button {
        margin-left: 6px;
    }
    
    .hearing-block {
        width: 100%;
        margin-bottom: 10px;
        padding: 10px 10px;
        border: 1px solid #ddd;
    }
    
    .hearing-block input[type="radio"] {
        margin: 10px 10px;
    }
    
    button.gsc-search-button-v2 {
        padding: 8px 10px 0 10px;
        overflow: hidden;
        /* height: 28px; */
    }
    
    #search .gsc-input {
        position: relative;
        left: 6px;
    }
    
    #search #gs_cb50 {
        padding-right: 4px;
        padding-top: 2px;
    }
    
    #search .gsc-search-box {
        height: 16px;
    }
    
    a.gs-image,
    .gs-result a.gs-image,
    .gs-result .gs-promotion-image,
    .gs-result a.gs-image,
    .gs-result .gs-promotion-image {
        float: left;
        max-width: 60px;
        max-height: 120px;
        border: none;
    }
    
    img.gs-image {
        float: left;
        margin-right: 16px;
        max-width: 60px;
        max-height: 120px;
    }
    
    div.gs-image-box,
    div.gs-promotion-image-box {
        float: left;
        width: auto;
        margin-right: 20px;
        max-width: 60px;
        max-height: 120px;
    }
    
    .hearing-block {
        display: table;
    }
    
    .hearing-block label {
        min-width: 75%;
        width: 90%;
    }
    
    .hearing-block div.invalid-feedback {
        width: 100%;
        min-width: 100%;
        clear: both;
    }
    
    .hearing-block input {
        float: left;
    }
    
    .hearing-block .invalid-feedback {
        padding-left: 23px;
    }
    
    .btn-apply-today {
        background-color: transparent;
        border: 1px solid transparent;
        border-radius: 0.25rem;
        color: #45643c;
        cursor: pointer;
        display: inline-block;
        line-height: 1.5;
        padding: 0.375rem 1.5rem;
        text-align: center;
        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        -webkit-user-select: none;
        user-select: none;
        vertical-align: middle;
        text-decoration: none;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
        font-size: 24px;
        font-weight: 500;
        background-color: rgb(104, 185, 46);
        border-color: rgb(104, 185, 46);
        color: #fff;
        font-size: 1.4rem;
        font-weight: 500;
        background-image: none;
    }
    
    a.btn-apply-today:visited {
        color: #fff;
    }
    
    .btn-apply-today:focus {
        background-color: transparent;
        border: 1px solid transparent;
        border-radius: 0.25rem;
        color: #45643c;
        cursor: pointer;
        display: inline-block;
        line-height: 1.5;
        padding: 0.375rem 1.5rem;
        text-align: center;
        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        -webkit-user-select: none;
        user-select: none;
        vertical-align: middle;
        text-decoration: none;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
        background-color: #0069d9;
        border-color: #0062cc;
        color: #fff;
        box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, .5);
    }

    .widget-table {
        border: 2px solid #3097D2;
        margin-bottom: 10px;
        max-width: none!important;
        width: 100%;
    }

    .widget-header,
    .widget-header:hover,
    .widget-header:active:focus,
    .widget-btn:hover,
    .widget-btn:active:focus {
        background-color: #2890CE !important;
    }

    .widget-header {
        padding: 10px 10px;
        margin-bottom: 5px;
        line-height: 100%;
        font-size: 13px;
        color: #fff;
        text-transform: uppercase;
        text-shadow: 1px -1px #333;
        text-decoration: none;
        font-family: 'GothamBoldRegular', Arial, Helvetica, sans-serif;
        column-span: 4;
    }

    .widget-table-data {
        align-items: center;
        column-span: 4;
    }

    .camera-image-primary {
        width: 100%;
    }

    @media only screen and (max-width: 600px) {
        .camera-image-display {
          display: none;
        }
      }

    .widget-btn {
        background-color: #2890CE;
        padding: 10px 10px;
        line-height: 100%;
        font-size: 13px;
        color: #fff;
        text-transform: uppercase;
        text-shadow: 1px -1px #333;
        text-decoration: none;
        font-family: 'GothamBoldRegular', Arial, Helvetica, sans-serif;
        column-span: 4;
    }

    .widget-btn:visited {
        color: #fff ;
    }

    .widget-header-direction,
    .widget-body {
        padding: 0rem;
        font-family: 'GothamBoldRegular', Arial, Helvetica, sans-serif;
        font-weight: bold;
    }
    