/* Add here all your step form  customizations */
.loader {
    display: none;
}

#dynamicForm {
    padding: 0px 120px;
}

#dynamicForm .form-title {
    font-weight: bolder;
    font-size: 40px;
    line-height: 47px;
    letter-spacing: -0.08px;
    color: #333333;
}

#dynamicForm .form-label {
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -0.08px;
    color: #333333;
}

#dynamicForm .form-control {
    width: 90%;
    height: 48px;
    border: 1px solid #C1C1C1;
    border-radius: 6px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    letter-spacing: -0.08px;
}

#dynamicForm .form-control:focus {
    border: 1px solid #008080;
}

#dynamicForm select {
    color: #C1C1C1;
}

#dynamicForm input[type=checkbox] {
    width: 14% !important;
    height: 20px;

}

#dynamicForm ul {
    list-style-type: none;
}

#dynamicForm button {
    background: #008080;
    border-radius: 6px;
    width: 343px;
    height: 48px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
}

#dynamicForm input[type=radio] {
    width: 14% !important;
    height: 20px;

}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

#specialInstForm {
    padding: 0px 120px;
}

#specialInstForm .form-title {
    font-weight: bolder;
    font-size: 40px;
    line-height: 47px;
    letter-spacing: -0.08px;
    color: #333333;
}

#specialInstForm .form-label {
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -0.08px;
    color: #333333;
}

#specialInstForm .form-control {
    width: 90%;
    height: 48px;
    border: 1px solid #C1C1C1;
    border-radius: 6px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    letter-spacing: -0.08px;
}

#specialInstForm .form-control:focus {
    border: 1px solid #008080;
}

#specialInstForm select {
    color: #C1C1C1;
}

#specialInstForm input[type=checkbox] {
    width: 10% !important;
    height: 20px;

}

#specialInstForm input[type=text]:read-only {
    background: none;
}

#field-icon {
    position: relative;
    width: 22px;
    height: 22px;
    left: 83%;
    bottom: 2%;
    cursor: pointer;
}

#specialInstForm ul {
    list-style-type: none;
}

#specialInstForm button {
    background: #008080;
    border-radius: 6px;
    width: 343px;
    height: 48px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
}

#specialInstForm input[type=radio] {
    width: 10% !important;
    height: 20px;

}

#voiceRecordingModal h1 {
    font-weight: bolder;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    letter-spacing: -0.08px;
    color: #333333;
    margin-top: 30px;
}

#voiceRecordingModal p {}

#timer {
    text-align: center;
    margin-top: 60px;
}

#hours {
    font-weight: bold;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    letter-spacing: -0.08px;
    color: #333333;
}

#mins {
    font-weight: bold;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    letter-spacing: -0.08px;
    color: #333333;
}

#seconds {
    font-weight: bold;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    letter-spacing: -0.08px;
    color: #333333;
}

#voiceRecordingModal button {
    width: 386px;
    height: 48px;
    left: 767px;
    top: 1197px;
    background: #008080;
    border-radius: 6px;
    display: block;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: -0.08px;
    color: #FFFFFF;
}

#voiceRecordingModal .modal-footer {
    border-top: 0px !important;
}

#voiceRecordingModal .modal-header {
    border-bottom: 0px !important;
}

#closeModal {
    position: relative;
    left: 740px;
    bottom: 8px;
    font-size: 16px;
    border: 1px solid #008080;
    border-radius: 75px;
    width: 28px;
    height: 28px;
    padding-left: 7px;
    background: #008080;
    color: #ffff;
}

#voiceRecordingModal #play_btn {
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-top: 35px;
    cursor: pointer;
}

#voiceRecordingModal #stop_btn {
    display: none;
    margin-right: auto;
    margin-left: auto;
    margin-top: 35px;
    cursor: pointer;
}

.upload_catalogue_outer {
    text-align: center;
    margin-top: 25px;
}

.dragBoxCatalogue {
    display: block;
    transition: transform 0.3s;
    width: 600px;
    height: 200px;
    border: 1px dashed #008080;
    box-sizing: border-box;
    border-radius: 10px;
}

.dragBoxCatalogue img {
    width: 58px;
    height: 51px;
    margin-top: 33px;
}

.dragBoxCatalogue h1 {
    /* width: 193px; */
    height: 11px;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.5px;
    color: #008080;
    font-weight: bold;
    margin-right: auto;
    margin-left: auto;
    display: block;
    margin-top: 25px;
}

.dragBoxCatalogue p {
    width: 113px;
    height: 18px;
    font-size: 12px;
    text-align: center;
    letter-spacing: 0.5px;
    color: #C1C1C1;
    font-weight: bold;
    margin-right: auto;
    margin-left: auto;
    display: block;
    margin-top: 0px;
}

.dragBoxCatalogue input[type="file"] {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0;
    top: 0;
    left: 0;
}

.dragingCatalogue {
    transform: scale(1.1);
}

#preview_upload_images_row {
    border: 1px solid #008080;
    border-radius: 10px;
    padding-right: 20px;
    display: none;
    max-width: 690px;
}

.preview_upload_images img {
    padding: 16px;
    width: 100px;
    height: 100px;
    box-sizing: border-box;
    border-radius: 6px;
}

#preview_upload_videos_row {
    border: 1px solid #008080;
    border-radius: 10px;
    padding-right: 20px;
    display: none;
    max-width: 690px;
}

.preview_upload_videos video {
    padding: 16px;
    width: 100px;
    height: 100px;
    box-sizing: border-box;
    border-radius: 6px;
    object-fit: cover;
}

#removePhoto {
    position: relative;
    left: 70px;
    bottom: 30px;
    font-size: 14px;
    border: 1px solid #cdced2;
    border-radius: 75px;
    width: 28px;
    height: 28px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    background: #008080;
    color: #ffff;
    cursor: pointer;
}

#removeVideo {
    position: relative;
    left: 70px;
    bottom: 36px;
    font-size: 14px;
    border: 1px solid #cdced2;
    border-radius: 75px;
    width: 28px;
    height: 28px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    background: #008080;
    color: #ffff;
    cursor: pointer;
}

#quotationSuccessModal h1 {
    font-weight: bolder;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    letter-spacing: -0.08px;
    color: #333333;
    margin-top: 30px;
    padding: 0px 100px;
}

#quotationSuccessModal img {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

#quotationSuccessModal p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.5px;
    color: #555555;
    padding: 0px 100px;
}

#quotationSuccessModal button {
    width: 386px;
    height: 48px;
    left: 767px;
    top: 1197px;
    background: #008080;
    border-radius: 6px;
    display: block;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: -0.08px;
    color: #FFFFFF;
}

#quotationSuccessModal .modal-footer {
    border-top: 0px !important;
}

#quotationSuccessModal .modal-header {
    border-bottom: 0px !important;
}

#closeQuotationSuccessModal {
    position: relative;
    left: 740px;
    bottom: 8px;
    font-size: 16px;
    border: 1px solid #008080;
    border-radius: 75px;
    width: 28px;
    height: 28px;
    padding-left: 7px;
    background: #008080;
    color: #ffff;
}

.hidden {
    display: none;
}

.inactive {
    background-color: #eee !important;
    color: #666 !important;
    cursor: default !important;
}

.recorder-instructions {
    margin: 30px auto;
    width: 80%;
    padding: 5px 5px 20px 5px;
    background-color: rgb(220, 253, 225);
}

.step-1A,
.step-2A,
.step-3A,
.step-4A,
.step-5A {
    width: 90%;
    margin: auto;
}

.recorder-instructions>*>h2 {
    font-size: 16px;
    color: #1E1014;
    margin-bottom: 3px;
}

.recorder-instructions>*>p {
    margin: 0;
    font-size: 14px;
}

/* recorder buttons start */
.audio-record {
    padding: 10px 10px 20px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.button-animate {
    animation: pulse 1s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0px 0px 3px 1px #7eda88;
    }

    50% {
        box-shadow: 0px 0px 3px 10px #7eda88;

    }
}

#stopButton {
    display: none;
}

.playback {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 0px;
}

#audio-playback {
    width: 90%;
    height: 48px;
    border: 1px solid #008080;
    border-radius: 6px;
    ;
}

audio::-webkit-media-controls-panel,
video::-webkit-media-controls-panel {
    background-color: #fff;
}

.download {
    display: flex;
    justify-content: center;
}

#downloadButton {
    text-decoration: none;
    color: #1E1014;
}

#downloadContainer {
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 18px;
    font-weight: bold;
    color: #1E1014;
    background-color: #FBBA72;
    border: none;
    border-radius: 5px;
    padding: 20px;
    cursor: pointer;
}

.emojis {
    border: 1px solid #cdced2;
    border-radius: 19px;
    width: 320px;
    padding: 10px;
    display: none;
    margin-left: 30px;
}

.emojis span {
    font-size: 14px;
    cursor: pointer;
}

button {
    height: 50px;
}

#close-emojis {
    margin-left: 88%;
    margin-top: -20px;
    margin-bottom: -13px;
}

#removeClip {
    position: relative;
    left: 730px;
    bottom: 73px;
    font-size: 16px;
    border: 1px solid #cdced2;
    border-radius: 75px;
    width: 28px;
    height: 28px;
    padding-left: 7px;
    background: #ffff;
    display: none;
}


/* responsive */

@media only screen and (min-width: 1440px) and (max-width: 1710px) {
    #dynamicForm {
        padding: 0px 90px;
    }

    #dynamicForm .form-title {
        font-weight: bolder;
        font-size: 40px;
        line-height: 47px;
        letter-spacing: -0.08px;
        color: #333333;
    }

    #dynamicForm .form-label {
        font-weight: bold;
        font-size: 24px;
        line-height: 28px;
        letter-spacing: -0.08px;
        color: #333333;
    }

    #dynamicForm .form-control {
        width: 90%;
        height: 48px;
        border: 1px solid #C1C1C1;
        border-radius: 6px;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        display: flex;
        align-items: center;
        letter-spacing: -0.08px;
    }

    #dynamicForm .form-control:focus {
        border: 1px solid #008080;
    }

    #dynamicForm select {
        color: #C1C1C1;
    }

    #dynamicForm input[type=checkbox] {
        width: 14% !important;
        height: 20px;

    }

    #dynamicForm ul {
        list-style-type: none;
    }

    #dynamicForm button {
        background: #008080;
        border-radius: 6px;
        width: 343px;
        height: 48px;
        display: block;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 30px;
    }

    #dynamicForm input[type=radio] {
        width: 14% !important;
        height: 20px;

    }

    /* Chrome, Safari, Edge, Opera */
    input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    /* Firefox */
    input[type=number] {
        -moz-appearance: textfield;
    }

    #specialInstForm {
        padding: 0px 90px;
    }

    #specialInstForm .form-title {
        font-weight: bolder;
        font-size: 40px;
        line-height: 47px;
        letter-spacing: -0.08px;
        color: #333333;
    }

    #specialInstForm .form-label {
        font-weight: bold;
        font-size: 24px;
        line-height: 28px;
        letter-spacing: -0.08px;
        color: #333333;
    }

    #specialInstForm .form-control {
        width: 90%;
        height: 48px;
        border: 1px solid #C1C1C1;
        border-radius: 6px;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        display: flex;
        align-items: center;
        letter-spacing: -0.08px;
    }

    #specialInstForm .form-control:focus {
        border: 1px solid #008080;
    }

    #specialInstForm select {
        color: #C1C1C1;
    }

    #specialInstForm input[type=checkbox] {
        width: 10% !important;
        height: 20px;

    }

    #specialInstForm input[type=text]:read-only {
        background: none;
    }

    #field-icon {
        position: relative;
        width: 22px;
        height: 22px;
        left: 83%;
        bottom: 2%;
        cursor: pointer;
    }

    #specialInstForm ul {
        list-style-type: none;
    }

    #specialInstForm button {
        background: #008080;
        border-radius: 6px;
        width: 343px;
        height: 48px;
        display: block;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 30px;
    }

    #specialInstForm input[type=radio] {
        width: 10% !important;
        height: 20px;

    }

    #voiceRecordingModal h1 {
        font-weight: bolder;
        font-size: 30px;
        line-height: 30px;
        text-align: center;
        letter-spacing: -0.08px;
        color: #333333;
        margin-top: 30px;
    }

    #voiceRecordingModal p {}

    #timer {
        text-align: center;
        margin-top: 60px;
    }

    #hours {
        font-weight: bold;
        font-size: 30px;
        line-height: 35px;
        text-align: center;
        letter-spacing: -0.08px;
        color: #333333;
    }

    #mins {
        font-weight: bold;
        font-size: 30px;
        line-height: 35px;
        text-align: center;
        letter-spacing: -0.08px;
        color: #333333;
    }

    #seconds {
        font-weight: bold;
        font-size: 30px;
        line-height: 35px;
        text-align: center;
        letter-spacing: -0.08px;
        color: #333333;
    }

    #voiceRecordingModal button {
        width: 386px;
        height: 48px;
        left: 767px;
        top: 1197px;
        background: #008080;
        border-radius: 6px;
        display: block;
        margin-right: auto;
        margin-bottom: 30px;
        margin-left: auto;
        font-size: 16px;
        line-height: 19px;
        text-align: center;
        letter-spacing: -0.08px;
        color: #FFFFFF;
    }

    #voiceRecordingModal .modal-footer {
        border-top: 0px !important;
    }

    #voiceRecordingModal .modal-header {
        border-bottom: 0px !important;
    }

    #closeModal {
        position: relative;
        left: 740px;
        bottom: 8px;
        font-size: 16px;
        border: 1px solid #008080;
        border-radius: 75px;
        width: 28px;
        height: 28px;
        padding-left: 7px;
        background: #008080;
        color: #ffff;
    }

    #voiceRecordingModal #play_btn {
        display: block;
        margin-right: auto;
        margin-left: auto;
        margin-top: 35px;
        cursor: pointer;
    }

    #voiceRecordingModal #stop_btn {
        display: none;
        margin-right: auto;
        margin-left: auto;
        margin-top: 35px;
        cursor: pointer;
    }

    .upload_catalogue_outer {
        text-align: center;
        margin-top: 25px;
    }

    .dragBoxCatalogue {
        display: block;
        transition: transform 0.3s;
        width: 550px;
        height: 200px;
        border: 1px dashed #008080;
        box-sizing: border-box;
        border-radius: 10px;
    }

    .dragBoxCatalogue img {
        width: 58px;
        height: 51px;
        margin-top: 33px;
    }

    .dragBoxCatalogue h1 {
        /* width: 193px; */
        height: 11px;
        font-size: 18px;
        text-align: center;
        letter-spacing: 0.5px;
        color: #008080;
        font-weight: bold;
        margin-right: auto;
        margin-left: auto;
        display: block;
        margin-top: 25px;
    }

    .dragBoxCatalogue p {
        width: 113px;
        height: 18px;
        font-size: 12px;
        text-align: center;
        letter-spacing: 0.5px;
        color: #C1C1C1;
        font-weight: bold;
        margin-right: auto;
        margin-left: auto;
        display: block;
        margin-top: 0px;
    }

    .dragBoxCatalogue input[type="file"] {
        position: absolute;
        height: 100%;
        width: 100%;
        opacity: 0;
        top: 0;
        left: 0;
    }

    .dragingCatalogue {
        transform: scale(1.1);
    }

    #preview_upload_images_row {
        border: 1px solid #008080;
        border-radius: 10px;
        padding-right: 20px;
        display: none;
        max-width: 605px;
    }

    .preview_upload_images img {
        padding: 16px;
        width: 100px;
        height: 100px;
        box-sizing: border-box;
        border-radius: 6px;
    }

    #preview_upload_videos_row {
        border: 1px solid #008080;
        border-radius: 10px;
        padding-right: 20px;
        display: none;
        max-width: 605px;
    }

    .preview_upload_videos video {
        padding: 16px;
        width: 100px;
        height: 100px;
        box-sizing: border-box;
        border-radius: 6px;
        object-fit: cover;
    }

    #removePhoto {
        position: relative;
        left: 77px;
        bottom: 30px;
        font-size: 14px;
        border: 1px solid #cdced2;
        border-radius: 75px;
        width: 28px;
        height: 28px;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 2px;
        padding-bottom: 2px;
        background: #008080;
        color: #ffff;
        cursor: pointer;
    }

    #removeVideo {
        position: relative;
        left: 70px;
        bottom: 36px;
        font-size: 14px;
        border: 1px solid #cdced2;
        border-radius: 75px;
        width: 28px;
        height: 28px;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 2px;
        padding-bottom: 2px;
        background: #008080;
        color: #ffff;
        cursor: pointer;
    }

    #quotationSuccessModal h1 {
        font-weight: bolder;
        font-size: 30px;
        line-height: 40px;
        text-align: center;
        letter-spacing: -0.08px;
        color: #333333;
        margin-top: 30px;
        padding: 0px 100px;
    }

    #quotationSuccessModal img {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

    #quotationSuccessModal p {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        letter-spacing: 0.5px;
        color: #555555;
        padding: 0px 100px;
    }

    #quotationSuccessModal button {
        width: 386px;
        height: 48px;
        left: 767px;
        top: 1197px;
        background: #008080;
        border-radius: 6px;
        display: block;
        margin-right: auto;
        margin-bottom: 30px;
        margin-left: auto;
        font-size: 16px;
        line-height: 19px;
        text-align: center;
        letter-spacing: -0.08px;
        color: #FFFFFF;
    }

    #quotationSuccessModal .modal-footer {
        border-top: 0px !important;
    }

    #quotationSuccessModal .modal-header {
        border-bottom: 0px !important;
    }

    #closeQuotationSuccessModal {
        position: relative;
        left: 740px;
        bottom: 8px;
        font-size: 16px;
        border: 1px solid #008080;
        border-radius: 75px;
        width: 28px;
        height: 28px;
        padding-left: 7px;
        background: #008080;
        color: #ffff;
    }

    .hidden {
        display: none;
    }

    .inactive {
        background-color: #eee !important;
        color: #666 !important;
        cursor: default !important;
    }

    .recorder-instructions {
        margin: 30px auto;
        width: 80%;
        padding: 5px 5px 20px 5px;
        background-color: rgb(220, 253, 225);
    }

    .step-1A,
    .step-2A,
    .step-3A,
    .step-4A,
    .step-5A {
        width: 90%;
        margin: auto;
    }

    .recorder-instructions>*>h2 {
        font-size: 16px;
        color: #1E1014;
        margin-bottom: 3px;
    }

    .recorder-instructions>*>p {
        margin: 0;
        font-size: 14px;
    }

    /* recorder buttons start */
    .audio-record {
        padding: 10px 10px 20px 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .button-animate {
        animation: pulse 1s infinite;
    }

    @keyframes pulse {
        0% {
            box-shadow: 0px 0px 3px 1px #7eda88;
        }

        50% {
            box-shadow: 0px 0px 3px 10px #7eda88;

        }
    }

    #stopButton {
        display: none;
    }

    .playback {
        display: flex;
        justify-content: flex-start;
        margin-bottom: 0px;
    }

    #audio-playback {
        width: 90%;
        height: 48px;
        border: 1px solid #008080;
        border-radius: 6px;
        ;
    }

    audio::-webkit-media-controls-panel,
    video::-webkit-media-controls-panel {
        background-color: #fff;
    }

    .download {
        display: flex;
        justify-content: center;
    }

    #downloadButton {
        text-decoration: none;
        color: #1E1014;
    }

    #downloadContainer {
        text-transform: uppercase;
        letter-spacing: 4px;
        font-size: 18px;
        font-weight: bold;
        color: #1E1014;
        background-color: #FBBA72;
        border: none;
        border-radius: 5px;
        padding: 20px;
        cursor: pointer;
    }

    .emojis {
        border: 1px solid #cdced2;
        border-radius: 19px;
        width: 320px;
        padding: 10px;
        display: none;
        margin-left: 30px;
    }

    .emojis span {
        font-size: 14px;
        cursor: pointer;
    }

    button {
        height: 50px;
    }

    #close-emojis {
        margin-left: 88%;
        margin-top: -20px;
        margin-bottom: -13px;
    }

    #removeClip {
        position: relative;
        left: 618px;
        bottom: 73px;
        font-size: 16px;
        border: 1px solid #cdced2;
        border-radius: 75px;
        width: 28px;
        height: 28px;
        padding-left: 7px;
        background: #ffff;
        display: none;
    }
}

@media only screen and (min-width: 1270px) and (max-width: 1440px) {
    #dynamicForm {
        padding: 0px 80px;
    }

    #dynamicForm .form-title {
        font-weight: bolder;
        font-size: 40px;
        line-height: 47px;
        letter-spacing: -0.08px;
        color: #333333;
    }

    #dynamicForm .form-label {
        font-weight: bold;
        font-size: 24px;
        line-height: 28px;
        letter-spacing: -0.08px;
        color: #333333;
    }

    #dynamicForm .form-control {
        width: 90%;
        height: 48px;
        border: 1px solid #C1C1C1;
        border-radius: 6px;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        display: flex;
        align-items: center;
        letter-spacing: -0.08px;
    }

    #dynamicForm .form-control:focus {
        border: 1px solid #008080;
    }

    #dynamicForm select {
        color: #C1C1C1;
    }

    #dynamicForm input[type=checkbox] {
        width: 18% !important;
        height: 20px;

    }

    #dynamicForm ul {
        list-style-type: none;
    }

    #dynamicForm button {
        background: #008080;
        border-radius: 6px;
        width: 343px;
        height: 48px;
        display: block;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 30px;
    }

    #dynamicForm input[type=radio] {
        width: 18% !important;
        height: 20px;

    }

    /* Chrome, Safari, Edge, Opera */
    input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    /* Firefox */
    input[type=number] {
        -moz-appearance: textfield;
    }

    #specialInstForm {
        padding: 0px 80px;
    }

    #specialInstForm .form-title {
        font-weight: bolder;
        font-size: 40px;
        line-height: 47px;
        letter-spacing: -0.08px;
        color: #333333;
    }

    #specialInstForm .form-label {
        font-weight: bold;
        font-size: 24px;
        line-height: 28px;
        letter-spacing: -0.08px;
        color: #333333;
    }

    #specialInstForm .form-control {
        width: 90%;
        height: 48px;
        border: 1px solid #C1C1C1;
        border-radius: 6px;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        display: flex;
        align-items: center;
        letter-spacing: -0.08px;
    }

    #specialInstForm .form-control:focus {
        border: 1px solid #008080;
    }

    #specialInstForm select {
        color: #C1C1C1;
    }

    #specialInstForm input[type=checkbox] {
        width: 10% !important;
        height: 20px;

    }

    #specialInstForm input[type=text]:read-only {
        background: none;
    }

    #field-icon {
        position: relative;
        width: 22px;
        height: 22px;
        left: calc(100% - 115px);
        bottom: 2%;
        cursor: pointer;
    }

    #specialInstForm ul {
        list-style-type: none;
    }

    #specialInstForm button {
        background: #008080;
        border-radius: 6px;
        width: 343px;
        height: 48px;
        display: block;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 30px;
    }

    #specialInstForm input[type=radio] {
        width: 10% !important;
        height: 20px;

    }

    #voiceRecordingModal h1 {
        font-weight: bolder;
        font-size: 30px;
        line-height: 30px;
        text-align: center;
        letter-spacing: -0.08px;
        color: #333333;
        margin-top: 30px;
    }

    #voiceRecordingModal p {}

    #timer {
        text-align: center;
        margin-top: 60px;
    }

    #hours {
        font-weight: bold;
        font-size: 30px;
        line-height: 35px;
        text-align: center;
        letter-spacing: -0.08px;
        color: #333333;
    }

    #mins {
        font-weight: bold;
        font-size: 30px;
        line-height: 35px;
        text-align: center;
        letter-spacing: -0.08px;
        color: #333333;
    }

    #seconds {
        font-weight: bold;
        font-size: 30px;
        line-height: 35px;
        text-align: center;
        letter-spacing: -0.08px;
        color: #333333;
    }

    #voiceRecordingModal button {
        width: 386px;
        height: 48px;
        left: 767px;
        top: 1197px;
        background: #008080;
        border-radius: 6px;
        display: block;
        margin-right: auto;
        margin-bottom: 30px;
        margin-left: auto;
        font-size: 16px;
        line-height: 19px;
        text-align: center;
        letter-spacing: -0.08px;
        color: #FFFFFF;
    }

    #voiceRecordingModal .modal-footer {
        border-top: 0px !important;
    }

    #voiceRecordingModal .modal-header {
        border-bottom: 0px !important;
    }

    #closeModal {
        position: relative;
        left: 740px;
        bottom: 8px;
        font-size: 16px;
        border: 1px solid #008080;
        border-radius: 75px;
        width: 28px;
        height: 28px;
        padding-left: 7px;
        background: #008080;
        color: #ffff;
    }

    #voiceRecordingModal #play_btn {
        display: block;
        margin-right: auto;
        margin-left: auto;
        margin-top: 35px;
        cursor: pointer;
    }

    #voiceRecordingModal #stop_btn {
        display: none;
        margin-right: auto;
        margin-left: auto;
        margin-top: 35px;
        cursor: pointer;
    }

    .upload_catalogue_outer {
        text-align: center;
        margin-top: 25px;
    }

    .dragBoxCatalogue {
        display: block;
        transition: transform 0.3s;
        width: calc(100% - 85px);
        height: 200px;
        border: 1px dashed #008080;
        box-sizing: border-box;
        border-radius: 10px;
    }

    .dragBoxCatalogue img {
        width: 58px;
        height: 51px;
        margin-top: 33px;
    }

    .dragBoxCatalogue h1 {
        /* width: 193px; */
        height: 11px;
        font-size: 18px;
        text-align: center;
        letter-spacing: 0.5px;
        color: #008080;
        font-weight: bold;
        margin-right: auto;
        margin-left: auto;
        display: block;
        margin-top: 25px;
    }

    .dragBoxCatalogue p {
        width: 113px;
        height: 18px;
        font-size: 12px;
        text-align: center;
        letter-spacing: 0.5px;
        color: #C1C1C1;
        font-weight: bold;
        margin-right: auto;
        margin-left: auto;
        display: block;
        margin-top: 0px;
    }

    .dragBoxCatalogue input[type="file"] {
        position: absolute;
        height: 100%;
        width: 100%;
        opacity: 0;
        top: 0;
        left: 0;
    }

    .dragingCatalogue {
        transform: scale(1.1);
    }

    #preview_upload_images_row {
        border: 1px solid #008080;
        border-radius: 10px;
        padding-right: 20px;
        display: none;
        max-width: calc(100% - 40px);
    }

    .preview_upload_images img {
        padding: 16px;
        width: calc(100% + 20px);
        height: 100px;
        box-sizing: border-box;
        border-radius: 6px;
    }

    #preview_upload_videos_row {
        border: 1px solid #008080;
        border-radius: 10px;
        padding-right: 20px;
        display: none;
        max-width: calc(100% - 40px);
    }

    .preview_upload_videos video {
        padding: 16px;
        width: 100px;
        height: 100px;
        box-sizing: border-box;
        border-radius: 6px;
        object-fit: cover;
    }

    #removePhoto {
        position: relative;
        left: calc(100% - 8px);
        bottom: 30px;
        font-size: 14px;
        border: 1px solid #cdced2;
        border-radius: 75px;
        width: 28px;
        height: 28px;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 2px;
        padding-bottom: 2px;
        background: #008080;
        color: #ffff;
        cursor: pointer;
    }

    #removeVideo {
        position: relative;
        left: 70px;
        bottom: 36px;
        font-size: 14px;
        border: 1px solid #cdced2;
        border-radius: 75px;
        width: 28px;
        height: 28px;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 2px;
        padding-bottom: 2px;
        background: #008080;
        color: #ffff;
        cursor: pointer;
    }

    #quotationSuccessModal h1 {
        font-weight: bolder;
        font-size: 30px;
        line-height: 40px;
        text-align: center;
        letter-spacing: -0.08px;
        color: #333333;
        margin-top: 30px;
        padding: 0px 100px;
    }

    #quotationSuccessModal img {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

    #quotationSuccessModal p {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        letter-spacing: 0.5px;
        color: #555555;
        padding: 0px 100px;
    }

    #quotationSuccessModal button {
        width: 386px;
        height: 48px;
        left: 767px;
        top: 1197px;
        background: #008080;
        border-radius: 6px;
        display: block;
        margin-right: auto;
        margin-bottom: 30px;
        margin-left: auto;
        font-size: 16px;
        line-height: 19px;
        text-align: center;
        letter-spacing: -0.08px;
        color: #FFFFFF;
    }

    #quotationSuccessModal .modal-footer {
        border-top: 0px !important;
    }

    #quotationSuccessModal .modal-header {
        border-bottom: 0px !important;
    }

    #closeQuotationSuccessModal {
        position: relative;
        left: 740px;
        bottom: 8px;
        font-size: 16px;
        border: 1px solid #008080;
        border-radius: 75px;
        width: 28px;
        height: 28px;
        padding-left: 7px;
        background: #008080;
        color: #ffff;
    }

    .hidden {
        display: none;
    }

    .inactive {
        background-color: #eee !important;
        color: #666 !important;
        cursor: default !important;
    }

    .recorder-instructions {
        margin: 30px auto;
        width: 80%;
        padding: 5px 5px 20px 5px;
        background-color: rgb(220, 253, 225);
    }

    .step-1A,
    .step-2A,
    .step-3A,
    .step-4A,
    .step-5A {
        width: 90%;
        margin: auto;
    }

    .recorder-instructions>*>h2 {
        font-size: 16px;
        color: #1E1014;
        margin-bottom: 3px;
    }

    .recorder-instructions>*>p {
        margin: 0;
        font-size: 14px;
    }

    /* recorder buttons start */
    .audio-record {
        padding: 10px 10px 20px 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .button-animate {
        animation: pulse 1s infinite;
    }

    @keyframes pulse {
        0% {
            box-shadow: 0px 0px 3px 1px #7eda88;
        }

        50% {
            box-shadow: 0px 0px 3px 10px #7eda88;

        }
    }

    #stopButton {
        display: none;
    }

    .playback {
        display: flex;
        justify-content: flex-start;
        margin-bottom: 0px;
    }

    #audio-playback {
        width: 90%;
        height: 48px;
        border: 1px solid #008080;
        border-radius: 6px;
        ;
    }

    audio::-webkit-media-controls-panel,
    video::-webkit-media-controls-panel {
        background-color: #fff;
    }

    .download {
        display: flex;
        justify-content: center;
    }

    #downloadButton {
        text-decoration: none;
        color: #1E1014;
    }

    #downloadContainer {
        text-transform: uppercase;
        letter-spacing: 4px;
        font-size: 18px;
        font-weight: bold;
        color: #1E1014;
        background-color: #FBBA72;
        border: none;
        border-radius: 5px;
        padding: 20px;
        cursor: pointer;
    }

    .emojis {
        border: 1px solid #cdced2;
        border-radius: 19px;
        width: 320px;
        padding: 10px;
        display: none;
        margin-left: 30px;
    }

    .emojis span {
        font-size: 14px;
        cursor: pointer;
    }

    button {
        height: 50px;
    }

    #close-emojis {
        margin-left: 88%;
        margin-top: -20px;
        margin-bottom: -13px;
    }

    #removeClip {
        position: relative;
        left: calc(100% - 75px);
        bottom: 73px;
        font-size: 16px;
        border: 1px solid #cdced2;
        border-radius: 75px;
        width: 28px;
        height: 28px;
        padding-left: 7px;
        background: #ffff;
        display: none;
    }

}

@media only screen and (min-width: 600px) and (max-width: 1270px) {
    #dynamicForm {
        padding: 0px 30px;
    }

    #dynamicForm .form-title {
        font-weight: bolder;
        font-size: 40px;
        line-height: 47px;
        letter-spacing: -0.08px;
        color: #333333;
    }

    #dynamicForm .form-label {
        font-weight: bold;
        font-size: 24px;
        line-height: 28px;
        letter-spacing: -0.08px;
        color: #333333;
    }

    #dynamicForm .form-control {
        width: 90%;
        height: 48px;
        border: 1px solid #C1C1C1;
        border-radius: 6px;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        display: flex;
        align-items: center;
        letter-spacing: -0.08px;
    }

    #dynamicForm .form-control:focus {
        border: 1px solid #008080;
    }

    #dynamicForm select {
        color: #C1C1C1;
    }

    #dynamicForm input[type=checkbox] {
        width: 20% !important;
        height: 20px;

    }

    #dynamicForm ul {
        list-style-type: none;
    }

    #dynamicForm button {
        background: #008080;
        border-radius: 6px;
        width: 343px;
        height: 48px;
        display: block;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 30px;
    }

    #dynamicForm input[type=radio] {
        width: 20% !important;
        height: 20px;

    }

    /* Chrome, Safari, Edge, Opera */
    input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    /* Firefox */
    input[type=number] {
        -moz-appearance: textfield;
    }

    #specialInstForm {
        padding: 0px 25px;
    }

    #specialInstForm .form-title {
        font-weight: bolder;
        font-size: 40px;
        line-height: 47px;
        letter-spacing: -0.08px;
        color: #333333;
    }

    #specialInstForm .form-label {
        font-weight: bold;
        font-size: 24px;
        line-height: 28px;
        letter-spacing: -0.08px;
        color: #333333;
    }

    #specialInstForm .form-control {
        width: calc(100% + 150px);
        height: 48px;
        border: 1px solid #C1C1C1;
        border-radius: 6px;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        display: flex;
        align-items: center;
        letter-spacing: -0.08px;
    }

    #specialInstForm .form-control:focus {
        border: 1px solid #008080;
    }

    #specialInstForm select {
        color: #C1C1C1;
    }

    #specialInstForm input[type=checkbox] {
        width: 10% !important;
        height: 20px;

    }

    #specialInstForm input[type=text]:read-only {
        background: none;
    }

    #field-icon {
        position: relative;
        width: 22px;
        height: 22px;
        left: calc(100% + 100px);
        bottom: 2%;
        cursor: pointer;
    }

    #specialInstForm ul {
        list-style-type: none;
    }

    #specialInstForm button {
        background: #008080;
        border-radius: 6px;
        width: 343px;
        height: 48px;
        display: block;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 30px;
    }

    #specialInstForm input[type=radio] {
        width: 10% !important;
        height: 20px;

    }

    #voiceRecordingModal h1 {
        font-weight: bolder;
        font-size: 30px;
        line-height: 30px;
        text-align: center;
        letter-spacing: -0.08px;
        color: #333333;
        margin-top: 30px;
    }

    #voiceRecordingModal p {}

    #timer {
        text-align: center;
        margin-top: 60px;
    }

    #hours {
        font-weight: bold;
        font-size: 30px;
        line-height: 35px;
        text-align: center;
        letter-spacing: -0.08px;
        color: #333333;
    }

    #mins {
        font-weight: bold;
        font-size: 30px;
        line-height: 35px;
        text-align: center;
        letter-spacing: -0.08px;
        color: #333333;
    }

    #seconds {
        font-weight: bold;
        font-size: 30px;
        line-height: 35px;
        text-align: center;
        letter-spacing: -0.08px;
        color: #333333;
    }

    #voiceRecordingModal button {
        width: 386px;
        height: 48px;
        left: 767px;
        top: 1197px;
        background: #008080;
        border-radius: 6px;
        display: block;
        margin-right: auto;
        margin-bottom: 30px;
        margin-left: auto;
        font-size: 16px;
        line-height: 19px;
        text-align: center;
        letter-spacing: -0.08px;
        color: #FFFFFF;
    }

    #voiceRecordingModal .modal-footer {
        border-top: 0px !important;
    }

    #voiceRecordingModal .modal-header {
        border-bottom: 0px !important;
    }

    #closeModal {
        position: relative;
        left: calc(100% - 25px);
        bottom: 8px;
        font-size: 16px;
        border: 1px solid #008080;
        border-radius: 75px;
        width: 28px;
        height: 28px;
        padding-left: 7px;
        background: #008080;
        color: #ffff;
    }

    #voiceRecordingModal #play_btn {
        display: block;
        margin-right: auto;
        margin-left: auto;
        margin-top: 35px;
        cursor: pointer;
    }

    #voiceRecordingModal #stop_btn {
        display: none;
        margin-right: auto;
        margin-left: auto;
        margin-top: 35px;
        cursor: pointer;
    }

    .upload_catalogue_outer {
        text-align: center;
        margin-top: 25px;
    }

    .dragBoxCatalogue {
        display: block;
        transition: transform 0.3s;
        width: calc(100% + 150px);
        height: 200px;
        border: 1px dashed #008080;
        box-sizing: border-box;
        border-radius: 10px;
    }

    .dragBoxCatalogue img {
        width: 58px;
        height: 51px;
        margin-top: 33px;
    }

    .dragBoxCatalogue h1 {
        /* width: 193px; */
        height: 11px;
        font-size: 18px;
        text-align: center;
        letter-spacing: 0.5px;
        color: #008080;
        font-weight: bold;
        margin-right: auto;
        margin-left: auto;
        display: block;
        margin-top: 25px;
    }

    .dragBoxCatalogue p {
        width: 113px;
        height: 18px;
        font-size: 12px;
        text-align: center;
        letter-spacing: 0.5px;
        color: #C1C1C1;
        font-weight: bold;
        margin-right: auto;
        margin-left: auto;
        display: block;
        margin-top: 0px;
    }

    .dragBoxCatalogue input[type="file"] {
        position: absolute;
        height: 100%;
        width: 100%;
        opacity: 0;
        top: 0;
        left: 0;
    }

    .dragingCatalogue {
        transform: scale(1.1);
    }

    #preview_upload_images_row {
        border: 1px solid #008080;
        border-radius: 10px;
        padding-right: 20px;
        display: none;
        width: calc(100% + 150px);
    }

    .preview_upload_images img {
        padding: 16px;
        width: calc(100% + 20px);
        height: 90px;
        box-sizing: border-box;
        border-radius: 6px;
    }

    #preview_upload_videos_row {
        border: 1px solid #008080;
        border-radius: 10px;
        padding-right: 20px;
        display: none;
        width: calc(100% + 150px);
    }

    .preview_upload_videos video {
        padding: 16px;
        width: calc(100% + 20px);
        height: 90px;
        box-sizing: border-box;
        border-radius: 6px;
        object-fit: cover;
    }

    #removePhoto {
        position: relative;
        left: calc(100% - 8px);
        bottom: 30px;
        font-size: 14px;
        border: 1px solid #cdced2;
        border-radius: 75px;
        width: 28px;
        height: 28px;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 2px;
        padding-bottom: 2px;
        background: #008080;
        color: #ffff;
        cursor: pointer;
    }

    #removeVideo {
        position: relative;
        left: calc(100% - 8px);
        bottom: 30px;
        font-size: 14px;
        border: 1px solid #cdced2;
        border-radius: 75px;
        width: 28px;
        height: 28px;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 2px;
        padding-bottom: 2px;
        background: #008080;
        color: #ffff;
        cursor: pointer;
    }

    #quotationSuccessModal h1 {
        font-weight: bolder;
        font-size: 30px;
        line-height: 40px;
        text-align: center;
        letter-spacing: -0.08px;
        color: #333333;
        margin-top: 30px;
        padding: 0px 100px;
    }

    #quotationSuccessModal img {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

    #quotationSuccessModal p {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        letter-spacing: 0.5px;
        color: #555555;
        padding: 0px 100px;
    }

    #quotationSuccessModal button {
        width: 386px;
        height: 48px;
        left: 767px;
        top: 1197px;
        background: #008080;
        border-radius: 6px;
        display: block;
        margin-right: auto;
        margin-bottom: 30px;
        margin-left: auto;
        font-size: 16px;
        line-height: 19px;
        text-align: center;
        letter-spacing: -0.08px;
        color: #FFFFFF;
    }

    #quotationSuccessModal .modal-footer {
        border-top: 0px !important;
    }

    #quotationSuccessModal .modal-header {
        border-bottom: 0px !important;
    }

    #closeQuotationSuccessModal {
        position: relative;
        left: 740px;
        bottom: 8px;
        font-size: 16px;
        border: 1px solid #008080;
        border-radius: 75px;
        width: 28px;
        height: 28px;
        padding-left: 7px;
        background: #008080;
        color: #ffff;
    }

    .hidden {
        display: none;
    }

    .inactive {
        background-color: #eee !important;
        color: #666 !important;
        cursor: default !important;
    }

    .recorder-instructions {
        margin: 30px auto;
        width: 80%;
        padding: 5px 5px 20px 5px;
        background-color: rgb(220, 253, 225);
    }

    .step-1A,
    .step-2A,
    .step-3A,
    .step-4A,
    .step-5A {
        width: 90%;
        margin: auto;
    }

    .recorder-instructions>*>h2 {
        font-size: 16px;
        color: #1E1014;
        margin-bottom: 3px;
    }

    .recorder-instructions>*>p {
        margin: 0;
        font-size: 14px;
    }

    /* recorder buttons start */
    .audio-record {
        padding: 10px 10px 20px 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .button-animate {
        animation: pulse 1s infinite;
    }

    @keyframes pulse {
        0% {
            box-shadow: 0px 0px 3px 1px #7eda88;
        }

        50% {
            box-shadow: 0px 0px 3px 10px #7eda88;

        }
    }

    #stopButton {
        display: none;
    }

    .playback {
        display: flex;
        justify-content: flex-start;
        margin-bottom: 0px;
    }

    #audio-playback {
        width: calc(100% + 150px);
        height: 48px;
        border: 1px solid #008080;
        border-radius: 6px;
        ;
    }

    audio::-webkit-media-controls-panel,
    video::-webkit-media-controls-panel {
        background-color: #fff;
    }

    .download {
        display: flex;
        justify-content: center;
    }

    #downloadButton {
        text-decoration: none;
        color: #1E1014;
    }

    #downloadContainer {
        text-transform: uppercase;
        letter-spacing: 4px;
        font-size: 18px;
        font-weight: bold;
        color: #1E1014;
        background-color: #FBBA72;
        border: none;
        border-radius: 5px;
        padding: 20px;
        cursor: pointer;
    }

    .emojis {
        border: 1px solid #cdced2;
        border-radius: 19px;
        width: 320px;
        padding: 10px;
        display: none;
        margin-left: 30px;
    }

    .emojis span {
        font-size: 14px;
        cursor: pointer;
    }

    button {
        height: 50px;
    }

    #close-emojis {
        margin-left: 88%;
        margin-top: -20px;
        margin-bottom: -13px;
    }

    #removeClip {
        position: relative;
        left: calc(100% + 135px);
        bottom: 73px;
        font-size: 16px;
        border: 1px solid #cdced2;
        border-radius: 75px;
        width: 28px;
        height: 28px;
        padding-left: 7px;
        background: #ffff;
        display: none;
    }

    .form-row:nth-child(4){
        display: initial !important;
    }

    .form-row:nth-child(5){
        display: initial !important;
    }
}

@media only screen and (max-width: 600px) {
    #dynamicForm {
        padding: 0px 30px;
    }

    #dynamicForm .form-title {
        font-weight: bolder;
        font-size: 40px;
        line-height: 47px;
        letter-spacing: -0.08px;
        color: #333333;
    }

    #dynamicForm .form-label {
        font-weight: bold;
        font-size: 24px;
        line-height: 28px;
        letter-spacing: -0.08px;
        color: #333333;
    }

    #dynamicForm .form-control {
        width: 90%;
        height: 48px;
        border: 1px solid #C1C1C1;
        border-radius: 6px;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        display: flex;
        align-items: center;
        letter-spacing: -0.08px;
    }

    #dynamicForm .form-control:focus {
        border: 1px solid #008080;
    }

    #dynamicForm select {
        color: #C1C1C1;
    }

    #dynamicForm input[type=checkbox] {
        width: 20% !important;
        height: 20px;

    }

    #dynamicForm ul {
        list-style-type: none;
    }

    #dynamicForm button {
        background: #008080;
        border-radius: 6px;
        width: calc(100% - 40px) !important;
        height: 48px;
        display: block;
        margin-right: 33px;
        margin-left: auto;
        margin-bottom: 30px;
        text-align: center;
    }

    #dynamicForm input[type=radio] {
        width: 20% !important;
        height: 20px;

    }

    /* Chrome, Safari, Edge, Opera */
    input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    /* Firefox */
    input[type=number] {
        -moz-appearance: textfield;
    }

    #specialInstForm {
        padding: 0px 20px;
    }

    #specialInstForm .form-title {
        font-weight: bolder;
        font-size: 30px;
        line-height: 47px;
        letter-spacing: -0.08px;
        color: #333333;
    }

    #specialInstForm .form-label {
        font-weight: bold;
        font-size: 18px;
        line-height: 28px;
        letter-spacing: -0.08px;
        color: #333333;
    }

    #specialInstForm .form-control {
        width: calc(100% + 195px);
        height: 48px;
        border: 1px solid #C1C1C1;
        border-radius: 6px;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        display: flex;
        align-items: center;
        letter-spacing: -0.08px;
    }

    #specialInstForm .form-control:focus {
        border: 1px solid #008080;
    }

    #specialInstForm select {
        color: #C1C1C1;
    }

    #specialInstForm input[type=checkbox] {
        width: 10% !important;
        height: 20px;

    }

    #specialInstForm input[type=text]:read-only {
        background: none;
    }

    #field-icon {
        position: relative;
        width: 22px;
        height: 22px;
        left: calc(100% + 145px);
        bottom: 2%;
        cursor: pointer;
    }

    #specialInstForm ul {
        list-style-type: none;
    }

    #specialInstForm button {
        background: #008080;
        border-radius: 6px;
        width: 343px;
        height: 48px;
        display: block;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 30px;
    }

    #specialInstForm input[type=radio] {
        width: 10% !important;
        height: 20px;

    }

    #voiceRecordingModal h1 {
        font-weight: bolder;
        font-size: 30px;
        line-height: 30px;
        text-align: center;
        letter-spacing: -0.08px;
        color: #333333;
        margin-top: 30px;
    }

    #voiceRecordingModal p {}

    #timer {
        text-align: center;
        margin-top: 60px;
    }

    #hours {
        font-weight: bold;
        font-size: 30px;
        line-height: 35px;
        text-align: center;
        letter-spacing: -0.08px;
        color: #333333;
    }

    #mins {
        font-weight: bold;
        font-size: 30px;
        line-height: 35px;
        text-align: center;
        letter-spacing: -0.08px;
        color: #333333;
    }

    #seconds {
        font-weight: bold;
        font-size: 30px;
        line-height: 35px;
        text-align: center;
        letter-spacing: -0.08px;
        color: #333333;
    }

    #voiceRecordingModal button {
        width: 386px;
        height: 48px;
        left: 767px;
        top: 1197px;
        background: #008080;
        border-radius: 6px;
        display: block;
        margin-right: auto;
        margin-bottom: 30px;
        margin-left: auto;
        font-size: 16px;
        line-height: 19px;
        text-align: center;
        letter-spacing: -0.08px;
        color: #FFFFFF;
    }

    #voiceRecordingModal .modal-footer {
        border-top: 0px !important;
    }

    #voiceRecordingModal .modal-header {
        border-bottom: 0px !important;
    }

    #closeModal {
        position: relative;
        left: calc(100% - 25px);
        bottom: 8px;
        font-size: 16px;
        border: 1px solid #008080;
        border-radius: 75px;
        width: 28px;
        height: 28px;
        padding-left: 7px;
        background: #008080;
        color: #ffff;
    }

    #voiceRecordingModal #play_btn {
        display: block;
        margin-right: auto;
        margin-left: auto;
        margin-top: 35px;
        cursor: pointer;
    }

    #voiceRecordingModal #stop_btn {
        display: none;
        margin-right: auto;
        margin-left: auto;
        margin-top: 35px;
        cursor: pointer;
    }

    .upload_catalogue_outer {
        text-align: center;
        margin-top: 25px;
    }

    .dragBoxCatalogue {
        display: block;
        transition: transform 0.3s;
        width: calc(100% + 180px);
        height: 200px;
        border: 1px dashed #008080;
        box-sizing: border-box;
        border-radius: 10px;
    }

    .dragBoxCatalogue img {
        width: 58px;
        height: 51px;
        margin-top: 33px;
    }

    .dragBoxCatalogue h1 {
        /* width: 193px; */
        height: 11px;
        font-size: 18px;
        text-align: center;
        letter-spacing: 0.5px;
        color: #008080;
        font-weight: bold;
        margin-right: auto;
        margin-left: auto;
        display: block;
        margin-top: 25px;
    }

    .dragBoxCatalogue p {
        width: 113px;
        height: 18px;
        font-size: 12px;
        text-align: center;
        letter-spacing: 0.5px;
        color: #C1C1C1;
        font-weight: bold;
        margin-right: auto;
        margin-left: auto;
        display: block;
        margin-top: 0px;
    }

    .dragBoxCatalogue input[type="file"] {
        position: absolute;
        height: 100%;
        width: 100%;
        opacity: 0;
        top: 0;
        left: 0;
    }

    .dragingCatalogue {
        transform: scale(1.1);
    }

    #preview_upload_images_row {
        border: 1px solid #008080;
        border-radius: 10px;
        padding-right: 20px;
        display: none;
        width: calc(100% + 190px);
    }

    .preview_upload_images img {
        padding: 16px;
        width: calc(100% + 20px);
        height: 80px;
        box-sizing: border-box;
        border-radius: 6px;
    }

    #preview_upload_videos_row {
        border: 1px solid #008080;
        border-radius: 10px;
        padding-right: 20px;
        display: none;
        width: calc(100% + 190px);
    }

    .preview_upload_videos video {
        padding: 16px;
        width: calc(100% + 20px);
        height: 80px;
        box-sizing: border-box;
        border-radius: 6px;
        object-fit: cover;
    }

    #removePhoto {
        position: relative;
        left: calc(100% - 8px);
        bottom: 30px;
        font-size: 14px;
        border: 1px solid #cdced2;
        border-radius: 75px;
        width: 28px;
        height: 28px;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 2px;
        padding-bottom: 2px;
        background: #008080;
        color: #ffff;
        cursor: pointer;
    }

    #removeVideo {
        position: relative;
        left: calc(100% - 8px);
        bottom: 30px;
        font-size: 14px;
        border: 1px solid #cdced2;
        border-radius: 75px;
        width: 28px;
        height: 28px;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 2px;
        padding-bottom: 2px;
        background: #008080;
        color: #ffff;
        cursor: pointer;
    }

    #quotationSuccessModal h1 {
        font-weight: bolder;
        font-size: 30px;
        line-height: 40px;
        text-align: center;
        letter-spacing: -0.08px;
        color: #333333;
        margin-top: 30px;
        padding: 0px 100px;
    }

    #quotationSuccessModal img {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

    #quotationSuccessModal p {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        letter-spacing: 0.5px;
        color: #555555;
        padding: 0px 100px;
    }

    #quotationSuccessModal button {
        width: 386px;
        height: 48px;
        left: 767px;
        top: 1197px;
        background: #008080;
        border-radius: 6px;
        display: block;
        margin-right: auto;
        margin-bottom: 30px;
        margin-left: auto;
        font-size: 16px;
        line-height: 19px;
        text-align: center;
        letter-spacing: -0.08px;
        color: #FFFFFF;
    }

    #quotationSuccessModal .modal-footer {
        border-top: 0px !important;
    }

    #quotationSuccessModal .modal-header {
        border-bottom: 0px !important;
    }

    #closeQuotationSuccessModal {
        position: relative;
        left: 740px;
        bottom: 8px;
        font-size: 16px;
        border: 1px solid #008080;
        border-radius: 75px;
        width: 28px;
        height: 28px;
        padding-left: 7px;
        background: #008080;
        color: #ffff;
    }

    .hidden {
        display: none;
    }

    .inactive {
        background-color: #eee !important;
        color: #666 !important;
        cursor: default !important;
    }

    .recorder-instructions {
        margin: 30px auto;
        width: 80%;
        padding: 5px 5px 20px 5px;
        background-color: rgb(220, 253, 225);
    }

    .step-1A,
    .step-2A,
    .step-3A,
    .step-4A,
    .step-5A {
        width: 90%;
        margin: auto;
    }

    .recorder-instructions>*>h2 {
        font-size: 16px;
        color: #1E1014;
        margin-bottom: 3px;
    }

    .recorder-instructions>*>p {
        margin: 0;
        font-size: 14px;
    }

    /* recorder buttons start */
    .audio-record {
        padding: 10px 10px 20px 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .button-animate {
        animation: pulse 1s infinite;
    }

    @keyframes pulse {
        0% {
            box-shadow: 0px 0px 3px 1px #7eda88;
        }

        50% {
            box-shadow: 0px 0px 3px 10px #7eda88;

        }
    }

    #stopButton {
        display: none;
    }

    .playback {
        display: flex;
        justify-content: flex-start;
        margin-bottom: 0px;
    }

    #audio-playback {
        width: calc(100% + 195px);
        height: 48px;
        border: 1px solid #008080;
        border-radius: 6px;
        ;
    }

    audio::-webkit-media-controls-panel,
    video::-webkit-media-controls-panel {
        background-color: #fff;
    }

    .download {
        display: flex;
        justify-content: center;
    }

    #downloadButton {
        text-decoration: none;
        color: #1E1014;
    }

    #downloadContainer {
        text-transform: uppercase;
        letter-spacing: 4px;
        font-size: 18px;
        font-weight: bold;
        color: #1E1014;
        background-color: #FBBA72;
        border: none;
        border-radius: 5px;
        padding: 20px;
        cursor: pointer;
    }

    .emojis {
        border: 1px solid #cdced2;
        border-radius: 19px;
        width: 320px;
        padding: 10px;
        display: none;
        margin-left: 30px;
    }

    .emojis span {
        font-size: 14px;
        cursor: pointer;
    }

    button {
        height: 50px;
    }

    #close-emojis {
        margin-left: 88%;
        margin-top: -20px;
        margin-bottom: -13px;
    }

    #removeClip {
        position: relative;
        left: calc(100% + 177px);
        bottom: 73px;
        font-size: 16px;
        border: 1px solid #cdced2;
        border-radius: 75px;
        width: 28px;
        height: 28px;
        padding-left: 7px;
        background: #ffff;
        display: none;
    }

    .form-row:nth-child(4){
        display: initial !important;
    }

    .form-row:nth-child(5){
        display: initial !important;
    }
}

@media only screen and (max-width: 370px) {
    #dynamicForm {
        padding: 0px 30px;
    }

    #dynamicForm .form-title {
        font-weight: bolder;
        font-size: 40px;
        line-height: 47px;
        letter-spacing: -0.08px;
        color: #333333;
    }

    #dynamicForm .form-label {
        font-weight: bold;
        font-size: 24px;
        line-height: 28px;
        letter-spacing: -0.08px;
        color: #333333;
    }

    #dynamicForm .form-control {
        width: 90%;
        height: 48px;
        border: 1px solid #C1C1C1;
        border-radius: 6px;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        display: flex;
        align-items: center;
        letter-spacing: -0.08px;
    }

    #dynamicForm .form-control:focus {
        border: 1px solid #008080;
    }

    #dynamicForm select {
        color: #C1C1C1;
    }

    #dynamicForm input[type=checkbox] {
        width: 20% !important;
        height: 20px;

    }

    #dynamicForm ul {
        list-style-type: none;
    }

    #dynamicForm button {
        background: #008080;
        border-radius: 6px;
        width: calc(100% - 40px) !important;
        height: 48px;
        display: block;
        margin-right: 33px;
        margin-left: auto;
        margin-bottom: 30px;
        text-align: center;
    }

    #dynamicForm input[type=radio] {
        width: 20% !important;
        height: 20px;

    }

    /* Chrome, Safari, Edge, Opera */
    input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    /* Firefox */
    input[type=number] {
        -moz-appearance: textfield;
    }

    #specialInstForm {
        padding: 0px 13px;
    }

    #specialInstForm .form-title {
        font-weight: bolder;
        font-size: 30px;
        line-height: 47px;
        letter-spacing: -0.08px;
        color: #333333;
    }

    #specialInstForm .form-label {
        font-weight: bold;
        font-size: 18px;
        line-height: 28px;
        letter-spacing: -0.08px;
        color: #333333;
    }

    #specialInstForm .form-control {
        width: calc(100% + 155px);
        height: 48px;
        border: 1px solid #C1C1C1;
        border-radius: 6px;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        display: flex;
        align-items: center;
        letter-spacing: -0.08px;
    }

    #specialInstForm .form-control:focus {
        border: 1px solid #008080;
    }

    #specialInstForm select {
        color: #C1C1C1;
    }

    #specialInstForm input[type=checkbox] {
        width: 10% !important;
        height: 20px;

    }

    #specialInstForm input[type=text]:read-only {
        background: none;
    }

    #field-icon {
        position: relative;
        width: 22px;
        height: 22px;
        left: calc(100% + 100px);
        bottom: 2%;
        cursor: pointer;
    }

    #specialInstForm ul {
        list-style-type: none;
    }

    #specialInstForm button {
        background: #008080;
        border-radius: 6px;
        width: calc(100% - 20px);
        height: 48px;
        display: block;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 30px;
    }

    #specialInstForm input[type=radio] {
        width: 10% !important;
        height: 20px;

    }

    #voiceRecordingModal h1 {
        font-weight: bolder;
        font-size: 30px;
        line-height: 30px;
        text-align: center;
        letter-spacing: -0.08px;
        color: #333333;
        margin-top: 30px;
    }

    #voiceRecordingModal p {}

    #timer {
        text-align: center;
        margin-top: 60px;
    }

    #hours {
        font-weight: bold;
        font-size: 30px;
        line-height: 35px;
        text-align: center;
        letter-spacing: -0.08px;
        color: #333333;
    }

    #mins {
        font-weight: bold;
        font-size: 30px;
        line-height: 35px;
        text-align: center;
        letter-spacing: -0.08px;
        color: #333333;
    }

    #seconds {
        font-weight: bold;
        font-size: 30px;
        line-height: 35px;
        text-align: center;
        letter-spacing: -0.08px;
        color: #333333;
    }

    #voiceRecordingModal button {
        width: 386px;
        height: 48px;
        left: 767px;
        top: 1197px;
        background: #008080;
        border-radius: 6px;
        display: block;
        margin-right: auto;
        margin-bottom: 30px;
        margin-left: auto;
        font-size: 16px;
        line-height: 19px;
        text-align: center;
        letter-spacing: -0.08px;
        color: #FFFFFF;
    }

    #voiceRecordingModal .modal-footer {
        border-top: 0px !important;
    }

    #voiceRecordingModal .modal-header {
        border-bottom: 0px !important;
    }

    #closeModal {
        position: relative;
        left: calc(100% - 25px);
        bottom: 8px;
        font-size: 16px;
        border: 1px solid #008080;
        border-radius: 75px;
        width: 28px;
        height: 28px;
        padding-left: 7px;
        background: #008080;
        color: #ffff;
    }

    #voiceRecordingModal #play_btn {
        display: block;
        margin-right: auto;
        margin-left: auto;
        margin-top: 35px;
        cursor: pointer;
    }

    #voiceRecordingModal #stop_btn {
        display: none;
        margin-right: auto;
        margin-left: auto;
        margin-top: 35px;
        cursor: pointer;
    }

    .upload_catalogue_outer {
        text-align: center;
        margin-top: 25px;
    }

    .dragBoxCatalogue {
        display: block;
        transition: transform 0.3s;
        width: calc(100% + 150px);
        height: 200px;
        border: 1px dashed #008080;
        box-sizing: border-box;
        border-radius: 10px;
    }

    .dragBoxCatalogue img {
        width: 58px;
        height: 51px;
        margin-top: 33px;
    }

    .dragBoxCatalogue h1 {
        /* width: 193px; */
        height: 11px;
        font-size: 18px;
        text-align: center;
        letter-spacing: 0.5px;
        color: #008080;
        font-weight: bold;
        margin-right: auto;
        margin-left: auto;
        display: block;
        margin-top: 25px;
    }

    .dragBoxCatalogue p {
        width: 113px;
        height: 18px;
        font-size: 12px;
        text-align: center;
        letter-spacing: 0.5px;
        color: #C1C1C1;
        font-weight: bold;
        margin-right: auto;
        margin-left: auto;
        display: block;
        margin-top: 0px;
    }

    .dragBoxCatalogue input[type="file"] {
        position: absolute;
        height: 100%;
        width: 100%;
        opacity: 0;
        top: 0;
        left: 0;
    }

    .dragingCatalogue {
        transform: scale(1.1);
    }

    #preview_upload_images_row {
        border: 1px solid #008080;
        border-radius: 10px;
        padding-right: 20px;
        display: none;
        width: calc(100% + 150px);
    }

    .preview_upload_images img {
        padding: 16px;
        width: calc(100% + 35px);
        height: 80px;
        box-sizing: border-box;
        border-radius: 6px;
    }

    #preview_upload_videos_row {
        border: 1px solid #008080;
        border-radius: 10px;
        padding-right: 20px;
        display: none;
        width: calc(100% + 150px);
    }

    .preview_upload_videos video {
        padding: 16px;
        width: calc(100% + 35px);
        height: 80px;
        box-sizing: border-box;
        border-radius: 6px;
        object-fit: cover;
    }

    #removePhoto {
        position: relative;
        left: calc(100% + 3px);
        bottom: 30px;
        font-size: 14px;
        border: 1px solid #cdced2;
        border-radius: 75px;
        width: 28px;
        height: 28px;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 2px;
        padding-bottom: 2px;
        background: #008080;
        color: #ffff;
        cursor: pointer;
    }

    #removeVideo {
        position: relative;
        left: calc(100% + 3px);
        bottom: 30px;
        font-size: 14px;
        border: 1px solid #cdced2;
        border-radius: 75px;
        width: 28px;
        height: 28px;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 2px;
        padding-bottom: 2px;
        background: #008080;
        color: #ffff;
        cursor: pointer;
    }

    #quotationSuccessModal h1 {
        font-weight: bolder;
        font-size: 30px;
        line-height: 40px;
        text-align: center;
        letter-spacing: -0.08px;
        color: #333333;
        margin-top: 30px;
        padding: 0px 100px;
    }

    #quotationSuccessModal img {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

    #quotationSuccessModal p {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        letter-spacing: 0.5px;
        color: #555555;
        padding: 0px 100px;
    }

    #quotationSuccessModal button {
        width: 386px;
        height: 48px;
        left: 767px;
        top: 1197px;
        background: #008080;
        border-radius: 6px;
        display: block;
        margin-right: auto;
        margin-bottom: 30px;
        margin-left: auto;
        font-size: 16px;
        line-height: 19px;
        text-align: center;
        letter-spacing: -0.08px;
        color: #FFFFFF;
    }

    #quotationSuccessModal .modal-footer {
        border-top: 0px !important;
    }

    #quotationSuccessModal .modal-header {
        border-bottom: 0px !important;
    }

    #closeQuotationSuccessModal {
        position: relative;
        left: 740px;
        bottom: 8px;
        font-size: 16px;
        border: 1px solid #008080;
        border-radius: 75px;
        width: 28px;
        height: 28px;
        padding-left: 7px;
        background: #008080;
        color: #ffff;
    }

    .hidden {
        display: none;
    }

    .inactive {
        background-color: #eee !important;
        color: #666 !important;
        cursor: default !important;
    }

    .recorder-instructions {
        margin: 30px auto;
        width: 80%;
        padding: 5px 5px 20px 5px;
        background-color: rgb(220, 253, 225);
    }

    .step-1A,
    .step-2A,
    .step-3A,
    .step-4A,
    .step-5A {
        width: 90%;
        margin: auto;
    }

    .recorder-instructions>*>h2 {
        font-size: 16px;
        color: #1E1014;
        margin-bottom: 3px;
    }

    .recorder-instructions>*>p {
        margin: 0;
        font-size: 14px;
    }

    /* recorder buttons start */
    .audio-record {
        padding: 10px 10px 20px 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .button-animate {
        animation: pulse 1s infinite;
    }

    @keyframes pulse {
        0% {
            box-shadow: 0px 0px 3px 1px #7eda88;
        }

        50% {
            box-shadow: 0px 0px 3px 10px #7eda88;

        }
    }

    #stopButton {
        display: none;
    }

    .playback {
        display: flex;
        justify-content: flex-start;
        margin-bottom: 0px;
    }

    #audio-playback {
        width: calc(100% + 155px);
        height: 48px;
        border: 1px solid #008080;
        border-radius: 6px;
        ;
    }

    audio::-webkit-media-controls-panel,
    video::-webkit-media-controls-panel {
        background-color: #fff;
    }

    .download {
        display: flex;
        justify-content: center;
    }

    #downloadButton {
        text-decoration: none;
        color: #1E1014;
    }

    #downloadContainer {
        text-transform: uppercase;
        letter-spacing: 4px;
        font-size: 18px;
        font-weight: bold;
        color: #1E1014;
        background-color: #FBBA72;
        border: none;
        border-radius: 5px;
        padding: 20px;
        cursor: pointer;
    }

    .emojis {
        border: 1px solid #cdced2;
        border-radius: 19px;
        width: 320px;
        padding: 10px;
        display: none;
        margin-left: 30px;
    }

    .emojis span {
        font-size: 14px;
        cursor: pointer;
    }

    button {
        height: 50px;
    }

    #close-emojis {
        margin-left: 88%;
        margin-top: -20px;
        margin-bottom: -13px;
    }

    #removeClip {
        position: relative;
        left: calc(100% + 132px);
        bottom: 73px;
        font-size: 16px;
        border: 1px solid #cdced2;
        border-radius: 75px;
        width: 28px;
        height: 28px;
        padding-left: 7px;
        background: #ffff;
        display: none;
    }

    .form-row:nth-child(4){
        display: initial !important;
    }

    .form-row:nth-child(5){
        display: initial !important;
    }
}

@media only screen and (min-width: 375px) and (max-width: 375px) {
    #specialInstForm .form-control {
        width: calc(100% + 175px);
        height: 48px;
        border: 1px solid #C1C1C1;
        border-radius: 6px;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        display: flex;
        align-items: center;
        letter-spacing: -0.08px;
    }

    #field-icon {
        position: relative;
        width: 22px;
        height: 22px;
        left: calc(100% + 130px);
        bottom: 2%;
        cursor: pointer;
    }

    #audio-playback {
        width: calc(100% + 175px);
        height: 48px;
        border: 1px solid #008080;
        border-radius: 6px;
    }

    #removeClip {
        position: relative;
        left: calc(100% + 155px);
        bottom: 73px;
        font-size: 16px;
        border: 1px solid #cdced2;
        border-radius: 75px;
        width: 28px;
        height: 28px;
        padding-left: 7px;
        background: #ffff;
        display: none;
    }
}