.site_button {
    width: 185px;
    font-size: 16px;
    padding: 0;
    color: #fff;
    margin: 0;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    overflow: hidden;
    font-weight: normal;
    background: #0140AA;
    border-radius: 100px;
    margin-right: 5px;
    cursor: pointer;
    font-weight: 400;
    transition: 1s !important;
}

.site_button::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: #F4D111;
    width: 0;
    height: 100%;
    bottom: 0;
    transition: 1s !important;
}

.site_button:hover .call_svg svg path {
    fill: #fff;
}

.site_button:hover .call_svg {
    background: #0140AA;
}

.site_button:hover span {
    color: #000;
}

.site_button span {
    z-index: 999;
}

.site_button:hover::after {
    width: 100% !important;
    transition: 1s !important;
}

.call_svg svg {
    -webkit-animation: ring 1s ease infinite;
    animation: ring 1s ease infinite;
    transform-origin-x: 50%;
    transform-origin-y: 0px;
    transform-origin-z: initial;
}

.call_svg {
    background: #F4D111;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.call_btn {
    justify-content: space-between;
}


/* new */
.site_tw_btn {
    display: flex;
    flex-wrap: wrap;
}

/* new end */
@media all and (min-width: 320px) and (max-width: 767px) {
    .site_button {
        width: 140px !important;
        font-size: 13px;
        height: 40px;
    }

    .call_btn {
        width: 150px !important;
    }

    .call_svg {
        width: 40px !important;
        height: 40px !important;
    }
}

@media all and (min-width: 481px) and (max-width: 767px) {}

@media all and (min-width: 768px) and (max-width: 980px) {
    .site_button {
        width: 140px !important;
        font-size: 14px;
        height: 40px;
    }

    .call_btn {
        width: 160px !important;
    }

    .call_svg {
        width: 40px !important;
        height: 40px !important;
    }
}

@media only screen and (min-width: 981px) and (max-width: 1024px) {
    .site_button {
        width: 140px !important;
        font-size: 14px;
        height: 40px;
    }

    .call_btn {
        width: 160px !important;
    }

    .call_svg {
        width: 40px !important;
        height: 40px !important;
    }
}

@media all and (min-width: 1025px) and (max-width: 1140px) {
    .site_button {
        width: 140px !important;
        font-size: 14px;
        height: 40px;
    }

    .call_btn {
        width: 160px !important;
    }

    .call_svg {
        width: 40px !important;
        height: 40px !important;
    }
}

@media all and (min-width: 1141px) and (max-width: 1280px) {
    .site_button {
        width: 150px;
        font-size: 14px;
    }

}

@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) {}