.heading-group .learnwel {
    font-size: 110px !important;
    font-family: 'Noto Kufi Arabic' !important;
}

.heading-group .learnmis {
    font-size: 80px !important;
    font-family: 'Noto Kufi Arabic' !important;
}

.heading-group .learnsim {
    font-size: 110px !important;
    font-family: 'Noto Kufi Arabic' !important;
}

.can-toggle *,
.can-toggle *:before,
.can-toggle *:after {
    box-sizing: border-box;
}

.can-toggle input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.can-toggle input[type="checkbox"][disabled]~label {
    pointer-events: none;
}

.can-toggle input[type="checkbox"][disabled]~label .can-toggle__switch {
    opacity: 0.4;
}

.can-toggle input[type="checkbox"]:checked~label .can-toggle__switch:before {
    content: attr(data-unchecked);
    left: -5px;
}

.can-toggle input[type="checkbox"]:checked~label .can-toggle__switch:after {
    content: attr(data-checked);
}

.can-toggle label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.can-toggle label .can-toggle__label-text {
    -webkit-box-flex: 1;
    flex: 1;
    padding-left: 32px;
}

.can-toggle label .can-toggle__switch {
    position: relative;
}

.can-toggle label .can-toggle__switch:before {
    content: attr(data-checked);
    position: absolute;
    top: 0;
    text-transform: uppercase;
    text-align: center;
}

.can-toggle label .can-toggle__switch:after {
    content: attr(data-unchecked);
    position: absolute;
    z-index: 5;
    text-transform: uppercase;
    text-align: center;
    background: white;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.can-toggle input[type="checkbox"][disabled]~label {
    color: rgba(119, 119, 119, 0.5);
}

.can-toggle input[type="checkbox"]:focus~label .can-toggle__switch,
.can-toggle input[type="checkbox"]:hover~label .can-toggle__switch {
    background-color: #c2f772;
}

.can-toggle input[type="checkbox"]:focus~label .can-toggle__switch:after,
.can-toggle input[type="checkbox"]:hover~label .can-toggle__switch:after {
    color: #5e5e5e;
}

.can-toggle input[type="checkbox"]:hover~label {
    color: #6a6a6a;
}

.can-toggle input[type="checkbox"]:checked~label:hover {
    color: #000;
}

.can-toggle input[type="checkbox"]:checked~label .can-toggle__switch {
    background-color: #c2f772;
}

.can-toggle input[type="checkbox"]:checked~label .can-toggle__switch:after {
    color: #4fb743;
}

.can-toggle input[type="checkbox"]:checked:focus~label .can-toggle__switch,
.can-toggle input[type="checkbox"]:checked:hover~label .can-toggle__switch {
    background-color: #c2f772;
}

.can-toggle input[type="checkbox"]:checked:focus~label .can-toggle__switch:after,
.can-toggle input[type="checkbox"]:checked:hover~label .can-toggle__switch:after {
    color: #000;
}

.can-toggle label .can-toggle__label-text {
    -webkit-box-flex: 1;
    flex: 1;
}

.can-toggle input[type="checkbox"]:focus~label .can-toggle__switch:after,
.can-toggle input[type="checkbox"]:hover~label .can-toggle__switch:after {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}

.can-toggle input[type="checkbox"]:checked~label .can-toggle__switch:after {
    -webkit-transform: translate3d(65px, 0, 0);
    transform: translate3d(65px, 0, 0);
}

.can-toggle input[type="checkbox"]:checked:focus~label .can-toggle__switch:after,
.can-toggle input[type="checkbox"]:checked:hover~label .can-toggle__switch:after {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}

.can-toggle label .can-toggle__switch:hover:after {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}

.can-toggle.demo-rebrand-2 input[type="checkbox"][disabled]~label {
    color: rgba(68, 68, 68, 0.5);
}

.can-toggle.demo-rebrand-2 input[type="checkbox"]:focus~label .can-toggle__switch,
.can-toggle.demo-rebrand-2 input[type="checkbox"]:hover~label .can-toggle__switch {
    background-color: #c2f772;
}

.can-toggle.demo-rebrand-2 input[type="checkbox"]:focus~label .can-toggle__switch:after,
.can-toggle.demo-rebrand-2 input[type="checkbox"]:hover~label .can-toggle__switch:after {
    color: #2b2b2b;
}

.can-toggle.demo-rebrand-2 input[type="checkbox"]:hover~label {
    color: #373737;
}

.can-toggle.demo-rebrand-2 input[type="checkbox"]:checked~label:hover {
    color: #c2f772;
}

.can-toggle.demo-rebrand-2 input[type="checkbox"]:checked~label .can-toggle__switch {
    background-color: #c2f772;
}

.can-toggle.demo-rebrand-2 input[type="checkbox"]:checked~label .can-toggle__switch:after {
    color: #000;
}

.can-toggle.demo-rebrand-2 input[type="checkbox"]:checked:focus~label .can-toggle__switch,
.can-toggle.demo-rebrand-2 input[type="checkbox"]:checked:hover~label .can-toggle__switch {
    background-color: #c2f772;
}

.can-toggle.demo-rebrand-2 input[type="checkbox"]:checked:focus~label .can-toggle__switch:after,
.can-toggle.demo-rebrand-2 input[type="checkbox"]:checked:hover~label .can-toggle__switch:after {
    color: #000;
}

.can-toggle.demo-rebrand-2 label .can-toggle__label-text {
    -webkit-box-flex: 1;
    flex: 1;
}

.can-toggle.demo-rebrand-2 label .can-toggle__switch {
    background: #c2f772;
}

.can-toggle.demo-rebrand-2 label .can-toggle__switch:before {
    color: #000;
}

.can-toggle.demo-rebrand-2 label .can-toggle__switch:after {
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 0.3s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
    color: #000;
}

.can-toggle.demo-rebrand-2 input[type="checkbox"]:focus~label .can-toggle__switch:after,
.can-toggle.demo-rebrand-2 input[type="checkbox"]:hover~label .can-toggle__switch:after {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}

.can-toggle.demo-rebrand-2 input[type="checkbox"]:checked~label .can-toggle__switch:after {
    -webkit-transform: translate3d(58px, 0, 0);
    transform: translate3d(58px, 0, 0);
}

.can-toggle.demo-rebrand-2 input[type="checkbox"]:checked:focus~label .can-toggle__switch:after,
.can-toggle.demo-rebrand-2 input[type="checkbox"]:checked:hover~label .can-toggle__switch:after {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}

.can-toggle.demo-rebrand-2 label .can-toggle__switch {
    height: 36px;
    -webkit-box-flex: 0;
    flex: 0 0 80px;
    border-radius: 18px;
    top: 2px;
}

.can-toggle.demo-rebrand-2 label .can-toggle__switch:before {
    left: 30px;
    font-family: National-Regular !important;
    font-size: 14px !important;
    line-height: 36px;
    width: 60px;
    padding: 0 12px;
}

.can-toggle.demo-rebrand-2 label .can-toggle__switch:after {
    top: 2px;
    left: 2px;
    border-radius: 30px;
    width: 36px;
    line-height: 32px;
    font-size: 13px;
}

.can-toggle input[type="checkbox"]:checked~label .can-toggle__switch:after {
    left: -17px;
}

.can-toggle.demo-rebrand-2 label .can-toggle__switch:hover:after {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}

.global-header .main-header .nav-links .secondary .nav-item.toggle-div {
    width: 115px;
}

.settings-language-form {
    position: absolute !important;
}

.wrapper-footer {
    padding: 0px 0 !important;
}

footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

footer li {
    display: inline;
}

.address li {
    display: inline;
    margin-right: 15px
}

footer {
    background: #545454;
    color: white;
}


/* Create two equal columns that floats next to each other */

.column {
    float: left;
    width: 50%;
    padding: 40px 0px;
}

.column .address {
    text-align: left;
    font-size: 15px;
    font-family: "National" !important;
}

.column .menu {
    text-align: left;
    margin-top: 20px;
}

.column .menu li {
    margin-right: 20px;
}

.column .menu li a {
    color: #c2f772 !important;
    text-decoration: none;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 1px;
}

.column ul li a img {
    width: 35px;
}


/* Clear floats after the columns */

.row:after {
    content: "";
    display: table;
    clear: both;
}

.powered {
    margin-top: 15px;
    position: relative;
    font-size: 16px;
    font-weight: 300;
}

.powered img {
    margin: 15px 0px;
}

#kashida {
    color: #18f084;
    font-family: "National" !important;
    font-size: 20px;
    font-weight: bold;
}

.column .sub {
    text-align: right;
}

@media (max-width:768px) {
    .column {
        width: 95%;
        padding: 20px 0px;
        margin: 0 auto;
    }
    .column .sub {
        text-align: center;
    }
}

.xmodule_display.xmodule_HtmlModule h6 {
    font-size: 17px !important;
    color: #000 !important;
    background: #f0f0f0!important;
    padding: 1px 5px !important;
    font-weight: 500;
    padding-bottom: 6px !important;
    margin-top: 8px !important;
    border-bottom: 1px solid #00bac4;
}

.xmodule_display.xmodule_HtmlModule h3 {
    font-size: 35px !important;
    color: #fff !important;
    background: #00b7c4 !important;
    padding: 0px 5px;
}

.xmodule_display.xmodule_HtmlModule h5 {
    font-size: 24px !important;
    border-bottom: 1px solid #00b7c4 !important;
    display: inline;
    font-weight: 500 !important;
    padding: 0px 5px;
}

.xmodule_display.xmodule_HtmlModule h4 {
    font-size: 28px !important;
    color: #00b7c4 !important;
    padding: 0px 5px;
}

.xmodule_display.xmodule_HtmlModule p {
    font-size: 16px !important;
    line-height: 1.3em !important;
    /*    color: #434343 !important;*/
    margin-bottom: 0;
    padding: 0px 5px;
}

.xmodule_display.xmodule_HtmlModule ul {
    margin: 10px 100px;
}
@media screen and (max-width: 760px){
    .xmodule_display.xmodule_HtmlModule ul {
        margin: 10px 10px;
    }
}
.xmodule_display.xmodule_HtmlModule ol {
    margin: 10px 50px;
}

.btn-link {
    color: #00b7c4;
}

.btn-link:hover {
    color: #00b7c4;
}


/*       end*/

.xmodule_display.xmodule_CapaModule div.problem .choicegroup label:hover,
.xmodule_display.xmodule_CapaModule div.problem .choicetextgroup label:hover,
.xmodule_display.xmodule_ConditionalModule div.problem .xmodule_display.xmodule_CapaModule .choicegroup label:hover,
.xmodule_display.xmodule_ConditionalModule div.problem .xmodule_display.xmodule_CapaModule .choicetextgroup label:hover {
    border-color: #00b7c4;
}

.xmodule_display.xmodule_CapaModule .problem input[type='radio']:after {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    top: -2px;
    left: -2px;
    position: relative;
    background-color: #d1d3d1;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
    margin-right: -5px;
}

.xmodule_display.xmodule_CapaModule .problem input[type='radio']:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    top: -2px;
    left: -2px;
    position: relative;
    background-color: #00b7c4;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
    margin-right: -5px;
}


/*  checkboxes shapes     */

.xmodule_display.xmodule_CapaModule .problem input[type='checkbox']:after {
    width: 16px;
    height: 16px;
    border-radius: 5px;
    top: -1px;
    left: -2px;
    position: relative;
    background-color: #d1d3d1;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
    margin-right: -5px;
}

.xmodule_display.xmodule_CapaModule .problem input[type='checkbox']:checked:after {
    width: 16px;
    height: 16px;
    border-radius: 5px;
    top: -1px;
    left: -2px;
    position: relative;
    background-color: #00b7c4;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
    margin-right: -5px;
}

.xblock--drag-and-drop .drag-container .option {
    /*
    min-width: 235px !important;
    min-height: 63px !important;
*/
    min-width: 224px !important;
    min-height: 60px !important;
}

.xblock--drag-and-drop .drag-container .option .item-content {
    vertical-align: middle;
}

.search-alert .search-alert-controls .btn-link {
    color: #00b7c4 !important;
}

.course-wrapper .course-content .vert-mod .vert,
.course-wrapper .courseware-results-wrapper .vert-mod .vert {
    border-bottom: none !important;
    margin-bottom: 8px !important;
    padding: 0 0 6px !important;
}

.btn-default {
    color: #00b7c4;
}

.btn-default:hover,
.btn-default.is-hovered,
.btn-default:focus,
.btn-default.is-focused {
    color: #000;
    border-color: #000;
}

.xblock--drag-and-drop .btn-default:hover,
.xblock--drag-and-drop .btn-default.is-hovered,
.xblock--drag-and-drop .btn-default:focus,
.xblock--drag-and-drop .btn-default.is-focused {
    background-color: transparent;
    border: 1px solid #000000;
    color: #000000;
}

.xblock--drag-and-drop .btn-default {
    border-color: transparent;
    background: transparent;
    color: #00b7c4;
}


/*temporary solution for not translated grades i hide them 0*/

.xmodule_display.xmodule_CapaModule div.problem-progress {
    display: none !important;
}

.problem-progress {
    display: none !important;
}


/*       drag and drop feedback word*/

.xblock--drag-and-drop .title1 {
    display: none !important;
}


/*       keyboard icon in drag and drop*/

.keyboard-help-button {
    display: none !important;
}

.xblock--drag-and-drop .btn-default {
    color: white !important;
}

.xblock--drag-and-drop .btn-default .fa-refresh {
    color: #00b7c4 !important;
    font-size: 17pt !important;
}


/*  discussion forum message
       */

.forum-nav-thread-list-wrapper .search-alert {
    display: none !important;
}

.forum-new-post-form #wrapper-visibility-message {
    display: none !important;
}


/*feedback line color*/

.xmodule_display.xmodule_CapaModule div.problem .notification.general {
    border-top: 3px solid #00b7c4;
}

.xmodule_display.xmodule_CapaModule div.problem .notification.general .icon {
    margin-left: 15px;
    color: #00b7c4;
}

.heading-group {
    display: table !important;
}

section.home>header .outer-wrapper .title .heading-group h1:lang(ar) {
    text-align: right !important;
}

section.home>header .outer-wrapper .title .heading-group span:lang(ar) {
    text-align: right !important;
    float: right !important;
}

section.home>header .outer-wrapper .title .course-search .search-button:lang(ar) {
    right: initial;
    left: 0px;
}

section.home>header .outer-wrapper .title .heading-group,
section.home .slider .outer-wrapper .title .heading-group:lang(ar) {
    display: table;
}


/* language section   */

.learnsim {
    font-size: 55px;
}

.learnsim:lang(ar) {
    font-size: 55px;
    text-align: right;
}

.subtxt {
    font-size: 35px;
}

.subtxt:lang(ar) {
    font-size: 35px;
    text-align: right;
}

.lang-page {
    direction: ltr;
}

.div1 {
    overflow: auto;
    border-bottom: 2px solid #ee0000;
    padding-bottom: 10px;
}

.img {
    float: left;
    width: 60px;
}

.div2 {
    float: left;
    padding: 0px 10px;
}

.div2 p {
    margin-block-start: 0em;
    margin-block-end: 0.8em;
    font-size: 18px;
    font-weight: bold;
}

.lang-page:lang(ar) {
    direction: rtl;
}

.img:lang(ar) {
    float: right;
    width: 60px;
}

.div2:lang(ar) {
    float: right;
}

.div2 p:lang(ar) {
    margin-block-start: 0em;
    margin-block-end: 0.8em;
    font-size: 18px;
    font-weight: bold;
}

.global-header .main-header .header-logo a .logo {
    height: 60px !important;
}  
    
/* @media (max-width:790px){
    .global-header .main-header {
        direction: ltr !important;
    }  
} */
@media (max-width: 991px){
    .global-header .hamburger-menu {margin-top: 15px !important;}
}

.global-header .hamburger-menu .line {
    background: #c2f772 !important;
}
.global-header .hamburger-menu {margin-top: 15px !important;}   
 
#main > section > section > div.courses > ul > li > article > a > section > h2 > span.course-code{
     display: none !important;
}  
   
@media (max-width:760px){
    section.home>header .outer-wrapper .title .course-search .search-button, 
    section.home .slider .outer-wrapper .title .course-search .search-button{
         height: 36px !important;
    }      
}
@media (max-width:610px){
    .secondary .nav-item:first-child {
        margin-left: 0px !important;
    }
}
.global-header .main-header .nav-links .secondary .dropdown-user-menu{left: inherit;}



.shopping-cart .discount button[type="submit"],
.shopping-cart .col-two .col-2 button[type="submit"],
.confirm-enrollment button[type="submit"],
.shopping-cart a.blue{
    background: #00b7c4 !important;
    color: #fffefe !important;
    border-color: #00b7c4 !important;
    box-shadow: none!important;
}
.shopping-cart .discount button[type="submit"]:hover,
.shopping-cart .discount button[type="submit"]:focus,
.shopping-cart .col-two .col-2 button[type="submit"]:hover,
.shopping-cart .col-two .col-2 button[type="submit"]:focus,
.confirm-enrollment button[type="submit"]:hover,
.confirm-enrollment button[type="submit"]:focus,
.shopping-cart a.blue: hover,
.shopping-cart a.blue: focus{
    background: #c2f772 !important;
    border-color: #c2f772 !important;
}


/* Applying Arabic Font Change */
:lang(ar) .global-header .main-header .nav-links .secondary .nav-item a {
    font-family: 'Noto Kufi Arabic' !important;
  }
  
  :lang(ar) .global-header .main-header .nav-links .main .nav-item a {
    font-family: 'Noto Kufi Arabic' !important;
  }
  
  :lang(ar) .welcome-title-ar , .welcome-text-ar , .higlihted-title-ar {
    font-family: 'Noto Kufi Arabic' !important;
  }
  
  :lang(ar).container .column1-ar h1 {
    font-family: 'Noto Kufi Arabic' !important;
  }
  
  :lang(ar) .about p {
    font-family: 'Noto Kufi Arabic' !important;
  }
  :lang(ar) .corses-text-ar h1 {
    font-family: 'Noto Kufi Arabic' !important;
  }
  
  :lang(ar) .corses-text-ar p {
    font-family: 'Noto Kufi Arabic' !important;
  }
  
  :lang(ar) .intro .heading-group p {
    font-family: 'Noto Kufi Arabic' !important;
  }
  
  :lang(ar) .heading-group h1 {
    font-family: 'Noto Kufi Arabic' !important;
  }
  
  :lang(ar) .about h2 , .about p  , .about h3 , .about p strong {
    font-family: 'Noto Kufi Arabic' !important;
  }
  
  :lang(ar) .important-dates-item-title {
    font-family: 'Noto Kufi Arabic' !important;
  }
  
  :lang(ar) .container h2 {
    font-family: 'Noto Kufi Arabic' !important;
  }

  :lang(ar) .heading-group .learnwel {
    font-size: 90px !important;
    font-family: 'Noto Kufi Arabic' !important;
}

:lang(ar) .heading-group .learnmis {
    font-size: 60px !important;
    font-family: 'Noto Kufi Arabic' !important;
}

:lang(ar) .heading-group .learnsim {
    font-size: 90px !important;
    font-family: 'Noto Kufi Arabic' !important;
}


:lang(ar) body.lang_ar .course-info header.course-profile .intro-inner-wrapper .heading-group h1 {
    font-family: 'Noto Kufi Arabic' !important;
  }
  
:lang(ar) body.lang_ar .course-info header.course-profile .intro-inner-wrapper .heading-group p {
    font-family: 'Noto Kufi Arabic' !important;
  }


/* Apply the same font-family styles to elements within elements that have the class .rtl or .lang_ar */
.rtl *:not(.fa):not(.glyphicon):not([class*='sorting']):not([class*="icon-cc"]),
.lang_ar *:not(.fa):not(.glyphicon):not([class*='sorting']):not([class*="icon-cc"]) {
    font-family: 'Noto Kufi Arabic' !important;
}
