.trendingDataDesktop{
    display: inline;
}
/* Nav Dropdown styles */
.dropdown-style li a {
    font-weight: 300;
    color: #1F3F95;
    font-size: .87rem;
}
.hamburger-mobile{
    display: none;
}
.nav > .nav-header > .nav-title {
    display: inline-block;
    margin-left: 149px;
}
.nav > .nav-btn {
    display: none;
}
.nav > .nav-links {
    display: inline;
    float: right;
    font-size: 18px;
}
.nav > .nav-links > ul li a {
    display: block;
    padding: 0 8px;
    color: #1F3F95;
    line-height: 40px;
    font-size: 18px;
    text-decoration: none;
}
.nav > .nav-links > ul {
    margin-left: 165px;
    padding: 0;
    margin-top: 5px;
    list-style: none;
    position: relative;
}
.nav > .nav-links > ul li {
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
}
.nav > #nav-check {
    display: none;
}
ul li a:nth-child(2) {
    display: none;
}
.nav .nav-links ul a i {
    background-color: #fff;
    border-radius: 50px;
    padding: 7px;
    margin-left: 5px;
}
/* DROPDOWN STYLES */
.nav-postion{
    position: relative;
}
.drop-wrapper{
    /* width: 15rem!important; */
    position: absolute;
    left: 26%;
    top: .2rem;
}
.e-about{
    margin-left: 10rem;
}
.top-level-width{
    min-width: 17rem;
    max-width: 22rem;
}
.top-level-width-long{
    min-width: 22rem;
}
.parent-nav {
    /* width: 100%!important; */
    display: block;
    position: relative;
    float: left;
    line-height: 30px;
    /* background-color: #4FA0D8; */
    /* border-right: #CCC 1px solid; */
}
.parent-nav a {
    margin: 10px;
    color: #FFFFFF;
    text-decoration: none;
}
.parent-nav:hover>.u-list {
    display: block;
    position: absolute;
}
.left-space {
    margin-left: 1.1rem;
}
.top-margin{
    margin-top: .6rem;
}
.child-nav {
    display: none;
}
.child-nav .l-list {
    background-color: #E4EFF7;
    line-height: 30px;
    border-bottom: #CCC 1px solid;
    border-right: #CCC 1px solid;
    width: 100%;
}
.child-nav .l-list a {
    color: #000000;
}
.u-list {
    list-style: none;
    margin: 0;
    padding: 0px;
    /* max-width: 20rem; */
}
.u-list .u-list .u-list {
    left: 100%;
    top: 0;
    margin-left: 1px;
}
.l-list:hover {
    /* background-color: #95B4CA; */
}
.parent-nav .l-list:hover {
    background-color: #F0F0F0;
}
.expand {
    font-size: 12px;
    float: right;
    margin-right: 5px;
}
 .e-drop-mobile{
    display: none;
}
.e-about{
    z-index: 1000
}
/* end */


.white-text-link-gb{
font-weight: 500;
font-size: 13px;
line-height: 52px;
text-decoration: none;

text-align: center;

color: #FFFFFF;
}

.background-drpdwn-gb{
    background:linear-gradient(#f5f6fa, #c5cde2);
    
}

.dropdown-menu-gb {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 20rem;
    padding: 0.5rem 0;
    margin: -10px;
    font-size: 0.9rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}
.list-border-gb{
    border: 0.4px solid #0D2158;
    width: 80%;
    opacity: 0.1;
    margin-left: 5%;
}

.search-form-gb{
    border:none;background: #F1F1F1;
    border-radius: 7px; 
    max-width:455px;
    height: 56px;
}

.cart-overflow-gb{
    height:314px ; 
    border:1px solid #D9D9D9; 
    border-radius:8px;
    overflow:hidden; 
    overflow-y:scroll; 
    scrollbar-width:thin;
}

.tutor-text-gb{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 31px;
    text-align: center;
    letter-spacing: -0.02em;   
    color: #0D2158;
}

.tutor-2-text-gb{
    font-family: 'Inter';
font-style: normal;
font-weight: 300;
font-size: 17px;
line-height: 21px;
text-align: center;
letter-spacing: -0.02em;
color: #0D2158;

}


/* slider */
.arrow-img{
    position: absolute;
    font-size: 1px;
    
    height: 0px;
    width: 0px;
    border-radius:20px ;
    border: none;
    color: #e6e5ee;

}
.arrow-img-2{
    position:absolute;
    right: 2%;
    margin-top: 13%;
    height: 50px;
    width: 50px;
    border-radius:20px ;
    border: none;
    color: #0A033C;
    font-weight: 900;
    font-size: x-large;

}


.overflow-shit {
    overflow-x: hidden;
}


.prev {
    transform: rotate(-180deg);
}

.next:hover {
    text-shadow: 2px 2px 2px rgb(200, 200, 200);
}

.prev:hover {
    text-shadow: 2px -2px 2px rgb(200, 200, 200);
}

.item {
    flex: 1 0 25%;
}

@media (max-width: 1024px) {
    .item {
        flex: 1 0 33%;
    }
}

@media (max-width: 768px) {
    .item {
        flex: 1 0 50%;
    }
}

@media (max-width: 576px) {
    .item {
        flex: 1 0 100%;
    }
}
/* slider */

.nxt-button-gb{
    margin-top: 5%;
    width: 2rem;
    height: 2rem;
    font-weight: 900;
    border-radius: 2rem;
    opacity: 0.7;
border: 1px solid #0D2158;
}


/* instrutor style */
.impact-lives-text-gb{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 58px;
    line-height: 64px;
    letter-spacing: -1px;
    color: #0D2158;
}

.create-gb{
    font-weight: 400;
    font-size: 21px;
    line-height: 36px;
    color: #0D2158;
    mix-blend-mode: normal;
}

.big-button-gb{
    font-size: 14px !important;
    background: #1F3F95;
    border-radius: 5px;
    text-align: center;
    color: #FDFDFD;
    border:none;
    padding: 0.4rem 1rem !important;
}

.big-button-grn-gb{
    background: #6DA746;
    border-radius: 5px;
    text-align: center;
    color: #FDFDFD;
    border:none;
    padding: 0.7rem 1.3rem;
}

.vibarnt-header-gb{
    font-weight: 700;
    font-size: 34px;
    line-height: 41px;
    letter-spacing: -0.02em;
    color: #0D2158;
}

.vibarnt-text-gb{
    font-weight: 300;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 0.2px;
    color: #0D2158;
}

.instructor-card-gb{
    width: 416px;
    background: linear-gradient( #ffffff ,#ecedf0);
    border-radius: 11px 0px 0px 11px;
}

.criteria-header-gb{
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 142%;
    letter-spacing: 0.2px;
    color: #0D2158;
}

.styled-button-gb{
    background: #1F3F95;
    border-radius: 5px;
    text-align: center;
    color: #FDFDFD;
    border:none;
    padding: 0.7rem 1.3rem;
    border: 4px  solid  #ffffff;
    /* box-shadow: #A6CE39 0px 1px 1px, #A6CE39 0px 0px 0px 1px; */
    
}

.wide-button-gb{
    background: #1F3F95;
    border-radius: 5px;
    text-align: center;
    color: #FDFDFD;
    border:none;
    padding: 0.7rem 40%;
}

.sign-up-text-gb{
font-family: 'Inter';
font-style: normal;
font-weight: 700;
font-size: 40px;
line-height: 40px;
text-align: center;
letter-spacing: -1px;
color: #0D2158;
}

.forgot-gb{
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 19px;
text-align: center;
color: #A6CE39;
}

.wide-button-grn-gb{
    background: #A6CE39;
    border-radius: 5px;
    text-align: center;
    color: #FDFDFD;
    border:none;
    padding: 0.7rem 21%;
    
}

.instructor-header-gb{
    font-family: 'Playfair Display';
font-style: normal;
font-weight: 800;
font-size: 40px;
line-height: 52px;
text-align: center;
letter-spacing: 0.2px;
color: #0D2158;
}

.border-line-gb{
    border:1px solid #0D2158;
}

.join-us-gb{
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 800;
    font-size: 50px;
    line-height: 52px;
    text-align: center;
    letter-spacing: 0.2px;
    color: #0D2158;
}

.radio-text-gb{
font-family: 'Inter';
font-style: bold;
font-weight: 900;
font-size: 20px;
line-height: 144%;
color: #0D2158;
mix-blend-mode: normal;
}

.payment-text-gb{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #888888;
}

.select-card-text-gb{
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 24px;
line-height: 29px;
color: #525252;

}

.list-font-gb{
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 36px;
color: #0D2158;
mix-blend-mode: normal;
opacity: 0.8;
}
    

.green-bg-gb{
    background: linear-gradient(170.75deg, #8DBD3F -1.27%, #68A448 105.96%);
}

.instructor5-small-text-gb{
font-family: 'Inter';
font-style: normal;
font-weight: 300;
font-size: 16px;
line-height: 36px;
color: #0D2158;
mix-blend-mode: normal;
}

.card-sm-text-gb{
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 19px;
color: #888888;
}

.instructor5-small-text-heavy-gb{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 36px;
    color: #0D2158;
    mix-blend-mode: normal;
    }

.add-more-text-gb{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 36px;
    color: #0D2158;
    mix-blend-mode: normal;
}

.normal-text-black-gb{
    font-family: 'Inter';
font-style: normal;
font-weight: 500;
font-size: 17px;
line-height: 36px;
color: #000000;
mix-blend-mode: normal;
}

.form-control-special-gb{
display: block;
width: 100%;
padding: 0.375rem 0.75rem;
font-size: 0.9rem;
font-weight: 400;
line-height: 1.6;
color: #212529;
background-color: #f8fafc;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: 0.25rem;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
height: 45px;
}

.g-profile-gb-text{
    font-family: 'Inter';
font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 28px;
color: #FFFFFF;
}
.instructor-btn{
    background: #1F3F95;
    border: none;
    border-radius: 0px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;
    height: 31px;
}

.next-btn{
    background: #1F3F95;
    border: none;
    border-radius: 0px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;
    height: 31px;
    width: 90%;  
}

.file-name-gb {
    overflow: hidden;
    line-height: 30px;
    padding: 5px;
    box-sizing: border-box;
    font-size: 15px;
    vertical-align: middle;
    width: 200%;
    border: 2px solid #dbdbdb;
    border-radius: 0;
    height: 31px;
  }

  .g-p-word-section-gb{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 35px;
    line-height: 28px;
    text-align: center;
    letter-spacing: -1px;
    color: #0D2158;
  }

  .body-of-gp-text-gb{
    font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 19px;
line-height: 28px;
color: #0D2158;
mix-blend-mode: normal;
opacity: 0.7;
  }

  .b-d-head-text{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 35px;
    text-align: right;
    color: #0D2158;
}

  .on-light-item-gb{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 28px;
    color: #1F3F95;
    background: #D8FF98;
    text-decoration: none;
  }

  .on-light-item-gb-white{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 28px;
    color: #1F3F95;
    background: #FFFFFF;
  }

/* insert picture */
.width-img{
    height: 20em;
    width: 20em;
}


.active{
    background-color:#Ffffff !important;
    color: #0D2158 !important;
}

/* #page {
    text-align: center;
} */
#page h1 {
    margin-bottom: 4rem;
    font-family: 'Lemonada', cursive;
    text-transform: uppercase;
    font-weight: normal;
    color: #fff;
    font-size: 2rem;
}
/*** CUSTOM FILE INPUT STYE ***/
.wrap-custom-file {
    position: relative;
    display: inline-block;
    width: 250px;
    height: 250px;
    margin: 0 0.5rem 1rem;
    text-align: center;
}
.wrap-custom-file input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 2px;
    overflow: hidden;
    opacity: 0;
}
.wrap-custom-file label {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    overflow: hidden;
    padding: 0 0.5rem;
    cursor: pointer;
    background-color: #fff;
    border-radius: 4px;
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    -ms-transition: -ms-transform 0.4s;
    -o-transition: -o-transform 0.4s;
    transition: transform 0.4s;
}
.wrap-custom-file label span {
    display: block;
    margin-top: 2rem;
    font-size: 1.4rem;
    color: #777;
    -webkit-transition: color 0.4s;
    -moz-transition: color 0.4s;
    -ms-transition: color 0.4s;
    -o-transition: color 0.4s;
    transition: color 0.4s;
}
.wrap-custom-file label .fa {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    -webkit-transform: translatex(-50%);
    -moz-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    -o-transform: translatex(-50%);
    transform: translatex(-50%);
    font-size: 1.5rem;
    color: #0A033C;
    -webkit-transition: color 0.4s;
    -moz-transition: color 0.4s;
    -ms-transition: color 0.4s;
    -o-transition: color 0.4s;
    transition: color 0.4s;
}
.wrap-custom-file label:hover {
    -webkit-transform: translateY(-1rem);
    -moz-transform: translateY(-1rem);
    -ms-transform: translateY(-1rem);
    -o-transform: translateY(-1rem);
    transform: translateY(-1rem);
}
.wrap-custom-file label:hover span, .wrap-custom-file label:hover .fa {
    color: #333;
}
.wrap-custom-file label.file-ok {
    background-size: cover;
    background-position: center;
}
.wrap-custom-file label.file-ok span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0.3rem;
    font-size: 1.1rem;
    color: #000;
    background-color: rgba(255, 255, 255, .7);
}
.wrap-custom-file label.file-ok .fa {
    display: none;
}
/* insert picture */

.smhover:hover{
    color: #000 !important;
    background-color: #27380a !important;
}
  .no-light-item-gb{
    font-family: 'Inter';
font-style: normal;
font-weight: 500;
font-size: 15px;
line-height: 28px;
color: #FFFFFF;
text-decoration: none;
  }

  .no-light-item-gb:hover{
    background: #D8FF98;
    color: #1F3F95;
  }

  .file-gb{
   
  }

  .learn-more-header-grn-gb{
    font-family: 'Inter';
font-style: normal;
font-weight: 600;
font-size: 25px;
line-height: 36px;
color: #75AD44;
mix-blend-mode: normal;
  }

.heart-button-gb{
    padding: 1px 8px;
    border: 2px solid #6DA746;
    border-radius: 5.3px;
    background: #ffffff;
}

  .card-form-gb{
display: block;
width: 100%;
padding: 0.375rem 0.75rem;
font-size: 0.9rem;
font-weight: 400;
line-height: 1.6;
color: #212529;
background: #EDEDED;
background-clip: padding-box;
border: none;
border-radius: 0.25rem;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
height: 45px;
  }

.pay-side-text-gb{
    font-family: 'Inter';
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 21px;
color: #525252;
}

.star-number-text-gb{
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 10px;
line-height: 12px;

color: #888888;
}

.green-txt-gb{
font-family: 'Inter';
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 19px;
color: #75AD44;
}

.details-font-bg-sm{
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 24px;
line-height: 29px;
color: #525252;
}

.details-font-bg-grn-sm{
font-family: 'Inter';
font-style: normal;
font-weight: 700;
font-size: 24px;
line-height: 29px;
color: #75AD44;
}

.pay-success-font-gb{
font-family: 'Playfair Display';
font-style: normal;
font-weight: 800;
font-size: 50px;
line-height: 52px;
text-align: center;
letter-spacing: 0.2px;
color: #0D2158;
}

.notification-head-gb{
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 800;
    font-size: 30px;
    line-height: 52px;
    letter-spacing: 0.2px;
    color: #0D2158;   
}

.learn-more-header-gb{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    font-size: 25px;
    line-height: 140%;
    color: #0D2158;
}

.introduction-text-gb{
font-family: 'Inter';
font-style: normal;
font-weight: 700;
font-size: 35px;
line-height: 140%;
color: #FFFFFF;
}

.intro-txt-gb-init{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 140%;
    color:#000000;}

.green-background-gb{
    background: linear-gradient(170.75deg, #8DBD3F -1.27%, #68A448 105.96%);
    border-radius: 5px;
}

.courses-text-gb{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 1000;
    font-size: 50px;
    line-height: 62px; 
    letter-spacing: -1px;
    color: #FFFFFF;
    
}

.notification-text-header{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 62px;
    letter-spacing: -1px;
    color: #FFFFFF;
}

.learn-more-text{
    font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 36px;

color: #FFFFFF;

mix-blend-mode: normal;
opacity: 0.8;
}

.learn-python-text-gb{
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 36px;
color: #0D2158;
mix-blend-mode: normal;
opacity: 0.7;}

.developer-gb{
font-family: 'Inter';
font-style: normal;
font-weight: 300;
font-size: 13px;
line-height: 180%;
letter-spacing: -0.01em;
color: #0D2158;
}

.developer-gb-white{
font-family: 'Inter';
font-style: normal;
font-weight: 300;
font-size: 13px;
line-height: 180%;
letter-spacing: -0.01em;
color: #FFFFFF;
}

.smaller-grn-txt-gb{
    font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 13px;
line-height: 180%;
letter-spacing: -0.01em;
color: #D8FF98;
}

.percentage-txt-gb{
font-family: 'Inter';
font-style: normal;
font-weight: 700;
font-size: 15px;

letter-spacing: -0.5px;
color: #0D2158;
}

.update-grn-text-gb{
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 13px;
line-height: 180%;
letter-spacing: -0.01em;
color: #A6CE39;
}

.go-bak-gb{
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 36px;
color: #D8FF98;
}

.the-list-bullet{
    list-style-image: url("../customImages/list-btn.png")  ;
}

.btn-drpdwn-text-gb{
font-family: 'Inter';
font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 36px;
color: #0D2158;
}

.start-creating-gb{
    background: #1F3F95;
    border-radius: 8px;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;
    border:none; 
    padding: 0.8rem 1.7rem;
}

.start-teaching-grn{
    background: #A6CE39;
    border-radius: 8px;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;
    border:none; 
    padding: 0.8rem 1.7rem;
}

.form-head-text-gb{
font-family: 'Inter';
font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 33px;
color: #0D2158;

mix-blend-mode: normal;

}

.body-of-gp-text-gb-grn{
    font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 19px;
line-height: 28px;
color: #68A448;
mix-blend-mode: normal;
opacity: 0.7;
}

.bg-gp-gb{
    background: #F4F4F4;
    border-radius: 5px;
    padding: 1rem;
}

.student-classbg-gb{
    background: linear-gradient(180deg, #8ABB3F 0%, #6EA846 100%);
    border-radius: 0px 7px 7px 7px;;
}

.student-sect-btn-green-gb{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.36px;
    text-decoration: none;
    color: #FFFFFF; 
    width: 90%;  
    height: 40px;
    border: none;
    background-color:rgba(0, 0, 0, 0.01) ;
    text-align: left;
    border-radius: 5px;
}

.student-sect-btn-green-gb-active{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.36px;
    text-decoration: none;
    color: #FFFFFF; 
    width: 90%;  
    height: 40px;
    border: none;
    background-color:rgba(0, 0, 0, 0.5) ;
    text-align: left;
    border-radius: 5px;
}

.student-sect-btn-green-gb:hover{
    background: rgba(0, 0, 0, 0.5);
    background-blend-mode: overlay;
    border-radius: 5px;
    color: #FFFFFF;
}

.ATI-classroomtext-gb{
font-family: 'Inter';
font-style: normal;
font-weight: 700;
font-size: 17px;
line-height: 21px;

color: #FFFFFF;
}

.light-bkgrnd-gb{
width: 100%;
height: fit-content;

background: rgba(255, 255, 255, 0.3);
background-blend-mode: overlay;
border-radius: 5px;
}

.recent-activity-txt-gb{
    font-family: 'Lato';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 110%;
color: #FFFFFF

}

.inside-student-box-gb{
font-family: 'Inter';
font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 24px;

color: #0A033C;
}
.star-rating-font{
font-family: 'Inter';
font-style: normal;
font-weight: 600;
font-size: 13px;
line-height: 30px;
text-align: right;
}

.st-card-shadow-gb{
    background: rgba(255, 255, 255, 0.8);
box-shadow: 0px 10px 60px rgba(38, 45, 118, 0.08);
border-radius: 40px;
}

.explore-btn-gb{
    width: 424px;
    height: 24px;
    background-color: #F4F4F4;
    border: 1px solid #000000;
border-radius: 4px;
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 11px;
line-height: 13px;
}

.toggle-font-gb{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 12.9304px;
    line-height: 16px;  
    color: #000000;
    
}

.input-form-gb-ati{
height: 28px;
width: 49.6rem;
border: none;
background: #F1F3F4
}

.st-general-txt-gb{
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 17px;
letter-spacing: 0.430769px;

color: #000000;

}

.student-reviews-gb{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 14.645px;
    line-height: 18px;
    letter-spacing: 0.02em;
    color: #133240;
}

.student-reviews-body-gb{font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 10.605px;
line-height: 13px;
/* or 124% */

letter-spacing: 0.02em;

color: #133240;

opacity: 0.8;}

.img-ting-gb{
    width: 40.51px;
    height: auto;
}

.faded-btn-gb{
font-style: normal;
font-weight: 600;
font-size: 13.1109px;
line-height: 15px;
letter-spacing: 0.005em;
color: #133240;
background-color: #ffffff;
border-color: #133240;
border-radius: 7px;
padding: 0.5rem 1rem;
opacity: 0.5;
}

.active-btn-gb{
font-style: normal;
font-weight: 600;
font-size: 13.1109px;
line-height: 15px;
letter-spacing: 0.005em;

color: #133240;
background-color: #ffffff;
border-color: #133240;
border-radius: 7px;
padding: 0.5rem 1rem;
}

.green-arrow-gb{
    color: #34C759;
}

.margin-auto-gb{
   margin-left: auto
}

.sm-card-bd-gb{
    box-shadow: 0px 10.1px 25.25px rgba(0, 0, 0, 0.05);
    border-radius: 3.03px;
}

.review-text-gb{font-family: 'Inter';
font-style: normal;
font-weight: 500;
font-size: 19px;
line-height: 28px;
color: #000000;}

.morecontent span {
    display: none;
}
.morelink {
    display: block;
}

.specific-bg-gb{
    background: #F4F4F4;
    border-radius: 5px;
}


.overflow-scr-gb{
    height:27rem ; 
    border-radius:8px;
    overflow:hidden; 
    overflow-y:scroll; 
    scrollbar-width:thin;
}

.overflow-scr-gb-2{
    height:13rem ; 
    border-radius:8px;
    overflow:hidden; 
    overflow-y:scroll; 
    scrollbar-width:thin;
}

.student-soft-text-gb{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #7C7F88;
    mix-blend-mode: normal;
}

.three-btn-gb{
    transform: rotate(90deg);
    color: #83B640;;
}
.s-t-text-gb{
    font-family: 'Inter';
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 24px;
color: #242A38;
mix-blend-mode: normal;
}

.search-input-form-gb-ati{
    height: 38px;
width: 29.6rem;
border: none;
background: #Ffffff
}

.com-chat-text-gb{
font-family: 'Inter';
font-style: normal;
font-weight: 600;
font-size: 13.2029px;
line-height: 14px;

color: #000000;
}

.com-chat-text-gb-2{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 10.6px;
    line-height: 10px;
    
    color: rgba(77, 77, 77, 0.75);
}

.toggle-head-font-gb{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 19.0042px;
    line-height: 19px;
    
    color: #000000;    
}

.box-shadow-chat-gb{
    background: #FFFFFF;
    box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.tosin-text-student-gb{
font-family: 'Inter';
font-style: normal;
font-weight: 600;
font-size: 17.0464px;
line-height: 10px;
/* identical to box height, or 80% */

text-align: center;
letter-spacing: -0.372754px;

color: #000000;
}

.b-d-head-text-student-gb{
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 12.2006px;
line-height: 13px;
/* identical to box height, or 159% */

text-align: right;

color: #000000;

}

.grey-textbox-gb{
background: #ECECEC;
border-radius: 5px;}

.green-textbox-gb{
background: #83B640;
border-radius: 5px;
transform: matrix(1, 0, 0, 1, 0, 0);
float: right;
}

.text-left-chat{
font-family: 'Inter';
font-style: normal;
font-weight: 500;
font-size: 14.4236px;
line-height: 17px;
width:fit-content;
text-align: right;
color: #FFFFFF;
}

.d-and-t-gb{
    font-family: 'Inter';
font-style: normal;
font-weight: 500;
font-size: 10.8177px;
line-height: 13px;
/* identical to box height */


color: rgba(0, 0, 0, 0.25);

}

.grad-bg-gb{
background: linear-gradient(180deg, #F0F0F0 0%, rgba(255, 255, 255, 0) 107.27%);
border-radius: 5px;
}

.text-right-chat{
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 14.4236px;
line-height: 19px;
color: #000000;
}

/* toggle button */

.toggle-button-cover {
    display: table-cell;
    position: relative;
    width: 74px;
    height: 47px;
    box-sizing: border-box;
  }
  
  .button-cover-gb,
  .knobs,
  .layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  
  .button-t-gb {
    position: relative;
    top: 50%;
    width: 44px;
    height: 26px;
    margin: -10px auto 0 auto;
    overflow: hidden;
  }
  
  .checkbox-gb {
    position: relative;
   
    padding: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
  }
  
  .knobs {
    z-index: 2;
  }
  
  .bg-toggle-gb{
    background: #DEE1E6;
    border-radius: 10px;
  }
  /* Button 6 */
  #button-6 {
    overflow: visible;
    background-color:#fafafa;
    border-radius: 30px;
  }
  
  #button-6 .knobs:before {
    content: " ";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 22px;
    height: 22px;
    
    padding: 9px 4px;
    background-color: #34C759;
    border-radius: 50%;
  }
  
  #button-6 .layer,
  #button-6 .knobs,
  #button-6 .knobs:before {
    
    transition: 0.4s all;
  }
  
  #button-6 .checkbox-gb:checked + .knobs {
    transform: rotateZ(-180deg);
    border-radius: 30px;
    
  }
  
  #button-6 .checkbox-gb:checked + .knobs:before {
    content: " ";
    background-color: #fafafa ;

    
  }
  
  #button-6 .checkbox-gb:checked ~ .layer {
    background-color: #34C759;;
    border-radius:30px
  }

  .info-card-gb{
    max-width: 313px;
    cursor: pointer;
  }

  
  .intro-txt-gb{
    font-family: 'Inter';
font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 140%;
color: #0D2158;

  }

  .tutor-name-gb{
font-family: 'Inter';
font-style: normal;
font-weight: 300;
font-size: 13px;
line-height: 180%;
letter-spacing: -0.01em;
color: #0D2158;
  }

  .topics-gb{
    width: 23.3%;
    border: 1px solid #5b34c771; 
    text-align:center; 
    border-radius:10px;
    background: #ffffff;
    font-size: 18px;
    font-weight: 600;
    color: #0D2158;
  }

  .trending-cses-ft-gb{
    font-weight: 800;
    font-size: 35px;
    line-height: 52px;
    letter-spacing: 0.2px;
    color: #0D2158;
  }

  .right-side-cart-gb{
    background:#FFFFFF; 
    position: absolute; 
    width:35%;
    box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.08);
}

  .category-header-fonts-gb {
    font-weight: 800;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: -1px;
    background: -webkit-linear-gradient(rgb(12, 57, 141), rgb(0, 1, 12));
    -webkit-text-fill-color: transparent;
    background-clip: text;
-webkit-background-clip: text;}
  
  
  /* toggle button */


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

    .right-side-cart-gb{
        background:#FFFFFF; 
        position: absolute; 
        width:87% !important;
        box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.08);
    }

    .course-content-movement-gb{
margin-top: 155% !important;
    }

    .instructor-card-gb{
        width: 100%;
    }
    .remove-sm-scr-gb{
        display: none !important;
    }
    .card-text-gb {
        text-align: center;
    }
.default-image-gb{
    display: none !important;

}



.margin-top-reduce-gb{
 margin-top: 0% !important;

}

.align-img-margin-gb{
    margin-top:4.8rem!important;
}

.fit-height-gb{
    height: 420px !important;
    width: 100% !important;
    margin-left: 3px!important;
}
.start-teaching
.border-reduced-gb{
    border-radius: 10px !important;
}


.sm-scr-container{
width: 100%;
padding-right: var(--bs-gutter-x, 0.75rem);
padding-left: var(--bs-gutter-x, 0.75rem);
margin-right: auto;
margin-left: auto;
}

.img-fit-screen{
    width: 100%;
}

.small-screen-font-gb{
    font-size: 0.95rem !important;
}

.sm-scr-big-font-gb{
    font-size: 1.5rem !important;
}

.sm-scr-medium-font-gb{
    font-size: 1.2rem !important;
}



.small-screen-wrap-r-gb{
    flex-wrap: wrap-reverse !important;
}

.topics-gb{
    width: 47%;
}

.remove-margin-gb{
    margin-left: 0px !important;
    margin-right: 0px !important;
    
}

.remove-padding-gb{
    padding-left: 5px !important;
    padding-right: 5px !important
}


.navbar-nav .dropdown-menu {
    position: absolute;}


.margin-card-gb{
    margin-left: -5px !important;
    }

.replace-background{
    background:#000000!important;
}
}
@media screen and (max-width:420px) {
    .small-screen-margin{
        margin: 0px !important;
        padding: auto !important;
    }

    .fit-height-gb{
        height: 300px !important;
        width: 100% !important;
        margin-left: 3px!important;
    }
    .info-card-gb{
        max-width: 100% !important;
    }
    .topics-gb{
        width: 95%;
    }

    .course-content-movement-gb{
        margin-top: 395% !important;
            }
    
    .line-ht-sm{
        line-height: 45px !important;
    }
    
    .angela-img-gb  {
        margin-left: -15px !important;
    } 
    
    .card-text-gb {
        text-align: center;
    }
}

/* STUDENT MODE STYLE BY EBUKA */
