.overlay-button .site_button{
	width:100px;
}
.color_bond_lft_btn_box,.left_side_btn,.new_pro_desc_btn_box {
    display: flex;
    align-items: center;
}
.site_button {
    width: 167px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    padding: 0;
    color: #000;
    margin: 0;
    background: transparent;
    text-align: center;
    position: relative;
    font-weight: normal;
    margin-right: 5px;
    cursor: pointer;
    height: 50px;
    font-weight: 400px;
    transition: 1s !important;
    border: 0.5px solid #000;
}

.site_button::after {
    content: '';
    position: absolute;
    top: -1px;
    left: auto;
    right: 10px;
    width: 10px;
    height: 1px;
    background: #fff;
}

.site_button::before {
    content: '';
    position: absolute;
    top: auto;
    right: auto;
    left: 10px;
    width: 10px;
    height: 1px;
    background: #fff;
    bottom: -1px;
}

.site_button:hover {
    background: #ed1b24 !important;
    color: #fff;
    border-color: #fff !important
}

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

@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: 160px;
        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: 167px;
    }
}

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