.site_button {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    color: #fff;
    font-family: var(--font_sora);
    font-weight: 600;
    font-size: 16px !important;
    line-height: normal;
    text-align: center;
    padding: 0px 20px;
    border: 1px solid transparent !important;
    border-radius: 60px !important;
    cursor: pointer !important;
    position: relative !important;
    transition: 0.5s !important;
}

.site_button:hover .bt_ic {
    transform: rotate(360deg);
}

.bt_ic{
	transition:0.5s;
}

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

.ydp_btn .btn_col_left .site_button {
    background: #BD262B;
}

.ydp_btn .btn_col_right .site_button {
    background: #140A24;
}

.bt_ic {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #BD262B;
    backdrop-filter: blur(64px);
    width: 38px;
    height: 38px;
    border-radius: 100px;
	animation: wiggle 2.5s linear infinite;
}

.bt_ic svg {
    width: 100%;
    height: 20px;
}

.head_btn .btn_col_left .site_button:hover,
.bnr_btn .btn_col_left .site_button:hover {
    background: #fff;
    color: #111;
	border:1px solid #fff !important;
}

.ydp_btn .btn_col_left .site_button:hover,
.amm_btn .btn_col_right .site_button:hover,
.fsf_btn .btn_col_left .site_button:hover,
.ctl_btn .btn_col_left .site_button:hover,
.cwt_btn .btn_col_left .site_button:hover,
.cotnact_main_from_inner .site_button:hover {
    background: #140A24;
    color: #fff;
	border:1px solid #fff !important;
}

.ydp_btn .btn_col_right .site_button:hover,
.amm_btn .btn_col_left .site_button:hover,
.ydp_btn .btn_col_right .site_button:hover,
.dr_btn .btn_col_right .site_button:hover,
.ctl_btn .btn_col_right .site_button:hover,
.ctl_btn .btn_col_right .site_button:hover {
    background: #BD262B;
	border:1px solid #fff !important;
}

.dr_btn .btn_col_left .site_button:hover,
.fsf_btn .btn_col_right .site_button:hover,
.cwt_btn .btn_col_right .site_button:hover {
    background: #ffffff24;
    backdrop-filter: blur(65px);
    border: 1px solid #fff !important;
    color: #fff;
}

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

    .site_button {
        height: 40px;
        font-size: 14px !important;
        padding: 0px 10px;
    }

    .bt_ic {
        width: 30px;
        height: 30px;
    }

    .bt_ic svg {
        height: 16px;
    }

}

@media all and (min-width: 768px) and (max-width: 980px) {

    .site_button {
        height: 40px;
        font-size: 14px !important;
        padding: 0px 10px;
    }

    .bt_ic {
        width: 30px;
        height: 30px;
    }

    .bt_ic svg {
        height: 16px;
    }

}

@media only screen and (min-width: 981px) and (max-width: 1140px) {

    .site_button {
        height: 45px;
        font-size: 15px !important;
        padding: 0px 15px;
    }

    .bt_ic {
        width: 33px;
        height: 33px;
    }

    .bt_ic svg {
        height: 18px;
    }

}

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

    .site_button {
        height: 45px;
        font-size: 15px !important;
        padding: 0px 15px;
    }

    .bt_ic {
        width: 33px;
        height: 33px;
    }

    .bt_ic svg {
        height: 18px;
    }

}

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

    .site_button {
        height: 45px;
        font-size: 15px !important;
        padding: 0px 15px;
    }

    .bt_ic {
        width: 35px;
        height: 35px;
    }

    .bt_ic svg {
        height: 18px;
    }

}