@import url("https://fonts.googleapis.com/css2?family=Tajawal:wght@400;500;700;900&display=swap");
/*@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;700;900&display=swap');*/
/* @import "../css/fontawesome-all.css";
@import "../css/all.css"; */

::after,
::before {
  height: auto;
}
@font-face {
  font-family: "Tekton Pro";
  src: url("../fonts/TektonPro-BoldCond/TektonPro-BoldCond.woff2")
      format("woff2"),
    url("../fonts/TektonPro-BoldCond/TektonPro-BoldCond.woff") format("woff"),
    url("../fonts/TektonPro-BoldCond/TektonPro-BoldCond.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

:root {
  --primary: #242f6d;
  --secondary: #24a6dd;
  --button-color: #2C296A;
  /* --text-hover: #007bff; */
  --text-hover: #1686ff;
  --danger: #dc3545;
  --success: #68b360;
  --gray: rgba(0, 0, 0, 0.6);
  --gray5: var(--gray5);
  --warning: #ffcd39;
  --warning-hover: #e7994b;
}

html[lang="ar"] {
  --gray: #888;
  --gray5: #888;
}

::-webkit-scrollbar {
  width: 6px;

  background: #f6f6f6;
}

/* Track */

::-webkit-scrollbar-track {
  border-radius: 0px;
}

/* Handle */

::-webkit-scrollbar-thumb {
  background: #2d2d2d;
}

::-webkit-scrollbar-thumb:window-inactive {
  background: #2d2d2d;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
}

html {
  overflow-x: hidden;
}

body {
  font-family: "Tajawal", sans-serif;
  font-weight: 400;
  font-size: 14px;
  /*font-weight: 700;*/
  overflow-x: hidden !important;
  padding-top: 120px;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Tajawal", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 0;
}

p {
  margin: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

a,
button {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

p {
  margin: 0;
}

a {
  cursor: pointer !important;
  text-decoration: none !important;
}

a:hover,
a:active,
a:focus,
a:visited {
  text-decoration: none !important;
}

input,
textarea,
a,
button {
  outline: none !important;
  text-decoration: none;
}

.margin-auto {
  margin: 0 auto;
  float: none !important;
}

/* img hover */
.img-hover {
  overflow: hidden;
  display: block;
}

.img-hover > img {
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

img {
  max-width: 100%;
}

.container {
}

/* end img hover */
.main-wrapper {
  position: relative;
  min-height: 100%;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  overflow: hidden;
}

/*
====================================================================
 Loading Transition
====================================================================

***/
.ctn-preloader {
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  display: -ms-flexbox;
  height: 100%;
  justify-content: center;
  -webkit-justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10000;
  background: #fff;
}

.ctn-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
}

.ctn-preloader .animation-preloader .icon {
  margin-bottom: 60px;
  text-align: center;
}

.ctn-preloader .animation-preloader .icon img {
  margin: 0 auto;
  max-height: 150px;
}

.ctn-preloader .animation-preloader .txt-loading {
  text-align: center;
  user-select: none;
  direction: ltr;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
  animation: letters-loading 4s infinite;
  color: rgba(45, 45, 45, 1);
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  top: 0;
  line-height: 60px;
  position: absolute;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading {
  font-weight: 700;
  letter-spacing: 0px;
  display: inline-block;
  color: rgba(45, 45, 45, 0.15);
  position: relative;
  font-size: 60px;
  line-height: 60px;
}

.ctn-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(2):before {
  animation-delay: 0.2s;
}

.ctn-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(3):before {
  animation-delay: 0.4s;
}

.ctn-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(4):before {
  animation-delay: 0.6s;
}

.ctn-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(5):before {
  animation-delay: 0.8s;
}

.ctn-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(6):before {
  animation-delay: 1s;
}

.ctn-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(7):before {
  animation-delay: 1.2s;
}

.ctn-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(8):before {
  animation-delay: 1.4s;
}

.ctn-preloader .loader-section {
  background-color: #ffffff;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}

.loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}

@keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}

@media screen and (max-width: 500px) {
  .ctn-preloader .animation-preloader .txt-loading .letters-loading {
    font-size: 50px;
    letter-spacing: 0;
  }
}

#header {
  transition: all 0.3s ease;
  background-color: #fafafa;
  padding: 20px 0;
  width: 100%;
  position: fixed;
  z-index: 500;
  left: 0;
  top: 0;
  box-shadow: none; /* No shadow by default */
}

#header.fixed {
  background-color: #ffffff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); /* Shadow when scrolled */
  padding: 10px 0 20px 0px; /* Adjust padding if needed */
}

#header {
  background-color: white;
  box-shadow: none;
  padding: 20px 0;
}



/* .logo_site a {
  display: flex;
  align-items: flex-end;
} */

.logo_site img {
  max-width: 100%;
  width: 80%;
  padding: 20px 0px 0 0;
}

.site-name {
  color: #656565;
  font-size: 20px;
  font-weight: 500;
  display: none !important;
}

.modal .site-name {
  display: inline-block !important;
}

.site-name span {
  color: #25aadf;
  font-size: 24px;
  font-weight: bold;
  font-family: "Tekton Pro";
  letter-spacing: 3px;
  margin-left: 15px;
}

.main_menu {
  margin-top: 10px;
}

@media (max-width: 1199.9px) {
    .main_menu li {
    margin-right: 0;
    margin-bottom: 8px;
    margin-left: 8px !important;
  }

  .main_menu li > a {
    font-size: 14px !important;
    padding: 6px !important;
  }
}

.main_menu li {
  float: left;
  margin-right: 30px;
}

.main_menu li:last-child {
  margin-right: 0;
}

.main_menu li > a {
  display: block;
  color: var(--primary);
  font-size: 16px;
  text-transform: capitalize;
  position: relative;
  padding: 6px 14px;
  font-weight: 500;
  border-radius: 8px;
  margin-top: 18px;
  /* border: 1px solid var(--button-color); */
}
/* .main_menu li > a.active {
  color: white;
  background-color: var(--button-color);
} */

.main_menu li > a img {
  display: block;
  margin: 0 auto 10px auto;
  height: 20px;
}

.main_menu li > a:before {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 0;
  width: 0;
  height: 3px;
  background-color: var(--primary);

  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.home-page .main_menu li > a:before {
  bottom: -22px;
}

.main_menu li:hover > a:before,
.main_menu li.active > a:before {
  width: 100%;
}

.lang_site {
  padding-right: 20px;
  /* background-image: url("../assets/lang.svg"); */
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: right 0;
  color: var(--primary);
}

.btn-login {
  background-color: var(--button-color);
  color: white;
  padding: 8px 20px;
  border: 2px solid var(--button-color);
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.btn-login:hover {
  opacity: .8;
  color: white;
}

.btn-register{
  padding: 8px 15px;
  color: var(--button-color);
  background-color: transparent;
  border: 2px solid var(--button-color);
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.btn-register:hover{
  background-color: var(--button-color);
  color: white;
  border: 2px solid var(--button-color);
}

.btn-outline-primary {
  color: var(--primary);
  border-color: var(--primary);
}

.btn-check:checked + .btn-outline-primary,
.btn-check:active + .btn-outline-primary,
.btn-outline-primary:active,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/var(--primary)+0,24a6dd+100 */
  background: rgb(36, 47, 109); /* Old browsers */
  background: -moz-linear-gradient(
    top,
    var(--primary) 0%,
    rgba(36, 166, 221, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    var(--primary) 0%,
    rgba(36, 166, 221, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    var(--primary) 0%,
    rgba(36, 166, 221, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--primary)', endColorstr='#24a6dd', GradientType=0); /* IE6-9 */
  /*border: none;*/
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: var(--primary);
  border-color: var(--primary);
}

.btn-primary {
  color: #fff;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#24a6dd+0,242f6d+100 */
  background: var(--primary); /* Old browsers */
  background: -moz-linear-gradient(
    left,
    var(--secondary) 0%,
    var(--primary) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    var(--secondary) 0%,
    var(--primary) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    var(--secondary) 0%,
    var(--primary) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--secondary)', endColorstr='var(--primary)', GradientType=1); /* IE6-9 */

  border: none !important;
}

.head_right {
  margin-top: 30px;
}

@media(max-width: 1199px) {
  .head_right {
    margin-top: 20px;
  }
}

.head_btns > a {
  margin-left: 15px;
}

/* Start Home Welcome */

.home-filters {
  position: relative;
  padding-top: 100px;
  background-color: #F5F4F9;
}

.home-filters .container {
  position: relative;
  z-index: 2;
}

.home-filters .welcome-to-adastra{
  color: var(--button-color);
  font-size: 1.2rem;
  margin-bottom: 15px;
}

.home-filters h1 {
  font-size: 40px 
}

.home-filters .learning-free-desc {
  font-size: 21px;
}

.home-filters h3 {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.book-home-session {
  font-weight: 600;
  background: linear-gradient(to right, #524DC7 0%, var(--button-color) 100%);
  border-radius: 30px;
  padding: 15px 24px !important;
  color: white;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}
.book-home-session:hover {
  opacity: .8;
}

.book-free-session {
  font-weight: 600;
  background: transparent;
  border: 2px solid var(--button-color);
  border-radius: 30px;
  padding: 13px 24px !important;
  color: var(--button-color);
  transition: all 0.3s ease-in-out;
  opacity: 1;
}
.book-free-session:hover {
  color: white;
  background: linear-gradient(to right, #524DC7 0%, var(--button-color) 100%);
}

.home-filters .radios-inline {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.home-filters::before {
  content: "";
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(/assets/kid-dots.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 230px;
  height: 230px;
  z-index: 1;
}
.home-filters::after {
  content: "";
  position: absolute;
  bottom: -35px;
  right: 0;
  transform: translate(-50%, -50%);
  background-image: url(/assets/right-triangle.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  z-index: 1;
}

.background-right-pill,
.background-left-pill,
.background-circle,
.background-left-bottom-pill {
  position: absolute;
  z-index: 1;
}

.background-right-pill {
  top: 40px;
  right: -50px;
  transform: translate(-50%, -50%);
  background-image: url(/assets/right-pill.svg);
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
  background-position: center, top right;
  width: 100px;
  height: 100px;
}

.background-left-pill {
  top: 70px;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(/assets/left-pill.svg);
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
  background-position: center, center;
  width: 100px;
  height: 100px;
}

.background-circle {
  top: 70px;
  left: 15%;
  transform: translate(-50%, -50%);
  background-image: url(/assets/circle.svg);
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
  background-position: center, center;
  width: 70px;
  height: 70px;
}

.background-left-bottom-pill {
  bottom: -40px;
  left: 12%;
  transform: translate(-50%, -50%);
  background-image: url(/assets/left-bottom-pill.svg);
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
  background-position: center, center;
  width: 80px;
  height: 80px;
}

/* End Home Welcome */

/* Start Quick Brief */
.quick-brief{
  background-color: white;
  padding: 80px;
  text-align: center;
}

.quick-brief .adastra-definition {
  color: var(--button-color);
  font-weight: 600;
  margin-bottom: 30px;
}

.quick-brief .adastra-quick-brief {
  color: black;
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 60px;
  width: 59%;
  margin: 0 auto;
  margin-bottom: 50px;
}

.quick-brief .learn-more{
  color: white;
  background-color: var(--button-color);
  border-radius: 15px;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  padding: 10px 28px;
  font-weight: 400;
}

.quick-brief .learn-more:hover{
  opacity: .8;
}

/* Responsive Styles */
@media (max-width: 1200px) {
  .quick-brief {
    padding: 60px;
  }

  .quick-brief .adastra-definition {
    font-size: 1.8rem;
  }

  .quick-brief .adastra-quick-brief {
    font-size: 1.1rem;
    width: 72%;
    margin: 0 auto;
    margin-bottom: 40px;
  }

}

@media (max-width: 992px) {
  .quick-brief {
    padding: 40px;
  }

  .quick-brief .adastra-definition {
    font-size: 1.6rem;
  }

  .quick-brief .adastra-quick-brief {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .quick-brief {
    padding: 30px;
  }

  .quick-brief .adastra-definition {
    font-size: 1.4rem;
  }

  .quick-brief .adastra-quick-brief {
    font-size: 0.95rem;
  }

}

@media (max-width: 576px) {
  .quick-brief {
    padding: 20px;
    margin-bottom: 25px;
  }

  .quick-brief .adastra-definition {
    font-size: 1.2rem;
  }

  .quick-brief .adastra-quick-brief {
    font-size: 0.9rem;
  }
}
/* End Quick Brief */

/* Start Our Services */
.our-servics {
  background-color: #F2F1FF;
}

.our-servics h2 {
  color: #2C296A;
  margin-bottom: 40px;
  margin-top: 20px;
}
.our-servics .service-box {
  box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.15);
  border-radius: 40px;
  background-color: white;
  overflow: hidden;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 20px ;
}
.our-servics .service-box .box-desc {
  padding: 0;
  margin-top: 30px;
}
.our-servics .service-box .box-desc h3{
  color: #2C296A;
  font-size: 1.4rem;
  margin-bottom: 20px;
}
.our-servics .service-box .box-desc p{
  color: black;
  font-size: 1.2rem;
  margin-bottom: 25px !important;
  width: 75%;
  margin: 0 auto;
}
.our-servics .service-box .box-desc .book-now {
  background: linear-gradient(to left, #524DC7 0%, #2C296A 100%);
  color: white;
  padding: 8px 44px;
  border-radius: 6px;
  margin-bottom: 12px;
  opacity: 1;
  transition: all .3s ease-in-out;
}
.our-servics .service-box .box-desc .book-now:hover {
  opacity: .8;
}

/* Responsive Styles */
@media (max-width: 1200px) {
  .our-servics .service-box {
    width: 48%;
    flex-direction: column;
  }
  .our-servics .service-box .box-desc .book-now {
    margin-bottom: 22px;
  }
}

@media (max-width: 768px) {
  .our-servics .service-box {
    /* width: 48%; */
    flex-direction: column;
  }

  .our-servics .service-box .box-desc p {
    width: 90%;
  }

  .our-servics .service-box .box-desc h3 {
    font-size: 1.2rem;
  }

  .our-servics .service-box .box-desc p {
    font-size: 1rem;
  }

  .our-servics .service-box .box-desc .book-now {
    padding: 8px 24px;
    margin-bottom: 22px;
  }
}

@media (max-width: 480px) {
  .our-servics h2 {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }

  .our-servics .service-box {
    width: 90%;
    margin-bottom: 25px;
    flex-direction: column;
  }

  .our-servics .service-box .box-desc h3 {
    font-size: 1rem;
  }

  .our-servics .service-box .box-desc p {
    font-size: 0.9rem;
    width: 100%;
  }

  .our-servics .service-box .box-desc .book-now {
    padding: 8px 16px;
    margin-bottom: 22px;
  }
}

/* End Our Services */

/* Start Our Services */
.what-we-offerics {
  background-color: #F2F1FF;
}

.what-we-offerics h2 {
  color: var(--button-color);
  margin-bottom: 40px;
  margin-top: 20px;
}
.what-we-offerics .service-box {
  box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.15);
  border-radius: 40px;
  background-color: white;
  overflow: hidden;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 20px ;
}
.what-we-offerics .service-box .box-desc {
  padding: 0;
  margin-top: 30px;
}
.what-we-offerics .service-box .box-desc h3{
  color: var(--button-color);
  font-size: 1.4rem;
  margin-bottom: 20px;
}
.what-we-offerics .service-box .box-desc p{
  color: black;
  font-size: 1.2rem;
  margin-bottom: 25px !important;
  width: 75%;
  margin: 0 auto;
}
.what-we-offerics .service-box .box-desc .book-now {
  background: linear-gradient(to left, #524DC7 0%, var(--button-color) 100%);
  color: white;
  padding: 8px 44px;
  border-radius: 6px;
  margin-bottom: 12px;
  opacity: 1;
  transition: all .3s ease-in-out;
}
.what-we-offerics .service-box .box-desc .book-now:hover {
  opacity: .8;
}

/* Responsive Styles */
@media (max-width: 1200px) {
  .what-we-offerics .service-box {
    width: 48%;
    flex-direction: column;
  }
  .what-we-offerics .service-box .box-desc .book-now {
    margin-bottom: 22px;
  }
}

@media (max-width: 768px) {
  .what-we-offerics .service-box {
    /* width: 48%; */
    flex-direction: column;
  }

  .what-we-offerics .service-box .box-desc p {
    width: 90%;
  }

  .what-we-offerics .service-box .box-desc h3 {
    font-size: 1.2rem;
  }

  .what-we-offerics .service-box .box-desc p {
    font-size: 1rem;
  }

  .what-we-offerics .service-box .box-desc .book-now {
    padding: 8px 24px;
    margin-bottom: 22px;
  }
}

@media (max-width: 480px) {
  .what-we-offerics h2 {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }

  .what-we-offerics .service-box {
    width: 90%;
    margin-bottom: 25px;
    flex-direction: column;
  }

  .what-we-offerics .service-box .box-desc h3 {
    font-size: 1rem;
  }

  .what-we-offerics .service-box .box-desc p {
    font-size: 0.9rem;
    width: 100%;
  }

  .what-we-offerics .service-box .box-desc .book-now {
    padding: 8px 16px;
    margin-bottom: 22px;
  }
}

/* End Our Services */

/* Start Discover Our Packages */
.discover-our-packages {
  background-color: white;
}
.discover-our-packages h2 {
  color: var(--button-color);
  margin-bottom: 40px;
  margin-top: 20px;
}
.discover-our-packages .session-bar {
  display: flex;
  background-color: white;
  box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  padding: 5px;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 500px;
  margin: 20px auto;
  margin-bottom: 50px;
}
.session-option {
  padding: 6px 25px;
  border-radius: 20px;
  font-family: 'Tajawal';
  font-size: 16px;
  color: #4a4a4a;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}

.session-option.active {
  background: linear-gradient(to right, var(--button-color) 0%, #5650D0 71%);
  color: white;
  font-weight: 500;
}

@media (max-width: 768px) {
  .discover-our-packages .session-bar {
    width: 94%;
  }
}

@media (max-width: 480px){
  .discover-our-packages .session-bar {
    width: 94%;
  }
  .session-option{
    padding: 6px 22px;
  }
}
/* Package Card Styles */
.package-card {
  background-color: #fff;
  padding: 35px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  width: 68%;
  margin: 0 auto;
  border-radius: 35px;
  transition: all .3s ease-in-out;
}
.package-card01-position {
  margin-left: .5rem !important;
}
.package-card02-position {
  margin-right: .5rem !important;
}
.package-card:hover {
  transform: translateY(-5px);
}

.package-card h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #333;
}

.package-card .price {
  font-size: 24px;
  /* color: #060088; */
  /* color: #706DA8; */
  background: linear-gradient(to left, #060088 0, #706DA8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 40px;
  margin-top: 50px;
  font-weight: 600;
}

.package-card .subscribe-btn {
  background: linear-gradient(to left, #524DC7 0%, var(--button-color) 100%);
  color: white;
  padding: 8px 35px;
  border: none;
  border-radius: 10px;
  font-size: 14px;
  cursor: pointer;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}

.package-card .subscribe-btn:hover {
  opacity: .8;
}

.package-card .note {
  font-size: 13px;
  color: #646464;
  margin-bottom: 30px;
}

.package-card .view-specialists {
  font-size: 18px;
  color: var(--button-color);
  text-decoration: none;
  font-weight: 500;
}

.package-card .view-specialists:hover {
  text-decoration: underline;
}

/* Offer Banner Styles */
.offer-banner {
  background-color: white;
  border-radius: 20px;
  padding: 15px;
  text-align: start;
  font-size: 16px;
  color: black;
  position: relative;
  width: 72%;
  margin: 0 auto;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  font-weight: 500;
}

.offer-btn {
  background: linear-gradient(to right, #524DC7 0%, var(--button-color) 100%);
  color: white;
  border: none;
  font-size: 14px;
  cursor: pointer;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: background-color 0.3s;
  padding: 9px 35px;
  border-radius: 20px;
}

.offer-btn:hover {
  background-color: #5439b6;
  color: #ddd;
}

@media only screen and (max-width: 1200px) {
  .package-card h3 {
      font-size: 14px;
  }
}
@media only screen and (max-width: 992px) {
  .offer-banner {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .session-bar {
    flex-wrap: wrap;
  }
  
  .session-option {
    font-size: 13px;
  }

  .package-card {
      margin-bottom: 20px;
  }
  .package-card01-position {
    margin: 20px auto !important;
  }
  .package-card02-position {
    margin: 20px auto !important;
  }

  .offer-banner {
    width: 100%;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .offer-btn {
    position: static;
    transform: none;
    margin-top: 6px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .offer-banner {
    font-size: 13px;
  } 
}
/* End Discover Our Packages */





.radios-inline {
  display: flex;
  align-items: center;
}

.edit-profile .radios-inline {
  min-height: 38px;
}

.radios-inline label {
  display: flex;
  align-items: center;
}

.radios-inline label input {
  margin-right: 5px;
}

.cr-1 {
  position: absolute;
  left: -158px;
  top: 20px;
  width: 572px;
  height: 572px;
  background: #000;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#24a6dd+0,242f6d+100 */
  background: var(--primary); /* Old browsers */
  background: -moz-linear-gradient(
    left,
    var(--secondary) 0%,
    var(--primary) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    var(--secondary) 0%,
    var(--primary) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    var(--secondary) 0%,
    var(--primary) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--secondary)', endColorstr='var(--primary)', GradientType=1); /* IE6-9 */

  border-radius: 50%;
  opacity: 0.1;
  z-index: 0;
}

.cr-2 {
  position: absolute;
  right: -158px;
  top: 20px;
  width: 572px;
  height: 572px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#24a6dd+0,242f6d+100 */
  background: var(--primary); /* Old browsers */
  background: -moz-linear-gradient(
    left,
    var(--secondary) 0%,
    var(--primary) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    var(--secondary) 0%,
    var(--primary) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    var(--secondary) 0%,
    var(--primary) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--secondary)', endColorstr='var(--primary)', GradientType=1); /* IE6-9 */

  border-radius: 50%;
  opacity: 0.1;
  z-index: 0;
}

.cr-3 {
  left: 30px;
  top: 30px;
  width: 440px;
  height: 440px;
}

.filter-details h2 {
  color: var(--primary);
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 5px;
}

.filter-details p {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}

.filters-container {
  padding: 20px;
  border-radius: 20px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/var(--primary)+0,24a6dd+100 */
  background: rgb(36, 47, 109); /* Old browsers */
  background: -moz-linear-gradient(
    left,
    var(--primary) 0%,
    rgba(36, 166, 221, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    var(--primary) 0%,
    rgba(36, 166, 221, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    var(--primary) 0%,
    rgba(36, 166, 221, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--primary)', endColorstr='#24a6dd', GradientType=1); /* IE6-9 */
}

.filters-container h2 {
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}

.input-group-text {
  color: #212529;
  background-color: #fff;
  border: none;
  border-radius: 50rem;
}

.input-group > .form-control,
.input-group > .form-select {
  border-radius: 50rem;
  border: none;
}

.tags > .btn {
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
  font-weight: 700;
  font-size: 12px;
}

.tags > .btn input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.tags-title {
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin: 15px 0;
}

.btn-join {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/var(--primary)+0,68b360+100 */
  background: var(--success); /* Old browsers */
  background: -moz-linear-gradient(
    left,
    var(--primary) 0%,
    var(--success) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    var(--primary) 0%,
    var(--success) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    var(--primary) 0%,
    var(--success) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--primary)', endColorstr='var(--success)', GradientType=1); /* IE6-9 */
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px !important;
  font-weight: 700 !important;
  transition: all 0.3s ease-in-out;
  border: none;
}

.btn-join:hover {
  color: #fff;
  background: var(--success); /* Old browsers */
  background: -moz-linear-gradient(
    left,
    var(--success) 0%,
    var(--success) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    var(--success) 0%,
    var(--success) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    var(--success) 0%,
    var(--success) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--success)', endColorstr='var(--success)', GradientType=1); /* IE6-9 */
}

/* footer {
  background: var(--primary);
  padding: 40px 0 20px 0;
  color: #fff;
} */

.partners {
  padding: 40px 0;
}

.partners h2 {
  font-size: 25px;
  text-align: center;
  font-weight: 700;
  color: var(--gray);
}

.ExploreTherapists {
  background: #fafafa;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
  padding: 40px 0;
}

.ExploreTherapists-with-filter {
  box-shadow: none !important;
}

.owl-carousel .owl-item img {
  width: auto;
  max-width: 100%;
}

img {
  max-width: 100%;
}

.partner_slider .item {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
}

.ExploreTherapists h2 {
  font-size: 25px;
  text-align: center;
  font-weight: 700;
  color: var(--gray);
  margin-bottom: 30px;
}

.ExploreTherapists h2 span {
  display: block;
}

.box {
  background: #fff;
  border-radius: 20px;
  padding: 15px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
}

.therapists-item {
  padding: 15px 10px;
  color: var(--primary);
}

.therapists-item:hover {
  background: rgba(228, 228, 228, 0.16);
  border-radius: 15px;
}

.therapists-item .img {
  border-radius: 50%;
  position: relative;
  width: 65px;
  height: 65px;
  margin-right: 15px;
}

.therapists-item .img > div {
  width: 65px;
  height: 65px;
}

.user-status {
  border-radius: 50%;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 0px;
  top: 0px;
}

.user-status:after {
  border-radius: 50%;
  width: 18px;
  height: 18px;
  /*background: var(--success);*/
  border: 2px solid #fafafa;
  position: absolute;
  right: 0;
  top: 0;
  content: "";
}

.user-status.not-active:after {
  background: #db4640;
}

.dropdown-item .user-status:after,
.dropdown-toggle .user-status:after {
  display: none;
}

.dropdown-item .user-status,
.dropdown-toggle .user-status {
  border: 2px solid #fafafa;
}

.therapists-item .img img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  object-fit: cover;
}

.therapists-info h3 {
  font-size: 14px;
  font-weight: 700;
  color: #000;
}

.therapists-info h3 span {
  color: var(--primary);
}

.therapists-info {
  width: 100%;
}

.therapists-info p {
  font-size: 14px;
  font-weight: 700;
  color: var(--gray);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.rates-stars {
  width: 93px;
  background: url(../images/stars-e.svg) center left no-repeat;
  height: 14px;
}

.rates-stars .stars {
  background: url(../images/stars.svg) center left no-repeat;
  height: 14px;
}

html[lang="ar"] .rates-stars {
  background: url(../images/stars-e.svg) center right no-repeat;
}

html[lang="ar"] .rates-stars .stars {
  background: url(../images/stars.svg) center right no-repeat;
}

html[lang="ar"] .fa-angle-right:before {
  content: "\f104";
}

html[lang="ar"] .fa-angle-left:before {
  content: "\f105";
}

.rates {
  color: var(--gray);
}

.rates span {
  font-size: 12px;
  font-weight: 700;
  margin-top: 5px;
}

.rates .fas.fa-star {
  color: #e7994b;
}

.rates .far.fa-star {
  color: rgba(160, 160, 160, 0.54);
}

.join-text h2 {
  font-size: 30px;
  font-weight: 700;
  width: 305px;
  margin-bottom: 25px;
  color: var(--primary);
}

.JoinSection {
  padding: 20px 0;
  background: #fff;
}

.stores h2 {
  font-size: 20px;
  font-weight: 900;
}

/* footer ul li a {
  color: #fff;
  font-size: 14px;
  margin-bottom: 5px;
  display: block;
  font-weight: 500;
}

footer ul {
  max-width: 200px;
} */

/* .copy {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 20px;
  margin-top: 30px;
  font-weight: 500;
} */

/* .social-footer {
  display: flex;
}

.social-footer a {
  margin-right: 15px;
  font-size: 20px;
}

html[lang="ar"] .social-footer a {
  margin-left: 15px;
  margin-right: 0;
}

.footer-logo img {
  max-height: 150px;
  width: 80px;
}

.footer-logo a span {
  color: #25aadf;
  font-size: 24px;
  font-weight: bold;
  font-family: "Tekton Pro";
  letter-spacing: 3px;
  /*display: block;*/
  /* text-align: center;
  display: none !important;
} */ */

/*********About us **********/
.about-us {
  padding: 50px 0;
  position: relative;
}

.about-us-details h1 {
  font-size: 35px;
  font-weight: 500;
  color: var(--primary);
  margin-bottom: 15px;
}

.about-us-details p {
  font-size: 20px;
  font-weight: 300;
  color: #000000;
}

.about-us-image a {
  position: relative;
}

.out-values {
  padding: 40px 0;
}

.out-values h2 {
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  color: var(--gray);
}

.out-values h2 span {
  text-align: center;
  display: block;
}

.our-value-item {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/var(--primary)+0,24a6dd+100&0.1+0,0.1+100 */
  background: -moz-linear-gradient(
    left,
    rgba(36, 47, 109, 0.1) 0%,
    rgba(36, 166, 221, 0.1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(36, 47, 109, 0.1) 0%,
    rgba(36, 166, 221, 0.1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(36, 47, 109, 0.1) 0%,
    rgba(36, 166, 221, 0.1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a242f6d', endColorstr='#1a24a6dd', GradientType=1); /* IE6-9 */
  width: 170px;
  height: 170px;
  border-radius: 50%;
  color: var(--primary);
  text-align: center;
}

.date {
  color: var(--gray);
}

.our-value-item .date,
.featured-stories-item .date {
  font-size: 12px;
  font-weight: 700;
}

.featured-stories {
  padding: 40px 0;
}

.featured-stories h2 {
  color: var(--primary);
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 15px;
}

.featured-stories-item p {
  font-size: 13px;
  font-weight: 500;
}

/*********About us **********/
/*********packages **********/
.packages {
  padding: 50px 0;
}

.packages .sec-head h2 {
  color: var(--primary);
  font-size: 20px;
  text-align: center;
}

.packages .sec-head {
  margin-bottom: 20px;
}

.packages .sec-head p {
  color: #e7994b;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

.packages-category {
  background: var(--primary);
  color: #fff;
  border-radius: 13px 13px 0 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  font-size: 14px;
  font-weight: 700;
  padding: 10px 0;
  text-align: center;
  margin-bottom: 20px;
}

.package-item {
  height: 100%;
  text-align: center;
}

.package-item h3 {
  font-size: 14px;
  color: var(--primary);
}

.package-item p {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  margin-top: 5px;
  margin-bottom: 5px;
}

.package-item .price {
  font-size: 18px;
  color: #000;
}

.package-item .btn-primary {
  font-size: 13px;
  margin-top: 10px;
}

.btn-link {
  color: var(--primary);
  text-decoration: underline !important;
}

.btn {
  font-weight: 700;
  font-size: 13px;
}

/*********packages **********/
/*********Are you a Therapist?*********/
.therapist-faq {
  padding: 40px;
  background: #fafafa;
}

.therapist-faq h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--primary);
}

.therapist-text {
  font-size: 20px;
  font-weight: 400;
  color: #000;
}

.therapist-text ul {
  list-style: disc;
  padding-left: 25px;
  font-size: 20px;
  font-weight: 400;
  color: #000;
}

.accordion-item h2 {
  margin-bottom: 0;
}

/*********Are you a Therapist?*********/
/**********Contactus**************/
.contact-text {
  border-radius: 50%;
  width: 500px;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;

  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/var(--primary)+0,24a6dd+100&0.1+0,0.1+100 */
  background: -moz-linear-gradient(
    left,
    rgba(36, 47, 109, 0.1) 0%,
    rgba(36, 166, 221, 0.1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(36, 47, 109, 0.1) 0%,
    rgba(36, 166, 221, 0.1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(36, 47, 109, 0.1) 0%,
    rgba(36, 166, 221, 0.1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a242f6d', endColorstr='#1a24a6dd', GradientType=1); /* IE6-9 */
}

.contact-info {
  max-width: 320px;
  text-align: left;
  width: 100%;
  margin: auto;
}

.contact-us {
  padding: 50px 0;
  background: #f7f7f7;
}

.contact-info h2 {
  font-size: 30px;
  color: var(--primary);
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 30px;
}

.contact-item {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
}

.contact-item span.ico {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/var(--primary)+0,24a6dd+100 */
  background: rgb(36, 47, 109); /* Old browsers */
  background: -moz-linear-gradient(
    left,
    var(--primary) 0%,
    rgba(36, 166, 221, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    var(--primary) 0%,
    rgba(36, 166, 221, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    var(--primary) 0%,
    rgba(36, 166, 221, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--primary)', endColorstr='#24a6dd', GradientType=1); /* IE6-9 */

  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
}

.contact-item > div {
  width: 45px;
  height: 45px;
  margin-right: 20px;
}

.contact-form label {
  font-size: 15px;
  color: var(--primary);
  font-weight: 700;
}

.form-control {
  border-color: var(--primary);
  border-radius: 15px;
  font-weight: 700;
}

.form-control option {
  font-family: "Tajawal", sans-serif;
  font-weight: 700;
  font-size: 14px;
}

/****************/
.pdetails {
  padding: 20px;
  font-size: 20px;
  font-weight: 500;
}

.pdetails ul {
  list-style: disc;
  padding-left: 25px;
  margin-bottom: 15px;
}

.pdetails h1 {
  color: var(--primary);
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 20px;
}

.pdetails p {
  margin-bottom: 15px;
}

.page-image {
  display: flex;
  justify-content: center;
  padding: 20px;
}

.radios label {
  display: block;
  width: 100%;
  margin-bottom: 5px;
}

/*********Modals ********/
@media (min-width: 576px) {
  .modal-650 .modal-dialog {
    max-width: 650px;
  }
}

.modal-content {
  border-radius: 20px;
  padding: 10px;
}

.back {
  font-size: 16px;
  color: var(--primary);
  font-weight: 700;
}

.modal--title {
  color: var(--primary);
  font-size: 25px;
  font-weight: 700;
  text-align: center;
}

.modal--title h2,
.modal--title h3 {
  font-size: 25px;
}

.register-item {
  display: block;
  text-align: center;
  color: var(--primary);
  font-size: 25px;
  font-weight: 700;
}

.register-item span {
  display: block;
  margin-top: 5px;
}

.modal-header {
  border: none !important;
}

.login_by_google {
  background: #fff url("../images/g.svg") 10px center no-repeat;
  border-radius: 20px;
  border: 1px solid var(--primary);
  font-size: 15px;
  font-weight: 500;
  color: var(--primary);
  text-align: center;
  padding-left: 40px;
  min-width: 266px;
  margin: auto;
}

.modal-login-width {
  width: 300px;
  margin: auto;
}

.modal-login-width .iti {
  width: auto !important;
}

.modal-login-width .modal-login-width .iti--allow-dropdown input,
.modal-login-width .iti--allow-dropdown input[type="text"],
.modal-login-width .iti--allow-dropdown input[type="tel"],
.modal-login-width .iti--separate-dial-code input,
.modal-login-width .iti--separate-dial-code input[type="text"],
.modal-login-width .iti--separate-dial-code input[type="tel"] {
  padding-left: 90px !important;
}

.modal-login-width p {
  text-align: center;
  font-weight: 700;
}

.or {
  position: relative;
  text-align: center;
}

.or:after {
  border-bottom: 1px solid var(--primary);
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  width: 100%;
  height: 1px;
  z-index: 1;
}

.or span {
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  color: var(--primary);
  background: #fff;
  position: relative;
  z-index: 2;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: transparent;
}

.verify-numbers input {
  width: 48px;
  height: 55px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  background: #fff;
  text-align: center;
  margin-left: 3px;
  margin-right: 3px;
}

.intro-slider .item {
  text-align: center !important;
}

.intro-slider .item img {
  margin: 15px auto;
}

.intro-slider .item h2 {
  font-size: 20px;
  font-weight: 700;
  color: var(--primary);
  margin: 0 auto 15px auto;
  max-width: 400px;
}

.intro-slider .item p {
  font-size: 15px;
  font-weight: 500;
  color: #000;
  margin: 0 auto 15px auto;
  max-width: 400px;
}

.next-slide,
.prev-slide {
  padding-left: 30px;
  padding-right: 30px;
}

.at-home {
  background: url(../images/biuld.svg) left center no-repeat;
  padding-left: 30px;
  color: var(--success);
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 15px;
}

.user {
  display: flex;
  align-items: center;
}

.user-img {
  /*width: 74px;*/
  /*height: 74px;*/
  margin-right: 15px;
}

.user-img a {
  display: flex;
  width: 74px;
  height: 74px;
  justify-content: center;
  align-items: center;
}

.user-img a img {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  object-fit: cover;
}

.user-info h3 {
  font-size: 15px;
  color: #000000;
  margin-bottom: 5px;
}

.user-info h4 {
  font-size: 15px;
  color: var(--gray5);
  margin-bottom: 5px;
}

.user-info h5 {
  font-size: 15px;
  color: #000000;
}

.user-info-data {
  max-width: 400px;
}

.user-info i,
.user-info h3 i,
.user-info h4 i,
.user-info h5 i {
  color: var(--primary);
}

.session-data {
  margin-top: 30px;
}

.session-data h3 {
  font-size: 15px;
  color: var(--gray5);
  margin-bottom: 7px;
}

a.text-underline {
  text-decoration: underline !important;
}

.session-data p {
  font-size: 15px;
  color: var(--primary);
  font-weight: 700;
  margin-bottom: 7px;
}

.session-data p span {
  color: var(--gray);
}

.text-secondary {
  color: var(--gray);
}

.family-filters {
  background: #fafafa;
  padding: 40px 0;
}

.clear-all {
  font-size: 11px;
  color: #db4640;
  font-weight: 700;
}

.filter-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(36, 47, 109, 0.5);
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
}

.filter-head.border-top {
  border-top: 1px solid rgba(36, 47, 109, 0.5) !important;
  padding-top: 10px;
  margin-top: 10px;
}

.ExploreTherapists-filters .accordion-body {
  padding: 15px 0;
}

.ExploreTherapists-filters .filters-list label {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 700;
}

.ExploreTherapists-filters .accordion-button {
  padding: 15px 0;
}

.ExploreTherapists-filters .accordion-button:not(.collapsed) {
  color: var(--primary);
  background-color: transparent;
}

.accordion-button:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}

input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  border: 1px solid var(--primary);
  display: inline-block;
  border-radius: 50%;
  position: relative;
}

input[type="radio"]:checked:after {
  position: absolute;
  left: 2px;
  top: 2px;
  background: var(--primary);
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.home-filters input[type="radio"] {
  border-color: #fff;
}

.home-filters input[type="radio"]:checked:after {
  background: #fff;
}

.radio-width {
  width: 16px;
  height: 16px;
}

.page-link {
  margin: 0 10px;
  border-radius: 10px !important;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: var(--primary);
}

.page-item.active .page-link {
  z-index: 3;
  color: var(--primary);
  background-color: #fff;
  border-color: var(--primary);
}

.inner-header .main_menu li {
  opacity: 0.5;
}

.inner-header .main_menu li a {
  font-size: 11px;
  font-weight: 700;
  position: relative;
}

.inner-header .main_menu li a .user-status {
  top: 10px;
  right: 5px;
}

.inner-header .main_menu li.active,
.inner-header .main_menu li:hover {
  opacity: 1;
}

.search-btn {
  background: transparent;
  border: none;
}

.search-form .input-group {
  border: 1px solid rgba(36, 47, 109, 0.5);
  border-radius: 20px;
}

.user-panel-header .dropdown-toggle {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/var(--primary)+0,24a6dd+100 */
  background: rgb(36, 47, 109); /* Old browsers */
  background: -moz-linear-gradient(
    top,
    var(--primary) 0%,
    rgba(36, 166, 221, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    var(--primary) 0%,
    rgba(36, 166, 221, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    var(--primary) 0%,
    rgba(36, 166, 221, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--primary)', endColorstr='#24a6dd', GradientType=0); /* IE6-9 */
  padding: 3px;
  border-radius: 50%;
  position: relative;
}

.user-panel-header .dropdown-toggle:after {
  position: absolute;
  right: -15px;
  top: 20px;
  color: var(--primary);
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f107";
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}

html[lang="ar"] .user-panel-header .dropdown-toggle:after {
  left: -15px;
  right: auto;
}

.user-panel-header .dropdown-toggle img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.notifications-btn .user-status {
  width: 15px;
  height: 15px;
  right: -7px;
  top: 0px;
}

.family-filters-title {
  font-size: 35px;
  color: var(--primary);
  font-weight: 700;
  margin-bottom: 20px;
}

.upcoming-session h2 {
  font-size: 21px;
  font-weight: 700;
  color: var(--primary);
  margin-top: -40px;
  line-height: 40px;
  margin-bottom: 0;
}

/*.upcoming-session .btn {*/
/*    font-size: 16px;*/
/*}*/

.upcoming-session .btn.past_sessions-btn {
  text-decoration: none !important;
  font-size: 18px;
}

.back-btn {
  display: flex;
  align-items: center;
  color: var(--primary);
}

.back-btn .ico {
  border-radius: 50%;
  background: #fff;
  width: 37px;
  height: 37px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: flex;
  justify-content: center;
  align-items: center;
}

.search-form .input-group {
  background: #fff;
}

.profile-family-user {
  padding: 40px 0;
  background: #fafafa;
}

.similar-qualifications h2 {
  font-size: 21px;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 10px;
}

.similar-qualifications .therapists-item {
  border-bottom: 1px solid #ddd;
}

.user-bnr {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/var(--primary)+0,68b360+100&0.3+0,0.3+100 */
  background: -moz-linear-gradient(
    left,
    rgba(36, 47, 109, 0.3) 0%,
    rgba(104, 179, 96, 0.3) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(36, 47, 109, 0.3) 0%,
    rgba(104, 179, 96, 0.3) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(36, 47, 109, 0.3) 0%,
    rgba(104, 179, 96, 0.3) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d242f6d', endColorstr='#4d68b360', GradientType=1); /* IE6-9 */
  height: 200px;
  width: 100%;
}

.profile-header .user-img {
  margin-top: -80px;
}

.profile-header .user-img > div {
  width: 165px;
  height: 165px;
  border-radius: 50%;
  border: 2px solid #fff;
}

.profile-header .user-img img {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.user-social-status {
  font-size: 15px;
  font-weight: 500;
  color: var(--gray);
  padding: 15px 0;
}

.user-social-links {
  width: 33px;
}

.user-social-links a {
  width: 33px;
  height: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid var(--primary);
  color: var(--primary);
  font-size: 18px;
  margin-bottom: 5px;
}

.user-social-links2 a {
  width: 33px;
  height: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid var(--primary);
  color: var(--primary);
  font-size: 18px;
  margin-bottom: 5px;
  margin-left: 5px;
  transition: all 0.3s ease;
}

.share-item {
  opacity: 0;
}

.share-item.active {
  opacity: 1;
}

.profile-header {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding-bottom: 15px;
  position: relative;
  z-index: 1;
}

.rate-item {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
  font-size: 13px;
}

.rates-list .rate-item:last-of-type {
  border: none;
}

.rates-date {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.rate-item p {
  font-size: 13px;
  margin-bottom: 15px;
  color: #000;
}

.rate-item .date {
  font-size: 12px;
}

.rate-item h3 {
  margin-bottom: 0;
}

.filters-list.border-bottom {
  border-color: var(--primary);
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.session-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.session-title p {
  margin: 0;
  font-size: 12px;
}

.session-title a {
  border-radius: 50%;
  background: rgba(36, 47, 109, 0.1);
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--primary);
}

.tab_time_span {
  color: var(--gray);
  font-weight: 700;
}

.date-times {
  margin-top: 15px;
  max-height: 325px;
  overflow-y: auto;
}

.date-times > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid var(--primary);
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 10px;
}

.date-times input {
  -webkit-appearance: none;
  opacity: 0;
  -moz-appearance: none;
  appearance: none;
}

.date-times > div.active {
  background-color: var(--primary);
  color: #ffffff;
}

.date-times > div span {
  font-size: 14px;
  color: var(--primary);
}

.date-times > div.active span {
  color: #ffffff;
}

.date-times > div a.delete_session_btn {
  text-decoration: underline !important;
}

.steps {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.steps .step {
  border-radius: 50%;
  background: #e8e9f0;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 3;
  border: 2px solid #fff;
}

.steps .step span {
  border-radius: 50%;
  background: #a2a2a7;
  width: 17px;
  height: 17px;
  display: block;
}

.steps:before {
  position: absolute;
  top: 50%;
  left: 0;
  border-bottom: 1px solid #ddd;
  z-index: 1;
  content: "";
  width: 100%;
  height: 1px;
}

.not-complete-title {
  font-size: 15px;
  color: var(--gray);
  font-weight: 700;
  text-align: center;
}

.fc-theme-standard td,
.fc-theme-standard th,
.fc-theme-standard .fc-scrollgrid {
  border: none !important;
}

#calendar {
  overflow: hidden;

  background: #fff;
  border-radius: 20px;
  padding: 15px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
}

.fc .fc-toolbar {
  justify-content: center !important;
}

.fc .fc-button-primary {
  color: #2c3e50 !important;
  background: none !important;
  border: none !important;
}

.fc .fc-toolbar-title {
  margin-left: 30px !important;
  margin-right: 30px !important;
  font-size: 14px !important;
}

.fc .fc-button .fc-icon {
  font-size: 2em !important;
}

.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
  min-height: auto !important;
}

.fc .fc-view-harness {
  min-height: 250px;
  width: 100%;
}

.fc .fc-daygrid-body,
.fc .fc-scrollgrid-section-body table,
.fc .fc-scrollgrid-section-footer table,
.fc .fc-scrollgrid-section table {
  width: 100% !important;
}

.fc-event-time,
.fc-event-title {
  display: none;
}

.fc .fc-daygrid-event {
  display: flex;
  justify-content: center;
}

.fc .fc-daygrid-day-frame {
  position: relative;
  min-height: auto !important;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #e5e5e5;
  background: #e5e5e5;
}

.fc-day-past .fc-daygrid-day-frame,
.fc-day-other .fc-daygrid-day-frame {
  background: #e5e5e5;
  border-color: #e5e5e5;
}

.fc-day-future.fc-day-other .fc-daygrid-day-frame {
  background: #f1f1f1;
  border-color: #f1f1f1;
}

.fc-day-past .fc-daygrid-day-frame a,
.fc-day-other .fc-daygrid-day-frame a {
  color: #8a8a8a;
}

.fc .fc-day-other .fc-daygrid-day-top {
  opacity: 1 !important;
}

.fc-day a {
  color: #898989;
  font-weight: 400;
}

.fc .fc-daygrid-day.fc-day-today {
  background: transparent !important;
}

.fc-day.active a {
  color: #fff !important;
}

.fc-day.active .fc-daygrid-day-frame {
  background: #626daf !important;
  border: 1px solid #626daf !important;
}

.fc-day.has-sessions .fc-daygrid-day-frame {
  background: #ffffff;
  border: 1px solid var(--primary);
}

.fc-day.has-sessions .fc-daygrid-day-frame a {
  color: var(--primary);
}

.fc-day.has-sessions.booked-sessions .fc-daygrid-day-frame {
  background: #242f6d;
  border: 1px solid #242f6d;
}

.fc-day.has-sessions.booked-sessions .fc-daygrid-day-frame a {
  color: #fff;
}

.fc-daygrid-day-events {
  display: none !important;
}

.fc .fc-daygrid-day-top {
  justify-content: center;
  height: 100%;
  align-items: center;
}

.fc .fc-cell-shaded,
.fc .fc-day-disabled {
  background-color: #fff;
}

.fc .fc-cell-shaded .fc-daygrid-day-frame,
.fc .fc-day-disabled .fc-daygrid-day-frame {
  /*background-color: transparent;*/
  border-color: transparent;
}

.cancel-btn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
}

.cancel-btn i {
  width: 35px;
  height: 35px;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  line-height: 35px;
}

.profile-family-booking {
  padding: 40px 0;
  background: #fafafa;
}

.book-session-title {
  color: var(--primary);
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}

.box-title {
  font-size: 18px;
  color: var(--primary);
}

.child-box p {
  font-size: 12px;
  font-weight: 700;
  color: var(--gray);
}

.input-group.border-1 {
  border: 1px solid var(--primary);
}

.session-info-box textarea {
  height: 80px;
}

.children h3 {
  font-size: 14px;
  color: var(--primary);
}

.children ul {
  padding: 0;
  margin: 0;
}

.children li {
  border-bottom: 1px solid #ddd;
}

.children li label {
  padding: 10px 0;
  color: var(--primary);
  font-size: 14px;
  font-weight: 700;
}

#add-child-modal h3 {
  font-size: 15px;
  font-weight: 700;
  color: var(--gray);
  margin: 0;
}

.btn-light {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.file-upload {
  width: 100%;
  height: 100%;
  margin: auto;
  border-radius: 50%;
  position: relative;
  margin-bottom: 30px;
}

.file-upload input {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
  left: 0;
  top: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 0;
}

.file-upload img {
  position: relative;
  z-index: 1;
  border-radius: 50%;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.file-upload .ico {
  width: 30px;
  height: 30px;
  background: #fff;
  display: flex;
  justify-content: center;
  color: #000;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: absolute;
  right: 30px;
  bottom: 0;
  border-radius: 50%;
  align-items: center;
  z-index: 2;
}

.file-ic {
  height: 70px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.upload-files {
  position: relative;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.file-ic input {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 0;
}

.files {
  padding: 5px;
}

.attach-item {
  color: #000 !important;
}

.goal-box h3:first-of-type {
  border: none;
  padding-top: 0;
  margin-top: 0;
}

.btn-outline-blue {
  border-color: var(--secondary);
  color: var(--secondary);
}

.btn-blue {
  background-color: var(--secondary);
  color: #ffffff !important;
  border-color: var(--secondary);
}

.btn-blue:hover {
  background-color: #1f88b6;
}

/***********/
.payment-box p {
  font-size: 12px;
  font-weight: 700;
  color: var(--gray);
}

.payment-box .packages {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(36, 47, 109, 0.5);
}

.package-item .btn-outline-primary {
  font-size: 15px;
  margin-top: 10px;
}

.input-group
  > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(
    .valid-feedback
  ):not(.invalid-tooltip):not(.invalid-feedback) {
  z-index: 111;
}

.iti__country-list {
  z-index: 112 !important;
}
.iti--allow-dropdown .iti__flag-container .iti__selected-flag {
  direction: ltr;
}
.payment-item {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  font-size: 15px;
}

.payment-item svg {
  margin-right: 5px;
}

.payment-item:hover svg path {
  fill: #fff;
}

.payment-report-item {
  font-size: 18px;
  color: #000;
  margin-bottom: 5px;
}

.discount-item {
  color: var(--primary);
}

.payment-report-item h3 {
  font-size: 16px;
  color: #000;
}

.payment-report-item h4 {
  font-size: 16px;
  color: var(--primary);
}

.total-item {
  border-top: 1px solid rgba(36, 47, 109, 0.5);
  padding-top: 5px;
}

.coupon-code .input-group {
  border: 1px solid rgba(36, 47, 109, 0.5);
  /*border-radius: 20px;*/
}

.coupon-code .input-group-text {
  background-color: transparent;
}

.payment-list {
  margin-top: 10px;
  border-top: 1px solid rgba(36, 47, 109, 0.5);
  padding-top: 10px;
}

.payment-list h3 {
  font-size: 14px;
  color: var(--primary);
  text-align: center;
  margin-bottom: 10px;
}

.success-icon {
  width: 100px;
  height: 100px;
  background: #e1f0df;
  color: #fff;
  margin: auto;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.success-icon span {
  width: 70px;
  height: 70px;
  background: #73c96a;
  color: #fff;
  margin: auto;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
}

.btn-primary:hover svg path {
  fill: var(--primary);
}

.family-session {
  padding: 40px 0;
}

.sessions-tabs {
  border-bottom: 1px solid rgba(36, 47, 109, 0.5);
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.sessions-tabs a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  color: var(--primary);
  padding: 5px 0 10px 0;
  font-size: 16px;
  font-weight: 700;
  border-bottom: 5px solid transparent;
}

.sessions-tabs a.active {
  border-bottom: 5px solid var(--primary);
}

.today-session {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/var(--primary)+0,24a6dd+100 */
  background: rgb(36, 47, 109); /* Old browsers */
  background: -moz-linear-gradient(
    top,
    var(--primary) 0%,
    rgba(36, 166, 221, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    var(--primary) 0%,
    rgba(36, 166, 221, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    var(--primary) 0%,
    rgba(36, 166, 221, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--primary)', endColorstr='#24a6dd', GradientType=0); /* IE6-9 */

  padding: 10px;
  border-radius: 20px;
}

.today-session h2 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 10px;
}

.btn-outline-info {
  color: #24a6dd;
  border-color: #24a6dd;
}

.btn-outline-info:hover {
  color: #fff;
  border-color: #24a6dd;
  background-color: #24a6dd;
}

.btn-outline-info:hover svg path {
  fill: #fff;
}

.btn-outline-warning {
  color: #e7994b;
  border-color: #e7994b;
}

.btn-outline-warning:hover {
  color: #fff;
  border-color: #e7994b;
  background-color: #e7994b;
}

.btn-primary:hover {
  color: #ffffff;
  border: none;
  background: var(--primary); /* Old browsers */
  background: -moz-linear-gradient(
    left,
    var(--primary) 0%,
    var(--primary) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    var(--primary) 0%,
    var(--primary) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    var(--primary) 0%,
    var(--primary) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--primary)', endColorstr='var(--primary)', GradientType=1); /* IE6-9 */
}

.online-consultation {
  color: #24a6dd;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 15px;
}

.session-details-txt h3 {
  color: var(--primary);
  font-size: 15px;
  font-weight: 700;
}

.session-details-txt h3 a {
  color: var(--primary);
}

.session-details-txt p {
  color: #000;
  font-size: 15px;
  font-weight: 500;
}

.star-rating {
  font-size: 0;
  white-space: nowrap;
  display: inline-block;
  /* width: 250px; remove this */
  height: 25px;
  overflow: hidden;
  position: relative;
  background: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsPSIjREREREREIiBwb2ludHM9IjEwLDAgMTMuMDksNi41ODMgMjAsNy42MzkgMTUsMTIuNzY0IDE2LjE4LDIwIDEwLDE2LjU4MyAzLjgyLDIwIDUsMTIuNzY0IDAsNy42MzkgNi45MSw2LjU4MyAiLz48L3N2Zz4=");
  background-size: contain;
}

.star-rating i {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  /* width: 20%; remove this */
  z-index: 1;
  background: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsPSIjRkZERjg4IiBwb2ludHM9IjEwLDAgMTMuMDksNi41ODMgMjAsNy42MzkgMTUsMTIuNzY0IDE2LjE4LDIwIDEwLDE2LjU4MyAzLjgyLDIwIDUsMTIuNzY0IDAsNy42MzkgNi45MSw2LjU4MyAiLz48L3N2Zz4=");
  background-size: contain;
}

.star-rating input {
  -moz-appearance: none;
  -webkit-appearance: none;
  opacity: 0;
  display: inline-block;
  /* width: 20%; remove this */
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: 2;
  position: relative;
}

.star-rating input:hover + i,
.star-rating input:checked + i {
  opacity: 1;
}

.star-rating i ~ i {
  width: 40%;
}

.star-rating i ~ i ~ i {
  width: 60%;
}

.star-rating i ~ i ~ i ~ i {
  width: 80%;
}

.star-rating i ~ i ~ i ~ i ~ i {
  width: 100%;
}

.star-rating.star-5 {
  width: 125px;
  margin: 20px auto;
}

.star-rating.star-5 input,
.star-rating.star-5 i {
  width: 20%;
}

.star-rating.star-5 i ~ i {
  width: 40%;
}

.star-rating.star-5 i ~ i ~ i {
  width: 60%;
}

.star-rating.star-5 i ~ i ~ i ~ i {
  width: 80%;
}

.star-rating.star-5 i ~ i ~ i ~ i ~ i {
  width: 100%;
}

.add-rate {
  text-align: center;
  padding: 30px 0 0 0;
}

.add-rate h2 {
  font-size: 15px;
  color: var(--primary);
  text-align: center;
}

.progress-file h4 {
  color: #000;
  font-size: 15px;
}

.text-primary {
  color: var(--primary) !important;
}

.text-danger {
  color: var(--danger) !important;
}

.goal-box h2 {
  color: var(--primary);
  font-size: 15px;
}

.goal-box h3 {
  color: var(--gray);
  font-size: 15px;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid rgba(36, 47, 109, 0.5);
}

.goal-box h4 {
  color: var(--gray);
  font-size: 15px;
}

.goal-box p {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 500;
}

.btn-primary2 {
  background: var(--primary);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #fff;
  border-color: var(--primary);
}

.btn-primary2:hover {
  color: #f7f7f7;
  box-shadow: none;
}

.progress-section {
  padding: 40px 0;
}

.children-box h2 {
  font-size: 15px;
  color: var(--primary);
}

.child-item p {
  font-size: 15px;
  color: var(--gray);
  margin-bottom: 5px;
}

.child-item p span {
  font-size: 15px;
  color: var(--primary);
}

.inner-bg {
  background: #f7f7f7;
}

.child-progress-title {
  font-size: 15px;
  color: var(--primary);
  margin-bottom: 10px;
  margin-top: 10px;
}

.child--info {
  position: relative;
  font-weight: 700;
}

.edit-btn {
  position: absolute;
  right: 0;
  top: 0;
}

html[lang="ar"] .edit-btn {
  right: auto;
  left: 0;
}

html[lang="ar"] .payment-item svg {
  margin-right: 0;
  margin-left: 5px;
}

.child--info--item h2 {
  font-size: 15px;
  color: var(--primary);
  border-top: 1px solid rgba(39, 47, 109, 0.3);
  padding: 10px 0;
}

.child--info--item h3 {
  font-size: 15px;
  color: var(--gray);
  border-top: 1px solid rgba(39, 47, 109, 0.3);
  padding: 5px 0;
}

.child--info--item p {
  font-size: 15px;
  color: rgba(0, 0, 0, 1);
  font-weight: 500;
}

.subscription_history_title {
  text-decoration: underline;
  color: var(--primary);
  font-size: 15px;
}

.setting-list {
  padding: 0;
  margin: 0;
}

.setting-list label {
  width: 100%;
  cursor: pointer;
}

.setting-list li a {
  border-bottom: 1px solid rgba(39, 47, 109, 0.3);
  color: var(--primary);
  padding: 10px 5px;
  font-size: 14px;
  font-weight: 700;
}

.setting-list li a:hover {
  background: #f7f7f7;
}

.setting-list li a svg,
.setting-list li a i {
  margin-right: 15px;
}

.setting-list ul {
  display: none;
}

.setting-list ul li a {
  padding-left: 40px;
}

html[lang="ar"] .setting-list ul li a {
  padding-right: 40px;
  padding-left: 5px;
}

.setting-list li a.active .fa-angle-right:before {
  content: "\f106";
}

.form-check-input:checked {
  background-color: var(--primary);
  border-color: var(--primary);
}

.modal-title {
  font-size: 15px;
}

.wallet-box h2 {
  font-size: 22px;
  color: #000;
  text-align: center;
}

.wallet-box h3 {
  font-size: 15px;
  color: var(--primary);
  text-align: center;
}

.wallet-history h2 {
  font-size: 15px;
  color: var(--gray);
}

.wallet-item {
  border-bottom: 1px solid rgba(36, 47, 109, 0.3);
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.wallet-item h3 {
  font-size: 15px;
  color: #000;
  margin-bottom: 5px;
}

.wallet-item h4 {
  font-size: 15px;
  color: var(--gray);
  margin-bottom: 5px;
}

.session-cancel-by h4 {
  font-size: 15px;
  color: #db4640;
}

.wallet-box-therapist h2 {
  text-align: center;
  color: var(--primary);
  font-size: 20px;
  font-weight: 700;
}

.wallet-box-therapist .wallet-item {
  text-align: center;
  border-bottom: 1px solid #ddd;
}

.wallet-box-therapist .wallet-item:last-of-type {
  border: none;
}

.wallet-box-therapist .wallet-item h3 {
  font-size: 15px;
  font-weight: 700;
  color: var(--primary);
}

.wallet-box-therapist .wallet-item p {
  font-size: 20px;
  font-weight: 700;
  color: var(--secondary);
}

.stc-title {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 15px;
  font-weight: 700;
}

.wallet-stc {
  position: relative;
  cursor: pointer;
}

#stc_modal h2 {
  text-align: center;
  color: var(--primary);
  font-size: 20px;
  font-weight: 700;
}

#stc_details_modal h2 {
  text-align: center;
  color: var(--primary);
  font-size: 20px;
  font-weight: 700;
}

#stc_modal .stc-info h3 {
  color: #000;
  font-size: 15px;
  font-weight: 700;
}

#stc_modal .stc-info p {
  color: #000;
  font-size: 15px;
  font-weight: 700;
}

/********Comapny ****/
.company-page .user-panel-header .dropdown-toggle {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/var(--primary)+0,68b360+100 */
  background: rgb(36, 47, 109); /* Old browsers */
  background: -moz-linear-gradient(
    top,
    rgba(36, 47, 109, 1) 0%,
    rgba(104, 179, 96, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(36, 47, 109, 1) 0%,
    rgba(104, 179, 96, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(36, 47, 109, 1) 0%,
    rgba(104, 179, 96, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--primary)', endColorstr='var(--success)', GradientType=0); /* IE6-9 */
}

.company-page .btn-primary {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/var(--primary)+0,68b360+100 */
  background: rgb(36, 47, 109); /* Old browsers */
  background: -moz-linear-gradient(
    left,
    rgba(36, 47, 109, 1) 0%,
    rgba(104, 179, 96, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(36, 47, 109, 1) 0%,
    rgba(104, 179, 96, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(36, 47, 109, 1) 0%,
    rgba(104, 179, 96, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--primary)', endColorstr='var(--success)', GradientType=1); /* IE6-9 */
}

.user-social-status .dropdown-toggle:after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f0dc";
  border: none !important;
}

.user-social-status .dropdown-menu h3 {
  font-size: 15px;
  padding: 5px;
  color: var(--primary);
}

.user-social-status .dropdown-menu li a {
  border-bottom: 1px solid rgba(36, 47, 109, 0.3);
}

.user-social-status .dropdown-menu li:last-child a {
  border-bottom: none;
}

.user-social-status .dropdown-menu {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  padding: 8px;
}

.company-page .today-session {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/var(--primary)+0,68b360+100 */
  background: rgb(36, 47, 109); /* Old browsers */
  background: -moz-linear-gradient(
    top,
    rgba(36, 47, 109, 1) 0%,
    rgba(104, 179, 96, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(36, 47, 109, 1) 0%,
    rgba(104, 179, 96, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(36, 47, 109, 1) 0%,
    rgba(104, 179, 96, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--primary)', endColorstr='var(--success)', GradientType=0); /* IE6-9 */
}

.btn-success {
  background: var(--success);
  border-color: var(--success);
}

.mobile-menu-btn {
  display: none;
}

.menu-trigger {
  cursor: pointer;
  position: relative;
  width: 30px;
  height: 30px;
  text-indent: -9999em;
  z-index: 99;
  display: none;
  float: left;
  margin-top: 0;
}

.menu-trigger span,
.menu-trigger span:before,
.menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e8ab7;
  display: block;
  position: absolute;
  width: 26px;
  height: 2px;
  left: 0;
}

.menu-trigger span:before,
.menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e8ab7;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.menu-trigger span:after {
  width: 22px;
}

.menu-trigger span:before,
.menu-trigger span:after {
  content: "";
}

.menu-trigger span {
  top: 16px;
}

.menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.menu-trigger.active span,
.menu-trigger.active span:before,
.menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #000;
}

.menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #000;
}

/*mobile menu*/
/*menu*/
.menu-mobile {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0;
  height: 100%;
  width: 80%;
  background-color: #ffffff;
  z-index: 1001;
  overflow-y: auto;
  -webkit-transform: translateX(-120%);
  -moz-transform: translateX(-120%);
  -ms-transform: translateX(-120%);
  -o-transform: translateX(-120%);
  transform: translateX(-120%);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-box-shadow: -2px 0 20px 0 rgba(33, 23, 23, 0.68);
  box-shadow: -2px 0 20px 0 rgba(33, 23, 23, 0.68);
}

@media (max-width: 480px) {
  .menu-mobile .btn{
    font-size: 12px; 
  }
  .home-filters h1 {
    font-size: 38px;
  }
}

.head_btns_mobile {
  gap: 15px;
}

.brand-area {
  position: relative;
  padding-top: 20px;
}

.close_menu {
  position: absolute;
  top: 0;
  left: 0px;
  font-size: 24px;
  cursor: pointer;
  color: #363636;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  background-color: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.close_menu:hover {
  background-color: #767676;
  color: #fff;
}

.brand-area a {
  width: 90%;
  height: auto;
  display: block;
  background-size: contain;
  margin: 0px auto 0 auto;
  margin-top: 10px;
  text-align: center;
  margin-bottom: 20px;
}

.brand-area a > img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.mmenu > ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.mmenu > ul li a {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(33, 150, 198, 0.05);
  color: var(--primary);
  font-size: 16px;
  padding: 10px;
  transition: all 0.3s;
  font-weight: 500;
  opacity: 0.8;
}

.mmenu > ul li a > span {
  display: inline-block;
  margin-left: 10px;
}

.mmenu > ul li a > i,
.mmenu > ul li a > img {
  margin-right: 5px;
}

html[lang="ar"] .mmenu > ul li a > i,
html[lang="ar"] .mmenu > ul li a > img {
  margin-right: 0;
  margin-left: 5px;
}

.mmenu > ul li a:hover {
  color: #2196c6;
  opacity: 1;
}

.register-mobile {
  margin-top: 0 !important;
}

.register-mobile li:last-child > a {
  border-bottom: 0;
}

.plusIcon {
  font-size: 14px;
  margin-left: 5px;
}

.m-overlay {
  position: fixed;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background: #333;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.menu-toggle {
  overflow: hidden;
}

.menu-toggle .m-overlay {
  opacity: 0.6;
  visibility: visible;
}

.menu-toggle .menu-mobile {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.menu-toggle .main-wrapper {
  -webkit-transform: translate3d(-250px, 0, 0);
  -moz-transform: translate3d(-250px, 0, 0);
  -ms-transform: translate3d(-250px, 0, 0);
  -o-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0);
}

html.menu-toggle {
  overflow: hidden;
}

.fc :before,
.fc :after {
  height: auto;
}

.messages {
  background: #fafafa;
  padding: 50px 0;
}

.message-search {
  padding: 15px;
}

.message-search h2 {
  font-size: 18px;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 10px;
}

.message-users {
  height: 400px;
  overflow: hidden;
  overflow-y: auto;
}

.user-item {
  padding: 10px 15px;
  border-left: 5px solid transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000;
}

.user-item.active {
  border-left: 5px solid var(--primary);
  background: rgba(36, 47, 109, 0.1);
}

html[lang="ar"] .user-item {
  border-right: 5px solid transparent;
  border-left: none;
}

html[lang="ar"] .user-item.active {
  border-color: var(--primary);
}

.user-item .img span {
  display: block;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  border: 1px solid #fff;
}

.user-item .img span img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.message-users--data {
  width: 100%;
  color: #000;
  padding-left: 10px;
  padding-right: 10px;
}

.message-users--data h3 {
  font-size: 12px;
  font-weight: 700;
}

.message-users--data h3 span {
  color: var(--primary);
}

.message-users--data p {
  font-size: 12px;
  font-weight: 700;
  color: var(--gray5);
  margin-top: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
}

.user-item.active .message-users--data p {
  color: #000000;
}

.message-time {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 60px;
}

.message-time h4 {
  color: var(--gray5);
  font-size: 12px;
}

.message-time .message-number {
  margin-top: auto;
  background: var(--primary);
  width: 17px;
  height: 17px;
  font-size: 10px;
  border-radius: 50%;
  color: #fff;
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.border-left-1 {
  border-left: 1px solid #ddd;
}

.message-user-name {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/var(--primary)+0,24a6dd+100 */
  background: rgb(36, 47, 109); /* Old browsers */
  background: -moz-linear-gradient(
    left,
    var(--primary) 0%,
    rgba(36, 166, 221, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    var(--primary) 0%,
    rgba(36, 166, 221, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    var(--primary) 0%,
    rgba(36, 166, 221, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--primary)', endColorstr='#24a6dd', GradientType=1); /* IE6-9 */

  padding: 15px;
}

.message-box {
  overflow: hidden;
}

.messages-box {
  height: 400px;
  overflow: hidden;
  overflow-y: auto;
}

.message-item {
  padding: 10px;
}

.message-item.sent {
  flex-direction: row-reverse;
}

.message-item--user-img {
  margin-left: 10px;
  width: 35px;
  height: 35px;
}

html[lang="ar"] .message-item--user-img {
  margin-right: 10px;
  margin-left: 0;
}

.message-item--user-img span {
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
}

.message-item--user-img span img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
}

.message-text {
  background: #24a6dd;
  position: relative;
  padding: 10px 25px;
  border-radius: 20px;
  color: #fff;
  flex-wrap: wrap;
}

.message-text:after {
  background: url("../images/message-after-blue.svg");
  width: 23px;
  height: 32px;
  content: "";
  right: -1px;
  bottom: -10px;
  position: absolute;
}

html[lang="ar"] .message-text:after {
  right: auto;
  left: -1px;
  transform: rotate(180deg);
}
html[lang="ar"] .message-text {
  border-radius: 20px 20px 20px 0;
}

.message-time-status {
  margin-top: 10px;
  text-align: right;
  font-size: 12px;
  color: var(--gray5);
  flex-direction: row-reverse;
  display: flex;
  align-items: center;
}

.receive .message-item--user-img {
  margin-right: 10px;
  margin-left: 0;
}

html[lang="ar"] .receive .message-item--user-img {
  margin-right: 0;
  margin-left: 10px;
}

.receive .message-text {
  background: #d5d5d5;
  color: #000;
}

.receive .message-text:after {
  background: url("../images/message-after-grey.svg");
  left: 0px;
  width: 22px;
  right: auto;
  bottom: -10px;
}

html[lang="ar"] .receive .message-text:after {
  left: auto;
  right: 0;
  transform: rotate(180deg);
}

html[lang="ar"] .receive .message-text {
  border-radius: 20px 20px 0 20px;
}

.receive .message-time-status {
  text-align: left;
  flex-direction: inherit;
}

.message-status {
  width: 15px;
  height: 15px;
}

.seen {
  background: url(../images/seen.svg) center center no-repeat;
}

.sent-not-seen {
  background: url(../images/send.svg) center center no-repeat;
}

.message-input-box {
  background: rgba(36, 47, 109, 0.1);
  padding: 15px;
}

.btn-send-message {
  /*position: absolute;*/
  /*right: 15px;*/
  /*top: 30px;*/
}
html[lang="ar"] .btn-send-message {
  /*right: auto;*/
  /*left: 15px;*/
  transform: rotate(180deg);
}

.message-input-box {
  position: relative;
}

.accordion-button:not(.collapsed) {
  color: var(--primary);
  background-color: #ffffff;
  font-weight: 700;
}

.mobile--error {
  color: var(--danger);
}

.modal-desc {
  font-size: 14px;
  font-weight: 700;
}

.verifty-number {
  font-size: 20px;
  font-weight: 900;
  text-align: center;
  color: var(--primary);
}

.user-location a {
  color: #000;
  text-decoration: underline !important;
}

.my-profile {
  font-size: 21px;
  font-weight: 700;
  color: var(--primary);
  margin-top: -40px;
  line-height: 40px;
  margin-bottom: 0;
}

.accordion-body > .record_item {
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  margin-top: 15px;
}

/*.accordion-body > .record_item:first-of-type{*/
/*    margin-top: 0;*/
/*}*/
.accordion-body > .record_item:last-of-type {
  border-bottom: none;
}

.record_item {
  position: relative;
}

.record-action {
  position: absolute;
  right: 0;
  top: 0;
}

html[lang="ar"] .record-action {
  left: 0;
  right: auto;
}

/*.therapist-profile-page .accordion-button:not(.collapsed){*/
/*    box-shadow: none;*/
/*}*/
.therapist-profile-page .accordion-button {
  padding-left: 0;
  padding-right: 0;
}

.therapist-profile-page .accordion-body {
  padding: 0 0 15px 0;
}

.add-btn-abs {
  position: absolute;
  top: 10px;
  right: 40px;
  color: var(--success) !important;
  font-size: 14px;
  z-index: 11;
  /*text-decoration: none !important;*/
}

html[lang="ar"] .add-btn-abs {
  left: 40px;
  right: auto;
}

.btn-link {
  box-shadow: none !important;
  outline: none !important;
}

select.form-control {
  background-image: url("../images/arrow-bottom.svg");
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat;

  overflow: hidden !important;
  text-overflow: ellipsis;
  padding-right: 25px;
}

html[lang="ar"] select.form-control {
  background-position: 10px center;
  padding-right: 0.75rem;
  padding-left: 25px;
}

.select2-container--default .select2-selection--single {
  border-radius: 15px !important;
  border-color: var(--primary) !important;
  height: 38px !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: var(--primary);
  line-height: 38px !important;
}

.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-radius: 15px 15px 0 0 !important;
}

.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--multiple {
  border-radius: 0 0 15px 15px !important;
}

.iti {
  width: 100%;
}

/**********Therabist*********/
.company-page .cr-1 {
  background: rgb(36, 47, 109); /* Old browsers */
  background: -moz-linear-gradient(
    left,
    var(--primary) 0%,
    var(--success) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    var(--primary) 0%,
    var(--success) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    var(--primary) 0%,
    var(--success) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--primary)', endColorstr='var(--success)', GradientType=1); /* IE6-9 */
  z-index: 0;
}

.company-page .btn-outline-primary {
  color: var(--primary);
  border-color: var(--primary);
}

.company-page .btn-outline-primary:hover {
  color: #ffffff;
}

.company-page .btn-check:checked + .btn-outline-primary,
.company-page .btn-check:active + .btn-outline-primary,
.company-page .btn-outline-primary:active,
.company-page .btn-outline-primary.active,
.company-page .btn-outline-primary.dropdown-toggle.show {
  background: var(--primary); /* Old browsers */
  background: -moz-linear-gradient(
    left,
    var(--primary) 0%,
    var(--success) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    var(--primary) 0%,
    var(--success) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    var(--primary) 0%,
    var(--success) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--primary)', endColorstr='var(--success)', GradientType=1); /* IE6-9 */
  color: #fff;
  border: none;
}

#map_address {
  height: 400px;
}

.modal_map .modal-title {
  text-align: center;
  color: #2d3c68;
  font-size: 22px;
  font-weight: 700;
}

.modal_map .modal-header .close {
  margin: 0;
  width: 30px;
  height: 30px;
  padding: 0;
}

.flag--select {
  direction: ltr;
}

.therapist-profile-page {
  padding-top: 70px;
}

.file-progress--child {
  padding: 20px;
}

.file-progress--child h2 {
  color: var(--primary);
  font-size: 20px;
  font-weight: 700;
}

.file-progress--child p {
  color: var(--gray);
}

.file-progress--child label {
  font-size: 15px;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 5px;
}

.goal-inputs {
}

.goal-input {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 15px;
}

.goal-inputs .form-control {
  width: 120px;
}

.goal-inputs p {
  color: #000;
  margin: 0;
}

.goal-inputs-item {
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
}

.goal-inputs .goal-inputs-item:last-of-type {
  border: none;
  margin-bottom: 0;
}

.progress-contailer h2 {
  font-size: 20px;
  color: var(--primary);
  font-weight: 700;
  margin-bottom: 10px;
}

.accordion-flush .accordion-item .accordion-button {
  font-weight: 700;
  color: var(--primary);
  font-size: 15px;
}

.children-search input {
  width: 300px !important;
}

.box-title {
  font-size: 15px;
  font-weight: 700;
}

.swal2-styled {
  padding: 7px 1.1em !important;
}

.swal2-styled {
  border-radius: 20px !important;
}

.swal2-title {
  font-size: 24px !important;
}

main.main_upload {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100000;
}

.progress-wrapper {
  width: 400px;
  height: 10px;
  background-color: #f7f7f7;
  outline: 1px solid gainsboro;
  border-radius: 5px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.progress {
  width: 50%;
  height: 10px;
  background: linear-gradient(
    to right,
    rgba(36, 47, 109, 1) 0%,
    rgba(104, 179, 96, 1) 100%
  );
  transition: width 0.3s cubic-bezier(0, 0.96, 0, 0.96);
}

.progress.family {
  background: linear-gradient(
    to right,
    var(--secondary) 0%,
    var(--primary) 100%
  ) !important;
}

.user-bnr {
  position: relative;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.user-img {
  z-index: 1;
}

.user-bnr .ico {
  width: 30px;
  height: 30px;
  background: #fff;
  display: flex;
  justify-content: center;
  color: #000;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: absolute;
  right: 20px;
  top: 20px;
  border-radius: 50%;
  align-items: center;
  z-index: 2;
}

html[lang="ar"] .user-bnr .ico {
  left: 20px;
  right: auto;
}

.user-bnr input {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
  left: 0;
  top: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 0;
}

.notifications-ddl .dropdown-toggle:after {
  display: none !important;
}

.notifications-ddl .dropdown-menu.show {
  /*transform: translate3d(15%, 23px, 0px) !important;*/
  width: 250px;
  padding: 5px 0;
  height: 300px;
  overflow-y: auto;
}

.notification-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--primary);
  padding: 10px 10px;
}

.form-control.timepicker,
.datepicker_from,
.datepicker_to,
.filters-container input {
  font-size: 12px;
}

.filters-container .input-group-text img {
  height: 20px;
}

.upcoming-session {
  position: relative;
  z-index: 2;
}

#hide-success-modal.btn-primary:hover svg path {
  fill: #fff;
}

.notifications-ddl .dropdown-menu li {
  border-bottom: 1px solid #ddd;
  padding: 15px 10px;
  background: #fff;
}

.notifications-ddl .dropdown-menu li.active {
  background: rgba(36, 47, 109, 0.1);
}

.notifications-ddl .dropdown-menu li:last-child {
  border: none;
}

.notifications-ddl .dropdown-menu li span {
  display: flex;
  justify-content: flex-end;
  font-size: 13px;
  color: var(--gray);
}

.notifications-ddl .dropdown-menu li a,
.notifications-ddl .dropdown-menu li p {
  display: block;
  font-size: 14px;
  color: #000;
  font-weight: 700;
}

.notifications-ddl .dropdown-menu li.empty {
  height: 230px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.session-info-box .row > div {
  margin-bottom: 15px;
}

.empty-dates {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  min-height: 350px;
}
.close-message-btn {
  position: absolute;
  top: 15px;
  left: 15px;
  display: none;
}
.message-text img {
  max-height: 200px;
  width: auto;
}

.send-message-btn {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.send-message-btns {
  position: absolute;
  top: 30px;
  right: 20px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.sound-upload {
  width: auto;
}
html[lang="ar"] .send-message-btns {
  right: auto;
  left: 20px;
}

.chat-message-textarea {
  padding-right: 130px;
}
html[lang="ar"] .chat-message-textarea {
  padding-left: 130px;
  padding-right: 15px;
}
.image-upload {
  overflow: hidden;
}
.send-message-btn .btn {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.send-message-btn input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
  width: 30px;
  height: 30px;
  z-index: 11;
}

.button-animate {
  animation: pulse 1s infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0px 0px 0px 0px var(--danger);
  }
  100% {
    box-shadow: 0px 0px 0px 3px var(--danger);
  }
}

@media (max-width: 991px) {
  .profile-header .user-img {
    margin-top: -50px;
  }

  .profile-header .user-img > div {
    width: 90px;
    height: 90px;
  }

  .menu-trigger {
    display: block;
  }

  .main_menu,
  .head_btns {
    display: none !important;
  }

  .filter-details h2 {
    font-size: 30px;
  }

  .filters-container .input-group {
    margin-bottom: 5px;
  }

  .join-img {
    text-align: center;
    width: 100%;
  }

  .join-img img {
    width: 200px;
    margin: auto;
  }

  .about-us-details {
    margin-top: 30px;
  }

  .featured-stories-item {
    margin-bottom: 20px;
  }

  .family-filters-title {
    font-size: 30px;
  }

  .ExploreTherapists-filters {
    margin-bottom: 20px;
  }

  .home-filters {
    margin-bottom: 30px;
  }

  .head_right .search-form,
  .hide-mobile {
    display: none;
  }

  .user-panel-header .dropdown-toggle img {
    width: 30px;
    height: 30px;
    object-fit: cover;
  }

  .menu_xs .user-status {
    display: none;
  }

  .back-btn {
    margin-bottom: 10px;
  }

  .similar-qualifications {
    margin-top: 30px;
  }

  .company-page .lang_site {
    display: none;
  }

  .company-page .mmenu .lang_site {
    display: block;
  }

  .user-panel-header .dropdown-toggle:after {
    top: 12px;
  }

  .site-name {
    display: none;
  }

  .profile-as a {
    margin-bottom: 5px;
  }

  .upcoming-session {
    padding-top: 40px;
  }

  .session-btns a {
    margin-bottom: 5px;
  }

  .children-search input {
    width: auto !important;
  }

  .sessions-tabs a {
    font-size: 14px;
  }

  .footer-logo a span {
    font-size: 16px;
  }

  .stores h2 {
    font-size: 17px;
  }

  body {
    padding-top: 120px;
  }

  .head_right {
    margin-top: 0;
  }

  .home-page #header {
    padding: 5px 0;
  }
}

@media (max-width: 640px) {
  .close-message-btn {
    display: block;
  }
  .messages-box {
    height: calc(100vh - 269px);
  }
  .message-mobile {
    display: none;
    position: fixed;
    top: 120px;
    left: 0;
    width: 100%;
    height: calc(100vh - 120px);
    z-index: 1000;
    background: #fff;
  }
  .message-mobile-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    z-index: 10;
    right: 20px;
  }
}
@media (max-width: 550px) {
  .user-bnr {
    height: 160px;
  }

  .filter-details h2 {
    font-size: 25px;
  }

  .filter-details p {
    font-size: 16px;
  }

  .filters-container button {
    width: 100%;
  }

  .session-data p {
    font-size: 13px;
    font-weight: 700;
  }

  .therapists-info p {
    font-size: 14px;
    font-weight: 400;
  }

  .progress-wrapper {
    width: 125px;
  }
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid var(--gray);
  background: #f7f7f7;
}

.ui-datepicker .ui-datepicker-calendar .ui-state-highlight a {
  background: var(--primary);
  color: white;
}

.ui-widget-header {
  border: 1px solid var(--gray);
  background: #f7f7f7;
  color: var(--primary);
}

.input-with-perc {
  display: flex;
  align-items: center;
}

.input-with-perc input {
  background: transparent;
  border: none;
  width: 100%;
  text-align: center;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.input-with-perc div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.input-with-perc div > span {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #888888;
  width: 30px;
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: var(--gray);
  background-color: transparent;
  border-color: var(--gray);
}

.btn-outline-primary.disabled svg path,
.btn-outline-primary:disabled svg path {
  fill: var(--gray);
}

.session-data h2 {
  font-size: 18px;
  margin-bottom: 20px;
}

.notifications-ddl .dropdown-menu li ul li {
  padding: 5px 10px;
  background: transparent;
  font-size: 12px;
  list-style: disc;
  list-style-position: inside;
}

.warning-text {
  color: var(--warning);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.warning-text:hover {
  color: var(--warning-hover);
}

@media (max-width: 480px) {
  .profile-header .user-img {
    margin-top: -30px;
  }

  .profile-header .user-img > div {
    width: 60px;
    height: 60px;
  }

  .message-text audio {
    width: 230px;
  }
}



/* Start Footer */
.footer {
  background-color: var(--button-color);
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 40px 0;
  /* margin-top: 20px; */
}
@media only screen and (max-width: 767px) {
  .footer {
    text-align: center;
  }
}
.footer ul {
  padding: 0;
}
.footer ul li {
  list-style: none;
}
.footer ul.socials li {
  margin-top: 25px;
}
.footer .socials li {
  display: inline-block;
  margin-left: 8px;
  background-color: #565488;
  padding: 8px;
  vertical-align: middle;
  border-radius: 50%;
  opacity: 1;
  transition: var(--main-transition);
}
.footer .socials li:hover {
  opacity: .8;
  transition: var(--main-transition);
  cursor: pointer;
}
.footer .socials li a:hover {
  opacity: .8;
  transition: var(--main-transition);
}
.footer ul li a {
  text-decoration: none;
  color: white;
  /* font-size: 16px; */
  margin-bottom: 10px;
}
.footer button {
  display: block;
}

.footer .download-app {
  font-size: 30px;
  font-weight: bold;
}
.footer .download-app img {
  max-width: 100%;
  width: 70%;
}
@media only screen and (max-width: 991px) {
  .footer .download-app {
    font-size: 25px;
    font-weight: bold;
  }
  .footer .download-app img {
    max-width: 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .footer .download-app img {
    max-width: 100%;
    width: 80%;
  }

  .footer .socials li {
    margin-left: 6px;
  }

}

@media screen and (max-width: 600px)  {
  .footer .download-app img {
    max-width: 100%;
    width: 40%;
  }

  .footer .socials li {
    margin-left: 6px;
  }
}

.footer .faq {
  line-height: 2;
}
.faq ul li a {
  font-size: 18px;
}
.footer .faq li {
  opacity: 1;
  transition: var(--main-transition);
}
.footer .faq li:hover {
  opacity: .8;
  transition: var(--main-transition);
}
.footer .politics {
  line-height: 2;
}
.politics ul li a {
  font-size: 18px;
}
.footer .politics li:hover {
  opacity: .8;
  transition: var(--main-transition);
}
.footer .politics li {
  opacity: 1;
  transition: var(--main-transition);
}

@media only screen and (max-width: 767px) {
  .footer button {
    margin: 0 auto;
  }
}
.footer span {
  margin-top: 10px;
  display: block;
  color: white;
}

/* End Footer */

/* Start Copyright Section */
.copyright {
  padding: 20px;
  background-color: #191659;
}
.copyright .copy span {
  color: white;
}
/* End Copyright Section */

/* Start About Us Page */

/* Start Astra Introduction */
.introduction {
  background-color: #E4E3FD;
  background-image: url('../assets/stars-backgroud.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: grid;
  place-items: center;
}
.introduction .intro-box {
  /* margin-top: 100px; */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: start;
}

.introduction .about-us-kid img {
  max-width: 100%;
  width: 70%;
  object-fit: cover;
}

.introduction .intro-box h1 {
  color: var(--primary);
  font-weight: 700;
  margin-bottom: 40px; 
}

.introduction .intro-box p {
  color: var(--button-color);
  font-size: 20px;
  font-weight: 500;
  width: 80%;
}

@media (min-width: 1200px) {
  .introduction .intro-box h1 {
    margin-bottom: 80px;
  }
}

@media (max-width: 768px) {
  .introduction .intro-box h1 {
    margin-bottom: 25px;
  }
  .introduction .intro-box {
    padding: 20px
  }
  .introduction .intro-box p {
    color: var(--button-color);
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    
  }
}

/* End Astra Introduction */

/* Start Intro Messages Boxes */
.intro-messages {
  margin-top: 80px ;
  margin-bottom: 80px ;
}
.intro-messages .message-box01{
  width: 500px;
  background-color: #9D9CD2;
  padding: 50px;
  border-radius: 20px;
  text-align: center;
}
.intro-messages .message-box01 h4{
  color: white;
  margin-bottom: 30px;
}
.intro-messages .message-box01 p{
  font-size: 17px;
  color: white;
}
.intro-messages .message-box02{
  width: 500px;
  background-color: var(--button-color);
  padding: 50px;
  border-radius: 20px;
  text-align: center;
  background-image: url(../assets/our-vision.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.intro-messages .message-box02 h4{
  padding: 20px;
  margin-bottom: 30px;
  color: white;
  font-size: 2rem;
}
.intro-messages .message-box02 p{
  font-size: 18px;
  color: white;
  line-height: 2;
}
.message-box-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px; 
}
@media (min-width: 992px) {
  .message-box-container {
    justify-content: flex-start;
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .intro-messages .message-box01 p{
    font-size: 13px;
  }
  .intro-messages .message-box02 {
    width: 500px;
    padding: 30px;
  }
  .intro-messages .message-box02 p {
    font-size: 14px;
  }
}

@media(max-width: 480px) {
  .intro-messages .message-box01 {
    padding: 20px;
  }
  .intro-messages .message-box01 p{
    font-size: 12px;
  }
  .intro-messages .message-box02 {
    padding: 20px;
  }
  .intro-messages .message-box02 p {
    font-size: 12px;
  }
}

.intro-messages-slider {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 400px;
}
.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.swiper {
  width: 100%;
  max-width: 650px;
}

/* End Intro Messages Boxes */

/* Start What We Offer */
.what-we-offer {
  padding: 40px;
  background-color: #E4E3FD;
  background-image: url('../assets/stars-backgroud.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.what-we-offer h3 {
  color: var(--button-color);
  font-size: 35px;
  font-weight: 600;
}

.what-we-offer .what-we-offer-boxe {
  display: flex;
  justify-content: start;
  align-items: center;
  background-color: white;
  border-radius: 20px;
  box-shadow: 0px 4px 10px 0px #2C296A1A;
  padding: 15px 20px;
  width: 60%;
  margin: 10px auto 20px;
  transition: all 0.3s ease-in-out;
}
.what-we-offer .what-we-offer-boxe:hover {
  transform: scale(1.02);
}

.what-we-offer .what-makes-us-different-box {
  padding: 25px 20px;
  width: 60%;
  margin: 10px auto 20px;
}
.what-we-offer .what-we-offer-boxe img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  margin-left: 25px;
}
.what-we-offer .what-we-offer-boxe p {
  font-size: 18px;
  color: var(--button-color);
  font-weight: 500;
}
.what-we-offer .what-we-offer-boxe:hover p {
  color: var(--text-hover);
}
.what-makes-us-different-box .what-makes-us-different-paragraph {
  font-size: 18px;
  color: var(--button-color);
  font-weight: 500;
  width: 80%;
}

.our-goals-box:hover .what-makes-us-different-paragraph {
  color: var(--text-hover);
}

@media (min-width: 1200px) {
  .what-makes-us-different-paragraph{
    width: 80%;
  }
}
@media (max-width: 1199px) {
  .what-we-offer .what-we-offer-boxe {
    flex-direction: column;
    width: 70%;
    padding: 20px;
  }
  .what-we-offer .what-we-offer-boxe img {
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .what-we-offer .what-we-offer-boxe {
    flex-direction: column;
    width: 90%;
    padding: 20px;
  }
}
/* Medium Screens (Tablet, 768px and below) */
@media (max-width: 768px) {
  .what-we-offer {
    padding: 30px;
  }

  .what-we-offer h3 {
    font-size: 28px;
  }

  .what-we-offer .what-we-offer-boxe {
    flex-direction: column; 
    width: 100%;
    padding: 20px;
  }

  .what-we-offer .what-we-offer-boxe img {
    margin-left: 0;
    margin-bottom: 15px;
  }

  .what-we-offer .what-we-offer-boxe p {
    font-size: 16px;
    text-align: center;
  }
}

/* Small Screens (Mobile, 480px and below) */
@media (max-width: 480px) {
  .what-we-offer {
    padding: 20px;
  }

  .what-we-offer h3 {
    font-size: 24px;
  }

  .what-we-offer .what-we-offer-boxe {
    flex-direction: column;
    width: 100%;
    padding: 15px;
  }

  .what-we-offer .what-we-offer-boxe img {
    width: 40px;
    height: 40px;
    margin-left: 0;
    margin-bottom: 10px;
  }

  .what-we-offer .what-we-offer-boxe p {
    font-size: 14px;
    text-align: center;
  }
}

/* End What We Offer */

/* Start Our Partners */
.our-partners {
  padding: 40px;
  background-color: #fff;
}

.our-partners h3 {
  color: var(--button-color);
  font-size: 35px;
  font-weight: 600;
}

.our-partners .our-partners-boxe {
  display: flex;
  justify-content: start;
  align-items: center;
  background-color: white;
  border-radius: 20px;
  padding: 20px 20px;
  width: 60%;
  margin: 10px auto 20px;
  border: 1px solid var(--button-color);
  transition: all 0.3s ease-in-out;
}
.our-partners .our-partners-boxe:hover {
  transform: translateY(-5px);
}
.our-partners .our-partners-boxe img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  margin-left: 25px;
}
.our-partners .our-partners-boxe-desc {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.our-partners .our-partners-boxe p {
  font-size: 18px;
  color: var(--button-color);
  font-weight: 500;
}
.our-partners .our-partners-boxe:hover p {
  color: var(--text-hover);
}

@media (max-width: 1199px) {
  .our-partners .our-partners-boxe {
    flex-direction: column;
    width: 70%;
    padding: 20px;
  }
  .our-partners .our-partners-boxe img {
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .our-partners .our-partners-boxe {
    flex-direction: column;
    width: 90%;
    padding: 20px;
  }
}
/* Medium Screens (Tablet, 768px and below) */
@media (max-width: 768px) {
  .our-partners {
    padding: 30px;
  }

  .our-partners h3 {
    font-size: 28px;
  }

  .our-partners .our-partners-boxe {
    flex-direction: column; 
    width: 100%;
    padding: 20px;
  }

  .our-partners .our-partners-boxe img {
    margin-left: 0;
    margin-bottom: 15px;
  }

  .our-partners .our-partners-boxe p {
    font-size: 14px;
    text-align: center;
  }
}

/* Small Screens (Mobile, 480px and below) */
@media (max-width: 480px) {
  .our-partners {
    padding: 20px;
  }

  .our-partners h3 {
    font-size: 24px;
  }

  .our-partners .our-partners-boxe {
    flex-direction: column;
    width: 100%;
    padding: 15px;
  }

  .our-partners .our-partners-boxe img {
    width: 40px;
    height: 40px;
    margin-left: 0;
    margin-bottom: 10px;
  }

  .our-partners .our-partners-boxe p {
    font-size: 13px;
    text-align: center;
  }
}
/* End Our Partners */

/* Start Our Goals */
.what-we-offer .our-goals-box {
  display: flex;
  justify-content: start;
  align-items: center;
  background-color: white;
  border-radius: 20px;
  padding: 20px 20px;
  width: 60%;
  margin: 10px auto 20px;
  border: 1px solid var(--button-color);
  transition: all 0.3s ease-in-out;
}
.what-we-offer .our-goals-box:hover {
  transform: scale(1.02);
}

.what-we-offer .our-goals-box img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  margin-left: 25px;
}
.what-we-offer .our-goals-box-desc {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.what-we-offer .our-goals-box p {
  font-size: 18px;
  color: var(--button-color);
  font-weight: 500;
}

@media (max-width: 1199px) {
  .what-we-offer .our-goals-box {
    flex-direction: column;
    width: 70%;
    padding: 20px;
  }
  .what-we-offer .our-goals-box img {
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .what-we-offer .our-goals-box {
    flex-direction: column;
    width: 90%;
    padding: 20px;
  }
}
/* Medium Screens (Tablet, 768px and below) */
@media (max-width: 768px) {
  .what-we-offer {
    padding: 30px;
  }

  .what-we-offer h3 {
    font-size: 28px;
  }

  .what-we-offer .our-goals-box {
    flex-direction: column; 
    width: 100%;
    padding: 20px;
  }

  .what-we-offer .our-goals-box img {
    margin-left: 0;
    margin-bottom: 15px;
  }

  .what-we-offer .our-goals-box p {
    font-size: 14px;
    text-align: center;
  }
}

/* Small Screens (Mobile, 480px and below) */
@media (max-width: 480px) {
  .what-we-offer {
    padding: 20px;
  }

  .what-we-offer h3 {
    font-size: 24px;
  }

  .what-we-offer .our-goals-box {
    flex-direction: column;
    width: 100%;
    padding: 15px;
  }

  .what-we-offer .our-goals-box img {
    width: 40px;
    height: 40px;
    margin-left: 0;
    margin-bottom: 10px;
  }

  .what-we-offer .our-goals-box p {
    font-size: 13px;
    text-align: center;
  }
}
/* End Our Goals */

/* End About Us Page */

/* Start Our Services Page */
.introduction h2 {
  color: var(--button-color);
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: start;
}
@media (max-width: 1200px) {
  .introduction h2 {
    font-size: 22px !important;
  }

}
@media (max-width: 991px) {
  .introduction h2 {
    margin-bottom: 25px;
    font-size: 20px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px)  {
  .introduction .about-us-kid img {
    width: 100%;
  }
}

@media(max-width: 480px) {
  .introduction h2 {
    font-size: 21px !important;
  }
}

/* Start Our Target Categories */
.targeted-categories{
  padding: 40px;
  background-color: #fff;
}
.targeted-categories h2 {
  color: var(--button-color);
  margin-bottom: 40px;
}
.targeted-categories .targeted-categories-box {
  position: relative;
  text-align: center;
  padding: 20px;
  border: 2px solid var(--button-color);
  border-radius: 20px;
  height: 280px;
  margin-bottom: 20px;
  overflow: visible;
  width: 90%;
  margin: 25px auto;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}
.targeted-categories-box:hover {
  transform: translateY(-10px) scale(1.05);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.targeted-categories-box-img {
  position: relative;
  margin-top: -45px;
}

.targeted-categories-box-img img {
  max-width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.targeted-categories-box:hover .targeted-categories-box-img img {
  transform: scale(1.1);
}

.targeted-categories-box-desc {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 500;
  color: var(--button-color);
}

.targeted-categories-box-desc p {
  transition: color 0.3s ease;
}
.targeted-categories-box:hover .targeted-categories-box-desc p {
  color: var(--text-hover);
}

/* End Our Target Categories */

/* Start Services Provided */
.services-provided{
  padding: 40px;
  background-color: #E4E3FD;
  background-image: url('../assets/stars-backgroud.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.services-provided h2 {
  color: var(--button-color);
  margin-bottom: 20px;
}
.services-provided .services-provided-box {
  position: relative;
  text-align: center;
  padding: 20px;
  border: 2px solid var(--button-color);
  border-radius: 20px;
  height: 320px;
  margin-bottom: 20px;
  overflow: hidden;
  width: 90%;
  margin: 25px auto;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.services-provided-box-img {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.services-provided-box-img img {
  width: 100%; 
  height: 100%; 
  object-fit: cover; 
  border-radius: 20px;
  transition: transform 0.3s ease;
}
.services-provided-box-img::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100%;
  background-color: var(--button-color);
  transition: left 0.5s ease;
  border-radius: 20px;
  z-index: 1;
  opacity: 0.5;
}
.services-provided-box:hover .services-provided-box-img::before {
  left: 0;
}
.services-provided-box:hover .services-provided-box-img img {
  transform: scale(1.05);
}
.services-provided-box-desc {
  margin-top: 30px;
  font-size: 20px;
  font-weight: 500;
  color: var(--button-color);
}
.services-provided-box-desc p {
  transition: color 0.3s ease;
}
.services-provided-box:hover .services-provided-box-desc p {
  color: var(--text-hover);
}

@media (min-width: 992px) and (max-width: 1199px) {
  .services-provided .services-provided-box {
    height: 280px;
  }
}
@media (max-width: 768px) {
  .services-provided .services-provided-box {
    height: auto;
  }
}

/* End Services Provided */

/* Start Control Panel */
.control-panel {
  padding: 40px;
  background-color: #fff;
}
.control-panel .control-panel-box {
  padding: 40px;
  border-radius: 20px;
  border: 2px solid var(--button-color);
  margin: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between; 
  height: 94%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.control-panel .control-panel-box .control-panel-box-desc h3 {
  font-size: 1.35rem;
  color: var(--button-color);
  margin-bottom: 20px;
}
.control-panel .control-panel-box .control-panel-box-desc p {
  font-size: 16px;
  font-weight: 500;
  color: var(--button-color);
}
.control-panel .control-panel-box .control-panel-box-img {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  margin-top: 30px;
}
.control-panel .control-panel-box .control-panel-box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  transition: transform 0.3s ease;
}
.control-panel .control-panel-box .control-panel-box-img::before {
  content: "";
  position: absolute;
  top: 100%; /* Initially, the red layer is completely off-screen to the bottom */
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--button-color);
  opacity: 0.6;
  transition: top 0.5s ease; /* Slide effect from bottom to top */
  border-radius: 20px;
  z-index: 1;
}
.control-panel .control-panel-box .control-panel-box-img::before {
  content: "";
  position: absolute;
  top: 100%; /* Initially, the red layer is completely off-screen to the bottom */
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--button-color);
  opacity: 0.6;
  transition: top 0.5s ease; /* Slide effect from bottom to top */
  border-radius: 20px;
  z-index: 1;
}
.control-panel .control-panel-box:hover .control-panel-box-img::before {
  top: 0; /* On hover, the red background slides up from the bottom */
}
.control-panel .control-panel-box:hover .control-panel-box-img img {
  transform: scale(1.05); /* Slight zoom-in effect on image */
}
.control-panel-box:hover .control-panel-box-desc p {
  color: var(--text-hover);
}

/* @media (min-width: 992px) and (max-width: 1199px){
  .control-panel .control-panel-box .control-panel-box-desc h3{
    font-size: 1.06rem;
  }
  .control-panel .control-panel-box .control-panel-box-desc p{
    font-size: 15px;
    width: 95%;
    margin: 0 auto;
  }
} */

@media (max-width: 550px) {
  .control-panel .control-panel-box .control-panel-box-desc h3 {
    font-size: 1.2rem;
  }
  .control-panel .control-panel-box .control-panel-box-desc p {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .control-panel .control-panel-box .control-panel-box-desc h3 {
    font-size: 1rem;
  }
  .control-panel .control-panel-box .control-panel-box-desc p {
    font-size: 14px;
  }
}

/* End Control Panel */

/* End Our Services Page */

/* Start Chairities Page */
.flexible-solutions h2{
  color: var(--button-color);
  margin-bottom: 30px;
}
.flexible-solutions .flexible-solutions-breif{
  font-size: 20px;
  margin-bottom: 30px;
  line-height: 2;
  width: 70%;
  display: block;
  margin: 20px auto 30px;
}

.flexible-solutions .flexible-solutions-box {
  position: relative;
  text-align: center;
  padding: 20px;
  border: 2px solid var(--button-color);
  border-radius: 20px;
  height: 350px;
  margin-bottom: 20px;
  overflow: hidden;
  width: 90%;
  margin: 25px auto;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  cursor: pointer;
}
.flexible-solutions-box-img {
  position: relative;
  overflow: hidden;
  height: 220px;
  width: 100%;
  border-radius: 20px;
}
.flexible-solutions-box-img img {
  width: 100%; 
  height: 100%; 
  object-fit: cover; 
  border-radius: 20px;
  transition: transform 0.3s ease;
}
.flexible-solutions-box-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 100%;
  background-color: var(--button-color);
  transition: right 0.5s ease;
  border-radius: 20px;
  z-index: 1;
  opacity: 0.5;
}
.flexible-solutions-box:hover .flexible-solutions-box-img::before {
  right: 0;
}
.flexible-solutions-box:hover .flexible-solutions-box-img img {
  transform: scale(1.05);
}
.flexible-solutions-box-desc {
  margin-top: 30px;
  font-size: 20px;
  font-weight: 500;
  color: var(--button-color);
}
.flexible-solutions-box-desc p {
  transition: color 0.3s ease;
}
.flexible-solutions-box:hover .flexible-solutions-box-desc p {
  color: var(--text-hover);
}

@media (min-width: 992px) and (max-width: 1199px) {
  .flexible-solutions .flexible-solutions-box {
    height: auto;
  }
}
@media (max-width: 768px) {
  .flexible-solutions .flexible-solutions-box {
    height: auto;
  }
  .flexible-solutions .flexible-solutions-breif{
    font-size: 17px;
    line-height: 2;
    width: 100%;
  }
}

/* Styling Flexibile Solutions Modal */
#solutionsModal .modal-dialog {
  max-width: 580px !important;
}
#solutionsModal .modal-dialog h4{
  color: var(--button-color);
  margin: 20px auto;
}
#solutionsModal .modal-dialog img{
  width: 80%;
  border-radius: 20px;
}
#solutionsModal .modal-dialog p{
  font-size: 16px;
  margin-bottom: 10px;
  color: var(--button-color);
  font-weight: 500;
  position: relative;
}
#solutionsModal .modal-dialog p::before {
  content: counter(p-counter) ". ";
  counter-increment: p-counter;
  position: absolute;
  right: -5px;
  top: 0;
  font-weight: bold;
  font-size: 16px;
}

/* Initialize the counter */
#solutionsModal .modal-dialog {
  counter-reset: p-counter;
}

/* Start Control Panel-02 Section  */
.control-panel-02 {
  background-color: #E4E3FD;
  background-image: url('../assets/stars-backgroud.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.control-panel-02 .control-panel-02-box {
  padding: 40px;
  border-radius: 20px;
  border: 2px solid var(--button-color);
  margin: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between; 
  height: 94%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
.control-panel-02 .control-panel-02-box .control-panel-02-box-desc h3 {
  font-size: 1.35rem;
  color: var(--button-color);
  margin-bottom: 20px;
}
.control-panel-02 .control-panel-02-box .control-panel-02-box-desc p {
  font-size: 16px;
  font-weight: 500;
  color: var(--button-color);
}
.control-panel-02 .control-panel-02-box .control-panel-02-box-img {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  margin-top: 30px;
}
.control-panel-02 .control-panel-02-box .control-panel-02-box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  transition: transform 0.3s ease;
}
.control-panel-02 .control-panel-02-box .control-panel-02-box-img::before {
  content: "";
  position: absolute;
  top: 100%; /* Initially, the red layer is completely off-screen to the bottom */
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--button-color);
  opacity: 0.6;
  transition: top 0.5s ease; /* Slide effect from bottom to top */
  border-radius: 20px;
  z-index: 1;
}
.control-panel-02 .control-panel-02-box .control-panel-02-box-img::before {
  content: "";
  position: absolute;
  top: 100%; /* Initially, the red layer is completely off-screen to the bottom */
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--button-color);
  opacity: 0.6;
  transition: top 0.5s ease; /* Slide effect from bottom to top */
  border-radius: 20px;
  z-index: 1;
}
.control-panel-02 .control-panel-02-box:hover .control-panel-02-box-img::before {
  top: 0; /* On hover, the red background slides up from the bottom */
}
.control-panel-02 .control-panel-02-box:hover .control-panel-02-box-img img {
  transform: scale(1.05); /* Slight zoom-in effect on image */
}
.control-panel-02-box:hover .control-panel-02-box-desc p {
  color: var(--text-hover);
}
@media (max-width: 550px) {
  .control-panel-02 .control-panel-02-box .control-panel-02-box-desc h3 {
    font-size: 1.2rem;
  }
  .control-panel-02 .control-panel-02-box .control-panel-02-box-desc p {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .control-panel-02 .control-panel-02-box .control-panel-02-box-desc h3 {
    font-size: 1rem;
  }
  .control-panel-02 .control-panel-02-box .control-panel-02-box-desc p {
    font-size: 12px;
  }
}
/* End Control Panel-02 Section  */

/* End Chairities Page */