section.refund-policy-section {
    position: relative;
    z-index: 1;
    padding: 60px 0px 0px;
}

.refund-policy-all {
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
}

.refund-policy-all h2 {
    background: -webkit-linear-gradient(110deg, #cd9cfd 0, #a992d7 85%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 35px;
    font-weight: 700;
    font-family: 'Poppin' !important;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
    z-index: 1;
    display: inline-block;
}

.refund-policy-all h2:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(110deg, #cd9cfd 0, #a992d7 85%);
}

.refund-policy-all p {
    z-index: 1;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    position: relative;
}

.refund-policy-all ul {
    padding: 0;
    margin: 0;
}

.refund-policy-all ul li {
    position: relative;
    padding-left: 20px;
    z-index: 1;
    margin: 15px 0px;
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.refund-policy-all ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    /*bottom: 0;*/
    margin: auto;
    width: 10px;
    height: 10px;
    background: linear-gradient(129deg, #cb9df9 0, #a992d5b5 95%);
}


@media (max-width: 767px) {
    section.refund-policy-banner .deflt-h h1 {
        font-size: 24px !important;
    }
    
    section.refund-policy-section {
        padding: 30px 0px 0px !important;
    }
    
    .refund-policy-all h2 {
        font-size: 20px !important;
    }
    
    .refund-policy-all h2:before {
        height: 3px !important;
    }
    
    .refund-policy-all ul li {
        font-size: 12px !important;
        padding-left: 15px !important;
    }
    
    .refund-policy-all ul li:before {
        height: 6px !important;
        width: 6px !important;
        top: 6px !important;
        bottom: auto;
    }
    
    .refund-policy-all {
        margin-bottom: 20px !important;
    }
    
    .refund-policy-all p {
        font-size: 12px !important;
    }
    .quick-contact .quick-form .form-group.check-agree-c span {
        font-size: 10px !important;
    }
}

@media (min-width: 767px) and (max-width: 992px) {
    section.refund-policy-banner .deflt-h h1 {
        font-size: 34px !important;
    }
    
    section.refund-policy-section {
        padding: 30px 0px 0px !important;
    }
    
    .refund-policy-all h2 {
        font-size: 20px !important;
    }
    
    .refund-policy-all h2:before {
        height: 3px !important;
    }
    
    .refund-policy-all ul li {
        font-size: 14px !important;
        padding-left: 15px !important;
    }
    
    .refund-policy-all ul li:before {
        height: 6px !important;
        width: 6px !important;
        top: 6px !important;
        bottom: auto;
    }
    
    .refund-policy-all {
        margin-bottom: 20px !important;
    }
    
    .refund-policy-all p {
        font-size: 14px !important;
    }
}