    h2 {
        line-height: 10px;
    }

    h1 {
        line-height: 40px !important;
    }

    .fileUpload {
        position: relative;
        overflow: hidden;
    }

    .fileUpload input.upload {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .required-block {
        color: #D7410B;
    }

    .dropdown-block select {
        margin-right: 0px;
        font-size: 16px;
    }

    .visuallyhidden {
        border: 0;
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
        z-index: -1000;
    }

    .country_box_container,
    .region_box_container {
        width: 32%;
        display: inline-block;

    }

    .radioOpt td {
        padding-right: 20px;
        padding-left: 20px;
    }

    .radioOpt input[type="radio"] {
        float: left;
    }

    .radioOpt label {
        display: block;
    }

    hr {
        border: 0px !important;
        border-bottom-color: #0d5265 !important;
        border-bottom-style: solid !important;
        border-bottom-width: 8px !important;
        width: 62%;
        margin-right: 50%;
    }

    h2 {
        line-height: 5px !important;
    }

    .form-control1 {
        display: block;
        width: 150%;
        height: 34px;
        padding: 6px 12px;
        line-height: 1.42857143;
        color: #000;
        background-color: #ffffff;
        background-image: none;
        border: 1px solid #cccccc;
        border-radius: 4px;
    }

    .form-control2 {
        display: block;
        width: 150%;
        height: 34px;
        padding: 6px 12px;
        line-height: 1.42857143;
        color: #000;
        background-color: #ffffff;
        background-image: none;
        border: 1px solid #cccccc;
        border-radius: 4px;
    }

    .marginbuttoncss {
        margin-top: 0px;
        margin-right: 151px !important;
    }

    element.style {
        font-size: smaller;
    }

    /* added by supriya for scrollbar issue 13/07/2020 */
    .pad_zero {
        padding: 0px !important;
    }

    .filenameDiv.alert.alert-hp-fileupload {
        padding: 8px;
        margin-top: 0;

    }

    .filenameDiv.alert.alert-hp-fileupload span {
        word-break: break-word;
    }

    .spacer {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .case-buttons {
        padding: 5px 17px;
        border-radius: 3rem;
        border-color: rgba(51, 165, 131, 1);
        border-style: solid;
        font-weight: 700;
        margin-right: 10px;
    }

    .case-buttons:disabled {
        color: #c9c9c9 !important;
        border-color: #c9c9c9 !important;
        background-color: #fff !important;
        border-width: thin;
    }
    