.banner-contact-form {}

.banner-contact-form .quick-contact {
    margin: 0 auto;
    border-radius: 0px 50px 0px 50px;
    height: 500px;
}

.banner-contact-form .quick-contact .defalt-heading {
    text-align: center;
}

.banner-contact-form .quick-contact .defalt-heading h2 {
    color: #1D1A18 !important;
    font-family: 'Poppin' !important;
    font-weight: 700;
    font-size: 40px;
}

.banner-contact-form .quick-contact .defalt-heading h2 span {
    font-family: 'Poppin' !important;
    color: #0E4447;
}

.banner-contact-form .quick-contact .cap_codee {
    text-align: center;
}



.account-reinstatement-banner .abt-banner-caption {
    text-align: center;
}

.account-reinstatement-banner .abt-banner-caption .abt-text3 span {
    color: #0E4447;
    font-family: 'Poppin' !important;
}

section.account-reinstatement-section1 {
    padding: 60px 0px;
    position: relative;
    z-index: 1;
}

section.account-reinstatement-section1:before {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 10px;
    background: linear-gradient(270deg, #3a0146 0%, #0E4447 80.82%);
}

.account-reinstatement-why {
    position: relative;
    z-index: 1;
}

.account-reinstatement-why span {
    font-size: 16px;
    font-weight: 700;
}

.account-reinstatement-why .defalt-heading {}

.account-reinstatement-why .defalt-heading h2 {
    margin: 0;
    color: #332C2C !important;
    text-transform: capitalize !important;
}

.account-reinstatement-why .defalt-heading h2 span {
    font-family: 'Poppin' !important;
    font-size: 50px;
    color: #0E4447;
    display: inline-block;
    padding-bottom: 10px;
    position: relative;
    z-index: 1;
}

.account-reinstatement-why .defalt-heading h2 span:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 140px;
    height: 3px;
    background: #1D1A18;
}

.account-reinstatement-why:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 20px;
    height: 100%;
    background-image: url(../../index.html);
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    z-index: -1;
}

.account-reinstatement-why-txt {
    position: relative;
    z-index: 1;
}

.account-reinstatement-why-txt .deflt-p p {
    font-size: 16px;
    font-weight: 500;
}


section.account-reinstatement-section2 {
    position: relative;
    z-index: 1;
    padding-top: 60px;
}

section.account-reinstatement-section2 .account-reinstatement-service-h {
    text-align: center;
}

section.account-reinstatement-section2 .account-reinstatement-service-h h2 {
    color: #000 !important;
    font-size: 50px;
    text-transform: uppercase;
}

section.account-reinstatement-section2 .account-reinstatement-service-h h2 span {
    font-family: 'Poppin' !important;
    color: var(--btn-color) !important;
}

.account-reinstatement-service-points {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.account-reinstatement-service-points ul {
    position: relative;
    padding: 0;
    margin: 0;
    width: 48%;
}

.account-reinstatement-service-points ul li {
    padding: 10px 50px;
    margin: 20px 0px;
    width: 100%;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 20px;
    font-family: 'Poppin' !important;
    color: #fff;
}

.account-reinstatement-service-points ul li span {
    color: #000;
    font-family: 'Poppin' !important;
    font-size: 40px;
    font-weight: 700;
    line-height: 55px;
    transition: 0.5s;
}

.account-reinstatement-service-points ul.point-left-service {}

.account-reinstatement-service-points ul.point-left-service li:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, #3a0146 0%, #0E4447 80.82%);
    z-index: -1;
    border-radius: 0px 50px 50px 0px;
}

.account-reinstatement-service-points ul.point-left-service li span {
    width: 20%;
}

.account-reinstatement-service-points ul.point-right-service li {
    justify-content: space-between;
    padding-left: 120px;
}
.account-reinstatement-service-points ul.point-right-service li:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, #0E4447  0%,#3a0146 80.82%);
    z-index: -1;
    border-radius: 50px 0px 0px 50px;
}

.account-reinstatement-service-points ul.point-right-service li span {
    width: 20%;
    text-align: end;
}

section.account-reinstatement-section2:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 91%;
    background-image: url(../../images/account-reinstatement-service-bg.png);
    background-size: 100% 100% !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    z-index: -1;
}
.quick-contact .quick-form .form-group.check-agree-c span {
    font-size: 13px;
    margin-bottom: 0px;
    display: inline-block;
    margin-left: 10px;
}

.quick-contact .quick-form .form-group.check-agree-c input {
}

.quick-contact .quick-form .form-group.check-agree-c label.agree {
    display: flex;
    align-items: center;
}

.account-reinstatement-service-points ul.point-right-service li:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 0;
    height: 100%;
    background: linear-gradient(270deg, #3a0146 0%, #0E4447 80.82%);
    z-index: -1;
    border-radius: 50px 0px 0px 50px;
    transition: 0.5s;
}

.account-reinstatement-service-points ul.point-right-service li:hover:after, .account-reinstatement-service-points ul.point-left-service li:hover:after {
    transition: 0.5s;
    width: 100%;
}

.account-reinstatement-service-points ul.point-left-service li:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: linear-gradient(270deg, #0E4447  0%,#3a0146 80.82%);
    z-index: -1;
    border-radius: 0px 50px 50px 0px;
}
.account-reinstatement-service-points ul li:hover span {
    transition: 0.5s;
    color: #fff;
}

@media (max-width: 767px) {
    .account-reinstatement-service-points ul.point-right-service li {
        padding: 0px 0px 0px 30px !important;
    }
    
    .account-reinstatement-service-points {
        /* display: block !important; */
    }
    
    .account-reinstatement-service-points ul li {
        font-size: 10px !important;
        margin: 10px 0px !important;
        font-weight: 500 !important;
    }
    
    .account-reinstatement-service-points ul li {
        padding: 0;
    }
    
    .account-reinstatement-service-points ul li span {
        font-size: 18px !important;
        text-align: center;
    }
    
    .account-reinstatement-service-points ul.point-left-service li span {
    }
    
    .account-reinstatement-service-points ul.point-right-service li span {
        text-align: center !important;
        width: 25% !important;
    }
    
    .banner-contact-form .quick-contact {
        padding: 30px 20px !important;
        height: 450px !important;
    }
    
    .quick-contact .quick-form .form-group.check-agree-c span {
        font-size: 10px !important;
    }
    
    .quick-contact .quick-form .form-group.check-agree-c label.agree {
        justify-content: space-around !important;
    }
    
    section.account-reinstatement-section1 {
        padding: 30px 0px !important;
    }
    
    .account-reinstatement-why span {
        font-size: 12px !important;
    }
    
    .account-reinstatement-why .defalt-heading h2 span {
        font-size: 20px !important;
        padding-bottom: 5px !important;
    }
    
    .account-reinstatement-why:before {
        opacity: 0;
        width: 0;
        height: 0;
    }
    
    .account-reinstatement-why .defalt-heading h2 span:before {
        width: 100% !important;
        height: 1px !important;
    }
    
    .account-reinstatement-why .defalt-heading h2 {
        margin-bottom: 20px !important;
    }
    
    .account-reinstatement-why-txt .deflt-p p {
        font-size: 12px !important;
    }
    
    section.account-reinstatement-section1:before {
        height: 5px !important;
    }
}

@media (min-width: 767px) and (max-width: 992px) {
    .account-reinstatement-service-points ul.point-right-service li {
        padding: 0px 0px 0px 30px !important;
    }
    
    .account-reinstatement-service-points {
        /* display: block !important; */
    }
    
    .account-reinstatement-service-points ul li {
        font-size: 14px !important;
        margin: 10px 0px !important;
        font-weight: 600 !important;
    }
    
    .account-reinstatement-service-points ul li {
        padding: 0;
    }
    
    .account-reinstatement-service-points ul li span {
        font-size: 22px !important;
        text-align: center;
    }
    
    .account-reinstatement-service-points ul.point-right-service li span {
        text-align: center !important;
        width: 25% !important;
    }
    
    .banner-contact-form .quick-contact {
        padding: 30px 20px !important;
        height: 450px !important;
    }
    
    .quick-contact .quick-form .form-group.check-agree-c span {
        font-size: 10px !important;
    }
    
    .quick-contact .quick-form .form-group.check-agree-c label.agree {
        justify-content: space-around !important;
    }
    
    section.account-reinstatement-section1 {
        padding: 30px 0px !important;
    }
    
    .account-reinstatement-why span {
        font-size: 12px !important;
    }
    
    .account-reinstatement-why .defalt-heading h2 span {
        font-size: 20px !important;
        padding-bottom: 5px !important;
    }
    
    .account-reinstatement-why:before {
        /*opacity: 0;*/
        /*width: 0;*/
        /*height: 0;*/
    }
    
    .account-reinstatement-why .defalt-heading h2 span:before {
        width: 100% !important;
        height: 1px !important;
    }
    
    .account-reinstatement-why .defalt-heading h2 {
        margin-bottom: 20px !important;
    }
    
    .account-reinstatement-why-txt .deflt-p p {
        font-size: 12px !important;
    }
    
    section.account-reinstatement-section1:before {
        height: 5px !important;
    }
}