.btn-course-details {
  background: #5600E3;
  border-color: #5600E3;
  border-radius: 50px;
  color: white;
}

.card-head {
  background: #f3f3f3;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom: 1px solid lightgray;
  box-shadow: 0 0.5px 4px #aca5a5;
}

.student-icon {
  height: 42px;
  width: 42px;
  margin-right: 5px;
}

.share-box {
  height: 76px;
  padding: 9px;
  position: absolute;
  display: none;
  justify-content: center;
  align-items: center;
  top: 74%;
  left: 46%;
  transform: translate(-50%, -50%);
  background: white;
  padding-top: 14px !important;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  padding-left: 18px;
  border-radius: 9px;
  z-index: 99999;
}

.student-icon.no-seat {
  height: 33px;
  width: 33px;
  margin-left: 5px;
  box-shadow: 0 0 0 0 #dc3545;
  border-radius: 50px;
  background: black;
  text-align: center;
}

.student-icon.pulse {
  height: 33px;
  width: 33px;
  margin-left: 5px;
  box-shadow: 0 0 0 0 #f0d18e;
  border-radius: 50px;
  background: #a3d5e0;
  text-align: center;
}

.level-header {
  border: 2px solid #f0d18e;
  -webkit-animation: pulse 1s infinite;
          animation: pulse 1s infinite;
}

@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(240, 209, 142, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(240, 209, 142, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(240, 209, 142, 0);
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(240, 209, 142, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(240, 209, 142, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(240, 209, 142, 0);
  }
}
.student-icon-hover:hover {
  background: #827bd1;
}

.level-price {
  font-weight: bold;
  font-size: 20px;
  color: #9c0058;
}

.start-date-title {
  font-weight: bold;
  color: #9c0058;
  margin-bottom: unset;
}

.course-name {
  font-weight: bold;
  color: #9c0058;
  margin-bottom: unset;
}

.seats-status {
  font-size: 11px;
  margin-top: 8px;
  font-weight: bold;
  color: #9c0058;
  margin-left: 4px;
}

.card-third-col {
  width: 104px;
  padding-top: 5px;
}

.share-btn {
  position: relative;
  top: 24px;
  right: 8px;
}

.share-btn:hover {
  cursor: pointer;
}

.share-icon:hover {
  opacity: 0.5;
}

.share-icon {
  width: 15px;
  height: 18px;
}

.share-text {
  font-size: 14px;
  color: #9c0058;
  font-weight: bold;
}

.share-div {
  justify-content: center;
}

.level-date {
  margin-left: 18px;
  font-size: 13px;
}

.student-av-icon {
  width: 48px;
  margin-right: 14px;
}

.level-btns {
  padding-top: 7px;
  text-align: right;
  padding-right: 7px;
}

.level-btns > .reserve-btn {
  margin-top: 7px;
  width: 70px;
  background: #1300dd;
  color: white;
  border-radius: 10px;
}

.level-btns > .reserve-btn:hover {
  background: white;
  color: #1300dd;
  border-color: #1300dd;
}

.level-btns .btn-teacher-details {
  background: #cdcdcd;
  color: #827bd1;
  border-radius: 10px;
}

.level-btns .btn-teacher-details:hover {
  background: #827bd1;
  color: white;
  border-color: #827bd1;
}

.level-details {
  width: 80%;
  padding-top: 12px;
  padding-left: 12px;
  font-weight: bold;
  color: #9c0058;
}

.level-footer {
  background: #e9e9e9;
}

@media (min-width: 992px) {
  .seats-availability {
    padding-right: 20px;
  }

  .comment-text {
    font-size: 0.7rem;
  }

  .commentator p {
    margin-bottom: 0 !important;
  }

  .card-second-col {
    padding-right: 6px;
    padding-left: 10px;
    text-align: center;
    padding-top: 5px;
  }
}
@media (max-width: 991px) {
  .card-second-col {
    text-align: center;
    padding-top: 5px;
  }

  .level-title1 {
    font-size: 1.8rem;
  }

  .level-title2 {
    font-size: 1.8rem;
  }
}
.membership-card {
  width: 80%;
  border-color: #79264a !important;
  background-color: #79264a !important;
}

.membership-card .card-header {
  -webkit-background: #79264a;
  -moz-background: #6c0933;
  font-weight: bold;
  color: white !important;
  text-align: center !important;
  font-size: 22px;
}

.membership-logo > img {
  width: 70px;
  height: auto;
}

.membership-logo {
  text-align: center;
}

.membership-card .card-body {
  background-color: #4b0e26;
}

.membership-details {
  margin-top: 25px;
  color: white;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}

.membership-card .card-body .membership-details .card-item {
  margin-top: 13px;
}

.membership-card .card-body .membership-details .pay-button .pay-light {
  border-radius: 13px;
  margin-top: 20px;
  padding-bottom: 10px !important;
  font-size: 20px;
  color: #79264a;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.membership-card .card-body .membership-details .pay-button .pay-light:hover {
  color: white !important;
  background-color: #79264a;
  border-color: #79264a;
}

.membership-card .card-body .membership-details .pay-button .pay-light .pay-button-text {
  margin-right: 30px;
}

.membership-card .card-body .membership-details .pay-button .pay-button-arrow {
  margin-right: 15px;
}

.membership-card .card-body .membership-details .pay-button .pay-light {
  font-size: 20px;
  color: #79264a !important;
}

.card.payment-card {
  border: unset !important;
}

.payment-card {
  width: 100%;
  border-color: unset !important;
  background-color: white !important;
}

.payment-card .card-header {
  background: #1500e0;
  font-weight: bold;
  color: white !important;
  text-align: center !important;
  font-size: 25px;
}

.membership-logo > img {
  width: 70px;
  height: auto;
}

.membership-logo {
  text-align: center;
}

.payment-card .card-body {
  background-color: white;
  padding-top: 1.25rem;
  padding-bottom: unset !important;
}

.payment-details {
  color: black;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}

.payment-card .card-body .payment-details .card-item {
  margin-top: 13px;
}

.card-footer .confirm-button .pay-light {
  border-radius: 13px;
  margin-top: 20px;
  padding-bottom: 10px !important;
  font-size: 20px;
  color: white;
  background-color: #24a13d;
  border-color: #24a13d;
}

.card-footer .confirm-button .pay-light:hover {
  color: white !important;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.card-footer .confirm-button .pay-light .pay-button-text {
  margin-right: 30px;
}

.card-footer .confirm-button .pay-button-arrow {
  margin-right: 15px;
}

.card-footer .confirm-button .pay-light {
  font-size: 25px;
  color: white !important;
  width: 100% !important;
  border-radius: unset !important;
  border: unset !important;
  font-weight: bold !important;
}

.label-choose {
  font-weight: bold;
  margin-right: 12px;
  color: #008ed6;
}

.pink-light {
  color: #9c0058;
}

.student-details-card {
  position: absolute;
  width: 100%;
  top: 18%;
  z-index: 55;
  left: 10%;
}

.student-details-card .card-header {
  background-color: #79264a;
  font-weight: bold;
  color: white;
}

.text-white {
  color: white !important;
}

.navbar.navbar-expand-md {
  position: relative !important;
  width: 100% !important;
  top: 27px !important;
  background: #57094630 !important;
  z-index: 33;
}

.navbar-nav {
  margin-right: 30px;
}

.navbar-light .navbar-nav .nav-link {
  color: white !important;
}

@font-face {
  font-family: "cairoFont";
  src: url("/fonts/cairo-light.ttf");
  /* IE9 Compat Modes */
  /*src: url('/fonts/cairo-light.ttf?#iefix') format('embedded-opentype'), !* IE6-IE8 *!*/
  /*url('/fonts/cairo-light.ttf') format('woff2'), !* Super Modern Browsers *!*/
  /*url('webfont.woff') format('woff'), !* Pretty Modern Browsers *!*/
  /*url('webfont.ttf')  format('truetype'), !* Safari, Android, iOS *!*/
  /*url('webfont.svg#svgFontName') format('svg'); !* Legacy iOS *!*/
}
a, p, h1, h2, h3, h4, h5, h6, div {
  font-family: cairoFont !important;
}

main {
  position: relative;
  width: 100%;
  z-index: 1;
}

.top-section {
  margin-top: 70px;
}

.color-white {
  color: white;
}

.first-title {
  padding-right: 18px;
  padding-left: 18px;
}

.image-opacity-hover:hover {
  opacity: 0.5;
}

.dropdown.show > .btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #d00454;
  border-color: #d00454;
  font-weight: bold;
}

.dropdown.show > .btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: unset !important;
}

.dropdown > .btn-danger {
  background: unset !important;
  border-color: unset !important;
}

li.nav-item.nav-text {
  position: relative;
}

li.nav-item.nav-text:after {
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
}

li.nav-item.nav-text:hover::after {
  content: "";
  border-bottom: 1.5px solid red;
  display: block;
  position: absolute;
  width: 80%;
  right: 5px;
  transform: scaleX(1);
  bottom: -10px;
}

.nav-lang-item {
  display: flex;
  justify-content: center;
  padding-top: 6px;
}

.nav-circle {
  background: white;
  border-radius: 50px;
  padding-left: 7px;
  padding-right: 7px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #9c0058 !important;
  text-decoration: none !important;
}

.nav-circle:hover {
  background: #d00454;
  color: white !important;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: white !important;
  text-decoration: none;
  background-color: #d00454;
  font-weight: bold;
}

@media (max-width: 400px) {
  .row-sm {
    margin-bottom: 120px;
  }
}
.login-container > .row > .col-lg-12 > img {
  position: relative;
  left: 0px;
  z-index: 1;
  opacity: 0.8;
}

.nav-tabs .nav-link.active {
  border-bottom-left-radius: unset !important;
  border-bottom-right-radius: unset !important;
}

a {
  color: white;
}

@media (max-width: 425px) {
  .login-form {
    background-color: rgba(156, 0, 88, 0.8);
    position: absolute;
    width: 96%;
    left: 10px;
    z-index: 3;
    top: 73px;
    padding: 29px;
    border-radius: 20px;
    color: white;
  }
}
.register {
  color: #fff;
  background-color: #8000E1;
  border-color: #8000E1;
  border-radius: 50px;
}

.login:hover {
  color: white;
  background-color: #d00454;
  border-color: #d00454;
}

.register:hover {
  color: #8000E1;
  background-color: white;
  border-color: #007bff;
}

.reserve-btn {
  position: relative;
  right: 8px;
}

@media (max-width: 991px) {
  .we-all, .dev-your {
    text-align: center;
  }

  .sm-justify-content {
    justify-content: center;
  }

  .login-form {
    background-color: rgba(156, 0, 88, 0.8);
    position: absolute;
    width: 96%;
    left: 10px;
    z-index: 3;
    top: 73px;
    padding: 29px;
    border-radius: 20px;
    color: white;
  }

  .btn-test {
    display: flex;
    font-size: 0.7rem;
  }

  .statics-title {
    text-align: center;
    padding-top: 25%;
    padding-bottom: 12px;
  }

  .btn-toggle-dropdown {
    font-weight: bold !important;
    margin-top: 4px !important;
    width: 100% !important;
    font-size: 22px !important;
    border: 1px solid !important;
  }

  .btn-toggle-dropdown::after {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.7em solid !important;
    border-left: 0.7em solid transparent !important;
    border-bottom: 0;
    border-right: 0.7em solid transparent !important;
    position: relative;
    top: 5px;
    right: 12px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }

  .dropdown-menu {
    min-width: 82% !important;
  }

  .dropdown-menu.lang-drop-menu.show {
    max-width: 16rem !important;
  }

  .first-section-image {
    text-align: center;
  }

  .m-st {
    margin-top: 2rem;
  }

  .login-container {
    margin-top: 80px;
  }

  .m-top-sm {
    margin-top: 2rem;
  }

  .col-lg-3 .chartjs-render-monitor {
    position: relative;
  }

  .fo-so-mtop {
    margin-top: 20px;
  }
}
.active {
  background: #d00454;
  border-radius: 7px !important;
}

.navbar-nav > .nav-item.active > .nav-link {
  padding-right: 10px !important;
  padding-left: 10px !important;
  padding-top: 5px !important;
  padding-bottom: 4px !important;
}

.active:hover {
  border-radius: 7px !important;
}

.dropdown-item {
  font-weight: bold;
}

.btn-footer-subscribe:hover {
  border-color: #1300dd !important;
  color: #1300dd !important;
  background: white !important;
  font-weight: bold;
}

@media (min-width: 992px) {
  .email-input {
    width: 70%;
  }

  .login-form {
    background: -webkit-linear-gradient(0deg, rgba(98, 18, 52, 0.29) 26%, rgba(98, 18, 52, 0.05) 93%);
    position: absolute;
    width: 61%;
    left: 30px;
    z-index: 3;
    top: 73px;
    padding-top: 10px;
    padding-left: 29px;
    padding-right: 29px;
    padding-bottom: 29px;
    border-radius: 20px;
    color: white;
  }

  .btn-test {
    display: flex;
  }

  .col-lg-3 .chartjs-render-monitor {
    position: relative;
    top: 44px;
  }

  .login {
    color: #8000E1;
    background-color: white;
    border-color: #007bff;
    border-radius: 50px;
    margin-right: 10px;
    width: 150px;
  }
}
@media (min-width: 492px) {
  .about-us-section {
    background: #da8c91;
    background: linear-gradient(270deg, rgba(218, 140, 145, 0.9920343137) 34%, #bcbcbc 69%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#da8c91",endColorstr="#bcbcbc",GradientType=1);
    padding-top: 10%;
    padding-bottom: 10%;
  }
  .about-us-section .dropdown.show > .btn-danger:not(:disabled):not(.disabled).active:focus, .about-us-section .btn-danger:not(:disabled):not(.disabled):active:focus, .about-us-section .show > .btn-danger.dropdown-toggle {
    margin-top: 4px !important;
  }
}
@media (max-width: 491px) {
  .about-us-section {
    background: #da8c91;
    background: linear-gradient(270deg, rgba(218, 140, 145, 0.9920343137) 34%, #bcbcbc 69%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#da8c91",endColorstr="#bcbcbc",GradientType=1);
    padding-top: 26%;
    padding-bottom: 10%;
  }
}
.about-us-section > .container-fluid > .row > .col-lg-8 {
  background: lightgray;
}

@media (min-width: 665px) {
  .about-logo {
    text-align: center;
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 664px) {
  .about-logo {
    text-align: center;
    position: absolute;
    top: 14%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.about-logo > img {
  width: 166px;
  margin-top: 15px;
}

@media (min-width: 426px) {
  .about-content {
    color: #B1186C;
    font-weight: bold;
    font-size: 16px;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 105px;
    padding-bottom: 74px;
    text-align: justify;
  }
}
@media (max-width: 425px) {
  .about-content {
    color: #B1186C;
    font-weight: bold;
    font-size: 18px;
    /* padding-right: 15px; */
    /* padding-left: 15px; */
    padding-top: 129px;
    padding-bottom: 74px;
    word-spacing: 9px;
  }
}
.about-container {
  position: relative;
}

.about-buttons {
  text-align: center;
  position: relative;
}

@media (max-width: 626px) {
  .about-buttons > .subscribe {
    width: 6rem;
    height: 61px;
    position: absolute;
    top: 16px;
    left: 70%;
    transform: translate(-49%, -82%);
    background: #8000E1;
    color: #fff;
    border-color: #8000E1;
  }

  .about-buttons > .more-info {
    width: 6rem;
    height: 61px;
    position: absolute;
    top: 16px;
    left: 29%;
    transform: translate(-49%, -82%);
    background: #DBDBDB;
    color: #504e4e;
    border-color: #DBDBDB;
    box-shadow: 0 2px 3px #715b5b;
  }

  .more-info, .subscribe {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    border-radius: 10px;
  }
}
@media (min-width: 627px) {
  .about-buttons > .subscribe {
    width: 12rem;
    height: 61px;
    position: absolute;
    top: 16px;
    left: 63%;
    transform: translate(-49%, -82%);
    background: #8000E1;
    color: #fff;
    border-color: #8000E1;
  }

  .about-buttons > .more-info {
    width: 12rem;
    height: 61px;
    position: absolute;
    top: 16px;
    left: 36%;
    transform: translate(-49%, -82%);
    background: #DBDBDB;
    color: #504e4e;
    border-color: #DBDBDB;
    box-shadow: 0 2px 3px #715b5b;
  }

  .more-info, .subscribe {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    font-weight: bold;
    border-radius: 10px;
  }
}
.about-buttons > .more-info:hover {
  background: white;
}

.more-info, .subscribe:hover {
  opacity: 0.8;
}

@media (max-width: 479px) {
  .about-title {
    width: 100%;
    background: #9C0058;
    text-align: center;
    color: white;
    padding: 5px 10px;
    position: absolute;
    top: 1px;
    left: 50%;
    transform: translate(-50%, -50%);
    word-spacing: 7px;
  }
}
@media (min-width: 480px) {
  .about-title {
    background: #9C0058;
    width: 481px;
    text-align: center;
    color: white;
    padding-top: 5px;
    padding-bottom: 5px;
    position: absolute;
    top: 1px;
    left: 50%;
    transform: translate(-50%, -50%);
    word-spacing: 7px;
  }
}
.btn-login {
  background: #d00454;
  border-color: #d00454;
  color: white;
  border-radius: 10px !important;
}

.btn-login:hover {
  background: white;
  border-color: white;
  color: #d00454;
}

.link-svg {
  width: 100%;
  display: flex;
  justify-content: center;
}

.about-title > h3 {
  font-weight: bold;
  font-size: 1.3rem;
}

.home-statistics {
  padding-top: 30px;
}

.home-statistics > .container-fluid > .row > .col-lg-12 > h1 {
  color: #fff;
  font-weight: bold;
}

.card-body.course-body {
  flex: 1 1 auto;
  padding: 0.5rem !important;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-button {
  width: 8px;
  height: 5px;
}

::-webkit-scrollbar-track {
  background: white;
  border: thin solid white;
  box-shadow: 0px 0px 3px #dfdfdf inset;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #d00454;
  border: thin solid #d00454;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #d00454;
}

.paragraph-bottom-unset {
  margin-bottom: unset !important;
}

.font-bold {
  font-weight: bold;
}

.btn-light {
  color: #79264a !important;
}

.border-bottom-line {
  position: relative;
}

.border-bottom-line::after {
  content: "";
  display: block;
  border-bottom: 1px solid white;
  width: 51%;
  position: relative;
  right: 23%;
  top: 8px;
}

.w-50.students-count-inner.text-center > .st-no {
  position: relative;
}

.w-50.students-count-inner.text-center > .st-no::after {
  content: "";
  border-left: 1px solid white;
  display: block;
  width: 1px;
  height: 194px;
  position: absolute;
  left: 0;
}

.home-statistics {
  padding-bottom: 30px;
}

.gallery-section {
  background: #d6b4c2;
  padding-top: 15px;
  padding-bottom: 50px;
}

.gallery-title {
  background: #a32b5f !important;
  color: white;
  padding: 6px 13px 6px 9px;
}

.chartjs-render-monitorchartLine {
  height: 270px !important;
}

.chartjs-render-monitor {
  height: 270px !important;
}

.gallery-container {
  box-shadow: 0px -2px 6px #222121;
}

.books-section {
  background: #e9ecef;
  padding-top: 38px;
  margin-top: 40px;
}

@media (min-width: 992px) {
  .books-header img {
    width: 100%;
    height: 350px;
  }

  .btn-test .fa-whatsapp {
    font-size: 1rem;
    position: relative;
    left: 4px;
  }

  .nav-margin {
    margin-left: 3rem;
  }

  .nav-sec {
    margin-left: 100px;
  }

  .statics-title {
    text-align: center;
    padding-top: 27%;
    padding-bottom: 12px;
  }

  .statics-title p {
    font-size: 1.2rem;
  }

  .pl-30 {
    padding-left: 30px !important;
  }

  .pr-30 {
    padding-right: 30px !important;
  }

  .link-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    color: white;
    text-align: center;
    position: absolute;
    bottom: 66px;
    left: 0;
    right: 0;
    z-index: 50000;
  }

  .stats-main-num-col {
    padding-right: 27px;
  }

  .bottom-stats-number {
    margin-top: 2.3rem;
    position: relative;
    top: 16px;
  }

  .statistics-row {
    background: #ba6087;
    padding: 60px !important;
  }

  .home-statistics {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.statistics-header-title {
  margin-bottom: 38px;
}

.development {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.developed-by {
  text-decoration: none !important;
  color: white;
  margin-top: 23px;
}

.developed-by p:hover {
  text-decoration: none;
  color: #4b0e26 !important;
}

.developed-by p {
  color: white;
  font-weight: bold;
  font-size: 18px;
}

.red-hover:hover {
  background-color: white;
  border-color: white;
  color: #d00454;
}

.white-hover:hover {
  background-color: #d00454;
  border-color: #d00454;
  color: white;
}

.registration-body {
  color: white;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}

.register-col {
  display: flex;
  justify-content: center;
}

@media (max-width: 991px) {
  .login {
    color: #8000E1;
    background-color: white;
    border-color: #007bff;
    border-radius: 50px;
    margin-right: 10px;
    max-width: 150px;
  }

  .line-chart {
    padding-bottom: 4%;
  }

  .donut-top {
    margin-top: 33px;
  }

  .about-us-section {
    background: #da8c91;
    background: linear-gradient(270deg, rgba(218, 140, 145, 0.9920343137) 34%, #bcbcbc 69%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#da8c91",endColorstr="#bcbcbc",GradientType=1);
    padding-top: 24%;
    padding-bottom: 24%;
  }

  .show-large-screen {
    display: none !important;
  }

  .show-small-screen {
    display: block !important;
  }

  .link-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    color: white;
    text-align: center;
    position: absolute;
    top: 102%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 50000;
  }
}
@media (min-width: 992px) {
  .show-large-screen {
    display: block !important;
  }

  .show-small-screen {
    display: none !important;
  }

  .btn-toggle-dropdown {
    font-weight: bold !important;
    margin-top: 4px !important;
    width: 100% !important;
    font-size: 22px !important;
    border: 1px solid !important;
  }

  .btn-toggle-dropdown::after {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.7em solid !important;
    border-left: 0.7em solid transparent !important;
    border-bottom: 0;
    border-right: 0.7em solid transparent !important;
    position: relative;
    top: 5px;
    left: 12px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }

  .dropdown-menu {
    min-width: 100% !important;
  }

  .dropdown-menu.lang-drop-menu.show {
    max-width: 16rem !important;
  }
}
.dropdown-menu.show {
  display: block;
  padding-left: 15px;
  padding-right: 15px;
  background: #4b1426;
  color: white;
  font-weight: bold;
  text-align: center;
  padding-top: 18px;
  padding-bottom: 16px;
}

.course-div {
  background: #79294a;
  padding: 5px;
  border-radius: 10px;
  margin-top: 20px;
}

.course-div:hover {
  background: #d00454;
}

.lang-link:hover {
  color: #d00454;
}

.carts-background {
  background: #4b0e26;
}

.beginners::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 7.5px;
  background-color: #253cd5;
  position: relative;
  right: 6px;
  top: 2px;
}

.intermediate::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 7.5px;
  background-color: #33dc20;
  position: relative;
  right: 6px;
  top: 2px;
}

.advanced::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 7.5px;
  background-color: #be00b1;
  position: relative;
  right: 6px;
  top: 2px;
}

.toefl::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 7.5px;
  background-color: #db4629;
  position: relative;
  right: 6px;
  top: 2px;
}

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

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

.form-inline.subsc .form-control {
  border-top-left-radius: unset !important;
  border-bottom-left-radius: unset !important;
  border-top-right-radius: 15px !important;
  border-bottom-right-radius: 15px !important;
}

.sub-text {
  font-size: 0.9rem !important;
}

.statics-number {
  text-align: center;
  padding-bottom: 25px;
  font-weight: bold;
}

.statics-second-row {
  margin-top: 21px;
}

.bold-number {
  font-weight: bold !important;
}

@media (max-width: 1252px) {
  .statics-title {
    text-align: center;
    padding-top: 25%;
    padding-bottom: 12px;
  }
}
.link-container:hover {
  opacity: 0.5;
}

.tab-student-link, .tab-teacher-link {
  font-weight: bold;
}

.btn-footer-subscribe {
  background-color: #1300dd;
  position: relative;
  right: 20px;
  border-radius: 10px;
}

@media (min-width: 1300px) {
  .nav-margin {
    margin-right: 1rem;
  }

  .books-header img {
    width: 100%;
    height: 450px;
  }
}
@media (min-width: 441px) {
  .link-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    color: white;
    text-align: center;
    position: absolute;
    top: 102%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 50000;
  }
}
.close-modal {
  position: absolute;
  top: 0;
  right: 23px;
  font-size: 1.7rem;
}

@media (max-width: 991px) {
  .search-from {
    position: absolute;
    top: -21%;
    left: 1%;
  }
}
@media (min-width: 992px) {
  .search-from {
    position: absolute;
    top: -4%;
    left: 10%;
  }
}
.has-search .form-control {
  padding-right: 2.375rem;
}

.has-search .btn:hover {
  color: #d00454;
}

.has-search .form-control-feedback {
  position: absolute;
  z-index: 333;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  /*pointer-events: none;*/
  color: gray;
  font-size: 1.2rem;
  right: 0;
}

.has-search .form-control {
  background: transparent !important;
  border-bottom: 1px solid gray !important;
  border-top: unset;
  border-left: unset;
  border-right: unset;
  border-radius: unset;
}

.has-search .form-control::-moz-placeholder {
  color: gray !important;
}

.has-search .form-control:-ms-input-placeholder {
  color: gray !important;
}

.has-search .form-control::placeholder {
  color: gray !important;
}

.has-search .form-control:focus {
  color: #d00454;
  background-color: #fff;
  border-color: #d00454 !important;
  outline: 0;
  box-shadow: unset !important;
}

.book-container {
  margin-left: 30px;
}

.book-container-more {
  display: flex;
}

.book-details {
  width: 100%;
  padding-left: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.book-details-more {
  width: 100%;
  padding-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.writer-name {
  color: gray;
  font-size: 0.8rem;
}

.writer-name-more {
  color: gray;
  font-size: 0.8rem;
}

.book-title {
  font-size: 1.3rem;
  font-weight: bold;
  color: #d00454;
}

.book-title-more {
  font-size: 1rem;
  font-weight: bold;
  color: #d00454;
}

.price {
  font-size: 1rem;
  font-weight: bold;
  color: #d00454;
}

.price-more {
  font-size: 0.8rem;
  font-weight: bold;
  color: #d00454;
}

.book-container {
  display: flex;
}

.book-btn-more {
  font-size: 0.8rem;
}
