/* global css start */

* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
}

ul {
  padding: 0;
  margin: 0;
}



a {
  text-decoration: none;
}

body{
    font-family: "DM san", sans-serif;
}

.blogGrid{
    margin: 10px 0;
    transition-duration: 0.
}
.hiddenUntilReady {
    display: none !important;
}


.blogGrid image h4 {
    position: absolute;
    top: 1%;
}

.blogGrid .image {
    position: relative;
    z-index: -1;
}

.xc-header-banner-three__shapes .shape-1 {
    position: absolute;
    left: 120px;
    top: 160px;
    z-index: -1;
    animation: xc-moveY 10s infinite;
}

.xc-header-banner-three__shapes .shape-2 {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    animation: xc-moveX 9s ease-in-out infinite;
}
.xc-header-banner-three__shapes .shape-3 {
    position: absolute;
     right: 200px;
    top: 130px;
    z-index: 1;
    animation: xc-moveX 8s infinite;
}

.xc-header-banner-three__shapes .shape-4 {
    position: absolute;
      bottom: 70px;
    right: 50px;
    z-index: -1;
    animation: xc-moveY 7s infinite;
}


@keyframes xc-moveX {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(100px);
    }
    100% {
        transform: translateX(0);
    }
}


@keyframes xc-moveY {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px); /* Moves up by 20px */
    }
    100% {
        transform: translateY(0);
    }
}

.blogGrid .image h4 {
    position: absolute;
    top: 5%;
    text-align: center;
    border: 2px solid #ffffff;
    padding: 5px;
    left: 5%;
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    background-color: #0000000d;
}

.blog-content {
    background-color: #1275bc;
    color: #fff;
    padding: 25px;
    width: 90%;
    margin: -48px auto 0;
    z-index: 999999999;
    transition-duration: 0.2s;
}

.blog-sidebar {
    background-color: #fafafa;
    padding: 20px;
}

.widget_categories ul li a {
    display: block;
    color: #000;
    padding: 2px 0px;
}

.widget_categories .card-body a {
    display: block;
    line-height: 22px;
    color: #000000;
    font-size: 16px;
}

.single-blog-content p {
    font-size: 15px;
    text-align: justify;
    margin: 10px 0;
}

.blog-content h5 a {
    text-decoration: none;
    color: #fff;
    line-height: 25px;
    margin: 0;
    font-weight: bold;
}

.blog-content span {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
}

.single_blog_thumb img {
    max-width: 100%;
    display: block;
    margin: 30px 0;
    border-radius: 10px;
}

.loading {
    background: #58b71a;
    height: 4px;
    width: 0%;
    position: fixed;
    top: 0;
    z-index: 999999999;
    box-shadow: 0 0 20px #ffeaea;
}

.blogCompany {
    padding: 20px 0;
    min-height: 500px;
}

/* global css end */



.testimonialMain {
    background: linear-gradient(135deg, #FBB8B6 0%, #A7A5F3 99.48%);
    padding: 50px 0;
}


.testimonialMain h1 {
    text-align: center;
    font-weight: bold;
    margin: 0;
    padding-bottom: 40px;
    line-height: 50px;
    font-size: 50px;
       font-family: sans-serif !important;
}
.heart {
    color: #59b61a;
}
.testimonialMain h4 {
    text-align: center;
    font-weight: bold;
    color: #4285f4;
    margin: 0;
    padding-bottom: 14px;
       font-family: sans-serif !important;
}

.testimonialGrid {
    padding: 20px;
    background-color: #ffff;
    border-radius: 20px;
    margin-bottom: 20px;
}
.person {
    display: flex;
    margin-top: 30px;
}
.personImg img {
    width: 50px;
    border-radius: 50%;
}

.personInfo {
    margin-left: 20px;
}

.personInfo h5 {
    margin: 0;
    font-size: 18px;
    margin-bottom: 5px;
       font-family: sans-serif !important;
}

.testimonialGrid h6 {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
       font-family: sans-serif !important;
}
.testimonialGrid p {
    margin: 0;
    font-family: sans-serif !important;
}


.categoryHead {
    background-color: #f2f2f2;
    padding: 120px 0 50px;
}

.typeJsWrapper span {
    display: block;
    color: #58b71a;
    padding: 0;
    font-weight: bold;
    font-size: 50px;
    margin-top: -15px;
    height: 80px;
}

header{
    background-color: #ffedd5;
    padding: 10px 0;
    box-shadow: 0px 8px 20px #b1b1b1;
    position: fixed;
    z-index: 99;
    width: 100%;
}

.mainLogo a img {
    display: block;
    width: 100%;
    transition-duration: 0.3s;
}

.mainLogo a img:hover {
    transform: scale(1.1);
}

.mainLogo a {
    display: block;
    margin: 8px 0;
}

ul.mainMenu li a {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #282828;
    padding: 20px 15px;
    transition-duration: 0.2s;
    letter-spacing: -0.1px;
}

ul.mainMenu li a:hover{
    color: #f97316;
}

ul.mainMenu li {
    display: inline-block;
}

ul.mainMenu {
    text-align: center;
    list-style-type: none;
}

.searchBox {
    margin-top: 15px;
}

.searchBox .form-control {
    border-radius: 3px;
    border: navajowhite;
}

.searchBox .input-group-text {
    border: none;
    background-color: #fff;
    border-radius: 0 3px 3px 0;
    cursor: pointer;
    transition-duration: 0.2s;
}

.searchBox .input-group-text:hover{
    background-color: #f97316;
    color: #fff;
}

ul.leftOption li {
    display: inline-block;
    margin: 0px 7px;
}

ul.leftOption {
    text-align: center;
    display: block;
    margin-top: 15px;
    list-style-type: none;
}

.dashboard_menu {
	box-shadow: 0 0px 4px 0 #e9e9e9;
}
.dashboard_menu .nav-tabs li.nav-item a {
	text-align: left;
	padding: 12px 20px;
	border-radius: 0;
	border-bottom: 1px solid #efefef;
	color: #2b2f4c;
}
.dashboard_menu .nav-tabs li.nav-item a.active {
	background-color: #f97316;
	color: #fff;
}
.dashboard_menu .nav-tabs li.nav-item a i {
	margin-right: 8px;
	vertical-align: middle;
}

.signUpBtn {
    display: block;
    background-color: #f97316;
    color: #fff;
    padding: 5px 15px;
    border-radius: 20px;
    transition-duration: 0.3s;
}

.signUpBtn:hover{
    background-color: #444;
    color:white;
}

.loginBtn {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #444;
    transition-duration: 0.2s;
}

.loginBtn:hover{
    color: #f97316;
}

.darkModeCls {
    background-color: #eee;
    color: #444;
    padding: 5px 10px;
    border-radius: 50%;
    font-size: 20px;
    box-shadow: 0 0 5px #d2d2d2;
    width: 39px;
    display: inline-block;
    height: 39px;
}

.homeSliderPart {
    padding: 100px 0 50px;
    position: relative;
    background: linear-gradient(180deg, #F1F4FB 0%, rgba(255, 255, 255, 0) 100%);
    /*background-color: #e2e8f0;*/
}

.typeJsWrapper {
    padding: 50px;
    padding-right:0;
}

.typeJsWrapper .typeJsText {
    display: inline-block;
    color: #4285f4;
    padding: 0;
    font-weight: bold;

}

.typeJsWrapper h2 {
    font-size: 60px;
    font-weight: bold;
    margin-bottom:15px;
}

h3.highlight {
    display: inline-block;
    font-size: 60px;
    margin-top: 15px;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-align: center;
    color: #303030;
}

.pageHead h1 {
    font-size: 36px;
    margin: 0;
    font-weight: bold;
}

.pageHead {
    padding: 120px 0 0px;
}
.pageHead ul {
        list-style: none;
    }
    
    .pageHead ul li {
        display: inline-block;
        font-weight: 500;
        text-transform: uppercase;
        font-size: 12px;
        color: #828385;
    }
    .pageHead ul li a {
        color: #4285f4;
    }
    
.typeJsWrapper p {
    font-size: 18px;
    margin: 20px 0;
    text-align: justify;
}

ul.cursesBtn{
    list-style-type: none;
    margin-top: 50px;
}

ul.cursesBtn li{
    display: inline-block;
}

a.freeCor {
    font-size: 17px;
    letter-spacing: 0.5px;
    color: #444;
    font-weight: bold;
    border: 1px solid lightgray;
    padding: 9px 16px;
    border-radius: 5px;
}

a.freeCor:hover{
    color: #4f46e5;
}

a.premiumCor {
    background-color: #4285f4;
    color: #fff;
    padding: 10px 20px 12px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.5px;
    margin-right: 15px;
    transition-duration: 0.2s;
}

a.premiumCor:hover{
    background-color: #134393;
}

.sliderGifImg img {
    display: block;
    width: 80%;
    margin: 55px auto;
}

.premiumCourses {
    padding: 50px 0;
}

.premiumCourses h1 {
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    letter-spacing: 0.5px;
    color: darkblue;
    -webkit-animation:colorchange 20s infinite alternate;
}

@-webkit-keyframes colorchange {
    0% {
    color: blue;
    }

    10% {
    color: #8e44ad;
    }

    20% {
    color: #1abc9c;
    }

    30% {
    color: #d35400;
    }

    40% {
    color: blue;
    }

    50% {
    color: #34495e;
    }

    60% {
    color: blue;
    }

    70% {
    color: #2980b9;
    }

    80% {
    color: #f1c40f;
    }

    90% {
    color: #2980b9;
    }

    100% {
    color: pink;
    }
}

.premiumGrids {
    margin-top: 50px;
}

.premiumGrids .col-md-3 {
    width: 20%;
    padding: 0px 10px;
}

a.premiumGridBox {
    display: block;
    text-align: center;
    border: 1px solid lightgray;
    padding: 20px 10px;
    border-radius: 10px;
    margin: 10px 0;
    transition-duration: 0.3s;
    background-color: #fff;
}

a.premiumGridBox:hover{
    transform: scale(1.03);
    box-shadow: 0 0 10px #58b71a;
}

.premiumGridBox h4{
    font-size: 25px;
    color: #444;
    font-weight: 600;
    margin: 0;
    height:35px;
    overflow:hidden;
}

.premiumGridBox span{
    display: block;
    font-size: 14px;
    color: #444;
    font-weight: bold;
    margin: 2px 0 0;
}

.premiumGridBox img{
    display: block;
    width: 100%;
    border-radius: 5px;
    margin: 15px 0;
    height:160px;
}

.premiumGrids .col-md-4 img {
    height: 220px;
}

.premiumGrids .col-md-6 img{
    height:250px;
}

a.premiumGridBox b{
    font-size: 18px;
    color: #444;
    display: block;
}

a.premiumGridBox h3{
    color: #16a34a;
    font-weight: bold;
    font-size: 18px;
    margin: 5px 0;
}

.offerBox {
    display: flex;
    text-align: center;
    justify-content: space-evenly;
    margin: 10px 0;
    height: 60px;
}

.offerBox h5 sup {
    font-size: 14px;
    font-weight: 500;
    margin-left: 5px;
    color: #aaaaaa;
}

.offerBox h5 {
    color: #444;
    margin: 10px 0;
    font-size: 20px;
    font-weight: bold;
}

.offerBox aside {
    background-color: #f97316;
    color: #fff;
    width: 50px;
    text-align: center;
    border-radius: 6px;
    font-size: 15px;
    line-height: 20px;
    padding: 7px 0;
}

a.premiumGridBox p{
    color: #444;
    line-height: 22px;
    margin: 0 0 10px;
}

a.premiumGridBox h6{
    font-size: 17px;
    color: #000;
}

a.premiumGridBox button{
    display: block;
    width: 70%;
    margin: 20px auto 0;
    border-radius: 5px;
    border: none;
    background-color: #4285f4;
    transition: 0.5s all;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 7px 0 9px;
    letter-spacing: 0.5px;
}
a.premiumGridBox button:hover {
    background-color: #174ca3;
}
.premiumGridBox ul{
    list-style-type: none;
    margin-top: 20px;
}

.premiumGridBox ul li i {
    margin-right: 5px;
    color: #58b61a;
}

.premiumGridBox ul li {
    font-size: 14px;
    color: #444;
    padding: 5px 0;
    display: flex;
    text-align: left;
    align-items: center;
}

.premiumCourses.coreSubject {
    background-color: #e2e8f0;
}

a.youtubePart {
    display: block;
    width: 100%;
    padding: 50px 0;
}

.youtuberImg img {
    display: block;
    width: 75%;
    margin: 0px auto;
}

.channelInfo {
    margin: 60px 0;
}

.channelInfo h1 {
    font-size: 41px;
    letter-spacing: 1px;
    color: #0084bb;
}

.channelInfo h1 i {
    color: red;
}

.channelInfo h2 {
    font-weight: bold;
    color: #292929;
    letter-spacing: 1px;
    margin: 18px 0 10px;
}

.channelInfo h2 i{
    color: red;
}

.channelInfo em {
    font-size: 22px;
    color: #444;
    font-weight: bold;
    letter-spacing: 1px;
}

.counterBox {
    border-left: 2px solid #ccc;
    padding: 10px;
    margin: 20px 0;
}

.counterBox h3 {
    font-size: 35px;
    color: #222;
}

.counterBox span {
    display: block;
    font-size: 17px;
    color: #444;
}

footer {
    background-color: #343948;
}

.mainFoot {
    padding: 50px 0 20px;
}

a.footLogo img {
    display: block;
    width: 45%;
}

a.footLogo {
    display: block;
}

.mainFoot p {
    color: #a9a9a9;
    margin: 20px 0;
    font-size: 17px;
}

ul.socialIcons{
    list-style-type: none;
    margin-top: 30px;
}

ul.socialIcons li{
    display: inline-block;
}

ul.socialIcons li a {
    display: block;
    width: 45px;
    text-align: center;
    background-color: #555555;
    color: #fff;
    font-size: 20px;
    padding: 6px 0;
    border-radius: 50%;
    margin-right: 10px;
    transition-duration: 0.2s;
}

ul.socialIcons li a:hover{
    background-color: #444;
}

.mainFoot h4 {
    color: #fff;
    margin-bottom: 20px;
}

ul.quickLinks li a {
    display: block;
    color: #fff;
    font-size: 17px;
    padding: 4px 0;
    transition-duration: 0.2s;
}

ul.quickLinks li a:hover {
    padding-left: 4px;
}

ul.quickLinks {
    list-style-type: none;
}

a.mailText {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.5px;
}

.paymentImg {
    margin: 30px 0 0px;
}

.paymentImg img {
    display: block;
    width: 100%;
}

.bottomFoot p {
    margin: 0;
    font-size: 17px;
    letter-spacing: 1px;
    color: #aaaaaa;
}

.bottomFoot {
    border-top: 1px solid #5f5f5f;
    padding: 15px 0;
    text-align: center;
}

#button {
    display: inline-block;
    background-color: #4285f4;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 30px;
    left: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}

#button:hover {
  cursor: pointer;
  background-color: #333;
}

#button:active {
  background-color: #555;
}

#button.show {
  opacity: 1;
  visibility: visible;
}

a.whatApp img {
    display: block;
    width: 100%;
}

a.whatApp {
    display: block;
    width: 65px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999999;
    border-radius: 50%;
}

.partnerSliderMain {
    padding-top: 50px;
}

#menu__toggle {
  opacity: 0;
  display: none;
}

#menu__toggle:checked ~ .menu__btn > span {
  transform: rotate(45deg);
}
#menu__toggle:checked ~ .menu__btn > span::before {
  top: 0;
  transform: rotate(0);
}
#menu__toggle:checked ~ .menu__btn > span::after {
  top: 0;
  transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
  visibility: visible;
  right: 0;
}

.menu__btn {
  display: none;
  align-items: center;
  position: fixed;
    top: 25px;
    right: 40px;
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 99999;
}

.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #616161;
  transition-duration: .25s;
}
.menu__btn > span::before {
  content: '';
  top: -8px;
}
.menu__btn > span::after {
  content: '';
  top: 8px;
}

.menu__box {
  display: block;
  position: fixed;
  visibility: hidden;
  top: 0;
  z-index: 9999;
  right: -100%;
  width: 300px;
  height: 100%;
  margin: 0;
  padding: 40px 0;
  list-style: none;
  background-color: #ECEFF1;
  box-shadow: 1px 0px 6px rgba(0, 0, 0, .2);

  transition-duration: .25s;
}

.menu__item {
  display: block;
  padding: 8px 24px;

  color: #333;

  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 600;

  text-decoration: none;

  transition-duration: .25s;
}
.menu__item:hover {
  background-color: #CFD8DC;
}

.categoryPage {
    background-color: #f8fafc;
    padding-bottom: 50px;
}
.categoryPage h1 {
    margin-top: 10px;
}
ul.filterLists {
    list-style-type: none;
}

ul.filterLists li {
    margin-left: 20px;
    display: inline-block;
}

ul.filterLists li.nav-item {
    margin: 0 !important;
}

ul.filterLists select.form-select {
    background-color: #fff;
    color: #787878;
    font-size: 17px;
    letter-spacing: 0.5px;
}

.ctgGrids {
    padding: 20px 0;
}

.courseFilter {
    display: block;
    text-align: right;
    padding-top: 30px;
}

.singlePage {
    padding: 20px 0;
}

.courseDetails h2 {
    font-size: 36px;
    margin: 0;
}

.courseDetails p {
    font-size: 17px;
    margin: 20px 0 15px;
}

.rate {
    height: 45px;
}

.rate:not(:checked) > input {
    position:absolute;
    top:-9999px;
}

.rate:not(:checked) > label {
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    color:#ccc;
}

.rate:not(:checked) > label:before {
    content: '★ ';
}

.rate > input:checked ~ label {
    color: #ffc700;    
}

.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #deb217;  
}

.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}


.syllabus .question:first-child {
  border-radius: 10px 10px 0 0; /* Top-left and top-right rounded corners */
}

.syllabus .question:last-child {
  border-radius: 0 0 10px 10px; /* Bottom-left and bottom-right rounded corners */
}

.syllabus .question:nth-last-child(2) {
  border-radius: 0 0 10px 10px; /* Apply border-radius to the second-to-last lession */
}

.syllabus .answercont:last-child {
  border-radius: 0 0 10px 10px; /* Bottom-left and bottom-right rounded corners */
}

.syllabus .question.active {
    background: #f1f3f8;
}
.syllabus .question.active:nth-last-child(2) {
    border-radius: 0 0 0 0;
}
.syllabus {
    padding: 20px 0;
}

.syllabus .question {
    margin: 0;
    border-bottom: 1px solid #e4e9f2;
}

.questionTitle {
    width: 100%;
}

.questionTitle h4 {
    font-size: 14px;
    font-weight: bold;
    color: #151a30;
}

.questionTitle span {
    font-size: 12px;
    color: #2e3a59;
    font-weight: 400;
    display: block;
}

.syllabus h3 {
    font-size: 26px;
    color: #0f1428;
    margin-bottom:20px;
}
.syllabus h3 span {
    color: #878585;
    background-color: #d7e3f5;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 48px;
}


.ansBox h4 {
    font-size: 14px;
    color: #4f5159;
    margin-bottom: 3px;
}

.ansBox i {
    color: #444;
    font-size:12px;
}

.ansBox span {
    display: block;
    color: #a9a1a1;
    font-size: 12px;
}

.question {
  font-size: 1.2rem;
  font-weight: 600;
  padding: 16px;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  background-color: #fff;
  margin: 10px 0;
}

.question::after {
  content: "\f107";
  font-size: 16px;
  position: absolute;
  right: 20px;
  transition: 0.2s;
  font-family: 'Font Awesome 5 Free';
}

.question.active::after {
  transform: rotate(179deg);
}

.answercont {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}


.question.active + .answercont {
    max-height: unset !important;
}



.syllabus .answer a {
    border-bottom: 1px solid #e4e9f2;
    display: block;
    background-color: #fff;
    padding: 10px;
}


.faqQuestion {
    color: #42495b;
    font-weight: 600;
    padding: 15px 30px 15px 20px;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    border-radius: 5px;
    margin: 8px 0;
    background-color: #fefefe;
    border: solid 1px #e8e8e8;
    font-size: 16px;
}

.faqAnswercont {
    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
    margin-top: -10px;
    border: 1px solid #e8e8e8;
    border-top: 0;
}

.faqQuestion::after {
  content: "\f107";
  font-size: 16px;
  position: absolute;
  right: 20px;
  transition: 0.2s;
  font-family: 'Font Awesome 5 Free';
}

.faqQuestion.active::after {
  transform: rotate(179deg);
}


@media screen and (max-width: 790px){
    html {
        font-size: 14px;
    }

    .wrapper {
      width: 80%;
    }
    
    .categoryHead {
        background-color: #f2f2f2;
        padding: 140px 0 10px;
    }
    
}

.faqBox {
    margin-bottom: 20px;
}



.author_Card .author_Pfp img {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    margin-right: 10px;
}

.author_Card .author_Top {
    display: flex;
    align-items: center;
}

.author_Card .author_name h4 {
    margin: 0;
    padding-left:10px;
}

.author_Card .author_name ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-flex;
    margin-top: 5px;
}

.author_Card .author_name ul li a {
    width: 35px;
    height: 35px;
    display: block;
    text-align: center;
    margin-right: 10px;
    color: #cacaca;
    font-size: 19px;
    border-radius: 100%;
    transition: 0.3s background;
    padding: 5px;
}

.author_Card .author_name ul li a:hover {
    color: #ffffff;
    background: #4285f4;
}

.reviewPart h3 {
    font-size: 28px;
    color: #000000;
}

.reviewPart {
    margin: 45px 0 20px;
}

.reviewRating {
    flex-direction: row;
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.reviewRating .rating {
    max-width: 100px;
    width: 100px;
    text-align: left;
    margin-right: 30px;
}

.reviewRating .rating h2 {
    font-size: 50px;
    font-weight: bold;
    color: #0d6efd;
    margin: 0;
}

.reviewRating .rating span {
    font-size: 14px;
    color: #7a7676;
}

.reviewRating .ratingBar {
    display: flex;
    width: 100%;
}

.reviewRating .ratingBar ul {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}

.reviewRating .ratingBar ul li {
    display: flex;
    align-items: center;
}

.reviewRating .ratingBar ul li span {
    width: 25px;
    text-align: center;
    font-size: 15px;
}

.reviewRating .ratingBar ul li i {
    width: 25px;
    color: #ffbf00;
    font-size: 14px;
}

.reviewRating .ratingBar ul li .progress {
    height: 8px;
}


.descriptionBox {
    margin: 0px 0 40px;
}

.courseVideo img {
    display: block;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 17px;
    transition-duration: 0.3s;
}

.courseVideo:hover img{
    transform: scale(1.05);
    cursor: pointer;
}

.courseVideo iframe {
    height: 400px;
}

.courseVideo {
    overflow: hidden;
}

.courseSide span {
    display: block;
    color: #444;
    letter-spacing: 0px;
    word-spacing: 5px;
    font-weight: 600;
    font-size: 17px;
}

.buyNowBtn {
    display: block;
    background-color: #3f84f7;
    text-align: center;
    font-size: 16px;
    padding: 8px 0 8px;
    color: #fff;
    text-transform: uppercase;
    word-spacing: 4px;
    border-radius: 5px;
    transition-duration: 0.3s;
}

.buyNowBtn:hover{
    background-color: #265fbf;
    color: white;
}

.freeTrailBtn {
    display: block;
    background-color: aliceblue;
    text-align: center;
    font-size: 16px;
    padding: 8px 0 8px;
    color: #000000;
    text-transform: uppercase;
    border: 1px solid #d4d5d5;
    transition-duration: 0.3s;
    border-radius: 5px;
}

.freeTrailBtn:hover{
    background-color: #000000;
    color: #fff;
    border: 1px solid #000000;
}

.courseSide ul li {
    padding: 5px 0;
    color: #444;
    font-weight: 500;
}

.authorPart h3{
    margin_bottom:20px;
}
.courseSide ul li i{
    width: 25px;
}
.courseSide h4 {
    font-size: 22px;
    font-weight: 500;
    margin: 22px 0 0;
}

.courseSide {
    padding: 10px;
    box-shadow: 0 0 10px #ccc;
    border-radius: 10px;
}

.courseSide ul {
    padding: 10px;
    list-style-type: none;
}

.courseSide h3 {
    word-spacing: 5px;
    margin: 10px 0;
    color: #444;
    font-weight: 500;
}

.courseSide h3 sup {
    color: #acacac;
    font-size: 14px;
    margin-right: 25px;
}

.courseSide h3 em {
    background-color: #f97316;
    font-size: 15px;
    padding: 5px 10px;
    border-radius: 20px;
    color: #ffff;
}


    .ClientReview_Card {
        padding: 20px;
        display: flex;
        align-items: center;
        border-bottom: 1px solid #f3e9e9;
    }
    .ClientReview_Top img {
        width: 80px;
        height: 80px;
        border-radius: 100%;
        margin-right: 15px;
    }
    .ClientReview_Card:last-child {
        border-bottom: none;
    }
  .ClientReview_Pfp {
    width: 70px;
  }
  .ClientReview_Stars {
    font-size: 36px;
    padding-left: 20px;
    color: #ffbf00;
  }
  .ClientReview_Body p{
      margin:0;
  }
  .ClientReview_Name {
    color: #13588F;
    font-size: 18px;
  }
  .ClientReview_Img img {
    filter: brightness(0) invert(1) sepia(1) saturate(10000%) hue-rotate(180deg) brightness(1.1);
    position: absolute;
    right: -70px;
    bottom: -50px;
    z-index: -1;
  }
  
 .ClientReview_Body h6 {
    font-weight: bold;
    font-size: 14px;
    margin: 0;
}

.ClientReview_Body span i {
    font-size: 12px;
    color: #febf01;
}



/* Responsive-ness for different screen-sizes */

@media screen and (max-width: 1140px) {
    ul.leftOption {
        margin-top: 10px;
    }

    .searchBox {
        margin-top: 6px;
    }

    ul.mainMenu li a {
        font-size: 16px;
        padding: 10px;
    }

    .mainLogo a {
        margin: 7px 0;
    }

    .homeSliderPart{
        padding: 60px 0 50px;
    }

    .typeJsWrapper {
        padding: 50px 0;
    }

    .premiumGrids .col-md-3 {
        width: 25%;
    }
}

@media screen and (min-width: 1280px) {
    .container{
        max-width: 1200px;
    }    
}

@media screen and (min-width: 1580px) {
    .container{
        max-width: 1500px;
    }    
}

@media screen and (mx-width: 1400px) {
  .courseSide h3 em{
      font-size: 15px;
  }
}



@media screen and (max-width: 1040px) {

}


@media screen and (max-width: 992px) {
    ul.mainMenu li a{
        padding: 10px 5px;
        font-size: 14px;
    }
    
    
    
    .searchBox {
        margin-top: 1px;
    }
    
    ul.mainMenu li a {
        padding: 8px 5px;
    }

    .mainLogo a {
        margin: 8px 0;
    }

    ul.leftOption {
        margin-top: 5px;
    }

    a.signUpBtn {
        padding: 3px 6px 5px;
        font-size: 10px;
    }

    a.darkModeCls {
        padding: 3px 7px;
        font-size: 12px;
    }

    a.loginBtn {
        font-size: 13px;
    }

    ul.leftOption li {
        margin: 0px 2px;
    }

    .homeSliderPart {
        padding: 60px 0 20px;
    }

    .typeJsWrapper {
        padding: 30px 0;
    }

    .typeJsWrapper h2{
        font-size: 40px;
    }

    .typeJsWrapper .typeJsText{
        font-size: 40px;
    }

    h3#someday{
        font-size: 40px;
    }

    .typeJsWrapper p{
        font-size: 12px;
        margin: 20px 0;
    }

    a.premiumCor {
        padding: 7px 10px 9px;
        font-size: 13px;
        margin:10px;
        display:block;
    }

    a.freeCor{
        font-size: 15px;
    }

    .premiumGrids .col-md-3 {
        width: 33.333%;
    }

    .premiumCourses h1{
        font-size: 35px;
    }

    .channelInfo h1 {
        font-size: 30px;
    }

    .channelInfo em{
        font-size: 20px;
    }

    .counterBox h3{
        font-size: 22px;
    }

    .channelInfo {
        margin: 10px 0;
    }

    .youtuberImg img{
        width: 100%;
    }

    ul.socialIcons li a {
        width: 35px;
        font-size: 14px;
        margin-right: 2px;
    }

    ul.quickLinks li a {
        font-size: 12px;
        padding: 2px 0;
    }

    .mainFoot h4 {
        font-size: 18px;
        margin-bottom: 12px;
    }

    a.mailText {
        font-size: 11px;
        letter-spacing: unset;
    }

    .mainFoot p {
        margin: 10px 0;
        font-size: 12px;
    }
}

@media screen and (max-width: 767px) {
    .premiumGrids .col-md-3 {
        width: 100%;
    }
    
    .premiumGridBox img{
        height:auto;
    }
    .premiumGrids .col-md-4 img {
        height: auto;
    }
    .premiumGrids .col-md-6 img {
        height: auto;
    }
    .ClientReview_Top img{
        width: 60px;
        height: 60px;
        margin-right: 10px;
    }
    .ClientReview_Card {
        padding: 10px 2px;
    }
    .dashboard_menu{
        display:none;
    }
    
    .buyNowBtn{
        margin-bottom: 20px;
    }

    .courseFilter{
        text-align: left;
        padding-top: 0;
    }

    ul.filterLists li {
        margin-left: 0px;
        margin: 5px 0;
    }

    ul.filterLists select.form-select {
        font-size: 12px;
        width: 100px;
    }

    .offerBox h5{
        margin: 0;
    }

    a.premiumGridBox h3{
        font-size: 25px;
    }

    .offerBox{
        margin: 15px 0;
    }

    .offerBox aside{
        height: fit-content;
    }

    header {
        padding: 5px 0 15px;
    }

    .pageHead {
        padding: 150px 0 0px;
    }

    .mainFoot h4 {
        margin-top: 40px;
    }

    a.whatApp {
        width: 38px;
        bottom: 15px;
    }

    .homeSliderPart {
        padding: 150px 0 20px;
    }

    #button {
        width: 40px;
        height: 40px;
        bottom: 15px;
    }

    #button::after {
        font-size: 22px;
        line-height: 41px;
    }

    .menu__btn{
        display: flex;
    }

    ul.mainMenu{
        display: none;
    }

    .mainLogo a img{
        max-width: 200px;
    }

    .searchBox {
        width: 90%;
        margin: 5px auto;
    }

    ul.leftOption{
        margin: 15px 0 10px;
    }

    a.youtubePart{
        text-align: center;
    }

    .premiumCourses h1{
        font-size: 30px;
        margin: 0;
    }

    .mainFoot{
        text-align: center;
    }

    a.footLogo img{
        margin: 0px auto;
    }

    ul.leftOption.mobileHide {
        display: none;
    }
    .xc-header-banner-three__shapes {
        display: none;
    }
    a.freeCor {
        padding: 5px 10px;
        display:block;
        color:white;
    }
    .testimonialMain h1 {
        line-height: 30px;
        font-size: 25px;
    }
    .pageHead h1 {
            font-size: 16px;
        }
    }

@media screen and (max-width: 600px) {
  
}

@media screen and (max-width: 575px) {
  
}

@media screen and (max-width: 480px) {
  
}
