@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Almarai&display=swap");
body.fix {
  overflow: hidden;
}

a {
  color: black;
}
a.linkArrow {
  display: inline-block;
  font-size: 15px;
  color: #303030;
  line-height: 18px;
  font-weight: 400;
  padding-right: 45px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
a.linkArrow::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 30px;
  height: 30px;
  background-image: url(../images/linkArrow.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
a.linkArrow:hover {
  opacity: 0.5;
}

a:hover {
  color: black;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1340px;
  }
}
#store1:hover {
  border-bottom: 1px solid #000;
}

.pdb {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.rel {
  position: relative;
  height: auto;
  z-index: 1;
  /* top: 50px; */
  /* width: 100%; */
  width: 480px;
}
.rel::after, .rel::before {
  display: none !important;
}

.component .container img {
  /* width: 90%; */
  /* height: auto; */
  /* min-height: 599px; */
  position: relative;
}

.logo {
  display: block;
  width: 300px;
  height: 60px;
  border: none;
  background-image: url(../images/anitalogo_black.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.top-right {
  position: relative;
}

.top-left {
  position: relative;
}

.pad-t {
  padding-top: 50px;
}

.rel .abs {
  border: 1px solid #929292;
  position: absolute;
  height: 85%;
  width: 100%;
  top: 0;
  left: 0;
  /* bottom: auto; */
  /* right: 53.94px; */
  /* top: -50.26px; */
  /* left: -50px; */
  /* width: 100%; */
  /* height: auto; */
  /* min-height: 599px; */
  /* padding-top: 100px; */
}

@font-face {
  font-family: "Tenor";
  src: url("../fonts/TenorSans.eot");
  src: url("../fonts/TenorSans.eot?#iefix") format("embedded-opentype"), url("../fonts/TenorSans.woff2") format("woff2"), url("../fonts/TenorSans.woff") format("woff"), url("../fonts/TenorSans.ttf") format("truetype"), url("../fonts/TenorSans.svg#TenorSans") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  box-sizing: border-box;
  font-family: "Tenor", helvetica, sans-serif;
}
*::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: transparent;
}
*::-webkit-scrollbar {
  width: 2px;
  background-color: transparent;
}
*::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #aaaaaa;
}

.nav-bar {
  position: fixed;
  width: 100%;
  transition: all 0.3s ease-in-out;
  padding-bottom: 20px;
  display: flex;
  z-index: 10000;
  justify-content: space-between;
}
.nav-bar .side1 h1 {
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: 45px;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.nav-bar .side1 p {
  margin-bottom: 0;
}
.nav-bar .side2 {
  text-align: end;
  display: flex;
  flex-direction: column;
  align-items: end;
  position: relative;
}
.nav-bar .side2 .toggle-icon {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-image: url(../images/burger.svg);
  background-position: center;
  background-size: 30px auto;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
}
.nav-bar .side2 .toggle-icon.open {
  background-image: url(../images/close.svg);
  background-size: 20px auto;
}
.nav-bar .side2 .toggle-icon:hover {
  opacity: 0.5;
}
.nav-bar .side2 ul {
  display: none;
  list-style-type: none;
}
.nav-bar .side2 ul li {
  cursor: pointer;
  border-bottom: 1px solid transparent;
  margin-bottom: 0;
}
.nav-bar .side2 ul li a {
  color: #303030;
  display: block;
  padding: 8px 0;
}
.nav-bar .side2 ul li a:hover {
  opacity: 0.5;
}
.nav-bar .side2 ul#pages {
  position: absolute;
  top: calc(100% + 20px);
  right: 0;
  width: 200px;
  background-color: transparent;
  text-align: right;
}
.nav-bar h1,
.nav-bar p {
  transition: all 0.3s ease-in-out;
}
.nav-bar.fadeout {
  opacity: 0;
  transition-delay: 0;
}
.nav-bar.transparent {
  background-color: transparent;
  box-shadow: none;
}
.nav-bar.transparent .logo {
  background-image: url(../images/anitalogo.svg);
}
.nav-bar.transparent h1,
.nav-bar.transparent p {
  color: white;
}
.nav-bar.scrolled {
  background-color: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

#about .crossed-text {
  max-width: 50%;
  margin: 0 auto;
}
#about .crossed-text .animated-paragraph {
  color: #303030;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.aboutintro .line {
  display: inline;
}
.aboutintro span span {
  opacity: 0;
}
.aboutintro span span.visible {
  opacity: 1;
}

html {
  scroll-behavior: smooth;
}

h5 {
  font-family: "Roboto", sans-serif;
}

#pages {
  background-color: white;
  width: 100%;
  text-align: center;
  align-items: center;
}

.pad-nav {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 30px;
}

.nopad-nav {
  padding: 0 !important;
}

ul {
  margin-bottom: 0 !important;
}

.side2.expanded {
  width: 100%;
  height: 100%;
}

.captivate {
  padding-top: 100px;
  padding-bottom: 100px;
  width: 100%;
}
.captivate .image {
  width: 100%;
  height: auto;
  display: inline-block;
}
.captivate .text {
  line-height: 30px;
}

.row {
  width: 100%;
}

.reverse {
  display: flex;
  flex-direction: row-reverse;
}

.reasons-list {
  list-style-type: circle;
  padding-left: 30px;
  line-height: 37px;
}

.outer {
  position: relative;
  width: 481.06px;
  border: 1px solid #929292;
  height: 559.796px;
}
.outer .inner {
  position: absolute;
  left: 50px;
  top: 60px;
}

#image-section {
  width: 100%;
  height: 580px;
}

.image-container {
  max-width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center 77%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.rel {
  position: relative;
  height: auto;
  z-index: 1;
  width: 481px;
  padding-top: 50px;
  padding-left: 50px;
}
.rel .abs {
  border: 1px solid #929292;
  position: absolute;
  height: 100%;
  width: 100%;
  width: calc(100% - 50px);
  height: calc(100% - 50px);
}

.rel1 {
  position: relative;
  height: auto;
  z-index: 1;
  width: 440px;
  padding-top: 50px;
  padding-left: 50px;
}
.rel1 .abs1 {
  border: 1px solid #929292;
  position: absolute;
  height: 100%;
  width: 100%;
}

.rel2 {
  position: relative;
  height: auto;
  z-index: 1;
  width: 560px;
  padding-top: 50px;
  padding-left: 50px;
}
.rel2 .abs2 {
  border: 1px solid #929292;
  position: absolute;
  height: 100%;
  width: 100%;
}

.rel4 {
  position: relative;
  height: auto;
  z-index: 1;
  width: 481px;
  padding-top: 50px;
  padding-left: 50px;
}
.rel4 .abs4 {
  border: 1px solid #929292;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  width: calc(100% - 50px);
  height: calc(100% - 50px);
}

.rel5 {
  position: relative;
  height: auto;
  z-index: 1;
  width: 443px;
  padding-top: 50px;
  padding-left: 50px;
  padding-left: 0;
  padding-right: 50px;
}
.rel5 .abs5 {
  border: 1px solid #929292;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  height: calc(100% - 50px);
  width: calc(100% - 50px);
}

.rel6 {
  position: relative;
  height: auto;
  z-index: 1;
  width: 481px;
  padding-top: 50px;
  padding-left: 50px;
}
.rel6 .abs6 {
  border: 1px solid #929292;
  position: absolute;
  height: 100%;
  width: 100%;
}

.Anita-img {
  width: 535px;
  height: 535px;
}

.slide1 {
  height: 1142px;
  position: relative;
}
.slide1 .anita-container {
  width: 780px;
  position: absolute;
  top: 0;
  left: 0;
  height: 851px;
}
.slide1 .anita-container .inner-text {
  position: absolute;
  top: 30px;
  margin: 20px;
  z-index: 1;
}
.slide1 .anita-container .inner-text .position {
  color: var(--White-Primary, #FFF);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 4px;
  text-transform: uppercase;
}
.slide1 .anita-container .inner-text .position {
  font-size: 17px;
}
@media screen and (min-width: 320px) {
  .slide1 .anita-container .inner-text .position {
    font-size: calc(17px + 28 * ((100vw - 320px) / 1601));
  }
}
@media screen and (min-width: 1921px) {
  .slide1 .anita-container .inner-text .position {
    font-size: 45px;
  }
}
.slide1 .anita-container .inner-text .subtext {
  color: var(--White-Primary, #FFF);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
.slide1 .anita-container .anita-img {
  width: 100%;
  height: 100%;
}

.popup-content {
  padding: 100px 0;
}

a:hover {
  text-decoration: none !important;
}

.anita-quote {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.landing .image-container {
  width: 780px;
  overflow: hidden;
}
.landing .image-container img {
  display: block;
  width: 100%;
}
.landing .close {
  color: #000;
  background-color: #000;
}
.landing .title {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  color: #303030;
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.landing .title p {
  padding-left: 40px;
  display: inline-block;
  height: auto;
  color: #303030;
  width: 535px;
  margin-top: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-left: 1px solid #000;
}
.landing .title p {
  font-size: 17px;
}
@media screen and (min-width: 320px) {
  .landing .title p {
    font-size: calc(17px + 28 * ((100vw - 320px) / 1601));
  }
}
@media screen and (min-width: 1921px) {
  .landing .title p {
    font-size: 45px;
  }
}
.landing .title p .line {
  display: block;
}
.landing .title p .line span {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.landing .title p .line span.visible {
  opacity: 1;
}

.welcome-msg {
  font-size: 4rem;
}

.welcome-msg::before .welcome-msg::after {
  content: "";
  display: inline-block;
  width: 4rem;
  border-top: 2px solid red;
  width: 20px;
  height: 3px;
}

.box {
  display: grid;
  grid-template-columns: 2fr 3fr 2fr;
  align-items: center;
  column-gap: 2rem;
  position: relative;
  margin-bottom: 100px;
}
.box#about {
  display: flex;
  padding-top: 100px;
}
.box#about .paragraph span {
  display: block;
}
.box#about .animated-paragraph {
  background-color: white;
  z-index: 1;
  position: relative;
  padding: 0 20px;
}
.box p {
  width: 100%;
}

.animated-text .line span {
  opacity: 0;
}
.animated-text .line span.visible {
  opacity: 1;
}

.animated-paragraph .line span {
  opacity: 0;
}
.animated-paragraph .line span.visible {
  opacity: 1;
}

@keyframes fade-in {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.box::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  width: 100%;
  background-color: #303030;
  height: 2px;
}

.clinical_services {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  height: auto;
  background-image: url("../images/81f517b6422ec26a061204e3f5123a54.jpg");
  background-size: 60% 100%;
  background-position: right center;
  background-repeat: no-repeat;
  position: relative;
}
.clinical_services .information {
  background: var(--White-Primary, #FFF);
  padding: 20px 50px 20px;
  display: inline-block;
  width: 50%;
  padding-bottom: 36px;
  padding-top: 40px;
  padding-right: 100px;
  padding-left: 52px;
  position: relative;
  border-left: 16px solid #303030;
  z-index: 1;
}
.clinical_services .information h5 {
  color: #303030;
  /* Section Title Small */
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.clinical_services .information h3 {
  color: #303030;
  /* Big title */
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.clinical_services .information h3 {
  font-size: 17px;
}
@media screen and (min-width: 320px) {
  .clinical_services .information h3 {
    font-size: calc(17px + 28 * ((100vw - 320px) / 1601));
  }
}
@media screen and (min-width: 1921px) {
  .clinical_services .information h3 {
    font-size: 45px;
  }
}
.clinical_services .information p {
  color: #303030;
  /* text */
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 176.471% */
}
.clinical_services .information a {
  margin-top: 40px;
  display: inline-block;
}
.clinical_services::after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 0%;
  transition: all 0.7s ease-in-out;
  background-color: white;
  z-index: 0;
}
.clinical_services::before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 40%;
  transition: all 0.7s ease-in-out;
  background-color: white;
  z-index: 0;
}
.rel2 {
  position: relative;
  height: auto;
  z-index: 1;
  width: 486px;
  padding-top: 50px;
  padding-left: 50px;
}
.rel2 .abs2 {
  border: 1px solid #929292;
  position: absolute;
  height: 100%;
  width: 100%;
}

.quotesDiv {
  padding-top: 100px;
  padding-bottom: 100px;
}
.quotesDiv .quotes {
  color: #303030;
  font-style: normal;
  font-weight: 400;
  line-height: 57px;
  /* 38% */
  width: 63px;
  height: 63px;
}
.quotesDiv .quotes {
  font-size: 17px;
}
@media screen and (min-width: 320px) {
  .quotesDiv .quotes {
    font-size: calc(17px + 133 * ((100vw - 320px) / 1601));
  }
}
@media screen and (min-width: 1921px) {
  .quotesDiv .quotes {
    font-size: 150px;
  }
}
.quotesDiv .quotes img {
  width: 100%;
  height: 100%;
}
.quotesDiv .quote-title,
.quotesDiv span {
  color: #303030;
  font-size: 15px;
  font-weight: 400;
  line-height: 17.58px;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
  display: block;
}
.quotesDiv .owl-dots .owl-dot {
  margin-right: 10px;
}
.quotesDiv .owl-dots .owl-dot span {
  margin: 0;
}
.quotesDiv .owl-dots .owl-dot:last-child {
  margin-right: 0;
}

#bookshelf {
  padding: 100px 0;
  background-color: #F5F5F5;
  position: relative;
  background-image: url(../images/books.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 50% auto;
  position: relative;
}
#bookshelf .book-container {
  padding-right: 0;
  z-index: 1;
  position: relative;
}
#bookshelf .book-container .book-info {
  position: relative;
  padding-left: 20px;
}
#bookshelf .book-container .book-info .titleDiv {
  position: relative;
}
#bookshelf .book-container .book-info .titleDiv h5 {
  color: #303030;
  /* Section Title Small */
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#bookshelf .book-container .book-info .titleDiv h1 {
  color: #303030;
  /* Big title */
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30px;
}
#bookshelf .book-container .book-info .titleDiv::before {
  content: "";
  position: absolute;
  height: calc(100% + 40px);
  width: 1px;
  left: -20px;
  top: -20px;
  background-color: #303030;
}
#bookshelf .book-container .book-info p {
  color: #303030;
  /* text */
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  width: 100%;
}
#bookshelf .book-container .book-image {
  width: 788px;
  height: 720px;
}
#bookshelf .book-container .book-image img {
  width: 100%;
  height: 100%;
}
#bookshelf::after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 0%;
  transition: all 0.7s ease-in-out;
  background-color: #F8F8F8;
  z-index: 0;
}
#bookshelf::before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 50%;
  transition: all 0.7s ease-in-out;
  background-color: #F8F8F8;
  z-index: 0;
}
#book-slider-container {
  padding-top: 180px;
  padding-bottom: 79px;
}

#get-in-touch {
  padding-top: 50px;
  padding-bottom: 100px;
  background-color: #F5F5F5;
}
#get-in-touch .row {
  align-items: flex-start;
}
#get-in-touch .contact-container .contact-title {
  color: #303030;
  /* Big title */
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#get-in-touch .contact-container .msg1 {
  color: #303030;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-top: 30px;
  /* 176.471% */
}
#get-in-touch .contact-container .ttl {
  font-size: 32px;
}
#get-in-touch .contact-container .address-title {
  margin-top: 60px;
}
#get-in-touch .contact-container .address {
  margin-bottom: 60px;
}
#get-in-touch .contact-container .item h1 {
  font-size: 26px;
}

h2 {
  font-size: 45px;
  font-weight: 400;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: black;
}

.rightalign {
  direction: rtl;
}

.rel1 {
  position: relative;
  height: auto;
  z-index: 1;
  width: 481px;
  padding-top: 50px;
  padding-left: 50px;
  padding-left: 0;
  padding-right: 50px;
  padding-top: 50px;
  width: calc(100% - 100px);
}
.rel1 .abs1 {
  border: 1px solid #929292;
  position: absolute;
  width: calc(100% - 50px);
  height: calc(100% - 50px);
  top: 0;
  left: 0;
  right: 0;
}

.anitacontactimg {
  position: relative;
}

#except3 {
  padding-top: 0;
}

.socialmedia {
  display: flex;
  align-items: center;
}
.socialmedia a {
  display: inline-block;
  transition: all 0.3s ease-in-out;
  border: 1px solid black;
  padding: 5px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: block;
  margin: 0;
  margin-right: 20px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.socialmedia a:last-child {
  margin-right: 0;
}
.socialmedia a i {
  transition: all 0.3s ease-in-out;
}
.socialmedia p {
  margin-bottom: 0;
  margin-right: 20px;
}

#book-slider-container {
  overflow: visible !important;
  padding: 0 !important;
  margin-top: 100px;
}

.item {
  overflow: visible !important;
}
.item .book-container {
  width: 336.957px;
  height: 341.13px;
  display: flex;
  justify-content: center !important;
  align-items: center !important;
  flex-shrink: 0;
  overflow: visible !important;
  position: relative;
}
.item .book-container img {
  width: 201px !important;
  height: 288.631px;
  position: absolute;
  overflow: visible !important;
}

.relx {
  position: relative;
  height: auto;
  z-index: 1;
  width: 481px;
  padding-top: 50px;
  padding-left: 50px;
}
.relx .absx {
  border: 1px solid #929292;
  position: absolute;
  width: calc(100% - 50px);
  height: calc(100% - 50px);
  top: 0;
  left: 0;
}

.end .end-container {
  padding-top: 25px;
  padding-bottom: 25px;
}
.end .end-container p {
  margin-bottom: 0;
}

.book-item {
  text-align: center;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding-top: 37px;
  padding-bottom: 41px;
}

.title-fixed-height {
  height: 53px;
  width: 199.2px;
}

.book-item::before {
  content: "";
  position: absolute;
  width: 100%;
  background: var(--White-Primary, #FFF);
  bottom: 0;
  right: 0;
  z-index: -1;
  height: 60%;
  transition: height 0.5s ease;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
}

.book-item::after {
  content: "";
  position: absolute;
  width: 100%;
  background: var(--White-Primary, #FFF);
  bottom: 0;
  left: 0;
  z-index: -1;
  height: 60%;
  transition: height 0.5s ease;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.book-item:hover::before {
  height: 100%;
}

.book-item:hover::after {
  height: 100%;
}

.book-item:hover img {
  box-shadow: 0px 6px 25px 0px rgba(0, 0, 0, 0.3490196078);
}

#anita-book-slider {
  padding-top: 57px;
  background-color: #F5F5F5;
}

.book-item p {
  color: #303030;
  font-size: 25.037px;
  font-style: normal;
  font-weight: 400;
  line-height: 26.08px;
  /* 104.167% */
  text-transform: uppercase;
}
.book-item h6::before {
  content: "";
  left: 0;
  top: 0;
  width: 60px;
  margin-right: 10px;
  height: 2px;
  background-color: #303030;
  display: inline-block;
}
.book-item h6 {
  color: #303030;
  font-size: 12.519px;
  font-style: normal;
  display: flex;
  justify-content: center;
  font-weight: 400;
  line-height: 26.08px;
  /* 208.333% */
  width: 100%;
  align-items: center;
  position: relative;
  text-transform: uppercase;
}

.img-contain {
  flex-shrink: 0;
}
.img-contain img {
  width: 100%;
  height: 100%;
}

.op {
  font-size: 45px;
}

.nav-bar {
  display: flex;
  position: fixed;
  width: 100%;
  z-index: 10000;
  justify-content: space-between;
  transition: height 0.5 ease;
}
.nav-bar .side1 h1 {
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: 45px;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.nav-bar .side1 p {
  margin-bottom: 0;
}
.nav-bar .side2 {
  text-align: end;
  display: flex;
  flex-direction: column;
  align-items: end;
}
.nav-bar .side2 .toggle-icon {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-image: url(../images/burger.svg);
  background-position: center;
  background-size: 30px auto;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
}
.nav-bar .side2 .toggle-icon.open {
  background-image: url(../images/close.svg);
  background-size: 20px auto;
}
.nav-bar .side2 .toggle-icon:hover {
  opacity: 0.5;
}
.nav-bar .side2 ul {
  display: none;
  list-style-type: none;
}
.nav-bar .side2 ul li {
  cursor: pointer;
  border-bottom: 1px solid transparent;
  margin-bottom: 0;
}
.nav-bar .side2 ul li a {
  color: #303030;
  display: block;
  padding: 8px 0;
}
.nav-bar .side2 ul li a:hover {
  opacity: 0.5;
}

.hover_line:hover i:not(.purchase-icon):before {
  content: "\f133";
}
.hover_line:hover i.purchase-icon::before {
  transform: translate(5px, -5px);
}

.hover_line {
  transition: all 0.3s ease-in-out;
}
.hover_line i.purchase-icon {
  margin-left: 5px;
}
.hover_line i.purchase-icon::before {
  transition: all 0.3s ease-in-out;
}

a {
  border-bottom: 2px solid transparent;
}

.active-link {
  border-bottom: 1px solid #303030;
}

.workshop-img1 {
  width: 100%;
  height: 616px;
}
.workshop-img1 img {
  width: 100%;
  height: auto;
}

#header-section {
  margin: auto;
  height: auto;
}
#header-section .WS-container {
  height: auto;
  margin-bottom: 80px;
}
#header-section .WS-container .workshops-info {
  width: 100%;
}

#workshops {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 100;
  overflow: auto;
  display: none;
}

#bs {
  margin-bottom: 30px !important;
}

.parallaxImg {
  height: 580px;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

#WS-conclusion {
  padding-top: 100px;
  padding-left: 100px;
  padding-right: 100px;
  padding-bottom: 100px;
}
#WS-conclusion .conclusion {
  display: flex;
  justify-content: center;
  width: 100%;
  /* Maximum width of the paragraph container */
  /* 10% padding left and right */
  box-sizing: border-box;
}
#WS-conclusion .conclusion p {
  display: flex;
  justify-content: center;
  width: 50%;
  color: #303030;
  margin-bottom: 0;
  /* text */
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 176.471% */
}

#bookshelf-intro {
  padding: 100px 0;
}

.b-title {
  color: #303030;
  font-size: 45px;
  font-weight: 400;
  line-height: normal;
}

.placeholder {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 328px;
  height: 471px;
  box-sizing: content-box;
  padding: 80px 0px 80px;
}

.givebg {
  background-color: #F2F2F2;
}

.add-line {
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.add-line::after {
  content: "";
  position: absolute;
  bottom: 0;
  background: #D7D7D7;
  width: 100%;
  height: 1px;
}

.para {
  color: #303030;
  /* text */
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 176.471% */
}

.purchase-icon {
  font-weight: bold;
  margin-left: 15px;
}

#contents {
  background-color: #303030;
  padding: 100px 0;
  color: white;
}

.arabicFont {
  direction: rtl;
  text-align: right;
  font-family: "Almarai", arial, sans-serif;
  line-height: 30px !important;
  font-size: 16px !important;
}

.arabicBookContent {
  direction: rtl;
  text-align: right;
  font-family: "Almarai", arial, sans-serif;
}
.arabicBookContent .op,
.arabicBookContent p,
.arabicBookContent h3 {
  font-family: "Almarai", arial, sans-serif;
}

.toc {
  color: var(--White-Primary, #FFF);
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.dots {
  margin-top: -10px;
  margin-bottom: 90px;
}

.chapter {
  margin-bottom: 50px;
}
.chapter:last-child {
  margin-bottom: 0;
}

.chapter-title {
  margin-bottom: 20px;
  color: var(--White-Primary, #FFF);
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.chapter-desc {
  color: var(--White-Primary, #FFF);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.chapter-desc:last-child {
  margin-bottom: 0;
}

.rightline {
  position: relative;
}

.rightline::after {
  position: absolute;
  right: 0;
  content: "";
  background: rgba(255, 255, 255, 0.1);
  width: 1px;
  top: 0;
  height: 100%;
}

#reviews {
  padding: 100px 0;
}

.restore {
  flex-direction: row;
}

.review-styling {
  display: flex;
}
.review-styling img {
  max-width: 75px;
  max-height: 49px;
}
.review-styling .r1 {
  color: #303030;
  /* sayings 20 */
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  width: 73%;
  /* 150% */
}
.review-styling .r2 {
  color: #303030;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.b4 {
  position: relative;
}

.b4::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
  background: #D7D7D7;
  margin-left: -150px;
}

#ratings {
  padding: 100px 0;
  background-color: #F5F5F5;
}
#ratings h1 {
  color: #303030;
  /* Big title */
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 37px;
}

.rating-container {
  border: 1px solid #D7D7D7;
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
}
.rating-container > a {
  display: block;
  padding: 25px;
}
.rating-container .rating-header {
  color: #303030;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
.rating-container .rating-summary {
  color: #303030;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.rating-container .star {
  margin-bottom: 20px;
}
.rating-container:hover {
  background-color: #303030;
}
.rating-container:hover .rating-header {
  color: white;
}
.rating-container:hover .rating-summary {
  color: white;
}

#toggle {
  background-color: white;
  transition: 0.4s ease;
}

.header2 {
  background-color: #515151;
}

.adjust {
  width: 85%;
}

.nav-bar {
  background-color: #F5F5F5;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

.nav-bar {
  z-index: 100;
}

.none {
  display: flex;
}

.none-block {
  display: block;
}

.none-lg {
  display: none;
}

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

.component {
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
  padding: 100px 0;
}
.component.paddingtopzero {
  padding-top: 0;
}
.component .container img {
  width: 100%;
  height: auto;
  position: relative;
}

.wrapper {
  padding-left: 50px;
  padding-right: 50px;
}

.center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.wrapper {
  width: 100% !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.rely {
  position: relative;
  height: auto;
  z-index: 1;
  width: 486px;
  padding-top: 50px;
  padding-left: 50px;
}
.rely .absy {
  border: 1px solid #929292;
  position: absolute;
  width: calc(100% - 50px);
  height: calc(100% - 50px);
  top: 0;
  left: 0;
}

.spacearound {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#toggle-icon {
  background-color: white;
}

.aboutCont span.quote-style {
  font-family: "Times New Roman", Times, serif;
  font-size: 19px;
  font-style: italic;
}

.paragraph {
  color: #303030;
  /* text */
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 176.471% */
}

.lg {
  display: block;
  margin-bottom: 30px;
}

.sm {
  display: none;
}

.sendbtn .linkArrow {
  margin-bottom: 45px;
}
.sendbtn .arrlink {
  margin-bottom: 30px;
  display: inline-block;
}
.sendbtn .arrlink:hover i::before {
  content: "\f133";
}

.closeBtn {
  position: fixed;
  top: 30px;
  right: 38px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/close.svg);
  background-size: 20px auto;
  z-index: 1;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.gefgere {
  flex-direction: column;
}
.gefgere p {
  margin-bottom: 30px;
}
.gefgere a {
  width: 45%;
}
.gefgere a:hover i::before {
  content: "\f133";
}

@media (max-width: 992px) {
  .gefgere a {
    width: 100%;
  }
  .sm {
    display: block;
  }
  .landing .image-container {
    width: 780px;
    /* height: 100vh; */
    overflow: hidden;
    height: auto;
  }
  .about-title {
    padding-top: 104px !important;
    margin-bottom: 20px !important;
    padding-left: 14px !important;
  }
  white {
    background-color: white;
  }
  #navbar {
    z-index: 101;
    transition: all 0.3s ease-in-out;
  }
  .clinical_services {
    padding-top: 0;
    margin-top: 0 !important;
    padding-right: 20px;
    background-size: contain;
    padding-bottom: 0;
    position: relative;
    margin-bottom: 205px;
    background-position: center top;
  }
  .padding {
    padding: 20px;
  }
  .pad {
    padding-left: 20px;
  }
  .box {
    display: flex;
    padding: 50px 20px 55px;
  }
  #ratings {
    padding: 59px 29px 103px 20px;
    background-color: #F5F5F5;
  }
  .landing {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 20px;
    padding-bottom: 50px;
    padding-right: 20px;
    margin-bottom: 0;
  }
  .component .container img {
    min-height: auto;
  }
  .Anita-img {
    padding-bottom: 30px;
  }
  #header-title {
    color: black !important;
  }
  p#pos {
    font-size: 9px;
  }
  #navbar {
    padding-left: 20px;
    padding-right: 0;
  }
  .top-left {
    top: auto;
    left: auto;
  }
  .top-right {
    top: auto;
    right: auto;
  }
  #toggle-icon {
    margin-right: 10px;
  }
  .rely .absy {
    border: 1px solid #929292;
    position: absolute;
    width: 100%;
    height: 100%;
    min-height: 100% !important;
    /* height: auto; */
    /* min-height: 599px; */
  }
  .rely img {
    position: relative;
    top: 55px;
    left: 55px;
  }
  .landing .title p {
    border-left: 0;
    position: relative;
    margin-top: 30px;
    position: relative;
  }
  #bookshelf-intro .wrapper .placeholder img {
    height: 100%;
    width: 100%;
    /* height: 100%; */
  }
  .landing .title p::before {
    content: "";
    background-color: #000;
    width: 1px;
    height: 265%;
    position: absolute;
    left: 15px;
    z-index: 100;
    top: -152px;
  }
  .view {
    margin-bottom: 42px;
    display: inline-block;
    padding-left: 35px;
  }
  #bs {
    margin-bottom: 0 !important;
    padding-bottom: 0;
  }
  .nav-bar .side1 h1 {
    font-size: 26px;
    width: 100%;
  }
  .container {
    max-width: 100%;
    min-height: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .col-sm-12 {
    padding-left: 0;
    padding-right: 0;
  }
  .captivate {
    padding-top: 50px;
    padding-left: 20px !important;
  }
  .captivate img {
    width: 100%;
  }
  .information {
    top: 168px !important;
    right: auto !important;
    left: 0 !important;
    bottom: 0;
    padding: 0 !important;
    width: 100% !important;
    padding-top: 20px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    border-left: 0px !important;
    position: absolute;
    border-top: 10.58px solid #303030 !important;
  }
  .information h3 {
    font-size: 26px !important;
  }
  .information a {
    margin-top: 21px !important;
  }
  .information p {
    margin-bottom: 0;
  }
  #main {
    padding-top: 104px;
  }
  .pad1 {
    padding-top: 42px;
    padding-left: 20px;
  }
  #image-fill .workshop-img2 {
    max-width: 100%;
    height: 375px;
    flex-shrink: 0;
    background-image: url("/Anita/images/workshop2.png");
    background-size: cover;
    background-position: center 56%;
    background-attachment: unset;
    background-repeat: no-repeat;
  }
  .box::after {
    display: none;
  }
  .box::before {
    display: none;
  }
  .WS-container {
    padding-left: 20px !important;
    padding-right: 20px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .workshop-img1 {
    width: 100%;
    height: auto;
  }
  #get-in-touch {
    padding: 0;
  }
  .side1 {
    color: black !important;
  }
  .image-container {
    max-width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center 55%;
    background-repeat: no-repeat;
    background-attachment: unset;
    max-height: 100%;
  }
  .column-reverse {
    flex-direction: column-reverse;
  }
  #changed2 {
    padding-bottom: 20px;
  }
  P {
    margin-bottom: 20px;
  }
  .component .container img {
    max-width: 100%;
    position: relative;
  }
  #except {
    padding-top: 0 !important;
  }
  #except1 {
    padding-bottom: 0 !important;
  }
  #except4 {
    padding-bottom: 0 !important;
  }
  section#except3.component {
    padding-bottom: 40px;
    padding-top: 0 !important;
  }
  i.quote-style {
    width: 100%;
  }
  .WS-container {
    padding: 0 20px 78px !important;
  }
  .workshop-img2 {
    background-size: contain;
    margin-bottom: 0;
  }
  .remove-pad {
    margin-top: 30px;
  }
  .wrap {
    position: relative;
    margin-bottom: 76px;
  }
  .wrap::after {
    position: absolute;
    bottom: -15px;
    width: 100%;
    height: 1px;
    opacity: 0.2;
    left: 0;
    background-color: #000;
    content: "";
  }
  #WS-conclusion {
    padding-top: 79px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 79px;
    display: flex !important;
    justify-content: center;
  }
  .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .make-pad {
    margin-bottom: 30px;
  }
  .clinical_services::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background-image: url("/Anita/81f517b6422ec26a061204e3f5123a54.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
  }
  .rel,
  .rel1,
  .rel2,
  .rel3,
  .rel4,
  .rel5,
  .rel6,
  .rel7,
  .rel8,
  .rel9,
  .rel10 .relx {
    width: 100%;
    height: 100%;
  }
  .rel img,
  .rel1 img,
  .rel2 img,
  .rel3 img,
  .rel4 img,
  .rel5 img,
  .rel6 img,
  .rel7 img,
  .rel8 img,
  .rel9 img,
  .rel10 .relx img {
    width: 100%;
    position: relative;
    display: flex;
  }
  .close {
    top: 22px !important;
    right: 36px !important;
  }
  #removeMargin {
    margin-top: 0 !important;
    padding-right: 0;
    padding-left: 0;
    margin-left: 0;
  }
  .reomvepad {
    padding-right: 0;
  }
  .col-md-12 {
    padding: 0;
  }
  #bookshelf-intro {
    padding: 0;
    margin: 0;
  }
  #bookshelf-intro .wrapper {
    width: 100%;
    padding-top: 80px;
    padding-left: 30px;
    padding-right: 30px;
  }
  #bookshelf-intro .wrapper .placeholder {
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  #bookshelf-intro .wrapper .placeholder img {
    width: 100%;
    height: 100%;
  }
  .add-line {
    position: relative;
    padding-bottom: 20px;
  }
  .after-line {
    margin-top: 20px !important;
    margin-bottom: 70px;
    padding-left: 20px;
  }
  .abs5 {
    display: none;
  }
  #asa {
    width: 100% !important;
  }
  .popabout {
    width: 100%;
    height: 100%;
  }
  .popabout .component {
    min-height: 100% !important;
    height: 100%;
  }
  .popabout .component .paragraph {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
  }
  .paragraph {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
  }
  #cap {
    margin-bottom: 50px;
  }
  .rely {
    position: relative;
    height: auto;
    z-index: 1;
    width: 304px;
    padding-top: 50px;
    padding-left: 50px;
    margin-bottom: 100px;
  }
  .rely .absy {
    border: 1px solid #929292;
    position: absolute;
    width: calc(100% - 50px);
    height: calc(100% - 50px);
    top: 0;
    left: 0;
  }
  .reomve-pad {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .Anita-img {
    width: 100%;
    height: auto;
  }
  .abs,
  .abs1,
  .ab2,
  .abs3,
  .abs4,
  .abs5,
  .abs6,
  .abs7,
  .abs8,
  .abs9,
  .abs10 {
    display: none;
  }
  .text {
    font-size: 16px;
    margin-bottom: 20px;
  }
  #about-para {
    margin-top: 20px;
  }
  .Anita-img {
    width: 100%;
    height: auto;
  }
  .desc {
    color: white;
    width: 100%;
  }
  .bi-x {
    transform: rotate(180deg);
  }
  #contents {
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 66px;
    padding-bottom: 80px;
    margin-bottom: 82px;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  div.none {
    display: none !important;
  }
  .none {
    display: none !important;
  }
  #reviews.none {
    display: block !important;
    padding-top: 0;
    padding: 0 20px;
  }
  #reviews.none .review-styling:last-child .con {
    border-bottom: none;
    padding-bottom: 0;
  }
  #reviews.none .img-fluid {
    width: 85px;
    height: 56px;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #reviews.none .con {
    padding-top: 28px;
    padding-left: 22px;
    z-index: 1;
    margin-bottom: 38px;
    padding-bottom: 28px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  #reviews.none .r1 {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
  }
  #reviews.none .r2 {
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
  }
  .none-lg {
    display: flex;
  }
  .link-container {
    display: flex;
    transition: flex-direction 0.5s ease;
  }
  .cw {
    font-size: 14px;
    font-weight: 400;
    line-height: 16.41px;
    letter-spacing: 1px;
  }
  .popup {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 100;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
    justify-content: center;
    align-items: center;
  }
  .popup-content {
    background-color: #fefefe;
    padding: 20px;
    border: 1px solid #888;
    width: 100%;
    /* Could be more or less, depending on screen size */
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 240px;
    position: relative;
  }
  .popup-content p {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .popup-content span {
    display: inline-block;
    position: absolute;
    top: 49px;
    right: 40px;
  }
  .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }
  .ttl {
    color: #303030;
    /* Big title */
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 20px;
    padding-bottom: 20px;
  }
  .close {
    color: black;
  }
  .container {
    width: 100%;
  }
  .rel,
  .rel1,
  .rel2,
  .rel3,
  .rel4,
  .relx,
  .rel5,
  .rel6,
  .rel7,
  .rel8,
  .rel9,
  .rel10 {
    top: auto;
    height: auto;
  }
  .rel img,
  .rel1 img,
  .rel2 img,
  .rel3 img,
  .rel4 img,
  .relx img,
  .rel5 img,
  .rel6 img,
  .rel7 img,
  .rel8 img,
  .rel9 img,
  .rel10 img {
    position: relative;
    max-width: 100%;
    max-height: 100%;
    margin-bottom: 20px;
  }
  .link .ic {
    padding: 10px;
  }
  .owl-item {
    margin-right: 0 !important;
  }
  .quote-style {
    color: #303030;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 30px;
    width: 100%;
    display: inline-block;
  }
  .after-line {
    position: relative;
  }
  .after-line::after {
    position: absolute;
    content: "";
    width: 100%;
    background-color: #D7D7D7;
    height: 1px;
    top: 150%;
    left: 0;
  }
  .relx {
    position: relative;
    height: 100%;
    width: 100%;
    z-index: 1;
    top: 50px;
  }
  .rating-header {
    transform: 0.3s ease-in-out;
  }
  .rating-header:hover {
    opacity: 0.6;
  }
  .quote-text {
    font-size: 26px;
  }
  .component {
    padding-bottom: 40px !important;
    padding-top: 40px !important;
  }
  .lg {
    display: none;
  }
  .p-r {
    padding-right: 73px;
  }
  section.captivate {
    padding-bottom: 63px;
    padding-right: 20px;
    display: flex;
    justify-content: center;
  }
  .img-contain {
    width: 100%;
    height: auto;
  }
  .quotes {
    font-size: 70px;
  }
  .open {
    margin-bottom: 30px;
  }
  .close {
    margin-top: 30px;
  }
  #bookshelf {
    padding-left: 0 !important;
  }
  #bookshelf .book-container .book-info::before {
    display: none;
  }
  #bookshelf .book-container .book-info h1 {
    color: #303030;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 30px;
  }
  #bookshelf .book-container .book-info {
    position: relative;
    bottom: auto;
    margin-top: 31px;
  }
  .op {
    font-size: 32px !important;
  }
  .landing .title p {
    font-size: 24px;
    font-size: 24px;
    font-weight: 400;
    line-height: 28.08px;
    text-align: left;
  }
  #bookshelf {
    padding-top: 30px;
  }
  #quotes-slider {
    margin-bottom: 0;
  }
  .make-column {
    flex-direction: column;
  }
  #get-in-touch {
    padding: 20px;
    display: flex;
    justify-content: center;
  }
  .ss {
    padding-left: 0;
  }
  .contact-title {
    font-size: 32px !important;
    margin-bottom: 37px;
  }
  .end .end-container {
    padding: 20px;
  }
  #padit {
    padding-left: 20px;
  }
  .contact-info {
    margin-bottom: 30px !important;
  }
  .contact-info .ss {
    margin-bottom: 10px;
  }
  .contact-info .ss br {
    display: none;
  }
  .nav-bar .side2 ul li {
    font-size: 14px;
  }
  .nav-bar .side2 ul {
    padding-right: 20px;
  }
  .y {
    padding-left: 20px;
    padding-right: 20px;
  }
  #open-quote {
    margin-bottom: 40px;
  }
  #close-quote {
    margin-top: 40px;
  }
  #popupclinical .closeBtn {
    width: 40px;
    height: 40px;
  }
  #quotes-slider {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  #rm {
    margin-top: 0 !important;
  }
  #contents {
    background-color: #303030;
    padding: 95px 56px 123px 56px;
    color: white;
  }
  .x {
    margin-bottom: 79px;
  }
  .closeBtn {
    width: 40px;
    height: 40px;
  }
  .reverseonmobile .column-reverse {
    flex-direction: column;
  }
  #about #showPopupBtn + a {
    display: block;
  }
}
@media (min-width: 768px) {
  .landing .title p::before {
    display: none;
  }
  .landing .title p {
    border-left: 1px solid black;
  }
}
@media (min-width: 993px) {
  #toggle-icon {
    top: 38px !important;
  }
  #toggle-icon i {
    transition: transform 0.3s ease-in-out;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .paragraph {
    font-size: 16px;
  }
  #reviews {
    padding: 81px 20px 80px 130px;
  }
  #contents {
    background-color: #303030;
    padding: 95px 40px 123px 63px;
    color: white;
  }
  .ttl {
    font-size: 32px;
  }
  #header-section .WS-container {
    padding: 146px 44px 100px;
    height: auto;
  }
  #conc {
    padding-right: 100px;
    padding-left: 100px;
  }
  .make-pad {
    margin-bottom: 30px;
  }
  .top-left {
    top: auto;
    left: auto;
  }
  .top-right {
    top: auto;
    right: auto;
  }
  .rel,
  .rel1,
  .rel2,
  .rel3,
  .rel4,
  .rel5,
  .rel6,
  .rel7,
  .rel8,
  .rel9,
  .rel10 .relx {
    width: 100%;
    height: 100%;
  }
  .rel img,
  .rel1 img,
  .rel2 img,
  .rel3 img,
  .rel4 img,
  .rel5 img,
  .rel6 img,
  .rel7 img,
  .rel8 img,
  .rel9 img,
  .rel10 .relx img {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
  }
  .container {
    margin: 0 !important;
  }
  .abs,
  .abs1,
  .ab2,
  .abs3,
  .abs4,
  .abs5,
  .abs6,
  .abs7,
  .abs8,
  .abs9,
  .abs10 {
    display: none;
  }
  .landing .title p::before {
    content: "";
    background-color: #000;
    width: 1px;
    height: 289%;
    position: absolute;
    left: 287px;
    z-index: 99;
    top: -345px;
  }
  .img-contain {
    width: 100%;
    height: auto;
    flex-shrink: 0;
    margin-top: 30px;
  }
  .clinical_services {
    padding-top: 0;
    margin-top: 0 !important;
    padding-right: 20px;
    background-size: cover;
    padding-bottom: 0;
    position: relative;
    margin-bottom: 205px;
    background-position: center top;
  }
  #about-para {
    margin-bottom: 20px;
  }
  .Anita-img {
    height: auto;
  }
  .information {
    top: 168px !important;
    right: auto !important;
    left: 0 !important;
    bottom: 0;
    padding: 0 !important;
    width: 100% !important;
    padding-top: 20px !important;
    padding-left: 20px !important;
    border-left: 0px !important;
    position: absolute;
    border-top: 10.58px solid #303030 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .information a {
    margin-top: 21px !important;
  }
  .information p {
    margin-bottom: 0;
    width: 58%;
  }
  .captivate {
    padding-top: 50px;
    padding-left: 50px;
    padding-right: 28px;
    padding-bottom: 175px;
    width: 100%;
  }
  #quotes-slider {
    display: flex;
    justify-content: center;
  }
  .rel10 {
    width: 100%;
  }
}
@media (max-width: 1568px) {
  .landing .image-container img {
    display: block;
    width: 100%;
    height: auto;
  }
}
@media (min-width: 470px) and (max-width: 993px) {
  .landing .title p::before {
    content: "";
    background-color: #000;
    width: 1px;
    height: 384%;
    position: absolute;
    left: 15px;
    z-index: 100;
    top: -156px;
  }
}
.owl-carousel.owl-drag .owl-item {
  width: 100%;
}

@media all and (max-width: 1024px) {
  .parallaxImg {
    height: 250px !important;
  }
  .parallaxImg img {
    width: 100% !important;
    left: auto !important;
    height: 150% !important;
  }
  #except {
    padding-top: 25px !important;
  }
  #popabout .rel4, #popabout .rel5, #popabout .rel {
    padding: 0;
    margin-bottom: 40px;
  }
  #popabout .rel4 img, #popabout .rel5 img, #popabout .rel img {
    top: auto;
    left: auto;
    right: auto;
  }
  #popabout .closeBtn {
    z-index: 10;
  }
}
@media all and (max-width: 768px) {
  .logo {
    width: 150px;
    height: 30px;
  }
  .pad-nav {
    padding-top: 10px;
    align-items: flex-start;
  }
  .pad-nav .logo {
    margin-top: 5px;
  }
  .landing .title {
    transition-delay: 0s !important;
  }
  .landing .image-container img {
    min-height: 80vh;
    object-fit: cover;
  }
  .component.pdb,
  .col-xl-6.text {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
}
.rel,
.rely,
.rel1,
.rel5 {
  position: relative;
  overflow: hidden;
}
.rel::after,
.rely::after,
.rel1::after,
.rel5::after {
  content: "";
  display: block;
  position: absolute;
  top: 30px;
  height: calc(100% - 30px);
  width: calc(50% - 30px);
  left: 30px;
  background-color: #F5F5F5;
  transition: all 0.7s cubic-bezier(0.43, 0.2, 0.02, 1);
}
.rel img,
.rely img,
.rel1 img,
.rel5 img {
  transform: none;
  transition: all 0.7s cubic-bezier(0.43, 0.2, 0.02, 1);
}
.rel::before,
.rely::before,
.rel1::before,
.rel5::before {
  content: "";
  display: block;
  position: absolute;
  top: 30px;
  height: calc(100% - 30px);
  width: 50%;
  right: 0;
  background-color: #F5F5F5;
  z-index: 1;
  transition: all 0.7s cubic-bezier(0.43, 0.2, 0.02, 1);
}
.rel.reveal img,
.rely.reveal img,
.rel1.reveal img,
.rel5.reveal img {
  transform: none;
}
.rel.reveal::after, .rel.reveal::before,
.rely.reveal::after,
.rely.reveal::before,
.rel1.reveal::after,
.rel1.reveal::before,
.rel5.reveal::after,
.rel5.reveal::before {
  width: 0;
}

.rel5::before,
.rel1::before {
  right: 30px;
}
.rel5::after,
.rel1::after {
  left: 0;
}

.popupclinical #except .rel::after, .popupclinical #except .rel::before,
.popupclinical #except .rel1::after,
.popupclinical #except .rel1::before {
  background-color: #F7F8F7;
}
.popupclinical #except3 .rel::after, .popupclinical #except3 .rel::before,
.popupclinical #except3 .rel1::after,
.popupclinical #except3 .rel1::before,
.popupclinical #except4 .rel::after,
.popupclinical #except4 .rel::before,
.popupclinical #except4 .rel1::after,
.popupclinical #except4 .rel1::before {
  background-color: #ffffff;
}

.bookSliderCarousel .book-item img {
  width: 200px;
  margin-bottom: 36px;
  transition: all 0.3s ease-in-out;
}
.bookSliderCarousel .owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 60px;
}
.bookSliderCarousel .owl-carousel .owl-nav button {
  width: 60px;
  height: 60px;
  margin: 0;
  outline: none;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  border-radius: 50%;
  font-size: 0;
  background-image: url(../images/carouselArrow.svg);
  background-size: 11px 22px;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1490196078);
  transition: all 0.3s ease-in-out;
  background-color: white;
}
.bookSliderCarousel .owl-carousel .owl-nav button.owl-next {
  transform: rotateZ(180deg);
}
.bookSliderCarousel .owl-carousel .owl-nav button:hover {
  background-color: black;
  background-image: url(../images/carouselArrow_white.svg);
}
.bookSliderCarousel .owl-carousel .owl-nav button.disabled {
  opacity: 1;
  pointer-events: all;
}

#popbookshelf .bookcontent {
  display: none;
}
#popbookshelf .bookcontent .bookImageHolder .wrapper {
  padding: 50px;
  height: 500px;
  position: relative;
}
#popbookshelf .bookcontent .bookImageHolder .wrapper img {
  display: block;
  width: auto !important;
  height: 400px !important;
  height: auto;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#popbookshelf .bookcontent .bookImageHolder .wrapper img.back {
  opacity: 0;
}
#popbookshelf .bookcontent .bookImageHolder .wrapper img.onlyimg {
  opacity: 1 !important;
}
#popbookshelf .bookcontent .bookImageHolder .wrapper:hover img {
  opacity: 0;
}
#popbookshelf .bookcontent .bookImageHolder .wrapper:hover img.back {
  opacity: 1;
}

.animatedPopup {
  transform: scale(0) !important;
  transition: all 0.3s ease-in-out;
  opacity: 0 !important;
  display: block !important;
}
.animatedPopup.show {
  transform: none !important;
  opacity: 1 !important;
}

.bookSliderCarousel .owl-carousel .owl-nav {
  pointer-events: none;
}
.bookSliderCarousel .owl-carousel .owl-nav button {
  pointer-events: all;
}

.rel5::after, .rel5::before {
  display: none;
}

.reasons-list.paragraph {
  padding-top: 0;
  padding-left: 0;
  list-style-type: none;
}
.reasons-list.paragraph li {
  padding-left: 20px;
  position: relative;
}
.reasons-list.paragraph li::before {
  content: "";
  position: absolute;
  display: block;
  width: 4px;
  height: 4px;
  background-color: black;
  border-radius: 50%;
  left: 5px;
  top: 13px;
}

@media all and (max-width: 1024px) {
  .landing {
    padding: 0;
  }
  .nav-bar .side1 h1 {
    font-size: 20px;
    line-height: 25px;
  }
  .nav-bar .side2 .toggle-icon {
    width: 40px;
    height: 40px;
    background-size: 20px auto;
  }
  .nav-bar .side2 ul#pages {
    top: 100%;
  }
  .nav-bar .side2 ul#pages li a {
    padding: 5px 0;
  }
  #toggle-icon {
    margin-bottom: 10px;
  }
  .box#about {
    padding: 40px 20px 0;
  }
  .box#about .paragraph span {
    display: inline;
  }
  .box#about .paragraph span:last-child {
    display: block;
  }
  .clinical_services {
    background-size: cover !important;
    background-position: center;
  }
  .clinical_services::before, .clinical_services::after {
    display: none;
  }
  .captivate .col-lg-6.p-r {
    padding-right: 0;
    padding-left: 0;
  }
  .captivate .text {
    padding: 0;
  }
  .captivate .hover_line {
    margin-top: 0 !important;
  }
  section.captivate {
    padding-bottom: 0px;
  }
  .rel,
  .rely,
  .rel1,
  .rel5 {
    width: 100%;
  }
  .rel::after, .rel::before,
  .rely::after,
  .rely::before,
  .rel1::after,
  .rel1::before,
  .rel5::after,
  .rel5::before {
    display: none;
  }
  .rel img,
  .rely img,
  .rel1 img,
  .rel5 img {
    top: 20px;
    left: 20px;
  }
  .rely {
    padding: 20px;
    margin-bottom: 20px;
  }
  #clicnalServices {
    padding: 0;
  }
  .captivate h1 {
    font-size: 26px !important;
    margin-bottom: 20px;
  }
  #quotes-slider .col-8 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
  #bookshelf .book-container .book-info .titleDiv h1 {
    font-size: 26px;
  }
  .rely .absy {
    min-height: auto !important;
  }
  #bookshelf {
    background-size: contain !important;
    background-position: center top !important;
    padding-top: 94vw;
    padding-bottom: 0;
  }
  #bookshelf::before, #bookshelf::after {
    display: none;
  }
  #bookshelf .col-lg-5 {
    padding-left: 0;
  }
  .bookSliderCarousel .owl-carousel .owl-nav {
    padding: 0 20px;
  }
  #get-in-touch .container {
    padding: 0;
  }
  #get-in-touch .contact-container {
    padding: 0;
  }
  #get-in-touch .rel5 {
    padding: 0;
  }
  #anita-book-slider,
  .bookSliderCarousel {
    padding-top: 0;
  }
  .nav-bar .side2 ul#pages {
    position: relative;
    top: auto;
  }
  .nav-bar .side1 h1 {
    white-space: nowrap;
    max-width: 100px;
  }
  #introPopup .popup-content {
    padding: 70px 0 30px;
    overflow: auto;
    display: block;
  }
  #introPopup .container {
    height: auto !important;
  }
  #popupclinical {
    padding: 40px 0;
    z-index: 1000 !important;
    padding-top: 0;
  }
  #popupclinical .img-contain {
    margin-bottom: 20px;
  }
  #popupclinical .closeBtn {
    right: 20px;
    top: 30px;
  }
  #popupclinical .container {
    padding: 0;
  }
  #popupclinical .reasons-list.paragraph {
    padding-top: 0;
    padding-left: 0;
  }
  #popupclinical .rel,
  #popupclinical .rely,
  #popupclinical .rel1,
  #popupclinical .rel5 {
    padding: 0;
  }
  #popupclinical .rel img,
  #popupclinical .rely img,
  #popupclinical .rel1 img,
  #popupclinical .rel5 img {
    top: 0;
    left: 0;
  }
  #popupclinical .wrap > img {
    top: -25px !important;
    left: 20px !important;
    width: 30px !important;
    height: auto !important;
  }
  .popup {
    z-index: 1000 !important;
  }
  .popup .closeBtn {
    right: 20px;
    top: 30px;
  }
  .popup .popup-content p {
    width: 100% !important;
    padding: 0;
  }
  #workshops {
    z-index: 1000 !important;
  }
  #workshops .closeBtn {
    right: 20px;
    top: 30px;
  }
  #workshops #header-section {
    padding-top: 40px !important;
    padding-bottom: 0 !important;
    margin-bottom: 30px;
  }
  #workshops #header-section .ttl {
    padding-left: 0;
  }
  #workshops #header-section .col-xl-5 {
    padding: 0;
  }
  #workshops #image-fill .workshop-img2 {
    background-image: url(/images/workshop2.png);
  }
  #workshops #WS-conclusion {
    padding: 0;
  }
  #workshops #WS-conclusion .conclusion p {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #popbookshelf {
    z-index: 1000 !important;
  }
  #popbookshelf .closeBtn {
    right: 10px;
    top: 20px;
  }
  #popbookshelf .bookcontent .container {
    padding: 0;
  }
  #popbookshelf .bookcontent #contents {
    padding: 20px 15px;
    margin-bottom: 50px;
  }
  #popbookshelf .wrap {
    padding-bottom: 0 !important;
  }
  #popbookshelf .wrap > img {
    top: -25px !important;
    left: 20px !important;
    width: 30px !important;
    height: auto !important;
  }
  #popbookshelf .wrap:last-child {
    margin-bottom: 10px;
  }
  #popbookshelf .wrap:last-child::after {
    display: none;
  }
  #popbookshelf .ttl,
  #popbookshelf .paragraph,
  #popbookshelf .after-line {
    padding-left: 0;
  }
  #popbookshelf .view {
    padding: 0 20px;
    margin: 0 !important;
    margin-bottom: 20px !important;
  }
  #popbookshelf .bookcontent .bookImageHolder .wrapper {
    margin-bottom: 0;
  }
  #about .crossed-text {
    max-width: 100%;
    margin: 0 auto;
  }
  #close-quote {
    display: none;
  }
}
.antoine {
  background-image: url(../images/antoine.png);
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
}

.bookends {
  background-image: url(../images/bookends.png);
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  filter: brightness(0);
}

.amazon {
  background-image: url(../images/amazon.svg);
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
}

.goodreads {
  background-image: url(../images/goodread.png);
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
}

.parallaxImg {
  position: relative;
  overflow: hidden;
}
.parallaxImg img {
  position: absolute;
  width: 100%;
  height: 150%;
  left: 0;
  top: 0px;
  object-fit: cover;
}

.testimonialsListing #owl-demo {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: auto;
  overflow: hidden;
}
.testimonialsListing .item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.testimonialsListing .item.active {
  opacity: 1;
}

#ratings {
  display: none;
}

.bookcontentAr .ttl,
.bookcontentAr .paragraph {
  direction: rtl;
  text-align: right;
}

/*# sourceMappingURL=style.css.map */
