/* reset -------------------------- */

html,

/* body, */

ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
dfn,
del,
p,
blockquote,
fieldset,
input,
textarea,
select,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,

/* section,
button,
canvas,
video {
    margin: 0;
    padding: 0;
} */

p {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
address,
caption,
cite,
code,
th,
dfn,
del {
    font-weight: normal;
    font-style: normal;
}

ul,
ol {
    list-style: none;
}

fieldset,
img {
    border: none;
}

caption,
th {
    text-align: left;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
button {
    cursor: pointer;
    line-height: normal;
}

button,
input {
    line-height: normal;
}

input[type="hidden"],
[hidden],
.hidden {
    display: none;
}

textarea {
    overflow: auto;
    resize: none;
}

.login {
    font: normal normal normal 18px/27px Poppins;
    text-align: center;
    /* height: 38px; */
    vertical-align: middle;
    line-height: 36px;
    font-weight: bold;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,

/* section,
.clearfix {
    display: block;
} */

audio,
canvas,
video {
    display: inline-block;
}

strong,
b {
    font-weight: bold;
}

em,
i {
    font-style: italic;
}

del {
    text-decoration: line-through;
}

:focus {
    outline: none;
}


/* tools -------------------------- */

.clear {
    clear: both;
    display: block;
    line-height: 0;
    height: 0;
    font-size: 0;
}

.clearfix:after,
.wrap:after,
aside:after,

/* section:after,
article:after,
.text:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    font-size: 0;
} */

.align-left {
    float: left !important;
}

.align-right {
    float: right !important;
}

.overflow-hidden {
    overflow: hidden;
    display: block;
}


/* common -------------------------- */

html {
    height: 100%;
    background: #ffffff;
    position: inherit;
    width: 100%;
    overflow-x: hidden;
}

body {
    margin: 0px 0px;
    height: 100%;
    /* max-width: 1000px; */
    width: 100%;
    /* font: 17px/26px  "poppins",sans-serif; */
    color: #6a6a6a;
    -webkit-font-smoothing: antialiased;
    -webkit-backface-visibility: hidden;
}

.webportal-ar {
    font: 20px/26px "Cairo", sans-serif;
}

.webportal-en {
    /* font:18px/26px   'poppins', sans-serif; */
    font: 20px/26px "poppins", sans-serif;
}

.webportal-en .btnclass {
    font: 22px/36px "poppins", sans-serif;
    font-weight: 500;
}

.webportal-en .btn-start {
    font: 22px/36px "poppins", sans-serif;
    font-weight: 500;
}

.webportal-en .login {
    font: 18px/26px "poppins", sans-serif;
}

.webportal-ar .btnclass {
    font: 22px/36px "Cairo", sans-serif;
    font-weight: 500;
}

.webportal-ar .btn-start {
    font: 22px/35px "Cairo", sans-serif;
    font-weight: 500;
}

.webportal-ar .login {
    font: normal normal normal 18px/27px "Cairo", sans-serif;
}

.header-font {
    letter-spacing: 0.8px;
    font-weight: 500;
    text-align: center;
    opacity: 1;
    color: #000000;
}

.main {
    min-height: 100%;
    overflow: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 100%;
}

.wrap {
    margin: 0 auto;
    /* max-width: 940px; */
    /* padding: 0 30px; */
}

a {
    color: #26a6d1;
    cursor: pointer;
    -moz-transition: color 0.15s linear;
    -o-transition: color 0.15s linear;
    -webkit-transition: color 0.15s linear;
    transition: color 0.15s linear;
}

a:hover {
    color: #1e85a7;
}

.error {
    color: #ff0000 !important;
    border-color: #ff0000 !important;
}

.success {
    color: #02a50d !important;
    border-color: #02a50d !important;
}

.disabled {
    color: #999999 !important;
    border-color: #999999 !important;
    cursor: default !important;
}

.social li a,
.ico-help,
.ico-like,
.ico-present,
.istore a:after {
    background: url(images/sprite.png) no-repeat 0 0;
}


/* h1 {
    text-align: center;
    color: black;
    font-weight: bold;
} */

h2,
h3,
h4,
h5,
h6 {
    color: #324d5b;
}

h1,
h2,
h3 {
    font-size: 40px;
    line-height: 40px;
    margin: 0 0 22px;
}

.Grid img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/* img {
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
} */


/* header -------------------------- */

header {
    padding: 20px 0;
}

header .logo {
    /* float: left;
     */
    margin-left: 38px;
}

header .logo a {
    display: inline-block;
}

.social {
    float: right;
    padding: 2px 0;
}

.social li {
    float: left;
    margin: 0 0 0 22px;
}

.social li a {
    display: block;
    width: 48px;
    height: 48px;
    text-indent: -9999px;
    background-color: #3b5998;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}

.social li a.social-facebook {
    background-position: 0 0;
}

.social li a.social-facebook:hover {
    background-color: #4f6aa3;
}

.social li a.social-facebook:active {
    background-color: #355089;
}

.social li a.social-twitter {
    background-position: -50px 0;
    background-color: #55acee;
}

.social li a.social-twitter:hover {
    background-color: #66b4f0;
}

.social li a.social-twitter:active {
    background-color: #4c9ad6;
}

.social li a.social-googleplus {
    background-position: -100px 0;
    background-color: #dd4b39;
}

.social li a.social-googleplus:hover {
    background-color: #e05d4d;
}

.social li a.social-googleplus:active {
    background-color: #c64333;
}


/* footer -------------------------- */

footer {
    padding: 16px 0;
}

footer .logo {
    float: left;
    margin: 0 95px 0 0;
}

footer .logo img {
    display: block;
}

.istore {
    float: left;
    position: relative;
    line-height: 36px;
    text-align: center;
    margin: 8px 62px 8px 0;
}

.istore a {
    position: relative;
    display: inline-block;
    line-height: 36px;
    font-size: 14px;
    padding: 0 0 0 47px;
}

.istore a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: #26a6d1;
    background-position: -150px 0;
    width: 36px;
    height: 36px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: background-color 0.15s linear;
    -o-transition: background-color 0.15s linear;
    -webkit-transition: background-color 0.15s linear;
    transition: background-color 0.15s linear;
}

.istore:hover:after {
    background-color: #1e85a7;
}

.copy {
    float: left;
    font-size: 14px;
    line-height: 36px;
    margin: 8px 0;
}

.copy a {
    color: #3db39e;
    font-weight: bold;
}

.copy a:hover {
    color: #318f7e;
}


/* sidebar -------------------------- */


/* .sidebar {} */


/* content -------------------------- */

.simple {
    /* text-align: center;
    padding: 107px 0 95px; */
    display: flex;
    flex-direction: row;
    /* height: calc(100% - 300px); */
    height: 212px;
    align-items: center;
}

.simple1 {
    /* text-align: center;
    padding: 107px 0 95px; */
    display: flex;
    flex-direction: row;
    /* height: calc(100% - 300px); */
    height: 100px;
    align-items: center;
}

.simple p {
    margin: 0 60px 16px;
}

.promo {
    background: #3db39e;
    color: #ffffff;
}

.promo .wrap {
    position: relative;
    min-height: 634px;
}

.promo-text {
    width: 460px;
    height: 634px;
    display: table-cell;
    vertical-align: middle;
    font-size: 18px;
    line-height: 30px;
}

.promo-text p {
    padding: 35px 0 0;
}

.promo .wrap img {
    position: absolute;
    bottom: 0;
    right: 18px;
}

.promo-title {
    font-size: 55px;
    line-height: 60px;
    font-weight: bold;
}

.promo-button {
    display: inline-block;
    white-space: nowrap;
    height: 52px;
    line-height: 52px;
    font-weight: bold;
    font-size: 20px;
    text-decoration: none;
    padding: 0 30px;
    background: #ffffff;
    text-transform: uppercase;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.promo-button:hover {
    background-color: #e2f9f5;
    color: #26a5d1;
}

.promo-button:active {
    color: #188bb2;
    background-color: #e2f9f5;
    -moz-box-shadow: inset 0 2px 0 rgba(0, 0, 1, 0.1);
    -webkit-box-shadow: inset 0 2px 0 rgba(0, 0, 1, 0.1);
    box-shadow: inset 0 2px 0 rgba(0, 0, 1, 0.1);
}

.promo-link {
    color: #ffffff;
    font-size: 20px;
    line-height: 52px;
    font-weight: bold;
    margin: 0 0 0 35px;
    text-transform: uppercase;
    white-space: nowrap;
}

.promo-link:hover {
    color: #c9f9f0;
}

.features {
    display: flex;
    place-content: center;
    background-color: #f6f6f6;
    margin: 2em;
    border: 1px solid #f6f6f6;
    border-radius: 75px;
    padding: 5em;
    /* padding: 100px;
}

.features-columns {
  /* margin: 0 -25px; */
    align-items: center;
    display: flex;
    flex-direction: row;
    /* height: calc(100% - 500px); */
    /* height: 600px; */
}


/* .feature {
    float: left;
    width: 33.33%;
    text-align: center;
    font-size: 18px;
    line-height: 21px;
    padding: 0 40px;
    margin: 50px 0 50px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
} */


/* .Grid h4 {
    font-size: 18px;
    line-height: 20px;
    text-transform: initial;
    color: black;
    font-weight: bold;
    position: relative;
    margin: 0 0 42px;
    text-align: -webkit-center;
    font: 17px/26px "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #6a6a6a;
} */


/* .feature h4:after {
    position: absolute;
    bottom: -22px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 22px;
    height: 2px;
    background-color: #cbcfd1;
    content: "";
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.feature:hover h4:after {
    background-color: #3db39e;
} */

.ico-help,
.ico-like,
.ico-present {
    width: 64px;
    height: 64px;
    margin: 0 auto 42px;
    background-position: 0 -50px;
}

.ico-like {
    background-position: -100px -50px;
}

.ico-present {
    background-position: -200px -50px;
}

.tabsblock {
    background: #f6f6f6;
}

.tabsblock .wrap {
    position: relative;
    min-height: 565px;
}

.tabsblock .wrap img {
    position: absolute;
    left: 22px;
    bottom: 0;
}

.tab {
    padding-left: 540px;
    width: 400px;
    display: table-cell;
    height: 565px;
    vertical-align: middle;
}

.tabs {
    padding: 0 0 23px;
}

.tabs li {
    width: 12px;
    height: 12px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    float: left;
    background-color: #cbcfd1;
    margin: 0 13px 13px 0;
    -moz-transition: background-color 0.15s linear;
    -o-transition: background-color 0.15s linear;
    -webkit-transition: background-color 0.15s linear;
    transition: background-color 0.15s linear;
    cursor: pointer;
}

.tabs li:hover {
    background-color: #8cc6bc;
}

.tab li.active {
    cursor: default;
    background-color: #3db39e;
}

.box {
    display: none;
}

.box.visible {
    display: block;
}

.subscribe {
    background: rgb(73, 98, 195);
    text-align: center;
    color: #ffffff;
    text-align: center;
    /* padding: 107px 0 113px; */
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    height: 350px;
    /* padding-left: 16%; */
}

.subscribe p {
    word-break: break-word;
    width: 400px;
    text-align: center;
    margin-bottom: 26px;
    font-weight: 400;
    font-size: 18px;
}

.btnclass {
    color: #4886fa;
    background-color: white;
    border: 2px solid white;
    flex-direction: column;
    align-items: start;
    padding: 0px;
    height: 54px;
    width: 218px;
}

.btnclass span,
.btn-start span {
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 54px;
    display: block;
}

.btnclass:hover {
    color: white;
    background-color: #3a62be;
    border: 2px solid #ffffff;
}

.btnclass:hover>a {
    text-decoration: none;
    color: #4886fa;
    background-color: white;
}

.btnclass>a:hover {
    text-decoration: none;
    color: white;
    background-color: #3a62be;
}

.btnclass>span>svg {
    background-color: transparent;
    fill: #4886fa;
}

.btnclass:hover>span>svg {
    fill: white;
}

.subscribe-titleCls {
    display: flex;
    flex-direction: column;
}

.subscribe-title {
    /* font-size: 34px;
     line-height: 40px; */
    margin: 0 0 30px;
    font-weight: 600;
    text-align: center;
    /* font: normal normal medium 40px/60px Poppins; */
    font-size: 40px;
    letter-spacing: 0.8px;
    color: #ffffff;
}

.subscribe-form {
    display: inline-block;
    margin: 0 0 30px;
}

.subscribe-email {
    float: left;
    border: 0;
    width: 399px;
    height: 52px;
    font-size: 18px;
    line-height: 22px;
    padding: 15px;
    background: #ffffff;
    margin: 0 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.subscribe-button {
    float: left;
    border: 0;
    width: 160px;
    height: 52px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #26a6d1;
    background: #ffffff;
    text-transform: uppercase;
    margin: 0 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.subscribe-note {
    clear: both;
}


/* Responsive -------------------------- */

@media (min-width: 2560px) {
    /* .ourClts{
        width: 100% !important;
    } */
    .footer-icon-align {
        text-align: right;
    }
    .grid-container {
        text-align: center;
        flex-direction: column !important;
    }
}

@media (max-width: 1024px) {
    /**** GetStarted *******/
    .ourClts {
        width: 100% !important;
    }
    .font-getstarted {
        font-size: 32px !important;
    }
    .grid-container {
        text-align: center;
        flex-direction: column !important;
    }
    /**** GetStarted *******/
    .footerCls {
        min-width: 70% !important;
    }
}

.headsocial {
    margin: 14px;
    display: flex;
    /* place-content: space-between; */
    width: 50%;
    place-content: end;
    align-items: center;
}

@media (max-width: 959px) {
    .footer-icon-link {
        flex-direction: row !important;
    }
    .footerCls {
        flex-direction: column !important;
    }
    header .logo {
        /* float: left;
         */
        margin-left: opx !important;
    }
    .grid-container {
        text-align: center;
        flex-direction: column !important;
    }
    .headsocial {
        margin: 0px !important;
    }
    .features-columns {
        flex-direction: column !important;
    }
    .promo .wrap {
        min-height: 0;
    }
    .headsocial {
        flex-direction: column !important;
        /* height: 180px !important; */
    }
    .headCls {
        /* flex-direction: column !important;
    height: 250px !important; */
        display: flex;
        padding: 10px;
    }
    .btn {
        margin-top: 30px !important;
    }
    .headsocial select button {
        margin: 10px !important;
    }
    .subscribe {
        display: flex !important;
        flex-direction: column !important;
        height: 675px !important;
        /* padding-right: 50px !important; */
        width: 100% !important;
        padding: 50px 0 50px;
    }
    .ourClts,
    .ourApp {
        /* flex-direction: column !important; */
        /* margin-left: 14% !important; */
        /* width: 34%; */
    }
    .appleStore {
        height: 78px !important;
    }
    .googlePlay {
        height: 114px !important;
    }
    .windowsStore {
        height: 86px !important;
    }
    .huwaiStore {
        height: 100px !important;
    }
    .macStore {
        height: 72px !important;
    }
    .clientClass1 {
        height: 100% !important;
        /* margin-top: 10%; */
    }
    .subscribe p {
        width: 300px !important;
    }
    .promo .wrap img {
        position: relative;
        right: auto;
        bottom: auto;
        display: block;
        margin: 0 auto;
    }
    .promo-text {
        text-align: center;
        display: block;
        height: auto;
        width: auto;
        padding: 65px 0 48px;
    }
    .promo-title {
        font-size: 40px;
        line-height: 50px;
    }
    .promo-link,
    .promo-button {
        margin: 0 15px 15px;
    }
    footer {
        padding-top: 0;
        margin-left: 0px !important;
        width: 100% !important;
        /* background-color: #f6f6f6; */
    }
    footer .logo {
        display: none;
    }
    .copy,
    .istore,
    .social {
        float: none;
        margin: 0;
        text-align: center;
    }
    .copy {
        padding: 80px 0 25px;
    }
    .istore {
        background: #ffffff;
        margin: 0 -30px;
        padding: 80px 30px;
    }
    .social ul {
        display: inline-block;
    }
    .social ul li {
        margin: 0 11px 11px;
    }
    .subscribe-email {
        width: 300px;
    }
    .tabsblock {
        padding-top: 60px;
    }
    .tabsblock .wrap {
        min-height: 0;
    }
    .tabsblock .wrap img {
        position: relative;
        left: auto;
        bottom: auto;
        display: block;
        margin: 0 auto;
    }
    .tab {
        text-align: center;
        padding-left: 0;
        width: auto;
        display: block;
        height: auto;
        vertical-align: top;
    }
    .tabs {
        display: inline-block;
    }
    .tabs li {
        margin: 0 7px 13px 6px;
    }
    .box-text {
        margin: 0 0 60px;
    }
    .footer-flex-container {
        flex-direction: column !important;
    }
    .flex-g-1,
    .flex-g-2,
    .flex-g-3 {
        width: 100% !important;
        text-align: center !important;
    }
    .footer-icon-align {
        text-align: center;
    }
    body {
        width: 100% !important;
    }
    /**** GetStarted *******/
    .getstart {
        flex-direction: column !important;
    }
    .getstart-flexcolumn {
        min-width: 80% !important;
        max-width: 100% !important;
    }
    .font-getstarted {
        font-size: 32px !important;
    }
    /**** GetStarted *******/
    /* .content-img{
        display: flex !important;
        flex-direction: column !important;
        text-align: center !important;
 
    }

    .content-img p {
       
        width: 100% !important;
    }   */
}

@media (max-width: 768px) {
    .features {
        padding: 3em !important;
    }
    .footer-icon-link {
        flex-direction: row !important;
    }
    .footerCls {
        flex-direction: column !important;
    }
    .headsocial {
        margin: 0px !important;
    }
    .grid-container {
        text-align: center;
        flex-direction: column !important;
    }
    header .logo {
        /* float: left;
         */
        margin-left: 0px !important;
    }
    .features-columns {
        flex-direction: column !important;
    }
    header {
        text-align: center;
    }
    header .logo {
        float: none;
        display: inline-block;
    }
    header .social {
        display: none;
    }
    .feature {
        width: 100%;
    }
    .subscribe-email {
        width: 200px;
    }
    .flex-container {
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .student>div {
        text-align: center;
    }
    .footer-flex-container {
        flex-direction: column !important;
        align-items: flex-start !important;
    }
    .flex-g-1,
    .flex-g-2,
    .flex-g-3 {
        width: 100%;
    }
    .footer-icon-align {
        text-align: center;
    }
    body {
        width: 100% !important;
    }
    /**** GetStarted *******/
    .getstart {
        flex-direction: column !important;
    }
    .getstart-flexcolumn {
        min-width: 80% !important;
        max-width: 100% !important;
    }
    .labelbringyou-line2 {
        text-align: center;
        display: inherit;
        width: max-content;
    }
    .line-yellow {
        width: auto;
        margin-top: 1.5%;
    }
    .button-getstarted {
        text-align: center !important;
        flex-direction: column;
    }
    .font-getstarted {
        font-size: 24px !important;
    }
    .line-yellow-img {
        width: auto;
        margin-top: -3%;
    }
    footer {
        padding-top: 0;
        margin-left: 0px !important;
        width: 100% !important;
        /* background-color: #f6f6f6; */
    }
    /****GetStarted *******/
    /*** Why Semanoor ****/
    .gridtext1 {
        max-width: 90% !important;
        min-width: 80% !important;
    }
    /****Users Tab******/
    .Users-Tab {
        margin: 30px 30px !important;
    }
    .textfirst,
    .imagefirst {
        padding-left: 0px !important;
    }
    .student-Tab,
    .Text-Tab,
    .Image-Tab {
        flex-direction: column !important;
        width: 100% !important;
        margin-left: 0px !important;
    }
    .imagefirst {
        flex-direction: column-reverse !important;
    }
    .content-header {
        font-size: 28px !important;
    }
    .footerCls {
        text-align: start !important;
    }
    /****Users Tab******/
}

@media (max-width: 479px) {
    .features {
        margin: 10px;
        padding: 2em;
    }
    .footer-icon-link {
        flex-direction: row !important;
    }
    .footerCls,
    .footerCls .footerCls {
        flex-direction: column !important;
        text-align: start !important;
    }
    .headsocial {
        margin: 0px !important;
    }
    .grid-container {
        text-align: center;
        flex-direction: column !important;
    }
    header .logo {
        /* float: left;
         */
        margin-left: 0px !important;
    }
    .features-columns {
        flex-direction: column !important;
    }
    body {
        word-wrap: break-word;
    }
    .simple p {
        margin-left: 0;
        margin-right: 0;
    }
    .subscribe-email {
        width: 100%;
        margin-bottom: 15px;
        text-align: center;
    }
    .subscribe-button {
        width: 100%;
    }
    .footer-flex-container {
        flex-direction: column !important;
    }
    .flex-g-1,
    .flex-g-2,
    .flex-g-3 {
        width: 100% !important;
    }
    .footer-icon-align {
        text-align: center;
    }
    body {
        width: 100% !important;
    }
    footer {
        padding-top: 0;
        margin-left: 0px !important;
        width: 100% !important;
        /* background-color: #f6f6f6; */
    }
    /****GetStarted -K.T *******/
    .getstart {
        flex-direction: column !important;
    }
    .getstart-flexcolumn {
        min-width: 80% !important;
        max-width: 100% !important;
    }
    .labelbringyou {
        font-size: 18px !important;
        /* margin-left: 22% !important; */
    }
    .labelbringyou-line2 {
        /* margin-left: 3% !important; */
        text-align: center;
        display: inherit;
        width: max-content;
    }
    .line-yellow {
        width: auto;
        margin-top: 1.5%;
    }
    .button-getstarted {
        text-align: center !important;
    }
    .font-getstarted {
        font-size: 18px !important;
    }
    .line-yellow-img {
        width: 83% !important;
        margin-top: -8% !important;
    }
    /****GetStarted  *******/
    /* .content-img p{
        font-size: 14px !important;
        max-width: 99% !important;
        min-width: 80% !important;
    }   */
    /* .content-img .text{
        text-align: left; 
        width: 80%;
    }  
    .content-img b{
        font-size: 20px;
    } 

    .content-title {
        font-size: 16px !important;
    }*/
    /*** Why Semanoor ****/
    .gridtext1 {
        max-width: 90% !important;
        min-width: 80% !important;
    }
    /****Users Tab******/
    .Users-Tab {
        margin: 30px 30px !important;
    }
    .textfirst,
    .imagefirst {
        padding-left: 0px !important;
    }
    .imagefirst {
        flex-direction: column-reverse !important;
    }
    .student-Tab,
    .Text-Tab,
    .Image-Tab {
        /* flex-direction: column !important; */
        width: 100% !important;
        margin-left: 0px !important;
    }
    /****Users Tab******/
    /* .content-header {
        font-size: 24px !important;
    } */
}


/* Retina -------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    .social li a,
    .ico-help,
    .ico-like,
    .ico-present,
    .istore a:after {
        background-image: url(images/sprite@2x.png);
        -moz-background-size: 300px 150px;
        -ie-background-size: 300px 150px;
        -o-background-size: 300px 150px;
        -webkit-background-size: 300px 150px;
        background-size: 300px 150px;
    }
}


/******** Added on 23 jun ********/

.btn {
    background-color: #3a62be;
    border: none;
    color: white;
    padding: 12px 16px;
    font-size: 16px;
    width: 165px;
    cursor: pointer;
    height: 48px;
}

.btn:hover {
    background-color: RoyalBlue;
}

.userIcon {
    /* background-image: url("assets/images/Icons/User.svg"); */
    /* color: white;
    background: linear-gradient(to right, white 0%, white 100%); */
    /* background-image: linear-gradient(transparent, white), url("assets/images/Icons/User.svg");
     */
    /* background: -webkit-gradient(linear, left top, left bottom, from(#f00), to(#333));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent; */
    width: auto;
    height: 80%;
    /* background-repeat: no-repeat; */
    /* background-size: contain; */
    /* padding: 5px 0px 0px 0px; */
}

select {
    /* background-position: calc(100% - 8px) center; */
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("assets/images/Icons/Dropdown.svg");
    /* background-image: url("data:image/svg+xml;utf8,<svg id='Group_3474' data-name='Group 3474' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='#3A62BE'><path id='Path_520' data-name='Path 520' d='M0,0H24V24H0Z' fill='#3A62BE' /> <path id='Path_521' data-name='Path 521' d='M12,16a1,1,0,0,1-.707-.293l-6-6A1,1,0,0,1,6.707,8.293L12,13.586l5.293-5.293a1,1,0,0,1,1.414,1.414l-6,6A1,1,0,0,1,12,16Z' />'</svg>"); */
    background-repeat: no-repeat;
    background-position-x: 90%;
    background-position-y: center;
    border-radius: 2px;
    /* margin-right: 2rem;
        padding: 1rem;
        padding-right: 2rem; */
    align-items: center;
}

.footer-link {
    display: inline;
    width: 25px;
    height: 25px;
}

.flex-container {
    display: flex;
    align-items: center;
    /* border-top: 1px solid #cbcfd1; */
}

h4 {
    color: #7f817f;
}

.flex-container {
    display: flex;
    flex-wrap: nowrap;
}

.flex-container>.student {
    width: 100%;
    margin: 10px;
}

.ourClts {
    align-items: center;
    display: flex;
    margin-bottom: 50px;
    place-content: space-evenly;
    /* width: 60%; */
    width: 44%;
    flex-grow: 3;
    column-gap: 10%;
    place-items: center;
}

.ourApp {
    margin-bottom: 20px;
    align-items: center;
    display: flex;
    width: 100%;
    flex-direction: row;
    /* column-gap: 10%; */
    flex-wrap: wrap;
    /* place-items: baseline; */
    place-content: space-evenly;
}

.ourApp a {
    display: flex;
    height: 175px;
    min-width: 250px;
    justify-content: center;
    align-items: center;
}

.appleStore {
    width: auto;
    height: 56px;
}

.googlePlay {
    width: auto;
    height: 84px;
}

.windowsStore {
    width: auto;
    height: 64px;
}

.Mawhiba {
    width: auto;
    height: 180px;
}

.Afsg {
    width: auto;
    height: 144px;
}

.Holybook {
    width: auto;
    height: 140px;
}

.ourClts img,
.ourApp a img {
    max-width: 175px;
    min-width: 175px;
}


/* .ourClts a img {
    padding-right: 58px;
} */

.clientCls {
    margin-bottom: 70px;
    font-weight: 700;
    color: black;
    font-size: 22px;
    padding: 20px;
}


/* .clientClass {
    width: 100%;
    align-items: center;
    justify-content: end;
    display: flex;
    height: 800px;
    flex-direction: column;
    margin-top: 30px;
} */

.clientClass1 {
    padding-top: 120px;
    padding-bottom: 20px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    display: flex;
    /* display: flex; */
    /* flex-direction: column; */
    /* align-items: center; */
    /* height: 800px; */
}

.flex-g-1 {
    width: 10%;
    margin: 10px 10px;
    text-align: center;
}

.flex-g-2 {
    /* width: 20%; */
    margin: 10px 10px;
    text-align: center;
}

.flex-g-3 {
    /* width: 30%; */
    margin: 10px 10px;
    text-align: left;
    /* display: flex;
    place-content: flex-end; */
}

.footer-flex-container {
    display: flex;
    text-align: center;
    justify-content: space-between;
    border-top: 1px solid #7f817f;
    flex-direction: row;
    align-items: center;
    /* height: 100px; */
}

.footer-flex-container>div {
    color: #7f817f;
}

.footer>.Copyright {
    color: #7f817f;
    font-size: 16px;
}

.footer>a {
    color: #000000;
    cursor: pointer;
    -moz-transition: color 0.15s linear;
    -o-transition: color 0.15s linear;
    -webkit-transition: color 0.15s linear;
    transition: color 0.15s linear;
    font-size: 14px !important;
}

.footer>a:hover {
    color: #08b0e7;
}

.flex-container {
    display: flex;
    flex-wrap: nowrap;
}

.flex-container>.student {
    width: 100%;
    margin: 10px;
}

b {
    font-size: 30px;
    text-align: left;
}

.footer-link {
    display: inline;
    cursor: pointer;
}

.icon {
    width: 32px;
    height: 34px;
    display: table-caption;
    background-size: 100% auto;
    margin: 0px 10px;
    border-radius: 5px;
    background-repeat: no-repeat;
    padding: 6px;
    margin-top: 12px;
}

.icon-Linkdin {
    background-image: url("assets/images/Icons/Linkdin.svg");
    background-image: linear-gradient(transparent, transparent), url("assets/images/Icons/Linkdin.svg");
}

.icon-Twitter {
    background-image: url("assets/images/Icons/Twitter.svg");
    background-image: linear-gradient(transparent, transparent), url("assets/images/Icons/Twitter.svg");
}

.icon-Youtube {
    background-image: url("assets/images/Icons/Youtube.svg");
    background-image: linear-gradient(transparent, transparent), url("assets/images/Icons/Youtube.svg");
}

#lang {
    width: 165px;
    /* height: 48px; */
    /* margin-right: 30px; */
    /* color: #3a62be; */
    /* background-color: white; */
    border: 2px solid transparent;
    /* padding: 8px; */
    padding: 8px;
    font-size: 16px;
}

.headCls {
    box-shadow: 0px 0px 0px 0px #9b9b9b, 0 0px 0px 0 #9b9b9b, 0 1px 3px 0 #9b9b9b;
    align-items: center;
    place-content: space-between;
    height: 60px;
    display: flex;
}

.imgorg {
    width: 575px;
    margin-left: 383px;
}

.d-flex {
    display: flex;
    flex-direction: row;
    align-items: center;
    place-content: flex-start;
    justify-content: flex-start;
    margin-left: 18%;
}

.btnCls1 {
    width: 200px !important;
    margin: 5px;
    color: #2196f3;
    background-color: font-si;
    height: 42px;
    border: 3px solid #2196f3 !important;
    font-size: 16px;
    background: white;
}

.btnCls1:hover {
    background: #06599b;
    color: white;
    border: 3px solid #06599b !important;
}


/*** START - GetStarted Started ***/

.getstart {
    width: 100%;
    min-height: 90vh;
    display: flex;
    flex-direction: row;
    align-items: center;
    background: #f6f6f6;
    justify-content: center;
}

.getstart-flexcolumn {
    display: flex;
    flex-direction: column;
    min-width: 40%;
    max-width: 50%;
    text-align: center;
    margin: 10px;
}

.circle-blue {
    background-image: url(assets/images/circleblue.svg);
    height: 61px;
    width: auto;
    background-repeat: no-repeat;
    position: inherit;
    margin-left: calc(5% + 75px);
}

.circle-yellow {
    background-image: url(assets/images/circleyellow.svg);
    height: 93px;
    width: auto;
    background-repeat: no-repeat;
    position: inherit;
    margin-left: 5%;
    margin-top: 1%;
    padding-bottom: 10px;
}

.line-yellow {
    /* background-image: url(assets/images/yellowunderline.svg); */
    /* height: 33px; */
    width: 100%;
    /* background-repeat: no-repeat;
    position: inherit;
    margin-top: 1.5%; */
    margin: -9px 20px;
}

.line-yellow-img {
    width: auto;
    margin: 0px 2%;
}

.font-getstarted {
    font: normal normal 600 40px/60px Poppins;
    letter-spacing: 0.8px;
}

.labelbringyou {
    position: absolute;
    margin-left: 50px;
    margin-top: 40px;
    font-weight: 600;
    line-height: 50px;
    color: #000 !important;
    /* font-size: 34px; */
}

.labelbringyou-line2 {
    position: initial;
    font-weight: 600;
    line-height: 43px;
    color: #000000 !important;
    text-align: left;
    margin-left: 3%;
    display: inherit;
    width: max-content;
    /* font-size: 34px; */
}

.online-lesson {
    /* background-image: url(assets/images/onlinelesson.svg); */
    /* background-repeat: no-repeat; */
    /* height: 306px;
    width: 406px; */
    background-color: #f6f6f6;
    /* position: relative; */
}

.button-getstarted {
    /* margin-top: 5%;
    align-items: center; */
    margin-top: 5%;
    text-align: left;
    margin-left: 9%;
}

.btn-getstarted {
    height: 54px;
    width: 224px;
    font-size: 18px;
    margin-right: 5%;
    margin-top: 8px;
}

.btn-start {
    color: #3a62be;
    background-color: transparent;
    border: 2px solid #3a62be;
    flex-direction: column;
    align-items: start;
    /* padding-left: 25px;
  padding-top: 9px;
  padding-right: 20px; */
}

.btn-start:hover {
    color: white;
    background-color: #3a62be;
    border: 2px solid #3a62be;
}

.btn-start>span>svg {
    background-color: transparent;
    fill: #3a62be;
}

.btn-start:hover>span>svg {
    fill: white;
}


/***END - GetStarted Started ***/


/* 
.content-img{
    text-align:left;
    display: flex;
    color:#080808;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
    padding: 0 50px;
}

.content-img p {
    word-break: break-word; 
    color:#080808; 
    font-weight: 400;
    font-size: 18px;    
}

.content-img b {
      color:#080808;
} */

.content-title {
    font-size: 22px;
    font-family: inherit;
    margin: 0 0 10px;
    color: #7f817f;
}

.grid-container {
    border-radius: 100px;
    /* border: 1px solid #f6f6f6; */
    /* padding: 100px; */
    display: flex;
    flex-direction: row;
    place-content: space-between;
    justify-content: center;
    /* align-items: center; */
    align-items: inherit;
    /* background-color: #f6f6f6; */
}

.Grid {
    /* background-color: rgba(255, 255, 255, 0.8); */
    margin: 20px;
    font-size: 18px;
    text-align: Left;
    align-items: center;
    display: flex;
    flex-direction: column;
    min-width: 33.333%;
}

.gridtext1 {
    max-width: 78%;
    /* width: 420px; */
    color: #000000;
    /* text-align: justify;
    max-width: 100%; 
    min-width: 90%; */
    font-size: 18px;
}

h4 {
    text-align: center;
    color: black;
    font-weight: bold;
    font-size: 32px;
}

h5 {
    text-align: center;
    color: black;
    font-weight: 600;
    font-size: 26px;
    letter-spacing: 0.8px;
    margin-bottom: 20px;
}

.footerCls {
    /* width:85%;     */
    display: flex;
    flex-direction: row;
    align-items: center;
    min-width: 85%;
    width: auto;
}

.footer-icon-link {
    display: flex;
    flex-direction: row;
    /* width: 15%; */
}

.image {
    max-width: 100%;
    height: auto;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
}


/*
.medias{
     margin-right: -70px; 
}
*/

.popup-wrapper {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 999;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}


/* Popup Content */

.popup-content {
    background-color: #fefefe;
    margin: auto;
    padding: 4px;
    border: 1px solid #888;
    width: 50%;
    height: 59%;
    position: relative;
}


/* The Close Button */


/* .close {
    color: #FFFFFF;
    float: right;
    font-size: 21px;
    background: red;
    position: absolute;
    right: -10px;
    top: -10px;
    padding: 2px 5px;
    border: 1px #FFFFFF solid;
    font-family: arial;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
} */

.icon-Linkdin:hover {
    filter: opacity(0.5) drop-shadow(0px 0px 0px red);
    /* background: white; */
}

.icon-Twitter:hover {
    filter: opacity(0.5) drop-shadow(0 0px 0px red);
}

.icon-Youtube:hover {
    filter: opacity(0.5) drop-shadow(0 0px 0px red);
}

.Users-Tab {
    /* display: flex; */
    place-content: center;
    margin: 100px 60px 30px 60px;
}

.student-Tab {
    display: flex;
    flex-direction: row;
    place-content: space-between;
    justify-content: center;
    align-items: center;
    /* width: 100%; */
}

.textfirst {
    padding-top: 50px;
    padding-left: 50px;
}

.imagefirst {
    padding-top: 50px;
    padding-left: 0px;
}

.partition-Tab {
    width: 4%;
    flex-direction: column;
}

.Text-Tab {
    width: 48%;
    text-align: left;
    flex-direction: column;
    margin-left: 50px;
}

.Image-Tab {
    width: inherit;
    text-align: center;
    flex-direction: column;
}

.content-header {
    color: #080808;
    font-size: 2em;
    font-weight: bold;
    padding-top: 30px;
    line-height: 35px;
}

.Text-Tab p {
    word-break: break-word;
    color: #080808;
    font-weight: 400;
    font-size: 1em;
    width: 80%;
    line-height: normal;
}

.Text-Tab a {
    font-size: 20px;
}

.Text-Content {
    padding: 20px;
}

footer>.wrap {
    max-width: 96%;
}


/* The Modal (background) */

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding: 50px 0px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}


/* Modal Content */

.modal-content {
    background-color: #fefefe;
    margin: auto;
    /* padding: 20px; */
    border: 1px solid #888;
    width: 80%;
    height: Calc(100% - 100px);
    border: 1px solid #f6f6f6;
    border-radius: 20px;
}

.iframepopup {
    width: 100%;
    height: Calc(100% - 26px);
    border: none;
    margin: 12px 0px;
}


/* The Close Button */

.close {
    color: #aaaaaa;
    float: right;
    /* font-size: 28px;
    font-weight: bold;
    padding: 10px 10px; */
    margin: 5px 17px 5px 0px;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.spacer {
    display: inline-block;
    float: left;
}

.space-20 {
    width: 20px;
    height: 20px;
}


/* Slider Releated */


/* $animationSpeed: 40s; */

// Animation
@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-250px * 7));
    }
}

// Styling
@-webkit-keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-350px * 6));
    }
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-350px * 6));
    }
}

.slider {
    background: white;
    /* box-shadow: 0 10px 20px -5px rgb(0 0 0 / 13%); */
    height: 250px;
    margin: auto;
    overflow: hidden;
    position: relative;
    /* width: calc(100% - 10%); */
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider::before,
.slider::after {
    /* background: linear-gradient(
    to right,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  ); */
    content: "";
    height: 250px;
    position: absolute;
    width: 350px;
    z-index: 2;
}

.slider::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}

.slider::before {
    left: 0;
    top: 0;
}

.slider .slide-track {
    animation: scroll 40s linear infinite;
    display: flex;
    width: calc(350px * 12);
}

.slider .slide {
    height: 200px;
    width: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider .slide img {
    max-width: 150px;
    max-height: 150px;
    width: auto;
    height: auto;
}

.contactUSCon {
    width: 90%;
    height: 25px;
    padding-left: 10px;
    border: 1px solid lightgray;
}

#userMsgCon {
    width: 90%;
    height: 100px;
    padding-left: 10px;
    border: 1px solid lightgray;
    font-family: inherit;
}

#contactUSBtnCon {
    background: rgb(73, 98, 195);
    color: white;
    border: 1px solid white;
    align-items: center;
    height: 35px;
    width: 100px;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
}

#clientFooterCon {
    display: flex;
    text-align: center;
    justify-content: space-around;
    flex-direction: row;
    align-items: center;
}

#contactUSForm {
    font-family: inherit;
}

.headerLinks a {
    text-decoration: none;
    font-size: 14px;
    color: black;
    margin: 0 20px;
}

html {
    scroll-behavior: smooth;
}

.rightForm input {
    text-align: right;
    direction: rtl;
}

.responsiveCon {
    display: none;
}

.headerLinks {
    display: flex;
    width: 50%;
    place-content: center;
    align-items: center;
}


/* Css for Responsive Header */

.nav {
    height: 50px;
    width: 100%;
    display: flex;
}

.nav>.nav-header {
    width: 25%;
}

.nav>.nav-header>.nav-title {
    display: inline-block;
    color: #fff;
    padding: 10px 10px 10px 10px;
}

.nav>.nav-btn {
    display: none;
}

.nav>.nav-links {
    display: flex;
    width: 75%;
}

.nav>.nav-links>a {
    display: inline-block;
    padding: 13px 10px 13px 10px;
    text-decoration: none;
    color: #efefef;
}

.nav>.nav-links>a:hover {
    background-color: rgb(73, 98, 195);
}

.nav>#nav-check {
    display: none;
}

@media (max-width:600px) {
    #semanoorLogo {
        width: auto !important;
    }
    .nav>.nav-btn {
        display: inline-block;
        position: absolute;
        right: 0px;
        top: 3px;
    }
    .nav>.nav-btn>label {
        display: inline-block;
        width: 50px;
        height: 50px;
        padding: 13px;
    }
    .nav>.nav-btn>label:hover,
    .nav #nav-check:checked~.nav-btn>label {
        background-color: rgb(73, 98, 195);
    }
    .nav>.nav-btn>label>span {
        display: block;
        width: 25px;
        height: 10px;
        border-top: 2px solid #999999;
        position: relative;
        top: 10px;
        left: 10px;
    }
    .nav>.nav-links {
        position: absolute;
        display: block;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.6);
        color: white;
        height: 0px;
        transition: all 0.3s ease-in;
        overflow-y: hidden;
        top: 80px;
        left: 0px;
        z-index: 9;
    }
    .nav>.nav-links>a {
        display: block;
        width: 100%;
    }
    .nav>#nav-check:not(:checked)~.nav-links {
        height: 0px;
    }
    .nav>#nav-check:checked~.nav-links {
        height: calc(100vh - 50px);
        overflow-y: auto;
    }
    .headerLinks a {
        color: white;
        display: inline-block;
        padding: 13px 10px 13px 10px;
        text-decoration: none;
        color: #efefef;
    }
    .headerLinks {
        display: inline-grid;
    }
    .headsocial {
        display: inline-grid;
        color: white;
        justify-content: center !important;
    }
    #lang {
        color: #efefef;
    }
}


/* Css for Responsive Header End*/