@charset "UTF-8";
/*=============================================
1. Modules in page
  1.1. Button in page
  1.2 Rating Star for course item
  1.3 Button hamberger in header menu mobile
  1.4 Breadcrumb
  1.5 Input form in page
  1.6 Button oval page
  1.7 Status bar
  1.8 Table in page
  1.9 Card course in page
2. Pages
  2.1 Partials all page
  2.2 Header content
  2.3 Footer
  2.4 Home page
  2.5 Home 2 page
  2.6 Catagories page
  2.7 Course listing page
  2.8 Course gird page
  2.9 Search result page
  2.10 Course Bundle page
  2.11 Course single page
  2.12 Partner details pages
  2.13 Bundle details page
  2.14 Blog grid page
  2.15 Blog details page
  2.16 Instructor details page
  2.17 Blog details sidebar
  2.18 404 Page
  2.19 Coming soon page
  2.20 Contact Page
  2.21 Pricing table page
  2.22 Partner listing page
  2.23 Course details
  2.34 Signin form
=============================================*/
@import url(https://fonts.googleapis.com/css?family=Raleway:400,700);
@import url("https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,400i,600,700");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700");

.contend-title, .courses__content__title, .design-sprint__contents__title, .brief-course__top__title {
  font-size: 22px;
  color: #42495b;
  text-transform: capitalize;
}
.personal-info .brief-course__top__title{
   font-size: 25px;
    color: #42495b;
    text-transform: capitalize;
    font-weight: 600;
    text-align: center;
}

.item-middle, .courses__content__avatar, .courses__content__author-name, .categories__text, .categories__icon, .form-subs__input, .form-subs__button, .tags__icon, .tags__text, .brief-course__top__bundle, .brief-course__top__title {
  display: inline-block;
  vertical-align: middle;
}

.item-bottom, .reviews__about, .reviews__name-course {
  display: inline-block;
  vertical-align: bottom;
}

.ellipsis, .courses__content__author-name, .column-left__button-drop__text, .select__number {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.absolute {
  position: absolute;
  right: 0;
}

.titles, .item__left__title {
  font-size: 28px;
  color: #42495b;
  text-align: left;
  text-transform: capitalize;
}

.text-link, .list-catagories__link, .select__item, .sort-left .list-sort__link, .sort-right .list-sort__link {
  font-size: 14px;
  color: #42495b;
  text-transform: capitalize;
  text-align: left;
}

.text-enroll, .column-left__link, .course-detail__view-more {
  font-size: 14px;
  color: #0ab681;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
}

.flex-center, .oval-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.text-sub, .brief-course__sub, .brief-course .list-brief__top__sub, .instructor-info__college, .instructor-info__sub, .instructor-goals__list {
  font-family: Roboto;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.2px;
  text-align: left;
}
.discover-tutor .design-sprint__contents {
    background-color: #0AB681;
}
.navbar-form{
  border:0 !important;
  box-shadow: none !important;
}
.mobile-navbar-brand {
    width: 125px;
    display: inline-block;
    padding: 15px 0 0 0;
}
/* ==================================== */
/*          Navigaton Menu    
/* ==================================== */

.menu-wrap {
    background-color:#fff;
    position: fixed;
    top: 0;
    height: 100%;
    width: 400px;
    margin-right: -400px;
    font-size: 1em;
    font-weight: 700;
    overflow: auto;
    transition: .25s;
    z-index: 10;
    right: 0;
}
.menu-show {
  margin-right: 0;
  box-shadow: 4px 2px 15px 1px rgba(46,71,153,.5);
}
.menu-sidebar {
    margin: 75px 0 0px 10px;
    position: relative;
    top: 0;
}
.menu-sidebar li {
  padding: 18px 22px 0;
}
.menu-sidebar li > a {
  color: #f3f3f3;
  font-size: 1.18em;
  position: relative;
}
.menu-sidebar li > a::after {
  content: "";
  display: block;
  height: 0.15em;
  position: absolute;
  top: 100%;
  width: 100%;
  left: 50%;
  transform: translate(-50%);
  background-image: linear-gradient(to right, transparent 50.3%, #FFFA3B 50.3%);
  transition: background-position .2s .1s ease-out;
  background-size: 200% auto;
}
.menu-sidebar li > a:hover::after {
  background-position: -100% 0;
}
.menu-sidebar .menu-item-has-children {
  position: relative;
}
.menu-sidebar .menu-item-has-children .sub-menu {
  display: none;
}
.sidebar-menu-arrow::after {
  content: "\f11d"; 
  padding: 10px;
  color: #0ab681;
  position: relative;
  font-family: Flaticon;
    font-size: 20px;
    font-style: normal;
    margin-left: 20px;
}
.sidebar-menu-arrow:hover::after {
  cursor: pointer;
  color: #fff;
}
.sidebar-menu-arrow:active::after {
  top: 2px;
}


/*Hamburger Button*/
.toggle-button {
    position: fixed;
    width: 44px;
    height: 40px;
    top: 26px;
    right: 30px;
    padding: 4px;
    transition: .25s;
    z-index: 15;
}
.toggle-button:hover {
  cursor: pointer;
}
.toggle-button .menu-bar {
  position: absolute;
  border-radius: 2px;
  width: 80%;
  transition: .5s;
}
.toggle-button .menu-bar-top {
  border: 4px solid #fbfbfb;
  border-bottom: none;
  top: 0;
}
.toggle-button .menu-bar-middle {
  height: 4px;
  background-color: #fbfbfb;
  margin-top: 7px;
  margin-bottom: 7px;
  top: 4px;
}
.toggle-button .menu-bar-bottom {
  border: 4px solid #fbfbfb;
  border-top: none;
  top: 22px;
}
.button-open {
  right: 25px;
}
.button-open .menu-bar-top {
  border-color: #2e4799;
  transform: rotate(45deg) translate(8px, 8px);
  transition: .5s;
}
.button-open .menu-bar-middle {
  background-color: #2e4799;
  transform: translate(230px);
  transition: .1s ease-in;
  opacity: 0;
}
.button-open .menu-bar-bottom {
  border-color: #2e4799;
  transform: rotate(-45deg) translate(7px, -7px);
  transition: .5s;
}

.header__mobile .nav-right__profile {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    margin-left: 5px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: solid 1px #868686;
    color: #868686;
    text-align: center;
    margin-right: 60px;
}
.mobile-navbar-brand img {
    width: 100%;
}
.signin-form__content .tab-content:before {
    content: "";
    position: absolute;
    background-image: url('../img/login.png');
    width: 100%;
    height: 500px;
    right: 0;
    top: 0;
    background-size: cover;
    background-position: 100% 100%;
    z-index: 0;
}
.signin-form__content .tab-content {
    background:#0AB681;
}
.login-modal .tab-pane {    
    padding: 0;
    z-index: 99999999999;
    position: relative;
}
.login-modal .signin-form__form {
    border-bottom: solid 1px #e8e8e8;
    margin-bottom: 32px;
    background: #fff;
    padding: 50px;
    border-radius: 10px;
    z-index: 9999;
    position: relative;
}
.login-modal .signin-form__body__title{
  color: #ffffff
}
.login-modal .signin-form__body__sub {
    margin-bottom: 20px;
    color: #ffffff;
}
.login-modal .signin-form__form .btn-green {
    margin-bottom: 16px;
    padding: 15px 35px;
    border: solid 1px #2e4799;
    background-color: #2e4799;
    color: #ffffff;
}
.login-modal .group-btn-socials {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border-radius: 50px;
}
.group-btn-socials .facebook-btn {
    align-items: center;
    display: flex;
    color: #3B5999;
    font-size: 22px;
    font-weight: 600;
    margin-right: 50px;
}
.group-btn-socials .google-btn{
   color: #D93F21;
   align-items: center;
   display: flex;
   font-size: 22px;
   font-weight: 600;
}
.group-btn-socials img {
    width: 30px;
    height: 30px;
    margin-right: 5px;
}
.text-white{
  color: #ffffff !important;
}
.modal-content.double-tab{
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  border: 0;
}
.signin-form__tabs__items a{
border-bottom: 3px solid transparent;

}
.signin-form__tabs__items.active a{
  color:#0ab681;
  border-bottom: 3px solid #0ab681;
}
.border-0{
  border: 0 !important;
}
.mb-0{
  margin-bottom: 0 !important
}
.pb-0{
  padding-bottom: 0 !important
}
.mobile-code {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.mobile-code .code-input {
    float: left;
    width: 100px;
    margin-right: 10px;
}
.muner-mob {
    margin-top: 8px;
}
.otp-code .input-item {
    display: inline;
    width: 65px;
    text-align: center;
    color: #fff;
}
.text-theme{
  color: #0ab681 !important;
}
.fs-18 {
    font-size: 18px;
}
.form-inline {
    display: flex;
}
/* custom radio */
.custom-checkbox {
      display: flex;
    position: relative;
    padding-left: 35px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 15px;
    font-weight: normal !important;
    align-items: center;
    justify-content: center;
    line-height: 25px;

}

/* Hide the browser's default checkbox */
.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.custom-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.custom-checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.custom-checkbox input:checked ~ .checkmark {
  background-color: #2e4799;
}

/* Create the checkmark/indicator (hidden when not checked) */
.custom-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.custom-checkbox .checkmark:after {
  left: 10px;
    top: 6px;
    width: 7px;
    height: 12px;
    border: solid #ffffff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.brief-course__sub .form-control{
  height:45px !important;
  padding:8px 15px;
}
.brief-course__sub label {
    color: #333;
}
/* custom radion*/
.custom-radio {
  display: flex;
    position: relative;
    padding-left: 35px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 15px;
    font-weight: normal !important;
    align-items: center;
    justify-content: center;
    line-height: 25px;
}

/* Hide the browser's default radio button */
.custom-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.custom-radio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.custom-radio:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.custom-radio input:checked ~ .checkmark {
  background-color: #2e4799;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.custom-radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.custom-radio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.custom-radio .checkmark:after {
  top: 8px;
    left: 8px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ffffff;
}
.btn-theme {
    background-color: #2e4799;
    color: #ffffff;
    padding: 8px 20px;
    font-size: 16px;
    border-radius: 20px !important;
}
.btn-theme:hover,.btn-theme:focus,.btn-theme:active{
  color:#ffffff;
  opacity: .9;
}
.personal-info .brief-course__sub label {
    color: #333;
    font-size: 15px;
    margin-bottom: 5px;
    font-weight: 600;
}
.search-bar{
  position: relative;
}
.search-bar button {
    position: absolute;
    right: 0;
    height: 100%;
    top: 3px;
    bottom: 0;
    vertical-align: middle;
    border: 0;
    background: no-repeat;
}
.search-bar button img {
    width: 18px;
    height: auto;
}
.font-weight-normal{
  font-weight: normal !important;
}
.divider {
    width: 100%;
    height: 1px;
    background: #cccccc;
    margin: 5px 0;
}
.mt-10{
  margin-top: 10px;
}
.mt-20{
  margin-top: 20px;
}
.mb-20{
  margin-bottom:  20px;
}
.bg-theme-gren{
  background-color: #0AB681;
}
.bg-theme-yellow{
  background-color: #F5A80A;
}
.bg-theme-blue{
  background-color: #40B8E9;
}
.div-linline {
    display: flex;    
    padding: 15px 25px;
    margin-bottom: 15px;
    border-radius: 10px;
    align-items: center;
    box-shadow: 0 3px 16px 0 rgba(234, 234, 234, 0.6);
    -webkit-box-shadow: 0 3px 16px 0 rgba(234, 234, 234, 0.6);
    position: relative;
}
.div-linline .eduation-icon {
    margin-right: 10px;
}
.div-linline .eduation-icon img {
    width: 50px;
}
.text-black{
  color: #000000;
}
.mini-circle {    
    width: 30px;
    text-align: center;
    height: 30px;
    border-radius: 50%;
    align-items: center;
    display: flex;
    justify-content: center;
    border: 2px solid #fff;
    color: #fff;
    position: absolute;
    left: -15px;
}
.circle-yellow{
  background-color: #f5a80a;
}
.circle-blue{
  background-color: #40B8E9;
}
.circle-green{
  background-color: #008E62;
}
.d-country-inline {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #f1f2f3;
}
.d-country-inline .country-icon {
    display: flex;
    align-items: center;    
}
.d-country-inline .country-icon label {
    font-size: 17px;
    margin-left: 10px;
}
.set-profile {
    overflow: hidden;
    position: relative;
    width: 200px;
    height: 200px;
    margin: 0 auto;
        border-radius: 50%;
}
.set-profile img{
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.set-profile input[type=file] {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 0;
}
.bg-transparent{
  background-color: transparent;
}
.course-subject ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}
.course-subject ul li{
    margin-right: 10px;
    padding: 15px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    height: 100%;
}
.course-subject ul li span {
    font-size: 18px;
    margin-left: 5px;
    color: #000;
    font-weight: 600;
}
.course-subject ul li img{
      height: 25px;
    width: auto;
}
.course-subject ul li:nth-child(1) {
    background-color: rgb(10 182 129 / .1);
}
.course-subject ul li:nth-child(2) {
    background-color: rgb(64 184 233 / .1);
}
.course-subject ul li:nth-child(3) {
    background-color:rgb(245 168 10 / .1);
}
.course-subject ul li:nth-child(4) {
    background-color: rgb(1 75 254 / .1);
}
.pref-lang ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}
.pref-lang ul li {
    background: rgb(46 71 153 / .1);
    box-shadow: 0 3px 16px 0 rgba(234, 234, 234, 0.6);
    padding: 10px 15px;
    border-radius: 15px;
    margin-right: 15px;
}
.div-inline-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pref-lang ul li.active{
  background-color: #0AB681;
  color: #ffffff;
}
.div-flex {
     display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgb(204 204 204 / .4);
    margin-top: 20px;
}
.raing-div {
    display: flex;
    border-bottom: 1px solid rgb(204 204 204 / .4);
    padding-bottom: 10px;
    padding-top: 10px;
}
.rating-detail {
    padding-left: 10px;
}
.rating-detail h5 {
    font-weight: 600;
    font-size: 20px;
    color: #000;
    margin-bottom: 0;
}
.rating-detail .rating-start{
  font-size: 15px;
}
.rating-detail p {
    font-size: 16px;
}
.border-1 {
    border: 1px solid #ccc;
    margin-top: 10px;
    padding: 15px;
    height: 500px;
    overflow-y: auto;
}

/* width */
.border-1::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.border-1::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.border-1::-webkit-scrollbar-thumb {
  background: #888;
}
/* Handle on hover */
.border-1::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.down-arrow:before {
    content: "\f11d";
    margin-left: 10px;
    font-size: 15px;
    font-weight: 600;
    color: #2e4799;
}
.btn-green-theme {
    background-color: #0ab681;
    color: #fff;
    font-size: 16px;
    margin-right: 5px;
    border-radius: 15px !important
}
.btn-gray {
    background-color: rgb(46 71 153 / .1);
    font-size: 16px;
    margin-right: 5px;
    border-radius: 15px !important
}
.instructor-left.border-left {
    border: 1px solid #ccc;
    padding: 30px;
}
.right-side-call {
    display: flex;
}
.chat-room{
  background-color: #F5A80A;
}
.call-room{
  background-color: #40B8E9;
}
.right-side-call img{
  width: 27px;
}
.right-side-call a {
    width: 50px;
    height: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
    border-radius: 50%;
}
.mr-10{
      margin-right: 10px;
}
.btn-theme-blue{
     background-color: #2E4799 !important;
      color: #fff !important;
    padding: 12px 15px !important;
    font-size: 16px !important;
    border-radius: 20px !important;
    font-weight: 600 !important;
}
.btn-theme-blue:hover{
  color:#ffffff;
}
.btn-theme-green:hover{
  color:#ffffff;
}
.btn-theme-green{
  background-color: #0AB681;
      color: #fff;
    padding: 12px 15px;
    font-size: 16px;
    border-radius: 20px !important;
    font-weight: 600;
}
.pt-10{
  padding-top: 10px;
}

.mb-10{
  margin-bottom: 10px !important;
}
.border-top-1 {
    border-top: 1px solid rgb(204 204 204 / .4);
    display: inline-block;
    width: 100%;
}
.bg-theme-blue-detail{
  background-color: #CEECFE;
    padding: 15px;
    border-radius: 8px;
    margin-top: 15px;
}
.bg-theme-blue-detail h3 {
    color: #666;
    font-size: 30px;
    font-weight: 600;
}
.bg-theme-blue-detail span {
    color: #666;
    font-size: 15px;
    border-top: 1px solid rgb(255 255 255 / .6);
    width: 100%;
    display: inline-block;
    padding-top: 15px;
}
.bg-theme-blue-detail small {
    color: #666;
    font-size: 16px;
}
.mine-font-size {
    font-size: 24px;
}
.pb-15{
  padding-bottom: 15px;
}
.brdr-0{
  border:0 !important;
}
.uesr_about li a {
    background-color: rgb(46 71 153 / .1);
    font-size: 16px;
    margin-right: 5px;
    border-radius: 15px !important;
    border: 0 !important;
}
.uesr_about li.active a,.uesr_about li:focus a,.uesr_about li.active a:hover{
  background-color: #0ab681;
  color: #ffffff;
  border: 0 !important;

}
.shadow-certi img {
    width: 100%;
}
.shadow-certi {
    box-shadow: 0 3px 16px 0 rgba(234, 234, 234, 0.6);
    padding: 10px;
    margin-bottom: 10px;
}
.shadow-certi p {
    text-align: center;
    margin-top: 10px;
}
.uesr_about.nav-tabs>li.active>a, .uesr_about.nav-tabs>li.active>a:focus, .uesr_about.nav-tabs>li.active>a:hover{
  background-color: #0ab681;
  color: #ffffff;
  border: 0 !important;
}
.full-width{
  width: 100%;
}
.fix-middle {
    width: 150px;
    height: 150px;
    margin: -100px auto 0;
}
.mt-50{
  margin-top: 50px;
}
.stud-shadow{
  border: 0;
    padding: 30px;
    box-shadow: 0 3px 16px 0 rgba(234, 234, 234, 0.6);
}
.text-height{
  max-height: 75px;
  min-height: 75px;
}
.mt-5{
  margin-top: 5px;
}
.pos-rel{
  position: relative;
}
.file-upload-div {
      padding: 15px !important;
    display: inline-block;
    height: auto !important;
    text-align: center;
}
.file-upload-div input[type="file"]{
      position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
}
.d-inline-block {
    display: inline-block;
}
.code-mobile {
    display: flex;
    width: 100%;
}
.code-mobile .code-num {
    flex-shrink: 1;
    width: auto;
}
.code-mobile .mobile-num {
    width: 100%;
    margin-left: 15px;
}
.payment-shadow {
    border: 1px solid #f1f2f3;
    padding: 10px 20px;
    border-radius: 8px;
    margin-bottom: 15px;
}
.payment-shadow  .d-country-inline{
  border:0;
}
.payment-shadow .country-icon img {
    width: 60px;
    height: auto;
    margin-right: 15px;
}
.payment-shadow:hover,.payment-shadow:focus,.payment-shadow.active {
    background: rgb(10 182 129 / 0.2);
}
.user-cover{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.user-profile-cover {
  position: relative;
  height: 400px;
}
.user-profile-cover:before {
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,hsla(0, 0%, 0%, .6) 100%);
    height: 100%;
    position: absolute;
    content: "";
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
}
.user-edit-profile {
    display: flex;
}
.main-imge-user {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    border:6px solid #fff
}
.main-imge-user img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.user-edit-profile {
       display: flex;    
    z-index: 99999;
    padding: 15px;
    align-items: center;
    
}
.main-profile-user {
    position: relative;
    margin-top: -115px;
    z-index: 9;
    padding-bottom: 60px
}
.user-profile-edit-name {
    margin-bottom: 15px;
    padding-left: 15px;
}
.user-profile-edit-name {
    margin-bottom: 15px;
    padding-left: 15px;
    display: flex;
    align-items: center;
}
.user-profile-edit-name h4 {
    color: #fff;
    font-size: 26px;
}
.edit-user-icon {
   margin-left: auto;
    background: #d7d9e1;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
.profile-title {
    color: #78839A;
    font-size: 22px;
    font-weight: 700;
}
.profile-card {
    border: 1px solid #ECECEC;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
}
.profile-card a {
    border-bottom: 1px solid #ECECEC;
    width: 100%;
    display: inline-block;
    padding: 15px 5px;
    color: #1F394E;
    font-size: 15px;
    font-weight: 500;
}
/*.profile-card li:first-child a {
  padding-top: 0;
}*/
.profile-card li:last-child a {
    border: 0;
    padding-bottom: 0;
}
.edit-user-icon a {
    font-size: 22px;
}
.session-bid {
    padding: 60px 0;
}
.sesssion-main {
    margin-bottom: 30px;
}
.card {
    box-shadow: 0 3px 16px 0 rgba(234, 234, 234, 0.6);
    padding: 20px;
    border-radius: 8px;
}
.card-header,.card-body {
    padding: 10px 0;
    border-bottom: 1px solid #ECECEC;
}
.card-footer {
    padding: 10px 0;    
}
.card-footer-custom{
  display: flex;
    justify-content: space-between;
}
.sesssion-main h3 {
    font-size: 22px;
    color: #333;
    font-weight: 600;
}
.sesssion-main .card-header h4{
   font-size: 18px;
   color: #666;
}
b{
  font-weight: 700 !important; 
}
.sesssion-main span {
    width: 100%;
    display: inline-block;
    margin-bottom: 2px;
    font-size: 15px;
    color: #666;
}
.sesssion-main h5 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
}
.page-title {
    font-size: 30px;
    color: #000;
    font-weight: 700;
}
.sesssion-main .card {
    display: inline-block;
    width: 100%;
}
.text-dark {
    color: #000 !important;
}
.session-chat {
    width: 40px;
    height: 40px;
    background: #2E4799;
    border-radius: 50%;
    margin-left: auto;
}
.session-chat img {
    width: 100%;
    height: 100%;
    padding: 9px;
}
.d-session-flex{
  display: flex;
  align-items: center;
}
.d-session-flex h4 {
    color: #1F394E;
    font-size: 19px;
    font-weight: 600;
    margin-left: 10px;
}
.session-user {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    overflow: hidden;
}
.session-user img {
    width: 100%;
    height: 100%;
}
.session-btn {
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 16px
}
.session-btn a{
    font-size: 17px;
}
.session-btn a i {
    margin-right: 5px;
        font-size: 22px;
}
.text-theme-blue {
    color: #2e4799 !important;
}
.session-user-icon-right{
  margin-left: auto;
}
.sessionmain {
    display: flex;
}
.mr-5{
  margin-right:5px;
}
.fs-20{
  font-size: 20px !important;
}
.mr-20{
  margin-right: 20px;
}
.fix-right-side {
    position: absolute;
    right: 0;
}
.pos-relative{
  position: relative;
}
.fix-right-side {
    position: absolute;
    right: 0;
   
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50px;
}
.fix-right-side a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 10px;
}
.fix-right-side a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    margin-left: 10px;
}
.chat-room-session{
  background-color: #F5A80A;
}
.phone-room{
  background-color: #40B8E9;
}
.profile-card li:after {
      content: "\f11c";
    position: absolute;
    font-family: Flaticon;
    font-size: 16px;
    font-style: normal;
    margin-left: 20px;
    color: #2e4799;
    right: 0;
    font-weight: 600;
    top: 15px;
}
.profile-card li {
    position: relative;
}
.fs-24{
  font-size: 24px !important;
}
.session-flex a {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 15px;
}
.session-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.session-flex span {
    font-size: 18px;
    margin-top: 10px;
}
.session-time-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.back-theme {
    background: #2E4799;
    border-radius: 8px;
    padding: 30px;
    display: flex;
    flex-direction: column;
}
.watch {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-bottom: 10px;
}
.mesurment {
    display: flex;
    /* padding: 0 5px; */
}
.mesurment span {
    padding: 0 10px;
    font-size: 20px;
}
.counter {
    display: flex;
    justify-content: center;
    align-items: center;
}
.counter h4 {
    color: #fff;
    font-size: 26px;
    padding: 0 10px;
}
.all-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    padding-top: 20px;
    border-top: 1px solid rgb(255 255 255 / .3);
}
.all-icon div {
    display: flex;
    flex-direction: column;
    padding: 0 15px;
    align-items: center;
    justify-content: center;
}
.all-icon div span {
    font-size: 19px;
   
}
.text-video {
    color: #40b8e9;
}
.text-pause{
      color: #0ab681;
}
.text-restart{
  color:#db91ff;
}
.justify-content-start{
  justify-content: start
}
.fs-18 {
    font-size: 18px !important;
}
.Other-text{
  height:75px !important;
}
.border-radius-8{
  border-radius: 8px;
}
.border-radius-10 {
    border-radius: 10px !important;
}
.chat-room-group {
    display: flex;
}
.chat-user-profile {
    width: 60px;
    height:60px;
    border-radius: 50%;
    overflow: hidden;
}
.chat-user-profile img{
  width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.chat-user-name {
    display: flex;
    flex-direction: column;
    padding-left: 15px;
}
.chat-room-group {
    display: flex;
    padding: 10px 0;
    border-bottom: solid 1px rgba(134, 134, 134, 0.15);
    position: relative;
}
.chat-room-group:after{
     content: "\f11c";
    position: absolute;
    font-family: Flaticon;
    font-size: 18px;
    font-style: normal;
    margin-left: 20px;
    color: #666666;
    right: 10px;
    font-weight: 600;
    top: 50%;
}
.chat-user-name h4 {
    font-size: 19px;
    color: #2e4799;
    font-weight: 600;
}
.chat-user-name span {
    color: #666;
}
.chat-room-section {
    box-shadow: 0 3px 16px 0 rgba(234, 234, 234, 0.6);
        padding: 20px;
}
.chat-title-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: solid 1px rgba(134, 134, 134, 0.15);
    padding-bottom: 15px;
}

.chat-title-head h4 img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 6px;
    float: left;
}
.chat-title-head h4 {
    font-size: 20px;
    color: #000;
    display: flex;
}
.chat-title-head i {
    font-size: 22px;
}
.chat-room-main {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    position: relative;
}
.chat-sender {
    width: 100%;
    float: right;
    display: inline-block;
    margin-bottom: 5px;
}
.chat-sender p {
    float: right;
    
    background: #2e4799;
    padding: 6px 10px;
    border-radius: 4px;
    color: #ffffff;
    max-width: 80%;
    min-width: auto;
}
.chat-sender span {
    width: 100%;
    display: inline-block;
    text-align: right;
    font-size: 13px;
    margin-top: 2px;
}
.chat-receiver {
    width: 100%;
    display: inline-block;
    float: left;
    margin-bottom: 5px;
}
.chat-receiver p {
    background: #ECECEC;
    width: auto;
    float: left;
    padding: 6px 10px;
    border-radius: 4px;
    color: #1F394E;
     max-width: 80%;
    min-width: auto;
}
.chat-receiver span {
    width: 100%;
    display: inline-block;
    text-align:left;
    font-size: 13px;
    margin-top: 2px;
}
.chat-title-footer {
    display: flex;
    margin-top: 20px;
    padding-top: 20px;
    border-top: solid 1px rgba(134, 134, 134, 0.15);
    align-items: center;
}
.chat-title-footer a {
    margin-right: 10px;
}
.chat-title-footer i {
    color: #666;
    font-size: 25px;
}
.chat-title-footer input[type="text"] {
    border: solid 1px rgba(134, 134, 134, 0.15);
    border-radius: 4px;
    padding: 8px 12px;
    margin-right: 10px;
    /* display: flex; */
    /* align-items: center; */
    width: 100%;
}
.chat-send-btn {
    background: #0ab681;
    color: #fff;
    padding: 8px 10px;
    border-radius: 4px;
    margin-right: 0 !important;
}
.book-session-header {
    display: flex;
    align-items: start;
    
}
.book-session-user {
    width: 80px;
    height: 80px;
    line-height: 80px;
    overflow: hidden;
    border-radius: 8px;
}
.book-session-user img{
  width:100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.book-session-name h4 {
    font-size: 24px;
    color: #2F3541;
    text-transform: capitalize;
    font-weight: 600;
}
.book-session-name {
    padding-left: 15px;
    display: flex;
    flex-direction: column;
}
.book-session-call {
    margin-left: auto;
    margin-bottom: auto;
}
.book-session-call a {
    background: rgb(45 70 152 / .2);
    width: 60px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}
.book-card {
    box-shadow: 0 3px 16px 0 rgba(234, 234, 234, 0.6);
    width: 100%;
    display: inline-block;
    padding: 15px;
    margin-bottom: 30px;
}
.book-session-footer {
    display: flex;
    align-items: center;
}
.book-session-footer {
    display: flex;
    align-items: center;
    margin-top: 10px;
    padding-top: 10px;
    border-top: solid 1px rgba(134, 134, 134, 0.15);
}
.session-rate {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFB300;
    font-size: 20px;
    font-weight: 600;
    margin-right: auto;
}
.session-rate img{
  margin-right: 5px
}
.rate-book {
    padding: 10px 15px;
    background: rgb(10 182 129 / .1);
    color: #0AB681;
    border-radius: 20px;
    margin-right: 10px;
    font-size: 16px !important;
    font-weight: 600;

}
.book-session-lect {
    background: #0ab681;
    color: #fff;
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 16px !important;
    font-weight: 600;
}
.bg-light-green{
  background: #E8F8F3;
}
.p-15{
  padding:15px;
}
.brder-4{
  border-radius: 4px;
}
.project-bid{
  font-size: 22px;
    color: #000;
    margin-bottom: 5px;
    font-weight: 600;
}
.bg-edit-blue {
    background: #2e4799;
    text-align: center;
    padding: 20px;
    border-radius: 8px;
    margin-top: 20px;
    color: #fff;
   
}
.seq-pdf {
    display: flex;
    align-items: center;
    justify-content: center;
        margin-top: 15px;
}
.blue-pdf {
    background: #fff;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 6px 10px;
    border-radius: 8px;
    margin: 0 5px;
}
.blue-pdf span {
    color: #ef4352;
    font-size: 18px;
    font-weight: 600;
}
.edit-profile-img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    line-height: 110px;
}
.edit-profile-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.notification-main {
    width: 100%;
    display: inline-block;
}
.notify-diff {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 5px 0;
}
.main-text-notify-bell {
    display: flex;
    align-items: center;
}
.main-text-notify-bell {
    display: flex;
    align-items: center;
    margin-left: 15px;
    border-bottom: 1px solid rgb(204 204 204 / .4);
    width: 100%;
    padding: 5px 0 5px 0px;
}
.not-text h5 {
    font-size: 18px;
    color: #333;
    font-weight: 600;
}
.not-text span {
    font-size: 12px;
    line-height: 12px;
}
.not-remove {
    margin-left: auto;
}
.book-session-delete {
    padding: 5px 15px;
    color: #d4322f;
    font-size: 20px !important;
    border: 1px solid rgb(239 23 19 / .3);
    border-radius: 19px !important;
}
.payment-shadow-add {
    border: 1px solid #f1f2f3;
    padding: 10px 20px;
    border-radius: 8px;
    margin-bottom: 15px;
}
.payment-shadow-add .country-icon {
    flex-direction: column;
    align-items: self-start;
    
}
.payment-shadow-add .country-icon label {
    margin-left: 0
    
}
.payment-shadow-add .d-country-inline {
    border: 0;
}
.section{
  padding:60px 0;
}
.text-danger {
    color: #a94442 !important;
}
.font-weight-bold{
  font-weight: 600 !important;
}
.profile-card a i {
    margin-right: 5px;
    font-size: 22px;
}
.design-sprint1{
  background-color: #2e4799;
  padding: 70px 0;
}
.pad-70{
  padding: 70px 0
}
.d-flex {
    display: flex;
}
.search-add img {
    top: 11px !important;
    right: 10px !important;
}
.book-session-name-live-1 {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 15px;
}

.book-session-name-live-1 a {
    width: 35px;
    height: 35px;
    background: #fff;
    border-radius: 50%;
    align-items: center;
    display: flex;
    justify-content: center;
    margin-left: 5px;
}
.book-session-name-live-1 a:first-child {
   margin-left: 0;
}
.book-session-name-live-1 a:last-child {
    margin-left: auto;
}
.book-session-name-live-1 a i {
    font-size: 20px;
    color: #344576;
}
.div-subscription {
    display: flex;
    padding: 15px 25px;
    margin-bottom: 15px;
    border-radius: 10px;
    align-items: start;
    box-shadow: 0 3px 16px 0 rgba(234, 234, 234, 0.6);
    -webkit-box-shadow: 0 3px 16px 0 rgba(234, 234, 234, 0.6);
    position: relative;
    flex-direction: column;
}
.main-sub {
    display: flex;
    align-items: start;
    justify-content: space-between;
    width: 100%;
}
.sub-money h2 {
    font-size: 32px;
    color: #fff;
    font-weight: 600;
}
.sub-money small{
    
    color: #fff;
    
}
.div-subscription span{
      color: #fff;
    width: 100%;
    display: inline-block;
}
.sub-buy a {
    background: #fff;
    color: #000;
    padding: 6px 12px;
    border-radius: 17px;
    font-size: 18px;
    box-shadow: 0 3px 16px 0 rgb(234 234 234 / 0.3);
}
.subs-text {
    margin-top: 20px;
}
.sub-title span{
  font-size: 18px
}
.sub-title {
    border-bottom: 1px dotted #fff;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-align: center;
}
.ws-100 {
    width: 100%;
}
.pack-title {
    font-size: 22px;
    font-weight: 600;
    color: #061E31;
    margin: 15px 0 15px 0;
}
.pack-ul {
    padding: 0;
    margin: 0;
}

.pack-ul li {
        position: relative;
    font-size: 17px;
    margin-bottom: 10px;
    display: flex;
    align-items: start;
    justify-content: start;
}
.pack-ul li img{
  margin-top: 4px;
    margin-right: 10px;
}
.stud-pass {
    margin-left: auto;
}
.bg-exam-white {
    background: #fff;
    display: flex;
    padding: 15px 25px;
    margin-bottom: 30px;
    border-radius: 10px;
    align-items: start;
    box-shadow: 0 3px 16px 0 rgba(234, 234, 234, 0.6);
    -webkit-box-shadow: 0 3px 16px 0 rgba(234, 234, 234, 0.6);
    position: relative;
    margin-top: -10px;
   flex-direction: column;
}
.main-marks {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
}
.ex-mark-title {
    font-size: 26px;
    font-weight: 600;
    color: #061E31;
}
.main-marks span {
    width: 100%;
    display: inline-block;
    text-align: center;
}
.exam-reult {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px
}
.exam-reult  a{
    font-size: 18px;
    padding: 6px 15px;
    display: inline-block;
    border-radius: 8px;
}
.btn-result-pass {
    border: 4px solid #0AB681;
    color: #0AB681;    
}
.btn-result-fail {
    border: 4px solid #EF4352;
    color: #EF4352;    
}
.btn-start-exam {
    background: #fff;
    padding: 8px 15px;
    font-size: 16px;
    border-radius: 17px !important;
    font-weight: 600;
    color: #1F394E;
    box-shadow: 0 3px 16px 0 rgba(234, 234, 234, 0.6);
    -webkit-box-shadow: 0 3px 16px 0 rgba(234, 234, 234, 0.6);
}
.exam-timeing {
    width: 100%;
    display: inline-block;
    text-align: center;
}
.exam-timeing .btn {
    border-radius: 17px !important;
    padding: 8px 15px;
    font-size: 20px;
}
.exam-count-question {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 30px 0 20px;
}
.exam-count-question h4 {
    font-size: 22px;
    color: #061E31;
    font-weight: 600;
    margin-bottom: 15px;
}
.exam-count-question p {
    font-size: 20px;
    margin-bottom: 0;
}
.exam-footer {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    border-top: solid 1px rgba(134, 134, 134, .5);
    padding-top: 15px;
    margin-top: 50px;
}
.section_answer {
    display: inline-block;
    width: 100%;
    
    
}
.answer{
  width: 100%;
  float: left;  
  padding:15px 15px 0 15px;
  position: relative;
}
.answer input[type="radio"] {
    position: absolute;
    left: 15px;
    bottom: 0;
    right: 0;
    top: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    /* margin: 15px; */
    opacity: 0;
}
.answer input[type="radio"]:checked ~ label {
    background: #061E31;
    border-color: #0AB681;
    color: #ffffff;
}
.answer label {
    color: #2E4799 ;
    font-size: 16px !important;
    background: #fff;
    border: solid 1.5px #061E31;
    width: 100%;
    height: 100%;
    padding: 20px 15px;
    text-align: center;
    border-radius: 10px;
    height: 100%;

}
.exam-footer label {
    margin-bottom: 0;
    font-size: 18px !important;
}
.border-bottom-1{
  border-bottom: solid 1px rgba(134, 134, 134, .5);
}
.pb-20 {
    padding-bottom: 20px;
}
.exam-main-result {
    background: #061E31;
    border-radius: 14px;
    padding: 20px;
    
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}
.true-false-ans {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.right-answer {
    text-align: center;
}
.right-answer h4 {
    font-size: 20px;
    color: #fff;
    margin: 10px 0;
}
.right-answer span {
    color: #fff;
}
.retake {
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid rgb(255 255 255 / .5);
    margin-top: 20px;
    padding-top: 20px;
}
.retake a img{
  margin-right: 10px;
}
.retake a {
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #fff;
}
.gj-timepicker {
    width: 100%;
    display: flex;
    align-items: center;
}
.gj-timepicker span {
    height: 100%;
    display: inline-block;
    position: absolute;
    z-index: 99;
    right: 0;
}
.gj-timepicker input{
  border-radius: 4px !important;
}

.gj-timepicker span button {
    height: 100%;
    background: transparent;
}
.gj-timepicker span button:hover,.gj-timepicker span button:focus,.gj-timepicker span button:active {
   outline: 0 !important;
   border: 0
}
 
.gj-timepicker span button i{
   top: 12px !important;
}

.close-page {
    display: flex;
    align-items: center;
    justify-content: flex-end;    
}
.close-page img {
    width: 23px;
}
.certi img {
    width: 100%;
}
.certi-add {
    padding: 38px 20px !important;
}
.minus-fix{
    width: auto !important;
    position: absolute;
    right: 22px;
    top: 8px;
}
.switch-account {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 60px 0 0;
}
.switch-user {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 15px;
    justify-content: space-between;
}
.switch-user img {
    width: 120px;
    height: 120px;
    margin: 0 auto;
}
.switch-user span {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin-top: 10px;
}
.iphone-btn a {
    display: inline-block;
    margin-top: 20px;
}
.iphone-btn a img {
    width: 80%;
}
.filter-label{
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
  color: #1E2231;
}
.yellow-logo{
  width: 30px;
  height: 30px;
}
.ml-5{
  margin-left: 5px;
}
.reminder-btn {
    border: 2px solid #4D567D;
    color: #4D567D;
    padding: 10px 12px;
    display: inline-block;
    margin-top: 20px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 18px;
    display: flex;
    align-items: center;
    float: left;
}
.reminder-btn img {
    margin-right: 5px;
}
.full-nav {
    width: 100%;
}
.modal-direction-track {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: -50px;
}
.user-add-loc{
  padding: 10px 0;
}
.user-add-loc h4 {
    text-align: center;
    color: #1F394E;
    font-size: 24px;
}
.user-interface {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
}
.chat-icon a {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    padding: 10px;
}
.chat-icon {
    display: flex;
    align-items: center;
}
.chat-icon img {
    width: 100%;
    height: 100%;
}
.user-interface h4 {
    font-size: 24px;
    color: #000;
    font-weight: 600;
}
.chat-icon a:first-child {
    margin-right: 10px;
}
.user-pro-modal {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
}
.sesion-table td{
  border: 0 !important;
}
.stude-detail {
    display: flex;
    align-items: center;
    border: 1px solid rgb(204 204 204 / .4);
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 15px;
}
.stu-img {
    width: 50px;
    height: 50px;
}
.stu-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.stude-name {
    margin-left: 10px;
}
.stude-name h4 {
    font-size: 20px;
    color: #2F3541;
    font-weight: 600;
    margin-bottom: 0;
}
.stude-name a{
  font-size: 16px;
}
.bt-0{
  border-top: 0 !important
}
.bb-1{
  border-bottom: 1px solid rgb(204 204 204 / .4) !important
}
.pb-10{
  padding-bottom: 10px;
}
.user-modal {
    background: transparent !important;
    padding: 0 !important;
    border: 0 !important;
}
.log-sig-btn {}
.log-sig-btn a {
    margin: 0 !important;
}
.log-sig-btn {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
h3.or {
    width: 100%;
    position: relative;
    color: #2e4799;
    display: flex;
    align-items: center;
    justify-content: center;    
    margin: 45px 0;
    font-size: 15px;
}
.or:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background: #ffffff;
    border-radius: 50%;
    color: #fff;
    z-index: -1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.or:after {
    width: 100%;
    height: 1px;
    background: #ffffff;
    position: absolute;
    left: 0;
    z-index: -2;
    content: "";
}
.main-acc a {
    width: 100%;
    display: inline-block;
    background: #fff;
    margin-bottom: 15px;
    padding: 15px;
    font-size: 20px;
    color: #282B40;
    font-weight: 600;
    border-radius: 4px;
}
.sync-user {
    min-width: 46px;
    min-height: 46px;
    border-radius: 50%;
    max-width: 46px;
    max-height: 46px;
}

.sync-user img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.sync-user-name h4 {
    color: #282B40;
    font-size: 18px;
    text-align: left;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 20px;
}
.sync-user-name a {
    color: #9AA0B2;
    font-size: 14px;
}
.sync-user-name {
    margin-left: 10px;
}
.invite-user {
    margin-left: auto;
}
.btn-invite {
    background: #0ab681;
    color: #fff;
    border-color: #0ab681;
    border-radius: 20px !important;
}
.sync-contact {
    border-bottom: 1px dashed rgb(0 0 0 / .1);
    padding: 12px 0;
}
.serch {
    padding: 0;
    border: 0;
    background: transparent;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}
.serch:focus {
    outline: 0px dotted;
     outline: 0px auto -webkit-focus-ring-color; */
}
.friend-search input{
      border-width: 0;
    border-radius: 8px;
    background: #f1f2f3;

}
.serch-module {
    display: flex;
    justify-content: start;
    align-items: center;
        flex-wrap: wrap;
}
.serch-module input[type="radio"]:checked ~ label {
    background:#0ab681;
    color: #ffffff;
}
.serch-module input[type="radio"] {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.serch-module li {
  padding: 5px 5px;
  position: relative;
}
.serch-module li label {
    border: 1px solid #9AA0B2;
    border-radius: 20px;
    padding: 6px 15px;
    font-size: 16px;
}
.sync-user-name {
    margin-left: 10px;
    text-align: left;
    flex-direction: column;
    display: flex;
}
.invite-user .dropdown-toggle:after{
  display: none;
}
.sync-user-name span {
    font-size: 16px;
}
.invite-user .dropdown-menu{
  padding: 0;
}
.invite-user .dropdown-toggle{
  color: #B1C1C9;
}
.asocials__list {
    display: flex;
    justify-content: space-around;
}  
 .footer {
    position: fixed;
    padding-top: 20px;
    overflow: hidden;
    background-color: #2e4799;
    color: #fff;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
  } 
.live-video {
    background: #fff;
    position: relative;
    height: 750px;
}
.live-video video{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.modal {    
    overflow-x: hidden;   
    overflow-y: auto;
}
.story-reply {
    position: absolute;
    bottom: 0;
    background:linear-gradient(to bottom, rgba(0,0,0,0) 0%,hsla(0, 0%, 0%, .6) 100%);
    padding: 0 15px;
    width: 100%;
}
.fix-height{
  height: 250px;
  overflow-y: hidden scroll;
  overflow-x: hidden ;
}
/* width */
.scroll ::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.scroll ::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.scroll ::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.scroll ::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.live-sender {
    display: flex;
    width: 100%;
    position: relative;
    padding: 15px 0;
}
.write-msg a {
    background: #0ab681;
    padding: 6px 10px;
    position: absolute;
    right: -1px;
    top: 0;
    border-radius: 20px;
    color: #fff;
    
}
.write-msg {
    position: relative;
    width: 100%;
    margin-right: 10px;
}
.write-msg input {
    border-radius: 20px;
    border: 0;
    padding-left: 65px;
    padding-right: 60px;
}
.chat-smily {
    display: flex;
    position: absolute;
    left: 10px;
    top: 0;
    z-index: 9;
    align-items: center;
    height: 100%;
}
.chat-smily a {
    padding: 0 2px;
}
.uservideo-name {
    position: absolute;
    z-index: 999;
    background: rgb(0 0 0 / .4);
    width: 100%;
    padding: 15px;
}
.uservideo-name span{
  font-size: 18px;
  margin-bottom: 5px;
}
.timer-live label {
    font-size: 14px;
    padding: 4px 8px;
    border-radius: 20px;
}
.timer-live label.bg-danger {
    color: #ffffff;
        padding-right: 20px;
}
.timer-live label.bg-white {
    color: #000000;
    margin-left: -19px;
}
.span-chat-count {
    width: 20px;
    height: 20px;
    color: #ffffff;
    border-radius: 50%;
    background-color: #2e4799;
    font-size: 12px;
    line-height: 20px;
}
.sync-user-name p{
  color: #9AA0B2 !important
}
.invite-user span{
   color: #9AA0B2;
}
.mice-btn {
    background: #0ab681;
    /* padding: 8px; */
    border-radius: 50%;
    width: 70px;
    height: 46px;
    line-height: 50px;
    align-items: center;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    margin-left: 5px;
    /* font-size: 11px; */
}
.mice-btn i{
  color: #ffffff;  
}
.btn-default {
    border: 1px solid #C4C4C4;
    padding: 4px 8px;
    border-radius: 13px;
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #C4C4C4;
}
.create-post {
    font-size: 20px;
    color: #393E46;
    font-weight: 600;
}
.btn-default-create{
    border: 1px solid #c4c4c4;
    border-radius: 13px !important;
    padding: 2px 8px;
    color: #c4c4c4;
}
ul.create-user {
    margin-top: 30px;
    padding: 0;
}
.create-user li {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #000;
    padding: 10px 0;
}
.create-user li img {
    width: 45px;
    height: 45px;
    margin-right: 10px
}
ul.tag-public li {
    display: flex;
    width: 100%;
}
ul.tag-public li .custom-radio {
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
}
ul.tag-public li .custom-radio img {
    width: 23px;
    height: 23px;
    margin-right: 15px;
    object-fit: contain;
}
ul.tag-public li .custom-radio label {
    font-size: 17px;
    color: #333;width: 100%;
}
.invite-user .custom-control-label::before {   
    width: 1.5rem;
    height: 1.5rem;  
    
}
.invite-user .custom-control-label::after {     
    width: 1.5rem;
    height: 1.5rem;
    
}
.invite-user .custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #0ab681;  
}
.div-post .form-control {
       border-radius: 20px;
    height: 55px;
}
.div-post img {
    position: absolute;
    right: 20px;
    top: 5px;
    width: 40px;
}
.bg-gray{
  background-color: #f4f4f4;
}
.div-post select.custom-select {
    background-color: #0ab681;
    color: #fff;
    border-radius: 13px;
    width: 150px;
    float: right;
    height: 42px;
}
.rmv-poll {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    padding: 10px 15px;
    border-radius: 20px;
    
    text-align: center;
    width: 100%;
}
.w-30 img {
    width: 40px;
    height: 40px;
}
.w-20 img{
  width: 30px;
  height: 30px;
}
.smily-option .sync-user {
    width: 35px;
    height: 35px;
}
.smily-option {
    border: 1px solid #ccc;
    padding: 10px 15px;
    border-radius: 20px;
    margin-bottom: 15px;
}
.activity-selection {
    display: flex;
    margin-bottom: 30px;
    align-items: center;
    justify-content: center;
}
.activity-selection li {
  position: relative;
  margin: 0 5px;
}
.activity-selection li label {
    background: #fff;
    border: 1px solid #ccc;
    padding: 7px 15px;
    border-radius: 20px;
    font-size: 16px;
}
.activity-selection li input[type="radio"]:checked ~ label {
    background: #0ab681;
    border: 1px solid #0ab681;
    color: #ffffff;    
}
.activity-selection li input[type="radio"] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}
.group-bg-image {
    height: 500px;
    overflow: hidden;
    margin-bottom: 0; 
    position: relative; 
    
}
.group-bg-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.group-bg-image:after{
      content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    background-color: rgb(0 0 0 / .2);
    z-index: 0;
    width: 100%;
    height: 100%;
}
.uppar-info {
    display: flex;
    position: absolute;
    top: 0;
    width: 100%;
    justify-content: space-between;
    padding: 15px;
    z-index: 99;
}
.group-title {
    color: #fff;
    font-size: 20px;
}
.tag-public-group li {
    padding: 5px 0;
}
.tag-public-group li label img {
    margin-right: 9px;
}
.tag-public-group li label {
    font-size: 16px;
    width: 100%;
    color: #666;
}
.tag-public-group li label a {
    color: #666;
    font-size: 18px;
}
.mr-top-9{
      margin-top: -18px;
    z-index: 9;
    position: relative;
}
.share-btn {
    position: absolute;
    right: 22px;
    top: -22px;
}
.share-btn a {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #0ab681;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #fff;
    border: 1px solid #fff;
}
.group-name h4 {
    font-size: 22px;
    color: #282B40;
    font-weight: 600;
}
.group-name span {
    font-size: 16px;
    color: #9AA0B2;
    margin-bottom: 10px;
    display: inline-block;
}
.group-number {
    padding-left: 15px;
    position: relative;
    margin-left: 15px;
}
.group-number:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: #9AA0B2;
    border-radius: 50%;
    top: 6px;
    left: 0;
}
.group-user {
    display: flex;
    justify-content: space-between;
    align-items: center;
     margin-bottom: 15px;
}
.list-user ul {
    padding: 0;
    display: flex;
   
}
.list-user ul a {
      display: flex;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 2px solid #ccc;
    margin-left: -10px;
}
.list-user ul li:first-child a{
  margin-left: 0;
}
.list-user ul li:last-child a{
  position: relative;
}
.list-user ul li:last-child a:before {
    content: "";
    position: absolute;
    left: 0;
    background: rgb(0 0 0 / 0.4);
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 50%;
}
.list-user ul a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.list-user ul a span {
    display: flex;
    position: absolute;
    left: 2px;
    height: 100%;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 5px;
}
.list-user ul a span i {
    color: #fff;
    font-size: 8px;
}
.timeline .cate-text {
    background: rgb(10 182 129);
    width: 100%;
    padding: 10px 20px;
    border-radius: 26px;
    color: #fff;
}
.timeline .cate-text  span{    
    font-size: 21px;
    margin-left: 0;
}
.crete .cate-text {
    border: 1px solid rgb(112 112 112 / .4);
    width: 100%;
    padding: 10px 40px 10px 0;
    border-radius: 26px;
    color: #707070;
}
.admin-role .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.admin-role .switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.admin-role .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.admin-role .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.admin-role input:checked + .slider {
  background-color: #0ab681;
}

.admin-role input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

.admin-role input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.admin-role .slider.round {
  border-radius: 34px;
}

.admin-role .slider.round:before {
  border-radius: 50%;
}
.remove-user a {
    border-radius: 20px;
}
.drop-images {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px !important;
}
.drop-images input[type="file"]{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.user-comments-photo {
    display: flex;
    flex-direction: column;
    margin-left: 15px;
}
.comment-user-name {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.comments-photo {
    min-width: 40px;
    max-width: 40px;
    height: 40px;
}
.comments-photo img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.commented-user-name h5 {
    color: #282B40;
    font-size: 18px;
    font-weight: 500;
}
.commented-user-name span {
    color: #9AA0B2;
    font-size: 14px;
}
.user-commnet-text p {
    color: #4D567D;
    font-size: 14px;
}
.main-comment {
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(112 112 112 / .3);
    padding-top: 10px;
}
.min-height-250 {
    min-height: 250px;
    max-height: 250px;
    overflow-y: auto;
}
body ::-webkit-scrollbar {
  width: 5px;
}

/* Track */
body ::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
body ::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
body ::-webkit-scrollbar-thumb:hover {
  background: #555;
}
body ::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.modal-body ::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.modal-body ::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.modal-body ::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.search-modal {
    display: flex;
    width: 100%;
}
.search-modal .form-group {
    position: relative;
}
.search-modal .form-group button {
    position: absolute;
    box-shadow: none;
    border: 0;
    background: transparent;
    background-color: transparent;
    right: 24px;
    top: 3px;
    width: 25px;
    height: 24px;
}
.search-modal .form-control {
    height: 42px;
    padding-left: 50px;
    border-radius: 20px;
}
.emoji-fix {
    position: absolute;
    border-right: 1px solid #ccc;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.emoji-fix img {
    width: 25px;
    height: 25px;
    object-fit: cover;
}
.share-close {
    margin-left: auto;
}
.share-close img {
    width: 20px;
}
.modal-header .close {
   
    outline: 0;
}
.goup-option ul {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0 15px 0;
}
.goup-option li a {
    border: 1px solid rgb(112 112 112 / .3);
    border-radius: 20px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9AA0B2;
    font-size: 16px;
}
.goup-option li a img {
    margin-right: 7px;
}
.goup-option li {
    margin: 0 10px;
}
.goup-option li .active {
    background: #0ab681;
    color: #fff;
}
.sync-user-gif {
    width: 100%;
    padding: 0;
    height: 100%;
}
.sync-user-gif img {
    width: 100%;
    height: 100%;
    
}
.br-0{
  border: 0 !important
}
.grp-storie {
    display: flex;
    align-items: start;
    justify-content: start;
    overflow-x: auto;
    width: 100%;

}
.grp-storie li {
    list-style: none;
    padding: 0 10px;
}
.grp-storie li a {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.grp-storie li a span {
    font-size: 14px;
    color: #282B40;
    white-space: pre-wrap;
    margin-top: 5px;
}

.create-user.side_bar li img {
    width: auto; 
    height: auto; 
    margin-right: 10px;
}
.sync-user.stories {
    border: 1px dashed #B0B5B8;
    padding: 2px;
}
.sync-user.stories.active {
    border: 1px dashed #0AB681;
    padding: 2px;
}
.scroll {
    min-height: 100px;
    max-height: 500px;
    overflow-y: auto;
}
.upload-post {
    display: none;
}
.btn_plus {
    position: fixed;
    right: 1%;
    bottom: 79px;
    z-index: 99;
}
.custom-close {
    opacity: 1;
    position: absolute;
    right: -9px;
    top: -10px;
    background-color: #0ab681 !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-shadow: none !important;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    z-index: 999;
}
.plus_add_36{
   width: auto;
   height: 35px;
}
.about_main {
    padding: 30px;
    -webkit-box-shadow: 0 3px 16px 0 rgb(234 234 234 / 60%);
    box-shadow: 0 3px 16px 0 rgb(234 234 234 / 60%);
}
@media (max-width: 479px) {

  .text-sub, .brief-course__sub, .brief-course .list-brief__top__sub, .instructor-info__college, .instructor-info__sub, .instructor-goals__list {
    font-size: 14px;
  }
  .form-search{
    margin-bottom: 0 !important;
  }
 
}


/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

/*	TYPOGRAPHY
–––––––––––––––––––––––––––*/
body {
  font-family: 'Nunito Sans', sans-serif !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  color: #868686;
}

/* ------ Normalize ----- */
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: unset;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

a:hover, a:focus {
  text-decoration: none !important;
  outline: unset;
}

/*	TYPOGRAPHY
–––––––––––––––––––––––––––*/
body {
  font-family: 'Nunito Sans';
  font-size: 16px;
  color: #868686;
  line-height: 1.5;
  margin: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

/*----------  Icon  ----------*/
.icon-custom::before {
  font-size: 12px;
  margin-left: 0;
}

.icon-al {
  padding: 4px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  width: 18px;
  height: 18px;
  text-align: center;
  color: #0ab681;
  background: #daf9f0;
  font-size: 9px;
  font-weight: 700;
}

.hiden {
  display: none;
}

/*----------  Text  ----------*/
.content-text {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #868686;
  letter-spacing: 0.2px;
}
.email-input input.input-item {
    background: #1e3890;
    border: 0;
    color: #fff;
}
.bg-theme{
      background: #2E4799 !important;
}
.signin-form__tabs {
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-login{
  background-color: #2E4799
}
.main-index ,.main-index body,.main-index section,.main-index .container{
  height: 100%;
}
.login-without {
   background: #0AB681;
    padding: 60px 40px;
    border-radius: 8px;
}
.logo-long img {
    width: auto;
    height: 80px;
}
.baiyse_title h4 {
    color: #2e4799;
    margin-top: 15px;
    font-size: 25px;
}
.login-without h5 {
    color: #fff;
    text-align: center;
    font-size: 35px;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-weight: 600;
}
.login-without .form-control {
    height: 50px;
}
.new-login-page{
  padding: 30px;
}
.new-login-page h5 {
    font-size: 34px;
}
.new-login-page .nav-link {
    font-size: 21px;
}
.logo-long-1 {
    background: #2e4799;
}

.logo-long-1 .signin-form__form .btn-green {
    margin-bottom: 16px;
    padding: 16px 88px;
    border-radius: 20px;
    color: #2e4799;
    font-size: 17px;
}
.stroies_main img{
  height: 100%;
  object-fit: cover;
}

.social-media {
    text-align: center;
    background: #0ab681;
    padding: 30px;
    border-radius: 20px 20px 0 0;
}
.social-media h4 {
    text-align: center;
    color: #fff;
    font-size: 27px;
}
.main-stick-1 {
   position: absolute;
    left: 0;
    right: 0;
    top: 100px;
    height: calc(100% - 100px);
    text-align: center;
}
.poll-radio {
    /* width: 100%; */
    /* align-items: center; */
    /* justify-content: center; */
    width: 200px;
    margin: 0 auto;
}
.poll-design {
    display: inline-block;
    float: left;
    justify-content: center;
    background: #fff;
    width: 100%;
    border-radius: 25px;
    padding: 15px;
}
.location-tag {
    background: #fff;
    display: inline;
    align-items: center;
    justify-content: center;
    /* width: 500px; */
    padding: 5px 10px;
    border-radius: 8px;
    color: #000 !important;
}
.location-tag a{
    color: #000 !important;
}
.poll-detail {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
}
.poll-detail h5 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 13px;
}

.yes-poll {
    position: relative;
    width: 50%;
    float: left;
    text-align: center;
    border-right: 1px solid rgb(119 119 119 / 70%);
    
}
.poll-img {
    width: 250px;
    margin: 30px auto;
    
}
.poll-design .yes-poll label{
  font-size: 20px;
  font-weight: normal;
}
.yes-poll input[type="radio"]:checked ~ label {
    font-weight: 700;
}
.poll-design .yes-poll:first-child label{
  color: #0AB681
}
.poll-design .yes-poll:last-child label{
   color: #2E4799;
}
.poll-design .yes-poll:last-child{
    border-right: 0px solid #ddd;
    
}
.yes-poll input[type="radio"] {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;    
    opacity: 0;
}
@media (max-width: 768px) {
.switch-account {  
    padding: 0px 0;
    flex-direction: column;
}
.switch-user {   
    padding: 10px 0;    
}
.switch-user img {
    width: 100px;
    height: 100px;
    margin: 0 auto;
}
  .content-text {
    font-size: 14px;
  }
}

.title-text {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  color: #42495b;
}

.name-text {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #868686;
}

.name-text:hover {
  color: #3a3a3a;
}

.number-text {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #868686;
}

.price-text {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 22px;
  color: #0ab681;
}

.name-text {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #868686;
}

.name-text:hover {
  color: #3a3a3a;
}

.name-wrapper, .number-wrapper, .number-sp-wrapper-left, .number-sp-wrapper-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.number-sp-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.name-avatar {
  display: inline-block;
  width: 24px;
  height: 24px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin-right: 10px;
  border-radius: 50%;
}

.name-avatar img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*----------  img  ----------*/
.img-block {
  display: block;
}

.full-height {
  height: 100vh;
}

/*	FONTS
------------------------*/
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Nunito Sans Regular"), local("NunitoSans-Regular"), url(https://fonts.gstatic.com/s/nunitosans/v3/pe0qMImSLYBIv1o4X1M8cceyI9tAcVwob5A.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url(fonts/Roboto-Regular.ttf) format("woff2");
}

/*=============================================
1.1 Button in page
=============================================*/
[class*="btn-"], [class*="button-"] {
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.button-default {
  background-color: #0ab681;
  font-weight: bold;
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  border: 1px solid transparent;
}

.button-default:hover, .button-default:focus {
  border: solid 1px #0ab681;
  background-color: #0ab681;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.button-default .active:focus, .button-default .active:hover {
  border: solid 1px #0ab681;
  background-color: #0ab681;
  color: #fff;
  -webkit-transition: 1s;
  transition: 1s;
}

.button-default:focus {
  outline: none;
}

.button-default--green-l {
  margin: 0 40px 20px;
  display: inline-block;
  padding: 16px 42px;
  font-size: 14px;
  background-color: #daf9f0;
  color: #0ab681;
}

.btn-green {
  display: inline-block;
  padding: 16px 47px;
  font-size: 14px;
  background-color: #daf9f0;
  color: #0ab681;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  line-height: 1;
  border: 1px solid transparent;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
}

.btn-green:hover, .btn-green:focus {
  border: solid 1px #0ab681;
  background-color: #0ab681;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.btn-green .active:focus, .btn-green .active:hover {
  border: solid 1px #0ab681;
  background-color: #0ab681;
  color: #fff;
  -webkit-transition: 1s;
  transition: 1s;
}

.btn-green:focus {
  outline: none;
}

.btn-dropdown {
  min-width: 84px;
  padding: 0 9px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background-color: #fff;
  border: solid 1px #e8e8e8;
}

.btn-dropdown__text {
  font-size: 14px;
  color: #42495b;
  text-transform: capitalize;
  text-align: left;
  line-height: 26px;
}

.btn-dropdown__icon {
  float: right;
}

.btn-dropdown__icon::before {
  font-size: 10px;
  color: #868686;
  margin-left: 10px;
  line-height: 26px;
}

.btn-outline {
  display: inline-block;
  padding: 7px 25px;
  -webkit-border-radius: 18px;
  border-radius: 18px;
  background-color: #fff;
  border: solid 1px #0ab681;
  color: #0ab681;
  font-size: 14px;
  text-transform: capitalize;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.btn-outline:hover {
  background-color: #0ab681;
  color: #fff;
}

.button-normal-02 {
  font-size: 14px;
  font-weight: 700;
  color: #0ab681;
  padding: 13px 51px;
  background-color: #daf9f0;
}

.button-normal-02:hover, .button-normal-02:focus {
  background-color: #0ab681;
  color: #fff;
}

.button-play-video {
  position: relative;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 6px 26px;
  background: none;
  border: solid 1px #fff;
  overflow: hidden;
}

.button-play-video:hover .icon-play {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.button-play-video:hover .mask {
  opacity: 1;
  -webkit-transform: translate3d(120%, -100px, 0) rotate3d(0, 0, 1, 90deg);
          transform: translate3d(120%, -100px, 0) rotate3d(0, 0, 1, 90deg);
}

.button-play-video .icon-play {
  -webkit-transition: -webkit-transform .15s;
  transition: -webkit-transform .15s;
  transition: transform .15s;
  transition: transform .15s, -webkit-transform .15s;
}

.button-play-video .icon-play::before {
  color: #fff;
}

.button-play-video .mask {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  height: 100px;
  width: 200px;
  -webkit-transform: translate3d(-120%, 50px, 0) rotate3d(0, 0, 1, 45deg);
          transform: translate3d(-120%, 50px, 0) rotate3d(0, 0, 1, 45deg);
  -webkit-transition: all 1.1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.1s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0;
}

.btn--cirlcle-bg-white {
  display: inline-block;
  width: 76px;
  height: 76px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #fff;
}

/*=============================================
1.2 Rating Star for course item
=============================================*/
.rating-start {
  position: relative;
  overflow: hidden;
  display: inline-block;
  letter-spacing: 4px;
  font-size: 10px;
  vertical-align: middle;
}

.rating-start::before, .rating-start::after {
  font-family: "Flaticon";
  color: #0ab681;
}

.rating-start::before {
  content: "\f117\f117\f117\f117\f117";
}

.rating-start::after {
  content: "\f110\f110\f110\f110\f110";
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
}

.rating-start[data-rating='1']::after {
  width: 20%;
}

.rating-start[data-rating='2']::after {
  width: 40%;
}

.rating-start[data-rating='3']::after {
  width: 60%;
}

.rating-start[data-rating='4']::after {
  width: 80%;
}

.rating-start[data-rating='5']::after {
  width: 100%;
}

/*=============================================
1.3 Button hamberger in header menu mobile
=============================================*/
.nav-icon {
  width: 38px;
  height: 24px;
  position: relative;
  margin: 20px auto;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.nav-icon .icon-bar {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  opacity: 1;
  left: 0;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.nav-icon .icon-bar:nth-child(1) {
  top: 0px;
}

.nav-icon .icon-bar:nth-child(2) {
  top: 5px;
}

.nav-icon .icon-bar:nth-child(3) {
  top: 14px;
}

.nav-icon:not(.collapsed) .icon-bar:nth-child(1) {
  -ms-transform: translateY(12px) rotate(45deg);
  -webkit-transform: translateY(12px) rotate(45deg);
  transform: translateY(12px) rotate(45deg);
}

.nav-icon:not(.collapsed) .icon-bar:nth-child(2) {
  opacity: 0;
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.nav-icon:not(.collapsed) .icon-bar:nth-child(3) {
  -ms-transform: translateY(-6px) rotate(-45deg);
  -webkit-transform: translateY(-6px) rotate(-45deg);
  transform: translateY(-6px) rotate(-45deg);
}

/*=============================================
1.4 Breadcrumb
=============================================*/
.breadcrumb-wapper .breadcrumb {
  background-color: #fff;
  padding: 0;
  margin-bottom: 32px;
}

.breadcrumb-wapper .breadcrumb__link {
  font-family: Roboto;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.2px;
  text-align: left;
  text-transform: capitalize;
  color: #868686;
}

.breadcrumb-wapper .breadcrumb__link:hover, .breadcrumb-wapper .breadcrumb__link .active {
  color: #0ab681;
}

.breadcrumb-wapper .breadcrumb .active {
  color: #0ab681;
}

/*=============================================
1.5 Input form in page
=============================================*/
.input-item {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background-color: #fefefe;
  border: solid 1px #e8e8e8;
  padding: 14px 12px;
  font-size: 14px;
  height: auto;
  line-height: 1;
  -webkit-transition: all 0.30s ease-in-out;
  transition: all 0.30s ease-in-out;
}

.input-item:focus {
  outline: none;
  -webkit-box-shadow: 0px 0px 8px 1px rgba(213, 213, 213, 0.59);
          box-shadow: 0px 0px 8px 1px rgba(213, 213, 213, 0.59);
}

.input-item::-webkit-input-placeholder {
  font-weight: 300;
  line-height: 1.2;
  color: #868686; 
  
}

.input-item::-moz-placeholder {
  font-weight: 300;
  line-height: 1.2;
  color: #868686;
  font-style: italic;  
}

.input-item:-ms-input-placeholder {
  font-weight: 300;
  line-height: 1.2;
  color: #868686;  
}

.input-item::placeholder {
  font-weight: 300;
  line-height: 1.2;
  color: #868686;  
}

/*=============================================
1.6 Button oval page
=============================================*/
.oval-left {
  top: 50%;
  left: 0;
  margin-top: -20px;
  margin-left: -70px;
}

.oval-right {
  top: 50%;
  right: 0;
  margin-top: -20px;
  margin-right: -70px;
}

.oval {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background .15s, border .15s;
  transition: background .15s, border .15s;
  position: absolute;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #fff;
  border: solid 1px #e8e8e8;
  cursor: pointer;
  z-index: 3;
}

.oval:hover {
  border: none;
  background-color: #0ab681;
}

.oval:hover [class*="flaticon-"]::before {
  color: #fafafa;
}

.oval [class*="flaticon-"]::before {
  color: #42495b;
  font-size: 13px !important;
}

.mini-oval {
  display: inline-block;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: #0ab681;
  text-align: center;
  padding: 3px 0;
  border: none;
  cursor: pointer;
}

.mini-oval:focus, .mini-oval:hover {
  background: #05a677;
  outline: none;
}

.mini-oval [class*="flaticon-"]::before {
  font-size: 13px !important;
  width: 6px;
  height: 10px;
  color: #fafafa;
}

.oval-icon {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(202, 202, 202, 0.5);
  vertical-align: middle;
  -webkit-transition: all .15s;
  transition: all .15s;
}

.oval-icon [class*="flaticon-"]::before, .oval-icon [class^="flaticon-"]::before {
  font-size: 14px !important;
}

.oval-big {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 75px;
  height: 75px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 1px solid #fff;
  cursor: pointer;
  -webkit-transition: background 0.15s;
  transition: background 0.15s;
}

.oval-big:hover {
  background: rgba(255, 255, 255, 0.08);
}

.oval-big [class^="flaticon-"], .oval-big [class*="flaticon-"] {
  font-size: 18px;
  color: #fff !important;
}

.bundle-badge, .best-sell-badge {
  color: #fff;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}

.bundle-badge {
  font-family: 'Roboto', sans-serif;
  font-size: 9px;
  font-weight: 700;
  background-color: #ff9142;
  letter-spacing: 1px;
  text-align: center;
  z-index: 2;
}

.best-sell-badge {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 12px;
  font-weight: 600;
  background-color: #0ab681;
  text-align: left;
}

.bundle-badge-small {
  padding: 0px 4px;
}

.bundle-badge-big {
  width: auto;
  height: auto;
  padding: 0 50px;
}

.best-sell-badge-small {
  width: auto;
  height: auto;
  padding: 3px 6px;
  max-width: 110px;
  max-height: 26px;
}

.tag-bunle {
  font-family: 'Roboto';
  display: inline-block;
  padding: 4px 17px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #ff9142;
  font-size: 9px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
}

/*=============================================
1.7 Status bar
=============================================*/
@-webkit-keyframes animate-width {
  0% {
    width: 0;
  }
  100% {
    visibility: visible;
  }
}

@keyframes animate-width {
  0% {
    width: 0;
  }
  100% {
    visibility: visible;
  }
}

@-webkit-keyframes animate-height {
  0% {
    height: 0;
  }
  100% {
    visibility: visible;
  }
}

@keyframes animate-height {
  0% {
    height: 0;
  }
  100% {
    visibility: visible;
  }
}

.stat-bar {
  height: 8px;
  background-color: #f6f6f6;
  overflow: hidden;
}

.stat-bar:last-child {
  margin-bottom: 0;
}

.stat-bar-rating {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  color: white;
  text-align: center;
  text-indent: -9999px;
  background-color: #0ab681;
}

.stat-bar-rating {
  visibility: hidden;
  width: 0;
  -webkit-animation: animate-width;
  animation: animate-width;
  animation-timing-function: cubic-bezier(0.35, 0.95, 0.67, 0.99);
  -webkit-animation-timing-function: cubic-bezier(0.35, 0.95, 0.67, 0.99);
  -moz-animation-timing-function: cubic-bezier(0.35, 0.95, 0.67, 0.99);
  animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}

.stat-bar:nth-of-type(1) .stat-bar-rating {
  animation-delay: 0.25s;
  -webkit-animation-delay: 0.25s;
}

.stat-bar:nth-of-type(2) .stat-bar-rating {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}

.stat-bar:nth-of-type(3) .stat-bar-rating {
  animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
}

.card-price-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.font-weight-bold{
  font-weight: 600;
}
.btn-email {
    background: #2E4799;
}
.btn-email img{

}

.btn-password {
    background: #0AB681;
}
.btn-email img {
    width: 34px;
    margin-right: 7px;
}
.w-32 {
    position: absolute;
    right: 0;
    width: 25px !important;
}
.btn-password img {
    height: 35px;
    margin-right: 7px;
    width: auto;
}
.mine-div img {
    width: 100px;
    height: auto;
    margin: 0 auto;
}
.modal-mail a:hover{
  color: #ffffff
}
.modal-mail a {
    width: 100%;
    padding: 15px 15px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: start;
    font-size: 24px;
    color: #fff;
    position: relative;
}
.fogot-mail {
    background: #2E4799;
}
@media (max-width: 991px) {
  .card-price-menu {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.card-price--25 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

@media (max-width: 991px) and (min-width: 576px) {
  .card-price--25:nth-child(even) {
    margin-left: 2%;
  }
}

@media (max-width: 991px) and (min-width: 576px) {
  .card-price--25:nth-child(odd) {
    margin-right: 2%;
  }
}

@media (max-width: 991px) {
  .card-price--25 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 48%;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    max-width: 48%;
    margin-top: 4%;
  }
}

.card-price--33 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333333%;
      -ms-flex: 0 0 33.33333333%;
          flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.card-price-menu__item {
  position: relative;
  padding: 40px 30px;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0 3px 16px 0 rgba(234, 234, 234, 0.6);
          box-shadow: 0 3px 16px 0 rgba(234, 234, 234, 0.6);
  -webkit-transition: all .5s;
  transition: all .5s;
}

@media (max-width: 575px) {

  .card-price-menu__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-top: 30px;
  }
}

.card-price-menu__item::before {
  position: absolute;
  z-index: 2;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.card-price-menu__item.item-free {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: solid 1px #0ab681;
}

.card-price-menu__item.active:not(.item-free), .card-price-menu__item:hover:not(.item-free) {
  background: unset;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.card-price-menu__item.active:not(.item-free)::before, .card-price-menu__item:hover:not(.item-free)::before {
  -webkit-transform: scale(1.06);
      -ms-transform: scale(1.06);
          transform: scale(1.06);
  background-color: #0ab681;
  -webkit-box-shadow: -0.2px 3px 16px 0 #ebebeb;
          box-shadow: -0.2px 3px 16px 0 #ebebeb;
}

.card-price-menu__item.active:not(.item-free) .card-price-top, .card-price-menu__item:hover:not(.item-free) .card-price-top {
  border-bottom: 3px solid rgba(255, 255, 255, 0.3);
}

.card-price-menu__item.active:not(.item-free) .card-price-top__price span, .card-price-menu__item:hover:not(.item-free) .card-price-top__price span {
  color: #fff;
}

.card-price-menu__item.active:not(.item-free) .card-price-top__nature, .card-price-menu__item.active:not(.item-free) .card-price-top__time, .card-price-menu__item:hover:not(.item-free) .card-price-top__nature, .card-price-menu__item:hover:not(.item-free) .card-price-top__time {
  color: #fff;
}

.card-price-menu__item.active:not(.item-free) .card-price-top:after, .card-price-menu__item:hover:not(.item-free) .card-price-top:after {
  background-color: #fff;
}

.card-price-menu__item.active:not(.item-free) .card-price-body__log, .card-price-menu__item.active:not(.item-free) .card-price-body__content, .card-price-menu__item:hover:not(.item-free) .card-price-body__log, .card-price-menu__item:hover:not(.item-free) .card-price-body__content {
  color: #fff;
}

.card-price-menu__item.active:not(.item-free) .card-price-body__button .btn-green, .card-price-menu__item:hover:not(.item-free) .card-price-body__button .btn-green {
  background-color: #fff;
  color: #0ab681;
}

.card-price-menu__item.active:not(.item-free) .card-price-body__button .btn-green:hover, .card-price-menu__item.active:not(.item-free) .card-price-body__button .btn-green:focus, .card-price-menu__item:hover:not(.item-free) .card-price-body__button .btn-green:hover, .card-price-menu__item:hover:not(.item-free) .card-price-body__button .btn-green:focus {
  background-color: #fff;
  color: #0ab681;
}

.card-price-menu__item .card-price-top {
  position: relative;
  padding-bottom: 24px;
  border-bottom: 3px solid rgba(151, 151, 151, 0.1);
  margin-bottom: 16px;
  z-index: 2;
}

.card-price-menu__item .card-price-top__nature, .card-price-menu__item .card-price-top__price {
  font-family: 'Nunito Sans', sans-serif;
}

.card-price-menu__item .card-price-top__nature {
  font-size: 14px;
  font-weight: bold;
  color: #0ab681;
  margin-bottom: 16px;
}

.card-price-menu__item .card-price-top__price .sign {
  position: absolute;
  right: 100%;
  top: 0;
  margin-top: 13px;
  margin-right: 4px;
  font-size: 22px;
  color: #42495b;
}

.card-price-menu__item .card-price-top__price .value {
  position: relative;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.2;
  color: #42495b;
}

.card-price-menu__item .card-price-top__time {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.2px;
  color: #868686;
}

.card-price-menu__item .card-price-body {
  position: relative;
  z-index: 2;
}

.card-price-menu__item .card-price-body__log {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 18px;
  color: #42495b;
  margin-bottom: 16px;
}

.card-price-menu__item .card-price-body__content {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 14px;
  color: #42495b;
  margin-bottom: 38px;
}

.card-price-menu__item .card-price-body__button .btn-green {
  margin: 0 auto;
}

.card-price-menu__item .card-price-body__button .btn-green:hover, .card-price-menu__item .card-price-body__button .btn-green:focus {
  background-color: #fff;
  color: #0ab681;
}

/*=============================================
1.8 Table in page
=============================================*/
.learning-table {
  margin-bottom: 0;
}

.learning-table th, .learning-table td {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  color: #42495b;
  padding: 15px 32px !important;
  border: none !important;
}

@media (max-width: 768px) {
  .learning-table th, .learning-table td {
    padding: 15px !important;
  }
}

@media (max-width: 767px) {
  .exam-main-result{
    width: 100%;
  }
  .learning-table th, .learning-table td {
    padding: 10px !important;
  }
}

.learning-table th {
  font-size: 22px;
  text-align: center;
}

@media (max-width: 767px) {
  .learning-table th {
    font-size: 18px;
  }
}

.learning-table td:not(.space):not(.check) {
  font-size: 18px;
}

@media (min-width: 767px) {
  .section_answer {
    
    padding: 0 50px;
  }
  .exam-main-result {
    width:80%;
  }
}
@media (max-width: 767px) {
  .learning-table td:not(.space):not(.check) {
    font-size: 14px;
  }
}

.learning-table .check {
  text-align: center;
}

.learning-table .space {
  font-size: 14px;
  font-weight: 700;
  background-color: #fafafa;
}

.learning-table .icon-check::before {
  font-size: 15px;
  color: #42495b;
}

@media (max-width: 767px) {
  .learning-table .icon-check::before {
    font-size: 10px;
  }
}

.carousel-slide .carousel-slide__item {
  display: table;
  width: 100%;
}

.carousel-slide .carousel-slide__item:focus {
  outline: none;
}

.carousel-slide .carousel-slide__item__holder, .carousel-slide .carousel-slide__item__info {
  position: relative;
  display: table-cell;
  vertical-align: top;
  overflow: hidden;
}

.carousel-slide .carousel-slide__item__holder {
  width: 40%;
}

@media (max-width: 767px) {
  .carousel-slide .carousel-slide__item__holder {
    display: block;
    width: 100%;
  }
}

.carousel-slide .carousel-slide__item__holder::before {
  display: block;
  content: "";
  padding-top: 121%;
}

.carousel-slide .carousel-slide__item__holder img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: none;
  width: auto;
  height: 100%;
}

.carousel-slide .carousel-slide__item__holder .holder-wrapper {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.carousel-slide .carousel-slide__item__info {
  width: 60%;
  padding-right: 84px;
}

.carousel-slide .carousel-slide__item__info .icon-quote {
  display: inline-block;
  margin-bottom: 48px;
}

.carousel-slide .carousel-slide__item__info .icon-quote::before {
  font-size: 40px;
  color: #0ab681;
}

@media (max-width: 768px) {
  .carousel-slide .carousel-slide__item__info .icon-quote {
    margin-bottom: 20px;
  }
}

.carousel-slide .carousel-slide__item__info .content-text {
  margin-bottom: 32px;
}

.carousel-slide .carousel-slide__item__info .article-text {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #42495b;
  margin-bottom: 4px;
}

.carousel-slide .carousel-slide__item__info .specialize {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #868686;
}

/*=============================================
1.9 Card course in page
=============================================*/
.courses__wapper {
  border: solid 1px rgba(232, 232, 232, 0.54);
  -webkit-border-radius: 3px;
          border-radius: 3px;
}

.courses__item:focus {
  outline: 0;
}

.courses__item.slick-slide {
  height: auto;
  padding: 0 15px;
}

.courses__top {
  position: relative;
}

.courses__top:hover .courses__hover {
  opacity: 1;
  visibility: visible;
}

.courses__top__wapper {
  position: relative;
  overflow: hidden;
}

.courses__top__wapper:before {
  content: '';
  display: block;
  padding-top: 61%;
}

.courses__top__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.courses__top__bundle {
  z-index: 2;
  position: absolute;
  bottom: -9px;
  left: 22px;
  display: inline-block;
  padding: 5px 11px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background-color: #ff9142;
  font-size: 9px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
}

.courses__top__bt-seller {
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: rotate(-90deg) translateY(-100%);
      -ms-transform: rotate(-90deg) translateY(-100%);
          transform: rotate(-90deg) translateY(-100%);
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
  padding: 5px 11px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background-color: #0ab681;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
}

.courses__content {
  padding: 20px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-shadow: -0.2px 3px 16px 0 #ebebeb;
          box-shadow: -0.2px 3px 16px 0 #ebebeb;
  background-color: #fff;
}

.courses__content__title {
  display: inline-block;
  margin-bottom: 8px;
}

.courses__content__title:hover {
  color: #0ab681;
}

.courses__content__author {
  margin-bottom: 16px;
  
}

.courses__content__image {
  -webkit-border-radius: 50%;
          border-radius: 50%;
}

.courses__content__info {
  font-size: 0;
}

.courses__content__author-name {
  max-width: 110px;
  margin-left: 10px;
  text-align: left;
  font-size: 14px;
  color: #868686;
  text-transform: capitalize;
}

.courses__content__author-name:hover {
  color: #42495b;
}

.courses__content__icon {
  margin-right: 10px;
}

.courses__content__price {
  font-weight: 600;
  font-size: 22px;
  color: #0ab681;
}

.courses__list .slick-list {
  padding-bottom: 20px;
}

.courses__col-left {
  width: 70%;
  display: inline-block;
  vertical-align: middle;
}

.courses__col-right {
  width: 30%;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
}

.courses__hover {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(45, 125, 250, 0.9);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.courses__hover-content {
  display: inline-block;
}

.courses__hover-content__item {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 5px;
  background-color: #fff;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  line-height: 43px;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.courses__hover-content__item:hover {
  background-color: #0ab681;
  color: #fff;
}

.courses__hover-content__icon::before {
  margin-left: 0;
}

.specializations .rating-start {
  display: none;
}

.rated-course .courses__top__bundle {
  display: none;
}

.rated-course .courses__top__bt-seller {
  display: none;
}

.feature-course .rating-start {
  display: none;
}

.feature-course .courses__top__bundle {
  display: none;
}

.feature-course .courses__top__bt-seller {
  display: none;
}

.feature-course .courses__hover {
  display: none;
}

/*=============================================
1.1 Partials all page
=============================================*/
.over-flow-body {
  height: 100%;
  overflow: hidden;
  width: 100%;
  position: fixed;
}

.over-flow-body .positionfixed {
  position: fixed;
  top: 68px;
  z-index: 998;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #868686;
  opacity: 0.5;
}

.btn-ontop {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  outline: none;
  cursor: pointer;
  padding: 5px 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.btn-ontop--show {
  opacity: 1;
  visibility: visible;
}

.btn-ontop .flaticon-arrows-5::before {
  margin-left: 0;
}

/*=============================================
1.2 Header content
  Header content
    1.1 Header top
      1.1.1 Logo
      1.1.2 Catagories button
        List catagories
        Cate sub
      1.1.3 Form search
      1.1.4 Nav Right
        Profile dropdown
    1.2 Header bottom
      1.2.1 Menu main
=============================================*/
.header-content {
  height: auto;
}

.header-top {
  position: relative;
  border-bottom: solid 1px rgba(134, 134, 134, 0.15);
  margin-bottom: unset;
  background: #2e4799;
}

.header-top__top {
  background-color: white;
  border: unset;
  padding: 30px 0 25px;
  -webkit-border-radius: 0;
          border-radius: 0;
  margin-bottom: unset;
}

.logo {
  display: inline-block;
  width: 213px;
}
.serch-module li label {
    border: 1px solid #9AA0B2;
    border-radius: 20px;
    padding: 6px 8px;
    font-size: 12px;
}
@media (max-width: 768px) {
  .btn-invite {
    font-size: 12px;
    padding: 4px 8px;
}
  .logo {
    padding-bottom: 0;
    width: 168px;
    margin-right: 0;
  }
}
.logo--menu {
  margin-right: 30px;
  width: 0;
  vertical-align: middle;
  position: absolute;
  opacity: 0;
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
}
.logo--menu--active {
  margin-top: 8px;
  width: 140px;
  position: static;
  display: inline-block;
  opacity: 1;
}

.logo__link {
  display: inline-block;
  height: unset;
  padding: 0;
}

@media (max-width: 1199px) {
  .logo__link {
    width: 150px;
    padding: 10px 0;
  }
}

@media (max-width: 991px) {
  .logo__link {
    padding: 0;
    width: 120px;
  }
}

.logo__image {
  max-width: 100%;
  height: auto;
}

.logo--mobile {
  display: block;
  margin-top: 15px;
}

.categories {
  position: relative;
  display: inline-block;
  padding: 15px 3px;
  margin-right: 10px;
}

.categories:hover .dropdown-catagories {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}

.categories__button {
  display: block;
  text-decoration: unset;
  color: #42495b;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}

.categories__button:hover, .categories__button:focus {
  text-decoration: unset;
  color: #00d99a;
}

.categories__button:hover .categories__icon, .categories__button:focus .categories__icon {
  color: #00d99a;
}

.categories__icon {
  margin-right: 15px;
  color: #868686;
}

.categories--mobile {
  margin-top: 12px;
}

.categories--mobile__icon {
  color: #868686;
}

.categories--mobile__icon::before {
  margin-left: 0;
  font-size: 28px;
}

.dropdown-catagories {
  z-index: 100;
  position: absolute;
  min-width: 213px;
  left: 0;
  top: 100%;
  background-color: white;
  border: 1px solid rgba(134, 134, 134, 0.15);
  -webkit-box-shadow: -0.2px 3px 16px #e1e1e1;
  box-shadow: -0.2px 3px 16px #e1e1e1;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
}

.dropdown-catagories__list {
  border-top: 3px solid #1fae66;
  padding-top: 2px;
}

.dropdown-catagories__item {
  position: static;
  padding: 7px 13px;
  -webkit-transition: border-left 0.5s ease;
  transition: border-left 0.5s ease;
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
}

.dropdown-catagories__item:hover .cate-sub {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}

.dropdown-catagories__item:hover .dropdown-catagories__link {
  color: #099b72;
}

.dropdown-catagories__item:hover .dropdown-catagories__icon {
  color: #42495b;
}

.dropdown-catagories__item:last-child {
  padding-bottom: 10px;
}

.dropdown-catagories__link {
  display: inline-block;
  width: -webkit-calc(100% - 34px);
  width: calc(100% - 34px);
  color: #868686;
  text-transform: capitalize;
}

.dropdown-catagories__icon {
  color: #868686;
}

.dropdown-catagories__icon::before {
  font-size: 14px;
}

.cate-sub {
  position: absolute;
  min-height: -webkit-calc(100% + 2px);
  min-height: calc(100% + 2px);
  z-index: 999;
  top: -1px;
  left: 100%;
  min-width: 200px;
  border: 1px solid #e8e8e8;
  background-color: #fff;
  -webkit-box-shadow: -0.2px 3px 16px 0 #e1e1e1;
          box-shadow: -0.2px 3px 16px 0 #e1e1e1;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
}

.cate-sub--menu {
  min-height: unset;
  top: 100%;
  left: 18px;
}

.cate-sub__item {
  padding: 5px 10px;
  border-left: 4px solid transparent;
  -webkit-transition: border-left 0.5s ease;
  transition: border-left 0.5s ease;
}

.cate-sub__item:hover, .cate-sub__item:focus {
  border-left: 4px solid #868686;
}

.cate-sub__item:hover .cate-sub__link, .cate-sub__item:focus .cate-sub__link {
  color: #42495b;
}

.cate-sub__link {
  color: #868686;
  text-transform: capitalize;
}

.discover-tutor,.group-class,.purchase-cource{
  border-radius: 8px;
}
.discover-tutor{
    background: #008E62;
        overflow: hidden;
}

.group-class {
    background: #40B8E9;
        overflow: hidden;
}

.purchase-cource{
  background: #F5A80A;
      overflow: hidden;
}
.purchase-cource .design-sprint__contents{

  background-color: #f5c052;
  color: #ffffff
}
.purchase-cource .design-sprint__contents__title,.group-class .design-sprint__contents__title ,.discover-tutor .design-sprint__contents__title {
  color:#ffffff;
  text-align: center;
}
.group-class .design-sprint__contents{
  background-color: #48CAFF
}
.form-search {
    display: inline-block;
    margin: 0;
    padding: 0 0 11px 0;
    width: 100%;
    margin-bottom: 50px;
    border: 0 !important;
}
.form-search__input-group {
  overflow: hidden;
  width:100%;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  border: solid 1px #e8e8e8;
  background-color: #fefefe;
}
.discover-tutor .design-sprint__wapper img{
  width: auto;
}
.login-btn-mob {
    background: #0ab681;
    padding: 10px 15px;
    border-radius: 8px;
    margin-bottom: 15px !important;
    font-size: 15px !important;
}
.mt-50{
  margin-top: 50px;
}
.mb-1{
  margin-bottom: 1rem
}
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
@media (min-width: 768px) {
  .form-search__input-group {
    width: 50%;
  }

}

.form-search__btn-group {
  display: inline-block;
  float: right;
}

.form-search__input {
    display: inline-block;
    width: -webkit-calc(100% - 36px) !important;
    width: calc(100% - 36px) !important;
    height: auto;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 15px 20px;
    line-height: unset;
   
}

.form-search input.form-control.form-search__input {
    font-size: 20px !important;
    line-height: inherit;
    color: #000;
}
.form-search__input:focus {
  border: none;
  outline: none;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.form-search__input:focus .form-search__input-group {
  -webkit-box-shadow: 0px 0px 8px 1px rgba(7, 215, 155, 0.59);
          box-shadow: 0px 0px 8px 1px rgba(7, 215, 155, 0.59);
}

.form-search__input::-webkit-input-placeholder {
  font-weight: 300;
  font-size: 14px;
  color: #868686;
}

.form-search__input::-moz-placeholder {
  font-weight: 300;
  font-size: 14px;
  color: #868686;
}

.form-search__input:-ms-input-placeholder {
  font-weight: 300;
  font-size: 18px;
  color: #868686;

}

.form-search__input::placeholder {
  font-weight: 300;
  font-size: 14px;
  color: #868686;
}

.form-search__button {
    padding: 15px 10px;
    margin-left: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
    outline: unset;
    height: 100%;
}

.form-search__button:hover, .form-search__button:focus, .form-search__button:active:focus {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  outline-offset: none;
}

.form-search__button--mobile {
  border: unset;
  background-color: unset;
  padding: 0 12px;
}

.form-search__button--mobile:hover, .form-search__button--mobile:focus, .form-search__button--mobile:active:focus {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  outline-offset: none;
}

.form-search__icon {
  color: #42495b;
}

.form-search__icon:hover {
  color: #2e4799;
    font-weight: 700;
}

.form-search__icon::before {
  margin-left: 0;
  font-size: 16px;
}

.form-search--mobile {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  background-color: #fff;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.form-search--mobile .form-search__input-group {
  display: inline-block;
  margin-top: 8px;
  width: -webkit-calc(100% -  45px);
  width: calc(100% -  45px);
}

.form-search--mobile .form-search__input {
  padding: 9px;
}

.form-search--mobile .form-search__button--close {
  margin-top: 10px;
  display: inline-block;
  vertical-align: top;
}

.form-search--mobile.collapse.in {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

/*.match-group{
  padding: 10px 0;
  margin: auto 0;
  &__icon-group, &__login-rigister-link{
    display: inline-block;
  }
  &__icon-group{
    a{
      position: relative;
      color: $gray-light;
      &:first-child{
        margin-right: 34px;
      }
      .icon-custom{
        &::before{
          font-size: 18px!important;
        }
      }
      .icon-al{
        position: absolute;
        left: 100%;
        bottom: 70%;
      }
    }
  }
  &__login-rigister-link{
    .divider{
      display: inline-block;
      height: 8px;
      width: 2px;
      background-color: $color_link_right;
      margin: auto 6px;
    }
    a{
      @include font-style($lh: false,$size: 14px,$weight:700,$color: $gray-light-l);
      &:hover{
        color: $green-dr;
      }
    }
  }
  .button-default{
    margin: 0 24px;
  }
}*/
.navbar-inverse {
  border-color: transparent;
}

.input-group-btn:last-child > .btn {
  margin-left: 0;
}

.nav-right {
  margin-right: 0;
  padding: 10px 0;
}

.nav-right__instructor {
  padding: 6px 30px;
  vertical-align: middle;
  margin-left: 10px;
 
}
.login-btn{
   font-size: 14px;
    padding: 8px 12px;
}
.border-left-1 {
    border-left: 1px solid rgb(0 0 0 / .1);
    border-radius: 0;
}
.padding-top-70{
  padding-top: 70px;
}
.vid {
    position: absolute;
    right: 0;
    bottom: -49px;
}
.session-rate span {
    color: #666;
    margin-left: 10px;
    font-size: 15px;
}
.mt-0{
  margin-top: 0 !important;
}
.all-video {
    box-shadow: 0 3px 16px 0 rgba(234, 234, 234, 0.6);
    padding: 15px;
    margin-bottom: 30px;
}
.video-purchase {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}
.video-purchase h4 {
    color: #2F3541;
    font-size: 20px;
}
.video-purchase a {
    color: #0ab681;
    font-size: 16px;
}
.video-online video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video-online {
    height: 215px;
}
.video-purchase a i {
    margin-right: 5px;
}
.que-option .radio {
    margin: 15px 15px 0 0;
}
.que-option {
    display: flex;
    align-items: start;
    padding-left: 35px;
    margin-bottom: 15px;
}
.p-20{
  padding: 20px !important
}
.que-ans h4 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
}
.que-option label {
    font-size: 18px;
    margin-right: 15px;
}
.que-option label input {
    transform: scale(1.3);
}
.que-ans h4 span {
    font-size: 22px;
    font-weight: 600;
    color: #666;
    margin-right: 5px;
}
.d-flex-grup {
    display: flex;
    flex-direction: column;
}
.fs-14 {
    font-size: 14px;    
}
.text-gray{
  color: #666 !important;
}
.email-add {
    position: relative;
}
.email-add img {
    position: absolute;
    right: 0;
    top: 3px;
}
.email-add input {
    padding-right: 40px !important;
}
.ml-auto {
    margin-left: auto;
    
}
.mr-0{
  margin-right: 0 !important;
}
.fs-25{
    font-size: 25px !important;
}
.book-session-user-live img {
    width: 100%;
}

.book-session-name-live {
    display: flex;
    align-items: center;
    position: relative;
}
.book-session-name-live h4 {
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #000;
    margin-top: 10px;
}
.book-session-name-live h4 img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-right: 5px;
}
.live-badge {
    background: #E50058;
    padding: 0 8px;
    border-radius: 4px;
    color: #fff;
    position: absolute;
    right: 40px;
    top: 30px;
}
.live-badge:before{
  content: " ";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  color: #fff;
}
.live-badge {
   background: #E50058;
    padding: 0 8px 0 20px;
    border-radius: 4px;
    color: #fff;
    position: absolute;
    right: 10px;
    top: 10px;
}
.book-session-user-live {
    position: relative;
}
.live-badge:before {
    content: "\f111";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    left: 7px;
    z-index: 99;
    top: 7px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 9px;
}
.delete-item {
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: rgb(255 255 255 / .7);
    
}
.delete-item i {
    font-size: 25px;
}
.live-badge.live-inherit {
    position: relative;
    top: inherit;
    right: inherit;
    margin-top: 10px;
}
.join-student-list {
    display: flex;
    
    width: 100%;
    overflow-x: auto;
    padding: 0;
    margin-top: 26px;
}
.join-student img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.join-student {
    width: 70px;
    height: 70px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 50%;
    line-height: 70px;
}
.join-student-name span {
    font-size: 13px;
}
.join-student-list li {
    padding: 0 10px;
    text-align: center;
    margin-bottom: 10px;
}
.join-student-list li:first-child {
    padding-left: 0;
}
.join-student-list li:last-child {
    padding-right: 0;
}
.join-student-list::-webkit-scrollbar {
  height: 7px
}

/* Track */
.join-student-list::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.join-student-list::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
.join-student-list::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.modal-rating img {
    width: 30px;
    margin: 0 5px 0 0;
}
.align-items-center {
    align-items: center;
}
.modal-title {
    
    font-size: 20px;
    color: #000;
    font-weight: 700;
}
.write-wrong img {
    width: 40px;
    height: 40px;
    margin-left: 6px;
}
.session-video  video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.session-video {
    width: 120px;
    height: 120px;
}
@media (max-width: 479px) {
  .que-option {    
    display: flex;     
    flex-direction: column;
}
  .nav-right__instructor {
    display: none;
  }
  .que-option label {
    font-size: 18px;
    margin-right: 0px;
}
}

.nav-right__become {
  padding: 8px;
  margin: 0 15px;
  vertical-align: middle;
}

@media (max-width: 1199px) {
  .nav-right__become {
    margin: 0 5px;
  }
}

@media (max-width: 479px) {
  .nav-right__become {
    display: none;
  }
}

.nav-right__notifications {
  display:flex;
  vertical-align: middle;
}

.nav-right__item {
  position: relative;
  margin-right: 18px;
  color: #ffffff;
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease;
  cursor: pointer;
}

.nav-right__item:hover {
  text-decoration: none;
  color: #42495b;
  -webkit-transform: translate(1.02);
      -ms-transform: translate(1.02);
          transform: translate(1.02);
}

.nav-right__item:hover .nav-right__item__notification {
  background-color: #0ab681;
  color: #daf9f0;
}

.nav-right__item__notification {
  position: absolute;
  bottom: 16px;
  width: 18px;
  height: 18px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  text-align: center;
  line-height: 18px;
  font-size: 9px;
  background-color: #daf9f0;
  color: #0ab681;
  font-weight: bold;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.nav-right__item__icon:before {
  margin-left: 10px;
}

.nav-right__profile {
    display: flex;
    position: relative;
    width: 36px;
    height: 36px;
    margin-left: 0px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: solid 1px #ffffff;
    color: #ffffff;
    background: #fff;
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.nav-right__profile:hover {
  color: #0ab681;
}

.navbar-brand{
  padding-bottom: 0;
}
.nav-right__profile:hover .profile {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}

.nav-right__profile__icon {
  line-height: 40px;
}

.nav-right__profile__icon:before {
  margin-left: 0px;
}

.nav-right__profile__status {
  width: 7px;
  height: 7px;
  position: absolute;
  top: 1px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #0ab681;
}

.nav-right__signin {
  display: inline-block;
}

.nav-right__signin span {
  color: #42495b;
  margin: 0 5px;
}

.nav-right__signin__link {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #42495b;
  text-transform: uppercase;
}

.social-main{
  padding:60px 0;
  background: #f1f2f3;
}
.main-user-post {
    display: flex;
    align-items: center;
    justify-content: start;
   /* padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgb(0 0 0 / .1);*/
}
.post-profile {
    width: 70px;
    overflow: hidden;
    height: 70px;
    border-radius: 50%;
    min-width: 70px;
    max-width: 70px;
    min-height: 70px;
    max-height: 70px;
}
.post-profile img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.br-top-8{border-radius: 8px 8px 0 0}
.post-serch textarea {
    border-radius: 24px;
    padding: 10px 15px;
}
.live .cate-text {
    background: rgba(232 65 24 / .2);
    width: 100%;
    padding: 10px 40px 10px 0;
    border-radius: 26px;
    color: rgb(232 65 24);
}
.galery .cate-text {
    background: rgba(68 189 50 / .2);
    width: 100%;
    padding: 10px 40px 10px 0;
    border-radius: 26px;
    color: #44BD32;
}
.tag-f .cate-text {
    background: rgba(19 115 246 / .2);
    width: 100%;
    padding: 10px 40px 10px 0;
    border-radius: 26px;
    color: #1373F6;
}
.galery .main-round {
    background: #44BD32;   
}
.tag-f .main-round {
    background: #1373F6;   
}
.cate-text {
    font-size: 21px;
    display: flex;
    align-items: center;
    position: relative;
}
.cate-text span {
    font-size: 21px;
    margin-left: 65px;
}
.main-round {  
    width: 48px;
    height: 48px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-align: center;
}
.live .main-round {
    background: rgb(232 65 24);
   
}
.space-custom {
    height: 10px;
    width: 100%;
    background: #f1f2f3;
    margin-top: 15px;
    margin-bottom: 15px;
    
}

.user-story ul {
       margin: 0;
    padding: 0;
    display: flex;
    /* overflow-x: auto; */
    /* overflow-y: hidden; */
    list-style: none;
}
.user-story ul li {
   
    position: relative;
    padding: 0 10px;
}
.user-story ul li:first-child{   
    padding-left:0px;
}

.story-image img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    object-position: center;
}
.mine-story .add {
    position: absolute;
    top: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    bottom: 10px;
}
.story-image {
    width: 100px;
    height: 125px;
    border-radius: 21px;
    overflow: hidden;
}
.other-story-imge{
  width: 100px;
  height: 125px;
  border-radius: 21px;
  overflow: hidden;
}
.other-story-imge img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    object-position: center;
}
.mini-profile {
        width: 30px;
    height: 30px;
    overflow: hidden;
    margin-top: -30px;
    border-radius: 4px;
    border: 1px solid #fff;
    margin-right: 10px;
}
.mini-profile img {
     width: 100%;
    object-fit: cover;
    height: 100%;
    object-position: center;
  
}
.upper-add {
    position: absolute;
    padding: 10px 0 0 10px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.lower-add {
    position: absolute;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 8px;
}
.lower-add span {
    color: #fff;
    text-align: center;
}
.upper-add .dropdown-toggle:after {
    display: none;
}
.user-story {
    overflow-x: auto;
    overflow-y: visible;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* width */
body ::-webkit-scrollbar {
  height: 4px;
}

/* Track */
body ::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
body ::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
body ::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.title-storie h4 {
    color: #393E46;
    font-size: 22px;
    font-weight: 600;
}
.title-storie {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.title-storie a {
    font-size: 17px;
    color: #0ab681;
}
.post-user-profile{
  width: 55px;
  height: 55px;
  border-radius: 50%;
  overflow:hidden;
}
.post-user-profile img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.post-user {
    display: flex;
    align-items: center;
}
.post-card-1 {
    border-radius: 7px;
    padding: 30px;
    box-shadow: 0 3px 16px 0 rgba(234, 234, 234, 0.6);
}
.post-user-text{
  margin-right: auto;
  padding-left: 15px;
}
.post-user-text h4 a{
    color: #333;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
}
.post-user-text span {
    font-size: 15px;
}
.post-dropdown i{
  color: #AFB1BF
}
.remover-after:after{
  display: none;
}
.single-img {
    width: 100%;
    height: 335px;
}
.post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.post-text {
    margin-bottom: 15px;
}
.post-text p {
    font-size: 17px;
    color: #000;
    margin-top: 10px;
}
.single-post-4{
  height: 353px;
}
.postby-3 {
    height: 103px;
    overflow: hidden;
    margin-bottom: 15px;
}
.more-img{
  position: relative;
}
.more-img .overlay {
    position: absolute;
    background: rgb(0 0 0 / .3);
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}
.like-counte {
    width: 100%;
    margin-top: -10px;
    z-index: 3;
    position: relative;
}
.like-dislike {
    width: 80%;
    margin: 0 auto;
    background: #fff;
    border-radius: 20px;
    padding: 8px 13px;
    box-shadow: 0 3px 16px 0 rgba(234, 234, 234, 0.6);
    display: flex;
    align-items: center;
}
.like-dislike a img {
    width: 25px;
    margin-left: -8px;
}
.like-dislike a img:first-child{
  margin-left: 0 
}
.like-share-comment {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    align-items: center;
}
.like-share-comment a {
    color: #6C838F;
    font-size: 18px;
    font-weight: 600;
}
.like-share-comment i{
  font-size: 20px
}
.header-title {
    font-size: 20px;
    font-weight: 700;
    color: #282B40;
}
.check-success img {
    width: 35px;
    height: 35px;
}

@media (min-width:992px) {
  .noticication-div{
    width: 450px;
  }
}
@media (max-width: 1199px) {
  .nav-right__signin__link {
    font-size: 12px;
  }
}

.nav-right__signin__link:hover, .nav-right__signin__link:focus {
  color: #0ab681;
}

.nav-right--notlogin {
  display: none;
  padding: 12px 0;
}

.nav-right--notlogin--mobile {
  display: block;
}

.profile {
  position: absolute;
  right: 0;
  margin-top: 20px;
  top: 23px;
  min-width: 170px;
  text-align: center;
  background-color: #fff;
  color: #42495b;
  padding: 20px 0;
  -webkit-box-shadow: -0.2px 3px 16px 0 #b0b0b0;
          box-shadow: -0.2px 3px 16px 0 #b0b0b0;
  border-top: 3px solid #1fae66;
  z-index: 5;
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
}

.profile__avarta {
  display: inline-block;
  margin: 0 auto;
  width: 80px;
  height: 80px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  padding: 2px;
  border: 1px solid #868686;
}

.profile__image {
  width: 100%;
  height: auto;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}

.profile__user-name {
  display: block;
  padding: 5px;
  margin-bottom: 10px;
  font-weight: 300;
  color: #42495b;
  border-bottom: solid 1px rgba(134, 134, 134, 0.15);
}

.profile__icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.profile__icon::before {
  margin-left: 0;
  font-size: 14px;
}

.profile__text {
  display: inline-block;
  vertical-align: middle;
}

.profile__course {
  display: block;
  text-align: left;
  margin-bottom: 5px;
  color: #868686;
  cursor: pointer;
  padding: 0 20px;
}

.profile__course:hover, .profile__course:focus {
  color: #0ab681;
}

.profile__btn {
  display: inline-block;
  padding: 5px 30px;
}

.profile.collapse.in {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}

.bottom-header {
  z-index: 999;
  top: 0;
  width: 100%;
  -webkit-box-shadow: -0.2px 3px 16px #f4f4f4;
  box-shadow: -0.2px 3px 16px #f4f4f4;
  background-color: #fff;
  -webkit-transition: all .7s ease-in-out;
  transition: all .7s ease-in-out;
}

.bottom-header.affix-top {
  text-align: center;
}

.bottom-header.affix .menu-main__item:last-child {
  margin-right: 0;
}

.bottom-header.affix .menu-main__item:last-child .cate-sub {
  left: -100%;
}

.nav > li > a:focus {
  background-color: #fff;
}

.menu-main {
  display: flex;
  vertical-align: middle;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  width: 100%;
  margin-bottom: 0;
}
.right-side-menu{
  padding:16px 0 10px 0;
}

.menu-main li.menu-main__item {
  position: relative;
  margin: 0 15px;
  text-align: left;
}

.menu-main li.menu-main__item:first-child {
  margin-left: 0;
}

.menu-main li.menu-main__item:last-child {
  margin-right: 0;
}

@media (max-width: 1199px) {
  .menu-main li.menu-main__item {
    margin: 0 14px;
  }
}

.menu-main li.menu-main__item.active a.menu-main__link {
  
  color: #00d99a;
  -webkit-transition: color 250ms ease-out;
  transition: color 250ms ease-out;
}

.menu-main li.menu-main__item:hover .dropdown-catagories {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}

.menu-main li.menu-main__item > a.menu-main__link {
  padding: 28px 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #42495b;
  -webkit-transition: padding 0.5s ease;
  transition: padding 0.5s ease;
}

.menu-main li.menu-main__item > a.menu-main__link:hover, .menu-main li.menu-main__item > a.menu-main__link.active {
  background-color: #fff;
  color: #00d99a;
  -webkit-transition: color 250ms ease-out;
  transition: color 250ms ease-out;
}

@media (max-width: 1199px) {
  .menu-main li.menu-main__item > a.menu-main__link {
    padding: 14px 0;
  }
}

.menu-main__icon::before {
  font-size: 14px;
}

.menu-main__list .dropdown-catagories__link--full {
  width: 100%;
}

.menu-main.fix-header {
  float: right;
}

@media (max-width: 1199px) {
  .menu-main.fix-header {
    margin-top: 15px;
  }
}

.menu-main.fix-header .menu-main__item {
  margin: 0 16px;
}

@media (max-width: 1199px) {
  .menu-main.fix-header .menu-main__item {
    margin: 0 14px;
  }
}

.menu-main.fix-header .menu-main__link {
  padding: 16px 0 !important;
  -webkit-transition: padding 0.5s ease;
  transition: padding 0.5s ease;
}

.header__mobile {
  position: relative;
}

.header__mobile .navbar-toggle {
  margin-top: 23px;
}

.header__mobile .navbar-toggle .icon-bar {
  background-color: #868686;
}

.header__mobile .navbar {
  margin-bottom: 0;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
}

.header__mobile .navbar.affix .menu-mobile {
  height: -webkit-calc(100vh - 69px);
  height: calc(100vh - 69px);
}

.header__mobile .navbar.affix-top .menu-mobile {
  height: -webkit-calc(100vh - 127px);
  height: calc(100vh - 127px);
}

#menu-hamberger {
  position: relative;
}

#menu-hamberger .bar {
  width: 32px;
  height: 5px;
  position: relative;
  display: block;
  background: #868686;
  transition: all 0ms 300ms;
  -webkit-transition: all 0ms 300ms;
  -o-transition: all 0ms 300ms;
}

#menu-hamberger .bar:before, #menu-hamberger .bar:after {
  width: 32px;
  height: 5px;
}

#menu-hamberger .bar:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  background: #868686;
  -webkit-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

#menu-hamberger .bar:after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  background: #868686;
  -webkit-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

#menu-hamberger .bar.animate {
  background: rgba(255, 255, 255, 0);
}

#menu-hamberger .bar.animate:before {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

#menu-hamberger .bar.animate:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

#header-mobile .navbar-toggle {
  padding: 0;
}

.menu-mobile,
.menu-mobile-dropdown {
  background-color: #2A3642;
  position: fixed;
  right: 0;
  z-index: 1000;
  width: 50%;
  height: 100%;
  overflow: auto;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.menu-mobile.open,
.menu-mobile-dropdown.open {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

@media (max-width: 479px) {
  .menu-mobile,
  .menu-mobile-dropdown {
    width: 100%;
  }
}

.menu-mobile .menu-mobile__item.open > .menu-mobile__icon,
.menu-mobile-dropdown .menu-mobile__item.open > .menu-mobile__icon {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.menu-mobile__list,
.menu-mobile-dropdown__list {
  width: 100%;
}

.menu-mobile__link,
.menu-mobile-dropdown__link {
  padding: 10px 15px;
  display: inline-block;
  width: -webkit-calc(100% - 44px);
  width: calc(100% - 44px);
  color: #C0C9D1;
  text-transform: capitalize;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.menu-mobile__link:hover, .menu-mobile__link:focus,
.menu-mobile-dropdown__link:hover,
.menu-mobile-dropdown__link:focus {
  color: #C0C9D1;
}

.menu-mobile__icon,
.menu-mobile-dropdown__icon {
  position: relative;
  z-index: 999;
  float: right;
  padding: 10px 15px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.menu-mobile__icon::before,
.menu-mobile-dropdown__icon::before {
  margin-left: 0;
  font-size: 14px;
}

.menu-mobile--categories,
.menu-mobile-dropdown--categories {
  left: 0;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}

.menu-mobile.collapse.in {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.dropdown-backdrop {
  display: none;
}

.dropdown-mobile {
  position: unset;
  width: 100%;
  margin: 0;
  padding: 0;
  border: unset;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  background-color: #31404f;
}

.dropdown-mobile li > a.dropdown-mobile__link {
  display: inline-block;
  width: -webkit-calc(100% - 45px);
  width: calc(100% - 45px);
  padding: 10px 15px;
  color: #C0C9D1;
  text-transform: capitalize;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.dropdown-mobile li > a.dropdown-mobile__link:hover {
  background-color: #2c3f53;
}

.dropdown-mobile .dropdown-mobile {
  background-color: #394857;
}

.icon-rotate {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

/*=============================================
2.4 Home page
  2.4.1. Design sprint
  2.4.2. List icon
  2.4.3. List course
  2.4.4. Courses
  2.4.5. The best Features
  2.4.6. Promotions
  2.4.7. Blog
  2.4.8. Form
  2.4.9.Destimotials
=============================================*/
/*==============================
=     Design sprint            =
==============================*/
/*.home .footer {
  background-color: unset;
  position: relative;
}*/

.home .footer::after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(66, 73, 91, 0.44)), to(#273341));
  background-image: -webkit-linear-gradient(top, rgba(66, 73, 91, 0.44), #273341);
  background-image: linear-gradient(to bottom, rgba(66, 73, 91, 0.44), #273341);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.home .footer #video-background {
  display: block;
}

.home .footer__top {
  display: block;
  position: relative;
  z-index: 10;
}
.design-sprint:before {
    content: "";
    position: absolute;
    background: linear-gradient(98deg, rgba(15, 54, 165, 1), rgba(10, 182, 129, .3));
    left: 0;
    right: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.design-sprint {
  position: relative;
  padding: 100px 0;
  background: url(../img/home/home-banner.jpeg) center no-repeat fixed;
  background-size: cover;
}

@media (max-width: 1199px) {
  .design-sprint {
    padding: 100px 0;
  }
}

.design-sprint__item__title {
  margin: 0 0 20px;
  font-size: 40px;
  line-height: 1.18;
  color: #ffffff;
  text-align: left;
  text-transform: capitalize;
}

@media (max-width: 1199px) {
  .design-sprint__item__title {
    font-size: 48px;
  }
}

.design-sprint__item__content {
  font-family: 'Roboto';
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 24px;
  color: #868686;
  text-align: left;
  letter-spacing: 0.2px;
}

.design-sprint__item__button {
  padding: 15px 50px;
  font-size: 14px;
}

.design-sprint__wapper {
    position: relative;
    font-size: 0;
    overflow: hidden;
    text-align: center;
    padding: 20px 0;
}

.design-sprint__wapper:hover .design-sprint__wapper__image {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.design-sprint__wapper:before {
  content: '';
  display: block;
  /*padding-top: 54%;*/
}

.design-sprint__wapper__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.design-sprint__contents {
  padding: 15px 30px;
 /* -webkit-box-shadow: -0.2px 3px 16px 0 #e1e1e1;
          box-shadow: -0.2px 3px 16px 0 #e1e1e1;*/
  background-color: #fff;
}

.design-sprint__contents__title {
  cursor: pointer;
  display: block;
  margin-bottom: 5px;
}

.design-sprint__contents__title:hover, .design-sprint__contents__title:focus {
  color: #0ab681;
}


@media (max-width: 1199px) {
  .design-sprint__contents__title {
    font-size: 18px;
  }
}

.design-sprint__contents__link {
  margin-bottom: 10px;
  font-size: 14px;
  color: #0ab681;
  text-transform: uppercase;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.design-sprint__contents__link:hover {
  text-decoration: none;
  color: #099b72;
}

.design-sprint__contents__link::focus {
  outline: unset;
}

@media (max-width: 1199px) {
  .design-sprint__contents__link {
    font-size: 14px;
  }
}

/*=====  End of 1.Design sprint  ======*/
/*==============================
=      List icons               =
==============================*/
.list-icons {
  margin-bottom: 100px;
}

.list-icons__list {
  padding: 30px 0;
  border-bottom: solid 1px rgba(134, 134, 134, 0.15);
}

.list-icons__link {
  display: inline-block;
  width: 80px;
  height: 70px;
}

.list-icons__item {
  text-align: center;
  cursor: pointer;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.list-icons__item:focus {
  outline: unset;
}

.list-icons__image {
  max-width: 100%;
  height: auto;
}

.active-item {
  opacity: 0.3;
}

/*=====  End of 2.List icons  ======*/
/*==============================
=      List courses            =
==============================*/
.list-course {
  margin-bottom: 100px;
}

.list-course__gird {
  margin: 0 -15px;
}

.list-course__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}

.list-course__header__title {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 50px;
  color: #42495b;
  text-transform: capitalize;
  text-align: center;
}

@media (max-width: 991px) {
  .list-course__header__title {
    font-size: 40px;
  }
}

.list-course__header__btn {
  cursor: pointer;
  font-size: 14px;
  color: #0ab681;
  text-transform: uppercase;
}

.list-course__header__btn:hover {
  color: #099b72;
}

.list-course__header__btn:hover .list-course__header__icon {
  color: #868686;
}

.list-course__header__icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  margin-left: 10px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #0ab681;
  color: #fafafa;
  cursor: pointer;
}

.list-course__header__icon:hover {
  background-color: #0ab681;
}

.list-course__header__icon-arrow {
  width: 6px;
  height: 10px;
}

.list-course__header__icon-arrow::before {
  font-size: 12px;
  margin-left: 0;
}

.list-course .slick-list {
  padding: 20px 0;
}

/*=====  End of List courses  ======*/
/*==============================
=      Courses                 =
==============================*/
.courses__wapper {
  border: solid 1px rgba(232, 232, 232, 0.54);
  -webkit-border-radius: 3px;
          border-radius: 3px;
}

.courses__item:focus {
  outline: 0;
}

.courses__item.slick-slide {
  height: auto;
  padding: 0 15px;
}

.courses__top {
  position: relative;
}

.courses__top:hover .courses__hover {
  opacity: 1;
  visibility: visible;
}

.courses__top__wapper {
  position: relative;
}

.courses__top__wapper:before {
  content: '';
  display: block;
  padding-top: 61%;
}

.courses__top__image {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  height: auto;
}

.courses__top__bundle {
  z-index: 2;
  position: absolute;
  bottom: -12px;
  left: 22px;
  display: inline-block;
  padding: 5px 11px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background-color: #ff9142;
  font-size: 9px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
}

.courses__top__bt-seller {
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: rotate(-90deg) translateY(-100%);
      -ms-transform: rotate(-90deg) translateY(-100%);
          transform: rotate(-90deg) translateY(-100%);
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
  padding: 5px 11px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background-color: #0ab681;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
}

.courses__content {
  padding: 20px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-shadow: -0.2px 3px 16px 0 #ebebeb;
          box-shadow: -0.2px 3px 16px 0 #ebebeb;
  background-color: #fff;
}

.courses__content__title {
  display: inline-block;
  margin-bottom: 5px;
}

.courses__content__title:hover {
  color: #0ab681;
}

.courses__content__author {
  margin-bottom: 5px;
  
}
.cource-label{
  width:100%;
  display: flex;
  margin-bottom: 15px;
}
.courses__content__avatar {
  display: inline-block;
  width: 24px;
  height: 24px;
  overflow: hidden;
}
.cource-label span{
  background: #2e4799;
  color: #fff;
  border-radius: 4px;
  margin-right: 5px;
  padding:3px 8px;
}
.courses__content__image {
  width: 100%;
  height: auto;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}

.courses__content__info {
  font-size: 0;
}

.courses__content__author-name {
  max-width: 110px;
  margin-left: 0px;
  text-align: left;
  font-size: 14px;
  color: #868686;
  text-transform: capitalize;
}
.cource-mine-detail span b{
  color: #000;
}

.courses__content__author-name:hover {
  color: #42495b;
}

.courses__content__icon {
  margin-right: 10px;
}

.courses__content__price {
  font-weight: 600;
  font-size: 16px;
  color: #0ab681;
}

.courses__list .slick-list {
  padding-bottom: 20px;
}

.courses__col-left {
  width: 70%;
  display: inline-block;
  vertical-align: middle;
}

.courses__col-right {
  width: 30%;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
}

.courses__hover {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(45, 125, 250, 0.9);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.courses__hover-content {
  display: inline-block;
}

.courses__hover-content__item {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 5px;
  background-color: #fff;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  line-height: 43px;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.courses__hover-content__item:hover {
  background-color: #0ab681;
  color: #fff;
}

.courses__hover-content__icon::before {
  margin-left: 0;
}

/*=====  End of Courses  ======*/
.col-left {
  width: 50%;
  text-align: right;
  display: inline-block;
  vertical-align: middle;
  color: #868686;
}

.col-left__item {
  display: inline-block;
  margin-right: 15px;
  font-size: 12px;
  color: #959595;
}

.col-right {
  font-size: 22px;
  color: #0ab681;
}

.specializations .rating-start {
  display: none;
}

.rated-courses .courses__top__bundle, .rated-courses .courses__top__bt-seller {
  display: none;
}

/*==============================
=    5. The best Features      =
==============================*/
.best-features {
  margin-bottom: 50px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ffffff), color-stop(52%, #e8f5fe), color-stop(52%, #ffffff));
  background-image: -webkit-linear-gradient(bottom, #ffffff, #e8f5fe 52%, #ffffff);
  background-image: linear-gradient(to top, #ffffff, #e8f5fe 52%, #ffffff);
}

.item {
  margin-bottom: 50px;
}

.item::before, .item::after {
  content: '';
  display: table;
}

.item::after {
  clear: both;
}

.item__left, .item__right {
  display: inline-block;
  vertical-align: middle;
}

.item:nth-child(2) .item__left {
  float: right;
}

.item__left__image {
  margin-bottom: 25px;
}

.item__left__title {
  max-width: 259px;
  margin-bottom: 15px;
  font-size: 32px;
}

.item__left__content {
  font-family: Roboto;
  line-height: 1.5;
  letter-spacing: 0.2px;
  text-align: left;
  color: #868686;
}

.item__right {
  position: relative;
}

.item__right__image-left {
  position: relative;
  overflow: hidden;
}

.item__right__image-left::before {
  content: '';
  display: block;
}

.item__right__image-right {
  position: absolute;
  overflow: hidden;
  top: 52px;
  right: 0;
}

.item__right__image-right::before {
  content: '';
  display: block;
}

.item__right__image {
  max-width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.item:nth-child(1) .item__right__image-left {
  width: 370px;
}

.item:nth-child(1) .item__right__image-left::before {
  padding-top: 120%;
}

.item:nth-child(1) .item__right__image-right {
  width: 270px;
}

.item:nth-child(1) .item__right__image-right::before {
  padding-top: 110%;
}

.item:nth-child(2) .item__right__image-left {
  width: 470px;
}

.item:nth-child(2) .item__right__image-left::before {
  padding-top: 95.95%;
}

.item:nth-child(2) .item__right__image-right {
  width: 330px;
}

.item:nth-child(2) .item__right__image-right::before {
  padding-top: 78.4%;
}

.item:nth-child(3) .item__right__image-left-3 {
  display: inline-block;
  position: relative;
  width: 211px;
  top: 72px;
  z-index: 2;
}

.item:nth-child(3) .item__right__image-left-3::before {
  content: '';
  display: block;
  padding-top: 97.6%;
}

.item:nth-child(3) .item__right__image-right-3 {
  position: relative;
  width: -webkit-calc(100% - 200px);
  width: calc(100% - 200px);
  float: right;
  margin-right: -12px;
}

.item:nth-child(3) .item__right__image-right-3::before {
  content: '';
  display: block;
  padding-top: 98.7%;
}

/*=====  End of 5. The best Features  ======*/
/*==============================
=    6. Promotions             =
==============================*/
.promotions {
  margin-bottom: 100px;
}

.promotions__list {
  margin: 0 -15px;
}

.promotions__item {
  padding: 0;
}

.pro-item {
  display: table;
  margin: 0 15px;
  padding: 48px 50px;
  background-color: #0ab681;
  color: #fff;
  cursor: pointer;
}

.pro-item:hover, .pro-item:focus {
  color: #fff;
  -webkit-box-shadow: -0.2px 3px 16px 0 #939393;
          box-shadow: -0.2px 3px 16px 0 #939393;
  background-color: #0ab681;
}

.pro-item__item {
  display: table-cell;
  vertical-align: top;
  padding: 0 15px;
}

.pro-item--left {
  background-color: #2e4799;
}

.pro-item--left:hover {
  background-color: #005ff4;
}

.pro-item__icon {
  width: 100%;
  display: inline-block;
  text-align: center;
}

.pro-item__icon::before {
  margin-left: 0;
  font-size: 35px;
}

.pro-item__title {
  font-size: 28px;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 8px;
}

.pro-item__subcontent {
  font-size: 16px;
  font-family: 'Roboto';
  line-height: 1.5;
  letter-spacing: 0.2px;
}

.blog-col {
  width: 360px;
  padding: 0 15px;
}

.blog-col:focus {
  outline: none;
}

.blog-col__item {
  border: solid 1px #e8e8e8;
}

.blog-col__item:hover {
  -webkit-box-shadow: -0.2px 3px 16px 0 #e1e1e1;
          box-shadow: -0.2px 3px 16px 0 #e1e1e1;
}

/*=====  End of 6. Promotions  ======*/
/*==============================
=     7. Blog                  =
==============================*/
.blog {
  margin: 0 -15px;
}

@media (max-width: 479px) {
  .blog {
    padding-top: 20px;
  }
}

.blog__item {
  display: table;
}

.blog__item__link {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.blog__item__left {
  position: relative;
  display: table-cell;
  vertical-align: top;
  overflow: hidden;
  width: 36%;
  font-size: 0;
}

.blog__item__left::before {
  content: "";
  display: block;
  padding-top: 86%;
}

.blog__item__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.blog__item__right {
  display: table-cell;
  vertical-align: top;
  padding: 15px 20px;
  width: 64%;
}

.blog__item__date {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 600;
  color: #868686;
}

.blog__item__title {
  display: inline-block;
  margin-bottom: 22px;
  font-size: 22px;
  color: #42495b;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 66px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog__item__title:hover {
  color: #0ab681;
}

.blog__item__author {
  width: 48%;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #42495b;
}

.blog__item__author:hover {
  color: #0ab681;
}

.blog__item--right {
  padding: 15px 32px;
}

.blog__item__infor {
  display: inline-block;
  width: 100%;
}

/*=====  End of 7. Blog   ======*/
/*==============================
=     8. Form subs             =
==============================*/
.form-subs {
  position: relative;
  margin-bottom: 100px;
  opacity: 0.9;
  background: url(../img/home/Educef_BG_02.png) center no-repeat;
  background-size: cover;
}

.form-subs::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: -webkit-linear-gradient(352deg, #0f36a5, #2e4799);
  background-image: linear-gradient(98deg, #0f36a5, #2e4799);
  opacity: 0.9;
}

.form-subs__content {
  padding: 76px 0;
  margin: 0 -15px;
}

.form-subs__form {
  margin: 2rem 0 0;
  padding: 0;
}

.form-subs__title {
  font-size: 40px;
  margin-bottom: 2px;
  color: #fff;
  text-transform: capitalize;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .form-subs__title {
    font-size: 39px;
  }
}

.form-subs__sub {
  font-size: 18px;
  color: #fff;
}

.form-subs__input, .form-subs__button {
  float: none;
}

.form-subs__input {
  width: -webkit-calc(66.67% - 13px);
  width: calc(66.67% - 13px);
  margin-right: 8px;
  background-color: #fff;
  padding: 13px 14px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  border: none;
}

.form-subs__button {
  width: 33.33%;
  font-size: 14px;
  padding: 16px 0;
}

@media (max-width: 1199px) {
  .form-subs__button {
    padding: 16px 24px;
  }
}

/*=====  End of 8. Form subs   ======*/
/*==============================
=     9.Testimotials            =
==============================*/
.testimotials {
  margin-bottom: 100px;
}

.testimotials__list {
  position: relative;
}

.testimotials__item {
  height: auto;
  text-align: center;
  border: solid 1px #e8e8e8;
  padding: 34px 27px;
  background-color: #fff;
  color: #868686;
}

.testimotials__item:focus {
  outline: none;
}

.testimotials__item__avatar {
  display: none;
  width: 40px;
  height: 40px;
  overflow: hidden;
}

.testimotials__item__image {
  -webkit-border-radius: 50%;
          border-radius: 50%;
  width: 100%;
  height: auto;
}

.testimotials__item__content {
  margin-bottom: 37px;
  font-family: 'Roboto';
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.2px;
}

.testimotials__item__user {
  margin-bottom: 8px;
  font-size: 14px;
  color: #42495b;
}

.testimotials__item__prof {
  font-size: 12px;
}

.testimotials__icon {
  margin-bottom: 24px;
}

.testimotials__icon::before {
  margin-left: 0;
  font-size: 30px;
  color: #42495b;
}

.testimotials__item.slick-slide {
  height: auto;
}

.testimotials__item.slick-center {
  z-index: 3;
  position: relative;
  border: 1px solid transparent;
  -webkit-transform: translateY(-30px);
      -ms-transform: translateY(-30px);
          transform: translateY(-30px);
}

.testimotials__item.slick-center::before {
  z-index: -1;
  content: "";
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 3px solid #2e4799;
  -webkit-box-shadow: -0.2px 3px 16px 0 #e1e1e1;
          box-shadow: -0.2px 3px 16px 0 #e1e1e1;
  -webkit-transform: scale(1.15, 1);
      -ms-transform: scale(1.15, 1);
          transform: scale(1.15, 1);
}

.testimotials__item.slick-center .testimotials__item__avatar {
  display: inline-block;
  margin-bottom: 16px;
}

.testimotials__list .slick-track {
  padding-top: 65px;
}

.testimotials__list .slick-prev, .testimotials__list .slick-next {
  opacity: 1;
  z-index: 2;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  cursor: pointer;
  border: 1px solid #e8e8e8;
  background-color: #fff;
}

.testimotials__list .slick-prev:hover, .testimotials__list .slick-prev:focus, .testimotials__list .slick-next:hover, .testimotials__list .slick-next:focus {
  border: 1px solid #fff;
  background-color: #0ab681;
  -webkit-transition: background-color 0.05s ease;
  transition: background-color 0.05s ease;
}

.testimotials__list .slick-prev:hover::before, .testimotials__list .slick-prev:focus::before, .testimotials__list .slick-next:hover::before, .testimotials__list .slick-next:focus::before {
  color: #fff;
}

.testimotials__list .slick-prev::before, .testimotials__list .slick-next::before {
  font-family: Flaticon;
  color: #42495b;
  opacity: 1;
}

.testimotials__list .slick-prev {
  left: -20px;
}

.testimotials__list .slick-prev::before {
  content: "\f11b";
}

.testimotials__list .slick-next {
  right: -20px;
}

.testimotials__list .slick-next::before {
  content: '\f11c';
}

/*=====  End of 9. Testimotials   ======*/
@media (max-width: 992px) {
  .design-sprint__item-image {
    margin-bottom: 25px;
  }
  .item__left {
    margin-bottom: 50px;
    width: 100%;
  }
  .item__right {
    width: 100%;
  }
  .item:nth-child(4) .item__right__image-right-3::before {
    padding-top: 62.7%;
  }
  .form-subs__button {
    padding: 16px 10px;
  }
  .slick-slider .slick-list {
    margin-bottom: 0;
    width: 100%;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .design-sprint__contents__title {
    font-size: 18px;
  }
  .design-sprint__contents__link {
    font-size: 14px;
  }
  .design-sprint__item__title {
    font-size: 35px;
  }
  .column-item {
    margin-bottom: 10px;
  }
  .promotions__item {
    padding: 0 15px;
  }
  .pro-item {
    margin: 0;
    display: block;
    width: 100%;
    text-align: center;
  }
  .pro-item__item {
    margin: 0 10px;
    display: block;
  }
  .footer__top__title {
    font-size: 37px;
  }
  .footer__top__sub {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .list-icons, .list-course, .promotions, .list-course, .form-subs {
    margin-bottom: 60px;
  }
  .best-features {
    margin-bottom: 0;
  }
  .categories__button {
    display: inline-block;
    float: left;
    line-height: 61px;
  }
  .design-sprint {
    padding: 120px 0;
  }
  .design-sprint__item__content {
    margin-bottom: 30px;
  }
  .item__left {
    margin-bottom: 30px;
  }
  .item__right {
    width: 100%;
  }
  .design-sprint__item__title {
    font-size: 36px;
  }
  .pro-item {
    padding: 20px 10px;
  }
  .column-item {
    margin-bottom: 15px;
  }
  .item__left__title {
    width: 100%;
    max-width: unset;
  }
  .blog__item {
    display: block;
    width: 100%;
  }
  .blog__item__left, .blog__item__right {
    display: block;
    width: 100%;
  }
  .blog__item__left::before {
    padding-top: 56.3%;
  }
  .blog__item__image {
    height: auto;
  }
}

@media (min-width: 425px) and (max-width: 768px) {
  .design-sprint {
    padding: 60px 0;
  }
  .design-sprint__item {
    text-align: center;
    margin-bottom: 10px;
  }
  .design-sprint__item__content, .design-sprint__item__title {
    text-align: center;
  }
  .item:nth-child(3) .item__right__image-left::before {
    padding-top: 68.95%;
  }
  .column-item {
    width: 100%;
  }
  .form-subs__content {
    padding: 20px 0;
  }
  .form-subs__title {
    font-size: 34px;
  }
  .form-subs__form {
    margin-top: 0;
  }
  .form-subs__input {
    width: -webkit-calc(100% - 210px);
    width: calc(100% - 210px);
  }
  .form-subs__button {
    width: unset;
    padding: 15px 50px;
  }
  .promotions__item {
    margin-bottom: 20px;
  }
  .item:nth-child(3) .item__right__image-left {
    width: 100%;
  }
}

@media (max-width: 425px) {
  .logo {
    width: 140px;
  }
  .design-sprint {
    padding: 40px 0;
  }
  .design-sprint__item {
    text-align: center;
    margin-bottom: 20px;
  }
  .design-sprint__item__content, .design-sprint__item__title {
    text-align: center;
  }
  .item__left__title {
    font-size: 24px;
  }
  .item__left__content {
    font-size: 16px;
  }
  .item__right > div:nth-child(2) {
    display: none;
  }
  .item__right > div:nth-child(1) {
    top: 0 !important;
    width: 100% !important;
  }
  .item__right__image {
    width: 100%;
  }
  .column-item {
    display: block;
  }
  .form-subs__content {
    padding: 20px 0;
  }
  .form-subs__form {
    text-align: center;
  }
  .form-subs__title {
    font-size: 34px;
  }
  .form-subs__input {
    width: 100%;
    margin-bottom: 10px;
  }
  .form-subs__button {
    width: 100%;
    padding: 16px 50px;
  }
  .list-course__header {
    display: block;
  }
  .list-course__header__title {
    font-size: 30px;
  }
  .list-course__header__view-more {
    margin-bottom: 10px;
  }
  .list-course__view-more {
    float: right;
  }
  .promotions__item {
    margin-bottom: 20px;
  }
  .testimotials {
    margin-bottom: 60px;
  }
  .testimotials__item {
    margin: 0 15px;
    border-bottom: 3px solid #2e4799;
  }
  .testimotials__item:hover {
    -webkit-box-shadow: -0.2px 3px 16px 0 #e1e1e1;
            box-shadow: -0.2px 3px 16px 0 #e1e1e1;
  }
  .testimotials__item.slick-current {
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 3px solid #2d7dfa;
    -webkit-box-shadow: -0.2px 3px 16px 0 #e1e1e1;
            box-shadow: -0.2px 3px 16px 0 #e1e1e1;
  }
  .testimotials__item.slick-current::before {
    display: none;
  }
  .testimotials__item__avatar {
    display: inline-block;
    margin-bottom: 16px;
  }
  .testimotials__list .slick-track {
    padding: 0 0 20px;
  }
  .promotions__list {
    margin: 0;
  }
  .pro-item {
    margin: 0;
    display: block;
    width: 100%;
    text-align: center;
    padding: 25px 10px;
  }
  .pro-item__item {
    display: block;
  }
  .footer__top__title {
    font-size: 30px;
  }
  .footer__top__sub {
    font-size: 18px;
  }
  .footer__item {
    margin-bottom: 15px;
  }
  .footer__item__title {
    margin-bottom: 0;
  }
  .footer__content {
    margin-bottom: 15px;
  }
}

/*=============================================
1.3 Footer
=============================================*/


.footer__logo {
  display: inline-block;
  margin-bottom: 18px;
}

.footer__top {
  display: none;
  margin-bottom: 96px;
  text-align: center;
  color: #fff;
}

.footer__top__title {
  font-size: 40px;
  margin-bottom: 8px;
}

@media (max-width: 768px) {
  .footer__top__title {
    font-size: 32px;
  }
}

@media (max-width: 479px) {
  .footer__top__title {
    font-size: 28px;
  }
}

.footer__top__sub {
  margin-bottom: 39px;
  font-size: 22px;
}

.footer__top .button-default {
  padding: 16px 47px;
}

.footer .icon-video {
  display: inline-block;
  width: 75px;
  height: 75px;
  margin-bottom: 60px;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  cursor: pointer;
}

.footer .icon-video:hover {
  color: #0ab681;
}

.footer .icon-video__icon {
  line-height: 75px;
}

.footer .icon-video__icon::before {
  font-size: 18px;
}

.footer__item .logo__link {
  margin-bottom: 32px;
}

.footer__item__sub {
  margin-bottom: 29px;
}

.footer__item__title {
  text-transform: capitalize;
  margin-bottom: 16px;
  font-size: 22px;
  color: #fff;
  line-height: 1.2;
}

.footer__content {
  margin-bottom: 20px;
    position: relative;
    z-index: 10;
}

@media (max-width: 768px) {
  .footer__content__right {
    margin-top: 43px;
  }
}

.footer__bottom {
  position: relative;
  z-index: 4;
  padding: 18px 0;
  border-top: 1px solid rgba(232, 232, 232, 0.3);
  text-align: center;
  font-size: 14px;
  color: #cacaca;
}

.asocials__item {
  display: inline-block;
  margin-right: 8px;
  text-align: center;
  
}

@media (max-width: 375px) {
  .asocials__item {
    margin-right: 4px;
  }
}

.asocials__link {
  display: inline-block;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  
  
  color: rgba(232, 232, 232, 0.54);
}

.asocials__link:hover, .asocials__link:focus {
  color: #fff;
}

.asocials__icon {
  display: inline-block;
  width: 100%;
}

.asocials__icon::before {
  font-size: 16px;
}

.footer-link__link {
  color: #939db4;
  font-size: 16px;
  line-height: 30px;
  text-transform: capitalize;
  cursor: pointer;
}

.footer-link__link:hover {
  color: #0ab681;
}

.footer-link__link--contact {
  line-height: 1.5;
  margin-bottom: 12px;
  cursor: default;
}

.footer-link__link--contact:hover {
  color: #939db4;
}

.footer-link__link--phone {
  font-size: 14px;
  font-weight: 1.71;
  font-weight: bold;
  color: #fff;
  text-transform: lowercase;
}

#video-background {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
}

/*=============================================
2.6 Catagories page
  2.6.1. List catagories
  2.6.2. Colum left
  2.6.3. List-selector
  2.6.4. List catagories
  2.6.5. Column right
  2.6.6. Pagination-wapper
  2.6.7. Pagination
=============================================*/
.catagories-page .rating-start {
  display: none;
}

.list-catag {
  margin-top: 100px;
}

@media (max-width:991px) {
 
}
@media (max-width: 768px) {
  .list-catag {
    margin-top: 50px;
  }
}

@media (max-width: 479px) {
  .list-catag {
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .column-left {
    margin-bottom: 40px;
  }
}

@media (max-width: 479px) {
  .column-left {
    margin-bottom: 0;
  }
}

.column-left__title {
  line-height: 1.5;
  margin-bottom: 16px;
  font-size: 32px;
  color: #42495b;
  text-align: left;
  text-transform: capitalize;
}

@media (max-width: 768px) {
  .column-left__title {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    margin-bottom: 0;
  }
}

@media (max-width: 479px) {
  .column-left__title {
    width: 100%;
    margin-bottom: 5px;
  }
}

.column-left__icon::before {
  -webkit-transition: -webkit-transform  0.5s ease-in-out;
  transition: -webkit-transform  0.5s ease-in-out;
  transition: transform  0.5s ease-in-out;
  transition: transform  0.5s ease-in-out, -webkit-transform  0.5s ease-in-out;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  font-size: 14px;
}

.column-left__link:hover {
  color: #099b72;
}

.column-left__button-drop {
  display: none;
  width: 100%;
  padding: 9px 10px 9px 20px;
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  color: #42495b;
  background-color: #fefefe;
  border: solid 1px #e8e8e8;
}

@media (max-width: 768px) {
  .column-left__button-drop {
    display: inline-block;
    vertical-align: middle;
  }
}

.column-left__button-drop__text {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  text-transform: capitalize;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  color: #868686;
}

.column-left__button-drop[aria-expanded="true"] .flaticon-down-arrow.column-left__icon::before {
  display: inline-block;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.list-selector {
  position: relative;
}

@media (max-width: 768px) {
  .list-selector {
    display: inline-block;
    width: 35%;
  }
}

@media (max-width: 479px) {
  .list-selector {
    width: 100%;
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .list-catagories {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    width: 250px;
    padding: 10px;
    top: 100%;
    right: 0;
    z-index: 100;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    -webkit-box-shadow: -0.2px 3px 16px 0 #e1e1e1;
            box-shadow: -0.2px 3px 16px 0 #e1e1e1;
    background-color: #fff;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
  }
}

.list-catagories.collapse.in {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 479px) {
  .list-catagories {
    width: 100%;
  }
}

.list-catagories__item {
  margin-bottom: 16px;
}

.list-catagories .active {
  color: #0ab681;
}

.list-catagories__link {
  cursor: pointer;
}

.list-catagories__link:hover, .list-catagories__link:focus, .list-catagories__link.active {
  color: #0ab681;
}

.column-right {
  margin-bottom: 100px;
}

@media (max-width: 768px) {
  .column-right {
    margin-bottom: 60px;
  }
}

.column-right__title {
  margin-bottom: 40px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: left;
  color: #42495b;
}

.column-right .courses__item {
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .column-right .courses__item {
    margin-bottom: 30px;
  }
}

.column-right .courses__list {
  margin: 0 -15px;
}

.pagination-wrapper {
  text-align: center;
}

.pagination__list {
  margin: 0;
}

.pagination li.pagination__item > a.pagination__link {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  margin-left: 2px;
  color: #868686;
  text-transform: uppercase;
  border: none;
  padding: 4px 11px;
}

.pagination li.pagination__item > a.pagination__link:hover, .pagination li.pagination__item > a.pagination__link:focus, .pagination li.pagination__item > a.pagination__link.active {
  -webkit-border-radius: 2px;
          border-radius: 2px;
  background-color: #0ab681;
  color: #fff;
  z-index: 0;
}

@media (max-width: 479px) {
  .pagination li.pagination__item > a.pagination__link {
    font-size: 14px;
  }
}

.pagination li.pagination__item:first-child > a.pagination__link:hover, .pagination li.pagination__item:first-child > a.pagination__link:focus,
.pagination li.pagination__item:last-child > a.pagination__link:hover,
.pagination li.pagination__item:last-child > a.pagination__link:focus,
.pagination li.pagination__item:nth-last-child(2) > a.pagination__link:hover,
.pagination li.pagination__item:nth-last-child(2) > a.pagination__link:focus {
  color: #0ab681;
  background-color: #fff;
}

.pagination li.pagination__item:first-child > a.pagination__link::focus,
.pagination li.pagination__item:last-child > a.pagination__link::focus,
.pagination li.pagination__item:nth-last-child(2) > a.pagination__link::focus {
  outline: none;
}

/*=============================================
2.7 Course listing page
  2.7.1. Course listing section
  2.7.2. Selector
  2.7.3. Tabs
=============================================*/
.course-listing .header-filter__result {
  display: none;
}

.course-listing .rating-start {
  display: none;
}

.course-listing .courses__content {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.course-listing .courses__wapper:hover .courses__content {
  -webkit-box-shadow: -0.2px 3px 16px 0 #ebebeb;
          box-shadow: -0.2px 3px 16px 0 #ebebeb;
}

.courseListing {
  margin-top: 100px;
}

@media (max-width: 768px) {
  .courseListing {
    margin-top: 40px;
  }
}

.courseListing .column-left__item {
  margin-bottom: 48px;
}

.courseListing .column-right__title {
  margin-bottom: 23px;
}

.courseListing .column-left__button-drop__text {
  font-weight: 300;
  font-style: italic;
}

.courseListing .courses__top__bundle, .courseListing .courses__top__bt-seller {
  display: none;
}

.select__item {
  margin-bottom: 16px;
  color: #868686;
}

.select .ckeckbox {
  display: inline-block;
  vertical-align: top;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  position: relative;
}

.select .ckeckbox label {
  padding-left: 29px;
}

.select__number {
  display: inline-block;
  vertical-align: top;
  text-align: right;
  width: 40px;
}

.select input[type=checkbox].select__checkmark {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.select input[type=checkbox] + label:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 19px;
  height: 19px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  border: 1px solid #cacaca;
  background-color: #fff;
  content: "\00a0";
  font-size: 14px;
  line-height: 19px;
  display: inline-block;
  padding: 0;
  vertical-align: top;
}

.select input[type="checkbox"]:checked + label:before {
  border: none;
  font-family: Flaticon;
  background-color: #0ab681;
  color: #fff;
  content: "\f139";
  text-align: center;
}

.select input[type="checkbox"]:checked + label:after {
  font-weight: bold;
}

.select input[type="checkbox"]:focus + label::before {
  outline: none;
}

@media (max-width: 479px) {
  .courseListing .column-left {
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .courseListing .column-left__item {
    display: inline-block;
    width: 48%;
    margin-bottom: 25px;
  }
}

@media (max-width: 479px) {
  .courseListing .column-left__item {
    display: block;
    width: 100%;
    margin-bottom: 0px;
  }
}

@media (max-width: 768px) {
  .courseListing .column-left__title {
    display: block;
    font-size: 24px;
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .courseListing .column-left .list-selector {
    width: 73%;
  }
}

@media (max-width: 479px) {
  .courseListing .column-left .list-selector {
    width: 100%;
    margin-bottom: 20px;
  }
}

.kill-level .column-left__link, .duration .column-left__link, .feature .column-left__link {
  display: none;
}

.tags {
  margin-bottom: 24px;
}

.tags__item {
  display: inline-block;
  font-size: 14px;
  text-align: left;
  color: #868686;
  margin-right: 30px;
  cursor: pointer;
}

@media (max-width: 479px) {
  .tags__item {
    margin-bottom: 10px;
  }
}

.tags__item:hover .tags__icon {
  color: #42495b;
  font-weight: bold;
}

.tags__icon {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.tags__icon::before {
  margin: 0 8px 0 0;
  font-size: 18px;
}

.tags__text {
  text-transform: capitalize;
}

.tabs {
  background-color: #fafafa;
  margin-bottom: 40px;
}

.tabs__list {
  display: inline-block;
  border: none;
}

@media (max-width: 479px) {
  .tabs__list {
    margin-bottom: 15px;
  }
}

.tabs__item {
  display: inline-block;
  margin-bottom: 0;
  padding: 10px 0;
}

.tabs__item:last-child a.tabs__link {
  border-right: unset;
}

.tabs a.tabs__link {
  padding: 0 16px;
  color: #868686;
  font-size: 14px;
  border-right: 1px solid #e8e8e8;
  -webkit-border-radius: unset;
          border-radius: unset;
}

@media (max-width: 479px) {
  .tabs a.tabs__link {
    padding: 0 14px;
  }
}

.tabs a.tabs__link:hover, .tabs a.tabs__link.active {
  color: #42495b;
  font-weight: bold;
}

.sort-right {
  float: right;
  margin-top: 7px;
}

@media (max-width: 479px) {
  .sort-right {
    font-size: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.sort-left {
  float: left;
  margin-top: 7px;
}

@media (max-width: 479px) {
  .sort-left, .sort-right {
    padding: 0 15px 10px;
    float: none;
  }
}

.sort-left .sort-by, .sort-right .sort-by {
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 479px) {
  .sort-left .sort-by, .sort-right .sort-by {
    width: -webkit-calc(100% - 61px);
    width: calc(100% - 61px);
    margin-right: 0;
  }
}

.sort-left .sort-by__text, .sort-right .sort-by__text {
  margin-right: 7px;
  font-size: 14px;
  text-align: left;
  color: #868686;
}

@media (max-width: 479px) {
  .sort-left .sort-by__text, .sort-right .sort-by__text {
    display: inline-block;
    vertical-align: middle;
  }
}

.sort-left .sort-by .btn-dropdown, .sort-right .sort-by .btn-dropdown {
  display: inline-block;
  vertical-align: middle;
}

.sort-left .sort-by__button, .sort-right .sort-by__button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 32px;
}

.sort-left .view-gird, .sort-right .view-gird {
  display: inline-block;
  vertical-align: middle;
}

.sort-left .view-gird__icon, .sort-right .view-gird__icon {
  display: inline-block;
  color: #42495b;
}

.sort-left .view-gird__icon::before, .sort-right .view-gird__icon::before {
  margin: 0 10px 0 0;
  font-size: 20px;
}

.sort-left .view-gird__icon:hover, .sort-left .view-gird__icon:focus, .sort-right .view-gird__icon:hover, .sort-right .view-gird__icon:focus {
  color: #0ab681;
}

.sort-left .view-gird__icon:last-child::before, .sort-right .view-gird__icon:last-child::before {
  margin-right: 16px;
}

@media (max-width: 479px) {
  .sort-left .view-gird__icon:last-child::before, .sort-right .view-gird__icon:last-child::before {
    margin: 0;
  }
}

.sort-left .view-gird .flaticon-signs.view-gird__icon:before, .sort-right .view-gird .flaticon-signs.view-gird__icon:before {
  font-size: 21px;
}

.sort-left .list-sort, .sort-right .list-sort {
  min-width: 120px;
  padding: 3px 10px;
  left: 0;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: -0.2px 3px 16px 0 #e1e1e1;
          box-shadow: -0.2px 3px 16px 0 #e1e1e1;
  background-color: #fff;
  border: none;
}

.sort-left .list-sort__item, .sort-right .list-sort__item {
  margin-bottom: 10px;
}

.sort-left .list-sort__item:last-child, .sort-right .list-sort__item:last-child {
  margin-bottom: 0;
}

.sort-left .list-sort .active, .sort-right .list-sort .active {
  color: #0ab681;
}

.sort-left .list-sort__link, .sort-right .list-sort__link {
  cursor: pointer;
}

.sort-left .list-sort__link:hover, .sort-left .list-sort__link:focus, .sort-left .list-sort__link.active, .sort-right .list-sort__link:hover, .sort-right .list-sort__link:focus, .sort-right .list-sort__link.active {
  color: #0ab681;
}

.courses-by-list {
  display: none;
}

.courses-by-list .courses__wapper {
  font-size: 0;
}

.courses-by-list .courses__top, .courses-by-list .courses__content {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 479px) {
  .courses-by-list .courses__top, .courses-by-list .courses__content {
    width: 100%;
  }
}

.courses-by-list .courses__content {
  padding: 15px;
}

.courses-by-list .courses__hover-content__item {
  font-size: 20px;
}

.courses-by-list .courses__content__title {
  font-size: 22px;
}

/*=============================================
2.8 Course gird page
=============================================*/
.course-gird .nav-right--login {
  display: none;
}

.course-gird .nav-right--notlogin {
  display: inline-block;
}

.course-gird .rating-start {
  display: none;
}

.course-gird .column-left__title {
  font-size: 22px;
  margin-bottom: 29px;
}

.course-gird .column-left__button-drop {
  display: inline-block;
}

.course-gird .column-left__button-drop__text {
  font-weight: 300;
  font-style: italic;
}

.course-gird .list-catagories {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  padding: 30px 20px;
  top: 64px;
  right: 0;
  z-index: 100;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: -0.2px 3px 16px 0 #e1e1e1;
          box-shadow: -0.2px 3px 16px 0 #e1e1e1;
  background-color: #fff;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}

.course-gird .list-catagories.collapse.in {
  opacity: 1;
  visibility: visible;
}

.course-gird .list-catagories:before {
  position: absolute;
  content: '';
  top: -14px;
  right: 10px;
  width: 30px;
  height: 30px;
  background-color: #fff;
  -webkit-box-shadow: -11px -14px 50px -9px rgba(0, 0, 0, 0.31);
          box-shadow: -11px -14px 50px -9px rgba(0, 0, 0, 0.31);
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.course-gird .column-left__item {
  margin-bottom: 20px;
}

.course-gird .select__item {
  margin-bottom: 10px;
}

.course-gird .select .ckeckbox {
  font-family: Roboto;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.2px;
  color: #42495b;
}

.course-gird .courses__item {
  margin-bottom: 35px;
}

.course-gird .courses__top__bundle {
  display: inline-block;
}

.course-gird .courses__top__bt-seller {
  display: inline-block;
}

.header-filter {
  margin-bottom: 27px;
  overflow: auto;
  color: #42495b;
  font-size: 14px;
}

.header-filter::before {
  clear: both;
}

.header-filter__title {
  float: left;
  text-transform: uppercase;
  font-weight: bold;
  text-align: left;
}

.header-filter__result {
  float: right;
  color: #868686;
}

.header-filter__number {
  margin-left: 5px;
  color: #42495b;
}

.course-gird .list-selector {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .course-gird .list-selector {
    width: 100%;
    margin-bottom: 0;
  }
}

.course-gird .active-filter {
  margin-top: 100px;
}

@media (max-width: 479px) {
  .course-gird .active-filter {
    margin-bottom: 30px;
  }
}

.course-gird .active-filter .tags {
  margin-bottom: 40px;
}

@media (max-width: 479px) {
  .course-gird .active-filter .tags {
    margin-bottom: 20px;
  }
}

.course-gird .tabs-filter .tabs {
  margin-bottom: 30px;
}

.course-gird .list-grid {
  margin-bottom: 65px;
}

@media (max-width: 768px) {
  .course-gird .list-grid {
    margin-bottom: 40px;
  }
}

/*=============================================
2.9 Search result page
=============================================*/
.search-result .header-filter {
  margin-bottom: 32px;
}

/*=============================================
2.10 Course Bundle page
  2.10.1. Bundle header
  2.10.2. Sidebar left
=============================================*/
.course-bundle .nav-right--login {
  display: none;
}

.course-bundle .nav-right--notlogin {
  display: inline-block;
}

.bundle-header {
  margin-bottom: 60px;
}

.bundle-header__about {
  position: relative;
  padding-top: 86px;
  padding-bottom: 80px;
  margin-bottom: 60px;
  color: #42495b;
}

@media (max-width: 768px) {
  .bundle-header__about {
    padding: 60px 0;
    margin-bottom: 20px;
  }
}

@media (max-width: 479px) {
  .bundle-header__about {
    padding: 35px 0;
  }
}

.bundle-header__about::before {
  content: '';
  position: absolute;
  top: 0;
  z-index: -1;
  left: -120%;
  width: 300%;
  height: 100%;
  background-color: #fafafa;
}

.bundle-header__title {
  margin-bottom: 25px;
  font-size: 50px;
  line-height: 1.2;
  text-align: left;
  color: #42495b;
}

@media (max-width: 768px) {
  .bundle-header__title {
    font-size: 45px;
  }
}

@media (max-width: 479px) {
  .bundle-header__title {
    font-size: 38px;
  }
}

.bundle-header__content {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  color: #42495b;
}

.title-list {
  font-size: 28px;
  color: #42495b;
  text-transform: capitalize;
}

.list-link {
  margin-top: 40px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background-color: #fff;
  border: solid 1px #d6d6d6;
  text-align: center;
}

.list-link__icon-collapse {
  display: none;
}

.list-link__list {
  margin-bottom: 24px;
}

@media (max-width: 1199px) {
  .list-link__list {
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .list-link__list {
    margin-bottom: 20px;
  }
}

.list-link__item {
  border-bottom: solid 1px rgba(232, 232, 232, 0.8);
}

.list-link__title {
  padding: 0 20px;
  margin-bottom: 24px;
  text-align: left;
  font-size: 32px;
  line-height: 1.5;
}

@media (max-width: 1199px) {
  .list-link__title {
    padding: 0 5px;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .list-link__title {
    margin-bottom: 12px;
  }
}

@media (max-width: 479px) {
  .list-link__title {
    font-size: 22px;
  }
}

.list-link__link {
  cursor: pointer;
  display: inline-block;
  width: 100%;
  padding: 16px 40px 11px;
  font-size: 18px;
  text-align: left;
  color: #42495b;
  text-transform: capitalize;
}

@media (max-width: 1199px) {
  .list-link__link {
    padding: 15px;
  }
}

@media (max-width: 768px) {
  .list-link__link {
    padding: 10px 20px;
  }
}

.list-link__link:hover, .list-link__link:focus {
  color: #099b72;
}

.list-link__btn {
  margin: 0 40px 26px;
  padding: 16px 40px;
}

@media (max-width: 1199px) {
  .list-link__btn {
    margin: 0 16px 17px;
  }
}

@media (max-width: 768px) {
  .list-link__btn {
    margin: 0 30px 17px;
  }
}

.bundle-content {
  overflow: hidden;
}

.bundle {
  margin-bottom: 60px;
}

@media (max-width: 479px) {
  .bundle {
    margin-bottom: 40px;
  }
}

.bundle__title {
  margin-bottom: 24px;
  font-size: 32px;
  color: #42495b;
  text-transform: capitalize;
}

@media (max-width: 768px) {
  .bundle__title {
    margin-bottom: 20px;
  }
}

@media (max-width: 479px) {
  .bundle__title {
    margin-bottom: 15px;
  }
}

.bundle__content__sub {
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .bundle__content__sub {
    margin-bottom: 40px;
  }
}

.bundle .paragrap-content {
  margin-bottom: 20px;
}

.paragrap-content {
  font-family: Roboto;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.2px;
  text-align: left;
  color: #868686;
}

@media (max-width: 479px) {
  .paragrap-content {
    font-size: 14px;
  }
}

.paragrap-content--hide {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.detail__block {
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .detail__block {
    margin-bottom: 40px;
  }
}

@media (max-width: 479px) {
  .detail__block {
    margin-bottom: 30px;
  }
}

.detail__title {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 22px;
  text-align: left;
  color: #42495b;
}

.detail__about {
  margin-bottom: 16px;
}

.detail__wrapper-image {
  display: inline-block;
  vertical-align: middle;
  margin-right: 37px;
}

.detail__image {
  max-width: 100%;
  height: auto;
}

.detail__infor {
  display: inline-block;
  vertical-align: middle;
  font-size: 22px;
  text-align: left;
  color: #42495b;
}

.detail__infor--title {
  margin-bottom: 26px;
}

.detail__infor__sub {
  margin-bottom: 20px;
  font-family: Roboto;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.2px;
  text-align: left;
  color: #868686;
}

@media (max-width: 479px) {
  .detail__infor__sub {
    font-size: 14px;
  }
}

.detail__infor__sub:last-child {
  margin-bottom: 0;
}

.detail__list {
  padding: 24px 22px 19px 22px;
  background-color: #fcfafa;
}

@media (max-width: 768px) {
  .detail__list__item {
    margin-bottom: 15px;
  }
}

@media (max-width: 600px) {
  .detail__list__item {
    margin-bottom: 10px;
  }
}

.detail__list__item:last-child {
  margin-bottom: 0;
}

.detail__list__wapper {
  display: inline-block;
  width: 38px;
  height: 49px;
  overflow: hidden;
}

.detail__list__image {
  width: 100%;
  height: auto;
}

.detail__list__content {
  width: 74%;
  padding-left: 20px;
  padding-right: 27px;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 768px) {
  .detail__list__content {
    padding-right: 0;
  }
}

.detail__list__title {
  margin-bottom: 3px;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  color: #42495b;
}

.detail__list__subs {
  font-size: 14px;
  text-align: left;
  color: #868686;
}

.course-detail {
  margin-bottom: 30px;
  padding: 50px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background-color: #fff;
  border: solid 1px #d6d6d6;
}

@media (max-width: 768px) {
  .course-detail {
    padding: 40px;
  }
}

@media (max-width: 479px) {
  .course-detail {
    padding: 25px;
  }
}

.course-detail__top {
  margin-bottom: 24px;
  font-size: 0;
}

.course-detail__top__title {
  margin-bottom: 8px;
  font-size: 22px;
  text-align: left;
  color: #42495b;
}

.course-detail__top__bundle {
  display: inline-block;
  vertical-align: top;
  margin-top: 6px;
  padding: 5px 12px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  margin-right: 16px;
  background-color: #ff9142;
  font-size: 9px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
}

@media (max-width: 479px) {
  .course-detail__top__bundle {
    width: unset;
    margin-bottom: 10px;
  }
}

.course-detail__top__left {
  display: inline-block;
  vertical-align: top;
  width: -webkit-calc(100% - 77px);
  width: calc(100% - 77px);
}

@media (max-width: 479px) {
  .course-detail__top__left {
    width: 100%;
    padding-left: 0;
  }
}

.course-detail__update-date {
  margin-left: 5px;
}

.course-detail__update {
  font-size: 13px;
  font-weight: 600;
  text-align: left;
  line-height: 1.5;
  color: #868686;
}

.course-detail__infors {
  margin-bottom: 24px;
}

@media (max-width: 479px) {
  .course-detail__infors {
    margin-bottom: 15px;
  }
}

.course-detail__infor {
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 0;
  text-align: left;
  color: #42495b;
}

.course-detail__infor:last-child {
  margin-bottom: 0;
}

.course-detail__infor__title {
  font-size: 14px;
  width: 40%;
}

@media (max-width: 479px) {
  .course-detail__infor__title {
    margin-bottom: 10px;
  }
}

.course-detail__infor__content {
  font-size: 14px;
  width: 60%;
}

@media (max-width: 479px) {
  .course-detail__infor__content {
    padding-left: 20px;
  }
}

.course-detail__infor__title, .course-detail__infor__content {
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 479px) {
  .course-detail__infor__title, .course-detail__infor__content {
    width: 100%;
  }
}

.course-detail__item {
  margin-bottom: 32px;
  border-bottom: solid 1px rgba(232, 232, 232, 0.8);
}

@media (max-width: 768px) {
  .course-detail__item {
    margin-bottom: 40px;
  }
}

@media (max-width: 479px) {
  .course-detail__item {
    margin-bottom: 20px;
  }
}

.course-detail__item__title {
  margin-bottom: 18px;
  font-size: 18px;
  text-align: left;
  color: #42495b;
}

.course-detail__content {
  max-height: 10000px;
  -webkit-transition: max-height 1.8s ease;
  transition: max-height 1.8s ease;
}

.course-detail--hide {
  position: relative;
  max-height: 147px;
  overflow: hidden;
}

.course-detail--hide .list-brief:last-child {
  margin-bottom: 0;
  border-bottom: unset;
}

@media (max-width: 479px) {
  .course-detail--hide {
    max-height: 205px;
  }
}

.course-detail__view-more {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 7px 50px 7px 15px;
  background-color: #fff;
}

@media (max-width: 479px) {
  .course-detail__view-more {
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px;
    text-align: center;
    background-color: #0ab681;
    color: #fff;
  }
}

.course-detail__view-more:hover {
  color: #099b72;
}

.list-brief-content__item {
  margin-bottom: 32px;
  border-bottom: solid 1px rgba(232, 232, 232, 0.8);
}

@media (max-width: 768px) {
  .list-brief-content__item {
    margin-bottom: 40px;
  }
}

@media (max-width: 479px) {
  .list-brief-content__item {
    margin-bottom: 20px;
  }
}

.list-brief-content__item:last-child {
  margin-bottom: 0;
  border-bottom: unset;
}

.list-brief-content__item:last-child .list-brief__list {
  margin-bottom: 0;
}

.list-brief__top {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  color: #42495b;
}

@media (max-width: 768px) {
  .list-brief__top {
    margin-bottom: 20px;
  }
}

.list-brief__top__section, .list-brief__top__title {
  display: inline-block;
}

.list-brief__top__section {
  margin-right: 5px;
  text-decoration: underline;
}

.list-brief__list {
  margin-bottom: 32px;
}

@media (max-width: 479px) {
  .list-brief__list {
    margin-bottom: 20px;
  }
}

.list-brief__item {
  font-size: 16px;
  margin-bottom: 16px;
  font-family: Roboto;
}

.list-brief__item:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .list-brief__item {
    margin-bottom: 10px;
  }
}

.list-brief__item__icon {
  color: #868686;
  margin-right: 16px;
}

.list-brief__item__icon:before {
  margin-left: 0;
}

.list-brief__item__kind {
  margin-right: 5px;
  color: #42495b;
  text-transform: capitalize;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}

.list-brief__item__kind:hover, .list-brief__item__kind:focus {
  color: #0ab681;
}

.list-brief__item__content {
  margin-left: 5px;
  font-weight: bold;
  color: #42495b;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}

.list-brief__item__content:hover, .list-brief__item__content:focus {
  color: #0ab681;
}

.course-detail > .course-detail__content .list-brief::last-child {
  margin-bottom: 0;
  border-bottom: unset;
}

.creator {
  background: url("../img/courses-bundle/bundle.png") no-repeat;
  background-color: rgba(37, 37, 37, 0.7);
  background-blend-mode: multiply;
  background-size: cover;
  padding: 35px 51px 45px;
  color: #fff;
}

@media (max-width: 479px) {
  .creator {
    margin-bottom: 40px;
    padding: 25px;
  }
}

.creator__title {
  margin-bottom: 15px;
  font-size: 22px;
}

.creator__sub {
  font-family: Roboto;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.2px;
  text-align: left;
}

.faqs {
  margin-bottom: 100px;
}

@media (max-width: 768px) {
  .faqs {
    margin-bottom: 60px;
  }
}

@media (max-width: 479px) {
  .faqs {
    margin-bottom: 40px;
  }
}

.faqs--course-single {
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .faqs--course-single {
    margin-bottom: 40px;
  }
}

@media (max-width: 479px) {
  .faqs--course-single {
    margin-bottom: 20px;
  }
}

.faqs__item {
  padding: 15px 20px 10px 20px;
  margin-bottom: 20px;
  background-color: #fefefe;
  border: solid 1px #e8e8e8;
}

@media (max-width: 479px) {
  .faqs__item {
    padding: 15px 15px 0 40px;
  }
}

.faqs__item:last-child {
  margin-bottom: 0;
}

.faqs__heading {
  position: relative;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background-color: #fefefe;
}

.faqs__title {
    padding-bottom: 10px;
    margin-bottom: 0;
}

.faqs__link {
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  color: #42495b;
}

.faqs__link:hover {
  color: #0ab681;
}

.faqs__link:focus {
  color: #42495b;
}

.faqs__link[aria-expanded="true"] .flaticon-arrows-3.faqs__icon::before {
  display: inline-block;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media (max-width: 479px) {
  .faqs__link {
    font-size: 16px;
  }
}

.faqs__icon {
  position: absolute;
  top: 0;
  right:0px;
}

.faqs__icon::before {
  -webkit-transition: -webkit-transform  0.5s ease-in-out;
  transition: -webkit-transform  0.5s ease-in-out;
  transition: transform  0.5s ease-in-out;
  transition: transform  0.5s ease-in-out, -webkit-transform  0.5s ease-in-out;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  margin-left: 0;
  font-size: 14px;
}

.faqs__body {
  padding: 15px 0;
  border-top: solid 1px #e8e8e8;
  font-family: Roboto;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.2px;
  text-align: left;
  color: #868686;
}

@media (max-width: 479px) {
  .faqs__body {
    font-size: 14px;
  }
}

/*=============================================
2.11 Course single page
  2.11.1. list-syllabus
=============================================*/
.course-single .list-brief__top {
  font-size: 22px;
}

@media (max-width: 479px) {
  .course-single .list-brief__top {
    font-size: 18px;
  }
}

@media (max-width: 479px) {
  .course-single .list-brief__item {
    font-size: 16px;
  }
}

.bundle-list {
  margin-bottom: 100px;
}

@media (max-width: 768px) {
  .bundle-list {
    margin-bottom: 60px;
  }
}

@media (max-width: 479px) {
  .bundle-list {
    margin-bottom: 40px;
  }
}

.bundle-list .bundle:last-child {
  margin-bottom: 0;
}

.list-syllabus {
  position: relative;
  max-height: 386px;
  padding: 50px;
  margin-bottom: 14px;
  overflow: hidden;
  border: solid 1px #d6d6d6;
}

@media (max-width: 991px) {
  .list-syllabus {
    padding: 30px;
  }
}

@media (max-width: 479px) {
  .list-syllabus {
    padding: 20px;
  }
}

.list-syllabus::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fefefe));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #fefefe);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fefefe);
}

.list-syllabus .list-brief__top {
  font-size: 22px;
  text-align: left;
  color: #42495b;
  font-weight: normal;
}

.list-syllabus .list-brief__item__kind, .list-syllabus .list-brief__item__content {
  font-family: Roboto;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0.2px;
  text-align: left;
  color: #868686;
}

.list-syllabus__view-more {
  cursor: pointer;
  display: block;
  margin-bottom: 28px;
  width: 100%;
  padding: 16px 0;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  border: solid 1px #0ab681;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #0ab681;
  text-transform: uppercase;
}

.list-syllabus__view-more:hover {
  background-color: #0ab681;
  color: #fff;
}

.list-syllabus__enroll {
  margin: 0 auto;
}

.list-syllabus__group-button {
  text-align: center;
}

.list-syllabus--show {
  max-height: 10000px;
  -webkit-transition: max-height 1.75s ease;
  transition: max-height 1.75s ease;
}

.list-syllabus--show:after {
  background-image: unset;
}

.list_works__item {
  font-size: 0;
  margin-bottom: 40px;
}

@media (max-width: 479px) {
  .list_works__item {
    margin-bottom: 20px;
  }
}

.list_works__item:last-child {
  margin-bottom: 0;
}

.list_works__wapper {
  width: 62px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.list_works__wapper::before {
  position: absolute;
  display: block;
  content: '';
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  padding-top: 74.16%;
}

@media (max-width: 479px) {
  .list_works__wapper {
    margin-bottom: 15px;
  }
}

.list_works__image {
  max-width: 100%;
  height: auto;
}

.list_works__content {
  width: -webkit-calc(100% - 62px);
  width: calc(100% - 62px);
  display: inline-block;
  padding-right: 89px;
  padding-left: 34px;
}

@media (max-width: 479px) {
  .list_works__content {
    width: 100%;
    padding: 0;
  }
}

.list_works__title {
  margin-bottom: 8px;
  font-size: 22px;
  line-height: 1.5;
  text-align: left;
  color: #42495b;
}

.list_works__subs {
  font-family: Roboto;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.2px;
  text-align: left;
  color: #868686;
}

.reviews {
  margin-bottom: 60px;
}

@media (max-width: 479px) {
  .reviews {
    padding-right: 0;
  }
}

.reviews__item {
  border-bottom: solid 1px #dadfea;
  font-size: 0;
  padding: 24px 0;
}

.reviews__item:first-child {
  padding-top: 0;
}

.reviews__item:last-child {
  border-bottom: unset;
  margin-bottom: 0;
  padding-bottom: 0;
}

.reviews__wapper {
  position: relative;
  vertical-align: top;
  display: table-cell;
  width: 62px;
  height: 62px;
}

@media (max-width: 479px) {
  .reviews__wapper {
    margin-bottom: 15px;
  }
}

.reviews__image {
  max-width: 100%;
  height: auto;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.reviews__content {
  display: table-cell;
  vertical-align: top;
  padding-left: 34px;
}

.reviews__title {
  margin-bottom: 7px;
  font-size: 14px;
  text-align: left;
  font-weight: bold;
  color: #42495b;
}

.reviews__subs {
  font-size: 14px;
  margin-bottom: 16px;
}

@media (max-width: 479px) {
  .reviews__subs {
    margin-bottom: 30px;
  }
}

@media (max-width: 479px) {
  .reviews__comment {
    margin-left: -96px;
  }
}

.reviews__sub-content {
  font-family: Roboto;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.2px;
  text-align: left;
  color: #868686;
  margin-bottom: 16px;
}

@media (max-width: 479px) {
  .reviews__sub-content {
    margin-bottom: 15px;
  }
}

.reviews__star {
  letter-spacing: 5.8px;
  margin-right: 16.4px;
  font-size: 16px;
  line-height: 1;
  vertical-align: bottom;
}

.reviews__star::before {
  color: #afafaf;
}

.reviews__star::after {
  color: #ffda21;
}

.reviews__star::before, .reviews__star::after {
  content: '\f110\f110\f110\f110\f110';
}

.reviews__about, .reviews__name-course {
  line-height: 1;
}

.reviews__about {
  margin-right: 6px;
  font-size: 14px;
  text-align: left;
  color: #868686;
}

.reviews__name-course {
  font-size: 18px;
  text-align: left;
  color: #42495b;
}

.reviews__btn {
  text-align: center;
}

.reviews__enroll {
  width: 370px;
  font-size: 14px;
  display: inline-block;
  padding: 16px 0;
  line-height: 1;
}

@media (max-width: 479px) {
  .reviews__enroll {
    width: 100%;
  }
}

/*=============================================
2.12 Partner details pages
  2.12.1 Partner header
  2.12.2 Course gird
  2.12.3 Our team
=============================================*/
.partner-details .nav-right--login {
  display: none;
}

.partner-details .nav-right--notlogin {
  display: inline-block;
}

.partner-header {
  margin-top: 100px;
  margin-bottom: 100px;
}

@media (max-width: 768px) {
  .partner-header {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

@media (max-width: 479px) {
  .partner-header {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.partner-header__wapper {
  width: 150px;
  height: 150px;
}

@media (max-width: 768px) {
  .partner-header__wapper {
    margin: 0 auto;
  }
}

.partner-header__image {
  width: 100%;
  height: auto;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.partner-header__title {
  margin-bottom: 20px;
  font-size: 50px;
  line-height: 1.2;
  text-align: left;
  color: #42495b;
}

@media (max-width: 768px) {
  .partner-header__title {
    font-size: 40px;
    margin-bottom: 15px;
  }
}

@media (max-width: 479px) {
  .partner-header__title {
    font-size: 32px;
    margin-bottom: 15px;
  }
}

.partner-header__content {
  font-family: Roboto;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.2px;
  text-align: left;
}

@media (max-width: 479px) {
  .partner-header__content {
    font-size: 14px;
  }
}

.our-course {
  margin-bottom: 58px;
}

@media (max-width: 768px) {
  .our-course {
    margin-bottom: 30px;
  }
}

.our-course__title {
  margin-bottom: 60px;
  font-size: 50px;
  line-height: 1.2;
  text-align: center;
  color: #42495b;
}

@media (max-width: 768px) {
  .our-course__title {
    margin-bottom: 30px;
  }
}

.partner-details .courses__item {
  margin-bottom: 30px;
}

.partner-details .courses__item:hover .courses__content {
  -webkit-box-shadow: -0.2px 3px 16px 0 #ebebeb;
          box-shadow: -0.2px 3px 16px 0 #ebebeb;
}

.partner-details .courses__content {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.partner-details .rating-start {
  display: none;
}

.partner-details .courses__list {
  padding-bottom: 30px;
}

@media (max-width: 768px) {
  .partner-details .courses__list {
    padding-bottom: 0px;
  }
}

.our-team {
  margin-bottom: 70px;
}

@media (max-width: 768px) {
  .our-team {
    margin-bottom: 40px;
  }
}

.our-team__title {
  margin-bottom: 60px;
  font-size: 50px;
  line-height: 1.2;
  text-align: center;
  color: #42495b;
}

@media (max-width: 768px) {
  .our-team__title {
    font-size: 40px;
  }
}

@media (max-width: 600px) {
  .our-team__title {
    font-size: 32px;
  }
}

.our-team__item {
  padding: 40px 30px;
  margin-bottom: 30px;
  text-align: center;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background-color: #fefefe;
  border: solid 1px #e8e8e8;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media (max-width: 768px) {
  .our-team__item {
    padding: 30px;
  }
}

.our-team__item:hover {
  -webkit-box-shadow: -0.2px 3px 16px 0 #ebebeb;
          box-shadow: -0.2px 3px 16px 0 #ebebeb;
  background-color: #ffffff;
  border: solid 1px rgba(232, 232, 232, 0.54);
}

.our-team__wapper {
  margin: 0 auto 40px;
  width: 150px;
  height: 150px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .our-team__wapper {
    margin-bottom: 30px;
  }
}

.our-team__image {
  max-width: 100%;
  height: auto;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}

.our-team__name {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: bold;
  color: #42495b;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.our-team__name:hover {
  color: #0ab681;
}

.our-team__job {
  display: block;
  font-size: 14px;
  color: #868686;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 1.2;
}

.our-team__job:hover {
  color: #42495b;
}

/*=============================================
2.13 Bundle details page
  2.13.1. Review course
  2.13.2.Information of details courses
  2.13.3. Brief course of bundle details
=============================================*/
.review-course {
  padding: 33px 0 32px;
  margin-top: 33px;
}

@media (max-width: 768px) {
  .review-course {
    margin-top: 0px;
  }
}

.review-course__item-left {
  position: relative;
  padding: 48px 41px 69px 70px;
  background: url("../img/bundle-details/bundle-details-1.png") center no-repeat;
  background-size: cover;
  z-index: 1;
  color: #fff;
}

@media (max-width: 768px) {
  .review-course__item-left {
    margin-bottom: 30px;
  }
}

@media (max-width: 479px) {
  .review-course__item-left {
    padding: 30px;
  }
}

.review-course__item-left::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.95;
  background-image: -webkit-linear-gradient(326deg, #0f36a5, #2d7dfa);
  background-image: linear-gradient(124deg, #0f36a5, #2d7dfa);
}

.review-course__item-left__title {
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 1.5;
  text-align: left;
}

@media (max-width: 768px) {
  .review-course__item-left__title {
    margin-bottom: 30px;
    font-size: 24px;
  }
}

@media (max-width: 479px) {
  .review-course__item-left__title {
    margin-bottom: 20px;
    font-size: 20px;
  }
}

.review-course__item-left__info {
  margin-bottom: 16px;
}

@media (max-width: 768px) {
  .review-course__item-left__info {
    margin-bottom: 10px;
  }
}

.review-course__item-left__info:last-child {
  margin-bottom: 0;
}

.review-course__item-left__icon, .review-course__item-left__sub {
  display: inline-block;
  vertical-align: top;
}

.review-course__item-left__icon {
  width: 28px;
  height: 28px;
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(225, 225, 225, 0.2);
  color: #fff;
}

.review-course__item-left__icon::before {
  font-size: 15px;
  margin-left: 0;
  line-height: 28px;
}

.review-course__item-left__sub {
  width: -webkit-calc(100% - 35px);
  width: calc(100% - 35px);
  padding-left: 22px;
}

@media (max-width: 479px) {
  .review-course__item-left__sub {
    padding-left: 10px;
  }
}

.review-course__item-right {
  position: relative;
  overflow: hidden;
  font-size: 0;
}

.review-course__item-right__video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.review-course__item-right__content {
  position: absolute;
  opacity: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(45, 125, 250, 0)), to(#2d7dfa));
  background-image: -webkit-linear-gradient(top, rgba(45, 125, 250, 0), #2d7dfa);
  background-image: linear-gradient(to bottom, rgba(45, 125, 250, 0), #2d7dfa);
  text-align: center;
  color: #fff;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

.review-course__item-right__icon-video {
  width: 54px;
  height: 54px;
  margin: 145px auto 93px;
  background-color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #42495b;
  text-align: center;
  line-height: 54px;
}

.review-course__item-right__icon-video::before {
  margin-left: 0;
  font-size: 16px;
}

@media (max-width: 479px) {
  .review-course__item-right__icon-video {
    margin: 60px auto;
  }
}

@media (max-width: 375px) {
  .review-course__item-right__icon-video {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 45px auto 20px;
  }
}

.review-course__item-right__review {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
  text-align: center;
}

.hide-bg-video {
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

.info-course {
  padding: 48px 70px;
  margin-bottom: 40px;
  margin-top: 40px;
  border: solid 1px #e8e8e8;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}

@media (max-width: 768px) {
  .info-course {
    padding: 40px 50px;
  }
}

@media (max-width: 479px) {
  .info-course {
    padding: 30px;
  }
}

.info-course__title {
  margin-bottom: 30px;
  font-size: 32px;
  line-height: 1.5;
  text-align: center;
  color: #42495b;
}

@media (max-width: 768px) {
  .info-course__title {
    margin-bottom: 20px;
  }
}

@media (max-width: 479px) {
  .info-course__title {
    font-size: 22px;
    padding-left: 10px;
  }
}

.info-course__item {
  position: relative;
  margin-bottom: 16px;
  padding-left: 15px;
}

@media (max-width: 768px) {
  .info-course__item {
    margin-bottom: 10px;
  }
}

@media (max-width: 479px) {
  .info-course__item {
    font-size: 14px;
  }
}

.info-course__item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 5px;
  height: 5px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #0ab681;
}
.brief-course {
    padding: 50px 0;
}
@media (max-width: 768px) {
  .brief-course {
    margin-bottom: 60px;
  }
}

.brief-course__item {
  position: relative;
  padding: 30px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 3px 16px 0 rgba(234, 234, 234, 0.6);
          box-shadow: 0 3px 16px 0 rgba(234, 234, 234, 0.6);
}

@media (max-width: 768px) {
  /*.brief-course__item {
    padding-left: 50px;
  }*/
}

@media (max-width: 479px) {
 /* .brief-course__item {
    padding-left: 15px;
    padding-top: 20px;
  }*/
}

.brief-course__top {
    margin-bottom: 30px;
    text-align: center;
}

@media (max-width: 479px) {
  .brief-course__top {
    padding: 0 15px;
  }
}

.brief-course__top__bundle {
  margin-right: 16px;
  padding: 4px 21px;
}

@media (max-width: 1199px) {
  .brief-course__top__bundle {
    padding: 4px 13px;
  }
}

@media (max-width: 479px) {
  .brief-course__top__bundle {
    margin-bottom: 10px;
  }
}

@media (max-width: 479px) {
  .brief-course__top__title {
    width: 100%;
    margin-bottom: 10px;
    font-size: 22px;
  }
}

.brief-course__top__option {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  padding: 16px 10px;
}

@media (max-width: 479px) {
  .brief-course__top__option {
    padding: 12px 10px;
  }
}

.brief-course__top__icon::before {
  margin-left: 0;
  font-size: 25px;
}


@media (max-width: 479px) {
  .brief-course__sub {
    padding: 0 15px;
    font-size: 14px;
  }
}

.brief-course__buton {
  cursor: pointer;
  text-align: center;
  padding-bottom: 5px;
}

.brief-course__buton__icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  line-height: 40px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.brief-course__buton__icon:hover {
  background-color: #0ab681;
  color: #fff;
}

.brief-course__buton__icon::before {
  font-size: 14px;
  margin-left: 0;
}

.brief-course .list-brief {
  border: unset;
  max-height: 10000px;
  padding-left: 96px;
}

@media (max-width: 1199px) {
  .brief-course .list-brief {
    padding-left: 82px;
  }
}

@media (max-width: 991px) {
  .brief-course .list-brief {
    padding-left: 0px;
  }
}

.brief-course .list-brief__item {
  position: relative;
  margin-bottom: 32px;
}

@media (max-width: 479px) {
  .brief-course .list-brief__item {
    margin-bottom: 20px;
  }
}

.brief-course .list-brief__item:hover .list-brief__btn-enroll, .brief-course .list-brief__item:hover .list-brief__show-more {
  opacity: 1;
}

.brief-course .list-brief:last-child {
  margin-bottom: 0;
}

.brief-course .list-brief__top {
  margin-bottom: 16px;
}

@media (max-width: 479px) {
  .brief-course .list-brief__top {
    padding: 0 15px;
    margin-bottom: 10px;
  }
}

.brief-course .list-brief__top__section, .brief-course .list-brief__top__title {
  color: #42495b;
  font-size: 14px;
}

.brief-course .list-brief__top__section:hover, .brief-course .list-brief__top__title:hover {
  color: #0ab681;
}

.brief-course .list-brief__top__title {
  margin-right: 8px;
}

.brief-course .list-brief__top__sub {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

@media (max-width: 768px) {
  .brief-course .list-brief__top__sub {
    padding-right: 15px;
  }
}

@media (max-width: 479px) {
  .brief-course .list-brief__top__sub {
    padding: 0 15px;
    font-size: 14px;
  }
}

.brief-course .list-brief__top__time {
  display: inline-block;
  font-weight: normal;
  font-size: 14px;
}

.brief-course .list-brief__btn-enroll {
  opacity: 0;
  cursor: pointer;
  text-align: right;
  margin-top: 15px;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.brief-course .list-brief__btn-enroll .btn-green {
  padding: 6px 14px;
  font-size: 10px;
}

@media (max-width: 991px) {
  .brief-course .list-brief__btn-enroll {
    text-align: center;
    opacity: 1;
  }
}

.brief-course .list-brief__show-more {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  text-align: right;
}

.brief-course .list-brief__show-more .brief-course__top__icon {
  display: inline-block;
  font-size: 25px;
  margin-top: 12px;
  padding: 0 10px;
}

@media (max-width: 768px) {
  .brief-course .list-brief__show-more {
    display: none;
  }
}

.brief-course__item--hide .list-brief {
  overflow: hidden;
  max-height: 0;
  margin-bottom: 0;
  -webkit-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
}


.brief-course__item--hide .brief-course__buton__icon {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.dropdown-options {
  right: 13px;
  left: unset;
  border: none;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  -webkit-border-radius: unset;
          border-radius: unset;
  color: #cacaca;
}

.dropdown-options__item {
  padding: 7px 20px;
  font-size: 14px;
  cursor: pointer;
  background-color: #42495b;
  -webkit-transition: all 0.5 ease;
  transition: all 0.5 ease;
}

.dropdown-options__item:hover {
  opacity: 0.2;
  background-color: #42495b;
  color: #fff;
}

/*=============================================
2.14 Blog grid page
=============================================*/
.blog-gird .blog-list {
  margin-top: 100px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .blog-gird .blog-list {
    margin-top: 60px;
    margin-bottom: 10px;
  }
}

@media (max-width: 479px) {
  .blog-gird .blog-list {
    margin-top: 40;
    margin-bottom: 0;
  }
}

.blog-gird .blog-list .blog-col__item {
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .blog-gird .blog-list .blog-col__item {
    margin-bottom: 30px;
  }
}

.blog-gird .blog-list .blog-col__item:hover {
  -webkit-box-shadow: -0.2px 3px 16px 0 #ebebeb;
          box-shadow: -0.2px 3px 16px 0 #ebebeb;
  background-color: #ffffff;
  border: solid 1px rgba(232, 232, 232, 0.54);
}

.blog-gird .blog-list .blog-col__item .column-left__link {
  display: inline-block;
  margin-left: 5px;
}

.blog-gird .blog__item__left, .blog-gird .blog__item__right {
  display: block;
  width: 100%;
}

.blog-gird .blog__item__left::before {
  padding-top: 42.8%;
}

.blog-gird .blog__item__right {
  padding: 24px 30px 33px 40px;
}

@media (max-width: 768px) {
  .blog-gird .blog__item__right {
    padding: 15px;
  }
}

@media (max-width: 479px) {
  .blog-gird .blog__item__right {
    padding: 20px 15px;
  }
}

.blog-gird .blog__item__title {
  line-height: 1.36;
}

@media (max-width: 768px) {
  .blog-gird .blog__item__title {
    margin-bottom: 15px;
  }
}

@media (max-width: 479px) {
  .blog-gird .blog__item__title {
    margin-bottom: 10px;
  }
}

.blog-gird .blog__item__infor {
  margin-bottom: 9px;
}

.blog-gird .blog__item__date {
  line-height: 1;
}

.blog-gird .blog__item__sub {
  line-height: 1.5;
}

.blog-gird .pagination-wrapper {
  margin-bottom: 100px;
}

@media (max-width: 768px) {
  .blog-gird .pagination-wrapper {
    margin-bottom: 60px;
  }
}

@media (max-width: 479px) {
  .blog-gird .pagination-wrapper {
    margin-bottom: 40px;
  }
}

/*=============================================
2.15 Blog details page
  2.15.1. Blog details
  2.15.2. Comments
  2.15.3. Form
=============================================*/
.intro-course-content {
  padding: 100px 0;
}

@media (max-width: 768px) {
  .intro-course-content {
    padding: 60px 0;
  }
}

@media (max-width: 479px) {
  .intro-course-content {
    padding: 40px 0;
  }
}

@media (max-width: 375px) {
  .intro-course-content {
    padding: 20px 0;
  }
}

.intro-course {
  padding-bottom: 60px;
}

@media (max-width: 768px) {
  .intro-course {
    padding-bottom: 40px;
  }
}

@media (max-width: 479px) {
  .intro-course {
    padding-bottom: 20px;
  }
}

.intro-course__title {
  margin-bottom: 8px;
  font-size: 50px;
  letter-spacing: -0.3px;
  line-height: 1.2;
  color: #42495b;
}

@media (max-width: 479px) {
  .intro-course__title {
    font-size: 35px;
    line-height: 1;
  }
}

.intro-course__infor {
  font-size: 0;
  margin-bottom: 32px;
}

@media (max-width: 768px) {
  .intro-course__infor {
    margin-bottom: 20px;
  }
}

@media (max-width: 479px) {
  .intro-course__infor {
    margin-bottom: 10px;
  }
}

.intro-course__infor__item {
  display: inline-block;
  width: 50%;
}

.intro-course__infor__item:last-child {
  text-align: right;
}

@media (max-width: 479px) {
  .intro-course__infor__item:last-child {
    text-align: left;
  }
}

@media (max-width: 479px) {
  .intro-course__infor__item {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
}

.intro-course__infor__item .col-left__item:last-child {
  margin-right: 0;
}

.intro-course__infor__name {
  margin-right: 30px;
  font-size: 14px;
  text-align: left;
  text-transform: capitalize;
  color: #42495b;
}

.intro-course__infor__name:hover {
  color: #0ab681;
}

.intro-course__infor__time {
  font-size: 12px;
  font-weight: 600;
  text-align: left;
}

.intro-course__wapper {
  overflow: hidden;
  margin-bottom: 22px;
}

@media (max-width: 991px) {
  .intro-course__wapper {
    margin-bottom: 20px;
  }
}

.intro-course__wapper__image {
  width: 100%;
  height: auto;
}

.intro-course__sub {
  margin-bottom: 24px;
}

@media (max-width: 768px) {
  .intro-course__sub {
    margin-bottom: 15px;
  }
}

@media (max-width: 479px) {
  .intro-course__sub {
    margin-bottom: 10px;
  }
}

.intro-course__sub .text-sub, .intro-course__sub .brief-course__sub, .intro-course__sub .brief-course .list-brief__top__sub, .brief-course .intro-course__sub .list-brief__top__sub, .intro-course__sub .instructor-info__college, .intro-course__sub .instructor-info__sub, .intro-course__sub .instructor-goals__list {
  margin-bottom: 27px;
}

@media (max-width: 479px) {
  .intro-course__sub .text-sub, .intro-course__sub .brief-course__sub, .intro-course__sub .brief-course .list-brief__top__sub, .brief-course .intro-course__sub .list-brief__top__sub, .intro-course__sub .instructor-info__college, .intro-course__sub .instructor-info__sub, .intro-course__sub .instructor-goals__list {
    margin-bottom: 15px;
    font-size: 14px;
  }
}

.intro-course__sub .text-sub:last-child, .intro-course__sub .brief-course__sub:last-child, .intro-course__sub .brief-course .list-brief__top__sub:last-child, .brief-course .intro-course__sub .list-brief__top__sub:last-child, .intro-course__sub .instructor-info__college:last-child, .intro-course__sub .instructor-info__sub:last-child, .intro-course__sub .instructor-goals__list:last-child {
  margin-bottom: 0;
}

.intro-course__col {
  margin-bottom: 33px;
}

@media (max-width: 1199px) {
  .intro-course__col {
    margin-bottom: 20px;
  }
}

.intro-course__col .intro-course__wapper {
  margin-bottom: 0;
  position: relative;
}

@media (max-width: 768px) {
  .intro-course__col .intro-course__wapper {
    margin-bottom: 25px;
  }
}

@media (max-width: 479px) {
  .intro-course__col .intro-course__wapper {
    margin-bottom: 20px;
  }
}

.intro-course__col .intro-course__wapper::before {
  content: '';
  display: block;
  padding-top: 63.8%;
}

.intro-course__col .intro-course__wapper__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.intro-course__col__list-sub .text-sub, .intro-course__col__list-sub .brief-course__sub, .intro-course__col__list-sub .brief-course .list-brief__top__sub, .brief-course .intro-course__col__list-sub .list-brief__top__sub, .intro-course__col__list-sub .instructor-info__college, .intro-course__col__list-sub .instructor-info__sub, .intro-course__col__list-sub .instructor-goals__list {
  margin-bottom: 20px;
}

@media (max-width: 479px) {
  .intro-course__col__list-sub .text-sub, .intro-course__col__list-sub .brief-course__sub, .intro-course__col__list-sub .brief-course .list-brief__top__sub, .brief-course .intro-course__col__list-sub .list-brief__top__sub, .intro-course__col__list-sub .instructor-info__college, .intro-course__col__list-sub .instructor-info__sub, .intro-course__col__list-sub .instructor-goals__list {
    margin-bottom: 15px;
    font-size: 14px;
  }
}

.intro-course__col__list-sub .text-sub:last-child, .intro-course__col__list-sub .brief-course__sub:last-child, .intro-course__col__list-sub .brief-course .list-brief__top__sub:last-child, .brief-course .intro-course__col__list-sub .list-brief__top__sub:last-child, .intro-course__col__list-sub .instructor-info__college:last-child, .intro-course__col__list-sub .instructor-info__sub:last-child, .intro-course__col__list-sub .instructor-goals__list:last-child {
  margin-bottom: 0;
}

.intro-course__item__title {
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  color: #42495b;
}

.intro-course__section {
  border-top: solid 1px #f2f2f2;
  padding-top: 100px;
}

@media (max-width: 768px) {
  .intro-course__section {
    padding-top: 40px;
  }
}

@media (max-width: 479px) {
  .intro-course__section {
    padding-top: 20px;
  }
}

.intro-course__section:last-child {
  padding-bottom: 0;
}

.intro-course__section__title {
  margin-bottom: 22px;
  font-size: 32px;
  line-height: 1.5;
  text-align: left;
  color: #42495b;
}

@media (max-width: 768px) {
  .intro-course__section__title {
    margin-bottom: 15px;
  }
}

.comments__list {
  margin-bottom: 24px;
}

.comments__item {
  padding-bottom: 37px;
  margin-bottom: 31px;
  border-bottom: solid 1px #f2f2f2;
}

@media (max-width: 768px) {
  .comments__item {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

@media (max-width: 479px) {
  .comments__item {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}

.comments__item:last-child {
  margin-bottom: 0;
}

.comments__item__info {
  font-size: 0;
  margin-bottom: 4px;
}

.comments__item__name, .comments__item__time {
  display: inline-block;
  width: 50%;
}

.comments__item__time {
  text-align: right;
  font-size: 14px;
}

.comments__item__name {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  color: #42495b;
  text-transform: uppercase;
}

.comments__item .text-sub, .comments__item .brief-course__sub, .comments__item .brief-course .list-brief__top__sub, .brief-course .comments__item .list-brief__top__sub, .comments__item .instructor-info__college, .comments__item .instructor-info__sub, .comments__item .instructor-goals__list {
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .comments__item .text-sub, .comments__item .brief-course__sub, .comments__item .brief-course .list-brief__top__sub, .brief-course .comments__item .list-brief__top__sub, .comments__item .instructor-info__college, .comments__item .instructor-info__sub, .comments__item .instructor-goals__list {
    margin-bottom: 0;
  }
}

@media (max-width: 479px) {
  .comments__item .text-sub, .comments__item .brief-course__sub, .comments__item .brief-course .list-brief__top__sub, .brief-course .comments__item .list-brief__top__sub, .comments__item .instructor-info__college, .comments__item .instructor-info__sub, .comments__item .instructor-goals__list {
    margin-bottom: 15px;
    font-size: 14px;
  }
}

.comments__item .column-left__link {
  font-size: 10px;
}

.comments__reply {
  padding-left: 70px;
}

@media (max-width: 768px) {
  .comments__reply {
    padding-left: 34px;
  }
}

.comments__reply__item {
  padding-top: 37px;
}

@media (max-width: 768px) {
  .comments__reply__item {
    padding-top: 20px;
  }
}

@media (max-width: 479px) {
  .comments__reply__item {
    padding-top: 15px;
  }
}

.comments__view-more {
  text-align: right;
}

.comments__view-more .list-course__header__icon {
  margin-left: 16px;
}

.comments-form {
  border: 0;
}

.comments-form .intro-course__section__title {
  margin-bottom: 9px;
}

.comments-form .text-sub, .comments-form .brief-course__sub, .comments-form .brief-course .list-brief__top__sub, .brief-course .comments-form .list-brief__top__sub, .comments-form .instructor-info__college, .comments-form .instructor-info__sub, .comments-form .instructor-goals__list {
  margin-bottom: 37px;
}

@media (max-width: 768px) {
  .comments-form .text-sub, .comments-form .brief-course__sub, .comments-form .brief-course .list-brief__top__sub, .brief-course .comments-form .list-brief__top__sub, .comments-form .instructor-info__college, .comments-form .instructor-info__sub, .comments-form .instructor-goals__list {
    margin-bottom: 20px;
  }
}

@media (max-width: 479px) {
  .comments-form .text-sub, .comments-form .brief-course__sub, .comments-form .brief-course .list-brief__top__sub, .brief-course .comments-form .list-brief__top__sub, .comments-form .instructor-info__college, .comments-form .instructor-info__sub, .comments-form .instructor-goals__list {
    font-size: 14px;
  }
}

@media (max-width: 479px) {
  .comments-form .input-item {
    margin-bottom: 10px;
  }
}

.comments-form .input-textarea {
  margin-bottom: 30px;
  min-height: 138px;
  padding: 9px 28px 9px 12px;
  resize: none;
  line-height: 1.2;
}

@media (max-width: 768px) {
  .comments-form .input-textarea {
    margin-bottom: 20px;
  }
}

@media (max-width: 479px) {
  .comments-form .input-textarea {
    margin-bottom: 10px;
    min-height: 100px;
  }
}

@media (max-width: 479px) {
  .comments-form .btn-green {
    display: block;
    margin: 0 auto;
  }
}

/*=============================================
2.16 Instructor details page
=============================================*/
.instructor-details {
  margin: 60px 0;
}

@media (max-width: 768px) {
  .instructor-details {
    margin: 60px 0;
  }
}

.instructor-details__item {
  margin-bottom: 100px;
}

@media (max-width: 768px) {
  .instructor-details__item {
    margin-bottom: 40px;
  }
}

.instructor-details__item:last-child {
  margin-bottom: 0;
}

.instructor-details__title {
  font-size: 50px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #42495b;
  margin-bottom: 32px;
}

@media (max-width: 768px) {
  .instructor-details__title {
    font-size: 40px;
  }
}

@media (max-width: 600px) {
  .instructor-details__title {
    font-size: 32px;
  }
}

@media (max-width: 768px) {
  .instructor-left {
    margin-bottom: 60px;
  }
}

@media (max-width: 479px) {
  .instructor-left {
    margin-bottom: 40px;
  }
}

.instructor-info__top {
  margin-bottom: 32px;
}

@media (max-width: 768px) {
  .instructor-info__top {
    margin-bottom: 30px;
  }
}

@media (max-width: 479px) {
  .instructor-info__top {
    margin-bottom: 20px;
    text-align: center;
  }
}

@media (max-width: 375px) {
  .instructor-info__top {
    margin-bottom: 15px;
  }
}

.instructor-info .instructor-details__title {
  font-size: 22px;
  margin-bottom: 1px;
}

.instructor-info__wapper, .instructor-info__content {
  display: inline-block;
  vertical-align: top;
}

.instructor-info__content {
  width: -webkit-calc(100% - 205px);
  width: calc(100% - 205px);
}

@media (max-width: 479px) {
  .instructor-info__content {
    width: 100%;
  }
}

.instructor-info__wapper {
  width: 150px;
  height: 150px;
  margin-right:20px;
}

@media (max-width: 479px) {
  .instructor-info__wapper {
    margin: 0 0 10px;
  }
}

.instructor-info__college {
  margin-bottom: 0px;
}

@media (max-width: 479px) {
  .instructor-info__college {
    text-align: center;
  }
}

.instructor-info__asocial .asocials__link {
  color: #cacaca;
}

.instructor-info__asocial .asocials__link:hover {
  background-color: #0ab681;
  color: #fdfdfd;
  -webkit-box-shadow: -0.2px 3px 16px 0 #ebebeb;
          box-shadow: -0.2px 3px 16px 0 #ebebeb;
}

.instructor-info__saying {
  margin-bottom: 24px;
  font-size: 22px;
  text-align: left;
  color: #42495b;
}

@media (max-width: 479px) {
  .instructor-info__saying {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

@media (max-width: 479px) {
  .instructor-info__saying {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

.instructor-info__sub {
  margin-bottom: 24px;
}

.instructor-info__sub:last-child {
  margin-bottom: 0;
}

@media (max-width: 479px) {
  .instructor-info__sub {
    font-size: 14px;
    margin-bottom: 15px;
  }
}

.instructor-skill__list {
  padding-right: 100px;
}

@media (max-width: 479px) {
  .instructor-skill__list {
    padding-right: 0;
  }
}

.instructor-skill__item {
  margin-bottom: 20px;
}

.instructor-skill__item:last-child {
  margin-bottom: 0;
}

.instructor-skill__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: capitalize;
}

.instructor-goals__sub {
  margin-bottom: 18px;
}

.instructor-goals__sub:last-child {
  margin-bottom: 0;
}

@media (max-width: 479px) {
  .instructor-goals__sub {
    font-size: 14px;
    margin-bottom: 15px;
  }
}

.instructor-goals__list-goal {
  margin-bottom: 21px;
}

.instructor-goals__list-goal__item {
  position: relative;
  padding: 7px 34px;
}

@media (max-width: 479px) {
  .instructor-goals__list-goal__item {
    padding: 3px 24px;
    font-size: 14px;
  }
}

.instructor-goals__list-goal__item::before {
  font-family: Flaticon;
  content: '\f14b';
  position: absolute;
  left: 0;
  color: #333146;
}

@media (max-width: 768px) {
  .instructor-right {
    font-size: 0;
  }
}

.instructor-right__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px;
}

@media (max-width: 479px) {
  .instructor-right__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 15px;
  }
}

@media (max-width: 479px) {
  .instructor-right__top .list-course__view-more {
    margin-left: auto;
    margin-top: 10px;
  }
}

.instructor-right__top__title {
  font-size: 32px;
  line-height: 1.5;
  text-align: left;
  color: #42495b;
}

.instructor-right__top__link {
  font-size: 14px;
  font-weight: bold;
  color: #2d7dfa;
  text-transform: uppercase;
}

.instructor-right__top__link:hover {
  color: #266ee1;
}

.instructor-right .course .courses__content__info {
  display: block;
}

.instructor-right .blog .courses__content__title {
  margin-bottom: 7px;
}

.instructor-right .blog .courses__content__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.instructor-right__item {
  margin-bottom: 80px;
  font-size: 0;
}

@media (max-width: 768px) {
  .instructor-right__item {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 15px;
    margin-bottom: 0;
  }
}

@media (max-width: 600px) {
  .instructor-right__item {
    display: block;
    width: 100%;
    padding: 15px 0;
    margin-bottom: 30px;
  }
}

.instructor-right__item:last-child {
  margin-bottom: 0;
}

.instructor-right__item .courses__top, .instructor-right__item .courses__content {
  display: inline-block;
  vertical-align: top;
}

.instructor-right__item .courses__item {
  margin-bottom: 24px;
}

.instructor-right__item .courses__item:last-child {
  margin-bottom: 0;
}

.instructor-right__item .courses__top {
  width: 101px;
}

.instructor-right__item .courses__top__wapper {
  margin-top: 5px;
}

.instructor-right__item .courses__col-left, .instructor-right__item .courses__right {
  vertical-align: bottom;
}

.instructor-right__item .courses__content {
  width: -webkit-calc(100% - 101px);
  width: calc(100% - 101px);
  padding: 0;
  padding-left: 19px;
  -webkit-border-radius: unset;
          border-radius: unset;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  background-color: #fff;
}

.instructor-right__item .courses__content__title {
  font-size: 18px;
  margin-bottom: 0;
}

@media (max-width: 479px) {
  .instructor-right__item .courses__content__title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

@media (max-width: 479px) {
  .instructor-right__item .courses__content__price {
    font-size: 16px;
  }
}

.instructor-right__item .courses__content__icon {
  margin-right: 5px;
}

.instructor-right__item .courses__content__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.instructor-right__item .courses__info__item {
  display: inline-block;
  font-size: 12px;
}

/*=======================================
2.17 Blog details sidebar
=======================================*/
.blog-details-sidebar .info-course__item {
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.86;
  letter-spacing: 0.2px;
  text-align: left;
  color: #42495b;
}

.blog-details-sidebar .text-sub, .blog-details-sidebar .brief-course__sub, .blog-details-sidebar .brief-course .list-brief__top__sub, .brief-course .blog-details-sidebar .list-brief__top__sub, .blog-details-sidebar .instructor-info__college, .blog-details-sidebar .instructor-info__sub, .blog-details-sidebar .instructor-goals__list {
  margin-bottom: 10px;
}

.blog-details-sidebar .intro-course {
  padding-bottom: 0;
}

@media (max-width: 768px) {
  .blog-details-sidebar .intro-course {
    padding-bottom: 60px;
  }
}

.blog-details-sidebar .intro-course__item__title {
  margin-bottom: 9px;
}

.blog-details-sidebar .intro-course__col__item .text-sub, .blog-details-sidebar .intro-course__col__item .brief-course__sub, .blog-details-sidebar .intro-course__col__item .brief-course .list-brief__top__sub, .brief-course .blog-details-sidebar .intro-course__col__item .list-brief__top__sub, .blog-details-sidebar .intro-course__col__item .instructor-info__college, .blog-details-sidebar .intro-course__col__item .instructor-info__sub, .blog-details-sidebar .intro-course__col__item .instructor-goals__list {
  margin-bottom: 0;
}

.blog-details-sidebar .intro-course__wapper {
  margin-bottom: 22px;
}

.blog-details-sidebar .intro-course__wapper::before {
  padding-top: 58.26%;
}

@media (max-width: 768px) {
  .blog-details-sidebar .intro-course__wapper {
    margin-bottom: 20px;
  }
}

@media (max-width: 479px) {
  .blog-details-sidebar .intro-course__wapper {
    margin-bottom: 15px;
  }
}

.blog-details-sidebar .intro-course__col {
  margin-bottom: 52px;
}

.blog-details-sidebar .intro-course__col .intro-course__wapper {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .blog-details-sidebar .intro-course__col .intro-course__wapper {
    margin-bottom: 20px;
  }
}

@media (max-width: 479px) {
  .blog-details-sidebar .intro-course__col .intro-course__wapper {
    margin-bottom: 15px;
  }
}

@media (max-width: 768px) {
  .blog-details-sidebar .intro-course__col {
    margin-bottom: 40px;
  }
}

@media (max-width: 479px) {
  .blog-details-sidebar .intro-course__col {
    margin-bottom: 30px;
  }
}

.blog-details-sidebar .comments {
  padding-bottom: 0;
}

@media (max-width: 768px) {
  .bg-details-right {
    font-size: 0;
    margin: 0 -15px;
  }
}

@media (max-width: 479px) {
  .bg-details-right {
    font-size: 0;
    margin: 0;
  }
}

.bg-details-right__item {
  margin-bottom: 48px;
}

@media (max-width: 768px) {
  .bg-details-right__item {
    margin-bottom: 30px;
    display: inline-block;
    width: 50%;
    vertical-align: top;
    padding: 0 15px;
  }
}

@media (max-width: 479px) {
  .bg-details-right__item {
    margin-bottom: 20px;
    display: block;
    width: 100%;
    padding: 0;
  }
}

.bg-details-right__item:last-child {
  margin-bottom: 0;
}

.bg-details-right__item .list-catagories__item {
  margin-bottom: 15px;
}

.bg-details-right__item .list-catagories__item:last-child {
  margin-bottom: 0;
}

.bg-details-right__item .list-catagories__item .list-catagories__link {
  color: #868686;
}

.bg-details-right__item .list-catagories__item .list-catagories__link:hover, .bg-details-right__item .list-catagories__item .list-catagories__link:focus, .bg-details-right__item .list-catagories__item .list-catagories__link.active {
  color: #0ab681;
}

.bg-details-right .instructor-right__item {
  margin-bottom: 58px;
}

@media (max-width: 768px) {
  .bg-details-right .instructor-right__item {
    padding: 0 15px;
  }
}

@media (max-width: 479px) {
  .bg-details-right .instructor-right__item {
    padding: 0;
    margin-bottom: 20px;
  }
}

.bg-details-right .column-left__title {
  margin-bottom: 24px;
}

@media (max-width: 768px) {
  .bg-details-right .column-left__title {
    display: block;
    margin-bottom: 20px;
  }
}

.bg-details-right .courses__content__title {
  margin-bottom: 7px;
}

.history-twitter__item {
  margin-bottom: 31px;
  font-family: Roboto;
  font-size: 16px;
  letter-spacing: 0.2px;
  text-align: left;
}

.history-twitter__item:last-child {
  margin-bottom: 0;
}

.history-twitter__item a {
  display: inline-block;
  padding: 0 5px;
  color: #0ab681;
}

.history-twitter__item__top {
  position: relative;
  padding-left: 15px;
  margin-bottom: 3px;
}

.history-twitter__item__top::before {
  font-family: Flaticon;
  content: '\f136';
  position: absolute;
  left: 0;
  top: 0;
  color: #0ab681;
}

/*=============================================
2.5 Home 2 page
=============================================*/
.home02 header .nav-right--login {
  display: none;
}

.home02 header .nav-right--notlogin {
  display: inline-block;
}

.home02 .footer {
  background-color: unset;
  position: relative;
}

.home02 .footer #video-background {
  display: block;
}

.home02 .footer__top {
  display: block;
  position: relative;
  z-index: 10;
}

.home02 .footer::after {
  content: '';
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(66, 73, 91, 0.44)), to(#273341));
  background-image: -webkit-linear-gradient(top, rgba(66, 73, 91, 0.44), #273341);
  background-image: linear-gradient(to bottom, rgba(66, 73, 91, 0.44), #273341);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/*==============================
=            1.Banner            =
==============================*/
.banner {
  position: relative;
  width: 100%;
  height: 520px;
  z-index: 3;
  overflow: hidden;
}

.banner.played .banner-wall {
  display: none;
}

.banner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(92, 176, 235, 0.65)), to(#2f78d2));
  background-image: -webkit-linear-gradient(right, rgba(92, 176, 235, 0.65), #2f78d2);
  background-image: linear-gradient(to left, rgba(92, 176, 235, 0.65), #2f78d2);
  z-index: 2;
}

.banner .banner-wall {
  width: 50%;
  margin-left: auto;
  z-index: 2;
}

@media (max-width: 991px) {
  .banner .banner-wall {
    display: none;
  }
}

.banner .flex-video {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.banner .flex-video video {
  min-width: 100%;
  min-height: 100%;
  -webkit-transition: opacity .5s, visibility .5s;
  transition: opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
}

.banner .banner-wrapper {
  height: 520px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.banner .banner-box {
  position: relative;
  width: 400px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 3;
}

.banner .banner-box .btn-play-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.banner .banner-box .btn-play-group button {
  width: 190px;
}

@media (max-width: 767px) {
  .banner .banner-box .btn-play-group button {
    margin-top: 10px;
    height: 48px;
  }
}

@media (max-width: 767px) {
  .banner .banner-box .btn-play-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.banner .banner-box h2 {
  font-size: 55px;
  line-height: 1.18;
  color: #fff;
  margin-bottom: 23px;
}

@media (max-width: 767px) {
  .banner .banner-box h2 {
    font-size: 45px;
  }
}

.banner .banner-box p {
  color: #fff;
  margin-bottom: 45px;
  max-width: 350px;
}

/*=====  End of 1.Banner  ======*/
/*=================================
=            2.Benefit            =
=================================*/
.section-benefit {
  padding: 100px 0;
  background: #fff;
}

.section-benefit .card-main-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  margin-left: -15px;
  margin-right: -15px;
}

@media (max-width: 991px) {
  .section-benefit .card-main-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.section-benefit .card-main-list .card-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0%;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  margin: 0 15px;
}

@media (max-width: 767px) {
  .section-benefit .card-main-list .card-item + .card-item {
    margin-top: 30px;
  }
}

.section-benefit .card-main-list .card-item h4 {
  margin-bottom: 16px;
}

.section-benefit .card-main-list .card-item .card-title {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 32px;
  color: #42495b;
}

@media (max-width: 479px) {
  .section-benefit .card-main-list .card-item .card-title {
    font-size: 22px;
    margin-bottom: 10px;
  }
}

.section-benefit .card-main-list .card-item .card-text {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.2px;
  color: #868686;
}

.section-benefit .card-main-list .card-item .card-item__top {
  padding: 0 10px;
  max-width: 200px;
  max-height: 160px;
  width: auto;
  height: auto;
}

.section-benefit .card-main-list .card-item .card-item__body {
  padding-top: 40px;
}

/*=====  End of 2.Benefit  ======*/
/*=================================
=            3.Carousel-slide     =
=================================*/
.section-carousel-slide {
  background: #ddf1ff;
  padding: 100px 0;
}

@media (max-width: 1199px) {
  .section-carousel-slide {
    padding: 80px 0;
  }
}

@media (max-width: 600px) {
  .section-carousel-slide {
    padding: 50px 0;
  }
}

.carousel-slide-item {
  display: table;
  width: 100%;
}

.carousel-slide-item:focus {
  outline: none;
}

.carousel-slide-item .carousel-holder-img, .carousel-slide-item .carousel-info {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
}

.carousel-slide-item .carousel-holder-img {
  width: 53%;
}

@media (max-width: 767px) {
  .carousel-slide-item .carousel-holder-img {
    display: block;
    width: 100%;
  }
}

.carousel-slide-item .carousel-holder-img::before {
  display: block;
  content: "";
  padding-top: 61%;
}

.carousel-slide-item .carousel-holder-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: none;
  width: auto;
  height: 100%;
}

.carousel-slide-item .carousel-holder-img .link {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.carousel-slide-item .carousel-info {
  background-color: #fff;
}

.carousel-slide-item .carousel-info .title-text {
  font-size: 32px;
  letter-spacing: -0.2px;
}

.carousel-slide-item .carousel-info h4 {
  margin-bottom: 23px;
}

@media (max-width: 991px) and (min-width: 768px) {
  .carousel-slide-item .carousel-info h4 {
    font-size: 24px !important;
    margin-bottom: 13px !important;
  }
}

.carousel-slide-item .carousel-info p {
  margin-bottom: 37px;
}

@media (max-width: 991px) and (min-width: 768px) {
  .carousel-slide-item .carousel-info p {
    font-size: 14px !important;
    margin-bottom: 15px !important;
  }
}

.carousel-slide-item .carousel-info .carousel-text-box {
  padding-left: 85px;
  padding-right: 40px;
}

@media (max-width: 1199px) {
  .carousel-slide-item .carousel-info .carousel-text-box {
    padding-left: 10% !important;
    padding-right: 8% !important;
  }
}

@media (max-width: 767px) {
  .carousel-slide-item .carousel-info .carousel-text-box {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}

/*=====  End of 3.Carousel-slide  ======*/
.section-carousel-slide, .section-specializationsl,
.section-feature-course, .section-our-feature {
  margin-bottom: 100px;
}

.header-section {
  position: relative;
  margin-bottom: 60px;
}

.header-section h2 {
  font-size: 50px;
  text-align: center;
}

@media (max-width: 575px) {
  .header-section h2 {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  .header-section {
    margin-bottom: 40px;
  }
}

@media (max-width: 479px) {
  .header-section {
    margin-bottom: 20px;
  }
}

/*========================================
=            4.Specializations           =
========================================*/
.section-specializationsl .card-slide-top {
  margin: 0 -15px;
}

.section-specializationsl .header-section .view-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 767px) {
  .section-specializationsl .header-section .view-wrapper {
    top: 100% !important;
    -webkit-transform: translateY(50%) !important;
        -ms-transform: translateY(50%) !important;
            transform: translateY(50%) !important;
  }
}

.section-specializationsl .header-section .view-wrapper .view-text {
  font-size: 14px;
  font-weight: 700;
  color: #0ab681;
}

.section-specializationsl .header-section .view-wrapper .view-text:hover {
  color: #079072;
}

.section-specializationsl .header-section .view-wrapper .mini-oval {
  margin-left: 16px;
}

@media (max-width: 479px) {
  .section-specializationsl .courses__list {
    padding-top: 20px;
  }
}

/*=====  End of 4.Specializations  ======*/
/*========================================
=            5.Feature Course            =
========================================*/
.section-feature-course .feature-wrapper {
  position: relative;
  padding-bottom: 60px;
  margin-bottom: 10px;
}

.section-feature-course .feature-wrapper::after {
  content: '';
  position: absolute;
  width: 270px;
  height: 2px;
  border: solid 1px #0ab681;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: translateX(-30px);
      -ms-transform: translateX(-30px);
          transform: translateX(-30px);
}

@media (max-width: 575px) {
  .section-feature-course .feature-wrapper::after {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

@media (max-width: 991px) {
  .section-feature-course .feature-wrapper img {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .section-feature-course .feature-wrapper .feature-boss {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media (max-width: 991px) {
  .section-feature-course .feature-col {
    float: none;
    margin-top: 30px;
  }
}

@media (max-width: 575px) {
  .section-feature-course .feature-col .card-feature p {
    margin-top: 65%;
    text-align: center;
  }
}

@media (max-width: 575px) and (min-width: 375px) {
  .section-feature-course .feature-col .card-feature .bundle-badge-big {
    padding: 8px 60px;
  }
}

@media (max-width: 991px) {
  .section-feature-course .feature-col-mid {
    float: none;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
}

@media (max-width: 575px) {
  .section-feature-course .feature-col-mid .card-feature h3 {
    font-size: 20px;
  }
}

.section-feature-course .card-feature {
  position: relative;
  overflow: hidden;
}

.section-feature-course .card-feature .card-bg {
  -webkit-transform: skewY(-15deg);
      -ms-transform: skewY(-15deg);
          transform: skewY(-15deg);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 28%;
  background: #2f78d2;
}

.section-feature-course .card-feature .card-feature-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 25px 20px;
}

.section-feature-course .card-feature .card-feature-overlay-mid {
  padding: 20px 20px 25px 20px !important;
}

.section-feature-course .card-feature .title-text {
  font-size: 32px;
  font-weight: 400;
}

.section-feature-course .card-feature h3 {
  max-width: 392px;
  margin-right: auto;
}

.section-feature-course .card-feature p {
  margin-top: 52%;
  font-size: 22px;
  font-weight: 800;
  color: #fff;
}

@media (max-width: 991px) and (min-width: 768px) {
  .section-feature-course .card-feature p {
    margin-top: 60%;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .section-feature-course .card-feature p {
    font-size: 17px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .section-feature-course .card-feature .bundle-badge-big {
    width: auto;
    height: auto;
    padding: 5px 60px;
  }
}

.section-feature-course .card-feature .bundle-badge {
  position: absolute;
  bottom: 25px;
  padding: 5px 50px;
}

.section-feature-course .button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-feature-course .card-slide {
  position: relative;
  padding-top: 60px;
  margin-bottom: 5px;
}

.section-feature-course .card-slide::after {
  content: '';
  position: absolute;
  width: 270px;
  height: 2px;
  border: solid 1px #0ab681;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media (max-width: 1199px) {
  .section-feature-course .card-slide .slick-slider.slick-dotted {
    margin-bottom: 55px;
  }
}

.section-feature-course .card-slide-bot {
  margin: 0 -15px;
}

.section-subscribe {
  margin-top: 100px;
  width: 100%;
  height: 244px;
  background: url("../img/home-2/Sub.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media (max-width: 575px) {
  .section-subscribe {
    height: 350px !important;
  }
}

.section-subscribe .section-subscribe-wrapper {
  height: 244px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 575px) {
  .section-subscribe .section-subscribe-wrapper {
    height: 350px !important;
  }
}

@media (max-width: 1199px) {
  .section-subscribe .section-subscribe-wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.section-subscribe .section-subscribe-wrapper-left, .section-subscribe .section-subscribe-wrapper-right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

@media (max-width: 1199px) {
  .section-subscribe .section-subscribe-wrapper-left, .section-subscribe .section-subscribe-wrapper-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .section-subscribe .section-subscribe-wrapper-right {
    padding: 0 !important;
  }
}

@media (max-width: 1199px) {
  .section-subscribe .section-subscribe-wrapper-right {
    padding: 0 150px;
  }
}

.section-subscribe .title-text {
  font-size: 40px;
  color: #fff;
  letter-spacing: -0.3px;
}

.section-subscribe h3 {
  margin-bottom: 8px;
}

@media (max-width: 575px) {
  .section-subscribe h3 {
    font-size: 34px;
  }
}

.section-subscribe p {
  font-size: 18px;
  color: #fff;
}

@media (max-width: 575px) {
  .section-subscribe p {
    font-size: 16px;
  }
}

@media (max-width: 1199px) {
  .section-subscribe p, .section-subscribe h3 {
    text-align: center;
  }
}

.section-subscribe input {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  color: #868686;
  max-width: 400px;
  padding: 13px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  height: 100%;
}

@media (max-width: 1199px) {
  .section-subscribe input {
    max-width: initial;
  }
}

.section-subscribe form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

@media (max-width: 575px) {
  .section-subscribe form {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.section-subscribe .button-default {
  margin-left: 8px;
  padding: 13px 47px;
  font-size: 14px;
  font-weight: 800;
}

@media (max-width: 575px) {
  .section-subscribe .button-default {
    width: 100%;
    margin-left: 0 !important;
    margin-top: 8px;
  }
}

/*=====  End of 5.Feature Course  ======*/
/*=============================================
=            6.Our feature            =
=============================================*/
@media (max-width: 991px) {
  .section-our-feature .card-lib {
    margin-top: -30px;
  }
}

@media (max-width: 991px) {
  .section-our-feature .col-card {
    margin-top: 30px;
  }
}

.section-our-feature .card {
  position: relative;
  min-width: 0;
  word-wrap: break-word;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background-color: #fdfdfd;
  border: solid 1px #e8e8e8;
}

.section-our-feature .card:hover {
  -webkit-box-shadow: -0.2px 3px 16px 0 #ebebeb;
          box-shadow: -0.2px 3px 16px 0 #ebebeb;
}

.section-our-feature .card:hover::after {
  left: 0;
  width: 100%;
  right: 0;
}

.section-our-feature .card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 50%;
  height: 3px;
  width: 0%;
  background-color: #2f78d2;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.section-our-feature .card .card-body {
  padding: 20px;
}

.section-our-feature .card .card-title {
  margin-bottom: 6px;
}

.section-our-feature .card .title-text {
  font-size: 22px;
}

/*=====  End of 6.Section comment block  ======*/
/*=======================================
2.18 404 Page
=======================================*/
.page-404 header .nav-right--login {
  display: none;
}

.page-404 header .nav-right--notlogin {
  display: block !important;
}

.sc-main-content {
  display: table;
  width: 100%;
  height: 80vh;
}

.sc-main-content .s-content-wrapper {
  display: table-cell;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .sc-main-content {
    height: auto;
  }
  .sc-main-content .s-content-wrapper {
    display: block;
    padding: 20% 15%;
  }
}

.sc-404-page {
  height: auto;
  width: 100%;
  background: url("../img/404/point-background.png");
  background-repeat: no-repeat;
  background-position: center 46%;
}

@media (max-width: 991px) {
  .sc-404-page {
    background-size: 700px 440px;
    background-position: 65% 45%;
  }
}

@media (max-width: 575px) {
  .sc-404-page {
    background: none;
  }
}

.sc-404-page__box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.sc-404-page__box .sc-404-page__box__wrapper-img {
  margin-bottom: 10px;
}

.sc-404-page__box .content-text {
  margin-bottom: 30px;
  font-size: 18px;
  color: #42495b;
}

@media (max-width: 575px) {
  .sc-404-page__box .content-text {
    font-size: 16px;
  }
}

.sc-404-page__box .btn-green {
  min-width: 190px;
}

/*=============================================
2.19 Coming soon page
=============================================*/
.sc-coming-page {
  min-height: 100vh;
  width: 100%;
  background: url(../img/comming-soon/background-comming.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 76% center;
}

@media (max-width: 575px) {
  .sc-coming-page {
    background-position: 63% center;
  }
}

.sc-main-content-cm {
  display: table;
  width: 100%;
  height: 100vh;
}

.sc-main-content-cm .s-content-wrapper-cm {
  display: table-cell;
  vertical-align: middle;
}

.coming-page__box {
  max-width: 756px;
}

.coming-page__box .title-text-sub {
  font-size: 22px;
}

.coming-page__box__top {
  margin-bottom: 96px;
}

.coming-page__box__top h1 {
  margin-bottom: 4px;
}

.coming-page__box__top h5 {
  margin-bottom: 19px;
}

.coming-page__box__top h1.title-text {
  font-size: 80px;
  font-weight: 800;
  color: #0ab681;
}

@media (max-width: 575px) {
  .coming-page__box__top h1.title-text {
    font-size: 54px;
  }
}

.coming-page__box__bottom h5 {
  margin-bottom: 39px;
}

.coming-soon-countdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  margin: 0 -15px;
}

@media (max-width: 767px) {
  .coming-soon-countdown {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.coming-soon-countdown .main-count-wrapper {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  position: relative;
  padding: 0 15px;
}

@media (max-width: 767px) {
  .coming-soon-countdown .main-count-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

.coming-soon-countdown .main-count span.count {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 50px;
  font-weight: 800;
  line-height: 1.4;
  color: #0ab681;
}

@media (max-width: 575px) {
  .coming-soon-countdown .main-count span.count {
    font-size: 40px;
  }
}

.coming-soon-countdown .main-count span.stat-label {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.2px;
  color: #868686;
  margin-left: 10px;
}

/*=============================================
2.20 Contact Page
=============================================*/
.contact-page__wrapper {
  margin-top: 100px;
  margin-bottom: 100px;
}

@media (max-width: 1199px) {
  .contact-page__wrapper {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .contact-page__wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.contact-page__breadcrumb .active {
  color: #0ab681 !important;
}

.contact-page__breadcrumb .breadcrumb__link {
  text-transform: initial !important;
}

.contact-page__breadcrumb .breadcrumb__link:hover:not(.active) {
  color: #0ab681 !important;
}

.cotact-page__box h4 {
  margin-bottom: 16px;
}

.cotact-page__box .title-text {
  font-size: 32px;
  line-height: 1.5;
}

.cotact-page__box .icon-contact::before {
  font-size: 16px;
  color: #0ab681;
}

.contact-page__box__left {
  background-color: #e8f5fe;
  padding: 48px 72px 48px 69px;
}

@media (max-width: 1199px) {
  .contact-page__box__left {
    padding: 50px 60px;
  }
}

@media (max-width: 767px) {
  .contact-page__box__left {
    padding: 50px 30px;
  }
}

@media (max-width: 374px) {
  .contact-page__box__left {
    padding: 50px 15px;
  }
}

.contact-page__box__left .contact-header-l {
  margin-bottom: 22px;
}

.contact-page__box__left .contact-header-l .title-text {
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .contact-page__box__left form.contact-form .contact-form__group-name, .contact-page__box__left form.contact-form .contact-form__group-contact {
    margin-bottom: 0px !important;
  }
}

@media (max-width: 767px) {
  .contact-page__box__left form.contact-form .contact-form__group-name .form-group:not(textarea), .contact-page__box__left form.contact-form .contact-form__group-contact .form-group:not(textarea) {
    margin-bottom: 20px;
  }
}

.contact-page__box__left form.contact-form .contact-form__group-contact, .contact-page__box__left form.contact-form .contact-form__group-name, .contact-page__box__left form.contact-form .contact-form__mess {
  margin-bottom: 20px;
}

.contact-page__box__left form.contact-form .form-group {
  margin: 0;
}

.contact-page__box__left form.contact-form .form-control:not(textarea) {
  height: 48px;
}

.contact-page__box__left form.contact-form textarea {
  resize: vertical;
  min-height: 130px;
}

.contact-page__box__left form.contact-form .form-control {
  padding: 14px 12px;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  color: #868686;
  background: #fefefe;
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.contact-page__box__left form.contact-form .form-control:hover, .contact-page__box__left form.contact-form .form-control:focus {
  border: solid 1px #868686;
}

.contact-page__box__left form.contact-form .contact-form__button {
  width: 100%;
}

.contact-page__box__right {
  background-color: #e8f5fe;
  padding: 50px 32px 147px;
}

@media (max-width: 1199px) {
  .contact-page__box__right {
    padding: 50px 32px 35px;
  }
}

@media (max-width: 991px) {
  .contact-page__box__right {
    padding: 0 60px 50px;
  }
}

@media (max-width: 767px) {
  .contact-page__box__right {
    padding: 0 30px 50px;
  }
}

@media (max-width: 374px) {
  .contact-page__box__right {
    padding: 0 15px 50px;
  }
}

.contact-page__box__right .contact-connect-r {
  margin-top: 60px;
}

@media (max-width: 991px) {
  .contact-page__box__right .contact-connect-r {
    margin-top: 40px;
  }
}

.contact-page__box__right .contact-information li {
  position: relative;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.2px;
  color: #868686;
  white-space: nowrap;
  padding-left: 35px;
}

.contact-page__box__right .contact-information li .icon-contact {
  position: absolute;
  left: 0;
}

@media (max-width: 1199px) {
  .contact-page__box__right .contact-information li {
    white-space: initial;
  }
}

.contact-page__box__right .contact-information li + li {
  margin-top: 12px;
}

.contact-page__box__right .contact-connect {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1199px) {
  .contact-page__box__right .contact-connect {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media (max-width: 991px) and (min-width: 576px) {
  .contact-page__box__right .contact-connect {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (max-width: 991px) and (min-width: 576px) {
  .contact-page__box__right .contact-connect .contact-connect__item + .contact-connect__item {
    margin-left: 25px;
  }
}

.contact-page__box__right .contact-connect .contact-connect__item .contact-connect__link {
  display: block;
  text-align: center;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: rgba(9, 193, 153, 0.5);
}

.contact-page__box__right .contact-connect .contact-connect__item .contact-connect__link:hover {
  color: #0ab681;
  background: rgba(9, 193, 153, 0.08);
}

.contact-page__box__right .contact-connect .contact-connect__item .contact-connect__link .icon-connect::before {
  font-size: 14px;
}

.hidden-desktop {
  display: none;
}

@media (max-width: 767px) {
  .hidden-desktop {
    display: block;
  }
}

/*=============================================
2.21 Pricing table page
=============================================*/
.pricing-table-wrapper {
  margin: 100px 0;
}

@media (max-width: 767px) {
  .pricing-table-wrapper {
    margin: 80px 0;
  }
}

.pricing-table-main {
  margin-bottom: 100px;
}

.pricing-table-main__head {
  text-align: center;
  margin-bottom: 60px;
}

.pricing-table-main__head .title-text {
  font-size: 50px;
  line-height: 1.2;
  margin-bottom: 8px;
}

@media (max-width: 768px) {
  .pricing-table-main__head .title-text {
    font-size: 40px;
  }
}

.pricing-table-faq {
  margin: 0 auto;
}

.pricing-table-faq__head {
  text-align: center;
  margin-bottom: 60px;
}

.pricing-table-faq__head .title-text {
  font-size: 50px;
  line-height: 1.2;
}

@media (max-width: 768px) {
  .pricing-table-faq__head .title-text {
    font-size: 40px;
  }
}

.pricing-table-faq .faqs__item {
  margin-bottom: 30px;
}

/*=============================================
2.22 Partner listing page
=============================================*/
.partner-listing-wrapper {
  margin: 100px 0;
}

@media (max-width: 768px) {
  .partner-listing-wrapper {
    margin: 60px 0;
  }
}

@media (max-width: 479px) {
  .partner-listing-wrapper {
    margin: 40px 0;
  }
}

.partner-listing-header {
  text-align: center;
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .partner-listing-header {
    margin-bottom: 30px;
  }
}

@media (max-width: 479px) {
  .partner-listing-header {
    margin-bottom: 20;
  }
}

.partner-listing-header .title-text {
  font-size: 50px;
  line-height: 1.2;
  margin-bottom: 8px;
}

.partner-listing-header .content-text {
  margin-bottom: 24px;
}

@media (max-width: 479px) {
  .partner-listing-header .content-text {
    margin-bottom: 20;
  }
}

.menu-categori {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 72px;
}

@media (max-width: 1199px) {
  .menu-categori {
    padding: 0;
  }
}

@media (max-width: 768px) {
  .menu-categori {
    padding: 0 72px;
  }
}

@media (max-width: 479px) {
  .menu-categori {
    display: block;
  }
}

.menu-categori__item {
  position: relative;
  font-family: 'Nunito Sans',sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #42495b;
}

.menu-categori__item::before {
  display: inline-block;
  right: -12px;
  top: -3px;
  position: absolute;
  content: '.';
}

@media (max-width: 1199px) {
  .menu-categori__item::before {
    right: -30px;
  }
}

@media (max-width: 1199px) {
  .menu-categori__item::before {
    right: -60px;
  }
}

@media (max-width: 479px) {
  .menu-categori__item {
    margin-bottom: 5px;
  }
  .menu-categori__item::before {
    content: '';
  }
}

.menu-categori__item:last-child::before {
  content: '';
}

.partner-listing-main__sort {
  background-color: #fafafa;
  padding: 7px 20px;
  margin-bottom: 30px;
}

.partner-listing-main__sort .sort-left, .partner-listing-main__sort .sort-right {
  margin-top: 0;
}

@media (max-width: 479px) {
  .partner-listing-main__sort .sort-left {
    width: 100%;
    padding: 0 0 15px;
  }
}

.partner-listing-main__sort .sort-left .sort-by {
  margin-right: 0;
}

@media (max-width: 479px) {
  .partner-listing-main__sort .sort-left .sort-by {
    width: 100%;
  }
}

.partner-listing-main__sort .sort-left .list-sort {
  min-width: 100%;
}

@media (max-width: 479px) {
  .partner-listing-main__sort .sort-right {
    width: 100%;
    padding: 0;
  }
}

.partner-listing-main__sort .sort-right .sort-by {
  margin-right: 0;
}

@media (max-width: 479px) {
  .partner-listing-main__sort .sort-right .sort-by {
    width: 100%;
  }
}

.partner-listing-main__sort .sort-right .sort-by__text {
  width: 70px;
}

@media (max-width: 479px) {
  .partner-listing-main__sort .btn-dropdown {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .partner-listing-main__sort {
    padding: 15px;
  }
}

@media (max-width: 479px) {
  .university-menu {
    text-align: center;
  }
}

.university-menu__item {
  display: block;
  margin-bottom: 30px;
  background-color: #fff;
  border: solid 1px #d6d6d6;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #42495b;
}

.university-menu__item:hover {
  border: 1px solid transparent;
  -webkit-box-shadow: 0 3px 16px 0 rgba(234, 234, 234, 0.6);
          box-shadow: 0 3px 16px 0 rgba(234, 234, 234, 0.6);
  color: #42495b;
}

.university-menu__item .item-top {
  position: relative;
  padding: 30px 0;
}

.university-menu__item .item-top::before {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 100%;
}

.university-menu__item .item-top::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
  height: 2px;
  border: solid 1px rgba(232, 232, 232, 0.8);
}

.university-menu__item .item-body {
  padding: 30px 0;
  text-align: center;
}

/*===============================================
2.23 Course details
	2.23.1. banner-course-detail
===============================================*/
.banner-course-detail {
  position: relative;
  width: 100%;
  padding-top: 100px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .banner-course-detail {
    padding-top: 80px;
  }
}

.banner-course-detail .banner-top {
  position: relative;
  text-align: center;
  padding-bottom: 300px;
}

@media (max-width: 767px) {
  .banner-course-detail .banner-top {
    padding-bottom: 0;
  }
}

.banner-course-detail .banner-top h2 {
  font-size: 50px;
  line-height: 1.2;
  margin-bottom: 8px;
}

.banner-course-detail .banner-top p {
  font-size: 22px;
}

.banner-course-detail .banner-top .button-default {
  margin-top: 40px;
  font-size: 14px;
  padding: 14px 42px;
}

.banner-course-detail .banner-top .video {
  min-width: 100%;
  min-height: 100%;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

@media (max-width: 767px) {
  .banner-course-detail .banner-top__text {
    margin-bottom: 48px;
  }
}

.banner-course-detail .banner-top__video {
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 830px;
  max-height: 488px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .banner-course-detail .banner-top__video {
    max-height: 388px;
    max-width: 650px;
    height: auto;
    width: auto;
  }
}

@media (max-width: 767px) {
  .banner-course-detail .banner-top__video {
    max-width: none;
    width: 100%;
    height: auto;
    position: relative;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    left: unset;
    top: unset;
  }
}

.banner-course-detail .banner-top .icon-video-banner {
  line-height: 66px;
}

.banner-course-detail .banner-top .icon-video-banner::before {
  font-size: 15px;
  color: #42495b;
}

.banner-course-detail .banner-top .btn-play {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -38px;
  margin-top: -38px;
}

.banner-course-detail .banner-top .btn-play:focus {
  outline: none;
}

@media (max-width: 768px) {
  .banner-course-detail .banner-top h2 {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .banner-course-detail .banner-top h2 {
    font-size: 24px;
  }
}

.banner-course-detail .banner-bottom {
  padding-top: 300px;
  background-color: #fafafa;
  padding-bottom: 100px;
  /*@media (max-width: 768px) {
			padding-top: 250px;
			padding-bottom: 50px;
			}*/
}

@media (max-width: 767px) {
  .banner-course-detail .banner-bottom {
    padding-top: 100px;
  }
}

.banner-course-detail .banner-bottom .banner-bottom__text-group__item + .banner-bottom__text-group__item {
  margin-top: 32px;
}

.banner-course-detail .banner-bottom .banner-bottom__text-group__item .title-text {
  font-size: 32px;
  margin-bottom: 8px;
}

@media (max-width: 768px) {
  .banner-course-detail .banner-bottom .banner-bottom__text-group__item .title-text {
    font-size: 24px;
  }
}

.banner-course-detail .banner-bottom .banner-bottom__table {
  max-width: 400px;
  padding: 8px 65px 22px;
  height: auto;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background-color: #2d7dfa;
  margin-left: auto;
}

@media (max-width: 991px) {
  .banner-course-detail .banner-bottom .banner-bottom__table {
    max-width: none;
    width: 100%;
    margin-top: 80px;
  }
}

@media (max-width: 768px) {
  .banner-course-detail .banner-bottom .banner-bottom__table {
    padding: 15px 20px;
    margin-top: 40px;
  }
}

.banner-course-detail .banner-bottom .banner-bottom__table .text-main {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.banner-course-detail .banner-bottom .banner-bottom__table .text-white-bold {
  color: #fff;
  font-weight: bold;
}

.banner-course-detail .banner-bottom .banner-bottom__table .text-white-content {
  color: #fafafa;
}

.banner-course-detail .banner-bottom .banner-bottom__table .hd {
  margin-bottom: 16px;
}

.banner-course-detail .banner-bottom .banner-bottom__table .hd-sub {
  margin-bottom: 6px;
}

.banner-course-detail .banner-bottom .banner-bottom__table .banner-bottom__table__cell:not(:last-child) {
  border-bottom: 1px solid rgba(250, 250, 250, 0.23);
}

.banner-course-detail .banner-bottom .banner-bottom__table .banner-bottom__table__cell {
  padding: 32px 0;
}

/*=====  End of 1.banner-course-detail  ======*/
/*================================================
=            2.carousel-course-detail            =
================================================*/
.carousel-course-detail {
  background-color: #fff;
  margin-top: 100px;
}

@media (max-width: 768px) {
  .carousel-course-detail {
    margin-top: 60px;
  }
}

@media (max-width: 768px) {
  .carousel-course-detail {
    margin-top: 40px;
  }
}

.carousel-course-detail .carousel-slide .arrow {
  position: absolute;
  bottom: 280px;
  z-index: 4;
}

@media (max-width: 1024px) {
  .carousel-course-detail .carousel-slide .arrow {
    bottom: 10%;
  }
}

.carousel-course-detail .carousel-slide .arrow--left {
  right: 50%;
  margin-right: 8px;
}

.carousel-course-detail .carousel-slide .arrow--right {
  left: 50%;
  margin-left: 8px;
}

.carousel-course-detail .carousel-slide .icon-slide::before {
  font-size: 19px;
  color: #42495b;
}

@media (max-width: 767px) {
  .carousel-course-detail .carousel-slide__item__holder::before {
    padding-top: 80%;
  }
}

@media (max-width: 768px) {
  .carousel-course-detail .carousel-slide__item__holder .holder-wrapper {
    padding: 15px;
  }
}

@media (max-width: 991px) {
  .carousel-course-detail .carousel-slide__item__info {
    padding: 10%;
  }
}

@media (max-width: 768px) {
  .carousel-course-detail .carousel-slide__item__info {
    padding: 15px;
  }
}

/*=====  End of 2.carousel-course-detail  ======*/
/*======================================================
=            3.student-reviews-course-detail           =
======================================================*/
.student-reviews-course-detail {
  background-color: #fafafa;
  padding: 100px 0;
  margin-bottom: 100px;
}

.student-reviews-course-detail .student-reviews {
  position: relative;
}

.student-reviews-course-detail .student-reviews-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .student-reviews-course-detail .student-reviews-row .col-student-reviews {
    margin-top: 40px;
  }
  .student-reviews-course-detail .student-reviews-row .col-student-reviews:nth-child(-n + 3) {
    margin-top: 40px;
  }
  .student-reviews-course-detail .student-reviews-row .col-student-reviews:nth-child(-n + 2) {
    margin-top: 0;
  }
}

@media (max-width: 600px) {
  .student-reviews-course-detail .student-reviews-row .col-student-reviews {
    margin-top: 20px;
  }
  .student-reviews-course-detail .student-reviews-row .col-student-reviews:nth-child(-n + 2) {
    margin-top: 20px;
  }
  .student-reviews-course-detail .student-reviews-row .col-student-reviews:first-child {
    margin-top: 0;
  }
}

.student-reviews-course-detail .col-student-reviews {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333333%;
      -ms-flex: 0 0 33.33333333%;
          flex: 0 0 33.33333333%;
  padding: 0 15px;
  max-width: 33.33333333%;
  margin-top: 60px;
}

.student-reviews-course-detail .col-student-reviews:nth-child(-n + 3) {
  margin-top: 0;
}

@media (max-width: 991px) {
  .student-reviews-course-detail .col-student-reviews {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 600px) {
  .student-reviews-course-detail .col-student-reviews {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.student-reviews-course-detail .view-wrapper {
  display: block;
  text-align: right;
}

@media (max-width: 575px) {
  .student-reviews-course-detail .view-wrapper {
    bottom: 20px;
  }
}

.student-reviews-course-detail .view-wrapper .view-text {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #0ab681;
}

.student-reviews-course-detail .view-wrapper .mini-oval {
  margin-left: 16px;
}

.student-reviews-course-detail .student-reviews__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .student-reviews-course-detail .student-reviews__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
  }
}

.student-reviews-course-detail .student-reviews__header .title-text {
  font-size: 50px;
}

@media (max-width: 768px) {
  .student-reviews-course-detail .student-reviews__header .title-text {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .student-reviews-course-detail .student-reviews__header .title-text {
    font-size: 24px;
    text-align: center;
    margin-bottom: 40px;
  }
}

.student-reviews-course-detail .student-reviews__header .sort-right {
  float: none;
  margin: 0;
}

.student-reviews-course-detail .student-reviews__header .sort-right .sort-by {
  width: initial;
}

.student-reviews-course-detail .student-reviews__item .student-reviews__item__rating {
  margin-bottom: 24px;
}

.student-reviews-course-detail .student-reviews__item .student-reviews__item__rating .name {
  float: left;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #42495b;
}

.student-reviews-course-detail .student-reviews__item .student-reviews__item__rating .rating-start {
  float: right;
}

.student-reviews-course-detail .student-reviews__synthetic__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

.student-reviews-course-detail .student-reviews__synthetic__item .icon-star::before {
  font-size: 6px;
  color: #868686;
}

.student-reviews-course-detail .student-reviews__synthetic__item .stat-bar {
  width: 73%;
  height: 3px;
}

.student-reviews-course-detail .student-reviews__synthetic__item .number-star {
  margin-left: 4px;
}

.student-reviews-course-detail .student-reviews__synthetic__item .number-star, .student-reviews-course-detail .student-reviews__synthetic__item .stat-percent {
  font-family: 'Nunito Sans',sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #868686;
}

.student-reviews-course-detail .student-reviews__synthetic__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.student-reviews-course-detail .student-reviews__synthetic__header .title-text {
  font-size: 28px;
}

.student-reviews-course-detail .student-reviews__synthetic__header .rating-start, .student-reviews-course-detail .student-reviews__synthetic__header .number-per {
  margin-left: 16px;
}

@media (max-width: 768px) {
  .student-reviews-course-detail {
    padding: 50px 0;
  }
  .student-reviews-course-detail .view-wrapper {
    position: relative;
    bottom: 0;
  }
}

/*================  End of 3.  =======================*/
/*==================================================
=            4.card-price-course-detail            =
==================================================*/
.card-price-course-detail {
  background-color: #fff;
  margin-bottom: 100px;
}

.card-price-course-detail .card-price-header {
  margin-bottom: 80px;
}

.card-price-course-detail .card-price-header h2 {
  font-size: 50px;
  letter-spacing: -0.3px;
  text-align: center;
  line-height: 1.2;
}

.card-price-course-detail .card-price-header p {
  font-size: 22px;
  text-align: center;
}

.card-price-course-detail .card-price-menu {
  padding: 0 100px;
}

@media (max-width: 991px) {
  .card-price-course-detail .card-price-menu {
    padding: 0;
  }
}

@media (max-width: 768px) {
  .card-price-course-detail {
    margin-top: 50px;
  }
  .card-price-course-detail .card-price-header {
    margin-bottom: 40px;
  }
  .card-price-course-detail .card-price-header h2 {
    font-size: 36px;
  }
  .card-price-course-detail .card-price-header p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .card-price-course-detail .card-price-header {
    margin-bottom: 40px;
  }
  .card-price-course-detail .card-price-header h2 {
    font-size: 24px;
  }
}

/*=======  End of 4.card-price-course-detail =====*/
/*==========================
=            5.            =
==========================*/
.learning-table-course-detail {
  margin-bottom: 100px;
}

.learning-table-course-detail .learning-table-header .title-text {
  font-size: 50px;
  letter-spacing: -0.3px;
  text-align: center;
  line-height: 1.2;
}

.learning-table-course-detail .learning-table-menu {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .learning-table-course-detail {
    margin-top: 40px;
  }
  .learning-table-course-detail .learning-table-header .title-text {
    font-size: 36px;
  }
  .learning-table-course-detail .learning-table-menu {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .learning-table-course-detail .learning-table-header .title-text {
    font-size: 24px;
  }
}

/*=====  End of 5.  ======*/
/*==========================
=            6.            =
==========================*/
.ask-course-detail {
  background-color: #fff;
  margin-bottom: 100px;
}

.ask-course-detail .ask-course {
  position: relative;
}

.ask-course-detail .ask-course .view-wrapper {
  position: absolute;
  bottom: 0;
  right: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.ask-course-detail .ask-course .view-wrapper .view-text {
  font-size: 14px;
  font-weight: 700;
  color: #0ab681;
}

.ask-course-detail .ask-course .view-wrapper .mini-oval {
  margin-left: 16px;
}

.ask-course-detail .ask-course-header {
  margin-bottom: 28px;
}

.ask-course-detail .ask-course-header .title-text {
  font-size: 50px;
  letter-spacing: -0.3px;
  text-align: center;
}

.ask-course-detail .ask-course__item {
  padding: 32px 0;
  border-bottom: solid 1px rgba(134, 134, 134, 0.1);
}

.ask-course-detail .ask-course__item.mg-r {
  margin-right: 50px;
}

@media (max-width: 991px) {
  .ask-course-detail .ask-course__item.mg-r {
    margin-right: 0;
  }
}

.ask-course-detail .ask-course__item.mg-l {
  margin-left: 50px;
}

@media (max-width: 991px) {
  .ask-course-detail .ask-course__item.mg-l {
    margin-left: 0;
  }
}

.ask-course-detail .ask-course__item__ask {
  margin-bottom: 16px;
}

.ask-course-detail .ask-course__item__ask .title-text {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

.ask-course-detail .ask-course__item__ask .title-text:hover {
  color: #0ab681;
}

.ask-course-detail .btn-view-more-ab-rb {
  min-height: 150px;
  position: relative;
}

@media (max-width: 768px) {
  .ask-course-detail {
    margin: 50px 0;
  }
  .ask-course-detail .ask-course-header {
    margin-bottom: 15px;
  }
  .ask-course-detail .ask-course-header .title-text {
    font-size: 36px;
  }
  .ask-course-detail .ask-course__item {
    padding: 20px 0;
  }
  .ask-course-detail .ask-course__item:last-child {
    padding: 20px 0 30px;
  }
  .ask-course-detail .btn-view-more-ab-rb {
    min-height: 40px;
  }
}

@media (max-width: 767px) {
  .ask-course-detail .ask-course-header .title-text {
    font-size: 24px;
  }
}

/*=====  End of 6.  ======*/
/*=============================================
2.24 Signin form
=============================================*/
.signin-form {
  text-align: center;
  background-color: rgba(35, 35, 35, 0.9);
}

.signin-form__dialog {
  margin: 49px auto;
}

@media (max-width: 479px) {
  .signin-form__dialog {
    margin: 0;
  }
}

.signin-form__button-close::after {
  content: '';
  display: table;
  clear: both;
}

.signin-form__button-close button.signin-form__button-close__btn {
  padding: 20px 20px 0 0;
  font-size: 30px;
  color: #fff;
  opacity: 1;
}

.signin-form__button-close button.signin-form__button-close__btn:focus {
  outline: none;
}

.signin-form__content {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}

.signin-form__header {
  margin-bottom: 35px;
}

@media (max-width: 768px) {
  .signin-form__header {
    margin-bottom: 25px;
  }
}

@media (max-width: 479px) {
  .signin-form__header {
    margin-bottom: 20px;
  }
}

.signin-form__header__logo {
  display: inline-block;
}

.signin-form__sub {
  font-size: 18px;
  color: #fff;
}

@media (max-width: 479px) {
  .signin-form__sub {
    font-size: 14px;
  }
}

.signin-form__body {
  -webkit-border-radius: 12px;
          border-radius: 12px;
  background-color: #fdfdfd;
  padding: 0;
}

@media (max-width: 479px) {
  .signin-form__body {
    margin: 0 10px;
  }
}

.signin-form__body .tab-content {
  padding: 40px 70px;
}

@media (max-width: 768px) {
  .signin-form__body .tab-content {
    padding: 30px 70px;
  }
}

@media (max-width: 479px) {
  .signin-form__body .tab-content {
    padding: 30px;
  }
}

@media (max-width: 375px) {
  .signin-form__body .tab-content {
    padding: 15px;
  }
}

.signin-form__body__title {
  font-size: 32px;
  color: #42495b;
}

@media (max-width: 479px) {
  .signin-form__body__title {
    font-size: 22px;
  }
}

.signin-form__body__sub {
  margin-bottom: 33px;
}

@media (max-width: 768px) {
  .signin-form__body__sub {
    margin-bottom: 25px;
  }
}

@media (max-width: 479px) {
  .signin-form__body__sub {
    font-size: 14px;
  }
}

.signin-form__tabs:after {
  content: "";
  display: table;
  clear: both;
}



.signin-form__tabs__items:last-child {
  border-right: none;
}

.signin-form__tabs__items.active {
  border-bottom: transparent;
}

.signin-form__tabs__link {
  display: block;
  padding: 11px 11px 15px;
  font-size: 18px;
  color: #ffffff;
}

.signin-form__tabs__link:hover {
  color: #ffffff;
}

.signin-form__tabs__link:focus {
  color: #ffffff;
}

.signin-form__form {
  border-bottom: solid 1px #e8e8e8;
  padding-bottom: 26px;
  margin-bottom: 32px;
}
@media (min-width: 768px){
 .navbar-nav {
    float: none;
    margin-left: auto;
  }
    
}
@media (max-width: 768px) {
  .signin-form__form {
    padding-bottom: 20px;
    margin-bottom: 25px;
  }
}

@media (max-width: 479px) {
  .signin-form__form {
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
}

@media (max-width: 479px) {
  .signin-form__form__inputs .input-item {
    margin-bottom: 15px;
    padding: 10px 12px;
  }
}

.signin-form__form__inputs .input-item:last-child {
  margin-bottom: 30px;
}

@media (max-width: 479px) {
  .signin-form__form__inputs .input-item:last-child {
    margin-bottom: 15px;
  }
}

.signin-form__form .btn-green {
  margin-bottom: 16px;
  padding: 16px 88px;
}

.signin-form__link {
  font-size: 18px;
  color: #42495b;
  display: block;
}

.signin-form__link:hover {
  color: #0ab681;
}

@media (max-width: 479px) {
  .signin-form__link {
    font-size: 14px;
  }
}

.signin-form__footer {
  padding: 15px 0;
}

.signin-form__footer__link {
  font-size: 18px;
  color: #fff;
  display: inline-block;
}

.signin-form__footer__link:hover {
  color: #0ab681;
}

@media (max-width: 479px) {
  .group-btn-socials__sub {
    font-size: 14px;
  }
}

.btn-social {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 170px;
  padding: 12px 0;
  margin-top: 14px;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  background-color: #fefefe;
  border: solid 1px #e8e8e8;
}

.btn-social + .btn-social {
  margin-left: 30px;
}

@media (max-width: 600px) {
  .fix-right-side {
    position: relative;
    right: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    top: inherit;
}
  .btn-social + .btn-social {
    margin-left: 0;
  }
}

.btn-social:hover {
  -webkit-box-shadow: -0.2px 3px 16px 0 #ebebeb;
          box-shadow: -0.2px 3px 16px 0 #ebebeb;
}

.btn-social .glyph-icon::before {
  font-size: 16px;
  margin-left: 0;
  margin-right: 16px;
}

.btn-social--facebook {
  background-color: #3b5998;
  color: #fff;
}

.btn-social--facebook:hover {
  background-color: #36508a;
}

.btn-social--twitter {
  color: #868686;
}

.btn-social--twitter:hover {
  border: 1px solid #5496fc;
}

.btn-social--twitter .glyph-icon {
  color: #5496fc;
}

@media (min-width:992px) {
 .friend-request{
    width: 500px;
  }
}
@media (max-width: 768px) {
  .main-profile-user {    
    margin-top: -70px;   
}
  .course-subject ul li {
    margin-right: 10px;
    padding: 15px;    
    display: inline-block;   
    height: 100%;
    float: left;
    margin-bottom: 15px;
}
.main-imge-user {
    width: 70px;
    height: 70px;
    
}
.user-profile-edit-name h4 {
    color: #fff;
    font-size: 22px;
}
.user-profile-cover {
    
    height: 200px;
}
.div-flex {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.student-infomation {
    width: 100%;
    text-align: left;
}
.instructor-left.border-left {
   
    padding: 15px;
    display: inline-block;
}
  .course-subject ul {    
    display: inline-block;   
    float: left;
    width: 100%;
}
  .pref-lang ul{
    display: inline-block;
    float: left;
    width: 100%;
  }
  .pref-lang ul li{
    margin-bottom: 15px;
    float: left;
  }
  .brief-course__item {
    position: relative;
    padding: 30px 15px;
  }
  .content-text {
    font-size: 14px;
  }
  .like-dislike span {
    font-size: 13px;
  }
}

@media (max-width: 575px) {
  .toggle-button {   
    top: 19px;    
}
.logo-long img {
    width: 100%;
}
  .navbar-brand {
    padding-bottom: 0;
    width: 168px;
    margin-right: 0;
}
.navbar-brand img {
    width: 100%;
}

  .profile.p-4.friend-request {
   width: 320px;
    left: -230px;
}
.profile.p-4 {
    left: -200px;
    width: 350px;
    right: inherit !important;
}
.profile.p-4.noticication-div {
    left: -281px;
    width: 340px;
}
 .main-round {
    width: 30px;
    height: 30px;   
  }
  .main-round img {
    width: 100%;
    padding: 5px;
    height: 100%;
    object-fit: contain;
   }
   .cate-text span {
    font-size: 10px;
    margin-left: 35px;
  } 
  .cate-text {    
    padding: 10px 15px 10px 0 !important;
   }
   .like-dislike{
    width: 100%;
   }
   .like-dislike span {
    font-size: 10px;
  }
}


/* :: Preloader CSS */

#droba-loader {
    position: fixed;
    background-color: rgb(255 255 255 / 30%);
    z-index: 99999999999999999;
    height: 100%;
    width: 100%;
    -webkit-transition: .1s all ease;
    -o-transition: .1s all ease;
    transition: .1s all ease;
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s;
}
#droba-loader.loaded {
    opacity: 0;
    visibility: hidden;
}
#droba-loader:before,
#droba-loader:after {
    content: "";
    position: absolute;
    height: 50%;
    width: 100%;
    background-color: rgb(255 255 255 / 50%);
    -webkit-transition: .7s all ease;
    -o-transition: .7s all ease;
    transition: .7s all ease;
}
#droba-loader:before {
    top: 0;
    left: 0;
}
#droba-loader:after {
    bottom: 0;
    left: 0;
}
#droba-loader.loaded:before,
#droba-loader.loaded:after {
    height: 0%;
}
#droba-loader .loader {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    background-color: rgb(255 255 255 / 50%);
    -webkit-transition: .2s all ease;
    -o-transition: .2s all ease;
    transition: .2s all ease;
    -webkit-animation: 1s infinite ease-in-out;
    animation: 1s infinite ease-in-out;
}
#droba-loader .loader:before,
#droba-loader .loader:after {
    -webkit-animation: .8s infinite ease-in-out;
    animation: .8s infinite ease-in-out;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}
#droba-loader .loader:before {
    content: '';
    border: 10px solid #2e4799;
    top: -10px;
    left: -10px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-animation-name: anim-loader;
    animation-name: anim-loader;
}
#droba-loader.loaded .loader {
    opacity: 0;
}
@-webkit-keyframes anim-loader {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes anim-loader {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.photo_vido li {
    width: 47%;
    display: flex;
    float: left;
    flex-direction: column;
    background: #F4F4F4;
    margin-right: 3%;
    margin-bottom: 30px;
    border-radius: 8px;
    padding: 20px 0;
}

.photo_vido li:nth-child(even){    
    margin-right: 0%;  
}
.photo_vido li:last-child{    
    width: 100%;
    margin-right: 0;  
}

.chat-list {
    
    box-shadow: 3px 4px 15px #00000026;
}
.chat-list ul{
    padding: 20px;
    margin: 0;
    min-height: 600px;
    max-height: 600px;
    overflow-y: auto;
   
}
.chat-list li {
    padding: 10px 0;
    border-bottom: 1px solid rgb(208 210 211 / .6);
}
.chat-user {
    display: flex;
}
.chat-user-img {
    min-width: 50px;
    min-height: 50px;
    max-height: 50px;
    max-width: 50px;
    border-radius: 50%;
    overflow: hidden;
}
.chat-user-text {
    width: 100%;
    padding-left: 15px;
    position: relative;
}
.chat-user-text .badge {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #000;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    color: #fff;
    align-items: center;
    display: flex;
    justify-content: center;
}
.chat-user-text h5 {
    margin-bottom: 0;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    letter-spacing: 0;
    color: #000;
}
.chat-user-text p {
    color: #929292;
    margin: 0;
    padding-right: 30px;
}
.chat-user-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.search-top {
    margin: 30px 0 0;
    position: relative;
    border-bottom: 1px solid rgb(208 210 211 / .6);
    padding-bottom: 20px;

}
.search-top input {
    height: 50px;
    padding-left: 45px;
    border: 1px solid rgb(208 210 211 / .6);
}
.search-top img {
    position: absolute;
    left: 10px;
    top: 10px;    
}
.normal_user {
    min-width: 80px;
    min-height: 80px;
    overflow: hidden;
    border-radius: 50%;
    width: 80px;
    height: 80px;    
    border: 3px solid #fff;
    position: relative;
}
.normal_user img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.normal_div {
    position: absolute;
    left: 60px;
    top: 45px;
}
.online {
    position: absolute;
    left: 30px;
    width: 15px;
    height: 15px;
    background: #0ab681;
    border-radius: 50%;
    bottom: -4px;
}
.camrea_mormal {
    position: relative;
    display: inline-block;
    margin-top: -59px;
}
.user-friend {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 10px;
    padding-top: 10px;
}
.shadow-firend img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.shadow-firend h4 {
    text-align: center;
    margin-bottom: 0;
    font-size: 18px;
    color: #000;
    font-weight: 500;
    margin-top: 10px;
}
.shadow-firend {
    box-shadow: 0 3px 16px 0 rgb(234 234 234 / 60%);
    padding: 10px 12px;
    background: #fff;
    display: flex;
    flex-direction: column;
    margin-right: 10px;
}
.media_img .shadow-firend{
  box-shadow: none !important
}
.media_img {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.media_img .shadow-firend img {
       width: 87px;
    height: 87px;
    border-radius: 8px;
}
.media_img .shadow-firend {
    box-shadow: none !important;
    padding: 0 !important;
    margin-bottom: 10px;
}
.schdule_div {
    display: flex;
    flex-direction: column;
    border: 1px dashed rgb(0 0 0 / .1);
    border-radius: 8px;
    padding: 10px 15px;
}
.blue_call_btn {
    background: #2e4799;
    display: flex;
    align-items: center;
    margin-left: auto;
    padding: 6px 13px;
    border-radius: 15px;
}
.confo_name{
  display: flex;
}
.confo_name h4 {
    color: #0AB681;
    margin-bottom: 0;
    font-size: 18px;
}
.confo_name img {
    width: 20px;
}
.schdule_div span {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 5px;
}
.schdule_div label {
    color: #000;
    font-size: 15px;
    font-weight: 600;
   
}
.share-btn-1 a {
    
    border-radius: 50%;   
    display: flex;
    align-items: center;
    justify-content: center;    
}
.share-btn-1 {
    position: absolute;
    right: 22px;
    top: -22px;
}
.post-image {
    position: relative;
}
.post-image video{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.post-user-text h4 {
    color: #333;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 24px;
}
.post-user-text span {
    font-size: 14px;
    color: #666;
}
.box-shadow-0{
  box-shadow: none !important;
}

.social-main {
    padding: 60px 0;
    background: #f1f2f3;
    min-height: calc(100vh - 68px);
}
.stroies_main {
    position: relative;
    height: 600px;
}
.stroies_main {
    position: relative;
    height: 600px;
}
.main-stick {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    width: 100%;
}
.main-stick ul {
    display: flex;
    align-items: center;    
    width: 100%;
}
.fill-right {
    display: flex;
    align-items: center;
}
.fill-right button {
    background: transparent;
    border: 0;
}
.main-stick ul li a {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 16px;
}
.main-stick ul li a img{
    margin-right: 5px;
}
.main-stick li {
    padding-right: 15px;
}
.smily-btn {
    position: absolute;
    left: 0;
    outline: 0 !important;
}
.fill-right{
  position: relative;
}
.fill-right button img {
    width: 25px !important;
    height: 25px;
}
.send-btn {
    position: absolute;
    right: 0;
    border-left: 1px solid #ABB3B9 !important;
    outline: 0 !important;
}
.w-fix {
    min-width: 320px;
}
.fill-right .form-control {
    padding-left: 40px;
    padding-right: 35px;
    height: 44px;
}
.story .owl-dots {
    position: absolute;
    top: 0;
}
.story .item{
  margin-bottom: 0;
}
.story .owl-dots {
    position: absolute;
    top: 60px;
    width: 100%;
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content:space-between;
}
.story.owl-theme .owl-dots .owl-dot span {
    min-width: 35px;
    height: 5px;
    margin: 0;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 8px;
    max-width: 35px;
}
.main-upper {
    position: absolute;
    top: 0;
    width: calc(100% - 30px);
    z-index: 99;
    display: flex;
    align-items: center;
    padding: 10px 15px;
    
}
.u-name {
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 2px;
}
.u-name img{
    width: 100%;
    height: 100%;
}
.use_name {
    padding-left: 10px;
    margin-right: auto;
}
.use_name h4 {
    color: #fff;
    font-size: 20px;
}
.dropdown-stick .dropdown-toggle::after{
  display: none;
}
.dropdown-stick {
    padding-right: 20px;
}
.dropdown-stick i{
    font-size: 22px;
}
.invite-user img {
    width: 30px;
    height: 30px;
}
.text-admin-text {
    color: #2E4799;
    display: flex;
    align-items: center;
    font-size: 18px;
}
.text-admin-text img {
    width: 24px;
    height: 24px;
    margin-left: 6px;
}
.cl_edit a {
    display: flex;
    align-items: center;
    border: 1px solid #9AA0B2;
    padding: 6px 12px;
    border-radius: 20px;
    color: #9AA0B2;
}
.cl_edit img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.btn-thumb-white img {
    width: 20px;
    height: 20px;
}
.multi_video ,.multi_video .owl-stage-outer,.multi_video .owl-stage,.multi_video .owl-item ,.multi_video .item {
   height: 100% 
}
.multi_video .stroies_main{
  height: 100% !important
}
.stroies_main_1 {
    height: 300px;
}
.stroies_main_1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
