.marine-insurance-mob {
    width: 100%;
    margin: 16px 0 16px 0;
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

.banner-marine-insurance {
    width: 100%;
    margin-bottom: 32px;
}

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

.marine-insurance-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;
}

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

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

.marine-insurance-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;
}

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

.marine-insurance-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;
}

.marine-insurance-service-crd {
    border: 1px solid var(--Stroke-Light-Base, #EAEBF0);
    box-shadow: 1px #1018280A;
    height: 100%;
    border-radius: 6px;
}

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

.marine-insurance-cover-main {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    margin: 32px 0 24px 0;

}



.marine-insurance-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;
}

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


@media screen and (min-width: 992px) and (max-width:1200px) {
    .marine-insurance-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) {
    .marine-insurance-inspection-main {
        margin-bottom: 0;
    }

    .marine-insurance-cover-main {
        flex-wrap: wrap;
        padding-bottom: 0;
    }

    .banner-marine-insurance {
        margin-bottom: 16px;
    }

    .marine-insurance-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-card-cover {
        width: 48%;
    }
}

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

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

    .marine-insurance-crd-hdr {
        font-size: 14px;
    }

    .marine-insurance-ins-card {
        height: 52px;
    }

    .marine-insurance-ser-hdr {
        font-size: 16px;
    }
}

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

}

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

    .marine-insurance-cover-main {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

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

    .marine-insurance-img {
        width: 45px;
        height: 45px;
    }
}


@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;
    }

    .marine-insurance-cover-main {
        flex-wrap: wrap;
        justify-content: space-between;
    }

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

    .marine-insurance-img {
        width: 40px;
        height: 40px;
    }
}

@media screen and (max-width: 455px) {
    .inspection-services-hdr {
        line-height: 20px;
    }

    .marine-insurance-comman-hdr {
        line-height: 26px;
    }
}

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

}