.site_button,
.vp-pagination__style-default .vp-pagination__item a {
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding: 0 !important;
    line-height: 47px;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    width: 170px;
    height: 50px;
    background-color: #fff;
    color: #000;
    text-align: center;
    transition: 0.6s ease;
    cursor: pointer;
    z-index: 1;
    border-radius: 0;
    text-shadow: none;
    transition: all 0.6s ease;
    border-radius: 57px;
    border: 2px solid #E72B33;
}

.site_button:hover {
    background: #1dafc6;
    color: #fff;
}

.mr_header_right_quote_btn_box .site_button:hover {
    background: #E72B33;
    color: #fff;
}

@media all and (min-width: 320px) and (max-width: 767px) {
    .site_button,
    .vp-pagination__style-default .vp-pagination__item a {
        line-height: 36px;
        font-size: 13px;
        width: 125px;
        height: 40px;
    }
    .contact_btn,
    .quote_btn {
        height: 40px;
    }
}

@media all and (min-width: 768px) and (max-width: 980px) {
    .site_button,
    .vp-pagination__style-default .vp-pagination__item a {
        line-height: 38px;
        font-size: 13px;
        width: 125px;
        height: 40px;
    }
    .contact_btn,
    .quote_btn {
        height: 40px;
    }
}

@media only screen and (min-width: 981px) and (max-width: 1024px) {
    .site_button,
    .vp-pagination__style-default .vp-pagination__item a {
        line-height: 43px;
        font-size: 13px;
        width: 125px;
        height: 45px;
    }
    .contact_btn,
    .quote_btn {
        height: 45px;
    }
    .header_call_svg svg {
        height: 15px;
        width: 15px;
    }
    .header_call_svg {
        top: 7px;
    }
}

@media all and (min-width: 1025px) and (max-width: 1140px) {
    .site_button,
    .vp-pagination__style-default .vp-pagination__item a {
        line-height: 43px;
        font-size: 13px;
        width: 125px;
        height: 45px;
    }
}

@media all and (min-width: 1141px) and (max-width: 1280px) {
    .site_button,
    .vp-pagination__style-default .vp-pagination__item a {
        line-height: 43px;
        font-size: 14px;
        width: 130px;
        height: 45px;
    }
}

@media all and (min-width: 1281px) and (max-width: 1440px) {
    .site_button,
    .vp-pagination__style-default .vp-pagination__item a {
        line-height: 43px;
        font-size: 15px;
        width: 140px;
        height: 45px;
    }
}

@media all and (min-width: 1441px) and (max-width: 1680px) {}

@media all and (min-width: 1681px) and (max-width: 1880px) {}