@font-face {
    font-family: "Manrope";
    src: url("../fonts/Manrope-Regular.ttf");
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Manrope";
    src: url("../fonts/Manrope-SemiBold.ttf");
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: "Manrope";
    src: url("../fonts/Manrope-Bold.ttf");
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: "Manrope";
    src: url("../fonts/Manrope-ExtraBold.ttf");
    font-weight: 800;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Manrope, serif;
    background: linear-gradient(135.00deg, rgb(4, 11, 17) 0%, rgb(28, 48, 26) 100%);
    letter-spacing: -0.28px;
    padding-bottom: 200px;
    position: relative;
    overflow-x: clip;
}

.bg-img {
    position: absolute;
    bottom: 0;
    right: 0;
}

img {
    max-width: 100%;
    height: auto;
}

header {
    background-color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
}

header .row {
    justify-content: space-between;
}

.container {
    max-width: 1440px;
    padding-left: 16px;
    padding-right: 16px;
    margin-left: auto;
    margin-right: auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.column {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}

.align-center {
    align-items: center;
}

.text-center {
    text-align: center;
}

.btn {
    display: inline-block;
    padding: 16px 25px;
    cursor: pointer;
    text-decoration: none;
    width: 326px;
    max-width: 100%;
    font-size: 16px;
    font-weight: 800;
    border-radius: 12px;
    border: 1px solid transparent;
    transition: all 0.3s ease-in-out;
}

.image_container{
    display: flex;
    justify-content: space-evenly;
    align-items : center;
}
.gamble_id_vertical_line {
    height:30px;
    width:1px;
    background-color: #bfb9b9;
    margin: 0px 10px;
}
.image_height
{
    height:100%!important;
}

.sccg_image{
    height: 100% !important;
    max-width: 100px;
    margin-left: 6px;
}
.vertical-line-container
{
    display:flex;
    margin: 0px 10px;
}
.sccg_vertical_line
{
    width: 1px;
    height: 30px;
    background-color: #bfb9b9;
}
.vertical-container{
    display: flex;
}
.header-logo-container
{
    width:300px;
}

.black-btn {
    background-color: #040B11;
    color: #fff;
    border-color: #040B11;
}

.black-btn:hover {
    background-color: rgb(28, 48, 26);
    border-color: rgb(28, 48, 26);
}

.outline-btn {
    background-color: #fff;
    color: #040B11;
    border-color: rgba(4, 11, 17, 0.15);
}

.outline-btn:hover {
    background-color: rgb(28, 48, 26);
    border-color: rgb(28, 48, 26);
    color: #fff;
}

.header-phone a {
    text-decoration: none;
    color: #000;
    font-size: 10px;
    font-weight: 500;
}

.header-phone a .phone-number {
    font-size: 14px;
    font-weight: 800;
}

.brand {
    max-width: 98px;
}

.phone-icon {
    width: 36px;
}

.pl-8 {
    padding-left: 8px;
}

.pr-8 {
    padding-right: 8px;
}

.pl-6 {
    padding-left: 6px;
}

.pr-6 {
    padding-right: 6px;
}

.mb-16 {
    margin-bottom: 16px;
}

.w100 {
    width: 100%;
    flex-basis: 100%;
}

.w50 {
    width: 50%;
    flex-basis: 50%;
}

.form-title {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 16px;
}

main {
    padding-top: 16px;
    padding-bottom: 16px;
}

.form-header {
    margin-bottom: 16px;
}

.form-header .manager-image {
    border-radius: 50%;
    width: 40px;
    display: block;
}

.manager-image-column {
    padding-right: 4px;
}

/* .manager-data-column {
    padding-left: 4px;
} */

.manager-position {
    font-size: 12px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.65);
}

.manager-name {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}

.contact-name {
    font-size: 12px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.65);
}

.contact-data a {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
}

.form-wrap {
    padding: 16px;
    border-radius: 12px;
    background-color: #fff;
    position: relative;
}

.step-title {
    font-size: 14px;
    font-weight: 700;
    color: rgba(4, 11, 17, 0.35);
    padding: 4px 4px 4px 16px;
    border: 1px solid rgba(4, 11, 17, 0.15);
    border-radius: 100px;
    display: flex;
    align-items: center;
    width: fit-content;
    margin-bottom: 12px;
}

.step-time {
    background-color: #040B11;
    color: #fff;
    display: flex;
    align-items: center;
    border-radius: 100px;
    padding: 4px 10px 4px 4px;
    margin-left: 8px;
    font-size: 14px;
    font-weight: 700;
}

.step-time img {
    margin-right: 6px;
}

.form-progress {
    padding-top: 16px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.form-progress div {
    display: none;
}

.form-progress span {
    height: 4px;
    border-radius: 4px;
    width: calc(25% - 10px);
    background-color: rgba(255, 255, 255, 0.15);
}

.form-progress span.active {
    background-color: #91FF88;
}

.field-groupe-title {
    font-weight: 600;
    font-size: 24px;
    letter-spacing: -0.72px;
    margin-bottom: 16px;
    width: 100%;
}

.field-groupe-subtitle {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px;
}

.field-groupe-subtitle span {
    color: rgba(4, 11, 17, 0.35);
}

label {
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
}

label.small {
    font-size: 14px;
}

label span {
    color: rgba(4, 11, 17, 0.35);
}

input[type=text],
input[type=email],
input[type=tel],
input[type=url] {
    width: 100%;
    padding: 17px;
    border: 1px solid rgba(4, 11, 17, 0.1);
    border-radius: 8px;
    margin-bottom: 12px;
    font-size: 14px;
    display: block;
}

input[type=submit] {
    outline: none;
}

input.error {
    border-color: #dc3545;
}

input::placeholder {
    color: rgba(4, 11, 17, 0.35);
    font-family: Manrope, serif;
}

input:focus {
    outline: none;
    border-color: #040B11;
}

.select2-container {
    width: 100% !important;
}

select.error~.ui-selectmenu-button {
    border-color: #dc3545;
}

.hr {
    width: 100%;
    height: 1px;
    background-color: rgba(4, 11, 17, 0.1);
    margin-bottom: 24px;
    margin-top: 16px;
}

.ui-selectmenu-button.ui-button {
    width: 100%;
    margin-bottom: 12px;
    border: 1px solid rgba(4, 11, 17, 0.1);
    border-radius: 8px;
    padding: 17px;
    background-color: #fff;
}

.ui-button .ui-icon {
    background-image: url(../images/ChevronDown.svg);
    background-position: center;
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
    background-image: url(../images/ChevronDown.svg);
}

.ui-menu .ui-menu-item-wrapper {
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgb(236, 242, 249);
    padding-left: 16px;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #040B11;
    background: #040B11;
    font-weight: normal;
    color: #fff;
}

.ui-selectmenu-menu .ui-widget.ui-widget-content {
    border-color: transparent;
    box-shadow: 0px 4px 8px 0px rgba(4, 11, 17, 0.12);
    max-height: 200px;
}

#Birthday {
    background-image: url(../images/ChevronDown.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 16px) 50%;
    cursor: pointer;
}

#SecondSignerBirthday {
    background-image: url(../images/ChevronDown.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 16px) 50%;
    cursor: pointer;
}

#Birthday_govtid {
    background-image: url(../images/ChevronDown.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 16px) 50%;
    cursor: pointer;
}

#Birthday_govtid_secondary {
    background-image: url(../images/ChevronDown.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 16px) 50%;
    cursor: pointer;
}

#DateofIncorproration {
    background-image: url(../images/ChevronDown.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 16px) 50%;
    cursor: pointer;
}

.ui-datepicker .ui-widget.ui-widget-content {
    border: 1px solid rgba(4, 11, 17, 0.1);
    border-radius: 12px;
    box-shadow: 0px 4px 8px 0px rgba(4, 11, 17, 0.12);
    background-color: #fff;
    padding: 24px;
}

.ui-datepicker-header {
    background-color: #fff;
    border-color: transparent;
}

.ui-widget-header .ui-icon.ui-icon-circle-triangle-w {
    background-image: url(../images/arrow-left.svg);
    background-position: center;
    cursor: pointer;
}

.ui-widget-header .ui-icon.ui-icon-circle-triangle-e {
    background-image: url(../images/arrow-right.svg);
    background-position: center;
    cursor: pointer;
}

.ui-datepicker .ui-state-hover,
.ui-datepicker .ui-widget-content .ui-state-hover,
.ui-datepicker .ui-widget-header .ui-state-hover,
.ui-datepicker .ui-state-focus,
.ui-datepicker .ui-widget-content .ui-state-focus,
.ui-datepicker .ui-widget-header .ui-state-focus,
.ui-datepicker .ui-button:hover,
.ui-datepicker .ui-button:focus {
    border: transparent;
    background: #fff;
    font-weight: normal;
    color: #2b2b2b;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    color: #040B11;
    border: transparent;
    background: #fff;
}

.ui-datepicker-calendar .ui-state-hover {
    background: #040B11;
    color: #fff;
    border-radius: 4px;
}

.ui-datepicker td span,
.ui-datepicker td a {
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: 600 !important;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    background: #fff;
    border: 1px solid #040B11;
    border-radius: 4px;
    padding: 8px;
}

.ui-datepicker select.ui-datepicker-month {
    margin-right: 6px;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    top: 9px;
}

.ui-datepicker {
    padding: 24px;
}

.checkbox-label {
    display: block;
    position: relative;
    padding-left: 26px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: rgba(4, 11, 17, 0.5);
}

.checkbox-label a {
    color: #040B11;
}

.checkbox-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkbox-label .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 14px;
    width: 14px;
    background-color: #eee;
}

.checkbox-label:hover input~.checkmark {
    background-color: #ccc;
}

.checkbox-label input:checked~.checkmark {
    background-color: #040B11;
}

.checkbox-label .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-label input:checked~.checkmark:after {
    display: block;
}

.checkbox-label .checkmark:after {
    left: 5px;
    top: 2px;
    width: 3px;
    height: 7px;
    border: solid white;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.description {
    font-size: 12px;
    color: rgba(4, 11, 17, 0.5);
}

.description a {
    color: #040B11;
    font-weight: 500;
}

.error {
    font-size: 12px;
    color: #dc3545;
    margin-top: -5px;
}

#State-error {
    position: absolute;
    bottom: 0;
}

#State-error+#State-button {
    margin-bottom: 36px;
}

#DriverState-error {
    position: absolute;
    bottom: 0;
}

#DriverState-error+#DriverState-button {
    margin-bottom: 36px;
}

#more-signer {
    color: #040B11;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}

#more-signer::before {
    content: url(../images/plus.svg);
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
}

#collapse-signer {
    color: #040B11;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}

#collapse-signer::before {
    content: url(../images/minus.svg);
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
}

.justify-center {
    justify-content: center;
}

#more-bank {
    color: #040B11;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}

#more-bank::before {
    content: url(../images/plus.svg);
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
}

#collapse-bank {
    color: #040B11;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}

#collapse-bank::before {
    content: url(../images/plus.svg);
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
}


.radio-button {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.radio-button input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    display: none;
    /* Hidden by default */
}

.popup-content {
    background: white;
    color: green;
    font-weight: bold;
    text-align: center;
    padding: 20px 30px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}


.radio-button .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #040B11;
    border-radius: 50%;
}


.radio-button:hover input~.checkmark {
    background-color: #ccc;
}


.radio-button input:checked~.checkmark {
    background-color: #040B11;
}


.radio-button .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


.radio-button input:checked~.checkmark:after {
    display: block;
}

.radio-button .checkmark:after {
    top: 5px;
    left: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.w424 {
    width: 424px;
}
@media screen and (min-width: 320px) {
    .sxl-w33{width: 50%;flex-basis: 50%;}
}

@media screen and (min-width: 576px) {
    .sl-w33{width: 33.33%;flex-basis: 33.33%;}
}

@media screen and (min-width: 576px) {
    
    .sl-w33{width: 33.33%;flex-basis: 33.33%;}

}

@media screen and (min-width: 768px) {
    
    .md-w50 {
        width: 50%;
        flex-basis: 50%;
    }
    .md-mr60 {
        margin-right: 60px;
    }

    .md-mr30 {
        margin-right: 30px;
    }

}

@media screen and (min-width: 992px) {
    .brand {
            max-width: 148px;
        }
    .phone-icon {
        width: 48px;
    }

    .header-phone a {
        font-size: 14px;
    }

    .header-phone a .phone-number {
        font-size: 18px;
    }

    .ui-datepicker {
        width: 416px;
    }

    .form-header {
        background-color: rgba(255, 255, 255, 0.05);
        border-radius: 999999px;
        padding: 16px 24px;
        margin-bottom: 43px;
    }

    .lg-w25 {
        width: 25%;
        flex-basis: 25%;
    }

    .lg-w50 {
        width: 50%;
        flex-basis: 50%;
    }

    .form-title {
        margin-bottom: 0;
    }

    .lg-mr60 {
        margin-right: 60px;
    }

    .lg-mr30 {
        margin-right: 30px;
    }

    .lg-pr8 {
        padding-right: 8px;
    }

    .lg-pl8 {
        padding-left: 8px;
    }

    .form-progress div {
        display: block;
        color: rgba(255, 255, 255, 0.35);
        font-size: 14px;
        font-weight: 600;
        position: relative;
        padding-left: 40px;
        width: 25%;
        flex-basis: calc(25% - 10px);
    }

    .form-progress div::before {
        content: '';
        width: 18px;
        height: 18px;
        border-radius: 50%;
        border: 1px solid rgba(255, 255, 255, 0.15);
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 8px;
    }

    .form-progress div.active {
        color: #fff;
    }

    .form-progress div.active::before {
        background-color: #91FF88;
    }

    .form-progress div.active::after {
        content: '';
        position: absolute;
        left: 16px;
        top: 50%;
        width: 3px;
        height: 7px;
        border: solid #040B11;
        border-width: 0 1px 1px 0;
        transform: translateY(-50%) rotate(45deg);
    }

    .form-wrap {
        padding: 49px 48px;
    }

    .step-title {
        position: absolute;
        right: 48px;
        font-size: 16px;
    }

    .step-time {
        font-size: 16px;
    }

    .step-time img {
        width: 24px;
    }

    .lg-order1 {
        order: 1;
    }

    .lg-order2 {
        order: 2;
    }

    .lg-order3 {
        order: 3;
    }

    .lg-order4 {
        order: 4;
    }

    .lg-order5 {
        order: 5;
    }

    .lg-mb8 {
        margin-bottom: 8px;
    }

    .lg-w212 {
        width: 212px;
        flex-basis: 212px;
    }

    .lg-pl10 {
        padding-left: 10px;
    }

    .lg-pr0 {
        padding-right: 0;
    }

    .lg-pr10 {
        padding-right: 10px;
    }

    .lg-pl0 {
        padding-left: 0;
    }

    .lg-mla {
        margin-left: auto;
    }

    .lg-w33 {
        width: 33.33%;
        flex-basis: 33.33%;
    }

    .lg-w40 {
        width: 40%;
        flex-basis: 40%;
    }

    .lg-w35 {
        width: 35%;
        flex-basis: 35%;
    }

    .lg-w65 {
        width: 65%;
        flex-basis: 65%;
    }

    .lg-mb24 {
        margin-bottom: 24px;
    }
}

@media screen and (min-width: 1440px) {
    .container {
        padding-left: 63px;
        padding-right: 63px;
    }

    .xl-mr170 {
        margin-right: 170px;
    }

    .xl-mr100 {
        margin-right: 100px;
    }

    .xl-w33 {
        width: 33.33%;
        flex-basis: 33.33%;
    }

    .xl-pl-6 {
        padding-left: 6px;
    }

    .xl-pr-6 {
        padding-right: 6px;
    }

    .xl-w205 {
        width: 205px;
        flex-basis: 205px;
    }

    .xl-w271 {
        width: 271px;
        flex-basis: 271px;
    }

    .xl-w106 {
        width: 106px;
        flex-basis: 106px;
    }

    .xl-w165 {
        width: 165px;
        flex-basis: 165px;
    }

    .xl-order4 {
        order: 4;
    }

    .xl-w50 {
        width: 50%;
        flex-basis: 50%;
    }

    .xl-order3 {
        order: 3;
    }

    .xl-mla {
        margin-left: auto;
    }
}

@media screen and (max-width: 400px) {

    .header-logo-container {
            width: 100px;
        }
}

@media screen and (max-width: 754px) {

    .vertical-line-container
    {
        margin:0px 10px;
    }
    .sccg_vertical_line
    {
        height:15px;
    }
    /* .responsive_image_class
    {
        max-width:50%;
    } */
    .gamble_id_vertical_line {
        height: 15px;
        margin: 0px;
    }
    
    .header-logo-container {
        width: 135px;
    }

    .image-container {
        width: 65px;
    }
    #submit-later-wrap,
    #continue-wrap {
        width: 100% !important;
        text-align: center;
        display: block;
        padding: 10px 10px;
        margin: 0px auto;
    }
  }


   @media screen and (max-width: 576px) {
     .responsive_image_class
    {
        max-width: 62px;
    }
      .sccg_image {
            margin: 0px;

        }

    .vertical-line-container {
        margin: 0px 4px ;
    }

}

.row_inner{
        display: flex;
        flex-wrap: wrap;
        margin: 0px auto;
    }

    @media screen and (max-width: 360px) {
        .row_inner{
            width: 100%;
        }

           .responsive_image_class
    {
        max-width:51px;
    }     
    
        .sccg_image {
            margin: 0px;
        }
      }

 img.authorizedcc_class {
        max-width: 168px;
    }

img.tesvo_class {
        max-width: 68px;
    }


/* 14-05 */

.container-block{
    margin: 0 auto;
    text-align: center;
}
.thank-you-icon {
    background-image: url(../images/env-backdrop.png);
    background-repeat: no-repeat;
    background-position: center;
}

.thank-you-icon img {
    width: 260px;
    height: auto;
}

h1 {

    color: #ffff;
    font-family: Manrope;
    font-weight: 600;
    font-size: 32px;
    line-height: 42px;
}

p {
    margin-bottom: 2rem;
    color: #FFFFFF;
    font-family: Manrope;
    font-weight: 500;
    font-size: 16px;
    line-height: 38px;
    text-align: center;

}

hr {
    border: none;
    border-top: 1px solid #333;
    margin: 2rem 0;
}

h2 {
    margin-bottom: 0.75rem;
    font-family: Manrope;
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    color: #FFFFFF;
}

.documents {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    margin: 1.5rem 0;
}

.doc-box {
    background-color: #1f2b24;
    padding: 1rem 1.5rem;
    display: flex;
    align-items: center;
    gap: 1.2rem;
    min-width: 250px;
    width: 313px;
    height: 84px;
    /* top: 697px;
    left: 397px; */
    border-radius: 8px;

}


.doc-box span {
    font-family: Manrope;
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    text-align: left;

}

.review-sign {
    font-size: 0.95rem;
    color: #c0c0c0;
    margin-top: 2rem;
}

.heading_text{
    font-family: Manrope;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
}
.thankyou_body{
    padding-bottom: 20px;
}


/* submit-later  */
.resume-button-container {
  text-align: center;
  margin-top: 2rem;
}

.resume-button {
    display: inline-block;
    padding: 16px 20px;
    width: 424px;
    height: 54px;
    background-color: #91FF88;
    color: #ffffff;
    font-weight: 600;
    border-radius: 12px;
    text-decoration: none;
    font-size: 1rem;
}

.resume-button:hover {
  background-color: #91FF88;
}

.pause-text{
    margin-top: 2rem;
    color: #FFFFFF;
    font-family: Manrope;
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
    text-align: center;
}

.doc-box1 {
    background-color: #1f2b24;
    padding: 1rem 1.5rem;
    align-items: center;
    gap: 0.75rem;
    min-width: 250px;
    width: 313px;
    height: 114px;
    /* top: 697px;
    left: 397px; */
    border-radius: 8px;

}


.doc-box1 span {
    font-family: Manrope;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;

}

.doc-box1 img {
   width: 24px;
   height: 24px;
}

.thank-you-icon1 img {
    width: 200px;
    height: auto;
}

.thank-you-icon1{
    margin-bottom: 1.5rem;

}