.main_pera {
    margin-top: 50px !important;
    margin-bottom: 15px;
}

.servicea_details {
    height: 405px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.All_services_heading {
    text-align: center;
    position: relative;
    top: 29%;
}

.All_services_heading h2 {
    font-size: 42px;
    font-weight: 600;
}

.any_one {
    text-align: center;
    margin-top: 0px;
    font-size: 42px;
    text-transform: uppercase;
    margin-top: 60px;
}

.all_heading {
    position: relative;
    margin-bottom: 30px;
}

.any_one::after {
    position: absolute;
    content: "";
    border-bottom: 3px solid black;
    width: 25%;
    left: 38%;
    right: 0;
    bottom: -26%;
}


/* .main_pera {
    margin-top: 60px;
} */

.wpb_content_element {
    margin-top: 60px;
}

.account_statement p {
    text-align: center;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
}

.account_statement h4 {
    text-align: center;
    font-size: 17px;
    font-weight: 600;
}

.serv {
    margin-top: 60px;
    text-align: center;
    line-height: 30px;
}

.bootom_background {
    height: 350px;
    background-position: center;
    background-size: cover;
}

.conatct_us a {
    font-size: 16px;
    border: 1px solid;
    padding: 8px 10px;
}

.conatct_us {
    text-align: center;
    margin-top: 40px;
}

.account_statement {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 12px;
    height: 280px;
    margin-top: 61px;
    background-color: #f1f1f1;
}

.icon_logo {
    text-align: center;
    margin-bottom: 20px;
}

.icon_logo i {
    font-size: 33px;
}

.right_img img {
    width: 100%;
    height: 350px;
    object-fit: contain;
}

.contact_right img {
    width: 100%;
    height: auto;
}

.mt_same {
    margin-top: -10px;
}

.new_c {
    margin-top: 80px;
}

.contact_pay {
    text-align: center;
    margin-top: 40px;
}

.contact_pay a {
    padding: 6px 10px;
    border: 1px solid;
}

.wpb_wrapper_1 {
    margin-top: 80px;
}
@media (max-width: 767px){
    .wpb_wrapper_1 {
    margin-top: 36px;
}
}

.account_statement:hover {
    background-color: #0174e1;
    transition: all 500ms ease;
    color: white;
}

.account_statement:hover .icon_img img {
    filter: invert(1);
    transition: all 500ms ease;
}

@media (max-width: 767px) {
    .any_one {
        font-size: 28px !important;
    }
    .account_statement {
        width: 330px;
        margin: 30px auto;
        padding: 20px;
    }
    .wpb_wrapper_1 h2 {
        margin-top: -110px !important;
        font-size: 28px !important;
        text-align: center;
    }
    .contact_right {
        margin-bottom: 12px;
        margin-top: 60px;
    }
}
