.pre-export-mob {
    width: 100%;
    margin: 16px 0 16px 0;
}

.banner-pre-export {
    width: 100%;
    margin-bottom: 32px;
}

.pre-export-comman-hdr {
    font-family: Sofia Pro;
    font-size: clamp(18px, 2vw, 24px);
    font-weight: 700;
    line-height: 36px;
    color: #0c1529;
}

.pre-export-comman-para {
    font-family: Lato;
    font-size: clamp(14px, 2vw, 20px);
    font-weight: 500;
    line-height: 28px;
    color: #5d6370;
}

.inspection-services-hdr {
    font-family: Lato;
    font-size: clamp(14px, 2vw, 20px);
    font-weight: 500;
    line-height: 28px;
    color: #0c1529;
}

.pre-export-cover-main {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin: 0 0 24px 0;
}

.pre-card-cover {
    width: 250px;
    border-radius: 5px;
    border: 1px;
    border: 1.22px solid #ced0d4;
    padding: 16px;
    text-align: center;
}

.pre-export-img {
    width: 50px;
    height: 50px;
    margin-bottom: 14px;
}

.mb-12 {
    margin-bottom: 12px;
}

.mb-24 {
    margin-bottom: 24px;
}

.mb-32 {
    margin-bottom: 32px;
}

.mt-32 {
    margin-top: 32px;
}

.pt-32 {
    padding-top: 32px;
}

.services-crd-icons {
    width: 50px;
    height: 50px;
}

.pre-export-ser-hdr {
    font-family: Lato;
    font-size: clamp(14px, 2vw, 20px);
    font-weight: 700;
    line-height: 28px;
    color: #0c1529;
    margin-bottom: 0;
}

.pre-export-bdy-para {
    font-family: Lato;
    font-size: clamp(14px, 2vw, 20px);
    font-weight: 500;
    line-height: 28px;
    color: #68727d;
    padding: 20px 16px 20px 16px;
    margin-bottom: 0;
}

.pre-export-service-crd {
    border: 1px solid var(--Stroke-Light-Base, #eaebf0);
    box-shadow: 1px #1018280a;
    height: 100%;
    border-radius: 6px;
}

.pre-export-services-hdr {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: unset;
    border-bottom: 1px solid #d4ecfa !important;
    padding: 10px 10px;
}

.pre-export-cover-main {
    display: flex;
    justify-content: start;
    gap: 24px;
    margin: 32px 0 24px 0;
}

.pre-export-ins-card {
    border-radius: 6px 6px 6px 6px;
    border: 1px solid #aeb1b8;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #ffffff;
    height: 72px;
}

.pre-export-crd-hdr {
    font-family: Lato;
    font-size: clamp(14px, 2vw, 20px);
    font-weight: 500;
    line-height: 28px;
    color: #0c1529;
    margin-bottom: 0;
}

/* refund card */
.card-refund-primary {
    border-radius: 12px;
    padding: 24px;
    background-color: #2f2b430d;
}

.card-refund-inner {
    border-radius: 12px;
    background-color: #ffffff;
    border-left: 4px solid #2384c1;
    padding: 20px;
}

.refund-title {
    font-family: "Sofia Pro";
    font-size: clamp(16px, 2vw, 24px);
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -0.016em;
    color: #08202e;
    margin-bottom: 8px;
}

.refund-para {
    font-family: "Lato", sans-serif;
    font-size: clamp(16px, 2vw, 20px);
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.014em;
    color: #08202e;
    margin-bottom: 24px;
}

.voucher-download .copy {
    padding: 20px 22px;
    background-color: #0368a0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.voucher-download {
    display: flex;
    align-items: center;
    border-radius: 12px;
    border: 1px solid #68727d;
}

.voucher-download .download span {
    font-family: "Lato", sans-serif;
    font-size: clamp(14px, 2vw, 20px);
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.014em;
    color: #0c1529;
}

.voucher-download .download {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-grow: 1;
    padding: 18px 24px;
}

#download_image {
    position: relative;
    background-image: url("../images/common/icons/download-refund.webp");
    background-repeat: no-repeat;
    background-size: 56px;
    background-position: -1.5px;
    width: 24px;
    cursor: pointer;
    height: 24px;
}

#download_image:hover {
    background-position: -29.5px;
}

/* @media screen and (max-width: 1640px) and (min-width: 1200px) {
      .inspection-services-hdr {
          font-size: 16px;
      }
  } */

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .pre-export-crd-hdr {
        font-size: 16px;
    }
}

/* @media screen and (min-width: 1024px) and (max-width:1200px) {
      .inspection-services-hdr {
          font-size: 14px;
      }
  
  } */

@media screen and (max-width: 1024px) {
    .pre-export-inspection-main {
        margin-bottom: 0;
    }

    .pre-export-cover-main {
        flex-wrap: wrap;
    }

    .banner-pre-export {
        margin-bottom: 16px;
    }

    .pre-export-mob {
        margin: 10px 0 16px 0;
    }

    .car-insurance-cover {
        padding-top: 0;
    }

    .benefit-carrier-main {
        margin-bottom: 0;
    }

    .pre-utilites-services {
        padding-top: 16px;
    }

    .mb-6 {
        margin-bottom: 6px !important;
    }

    .pre-export-cover-main {
        padding-bottom: 0;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .pre-export-cover-main {
        gap: 12px;
    }

    .pre-card-cover {
        flex: 0 0 auto !important;
        width: 30%;
    }

    .pre-export-crd-hdr {
        font-size: 14px;
    }

    .pre-export-ins-card {
        height: 52px;
    }

    .pre-export-ser-hdr {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) and (min-width: 320px) {
    .pre-export-ins-card {
        height: 42px;
    }
}

@media screen and (max-width: 767px) {
    .pre-card-cover {
        flex: 0 0 auto !important;
        width: 30%;
    }

    .pre-export-cover-main {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .pre-export-img {
        width: 45px;
        height: 45px;
    }

    .services-crd-icons {
        width: 45px;
        height: 45px;
    }

    .card-refund-primary {
        padding: 16px;
    }

    .card-refund-inner {
        padding: 14px;
    }

    .voucher-download .copy {
        padding: 14px;
    }

    .voucher-download .download {
        padding: 12px;
    }
}

@media screen and (max-width: 505px) {
    .pre-card-cover {
        flex: 0 0 auto !important;
        width: 46%;
    }

    .padding-let-rt-10 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .pre-export-cover-main {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .pre-export-comman-hdr {
        line-height: 26px;
    }

    .inspection-services-hdr {
        line-height: 20px;
    }

    .pre-export-img {
        width: 40px;
        height: 40px;
    }

    .services-crd-icons {
        width: 40px;
        height: 40px;
    }
}

@media screen and (max-width: 355px) {
    .pre-card-cover {
        flex: 0 0 auto !important;
        width: 100%;
    }

    .hide-onsmd {
        display: none;
    }
}