.site_button {
    width: 175px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    padding: 0;
    color: #fff;
    margin: 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    font-weight: normal;
    background: #5C5F62;
    margin-right: 5px;
    border: 1px solid #ffffff;
    cursor: pointer;
    font-weight: 400;
    transition: 1s !important;
    justify-content: space-between;
	padding:0px 10px !important;
}

.site_button span {
    display: flex;
    align-items: center;
}

.site_button:hover {
    background: #000;
}

.site_button:hover .svg_btn {
    transform: rotate(360deg);
    transition: 1s !important;
    border: 1px solid #fff;
}

.svg_btn {
    transform: rotate(0deg);
    background: #699DCC;
    width: 41px;
    transition: 1s !important;
    height: 41px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
span.svg_btn {
    margin-left: 0 !important;
}


@media all and (min-width: 320px) and (max-width: 767px) {
    .site_button {
        font-size: 15px;
        height: 45px;
        width: 160px;

    }


    .svg_btn {
        width: 34px;
        height: 34px;
    }
}

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

@media all and (min-width: 768px) and (max-width: 980px) {
    .site_button {
        font-size: 15px;
        height: 45px;
        width: 160px;

    }

    .svg_btn {
        width: 38px;
        height: 38px;
    }
}

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

    .svg_btn {
        width: 38px;
        height: 38px;
    }
}

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

    .svg_btn {
        width: 38px;
        height: 38px;
    }
}

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

    .svg_btn {
        width: 38px;
        height: 38px;
    }

}

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

    .svg_btn {
        width: 38px;
        height: 38px;
    }
}

@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) {}