.new-quote-main {
    display: flex;
    font-family: system-ui !important;
    padding-top: 121px !important;
    height: 100dvh !important;
    /*  overflow: hidden; */
}


@media (max-width:1025px) {
    /* .new-quote-main {
        overflow-y: hidden !important;
    } */
}



@media (max-width:575px) {
    .new-quote-content {
        padding: 0px !important;
        height: auto !important;

    }

    .new-quote-main {
        display: flex !important;
    }
}

.new-quote-main p,
h6 {
    margin: 0 !important;
    padding: 0 !important;
}

.new-quote-content {
    flex: 1;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
    position: relative;
    padding-top: 100px;
    overflow: auto;
}


.new-quote-sidbar {
    width: 320px !important;
    height: auto;
    background: #2B2B2B !important;
    z-index: 999;
}

.new-quote-sidbar::before {
    width: 100%;
    height: 100%;
    content: '';
    background-color: #00000087;
    position: fixed;
    top: 0;
    left: 0;
    filter: blur(5px);
    z-index: -1;
    display: none;
}

@media (max-width:1024px) {
    .new-quote-sidbar::before {
        display: block;
    }
}

.new-quote-content .title {
    color: #2B2B2B !important;
    font-weight: 600;
    font-size: 24px;
    padding: 0 15px;
    margin-bottom: 32px;
    text-align: center;
}



.card-content {
    display: flex;
    align-items: center;
    gap: 8px !important;
}

.card-content .card {
    width: 165px;
    height: 156px;
    background: #218aff;
    border-radius: 10px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all ease 0.5s;
    cursor: pointer;
    margin: 0 auto;
}

.card-content .card:hover {
    background: #000000 !important
}

.card-content .card h6 {
    color: #FFFFFF !important;
    font-size: 15px;
    font-weight: 700;
    padding-top: 8px;
    text-wrap: wrap;
    text-align: center;
}

.new-quote-content .link {
    margin-top: 15px;
    text-align: center;
    cursor: pointer;
    
}

.new-quote-content .link a {
    text-decoration: underline;
    color: #252CBE !important;
    font-weight: 400;

}

.footer {
    margin-top: auto !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 50px 0;
}

.footer .footer-card {
    display: flex;
    gap: 0 7.5px !important;
    align-items: center;
}

.footer .footer-card p {
    color: #2B2B2B !important;
    font-size: 14px;
    font-weight: 800;
    padding: 0 !important;
}

.footer .footer-card h6 {
    font-size: 14px;
    font-weight: 400;
    color: #707070 !important
}

.circle {
    /* transform: rotate(-90deg);
    transition: all ease-in-out 1s;
     */
    width: 100px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: end;
    position: relative;
    overflow: hidden !important;
    background-color: transparent;
}

/* #meterarrow {
    transform: rotate(2deg) !important;
} */

/* .circle .c {
    width: 50px;
    height: 43px;
    border-radius: 50%;
    background: #2f2f33;
    border-radius: 10rem 10rem 0 0;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.circle .progress {
    width: 100px;
    height: 116%;
    border-radius: 50%;
    background-image: conic-gradient(from 517deg, yellow 10%, black 19%, black 98%);
    border-radius: 10rem 10rem 0 0;
    position: absolute;
    top: -1px;
    left: 0;

}

.c-subcircal {
    width: 70%;
    height: 70%;
    background: #fff;
    border-radius: 50%;
} */


.cat-icon-mein {
    width: 94%;
    height: 88%;
    position: absolute;
    top: 6px;
    left: 0;
    transform: rotate(68deg);
    transition: all ease-in-out 0.9s;
}

.car-icon {
    transform: rotate(137deg);
}

/* sidebar */

.new-quote-sidbar .car {
    padding: 24px !important;
}

.new-quote-sidbar .car p {
    font-weight: 500;
    font-size: 16.5px;
    color: #fff;

}

.car-svg-conten {
    display: flex;
    align-items: center;
}

.car-svg-conten p {
    color: #DFDFDF !important;
    white-space: pre-line !important;
    font-weight: 100 !important;
    font-size: 14px !important;
    margin-left: 7px !important;
}


.car-svg-conten .car-icon {
    position: absolute;
    top: 0;
    left: 0;
}

.car-svg {
    position: relative;
}

.car-svg-conten .text-content {
    position: absolute;
    top: 25px;
    right: 0px;
    transform: translate(0, -25px);
    text-align: center;
    padding-top: 10px;
}

.car-svg-conten .text-content p {
    color: #FB3D37 !important;
    font-size: 10px;
    padding: 0 !important;
    margin: 0 !important;
}

.car-svg-conten .text-content h2 {
    font-weight: 600;
    font-size: 29px;
    color: #FB3D37 !important;
}

hr {
    border: 0;
    border-top: 1px solid #a89e9ea1 !important;
    display: block;
    height: 1px;
    padding: 0;
}

.new-quote-sidbar {
    display: block;
    z-index: 99;
    overflow: auto;
}

.new-quote-sidbar-section-2 {
    padding: 24px;
}

.new-quote-sidbar-section-2 p {
    font-weight: 500;
    font-size: 16.5px;
    color: #fff;
    display: flex;
    justify-content: space-between;
}

.new-quote-sidbar-section-2 p>a {
    color: #FFF !important;
    font-size: 14px !important;
    cursor: pointer !important;
}

.new-quote-sidbar-section-2 .list-item {
    display: flex;
    align-items: center;
}

.new-quote-sidbar-section-2 .list-item .number {
    margin-left: auto !important;
    font-weight: bold;
    text-align: end;
    font-size: 12px !important;
}

.new-quote-sidbar-section-2 .list-item p {
    font-size: 14px !important;
    font-weight: 500;
    color: #DFDFDF !important;
}

.new-quote-sidbar-section-2 .list-item .red {
    color: #FB3D37 !important;
}

.new-quote-sidbar-section-3 {
    padding: 24px;
    color: #FFFFFF !important;
}

.new-quote-sidbar-section-3 img {
    width: 121.14px !important;
    height: 40px !important;
    margin: 0 0 15px !important;
}


.new-quote-sidbar-section-3 .starts {
    margin-Bottom: 12px !important;
}


.new-quote-sidbar-section-3-text {
    font-weight: 400 !important;
    font-size: 12px !important;
}

.progress-top {
    position: fixed;
    top: 121px;
    left: 0;
    display: flex;
    align-items: center;
    width: 100%;
    z-index: 1;
}

@media (max-width:575px) {
    .progress-top {
        top: 68px;
    }
}

.progress-top .back {
    background: #000000 !important;
    width: 72.69px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-size: 12px !important;
    font-weight: 600 !important;
    cursor: pointer;
}

.progress-top .Quote {
    background: #C4C4D5 !important;
    width: 113.36px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1D1D1D !important;
    font-size: 12px !important;
    font-weight: 600 !important;
}

.progress-line-mein {
    flex: 1;
    background: #e6e6eb !important;

}

#progress-line {
    background: #c4c4d5 !important;
    width: 0%;
    height: 22px;
    transition: all ease 0.5s;
}

.title-content2 {
    color: #2B2B2B !important;
    font-weight: 600;
    font-size: 24px;
    padding: 0 15px;
    margin-bottom: 0;
    text-align: center;
}

.title-content2-subtitle {
    text-align: center;
    color: #707070 !important;
    font-weight: 300;
    font-size: 14px;
    margin-top: 8px !important;
    margin-bottom: 32px;
}


/* tab- */

.input-content {
    background: #fff;
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 4px;
    box-shadow: 0 0 3px #ccc;
    box-sizing: border-box;
    color: #090c0f;
    font: 400 16px/50px Poppins, sans-serif;
    height: 50px;
    width: 100%;
    display: flex;
    gap: 5px;

}

.input-content input {
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

#tab-2 .title-content2-subtitle {
    margin-bottom: 32px !important;
}

#tab-3 p {
    margin-top: 0 !important;
    font: 700 14px/20px "Open Sans", Arial, sans-serif !important;
    color: #707070 !important;
    padding-bottom: 4px !important;
}

.input-content input:focus-visible {
    border: none !important;
    box-shadow: none !important;
    outline: none;
}

.input-content .svg-text {
    width: 31px;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.input-from-menu {
    width: 450px;
    margin: 0 auto;
}

#tab-3 .sec-input {
    margin-top: 40px !important;
}

#tab-3 .title {
    margin-bottom: 0 !important;
}

/* #tab-4 .title {
    margin-bottom: 0 !important;

}

#tab-4 .card-content {
    justify-content: center !important;
}

#tab-4 .title-content2-subtitle {
    align-self: center !important;
    font: 300 14px/20px "Open Sans", Arial, sans-serif !important;
    padding: 0 !important;
    margin-top: 8px !important;
    color: #707070 !important;
    margin-bottom: 32px !important;
} */

#tab-3 .title-content2-subtitle {
    align-self: center !important;
    font: 300 14px/20px "Open Sans", Arial, sans-serif !important;
    padding: 0 !important;
    margin-top: 8px !important;
    color: #707070 !important;
    margin-bottom: 32px !important;
}


.tab-3-submit-btn {
    width: 100%;
    margin: 36px 0 0 !important;
    background-color: #FB3D37 !important;
    border: none;
    border-radius: 5px;
    font-size: 20px;
    text-transform: uppercase;
    height: 60px;
}

.tab-3-submit-btn:hover {
    color: #fff !important;
    background-color: #fb3d37e7 !important;
}


#tab-101 .aero::before {
    content: " " !important;
    position: absolute !important;
    border: 7px solid transparent !important;
    border-top-color: #dfdfdf !important;
    border-top-width: 11px !important;
    width: 0 !important;
    height: 0 !important;
    left: -700% !important;
    top: calc(100% + 53px) !important;
    transform: translate3d(-50%, 0, 0) !important;
    z-index: 1 !important;
}


#tab-101 .aero::after {
    content: " " !important;
    position: absolute !important;
    width: 2px !important;
    height: 60px !important;
    background: linear-gradient(to bottom, #DFDFDF 50%, transparent 50%) !important;
    background-size: 100% 12px !important;
    left: -700% !important;
    top: 100% !important;
    transform: translate3d(-50%, 0, 0) !important;
}


.form-step {
    display: none;
        padding-bottom: 14px;

}

.form-step-active {
    display: block;
}


.active_next {
    animation-name: activent;
    animation-duration: 0.9s;
}

.transport-vehicle h2 {
    margin-bottom: 0 !important;
}

@media (max-width:400px) {
    .transport-vehicle {
        padding: 0 10px 50px 10px;
    }
}

.transport-vehicle .receive {
    background: #F9DB61;
    color: #000;
    border-radius: 4px;
    padding: 8px 11px;
    width: 100%;
    max-width: 360px;
    font-size: 14px;
    margin: auto;
    margin-top: 8px;
}

.transport-vehicle .form-data {
    width: 100%;
    max-width: 312px;
    margin: auto;
    margin-top: 32px;
}

.location-main {
    max-width: 450px !important;
}

.transport-vehicle .form-info label {
    color: #707070;
    font-size: 14px;
    font-weight: 600;
}

.transport-vehicle .form-data button {
    background: #c0c0c0;
    color: #fff;
    height: 60px;
    padding: 0 16px;
    border-radius: 4px;
    font-size: 16px;
    width: 100%;
    outline: none;
    border: 0;
    margin-top: 32px;
}

.transport-vehicle .form-data .save-btn:hover {
    background: #FB3D37;
    color: #fff !important;
}

/* tab-5 */
.vehicle-detail {
    max-width: 312px;
    width: 100%;
}

.vehicle-detail .title {
    padding: 0;
    margin-bottom: 0 !important;
}

.vehicle-detail p {
    color: #707070;
    margin: 8px 0 20px !important;
    text-align: center;
    font-size: 14px;
}

.vehicle-detail select {
    height: 44px;
    padding: 0 12px;
}

.vehicle-detail .form-data {
    margin-top: 0 !important;
}

.vehicle-detail .form-info {
    margin-top: 12px;
    position: relative;
}

.vehicle-detail .form-info input {
    height: 44px;
    margin-top: 0;
}

.vehicle-detail .form-info input::placeholder {
    font-style: italic;
}

.number-input {

    background: #fff !important;
    border: 0 !important;
    border-radius: 4px !important;
    box-shadow: 0 0 3px #ccc !important;
    box-sizing: border-box !important;
    color: #090c0f !important;
    font: 400 16px/50px Poppins, sans-serif !important;
    height: 50px !important;
    margin: 5px 0 0 !important;
    text-indent: 10px !important;
    width: 100% !important;
}



.vehicle-detail .form-info svg {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    color: #dadae4;
}

.vehicle-detail .vehical-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
}

.vehicle-detail .vehical-toggle::after {
    display: none;
}

.vehicle-detail .vehical-toggle p {
    color: #707070;
    font-size: 14px;
    margin: 0 !important;
}

.vehicle-detail .toggle-btn {
    display: flex;
    align-items: center;
}


/* tab-6 */
#tab-6 {
    max-width: 684px;
    /* height: 100%;
    overflow-y: auto; */
}

#tab-6 .description {
    text-align: center;
    margin-top: 8px !important;
    font-size: 14px !important;
}

#tab-6 .card-main {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
    margin-top: 32px;
    padding-bottom: 53px;
}

@media (max-width:700px) {
    #tab-6 .card-main {
        flex-direction: column;
    }

    #tab-6 .card-data {
        margin: 0 auto;
    }
}

#tab-6 .card-data {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 32px rgba(0, 0, 0, 0.13);
    width: 320px;
}

#tab-6 .card-head {
    position: relative;
}

#tab-6 .card-head>img {
    height: 78px;
    width: 100%;
    object-fit: cover;
}

#tab-6 .card-head h4 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 40px;
    position: absolute;
    font-size: 14px;
    font-weight: 600;
    background: #252CBE;
    color: #FFFFFF;
    white-space: pre-line;
    transform: translate(26%, 70%) rotate(45deg);
    text-align: center;
    top: 0;
    left: auto;
    right: 0;
    padding: 0;
}

#tab-6 .card-body {
    padding: 20px 24px;
}

#tab-6 .card-body h2 {
    color: #394541;
    font-size: 18px;
    padding-bottom: 0;
    margin: 0 -4px;
}

#tab-6 .card-body p {
    color: #394541;
    font-size: 12px !important;
    margin: 4px -4px !important;
}

#tab-6 .card-body .card-dec {
    margin-top: 20px !important;
    padding-bottom: 8px !important;
}

#tab-6 .card-main .select-btn {
    color: #FFFFFF !important;
    background: #FB3D37 !important;
    border: 0;
    border-radius: 8px;
    box-shadow: none;
    font-size: 16px;
    width: 100%;
    margin-top: 8px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-main .select-btn:hover {
    color: #FFFFFF !important;
    background: #FB3D37 !important;
}

#tab-7 .transport-heading {
    max-width: 684px;
    margin: auto;
    margin-bottom: 32px;
}

#tab-7 .transport-heading p {
    margin-top: 8px;
    font-size: 14px !important;
    text-align: center;
}

#tab-7 .date-input {
    height: 44px !important;
    box-shadow: 0 0 3px #ccc;
    border: 0;
    width: 100%;
    outline: none;
    padding: 12px;
    margin-top: 4px;
}

#tab-7 .date-input::placeholder {
    opacity: .5;
}

@keyframes activent {
    0% {
        margin-left: 43%;
        opacity: 0;
        display: none;
    }

    100% {
        margin-left: 0%;
        opacity: 1;
        display: block !important;
    }
}

.active_prev {
    animation-name: activepr;
    animation-duration: 0.9s;
}

@keyframes activepr {
    0% {
        margin-left: -43%;
        opacity: 0;
    }

    100% {
        margin-left: 0%;
        opacity: 1;
    }
}

.right-sidbar-show-btn {
    display: none;
}


.conv-datepicker .pika-title {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.conv-datepicker .pika-lendar abbr {
    color: rgba(255, 255, 255, 0.8) !important;
    cursor: default !important;
    -webkit-text-decoration: none !important;
    text-decoration: none !important;
    font: 600 12px/1 "Open Sans", Arial, sans-serif !important;
}

.conv-datepicker .pika-label {
    order: 2 !important;
}

.conv-datepicker .pika-prev {
    order: 1 !important;
    margin-right: auto !important;
    margin-top: 0 !important;
    transform: rotate(-45deg) !important;
}

.conv-datepicker .pika-prev,
.conv-datepicker .pika-next {
    width: 20px !important;
    height: 20px !important;
    color: transparent !important;
    width: 8px !important;
    border-radius: 0 !important;
    height: 8px !important;
    background: transparent !important;
    text-indent: -9999px !important;
    border-top: 1px solid #fff !important;
    border-left: 1px solid #fff !important;
    transition: all 250ms ease-in-out !important;
    -webkit-text-decoration: none !important;
    text-decoration: none !important;
    /* margin: 0 5px!important; */
    color: transparent !important;
    opacity: 1 !important;
}

.conv-datepicker .pika-title {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.conv-datepicker .pika-prev:hover,
.conv-datepicker .pika-next:hover {
    background: transparent;
    color: #fff !important;
}

.conv-datepicker .pika-next {
    order: 3 !important;
    margin-left: auto !important;
    margin-top: 0 !important;
    transform: rotate(135deg) !important;
}

.conv-datepicker table {
    width: 100% !important;
    border-collapse: collapse !important;
    border-spacing: 0 !important;
    border: 0 !important;
}

.conv-input-border {
    position: relative;
}

.conv-input-border input {
    border-color: #FB3D37 !important;
    outline: none;
    transition: all 0.5s;
}

.conv-input-border input:focus {
    transition: all 0.5s;
    border-color: #FB3D37 !important;
    border: 1px solid #FB3D37 !important;
}

.conv-input-datepicker {
    position: absolute !important;
    right: 10px !important;
    top: 22px !important;
    display: flex !important;
}

.conv-datepicker .pika-lendar tr:first-child td {
    padding: 10px 0 1px !important;
}

.conv-datepicker .pika-lendar td {
    text-align: center !important;
    padding: 1px 0 !important;
}

.pika-table th,
.pika-table td {
    width: 14.2857142857% !important;
    padding: 0 !important;
}

.conv-datepicker .pika-button {
    background: #FFF !important;
    box-shadow: none !important;
    color: #2B2B2B !important;
    font: 400 12px/1 "Open Sans", Arial, sans-serif !important;
    text-align: center !important;
    border-radius: 50% !important;
    height: 24px !important;
    width: 24px !important;
    margin: 0 auto !important;
}

.conv-datepicker .is-selected .pika-button,
.conv-datepicker .is-selected .pika-button {
    background: #FB3D37 !important;
    box-shadow: none !important;
    color: #FFF !important;
}

.pika-select.pika-select-year {
    height: auto;
}

.conv-datepicker {
    border: 0 !important;
    border-radius: 4px !important;
    overflow: hidden !important;
}

.conv-datepicker .pika-lendar {
    margin: 0 0 10px !important;
}

.conv-datepicker .pika-lendar .pika-title {
    padding: 5px 5px 0 !important;
}

.conv-datepicker .pika-lendar .pika-label,
.conv-datepicker .pika-lendar .pika-title,
.conv-datepicker .pika-lendar thead {
    background: #FB3D37 !important;
    color: #FFF !important;
    font: 800 12px/1 "Open Sans", Arial, sans-serif !important;
}

.is-disabled .pika-button {
    pointer-events: none !important;
    cursor: default !important;
}

table.pika-table,
.pika-table td,
.pika-table tr {
    border: 0px !important;
}

.is-disabled .pika-button,
.is-outside-current-month .pika-button {
    color: #999 !important;
    opacity: 0.3 !important;
}



/* modal css */

.conv-modal {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
}

.conv-modal {
    display: flex !important;
    flex-direction: column !important;
    -webkit-tap-highlight-color: transparent !important;
    z-index: 2147483642 !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
}

.conv-lead-modal {
    top: 48px !important;
    bottom: 0 !important;
    left: 0 !important;
    /* background: url(https://cvly.app/assets/sgt/images/lead-background.jpg) top center / cover no-repeat !important; */
}

.conv-lead-modal {
    animation: conv-modal-enter 400ms backwards;
}

.conv-modal-container {
    margin: auto !important;
    cursor: auto !important;
}

.conv-modal {
    background: rgba(40, 51, 64, 0.9) !important;
}

.conv-lead-container {
    background: #fff !important;
    position: relative !important;
    min-height: 0 !important;
    border-radius: 0 !important;
    overflow: visible !important;
}

.conv-lead-side {
    padding: 0 !important;
    order: 0;
}



.conv-hide-wide {
    display: none !important;
}

.conv-pref5.conv-pref5-lead .conv-pref5-list {
    border-top: none !important;
    border-bottom: none !important;
    width: 100%;
}

.conv-pref5-list-item {
    display: flex !important;
    align-items: center !important;
}

.conv-pref5-list-item.conv-active .conv-pref5-list-item-label {
    font: 400 14px/20px "Open Sans", Arial, sans-serif !important;
    color: #DFDFDF !important;
}

.conv-pref5-list-item-label {
    width: 130px !important;
    flex: 0 0 auto !important;
    font: 400 14px/20px "Open Sans", Arial, sans-serif !important;
    color: #DFDFDF !important;
    text-transform: none !important;
}

.conv-pref5-list-item:nth-child(n+2) {
    margin-top: 6px !important;
}

.conv-pref5-list-item.conv-active .conv-pref5-list-item-value {
    font: 700 14px/16px "Open Sans", Arial, sans-serif !important;
    color: #FFFFFF !important;
}

.conv-pref5-list-item-value {
    flex: 1 1 auto !important;
    font: 700 14px/16px "Open Sans", Arial, sans-serif !important;
    color: #FFFFFF !important;
    text-transform: capitalize !important;
    white-space: normal !important;
    text-align: right !important;
}

.conv-pref5-list {
    position: relative !important;
}

.conv-lead-side {
    display: flex !important;
    flex-direction: column !important;
    flex: 0 0 auto !important;
    width: 320px !important;
    max-width: 320px !important;
    background: #2B2B2B !important;
}



.conv-lead-side-section:nth-last-child(n+2) {
    box-shadow: inset 0 -1px 0 0 rgba(43, 43, 43, 0.16) !important;
}

.conv-lead-side-extend {
    flex: 1 0 auto !important;
}

.conv-lead-side-panel {
    background: #0D149F !important;
    position: relative !important;
    border-radius: 0 0 0 8px !important;
    display: flex !important;
    align-items: center !important;
    height: 200px !important;
    margin-top: auto;
}


@media (max-width:576px) {


    .conv-lead-side-panel {
        height: 124px !important;
        border-radius: 0 !important;
    }
}

.conv-lead-side-section.conv-lead-side-panel::after {
    content: '';
    position: absolute;
    background: #07099c;
    width: 12px;
    height: 20px;
    bottom: -7px;
    transform: rotate(45deg);
    left: 38px;
}



.conv-lead-side-panel::before {
    content: " " !important;
    position: absolute !important;
    top: 48px !important;
    right: -21px !important;
    width: 0 !important;
    height: 0 !important;
    border-right: 9px solid transparent !important;
    border-bottom: 9px solid #457894 !important;
    border-left: 9px solid transparent !important;
    transform: translate3d(-50%, 0, 0) rotate(90deg) !important;
}

.conv-panel-simple-block-heading {
    flex-direction: column !important;
}

.conv-lead-side-section {
    padding: 12px !important;
}

.conv-lead-main {
    margin: auto !important;
    border-radius: 0 !important;
    order: 1;
}


@media (min-width:767px) {
    .conv-lead-main {
        order: 0 !important;
    }

    .conv-lead-side-section.conv-lead-side-panel::after {
        display: none !important;
    }

    .conv-lead-side-panel.d-md-none {
        display: none !important;
    }


}

@media (max-width:767px) {

    .conv-lead-side-panel.d-md-block {
        display: none !important;
    }

    .conv-lead-main {
        order: 0 !important;
    }
}

.conv-pref5.conv-pref5-lead {
    flex: 1 1 100% !important;
    width: 100% !important;
}

.conv-pref5 {
    display: flex !important;
    flex-direction: column !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
}

.conv-panel-simple {
    display: flex !important;
    flex-direction: column !important;
}

section.conv-pref5 .conv-side-panel-header,
section.conv-funnel-optimiser .conv-side-panel-header {
    font: 800 16.5px/26px "Raleway", Arial, sans-serif !important;
}

.conv-panel-simple.conv-panel-simple-block-heading .conv-side-panel-header {
    font: 800 18px/1.22 "Raleway", Arial, sans-serif !important;
}

.conv-panel-simple .conv-side-panel-header {
    margin-bottom: 8px !important;
    padding-bottom: 0;
}

.conv-lead-side .conv-side-panel-header {
    color: #FFFFFF !important;
    font: 700 24px/32px "Raleway", Arial, sans-serif !important;
}

.conv-pref5.conv-pref5-lead .conv-pref5-header {
    position: relative !important;
    padding: 10px 0 !important;
}

.conv-pref5-header {
    flex: 0 0 100% !important;
}

.conv-side-panel-header {
    font: 700 24px/32px "Raleway", Arial, sans-serif !important;
    margin-bottom: 8px !important;
    color: #FFFFFF !important;
    display: flex !important;
    align-items: center !important;
}

.conv-panel-simple-block-heading .conv-panel-simple-main {
    display: flex !important;
    gap: 16px;
}

.conv-panel-simple-main {
    flex: 1 1 auto !important;
}

.conv-panel-simple-main>div,
.conv-panel-simple-main p,
.conv-panel-simple-main ul,
.conv-panel-simple-main li {
    font: 400 14px/20px "Open Sans", Arial, sans-serif !important;
    color: #fff !important;
}

.conv-panel-simple-image img {
    max-width: 100px !important;
    max-height: 80px !important;
    margin: 0 0 16px 0 !important;
}

@media (max-width:657px) {
    .conv-panel-simple-image img {
        max-width: 60px !important;
        max-height: 60px !important;
        margin: 0 0 16px 0 !important;
    }
}

.conv-lead-main-top h4 img {
    position: absolute !important;
    right: 20px !important;
    top: -26px !important;
    max-width: 150px !important;
    transform: rotate(335deg);
}

.conv-image {
    display: inline-block !important;
    max-width: 100% !important;
    overflow: hidden !important;
}

.conv-lead-main .conv-lead-main-subheading {
    font: 400 14px/20px "Open Sans", Arial, sans-serif !important;
    letter-spacing: -0.1px !important;
    margin: -28px 0 24px !important;
    color: #707070 !important;
    white-space: pre-line !important;
}

.conv-form-wrapper {
    display: block !important;
    width: 100% !important;
    max-width: 450px !important;
    margin: 0 auto !important;
}

.conv-lead-main .conv-input-column {
    max-width: 100% !important;
}

.conv-panel-simple-image {
    flex: 1 0 auto !important;
}

.conv-input-column {
    position: relative !important;
    margin: 0 auto !important;
    width: 100% !important;
    max-width: 312px !important;
}

.conv-input-row-group {
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
}

.conv-input-row-row {
    display: flex !important;
}

.conv-lead-main h4 {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    font: 800 25px/1.2 "Raleway", Arial, sans-serif !important;
    color: #2B2B2B !important;
    margin-bottom: 8px !important;
    text-align: left !important;
    max-width: 152px !important;
}

.conv-lead-main .conv-input-border .conv-input-label,
.conv-lead-main .conv-input-column .conv-input-field-label {
    color: #2B2B2B !important;
}

.conv-lead-main-footer,
.conv-lead-main-footer a {
    font: 400 12px/18px "Open Sans", Arial, sans-serif !important;
}

.conv-input-column>.conv-input-wrapper:nth-child(n+2),
.conv-input-column>.conv-input-row:nth-child(n+2) {
    margin-top: 12px !important;
}

.conv-input-checkbox-layout .check-box {
    margin-top: 5px;
}

.conv-input-checkbox-layout {
    display: flex !important;
    align-items: center !important;
}

.conv-input-checkbox-layout {
    align-items: flex-start !important;
    gap: 8px !important;
}

.conv-input-column>.conv-input-wrapper.conv-input-checkbox-wrapper {
    margin-top: 26px !important;
}

.conv-input.conv-input-text {
    margin-top: 0 !important;
}

.conv-input-wrapper {
    position: relative !important;
}

.conv-input {
    display: block !important;
}

.conv-input-field-label {
    margin-top: 0 !important;
    font: 700 14px/20px "Open Sans", Arial, sans-serif !important;
    color: #707070 !important;
}

.conv-lead-main-footer {
    margin-top: 10px !important;
    text-align: center !important;
    color: #999 !important;
}

.conv-lead-side .conv-side-panel-header {
    color: #FFFFFF !important;
    font: 700 24px/32px "Raleway", Arial, sans-serif !important;
}

.conv-lead-main-top {
    padding: 16px !important;
    position: relative !important;
    max-width: 400px !important;
}

.conv-input-checkbox .conv-input-label {
    font: 400 14px/20px "Raleway", Arial, sans-serif !important;
    color: #2B2B2B !important;
    margin: 0 !important;
}

.conv-input-checkbox .conv-input-label {
    flex: 1 1 auto !important;
    -webkit-user-select: none !important;
    user-select: none !important;
}

.conv-input-label {
    position: static !important;
}

.conv-input-label {
    display: block !important;
}

.conv-input-checkbox-wrapper .conv-input-checkbox .conv-input-border {
    width: 20px !important;
    height: 20px !important;
    margin: 0 !important;
    background: #fff !important;
    border: 1px solid #999999 !important;
    border-radius: 6px !important;
    box-shadow: none !important;
    transform: none !important;
}

.conv-input-checkbox .conv-input-border {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex: 0 0 auto !important;
}

.conv-button-tertiary {
    min-width: 0 !important;
    max-width: none !important;
    width: 100% !important;
    height: 52px !important;
    padding: 0 16px !important;
    font: 700 20px/52px "Open Sans", Arial, sans-serif !important;
    color: #fff !important;
    background: #FB3D37 !important;
    border: 0 !important;
    border-bottom: 0 !important;
    border-color: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.conv-button {
    border: 0 !important;
    transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}

.conv-button {
    position: relative !important;
    display: block !important;
    width: auto !important;
    height: auto !important;
    margin: 0 auto !important;
    text-align: center !important;
}

.conv-button-wrapper {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: inherit !important;
    height: inherit !important;
    max-height: 100% !important;
}

.conv-button-tertiary .conv-button-wrapper {
    justify-content: center !important;
}

.conv-button.conv-lead-button .conv-button-label {
    font: 700 20px/52px "Open Sans", Arial, sans-serif !important;
    text-transform: uppercase !important;
    flex: 1 1 auto !important;
    color: #FFF !important;
    display: flex !important;
    justify-content: center !important;
}

.conv-button-tertiary .conv-button-label {
    max-width: none !important;
}

.conv-button-label {
    flex: 1 1 auto !important;
    display: inline-block !important;
    text-align: center !important;
}

.conv-button.conv-lead-button {
    position: relative !important;
    border-radius: 0 !important;
    justify-content: center !important;
    text-align: center !important;
    height: 60px !important;
    background: #FF0D0D !important;
    width: 100% !important;
}

.conv-form-wrapper .conv-button {
    width: 100% !important;
    margin-top: 24px !important;
}

.conv-lead-main-footer {
    margin-top: 10px !important;
    text-align: center !important;
    color: #999 !important;
}

.conv-lead-main-footer a {
    -webkit-text-decoration: none !important;
    text-decoration: none !important;
    color: #252cbe !important;
}

.conv-lead-main-footer,
.conv-lead-main-footer a {
    font: 400 12px/18px "Open Sans", Arial, sans-serif !important;
}

.conv-modal-container {
    margin: auto !important;
    cursor: auto !important;
}

/* .conv-lead-modal {
    top: 48px !important;
    bottom: 0 !important;
    left: 0 !important;
    background: none !important;
    background: url('../images/modal-background-image.png') top center / cover no-repeat !important;
    filter: blur(8px);
    z-index: -1;
} */
.conv-lead-modal {
    position: relative;
    /* Ensure relative positioning to use absolute positioning for the pseudo-element */
    top: 0px !important;
    bottom: 0 !important;
    left: 0 !important;
    background: none !important;
    /* Remove original background */
    overflow: hidden;
    /* padding-top: 20px; */
    /* Ensure the pseudo-element does not overflow */
}

.conv-lead-modal::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url('../images/modal-background-image.png') top center / cover no-repeat;
    filter: blur(8px);
    /* Apply the blur effect */
    z-index: -1;
    /* Ensure the pseudo-element is behind the content */
    width: 100%;
    height: 100%;
    /* background-color: gray; */
}



.conv-lead-modal {
    animation: conv-modal-enter 400ms backwards;
}

.conv-modal {
    display: flex !important;
    flex-direction: column !important;
    -webkit-tap-highlight-color: transparent !important;
    z-index: 2147483642 !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
}


/* payment-tab */
.paytmet-tab {
    width: 60%;
}

.quete-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width:768px) {
    .quete-heading {
        display: block;
    }

    .paytmet-tab {
        padding: 0 1rem;
    }
}

.quete-heading::after {
    display: none;
}

.quete-heading h2 {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    padding-bottom: 0;
}

.quete-heading p {
    font-size: 18px;
    color: #000;
}

.new-quote-sidbar {
    display: block;
    z-index: 99;
}

.payment-tab-main {
    max-width: 1110px;
    width: 100%;
    margin-top: -57px;
    /* height: 100% !important;
    overflow-y: auto;
    overflow-x: hidden !important; */
}

.price-card-main {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 16px;
}

.price-card-main::after {
    display: none;
}

.payment-tab-main .discount-btn {
    background-color: #27aa23;
    color: #fff;
    border-radius: 8px;
    margin-top: 16px;
    padding: 4px 16px;
    display: none;
}

.payment-tab-main .discount-btn p {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-weight: 600;
    font-size: 18px;
}

.payment-tab-main .discount-btn span {
    font-size: 18px;
    font-weight: 800;
}

@media (max-width:400px) {
    .payment-tab-main {
        margin-top: -33px !important;
    }
}

.shipment-btn {
    background-color: #2cac000d;
    border: 2px solid #27aa23;
    border-radius: 8px;
    padding: 15px 16px 21px;
    margin-top: 16px;
}

@media (max-width:400px) {
    .shipment-btn {
        padding: 12px 13px 12px !important;
    }
}

.shipment-btn p {
    font-size: 20px;
    font-weight: 800 !important;
    color: #27aa23;
    text-align: center;

}

.shipment-btn span {
    font-size: 18px;
}

.shipment-btn .ship-no {
    font-size: 30px;
}

.price-card {
    border: 2px solid #c4c4d4;
    padding: 16px 24px 24px;
    border-radius: 8px;
    width: 50%;
}

.price-card.selected-card {
    border: 2px solid #4f46e5;
    background-color: #4f46e514;
}

.price-card .regular-price {
    color: #6b7280;
    font-size: 24px;
    position: relative;
    font-weight: 700;
}

.price-card .regular-price span {
    font-size: 18px;
}

.price-card .regular-price::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 2px solid #fb3d37;
    transform: rotate(-10deg);
}


.price-card .discount-price {
    color: #6b7280;
    font-size: 48px;
    font-weight: bolder;
    display: flex;
    align-items: center;
    margin-top: 8px !important;
}

@media (max-width:767px) {
    .price-card .discount-price {
        font-size: 2rem !important;
        font-weight: bold !important;
    }

    .price-card {
        padding: 10px !important;
    }

    .pickup-date {
        gap: 0 !important;
    }
}

.price-card.selected-card .discount-price {
    color: #000;
}

.price-card .discount-price span {
    font-size: 30px;
}

.price-card .price-diff {
    display: flex;
    align-items: center;
    gap: 12px;
}

.price-card .price-diff input {
    width: 24px;
    height: 24px;
}

.price-card .dis-text {
    color: #6b7280;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    /* padding-left: 36px; */
    margin-top: 4px;

}

.price-card.selected-card .dis-text {
    color: #4f46e5;
}

.price-card .payment-method {
    background-color: #fff;
    border-radius: 8px;
    margin-top: 16px;
    padding: 18px 30px 18px 38px;
}

.price-card .method-data {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.price-card .method-data::after {
    display: none;
}

.price-card .method-data p {
    color: #6b7280;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.price-card.selected-card .method-data p {
    color: #000;
}

.price-card .cash-icon {
    max-width: 117px;
    margin-top: 4px;
}

.price-card.selected-card .cash-icon {
    filter: grayscale(0);
}

.price-card .cash-icon {
    filter: grayscale(1);
}

.price-card .payment-method .card-text {
    margin-top: 4px !important;
    font-size: 18px;
    color: #6b7280;
    font-weight: 700;
}

.price-card.selected-card .payment-method .card-text {
    color: #000;
}

.price-card.selected-card .plan-details img {
    filter: grayscale(0);
}

.price-card .plan-details {
    padding: 0 30px 0 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.price-card .details {
    padding-top: 4px;
}

@media (max-width:767px) {

    .price-card .details {
        display: none;
    }
}

.price-card .plan-details {
    margin-top: 12px;
}

.price-card .plan-details img {
    filter: grayscale(1);
}

.price-card .plan-details p {
    font-size: 17px;
    color: #6b7280;
    font-weight: 500;
    width: 160px;
}

.price-card.selected-card .plan-details p {
    color: #27aa23;
}

.booking-btn-main {
    display: flex;
    justify-content: center;
}

.booking-btn {
    max-width: 340px;
    width: 100%;
    color: #fff;
    background: linear-gradient(90deg, #fb3d37 4%, #ff7751 10%, #ff7751 20%, #fb3d37 40%);
    /* background: linear-gradient(45deg, #49a09d, #5f2c82, #49a09d, #5f2c82); */

    font-size: 20px;
    text-transform: uppercase;
    max-width: 340px;
    margin: auto;
    margin-top: 16px;
    border: 0;
    border-radius: 4px;
    height: 52px;
    transition: .2s all;
    position: relative;
    animation: booking-btn_animation 8s ease infinite;
    background-size: 200% 200%;
    /* text-align: center;
    padding: 10px 20px; */
}

@keyframes booking-btn_animation {


    0% {
        background-position: 0% center;
    }

    50% {
        background-position: -100% center;
    }

    100% {
        background-position: -200% center;
    }

}

.booking-btn::after {
    content: '';
    width: 80%;
    height: 30px;
    background: #ff6249;
    position: absolute;
    left: 10%;
    top: 100%;
    filter: blur(10px);
    margin-top: -36px;
    opacity: .6;
    transform: translateY(10px);
    z-index: -1;
    display: none;
}

.booking-btn:hover::after {
    display: block;
}

.booking-btn:hover {
    color: #fff !important;
    background-color: #ff6249 !important;
    transform: translateY(-4px);
}

.phone-via {
    margin-top: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

@media (max-width:768px) {
    .phone-via {
        text-align: center;
    }

    .pickup-date>p {
        text-align: center;
    }

    .pickup-date {
        padding: 0 31px;
    }
}

.phone-via p {
    font-size: 20px;
    font-weight: 700;
    color: #000;
}

.phone-via a {
    color: #FB3D37;
    font-weight: 700;
    font-size: 24px;
}

.phone-via a:hover {
    text-decoration: underline;
}

.pickup-date {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 8px;
}

.pickup-date p {
    color: #737373;
    font-size: 16px;
    font-weight: 600;
}

.right-shipping {
    width: 40%;
    padding: 13px;
}

.payment-tab-details {
    display: flex;
    gap: 30px;
}

@media (max-width:1024px) {
    .payment-tab-details {
        gap: 33px;
    }
}

@media (max-width:1446px) {


    .paytmet-tab {
        width: 100%;
        padding: 0 4px;
    }

    .right-shipping {
        width: 100%;
        padding: 1rem;

    }
}

@media (max-width:598px) {
    .price-card-main {
        flex-wrap: wrap;
    }

    .price-card {
        width: 100%;
    }

    .phone-via {
        display: block;
    }

    .pickup-detail {
        align-items: start;
    }
}

.shipping-details {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 8px;
    padding: 16px 24px;
    margin-bottom: 16px;
    position: relative;
}

.shipping-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.shipping-head::after {
    display: none;
}

.shipping-head h2 {
    font-size: 20px;
    color: #000;
    font-weight: 700;
    padding: 0 !important;
}

.shipping-head button {
    font-size: 14px;
    color: #a3a3a3;
    font-weight: 600;
    background-color: #f5f5f5;
    border: 2px solid #a3a3a3;
    border-radius: 6px;
    max-width: 60px;
    width: 100%;
    margin-top: 0;
    height: 32px;
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.pickup-detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.pickup-detail::after {
    display: none;
}

.pickup-detail .info {
    display: flex;
    align-items: center;
    gap: 8px;
}

.pickup-detail .info h2 {
    color: #a3a3a3;
    font-size: 13px;
    font-weight: 600;
    padding: 0 !important;
    line-height: 20px;
    text-transform: capitalize;
}

.pickup-detail p {
    font-size: 13px;
    color: #000;
    font-weight: 600;
    line-height: 20px;
    text-transform: capitalize;

}

@media (max-width:400px) {
    .pickup-detail p {
        font-size: 11px !important;
        font-weight: bold !important;
    }

    .pickup-detail .info h2 {
        font-size: 11px !important;

    }
}



.shipping-head h1 {
    font-size: 36px;
    color: #27aa23;
    font-weight: 700;
    padding: 0;
    display: flex;
    align-items: center;
}

.shipping-head h1 span {
    font-size: 56px;
}

.successfull-payment {
    border-top: 1px solid #f0f0f0;
    margin-top: 16px;
    padding-top: 16px;
}

.successfull-payment p {
    max-width: 300px;
    margin-left: auto !important;
    font-size: 14px;
    color: #27aa23;
    font-weight: 600;
    text-align: end;
}

@media (hover: hover),
(-ms-high-contrast: active),
(-ms-high-contrast: none) {

    .conv-input-checkbox-wrapper .conv-input-checkbox .conv-input-border {
        cursor: pointer !important;
    }

    .conv-button-tertiary {
        cursor: pointer !important;
    }
}

@media (min-width: 1025px) and (min-height: 481px) {
    .conv-pref5-header .conv-side-panel-header {
        margin-bottom: 5px !important;
    }

    .conv-side-panel-header {
        font: 800 1px/26px "Raleway", Arial, sans-serif !important;
    }

    .conv-side-panel-header {
        font: 800 1px/26px "Raleway", Arial, sans-serif !important;
    }

    .conv-pref5-header .conv-side-panel-header {
        margin-bottom: 5px !important;
    }
}

@media (min-width: 768px) and (min-height: 481px) {
    .conv-lead-main-footer {
        margin-top: 10px !important;
    }

    .conv-lead-modal .conv-modal-container {
        padding-top: 32px !important;
        margin: auto !important;
    }

    .conv-lead-main-footer,
    .conv-lead-main-footer a {
        font: 400 12px/18px "Open Sans", Arial, sans-serif !important;
    }

    .conv-button.conv-lead-button {
        border-radius: 4px !important;
        font: 600 14px/1 "Raleway", Arial, sans-serif !important;
        height: 60px !important;
    }

    .conv-lead-main-footer,
    .conv-lead-main-footer a {
        font: 400 12px/18px "Open Sans", Arial, sans-serif !important;
    }

    .conv-lead-main-footer {
        margin-top: 10px !important;
    }

    .conv-lead-main h4 {
        text-align: left !important;
    }

    .conv-lead-container {
        display: flex !important;
        max-width: calc(320px + 400px) !important;
        margin: 0 auto !important;
        box-shadow: none !important;
        min-height: 426px !important;
        border-radius: 8px !important;
        box-shadow: 0px 0px 3px black !important;
    }

    .conv-lead-main-top {
        flex: 1 1 auto !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        padding: 32px !important;
        border-radius: 0 !important;
        justify-content: center !important;
    }

    .conv-lead-main {
        flex: 0 0 auto !important;
        width: 400px !important;
        border-radius: 0 !important;
    }

    .conv-lead-main {
        display: flex !important;
        flex-direction: column !important;
    }

    .conv-lead-side {
        padding: 0 !important;
        border-radius: 8px 0 0 8px !important;
    }

    .conv-lead-modal .conv-modal-container {
        padding-top: 32px !important;
        margin: auto !important;
    }

    .conv-lead-spacer {
        height: 32px !important;
    }
}

@media (min-width: 641px) and (min-height: 481px) {
    .conv-input-column {
        margin: 0 auto !important;
    }

    .conv-lead-modal {
        /* top: 150px !important; */
    }

    .conv-button-tertiary {
        height: 52px !important;
        padding: 0 16px !important;
        font: 700 20px/52px "Open Sans", Arial, sans-serif !important;
        max-width: none !important;
        min-width: 0 !important;
    }



    .conv-panel-simple-block-heading .conv-panel-simple-main {
        gap: 22px !important;
    }


    .conv-panel-simple {
        display: flex !important;
    }
}

@media (max-width:767px) {

    .conv-lead-side {
        width: unset !important;
        max-width: unset !important;
        order: 2 !important;
    }

    .conv-lead-main {
        order: 1 !important;
    }

    .conv-lead-main-top {
        max-width: unset !important;
    }
}


/* media qury */

@media (hover: hover),
(-ms-high-contrast: active),
(-ms-high-contrast: none) {


    .conv-datepicker .pika-button {
        cursor: pointer !important;
    }
}

.close-btn {
    background-color: #fb3d37;
    color: #fff;
    border-radius: 8px;
    padding: 0;
    width: 100%;
    font-size: 1.1rem;
    box-shadow: 0px 0px 0px grey;
    display: none;
}


@media (max-width:1024px) {
    .input-from-menu {
        width: 100%;
    }

    #tab-3 {
        padding: 0 10px;
    }

    .new-quote-sidbar {
        position: fixed;
        inset: 0;
        height: 100dvh;
        z-index: 999;
        display: none;
    }

    .close-btn {
        display: block !important;
    }

    .payment-tab-details {
        flex-wrap: wrap;
    }

    .right-sidbar-show-btn {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 50px;
        background: #2B2B2B !important;
        padding: 4px 8px !important;
        display: flex;
        z-index: 95;
    }

    .right-sidbar-show-btn .left-content {

        display: flex;
        align-items: center;
        gap: 5px;
    }

    .right-sidbar-show-btn .left-content p {
        font-size: 29px;
        color: #FB3D37 !important;
        font-weight: 600;
        transition: all ease 1s;
    }

    .right-sidbar-show-btn .left-content h6 {
        font-weight: 600;
        font-size: 12px;
        color: #FB3D37 !important;
    }

    .right-sidbar-show-btn .right-content {
        margin-left: auto;
        display: flex;
        align-items: center;
        gap: 15px;

    }

    .right-sidbar-show-btn .right-content p {
        font-size: 12px !important;
        color: #FFF;
        font-weight: 600;
        text-align: center;
    }


    .card-content {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px 0px !important;
        padding: 0 98px !important;
    }


    .new-quote-main {
        display: block;
    }

    .card-content>div {
        margin: auto;
    }

    .footer {
        flex-wrap: wrap;
        margin-bottom: 50px;
        justify-content: unset;
        align-items: unset;
    }

    .footer .footer-card {
        margin: 0 auto;
    }

    .new-quote-content {
        min-height: 730px !important;
    }

    /* .transport-vehicle {
        padding: 50px 16px !important;
        height: 69vh !important;
    } */

    .payment-tab-main {
        padding: 0 20px !important;
    }


}


@media (max-width:872px) {
    .footer {
        display: none;
    }

    .new-quote-content {
        min-height: auto !important;
        padding-bottom: 12px !important;
    }
}

@media (max-width:500px) {
    .card-content {
        padding: 0 40px !important;
        gap: 40px 0 !important;
    }

    .payment-tab-main {
        padding: 0 14px !important;
    }

    .right-shipping {
        padding: 0;
    }
}

@media (max-width:398px) {
    .card-content {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 25px !important;
        padding: 0 40px !important;
    }

    .aero::after {
        left: -529% !important;
    }

    .aero::before {
        left: -529% !important;
    }

    .location::after {
        left: -529% !important;
    }

    .location::before {
        left: -529% !important;
    }



}




.description {
    text-align: center;
}

.option-port {
    border: 1px solid #DFDFDF !important;
    border-radius: 6px !important;
    box-shadow: 0 1px 4px 0 rgba(255, 255, 255, 0.2), 0 1px 3px 0 rgba(29, 40, 48, 0.15) !important;
}

.Deliveryport {
    margin-top: 42px !important;
}


.option-redio {
    display: flex;
    gap: 6px;
    padding: 10px 12px !important;
    cursor: pointer;
}

.option-redio-selected {
    background: rgba(40, 51, 64, 0.05) !important;
}

.option-redio:hover {
    background: rgba(40, 51, 64, 0.05) !important;
}



.location {
    position: relative;
}

.location::before {
    content: " " !important;
    position: absolute !important;
    border: 7px solid transparent !important;
    border-top-color: #dfdfdf !important;
    border-top-width: 11px !important;
    width: 0 !important;
    height: 0 !important;
    left: -700% !important;
    top: calc(100% + 53px) !important;
    transform: translate3d(-50%, 0, 0) !important;
    z-index: 1 !important;
}


.location::after {
    content: " " !important;
    position: absolute !important;
    width: 2px !important;
    height: 60px !important;
    background: linear-gradient(to bottom, #DFDFDF 50%, transparent 50%) !important;
    background-size: 100% 12px !important;
    left: -700% !important;
    top: 100% !important;
    transform: translate3d(-50%, 0, 0) !important;
}

.input-mein #error {
    position: absolute !important;
    top: 39px !important;
    color: red !important;
    font-size: 12px !important;
    left: 6px !important;
}





.vehicle-detail .toggle-btn button {
    font-size: 15px !important;
    font-weight: 500 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    width: 73px;
    height: 50px !important;
}

.vehicle-detail .toggle-no {
    border-radius: 6px 0 0 6px !important;
    border: 1px solid #252CBE !important;
    background-color: #fff !important;
    color: #999999 !important;
}

.vehicle-detail .toggle-no:hover {
    background-color: #fff !important;
    color: #999999 !important;
}



#tab-103 .aero::before {
    content: " " !important;
    position: absolute !important;
    border: 7px solid transparent !important;
    border-top-color: #dfdfdf !important;
    border-top-width: 11px !important;
    width: 0px !important;
    height: 10px !important;
    left: -700% !important;
    top: -50% !important;
    transform: translate3d(-50%, 0, 0) !important;
    z-index: 1 !important;
}


#tab-103 .aero::after {
    content: " " !important;
    position: absolute !important;
    width: 2px !important;
    height: 60px !important;
    background: linear-gradient(to bottom, #DFDFDF 50%, transparent 50%) !important;
    background-size: 100% 12px !important;
    left: -700% !important;
    top: -153% !important;
    transform: translate3d(-50%, 0, 0) !important;
}

#backline {
    transform: rotate(0deg);
}

/* payment-method */
.payment-method-sec {
    width: 650px;
    min-height: 1057px;
    padding-bottom: 10px;
}

.payment-method-sec .set-id {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.payment-method-sec .set-id .left-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 10px;
}

.payment-method-sec .book-title {

    padding: 4px 16px 16px;
    margin-top: 16px;
    border: 2px solid rgb(44, 169, 5);
    border-radius: .5rem;

}

.payment-method-sec .book-title p {
    color: rgb(44, 169, 5);
    font-weight: 800;
    display: flex;
    align-items: center;
    padding: 4px 16px 16px;

}

.payment-method-sec .book-title p>span {
    font-size: 2.25rem;
    line-height: 2.5rem;
}

.payment-method-sec .dectition {
    margin: 16px 0;
    color: rgb(75 85 99/var(--tw-text-opacity));
    font-size: 16px;
    font-weight: 700;
    padding: 0 5px;
}

.payment-method-sec .payment-card {
    background: #f5f5f5;
    padding: 16px 24px 24px;
    border-radius: .5rem;
}

.payment-method-sec .payment-card .card-img {
    display: flex;
    justify-content: end;
}

.payment-method-sec .payment-card .car-input {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.payment-method-sec .payment-card .car-input .first {
    flex: 1;
}

.payment-method-sec .payment-card .card-number {
    display: flex;
    align-items: center;
    gap: 5px;
    width: 279px;

}

@media (max-width:640px) {
    .payment-method-sec .payment-card .card-number {
        display: block;
        width: 100%;
    }
}

.payment-method-sec .payment-card .card-number .brand-img {
    display: flex;
    align-items: center;
    gap: 5px;
}

.brand-img-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.brand-img-main span {
    display: flex;
    align-items: start;
    gap: 5px;
    color: #2ca906;
    font-size: 14px;
    font-weight: 700;
}

.brand-img {
    display: flex;
    align-items: center;
    gap: 0 27px;
}

.brand-img img {

    width: 100px;
    height: auto;

}

.payment-method-form {
    margin-top: 2rem;
}

.payment-method-form .form-line {
    display: flex;
    gap: 0 8px;
}

@media (max-width:640px) {
    .payment-method-form .form-line {
        display: block;
    }
}

.payment-method-form>h6 {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 0.5rem;

}

.payment-method-form>h6>span {
    color: #2ca906;
    font-size: 14px;
    font-weight: 500;
}

.payment-method-form>.error-msg {
    padding: 24px;
    background: #fef2f2;
    border: 2px solid #2ce906;
    text-align: center;
    border-radius: .5rem;
    margin-top: 16px;
}

.payment-method-form>.error-msg p {
    font-size: 14px;
    font-weight: 700;
    color: #2ca906;
}

.payment-method-form>.Complete-btn {
    width: 100%;
    margin: 36px 0 0 !important;
    background-color: #FB3D37 !important;
    border: none;
    border-radius: 5px;
    font-size: 20px;
    text-transform: uppercase;
    height: 60px;
}

.payment-method-form label {
    font-size: 12px !important;
    font-weight: 700 !important;
}

#payment_vehicle_details {
    padding: 24px !important;

}

#payment_vehicle_details>p {
    color: #fff !important;
}

.showsidebar .circle .custome-c {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #000;
}



@media (max-width:767px) {
    .conv-lead-container {
        display: flex !important;
        flex-direction: column !important;
        /* padding-top: 55px; */
    }

    .vehicle-detail .form-info {
        margin-top: 0 !important;
        width: 100%;
    }
}

.details-mobile-screen {
    width: 100%;
    display: none;
}

@media (max-width:598px) {
    .details-mobile-screen {
        display: block;
    }

    .card-content {
        gap: 12px !important;
        padding: 0 12px !important;
        max-width: 350px;
        margin: auto;
    }

    .card-content .card {
        width: 156px;
        height: 156px;
    }
}

.details-mobile-screen .plan-details {
    padding: 0 30px 0 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.details-mobile-screen .plan-details p {
    font-size: 17px;
    color: #27aa23 !important;
    font-weight: 500;
    width: 160px;
    text-overflow: ellipsis;
    text-wrap: nowrap;
}

.discount-price-main {
    display: flex;
    flex-direction: column;
}

.dis-text {
    text-wrap: nowrap !important;

}

@media (max-width:767px) {
    .discount-price-main {
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
    }
}

.shipping-details .ShippingDetails-Form>* label,
label {
    font-size: .75rem !important;
    font-weight: 700 !important;
}


.shipping-details .ShippingDetails-Form .redio-mein,
.shipping-details .shipping-details-vehicle>.redio-mein {
    margin-top: 10px;
    gap: 16px;
}

.shipping-details .ShippingDetails-Form .redio-mein,
.redio-mein>div {
    display: flex;
    align-items: center;
    gap: 5px;
}

.shipping-details-vehicle>a {
    text-align: center;
    color: #27aa23;
    text-transform: capitalize;
    width: 100%;
    margin-top: 5px;
    text-decoration: underline;
    font-weight: 800;
    font-size: 14px;
}

.shipping-details-vehicle>.redio-mein {
    display: flex;
    align-items: center;
    gap: 5px;
}

.shipping-details .ShippingDetails-Form .redio-mein>div>label,
.shipping-details-vehicle>.redio-mein>div>label {
    margin-top: 0 !important;
    font-size: 1.125rem !important;
    color: #000;
}

.savebtn {
    font-size: 22px;
    padding: 0 1.3em;
    height: 52px;
    line-height: 52px;
    width: 100%;
    border-radius: 4px;
    font-family: Raleway, sans-serif;
    font-weight: 800;
    transition: all .1s ease-in-out;
    background-color: #fb3d37;
    color: #fff;
    position: relative;
    border: none;
    z-index: 1;
}

#saveupdateShippingbtn:hover {
    background-color: #fb3d37 !important;
    color: #fff !important;

}

#saveUpdateVehicle:hover {
    background-color: #fb3d37 !important;
    color: #fff !important;

}

.add-vehicle {
    position: absolute;
    right: -45px;
    top: 5%;

}

.add-vehicle>.items {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 2px grey;
    padding: 12px;
    margin: 10px 0;
    z-index: -1;
    text-align: center;
    cursor: pointer;
}

.add-vehicle>.items p {
    font-size: 16px;
    font-weight: 900;
    color: #000;
}

@media (max-width:1024px) {
    .payment-method-sec {
        width: 100% !important;
    }
}

#tooltip_contain {
    position: relative;
    cursor: pointer;

}



#tooltip_contain #tooltip {
    position: absolute !important;
    z-index: 99;
    width: max-content;
    background: rgb(31, 41, 55);
    color: #FFF;
    padding: 16px;
    font-size: 14px;
    top: -67px;
    left: 0;
    border-radius: 12px;
    box-shadow: 0px 0px 2px gray;
    display: none;
}


#tooltip_contain:hover #tooltip {
    display: block !important;
}

@media (max-width:400px) {

    #logo {
        /* width: 110px !important; */
        /* display: none !important; */
    }
}

#cutom-thankpage {
    background: #303077;
    width: 100%;
    padding-top: 100px;
}

.wrapper-1 {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.wrapper-2 {
    padding: 30px;
    text-align: center;
}

@media (max-width:400px) {
    .wrapper-2>img {
        width: 191px !important;
    }
}

h1 {
    font-family: 'Raleway', Arial Black, Sans-Serif;
    font-size: 4em;
    font-weight: 900;
    letter-spacing: 3px;
    color: #fafafa;
    margin: 0;
    margin-top: 40px;
    margin-bottom: 40px;
}

.wrapper-2 p {
    margin: 0;
    font-size: 1.3em;
    color: #fafafa;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 1px;
    line-height: 1.5;
}

.go-home {
    background: #fb3d37;
    border: none;
    padding: 0px 30px;
    margin: 30px 0;
    border-radius: 5px;
    cursor: pointer;
}

.go-home:hover {
    opacity: 0.9;
}

.go-home a {
    font-family: 'Raleway', Arial Black;
    font-size: 1rem;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 2px;

}

.footer-like {
    margin-top: auto;
    background: rgb(31, 38, 130);
    padding: 6px;
    text-align: center;
}

.footer-like p {
    margin: 0;
    padding: 4px;
    color: #fafafa;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 1px;
}

.footer-like p a {
    text-decoration: none;
    color: #5892FF;
    font-weight: 600;
}

.footer-like p a:hover {
    color: #FFF;
}

@media (min-width:360px) {
    h1 {
        font-size: 4.5em;
    }

    .go-home {
        margin-bottom: 20px;
    }
}

@media (min-width:600px) {
    .thankyoucontent {
        max-width: 1000px;
        margin: 0 auto;
    }

    .wrapper-1 {
        height: initial;
        max-width: 620px;
        margin: 0 auto;
        margin-top: 50px;
    }


}

@media (max-width:400px) {
    .new-quote-sidbar-section-3 img {
        width: 159px !important;
        padding: 10px 5px !important;
        height: auto !important;
    }

}


@media (max-width:740px) {
    .wrapper-2 {
        width: 100% !important;
        height: calc(100vh - 100px);
    }
}

.logo_small {
    width: 208px !important;
}

@media (max-width:575px) {
    .logo_small {
        width: 138px !important;
    }

    .new-quote-main {
        padding-top: 122px !important;
        padding-bottom: 52px !important;
    }
}

/* .loader-02 {
    border: 4px solid transparent;
    border-left-color: currentcolor;
    border-right-color: currentcolor;
    border-radius: 50%;
    animation: 1s loader-02 linear infinite;
    display: inline-block;
    width: 27px;
    height: 27px;
    vertical-align: middle;
    pointer-events: none;
    color: #fff;
}

@keyframes loader-02 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
} */

.conv-button-label {
    position: relative;
}

.loader-02 {
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    border-top: 4px solid white;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.form-info {
    position: relative;
    width: 100%;
}

.suggestion-box {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 200px;
    /* Adjust as needed to fit 5 results */
    overflow-y: auto;
    border: 1px solid #ddd;
    background-color: #fff;
    z-index: 1000;
    /* Ensure it appears above other elements */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 5px 0;
}

.suggestion-box div {
    padding: 10px;
    cursor: pointer;
}

.suggestion-box div:hover {
    background-color: #f1f1f1;
}

.pickup_error_make {
    font-size: 12px !important;
    color: red !important;
    margin-left: -135px !important;
    margin-top: 3px !important;
    font-weight: 400 !important;
}




.suggestion-box {
    display: none;
    /* Hidden by default, shown when needed */
    position: absolute;
    /* Positioned relative to the parent container */
    top: 100%;
    /* Directly below the input field */
    left: 0;
    right: 0;
    max-height: 200px;
    /* Limit height to fit within viewport */
    overflow-y: auto;
    /* Scroll if there are many suggestions */
    border: 1px solid #ddd;
    /* Light border for visibility */
    background-color: #fff;
    /* White background for readability */
    z-index: 1000;
    /* Ensure it appears above other content */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    /* Subtle shadow for depth */
    padding: 5px 0;
    /* Padding for better spacing */
    border-radius: 4px;
    /* Rounded corners */
}

.suggestion-item {
    padding: 10px;
    /* Padding for better click area */
    cursor: pointer;
    /* Pointer cursor on hover */
    font-size: 14px;
    /* Font size for readability */
}

.suggestion-item:hover {
    background-color: #f1f1f1;
    /* Light background on hover */
}

@media (max-width:1024px) {
    #tooltip_contain #tooltip {
        left: 50% !important;
        transform: translateX(-50%);
        padding: 8px;
        top: -40px;
    }

    .pickup-date #tooltip_contain #tooltip {
        max-width: 240px;
        text-align: center;
        top: -40px;
    }

    .method-data #tooltip_contain #tooltip {
        max-width: 210px;
        text-align: center;
        top: -60px;
    }
}

@media (max-width:600px) {
    #tooltip_contain #tooltip {
        transform: translateX(-90%);
        top: -40px !important;
    }

    .pickup-date #tooltip_contain #tooltip {
        top: -60px;
    }

    #tooltip_contain img {
        min-width: 20px;
        min-height: 20px;
    }
}

.new-quote-content .link 


.shipping_personal_detail {
    display: flex;
    flex-direction: column;
}

.shipping_personal_detail .info {
    display: flex;
    justify-content: space-between;
    /* align-items: center;
    gap: 8px; */
}

.shipping_personal_detail .info h2 {
    color: #a3a3a3;
    font-size: 13px;
    font-weight: 600;
    margin: 0;
    line-height: 20px;
    text-transform: capitalize;
}

.shipping_personal_detail .info p {
    font-size: 13px;
    color: #000;
    font-weight: 600;
    margin: 0;
    line-height: 20px;
    text-transform: capitalize;
}

.shipment-btn a.assignedPhone {
    font-size: 18px;
    color: red !important;
    font-weight: 200 !important;
}

.shipping_personal_detail .info a {
    font-size: 13px;
    color: #000;
    font-weight: 600;
    margin: 0;
    line-height: 20px;
    text-transform: capitalize;
}

#pay_calculator p {
    color: red !important;
    font-weight: 200 !important;
    /* Force red color */
    /* border: 2px solid red !important; */
    /* Force red border */
}
.new-quote-main.card_form{
    padding-bottom: 0 !important;
}   