@font-face {
    font-family: "mdid";
    src: url(/portals/_default/skins/mdid/font/Manrope-Medium.ttf);
}


.pageTitle, .homecenter h2 , .appC2 {
    direction: ltr;
}
.rb {
    direction: ltr;
    border-left: 1px dashed #adadad
}

 p,  ol, h1, h2, h3, a, a p, .contentStyle p, .contentStyle {
    direction: ltr;
}
.pageTitle .fa {
    padding-right: 5px;
}




.titleFaq { /* for how can i request app*/
    background-color: #e5e5e5;
    width: 100%;
    padding: 5px;
    padding-left: 10px;
    border-left: 5px solid #00a1e4;
    direction: ltr;
    margin-bottom: 5px;
}

.incrementalText h1 {
    font-size: 11pt !important;
}

.contactContainer {
    display: table;
    border-spacing: 10px;
    width:100%;
}

.contactRight {
    direction: ltr;
    width: 30%;
    display: table-cell;
    background-color: #ffffff;
    border-radius: 10px;
    border: 1px solid #c1c1c1;
    vertical-align: top;

}

.contactLeft {
    direction: ltr;
    background-color: #ffffff;
    display: table-cell;
    width: 70%;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #c1c1c1;
    vertical-align: top;

}

@media all and (max-width: 500px) {
    .contactRight, .contactLeft {
        display: block;
        width: auto;
margin-top: 10px;
    }
    .contactLeft {
      width: auto;
    }
}






/*============================================= english form label ==========================================*/
.field {
    padding-bottom: 10px; /* space between textbox*/
    margin-right: 10px;
    margin-left: 10px;
    display: flex;
    flex-direction: column-reverse;
    direction: ltr; /*------------------------- Language */
}

    .field span {
        padding-left: 5px;
        padding-right: 5px;
        transition: all 0.2s ease-in;
        pointer-events: none;
        font-weight: bold;
    }

.textover span {
    transform: translate(5px,42px); /* label over textbox position*/
    text-align: left; /*------------------------- Language */
}

.textupper span {
    transform: translate(-5px,0px); /* label over dropdown position*/
    text-align: left; /*------------------------- Language */
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width:0\0),\0screen\,screen\9, screen\9 {
    .textover span {
        transform: translate(-5px,4px); /* label position in IE always in top*/
        padding-top: 15px;
    }
}

.field input:focus + span, .field textarea:focus + span {
    color: #00b9ff; /* label color when focus */
}
/* Move up label when typing or when textbox has value*/
.field input:not(:placeholder-shown) + span,
.field input:focus + span {
    transform: translate(-5px, 0px) scale(1);
    cursor: pointer;
}
/* Placeholder color */
::-webkit-input-placeholder {
    color: transparent !important;
    transition: inherit;
}

:-moz-placeholder {
    color: transparent !important;
    transition: inherit;
}

::-moz-placeholder {
    color: transparent !important;
    transition: inherit;
}

:-ms-input-placeholder {
    color: #cccccc !important;
    transition: inherit;
}

input:focus::-webkit-input-placeholder {
    color: #cccccc !important;
}

input:focus:-moz-placeholder {
    color: #cccccc !important;
}

input:focus::-moz-placeholder {
    color: #cccccc !important;
}

textarea::-webkit-input-placeholder {
    color: #cccccc !important;
}

textarea:-moz-placeholder {
    color: #cccccc !important;
}

textarea::-moz-placeholder {
    color: #cccccc !important;
}

textarea:-ms-input-placeholder {
    color: #cccccc !important;
}


