.desktop-only {
  display: block;
}

body {
  font-family: "Tajawal", sans-serif;
}

input[type="text"] {
  text-align: right;
  direction: rtl;
}

.digital-course-english-description {
  width: 600px;
  margin: 0 auto;
  max-width: 97%;
}

.desktop-menu-container .top-menu {
  padding-left: 0px;
}

.desktop-menu-container .top-menu li {
  display: inline-block;
  width: 120px;
  font-size: 18px;
}

.desktop-menu-container.english .top-menu li {
  display: inline-block;
  width: 120px;
  font-size: 17px;
  padding-top: 5px;
}

.desktop-menu-container .top-menu li a {
  text-decoration: none;
  color: white;
  font-weight: bold;
}

.desktop-menu-container .row-1 {
  background-color: #ee8390;
  height: 42px;
  padding-top: 10px;
}

.desktop-menu-container .row-1 .third-column {
  text-align: right;
  direction: rtl;
  color: #7abcb7;
}

.desktop-menu-container .row-1 .second-column {
  text-align: center;
}

.desktop-menu-container .row-1 .first-column .search_form .search_txt {
  height: 24px;
  width: 168px;
  margin-right: 5px;
  border-radius: 15px;
  border: 0;
  padding: 10px;
  margin-left: 4px;
  padding-top: 13px;
}

.desktop-menu-container .row-1 .first-column .search_form #search_btn {
  height: 30px;
  width: 30px;
  border: 0;
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
}

.desktop-menu-container .row-2 {
  background-color: #7abcb7;
  height: 57px;
}

.desktop-menu-container.english .row-2 {
  height: 70px;
}

.desktop-menu-container .row-2 .third-column {
  text-align: right;
}

.desktop-menu-container.english .row-2 .third-column {
  text-align: left;
}

.desktop-menu-container .row-2 .third-column .logo {
  width: 120px;
  padding-top: 5px;
}

.desktop-menu-container .row-2 .second-column {
  text-align: center;
}

.desktop-menu-container .row-2 .first-column {
  padding-left: 0px;
}

.desktop-menu-container.english .row-2 .first-column {
  padding-right: 0px;
}

.desktop-menu-container .row-2 .first-column ul {
  padding-left: 0px;
  height: 66px;
}

.desktop-menu-container .row-2 .first-column>li {
  list-style-type: none;
  width: 130px;
}

.desktop-menu-container .row-2 .first-column li.join-team-btn {
  text-align: center;
  font-weight: bold;
}

.desktop-menu-container .row-2 .first-column li.join-team-btn img {
  display: block;
  width: 35px;
  margin: 0 auto;
  padding-top: 4px;
}

.desktop-menu-container .row-2 .first-column li.join-team-btn span {
  color: white;
}

.desktop-menu-container .row-2 .first-column li.join-team-btn a:hover {
  text-decoration: none;
}

.desktop-menu-container .row-2 .first-column li.covid19-btn {
  background-color: #8ccac3;
}

.desktop-menu-container .row-2 .first-column li.covid19-btn a {
  color: white;
  text-align: center;
  display: block;
  padding-top: 7px;
  font-weight: bold;
  font-size: 18px;
}

.desktop-menu-container .row-2 .first-column li.covid19-btn a:hover {
  text-decoration: none;
}

.desktop-menu-container .row-2 .first-column li.language-btn {
  background-color: #a9bec1;
}

.desktop-menu-container .row-2 .first-column li.language-btn a {
  color: white;
  text-align: center;
  display: block;
  padding-top: 21px;
  font-weight: bold;
  font-size: 18px;
}

.desktop-menu-container .row-2 .first-column li.language-btn a:hover {
  text-decoration: none;
}

/* add .desktop-menu-container-new-design css rules here */

#main-carousel .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%236EABA0' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

#main-carousel .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%236EABA0' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

#main-carousel .carousel-caption {
  text-align: right;
  color: black;
  top: 10%;
  width: 400px;
  max-width: 90%;
}

#main-carousel.english .carousel-caption {
  text-align: left;
}

#main-carousel .carousel-caption .title {
  color: #7abcb7;
  font-size: 30px;
  padding-bottom: 20px;
}

#main-carousel.arabic .carousel-caption .title {
  font-size: 55px;
  font-weight: bold;
}

#main-carousel .carousel-caption .title a {
  color: #7abcb7;
}

#main-carousel .carousel-caption .title a:hover {
  text-decoration: none;
}

.horizontal-carousel-wrapper {
  position: relative;
  margin: 50px auto;
  width: 100%;
  height: 315px;
  background-color: #7bc2b2;
}

.horizontal-carousel-wrapper .slick-arrow {
  background-color: #aedad0;
  cursor: pointer;
  position: absolute;
  height: 315px;
  width: 37px;
  top: 0px;
  z-index: 9999;
}

.horizontal-carousel-wrapper .horizontal-carousel {
  margin-right: 37px;
  margin-left: 37px;
}

.horizontal-carousel-wrapper .custom-prev-button {
  left: 0px;
}

.horizontal-carousel-wrapper .custom-next-button {
  right: 0px;
}

.horizontal-carousel-wrapper .slick-slide {
  text-align: center;
  margin-top: 46px;
  direction: rtl;
}

.horizontal-carousel-wrapper .slick-slide img {
  display: block;
  margin: 0 auto;
  height: 163px;
  border-radius: 30px;
  margin-bottom: 24px;
}

.horizontal-carousel-wrapper .slick-slide .title {
  font-size: 18px;
  color: white;
}

.horizontal-carousel-wrapper-2 {
  position: relative;
  margin: 50px auto;
  width: 100%;
  min-height: 290px;
  background-color: #fdecf4;
  z-index: 999;
}

.horizontal-carousel-wrapper-2 .slick-slide {
  text-align: center;
  margin-top: 0px;
  direction: rtl;
}

.horizontal-carousel-wrapper-2 .slick-arrow {
  cursor: pointer;
  position: absolute;
  height: 33px;
  width: 17px;
  background-size: contain;
  top: 40%;
  z-index: 9999;
}

.horizontal-carousel-wrapper-2 .horizontal-carousel-2 {
  margin-right: 37px;
  margin-left: 37px;
}

.horizontal-carousel-wrapper-2 .custom-prev-button {
  left: 20px;
}

.horizontal-carousel-wrapper-2 .custom-next-button {
  right: 20px;
}

.horizontal-carousel-wrapper-2 .slick-slide {
  text-align: center;
  margin-top: 46px;
  direction: rtl;
}

.horizontal-carousel-wrapper-2 .slick-slide img {
  display: block;
  margin: 0 auto;
  height: 163px;
  border-radius: 30px;
  margin-bottom: 24px;
}

.horizontal-carousel-wrapper-2 .slick-slide .title {
  font-size: 16px;
  color: black;
}

.home-testimonials .slick-arrow {
  position: absolute;
  top: 140px;
  background: transparent;
  border: 0;
  font-size: 30px;
}

.custom-prev-2,
.custom-next-2 {
  color: #7abcb7;
  z-index: 999;
}

.custom-next-2 {
  right: 0px;
}

.custom-prev-2:hover,
.custom-next-2:hover {
  text-decoration: none;
  color: #7abcb7;
}

.testimonials-wrapper .horizontal-carousel {
  margin-right: 37px;
  margin-left: 37px;
}

.testimonials-wrapper .custom-prev-button {
  left: 0px;
}

.testimonials-wrapper .custom-next-button {
  right: 0px;
}

footer {
  background-color: #7abcb7;
}

footer .footer-1 {
  height: 167px;
  background-repeat: no-repeat;
  background-position: center;
}

footer .footer-1 .contact-info a:hover {
  text-decoration: none;
}

footer .footer-1>.column-1 {
  text-align: right;
  padding-top: 43px;
  padding-right: 40px;
}

footer .footer-1>.column-1 h2 {
  color: white;
  font-size: 16px;
}

footer .footer-1>.column-1 h3 {
  color: white;
  font-size: 10px;
}

footer .footer-1>.column-1 .newsletter_email_txt {
  height: 22px;
  padding-top: 2px;
  padding-bottom: 2px;
  width: 290px;
  font-size: 11px;
  margin-bottom: 10px;
}

footer .footer-1>.column-1 .subscribe_btn {
  font-size: 11px;
  width: 80px;
  border-radius: 0;
  color: #7abcb7;
  background-color: white;
  border: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}

footer .footer-1>.column-2 {
  padding-left: 40px;
  padding-top: 54px;
}

footer .footer-1>.column-2 i {
  flex-shrink: 0;
  background-repeat: no-repeat;
  margin-right: 9px;
  width: 15px;
  height: 15px;
  background-size: contain;
}

footer .footer-1>.column-2 span {
  color: white;
  font-size: 14px;
}

footer .footer-2 {
  height: 68px;
  background-color: white;
}

footer .footer-2 span {
  color: #7abcb7;
  font-size: 18px;
  padding-left: 18px;
  padding-right: 14px;
}

footer .footer-2 .row {
  padding-top: 12px;
}

footer .footer-2 .row>.column-1 {
  text-align: right;
  padding-right: 0px;
}

footer .footer-2 .row>.column-2 {
  padding-left: 55px;
}

.latest-articles {
  background-color: #edefee;
}

.latest-articles>.header {
  padding-top: 42px;
  padding-bottom: 0;
}

.latest-articles>.header .row {
  border: none;
}

.latest-articles>.body a:hover {
  text-decoration: none;
}

.latest-articles>.body .latest-article-wrapper {
  width: 240px;
  margin: 0 auto;
}

.latest-articles>.body .latest-article-wrapper .img {
  width: 230px;
  height: 160px;
  max-width: 99%;
  text-align: center;
}

.latest-articles>.body .latest-article-wrapper h2 {
  text-align: center;
  color: black;
  padding-top: 15px;
  font-size: 18px;
  direction: rtl;
}

.latest-articles>.body .latest-article-wrapper p {
  text-align: justify;
  color: black;
  direction: rtl;
  font-size: 14px;
}

.top-category-design-1 {
  position: relative;
  margin-bottom: 52px;
}

.top-category-design-1 .container {
  position: relative;
}

.top-category-design-1 .section-1-title {
  font-size: 36px;
  font-weight: bold;
  margin-top: 48px;
  margin-bottom: 45px;
  color: #ee8491;
  text-align: right;
  direction: rtl;
}

.top-category-design-1 .section-1-description {
  text-align: justify;
  direction: rtl;
  padding-left: 36px;
}

.top-category-design-1 .section-1-image {
  width: 276px;
  height: 295px;
  display: block;
  margin-right: auto;
  margin-left: 0;
}

.middle-category {
  min-height: 445px;
}

.middle-category .section-1-description {
  text-align: justify;
  direction: rtl;
  padding-left: 36px;
}

.middle-category .section-1-image {
  width: 276px;
  height: 295px;
  display: block;
  margin-right: auto;
  margin-left: 0;
}

.horizontal-carousel-wrapper-2 .footer,
.latest-articles .footer {
  text-align: center;
  padding-bottom: 16px;
}

.horizontal-carousel-wrapper-2-with-title .slick-slide {
  margin-top: 0 !important;
}

.horizontal-carousel-wrapper-2 .footer a,
.latest-articles .footer a {
  display: block;
  width: 138px;
  height: 47px;
  background-color: #7abcb7;
  color: white;
  text-align: center;
  margin: 21px auto;
  font-size: 18px;
  padding-top: 13px;
  border-radius: 15px;
}

.horizontal-carousel-wrapper-2 .footer a {
  background-color: #f8e270;
  color: black;
}

.horizontal-carousel-wrapper-2 .footer a:hover,
.latest-articles .footer a:hover {
  text-decoration: none;
}

.custom-view-more-btn-1 {
  display: block;
  width: 138px;
  height: 47px;
  background-color: #7abcb8;
  color: white;
  text-align: center;
  margin: 21px auto;
  font-size: 18px;
  padding-top: 13px;
  border-radius: 15px;
  cursor: pointer;
}

.custom-view-more-btn-1:hover {
  text-decoration: none;
  color: white;
}

.latest-articles .thumbnail-img {
  width: 240px;
  border-radius: 10px;
  max-width: 100%;
}

.title-with-custom-line {
  color: black;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 3px;
  direction: rtl;
}

.custom-line {
  width: 127px;
  display: block;
  margin: 0 auto 31px auto;
}

.home-online-course {
  min-height: 724px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.home-online-course h2 {
  color: white;
  padding-top: 167px;
  padding-bottom: 26px;
  font-size: 55px;
  text-align: center;
  font-weight: bold;
}

.home-online-course p {
  direction: rtl;
  text-align: justify;
  color: white;
}

.home-online-course .icons-wrapper {
  width: 411px;
  margin: 0 auto;
  padding-top: 44px;
  max-width: 96%;
}

.home-online-course .icons-wrapper .icon-wrapper img {
  display: block;
}

.home-online-course .icons-wrapper .icon-wrapper h3 {
  text-align: center;
  font-size: 20px;
  color: white;
  padding-top: 26px;
}

.home-online-course .footer {
  text-align: center;
}

.home-online-course .footer a {
  display: block;
  width: 170px;
  height: 61px;
  background-color: #f2788a;
  color: white;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 47px;
  margin-top: 34px;
  font-size: 25px;
  padding-top: 10px;
  border-radius: 15px;
}

.home-online-course .footer a:hover {
  text-decoration: none;
}

.transparent-overlay {
  background-color: rgba(122, 188, 183, 0.8);
  flex: 0 0 100%;
}

.transparent-overlay-2 {
  position: relative;
  background-color: rgba(122, 188, 183, 0.4);
  flex: 0 0 100%;
}

.transparent-overlay-2>.top-section {
  background-color: rgba(122, 188, 183, 0.4);
  position: absolute;
  top: 0;
  height: 197px;
  width: 100%;
  text-align: center;
}

.transparent-overlay-2>.top-section>.circles-wrapper {
  width: 612px;
  max-width: 96%;
  margin: 0 auto;
  padding-top: 13px;
}

.transparent-overlay-2>.top-section>.circles-wrapper .circle-wrapper {
  padding-top: 46px;
  color: white;
  width: 120px;
  height: 121px;
  background-repeat: no-repeat;
}

.transparent-overlay-2>.bottom-section {
  position: absolute;
  width: 956px;
  max-width: 96%;
  /* height: 80px; */
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}

.transparent-overlay-2>.bottom-section p {
  color: white;
  font-size: 20px;
}

.home-testimonials {
  position: relative;
  min-height: 979px;
  background-repeat: no-repeat;
  background-position: center;
}

.home-testimonials h2 {
  padding-top: 138px;
  padding-bottom: 15px;
  text-align: center;
  color: #ee8390;
  font-size: 55px;
  font-weight: bold;
}

.home-testimonials h3 {
  text-align: center;
  font-size: 22px;
}

.home-testimonials .circles {
  margin: 0 auto;
  padding-top: 19px;
  padding-bottom: 27px;
  text-align: center;
  display: block;
}

.home-testimonials .testimonials-wrapper .testimonial-wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 317px;
  min-height: 360px;
  max-width: 96%;
  border: 7px solid #7abcb7;
  border-radius: 15px;
  background-repeat: repeat-x;
}

.home-testimonials .testimonials-wrapper .testimonial-wrapper>h2 {
  color: white;
  padding-top: 39px;
  padding-bottom: 5px;
  font-size: 20px;
  margin-bottom: 0px;
}

.home-testimonials .testimonials-wrapper .testimonial-wrapper>h3 {
  color: white;
  font-size: 16px;
  padding-bottom: 5px;
}

.home-testimonials .testimonials-wrapper .testimonial-wrapper img {
  display: block;
  margin: 0 auto;
  width: 102px;
  border-radius: 10px;
}

.home-testimonials .testimonials-wrapper .testimonial-wrapper p {
  font-size: 14px;
  text-align: justify;
  direction: rtl;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 31px;
  padding-bottom: 10px;
  margin: 0px;
}

.home-testimonials>.read-more {
  text-align: center;
  color: white;
  position: absolute;
  width: 100%;
  font-size: 22px;
  background-color: #7abcb7;
  height: 110px;
  bottom: 10px;
}

.home-testimonials>.read-more:hover {
  text-decoration: none;
}

.home-community>.top {
  position: relative;
  min-height: 294px;
}

.home-community>.top h2 {
  padding-top: 85px;
  padding-bottom: 15px;
  text-align: center;
  color: #ee8390;
  font-size: 40px;
}

.home-community>.top h3 {
  text-align: center;
  font-size: 22px;
}

.home-community>.bottom {
  min-height: 951px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.mobile-menu {
  display: none;
  direction: rtl;
  background-color: #7abcb7;
}

.mobile-menu .navbar-brand img {
  height: 50px;
}

.mobile-menu .nav-link {
  text-align: right;
  direction: rtl;
}

.mobile-menu .nav-link-english {
  text-align: left;
  direction: ltr;
}

.custom-divider {
  border-bottom: 1px solid #cccccc;
  opacity: 0.5;
}

.category-main-image {
  min-height: 500px;
  text-align: right;
  direction: rtl;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.category-main-image>h2 {
  padding-top: 130px;
  font-size: 100px;
  color: white;
  padding-right: 230px;
}

.category-main-image.english {
  text-align: left;
  direction: ltr;
}

.category-main-image.english>h2 {
  padding-left: 100px;
}

.category-main-image .transparent-overlay-3 {
  background-color: rgba(255, 255, 255, 0.3);
  bottom: 0px;
  height: 225px;
  width: 100%;
  position: absolute;
}

.category-main-image .transparent-overlay-3>h3 {
  padding-right: 230px;
  color: white;
  font-size: 35px;
}

.category-category-description {
  width: 765px;
  max-width: 96%;
  margin: 0 auto;
}

.category-category-description h2 {
  padding-top: 82px;
  padding-bottom: 30px;
  text-align: center;
  font-size: 30px;
}

.category-category-description p {
  direction: rtl;
  text-align: justify;
  padding-bottom: 31px;
}

.category-category-description.english {
  margin-top: 60px;
}

.category-category-description.english p {
  direction: ltr;
  text-align: justify;
  padding-bottom: 31px;
}

.category-category-description img {
  display: block;
  margin: 0 auto;
  padding-bottom: 67px;
}

span.category-all-articles {
  margin: 0 auto;
  padding-top: 19px;
  font-size: 34px;
  margin-top: 64px;
  margin-bottom: 40px;
  display: block;
  height: 81px;
  color: #7abcb7;
  text-align: center;
  background-image: url("/themes/custom/custom_theme/img/all-articles-title-background.png?ver=1");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 250px;
}

.category-single-article-wrapper {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.category-single-article-wrapper .category-single-article {
  width: 828px;
  max-width: 96%;
  margin: 0 auto;
  text-align: justify;
  direction: rtl;
  border: 1px solid #ee8390;
  margin-bottom: 40px;
  padding: 25px;
  border-radius: 10px;
}

.category-single-article-wrapper .category-single-article>h2.title {
  text-align: center;
  direction: rtl;
  padding-bottom: 54px;
}

.category-single-article-wrapper .category-single-article iframe {
  display: block;
  margin: 65px auto;
  max-width: 95%;
}

.category-single-article-wrapper .category-single-article>.read-more {
  margin: 0 auto;
  padding-top: 10px;
  font-size: 24px;
  margin-top: 75px;
  margin-bottom: 62px;
  border-radius: 10px;
  background-color: #7abcb7;
  display: block;
  width: 155px;
  height: 61px;
  color: white;
  text-align: center;
}

.category-single-article-wrapper .category-single-article>.read-more:hover {
  text-decoration: none;
}

.new-projects-wrapper {
  height: 537px;
  background-color: #7abcb7;
  margin-bottom: 120px;
  margin-top: 108px;
}

.new-projects-wrapper>.new-projects {
  background-position: center;
  margin: 0 auto;
  width: 959px;
  max-width: 100%;
  height: 537px;
  position: relative;
}

.new-projects-wrapper>.new-projects>.new-projects-text {
  margin: 0 auto;
  width: 481px;
  height: 138px;
  max-width: 96%;
  text-align: center;
  padding-top: 25px;
  background-color: rgba(122, 188, 183, 0.8);
  position: absolute;
  left: 0;
  right: 0;
  top: 200px;
}

.new-projects-wrapper>.new-projects>.new-projects-text>span {
  font-size: 50px;
  color: white;
}

.category-circles-bottom {
  margin: 0 auto;
  padding-bottom: 130px;
  text-align: center;
  display: block;
}

.article-details-wrapper {
  margin-top: 87px;
  margin: 0 auto;
  width: 1026px;
  max-width: 100%;
  /* background-repeat: no-repeat; */
  background-size: contain;
  background-position: center 0;
  margin-top: 90px;
}

.article-details-wrapper>.article-details {
  text-align: center;
  margin: 0 auto;
  width: 690px;
  min-height: 1300px;
  max-width: 96%;
}

.article-details-wrapper>.article-details>.main-image {
  margin-bottom: 87px;
  width: 566 px;
  max-width: 96%;
}

.article-details-wrapper>.article-details iframe {
  display: block;
  margin: 0px auto 65px auto;
  max-width: 99%;
}

.article-details-wrapper>.article-details>.title {
  color: #7abcb7;
  font-size: 50px;
  padding-bottom: 5px;
  direction: rtl;
}

.article-details-wrapper>.article-details>.subtitle {
  font-size: 25px;
  padding-bottom: 71px;
}

.article-details-wrapper>.article-details>.content {
  direction: rtl;
  text-align: justify;
  margin-bottom: 90px;
}

.article-details-wrapper>.article-details>.writer-title {
  font-size: 20px;
  font-weight: bold;
}

.article-details-wrapper>.article-details>.writer-name {
  font-size: 20px;
  font-weight: bold;
}

.article-details-wrapper>.article-details>.article-date {
  font-size: 20px;
  color: #818080;
  padding-bottom: 36px;
}

.covid19-top-section-wrapper {
  height: 650px;
  width: 100%;
  background-color: #c4dcd7;
  background-repeat: no-repeat;
  text-align: center;
}

.covid19-top-section-wrapper>h2 {
  padding-top: 154px;
  color: white;
  font-size: 30px;
}

.covid19-top-section-wrapper>h3 {
  color: white;
  font-size: 70px;
  padding-bottom: 95px;
}

.covid19-top-section-wrapper>.inner-section {
  background-color: #7abcb7;
  height: 123px;
}

.covid19-top-section-wrapper>.inner-section>p {
  font-size: 20px;
  padding-top: 30px;
  color: white;
}

.covid19-top-section-wrapper>.button {
  display: inline-block;
  padding-top: 14px;
  font-size: 20px;
  margin-top: 19px;
  border-radius: 30px;
  color: white;
  width: 167px;
  height: 62px;
  background-color: #ef698c;
}

.covid19-top-section-wrapper>.button:first-of-type {
  margin-right: 27px;
}

.covid19-top-section-wrapper>.button:hover {
  text-decoration: none;
}

.covid19-bottom-section-wrapper {
  width: 938px;
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: contain;
}

.covid19-bottom-section-wrapper>.inner-section {
  width: 548px;
  max-width: 96%;
  margin: 0 auto;
  padding-top: 94px;
}

.covid19-bottom-section-wrapper>.inner-section>h2 {
  color: #ef698c;
  font-size: 40px;
}

.covid19-bottom-section-wrapper>.inner-section span {
  font-size: 22px;
  color: #ef698c;
}

.covid19-bottom-section-wrapper>.inner-section>iframe {
  display: block;
  width: 100%;
  margin-top: 57px;
  margin-bottom: 26px;
}

.covid19-bottom-section-wrapper>.inner-section>.description {
  text-align: justify;
  direction: rtl;
}

.covid19-bottom-section-wrapper>.inner-section>.button {
  margin: 0 auto;
  padding-top: 10px;
  font-size: 24px;
  margin-top: 79px;
  margin-bottom: 96px;
  border-radius: 10px;
  background-color: #7abcb7;
  display: block;
  width: 169px;
  height: 61px;
  color: white;
  text-align: center;
}

.covid19-bottom-section-wrapper>.inner-section>.button:hover {
  text-decoration: none;
}

.join-main-image {
  min-height: 593px;
  text-align: right;
  direction: rtl;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.join-main-image>.transparent-overlay-4 {
  text-align: center;
  background-color: rgba(122, 188, 183, 0.8);
  flex: 0 0 100%;
}

.join-main-image>.transparent-overlay-4>div h2 {
  font-size: 100px;
  color: white;
}

.join-main-image>.transparent-overlay-4>div h3 {
  color: white;
  font-size: 35px;
}

.join-form-wrapper {
  height: 920px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
}

.join-form-wrapper .form-group {
  direction: rtl;
  text-align: right;
}

.join-form-wrapper input,
.join-form-wrapper select,
.join-form-wrapper textarea {
  border: 2px solid #6eaba0;
  border-radius: 15px;
}

.join-form-wrapper select {
  padding-top: 0px;
}

.join-form-wrapper #detailstxt {
  height: 144px;
}

.join-form-wrapper>.inner-wrapper {
  min-height: 880px;
  border-radius: 45px;
  background-color: rgba(122, 188, 183, 0.1);
}

.join-form-wrapper>.inner-wrapper>.first-row {
  margin-top: 30px;
  margin-bottom: 30px;
}

.join-form-wrapper>.inner-wrapper .info-column>.inner-wrapper {
  text-align: center;
  margin: 0 auto;
  width: 85%;
}

.join-form-wrapper>.inner-wrapper .info-column>.inner-wrapper>.top-background {
  background-repeat: repeat-x;
  height: 83px;
}

.join-form-wrapper>.inner-wrapper .info-column>.inner-wrapper h2.part-1 {
  font-size: 50px;
  margin-top: 67px;
  color: #6eaba0;
}

.join-form-wrapper>.inner-wrapper .info-column>.inner-wrapper h2.part-2 {
  margin-bottom: 39px;
  font-size: 50px;
}

.join-form-wrapper>.inner-wrapper .info-column>.inner-wrapper>.circles {
  padding-bottom: 26px;
}

.join-form-wrapper>.inner-wrapper .info-column>.inner-wrapper>p {
  direction: rtl;
  text-align: justify;
}

.submit-button-1 {
  color: white;
  background-color: #6eaba0;
  border: 0;
  width: 115px;
  margin: 0 auto;
  display: block;
  border-radius: 15px;
  /* margin-top: 35px; */

  margin-top: 15px;
  margin-bottom: 40px;
}

.submit-button-1:hover {
  color: white;
}

.about {
  position: relative;
  padding-top: 99px;
  padding-bottom: 78px;
}

.about .video>h2 {
  font-size: 18px;
  text-align: center;
  padding-bottom: 26px;
}

.about .video iframe {
  display: block;
  margin: 0 auto;
  max-width: 95%;
}

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

.about .content .corner {
  position: absolute;
}

.about .content h2 {
  font-size: 40px;
  text-align: right;
  direction: rtl;
  font-weight: bold;
}

.about .content h2.part-2 {
  color: #ec818e;
}

.about .content>p {
  text-align: justify;
  direction: rtl;
  padding-left: 59px;
  padding-top: 10px;
}

.about .content>.circles {
  display: block;
  float: right;
}

.donate-wrapper {
  min-height: 920px;
}

.donate-wrapper>.inner-wrapper {
  min-height: 880px;
  border-radius: 45px;
  background-color: rgba(122, 188, 183, 0.1);
}

.donate-wrapper>.inner-wrapper>.first-row {
  margin-top: 60px;
}

.donate-wrapper>.inner-wrapper .info-column>.inner-wrapper {
  text-align: center;
  margin: 0 auto;
  max-width: 392px;
  min-height: 647px;
  background-color: #a1c2bc;
  border-radius: 45px;
  padding-bottom: 10px;
}

.donate-wrapper>.inner-wrapper .info-column>.inner-wrapper h2 {
  font-size: 90px;
  color: white;
  padding-bottom: 55px;
}

.donate-wrapper>.inner-wrapper .info-column>.inner-wrapper>.heart {
  width: 90px;
  margin-top: 28px;
}

.donate-wrapper>.inner-wrapper .info-column>.inner-wrapper>p {
  direction: rtl;
  text-align: center;
  color: white;
  padding-left: 49px;
  padding-right: 49px;
}

.donate-wrapper form {
  direction: rtl;
  text-align: right;
}

.donate-wrapper form>h2 {
  font-size: 40px;
  padding-bottom: 53px;
  padding-right: 40px;
}

.donate-wrapper form>h2 .card-icon {
  width: 48px;
}

.donate-wrapper form .anonymous-block {
  margin-top: 21px;
  padding-right: 40px;
}

.donate-wrapper form>.amount-row {
  display: flex;
  width: 480px;
  max-width: 100%;
  padding-right: 40px;
}

.donate-wrapper form .amount-button {
  color: white;
  background-color: #6eaba0;
  border: 0;
  width: 131px;
  margin: 0 auto;
  border-radius: 15px;
  margin-top: 0px;
  margin-bottom: 14px;
  text-align: center;
  height: 43px;
  padding-top: 9px;
}

.donate-wrapper form .amount-button:hover {
  color: white;
  text-decoration: none;
}

.donate-wrapper form .checkbox-label {
  padding-right: 20px;
}

.donate-wrapper .recurring-donation {
  margin-top: 8px;
  padding-top: 55px;
  padding-left: 40px;
  padding-right: 40px;
  background-repeat: no-repeat;
  background-size: contain;
  width: 537px;
  max-width: 100%;
  min-height: 400px;
}

.donate-wrapper .recurring-donation>.h3 {
  font-size: 22px;
  padding-bottom: 15px;
}

.donate-wrapper .recurring-donation>p {
  font-size: 14px;
}

.donate-wrapper .recurring-donation>.recurring-checkbox-section {
  padding-top: 25px;
}

.twitter-button-1 {
  height: 54px;
  min-width: 163px;
  display: inline-block;
  margin-bottom: 214px;
  padding-top: 15px;
  font-size: 20px;
  border-radius: 10px;
  text-align: left;
  padding-left: 60px;
  background-repeat: no-repeat;
  background-position-x: 10px;
  color: white;
  padding-right: 20px;
  background-color: #7bc2b2;
}

.twitter-button-1:hover {
  text-decoration: none;
  color: white;
}

.sessions-list-main-title {
  color: #f37989;
  font-size: 24px;
  margin-bottom: 25px;
  margin-top: 70px;
  font-weight: bold;
}

.session-list-block {
  width: 490px;
  max-width: 96%;
  height: 42px;
  border-radius: 15px;
  margin-bottom: 15px;
}

.session-list-block a {
  color: white;
  text-decoration: none;
  padding-right: 10px;
  padding-top: 8px;
  display: block;
}

.session-list-block-1 {
  background-color: #7bc2b2;
}

.session-list-block-2 {
  background-color: #abdbd8;
}

#fancy_login_close_button {
  display: none !important;
}

#fancy_login_login_box {
  border-radius: 25px !important;
  padding: 20px !important;
}

#fancy_login_login_box input[type="text"],
#fancy_login_login_box input[type="password"] {
  width: 100% !important;
}

div#fancy_login_user_login_block_wrapper form#fancy-login-user-login-form.fancy-login-user-login-form ul {
  list-style-type: none !important;
}

div#fancy_login_user_login_block_wrapper form#fancy-login-user-login-form.fancy-login-user-login-form ul a {
  color: white;
}

.webform-submission-form .js-form-item {
  direction: rtl;
  text-align: right;
}

.webform-submission-form .js-form-item label {
  direction: ltr;
  text-align: right;
}

.webform-submission-form .js-form-item input,
.webform-submission-form .js-form-item textarea,
.webform-submission-form .js-form-item select {
  display: block;
  width: 100%;
  margin-bottom: 21px;
  padding-left: 10px;
  padding-right: 10px;
}

.login-top-link {
  color: #7abcb7;
}

.login-top-link:hover {
  text-decoration: none;
  color: #7abcb7;
}

.login-img-top-menu {
  width: 25px;
}

.session-message-wrapper {
  height: 200px;
  direction: rtl;
  text-align: center;
  padding: 30px;
  width: 700px;
  max-width: 98%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

.advisory_member_or_writer_details_background {
  height: 190px;
  background-repeat: no-repeat;
  margin-top: 20px;
}

.advisory-writer-container {
  margin-bottom: 20px;
}

.advisory-writer-single-box {
  border: 2px solid #7abcb7;
  border-radius: 20px;
  text-align: center;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  min-height: 340px;
  background-color: white;
}

.writer-single-box {
  border-top: none;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top: none;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  background-repeat: repeat-x;
  background-color: #ededed;
  min-height: 300px;
}

.writer-single-box img,
.writer-img {
  border-radius: 10px !important;
  margin-top: -20px;
}

.advisory-writer-single-box .image-container {
  margin-top: 15px;
}

.advisory-writer-single-box .rounded-image {
  border: 4px solid #65beb7;
  border-radius: 50%;
  width: 110px;
}

.advisory-writer-single-box .name {
  font-weight: bold;
  margin-top: 8px;
  font-size: 18px;
}

.advisory-writer-single-box .job {
  border-bottom: 10px;
  font-size: 14px;
  direction: rtl;
}

.advisory-writer-single-box .experience-description {
  color: #ee828f;
  margin-top: 15px;
  font-size: 14px;
}

.advisory-writer-single-box .experience {
  font-size: 14px;
  min-height: 64px;
  margin-top: 8px;
}

.advisory-writer-single-box .rounded-button {
  padding-top: 2px;
  border-radius: 5px;
  height: 25px;
  width: 74px;
  background-color: #ee8390;
  color: white;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}

.advisory-writer-single-box .rounded-button:hover {
  text-decoration: none;
}

.advisory-writer-single-box .button-container {
  margin-bottom: 15px;
}

.advisory-writer-title {
  width: 100%;
  height: 51px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 100px;
  margin-bottom: 100px;
}

.advisory-writer-profile-container {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  width: 1026px;
  max-width: 98%;
  text-align: right;
  direction: rtl;
  min-height: 300px;
}

.advisory-writer-profile-container .profile-top-section {
  display: flex;
}

.advisory-writer-profile-container .image-container {
  margin-top: 15px;
  width: 135px;
}

.advisory-writer-profile-container .rounded-image {
  border: 4px solid #65beb7;
  border-radius: 50%;
  width: 110px;
}

.advisory-writer-profile-container .basic-details {
  flex: 1;
}

.advisory-writer-profile-container .profile-line {
  max-width: 100%;
  height: 5px;
  display: block;
  margin-bottom: 34px;
  margin-top: 10px;
}

.advisory-writer-profile-container .name {
  font-weight: bold;
  margin-top: 39px;
  font-size: 25px;
}

.advisory-writer-profile-container .job {
  font-size: 25px;
}

.share-container {
  text-align: center;
  margin-top: 39px;
  margin-bottom: 35px;
}

.share-container h2 {
  font-size: 29px;
  margin-bottom: 12px;
}

.share-container a {
  display: inline-block;
  margin-right: 12px;
}

.rating-section {
  height: 205px;
  background-color: #ededed;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rating-content {
  text-align: center;
}

.rating-content h2 {
  font-size: 29px;
  font-weight: bold;
  direction: rtl;
}

.rating-blocks {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.rating-block {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.rating-block:nth-child(1),
.rating-block:nth-child(2) {
  margin-right: 70px;
}

.rating-block img {
  width: 64px;
  height: 64px;
  display: block;
  margin: 0 auto;
}

.rating-block p {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 0;
}

.spinner {
  display: none;
  border: 16px solid #f3f3f3;
  border-top: 16px solid #ee8390;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.related-articles .title-section {
  text-align: right;
}

.related-articles .title {
  font-size: 50px;
  margin-top: 25px;
  font-weight: bold;
  color: #ee7988;
}

.related-articles .title-border {
  border-bottom: 1px solid black;
  margin-bottom: 28px;
}

.related-articles h4 {
  text-align: right;
  direction: rtl;
  font-size: 18px;
}

.related-articles {
  margin-bottom: 40px;
}

.team-member-wrapper {
  position: absolute;
  z-index: 2;
  width: 170px;
  height: 280px;
  text-align: center;
}

.team-member-wrapper img {
  border-radius: 50%;
  width: 170px;
  height: 170px;
}

.team-member-wrapper:nth-child(2) {
  left: 134px;
  top: 45px;
}

.team-member-wrapper:nth-child(3) {
  left: 390px;
  top: 5px;
}

.team-member-wrapper:nth-child(4) {
  left: 647px;
  top: 45px;
}

.team-member-wrapper:nth-child(5) {
  left: 900px;
  top: 5px;
}

.team-member-name {
  color: #7abcb7;
  font-size: 23px;
  font-weight: bold;
  margin-top: 27px;
  line-height: 1;
}

.team-member-position {
  color: #ee8390;
  font-size: 19px;
  font-weight: bold;
}

/* uncomment below to use the new menu - comment to use old menu */

#top-menu>li>a {
  background-color: #65bfb8 !important;
}

#top-menu>li>a:hover {
  background-color: #ee8390 !important;
}

#team-top-menu>li>ul>li:first-child>a,
#top-menu>li>ul>li:first-child>a {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

#team-top-menu>li>ul>li:last-child>a,
#top-menu>li>ul>li:last-child>a {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

#team-top-menu>li>ul>li>a,
#top-menu>li>ul>li>a {
  background-color: rgba(122, 188, 183, 0.9) !important;
}

#team-top-menu>li>ul>li>a:hover,
#top-menu>li>ul>li>a:hover {
  background-color: #f37989 !important;
}

#top-menu>li>ul>li:first-child::before,
#team-top-menu>li>ul>li:first-child::before {
  background-image: url("/themes/custom/custom_theme/img/top-menu-arrow-arabic.png?ver=2");
  background-position-x: 4px;
  background-repeat: no-repeat;
  height: 21px;
  display: block;
  content: "";
}

/* this is set in order for the top menu to appear in the background when fancy login box opens */
div.prmenu_container ul.menu-toggle+ul {
  z-index: 10 !important;
}

div.prmenu_container ul li ul li {
  border-top: 0 !important;
}

div.prmenu_container ul li a:hover {
  background-color: #ee8390 !important;
}

.language-switcher {
  text-align: right;
  display: inline-block;
}

.language-switcher a {
  display: inline-block;
  margin-left: 14px;
  color: white;
  text-decoration: none;
}

.language-switcher a.active {
  border-bottom: 2px solid #ee8390;
}

#top-menu.arabic {
  display: flex !important;
  justify-content: flex-end;
  direction: rtl;
}

#top-menu.english {
  direction: ltr;
}

.about-urjouha-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("/themes/custom/custom_theme/img/about-urjouha-button.png?ver=1");
  background-repeat: no-repeat;
  background-size: contain;
  padding: 8px 15px;
  padding-right: 0px;
  padding-top: 8px;
  color: white;
  text-align: center;
  text-decoration: none;
  margin-left: 30px;
  width: 117px;
  font-size: 14px;
  margin-top: 14px;
}

.about-urjouha-button:hover {
  color: white;
}

.about-urjouha-button:hover {
  text-decoration: none;
}

#top-menu.arabic>li>a,
#top-menu.english>li>a {
  border-bottom: 7px solid;
}

#top-menu.arabic>li>a:hover,
#top-menu.english>li>a:hover {
  border-color: #ee8390 !important;
}

#top-menu.arabic>li:nth-of-type(n + 1)>a {
  padding-bottom: 20px !important;
}

#top-menu.arabic>li:nth-of-type(n + 1)>a,
#top-menu.english>li:nth-of-type(n + 1)>a {
  border-bottom-color: #f8e270;
}

#top-menu.arabic>li:nth-of-type(n + 2)>a,
#top-menu.english>li:nth-of-type(n + 2)>a {
  border-bottom-color: #ee7989;
}

#top-menu.arabic>li:nth-of-type(n + 3)>a,
#top-menu.english>li:nth-of-type(n + 3)>a {
  border-bottom-color: #f5b1d0;
}

#top-menu.arabic>li:nth-of-type(n + 4)>a,
#top-menu.english>li:nth-of-type(n + 4)>a {
  border-bottom-color: #abd7d7;
}

#top-menu.arabic>li:nth-of-type(n + 5)>a,
#top-menu.english>li:nth-of-type(n + 5)>a {
  border-bottom-color: #ffffff;
}

#top-menu.arabic>li:nth-of-type(n + 6)>a,
#top-menu.english>li:nth-of-type(n + 6)>a {
  border-bottom-color: #788b8e;
}

#top-menu.arabic>li:nth-of-type(n + 7)>a,
#top-menu.english>li:nth-of-type(n + 7)>a {
  border-bottom-color: #ee7989;
}

div.prmenu_container ul li a {
  border-right: 0 !important;
}

/* end uncommenting/commenting here */

.donate-btn-english {
  list-style-type: none;
}

.donate-btn-english img {
  width: 83%;
  padding-top: 4px;
}

.donate-btn-english a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}

.donate-btn-english a:hover {
  text-decoration: none;
}

.books-search-form {
  margin-top: 45px;
  margin-bottom: 60px;
  text-align: right;
  width: 100%;
}

.books-search-form select,
.books-search-form .custom-text-field-1 {
  direction: rtl;
  float: right;
}

.books-search-form input[type="submit"] {
  float: right;
}

.books-search-form select,
.books-search-form .custom-text-field-1 {
  width: 100%;
  height: 34px;
  border: 2px solid #f37989;
  padding-left: 7px;
  padding-right: 7px;
  border-radius: 6px;
  background-color: white;
}

.books-search-form select,
.books-search-form .custom-text-field-1 {
  border-color: #65bfb8;
  color: #c2c6c5;
}

.books-search-form input[type="submit"] {
  width: 103px;
  border: 2px solid #65bfb8;
  border-radius: 6px;
  margin-top: 0px;
  height: 33px;
  color: white;
  background-color: #65bfb8;
}

.books-search-row .col-lg-3 {
  margin-bottom: 20px;
}

.books-search-form-description-row {
  direction: rtl;
  text-align: right;
  color: #798a8e;
  background-image: url("/themes/custom/custom_theme/img/books-plane.png");
  background-repeat: no-repeat;
  background-position: left;
  background-size: auto 70px;
  height: 70px;
  display: inline-block;
  padding-left: 40px;
  padding-top: 22px;
}

.books-search-text-field {
  width: 100% !important;
  padding-left: 40px !important;
  background-image: url("/themes/custom/custom_theme/img/books-search-icon.png");
  background-size: contain;
  background-position: left top;
  background-repeat: no-repeat;
}

.books-categories-container {
  margin-bottom: 100px;
}

.books-categories-container h3,
.urjouha-library-title-1 {
  color: #91c8c8;
  margin-bottom: 25px;
  font-weight: bold;
}

.books-categories-container .main-categories {
  border: 1px solid #7bb9b4;
  border-radius: 10px;
  min-height: 106px;
  padding: 15px;
  color: #7cb9b2;
  text-align: right;
  direction: rtl;
}

.books-categories-container .main-categories .separator {
  margin-right: 8px;
  margin-left: 8px;
}

.books-categories-container .category-link {
  color: #798a8e;
  font-weight: bold;
}

.books-categories-container .category-link.active {
  color: black;
}

.books-categories-container .category-link:hover {
  color: #9ecccc;
  text-decoration: none;
}

.books-categories-container .alfata-al-araby-stories,
.books-categories-container .arabic-countries-stories {
  border: 2px dashed #f9c84d;
  border-radius: 10px;
  min-height: 80px;
  padding: 15px;
  color: #7cb9b2;
  text-align: center;
  direction: rtl;
}

.books-categories-container .alfata-al-araby-stories a,
.books-categories-container .arabic-countries-stories a {
  color: #798a8e;
  font-weight: bold;
}

.books-categories-container .alfata-al-araby-stories a:hover,
.books-categories-container .arabic-countries-stories a:hover {
  color: #f37a8a;
  text-decoration: none;
}

.outer-border-container {
  border: 2px solid #e4cad3;
  border-radius: 10px;
  padding: 10px 7px;
  display: flex;
  min-height: 106px;
  justify-content: center;
  align-items: center;
}

.books-categories-container .arabic-countries-stories,
.books-categories-container .alfata-al-araby-stories {
  border: 2px dashed #fbc62e;
  border-radius: 10px;
  min-height: 80px;
  padding: 15px;
  color: #7cb9b2;
  text-align: center;
  direction: rtl;
}

.books-container .book-wrapper>.img-link {
  display: inline-block;
  position: relative;
}

.books-container .book-wrapper img {
  width: 224px;
  height: 273px;
  position: relative;
}

.books-container .book-wrapper>.book-info {
  position: relative;
  width: 153px;
  height: 54px;
  text-align: center;
  direction: rtl;
}

.books-container .book-wrapper>.book-info .book-title {
  color: #f0798b;
  font-weight: bold;
}

.books-container .book-wrapper>.book-info .book-title:hover {
  text-decoration: none;
}

.books-container .book-wrapper>.book-info .book-author {
  color: black;
}

.books-container .row>.book-column {
  height: 550px;
  padding: 0px;
  margin: 0px;
}

/* first book column */
.books-container .row>.book-column:nth-child(3n + 1) {
  background-image: url("/themes/custom/custom_theme/img/new-cropped-shelf-background-2.png?ver=2");
  background-repeat: no-repeat;
}

.books-container .row>.book-column:nth-child(3n + 1) .img-link {
  left: 15px;
  top: 20px;
}

.books-container .row>.book-column:nth-child(3n + 1) .book-info {
  left: 56px;
  top: 95px;
}

/* 2nd book column */
.books-container .row>.book-column:nth-child(3n + 2) {
  background-image: url("/themes/custom/custom_theme/img/new-cropped-shelf-background-1.png?ver=2");
  background-repeat: no-repeat;
}

.books-container .row>.book-column:nth-child(3n + 2) .img-link {
  left: 82px;
  top: 20px;
}

.books-container .row>.book-column:nth-child(3n + 2) .book-info {
  left: 121px;
  top: 95px;
}

/* 3rd book column */
.books-container .row>.book-column:nth-child(3n + 3) {
  background-image: url("/themes/custom/custom_theme/img/new-cropped-shelf-background-0.png?ver=2");
  background-repeat: no-repeat;
}

.books-container .row>.book-column:nth-child(3n + 3) .img-link {
  left: 141px;
  top: 20px;
}

.books-container .row>.book-column:nth-child(3n + 3) .book-info {
  left: 175px;
  top: 95px;
}

.slick-arrow,
.books-partners-carousel .slick-arrow {
  position: absolute;
  top: 50px;
  background: transparent;
  border: 0;
  font-size: 30px;
}

.custom-prev-3,
.custom-next-3 {
  color: #7abcb7;
  z-index: 999;
}

.custom-next-3 {
  right: -25px;
}

.custom-prev-3 {
  left: -10px;
}

.custom-prev-3:hover,
.custom-next-3:hover {
  text-decoration: none;
  color: #7abcb7;
}

.horizontal-carousel,
.books-partners-carousel .horizontal-carousel {
  margin-right: 37px;
  margin-left: 37px;
}

.horizontal-carousel.custom-prev-button .books-partners-carousel .custom-prev-button {
  left: 0px;
}

.custom-prev-button .custom-next-button,
.books-partners-carousel .custom-next-button {
  right: 0px;
}

.link-blocks-row {
  background-color: #abd7d7;
  min-height: 110px;
}

.link-blocks-row .link-block {
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 4px solid white;
  text-align: center;
  margin-top: 6px;
  margin-bottom: 6px;
  padding-left: 10px;
  padding-right: 10px;
}

.link-blocks-row .link-block:last-child {
  border-right: none;
}

.link-blocks-row .link-block-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.link-blocks-row .link-block-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.link-blocks-row .link-block-button {
  width: 102px;
  height: 36px;
  background-color: #f8e270;
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 10px;
}

.link-blocks-row .link-block-button:hover {
  text-decoration: none;
}

.custom-category-title-1-wrapper {
  position: relative;
  text-align: center;
  border-bottom: 1px solid #7dc1b2;
  height: 20px;
}

.custom-category-title-1 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: white;
  height: 30px;
  top: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 28px;
  color: #7cbcb7;
}

.pregnancy-week-by-week-image {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.articles-table {
  background-color: #ebebeb;
  border-right: 2px solid #ec7986;
  display: flex;
  flex-direction: column;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 80px;
}

.articles-table .article-table-row {
  border-bottom: 1px solid #8f8f8f;
  padding-left: 34px;
  padding-right: 26px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.articles-table .title {
  color: black;
  text-decoration: none;
  direction: rtl;
}

.articles-table .image {
  width: 78px;
  height: 69px;
  border-radius: 10px;
}

.pregnancy-preparation {
  margin-bottom: 76px;
}

.pregnancy-preparation .pregnancy-preparation-article-wrapper {
  border: 4px solid #7bc2b2;
  border-radius: 15px;
  margin-bottom: 30px;
}

.pregnancy-preparation .pregnancy-preparation-article-wrapper .top-section img {
  width: 100%;
  border-top-left-radius: 11px;
  border-top-right-radius: 11px;
}

.pregnancy-preparation .pregnancy-preparation-article-wrapper .top-section a {
  display: block;
}

.pregnancy-preparation .pregnancy-preparation-article-wrapper .bottom-section {
  height: 148px;
  background-color: #7bc2b2;
  border-bottom-left-radius: 11px;
  border-bottom-right-radius: 11px;
  padding-top: 28px;
  text-align: center;
}

.pregnancy-preparation .pregnancy-preparation-article-wrapper .bottom-section a.title {
  color: white;
  text-decoration: none;
}

.pregnancy-preparation .pregnancy-preparation-article-wrapper .bottom-section a.title:hover {
  text-decoration: none;
}

.move-away-from-floating-icons {
  position: relative;
  left: -17px;
}

.folk-tales-albums-container .album-column {
  margin-bottom: 61px;
}

.folk-tales-albums-container .album-wrapper {
  text-align: center;
}

.folk-tales-albums-container .album-wrapper img {
  box-shadow: 8px -8px 4px rgba(126, 186, 180, 0.6);
  width: 266px;
  max-width: 100%;
}

.urjouha-library-videos-description {
  color: #79878b;
  text-align: right;
  direction: rtl;
  margin-bottom: 0px;
}

.urjouha-library-album-description {
  color: #79878b;
  text-align: right;
  direction: rtl;
  margin-bottom: 45px;
}

.songs-albums-container .album-column {
  margin-bottom: 44px;
}

.songs-albums-container .album-wrapper {
  text-align: center;
}

.songs-albums-container .album-name {
  color: black;
  direction: rtl;
  display: inline-block;
  margin-top: 18px;
  font-size: 18px;
}

.songs-albums-container .album-name:hover {
  text-decoration: none;
}

.songs-albums-container .album-wrapper .main-image {
  box-shadow: -8px -2px 4px rgba(255, 158, 143, 0.4);
  width: 226px;
  max-width: 100%;
  border-radius: 50%;
}

.songs-albums-container .album-wrapper .overlay-image {
  position: absolute;
  width: 58px;
  right: 44%;
  top: 83px;
}

.audio-player {
  margin-bottom: 67px;
}

.audio-player .section-1,
.audio-player .section-2 {
  margin: 0px;
  padding: 0px;
}

.audio-player .section-1 {
  padding-right: 15px;
}

.audio-player .section-2 {
  padding-left: 15px;
}

.audio-player .section-1 img {
  width: 100%;
}

.audio-player .section-2 {
  flex-direction: column;
  justify-content: space-between;
}

.audio-player .section-2 .album-name {
  direction: rtl;
  text-align: right;
  padding-top: 25px;
  margin-bottom: 28px;
  font-size: 20px;
}

.audio-player .section-2 .top-section {
  height: 55px;
  background-color: #7cbab4;
  text-align: right;
  color: white;
  font-weight: bold;
  font-size: 26px;
  padding-right: 27px;
  padding-top: 12px;
  direction: rtl;
}

.audio-player .section-2 {
  display: flex;
  flex-direction: column;
}

.audio-player .section-2 .bottom-section {
  flex-grow: 1;
  background-color: #dcefee;
  color: black;
  display: flex;
  flex-direction: column;
  padding-right: 27px;
  padding-left: 27px;
}

.audio-player audio {
  width: 100%;
}

.audio-list .title-section {
  text-align: right;
  direction: rtl;
}

.audio-list .title {
  font-size: 20px;
  font-weight: bold;
  color: #ee7988;
}

.audio-list .title-border {
  border-bottom: 1px solid black;
  margin-bottom: 28px;
}

.audio-list .audio-info-wrapper {
  padding: 0;
}

.audio-list h4 {
  text-align: right;
  direction: rtl;
  font-size: 18px;
}

.audio-list {
  margin-bottom: 40px;
}

.audio-list .audio-title a {
  text-decoration: none;
  color: black;
}

.audio-list .audio-title a:hover {
  text-decoration: none;
}

.audio-list .audio-image {
  width: 56px;
  margin-right: 17px;
}

.audio-list .audio-title-text {
  margin: 0;
  padding-right: 17px;
}

.single-book-info {
  background-color: #7cbcb7;
  border-radius: 15px;
  margin-top: 94px;
  margin-bottom: 37px;
}

.single-book-info>.row {
  min-height: 78px;
}

.single-book-info .right-section {
  /* keep it ltr and it will be rtl in this case, probably since row is reversed*/
  direction: ltr;
  text-align: right;
  color: white;
  font-size: 20px;
  font-weight: bold;
  padding-top: 27px;
}

.single-book-info .left-section {
  border-right: 1px solid white;
  direction: rtl;
  text-align: right;
  color: white;
  font-size: 16px;
  padding-top: 19px;
  font-weight: bold;
}

.view-book-container {
  border: 2px solid #7cbcb7;
  border-radius: 15px;
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 108px;
  background-color: white;
}

.view-book-container .row-1 {
  min-height: 58px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #7cbcb7;
}

.view-book-container .row-1 .right-icons {
  display: flex;
  margin-right: 25px;
}

.view-book-container .row-1 .right-icon {
  width: 39px;
  height: 100%;
  /* I used this to solve a height issue with safari */
  cursor: pointer;
}

.view-book-container .row-1 .left-icons {
  margin-left: 9px;
  width: 211px;
}

.view-book-container .row-2 {
  min-height: 100px;
}

.view-book-container .row-2 img {
  max-width: 100%;
  max-height: 550px;
  display: block;
  margin: 0 auto;
}

.view-book-container .row-3 {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.view-book-container .row-3 .arrow {
  cursor: pointer;
  width: 42px;
}

.view-book-container .row-3 .page-number {
  color: #7cbcb7;
  padding-left: 10px;
  padding-right: 10px;
}

/* urjouha library intro css */
.urjouha-library-intro-main-img {
  height: 650px;
}

.urjouha-library-intro-main-img:hover {
  /* cursor: grab; */
  cursor: url("/themes/custom/custom_theme/img/urjouha-library-swipe-icon.png?id=3") 20 7,
    grab;
}

.urjouha-library-intro-swiper {
  margin: 0px;
  width: 100%;
  /* height: 650px; */
}

.urjouha-library-intro-navigation-arrow:hover {
  cursor: pointer;
}

/* end of urjouha library intro css */

.pagination-wrapper {
  margin-bottom: 54px;
  direction: rtl;
}

.pagination {
  text-align: center;
  display: block;
}

.pagination .pagination-link {
  display: inline-block;
  width: 41px;
  height: 37px;
  text-align: center;
  line-height: 41px;
  border: 1px solid #86bfb9;
  border-radius: 5px;
  background-color: white;
  color: #7abcb7;
  margin-right: -4px;
  /* to remove the space between boxes */
  font-weight: bold;
}

.pagination .pagination-link.prev {
  color: #f2788a;
}

.pagination .pagination-link.active {
  color: #f2788a;
}

.pagination .pagination-link:hover {
  text-decoration: none;
}

.pagination .pagination-page-number {
  color: #7abcb7;
  background-color: #fff;
}

.writers-bg-item,
.urjouha-library-bg-item {
  position: absolute;
}

.terms-title {
  color: #788b8e;
  font-size: 30px;
  text-align: center;
  margin-top: 0;
  font-weight: bold;
  margin-bottom: 2px;
}

.terms-image {
  display: block;
  width: 127px;
  margin: 0 auto 65px;
}

.terms-description-box {
  min-height: 300px;
  background-color: #e1f0ef;
  border-radius: 10px;
}

.terms-description-box-arabic {
  direction: rtl;
  text-align: justify;
  padding: 42px 96px 55px 90px;
  margin-bottom: 114px;
}

.terms-description-box-english {
  direction: ltr;
  text-align: left;
  padding: 42px 76px 76px 87px;
  margin-bottom: 114px;
  font-size: 18px;
}

.terms-description-box h2 {
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 31px;
  padding-bottom: 14px;
  font-size: 20px;
}

.terms-description-box-arabic ul {
  padding-right: 15px;
}

.terms-description-box-arabic ul li {
  margin-bottom: 16px;
}

.terms-description-box-english ul {
  padding-left: 43px;
}

.terms-description-box-english ul li {
  margin-bottom: 16px;
}

.home-icons {
  background-color: white;
}

.icons-for-subcategories {
  background-color: #dbeeee;
}


.icons-for-subcategories .home-icon-text {
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  line-height: 1.2 !important;
}

.home-icons-row {
  min-height: 302px;
}

.home-icons .home-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-icons .home-icon-img {
  width: 204px;
  position: relative;
}

.home-icons .home-icon-text {
  color: white;
  font-size: 21px;
  position: absolute;
  top: 123px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 130px;
  line-height: 1;
}

.home-icons .home-icon-text:hover {
  text-decoration: none;
}

.stats-icons {
  background-color: white;
}

.stats-icons .description {
  direction: rtl;
  text-align: center;
  margin-bottom: 50px;
}

.stats-icons-row {
  min-height: 302px;
}

.stats-icons .stats-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.stats-icons .stats-icon-img {
  width: 272px;
  position: relative;
}

.stats-icons .stats-icon-text-1 {
  color: white;
  font-size: 70px;
  font-weight: bold;
  position: absolute;
  top: 135px;
  left: 49%;
  transform: translateX(-50%);
  text-align: center;
  width: 130px;
}

.stats-icons .stats-icon-text-2 {
  color: white;
  font-size: 21px;
  position: absolute;
  top: 223px;
  left: 49%;
  transform: translateX(-50%);
  text-align: center;
  width: 130px;
  line-height: 1;
}

.stats-footer {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.stats-footer .stats-footer-image {
  width: 100%;
  height: auto;
}

.contact-us-footer-section {
  background-color: #dceded;
}

.contact-us-footer-section .first-column {
  padding-top: 72px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-us-footer-section .first-column .icon {
  width: 85px;
  height: 51px;
}

.contact-us-footer-section .first-column .text-1 {
  margin-top: 19px;
  margin-bottom: 0px;
  font-size: 40px;
  color: black;
  font-weight: bold;
}

.contact-us-footer-section .first-column .text-2 {
  font-size: 36px;
  color: #ee8491;
  font-weight: bold;
}

.contact-us-footer-section .second-column {
  margin-top: 34px;
  margin-bottom: 52px;
}

.contact-us-footer-section .second-column .form-control {
  border: 1px solid #ee8491;
  border-radius: 10px;
  padding: 14px 21px;
  margin-bottom: 11px;
}

.contact-us-footer-section .second-column .email-input {
  text-align: right;
  direction: rtl;
}

.contact-us-footer-section .second-column .message-input {
  height: 161px;
  text-align: right;
  direction: rtl;
}

.contact-us-footer-section .second-column .submit-button {
  width: 119px;
  height: 47px;
  background-color: #7bbcb8;
  color: white;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 20px;
}