@media (max-width: 500px) {
    .usage_select {
        padding: 0px !important;
    }

    .apply_txt {
        font-size: 18px;
    }

    .form_txt {
        font-size: 17px !important;
    }

    .apply_btn {
        margin-bottom: 20px;
    }
}

.apply_btn {
    background-color: #ffa500;
    border-color: #ffa500;
    border-radius: 0px;
    color: #fff;
}

.apply_btn:hover {
    background-color: #c98200 !important;
    border-color: #ffa500 !important;
    color: #fff;
}

.apply_btn {
    margin-bottom: 20px;
}

.hidden {
    display: none;

}
li.nav-item {
    border-left: 1px solid #055365;
    padding: 0 15px;
}

@-webkit-keyframes blinker {
    from {
        opacity: 1.0;
    }

    to {
        opacity: 0.0;
    }
}
@media (max-width: 360px) {.table-font {
    font-size: 10px;
}}

.blink {
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
}

#myBtnTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #494949;
    color: white;
    cursor: pointer;
    padding: 8px;
    border-radius: 25px;
}

#myBtnTop:hover {
    background-color: #555;
}

.client-popup {
    display: none;
    position: absolute;
    width: 25%;
    left: 85%;
    top: 70%;
    transform: translate(-45%, 5%);
    z-index: 9;
    background-color: #f5f7fa;
    color: black !important;
    border: 2px solid #d11149 !important;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation:portrait) {
    .client-popup {
        display: none !important;
        width: 100%;
        left: 40%;
        top: unset;
        bottom: 0;
    }
}