/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

/*progressbar*/

#quoteprogressbar {
    margin-bottom: 15px;
    padding: 0px;
    text-align: center;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 150px;
    margin-left: 0px;
}

#quoteprogressbar li {
    list-style-type: none;
    color: #000;
    font-size: 16px;
    width: 130px;
    height: 130px;
    background: rgb(19 61 103 / 20%) 0% 0% no-repeat padding-box;
    box-shadow: inset 2px 2px 7px #0000000d;
    border-radius: 100%;
    position: relative;
    margin-right: 0px;
    position: relative;
}

#quoteprogressbar li.active {
    background-image: linear-gradient(180deg, #13477F 37%, #B355A0 97%);
}

#quoteprogressbar li.active a {
    background: #ffffff;
    color: #000000;
}

#quoteprogressbar li.step-completed {
    background: #13477F 0% 0% no-repeat padding-box;
    cursor: pointer;
}

#quoteprogressbar li.step-completed a {
    background: #FFFFFF4D 0% 0% no-repeat padding-box;
    color: #13477F;
}

#quoteprogressbar li.step-completed a::after {
    content: url(../img/checkmark.png);
    position: absolute;
    top: -25px;
    width: 62px;
    height: 62px;
}

#quoteprogressbar li a {
    background: #ffffff;
    color: #000000;
}

.quote-form-label {
    display: none;
}

#quoteprogressbar li a {
    background-image: linear-gradient(180deg, #13477F 37%, #B355A0 97%);
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 100%;
    margin: auto;
    width: 110px;
    height: 110px;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Raleway", sans-serif !important;
    font-weight: 500;
    line-height: 1.5;
    padding: 7px;
}

#quoteprogressbar li:before {
    width: 24px;
    line-height: 20px;
    display: block;
    font-size: 10px;
    color: #a0bbc5;
    /* background: #ccc; */
    border-radius: 12px;
    margin: 0 auto 5px auto;
    /* border: 2px solid #022b54; */
    font-size: 30px;
    z-index: 9;
    right: -125px;
    position: absolute;
    top: 73px;
    font-size: 77px;
}

/*progressbar connectors*/
#quoteprogressbar li:after {
    content: '';
    width: 247px;
    height: 15px;
    background: rgb(69 113 152 / 35%);
    position: absolute;
    left: 120px;
    top: 60px;
    z-index: 0;
    width: 307px;
}

#quoteprogressbar li:nth-last-of-type(1):after {
    width: 0px;
    height: 0px;
}

#quotemsform fieldset {
    border: 0 none;
    border-radius: 3px;
    /* box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4); */
    padding: 0;
    box-sizing: border-box;
    margin: auto;
    max-width: 1200px;
    /*stacking fieldsets above each other*/
    position: relative;
}

/*Hide all except first fieldset*/
#quotemsform fieldset:not(:first-of-type) {
    display: none;
}

.pln-blk-disable {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 70%);
    z-index: 1;
}

#quotemsform {
    position: relative;
}

.invoice-spacing {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.pay-iframe {
    width: 100%;
    float: left;
}

.invoice-spacing .user-plan-detail {
    max-width: 580px;
    margin: auto;
    padding: 0px;
}

.user-plan-detail {
    width: 100%;
    float: left;
    padding-top: 30px;
}

.mail-user-info p,
.mail-vehicle-info p {
    margin-bottom: 1px;
    margin-top: 0px;
    font-size: 13px;
}

.font-weight-bold {
    font-weight: 500;
}

.mail-user-info h6,
.mail-vehicle-info h6 {
    margin-bottom: 4px;
    margin-top: 0px;
}

.mail-vehicle-info {}

.user-plan-detail .mail-user-info {
    width: 50%;
    float: left;
    padding-right: 15px;
    padding-left: 29px;
}

.user-plan-detail .mail-vehicle-info {
    width: 50%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.user-plan-detail .table-responsive {
    float: left;
    width: 100%;
    background: #f1f1f1;
    padding: 15px;
    border-radius: 20px;
    margin-top: 25px;
}

.table-responsive table.table {
    border: none;
    margin-top: 15px;
    margin-bottom: 0;
}

.table-responsive table.table th,
.table-responsive table.table td {
    border: none;
}

button#mailPay {
    background-image: linear-gradient(180deg, #13477F 0%, #B355A0 100%) !important;
    border-radius: 8px;
    padding: 14px;
    width: 275px;
}

.user-plan-detail td.pln-1,
.user-plan-detail td.pln-2,
.user-plan-detail td.pln-ttl {
    font-size: 14px;
}

.user-plan-detail td.pln-1.vlu,
.user-plan-detail td.pln-2.vlu,
.user-plan-detail td.pln-ttl.vlu {
    text-align: right;
    min-width: 90px;
}

.user-plan-detail.quoteinfo-mobile {
    display: none;
}

.quote_not_found {
    text-align: center;
}

span.tw_only_price {
    float: right;
    display: none;
}

.ifram-status {
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 30px;
    flex: 1 0 100%;
    flex-wrap: wrap;
}

.ifram-status p {
    width: 100%;
    font-family: "Segoe-UI-Bold", Sans-serif;
}

.quoteinfo-desk * {
    font-family: "Segoe-UI-Bold", Sans-serif;
    font-size: 12px;
}

.rateadjust .quoteinfo-desk *,
.quote_not_found p {
    font-size: 14px;
}

.rateadjust .adjusted-quotes {
    width: 80%;
    margin: auto;
    display: flex;
    column-gap: 15px;
    flex-wrap: wrap;
}

.rateadjust .adjusted-quotes h4 {
    margin: 0;
    text-align: center;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    color: #B355A0;
    font-size: 18px;
}

.rateadjust .user-plan-detail.quoteinfo-desk {
    width: 100%;
    max-width: 100%;
    margin-top: 23px;
}

.rateadjust .user-plan-detail.quoteinfo-desk .table-responsive {
    width: 48%;
    margin: auto;
}

.rateadjust .adjust-quote-info {
    width: 50%;
    /* margin: auto; */
    /* margin-bottom: 25px; */
    float: left;
}

.rateadjust .quoteupdated-info-note {
    text-align: center;
    width: 80%;
    margin: auto;
}

.swal2-actions .swal2-styled.swal2-confirm.adjust-confirm-button-class,
.swal2-cancel.adjust-cancel-button-class.swal2-styled.vehicle-btn {
    padding: 10px !important;
    min-width: 100px;
    width: 110px !important;
    font-size: 20px !important;
}


.swal2-actions .swal2-styled.swal2-confirm.adjust-confirm-button-class {
    margin: 0;
}

.adjust-swal-your-container-class .swal2-icon.swal2-success.adjust-swal-your-icon-class.swal2-icon-show {
    display: block !important;
}

.quote-update-amt {
    margin-bottom: 0px;
    width: 50%;
    float: left;
}

.rateadjust .quote-update-amt .table-responsive {
    margin-bottom: 7px;
}

.quote-update-amt .table-responsive {
    width: 300px;
    margin: auto;
    /* max-width: 300px; */
}

.rateadjust .quote-update-amt .table-responsive td {
    padding: 3px;
}

.quote-update-amt .table-responsive td.pln-1.vlu,
.quote-update-amt .table-responsive td.pln-2.vlu,
.quote-update-amt .table-responsive td.pln-ttl.vlu {
    text-align: right;
}

.quote-update-amt .table-responsive tr.border-bottom {
    border-bottom: 1px solid;
}

.quote-update-amt .table-responsive td.pln-1,
.quote-update-amt .table-responsive td.pln-2,
.quote-update-amt .table-responsive td.pln-ttl,
.quote-update-amt .table-responsive tr th.py-1 {
    text-align: left;
}

.rateadjust .quoteupdated-info-note p {
    margin-bottom: 20px;
}

.user-plan-detail.quoteinfo-mobile {
    margin-top: 20px;
}

.user-plan-detail.quoteinfo-mobile .mail-user-info,
.user-plan-detail.quoteinfo-mobile .mail-vehicle-info {
    text-align: center;
}

.rateadjust .quoteupdated-info-note a.vehicle-btn {
    padding: 6px 20px 6px 20px !important;
    font-size: 17px !important;
}

.rateadjust .adjust-quote-info .mail-user-info,
.rateadjust .adjust-quote-info .mail-vehicle-info {
    width: 50%;
    float: left;
}

.quote-update-amt .table-responsive table.table {
    margin-top: 0;
}

.rateadjust .adjust-quote-info p {
    font-size: 14px;
}

.quote-update-amt {
    font-size: 14px;
}

.rateadjust .pln-ttl p,
.rateadjust .pln-ttl span {
    font-weight: 700 !important;
}

.user-plan-detail td.pln-1 p,
.user-plan-detail td.pln-2 p,
.user-plan-detail td.pln-ttl p,
.user-plan-detail td.pln-1 span,
.user-plan-detail td.pln-2 span,
.user-plan-detail td.pln-ttl span {
    margin-bottom: 0;
    font-size: 14px;
}
/* #oldPrice .pln-ttl {
 background-color: hsla(0, 0%, 50.2%, .0705882353) !important;
} */
.user-plan-detail td.pln-2 {
    padding-bottom: 10px;
}

.user-plan-detail td.pln-1,
.user-plan-detail td.pln-2 {
    padding-top: 0;
}

.quote-update-amt th,
.quote-update-amt tr {
    font-size: 16px;
}

.rateadjust .quote-update-amt th,
.rateadjust .quote-update-amt tr {
    font-size: 14px;
}

.user-plan-detail tr.border-bottom {
    border-bottom: 1px solid #ccc;
}

.table-responsive table.table th {
    padding-bottom: 0;
}

.call-any-time {
    text-align: center;
    font-size: 14px;
    width: 80%;
    margin: auto;
    margin-bottom: 23px;
    margin-top: 15px;
}

.rate-ajust-success {
    text-align: center;
}

.rate-ajust-success h2 {
    color: #93358d;
}

.rate-ajust-success h4 {
    color: #13477f;
}

.rateadjust .mail-user-info h6,
.rateadjust .mail-vehicle-info h6 {
    font-size: 14px;
}

.rateadjust .adjust-quote-info table tr td {
    border: 0;
    text-align: left;
    font-size: 16px;
    padding: 3px;
    font-size: 14px;
}

.rateadjust .adjust-quote-info table {
    border: 0;
    margin: 0;
}

.rate-ajust-success h4 {
    font-size: 24px !important;
}

button#coupon_submit {
    margin-top: 0;
    margin-left: 15px;
    padding: 10px 26px !important;
}

.coupon-error-container p {
    text-align: left;
    margin-top: 10px;
    color: white;
    font-size: 15px;
	font-family: "gotham-book", sans-serif
}

.coupon-error-container p.ccout.error-text {
    color: #b355a0 !important;
}

/* quote rate adjustment css */
.w-full-size {
    width: 100%;
}

.font-bld {
    font-weight: 600;
}

.rate-plan-btn {
    display: flex;
    width: 100%;
    justify-content: center;
}

.quote-2 {
    width: 31.5%;
}

#rate-adjustment-form .note-txt {
    color: #000000;
    font-weight: 500 !important;
}

#rate-adjustment-form .vehicle-btn {
    padding: 11px 43px !important;
    font-size: 20px !important;
}

.mbt-10 {
    margin-bottom: 2.5rem;
}

.ml-3 {
    margin-left: 0.5em;
}

.font-w-5 {
    font-weight: 500 !important;
}

.odometer-image input {
    margin-top: 0px !important;
}

.quote-form-container.mtp-1 {
    margin-top: 1.5rem !important;
}

.rate-loading {
    min-height: 100%;
    min-width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 9;
    /* background: url(/wp-content/uploads/2022/04/loader.gif)#ffffffb8 no-repeat 50%; */
    left: 0;
    font-family: "Segoe UI", sans-serif !important;
    min-height: 100px;
    height: 100%;
    display: none;
}

#rate-adjustment-form .quote-form-label {
    display: block;
    font-size: 0.85em;
    font-family: "Segoe UI", sans-serif !important;
}

.quote-form-container.rate-adjustment {
    max-width: 825px !important;
}

.rate-title {
    width: 100%;
    margin: 0px;
    font-size: 1.85rem;
    margin-top: 3.5rem;
    margin-bottom: 0rem;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 10px;
    color: #12355C;
}

.quote-form-container.rate-adjustment .input-container.quote-group.quote-3 {
    width: 48%;
    margin-top: 7px;
}

.quote-form-container.rate-adjustment .quote-row .quote-control {
    padding: 10px 25px !important;
}

.quote-form-container.rate-adjustment .quote-row .quote-control:disabled {
    background-color: #f2f2f2;
}

.quote-form-container.rate-adjustment .vehicle-btn {
    margin-top: 15px;
        font-family: "Poppins", Sans-serif !important;
}

.quote-rate-error {
    color: #f70000;
    font-size: 0.7em;
    font-weight: 600;
}

.quote-form-container.rate-adjustment .req {
    color: #f70000;
}

.note-txt {
    color: #000000;
    font-weight: 600 !important;
}

.quote-form-container.rate-adjustment .quote-title {
    margin-bottom: 1.5em !important;
}

::-webkit-input-placeholder {
    /* Edge */
    color: #b9b9b9 !important;
}

:-ms-input-placeholder {
    /* Internet Explorer */
    color: #b9b9b9 !important;
}

::placeholder {
    color: #b9b9b9 !important;
}

.quote-form-container.rate-adjustment .quote-row .quote-control {
    border: 1px solid #12355c1f !important;
}

.quote-form-container.rate-adjustment .rate-title {
    padding-bottom: 0.75rem;
    border-bottom: 0px solid #12355c1f !important;
    font-family: "Segoe UI", sans-serif !important;
}

/* price table */
.priceTable .quote-row {
    justify-content: center;
}

.quote-rate-left,
.quote-rate-right {
    width: 47%;
}

.priceTable table th {
    background: #bd0808 !important;
    border: 0px;
    padding: 0.75em;
    padding-left: 20px;
    padding-right: 20px;
}
.priceTable table th:first-child {
    border-top-left-radius: 15px !important;
}
.priceTable table th:last-child {
    border-top-right-radius: 15px !important;
}
.priceTable table {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 15px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important;
}

.priceTable table td {
    border: 0px;
    padding-left: 20px;
    padding-right: 7px;
    /* width: 50%; */
    padding-bottom: 0px;
    font-family: "Segoe UI", sans-serif !important;
    background: transparent !important;
}

.priceTable table thead {
    /* background: #B3559F; */
    color: #fff;
    margin: 0;
    font-size: 1em;
    font-family: "Segoe UI", sans-serif !important;
}

.priceTable #newPrice table thead {
    background: #12355C;
}

.rounded-txt {
    text-align: center;
    color: #13477f;
    font-size: 1.35rem;
    font-weight: 500;
	display: none !important;
}

.quote-status {
    font-size: 1.75rem;
}

.txt-bold,
.quote-status span {
    font-weight: 600;
}

#product-name {
    text-transform: uppercase;
}

.priceTable .quote-rate-right .quote-plan-title {
    color: #12355C;
}

.priceTable #oldPrice table tfoot .card-text {
    color: #B455A0;
}

.priceTable .quote-rate-left table tbody,
.priceTable .quote-rate-left table tfoot {
    background: #ffffff;
}
/* .priceTable .quote-rate-left table tbody {
    border-bottom-left-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
} */
.priceTable .quote-rate-left table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 15px;
  }

.priceTable .quote-rate-left table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 15px;
  }
.priceTable .quote-rate-right table tbody,
.priceTable .quote-rate-right table tfoot {
    background: #e2edf3;
}


.priceTable table tbody .card-text,
.priceTable table tfoot .card-text {
    font-size: 14px;
    color: #000 !important;
    font-weight: 600;
    font-family: "Segoe UI", sans-serif !important;
    margin-bottom: 7px;
}
tr.cart-total td.vlu span {
    color: #bd0808 !important;
}
.priceTable table .vlu {
    text-align: right;
    font-family: 'Urbanist';
    text-wrap: nowrap;
}

/* #quote-rate-sec .rate-adjustment .priceTable .table {
    background: #e2edf3 !important;
    border-radius: 15px;
} */

.priceTable table tr {
    border-bottom: 0px solid #ccc;
}

.priceTable table .card-text.card-title {
    font-size: 0.95em;
    color: #000 !important;
}

.priceTable table .cart-total .card-text,
.priceTable table .cart-total .vlu {
    font-weight: 600;
    font-size: 25px;
}
.priceTable table .cart-total .vlu{
    padding-bottom: 0.5em;
}
.priceTable .table, .priceTable .table * {
        font-family: "Poppins", Sans-serif !important;
  }
#priceTable #oldPrice tbody tr td:nth-of-type(2), #priceTable #oldPrice tfoot td:nth-of-type(2),
#priceTable #oldPrice tbody tr td:nth-of-type(3), #priceTable #oldPrice tfoot td:nth-of-type(3){
text-align: right!important;
}
.border-top {
    border-top: 1px solid #ccc;
}

.quote-plan-title {
    color: #B455A0;
    font-family: "Segoe-UI-Bold", Sans-serif;
    font-size: 25px;
    font-weight: 700;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: initial;
    letter-spacing: 0px;
    margin-bottom: 0px;
}

/* end price table */
/* adjust rate thank you */
lottie-player.tick-anim {
    margin: auto;
}
.fnt-clr{
    color: #000 !important;
    font-weight: 600;
}
.deduct-label{
    font-size: 12px;
}
.text-loading {
    position: absolute;
    top: 3rem;
    bottom: 0;
    margin: auto;
    height: 200px;
    left: 0;
    right: 0;
    text-align: center;
    font-weight: 600;
    color: #000;
    font-size: 14px;
}
.rate-adjustment .loading,.thanks-loading{
    min-height: 150px;
}
.submit-text {
    text-align: center;
    font-size: 2.2rem;
}

.himsg {
    font-family: "Poppins", Sans-serif !important;
    font-size: 30px;
  
}
.himsg-succssplan{
    font-weight: 400;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
}

.user-name {
    font-size: 30px;
}

/* .successfully-plan-uptd-msg {
    font-weight: 500;
    text-align: center;
} */
.submit-text-succssmsg {
font-weight: 600 !important;
font-size: 1.9rem !important;
margin: 0.6rem 0 0.8rem !important;

}
.success-msg-vintxt {
    text-align: center;
    font-size: 1.6rem !important;
    font-weight: 400 !important;
    color: #979797 !important;
	margin-top: 0rem;
}

.success-msg-vin-num-txt {
    font-weight: 400;
    color: #000 !important;
    font-size: 1.6rem;
}
.plan-not-match-success-msg-vintxt{
	color: #FFF !important;
}
.form-data {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;

    }
    .success-contract-info-msgsection {
        display: flex;
        justify-content: space-between;
        column-gap: 12px;
    }
    
    .success-contract-hr-line {
        color: #000;
    }
    
    .succss-cntr-card-container {
        display: flex;
        column-gap: 175px;
        background-color: #efefef;
        padding: 28px 18px;
        border-radius: 5px;
        align-items: center;
    }
    
    .succss-cntr-card-container>span {
        font-size: 24px;
        font-weight: 400;
        color: #B355A0;
    
    }
    
    .succss-cntr-card-container>span>b {
        font-size: 1.4rem;
        font-weight: 400;
        color: #000;
    }
    
    .sucss-msg-contract-txt-size {
        font-size: 2rem !important;
        margin-top: 30px;
    }
    
    /*     .success-contract-info-msgsection>span>b {
            font-size: 1.3rem;
            color: #7e7b7b;
            font-weight: 500;
        }
         */
    .sucss-msg-contract-plan-title-textname>span {
        font-size: 1.6rem;
        font-weight: 500;
        color: #B455A0;
    }
    

/* .user-details {
    padding-right: 8rem;

} */

.sucss-mes-ills>img {
    max-width: 100%;
}

.form-data h4 {
    margin-bottom: 1rem;
}

#contract-no {
    margin-top: 1rem;
}

/* end adjust rate thank you */
.quote-adjust-success {
    padding: 10px 30px;
    box-sizing: border-box;
    margin: auto;
    max-width: 1200px;
    position: relative;
}

/* end quote rate adjustment */

@media screen and (min-width: 901px) and (max-width: 1024px) {
	.plan-not-match-sumryscreen {
    width: 50% !important;
}
	.form-data .sucss-mes-ills {
    display: none;
}
	.plan-not-match-totaltxtonly {
    font-size: 2rem !important;
}
}
@media screen and (min-width: 800px) and (max-width: 1024px) {
    .succss-form-data-section {
        width: 70%;
        margin: auto;
    }

}

@media screen and (min-width: 601px) and (max-width: 1024px) {

    .success-contract-info-msgsection {
        flex-direction: column;
    }

    .succss-cntr-card-container {
        justify-content: space-between;
        margin-bottom: 2rem;
    }

    .user-details .himsg {
        text-align: left !important;
    }

    .sucss-msg-contract-txt-size {
        text-align: left;
    }

    .user-details>div {
        text-align: left !important;
    }

}

@media only screen and (max-width: 900px) {
    .user-plan-detail.quoteinfo-mobile {
        width: 100%;
        padding: initial;
        display: block !important;
        max-width: 675px;
        margin: auto;
        float: none;
    }

    .pay-iframe {
        width: 100%;
        float: left;
    }

    .quote-update-amt {
        width: 100% !important;
    }

    .rateadjust .adjust-quote-info {
        display: none;
    }

    .user-plan-detail.quoteinfo-mobile {
        margin-top: 20px;
    }

    .form-data .sucss-mes-ills {
        display: none;
    }

}
@media screen and (min-width: 768px) and (max-width: 900px) {
	.plan-not-match-sumryscreen {
    width: 60% !important;
}
	.plan-not-match-totaltxtonly {
    font-size: 2rem !important;
}
}

@media only screen and (max-width: 768px) {
    .submit-text-succssmsg {
        font-weight: 500 !important;
        font-size: 1.5rem !important;
    
    }
    .rateadjust .user-plan-detail.quoteinfo-desk .table-responsive {
        width: 75%;
        margin: 7px auto;
    }

    .rateadjust .adjusted-quotes {
        width: 100%;
    }

    .call-any-time {
        margin-bottom: 50px;
    }

    .rateadjust .quote-update-amt {
        width: auto;
    }

    .quote-update-amt .table-responsive {
        width: auto;
    }
}

@media only screen and (max-width: 660px) {

    .user-plan-detail .mail-user-info,
    .user-plan-detail .mail-vehicle-info {
        margin-bottom: 7px;
    }

    .user-plan-detail .mail-user-info,
    .user-plan-detail .mail-vehicle-info {
        padding-left: 0px;
        padding-right: 0px;
        width: 100%;
    }

    .invoice-spacing .user-plan-detail {
        padding: 0px 10px;
    }

    .mail-user-info h6,
    .mail-vehicle-info h6 {
        font-size: 12px;
    }

    .mail-user-info p,
    .mail-vehicle-info p {
        font-size: 12px;
    }

    .rateadjust .user-plan-detail.quoteinfo-desk .table-responsive {
        width: 100%;
    }

    .call-any-time {
        margin-bottom: 75px;
    }
}
@media screen and (max-width: 600px) {
    .downloadPDF-succssplan {
        padding: 7px 12px !important;
        font-size: 1.3rem !important;
    }
    .quote-adjust-success {
        padding: 10px 10px;
    }

    .succss-cntr-card-container {
        column-gap: inherit;
    }

    .success-contract-info-msgsection {
        flex-direction: column;
    }

    .succss-cntr-card-container {
        padding: 21px 10px;
    }

    .user-details>div {
        text-align: left !important;
    }

    .succss-cntr-card-container {
        justify-content: space-between;
        margin-bottom: 2rem;
    }
    .user-details .himsg {
        text-align: left !important;
    }
    .user-name, .himsg {
        font-size: 2rem;
    }
	.succss-formdata-card-details {
    display: unset !important;
	}

}