:root {
    --mainColor: #5FC1CF;
    --whiteColor: #FFFFFF;
    --black: #000000;
    --danger: #ef5350;
    --gray: #828282;
}

/* global */
html {
    height: 100%;
}

.bac-body {
    background: linear-gradient(163deg, rgba(255, 255, 255, 1) 6%, rgba(95, 193, 207, 0.40379901960784315) 91%);
    height: 100%;
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

* {
    font-family: 'Tajawal', sans-serif;
}

::-webkit-scrollbar {
    width: 15px;
    color: var(--danger);
}

.f-l {
    float: left;
}

.hide {
    display: none;
}

.text-right{
    text-align: right !important;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}












/* site */

.loader {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99999;
    background-color: #f1f2f3;
    text-align: center;
}

.loader img {
    display: inline;
    margin: 0;
    position: absolute;
    top: 50%;
    right: 45%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.MainNav {
    display: flex;
    justify-content: space-around;
    padding-top: 40px;
}

.MainNav .NavButton {
    outline: none;
    display: inline-block;
    border: none;
    color: var(--black);
    font-size: 24px;
    background: transparent;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
}

.MainNav .NavButton:hover {
    text-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    font-weight: bold;
}

.MainNav .NavActive {
    color: var(--mainColor) !important;
    font-weight: bold;
    text-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.logo img {
    width: 80px;
    height: 80px;
    margin-top: 10px;
}

.right_Home_content {
    padding: 0;
    margin: 0px;
    margin-top: 35%;
    text-align: center;
}

.right_Home_content .Head_content,
.Head_content {
    color: var(--mainColor);
    margin: 0;
    font-size: 45px;
    font-weight: 500;
}

.right_Home_content .content_Letter {
    color: var(--black);
    margin: 0;
    font-size: 20px;
    margin-top: 20px;
    line-height: 2;
}

.Link_Button1 {
    display: inline-block;
    background: var(--mainColor);
    color: var(--whiteColor);
    width: auto;
    padding: 5px 20px;
    font-size: 30px;
    text-decoration: none;
    margin-top: 20px;
    border: 1px solid var(--mainColor);
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
}

.Link_Button1:hover {
    background: transparent;
    color: var(--black);
}

.Content_q {
    margin: 0;
    margin-top: 20px;
    font-size: 15px;
    color: var(--black);
}

.Content_q .Login_link {
    color: var(--mainColor);
    text-decoration: none;
    transition: all ease-in-out .4s;
    -webkit-transition: all ease-in-out .4s;
    -moz-transition: all ease-in-out .4s;
    -ms-transition: all ease-in-out .4s;
    -o-transition: all ease-in-out .4s;
    text-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    font-weight: bold;
}

.Content_q .Login_link:hover {
    color: var(--black);
}

.left_Home_content {
    position: relative;
}

.left_Home_content img {
    position: absolute;
    left: -10px;
    width: 90%;
}

.right_about_content {
    position: relative;
}

.right_about_content img {
    position: absolute;
    right: -10px;
    width: 90%;
}

.left_about_content {
    position: relative;
}

.left_about_content img {
    position: absolute;
    left: -10px;
    width: 90%;
}

.about_Servis {
    padding: 0px 150px;
    position: relative;
}

.About_sec2 {
    margin-top: 400px;
    padding-bottom: 200px;
}

.about_Servis span {
    padding: 5px 15px;
    background-color: var(--whiteColor);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    color: var(--black);
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.Servis1 {
    top: -150px;
    right: 360px;
}

.Servis2 {
    top: -50px;
    right: 50px;
}

.Servis3 {
    bottom: -90px;
    right: 70px;
}

.Servis4 {
    bottom: -150px;
    right: 360px;
}

.Servis5 {
    bottom: -110px;
    left: -10px;
}

.Servis6 {
    bottom: 80px;
    left: -100px;
}

.Servis7 {
    top: -50px;
    left: -100px;
}

.scrolling {
    text-align: center;
}

.scrolling button {
    background: transparent;
    border: 2px solid var(--whiteColor);
    padding: 0;
    height: 40px;
    width: 40px;
    font-size: 20px;
    border-radius: 50%;
    line-height: 2.1;
    position: absolute;
    bottom: 60px;
    color: var(--black);
    text-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    -moz-animation: float 3s ease-out;
    -moz-animation-iteration-count: infinite;
    -o-animation: float 3s ease-out;
    -o-animation-iteration-count: infinite;
    -webkit-animation: float 3s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@keyframes float {
    0% {
        transform: translatey(0px);
    }

    50% {
        transform: translatey(-20px);
    }

    100% {
        transform: translatey(0px);
        -webkit-transform: translatey(0px);
        -moz-transform: translatey(0px);
        -ms-transform: translatey(0px);
        -o-transform: translatey(0px);
    }
}

.Featuers_content .featurs_head {
    margin-top: 90px;
}

.featurs_head {
    font-weight: bold;
    font-size: 25px;
}

.featurs_head img {
    width: 50px;
    padding-left: 10px;
    color: var(--black);
}

.features_description {
    display: inline-block;
    width: 60%;
    margin: 0;
    margin-top: 10px;
    font-size: 20px;
    color: var(--black);
}

#Features_Section {
    padding-bottom: 20px;
}

.communication_links {
    position: relative;
    width: 100%;
    height: 100%;
    margin-top: 60px;
}

.communication_bac {
    position: absolute;
    width: 100%;
    z-index: -1;
    right: 0;
}

.comuncatio_head {
    font-size: 64px;
    color: var(--whiteColor);
    font-weight: bold;
}

.comuncatio_content {
    font-size: 24px;
    color: var(--whiteColor);
    width: 60%;
    display: inline-block;
    margin-top: 10px;
}

.comuncatio_social {
    margin-top: 20px;
}

.comuncatio_social p {
    text-align: center;
    display: inline-block;
}

.comuncatio_social img {
    width: 40px;
    display: inline-block;
    margin: 0px 40px;
}

.comuncatio_social a {
    font-size: 13px;
    display: block;
    text-decoration: none;
    color: var(--whiteColor);
    transition: all ease-in-out .4s;
    -webkit-transition: all ease-in-out .4s;
    -moz-transition: all ease-in-out .4s;
    -ms-transition: all ease-in-out .4s;
    -o-transition: all ease-in-out .4s;
}

.comuncatio_social a:hover {
    color: var(--black);
    font-weight: bold;
}

.comuncatio_container {
    position: absolute;
    top: 200px;
    text-align: center;
}

.form_head {
    color: var(--black);
    font-size: 30px;
    font-weight: 900;
    margin-top: 150px;
    margin-bottom: 50px;
}

.form-group {
    margin-bottom: 50px;
}

.form-group input {
    background-color: var(--whiteColor);
    border: 1px solid #CBE5F0;
    outline: none;
    height: 40px;
}

.form-group input::placeholder {
    color: #ddd;
    opacity: 1;
    /* Firefox */
}

.form-group input::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: #ddd;
}

.form-control:focus {
    border-color: var(--mainColor);
    outline: 0;
    box-shadow: none;
}

.sub_but {
    margin-top: 50px;
    background: rgb(48, 126, 188);
    background: linear-gradient(180deg, rgba(48, 126, 188, 0.577468487394958) 3%, rgba(141, 219, 229, 0.3449754901960784) 91%);
    outline: none;
    color: var(--whiteColor);
    font-size: 24px;
    padding: 0px 10px;
    display: block;
    width: 100%;
    border: none;
    height: 40px;
    transition: all ease-in-out .4s;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-transition: all ease-in-out .4s;
    -moz-transition: all ease-in-out .4s;
    -ms-transition: all ease-in-out .4s;
    -o-transition: all ease-in-out .4s;
}

.sub_but:hover {
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    color: var(--black);
}

.footer {
    margin-top: 300px;
    padding: 50px 0px;
    background: rgb(95, 193, 207);
    background: linear-gradient(180deg, rgba(95, 193, 207, 0.1371323529411764) 0%, rgba(255, 255, 255, 0.7987570028011204) 100%);
}

.footer_logo {
    width: 150px;
    display: inline-block;
    margin-top: 80px;
}

.footer_head {
    color: var(--whiteColor);
    font-size: 30px;
    color: var(--mainColor);
    margin-top: 40px;
    font-weight: bold;
}

.footer_content {
    margin-top: 25px;
    color: var(--black);
    font-size: 25px;
}

.footer_content img {
    width: 30px;
}

.map {
    width: 90%;
    margin-top: 80px;
}

.vald_Number {
    display: flex;
    justify-content: center;
    direction: ltr;
}

.vald_Number label[class="text-danger"] {
    display: none !important;
}

.vald_Number .form-group {
    margin: 0 !important;
}

.vald_Number input {
    width: 50px;
    height: 50px;
    text-align: center;
    margin: 0px 5px;
}

.wrong_Code input ,
.wrong_Code .password_input:focus,
.wrong_Code .password_input2:focus,
.wrong_Code .input-group-text {
    border-color: var(--danger) !important;
}

.wrong_Code_massege {
    color: var(--danger);
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 0;
}
.Info_massege {
    color: var(--mainColor);
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 0;
}


.wizard-content .wizard>.steps>ul>li:after {
    left: 0px;
    right: initial;
}

.wizard-content .wizard>.steps>ul>li:before {
    right: 0px;
    left: initial;
}

.wizard-content .wizard>.steps .step {
    background-color: #DADADA;
    color: var(--whiteColor);
}

.wizard-content .wizard.wizard-circle>.steps .step {
    border: 3px solid #DADADA;
}

.wizard-content .wizard.wizard-circle>.steps>ul>li.current:after,
.wizard-content .wizard.wizard-circle>.steps>ul>li.current~li:after,
.wizard-content .wizard.wizard-circle>.steps>ul>li.current~li:before {
    background-color: #DADADA;
}

.wizard-content .wizard>.steps>ul>li.current .step {
    color: var(--whiteColor);
    background-color: var(--mainColor);
    border-color: var(--mainColor);
}

.wizard-content .wizard>.steps>ul>li.done .step {
    background-color: var(--mainColor);
    border-color: var(--mainColor);
    color: var(--whiteColor);
}

.wizard-content .wizard.wizard-circle>.steps>ul>li:after,
.wizard-content .wizard.wizard-circle>.steps>ul>li:before {
    background-color: var(--mainColor);
}

.wizard-content .wizard>.steps>ul>li.current>a {
    color: var(--black);
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
}

.wizard-content .wizard>.steps>ul>li.done a,
.wizard-content .wizard>.steps>ul>li.done a:focus,
.wizard-content .wizard>.steps>ul>li.done a:hover {
    color: var(--black);
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
}

.wizard-content .wizard>.steps>ul>li.disabled a,
.wizard-content .wizard>.steps>ul>li.disabled a:focus,
.wizard-content .wizard>.steps>ul>li.disabled a:hover {

    color: #DADADA;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
}

.wizard-content .wizard>.actions>ul>li>a[href="#previous"] {
    display: none;
}

.wizard-content .wizard>.actions>ul {
    float: none;
    text-align: center;
}

.wizard-content .wizard>.actions>ul>li {
    float: none;
    text-align: center;
    margin: 0;
}

.wizard-content .wizard>.actions>ul>li>a[href="#next"] {
    display: inline-block;
    margin-top: 30px;
    width: 70%;
    text-decoration: none;
    border: 1px solid var(--mainColor);
    background-color: var(--mainColor);
    font-size: 20px;
    font-weight: normal;
    transition: all ease-in-out .4s;
    -webkit-transition: all ease-in-out .4s;
    -moz-transition: all ease-in-out .4s;
    -ms-transition: all ease-in-out .4s;
    -o-transition: all ease-in-out .4s;
}

.wizard-content .wizard>.actions>ul>li>a[href="#next"]:hover {
    font-weight: bold;
    color: var(--black);
    background: transparent;
}


.wizard-content .wizard>.actions>ul>li>a[href="#finish"] {
    display: inline-block;
    margin-top: 30px;
    width: 70%;
    text-decoration: none;
    border: 1px solid var(--mainColor);
    background-color: var(--mainColor);
    font-size: 20px;
    font-weight: normal;
    transition: all ease-in-out .4s;
    -webkit-transition: all ease-in-out .4s;
    -moz-transition: all ease-in-out .4s;
    -ms-transition: all ease-in-out .4s;
    -o-transition: all ease-in-out .4s;
}

.wizard-content .wizard>.actions>ul>li>a[href="#finish"]:hover {
    font-weight: bold;
    color: var(--black);
    background: transparent;
}
.align_center_tall{
    margin-top: 12%;
 }

.praghraf_active{
    font-size: 25px;
    margin-top: 10px;
    font-weight: bold;
}
.praghraf_number{
    font-size: 18px;
    margin-top: 10px;
    font-weight: normal;
    color: var(--gray);
}
.wizard-content .wizard{
    position: relative;
    overflow: visible;
}
.wizard-content .wizard>.steps{
    position: absolute;
    display: block;
    width: 100%;
    bottom: -120px;
    z-index: 99999999999999;
}
/* .wizard-content .wizard>.content{
    top: -120px;
}
.wizard-content .wizard>.steps{
    bottom: -310px;
}
.wizard-content .wizard>.actions{
    bottom: 114px;
} */
.Resend{

    color: var(--black);
    font-size: 18px;
    font-weight: bold;
}
.Resend a{
    text-decoration: none;
    font-weight: 500;
    font-weight: 15px;
    color: var(--mainColor);
    transition: all ease-in-out .4s;
    -webkit-transition: all ease-in-out .4s;
    -moz-transition: all ease-in-out .4s;
    -ms-transition: all ease-in-out .4s;
    -o-transition: all ease-in-out .4s;
}
.Resend a:hover{
    text-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;;
}
.timer{
    color: var(--gray) ;
}
.form-group label,
.input-group label{
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
}
.Ceart_account .form-group,
.Ceart_account .form-group .input-group{
    margin-bottom: 10px;
}
.toggle-password,
.toggle-password2 {
    cursor: pointer;
}
.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating){
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left: 0;
    background-color: transparent;
}
.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: calc(var(--bs-border-width)* -1);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-right: 0;
    background: transparent;
}
.toggle-password,
.toggle-password2{
    color: var(--gray);
}
.password_input:focus,
.password_input2:focus {
    border-color: #CBE5F0 !important;
    outline: 0;
    box-shadow: none;
}
.cursoll{
    position: relative;
    width: 100%;
    text-align: center;
    background-image: url(../image/active-bac.svg);
    height: 100%;
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    border-radius: 20px;
    margin-top: 50px;
    padding: 15px;
}
.owl-carousel{
    width: 80%;
    display: inline-block !important;
    background: transparent;
    margin-top: 15px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background: var(--whiteColor);
}
.owl-theme .owl-dots .owl-dot span{
    background: #008093;
}
.owl-theme .owl-nav{
    margin: 0;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
    color: var(--whiteColor);
    font-size: 17px !important;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: var(--black);
    text-decoration: none;
}
.cursoll_comment{
    color: var(--whiteColor);
    font-size: 25px;
    font-weight: bold;
    margin: 0;
    margin-top: 15px;
    margin-bottom: 35px;
}
.owl-nav{
    position: relative;
    display: none;
}
/* .owl-prev{
    position: absolute;
    bottom: -36px;
    right: 40%;
}
.owl-next{
    position: absolute;
    bottom: -36px;
    left: 40%;
} */

.Login_head{
    font-size: 30px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 40px;
    color: var(--black);
}
.login_tab{
    width: 80%;
    display: flex;
    justify-content: space-around;
    padding: 11px 0px;
    border-bottom: 1px solid #ddd ;
    margin: 5px auto;
    position: relative;

}
.Tab_Buton{
    background: transparent;
    border: none;
    outline: none;
    color: var(--black);
    font-size: 25px;
    font-weight: bold;
}
.tab_Active1{
    color: var(--mainColor);
}
.tab_Active1::after{
    content: "";
    width: 40%;
    height: 4px;
    background-color: var(--mainColor);
    position: absolute;
    right: 0px;
    bottom: -0px;
}
.tab_Active2{
    color: var(--mainColor);
}
.tab_Active2::after{
    content: "";
    width: 40%;
    height: 4px;
    background-color: var(--mainColor);
    position: absolute;
    left: 0px;
    bottom: -0px;
}
.Submit_but{
    color: var(--whiteColor);
    border: 1px solid var(--mainColor);
    background-color: var(--mainColor);
    outline: none;
    font-weight: 24px;
    font-weight: bold;
    width: 100%;
    padding: 10px 15px;
    border-radius: 4px;
    display: block;
    text-decoration: none;
    transition: all ease-in-out .4s;
    -webkit-transition: all ease-in-out .4s;
    -moz-transition: all ease-in-out .4s;
    -ms-transition: all ease-in-out .4s;
    -o-transition: all ease-in-out .4s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.Submit_but:hover{
    background-color: transparent;
    color: var(--black);
}
.login_photo{
    text-align: center;
    padding: 30px;
}
.login_photo img{
    display: inline-block;
    width: 80%;
}
.new_passord_container{
    width: 50%;
    margin: 5px auto;
    display: inline-block;
    margin-top: 12%;
}