.White_Btn,
.White_Btn:active,
.White_Btn:focus {
    border-radius: 2px;
    color: #000 !important;
    border: 1px solid #20446E !important;
    font-size: 13px !important;
    padding: 7px 35px !important;
    font-weight: 400 !important;
    text-transform: uppercase;
    border: 1px solid #202020 !important;
    background: #1F2A44 0% 0% no-repeat padding-box;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #1F2A44;
}

.White_Btn:hover {
    background-color: #FFF;
    color: #000;
    border: 1px solid #fb8400;
    font-weight: 600;
}

@media (min-width:0px) and (max-width:768px) {

    .White_Btn,
    .White_Btn:active,
    .White_Btn:focus {
        font-size: 12px;
        padding: 5px 15px;
    }
}

@media (min-width:769px) and (max-width:991px) {}

@media (min-width:992px) and (max-width:1200px) {}