

.report_type_txt{
    font-size: 52px;
    color: var(--white);
    margin-bottom: 30px;
    line-height: 1;
}
.report_type_desc{
    margin-bottom: 30px;
    font-weight: 500 !important;
}
.report_type_desc p, .report_type_desc span{
    color: var(--white) !important;
}
.service_ul{
    list-style: none;
    padding: 0;
}
.service_ul span{
    color: var(--white) !important;
}
.service_ul ul{
    list-style: none;
    padding: 0;
}

.service_ul ul li{
    color: var(--white);
    margin-bottom: 15px;
    font-size: 18px;
    text-indent: hanging 37px;
    width: 100%;
    float: left;
}
.service_ul ul li:last-child{
    margin-bottom: 10px;
}
.service_ul ul li p{
    display: inline;
    margin-bottom: 0px;    
}
.slick-slider{
    margin-bottom: 0;
}

.service_ul ul li::before {
    content: '';
    display: inline-block;
    width: 21px;
    aspect-ratio: 1;
    margin-right: 10px;
    margin-left: 6px;
    background-image: url('../images/list_icn.svg');
    background-position-y: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: -5px;
}

.service_price_wrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}
.service_price_card_wrapper{
    margin-bottom: 60px;
}

.service_ribbon {
    position: absolute;
    background-image: url('../images/side_rib.svg');
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    height: 100%;
    width: auto;
    inset: 0 0 0 -6px;
}
.service_price_card {
    display: inline-block;
    position: relative;
    background-color: var(--white);
    border-radius: 25px;
    margin-left: 5px;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-left: 35px !important;
}
.service_dtl_icon {
    width: 100px;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #6B1717;
    border-radius: 12px;
    border: unset;
    margin-inline: auto;
    box-shadow: unset;
}
.service_dtl_icon img{
    width: 50px;
    filter: brightness(0) invert();
}
.discount_per {
    position: absolute;
    font-size: 23px;
    color: var(--white);
    left: -22px;
    rotate: -90deg;
    top: 39%;
    z-index: 10;
}
.service_pric_txt {
    color: var(--primary);
    font-size: 40px;
    background-image: linear-gradient(to right, var(--primary) 40%, rgba(255, 255, 255, 0) 20%);
    background-position: bottom;
    background-size: 3px 1px;
    background-repeat: repeat-x;
    line-height: 1.5;
}
.service_no_border{
    background-image: unset;
}

/* Fonm CSS */
.hp_bnrfrm_hd{
    font-size: 110% !important;
}

/* Coupon Popup CSS */
.coupon_popup_body{
    overflow-x: hidden;
    width: 400px !important;
}
.coupon_card:first-child{
    margin-top: 8px !important;
}
.coupon_card{
    box-shadow:0 0 10px 5px rgba(0, 0, 0, 0.1);
/*    background-color: var(--primary-light);*/
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 5px;
    position: relative;
    border-radius: 25px;
    margin-left: 5px;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-left: 35px !important;
    cursor: pointer;
    transition: .2s all ease;
}
.coupon_card:hover{
    scale: 1.01;
}
.coupon_card:last-child{
    margin-bottom: 0px !important;
}
.coupon_ribbon:hover{
/*    box-shadow: 0 0 10px var(--primary);*/
}
.coupon_wrapper{
    height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
}
.coupon_wrapper .not_found_service_wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
}
.coupon_ribbon {
    position: absolute;
    background-image: url('../images/side_rib.svg');
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    height: 100%;
    width: auto;
    inset: 0 0 0 -6px;
    border-radius: 20px;
    transition: .2s all ease;
}
.coupon_price_wrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.coupon_discount_per {
    position: absolute;
    font-size: 20px;
    color: var(--white);
    left: -25px;
    rotate: -90deg;
    top: 39%;
    z-index: 10;
}
.coupon_txt {
    color: var(--primary);
    font-size: 30px;
    line-height: 1;
}
.border_bottom_dotted{
    background-image: linear-gradient(to right, var(--primary) 40%, rgba(255, 255, 255, 0) 20%);
    background-position: bottom;
    background-size: 3px 1px;
    background-repeat: repeat-x;
}
.copy_icon{
    cursor: pointer;
}
.copy_icon img{
    filter: brightness(0) saturate(100%) invert(15%) sepia(60%) saturate(4270%) hue-rotate(350deg) brightness(97%) contrast(86%);
}
.coupon_close img{
/*    filter: brightness(0) invert();*/
    width: 10px;
}
.apply_coupon_btn{
    height: 43px;
    display: none !important;
}

@media screen and (max-width: 1440px){
    .service_price_card_wrapper{
        margin-bottom: 50px;
    }

}

@media (min-width: 767px) and (max-width: 1081px){
    .service_ul ul li{
        font-size: 18px;
    }
    .service_ul li::before {
        width: 15px;
    }
    .report_type_desc {
        margin-bottom: 20px;
    }

}

@media (min-width: 940px) and (max-width: 1131px){
    .report_type_txt{
        font-size: 50px;
    }
}

@media (min-width: 825px) and (max-width: 940px){
    .report_type_txt {
        font-size: 45px;
    }

}

@media screen and (max-width: 825px){
    .report_type_txt {
        font-size: 45px;
    }

}


@media (min-width: 455px) and (max-width: 767px){
    .report_type_txt {
/*        font-size: 52px;*/
        text-align: center;
    }
    .service_ul ul{
        justify-content: center;
    }

    .report_type_desc{
        text-align: center;
        margin-bottom: 35px;
    }
    .service_ul ul li{
        font-size: 16px;
    }
    .service_ul li::before {
        width: 15px;
    }
}

/*@media (min-width: 423px) and (max-width: 474px){
    .service_pric_txt{
        font-size: 30px;
    }
}*/

@media screen and (max-width: 505px){
    .service_pric_txt{
        font-size: 25px;
    }
    .discount_per {
        font-size: 18px;
        left: -20px;
    }   
    .serv_img{
        padding-right: 5px !important;
    }
    .service_price_card {
        padding-left: 20px !important;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    .service_dtl_icon{
        width: 75px;
    }
    .service_sec{
        padding-left: 15px !important;
    }
}

@media screen and (max-width: 455px){
    .report_type_txt {
        font-size: 45px;
        text-align: center; 
    }
    .service_ul ul{
        justify-content: center;
    }

    .report_type_desc{
        text-align: center;
        margin-bottom: 35px;
        line-height: 30px !important;
        font-size: 15px !important;
    }
    .service_ul ul li{
        font-size: 15px;
    }
    .service_ul li::before {
        width: 15px;
    }

}

@media screen and (max-width: 767px){
    .report_type_txt{
        font-size: 21px;
        color: var(--primary);
        line-height: 1.2;
    }
    .hp_bnrfrm_hd{
        font-size: 90%;
    }
    .report_type_desc p, .service_ul ul li{
        color: var(--muted-dark) !important;
    }
    .service_ul span{
        color: var(--muted-dark) !important;
    }
    .service_ul ul li::before {
        filter: brightness(0) saturate(100%) invert(15%) sepia(60%) saturate(4270%) hue-rotate(350deg) brightness(97%) contrast(86%);
        background-image: url('../images/list_icn.svg');
    }
    .general_form_wrap{
        background-color: #f5f5f5;;
    }
    .service_price_card{
        box-shadow:0 0 10px 5px rgba(0, 0, 0, 0.1);
    }
    .main_section.landing_sm{
        background: radial-gradient(circle at top left, rgba(168, 36, 36, 0.276) 0%, rgba(255, 255, 255, 0.442) 50%),radial-gradient(circle at bottom right, rgba(255, 242, 232, 0.736) 0%, rgba(255, 255, 255, 0.579) 40%);
        padding-top: 90px;
        padding-bottom: 10px;
    }
    .landing_testimonials{
        padding-top: 10px;
        padding-bottom: 90px;
    }
    .free_service_price_card{
        display: none!important;
    }
    .form_section{
        padding-bottom: unset;
    }
    .service_price_card_wrapper{
        margin-top: 10px;
        margin-bottom: 10px;
    }
}