.container {
    max-width: 600px !important;
}

body {
    padding: 0;
    max-width: 600px !important;
    background-image: url('/imgs/bg_desktop.jpg');
    background-size: cover;
    position: relative;
    margin: auto;
    height: 100%;
    min-height: 100vh;
}

ul {
    list-style: none;
}

a, a:hover, a:active {
    text-decoration: none;

    color: inherit;
}
.green{
    color: #A4D957;
}
.bggreen{
    background-color:#A4D957;
    color: white;
}
.bg_grad{
    background: linear-gradient(182.22deg, #75E7A2 1.87%, #A4D957 98.13%);
    color: black;
}

.title_font{
    font-family: 'Kadwa', serif;
    margin: 15px;
}
.login_title{
    font-size: 2.5em;
}
.login_title-container{
    height: 300px;
    padding-top: 100px;
}
.tel_container{
    max-width: 250px;
    position: relative;
    margin: auto;

}

.tel_container i{
    color: #A4D957;
    position: absolute;
    bottom: 10px;
    left: 10px;


}
.tel_container .tel{
    border: none;
    border-width: 3px;
    color: #000000;
    border-color: #A4D957;
    padding-left: 50px;
    background-color: transparent;
    border-style: solid;
    font-family: 'Inter';
    border-radius: 0;

}
.tel_container .tel2{
    border: none;
    border-width: 3px;
    color: #ffffff;
    border-color: #A4D957;
    padding-left: 50px;
    background-color: transparent;
    border-style: solid;
    font-family: 'Inter';
    border-radius: 0;

}
.tel::placeholder{
    color: #ffffff;
}

.tel_btn{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 50px;
    width: 75%;
}
.menu_slider_wrapper{
    display: none;
}
#formhe{
    height: 250px;
    margin: auto;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    display: flex;
}
.footer{
    background-color: #9adc67;
    color: #000000;
    font-weight: bold;
    width: 100%;
    margin-left: -12px;
    /* padding: 0; */
    position: absolute;
    bottom: 0;
    overflow: hidden;
}

.nav-tabs .nav-link {
    background-color: transparent;
    color: #ffffff;
    border-color: #91ff00;
    border-width: 3px;
    font-weight: 700;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #ffbb16;
    color: #000000;
    border-color: #ffbb16;
    font-weight: 700;
}
.nav-tabs{
    border-bottom: none;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
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;
    -o-border-image: -o-linear-gradient(bottom left, #91ff00, #91ff00) 1;
    border-image: -webkit-gradient(linear, left bottom, right top, from(#91ff00), to(#91ff00)) 1;
    border-image: linear-gradient(to top right, #91ff00, #91ff00) 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;
}

/* Language - Selector */
.langSelector {
    position: relative;
    width: 100px;
}

.langSelector abbr {
    font: inherit;
    text-decoration: none;
}

.langSelectorHeader {
    color: #ffffff;
    cursor: pointer;
}

.langSelectorTitle {
    display: block;
    position: relative;
    padding: 9px 30px 10px 44px;
    height: 36px;
    font-weight: 400;
}

.langSelectorTitle .fa {
    display: block;
    position: absolute;
    right: 13px;
    top: 13px;
    font-size: 12px;
}

.langSelectorBody {
    display: none;
    position: absolute;
    overflow: hidden;
    left: 0;
    right: 0;
    top: 30px;
    background-color: #91ff00;
    transition: all 0.2s ease-in-out;
    z-index: 99;
}

.langSelectorHeader:hover + .langSelectorBody, .langSelectorHeader:focus + .langSelectorBody, .langSelectorBody:hover, .langSelectorBody:focus, .langSelectorBody:active {
    display: block;
}

.langSelectorListItem + .langSelectorListItem {
    border-top: 1px solid #ddd;
}

.langSelectorListName {
    display: block;
    position: relative;
    padding: 9px 30px 10px 44px;
    height: 36px;
    transition: all 0.2s ease-in-out;
    z-index: 99;
}

.langSelectorListName, .langSelectorListName:link, .langSelectorListName:visited {
    text-decoration: none;
    color: #000000;
}

.langSelectorListName:hover, .langSelectorListName:focus, .langSelectorListName:active, .langSelectorListName.active {
    background-color: #306e3e;
    color: #ffffff;
}

.langSelectorListNameFlag {
    display: inline-block;
    position: absolute;
    overflow: hidden;
    left: 10px;
    top: 10px;
    width: 24px;
    height: 16px;
    vertical-align: top;
}

.langSelectorListNameFlag img {
    display: block;
    position: absolute;
    left: 50%;
    max-height: 100%;
    transform: translateX(-50%);
}

.langSelectorListNameLabel {
    display: inline-block;
    vertical-align: top;
}
.langSelectorList{
    padding-left: 0;
}
.lngpos{
    position: absolute;
    right: 0;
    top: 60px;
}
.lngpos2{

}
.disclaimer{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-left: 0px;
    margin-bottom: 0px;
    background-color: #D9D9D952;
    padding: 10px;
    border-radius: 5px;
}
.btn_abon,.btn_abon:hover,.btn_abon:active,.btn_abon:focus{
    width: 244px;
    height: 57px;
    top: 441px;
    left: 77px;
    background: #8DC65D;

}
.btn-close{
    margin-right: 10px;
    margin-top: 5px;
}
.sabonner{
    border: 3px solid #8DC65D;
    background-color: #18181817;
    color: white;
    font-weight: 600;
    border-radius: 10px;
    margin-bottom: 7px;
    line-height: 35px;
}

.buttons{
    flex-direction: column;
}
@media screen and (max-width: 600px) {
    body {
        background-image: url('/imgs/bg1.jpg');
    }
    .buttons{
        flex-direction: column;
    }
    .sabonner{
        margin-bottom: 7px;
        line-height: 35px;
    }
    .lngpos2{
        margin-top: 9px;
    }
}