/*--- alertify ----*/
.alertify {
    direction: rtl;
}

.alertify .ajs-commands {
    right: unset !important;
    left: 4px;
}
.ajs-buttons {
    display: flex;
    flex-direction: row-reverse;
}
/*--- alertify ----*/

.slider_content > h2 {
    font-size: 10%;
}


.max-height-910 {
    max-height: 910px !important;
}

.min-height-910 {
    min-height: 910px !important;
}

.min-height-411 {
    min-height: 411px !important;
}


.intro-feature-icon {
    color: #43a5a6;
    font-size: 50px;
}

.register-gurantee {
    margin-top: 35px;
    padding-top: 35px;
    border-top: 1px dashed rgba(255, 255, 255, 0.1);
}

.mt-7 {
    margin-top: 7% !important;
}

.text-justify {
    text-align: justify;
}

.lh-1-9-em > * {
    line-height: 1.9em;
}

.txtLeft {
    text-align: left;
    direction: ltr;
}

.list-style-type-none {
    list-style-type:none;
}

.ajs-modal {
    z-index: 9999999999 !important;
}
.slider-empty-text-1 {
    font-size: 18px;
    padding: 10px 30px;
    line-height: 32px;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 25px;
    border-radius: 0px 20px;
    color: #fff;
    opacity: 0;
    transition: 0.9s ease-in-out;
    -moz-transition: 0.9s ease-in-out;
    -o-transition: 0.9s ease-in-out;
    -ms-transition: 0.9s ease-in-out;
}

.slider-empty-text-2 {
    display: inline-block;
    padding: 0px 25px;
    color: #fff;
    line-height: 56px;
    min-height: 56px;
    min-width: 160px;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.carousel-control-prev, .carousel-control-next {
    position: absolute !important;
    display: unset !important;
    background: unset !important;
    min-width: 0px !important;
    min-height: 0px !important;
    font-size: 0px !important;
    line-height: 0px !important;
    padding: 0px !important;
    border-radius: 0px !important;
    border: 0px !important;

}