body {
    background-color: #0a0a0a;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.top {
    height: 70px;
    width: 100%;
}

.top_green {
    background-color: #047943;

    height: 20px;
}

.top_orange {
    background-color: #FF7900;
    height: 30px;
}

.top_bar {
    background-color: #000000;
    height: 20px;
    background-image: url("/img/barh.png");
    background-repeat: repeat;
}

.barh {
    width: 100%;
}

.bottom {
    height: 100px;
    width: 100%;
    padding-top: 24px;
}

.bottom_orange {
    height: 64px;
    background-color: #FF7900;
    font-size: 10px;
    line-height: 0px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #ffffff;
}

.bottom_green {
    background-color: #047943;
    height: 30px;
}

.container_wrapper {
    width: 100%;
    height: calc(100vh - 340px);
    padding-top: 16px;
}

.logo_container {
    width: 100%;
    display: flex;
    align-items: center;
    height: 40px;
    flex-direction: column;
}

.kick {
    width: 300px;
    height: 170px;
    position: relative;
}

.kick img {
    width: 270px;
    height: 270px;
    position: absolute;
    bottom: 0;
}

.btntab {
    border: 3px solid #FF7900;
    color: white;
}

.btntab2 {
    border: 3px solid #00B359;
    color: white;
}

input[type=radio] {
    /* border: 34px solid #ec661b; */
    padding: 12px;
    -webkit-appearance: none;
    margin: 2px;
    background-color: #454e4e;
    /* border-image-source: linear-gradient(to left, #743ad5, #d53a9d); */
    border-width: 3px;
    border-style: solid;
    border-image: linear-gradient(to top right, #FF7900, #FF7900) 1;

}

input[type=radio]:checked {
    background: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///////yH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==) no-repeat center center;
    background-size: 9px 9px;
}

input[type=radio]:focus {
    outline-color: transparent;
}

::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #FF7900;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #FF7900;
    opacity: 1;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #FF7900;
    opacity: 1;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #FF7900;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #FF7900;
}

::placeholder {
    /* Most modern browsers support this now. */
    color: #FF7900;
}

.btn-orange {
    background-color: #FF7900;
    color: white;
    width: 60%;
    margin: auto;
    margin-top: 10px;
    border-radius: 15px;
    text-align: center;
}

.nav-tabs .nav-link {
    border: 3px solid #FF7900;
    color: #ffffff;
    border-radius: 10px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #0ba14a;
    border-color: #00B359;
}

.nav-tabs {
    display: flex;
    justify-content: space-around;
    margin-top: 86px;
    border: none;
    padding-bottom: 28px;

}

@media screen and (min-width: 970px) {

    .tel_input,
    .tel_input:focus,
    .tel_input:hover,
    .tel_input:focus {
        border: 3px solid #FF7900;
        color: #ffffff;
        background-color: #000000;
        border-radius: 10px;
        padding-left: 35px;
    }

    .btn-orange {
        width: 150px;
    }

    .size_in {
        width: 250px;
        margin: auto;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .container_wrapper {
        max-width: 600px;
        margin: auto;
        text-align: center;
    }
}

@media screen and (max-width: 969px) {

    .tel_input,
    .tel_input:focus,
    .tel_input:hover,
    .tel_input:focus {
        border: 3px solid #FF7900;
        color: #ffffff;
        background-color: #000000;
        border-radius: 10px;
        padding-left: 35px;
    }
}

@media screen and (max-width: 600px) {
    .kick img {
        width: 228px;
        height: 213px;
        position: absolute;
        bottom: 0;
        bottom: -32px;
        z-index: -9;
    }

    .kick {
        width: 106px;
        height: 170px;
        position: relative;

    }
}

.phoneicon {
    position: absolute;
    font-size: 15px;
    color: #ff8f1f;
    top: 10px;
    width: 20px;
    height: 20px;
    left: 10px;
}

input::placeholder
{
    text-align: center;
}