.site_button {
    display: inline-block;
    width: 160px;
    font-size: 16px;
    padding: 0;
    color: #000;
    margin: 0;
    line-height: 2.5;
    display: inline-block;
    text-align: center;
    position: relative;
    overflow: hidden;
    font-weight: normal;
    background: #fff;
    margin-right: 5px;
    cursor: pointer;
    font-weight: 400;
    transition: 1s !important;
    margin-bottom: 5px !important;
    border: 1px solid #1366AB;
    border-radius: 70px;
}
.site_button:hover{
    background: #EE691D;
    color: #fff;
}
.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: 16px;
    }
}

@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: 160px;
    }
}

@media all and (min-width: 1141px) and (max-width: 1280px) {
    .site_button {
        width: 160px;
    }

}

@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) {}