@font-face {
    font-family: GE_SS_Two_Medium;
    src: url("GE_SS_Two_Medium.otf") format("opentype");
}

@font-face {
    font-family: GE_SS_Two_Bold;
    font-weight: bold;
    src: url("GE_SS_Two_Bold.otf") format("opentype");
}

   
body{
    margin: 0;padding: 0;
    direction: rtl;
    text-align: right;
    font-family: GE_SS_Two_Medium;
    overflow-x: hidden;

}
.site-footer {
    background: whitesmoke;
    color: #333;
    padding: 30px 0;
    text-align: center;
    bottom:0;
    width:100%;

}

.site-footer a {
    color: #fff !important;
text-decoration:none;
}

.site-footer a:hover {
    color: #fff !important;
text-decoration:none;
}

.navbar-brand .logo{
    margin-top: 5px;
    height: 45px;
}
nav{
    z-index: 9999;
}
.navbar-light .navbar-nav .nav-link.nav-link-login{
    color: #fff;
    border-radius: 5px;
    background: #11998E;
    margin-right: 15px;
    font-size: 12px;
    margin-top: 2px;
    padding-left:  15px;
    padding-right:  15px;
}

/* homepage */
.first_section{
    min-height: 600px;
    background-color: #f5f5f5;
    padding: 0px 0px 100px 0px;
}
.first_section.bgimg4499{
    background-image: url(../images/welcomepage.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
}
.first_section .rightpart{
    padding-top: 130px;
    padding-right: 50px;
    padding-left: 30px;
}
.first_section .rightpart p{
    line-height: 1.6;
    font-size: 16px;
    font-weight: 400;
    color: #686868;
    max-width: 370px;
    text-align: justify;
}
.first_section .rightpart h3{
    color: #11998E;
    font-size: 3rem;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 21px;
}
.first_section .rightpart a.btn{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 30px;
    font-size: 14px;
    border: 1px solid transparent;
    background-color: #11998e;
    color: #fff;
    font-weight: bold;
}

.first_section .leftpart{
    text-align: center;
    padding-top: 150px;
}
.first_section .leftpart img{
    width: 200px;
}
.btn-site {
    color: #fff;
    background-color: #11998e;
    border-color: #11998e;
    margin-right: 0px;
    padding: 8px 12px;
    border-radius: 4px;
    margin: 10px 0;
}
.reg-form {
    padding: 20px 35px;
    background-color: #ebebeb;
    margin-top: -50px;
    border-radius: 5px;
}
.reg-form h3 {
    font-size: 22px !important;
    font-weight: 600;
    margin-bottom: 40px !important;
    margin-top: 14px !important;
    color: #11ac9b;
}
.btn-resend-sms{
    border: none;
    color: green;
    font-size: 13px;
    margin-top: 4px;
    background-color: #fff;
}
.btn-resend-sms:disabled{
    background-color: #eee;
}
.main-box{
    background-color: #fff;
    padding: 15px;
    margin-top: 35px;
    border-radius: 8px;
}
.main-n-title{
    font-size: 22px !important;
    font-weight: 600;
    margin-bottom: 40px !important;
    margin-top: 14px !important;
    color: #11ac9b;
}




.btn-site-border{
    border: 2px solid #fff;
    color: #fff;
    font-weight: bold;
    background: #327b4d;
    min-height: 50px;
    line-height: 31px;
    transition: 0.5s all ease-in-out;
}
.btn-site-border:hover{
    color: #327b4d;
    background: #fff;
}
.AssociationFrom{
    padding-top: 50px;
    padding-bottom: 50px;
    min-height: 82vh;
    background:linear-gradient(-60deg,#efedef,#fff);
}
.AssociationFrom .divbtns{
    border: 1px solid #eee;
    padding: 50px;
    background: linear-gradient(white,#e0e0e0);
    line-height: 40px;
}
.AssociationFrom > .container > h4{
    border: 1px solid #eee;
    padding: 30px;
    background: linear-gradient(-30deg,#41a26b,#61be6c);
    line-height: 40px;
    color: #fff;
    font-size: 20px;
}
.double-arrows{
    width: 10px;
    height: 10px;
}
.btn-site-secondary2{
    border: 2px solid #fff;
    color: #c3c3c3;
    font-weight: bold;
    background: #e6e6e6;
    min-height: 40px;
    line-height: 23px;
    transition: 0.5s all ease-in-out;
    margin: 10px 0;
}
.w-350{
    max-width: 350px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}
input[name="phone"] , input[name="identity"], input[name="bankIban"], .font-fm-inital{
    font-family: initial;;
} 
.bg-violet{
    background-color: #7952b3;
}
.btn-violet{
    background-color: #7952b3;
    color: #fff;
}
.card-violet{
    border-color: #7952b3;
}


@media (max-width: 700px) {
    .first_section{
        padding-bottom: 50px;
    }
    .first_section .rightpart{
        padding-right: 5px;
        padding-left: 5px;
        padding-top: 36px;
    }
    .first_section .rightpart h3 {
        color: #000;
        font-size: 30px;
        line-height: 41px;
        margin-bottom: 32px;
    }
    .navbar-light .navbar-nav .nav-link.nav-link-login{
        text-align: center;
        margin: 0;
        border-radius: 5px;
    }
    .reg-form{
        padding:  20px 15px;;
    }
    .first_section .leftpart {
        text-align: center;
        padding-top: 50px;
    }
    .first_section .leftpart img{
        max-width: 100%;
        margin-top: 25px;
        margin-bottom: 30px;
    }
    .first_section.bgimg4499 {
        background-image: url(../images/welcomepagemobile.png);
        background-size: cover;
        background-repeat: no-repeat;
        padding-top: 70px;
    }
    .card{
        margin-top: 25px;
    }
    

}