/*****************************************************************************
Note: This is Custom style css.
******************************************************************************/

@media (min-width: 1500px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1440px;
  }
}

.btn {
  padding: 9px 10px;
  font-size: 16px;
  text-decoration: none;
  color: #fff !important;
  border-width: 2px;
  border-radius: 9px;
  font-weight: 500;
}

.axil-header-extra .btn {
  min-width: 68px;
  color: #fff;
  padding: 9px 20px;
}

.theme-button {
  border-color: var(--main-color);
  background: var(--main-color);
  color: #fff;
}

.theme-button:hover {
  background: #fff;
  color: var(--main-color) !important;
}

.theme-button-alt {
  border-color: var(--color-secondary);
  background: #7ecdee;
  color: #fff;
}

.theme-button-alt:hover {
  background: #fff;
  color: var(--color-secondary) !important;
}

.word {
  position: absolute;
  width: 220px;
  opacity: 0;
}

.letter {
  display: inline-block;
  position: relative;
  float: left;
  transform: translateZ(25px);
  transform-origin: 50% 50% 25px;
}

.letter.out {
  transform: rotateX(90deg);
  transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.letter.behind {
  transform: rotateX(-90deg);
}

.letter.in {
  transform: rotateX(0deg);
  transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.haeder-default .logo a img {
  max-width: 250px;
}

.popup-mobile-manu .button-wrap .btn {
  width: 100%;
  max-width: 200px;
}

.home-banner-section {
  padding: 120px 0;
  background-size: 100% auto;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-color: #f9fafe;
}

.home-banner-section .text-wrap h1 .words-wrap {
  display: table;
  height: 60px;
  position: relative;
  margin: 10px 0;
  overflow: hidden;
  width: 100%;
}

.home-banner-section .text-wrap h1 .words-wrap .word {
  width: auto;
  height: 100%;
  top: 0;
  background: #7ecdee;
  left: 0;
  color: #fff;
  padding: 2px 15px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 125%;
}

.home-banner-section .text-wrap h1 .words-wrap .word .letter {
  z-index: 1;
  line-height: 1;
}

.home-banner-section .text-wrap h1 {
  font-weight: 600;
  color: #101745;
  font-size: 45px;
}

.home-banner-section .text-wrap p {
  color: #999999;
  max-width: 480px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
}

.home-banner-section .text-wrap .theme-button {
  font-size: 17px;
  max-width: 200px;
  width: 100%;
}

.home-teacher-section .single-instructor-box {
  text-align: center;
}

.home-teacher-section .single-instructor-box .image {
  border: 2px solid #7ecdee;
  padding: 10px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.home-teacher-section .single-instructor-box .image img {
  border-radius: 5px;
  max-width: 100%;
  height: auto;
}

.home-teacher-section .single-instructor-box .image .social {
  padding-left: 0;
  list-style-type: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

.home-teacher-section .single-instructor-box .image .social li {
  display: inline-block;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  visibility: hidden;
  margin-left: 1px;
  margin-right: 1px;
}

.home-teacher-section .single-instructor-box .image .social li:nth-child(1) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.home-teacher-section .single-instructor-box:hover .image .social li {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.home-teacher-section .single-instructor-box .image .social li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.home-teacher-section .single-instructor-box .image .social li:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.home-teacher-section .single-instructor-box .image .social li:nth-child(4) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.home-teacher-section .single-instructor-box .image .social li a {
  display: block;
  width: 35px;
  height: 35px;
  background-color: #f4f5fe;
  text-align: center;
  position: relative;
  font-size: 15px;
  color: #252525;
  border-radius: 2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  line-height: 35px;
}

.home-teacher-section .single-instructor-box .content {
  margin-top: 15px;
}

.home-teacher-section .single-instructor-box:hover .image {
  border-color: var(--main-color) !important;
}

.home-teacher-section .single-instructor-box .content h3 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
}

.home-teacher-section .single-instructor-box .content h3 a {
  display: inline-block;
  text-decoration: none;
}

.home-teacher-section .single-instructor-box .content span {
  display: block;
  color: var(--color-secondary);
  font-size: 14px;
  margin-top: 2px;
  font-weight: 500;
}

/***Card***/

.axil-counterup-area::before {
  background-image: url(../images/home/explore.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  display: inline-block;
  position: absolute;
}

.axil-counterup-area .counter-container {
  max-width: 1050px;
  margin: auto;
}

.axil-counterup-area .counter-container .counter-box {
  padding: 25px 25px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(126, 205, 238, 28%);
}

.axil-counterup-area .counter-container .counter-column:nth-child(even) .counter-box {
  margin-top: 45px;
}

.axil-counterup-area .counter-container .counter-box .icon {
  margin: 0 0 10px 0;
}

.axil-counterup-area .counter-container .counter-box .count::after {
  content: "+";
}

.axil-counterup-area .counter-container .counter-box .count {
  font-size: 40px;
  font-weight: 600;
  margin: 0 0 0 0;
}

.axil-counterup-area .counter-container .counter-box p {
  font-weight: 600;
  font-size: 15px;
  color: #999;
}

.axil-counterup-area .counter-container .counter-box .button-wrap a {
  color: var(--main-color);
  font-weight: 700;
  text-decoration: none;
}

.axil-counterup-area .counter-container .counter-box .button-wrap a:hover {
  color: var(--color-secondary);
}

/***Shop Section Home Page****/

.shop-section .slider-wrap .section-heading h2 {
  position: relative;
}

.shop-section .slider-wrap .section-heading h2::before {
  content: attr(counter);
  color: var(--main-color);
  position: absolute;
  z-index: -1;
  top: 0;
  opacity: .1;
}

.shop-section .slider-wrap .shop-data .text-wrap ul {
  padding: 0 0 0 10px;
  margin: 0;
  color: #394c60;
  counter-reset: list-counter;
}

.shop-section .slider-wrap .shop-data .text-wrap ul li:not(:last-child) {
  margin: 0 0 20px 0;
}

.shop-section .slider-wrap .shop-data .text-wrap ul li {
  counter-increment: tab-counter;
  padding: 0 0 0 40px;
  position: relative;
  transition: .3s;
  list-style-type: none;
}

.shop-section .slider-wrap .shop-data .text-wrap ul li::before {
  content: "0" counter(tab-counter);
  position: absolute;
  top: 0;
  left: 0;
}

.border-button {
  border: 2px solid var(--main-color);
  padding: 13px 25px;
  color: var(--main-color) !important;
  background: #ffff;
}

.shop-section .slider-wrap .button-wrap {
  margin: 50px 0 10px 0px;
  position: relative;
  padding: 0 0 0 70px;
}

.border-button:hover {
  background: var(--main-color) !important;
  color: #fff !important;
}

.shop-section .slick-prev::before {
  content: '\f104';
}

.shop-section .slick-next::before {
  content: '\f105';
}

.shop-section .slick-next::before, .shop-section .slick-prev::before {
  font-family: 'Font Awesome 5 Pro';
  font-size: 40px;
  color: inherit;
  opacity: 1;
  font-weight: var(--body-font-weight);
}

.shop-section .slick-arrow {
  position: absolute;
  border: 2px solid var(--main-color);
  width: 50px;
  height: 50px;
  border-radius: 5px;
  color: var(--main-color);
}

.shop-section .slick-arrow:hover {
  color: #fff;
  background: var(--main-color);
}

.shop-section .shop-slider {
  padding: 0 0 0px 0;
}

.shop-section .slider-wrap .button-wrap::after {
  content: "";
  height: 3px;
  background: #dedef7;
  position: absolute;
  display: inline-block;
  top: 50%;
  width: 30px;
  z-index: -1;
  left: 20px;
}

.shop-section .slider-wrap .shop-data {
  position: relative;
}

.shop-section .slider-wrap .shop-data::after {
  content: "";
  background: #dedef7;
  position: absolute;
  display: inline-block;
  height: 3vw;
  z-index: -1;
  left: 20px;
  width: 3px;
  top: 0;
}

.shop-section .slider-wrap .shop-data::before {
  content: "";
  background: #dedef7;
  position: absolute;
  display: inline-block;
  height: 8vw;
  z-index: -1;
  left: 20px;
  width: 3px;
  bottom: -78px;
}

.shop-section .slider-wrap .button-wrap::before {
  content: "";
  height: 3px;
  background: #dedef7;
  position: absolute;
  display: inline-block;
  top: 50%;
  width: calc(100% - 262px);
  z-index: -1;
  left: 260px;
}

.feedback-slides-content .sub-title {
  display: block;
  text-transform: capitalize;
  color: var(--main-color);
  margin-bottom: 10px;
  font-weight: 500;
}

.feedback-slides-content h2 {
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
}

.feedback-slides-content p {
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.5;
}

.feedback-slides-content .feedback-info p a {
  color: var(--main-color);
  font-weight: 600;
}

.faq-video {
  position: relative;
  z-index: 1;
  border-radius: 5px;
  text-align: center;
}

.faq-video img {
  border-radius: 5px;
  width: 100%;
}

.faq-video .video-btn {
  display: inline-block;
  width: 80px;
  height: 80px;
  font-size: 30px;
  text-align: center;
  line-height: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  background-color: var(--main-color);
  border-radius: 50%;
  color: #fff;
}

.faq-video .video-btn::after, .faq-video .video-btn::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  -webkit-transition: .5s;
  transition: .5s;
  border-radius: 50%;
  border: 1px solid #fff;
}

.faq-video .video-btn::before {
  -webkit-animation: ripple 2s linear infinite;
  animation: ripple 2s linear infinite;
}

.faq-video .video-btn::after {
  -webkit-animation: ripple 2s linear 1s infinite;
  animation: ripple 2s linear 1s infinite;
}

.about-inner-area {
  margin-top: 80px;
}

.about-text h3 {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  font-size: 20px;
  font-weight: 700;
}

.about-text h3::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 50px;
  background-color: var(--main-color);
  height: 1px;
}

.about-text p {
  margin-bottom: 15px;
  line-height: 1.5;
  color: #727695;
  font-size: 16px;
}

.about-text .features-list {
  padding-left: 0;
  list-style-type: none;
  margin-top: 15px;
  margin-bottom: 0;
}

.about-text .features-list li {
  position: relative;
  margin-bottom: 15px;
  color: #252525;
  font-size: 15px;
  padding-left: 36px;
}

.about-text .features-list li::before {
  content: "\f00c";
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  left: 0;
  color: #252525;
  background-color: #eaeaf2;
  width: 25px;
  height: 25px;
  font-size: 14px;
  line-height: 25px;
  border-radius: 50%;
  -webkit-transition: .5s;
  font-weight: var(--body-font-weight);
  transition: .5s;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.about-text .features-list li:hover::before {
  background-color: var(--main-color);
  color: #fff;
}

.main-box-wrapper div[class*="col"]:nth-child(2) .single-instructor-box .image, .main-box-wrapper div[class*="col"]:nth-child(6) .single-instructor-box .image {
  border-color: #ffe5be;
}

.main-box-wrapper div[class*="col"]:nth-child(3) .single-instructor-box .image, .main-box-wrapper div[class*="col"]:nth-child(5) .single-instructor-box .image {
  border-color: #b2f3df;
}

.main-box-wrapper div[class*="col"]:nth-child(4) .single-instructor-box .image, .main-box-wrapper div[class*="col"]:nth-child(7) .single-instructor-box .image {
  border-color: #673cff;
}

.home-teacher-section .button-wrap .theme-button {
  width: 100%;
  max-width: 200px;
}

.footer-area {
  padding-top: 70px;
  background: #f2f9fc;
}

.footer-area .footer-about .logo-wrap {
  margin: 0 0 15px 0;
}

.footer-area .footer-about .logo-wrap img {
  max-width: 200px;
}

.footer-area .footer-about p {
  max-width: 350px;
}

.footer-area .single-footer-widget h3 {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 600;
}

.footer-area .single-footer-widget ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}

.footer-area .single-footer-widget .contact-us-link, .footer-area .single-footer-widget .support-link {
  margin: 0 0 20px 0;
}

.footer-area .single-footer-widget .contact-us-link li, .footer-area .single-footer-widget .support-link li {
  margin-bottom: 11px;
  font-size: 15px;
  font-weight: 500;
  color: #333;
}

.footer-area .single-footer-widget .contact-us-link li a, .footer-area .single-footer-widget .support-link li a {
  display: inline-block;
  text-decoration: none;
}

.footer-area .single-footer-widget ul.social-link li a {
  display: block;
  width: 40px;
  height: 40px;
  background-color: var(--main-color);
  text-align: center;
  position: relative;
  font-size: 18px;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  line-height: 40px;
}

.footer-area .single-footer-widget ul.social-link li a:hover {
  background: #7ecdee;
}

.footer-area .single-footer-widget ul.social-link li {
  display: inline-block;
  margin: 0 5px 0 0;
}

.footer-area .footer-bottom-area {
  text-align: center;
  padding: 10px;
  background: var(--main-color);
  margin: 30px 0 0 0;
}

.footer-area .footer-bottom-area p {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.footer-area .footer-bottom-area p a {
  color: inherit;
  text-decoration: none;
}

.single-footer-widget .support-link li a:hover, .single-footer-widget .support-link li a:focus {
  color: var(--main-color);
  padding-left: 7px;
}

.footer-area .single-footer-widget .contact-us-link li i {
  position: absolute;
  left: 0;
  top: 3px;
}

.footer-area .single-footer-widget .contact-us-link li {
  position: relative;
  padding: 0 0 0 20px;
}

.offer-area {
  position: relative;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.offer-area::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: var(--main-color);
  opacity: .8;
}

.offer-area-new::before {
  display: none;
}

.offer-area .container {
  position: relative;
}

.offer-area .section-title {
  max-width: 750px;
  margin: auto;
}

.offer-area .section-title p {
  color: #fff;
}

.offer-area .section-title h2.title {
  color: #fff;
}

.offer-area .section-title ul {
  display: inline-block;
  width: 100%;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.offer-area .section-title ul li {
  display: inline-block;
  margin: 0 10px 10px;
}

.offer-area .section-title ul li .btn {
  padding-left: 20px;
  padding-right: 20px;
}

.offer-area .section-title ul li .btn.theme-button {
  background: #fff;
  color: var(--main-color) !important;
  border-color: #fff;
}

.offer-area .section-title ul li .btn.theme-button:hover {
  background: var(--main-color);
  color: #fff !important;
}

.register-area .register-content {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 20px;
}

.register-area .register-content .logo {
  margin: 0 0 30px 0;
  text-align: center;
}

.register-area .register-content .logo img {
  max-width: 250px;
}

.register-area .register-content input.form-control {
  background-color: #fff;
  color: #252525;
  border: none;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, .2)!important;
  box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, .2)!important;
  height: 55px;
  padding: 10px 15px;
  font-size: 15px;
}

.register-area .register-content .theme-button {
  margin: 0 0 20px 0;
}

.register-area .register-content .forgot-password a {
  display: inline-block;
  color: var(--main-color);
  font-weight: 500;
  text-decoration: none;
  font-size: 15px;
}

.connect-with-social span {
  display: block;
  text-transform: uppercase;
  color: #727695;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 500;
}

.register-area .register-content .form-check p strong {
  font-weight: 600;
}

.register-area .register-content .form-check p a {
  color: var(--main-color);
  text-decoration: none;
}

.haeder-default .mainmenu-wrapepr .btn.noti-icon {
  color: var(--main-color) !important;
  padding: 0;
  border: none;
  width: auto;
  position: relative;
  min-width: auto;
  outline: none;
  box-shadow: none;
}

.haeder-default .mainmenu-wrapepr .btn.noti-icon i {
  font-size: 30px;
}

.haeder-default .mainmenu-wrapepr .btn.noti-icon .badge-pill {
  position: absolute;
  top: 0;
  right: -8px;
  font-size: 11px;
  font-weight: 300;
}

.haeder-default .mainmenu-wrapepr .nav-notification {
  width: 19.5rem;
  border: none;
  list-style-type: none;
  background: #FFF;
  border-radius: 5px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .12);
  min-width: 200px;
  transform: none !important;
  right: 0 !important;
  left: auto !important;
  top: 100% !important;
  margin: 10px 0 0 0;
}

.haeder-default .mainmenu-wrapepr .nav-notification .nav-notification-header {
  padding: .875rem;
  border-bottom: 1px solid #e6ebf1;
}

.haeder-default .mainmenu-wrapepr .nav-notification .nav-notification-header h4 {
  font-size: 20px;
  font-weight: 500;
}

.haeder-default .mainmenu-wrapepr .nav-notification .nav-notification-body .ant-list-items {
  padding: 0;
  margin: 0;
}

.haeder-default .mainmenu-wrapepr .nav-notification .nav-notification-body .ant-list-items .ant-list-item {
  padding: 10px;
  cursor: pointer;
  transition: background-color .15s ease;
  border-bottom: 1px solid #e6ebf1;
}

.haeder-default .mainmenu-wrapepr .nav-notification .nav-notification-body .nav-notification-footer {
  padding: .875rem;
  text-align: center;
}

.haeder-default .mainmenu-wrapepr .nav-notification .ant-avatar {
  position: relative;
  display: inline-block;
  overflow: hidden;
  color: var(--main-color);
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  background: #ededed;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  min-width: 40px;
}

.nav-notification .nav-notification-body .ant-list-items .ant-list-item .media-body {
  max-width: calc(100% - 50px);
}

.nav-notification .nav-notification-body .ant-list-items .ant-list-item .media-body .text-gray-light {
  margin: 0;
  color: var(--color-body);
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.nav-notification .nav-notification-body .nav-notification-footer a {
  font-size: 13px;
  font-weight: 500;
  color: var(--main-color);
}

.haeder-default .mainmenu-wrapepr .profile-dropdown {
  margin: 0 0 0 25px;
}

.haeder-default .mainmenu-wrapepr .profile-dropdown .btn, .popup-mobile-manu .profile-dropdown .btn {
  border: none;
  padding: 0 20px 0 0;
  outline: none;
  box-shadow: none;
}

.haeder-default .mainmenu-wrapepr .profile-dropdown .btn .media-body, .popup-mobile-manu .profile-dropdown .btn .media-body {
  padding: 0 0 0 10px;
}

.haeder-default .mainmenu-wrapepr .profile-dropdown .btn .media-body h3, .popup-mobile-manu .profile-dropdown .btn .media-body h3 {
  font-size: 17px;
  font-weight: 600;
  margin: 0;
  color:#000;
  max-width: 140px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.haeder-default .mainmenu-wrapepr .profile-dropdown .btn .media-body p, .popup-mobile-manu .profile-dropdown .btn .media-body p {
  margin: 0;
  color: #6c6c6d;
  font-weight: 600;
  font-size: 14px;
  max-width: 140px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.haeder-default .mainmenu-wrapepr .profile-dropdown .icon-wrap img, .popup-mobile-manu .profile-dropdown .icon-wrap img {
  width: 40px;
  height:40px;
  max-width: 50px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .23);
}
.haeder-default .mainmenu-wrapepr .profile-dropdown .dropdown-menu .dropdown-item i{
  font-size: 18px;
  opacity: .8;
  width: 24px;
}
.haeder-default .mainmenu-wrapepr .profile-dropdown .btn::after {
  content: "\f107";
  position: absolute;
  right: 6px;
  display: inline;
  border: none;
  top: 13px;
  font-family: "Font Awesome 5 Pro";
  font-weight: var(--body-font-weight);
  font-size: 16px;
  line-height: 1;
  margin: 0;
  color: #656565;
}

.haeder-default .mainmenu-wrapepr .profile-dropdown .dropdown-menu {
  list-style-type: none;
  background: #FFF;
  border-radius: 5px;
  border: none;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .12);
  min-width: 250px;
  transform: none !important;
  right: 0;
  left: auto !important;
  top: 100% !important;
  margin: 10px 0 0 0;
  border: 1px solid #dee0e1;
  max-height: 550px;
  overflow-y: auto;
}
.haeder-default .mainmenu-wrapepr .profile-dropdown .dropdown-menu .dropdown-item{
  padding: 0.25rem 1rem;
  font-size: 15px;
}
.haeder-default .mainmenu-wrapepr .profile-dropdown .dropdown-menu a{
  padding: 0.25rem 1rem;
}
.haeder-default .mainmenu-wrapepr .profile-dropdown .dropdown-menu a .media-body h3{
  font-size: 14px;
}
.haeder-default .mainmenu-wrapepr .profile-dropdown .dropdown-menu .icon-wrap img {
    width: 30px;
    height: 30px;
    max-width: 30px;
    box-shadow: none;   
    border: 1px solid #dee0e1;
}
.haeder-default .mainmenu-wrapepr .profile-dropdown .dropdown-menu .dropdown-item, .popup-mobile-manu .dropdown-item {
  text-decoration: none;
}

.single-courses-item {
  background-color: #fff;
  -webkit-box-shadow: 0 8px 16px 0 rgba(146, 184, 255, .2);
  box-shadow: 0 8px 16px 0 rgba(146, 184, 255, .2);
  -webkit-transition: .5s;
  transition: .5s;
}

.single-courses-item .courses-image {
  position: relative;
  overflow: hidden;
}

.single-courses-item .courses-image a.d-block {
  position: relative;
  padding-bottom: 80%;
}

.single-courses-item .courses-image a.d-block img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single-courses-item .courses-image a img {
  -webkit-transition: .5s;
  transition: .5s;
  width: 100%;
}

.single-courses-item:hover .courses-image img, .single-courses-item:focus .courses-image img {
  -webkit-transform: scale(1.3) rotate( 5deg);
  transform: scale(1.3) rotate( 5deg);
}

.single-courses-item .courses-content {
  padding: 0 20px 20px;
  position: relative;
  z-index: 1;
}

.single-courses-item .courses-content .course-author {
  margin-top: -15px;
}

.single-courses-item .courses-content .course-author img {
  width: 50px;
  border: 3px solid #fff;
  height: 50px;
  border-radius: 3px;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important;
}

.single-courses-item .courses-content .course-author span {
  color: #252525;
  position: relative;
  top: 10px;
  margin-left: 10px;
  font-size: 15px;
  font-weight: 500;
}

.single-courses-item .courses-content .courses-rating {
  position: relative;
  top: 4px;
}

.single-courses-item .courses-content .courses-rating .review-stars-rated {
  color: #f2b827;
  display: inline-block;
}

.single-courses-item .courses-content .courses-rating .rating-total {
  display: inline-block;
  position: relative;
  top: -2px;
  font-size: 13px;
}

.single-courses-item .courses-content .courses-rating .review-stars-rated i {
  color: #f2b827;
  font-size: 14px;
  margin-right: -2px;
}

.single-courses-item .courses-content h3 {
  margin-bottom: 10px;
  margin-top: 20px;
  font-size: 19px;
  font-weight: 600;
}

.single-courses-item .courses-content h3 a {
  text-decoration: none;
}

.single-courses-item .courses-box-footer {
  border-top: 1px solid #e2f4ff;
  padding: 20px;
}

.single-courses-item .courses-box-footer ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: -7px;
  margin-right: -7px;
}

.single-courses-item .courses-box-footer ul li {
  color: #727695;
  font-size: 15px;
  padding-left: 7px;
  padding-right: 7px;
}

.single-courses-item .courses-box-footer ul .students-number {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 37%;
  flex: 0 0 37%;
  max-width: 37%;
}

.single-courses-item .courses-box-footer ul .courses-lesson {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 34%;
  flex: 0 0 34%;
  max-width: 34%;
}

.single-courses-item .courses-box-footer ul .courses-price {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 29%;
  flex: 0 0 29%;
  max-width: 29%;
  text-align: right;
  color: var(--main-color);
  font-size: 18px;
  font-weight: 500;
}

.home-teacher-section .single-instructor-box .image .img-wrap {
  position: relative;
  padding-bottom: 110%;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.home-teacher-section .single-instructor-box .image .img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-teacher-section .single-instructor-box .image .addtofav {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  background: #fff;
  border-radius: 50%;
  color: var(--main-color);
  box-shadow: 0 0 10px rgba(0, 113, 220, .34);
  font-size: 20px;
  cursor: pointer;
}

.page-title-area {
  position: relative;
  z-index: 1;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 120px;
  padding-bottom: 120px;
}

.page-title-area::before {
  background: var(--main-color);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .8;
}

.page-title-area .container {
  position: relative;
}

.page-title-content ul {
  padding-left: 0;
  margin-bottom: 5px;
  list-style-type: none;
}

.page-title-content ul li a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
}

.page-title-content ul li {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: var(--body-font-size);
}

.page-title-content ul li:not(:last-child)::before {
  color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  opacity: .85;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  font-style: normal;
  font-variant: normal;
  font-size: 19px;
  content: "\f105";
  transform: translateY(-50%);
}

.page-title-content ul li:not(:last-child) {
  margin-right: 10px;
  padding-right: 23px;
}

.page-title-content h2 {
  color: #fff;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 40px;
}

.single-teacher-item {
  background-color: #fff;
  -webkit-box-shadow: 0 8px 16px 0 rgba(146, 184, 255, .2);
  box-shadow: 0 8px 16px 0 rgba(146, 184, 255, .2);
  -webkit-transition: .5s;
  transition: .5s;
  height: 100%;
}

.single-teacher-item .courses-image {
  position: relative;
  overflow: hidden;
}

.single-teacher-item .courses-image a img {
  -webkit-transition: .5s;
  transition: .5s;
  width: 100%;
}

.single-teacher-item:hover .courses-image a img {
  transform: scale(1.1);
}

.single-teacher-item .courses-content {
  padding: 20px;
  position: relative;
  z-index: 1;
}

.single-teacher-item .courses-content h3 {
  margin-bottom: 10px;
  font-size: 19px;
  font-weight: 600;
}

.single-teacher-item .courses-content h3 a {
  text-decoration: none;
}

.single-teacher-item .courses-box-footer {
  border-top: 1px solid #e2f4ff;
  padding: 20px;
}

.single-teacher-item .courses-box-footer ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: -7px;
  margin-right: -7px;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.single-teacher-item .courses-box-footer ul li {
  color: #727695;
  font-size: 15px;
  padding-left: 7px;
  padding-right: 7px;
}

.single-teacher-item .courses-box-footer ul li.courses-price {
  text-align: right;
  color: var(--main-color);
  font-size: 18px;
  font-weight: 500;
}

.single-teacher-item .courses-content p:not(:last-child) {
  margin-bottom: 5px;
}

.single-teacher-item .courses-content p strong {
  font-weight: 500;
}

.single-teacher-item .courses-image a {
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
}

.single-teacher-item .courses-image a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.topbar-ordering-and-search .topbar-ordering:not(:last-of-type) {
  margin: 0 15px 0 0;
}

.topbar-ordering-and-search .topbar-ordering input, .topbar-ordering-and-search .topbar-ordering select {
  appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  color: #252525;
  border: none;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, .2)!important;
  box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, .2)!important;
  height: 55px;
  padding: 3px 35px 3px 15px;
  font-size: 15px;
}

.topbar-ordering-and-search .topbar-ordering input {
  background-image: url(../images/others/search.png);
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) 50%;
}

.topbar-ordering-and-search .topbar-ordering select {
  background-image: url(../images/others/arrow-down.png);
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) 50%;
}

.single-teacher-item .courses-image ul.social {
  padding-left: 0;
  list-style-type: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  text-align: center;
}

.single-teacher-item .courses-image ul.social li {
  display: inline-block;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  visibility: hidden;
  margin-left: 1px;
  margin-right: 1px;
}

.single-teacher-item:hover .courses-image ul.social li:nth-child(1) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.single-teacher-item:hover .courses-image ul.social li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.single-teacher-item:hover .courses-image ul.social li:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.single-teacher-item:hover .courses-image ul.social li:nth-child(4) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.single-teacher-item:hover .courses-image ul.social li {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.single-teacher-item .courses-image ul.social li a {
  display: block;
  width: 35px;
  height: 35px;
  background-color: #f4f5fe;
  text-align: center;
  position: relative;
  font-size: 15px;
  color: #252525;
  border-radius: 2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  line-height: 35px;
}

.single-teacher-item .courses-image span.addtofav {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  background: #fff;
  border-radius: 50%;
  color: var(--main-color);
  box-shadow: 0 0 10px rgba(0, 113, 220, .34);
  font-size: 20px;
  cursor: pointer;
  text-align: center;
}

.single-courses-item .courses-image .courses-tag {
  position: absolute;
  top: 15px;
  left: 15px;
  border-radius: 5px;
  background-color: var(--main-color);
  -webkit-transition: .5s;
  transition: .5s;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 15px;
  color: #fff;
  z-index: 1;
}

.pagination-wrapper ul.pagination {
  justify-content: center;
  margin-bottom: 0;
}

.pagination-wrapper ul.pagination li a, .pagination-wrapper ul.pagination li>span {
  border-radius: 0 !important;
  margin: 0 2px;
  min-width: 40px;
  text-align: center;
  text-decoration: none;
  border-color: var(--main-color);
  font-weight: 500;
}

.pagination-wrapper ul.pagination li.active a, .pagination-wrapper ul.pagination li a:hover, .pagination-wrapper ul.pagination li>span:hover {
  background: var(--main-color);
  color: #fff;
}

.instructor-details-desc .instructor-details-sidebar {
  text-align: center;
}

.instructor-details-desc .instructor-details-sidebar .instructor-details-meta {
  margin-bottom: 20px;
  margin-top: 20px;
}

.instructor-details-desc .instructor-details-sidebar .instructor-details-meta ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.instructor-details-desc .instructor-details-sidebar .instructor-details-meta ul li {
  position: relative;
  text-align: left;
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  padding-left: 37px;
  margin-left: 8px;
  margin-right: 8px;
}

.instructor-details-desc .instructor-details-sidebar .instructor-details-meta ul li i {
  font-size: 25px;
  color: #cfcfcf;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.instructor-details-desc .instructor-details-sidebar .instructor-details-meta ul li span {
  display: block;
  color: var(--main-color);
  text-transform: uppercase;
  margin-bottom: 1px;
  font-size: 14px;
  font-weight: 600;
}

.instructor-details-desc .instructor-details-sidebar .social-link {
  padding-left: 0;
  list-style-type: none;
  margin-top: 25px;
  margin-bottom: 0;
}

.instructor-details-desc .instructor-details-sidebar .social-link li {
  display: inline-block;
  margin-left: 1px;
  margin-right: 1px;
}

.instructor-details-desc .instructor-details-sidebar .social-link li a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #fff;
  font-size: 15px;
  position: relative;
  background-color: var(--main-color);
  border: 1px solid var(--main-color);
  border-radius: 50%;
}

.instructor-details-desc .instructor-details-sidebar .social-link li a i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.instructor-details-desc .instructor-details-sidebar .social-link li a.facebook {
  background-color: #3b5998;
  border-color: #3b5998;
  color: #fff;
}

.instructor-details-desc .instructor-details-sidebar .social-link li a.facebook:hover, .instructor-details-desc .instructor-details-sidebar .social-link li a.facebook:focus {
  color: #3b5998;
  background-color: transparent;
}

.instructor-details-desc .instructor-details-sidebar .social-link li a.twitter {
  background-color: #1da1f2;
  border-color: #1da1f2;
  color: #fff;
}

.instructor-details-desc .instructor-details-sidebar .social-link li a.twitter:hover, .instructor-details-desc .instructor-details-sidebar .social-link li a.twitter:focus {
  color: #1da1f2;
  background-color: transparent;
}

.instructor-details-desc .instructor-details-sidebar .social-link li a.instagram {
  background-color: #c13584;
  border-color: #c13584;
  color: #fff;
}

.instructor-details-desc .instructor-details-sidebar .social-link li a.instagram:hover, .instructor-details-desc .instructor-details-sidebar .social-link li a.instagram:focus {
  color: #c13584;
  background-color: transparent;
}

.instructor-details-desc .instructor-details-sidebar .social-link li a.linkedin {
  background-color: #007bb5;
  border-color: #007bb5;
  color: #fff;
}

.instructor-details-desc .instructor-details-sidebar .social-link li a.linkedin:hover, .instructor-details-desc .instructor-details-sidebar .social-link li a.linkedin:focus {
  color: #007bb5;
  background-color: transparent;
}

.instructor-details-desc .instructor-details h3 {
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 700;
}

.instructor-details-desc .instructor-details .sub-title {
  color: var(--main-color);
  display: block;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 500;
}

.instructor-details-desc .instructor-details .instructor-details-info {
  margin-top: 25px;
  margin-bottom: 25px;
}

.instructor-details-desc .instructor-details .instructor-details-info h3 {
  font-size: 20px;
  margin-bottom: 20px;
}

.instructor-details-desc .instructor-details .instructor-details-info ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.instructor-details-desc .instructor-details .instructor-details-info ul li {
  position: relative;
  text-align: left;
  display: block;
  font-weight: 500;
  font-size: 15px;
  padding-left: 37px;
  margin-bottom: 15px;
}

.instructor-details-desc .instructor-details .instructor-details-info ul li i {
  font-size: 25px;
  color: #cfcfcf;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.instructor-details-desc .instructor-details .instructor-details-info ul li span {
  display: block;
  color: var(--main-color);
  text-transform: uppercase;
  margin-bottom: 1px;
  font-size: 14px;
  font-weight: 600;
}

.instructor-details-desc .instructor-details .instructor-details-info ul li:hover {
  color: var(--color-body);
}

.custom-slick-slider .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}

.custom-slick-slider .slick-list .item {
  padding: 0 15px;
}

.custom-slick-slider .slick-arrow {
  opacity: 0;
  background: var(--main-color);
  width: 50px;
  height: 50px;
  z-index: 2;
  border-radius: 50%;
}

.custom-slick-slider:hover .slick-arrow {
  opacity: 1;
}

.custom-slick-slider:hover .slick-arrow.slick-disabled {
  opacity: .5;
}

.custom-slick-slider .slick-arrow::before {
  opacity: 1;
  font-family: 'Font Awesome 5 Pro';
  font-size: 40px;
  font-weight: 300;
}

.custom-slick-slider .slick-prev::before {
  content: "\f104";
}

.custom-slick-slider .slick-next::before {
  content: "\f105";
}

.bookingcard {
  -webkit-box-shadow: 0 0px 16px rgba(146, 184, 255, 20%);
  box-shadow: 0 0px 16px rgba(146, 184, 255, 20%);
  border: none;
}

.bookingcard ul.booking-info {
  padding-left: 0;
  margin-bottom: 20px;
  list-style-type: none;
}

.bookingcard ul.booking-info li {
  border-bottom: 1px dashed #eee;
  color: #252525;
  overflow: hidden;
  text-align: right;
  padding: 12px 0px;
  font-size: 15px;
  font-weight: var(--body-font-weight);
}

.bookingcard ul.booking-info li span {
  display: block;
  width: 170px;
  text-align: left;
  float: left;
  font-weight: 600;
}

.bookingcard ul.booking-info li span i {
  color: var(--main-color);
  position: relative;
  top: 2px;
  -webkit-transition: .5s;
  transition: .5s;
  font-size: 16px;
  margin-right: 0;
  width: 27px;
}

.instructor-details-desc .instructor-details .button-wrap .btn {
  vertical-align: top;
}

.courses-details-image img {
  width: 100%;
  border-radius: 5px;
}

.courses-details-desc {
  margin-top: 35px;
}

.courses-details-desc h3, .courses-author-wrapper h3 {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 600;
}

.courses-details-desc h3:not(first-child) {
  margin-top: 30px;
}

.courses-details-desc ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.courses-details-desc ul li {
  color: #727695;
  margin-bottom: 10px;
  position: relative;
  padding-left: 17px;
  font-size: 15px;
}

.courses-details-desc ul li::before {
  position: absolute;
  left: 0;
  content: '';
  top: 7px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #727695;
}

.courses-details-desc p strong {
  color: #252525;
}

.courses-details-desc p {
  margin-bottom: 15px;
  line-height: 1.7;
  color: #727695;
  font-size: 15px;
}

.courses-author-wrapper .courses-author {
  border-radius: 5px;
  background: #f8f8f8;
}

.courses-author .author-profile-header {
  height: 115px;
  border-radius: 5px 5px 0 0;
  background-color: var(--main-color);
  background-image: url(../images/others/bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.courses-author .author-profile {
  padding: 0 25px 25px;
}

.courses-author .author-profile .author-profile-title {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
  margin-top: -45px;
}

.courses-author .author-profile .author-profile-title img {
  display: inline-block;
  border: 3px solid #fff;
  width: 100px;
  height: 100px;
}

.courses-author .author-profile .author-profile-title .author-profile-title-details {
  margin-top: 15px;
}

.courses-author .author-profile .author-profile-title .author-profile-title-details .author-profile-details h4 {
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: 600;
}

.courses-author .author-profile .author-profile-title .author-profile-title-details .author-profile-details span {
  color: var(--color-secondary);
  font-size: 14px;
  font-weight: 500;
}

.courses-author .author-profile .author-profile-title .author-profile-raque-profile a {
  color: var(--main-color);
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.courses-author .author-profile p {
  color: #727695;
  font-size: 15px;
}

.courses-sidebar-information ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  background-color: #fff;
  -webkit-box-shadow: 0 0px 16px rgba(146, 184, 255, .2);
  box-shadow: 0 0px 16px rgba(146, 184, 255, .2);
}

.courses-sidebar-information ul li {
  border-bottom: 1px dashed #eee;
  color: #252525;
  overflow: hidden;
  text-align: right;
  padding: 12px 15px;
  font-size: 15px;
  font-weight: var(--body-font-weight);
}

.courses-sidebar-information ul li span {
  display: block;
  width: 170px;
  text-align: left;
  float: left;
  font-weight: 600;
}

.courses-sidebar-information ul li span i {
  color: var(--main-color);
  position: relative;
  top: 2px;
  -webkit-transition: .5s;
  transition: .5s;
  font-size: 16px;
  margin-right: 0;
  width: 27px;
}

.courses-details-header {
  margin-bottom: 30px;
}

.courses-details-header .courses-title h2 {
  margin-bottom: 12px;
  font-size: 29px;
  font-weight: 700;
}

.courses-details-header .courses-title p {
  margin-bottom: 15px;
  line-height: 1.7;
  color: #727695;
  font-size: 15px;
}

.courses-details-header .courses-meta {
  margin-top: 20px;
}

.courses-details-header .courses-meta ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.courses-details-header .courses-meta ul li {
  margin-right: 20px;
  position: relative;
  display: inline-block;
  border-right: 1px solid #eee;
  font-weight: 500;
  font-size: 16px;
  padding-right: 20px;
  padding-left: 37px;
}

.courses-details-header .courses-meta ul li i {
  font-size: 25px;
  color: #cfcfcf;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.courses-details-header .courses-meta ul li span {
  display: block;
  color: var(--main-color);
  text-transform: uppercase;
  margin-bottom: 1px;
  font-size: 14px;
  font-weight: 600;
}

.courses-details-header .courses-meta ul li a, .courses-details-header .courses-meta ul li p {
  display: inline-block;
  color: #252525;
  text-decoration: none;
}

.courses-details-header .courses-meta ul li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}

.courses-details-header .courses-price {
  text-align: right;
}

.courses-details-header .courses-price .courses-review {
  display: block;
  margin-bottom: 10px;
}

.courses-details-header .courses-price .courses-review .review-stars-rated {
  display: inline-block;
}

.courses-details-header .courses-price .price {
  display: inline-block;
  margin-right: 15px;
  position: relative;
  top: 6px;
  font-size: 30px;
  font-weight: 600;
}

.courses-details-header .courses-price .courses-review .reviews-total {
  color: #727695;
  position: relative;
  top: -1px;
  font-weight: 500;
  margin-left: 2px;
  font-size: 16px;
}

.courses-details-header .courses-price .courses-review .review-stars-rated i {
  color: #f2b827;
  font-size: 16px;
  display: inline-block;
  margin-right: -3px;
}

.popup-mobile-manu .profile-dropdown {
  padding: 20px 20px 0;
  border-top: 1px solid #dedede;
}

.popup-mobile-manu .profile-dropdown .btn {
  width: 100%;
  position: relative;
  margin: 0 0 15px 0;
  padding-right: 30px;
}

.popup-mobile-manu .profile-dropdown .btn::after {
  position: absolute;
  right: 0;
  background: var(--main-color);
  border: none;
  font-size: 20px;
  width: 30px;
  height: 30px;
  margin: 0;
  border-radius: 5px;
  content: "\f105";
  font-family: 'Font Awesome 5 Pro';
  text-align: center;
  line-height: 30px;
  top: 10px;
  transition: .3s;
}

.popup-mobile-manu .profile-dropdown .card {
  border: none;
  box-shadow: 0 0 0;
  -webkit-box-shadow: 0 0px 16px rgba(146, 184, 255, .2);
  box-shadow: 0 0px 16px rgba(146, 184, 255, .2);
}

.popup-mobile-manu .profile-dropdown .card .dropdown-item {
  padding-left: 0;
  padding-right: 0;
  background: transparent;
  font-size: 14px;
}

.popup-mobile-manu .profile-dropdown .btn.collapsed::after {
  transform: rotate(90deg);
}

.popup-mobile-manu .inner .mobileheader .logo img {
  max-width: 200px;
}

.instructor-booking-form .form-group h4 {
  font-size: 16px;
  font-weight: 500;
}

.instructor-booking-form .slots-wrap {
  display: flex;
  flex-wrap: wrap;
}

.instructor-booking-form .slots-wrap .form-check {
  padding: 0 10px 10px 0;
}

.instructor-booking-form .slots-wrap label::before, .instructor-booking-form .slots-wrap label::after {
  display: none;
}

.instructor-booking-form .slots-wrap label {
  padding: 7px 5px;
  font-size: 15px;
  text-decoration: none;
  color: #fff !important;
  border-width: 2px;
  border-radius: 9px;
  font-weight: 500;
  background: #dedede;
  cursor: pointer;
  margin: 0;
  display: inline-block;
  width: 100px;
  text-align: center;
}

.instructor-booking-form .slots-wrap input:checked+label {
  background: var(--main-color);
}

.instructor-booking-section .ins-heading h3 {
  margin-bottom: 5px;
  font-size: 25px;
  font-weight: 700;
}

.instructor-booking-section .ins-heading {
  padding-top: 15px;
}

.instructor-booking-section .ins-heading .sub-title {
  color: var(--main-color);
  display: block;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

/****Settings Page******/

/******Settings Page Wrap*******/

.settings-page-outer .setting-page-wrap .sidebar-wrap {
  width: 300px;
}

.settings-page-outer {
  padding: 50px 0;
  background: #f6f6f6;
  min-height: calc(100vh - 231px)
}

.settings-page-outer .setting-page-wrap {
  background: #fff;
}

.settings-page-outer .setting-page-wrap .settings-main-wrap {
  border-left: 2px solid #f6f6f6;
  min-height: 600px;
}

.settings-page-outer .setting-page-wrap .title {
  margin: 0;
  text-align: center;
  padding: 20px;
  border-bottom: 2px solid #f6f6f6;
  position: relative;
}

.settings-page-outer .setting-page-wrap .sidebar-wrap ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.settings-page-outer .setting-page-wrap .title h3 {
  font-size: 20px;
  margin: 0;
}

.settings-page-outer .setting-page-wrap .settings-main-wrap .profile-wrapper {
  padding: 25px;
  background-color: #fff;
}

.settings-page-outer .setting-page-wrap .sidebar-wrap ul li a {
  padding: 20px 30px;
  display: inline-block;
  width: 100%;
  font-weight: 600;
  transition: .3s;
  color: #000;
  text-decoration: none !important;
  font-size: 17px;
}

.settings-page-outer .setting-page-wrap .sidebar-wrap ul li a.active, .settings-page-outer .setting-page-wrap .sidebar-wrap ul li a:hover {
  background: var(--main-color);
  color: #fff;
}

.settings-page-outer .setting-page-wrap .sidebar-wrap ul li a i {
  width: 25px;
}

.settings-page-outer .setting-page-wrap .settings-main-wrap .profile-wrapper .profile-image-wrap {
  margin-bottom: 20px;
}

.settings-page-outer .setting-page-wrap .settings-main-wrap .profile-wrapper .profile-image-wrap .icon-wrap {
  position: relative;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
}

.settings-page-outer .setting-page-wrap .settings-main-wrap .profile-wrapper .profile-image-wrap .icon-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.settings-page-outer .setting-page-wrap .settings-main-wrap .profile-wrapper .profile-image-wrap .icon-wrap input#uploadDP {
  display: none;
}

.rating-list .rating-wrap .media-body .name {
  color: #999;
  display: inline-block;
  width: 100%;
}

.settings-page-outer .setting-page-wrap .settings-main-wrap .profile-wrapper .star-wrap button {
  min-width: 90px;
}

.settings-page-outer .setting-page-wrap .settings-main-wrap .profile-wrapper .star-wrap button {
  margin: 0;
  padding: 7px 10px;
  font-size: 15px;
}

.sidebar-top.sidebar .tab-wrap .check-wrap label img {
  display: block;
  width: 30px;
  margin: auto;
}

.sidebar-top.sidebar .tab-wrap .check-wrap label::before {
  display: none;
}

.sidebar-top.sidebar .tab-wrap .check-wrap input:checked+label {
  background: var(--main-color);
  color: #fff;
}

.sidebar-top.sidebar .tab-wrap .check-wrap input:checked+label img {
  filter: brightness(0) invert(1);
}

.settings-page-outer .setting-page-wrap .settings-main-wrap .profile-wrapper.products li.nav-item {
  width: auto;
}

.settings-page-outer .setting-page-wrap .settings-main-wrap .profile-wrapper.products .nav-tabs {
  margin: 0 0 20px 0;
}

.profile-inf .profile-top-wrap .top-profile-wrap .icon-wrap #uploadDP {
  display: none;
}

.profile-inf .profile-top-wrap .top-profile-wrap .icon-wrap label, .settings-page-outer .setting-page-wrap .settings-main-wrap .profile-wrapper .profile-image-wrap .icon-wrap label {
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  margin: auto;
  display: block;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 7px 14px;
  opacity: 0;
  width: 120px;
  font-weight: 600;
  transition: .3s;
  font-size: 13px;
  cursor: pointer;
}

.profile-inf .profile-top-wrap .top-profile-wrap .icon-wrap:hover label, .settings-page-outer .setting-page-wrap .settings-main-wrap .profile-wrapper .profile-image-wrap .icon-wrap:hover label {
  opacity: 1;
}

.settings-page-outer .setting-page-wrap .title .switch-toggle {
  background: var(--main-color);
  border: none;
  color: #fff;
  font-size: 20px;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}

.settings-table .table {
  border-collapse: separate;
  border-spacing: 0 5px;
  min-width: 800px;
  border: none;
}

.settings-table .table thead th, .settings-table .table td {
  background: #FAFBFF;
  border: 0px;
  vertical-align: middle;
  font-size: 15px;
  transition: .3s;
}

.settings-table .table thead th {
  font-weight: 600;
  color: #8691b4;
}

.settings-table .table td {
  color: #333;
}

.settings-table .table td a {
  color: var(--main-color);
}

.form-wrap .form-group label, .form-wrap .form-group h3.label {
  align-self: center;
  color: #333333;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 5px;
}

.settings-page-outer .setting-page-wrap .settings-main-wrap .multiple-cards .media-list {
  margin: 0 0 30px 0;
}

.settings-main-wrap .multiple-cards .media-list .media {
  -ms-flex-align: center!important;
  align-items: center!important;
}

.settings-main-wrap .multiple-cards .media-list .media:not(:last-of-type) {
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #f6f6f6;
}

.settings-main-wrap .multiple-cards .media-list .media .icon-wrap {
  font-size: 25px;
  background: var(--color-secondary);
  padding: 10px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  transition: 0.5s;
  width: 60px;
  text-align: center;
  color: #fff;
}

.settings-main-wrap .multiple-cards .media-list .media .media-body {
  padding: 0 15px 0 15px !important;
}

.settings-main-wrap .multiple-cards .media-list .media .media-body h5 {
  margin: 0;
  font-size: 16px;
}

.settings-main-wrap .multiple-cards .media-list .media .media-body p {
  margin: 0;
  color: #7d7d7d;
}

.settings-main-wrap .multiple-cards .media-list .media .action-wrap a.edit-btn {
  color: var(--main-color);
  text-decoration: underline;
  font-weight: 600;
}

/****Settings Page Ends******/

.settings-main-wrap .profile-wrapper .nav-tabs .nav-link.active {
  background: var(--main-color);
  color: #fff;
}

.settings-main-wrap .profile-wrapper .nav-tabs .nav-link {
  text-decoration: none;
  font-weight: 500;
}

.settings-page-outer .booking-wrapper .profile-media {
  margin: 0 0 20px 0;
  -ms-flex-align: center;
  align-items: center;
}

.settings-page-outer .booking-wrapper .profile-media .icon-wrap img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border: 3px solid #fff;
  border-radius: 3px;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important;
}

.settings-page-outer .booking-wrapper .profile-media .media-body {
  padding: 0 0 0 20px;
}

.settings-page-outer .booking-wrapper .profile-media .media-body h4 {
  margin: 0;
  font-size: 25px;
  font-weight: 700;
}

.settings-page-outer .booking-wrapper .profile-media .media-body p {
  color: var(--main-color);
  display: block;
  font-size: 16px;
  font-weight: 500;
}

.settings-page-outer .booking-wrapper ul.booking-details {
  margin: 0 0 20px 0;
  padding: 20px;
  background: #fafafa;
}

.settings-page-outer .booking-wrapper ul.booking-details li {
  position: relative;
  text-align: left;
  display: block;
  font-weight: 500;
  font-size: 15px;
  padding-left: 37px;
  margin-bottom: 15px;
}

.settings-page-outer .booking-wrapper ul.booking-details li:hover {
  color: var(--color-body);
}

.settings-page-outer .booking-wrapper ul.booking-details li i {
  font-size: 25px;
  color: #cfcfcf;
  position: absolute;
  left: 0;
  top: 5px;
}

.settings-page-outer .booking-wrapper ul.booking-details li span {
  display: block;
  color: var(--main-color);
  text-transform: uppercase;
  margin-bottom: 1px;
  font-size: 14px;
  font-weight: 600;
}

.settings-page-outer .booking-wrapper ul.booking-details li a {
  word-break: break-all;
}

.settings-page-outer .page-form h4 {
  font-size: 20px;
  margin-bottom: 10px;
}

.register-area .home-teacher-section .single-instructor-box.teacher .image .img-wrap {
  background: #c2e6f6;
}

.register-area .home-teacher-section .single-instructor-box .image .img-wrap {
  border-radius: 5px;
}

.register-area .home-teacher-section .single-instructor-box .image .img-wrap img {
  object-fit: contain;
  max-width: 130px;
  margin: auto;
  right: 0;
}

.home-teacher-section .single-instructor-box.student .image .img-wrap {
  background: #ffe5be;
}

.home-teacher-section .single-instructor-box.student .image {
  border-color: #ffe5be;
}

.notifications-row .media {
  padding: 15px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 12%);
  border-radius: 10px;
}

.notifications-row .media:not(:last-of-type) {
  margin: 0 0 15px 0;
}

.notifications-row .media .media-date {
  width: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 26px;
  border-radius: 10px;
  background: var(--color-secondary);
  color: var(--white);
}

.notifications-row .media .media-body {
  padding: 0 0 0 15px !important;
}

.notifications-row .media h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 4px;
}

.notifications-row .media p {
  margin: 0;
  color: #7d7d7d;
}

.notifications-row .media p i {
  margin: 0 5px 0 0;
  color: var(--color-secondary);
}

.notifications-row .media h3 a {
  text-decoration: none;
}

.notifications-row .media h3 a:hover {
  color: var(--color-secondary);
  text-decoration: underline;
}

.notifications-row .media h3 a {
  transition: .3s;
  color: var(--main-color);
}

.profile-wrapper.home-teacher-section .single-instructor-box .content {
  margin-top: 10px;
}

.profile-wrapper.home-teacher-section .single-instructor-box .content .theme-button {
  margin: 10px 0 0 0;
  padding: 6px 15px;
  font-size: 13px;
}

.profile-wrapper.home-teacher-section .single-instructor-box .content span {
  font-size: 13px;
  line-height: 1.3;
}

/****About Us*****/

.love-tutorme h2 {
  color: rgb(0, 113, 220);
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0.75px;
}

.love-tutorme p {
  color: #414040;
  font-weight: 400;
  margin-bottom: 20px;
  letter-spacing: 0.3px;
}

.love-tutorme ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.love-tutorme ul li {
  list-style: none;
  padding: 10px 5px 10px 28px;
  position: relative;
}

.love-tutorme ul li::before {
  content: ">";
  position: absolute;
  left: 0;
  color: rgb(0, 113, 220);
}

.love-tutorme img {
  width: 100%;
  border-radius: 5px;
}

.new-skills {
  background-color: #f2f9fc;
}

.about-image {
  position: relative;
  padding-right: 100px;
  padding-bottom: 50px;
}

.about-image img {
  border-radius: 5px;
  max-width: 100%;
  height: auto;
}

.about-image img:nth-child(2) {
  position: absolute;
  right: 10px;
  bottom: 0;
  z-index: 1;
}

.about-content {
  padding-left: 15px;
}

.about-content .sub-title {
  text-transform: uppercase;
  display: block;
  color: #3bb3e5;
  font-weight: 500;
  margin-bottom: 10px;
}

.about-content h2 {
  margin-bottom: 15px;
  line-height: 1.1;
  font-size: 36px;
  font-weight: 600;
  color: rgb(0, 113, 220);
}

.about-content h6 {
  margin-bottom: 14px;
  line-height: 1.6;
  font-weight: 600;
}

.about-content .features-text h5 {
  margin-bottom: 22px;
  position: relative;
  font-size: 17px;
  font-weight: 600;
  padding-left: 47px;
  padding-top: 7px;
}

.about-content .features-text i {
  position: absolute;
  left: 0;
  top: 0;
  width: 35px;
  height: 35px;
  background-color: rgb(0, 113, 220);
  text-align: center;
  line-height: 35px;
  color: #fff;
  font-size: 20px;
  -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1);
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1);
  border-radius: 50%;
}

.about-content p {
  margin-bottom: 15px;
  line-height: 1.7;
  color: #727695;
  font-size: 15px;
}

.content-page h2 {
  font-size: 35px;
}

.content-page h3 {
  font-size: 30px;
}

.content-page h4 {
  font-size: 26px;
}

.content-page h5 {
  font-size: 22px;
}

.content-page h6 {
  font-size: 18px;
}

.content-page p, .content-page li {
  font-size: 15px;
}

.content-page li:hover {
  color: inherit;
}

.content-page p {
  margin-bottom: 15px;
}

.contact-info-box {
  text-align: center;
  border-radius: 5px;
  transition: .5s;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 8%);
  background: #fff;
  padding: 30px 20px;
  height: 100%;
}

.contact-info-box .icon {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: #f5f5f5;
  border-radius: 50%;
  font-size: 35px;
  color: var(--main-color);
  transition: .5s;
  margin-bottom: 15px;
  position: relative;
}

.contact-info-box .icon i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.contact-info-box h3 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
}

.contact-info-box p {
  margin-bottom: 0;
  line-height: 1.7;
  color: #727695;
}

.contact-info-box p a {
  display: inline-block;
  color: #727695;
  text-decoration: none;
}

.contact-info-box:hover {
  transform: translateY(-10px);
}

.contact-form {
  background-color: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 8%);
  border-radius: 5px;
  padding: 40px;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.contact-form .form-group .form-control {
  border: 1px solid #e6e9fc;
  font-size: 15px;
}

.contact-form .form-group textarea.form-control {
  min-height: 120px;
}

/******FAQ Page******/

.faq-page .card {
  border-radius: 5px;
  display: block;
  -webkit-box-shadow: 2px 8px 20px 0 rgba(25, 42, 70, .13)!important;
  box-shadow: 2px 8px 20px 0 rgba(25, 42, 70, .13)!important;
  background: #fff;
  margin-bottom: 15px;
  border: none;
}

.faq-page .card .btn-link {
  width: 100%;
  border: none;
  padding: 20px 25px 17px 60px;
  color: #252525;
  text-decoration: none;
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
}

.faq-page .card .card-body {
  padding-bottom: 20px;
  padding-right: 25px;
  padding-left: 60px;
  padding-top: 0;
  line-height: 1.7;
  color: #727695;
  font-size: 15px;
}

.faq-page .card .btn-link::before {
  content: "\f078";
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  left: 25px;
  top: 22px;
  font-size: 16px;
  -webkit-transition: .5s;
  transition: .5s;
}

.faq-page .card .btn-link:not(.collapsed)::before {
  -webkit-transform: rotate( 180deg);
  transform: rotate( 180deg);
}

/********New Home Page**********/

.axil-header-extra .search-form-wrapper .search-form {
  position: relative;
}

.axil-header-extra .search-form-wrapper .search-form .button-wrap {
  position: absolute;
  top: 50%;  
  left: 15px;   
  border-radius: 50%;
  font-size: 17px;
  line-height: 37px;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.axil-header-extra .search-form-wrapper .search-form input {
  border: none;  
  border-radius: 2px;
  padding: 0 30px 0px 40px;
  height: 36px;
  border: 1px solid #dee0e1;
}

.login-signup.area {
  padding: 15px 52px 15px 10px;
  background: #0071dc;
  color: #fff;
  border-radius: 50px;
  font-weight: 500;
  position: relative;
}

.login-signup.area a {
  text-decoration: none;
  color: inherit;
}

.login-signup.area::after {
  content: "\f007";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 700;
  width: 42px;
  right: 7px;
  height: 42px;
  background: #fff;
  border-radius: 50%;
  font-size: 20px;
  line-height: 42px;
  color: #0071dc;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 5px;
  right: 5px;
}

.home-banner-new .text-wrap h1 {
  color: #fff;
}

.home-banner-new .text-wrap h1 .words-wrap .word {
  background: transparent;
  padding: 0;
}

.home-banner-new .text-wrap h1 {
  color: #fff;
  font-family: var(--home-family);
  font-size: 46px;
  font-weight: 700;
}

.home-banner-new .text-wrap h1 .small-text {
  font-size: 70%;
}

.home-banner-new .text-wrap h1 .words-wrap .word {
  background: transparent;
  padding: 0;
}

.home-banner-new .text-wrap p {
  color: #fff;
  line-height: 1.4;
  font-style: italic;
}

.btn-arrow {
  padding: 15px 52px 15px 20px;
  background: #0071dc;
  color: #fff !important;
  border-radius: 50px;
  font-weight: 500;
  position: relative;
  font-size: 16px;
  text-decoration: none !important;
  transition: .3s;
}

.btn-arrow::after {
  content: "\f324";
  font-weight: 700;
  width: 42px;
  height: 42px;
  background: #fff;
  border-radius: 50%;
  font-size: 16px;
  line-height: 42px;
  color: #0071dc;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 5px;
  font-family: 'Font Awesome 5 Pro';
  right: 5px;
  transition: .3s;
}

.btn-arrow:hover {
  background: #fff;
  color: #0071dc !important;
}

.btn-arrow:hover::after {
  background: #0071dc;
  color: #fff;
}

span.cursive-title {
  display: block;
  text-transform: capitalize;
  color: var(--main-color);
  margin-bottom: 10px;
  font-weight: 500;
  font-family: var(--cursive-font);
  font-size: 25px;
}

.distance-learning-page {
  background: #f5faff;
}

.distance-learning-page .img-wrap a.playbtn {
  width: 80px;
  height: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background: #7ecdee;
  animation: rippleShadow 2s linear infinite;
  top: 70px;
  position: relative;
  left: 70px;
}

.distance-learning-page .text-wrap h2 {
  font-size: 35px;
}

.distance-learning-page .text-wrap .text-inner {
  margin: 0 0 25px 0;
}

.distance-learning-page .text-wrap .text-inner p {
  margin: 0 0 10px 0;
  color: #808080;
  font-size: 18px;
}

.distance-learning-page .text-wrap .learning-list {
  margin: 0 0 20px 0;
}

.distance-learning-page .text-wrap .learning-list .media-body {
  padding: 0 0 0 20px;
  color: #808080;
  font-size: 18px;
}

.distance-learning-page .text-wrap .learning-list .media:not(:last-of-type) {
  margin: 0 0 20px 0;
}

.distance-learning-page .text-wrap .learning-list .media {
  -ms-flex-align: center;
  align-items: center;
}

.distance-learning-page .text-wrap .learning-list .media .media-icon {
  width: 80px;
  height: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
}

.distance-learning-page .text-wrap .learning-list .media.pink .media-icon {
  background: #fdeef2;
}

.distance-learning-page .text-wrap .learning-list .media.blue .media-icon {
  background: #e0f9ff;
}

.distance-learning-page .text-wrap .button-wrap span {
  color: var(--main-color);
  font-weight: 600;
  margin: 0 10px 0 0;
}

.bg-color-home-new {
  background: #f9f9f9;
}

.section-title h2 {
  color: #01385f;
  font-size: 35px;
  max-width: 960px;
  margin: auto;
}

.home-teacher-section .single-instructor-box .image .img-wrap .btn-arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 200px;
  opacity: 0;
  z-index: 2;
}

.home-teacher-section .single-instructor-box:hover .image .img-wrap .btn-arrow {
  opacity: 1;
}

.home-teacher-section .single-instructor-box .image .img-wrap::before {
  background: #0071dc;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1;
  opacity: 0;
  transition: .3s;
}

.home-teacher-section .single-instructor-box:hover .image .img-wrap::before {
  opacity: .5;
}

.offer-area-new {
  background-size: cover;
  background-attachment: scroll;
}

.offer-area-new .icon-wrap {
  width: 80px;
  height: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  margin: 0 auto 50px;
  background: #1373c6;
  animation: rippleShadow 2s linear infinite;
  position: relative;
}

.offer-area-new .icon-wrap::before, .offer-area-new .icon-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  animation: inherit;
  animation-delay: 1s;
}

.offer-area-new .icon-wrap::after {
  animation-delay: 2s;
}

.offer-area-new h2.title {
  font-size: 35px;
  margin: 0 auto 30px;
}

.offer-area-new .section-title {
  max-width: 100%;
}

.section-title-new .subtitle-2 {
  color: #01385f;
  font-size: 35px;
}

.how-ite-works-new {
  background-image: url(../images/new-home/ic_how_workss.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50%;
  position: relative;
}

.how-ite-works-new::before {
  content: "";
  background-image: url(../images/new-home/dots.png);
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: left bottom;
}

.how-ite-works-new .how-works-wrap .works-wrap {
  text-align: center;
}

.how-ite-works-new .how-works-wrap .works-wrap .img-wrap {
  width: 240px;
  height: 240px;
  margin: 0 auto 30px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px dotted #000;
  padding: 13px;
  transition: .3s;
  background: #fff;
}

.how-ite-works-new .how-works-wrap .works-wrap .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.how-ite-works-new .how-works-wrap .works-wrap:hover .img-wrap {
  box-shadow: 0 10px 0 #01385f;
}

.how-ite-works-new .how-works-wrap .works-wrap .text-wrap h5 {
  font-size: 20px;
  font-weight: 700;
  color: #01385f;
  margin: 0 0 10px 0;
}

.how-ite-works-new .how-works-wrap .works-wrap .text-wrap p {
  color: #808080;
  font-size: 18px;
}

.home-banner-new {
  background-image: url(../images/new-home/bannerbg.jpg) !important;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  background-color: #153884 !important;
}

.home-banner-new::after {
  display: none;
}

.home-banner-new .img-wrap {
  position: relative;
}

.home-banner-new .img-wrap img {
  -webkit-animation: border-transform 10s linear infinite alternate forwards;
  animation: border-transform 10s linear infinite alternate forwards;
  width: 100%;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 30px rgba(0, 0, 0, .23);
}

.home-banner-new .img-wrap::after {
  content: "";
  width: 200px;
  height: 200px;
  position: absolute;
  background-image: url(../images/new-home/light.png);
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  z-index: 2;
  top: 20px;
}

.home-banner-new .img-wrap::before {
  -webkit-animation: border-transform 15s linear infinite alternate forwards;
  animation: border-transform 15s linear infinite alternate forwards;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border: 5px solid #fff;
  z-index: 1;
}

.page-wrapper {
  position: relative;
}

.page-wrapper::before, .page-wrapper::after {
  content: "";
  position: absolute;
  width: 210px;
  height: 187px;
  top: 0;
  z-index: 8;
  background-size: contain;
  background-repeat: no-repeat;
}

.page-wrapper::before {
  left: 0;
  background-image: url(../images/new-home/banner-shape.png);
}

.page-wrapper::after {
  right: 0;
  background-image: url(../images/new-home/banner-shape-2.png);
}

.funfacts-section .facts-wrap {
  padding: 0 25px;
}

.funfacts-section .facts-wrap .funfact-inner {
  transition: .5s;
}

.funfacts-section .facts-wrap .funfact-inner .top-wrapper {
  text-align: center;
  padding-top: 30px;
  transition: .5s;
  position: relative;
}

.funfacts-section .facts-wrap .funfact-inner .icon-wrapper {
  display: block;
  margin: 0 auto -70px;
  width: 140px;
  height: 140px;
  padding: 20px;
  border: 1px dotted #01385f;
  border-radius: 50%;
  z-index: 1;
  position: relative;
  transition: .5s;
}

.funfacts-section .facts-wrap .funfact-inner .top-wrapper::after {
  content: "";
  width: 100%;
  position: absolute;
  height: 40px;
  background: #a6d4ff;
  left: 0;
  opacity: 0;
  transition: .5s;
  top: 82px;
}

.funfacts-section .facts-wrap div[class*='col-']:nth-child(2) .funfact-inner .top-wrapper::after {
  opacity: 1;
}

.funfacts-section .facts-wrap .funfact-inner .text-main {
  padding: 100px 30px 30px 30px;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 12%);
  transition: .3s;
}

.funfacts-section .facts-wrap .funfact-inner .text-main .title {
  text-align: center;
  margin: 0 0 40px 0;
}

.funfacts-section .facts-wrap .funfact-inner .text-main .title h4 {
  margin: 0 0 5px 0;
  font-size: 24px;
  font-weight: 700;
  color: #01385f;
}

.funfacts-section .facts-wrap .funfact-inner .text-main p {
  color: #808080;
  font-size: 15px;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}

.funfacts-section .facts-wrap .funfact-inner .text-main ul.features-list {
  list-style-type: none;
  padding: 0;
  max-width: 350px;
  margin: auto;
}

.funfacts-section .facts-wrap .funfact-inner .text-main ul.features-list li {
  font-size: 16px;
  color: #01385f;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #e4e4e4;
}

.funfacts-section .facts-wrap .funfact-inner .icon-wrapper .icon-inner {
  width: 100%;
  height: 100%;
  display: flex;
  border-radius: 50%;
  border: 1px dotted #01385f;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #fafafa;
  transition: .5s;
}

.funfacts-section .facts-wrap .funfact-inner .icon-wrapper .icon-inner img {
  display: table-cell;
  padding: 10px;
  z-index: 1;
}

.funfacts-section .facts-wrap .funfact-inner .icon-wrapper .icon-inner::before {
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  position: absolute;
  background: #fff;
  border-radius: 50%;
  border: 10px solid transparent;
  top: 10px;
  left: 10px;
  transition: .5s;
}

.funfacts-section .facts-wrap div[class*='col-']:nth-child(2) {
  box-shadow: 0 0 15px rgba(0, 0, 0, 12%);
  background: #fff;
  position: relative;
  z-index: 1;
}

.funfacts-section .facts-wrap div[class*='col-']:nth-child(2) .text-main {
  box-shadow: none;
}

.funfacts-section .facts-wrap div[class*='col-']:nth-child(2) .icon-wrapper {
  background: #ecf7ff;
}

.funfacts-section .facts-wrap div[class*='col-']:nth-child(2) .icon-wrapper .icon-inner {
  background: #a6d4ff;
}

.funfacts-section .facts-wrap div[class*='col-']:nth-child(2) .icon-wrapper .icon-inner::before {
  background: #deefff;
}

.funfacts-section .facts-wrap div[class*='col-']:nth-child(2) .text-main {
  padding-bottom: 60px;
}

@-webkit-keyframes border-transform {
  0%, 100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%
  }
}

@keyframes border-transform {
  0%, 100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%
  }
}

@keyframes rippleShadow {
  0% {
    box-shadow: 0 0 0 .2rem rgba(19, 115, 198, 32%);
  }
  100% {
    box-shadow: 0 0 0 2rem rgba(255, 255, 255, 0);
  }
}

@-webkit-keyframes rippleShadow {
  0% {
    box-shadow: 0 0 0 .2rem rgba(19, 115, 198, 32%);
  }
  100% {
    box-shadow: 0 0 0 2rem rgba(255, 255, 255, 0);
  }
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  75% {
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
    opacity: 1
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  75% {
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
    opacity: 1
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0
  }
}

.mainmenu-wrapepr{
  background: #f0efef;
  padding-top: 95px;
}
.mainmenu a i{
    font-size: 24px;
    color: #000;
}
#wrapper {
    padding-top: 60px;
    background-color: rgb(244, 246, 248);
}
.search-form-wrapper{
    margin: 0px 0px 0px 40px;
}

.logo span {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 0px;
    display: inline-block;
    color: #1b4975;
}
.add-question {
    background-color: #256386;
    border-radius: 50px;
    padding: 3px 18px;
    margin-left: 10px;
    color: #fff!important;
    font-size: 14px;
}
.profile-link{
  width: 100%;
  border-radius: 0px;
  padding: 10px 16px!important;
}
.profile-link::after{
 display: none!important;
}
.setting-box{
  padding: 8px 0px;
}
.setting-box a{
  font-size:13px!important;
  line-height: normal;
}
.setting-box + ul{
  margin-top: 0px!important;
  padding: 0.25rem 1rem;
}
.setting-box + ul li a{
  padding: 0rem 0rem!important;
}
/* Large devices (desktops, less than 1500px) */

@media (max-width: 1499.98px) {
  .shop-section .slick-next::before, .shop-section .slick-prev::before {
    font-size: 30px;
  }
  .feedback-slides-content h2, .section-title h2.title {
    font-size: 35px;
  }
  .axil-header-extra .search-form-wrapper .search-form input {
    max-width: 250px;
  }
}

/* Large devices (desktops, less than 1200px) */

@media (max-width: 1199.98px) {
  .login-signup.area {
    padding: 16px 52px 17px 10px;
    font-size: 14px;
  }
  .funfacts-section .facts-wrap .funfact-inner .text-main {
    padding-left: 40px;
    padding-right: 40px;
  }
  .how-ite-works-new .how-works-wrap .works-wrap .img-wrap {
    width: 190px;
    height: 190px;
  }
  .axil-header-extra .search-form-wrapper .search-form input {
    max-width: 170px;
  }
  .page-wrapper::before, .page-wrapper::after {
    display: none;
  }
  .haeder-default .mainmenu-wrapepr .profile-dropdown .btn .media-body h3, .popup-mobile-manu .profile-dropdown .btn .media-body h3 {
    font-size: 14px;
  }
  .haeder-default .mainmenu-wrapepr .profile-dropdown .btn .media-body p, .popup-mobile-manu .profile-dropdown .btn .media-body p {
    font-size: 13px;
  }
  .haeder-default .mainmenu-wrapepr .profile-dropdown .icon-wrap img, .popup-mobile-manu .profile-dropdown .icon-wrap img {
    width: 40px;
    height: 40px;
  }
  /***Settings Page****/
  .settings-page-outer .setting-page-wrap .sidebar-wrap {
    width: 220px;
  }
  .settings-page-outer .setting-page-wrap .settings-main-wrap {
    max-width: calc(100% - 220px);
  }
  .settings-page-outer .setting-page-wrap .sidebar-wrap ul li a {
    padding: 15px 20px;
    font-size: 15px;
  }
  /***Settings Page Ends****/
  .shop-section .slider-wrap .shop-data::before, .shop-section .slider-wrap .shop-data::after, .shop-section .slider-wrap .button-wrap::before, .shop-section .slider-wrap .button-wrap::after {
    display: none;
  }
  .shop-section .slider-wrap .button-wrap {
    margin: 50px 0 10px 0px;
    padding: 0 0 0 0px;
  }
  .shop-section .slider-wrap .shop-data .text-wrap ul {
    padding: 0 0 0 0px;
  }
  .home-banner-section .text-wrap h1 {
    font-size: 35px;
  }
  .home-banner-section .text-wrap h1 .words-wrap {
    height: 50px;
  }
  .feedback-slides-content h2 {
    font-size: 30px;
  }
  .haeder-default .logo a img {
    max-width: 200px;
  }
  .instructor-details-desc .instructor-details-sidebar .instructor-details-meta ul {
    text-align: left;
  }
  .instructor-details-desc .instructor-details-sidebar .instructor-details-meta ul li {
    font-size: 15px;
    margin: 0 0 10px 0;
    display: block;
  }
  .instructor-details-desc .instructor-details-sidebar .social-link {
    margin-top: 5px;
    margin-bottom: 10px;
    text-align: left;
  }
  .instructor-details-desc .instructor-details-sidebar .social-link li a {
    text-align: center;
  }
  .instructor-details-desc .instructor-details h3 {
    margin-bottom: 0px;
  }
  .instructor-details-desc .instructor-details .instructor-details-info h3 {
    margin-bottom: 10px;
  }
}

@media (min-width: 992px) {
  .register-area.register-page .register-image img {
    min-height: 800px;
    object-fit: cover;
  }
  .register-area.forgot-password .register-image img {
    min-height: 420px;
    object-fit: cover;
  }
  .register-area.login-page .register-image img, .register-area.user-type .register-image img {
    min-height: 600px;
    object-fit: cover;
  }
}

/* Medium devices (tablets, less than 992px) */

@media (max-width: 991.98px) {
  .home-banner-new {
    background-size: cover !important;
  }
  .about-image {
    margin-bottom: 30px;
  }
  /***Settings Page****/
  .settings-page-outer .setting-page-wrap {
    display: block;
    position: relative;
    overflow: hidden;
  }
  .settings-page-outer .setting-page-wrap .sidebar-wrap {
    position: absolute;
    z-index: 1;
    background: #fff;
    height: 100%;
    top: 100%;
    transition: .3s;
    opacity: 0;
    width: 100%;
    margin: 0 0 0px 0;
  }
  .settings-page-outer .setting-page-wrap .sidebar-wrap.open-sidebar {
    top: 0;
    opacity: 1;
  }
  .settings-page-outer .setting-page-wrap .settings-main-wrap .profile-wrapper .form-group {
    margin-bottom: 1rem;
  }
  .settings-page-outer .setting-page-wrap .settings-main-wrap {
    max-width: 100%;
  }
  /***Settings Page Ends****/
  .home-banner-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #eaf2fb;
    opacity: .95;
  }
  .home-banner-section {
    position: relative;
    background-size: auto 100%;
    background-position: 80% 100%;
  }
  .home-banner-section .container {
    position: relative;
    z-index: 1;
  }
  .footer-area .single-footer-widget .contact-us-link li, .footer-area .single-footer-widget .support-link li {
    margin-bottom: 5px;
  }
  .courses-details-header .courses-price {
    text-align: left;
  }
  .shop-section .slider-wrap .shop-data .text-wrap ul li:not(:last-child) {
    margin: 0 0 10px 0;
  }
  .shop-section .slider-wrap .shop-data .text-wrap ul li {
    font-size: 16px;
  }
  .axil-counterup-area .counter-container .counter-column:nth-child(even) .counter-box {
    margin-top: 0px;
  }
  .faq-video .video-btn {
    width: 60px;
    height: 60px;
    font-size: 20px;
    line-height: 60px;
  }
  .section-title h2.title {
    font-size: 30px;
  }
  .section-title.text-center p {
    font-size: 16px !important;
  }
  .single-courses-item .courses-box-footer ul li i {
    display: block;
    text-align: center;
  }
  .single-courses-item .courses-box-footer ul li {
    text-align: center;
  }
  .about-inner-area {
    margin-top: 40px;
  }
  .section-heading h2 {
    font-size: 30px;
  }
  .mainmenu li a {   
    padding: 6px 10px!important;
  }
  .mainmenu a i {
    font-size: 20px;
  }
  .ax-search-area a{
    padding: 6px 10px 6px 30px;    
  }
}

@media (min-width: 768px) {
  .shop-section .slick-next {
    right: 0;
  }
  .shop-section .slick-prev {
    left: inherit;
    right: 70px;
    z-index: 1;
  }
  .shop-section .slick-arrow {
    bottom: -24px;
    top: inherit;
  }
}

/* Small devices (landscape phones, less than 768px) */

@media (max-width: 767.98px) {
  /***Settings Page****/
  .settings-page-outer .setting-page-wrap .settings-main-wrap .profile-wrapper {
    padding: 15px;
  }
  /***Settings Page Ends****/
  .home-banner-section .text-wrap p {
    font-size: 17px;
  }
  .home-section-new .section-title h2, .section-title .subtitle-2 {
    font-size: 30px;
  }
  .funfacts-section .facts-wrap .funfact-inner .text-main {
    padding-left: 20px;
    padding-right: 20px;
  }
  .how-ite-works-new .how-works-wrap .works-wrap .img-wrap {
    margin: 0 auto 10px;
  }
  .btn-arrow {
    padding: 13px 52px 13px 20px;
    font-size: 15px;
  }
  .distance-learning-page .text-wrap .button-wrap span {
    display: none;
  }
  .distance-learning-page .text-wrap .text-inner p, .distance-learning-page .text-wrap .learning-list .media-body {
    font-size: 16px;
  }
  .distance-learning-page .text-wrap .learning-list .media .media-icon {
    width: 50px;
    height: 50px;
  }
  .distance-learning-page .text-wrap .learning-list .media-body {
    padding: 0 0 0 15px;
  }
  .distance-learning-page .text-wrap h2 {
    font-size: 25px;
  }
  .faq-page .card .btn-link {
    padding: 18px 20px 15px 47px;
    font-size: 15px;
  }
  .footer-area .single-footer-widget .contact-us-link li, .footer-area .single-footer-widget .support-link li {
    line-height: 1.4;
  }
  .footer-area .single-footer-widget h3 {
    margin-bottom: 10px;
  }
  .page-title-content h2 {
    font-size: 30px;
  }
  .faq-page .card .card-body {
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .about-image {
    text-align: center;
    margin-bottom: 30px;
    padding-right: 0;
    padding-bottom: 0;
  }
  .contact-form {
    padding: 25px;
    max-width: 100%;
  }
  .about-image img:nth-child(2) {
    position: relative;
    right: 0;
    margin-top: 30px;
  }
  .love-tutorme h2, .about-content h2, .register h2 {
    font-size: 28px;
  }
  .about-image img {
    width: 100%;
  }
  .haeder-default .mainmenu-wrapepr .nav-notification .nav-notification-header h4 {
    font-size: 15px;
  }
  .popup-mobile-manu .inner .menu-item ul.mainmenu-item li a {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
  }
  .topbar-ordering-and-search .topbar-ordering:not(:last-of-type) {
    margin: 0 0px 15px 0;
  }
  .topbar-ordering-and-search .topbar-ordering input, .topbar-ordering-and-search .topbar-ordering select {
    width: 100%;
  }
  .home-teacher-section .single-instructor-box {
    margin-bottom: 20px;
  }
  .section-title h2.title {
    font-size: 25px;
  }
  .courses-details-header .courses-meta ul li {
    margin-right: 0;
    display: block;
    border-right: none;
    padding-right: 0;
  }
  .bookingcard ul.booking-info li, .courses-sidebar-information ul li {
    text-align: left;
  }
  .bookingcard ul.booking-info li span, .courses-sidebar-information ul li span {
    width: 100%;
  }
  .shop-section .slick-prev {
    left: 0;
  }
  .shop-section .slick-next {
    right: 0;
  }
  .shop-section .slider-wrap .button-wrap {
    text-align: center;
  }
  .shop-section .slider-wrap .shop-data .text-wrap ul {
    margin: 0 0 30px 0;
  }
  .home-banner-section .text-wrap h1 .words-wrap {
    height: 45px;
    font-size: 35px;
  }
  .home-banner-section {
    padding: 60px 0;
  }
  .site-footer {
    padding: 20px 0;
  }
  .shop-section .slick-arrow {
    width: 40px;
    height: 40px;
  }
  .shop-section .slick-next::before, .shop-section .slick-prev::before {
    font-size: 22px;
  }
  .haeder-default .logo a img, .register-area .register-content .logo img {
    max-width: 160px;
  }
  .register-area .register-content .theme-button, .register-area .register-content .logo {
    margin: 0 0 15px 0;
  }
  .haeder-default .mainmenu-wrapepr .nav-notification {
    width: 15.5rem;
  }
  .page-title-area {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .feedback-slides-content h2 {
    font-size: 25px;
  }
  .feedback-slides-content p {
    font-size: 15px;
  }
  .single-courses-item .courses-content .courses-rating .rating-total {
    display: none;
  }
  .single-courses-item .courses-content {
    padding: 0 15px 15px;
  }
  .single-courses-item .courses-content .courses-rating {
    top: 2px;
  }
  .settings-page-outer .booking-wrapper .profile-media .icon-wrap img {
    width: 60px;
    height: 60px;
  }
  .settings-page-outer .booking-wrapper .profile-media .media-body {
    padding: 0 0 0 10px;
  }
  .settings-page-outer .booking-wrapper .profile-media .media-body h4 {
    font-size: 17px;
    font-weight: 600;
  }
  .settings-page-outer .booking-wrapper .profile-media .media-body p {
    font-size: 14px;
  }
  .settings-page-outer .booking-wrapper ul.booking-details {
    padding: 15px;
  }
  .settings-page-outer .booking-wrapper ul.booking-details li i {
    font-size: 20px;
  }
  .settings-page-outer .booking-wrapper ul.booking-details li {
    font-size: 14px;
    padding-left: 30px;
  }
}

/* Extra small devices (portrait phones, less than 576px) */

@media (max-width: 575.98px) {
  .single-courses-item .courses-content h3 {
    margin-top: 15px;
    font-size: 17px;
  }
  .single-courses-item .courses-box-footer {
    padding: 10px 5px;
  }
  .ax-section-gap {
    padding: 40px 0;
  }
  .home-banner-section .text-wrap h1 {
    font-size: 30px;
  }
}

/* forum notification  */
.starter-template {
	padding: 40px 15px;
	text-align: center;
}

.notificationsbtn a {
	color: #428bca;
}
.activity a{
	padding:0!important;
}

.notificationsbtn a:hover {
	color: #D65C4F;
	text-decoration: none;
}

#notification-list {
	width: 300px;
	max-height: 400px;
	overflow-y: scroll;
}

.dropdown-menu > .panel {
	border: none;
	margin: -5px 0;
}

.panel-heading {
	background-color: #f1f1f1;
	border-bottom: 1px solid #dedede;
}

.activity-item i {
	float: left;
	margin-top: 3px;
	font-size: 16px;
}

div.activity {
	margin-left: 28px;
}

div.activity-item {
	padding: 7px 12px;
	display:flex;
}
.activity-item img{
	width: 30px;
height: 30px;
border-radius: 5px;
border: 2px solid #50d7d0;
margin-top:auto;
margin-bottom:auto;
}

#notification-list div.activity-item {
	border-top: 1px solid #f5f5f5;
}

#notification-list div.activity-item a {
	font-weight: 600;
}

div.activity span {
	display: block;
	color: #999;
	font-size: 11px;
	line-height: 16px;
}

#notifications i.fa {
	font-size: 17px;
}

.noty_type_error * {
	font-weight: normal !important;
}

.noty_type_error a {
	font-weight: bold !important;
}

.noty_bar.noty_type_error a, .noty_bar.noty_type_error i {
	color: #fff
}

.noty_bar.noty_type_information a {
	color: #fff;
	font-weight: bold;
}

.noty_type_error div.activity span
{
	color: #fff
}

.noty_type_information div.activity span
{
	color: #fefefe
}

.no-notification {
	padding: 10px 5px;
	text-align: center;
}

.noty-manager-wrapper {
	position: relative;
	display: inline-block !important;
}

.noty-manager-bubble
{
	position: absolute;
	top: -8px;
	background-color: #ff1900;
	color: #fff;
	padding: 2px 5px !important;
	font-size: 9px;
	line-height: 12px;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	cursor: pointer;
	height: 15px;
	font-weight: bold;

	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	box-shadow:1px 1px 1px rgba(0,0,0,.1);
	opacity: 0;
}
.profile-dropdown {
  margin: 0 0 0 25px;
}

.profile-dropdown .btn, .popup-mobile-manu .profile-dropdown .btn {
	border: none;
	padding: 0 20px 0 0 !important;
	outline: none;
	box-shadow: none;
	background: transparent;
}

.profile-dropdown .btn .media-body, .popup-mobile-manu .profile-dropdown .btn .media-body {
  padding: 0 0 0 10px;
}

.profile-dropdown .btn .media-body h3, .popup-mobile-manu .profile-dropdown .btn .media-body h3 {
  font-size: 17px;
  font-weight: 600;
  margin: 0;
  color:#1b4975;
  max-width: 140px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.profile-dropdown .btn .media-body p, .popup-mobile-manu .profile-dropdown .btn .media-body p {
  margin: 0;
  color: #6c6c6d;
  font-weight: 600;
  font-size: 14px;
  max-width: 140px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.profile-dropdown .icon-wrap img, .popup-mobile-manu .profile-dropdown .icon-wrap img {
  width: 50px;
  height: 50px;
  max-width: 50px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .23);
}

.profile-dropdown .btn::after {
  content: "\f107";
  position: absolute;
  right: 0;
  display: inline;
  border: none;
  top: 5px;
  font-family: "Font Awesome 5 Pro";
  font-weight: var(--body-font-weight);
  font-size: 20px;
  line-height: 1;
  margin: 0;
  color:#1b4975
}

.profile-dropdown .dropdown-menu {
  list-style-type: none;
  background: #FFF;
  border-radius: 5px;
  border: none;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .12);
  min-width: 200px;
  transform: none !important;
  right: 0;
  left: auto !important;
  top: 100% !important;
  margin: 10px 0 0 0;
}

.profile-dropdown .dropdown-menu .dropdown-item, .popup-mobile-manu .dropdown-item {
  text-decoration: none;
}

.notification-wrapper{
	transform: translate3d(-270px, 36px, 0px)!important;
}

.axil-header-extra .search-form-wrapper .search-form input::placeholder {
	color: #767676 !important;
	opacity: 1;
}