@font-face {
  font-family: Regular;
  src: url(../fonts/NeoSansArabicRegular.ttf);
}

@font-face {
  font-family: Medium;
  src: url(../fonts/NeoSansArabicMedium.ttf);
}

@font-face {
  font-family: Bold;
  src: url(../fonts/NeoSansArabicBold.ttf);
}
::-webkit-scrollbar {
  width: 5px;
  height: 9px !important;
}

/* Track */
::-webkit-scrollbar-track {
  background: #e5e5e5;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #127fc4;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  height: 4px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #f59415;
}

* {
  font-family: Regular;
  direction: rtl;
  text-align: right;
}

.parent {
  width: 300px;
}

.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.block-ellipsis {
  display: block;
  display: -webkit-box;
  max-width: 100%;
  height: 43px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

body {
  overflow-x: hidden;
}

body header .topNav {
  background-color: #161144;
  padding: 5px 0;
}

body header .topNav .langCon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

body header .topNav .langCon .dropdown {
  display: inline-block;
}

body header .topNav .langCon .dropdown .langBtn {
  border: none;
  background-color: transparent;
  color: #fff;
}

body header .topNav .langCon .searchCon {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
}

body header .topNav .langCon .searchCon input {
  height: 100%;
  border: none;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 25px;
  border: solid 1px #fff;
  font-size: 12px;
  padding: 8px 50px 8px 5px;
  color: #fff;
}

body header .topNav .langCon .searchCon input::-webkit-input-placeholder {
  color: #fff;
}

body header .topNav .langCon .searchCon input:-ms-input-placeholder {
  color: #fff;
}

body header .topNav .langCon .searchCon input::-ms-input-placeholder {
  color: #fff;
}

body header .topNav .langCon .searchCon input::placeholder {
  color: #fff;
}

body header .topNav .langCon .searchCon input:focus {
  outline: none;
}

body header .topNav .langCon .searchCon button {
  border: none;
  position: absolute;
  top: 35%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 15px;
  padding: 0;
  background-color: transparent;
}

body header .topNav .langCon .searchCon button img {
  width: 100%;
  height: 100%;
}

body header .topNav .media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

@media (max-width: 992px) {
  body header .topNav .media {
    display: none;
  }
}

body header .topNav .media .mediaLink {
  margin: 0 8px;
}

body header .topNav .media .mediaLink img {
  width: auto;
  height: 20px;
}

body header .topNav .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

@media (max-width: 992px) {
  body header .topNav .contact {
    display: none;
  }
}

body header .topNav .contact .contactLink {
  color: #fff;
  text-decoration: none;
  direction: ltr;
  font-size: 14px;
}

body header .topNav .contact .contactLink img {
  width: 20px;
  height: 20px;
  margin: 0 5px;
}

body header .navbar {
  background-color: #fff !important;
  -webkit-box-shadow: 0 3px 15px rgba(164, 164, 164, 0.1);
  box-shadow: 0 3px 15px rgba(164, 164, 164, 0.1);
}

body header .navbar .navbar-brand img {
  width: 100%;
  height: 60px;
  -o-object-fit: contain;
  object-fit: contain;
}

body header .navbar .nav-item {
  margin: 0 10px;
  width: max-content;
}

body header .navbar .nav-item .nav-link {
  color: #201b55;
  font-family: Regular;
}

body header .navbar .nav-item .nav-link.active {
  color: #f48c03;
}

body header .navbar .loginBtn {
  color: #fff;
  background-color: #f48c03;
  border: none;
  padding: 5px 20px;
  border-radius: 20px;
}

body main .homepage {
  overflow-x: hidden;
}

body main .homepage .intro {
  height: 80vh;
  width: 100%;
}

@media (max-width: 992px) {
  body main .homepage .intro {
    height: auto;
  }
}

body main .homepage .intro img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

body main .homepage .homeCardCon {
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
}

@media (max-width: 992px) {
  body main .homepage .homeCardCon {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
    -moz-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    -o-transform: translateY(-10%);
    margin-block: 44px;
  }
}

body main .homepage .homeCardCon .homeCard {
  border: 2px solid #f48c03;
  background-color: #fff;
  border-bottom: 7px solid #f48c03;
  border-radius: 6px;
  padding: 10px 20px 5px !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 992px) {
  body main .homepage .homeCardCon .homeCard {
    margin-bottom: 20px;
  }
}
@media (min-width: 700px) and (max-width: 1000px) {
  body main .homepage .homeCardCon .homeCard img {
    width: 45px !important;
  }
  body main .homepage .homeCardCon .homeCard {
    border: 2px solid #f48c03;
    background-color: #fff;
    border-bottom: 7px solid #f48c03;
    border-radius: 6px;
    padding: 2px 4px 12px !important;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    height: 143px !important;
  }
}

body main .homepage .homeCardCon .homeCard:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

body main .homepage .homeCardCon .homeCard img {
  width: 97px;
  -o-object-fit: contain;
  object-fit: contain;
  height: 77px;
}

body main .homepage .homeCardCon .homeCard .title {
  color: #f48c03;
  font-family: Medium;
}

body main .homepage .homeCardCon .homeCard p {
  color: #201b55;
  font-size: 12px;
  height: 31px;
}

body main .homepage .presentCon {
  padding: 40px 0;
}

body main .homepage .presentCon .presentImg {
  width: 50px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body main .homepage .presentCon .title {
  text-align: center;
  color: #201b55;
  font-family: Medium;
  margin-top: 5px;
  margin-bottom: 20px;
}

body main .homepage .presentCon p {
  color: #3b3e51;
  text-align: center;
  width: 50%;
  margin: 0 auto;
}

@media (max-width: 992px) {
  body main .homepage .presentCon p {
    width: 100%;
  }
}

body main .homepage .presentCon .subtitle {
  color: #f48c03;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}

body main .homepage .presentCon .presentCardCon {
  width: 75%;
  margin: 0 auto;
}

@media (max-width: 992px) {
  body main .homepage .presentCon .presentCardCon {
    width: 100%;
  }
}

body main .homepage .presentCon .presentCardCon .presentCard {
  width: 100%;
  height: 180px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

@media (max-width: 992px) {
  body main .homepage .presentCon .presentCardCon .presentCard {
    margin-bottom: 20px;
  }
}

body
  main
  .homepage
  .presentCon
  .presentCardCon
  .presentCard:hover
  .presentContent {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

body main .homepage .presentCon .presentCardCon .presentCard img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

body main .homepage .presentCon .presentCardCon .presentCard .presentContent {
  background-color: rgba(9, 77, 121, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(75%);
  transform: translateY(75%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

body
  main
  .homepage
  .presentCon
  .presentCardCon
  .presentCard
  .presentContent
  .cardTitle {
  color: #fff;
  padding: 8px 10px 5px;
  font-family: Medium;
}

body main .homepage .presentCon .presentCardCon .presentCard .presentContent p {
  color: #fff;
  text-align: right;
  width: 100%;
  font-size: 10px;
  padding: 10px 10px 0;
}

body main .homepage .presentCon .presentCardCon .presentCard .presentContent a {
  color: #f48c03;
  padding-inline: 10px;
  text-decoration: none;
  font-size: 10px;
}

body main .homepage .presentCon .presentCardCon .startBtn {
  color: #201b55;
  padding: 4px 30px;
  background-color: transparent;
  border-radius: 20px;
  border: 2px solid #201b55;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px auto;
  font-family: Medium;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

body main .homepage .presentCon .presentCardCon .startBtn:hover {
  color: #fff;
  border-color: #f48c03;
  background-color: #f48c03;
}

body main .homepage .saidAboutCon {
  padding: 40px 0;
  background-image: url(../images/photos/saidBg.jpg);
}

body main .homepage .saidAboutCon .subTitle {
  text-align: center;
  color: #201b55;
}

body main .homepage .saidAboutCon .title {
  color: #201b55;
  text-align: center;
  font-family: Bold;
  font-size: 20px;
}

body main .homepage .saidAboutCon .saidSlider {
  direction: ltr !important;
  margin-top: 40px;
}

body main .homepage .saidAboutCon .saidSlider * {
  direction: ltr !important;
}

body main .homepage .saidAboutCon .saidSlider .slick-dots {
  bottom: -50px;
}

body main .homepage .saidAboutCon .saidSlider .slick-dots li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

body main .homepage .saidAboutCon .saidSlider .slick-dots button {
  background-color: #d5edff;
  height: 10px;
  width: 20px;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

body main .homepage .saidAboutCon .saidSlider .slick-dots .slick-active button {
  width: 40px;
  background-color: #201b55;
}

body main .homepage .saidAboutCon .saidCard {
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin: 0 5px;
  direction: rtl !important;
}

body main .homepage .saidAboutCon .saidCard * {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  direction: rtl !important;
}

body main .homepage .saidAboutCon .saidCard p {
  font-size: 12px;
  color: #201b55;
  line-height: 22px;
}

body main .homepage .saidAboutCon .saidCard .person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

body main .homepage .saidAboutCon .saidCard .person img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #ddd;
  margin-left: 10px;
}

body main .homepage .saidAboutCon .saidCard .person .name {
  color: #201b55;
  font-family: Medium;
  font-size: 14px;
  margin-bottom: 5px;
}

body main .homepage .saidAboutCon .saidCard .person .position {
  color: #201b55;
  font-size: 12px;
}

body main .homepage .saidAboutCon .saidCard:hover {
  background-color: #127fc4;
}

body main .homepage .saidAboutCon .saidCard:hover * {
  color: #fff !important;
}

body main .aboutUs .willGetCon {
  padding: 80px 0;
}

body main .aboutUs .willGetCon .getImg {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width: 992px) {
  body main .aboutUs .willGetCon .getImg {
    margin-top: 20px;
  }
}

body main .aboutUs .willGetCon .subtitle {
  color: #201b55;
  font-family: Medium;
  margin-top: 20px;
  font-size: 25px;
}

body main .aboutUs .willGetCon .getCardCon .getCard {
  padding: 20px 0;
}

body main .aboutUs .willGetCon .getCardCon .getCard .cardImgCon {
  background-color: #f5f7f8;
  padding: 15px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

body main .aboutUs .willGetCon .getCardCon .getCard .cardImgCon .cardImg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

body main .aboutUs .willGetCon .getCardCon .getCard .cardTitle {
  color: #201b55;
  font-family: Medium;
  margin-bottom: 5px;
}

body main .aboutUs .willGetCon .getCardCon .getCard .cardDes {
  color: #3b3e51;
  font-size: 13px;
}

body main .courses .corsesCardCon {
  width: 70%;
  margin: 0 auto;
}

@media (max-width: 992px) {
  body main .courses .corsesCardCon {
    width: 95%;
  }
}

body main .courses .corsesCardCon .corsesCard {
  border-radius: 25px;
  border: 1px rgba(112, 112, 112, 0.15) solid;
  overflow: hidden;
  margin-bottom: 20px;
}

body main .courses .corsesCardCon .corsesCard .cardImg {
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
  object-fit: fill;
}

body main .courses .corsesCardCon .corsesCard .cardTitle {
  font-family: Medium;
  color: #161144;
  padding: 10px;
  font-size: 16px;
  height: 54px;
}

body main .courses .corsesCardCon .corsesCard p {
  padding: 0 10px 10px;
  color: #3b3e51;
  font-size: 13px;
  height: 85px;
  overflow: auto;
  margin-bottom: 0;
  line-height: 24px;
  display: -webkit-box;
  max-width: 100%;
  height: 78px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 25px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

body main .courses .corsesCardCon .corsesCard .cardsLink {
  padding: 6px 12px 3px 2px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#201b55),
    color-stop(180%, #201b55)
  );
  background: linear-gradient(#201b55 0%, #3b3e51 180%);
  height: 63px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

body main .courses .corsesCardCon .corsesCard .cardsLink a {
  color: rgb(0, 0, 0);
  text-decoration: none;
  font-size: 13px;
  margin-left: 10px;
}

body main .course {
  padding-bottom: 80px;
}

body main .course .coursetTitle {
  color: #201b55;
  font-family: Medium;
  font-size: 27px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

body main .course .booksCon {
  /*background-color: #f5f7f8;
  border-radius: 5px;
  padding: 20px 10px;
  margin-bottom: 10px;*/
  background-color: #d3d5d9;
  border-radius: 10px;
  padding: 14px 10px;
  margin-bottom: 10px;
}

body main .course .booksCon .row {
  align-items: center;
}

body main .course .booksCon .viewLink {
  width: 100%;
  background-color: #201b55;
  border-radius: 20px;
  color: #fff;
  text-decoration: none;
  padding: 7px 10px;
  display: block;
  text-align: center;
  font-family: Medium;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

body main .course .booksCon .viewLink:hover {
  background-color: #f48c03;
}

body main .course .booksCon .priceCon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

body main .course .booksCon .priceCon .priceTitle {
  color: #f48c03;
  font-size: 12px;
}

body main .course .booksCon .priceCon .price {
  color: #127fc4;
  font-family: Medium;
}

body main .course .courseSlider {
  direction: ltr !important;
  margin-top: 10px;
}

body main .course .courseSlider * {
  direction: ltr !important;
}

body main .course .courseSlider .slick-dots {
  bottom: -50px;
}

body main .course .courseSlider .slick-dots li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

body main .course .courseSlider .slick-dots button {
  background-color: #d5edff;
  height: 10px;
  width: 20px;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

body main .course .courseSlider .slick-dots .slick-active button {
  width: 40px;
  background-color: #201b55;
}

body main .course .detailCon {
  /*margin-top: 60px;
  background-color: #f5f7f8;*/
  margin-top: 60px;
  background-color: #d3d5d9;
  border-radius: 5px;
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  -ms-border-radius: 5;
  -o-border-radius: 5;
}

body main .course .detailCon .link {
  display: block;
  background-color: #201b55;
  padding: 8px 15px;
  color: #fff;
  border-radius: 18px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: Medium;
  text-decoration: none;
}

body main .course .detailCard {
  border-radius: 15px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin-top: 70px;
  position: relative;
  padding: 50px 10px 20px;
}

body main .course .detailCard .detailImg {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #127fc4;
  margin: 0 auto;
}

body main .course .detailCard .detailImg img {
  padding: 20px;
  width: 100%;
  height: 100%;
}

body main .course .detailCard .subtitle {
  color: #f48c03;
  font-size: 12px;
  text-align: center;
}

body main .course .detailCard .title {
  color: #201b55;
  text-align: center;
  font-size: 14px;
  height: 30px;
}

body main .booksLinksCon {
  /*width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;*/
  width: 100%;
  height: 100%;
  display: block;
  overflow: auto;
  /*height: 29px !important;
  line-height: 2;*/
}

@media (max-width: 992px) {
  body main .booksLinksCon {
    margin-bottom: 30px;
  }
}

body main .booksLinksCon a {
  color: #127fc4;
  text-decoration: none;
  font-size: 14px;
  margin-inline: 10px;
}

body main .eventCon {
  padding: 30px 0;
}

body main .eventCon .title {
  color: #3b3e51;
  font-weight: Bold;
}

body main .eventCon .eventImg {
  width: 100%;
  max-height: 350px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-top: 10px;
  border-radius: 15px;
}

body main .eventCon .eventParagraph {
  color: #3b3e51;
  margin-top: 20px;
  line-height: 2;
}

body main .eventCon .corsesSide {
  border: 1px solid #dfdcff;
  background-color: #f5f7f8;
  padding: 20px 20px 10px;
  border-radius: 15px;
  margin-top: 10px;
}

body main .eventCon .corsesSide .sideTitle {
  color: #201b55;
  font-family: Medium;
  font-size: 14px;
  margin-bottom: 10px;
}

body main .eventCon .corsesSide a {
  color: #3b3e51;
  display: block;
  text-decoration: none;
  margin-bottom: 5px;
}

body main .eventCon .eventInfo {
  border: 1px solid #dfdcff;
  background-color: #fbfcfc;
  padding: 20px 20px 10px;
  border-radius: 15px;
  color: #201b55;
  margin-top: 10px;
}

body main .eventCon .eventInfo .info {
  font-size: 14px;
  margin-bottom: 10px;
}

body main .eventCon .eventInfo .info a {
  color: #f48c03;
  text-decoration: underline;
  font-family: Medium;
}

body main .eventCon .eventInfo .info .bold {
  font-family: Medium;
  display: inline-block;
}

body main .eventCon .eventInfo .info img {
  width: 15px;
  margin-inline: 5px;
}

body main .eventCon .whatsContact {
  background-color: #35cc62;
  border-radius: 12px;
  width: 100%;
  padding: 15px 0;
  margin-top: 0px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  font-family: Medium;
}

@media (max-width: 992px) {
  body main .eventCon .whatsContact {
    margin-top: 20px;
  }
}

body main .eventCon .whatsContact img {
  width: 20px;
  margin-left: 10px;
}

body main .eventCon .newsCon {
  border: 1px solid #dfdcff;
  background-color: #f5f7f8;
  padding: 10px 20px 10px;
  border-radius: 15px;
  color: #201b55;
  margin-top: 10px;
}

body main .eventCon .newsCon .newsTitle {
  color: #201b55;
  font-family: Medium;
}

body main .eventCon .newsCon .singleNews {
  padding: 10px 0;
  border-bottom: 1px solid #dfdcff;
}

body main .eventCon .newsCon .singleNews:last-child {
  border: none !important;
}

body main .eventCon .newsCon .singleNews .col-4 {
  padding: 0;
}

body main .eventCon .newsCon .singleNews .newsimg {
  width: 100%;
  height: 50px;
  border-radius: 5px;
  -o-object-fit: cover;
  object-fit: cover;
}

body main .eventCon .newsCon .singleNews .newsDate {
  color: #3b3e51;
  font-size: 12px;
}

body main .eventCon .newsCon .singleNews .singleNewsTitle {
  color: #201b55;
  font-family: Medium;
  font-size: 15px;
  margin-top: 5px;
}

body main .event .whatsContact {
  margin-top: 10px;
}

body main .event .eventInfo {
  margin-top: 40px;
}

body main .categoryCon {
  /*background-color: #f5f7f8;*/

  padding: 5px 40px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  background-color: #f2f0f1;
  height: 65px;
  overflow: auto;
  display: flex;
  align-items: center;
}

.form-check {
  margin-bottom: 0rem;
}

@media (max-width: 992px) {
  body main .categoryCon {
    padding: 5px 10px;
  }
}

body main .categoryCon .form-check {
  display: inline-block;
  padding-left: 1em;
}

@media (max-width: 992px) {
  body main .categoryCon .form-check {
    padding-left: 0.3em;
  }
}

body main .categoryCon .form-check .form-check-label {
  padding: 11px 41px;
  border-radius: 20px;
  color: #127fc4;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: max-content;
  /* margin-left: -5px;*/
  font-family: Regular;
}

@media (max-width: 992px) {
  body main .categoryCon .form-check .form-check-label {
    padding: 5px 15px;
  }
}

body main .categoryCon .form-check .form-check-label.active {
  color: #fff;
  background-color: #161144;
  margin-right: -21px;
  font-family: Bold;
}

body main .categoryCon .form-check .form-check-input {
  display: none;
}

body main .writeCon {
  padding: 60px 0;
  width: 65%;
  margin: 0 auto;
}

@media (max-width: 992px) {
  body main .writeCon {
    width: 100%;
  }
}

body main .writeCon .writeImg {
  width: 50px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body main .writeCon .title {
  text-align: center;
  color: #201b55;
  font-family: Medium;
  margin-top: 5px;
  margin-bottom: 20px;
}

body main .writeCon .writeCard {
  border: 1px rgba(112, 112, 112, 0.15) solid;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 20px;
}

body main .writeCon .writeCard::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

body main .writeCon .writeCard:hover .cardTitle {
  color: #f48c03;
}

body main .writeCon .writeCard:hover::before {
  background-color: #f48c03;
}

body main .writeCon .writeCard .date {
  background-color: #f48c03;
  padding: 5px 12px;
  position: absolute;
  top: 15px;
  left: 15px;
  border-radius: 8px;
  color: #fff;
  text-align: center;
  font-size: 12px;
}

body main .writeCon .writeCard .date div {
  text-align: center;
  font-family: Medium;
  font-size: 20px;
  line-height: 25px;
}

body main .writeCon .writeCard img {
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
  object-fit: cover;
}

body main .writeCon .writeCard .cardTitle {
  color: #201b55;
  font-family: Medium;
  padding: 10px;
  font-size: 14px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: 67px;
  padding-top: 18px;
}

body main .writeCon .writeCard .cardDes {
  color: #3b3e51;
  font-size: 12px;
  padding-inline: 10px;
  padding-bottom: 30px;
  height: 282px;
}
body main .events .writeCon .writeCard .cardDes {
  height: 92px;
}

body main .writeCon .more {
  color: #201b55;
  text-align: center;
  text-decoration: none;
  font-family: Medium;
  display: block;
  margin-top: 20px;
}

body main .groups .booksCon {
  background-color: #f2f0f1;
  border-radius: 15px;
  padding: 10px 20px;
  margin-bottom: 20px;
  margin-top: 10px;
}

body main .groups .booksCon .priceCon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body main .groups .booksCon .priceCon img {
  margin-inline: 10px;
}

body main .groups .booksCon .priceCon .priceTitle {
  color: #127fc4;
  font-size: 12px;
}

body main .groups .booksCon .priceCon .price {
  color: #127fc4;
  font-family: Medium;
}

body main .groups .booksCon .booksLinksCon {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 992px) {
  body main .groups .booksCon .booksLinksCon {
    margin-bottom: 30px;
  }
}

body main .groups .booksCon .booksLinksCon a {
  color: #127fc4;
  text-decoration: none;
  font-size: 14px;
  margin: 0 10px;
}

body main .login .loginCon {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(59, 62, 81, 0.8)),
      to(rgba(59, 62, 81, 0.8))
    ),
    url(../images/photos/portrait-handsome-student-standing-with-books-hands-university-building-background-showing-thumbs-up.jpg);
  background: linear-gradient(rgba(59, 62, 81, 0.8), rgba(59, 62, 81, 0.8)),
    url(../images/photos/portrait-handsome-student-standing-with-books-hands-university-building-background-showing-thumbs-up.jpg);
  background-size: cover;
  width: 100%;
  height: calc(100vh - 206px);
}

body main .login .loginCon .title {
  color: #fff;
  font-family: Medium;
  text-align: center;
  padding-top: 20px;
}

body main .login .loginCon .subtitle {
  color: #fff;
  text-align: center;
  padding-top: 5px;
  margin-bottom: 20px;
}

body main .login .loginCon .loginBox {
  background-color: rgba(255, 255, 255, 0.21);
  width: 33%;
  min-height: 300px;
  margin: 0 auto;
  border-radius: 20px;
  padding: 40px 60px;
}

@media (max-width: 992px) {
  body main .login .loginCon .loginBox {
    width: 95%;
    padding: 40px 20px;
  }
}

body main .login .loginCon .loginBox label {
  font-size: 12px;
  color: #fff;
  margin-bottom: 5px;
}

body main .login .loginCon .loginBox input {
  width: 100%;
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
  padding: 8px 10px;
  font-size: 14px;
  margin-bottom: 10px;
}

body main .login .loginCon .loginBox input:focus {
  outline: none;
}

body main .login .loginCon .loginBox input::-webkit-input-placeholder {
  color: #fff;
}

body main .login .loginCon .loginBox input:-ms-input-placeholder {
  color: #fff;
}

body main .login .loginCon .loginBox input::-ms-input-placeholder {
  color: #fff;
}

body main .login .loginCon .loginBox input::placeholder {
  color: #fff;
}

body main .login .loginCon .loginBox .submitbtn {
  width: 100%;
  border: none;
  background-color: #f48c03;
  padding: 10px;
  text-align: center;
  font-size: 12px;
  color: #fff;
}

body main .login .loginCon .forgetLink {
  display: block;
  margin-block: 10px;
  color: #fff;
  text-align: center;
  font-size: 14px;
}

body main .login .loginCon .signIn {
  font-family: Medium;
  margin-top: 10px;
  padding-bottom: 30px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}

body main .login .loginCon .signIn a {
  color: #f48c03;
  font-family: Medium;
}

body main .account .accountCon {
  min-height: 80vh;
  background-color: #f8f9fb;
  padding-top: 20px;
}

body main .account .accountCon .accountBox {
  background-color: #fff;
  border: 1px solid #f2f2f2;
  -webkit-box-shadow: 0 0 20px rgba(86, 80, 159, 0.14);
  box-shadow: 0 0 20px rgba(86, 80, 159, 0.14);
  border-radius: 10px;
  padding: 50px 30px;
}

body main .account .accountCon .accountBox .nav-link {
  border-radius: 3px;
  margin-bottom: 15px;
  color: #3b3e51;
}

body main .account .accountCon .accountBox .nav-link svg {
  margin-left: 5px;
}

body main .account .accountCon .accountBox .nav-pills .nav-link.active,
body main .account .accountCon .accountBox .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #127fc4;
}

body main .account .accountCon .accountBox .nav-pills .nav-link.active svg *,
body main .account .accountCon .accountBox .nav-pills .show > .nav-link svg * {
  fill: #fff;
}

body main .account .accountCon .accountBox label {
  font-size: 12px;
  color: #3b3e51;
  font-family: Medium;
  display: block;
  margin-bottom: 5px;
}

body main .account .accountCon .accountBox input,
body main .account .accountCon .accountBox select {
  border: 1px solid #eee;
  width: 100%;
  font-size: 12px;
  padding: 10px 15px;
  margin-bottom: 10px;
}

body main .account .accountCon .accountBox input.form-select,
body main .account .accountCon .accountBox select.form-select {
  background-position: left 0.75rem center;
}

body main .account .accountCon .accountBox input:focus,
body main .account .accountCon .accountBox select:focus {
  outline: none;
  border: 1px solid #eee;
  -webkit-box-shadow: none;
  box-shadow: none;
}

body main .account .accountCon .accountBox .submitBtn {
  background-color: #f48c03;
  padding: 10px 20px;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  color: #fff;
  font-family: Medium;
  margin-top: 20px;
  font-size: 12px;
  border-radius: 3px;
}

body main .account .accountCon .accountBox .submitBtn img {
  width: 15px;
  margin-left: 5px;
}

body main .account .accountCon .accountBox td,
body main .account .accountCon .accountBox th {
  color: #3b3e51 !important;
  font-size: 12px;
  font-family: Medium !important;
  text-align: center;
  padding-block: 15px;
  border: none;
}

body main .account .accountCon .accountBox tbody,
body main .account .accountCon .accountBox tfoot,
body main .account .accountCon .accountBox thead,
body main .account .accountCon .accountBox tr {
  border: 1px solid #eee;
}

body main .account .accountCon .accountBox .detailsBtn {
  background-color: #127fc4;
  padding: 4px 8px;
  border: none;
  color: #fff;
  font-size: 12px;
  border-radius: 4px;
}

body main .account .accountCon .accountBox .detailsBtn img {
  margin-left: 5px;
}

body main .colleges .searchCollegeCon {
  background-color: #f5f7f8;
  padding: 20px 0;
}

body main .colleges .searchCollegeCon .title {
  text-align: center;
  color: #161144;
  font-family: Medium;
  margin-bottom: 50px;
  font-size: 39px;
  font-weight: unset;
}

body main .colleges .searchCollegeCon .formCon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

@media (max-width: 992px) {
  body main .colleges .searchCollegeCon .formCon {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 992px) {
  body main .colleges .searchCollegeCon .formCon .formItem {
    width: 100%;
    margin-top: 43px;
  } 
}

body main .colleges .searchCollegeCon .formCon .formItem .submitBtn {
  background-color: #f48c03;
  padding: 11px 40px;
  border-radius: 8px;
  color: #fff;
  border: none;
  font-size: 14px;
  margin-top: 30px;
}

body main .colleges .searchCollegeCon .formCon .formItem label {
  font-size: 14px;
  color: #3b3e51;
  margin-bottom: 10px;
  display: block;
}

body main .colleges .searchCollegeCon .formCon .formItem select {
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #3b3e51;
  border-bottom: 1px solid #3b3e51;
  border-radius: 0;
  padding: 3px 0;
  font-size: 14px;
  width: 200px;
}

@media (max-width: 992px) {
  body main .colleges .searchCollegeCon .formCon .formItem select {
    width: 100%;
  }
}

body main .colleges .searchCollegeCon .formCon .formItem select.form-select {
  background-position: left 0rem center;
}

body main .colleges .searchCollegeCon .formCon .formItem .form-check {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  /* width: fit-content; */
  /* display: inline-block; */
  margin-left: -67px;
  margin-top: 14px !important;
  display: flex;
  flex-direction: row-reverse;
  width: 152px;
  justify-content: flex-end;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  position: absolute;
  top: 1px;
  left: 1px !important;
  width: 20px;
  right: 93% !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 0px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body main .colleges .searchCollegeCon .formCon .formItem .flex-chackbox {
  display: flex;
}

body main .colleges .searchCollegeCon .formCon .formItem .form-check-input {
  border: 1px solid #3b3e51;
}

body
  main
  .colleges
  .searchCollegeCon
  .formCon
  .formItem
  .form-check-input:checked {
  border: 1px solid #3b3e51;
  background-color: #f48c03;
  -webkit-box-shadow: none;
  box-shadow: none;
}

body
  main
  .colleges
  .searchCollegeCon
  .formCon
  .formItem
  .form-check-input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

body main .colleges .collegesCon {
  padding: 70px 0;
}

body main .colleges .collegesCon .collegeCard {
  border: 1px solid rgba(112, 112, 112, 0.15);
  border-radius: 20px;
  padding-top: 5px;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}

body main .colleges .collegesCon .collegeCard a {
  text-decoration: none !important;
  color: #505050 !important;
}

body main .colleges .collegesCon .collegeCard .absNum {
  position: absolute;
  left: 20px;
  top: 15px;
  font-size: 12px;
}

body main .colleges .collegesCon .collegeCard .cardInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

body main .colleges .collegesCon .collegeCard .cardInfo .info {
  margin-left: 25px;
  font-size: 12px;
}

body main .colleges .collegesCon .collegeCard .cardInfo .info img {
  margin-left: 5px;
}

body main .colleges .collegesCon .collegeCard .cardDetails {
  background-color: #ff5858;
  color: #fff;
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  margin-top: 5px;
}

body main .colleges .collegesCon .collegeCard .cardDetails .detail {
  font-size: 12px;
}

body main .colleges .collegesCon .collegeCard .cardDetails .detail img {
  width: 20px;
  height: 15px;
  margin-left: 5px;
}

body main .colleges .collegesCon .collegeCard .imgCard {
  width: 100%;
  margin-bottom: 3px;
}

body main .colleges .collegesCon .collegeCard .title {
  color: #201b55;
  font-family: Medium;
  font-size: 14px;
}

body main .colleges .collegesCon .collegeCard .title:nth-child(1) {
  margin-top: 34px;
}

body main .college {
  background-color: #f2f0f1;
}

body main .college .collegeCon {
  padding: 30px 0 60px;
}

body main .college .collegeCon .collegeCard {
  background-color: #fff;
  padding: 10px;
  border-radius: 25px;
  margin-bottom: 20px;
  position: relative;
}

@media (max-width: 992px) {
  body main .college .collegeCon .collegeCard {
    padding-bottom: 80px;
  }
}

body main .college .collegeCon .collegeCard .imgCard {
  width: 100%;
}

@media (max-width: 992px) {
  body main .college .collegeCon .collegeCard .imgCard {
    width: 60%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

body main .college .collegeCon .collegeCard .contactWhats {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background-color: #35cc62;
  border-radius: 15px;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
}

@media (max-width: 992px) {
  body main .college .collegeCon .collegeCard .contactWhats {
    width: calc(100% - 40px);
  }
}

body main .college .collegeCon .collegeCard .contactWhats img {
  margin-right: 10px;
}

body main .college .collegeCon .collegeCard .absNum {
  position: absolute;
  left: 20px;
  top: 20px;
  font-size: 12px;
}

body main .college .collegeCon .collegeCard .absNum img {
  width: 20px;
}

body main .college .collegeCon .collegeCard .cardInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

@media (max-width: 992px) {
  body main .college .collegeCon .collegeCard .cardInfo {
    margin-top: 10px;
  }
}

body main .college .collegeCon .collegeCard .cardInfo .info {
  margin-left: 40px;
  font-size: 14px;
}

body main .college .collegeCon .collegeCard .cardInfo .info img {
  margin-left: 5px;
}

body main .college .collegeCon .collegeCard .title {
  color: #201b55;
  font-family: Medium;
  font-size: 18px;
}

body main .college .collegeCon .collegeCard .title:nth-child(1) {
  margin-top: 10px;
}

body main .college .collegeCon .collegeTable .header {
  background-color: #dae4ec;
  color: #127fc4;
  padding: 15px 50px;
}

@media (max-width: 992px) {
  body main .college .collegeCon .collegeTable .header {
    padding: 15px 10px;
  }
}

body main .college .collegeCon .collegeTable .tablerow {
  background-color: #fff;
  color: #3b3e51;
  padding: 15px 50px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.15);
}

@media (max-width: 992px) {
  body main .college .collegeCon .collegeTable .tablerow {
    padding: 15px 10px;
  }
}

body main .quiz {
  padding: 10px 0 80px;
}

body main .quiz .title {
  color: #201b55;
  font-family: Medium;
  border-bottom: 1px solid rgba(112, 112, 112, 0.15);
  padding-bottom: 10px;
}

body main .quiz .questionsNumbers {
  margin-top: 20px;
  height: 120px;
  overflow-y: scroll;
}

body main .quiz .questionsNumbers::-webkit-scrollbar {
  width: 0.6em;
}

body main .quiz .questionsNumbers::-webkit-scrollbar-track {
  background-color: #f5f7f8;
  border-radius: 10px;
}

body main .quiz .questionsNumbers::-webkit-scrollbar-thumb {
  background-color: #127fc4;
  border-radius: 10px;
}

body main .quiz .questionsNumbers .questoinNum {
  width: 55px;
  height: 55px;
  color: #3b3e51;
  border: 1px solid #f2f2f2;
  border-radius: 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 10px;
  margin-bottom: 5px;
  font-family: Medium;
}

body main .quiz .questionsNumbers .questoinNum.completed {
  background-color: #f48c03;
  color: #fff;
}

body main .quiz .questionsNumbers .questoinNum.active {
  border: 1px solid #f48c03;
}

body main .questions {
  padding: 10px 0 80px;
}

body main .questions .title {
  color: #201b55;
  font-family: Medium;
  border-bottom: 1px solid rgba(112, 112, 112, 0.15);
  padding-bottom: 10px;
}

body main .courseGroup {
  padding-bottom: 80px;
}

body main .courseGroup .title {
  color: #201b55;
  font-family: Medium;
  border-bottom: 1px solid rgba(112, 112, 112, 0.15);
  padding-bottom: 10px;
}

body main .courseGroup .progress {
  margin-top: 10px;
  margin-bottom: 20px;
  border-radius: 15px;
  height: 12px;
}

body main .courseGroup .progress .progress-bar {
  background-color: #f48c03;
  border-radius: 15px;
}

body main .courseGroup .booksBtns .bookBtn {
  background-color: #f2f0f1;
  border: 1px solid #f2f2f2;
  padding: 11px 4px;
  font-size: 12px;
  font-family: Medium;
  color: #3b3e51;
  border-radius: 10px;
  margin-left: 10px;
  margin-bottom: 10px;
  width: 180px;
  text-align: center;
}
.lableCon .lableText.borderBlack {
  border: 1.5px solid #000;
}

body main .courseGroup .booksBtns .bookBtn.active {
  -webkit-box-shadow: 0 0 20px rgba(86, 80, 159, 0.14);
  box-shadow: 0 0 20px rgba(86, 80, 159, 0.14);
  background-color: #fff;
}

body main .courseGroup .searchCon {
  position: relative;
  display: block;
  margin-block: 20px;
}

body main .courseGroup .searchCon input {
  height: 100%;
  border: none;
  background-color: #f2f0f1;
  color: #3b3e51;
  border-radius: 25px;
  border: solid 1px #fff;
  font-size: 14px;
  padding: 8px 50px 8px 5px;
}

body main .courseGroup .searchCon input::-webkit-input-placeholder {
  color: #3b3e51;
}

body main .courseGroup .searchCon input:-ms-input-placeholder {
  color: #3b3e51;
}

body main .courseGroup .searchCon input::-ms-input-placeholder {
  color: #3b3e51;
}

body main .courseGroup .searchCon input::placeholder {
  color: #3b3e51;
}

body main .courseGroup .searchCon input:focus {
  outline: none;
}

body main .courseGroup .searchCon button {
  border: none;
  position: absolute;
  top: 35%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 15px;
  padding: 0;
  background-color: transparent;
}

body main .courseGroup .searchCon button img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

body main .courseGroup .lableCon {
  border-top: 1px solid #eee;
  padding-top: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.lableCon {
  border-top: 1px solid #eee;
  padding-top: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

body main .courseGroup .lableCon .width-row {
  width: 200px;
}
.lableCon .width-row {
  width: 200px;
}
body main .courseGroup .lableCon .col-md-2 {
  padding-inline: 6px;
}

body main .courseGroup .lableCon .row {
  margin-bottom: 10px;
}

body main .courseGroup .lableCon .lableText {
  background-color: #f2f0f1;
  border: 1px solid #f2f2f2;
  padding: 10px;
  font-size: 12px;
  font-family: Medium;
  color: #3b3e51;
  border-radius: 10px;

  text-align: center;
  margin: 5px;
}
.lableCon .lableText {
  background-color: #f2f0f1;
  border: 1px solid #f2f2f2;
  padding: 10px;
  font-size: 12px;
  font-family: Medium;
  color: #3b3e51;
  border-radius: 10px;
  text-align: center;
  margin: 5px;
}

@media (max-width: 992px) {
  body main .courseGroup .lableCon .lableText {
    margin-bottom: 10px;
  }
}

@media (max-width: 440px) {
  .lableCon .width-row {
    width: 166px;
  }
  body main .courseGroup .lableCon .width-row {
    width: 155px;
  }
  body main .courseGroup .booksBtns .bookBtn {
    background-color: #f2f0f1;
    border: 1px solid #f2f2f2;
    padding: 11px 4px;
    font-size: 12px;
    font-family: Medium;
    color: #3b3e51;
    border-radius: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    width: 160px;
    text-align: center;
  }
}

body main .courseGroup .lableCon .lableText.borderBlack {
  border: 1.5px solid #000;
}

body main .courseGroup .lableCon .lableText.fillOrange {
  background-color: #f48c03;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

body main .courseGroup .lableCon .lableText.borderOrange {
  border: 1.5px solid #f48c03;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-color: #fff;
}

body main .courseGroup .lableCon .lableText.fillBlue {
  background-color: #127fc4;
  color: #fff;
}

body main .courseGroup .lableCon .lableText.borderBlue {
  border: 1.5px solid #127fc4;
  background-color: #fff;
}

body main .result {
  padding: 10px 0 80px;
}

body main .result .title {
  color: #201b55;
  font-family: Medium;
  border-bottom: 1px solid rgba(112, 112, 112, 0.15);
  padding-bottom: 10px;
}

body main .history .historyTitle {
  color: #3b3e51;
  margin-top: 20px;
  font-family: Medium;
  font-size: 14px;
  margin-bottom: 20px;
}

body main .history .historyBox {
  border: 1px solid #f2f2f2;
  -webkit-box-shadow: 0 0 20px rgba(86, 80, 159, 0.14);
  box-shadow: 0 0 20px rgba(86, 80, 159, 0.14);
  padding: 20px 30px;
  border-radius: 8px;
}

body main .history .historyBox .tableRow {
  border: 1px solid #eee;
  border-bottom: none;
  padding: 15px;
}

body main .history .historyBox .tableRow .red {
  color: #ff5858;
}

body main .history .historyBox .tableRow .green {
  color: #35cc62;
}

body main .history .historyBox .tableRow:last-child {
  border-bottom: 1px solid #eee;
}

body main .history .historyBox .tableRow * {
  text-align: center;
  font-size: 12px;
  font-family: Medium;
  color: #3b3e51;
}

body main .quizDetail {
  padding: 10px 0 80px;
}

body main .quizDetail .title {
  color: #201b55;
  font-family: Medium;
  border-bottom: 1px solid rgba(112, 112, 112, 0.15);
  padding-bottom: 10px;
}

body main .quizDetail .form-check {
  width: 300px;
  display: inline-block;
  pointer-events: none;
}

body main .quizDetail .form-check .form-check-label.green {
  border: 2px solid #22d6a3 !important;
  -webkit-box-shadow: 0 0 20px rgba(86, 80, 159, 0.14);
  box-shadow: 0 0 20px rgba(86, 80, 159, 0.14);
}

body main .quizDetail .form-check .form-check-label.green .form-check-input {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #22d6a3;
  border-color: #22d6a3;
}

body main .quizDetail .form-check .form-check-label.red {
  border: 2px solid #ff5858 !important;
  -webkit-box-shadow: 0 0 20px rgba(86, 80, 159, 0.14);
  box-shadow: 0 0 20px rgba(86, 80, 159, 0.14);
}

body main .quizDetail .form-check .form-check-label.red .form-check-input {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #ff5858;
  border-color: #ff5858;
}

body main .quizDetail .currentText {
  color: #22d6a3;
  font-family: Medium;
}

body main .resultScore {
  padding-block: 30px;
}

body main .resultScore .circleProgres .progress {
  width: 80px;
  height: 80px !important;
  float: left;
  line-height: 150px;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
}

body main .resultScore .circleProgres .progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 8px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
}

body main .resultScore .circleProgres .progress > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}

body main .resultScore .circleProgres .progress .progress-left {
  left: 0;
}

body main .resultScore .circleProgres .progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 8px;
  border-style: solid;
  position: absolute;
  top: 0;
}

body main .resultScore .circleProgres .progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

body main .resultScore .circleProgres .progress .progress-right {
  right: 0;
}

body main .resultScore .circleProgres .progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
  -webkit-animation: loading-1 1.8s linear forwards;
  animation: loading-1 1.8s linear forwards;
}

body main .resultScore .circleProgres .progress .progress-value {
  width: 90%;
  height: 90%;
  margin-top: 15px;
  border-radius: 50%;
  background: #fff;
  font-size: 18px;
  color: #3b3e51;
  font-family: Medium;
  line-height: initial;
  text-align: center;
  position: absolute;
  top: 5%;
  left: 5%;
}

body main .resultScore .circleProgres .progress .progress-value .text {
  font-size: 12px;
  line-height: initial;
  text-align: center;
}

body main .resultScore .circleProgres .progress.blue .progress-bar {
  border-color: #127fc4;
}

body
  main
  .resultScore
  .circleProgres
  .progress.blue
  .progress-left
  .progress-bar {
  -webkit-animation: loading-2 1.5s linear forwards 1.8s;
  animation: loading-2 1.5s linear forwards 1.8s;
}



@-webkit-keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
}

@keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
}

body main .resultScore .moreDetail {
  color: #3b3e51;
  text-align: center;
  font-size: 12px;
  font-family: Medium;
  display: block;
}

body main .resultScore .scoreTitle {
  font-family: Medium;
  font-size: 14px;
  color: #3b3e51;
  margin-bottom: 5px;
}

body main .resultScore .scoreSub {
  font-size: 14px;
  color: #3b3e51;
}

body main .resultScore .scoreSub .bold {
  font-family: Medium;
}

body main .resultScore .scoreSub .green {
  color: #35cc62;
}

body main .resultScore .scoreSub .red {
  color: #ff5858;
}

body main .resultScore .markText {
  color: #127fc4;
  font-family: Medium;
  font-size: 25px;
  text-align: center;
}

body main .historyPage {
  padding: 10px 0 80px;
}

body main .historyPage .title {
  color: #201b55;
  font-family: Medium;
  border-bottom: 1px solid rgba(112, 112, 112, 0.15);
  padding-bottom: 10px;
}

body main .historyPage .chart .chartCon {
  border: 1px solid #eff4fa;
  padding: 20px;
  border-radius: 15px;
}

body main .historyPage .chart select {
  border: 1px solid #aaa;
  width: 100%;
  font-size: 12px;
  padding: 5px 10px;
  margin-bottom: 10px;
  width: 200px;
  margin-top: 20px;
}

body main .historyPage .chart select.form-select {
  background-position: left 0.75rem center;
}

body main .historyPage .chart select:focus {
  outline: none;
  border: 1px solid #eee;
  -webkit-box-shadow: none;
  box-shadow: none;
}

body main .date {
  background-color: #f2f0f1;
  border-radius: 15px;
  padding: 10px 20px;
  font-size: 14px;
  font-family: Medium;
  color: #3b3e51;
}

body main .date img {
  margin-left: 10px;
}

body main .quizDetails {
  background-color: #f2f0f1;
  border-radius: 15px;
  padding: 0px 20px;
}

@media (max-width: 992px) {
  body main .quizDetails {
    padding: 20px;
  }
}

body main .quizDetails .startLink {
  background-color: #f48c03;
  color: #fff;
  border-radius: 8px;
  padding: 8px 40px;
  font-family: Medium;
  font-size: 12px;
  text-decoration: none;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 12px;
}

body main .quizDetails .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

body main .quizDetails .detail .subTitle {
  font-size: 12px;
  color: #f48c03;
  margin-top: 10px;
}

body main .quizDetails .detail .title {
  font-size: 13px;
  color: #127fc4;
  font-family: Medium;
}

body main .quizDetails .detail img {
  margin-left: 5px;
}

body main .quizDetails .bookLink {
  background-color: #127fc4;
  color: #fff;
  border-radius: 5px;
  padding: 8px 40px;
  font-family: Medium;
  font-size: 12px;
  text-decoration: none;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 12px;
}

body main .quizDetails .timer {
  color: #f48c03;
  font-family: Medium;
  margin-top: 12px;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

body main .quizDetails .timer img {
  width: 25px;
  margin-right: 5px;
}

body main .questionCount {
  text-align: left;
  color: #3b3e51;
  font-family: Medium;
  font-size: 14px;
  margin-top: 20px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.15);
  padding-bottom: 10px;
}

body main .singleQuestion .questionIndex {
  color: #3b3e51;
  font-size: 14px;
  margin-top: 20px;
}

body main .singleQuestion .questionText {
  color: #3b3e51;
  font-family: Medium;
  margin-bottom: 20px;
}

body main .singleQuestion .questionImg {
  background-color: #eee;
  width: 200px;
  height: 100px;
  margin-bottom: 20px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 15px;
}

@media (max-width: 992px) {
  body main .singleQuestion .questionImg {
    width: 100%;
    height: 200px;
  }
}

body main .singleQuestion .questionVideo {
  background-color: #eee;
  width: 400px;
  height: 200px;
  margin-bottom: 20px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 15px;
}

@media (max-width: 992px) {
  body main .singleQuestion .questionVideo {
    width: 100%;
  }
}

body main .singleQuestion textarea {
  border: none;
  resize: none;
  border-radius: 15px;
  border: 1px solid #3b3e51;
  width: 100%;
}

body main .singleQuestion textarea:focus {
  outline: none;
}

body main .singleQuestion .form-check .form-check-label {
  padding: 10px;
  border: 2px solid transparent;
  border-radius: 10px;
  display: block;
  direction: rtl !important;
  font-family: Medium;
  color: #3b3e51;
}

body main .singleQuestion .form-check .form-check-label span {
  display: inline-block;
  width: 20px;
  font-family: Medium;
}

body main .singleQuestion .form-check .form-check-label.active {
  border: 2px solid #f48c03;
  -webkit-box-shadow: 0 0 20px rgba(86, 80, 159, 0.14);
  box-shadow: 0 0 20px rgba(86, 80, 159, 0.14);
}

body main .singleQuestion .form-check .form-check-input {
  display: inline-block;
  margin-left: 0 !important;
  float: initial;
}

body main .singleQuestion .form-check .form-check-input:checked {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #f48c03;
  border-color: #f48c03;
}

body main .nextBtn {
  background-color: #f48c03;
  border-radius: 8px;
  border: none;
  color: #fff;
  font-size: 12px;
  padding: 10px;
  margin-top: 30px;
}

body main .groupsCon .groupCard {
  border: solid 1px rgba(112, 112, 112, 0.15);
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  body main .groupsCon .groupCard .col-md-7 {
    padding: 0 30px;
  }
}

body main .groupsCon .groupCard .groupImg {
  width: 100%;
  height: 130px;
  -o-object-fit: cover;
  object-fit: cover;
}

body main .groupsCon .groupCard .cardTitle {
  color: #201b55;
  font-family: Medium;
  margin-top: 10px;
}

body main .groupsCon .groupCard .cardSubtitle {
  color: #201b55;
  font-size: 12px;
}

body main .groupsCon .groupCard .books {
  line-height: 1.2;
}

body main .groupsCon .groupCard .books a {
  color: #201b55;
  text-decoration: none;
  font-size: 10px;
  margin-left: 10px;
}

body main .groupsCon .groupCard .books a.more {
  color: #f48c03;
}

body main .groupsCon .groupCard .detail {
  line-height: 1.4;
}

body main .groupsCon .groupCard .detail .title {
  color: #127fc4;
  font-size: 10px;
}

body main .groupsCon .groupCard .detail .title img {
  margin-left: 3px;
}

body main .groupsCon .groupCard .detail .des {
  color: #3b3e51;
  font-size: 10px;
}

body main .groupsCon .groupCard .countsNumber {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 20px;
  font-size: 12px;
  color: #201b55;
}

body main .groupsCon .groupCard .countsNumber span {
  font-family: Medium;
  margin: 0 3px;
}

body main .groupsCon .groupCard .progressCon {
  padding: 10px 20px 20px;
}

body main .groupsCon .groupCard .progressCon .progress {
  border-radius: 0.5rem !important;
  overflow: initial;
  height: 13px;
}

body main .groupsCon .groupCard .progressCon .progress .progress-bar {
  background-color: #201b55 !important;
  position: relative;
  border-radius: 0.5rem !important;
  overflow: initial;
}

body main .groupsCon .groupCard .progressCon .progress .progress-bar::before {
  content: "50%";
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #f48c03;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

body main .groupsCon .groupCard .groupCardBtn {
  display: block;
  color: #fff;
  background-color: #127fc4;
  text-align: center;
  text-decoration: none;
  padding: 15px 10px;
  font-family: Medium;
  font-size: 14px;
}

body main .groupsCon .groupCard .groupCardBtn img {
  margin-left: 5px;
}

body main .groupsCon .groupCard .groupCardBtn.completed {
  background-color: #ff5858;
}

body main .groupsCon .groupCard .groupCardBtnCon .col-4 {
  padding: 0;
}

body main .groupsCon .groupCard .groupCardBtnCon a {
  color: #fff;
  background-color: #201b55;
  width: 100%;
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  padding: 15px 0;
  height: 100%;
}

body main .groupsCon .groupCard .groupCardBtnCon a.light {
  background-color: #127fc4;
}

body main .groupsCon .groupCard .groupCardBtnCon a img {
  margin-left: 5px;
}

body main .featuresCon {
  padding: 50px 0 80px;
  background-image: url(../images/photos/featuresBg.jpg);
  background-size: cover;
}

body main .featuresCon .featuresImg {
  width: 50px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body main .featuresCon .title {
  color: #201b55;
  font-family: Medium;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 30px;
}

body main .featuresCon .featuresCardCon .featuresCard {
  position: relative;
  width: 100%;
  height: 300px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #e0e2e9;
  margin-bottom: 15px;
}

@media (max-width: 992px) {
  body main .featuresCon .featuresCardCon .featuresCard {
    margin-bottom: 20px;
  }
}

body main .featuresCon .featuresCardCon .featuresCard .bg1,
body main .featuresCon .featuresCardCon .featuresCard .bg2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -o-object-fit: cover;
  object-fit: cover;
}

body main .featuresCon .featuresCardCon .featuresCard .bg1 {
  opacity: 1;
}

body main .featuresCon .featuresCardCon .featuresCard .bg2 {
  opacity: 0;
}

body main .featuresCon .featuresCardCon .featuresCard .cardContent {
  z-index: 10;
  position: relative;
}

body main .featuresCon .featuresCardCon .featuresCard .cardContent .circle {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: #f5f7f8;
  margin: 20px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

body main .featuresCon .featuresCardCon .featuresCard .cardContent .circle svg {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

body main .featuresCon .featuresCardCon .featuresCard .cardContent .cardTitle {
  color: #3b3e51;
  text-align: center;
  font-family: Medium;
  margin-bottom: 10px;
  font-size: 18px;
}

body
  main
  .featuresCon
  .featuresCardCon
  .featuresCard
  .cardContent
  .cardSubtitle {
  color: #3b3e51;
  text-align: center;
  font-size: 14px;
}

body main .featuresCon .featuresCardCon .featuresCard:hover .bg1 {
  opacity: 0;
}

body main .featuresCon .featuresCardCon .featuresCard:hover .bg2 {
  opacity: 1;
}

body main .featuresCon .featuresCardCon .featuresCard:hover .circle {
  /*background-color: #201b55;*/
  background-color: #fff;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

body main .featuresCon .featuresCardCon .featuresCard:hover .circle svg * {
  fill: #fff !important;
}

body main .aboutUsCon {
  padding: 30px 0;
}

body main .aboutUsCon .aboutImg {
  width: 100%;
}

@media (max-width: 992px) {
  body main .aboutUsCon .aboutImg {
    margin-top: 50px;
  }
}

body main .aboutUsCon .subtitle {
  color: #f48c03;
  font-size: 16px;
  margin-top: 80px;
}

@media (max-width: 992px) {
  body main .aboutUsCon .subtitle {
    margin-top: 20px;
  }
}

body main .aboutUsCon .title {
  color: #201b55;
  font-family: Medium;
  margin-top: 10px;
}

body main .aboutUsCon .lightTitle {
  color: rgba(9, 77, 121, 0.6);
  font-size: 14px;
  font-family: Medium;
  margin-top: 15px;
  margin-bottom: 15px;
}

body main .aboutUsCon .service {
  color: #201b55;
  font-size: 14px;
  padding-right: 20px;
  position: relative;
  margin-top: 5px;
}

body main .aboutUsCon .service img {
  width: 10px;
  height: 10px;
  background-color: #f48c03;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

body main .partnerCon {
  background-color: #f5f7f8;
  padding: 40px 15%;
}

body main .partnerCon .title {
  color: #f48c03;
}

body main .partnerCon img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

body main .pagePath {
  padding: 10px 10%;
  background-color: #201b55;
  color: #fff;
}

body main .pagePath.dark {
  background-color: #161144;
}

body main .paginationCon {
  margin: 10px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

body main .paginationCon .pagination {
  padding: 0;
}

body main .paginationCon .page-link {
  border: none;
  color: #3b3e51;
  font-family: Medium;
  border-radius: 5px;
}
body main .colleges .searchCollegeCon .formCon .formItem .spa-label {
  font-size: 14px;
  color: #3b3e51;
  margin-bottom: 10px;
  display: block;
  margin-right: 31px !important;
}

body main .paginationCon .page-link:focus {
  background-color: #201b55;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}

body footer {
  background-image: url(../images/photos/Background.jpg);
  background-size: cover;
}

body footer .container {
  padding-block: 60px;
}

body footer .logo {
  width: 50%;
  margin-top: 10px;
  margin: 0 auto 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body footer .des {
  color: #fff;
  text-align: center;
  font-size: 11px;
  line-height: 20px;
}

@media (max-width: 992px) {
  body footer .des {
    font-size: 14px;
  }
}

@media (max-width: 992px) {
  body footer * {
    text-align: center;
  }
}

body footer .title {
  color: #f48c03;
  font-size: 17px !important;
  margin-bottom: 10px;
  font-size: Medium;
  font-weight: bold;
}

@media (max-width: 992px) {
  body footer .title {
    margin-top: 50px;
    font-size: 18px !important;
  }
}

body footer .whatsLink {
  color: #fff;
  background-color: #35cc62;
  display: block;
  text-decoration: none;
  padding: 10px 30px;
  font-size: 18px;
  border-radius: 5px;
}

body footer .whatsLink img {
  width: 22px;
  margin-left: 19px;
  margin-right: -17px;
}

body footer .media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  margin-top: 20px;
}

body footer .media a {
  width: 20px;
  height: 20px;
}

body footer .media a img {
  width: 23px;
  height: auto;
}

body footer .link {
  color: #fff;
  text-decoration: none;
  margin-top: 20px;
  display: block;
  font-size: 16px;
}
body footer .link:hover {
  color: #e88803;
}

@media (max-width: 992px) {
  body footer .link {
    font-size: 16px;
  }
}

body footer .link .en {
  direction: ltr;
}

body footer .link img {
  width: 23px;
  height: 18px;
  margin-left: 10px;
}

body footer .copyRight {
  padding: 15px 12%;
  background-color: #3b3e51;
  color: #a1aec1;
  text-align: center;
  font-size: 18px;
}

body footer .copyRight span {
  font-family: Medium;
  color: #fff;
}
/*# sourceMappingURL=style.css.map */

/*new modifications 11-11-2021*/
.dropdown {
  transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
}
.dropdown .dropdown-menu {
  transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
}
.dropdown:hover .dropdown-menu {
  display: inline !important;
}

button,
.whatsLink {
  transform: translateY(0px);
  transition: all ease-in-out 0.3s !important;
}
button:hover,
.whatsLink:hover {
  box-shadow: 1px 1px 4px gray !important;
  transform: translateY(-2px) !important;
}
.user-div .fa-caret-down {
  position: absolute;
  bottom: 20px;
  right: 50px;
  display: none !important;
}

/* //style.css */
.dropdown {
  transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
}
.dropdown .dropdown-menu {
  transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
}
.dropdown:hover .dropdown-menu {
  display: inline !important;
}

/* style.scss */

/* width */
::-webkit-scrollbar {
  width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f2f0f1;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #127fc4;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #f59415;
}

/* new at the last */
.cardsLink {
  background: linear-gradient(#f48c03 0%, #f48c03b0 180%) !important;
  transition: all ease-in-out 0.3s;
  height: 90px !important;
  overflow: auto;
}
/* new at the last */

.corsesCard .cardsLink,
.corsesCard,
.corsesCard img {
  transition: all ease-in-out 0.3s;
}
.corsesCard img {
  transform: scale(1);
}
/* new at the last */

.corsesCard:hover .cardsLink {
  background: linear-gradient(#201b55 0%, #161144ba 180%) !important;
}
body main .courses .corsesCardCon .corsesCard:hover .cardsLink a {
  color: rgb(255, 255, 255) !important;
}

/* 2331 */
body main .booksLinksCon {
  width: 100%;

  display: block;
  overflow: auto;
  /*height: 32px !important;
  line-height: 2;*/
}
/* 2331 */
body main .booksLinksCon a {
  margin-inline: 10px;
}
/* 538 */
body main .course .booksCon {
  background-color: #d3d5d9;
  border-radius: 10px;
  padding: 14px 10px;
  margin-bottom: 10px;
}
/* new */
body main .course .booksCon .row {
  align-items: center;
}
/* 727 */
body main .course .detailCon {
  margin-top: 60px;
  background-color: #d3d5d9;
  border-radius: 5px;
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  -ms-border-radius: 5;
  -o-border-radius: 5;
}

/* 1080 */
body main .login .loginCon {
  /*height: calc(100vh - 206px);*/
  height: calc(100vh - 175px);
}
/* 804 */
body main .categoryCon {
  background-color: #f2f0f1;
  height: 65px;
  overflow: auto;
  display: flex;
  align-items: center;
}

/* new */

button,
.whatsLink {
  transform: translateY(0px);
  transition: all ease-in-out 0.3s;
}
button:hover,
.whatsLink:hover {
  box-shadow: 1px 1px 4px gray !important;
  transform: translateY(-2px) !important;
}
.user-div .fa-caret-down {
  position: absolute;
  bottom: 0;
  right: 21px !important;
}

/* style tag in courses page */
/* new */
@media (max-with: 768px) {
  .top-menu-btn.dropdown {
    margin-right: 0 !important;
  }
}
/* style tag in index page */
.header-img {
  margin-inline: 10px;
}

.langCon .dropdown-menu {
  top: 31px;
  right: -4px;
}
body header .navbar .nav-item .nav-link {
  font-weight: bold;
}
/*
.select2-container--default .select2-selection--single {
  background-color: transparent !important;
  border: none !important;
  border-bottom: 1px solid #050505 !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: none !important;
  border-style: none !important;
}*/
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  left: 0px !important;
  right: auto !important;
}

