/* body{
    background-color: #F8F9FE;
} */
/*Scroll to top start*/
#header {
  background-color: #333;
  color: #fff;

  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  transition: top 0.3s;
  /* Smooth transition when the header appears/disappears */
}

/*Scroll to top end*/

.header_top_bg .mail {
  color: #ffffff;
}

.swift-up-text {
  font-size: 66px !important;
}

.main_section .content_main span {
  color: #00A0AA;

}

.content_main h1 {
  font-size: 4.5rem;
}

.cst-btn_new {
  background-color: #ffffff;
  color: #008189;
  border-color: #008189;
}

.cst-btn_new:hover {
  background-color: #008189;
  color: #ffffff;
}

.custum_card {
  transform: translateY(9rem);
  background-color: #00A0AA;
  color: #ffffff;
  /* width: 170%; */
  margin: 0px auto !important;
}

.custum_card_title {
  font-size: 15px;
  line-height: 22px;
}

.section-2,
.header_top_bg {
  background: #41BDC5;

}

.cst-btn {

  background-color: #008189;
  color: #ffffff;

}

.cst-btn:hover {
  background-color: #ffffff;
  color: #008189;
  border-color: #008189;
}

.cst_list li {
  line-height: 2.5rem;
  list-style-type: none;
}

.cst_list li::before {
  content: '\F26A';
  font-family: "bootstrap-icons";
  margin-right: 5px;
  color: #008189;

}

/* .bi-check-circle-fill{
    color: #007bff; 
} */

.bg-rw {
  background-color: #FEEFEB;
}

.txt-clr_1 {
  color: #B86C58;
}

.txt-clr_2 {
  color: #CC8A3F;
}

.txt-clr_3 {
  color: #7EA62D;
}

.txt-clr_4 {
  color: #40A4AB;
}

.clientlogo {
  background-color: white;
}

.testimonials {
  padding: 0rem 3.5rem !important;
}

.owl-theme .owl-nav {
  margin-top: 0px !important;
}

.bi-arrow-left-circle {
  color: #000000;
  position: absolute;
  top: 5rem;
  left: 0rem;
  font-size: 3rem;
}

.bi-arrow-right-circle {
  color: #000000;
  position: absolute;
  top: 5rem;
  right: 0rem;
  font-size: 3rem;
}

.checked i {
  color: orange !important;
  font-size: 1.5rem;
}


.testimonials_bg {
  background-color: #D6F8FB;
}

.mail {
  text-decoration: none;
  color: black;
}

.mail span {
  background-color: #18A0A9;
  padding: 3px 6px;
  border-radius: 50%;
  align-items: center !important;
  color: #ffffff;
}

.bi-envelope-fill {
  font-size: 14px;
}

.bg-footer {
  background-color: #18A0A9;
}

.footer_logo {
  width: 50px;
  height: auto;
}

.btn_footer {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}

.btn_footer:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}

.footer_list {
  list-style-type: none;
  line-height: 2.2rem;

}

.footer_list li a {
  color: white;
  text-decoration: none;
}

.socialmedia {
  display: flex;
  justify-content: end;
  align-self: center;
  font-size: 1.4rem;

}

.socialmedia a i {
  color: white;
}


@media only screen and (max-width: 420px) {
  .testimonials {
    padding: 0rem 0rem;
  }

  .bi-arrow-left-circle {
    color: #000000;
    position: absolute;
    top: 50%;
    left: 0rem;
    font-size: 1rem;
  }

  .bi-arrow-right-circle {
    color: #000000;
    position: absolute;
    top: 50%;
    right: 0rem;
    font-size: 1rem;
  }
}


header .item {
  /* height: 100vh; */
  position: relative;
}

/* header .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  } */
/* header .item .cover {
    padding: 75px 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
  }
  header .item .cover .header-content {
    position: relative;
    padding: 56px;
    overflow: hidden;
  }
  header .item .cover .header-content .line {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    border: 9px solid #fff;
    -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
    clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  }
  header .item .cover .header-content h2 {
    font-weight: 300;
    font-size: 35px;
    color: #fff;
  }
  header .item .cover .header-content h1 {
    font-size: 56px;
    font-weight: 600;
    margin: 5px 0 20px;
    word-spacing: 3px;
    color: #fff;
  }
  header .item .cover .header-content h4 {
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
    color: #fff;
  } */
header .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}

header .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}

header .owl-item.active h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}

header .owl-item.active .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}

header .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}

header .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
}

header .owl-nav .owl-prev:focus {
  outline: 0;
}

header .owl-nav .owl-prev:hover {
  background: #000 !important;
}

header .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}

header .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
}

header .owl-nav .owl-next:focus {
  outline: 0;
}

header .owl-nav .owl-next:hover {
  background: #000 !important;
}

header:hover .owl-prev {
  left: 0px;
  opacity: 1;
}

header:hover .owl-next {
  right: 0px;
  opacity: 1;
}

/* menu */
.navbar-nav li {
  margin: 0px 20px;
}

.navbar-nav li a {
  font-weight: 500;
}

.contact {
  text-decoration: none;
}



@media only screen and (max-width: 420px) {

  .navbar-nav li {
    margin: 0px 0px;
  }
  .nav-link.active  {
    border-bottom: none !important;
    color: #41bdc5 !important;
    
  
  }

}

/* .navbar-nav {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}

.nav-item {
  margin-right: 15px;
} */

.nav-link {
  text-decoration: none;
  position: relative;
  transition: color 0.3s ease;
}
.nav-link.active  {
  border-bottom: 1px solid #007bff;
  color: #41bdc5 !important;
  

}


.nav-link::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #007bff;
  /* Set the color you want for the underline */
  color: white !important;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out;
}

.nav-link:hover {
  color: #41bdc5 !important;
  /* Set the color you want for the text on hover */
}

.nav-link:hover::before {
  visibility: visible;
  transform: scaleX(1);
  color: white;
}



/* scrollToTopBtn start*/


#scrollToTopBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #01adb9;
  color: #fff;
  border: 2px solid #ffffff;
  border-radius: 50%;
  padding: 10px 15px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s;
}

#scrollToTopBtn:hover {
  background-color: #008189;
}

/* scrollToTopBtn end*/


/*flip-cards*/


@media only screen and (max-width: 768px) {
  .bg-cta-2 .row {
    padding: 2rem 0rem;
  }

  .flip-card {
    background-color: transparent;
    width: 100%;
    height: 280px !important;
    perspective: 1000px;
  }

  .flip-card {
    margin-top: 0px !important;
  }
}


.flip-card {
  background-color: transparent;
  width: 100%;
  ;
  height: 300px;
  /* perspective: 1000px; */

}

.flip-card {
  margin-top: 0px;
}

.flip-card a {
  color: #64C7E0;
  font-size: 13px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  /* height: 100%; */

  transition: transform 0.6s;
  transform-style: preserve-3d;

}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-inner:hover .flip-card {
  transform: rotateY(-180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  padding: 1rem;
  width: 100%;
  /* height: 100%; */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  /* background-color: #FFFFFF; */
  color: rgb(8, 8, 8);
  height: 27vh;

}

.flip-card-front img {
  border-radius: 8px;
}

.flip-card-back {
  background-color: #FFFFFF;
  font-size: 12px !important;
  color: rgb(8, 8, 8);
  transform: rotateY(180deg);
  border-radius: 8px;
  height: 27vh;
}


.bg_hims {
  background-color: #E2EBF6;
}

.innerpage_banner {
  background-image: url(../img/innerpage_images/innerpage_banner.png);
  background-repeat: no-repeat;
  padding: 60px 20px;
  background-size: cover;
}

.icon_image {
  height: 50px;
  width: 50px;
}

.shadow_cstm {
  box-shadow: 10px 40px 50px 0px #E5E9F666;

}

.bg_element {
  background-image: url(../img/innerpage_images/bg_element.png);
  position: absolute;
  top: 0px;
  left: 0px;
}

.cst_cd .card-body {
  display: flex;
  align-items: center;
  margin-left: 2rem;
  height: 4.5rem;
  color: #000000 !important;
}

.cst_cd {
  border-right: 8px;
  border-style: solid;
}

.cst_cd.cd_1 {
  color: #81c458;
}

.cst_cd.cd_2 {
  color: #f89c3d;
}

.cst_cd.cd_3 {
  color: #f15c55;
}

.cst_cd.cd_4 {
  color: #746ab0;
}

.cst_cd.cd_5 {
  color: #00b3c7;
}


.circle {
  position: absolute;
  vertical-align: middle;
  padding-top: 1.3rem;
  right: 8%;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  display: inline-block;
  /* padding: 14px 18px; */
  background: #fff;
  left: -2rem;
  top: 0px;

  color: #000;
  text-align: center;

}



.circle.circle_1 {
  border: 5px solid #6ca241;
}

.circle.circle_2 {
  border: 5px solid #f58320;
}

.circle.circle_3 {
  border: 5px solid #e13e36;
}

.circle.circle_4 {
  border: 5px solid #5f5ba7;
}

.circle.circle_5 {
  border: 5px solid #008ea6;
}



/**/

.member-profile {
  top: -40px;
  left: 0;
}

.text-center {
  text-align: center !important;
}

.w-100 {
  width: 100% !important;
}

.position-absolute {
  position: absolute !important;
}

.member-profile img {
  width: 80px !important;
  height: 80px !important;

  border: 2px solid white !important;
}

.side_border {
  border-left: 5px solid #ffffff;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

.side_border:hover {
  border-left: 5px solid #00A0AA;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}


.shadow_new {
  box-shadow: 10px 40px 50px 0px #E5E9F666;

}
.shadow_1{
  box-shadow: 8px 8px 5px -6px rgb(219, 219, 219);
}


/* .rainbow {
  position: relative;
  z-index: 0;
   border-radius: 10px;
  overflow: hidden;
  
  
}

.rainbow::before {
  content: '';
  position: absolute;
  z-index: -2;
  left: -50%;
  top: -50%;
  width: 200%;
  height: 200%;
  background-color: #41BDC5;
  background-repeat: no-repeat;
  background-size: 50% 50%, 50% 50%;
  background-position: 0 50%, 50% 0, 100% 100%, 0 100%;
  background-image: linear-gradient(#377af5, #377af5);
  
}

.rainbow::after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 6px;
  top: 6px;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  background: white;
  border-radius: 5px;
}
 */

 .create_abha input{
  background-color: #f4f6fa !important;
 }


 .btn_side_sticky, .btn_side_sticky:hover, .btn_side_sticky:active, .btn_side_sticky:focus-visible{
  background-image: linear-gradient(-180deg, #FF7E31, #E62C03) !important;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px;
  color: #FFFFFF !important ;
  cursor: pointer;
  display: inline-block;
  font-family: Inter,-apple-system,system-ui,Roboto,"Helvetica Neue",Arial,sans-serif;
  height: 40px;
  line-height: 40px;
  outline: 0;
  overflow: hidden;
  padding: 0 20px;
  pointer-events: auto;
  position: fixed;
  right: -4rem; 
  top: 14rem; 
  z-index: 9999;
  text-align: center;
  touch-action: manipulation;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: top;
  white-space: nowrap;
 
  z-index: 9;
  border: 0;
  transition: box-shadow .2s;
 }


 #rotate{
  vertical-align:top;
	transform:rotate(7deg);
  -ms-transform:rotate(-90deg); /* IE 9 */
  -moz-transform:rotate(-90deg); /* Firefox */
  -webkit-transform:rotate(-90deg); /* Safari and Chrome */
  -o-transform:rotate(-90deg); /* Opera */}