.site_btn .site_button{
	    background: #0c6e4b;
	    border: 2px solid silver;
}

.site_button {
    display: inline-block;
    width: 180px;
    font-size: 18px;
    padding: 0;
    color: #fff;
    margin: 0;
    line-height: 2.5;
    border-radius: 100px;
    text-align: center;
    position: relative;
    overflow: hidden;
    border: 2px solid silver;
    font-weight: normal;
    background: #0c6e4b;
    margin-right: 5px;
    cursor: pointer;
    font-weight: 700;
    transition: 1s !important;
}

.site_button:hover {
    background: #6d6e71;
    color: #fff !important;
    border: 2px solid #cceada !important;
}

.quote-btn .site_button:hover {
    background: #ED1C24 !important;
    color: #fff !important;
    border: 2px solid #cceada;
}

.home_banner_button .site_button {
    background: #fff;
    color: #000;
}

@media all and (min-width: 320px) and (max-width: 767px) {
    .site_button {
        width: 150px;
        font-size: 14px;
    }
}

@media all and (min-width: 481px) and (max-width: 767px) {}

@media all and (min-width: 768px) and (max-width: 980px) {
    .site_button {
        width: 150px;
        font-size: 16px;
    }
}

@media only screen and (min-width: 981px) and (max-width: 1024px) {
    .site_button {
        width: 150px;
        font-size: 16px;
    }
}

@media all and (min-width: 1025px) and (max-width: 1140px) {
    .site_button {
        width: 180px;
    }
}

@media all and (min-width: 1141px) and (max-width: 1280px) {
    .site_button {
        width: 180px;
    }
}

@media all and (min-width: 1281px) and (max-width: 1440px) {}

@media all and (min-width: 1441px) and (max-width: 1680px) {}

@media all and (min-width: 1681px) and (max-width: 1880px) {}

@media all and (min-width: 981px) and (max-width: 3000px) {}