@font-face {
    font-family: 'STC';
    src: url('STC-Regular.eot');
    src: url('STC-Regular.eot?#iefix') format('embedded-opentype'),
        url('STC-Regular.woff2') format('woff2'),
        url('STC-Regular.woff') format('woff'),
        url('STC-Regular.ttf') format('truetype'),
        url('STC-Regular.svg#STC-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html{
    height: 100%;
    min-height: 100%;
}
body{
    margin: 0;
    padding: 0;
    height: 100%;
    min-height: 100%;
    box-sizing: border-box;
    background-size: cover;
    transition: all 0.3s;
    /* transition: all .5s linear;  */
    font-family: "STC" !important;
    /* overflow-y: hidden; */
    
}
#root{
    position: relative;
    min-height: 100%;
    overflow-x: hidden;
    background-color: #fff;
    min-height: 100%;
    display: grid;
    grid-template-rows: auto 1fr;
    grid-template-columns: 100%;
  
}

.rsc {
    position: absolute;
}
/* chatbot icon and header change color */
/* .kidIpT, .rsc-header, .gCiKwx, .gWiOKS, .qODWE , .vITkw , .huReFX , .sc-fjdhpX , .rsc > a{
  background-color: #fff !important;
} */
/* scroll width */
::-webkit-scrollbar {
    width: 10px;
  }
  
  /* scroll Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  /* scroll Handle */
  ::-webkit-scrollbar-thumb {
    background: #888; 
  }
  
  /* scroll Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }
#page-wrapper {
    overflow: hidden;
}
.infinite-scroller {
    overflow: hidden !important;
    visibility: hidden;
}
/* intro section styles */
/* .intro-container {
    width: 100%;
    margin: 0 auto;
    display: flex;
    height: auto;
    background-image: url(../images/background.svg);
    background-size: contain;
    background-position: center;
    padding: 30px 0 70px 0;
}
.intro-section { 
    width: 90%;
    margin: 0 auto;    
}

.video-intro-section {
    display: inline-block;
    width: 50%;
    float: right;
}
.landing-video {
    border-radius: 53px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin: 70px 0;
    width: 600px;
    display: block;
}
video {
    width: 100%;
}
.action-text-intro{
    display: inline-block;
    width: 50%;
    float: left;
    margin-top: 70px;
}
.action-text-intro > div {
    width: 60%;
    margin: 5px auto;
    line-height: 30px;
}
.call-to-action-btn {
  margin: 25px 10px;
  padding: 15px 30px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  border-radius: 50px;
  display: block;
  border: 0px;
  font-weight: 700;
  box-shadow: 0px 0px 14px -7px #f09819;
  background-image: linear-gradient(45deg, #ffa034 0%, #ff8800  51%, #f08f10  100%);
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.call-to-action-btn:hover , .login-item{
  background-position: right center;
  color: #fff;
  text-decoration: none;
}

.call-to-action-btn:active {
  transform: scale(0.95);
}
.intro-title{
    color: #676767;
    text-align: center;
    font-weight: normal;
    font-size: 35px;
    margin-bottom: 50px;
  }

  .intro-landing-h1{
    color: #676767;
   font-size: 40px  !important;
    text-align: left;
    font-weight: normal;
    margin-top: 0 !important;
  }
  .intro-paragraph{
    color: #676767;
    text-align: left;
    width: 100%;
    font-size: 25px !important;
    margin: 0 auto;
    padding: 30px 0px 0px 0px;
  } */
  /* Courses section styles */

/* .courses-section{
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
}

.categories-container{
    background-color:#ececec ;
    border-radius:200px 0 200px  0;
    padding-top: 50px;
    padding-bottom: 50px;
}

#circle-big {
    width: 200px;
    height: 200px;
    background: #7dc1ad;
    border-radius: 50%;
    float:right;
    opacity: 90%;
  }
  #circle-small{
    background-color: #f29221;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    opacity: 90%;
  }
.each-cat {
    display: inline-block;
    cursor: pointer;
}
.each-cat > img {
    margin: 0 auto;
    display: block;
}
.each-cat > p {
    text-align: center !important;
    color: #606060 !important;
    font-size: 25px !important;
}
.course-name{
    text-align: center !important;
    color: #606060 !important;
    font-size: 25px !important;
   text-decoration: none !important;
}
.single-category{
    width: 80%;
    display: none;
    height:500px;
    transition: visibility 0s linear 0.33s, opacity 0.33s linear;
    padding-bottom: 5rem;
    margin: -90px auto 0 auto;

}
.single-category> img{
    margin: 0 auto;
    display: block;
}
.close-cat{
    text-align: right;
    width: 100%;
    font-size: 35px;
    color: #676767;
}
.all-related-courses{
    width: 100%;
    display: flex;
    justify-content: center;
}
.all-related-courses > div {
    width: 20%;
    display: inline-block;
}
.all-related-courses > div > img{
    margin: 0 auto;
    display: block;
    padding-bottom: 13px;
    width: 70px;
}
.cat-name {
    text-align: center;
    margin-bottom: 40px;
    color: #606060 !important;
    font-size: 25px;
} */


/* Videos carousel section */


 /* .videos-carousel-container{
    display: block;
    height: 100%;
    width: 100%;
    margin-top: 4%;
    padding: 50px 0;
}
.owl-carousel .item {
    height: 35rem;
    width: 100%;
    border-radius: 25px;
    display: inline-block;
    justify-content: center;
    align-items: center;
    position: relative;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.owl-stage > .owl-item {
    padding: 0 10px;
}
.item-title-slider {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0px;
    border-radius:0 0 22px 22px;
    background-color: #fff;
    height: 50px;
    cursor: pointer;
    margin: 0;
    text-align: center;
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.opacity-carousel { 
    position:absolute; 
    width:100%; 
    height:370px; 
    z-index:1;     
    opacity:10%;
    background-color: #606060; 
}
.owl-prev{
    background-color: #fff !important;
    height: 83%;
    opacity: 45%;
    top: 0;
    width: 5%;
    left: 0;
    position: absolute;
    display: block;
}
.owl-next{
    background-color: #fff !important;
    height: 83%;
    opacity: 45%;
    width: 5%;
    top: 0;
    right: 0;
    position: absolute; 
    display: block;
}
.owl-carousel .owl-prev.disabled,
  .owl-carousel .owl-next.disabled{
    pointer-events: none;
    opacity: 0.2;
  }

  .owl-carousel .prev-slide{
      background: url(nav-icon.png) no-repeat scroll 0 0;
      left: -33px;
  }
  .owl-carousel .next-slide{
      background: url(nav-icon.png) no-repeat scroll -24px 0px;
      right: -33px;
  }
  .owl-carousel .prev-slide:hover{
     background-position: 0px -53px;
  }
  .owl-carousel .next-slide:hover{
    background-position: -24px -53px;
  }

.owl-dots{
    display: none !important;
}  */


  /* Certificates section styles */
/* .certificate-container{
    background-image: url(../images/solid-background3.png);
    background-size:100%;
    height: 650px;
}
.certificates-section{
    width: 100%;
    height: 200px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin: 130px auto;
}
.single-certificate {
    display: inline-block;
    width: 20%;
}
.single-certificate > img {
    width: auto;
    margin: 0 auto;
    display: block;
}
.single-certificate > p {
    text-align: center;
    color: #606060;
    font-size: 25px;
    line-height: 50px;
}

.intro-title-certificate {
    color: #676767;
    display: block;
    margin: 0 auto -50px;
    width: 100%;
    padding-top: 100px;
    font-size: 33px;
    text-align: center;
    font-weight: normal;
} */
/* Footer styles */
/* .footer{
    background-color: #606060;
    color: rgb(202, 202, 202);
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 9rem;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;

}
.social-media-icons {
    width: 15%;
    margin: 0 auto;
}
.social-media-icons > a > img {
    padding: 10px;
    cursor: pointer;
}

.social-media-icons > a > img:hover{
    transform: rotate(350deg);
}
.footer-navigations{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-basis: 70%;
    margin: 0 auto;
    justify-content: space-evenly;
    }
.footer-anchor {
    cursor: pointer;
    color: rgb(202, 202, 202);
    font-size: 16px;
    text-decoration: none !important;
}
.footer-anchor:active{
    color:orange !important;
}
.footer-anchor:visited {
    color:#fff;
} */

/* Form Modal styles */
.modal-content{
    background-color: #fff;
    border-radius: 44px !important;
    margin: 0 auto;
    width: 90%; 
    background-size: cover;
}
.modal-dialog {
    width: 600px;
    max-width: 100%;
    margin: 30px auto !important;
    font-family: "STC";
}
.form-group{
    border:1px solid #999;
    margin:10px;
    border-radius: 5px;
    font-size: 15px;
    margin-top: 30px !important;
    position:  relative !important;
  }
  .label-mawaheb {
    position: absolute;
    top: 103px;
    left: 103px;
    background-color: #fff;
    color: #999999;
    padding: 0 5px;
    /* font-weight: bold; */
    font-size: 18px;
}
  .form-group .required{
    color:red;
    padding:0 5px;
  }
  .form-group > input{
    border:none;
    background-color: transparent;
    line-height:100%;
  }
  button.close {
    padding: 0 20px !important;
    font-size: 40px !important;
}
  .input-form{
    border-radius: 25px !important;
    border: 1px #999999 solid !important;
    font-size: 18px !important;
    background-color: transparent !important;
    padding: 10px 30px !important;
  }

  .form-group {
    border-radius: none !important;
    border: none !important;
  }
  .input-form::placeholder{
    color: #c9c9c8 !important;
    font-size: 15px;
    font-family: "STC";
  }
  .form-modal{
    margin: 65px auto 0 auto;
    width: 80%;
  }
  #mobile{
    /* padding: 10px 105px !important; */
    padding: 10px 65px !important;
  }
  /* #mobile::placeholder{
    padding:80px;
  } */
  .login-item {
    border-radius: 30px !important;
    border: none !important;
    padding: 4px 20px !important;
    color: #fff !important;
    cursor: pointer;
    font-size: 21px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    /* box-shadow: 0px 0px 14px -7px #f09819;
    background-image: linear-gradient(45deg, #f49422 0%, #f49422  51%, #f49422  50%); */
}

  .submit-button-m{
    background-color: #46108F;
    opacity: 90%;
    color: #fff;
    border: none;
    outline: none;
    display: block;
    cursor: pointer;
    margin: 20px auto;
    width: 140px;
    padding: 7px 30px 7px 30px;
    font-size: 15px;
    border-radius: 30px;
    font-family: "STC";
  }
  .forgot-pass{
    color: #999999;
    font-size: 18px;
    font-family: "STC";
    text-align: left;
    display: block;
    font-weight: 200;
    cursor: pointer;
    padding: 0 20px 0 20px;
    text-decoration: none;
}
.or{
    top: -15px;
    left: 46.5%;    
    background-color: #fff;
    color: #999999;
    padding: 0 5px;
    font-weight: normal;
    font-size:18px;
}
.horizontal-line {
    margin-top: 40px;
    margin-bottom: 40px; 
}
.social-login-container {
    width: 100%;
    /* margin: 0 auto; */
    /* display: flex; */
    text-align: center;
    /* margin-top: 30px; */
    /* margin-bottom: 40px; */
    margin: 20px auto 0px;
    justify-content: center;
}
.social-login-container > a {
    width: 50%;
    cursor: pointer;
    margin: 0 17px;
}


.register-now{
    display: block;
    text-align: center;
    color: #999999;
    width: 75%;
    font-weight: bold;
    margin: 10px auto 10px auto;
    font-family: "STC";
    font-size: 18px;
}
.register-now > a {
    color: #F39422 !important;
    font-weight: normal;
    text-decoration: underline;
    text-decoration-color:#F39422;
    text-underline-offset: 0.6rem;
    cursor: pointer;
}
.date-label{
        width: 40%;
        display: flex;
        align-items: center;
}
.select-date {
    width: 100%;
    display: block;
    background-color: transparent !important;
    align-items: baseline;
    text-align: center;
    border: none;
    outline: none;
    background-color: #fff;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url(../images/arrow-down.svg);
    background-repeat: no-repeat, repeat;
    background-position: left 90% top 50%, 0 0;
    background-size: 12px auto, 100%;
}
.date-label > label {
    font-weight: normal !important;
    text-align: left;
    color: #A9A9A9;
    font-size: 19px;
    margin-bottom: 15px;
}
.register-now > a:hover{
    color:#ff8800;
}
/* Register Form Page styles */

/* .reg-opacity{
    width:100%; 
    margin-top: 110px;
    height:100%; 
    z-index:1;     
    background-color: #E2F4EE;
    background-image: url(../images/bg2.png);
    background-size: cover;
}
.reg-form{
    position:relative;
    width:85%; 
    margin: 0 auto;
    height:100%; 
}
.reg-form > form {
    width:90%;
    margin: 0 auto;
}
.reg-title{
    color: #777c7d;
    text-align: left;
    padding-top:40px;
    margin: 0px ;
    font-size: 25px;
    font-weight: normal;
  }
  .reg-input {
    width: 100%;
    border-radius: 50px !important;
    border: 1px #bebcbc solid !important;
    font-size: 23px !important;
    padding: 12px 30px !important;
    font-family: "STC";
    background-color: #ffffff !important;
    outline: none;
    color: #908f91;
}
.inline-group > .col-md-6:nth-child(1){
   padding-left: 0px !important;
}
.inline-group > .col-md-6:nth-child(2){
   padding-right: 10px !important;
}
.reg-input::placeholder{
    color: #c9c9c8 !important;
    font-size: 23px;
    font-family: "STC";
  }
  .mob-input::placeholder{
    margin-right: 20px !important;
  }
  .form-select {
    position: absolute;
    border-radius: 25px 0 0 25px;
    left: 0;
    border: none;
    outline: none;
    width: 83px;
    font-size: 19px;
    border-right: solid 1px #bebcbc;
    -webkit-appearance: none;
    background-image: url("../images/arrow-down.svg");
    background-repeat: no-repeat;
    background-position: center right 5px;
    background-size: 15px;
    background-color: transparent;
    height: 63px;
    margin-left: 10px;
}
.inline-group{
    display: inline-flex;
    justify-content: space-between;
    width: 60%;
}
.inline-group > input {
    width: 48%;
}

.field-icon {
    position: absolute;
    z-index: 1;
    right: 4%;
    top: 44%;
    width: 27px;  
    color: #c9c9c8;
    font-size: 20px !important;
} */
/* parents register page2 */
/* input[type=checkbox].ckb {
    z-index: -1;
    opacity: 0;
  }
  input[type=checkbox].ckb + label {
    display: inline-flex;
    align-items: center;
    font-size: 23px;
    font-weight: normal;
    user-select: none;
    cursor: pointer;
    transition: all 0.3s;
    color: #b6b6b3;
    width: 100%;
    justify-content: center;
  }

  input[type=checkbox].ckb + label::before {
    transition: all 0.3s;
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 2px solid #c9c9c8;
    border-radius: 100%;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    margin: 20px 5px;
  }
  input[type=checkbox].ckb:checked + label::before {
    transition: all 0.3s;
    border-color: #6fbba4;
    background-color: #6fbba4;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
    box-shadow: 2px 2px 10px 0px #6fbba4;
  }
  .select-role {
    font-size: 23px;
    width: 100%;
    margin: 0 auto !important;
}
 .flex-group{
    display: flex !important;
    margin-top: 30px !important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between !important;
 }
 .checking > .error {
    width: 50% !important;
    text-align: center;
    height: 30px;
}

.reg-input > select{
    width: 100%;
    border: none;
    outline: none;
    background-color: #fff;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url(../images/arrow-down.svg);
    background-repeat: no-repeat, repeat;
    background-position: left 100% top 50%, 0 0;
    background-size: 15px auto, 100%;
	}
    .mwaheb-field {
        width: 160px !important;
        padding: 0;
    }
    .date-birth{
    border: none;
    outline: none;
    background-color: #fff;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url(../images/date-icon.svg);
    background-repeat: no-repeat, repeat;
    background-position: left 96% top 50%, 0 0;
    background-size: 1.5em auto, 100%;    
    } */
.reset-btn{
    font-size: 20px !important;
}
.confirm-msg-container{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    z-index: 0 !important;
}
.ResultTitle{
    color: #999999;
    font-size: 25px;
    text-align: center;
}
.ResultMessage{
    color: #6fbba4;
    text-align: center;
    font-size: 16px;
    padding: 10px 0;
}
.correct-icon{
    margin: 0 auto;
    display: block;
    width: 100%;
    max-width: 100px;
}
 /* Course Page styles */
 .item-title{
    margin-top: 15px;
}
.progress-percent{
    width: 113%;
    text-align: right;
    line-height: 25px;
    color: #999999;
}
 .course-white-area{
    overflow: hidden;
    font-size: 1.2em;
    margin-bottom: 40px;
    background-color: #fff;
    border-radius: 50px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
   
 .left-course-container{
    width: 50%;
    padding-top: 40px;
 }
 .left-course-container > div{
    /* height: 21%; */
 }
 .right-course-container > div > h4 , .course-progress{
    color: #46108F;
 }
 .course-progress{
    height: 14% !important;
 }
 .course-details{
    width: 85%;
    margin: 0 auto;
 }
 .course-details > h4 {
    text-align: center;
    color: #46108F;
 }
 .course-details > p {
    text-align: left;
    font-size: 15px;
    color: #606060;
 }
 .right-course-container{
    width: 50%;
    padding-top: 40px;
 }
 .intro-video-course{
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 20px;
 }
 .course-slider-container{
    /* height: 40%; */
    border: #999999 1px solid;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 83%;
    margin: 0 auto;
    backdrop-filter: contrast(120%);
 }
 .intro-video-course > video {
    width: 85%;
    display: block;
    margin: 0 auto;
    filter: drop-shadow(8px 7px 7px rgba(0, 0, 0, 0.25));
 }
 /* .start-course-btn > button {
    background-color: #46108F;
    color: #fff;
    border: none;
    outline: none;
    display: block;
    cursor: pointer;
    margin: 20px auto;
    height: 40px;
    width: 83%;
    padding: 7px 30px 7px 30px;
    font-size: 15px;
    border-radius: 30px;
    font-family: "STC";
 } */
 .bar{
    width: 70%;
    height: 25px;
    background: #FFFFFF;
    margin: 0 auto;   
    border-radius: 15px;
    display: flex;
    border: 1px solid #ddd;
    align-items: center;
}
.flexiblebar{
    /* width: 80%; */
    height: 25px;
    background: #6BCDB2;
    border-radius: 15px;
    border: 1px solid #ddd;
    /* margin-left: 2px; */
}
.percent{
    left: 40%;
    position: absolute;
    text-align: right;
    line-height: 25px;
    color: #999999 !important;
}
.course-progress{
    display: flex;
    width: 85%;
    margin: 0 auto;
}
.course-progress > h4 {
    line-height: 9px;
}
.gallery-container{
    width: 100%;
    display: inline-block;
    margin-bottom: 50px;
}
.single-card{
    width: 33%;
    display: inline-block;
    padding: 0 20px;
}
.single-video{
    width: 100%;
    display: block;
    margin-top: 33px;
}
.video-item{
    width: 90%;
    margin: 0 auto;
    display: block;
    filter: drop-shadow(8px 7px 7px rgba(0, 0, 0, 0.25));
}
.single-course-details{
    display: block;
    width: 100%;
    margin: 12px auto;
}
.single-course-details > div > img {
     cursor: pointer;
}
.left-user-details{
    float: left;
    width: 50%;
    display: flex;
    align-items:center;
}
.left-user-details > p{
    margin:0px 0px 0px 10px;
}
.right-user-details{
    float: right;
    text-align: right;
    width: 30%;
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
}
.like-icon{
    margin-right: 10px;
}
/* Child Profile styles */


/* Media Queries */
/* @media(max-width:1000px){
.footer{
    height: 150px;
}
 .footer-navigations {
    display: flex;
    flex-direction: column;
    flex-basis: auto;
    padding-right: 20px;
}
.footer-navigations > a {
    line-height: 23px;
}
.social-media-icons {
    padding-left: 20px;
}

} */
.modal-body > .active:hover{
    color:#f49422;
}
a:visited {
    color:unset;
}
a:hover {
    color:black;
}
.remove-child:hover{
    color: inherit;
}
#overlay {
    position:fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.75);
    /* z-index: 9; */
    cursor: pointer;
    overflow: hidden;
  }

  .signs-video{
    width: 15% !important;
    height: 15%;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 99999999999;
    border-radius: 0px;    
    border: solid 1px whitesmoke;
}


.modal-content{
    overflow: hidden;
}
button.close{
    position: absolute;
    right: 0px;
    top: 13px;
}

.inline-block{
    display: inline-block !important;
}
.width-auto{
    width: auto !important;
}
.general-btn{
    background-color: #F39422;
    /* opacity: 90%; */
    color: #fff;
    border: none;
    outline: none;
    /* width: 230px !important; */
    /* margin-top: 2rem; */
    display: inline-block;
    cursor: pointer;
    margin: 0 10px;
    padding: 4px 30px 4px 30px;
    font-size: 20px;
    border-radius: 30px;    
}

.circle-bordered-text{
    border: solid 1px #bebcbc;
    border-radius: 30px !important;
    font-size: 23px !important;
    padding: 12px 42px !important;
    font-family: "STC";
    background-color: #ffffff;
    color: #908f91;
    text-align: center;
}

.wrapper1 {
    border-color: #6fbba4 !important;
    background-color: #6fbba4 !important;
    color: #fff !important;
    text-align: center;
    border-radius: 30px;
    padding: 8px;
    font-size: 19px;
}
.pay-label{
    font-weight: normal !important;
    text-align: left;
    font-size: 22px !important;
    color: #686868 !important;
    margin-bottom: 0 !important;
}
.fixed-width-200{
    width:200px !important;
    height: 27.42px;
}

.cell-centered td, .cell-centered th{
    text-align: center;
}

.card.not-selected{
    opacity: 0.6;
    position: relative;
}
.card.not-selected::after{
    content: '';
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    cursor: pointer;
}

.disabled-text{
    color: gray;
    cursor: not-allowed;
    opacity: 0.5;
    pointer-events: none
}

.read-more-btn{
    display: block;
    width: 75%;
    text-align: left;
    margin: 5px auto;    
}



/** testimonials template 1*/
.testimonials-wrapper{
    text-align: center;
    margin-top:100px;
}
.testimonial-item {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    color: #9e9e9e;
    display: inline-block;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 16px;
    margin: 35px 10px 10px;
    max-width: 310px;
    min-width: 250px;
    position: relative;
    text-align: center;
    width: 100%;
    background-color: #ffffff;
    border-radius: 5px;
    border-top: 5px solid #d2652d;
  }
  
  .testimonial-item *,
  .testimonial-item *:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
  }
  
  .testimonial-item figcaption {
    padding: 13% 10% 12%;
  }
  
  .testimonial-item figcaption:before {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    color: #d2652d;
    content: "\f10e";
    font-family: 'FontAwesome';
    font-size: 32px;
    font-style: normal;
    left: 50%;
    line-height: 60px;
    position: absolute;
    top: -30px;
    width: 60px;
  }
  
  .testimonial-item h3 {
    color: #3c3c3c;
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
    margin: 10px 0 5px;
  }
  
  .testimonial-item h4 {
    font-weight: 400;
    margin: 0;
    opacity: 0.5;
  }
  
  .testimonial-item blockquote {
    font-style: italic;
    font-weight: 300;
    margin: 0 0 20px;
  }

  
  .wizard-btns-container{
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .secondary-btn{
    background-color: transparent !important;
    color: #F39422 !important;
    border: 1px solid #F39422 !important;    
  }

  /* radio card style*/
  .wizard-section {
    height: 100%;
    width: 100%;
    display: block;
    position: relative;
    padding: 3rem 1rem 7rem 1rem;
    z-index: 2;
    margin: 0;
    opacity: 1;
    background-color:#e9e9e9;
}
  .userReg-section {
    /* height: 100%; */
    width: 90%;
    z-index: 203;
    max-width: 550px;
    display: block;
    position: relative;
    padding: 3rem 1rem 4rem 1rem;
    margin: 0 auto;
    border-radius: 25px;
    background-color: #fff;
}
.userReg-section > .reg-form > .reg-title{
    margin-bottom: 20px;
    padding-top: 4px;
}
.userReg-section > .reg-form > form > .wizard-btns-container > button{
    margin: 2rem auto 4rem;
}
  .radio-card-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 2px;
    flex-direction: column;
}
.radio-card-box {
    border-radius: 50px !important;
    color: #fff;
    cursor: pointer;
    text-align: center;
    padding: 10px 0px;
    margin-bottom: 8px;
    margin-top: 8px;
    width: 100%;
    font-size: 19px;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}
  .radio-card-box:hover {
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1);
}
.radio-card-box.selected {
    background-color: #d9d9d9;
}

.radio-card-img{
    /* margin-bottom: 20px; */
    /* width: 25%; */
    margin: 0;
}
.radio-card-img i {
    font-size: 25px;
}
.radio-card-box.selected i {
    color:#fff;
}

.radio-card-text{
    /* margin-top: 40px; */
    width: 75%;
}
.by-mob {
    background-color: #F39422;
}
.by-email{
    background-color: #6fbba4;
}
.by-fb{
    background-color: #0c59c5;
}
#userReg-overlay{
        position: fixed;
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0,0,0,0.4);
        z-index: 101;
        overflow: hidden;
}
.close-fa-times > .fa-times{
    top: 18.8%;
    color: #F39422;
    background-color: #fff;
}
.close-userReg{
    display: flex !important;
    justify-content: flex-end !important;
    width: 90% !important;
    margin: 0 auto !important;
    font-size: 18px !important;
}
.pay-info-field{
        width: 100%;
        font-size: 19px;    
}
@media(max-width:1290px){
    .intro-section {
        width: 90%;
    }
    .landing-video {
        max-width: 500px;
    }
}
@media(max-width:1060px){
    .landing-video {
        max-width: 470px;
    }
    .intro-landing-h1 {
        font-size: 35px !important;
    }
}
/* @media only screen and (max-width: 992px) {
    .intro-section {
        height: auto;
        display: flex;
        padding-bottom: 30px;
        flex-direction: column-reverse;
    }
    .intro-video {
        width: 85%;
        display: flex;
        margin: 0 auto;
        padding-top: 6%;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
   
      
    .action-text-intro > div {
        width: 90%;
        margin: 5px auto;
    }
    .video-intro-section {
        display: block;
        width: 100%;
        padding: 0px;
        float: none;
        margin: 0 auto;
    }
    .landing-video {
        max-width: 100%;
        margin:30px auto 25px auto;
    }
    .action-text-intro {
        display: block;
        width: 100%;
        float: none;
    }
    .intro-landing-h1 {
        font-size: 30px !important;
        padding: 0;
    }
    .intro-paragraph {
        width: 100%;
        font-size: 15px !important;
        margin: 0 auto;
        padding: 0px;
    }
    .call-to-action-btn{
        margin: 20px 0 0 0;
    }
    .action-text-intro {
      margin-top: 0;
    }
   
   
    .categories-container {
        padding-top: 0px;    
        border-radius: 150px 0 150px 0;
    }
    .categories-container > .intro-title {
        padding-top: 35px;
    }
    .all-related-courses {
        justify-content: space-evenly;
    }
    .footer{
        position: unset;
    }
} */
@media(max-width:800px){
    .intro-video > video{
        padding:15px;
        padding-top: 40px;
      }
   
    .each-cat > img {
        width: 100%;
    }
    .single-category {
        padding-bottom: 2rem;
    }
    .reg-form > form {
        width:100%;
    }
    .userReg-section {
        padding: 1rem 0.5rem 1rem 0.5rem;
    }
    .radio-card-box {
        font-size:15px;
    }
    /* .paymentPlan-btns{
        display: flex;
        grid-gap: 15px;
        flex-direction: column;
    
} */
}

/* @media(max-width:768px){
    .intro-paragraph{
        width: 100%;
      }
      .single-certificate {
        width: 25%;
    }
    .single-certificate > img {
        width: 50%;
        height: 60%;
    }
    .certificates-section {
        height: auto;
    }
    .certificate-container{
        border-radius: 100% 100% 0 0;
    }
    .intro-title-certificate{
        font-size: 18px;
    }
    .single-certificate > p {
        font-size: 12px;
        line-height: 20px;
    }
    .categories-container {
        padding-bottom: 0;
        border-radius:100px 0 100px 0px;
    }
    .each-cat > p {
        font-size: 10px !important;
    }
    .all-related-courses > div > img {
        padding-bottom: 6px;
        width: 50px;
    }
    #circle-big {
        width: 110px;
        height: 110px;
    }
    #circle-small {
        width: 70px;
        height: 70px;
        visibility: hidden;
    }
    .courses-section {
        padding-bottom: 30px;
        height: 100%;
    }
    .owl-next, .owl-prev {
        width: 10%;
    }
}
 */
/* @media(max-width:650px){
    .intro-video > img {
        width: 90%;
    }
    .intro-container {
        background-size: unset;
    }
    .inline-group{
        width: 100%;
    }
} */
@media(max-width:500px){
    input[type=checkbox].ckb + label {
        font-size: 13px;
    }
    .single-card {
        width: 100%;
        display: inline-block;
    }
    .social-login-container > a > img{
        width: 50px;
    }
    .social-login-container {
        margin-top: 20px;
    }
 
}
@media(max-width:380px){
    .label-mawaheb {
        left:70px;
    }
 
    .or {
        /* top: 335px; */
        /* left: 130px; */
    }
    /* .social-login-container > a > img {
        width: 20%;
    } */

}

.owl-carousel .item {
    width: 100% !important;
    }
.iframe-video-carousel {
    width:100%;
    height: 100% !important;
}
.iframe-video-carousel2 {
    width:100%;
    height: 600px !important;
}
.owl-carousel .owl-item img {
    width: 100% ;
    height: 100%;
    border-radius: 24px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    height: 35rem !important;
    z-index: 8;
}
.slider-items {
    width: 90% !important;
    margin: 0 auto !important;
}
.autoCompleteResults
{
    cursor: pointer;
    text-align: left;
    /* border-left: 1px solid orange;
    border-right: 1px solid orange;
    border-bottom: 1px solid orange; */
}
/* .suggestionContainer{
    position: absolute;
    width: 90%;
    padding: 0;
    box-sizing: border-box;
    padding: 5px;
    min-width: 22px;
    width: 300px;
    min-height: 30px;
    max-height: 182px;
    border-radius: 0;
    border-top: none;
    background:transparent;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    outline: 0;
    right: -220px;
    top: 21px;
    overflow: auto;
}
.suggestionContainerMobile{
    position: absolute;
    width: 90%;
    padding: 0;
    box-sizing: border-box;
    padding: 5px;
    min-width: 22px;
    min-height: 30px;
    border-radius: 0;
    border-top: none;
    background:transparent;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    outline: 0;
    overflow: auto;
    z-index: 5;
}
.allSearch{
    border-radius: 0 0 15px 15px;
    background-color: rgba(234,233,232,1);
}
.allSearch a {
   color: #000 !important;
   text-decoration: none !important;
}
 */
.modal-content2{
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    outline: 0;    
}
.close2{
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    float: right;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;    

}
.wizard-btns-container{
    display: flex;
}
/* terms and policy */
/* .section-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    margin: 0;    
    background-color: #e9e9e9;
} */
/* .content-container{
    width: 95%;
    margin: 0 auto;
    background-color: #fff;
    color: #606060;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    border-radius: 50px;
    padding: 4rem 7rem;
    font-size: 15px;
} */

/* @media only screen and (max-width: 992px) {
    .content-container {
        padding: 2rem;
    }
} */

.back-button{
    background-color: transparent !important;
    color: #F39422 !important;
    border: 1px solid #F39422 !important;
    text-decoration: none !important;
    text-align: center !important;
}


.pay-title{
    display: flex;
    align-items: center;
}

.pay-form{
    margin:5px auto 25px auto !important;
}
.uploaded-area-wrapper {
    /* max-height: 232px;
    overflow-y: scroll; */
}

.uploaded-area .row-area{
    margin-bottom: 5px;
    background: #E9F0FF;
    list-style: none;
    padding: 15px 20px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;    
}

.uploaded-area .row-area .content {
    display: flex;
    align-items: center;
}

.uploaded-area .row-area i {
    color: #6990F2;
    font-size: 30px;
    cursor: pointer;
}

.uploaded-area .row-area .details {
    display: flex;
    margin-left: 15px;
    flex-direction: column;
}



.uploaded-area .details span {
    font-size: 14px;
}
.uploaded-area .row-area .details .size {
    color: #404040;
    font-size: 11px;
}


.uploaded-area  .progress-bar{
    height: 10px;
    width: 40%;
    margin-bottom: 4px;
    background: #fff;
    border-radius: 30px;
  }
  .uploaded-area .progress-bar .progress{
    height: 100%;
    width: 0%;
    background: #6990F2;
    border-radius: inherit;
  }
@media(max-width:600px){
    .label-mawaheb {
        left: 90px;
    }
    .wizard-btns-container {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }
    .wizard-btns-container >.submit-button-auto {
        margin: 1.2rem auto 0rem !important;
    }
    .stripe-container{
        margin: 0px auto !important;
    }

}
@media(max-width:450px){
    .label-mawaheb {
        left: 50px;
    }
    .form-modal {
        width: 100%;
        margin: 60px auto 0 auto;
    }
}

/* 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;
}


.account-type-container{
    display : flex;
    justify-content : space-evenly;
    align-items: center;
}
.account-type-item{
    font-size: 19px;
    padding: 9px 22px;
    cursor: pointer;
    border: 1px #bebcbc solid;
    color: #b6b6b3;
    border-radius: 30px;
}
.account-type-item.selected{
    border:1px #6fbba4 solid;
    border-radius: 30px;
    color: #fff;
    background-color:#6fbba4 ;
}
.account-type-text{
    font-size:19px;
    color:#A9A9A9;
}

@media(max-width: 450px){
    .account-type-item {
        padding: 9px 6px;
        margin: 0 2px;
        border-radius: 20px;
    }
    .account-type-text, .account-type-item{
        font-size: 14px;
    }
}

button.btn-width2{
    width: 330px !important;
}



.placeholder-mob2{
        left: 115px !important;
}
@media (max-width: 330px){
    .account-type-item {
    font-size: 11px;
   }
   .account-type-text{
    width: 40%;
   }
   /* .logo {
    width: 100px;
} */
}

@media (max-width: 800px){
    .switch-plan-message {
        font-size: 1.3rem !important;
    }

}
