:root {
  --main-color: #1d3dfc;
  --light-color: #dbf3fe;
  --secondary-color: #52fffb;
  --main-light-color: #5ec8fc;
  --sec-margin: 4rem;
}
@font-face {
  font-family: tajawal;
  src: url(../fonts/Tajawal-Regular.ttf);
}
@font-face {
  font-family: tajawal-bold;
  src: url(../fonts/Tajawal-Medium.ttf);
}
body {
  font-family: tajawal;
  color: #121212;
  font-size: 1rem;
}
a {
  text-decoration: none;
}
.min-height{
  min-height: 80vh;
}
h1,h2,h3,h4,h5,h6{
  font-family: 'tajawal-bold';
}
.page-wrapper-x{
  padding-left: 5rem;
  padding-right: 5rem;
}
.page-wrapper-y{
  padding-top: 6rem;
  padding-bottom: 6rem;
}

/* Start Navbar Sec */
.navbar-scrolling {
  background-color: #fff !important;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25); /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25); /* Firefox 3.5 - 3.6 */
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25);
  transition: all 0.3s;
}
.inner-navbar-scrolling {
  background-color: #fff !important;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25); /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25); /* Firefox 3.5 - 3.6 */
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25);
  transition: all 0.3s;
}
.navbar-custom, .page-wrapper-x {
  padding-right: 5rem;
  padding-left: 5rem;
}
.custom-navbar-brand {
  display: flex;
  align-items: center;
}
.custom-navbar-brand img {
  height: 4rem;
  padding-left: 0.5rem;
}
.logo-text {
  font-size: 0.9rem;
}
.quick-search input {
  border-radius: 0 2rem 2rem 0;
  padding-left: 2rem;
  /* background: #e9f8ff; */
  /* border: unset; */
  z-index: 1 !important;
  box-shadow: unset !important;
  border: 1px solid #eee;
}
.quick-search input:focus {
  /* background: var(--light-color); */
}
.quick-search input::placeholder {
  color: #5a5858;
  font-size: 0.8rem;
}
.quick-search .btn {
  border-radius: 50% !important;
  margin-right: -1.5rem !important;
  /* background: var(--main-light-color); */
  color: #fff;
  border-color: unset;
  z-index: 2;
  background-image: linear-gradient(to bottom left, #2146fc, #55b7fc);
}
.quick-search .btn:hover {
  background: var(--main-color);
  border-color: var(--main-color);
}
.navbar-nav li:last-child {
  padding-right: 3rem;
}
.navbar-nav .nav-link {
  font-size: 0.9rem;
}
.custom-btn {
  font-size: 0.9rem;
  /* background: var(--main-color); */
  border-radius: 2rem;
  padding: 0.5rem 2rem;
  color: #fff !important;
  position: relative;
  overflow: hidden;
}

.custom-btn::before {
  background-color: var(--main-light-color);
  width: 0;
  height: 100%;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 50px;
  z-index: 2;
  transition: all 0.5s ease-in-out;
}

.custom-btn::after {
  /* background-color: var(--main-color); */
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  border-radius: 50px;
  z-index: 1;
  background-image: linear-gradient(to bottom left, #2146fc, #55b7fc);
}

.custom-btn2::after {
  background-image: linear-gradient(to bottom left, #3570fc, #55b7fc);
}
.custom-btn:hover::before {
  width: 100%;
  color: #ffffff;
}
.custom-btn span {
  z-index: 4;
  position: relative;
}
.custom-outline-btn {
  position: relative;
  /* overflow: hidden; */
}
.custom-outline-btn::before {
  background-color: var(--main-light-color);
  width: 0;
  height: 100%;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 50px;
  z-index: 2;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}

.custom-outline-btn::after {
  background-color: #edf9ff;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  border-radius: 50px;
  z-index: 1;
}

.custom-outline-btn:hover::before {
  width: 100%;
  color: #ffffff;
}
.custom-outline-btn label,
.custom-outline-btn span {
  z-index: 4;
  position: relative;
  cursor: pointer;
}
.secondary-btn {
  font-size: 0.9rem;
  background: #fff;
  border-radius: 2rem;
  padding: 0.5rem 2rem;
  color: var(--main-color);
  margin-top: 2rem;
  display: inline-block;
  position: relative;
  overflow: hidden;
  border: 2px solid #fff;
}
.secondary-btn::before {
  background-color: var(--main-color);
  width: 0;
  height: 100%;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 50px;
  z-index: 2;
  transition: all 0.5s ease-in-out;
}

.secondary-btn::after {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  border-radius: 50px;
  z-index: 1;
}

.secondary-btn:hover::before {
  width: 100%;
  color: #ffffff;
}
.secondary-btn span {
  z-index: 4;
  position: relative;
}
.secondary-btn:hover span {
  color: var(--light-color);
}
/* End Navbar Sec */

/* Start Intro Sec */
.intro-bg {
  background-color: #edf9ff;
  position: relative;
}
.circle-bg {
  position: absolute;
  bottom: 1.5rem;
  right: -3rem;
  width: 8rem;
  height: 8rem;
  fill: #b4e6ff;
  -webkit-filter: drop-shadow(0px 0px 4px #b4e6ff);
  filter: drop-shadow(0px 0px 4px #b4e6ff);
}
.intro-left-img {
  padding: 0;
  margin: 7rem 0;
  position: relative;
}
.intro-left-img .intro-img {
  width: calc(100% + 8rem);
  margin-right: -8rem;
  height: 100%;
  object-fit: cover;
  z-index: 3;
  position: relative;
  -webkit-box-shadow: 0px 25px 25px rgba(0, 0, 0, 0.25); /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 0px 25px 25px rgba(0, 0, 0, 0.25); /* Firefox 3.5 - 3.6 */
  box-shadow: 0px 25px 25px rgba(0, 0, 0, 0.25);
  border-radius: 0 0.35rem 0.35rem 0;
  max-height: 30rem;
}
.circles {
  position: absolute;
  bottom: -2rem;
  right: -10rem;
  z-index: 0;
  fill: var(--main-color);
  -webkit-animation: moveBounce-top 9s linear infinite;
  animation: moveBounce-top 9s linear infinite;
}
.intro-main-content {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  padding-right: 6rem;
  padding-left: 13rem;
}
.intro-main-content h1 {
  font-size: 2.65rem;
  margin-bottom: 2rem;
  color: var(--main-color);
}
.intro-main-content p {
  padding-left: 2rem;
}
.custom-outline-btn {
  font-size: 0.9rem;
  border: 2px solid var(--main-light-color);
  border-radius: 2rem;
  padding: 0.5rem 1rem 0.5rem 2rem;
  text-decoration: none;
  color: var(--main-color);
  margin-right: 2rem;
}
.intro-btns {
  display: flex;
  align-items: center;
}
.intro-btns .custom-btn {
  height: 2.5rem;
  display: inline-block;
}
.intro-btns .custom-outline-btn {
  position: relative;
  height: 2.5rem;
  display: inline-block;
  font-size: 0.9rem;
}
.intro-btns .custom-outline-btn span {
  position: absolute;
  left: -1rem;
  bottom: -0.2rem;
  background: var(--main-light-color);
  border-radius: 50%;
  height: 2.65rem;
  width: 2.65rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light-color);
  font-size: 1.15rem;
}
/* End Intro Sec */

/* Start Stats Sec */
.stats-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  /* height: 7rem; */
  /* background: var(--light-color); */
  border-radius: 50%;
  margin-bottom: 0.5rem;
  border: 4px solid rgb(94 200 252 / 30%);
  box-shadow: 0px 0px 4px 8px #dbf3fe8c;
}

.stats-item {
  padding: 0 1.5rem;
  margin-top: 2rem;
  text-align: center;
  line-height: 2;
}
.stats-icon img {
  height: 2.5rem;
  fill: var(--main-light-color) !important;
}

.square-dots {
  position: relative;
}
.square-dots img:first-child {
  right: 4rem;
  top: 6rem;
  fill: var(--main-light-color) !important;
}
.square-dots img:last-child {
  right: 10rem;
  top: 9rem;
  fill: var(--main-light-color) !important;
}
/* End Stats Sec */

/* Start Chances Sec */
.chances-sec {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edf9ff;
  border-radius: 0.35rem;
  margin-top: var(--sec-margin);
  /* background-image: linear-gradient(to bottom left, #5ec9fc 50%, #55b7fc 100%); */
  box-shadow: 0px 0px 30px rgb(0 158 239 / 25%);

}

.chances-text {
  position: relative;
}

.chances-text h2 {
  color: var(--main-color);
  line-height: 1.5;
}
/* .chances-text  a{
  font-size: 0.9rem;
  border-radius: 2rem;
  padding: 0.5rem 2rem;
  color: var(--main-color);
  margin-top: 2rem;
  display: inline-block;
} */
.chances-text img {
  left: 0rem;
  right: auto;
  fill: var(--light-color);
}
.chances-img {
  position: relative;
}
.chances-img .chances-inner-img {
  z-index: 3;
  position: relative;
  max-height: 15rem;
  object-fit: cover;
  -webkit-box-shadow: 0px 25px 25px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 25px 25px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 25px 25px rgba(0, 0, 0, 0.25);
  border-radius: 0.35rem;
}
.chances-img .circle-bg {
  left: -4rem;
  right: auto;
  bottom: -5rem;
  z-index: 1;
  opacity: 20%;
}
/* End Chances Sec */

/* Start Questions Sec */
.questions-sec {
  /* background: var(--main-color); */
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-radius: 0.35rem;
  margin-top: var(--sec-margin);
  margin-bottom: var(--sec-margin);
  background-image: linear-gradient(to bottom left, #2146fc 50%, #55b7fc 100%);
}
.questions-text {
  position: relative;
}
.questions-text h3 {
  line-height: 2;
  color: var(--light-color);
}
.questions-text h3 span {
  font-family: tajawal;
  display: block;
  font-size: 1.5rem;
}
/* .questions-text a{
  font-size: 0.9rem;
  background: var(--light-color);
  border-radius: 2rem;
  padding: 0.5rem 2rem;
  color: var(--main-color);
  margin-top: 2rem;
  display: inline-block;
} */
.questions-text .circle-bg {
  left: -5rem;
  right: auto;
  top: -4rem;
  opacity: 20%;
}
.questions-text .circles {
  left: 20%;
  right: auto;
  fill: var(--light-color);
  bottom: -10%;
}
.questions-img {
  position: relative;
}
.questions-img .circles {
  fill: var(--light-color);
  left: 0;
  right: auto;
  bottom: 20%;
}
.questions-img .question-inner-img {
  max-height: 17rem;
  object-fit: contain;
}
/* End Questions Sec */

/* Start Companies Sec */

.companies-title {
  color: var(--main-color);
  /* margin-top: var(--sec-margin); */
}

.companies-title a {
  font-size: 0.9rem;
  background: #fff;
  border-radius: 1rem;
  padding: 0.25rem 1rem;
  color: var(--main-color);
  margin-top: 2rem;
  display: inline-block;
  position: relative;
  overflow: hidden;
  border: 2px solid var(--light-color);
}
.companies-title a::before {
  background-color: var(--main-color);
  width: 0;
  height: 100%;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 50px;
  z-index: 2;
  transition: all 0.5s ease-in-out;
}

.companies-title a::after {
  background-color: var(--light-color);
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  border-radius: 50px;
  z-index: 1;
}

.companies-title a:hover::before {
  width: 100%;
  color: var(--light-color);
}

.slider-sec .carousel-inner .carousel-item.active,
.slider-sec .carousel-inner .carousel-item-next,
.slider-sec .carousel-inner .carousel-item-prev {
  display: flex;
}

.slider-sec .carousel-inner .carousel-item-end,
.slider-sec .carousel-inner .carousel-item-start {
  transform: translateX(0);
}
.carousel-control-next,
.carousel-control-prev {
  /* position: relative; */
  display: inline-flex;
  width: auto;
  font-size: 1.5rem;
  opacity: 0.8;
  margin: 1rem 0.25rem;
  transition: all 0.3s;
}
.carousel-control-next {
  color: var(--main-color) !important;
  left: -2rem;
}
.carousel-control-prev {
  color: var(--main-color) !important;
  right: -2rem;
}
.carousel-control-next:hover,
.carousel-control-prev:hover {
  opacity: 1;
  color: var(--main-color) !important;
}
.slider-sec .carousel-item .col-md-6 {
  padding-left: calc(var(--bs-gutter-x));
  padding-right: calc(var(--bs-gutter-x));
}
.slider-sec .carousel-inner {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.company-item {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: stretch;
  display: flex;
  width: 100%;
  align-items: stretch;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  /* background: var(--light-color); */
  border-radius: 50% 0 50% 50%;
  height: 15rem;
  padding: 0 2rem;
  box-shadow: 0px 0px 10px 6px rgba(94, 200, 252, 0.25);
  -webkit-box-shadow: 0px 0px 10px 6px rgba(94, 200, 252, 0.25);
  -moz-box-shadow: 0px 0px 10px 6px rgba(94, 200, 252, 0.25);
  transition: all 0.3s;
}
.company-item:hover {
  box-shadow: 0px 0px 2px 4px rgba(94, 200, 252, 0.25);
  -webkit-box-shadow: 0px 0px 2px 4px rgba(94, 200, 252, 0.25);
  -moz-box-shadow: 0px 0px 2px 4px rgba(94, 200, 252, 0.25);
}
.company-item img {
  max-width: 100%;
  height: 5rem;
  object-fit: contain;
  display: block;
  margin-bottom: 1rem;
}
.companies-sec-bg {
  /* background-image: linear-gradient(to bottom,#fff 50%, #b5cffd 100%); */
  padding: var(--sec-margin) 0;
  background-repeat: no-repeat;
  background-position: center bottom;
}
/* End Companies Sec */

/* Start Footer Sec */
.custom-footer {
  /* background-color: var(--light-color); */
  /* margin-top: var(--sec-margin); */
  padding: var(--sec-margin) 0;
  background-image: linear-gradient(to top, #fff, #dbf3fe 100%);
  position: relative;
}
.footer-logo {
  display: flex;
  align-items: center;
  font-family: "tajawal-bold";
}
.footer-logo img {
  height: 4rem;
}
.footer-logo p {
  margin: 0;
  font-size: 0.9rem;
  margin-top: 0.5rem;
  padding-right: 0.5rem;
}
.footer-text {
  margin: 0;
  font-size: 0.85rem;
  margin-top: 1rem;
  text-align: justify;
}
.quick-links {
}
.quick-links ul {
  list-style: none;
  padding: 0;
  font-size: 0.83rem;
  margin: 0 auto;
  width: fit-content;
}
.footer-title {
  font-size: 0.9rem;
  font-family: "tajawal-bold";
}
.quick-links ul a {
  margin-top: 0.5rem;
  color: #121212;
  display: block;
}
.social-links {
  display: flex;
  gap: 1rem;
  margin-top: 0.5rem;
}
.social-links a {
  color: var(--main-color);
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
.social-links a:hover {
  background: var(--main-light-color);
}
.copy-right {
  padding: 0.75rem 0;
  background-color: #fff;
  color: #585858;
  font-size: 0.83rem;
  position: relative;
  font-weight: 600;
}
/* End Footer Sec */

/* Start Media Query Sec */

@media (max-width: 991.98px) {
  .navbar-custom, .page-wrapper-x {
    padding-right: 0;
    padding-left: 0;
  }
  .intro-btns {
    justify-content: center;
  }
  .intro-left-img {
    display: none;
  }

  .intro-main-content {
    padding: 0;
    padding-top: 7rem;
    padding-bottom: 3.5rem;
    text-align: center;
  }
  .circle-bg {
    opacity: 0.3;
  }
  .stats-item {
    padding: 0 1rem;
  }
  .square-dots img:first-child {
    right: 2rem;
    top: 2rem;
  }
  .square-dots img:last-child {
    right: 4rem;
    top: 7rem;
  }
  .slider-sec .carousel-inner .carousel-item .col-md-6 {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }
  .quick-links ul{
    margin: 0;
  }
  .page-wrapper-y{
    padding-top: 8rem !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .slider-sec .carousel-inner .carousel-item-end.active,
  .slider-sec .carousel-inner .carousel-item-next {
    transform: translateX(-50%);
  }

  .slider-sec .carousel-inner .carousel-item-start.active,
  .slider-sec .carousel-inner .carousel-item-prev {
    transform: translateX(50%);
  }
  
  .footer-logo img {
    height: 3rem;
  }
  .footer-logo p {
    font-size: 0.8rem;
  }
  .chances-text h2{
    font-size: 1.35rem;
  }
  .questions-text h3,.questions-text h3 span{
    font-size: 1rem;
  }
  .secondary-btn{
    padding: 0.25rem 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) { 
  .navbar-custom, .page-wrapper-x {
    padding-right: 0rem;
    padding-left: 0rem;
}
.custom-navbar-brand{
  margin: 0;
}
.navbar-nav li:last-child {
  padding-right: 1rem;
}
.custom-navbar-brand img {
  height: 3rem;
}
.intro-main-content{
  padding-right: 3rem;
    padding-left: 7rem;
}
.intro-main-content h1 {
  font-size: 2rem;
  }
  .related-chances .provider-chances img{
    width: 4rem !important;
    height: 4rem !important;
  }
  .related-chances .provider-chances{
    padding: 1rem 0.5rem;
  }
  .provider-chances a{
    font-size: 1rem !important;
  }
 }


@media (max-width: 767.98px) {
  .min-height {
    min-height: auto;
  }
  .slider-sec .carousel-inner .carousel-item > div {
    display: none;
  }
  .slider-sec .carousel-inner .carousel-item > div:first-child {
    display: block;
  }

  .circle-bg {
    display: none;
  }
  .circles {
    display: none;
  }
  .carousel-control-prev {
    right: 0;
  }
  .carousel-control-next {
    left: 0;
  }

  .stat-count {
    font-size: 2.5rem;
    color: var(--main-color);
  }
  .navbar-nav li:last-child {
    padding-right: 0;
  }
  .input-group.quick-search form {
    width: 100%;
  }
  .secondary-btn {
    margin-bottom: 2rem;
  }
  .companies-title a {
    text-align: center !important;
    margin-top: 1rem;
  }
  .companies-title .col-md-4 {
    text-align: center !important;
  }
  .slider-sec .carousel-item .col-md-6 {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
  }
  .slider-sec .carousel-inner {
    padding: 1rem 2rem;
  }
  .chances-text {
    text-align: center;
  }
  .questions-text {
    text-align: center;
  }
  .quick-links ul {
    margin: 2rem 0;
  }
  .stats-item {
    padding: 0 4.5rem;
  }
  .stats-icon img {
    height: 4.5rem;
  }
  .navbar-toggler{
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .custom-navbar-brand{
    margin-left: 0;
  }
  .custom-navbar-brand img{
    height: 3rem;
    padding-left: 0.5rem;
  }
  .logo-text {
    font-size: 0.8rem;
}
.navbar-toggler-icon{
  width: 1em;
}
.page-wrapper{
  padding-left: 0 !important;
  padding-right: 0 !important;
}
}

/* medium and up screens */
@media (min-width: 992px) {
  .slider-sec .carousel-inner .carousel-item-end.active,
  .slider-sec .carousel-inner .carousel-item-next {
    transform: translateX(-25%);
  }

  .slider-sec .carousel-inner .carousel-item-start.active,
  .slider-sec .carousel-inner .carousel-item-prev {
    transform: translateX(25%);
  }
}
/* End Media Query Sec */


@media (min-width: 1200px) and (max-width: 1399.98px) { 
  .intro-main-content{
    padding-right: 5rem;
    padding-left: 10rem;
  }
  .navbar-custom, .page-wrapper-x {
    padding-right: 4rem;
    padding-left: 4rem;
}
 }

 @media (min-width: 2000px){ 
  .intro-main-content{
    padding-right: 20rem;
    padding-left: 10rem;
  }
  .navbar-custom, .page-wrapper-x {
    padding-right: 20rem;
    padding-left: 20rem;
}
 }


/* medium and up screens */


.slider-sec .carousel-inner .carousel-item-end,
.slider-sec .carousel-inner .carousel-item-start { 
transform: translateX(0);
}


/* Start Inner Pages */

.custom-sidebar{
    height: 100%;
    /* position: sticky; */
    padding-top: 9rem;
    padding-bottom: 20rem;
    /* top: 0; */
    /* right: 0; */
    /* height: calc(100vh - 48px); */
    overflow-x: hidden;
    /* overflow-y: auto; */
    padding-right: 1rem;
    padding-left: 1rem;
}
.sidebar {
  /* position: fixed; */
  /* top: 0; */
  /* bottom: 0; */
  /* right: 0; */
  /* padding: 48px 0 0; */
    background: #c2e9fe;
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
  background-image: linear-gradient(to bottom right, #f5fcff, #dbf3fe 100%);
}
.select2{
  /* width: 100% !important; */
  border-radius: 2rem !important;
  font-size: 0.8rem;}
.select2-selection__rendered {
  line-height:2.5rem !important;
  font-size: 0.8rem;
  
}
.select2-container .select2-selection--single {
  height: 2.5rem !important;
  border: unset;
  border-radius: 2rem !important;
  font-size: 0.8rem;
}
.select2-results__option{
  font-size: 0.8rem;
}
.select2-selection__arrow {
  height: 2.5rem !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field{
  border-radius: 2rem ;
  outline: none !important;
}
.select2-container--open .select2-dropdown--below{
  border: unset;
  border-radius: 0.5rem;
    margin-top: 0.1rem;
    overflow: hidden;
}
.custom-content{
  padding-top: 8rem;

}
.custom-card .card-img-top{
  height: 4rem;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}
.custom-card .card-title{
  text-align: center;
  margin-bottom: 1rem;
  /* font-family: "tajawal"; */
}
.custom-card .card-footer{
  text-align: center;
    border: unset !important;
    background: unset !important;
}
.custom-card .card {
  border: unset;
  padding: 2rem;
  background: #eef9ff;
  margin: 0 1rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 10px 10px rgba(190, 190, 190, 0.25);
}
.custom-card .card-text{
  line-height: 2.5;
}

.custom-pagination .page-link{
  border: unset !important;
  padding:0.375rem 1rem;
}
.custom-pagination .disabled>.page-link,.custom-pagination  .page-link.disabled{
  background: unset;
  color: #E0E0E0;
}
.custom-pagination .active>.page-link, .custom-pagination .page-link.active{
  background-image: linear-gradient(to bottom left, #2146fc, #55b7fc);
 border-radius: 0.25rem;
}
.card-overlay{
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  padding: 0.25rem 0.5rem;
  border-radius: 0 0 0.5rem 0;
}
.primary-type{
  border: 1px solid #54b2fc;
    color: #54b2fc;
}
.primary-type2 {
  color: #fff;
  background: #5cc3fc;
}
.secondary-type2 {
  background: #3c80fc;
  color: #fff;
}
.secondary-type{
  background: var(--light-color);
}
.details-page-logo{
  position: relative;
  height: 100%;
}
.details-page-logo-inner{
  position: absolute;
  top: 12rem;
  left: -8.5rem;
  background: #f7fdff;
  height: 17rem;
  width: 16rem;
  border-radius: 0.5rem;
  box-shadow: 0px 0px 10px 6px rgba(94, 200, 252, 0.25);

}
.details-page-logo-inner .position-relative{
  display: flex;
    align-items: center;
    justify-content: center;
}

.details-page-logo-inner .circles{
  right: auto;
  left: -1rem;
  bottom: auto;
  top: -1.5rem;
  z-index: -1;
}
.details-page-logo-inner .circle-bg{
  z-index: -1;
    right: auto;
    top: auto;
    left: -3.5rem;
    bottom: -5rem;
    width: 7rem;
}
.details-logo{
  height: 8rem;
  max-width: 90%;
  object-fit: contain;
}
.details-sidebar{
  background-image: linear-gradient(to bottom right, #fff, #dbf3fe 100%);
}
.provider-details-title{
  margin-top: var(--sec-margin);
}
.provider-details-title  span{
  display: inline-block;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  font-size: 0.83rem;
  margin-right: 1rem;
}
.provider-details-content{
  font-size: 1.1rem;
  line-height: 1.75;
  text-align: justify;
}
.provider-chances{
  background: #f0fbff;
    padding: 2rem 1.5rem;
    border-radius: 0.5rem;
    box-shadow: 0px 10px 12px 8px rgba(190, 190, 190, 0.19);
    -webkit-box-shadow:  0px 10px 12px 8px rgba(190, 190, 190, 0.19); /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow:  0px 10px 12px 8px rgba(190, 190, 190, 0.19); /* Firefox 3.5 - 3.6 */
}
.provider-chances a{
  display: block;
  margin-bottom: 1rem;
  color: var(--main-color);
  font-size: 1.1rem;
}
.provider-chances span{
  font-size: 0.83rem;
}
.provider-details-contact{
  margin-bottom: var(--sec-margin);
}
.provider-details-contact span{
  display: block;
  font-size: 1.1rem;
}
.about-us-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: unset;
  border-radius: 0.5rem;
}
.related-chances .provider-chances img{
  height: 5rem;
    width: 5rem;
    object-fit: contain;
    /* background: #b2e1fd; */
    border-radius: 50%;
    padding: 0.5rem;
    margin-left: 1rem;
}
.related-chances .provider-chances{
  display: flex;
}
.main-chance-details ol{
  padding: 0;
}
.main-chance-details ol li{
  list-style: none;
  padding: 0;
  margin-bottom: 1.5rem;
}
.main-chance-details ol li::before{
  content: counter(list-item)"";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 2rem;
  width: 2rem;
  border: 0.5px solid #121212;
  border-radius: 50%;
  margin-left: 0.5rem;

}
.chance-primary-text{
  background: #e9f7fd;
  display: inline-block;
  padding: 0.5rem 1.5rem;
  border-radius: 2rem;
  font-size: 1.1rem;
}
.chance-details-sidebar .details-page-logo-inner{
  height: auto;
  /* left: -10rem;
  width: 20rem; */
}
.chance-provider-type span{ 
  padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    font-size: 0.83rem;
}
.provider-title-sidebar{
  font-size: 1.55rem;
}
.provider-logo-sidebar{
  height: 6rem;
  max-width: 90%;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}
.chance-details-sidebar{
  font-size: 1.1rem;
}
.cvForm label{
  font-family: 'tajawal-bold';
  font-size: 1.1rem;
}
.cvForm input, .cvForm .select2-container--default .select2-selection--single{
  background: #e9f8ff;
  border-radius: 5rem;
  border: unset;
}
.cvPage .select2-dropdown{
  background: #f6fcfe;

}
.cvPage .select2-selection__rendered{
  font-size: 1rem;
  padding-right: 0.75rem !important;
}
.cvForm .select2-container--default .select2-selection--single[aria-disabled="true"]{
  background: var(--bs-secondary-bg);
}

#editCvBtn{
  display: inline-block;
    margin-right: 1rem;
    font-size: 0.83rem;
    /* color: #121212; */
    color: #3067fc;
    font-weight: 600;
}
.custom-outline-primary-btn{
  color:var(--main-color) !important;
}
.custom-outline-primary-btn:hover{
  color:#fff !important;
}
.custom-outline-primary-btn::before{
  background-image: linear-gradient(to bottom left, #2146fc, #55b7fc);
}
.custom-outline-primary-btn::after{
  background: none;
  border: 2px solid var(--main-color);
}
.cvFormBtns button  {
  padding-left: 3.5rem!important;
  padding-right: 3.5rem!important;
  font-family: 'tajawal-bold';
}
.faq-search form{
  width: 100%;
}
.faq-search input{
  border-radius: 0px 5px 5px 0;
}
.faq-search button{
  margin-right: -7px;
  background-image: linear-gradient(to bottom left, #2146fc, #55b7fc);
  transition: all 1s;
  border: unset;
}
.faq-search button:hover{
  background: var(--main-light-color);
}
.faq-sec{
  /* background: var(--light-color); */
    padding-top: 4rem;
    padding-bottom: 4rem;
    margin-bottom: var(--sec-margin);
}
.custom-accordion .accordion-item{
  margin-bottom: 1rem;
  border: unset;
  outline: unset !important;
  border-radius: 0.35rem !important;

}
.custom-accordion .accordion-item .accordion-button, .custom-accordion .accordion-item .accordion-button.collapsed{
  border-radius: 0.35rem !important;
  outline: unset !important;
  background: #f0fbff !important;
  box-shadow: none !important;
  font-family: 'tajawal-bold';
}
.custom-accordion .accordion-item {
  background: #f0fbff !important;
}
.custom-accordion .accordion-item .accordion-body{
  padding-top: 0;
  line-height: 2;
}
.custom-accordion .accordion-item .accordion-button[aria-expanded="true"]{
  color:var(--main-color);
}

@media (max-width: 991.98px) {
  .custom-sidebar{
    position: relative;
    height: auto;
    padding-bottom: 4rem;
    overflow: hidden;
  }
  .sidebar{
    position: relative;
    padding: 0;
  }
  .details-sidebar{
    background: none;
    padding-top: 10rem;
  }
  .details-page-logo-inner{
    position: relative;
    top: auto;
    left: auto;
    margin: 0 auto;
  }
  .provider-details-title{
    margin-top: 0;
  }
  .custom-content {
    padding-top: 5rem;
}
.chance-details-sidebar .details-page-logo-inner{
  width: 100%;
}
.main-chance-details ol{
  padding: 0;
}
.details-page-logo-inner .circles, .details-page-logo-inner .circle-bg{
  display: none;
}
.provider-chances{
  padding: 1rem 0.5rem;
}
}
@media (min-width: 992px) and (max-width: 1399.98px) { 
  .custom-card .card{
    margin: 0;
    padding: 1rem 0.5rem;
  }
  .details-page-logo-inner{
    left: -5.5rem;
    height: 13rem;
    width: 13rem;
  }
}
@keyframes moveBounce-top {
	0% {
		transform: translateY(0px);
	}
	50% {
		transform: translateY(20px);
	}
	100% {
		transform: translateY(0px);
	}
}
/* End Inner Pages */


input[type=checkbox]
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(1); /* IE */
  -moz-transform: scale(1); /* FF */
  -webkit-transform: scale(1); /* Safari and Chrome */
  -o-transform: scale(1); /* Opera */
  padding: 10px;
  margin: 0px 0px 0px 10px;
}