.site_button,
.vp-pagination__style-default .vp-pagination__item a {
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding: 0 !important;
    line-height: 42px;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    width: 181px;
    height: 46px;
    background-color: #343434;
    color: #000;
    text-align: center;
    transition: 0.6s ease;
    cursor: pointer;
    z-index: 1;
    border-radius: 10px;
    text-shadow: none;
    transition: all 0.6s ease-in-out;
    border-radius: 0;
    clip-path: polygon(5% 0, 95% 0, 100% 15%, 100% 85%, 95% 100%, 5% 100%, 0 85%, 0 15%);
    border: 1px solid transparent;
    background-image: linear-gradient(90deg, #ff352e -0.35%, #B9B7AD 24.95%, #ff352e 50.25%, #DEE2DD 71.51%, #ff352e 100.86%);
    background-clip: padding-box, border-box;
    background-origin: border-box;
    transition: all 0.6s ease-in-out;
}

.te_header_btm_main_sec .site_button {
    background-image: linear-gradient(90deg, #2D2522 -0.35%, #B9B7AD 24.95%, #69605B 50.25%, #DEE2DD 71.51%, #332724 100.86%);
}

.site_button::after {
    content: "";
    position: absolute;
    top: 1px;
    right: -2px;
    bottom: 0;
    left: -2px;
    height: 95%;
    width: 98.5%;
    background-color: #fff;
    margin: 0 auto;
    clip-path: polygon(4% 0, 96% 0, 100% 11%, 100% 89%, 96% 100%, 3% 100%, 0 88%, 0 12%);
    z-index: -1;
    transition: all 0.6s ease-in-out;
}

.site_button:hover::after {
    background-color: #FF352E;
}

.site_button:hover {
    color: #fff !important;
}

@media all and (min-width: 320px) and (max-width: 767px) {
    .site_button,
    .vp-pagination__style-default .vp-pagination__item a {
        line-height: 40px;
        font-size: 13px;
        width: 130px;
        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: 40px;
        font-size: 14px;
        width: 140px;
        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: 40px;
        font-size: 12px;
        width: 125px;
        height: 40px;
    }
    .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: 40px;
        font-size: 13px;
        width: 140px;
        height: 40px;
    }
}

@media all and (min-width: 1141px) and (max-width: 1280px) {
    .site_button,
    .vp-pagination__style-default .vp-pagination__item a {
        line-height: 45px;
        font-size: 14px;
        width: 150px;
        height: 45px;
    }
}

@media all and (min-width: 1281px) and (max-width: 1440px) {
    .site_button,
    .vp-pagination__style-default .vp-pagination__item a {
        line-height: 45px;
        font-size: 14px;
        width: 150px;
        height: 45px;
    }
}

@media all and (min-width: 1441px) and (max-width: 1680px) {
    .site_button,
    .vp-pagination__style-default .vp-pagination__item a {
        font-size: 15px;
        width: 161px;
        height: 46px;
    }
}

@media all and (min-width: 1681px) and (max-width: 1880px) {
    .site_button,
    .vp-pagination__style-default .vp-pagination__item a {
        font-size: 16px;
        width: 171px;
        height: 46px;
    }
}