/*********************contact****************/
.contact_1l ul li a {
    background: #0d6efd;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 15px;
    font-size: 18px;
}

.contact_1ril span {
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 15px !important;
}

/*********************contact_end****************/


@media screen and (max-width : 767px) {
    .pricing_1i {
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .contact_1l .font_60 {
        font-size: 40px;
    }

    .contact_1l {
        text-align: center;
        margin-bottom: 15px;
    }

    .contact_1rml {
        text-align: center;
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .contact_1rir {
        margin-top: 15px;
    }

    .contact_2r {
        margin-top: 20px;
    }
}

@media (min-width:576px) and (max-width:767px) {}

@media (min-width:768px) and (max-width:991px) {

    #pricing .button {
        padding: 16px 15px 16px 15px;
    }

    .contact_1l .font_60 {
        font-size: 40px;
    }

    .contact_1l ul li a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }

    .contact_1ril span {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 14px !important;
    }

    .contact_1rml {
        padding: 10px !important;
    }

    .contact_1rir h5 {
        font-size: 14px;
    }

    .contact_1rir h6 {
        font-size: 12px;
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .contact_1l .font_60 {
        font-size: 40px;
    }

    .contact_1l ul li a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }

    .contact_1ril span {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 14px !important;
    }

}