@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&amp;display=swap');


.container-fluid {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
}

.deactive-modal {
    padding: 20px 10px 10px 10px;
}

    .deactive-modal h6 {
        font-size: 19px;
        line-height: 28px;
        margin: 25px 0px 10px;
        font-weight: 500;
    }

    .deactive-modal p {
        font-size: 14px;
        margin: 0px;
        line-height: 23px;
    }

.modal-header {
    background: #fd1a1a;
}

h5.modal-title {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}

.btn-primary {
    color: #fff;
    background-color: #fd1a1a;
    border-color: #fd1a1a;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #000;
        border-color: #000;
    }

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    padding: 8px 32px;
    font-size: 14px;
}

.btn-light {
    border-color: #e6e6e6;
    color: #a6a6a6;
    background-color: #e5e5e5;
}

.rounded-pill {
    border-radius: 50px !important;
}

.modal-content .modal-body {
    padding: 25px;
}

.text-right {
    text-align: right !important;
}

.custom-modal {
    border-radius: 16px;
    overflow: hidden;
}

.py-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
}

.mr-16 {
    margin-right: 16px;
}

.mr-12 {
    margin-right: 12px;
}

.single-service {
    text-align: center;
    background-color: #fff;
    box-shadow: 0 0 20px 3px rgb(0 0 0 / 15%);
    padding: 30px;
    transition: all .5s;
    position: relative;
    margin-bottom: 30px;
}

    .single-service::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url('../images/invoice-collections.png');
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        z-index: -1;
    }

    .single-service.two::before {
        background-image: url('../images/customer-service.png');
    }

    .single-service.three::before {
        background-image: url('../images/dispute-resolution.png');
    }

    .single-service.two::before {
        background-image: url('../images/customer-service.png');
    }

    .single-service.four::before {
        background-image: url('../images/web-portal.png');
    }

    .single-service.five::before {
        background-image: url('../images/management-report.png');
    }

    .single-service.six::before {
        background-image: url('../images/review-assessment.png');
    }

.service-content-wrap {
    transition: all .5s;
}

    .service-content-wrap .icon {
        font-size: 50px;
        line-height: 1;
        display: inline-block;
        margin-bottom: 20px;
        color: #fa4612;
    }

    .service-content-wrap h3 {
        margin-bottom: 10px;
        margin-top: 25px;
    }

p:last-child {
    margin-bottom: 0;
}

.single-service .service-heading {
    text-align: center;
    padding: 100px 20px;
    background-color: #fa4612;
    position: absolute;
    bottom: 56px;
    left: 0;
    right: 0;
    transition: all .5s;
    bottom: 0px;
    transform: scale(0);
    height: 100%;
}

    .single-service .service-heading h3 {
        color: #fff;
        margin-bottom: 15px;
        margin-top: -4px;
    }

    .single-service .service-heading .circle-read-more i {
        background-color: #fff;
        color: #fa4612;
    }

.circle-read-more i {
    background-color: #fedad0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    color: #fa4612;
    display: inline-block;
    text-align: center;
    transition: all .5s;
    position: relative;
    z-index: 1;
}

.single-service:hover {
    background-color: rgba(0, 0, 0, 0);
}

    .single-service:hover .service-heading {
        transform: scale(1);
    }

.rep_faq_area.serviceFaq {
    /* background-image: url(../../assets/images/video-bg1.jpg); */
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 75px 0px 75px 0px;
    position: relative;
}

    .rep_faq_area.serviceFaq::before {
        content: "";
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        position: absolute;
        background-color: #dbdbdb;
        opacity: 0.70;
        transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    }

.serviceFaq .witr_section_title_inner h2 {
    color: #000;
}

.serviceFaq .witr_section_title {
    z-index: 9;
    position: relative;
}

.serviceFaq h3 {
    color: #000;
}

.service-content-wrap p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.error {
    color: #dc3545;
}

.head-title {
    font-size: 24px;
    font-weight: 500;
}

.customerLogin {
    margin-bottom: 30px;
}

    .customerLogin h3 {
        font-size: 28px;
    }

.login-area-section {
    background: #e4e4e4;
    padding: 80px 0px;
}

.login-area-sec {
    background: #fff;
    padding: 30px;
    border-radius: 5px;
}

.signup-area {
    background: #fff;
    padding: 30px;
    border-radius: 5px;
    width: 90%;
    margin: 0px auto;
}

.contactInfo {
    display: flex;
    margin-top: 40px;
}

.txtRight {
    width: 80%;
}

.iconLeft {
    width: 55px !important;
    height: 55px;
    background: #ffffff;
    border-radius: 50px;
    line-height: 55px;
    text-align: center;
    font-size: 22px;
    color: #fd1a1a;
    margin-right: 18px;
    box-shadow: 5px 11px 17px -12px #000;
}

.txtRight h4 {
    font-size: 18px;
    margin: 0px;
}

.getTouch label {
    font-size: 18px;
    color: #fd1a1a;
}

.getTouch h2 {
    font-size: 32px;
    margin: 0px;
}

.map_area {
    border-radius: 7px;
    overflow: hidden;
    padding-bottom: 60px;
}

.social-media {
    margin-top: 40px;
}

    .social-media i {
        background: #ffffff;
        width: 45px;
        height: 45px;
        border-radius: 50px;
        text-align: center;
        color: #fd1a1a;
        font-size: 20px;
        padding: 13px 0px;
        /* border: 1px solid #fd1a1a; */
        margin-right: 12px;
        box-shadow: 5px 11px 17px -12px #000;
    }

        .social-media i:hover {
            background: #fd1a1a;
            color: #fff;
        }

    .social-media h4 {
        font-size: 26px;
        font-weight: 500;
        margin-bottom: 12px;
    }
