@font-face {
  font-family: 'GT Walsheim Pro Regular';
  src: url('../fonts/GTWalsheimPro-Regular.eot');
  src: local('../fonts/GT Walsheim Pro Regular.'), local('GTWalsheimPro-Regular'),
    url('../fonts/GTWalsheimPro-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/GTWalsheimPro-Regular.woff2') format('woff2'),
    url('../fonts/GTWalsheimPro-Regular.woff') format('woff'),
    url('../fonts/GTWalsheimPro-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GT Walsheim Pro Bold';
  src: url('../fonts/GTWalsheimPro-Bold.eot');
  src: local('../fonts/GT Walsheim Pro Bold'), local('GTWalsheimPro-Bold'),
    url('../fonts/GTWalsheimPro-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/GTWalsheimPro-Bold.woff2') format('woff2'),
    url('../fonts/GTWalsheimPro-Bold.woff') format('woff'),
    url('../fonts/GTWalsheimPro-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'GT Walsheim Pro Medium';
  src: url('../fonts/GTWalsheimPro-Medium.ttf');
  font-weight: 500;
  font-style: normal;
}


* {
  margin: 0px;
  box-sizing: border-box;
  font-family: 'GT Walsheim Pro Medium';
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
  margin: 0px;
  padding: 0px;
}

a,
a:hover {
  text-decoration: none;
}

li {
  list-style: none;
}

img {
  width: 100%;
  height: auto;
}

:root {
  --regular: 'GT Walsheim Pro Regular';
  --bold: 'GT Walsheim Pro Bold';
  --medium: 'GT Walsheim Pro Medium';
  --primary: #33c2f1;
  --secondery: #ed4c5f;
  --sub-1: #3b3b3b;
  --white: #ffffff;
  --black: #272727;
}

/* banner-area */
.banner-area .search-detail {
  display: flex;
  position: relative;
  width: 100%;
  gap: 8px;
  background-color: var(--primary);
  padding: 18px 10px;
  border-radius: 8px;
}

.banner-area .search-detail .search-input {
  width: 100%;
}
.medsearch{
  position: relative;
}
.banner-area .search-detail .search-input select,
input {
  background-color: #ffffff;
  border: 1px solid var(--white);
  outline: none;
  box-shadow: none;
  width: 100%;
  padding: 8px;
  border-radius: 4px;
}

.submit-btn-area {
  width: 25%;
  display: flex;
  align-items: center;
  gap: 8px;
}

.search-btn {
  background-color: var(--secondery);
  border-radius: 25px;
  color: var(--white);
  width: max-content;
  padding: 8px 12px;
  border: 1px solid var(--secondery);
}

.banner-slider {
  position: relative;
}

.banner-slider::after {
  content: url(../images/banner-bg1.webp);
  position: absolute;
  bottom: -37px;
  right: 0px;
  z-index: -2;
}

.banner-slider::before {
  content: url(../images/banner-bg2.webp);
  position: absolute;
  left: 30%;
  top: 0px;
}

.banner-slider .slider-item {
  position: relative;
  overflow: hidden;
  padding: 26px 0px;
}

/* .banner-slider .slider-item.full {
  padding-bottom: 0px !important  ;
} */
.banner-slider .slider-item .pic {
  position: relative;
  z-index: 1;
  width: 85%;
  margin: 0px auto;
}

.banner-slider .slider-item.full .pic {
  width: 73%;
}

.banner-slider .slider-item .left h2 {
  font-size: 34px;
  font-family: var(--bold);
  color: var(--black);
  margin-bottom: 14px;
}

.banner-slider .slider-item .left.second h2 {
  font-size: 38px;
}
.contactuspage{
  font-size: 58px !important;
}
.contactustitle{
  font-size: 28px !important;
}
.banner-slider .slider-item .left h2 span {
  color: var(--secondery);
  font-family: var(--bold);
}

.banner-slider .slider-item .left p {
  font-size: 18px;
  color: var(--sub-1);
  margin-bottom: 18px;
}

.banner-slider .slider-item .left.second p {
  font-size: 18px;
}

.pri-btn {
  font-size: 20px;
  padding: 12px 24px;
  background-color: var(--primary);
  border-radius: 30px;
  color: var(--white);
  display: flex;
  width: max-content;
  margin-top:35px;
}

.pri-btn:hover {
  color: var(--white);
}

/* banner-area */
/* services area */
.services-area {
  padding: 30px 0px;
  background: #f2f2f2de url(../images/services-bg.webp);
  background-position: center;
  background-size: cover;
}

.section-title {
  text-align: center;
  margin-bottom: 30px;
}

.section-title h2 {
  font-size: 40px;
  font-family: var(--bold);
  color: var(--black);
}

.section-title span {
  font-size: 40px;
  font-family: var(--bold);
  color: var(--secondery);
}

.services-area .services-item {
  background: var(--white);
  border-radius: 6px;
  margin: 0px 10px 16px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.services-area .services-item h4 {
  font-size: 18px;
  color: var(--black);
  padding: 8px;
  text-align: center;
  font-weight: var(--medium);
}

/* services area */
/* hospital-area */
.hospital-area {
  padding: 30px 0px 75px;
  background-color: #fbfbfb;
}

.hospital-area .hospital-slider .slider-item {
  border-radius: 6px;
  min-height: 200px;
  overflow: hidden;
  position: relative;
  margin: 0px 8px 8px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.hospital-area .hospital-slider .slider-item .pic {
  position: relative;
}

.hospital-area .hospital-slider .slider-item .pic {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 180px;
  display: table;
  float: none;

}

.hospital-area .hospital-slider .slider-item .pic img {
  width: auto;
  height: auto;
  margin: 0px auto;
}

/* .hospital-area .hospital-slider .slider-item h4 {
  font-size: 18px;
  color: var(--black);
  padding: 18px 10px;
  text-align: center;
  background-color: #ffffff;
} */
.hospital-area button.slide-arrow.slick-arrow {
  border: none;
  background: transparent;
  padding: 6px 12px;
  border: 2px solid black;
  border-radius: 50%;
}

.hospital-area .prev-arrow {
  left: 46%;
}

.hospital-area .next-arrow {
  right: 46%;
}

.hospital-area .slide-arrow {
  position: absolute;
  bottom: -55px;
  margin-top: -15px;
}

/* hospital-area */
/* download area */
.download-area {
  padding: 98px 0px 0px;
  background-color: #fbfbfb;
  background-image: url(../images/bg.webp);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.download-area .container {
  border-radius: 10px;
  padding: 60px 20px;
  background: rgb(251, 251, 251);
  background: linear-gradient(90deg, rgba(251, 251, 251, 1) 0%, rgba(241, 241, 241, 1) 36%, rgba(234, 234, 234, 1) 100%);
}

.download-area .left {
  position: absolute;
  bottom: -60px;
  left: 0px;
}

.download-area .right .heading {
  font-size: 40px;
  font-family: var(--bold);
  color: var(--black);
  margin-bottom: 0px;
}

.download-area .right .heading span {
  font-size: 40px;
  font-family: var(--bold);
  color: var(--secondery);
}

.download-area .right .para {
  font-size: 16px;
  font-family: var(--regular);
  color: var(--sub-1);
  margin-bottom: 40px;
}

.download-area .right .title {
  font-size: 24px;
  color: var(--black);
  margin-bottom: 20px;
  font-family: var(--bold);
}

.download-area .right form {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  position: relative;
}

.download-area .right .input-group {
  display: flex;
  align-items: center;
  width: 80%;
}

.download-area .right .input-group span {
  background-color: var(--white);
  border: 1px solid var(--sub-1);
  padding: 16px 20px;
}

.download-area .right .input-group input {
  box-shadow: none;
  border: 1px solid var(--sub-1);
  padding: 16px;
}

.download-area .right .send-btn {
  font-size: 16px;
  font-family: var(--medium);
  width: max-content;
  padding: 16px;
  color: var(--white);
  background-color: var(--primary);
  border: 1px solid var(--primary);
}

.download-area .right .app {
  width: 50%;
  margin-top: 20px;
}

/* download-area */
/* shop area */
.shop-area {
  padding: 30px 0px;
  background-color: #ffffff;
  position: relative;
}

/* .shop-area {
  background-image: url(../images/shop-bg.webp);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
} */
/* .shop-area .section-title h2 {
  color: var(--white);
} */
.shop-area .heading {
  font-size: 40px;
  font-family: var(--bold);
  margin-bottom: 24px;
  color: #000;
  text-align: center;
}

.shop-area .slide-item {
  background-color: #fbfbfb;
  border-radius: 10px;
  margin: 4px 8px;
  border: 2px solid #d8d8d82d;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}

.shop-area .slide-item .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.shop-area .shop-btn {
  padding: 4px 20px;
  border-radius: 20px;
  font-size: 16px;
  background: var(--secondery);
  color: var(--white);

}

.shop-area .slide-item:hover {
  border: 2px solid var(--primary);
}

.shop-area .slide-item .content {
  padding: 8px 10px;
}

.shop-area .slide-item .content .name {
  font-size: 18px;
  font-family: var(--medium);
  color: var(--black);
  margin-top: 8px;
}

.shop-area .slide-item .content .price {
  display: flex;
  gap: 8px;
  font-size: 20px;
  align-items: center;
  margin-bottom: 4px;
}

.shop-area .slide-item .content .price .main {
  font-family: var(--bold);
}

.shop-area .slide-item .content .offer {
  font-size: 24px;
  font-family: var(--bold);
  color: var(--secondery);
}

.shop-area button.slide-arrow.slick-arrow {
  border: none;
  background: var(--white);
  padding: 4px 10px;
  border: 2px solid rgb(255, 255, 255);
  border-radius: 50%;
}

.shop-area .prev-arrow {
  left: -35px;
}

.shop-area .next-arrow {
  right: -35px;
}

.shop-area .slide-arrow {
  position: absolute;
  top: 50%;
  margin-top: -15px;
}

/* shop area */
/* offer area */
.offer-area {
  padding: 20px 0px;
  background-color: var(--secondery);
}

.offer-area h4 {
  font-size: 22px;
  color: var(--white);
  font-family: var(--regular);
}

.offer-area h4 span {
  font-size: 34px;
  font-family: var(--bold);
}

.offer-area .pri-btn {
  width: 100%;
  justify-content: center;
}

/* offer-area */
/* about area */
.about-area {
  padding: 30px 0px;
  position: relative;
  background-color: #fbfbfb;
}

.about-area::before {
  content: url(../images/about-bg.webp);
  position: absolute;
  left: 0px;
  bottom: 20px;
}

.about-area .top-title {
  font-size: 40px;
  font-family: var(--bold);
  color: var(--black);
  text-align: right;
  padding-right: 20px;
  border-right: 2px solid var(--sub-1);
}

.about-area .top-title span {
  font-size: 40px;
  font-family: var(--bold);
  color: var(--secondery);
}

.about-area .top-para {
  font-size: 16px;
  font-family: var(--regular);
  color: var(--sub-1);
}

.about-area .about-us {
  padding: 60px 0px 0px;
}

.about-area .about-us .pri-btn {
  display: flex;
  margin-top: 16px;
  background: var(--secondery);
}

.about-area .mid-title {
  padding: 40px 0px 20px;
}

.about-area .mid-title .title {
  font-size: 40px;
  font-family: var(--bold);
  color: var(--black);
}

.about-area .mid-title .right {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.about-area .mid-title .right .pri-btn {
  background-color: var(--secondery);
}

.about-area .main {
  background-color: #eeeded;
  padding: 40px 20px;
  position: relative;
  z-index: 1;
  border-radius: 10px;
}

.about-area .main .left {
  position: absolute;
  bottom: -55px;
  left: 15%;
  width: 60%;
}

.about-area .main .left .name-box {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 4px;
}

.about-area .main .left .name-box h2 {
  font-size: 22px;
  color: var(--secondery);
}

.about-area .main .left .name-box p {
  font-size: 15px;
  color: #272727;
  font-family: var(--regular);
}

.about-area .main .right .para {
  font-size: 16px;
  color: var(--black);
  font-family: var(--regular);
  margin-bottom: 18px;
}

.about-area .main .right .cards {
  margin-top: 80px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.about-area .main .right .card-item {
  background-color: var(--white);
  width: 24%;
  position: relative;
  padding: 10px 10px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px;
  border-radius: 14px;
}

.about-area .main .right .card-item .pic {
  width: 60%;
  margin: 0px auto;
  border: 6px solid #fff;
  outline: 2px solid var(--primary);
  border-radius: 50%;
  margin-top: -60px;
  margin-bottom: 10px;
}

.about-area .main .right .card-item .name {
  font-size: 17px;
  color: var(--black);
  font-family: var(--bold);
  text-align: center;
  margin-bottom: 10px;
}

.about-area .main .right .card-item .para {
  font-size: 14px;
  text-align: center;
  font-family: var(--regular);
}

/* about area */
.newsroom-area {
  padding: 15px 0px;
  background-color: #f6f6f6;
  position: relative;
}

.newsroom-area::before {
  content: url(../images/news-bg.webp);
  position: absolute;
  top: 20%;
  right: 0px;
}

.newsroom-area .blog {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  background-color: var(--white);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.newsroom-area .blog .content {
  padding: 16px 16px;
  background-color: #fff;
}

.newsroom-area .blog .content .title {
  font-size: 22px;
  font-family: var(--bold);
  margin-bottom: 14px;
  display: -webkit-box;
  /*-webkit-line-clamp: 1; */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--secondery);
}

.newsroom-area .blog .content p {
  font-size: 16px;
  color: var(--sub-1);
  display: -webkit-box;
  /* -webkit-line-clamp: 3; */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  font-family: var(--regular);
}

.read-btn {
  color: var(--secondery);
  font-size: 16px;
  font-family: var(--bold);
}

.newsroom-area .action .pri-btn {
  background-color: var(--secondery);
  justify-content: center;
  display: flex;
  margin: 0px auto;
}

/* newsroom-area */
/* review-area */
.review-area {
  padding: 30px 0px 0px;
  position: relative;
  overflow: hidden;
  background-color: #fbfbfb;
}

/* .review-area::before {
  content: url(../images/review1.webp);
  position: absolute;
  left: 0px;
  bottom: -100px;
}
.review-area::after {
  content: url(../images/review2.webp);
  position: absolute;
  right: 0px;
  bottom: 40px;
} */
.review-area .row.back {
  padding: 40px 0px 30px;
  background-image: url(../images/review-back.webp);
  background-position: center;
  background-size: cover;
  position: relative;
  border-radius: 15px;
  z-index: 1;
  background-repeat: no-repeat;
}

.review-area .review-card {
  position: relative;
  background-color: #fff;
  padding: 10px;
  border-radius: 12px;
  margin: 0px;
}

.review-area .review-card .left .pic {
  width: 90px;
  height: auto;
  margin-top: 10px;
  border-radius: 50%;
  margin-left: -60px;
  border: 1px solid var(--white);
  outline: 8px solid var(--primary);
}

.review-area .review-card .left {
  background-image: url(../images/back.webp);
  background-position: center;
  background-repeat: no-repeat;
  /* transform: rotate(180deg) scale(0.8); */
}

.review-area .review-card .right .para {
  font-size: 16px;
  color: var(--sub-1);
  margin-bottom: 12px;
  font-family: var(--regular);
}

.review-area .review-card .right .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.review-area .review-card .right .bottom .name {
  font-size: 20px;
  font-family: var(--bold);
  color: var(--black);
}

.review-area .review-card .right .bottom .review {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #ffc000;
}

.review-area .review-card .b-tr {
  background-color: transparent;
}

.review-area .review-card .left,
.review-area .review-card .right {
  background-color: #fff;
  border: 1px solid #fff;
  padding: 8px;
}

.review-area .re {
  height: 410px;
  /* margin: 22px 0px; */
  overflow: overlay;
}

.review-area .review-card .left {
  padding: 0px;
  border-radius: 0px;
}

/* review area */
/* footer area */
.footer-area {
  padding: 40px 0px 0px;
  background-color: #101416;
}

.footer-area h2 {
  font-size: 22px;
  color: #fff;
  margin-bottom: 12px;
}

.footer-area .left {
  margin-top: 30px;
}

.footer-area .left .logo {
  max-width: 100px;
  margin: 0px auto;
}

.footer-area .left .icons {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 12px;
  align-items: center;
}

.footer-area .left .icons a {
  color: var(--white);
  font-size: 32px;
  transition: all 0.2s ease-in;
}

.footer-area .left .icons a:hover {
  color: var(--primary);
}

.footer-area .center {
  padding-right: 40px;
  padding-left: 40px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.footer-area .center .links {
  display: flex;
  align-items: start;
  justify-content: space-around;
}

.footer-area .center ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.footer-area .center ul li a {
  color: var(--white);
  font-family: var(--regular);
}

.footer-area .center ul li a.active {
  color: var(--primary);
}

.footer-area .center ul li a:hover {
  color: var(--primary);
}

.footer-area .right ul {
  display: flex;
  gap: 8px;
  flex-direction: column;
}

.footer-area .right ul li span i {
  color: var(--primary);
}

.footer-area .right ul li {
  display: flex;
  align-items: start;
  gap: 10px;
}

.footer-area .right ul li span {
  color: var(--white);
  font-size: 16px;
  font-family: var(--regular);
}

.footer-area .copy {
  padding: 10px;
  margin-top: 20px;
  color: #fff;
  background-color: var(--secondery);
  font-size: 16px;
  font-family: var(--regular);
  text-align: center;
}

.main-wrapper {
  overflow: hidden;
  position: relative;
  max-width: 1900px;
  margin: 0 auto;
  width: 100%;
}

.banner-area .slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.banner-area .slick-dots {
  bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-area .banner-slider.third .slick-dots {
  bottom: 50px;
}

.banner-area .slick-dots li {
  background: #a2a2a2;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

.banner-area .slick-dots li.slick-active {
  background-color: #ed4c5f;
  width: 14px;
  height: 14px;
}

.banner-area .slick-dots li button:before {
  color: transparent;
}

#services-slider .slick-dotted.slick-slider {
  margin-bottom: 0px;
}

#services-slider .slick-dots {
  bottom: -28px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#services-slider .slick-dots li {
  background: #a2a2a2;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

#services-slider .slick-dots li.slick-active {
  background-color: #ed4c5f;
  width: 14px;
  height: 14px;
}

.slick-dots li.slick-active button:before,
.slick-dots li button:before {
  color: transparent;
}

/* services page */
.why-area {
  padding: 0px 0px 20px;
  margin-top: -25px;
  position: relative;
}

.why-area .choose {
  background-color: #f4f4f4;
  padding: 24px 16px;
  border-radius: 4px;
}

.why-area .choose .heading {
  font-size: 40px;
  font-family: var(--bold);
  margin-bottom: 18px;
}

.why-area .choose .heading span {
  color: var(--secondery);
  font-family: var(--bold);
}

.why-area .para {
  font-size: 16px;
  font-family: var(--regular);
  color: var(--sub-1);
  margin-bottom: 24px;
}

.why-area .why-box .number {
  font-size: 50px;
  color: var(--secondery);
  margin-bottom: 14px;
}

.why-area .why-box .content {
  font-size: 16px;
  color: var(--sub-1);
  font-family: var(--regular);
}

.why-area .network {
  padding: 24px 16px 35px;
  position: relative;
  background-color: #f4f4f4;
}

.why-area .network .heading {
  font-size: 26px;
  color: #000;
  font-family: var(--bold);
  margin-bottom: 8px;
}

.why-area .network .para {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  color: #272727;
  margin-bottom: 24px;
}

.why-area .network-slider .item {
  padding: 10px;
  margin: 20px 5px;
  border-radius: 6px;
}

.why-area .network-slider .item .pic {
  margin-bottom: -70px;
  position: relative;
}

.why-area .network-slider .item .pic .image {
  border: 10px solid var(--white);
  border-radius: 50%;
  width: 80%;
  margin: 0px auto;
  outline: 1px solid var(--primary);
}

.why-area .network-slider .item .pic .flag {
  width: 50px;
  position: absolute;
  right: 19px;
  bottom: 10px;
}

.why-area .network-slider .item .details {
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 90px 0px 14px;
  border-radius: 16px;
}

.why-area .network-slider .item .name {
  font-size: 18px;
  font-family: var(--bold);
  color: #000;
  margin-bottom: 0px;
}

.why-area .network-slider .item .role {
  font-size: 16px;
  color: #272727;
  font-family: var(--regular);
  margin-bottom: 6px;
}

.why-area .network-slider .item .read-btn {
  color: var(--primary);
}

.why-area .slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.why-area .slick-dots {
  bottom: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.why-area .slick-dots li {
  background: #a2a2a2;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.why-area .slick-dots li.slick-active {
  background-color: #ed4c5f;
  width: 10px;
  height: 10px;
}

.why-area .slick-dots li button:before {
  color: transparent;
}

.how-area {
  padding: 0px 0px 40px;
  background: #fff url(../images/how-bg.webp);
  background-position: center;
  background-size: cover;
}

.how-area .section-title p {
  font-size: 20px;
  margin-top: 6px;
  font-family: var(--bold);
}

.how-area .box-area {
  display: flex;
  justify-content: center;
  gap: 12px;
  align-items: center;
}

.how-area .box-area .how-box {
  width: 20%;
  background-color: var(--primary);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  padding: 20px 14px;
  box-shadow: rgba(0, 0, 0, 0.20) 0px 5px 15px;
  min-height: 200px;
}

.how-area .box-area .how-box .number {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #fff;
  color: #000;
  position: relative;
  margin-bottom: 20px;
}

.how-area .box-area .how-box .number span {
  font-size: 35px;
  font-family: var(--bold);
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.how-area .box-area .arrow-icon i {
  color: var(--secondery);
  font-size: 24px;
}

.how-area .box-area .how-box .content {
  font-size: 16px;
  color: #fff;
  text-align: center;
}

.inform-area {
  padding: 0px 0px 20px;
}

.inform-area .details {
  background: #f2f2f2;
  padding: 24px;
}

.inform-area .details p {
  font-size: 16px;
  text-align: center;
}

.inform-area .your {
  background: url(../images/your-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 40px 20px;
  border-radius: 12px;
}

.inform-area .your h2 {
  color: #fff;
  font-family: var(--bold);
  font-size: 40px;
  text-align: center;
}

.countries-area .countries-slider .item {
  background-color: #f2f2f2;
  position: relative;
  margin: 16px 8px;
  min-height: 100px;
  border-radius: 10px;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.25) 1.95px 1.95px 2.6px;
}

.countries-area .countries-slider .item img {
  width: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.concerns-area {
  background-color: #f4f4f4;
  padding: 30px 0px;
}

.concerns-area .title {
  font-size: 24px;
  margin-bottom: 12px;
  color: #272727;
}

.concerns-slider .item {
  text-align: center;
  border-radius: 8px;
  margin: 0px 6px;
  padding: 4px;
}

.concerns-slider .item:hover {
  background: #fff;
}

.concerns-slider .item .pic {
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 4px;
}

.concerns-slider .item .pic img {
  height: 139px;
  object-fit: cover;
}

.concerns-slider .item .name {
  padding: 8px 4px;
  font-size: 17px;
}

.concerns-slider .slick-dots li {
  background: #a2a2a2;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.concerns-slider .slick-dots li.slick-active {
  background-color: #ed4c5f;
  width: 8px;
  height: 8px;
}

.pharmacy .banner-slider .slider-item {
  padding: 26px 0px 0px;
}

.pharmacy .banner-area .banner-slider.third .slick-dots {
  bottom: 26px;
}

.product-area {
  padding: 30px 0px;
  background-color: #fff;
}

.product-area .p-item {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
  box-shadow: rgba(149, 157, 165, 0.3) 0px 8px 24px;
}

.product-area .p-item .pic {
  position: relative;
  width: 100%;
  background-color: #fefefe;
  height: 160px;
}

.product-area .p-item .pic img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 90%;
  transform: translate(-50%, -50%);
}

.product-area .p-item .details {
  position: relative;
  background-color: #ffffff;
  padding: 16px 6px;
}

.product-area .p-item .details .name {
  font-size: 21px;
  font-weight: 800;
  margin-bottom: 8px;
}

.product-area .p-item .details .price {
  display: flex;
  justify-content: start;
  gap: 6px;
  align-items: center;
  font-size: 16px;
  margin-bottom: 4px;
}

.product-area .p-item .details .btm {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  color: var(--primary);
}

.product-area .p-item .details .btm .offer {
  font-weight: 600;
}

.product-area .p-item .details .btm .cart {
  font-size: 20px;
}

.pharmacy .download-area {
  padding: 50px 0px;
  background-color: #fff;
}

.medi-area {
  padding: 40px 0px;
  position: relative;
  background: var(--primary);
}

.medi-area::before {
  content: url(../images/bg-medi.webp);
  position: absolute;
  left: 0px;
  bottom: -5px;
}

.medi-area .left {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 73%;
}

.medi-area .left .top {
  display: flex;
  justify-content: start;
  gap: 8px;
  color: var(--white);
  align-items: center;
}

.medi-area .left .para {
  font-size: 26px;
  color: #fff;
}

.medi-area .left .top .red {
  clip-path: polygon(0 1%, 100% 0%, 80% 100%, 0% 100%);
  padding: 6px 30px 6px 15px;
  background-color: var(--secondery);
  color: var(--white);
}

.medi-area .pri-btn {
  background-color: var(--secondery);
}

#loadMoreBtn {
  border: 1px solid var(--primary);
}


.p-item {
  display: none;
}

.p-item.visible {
  display: block; /* or any other display type you want */
}












@media (min-width: 1400px) {
  .about-area .main .left {
    position: absolute;
    bottom: -42px;
    left: 20%;
    width: 58%;
  }
}

@media (max-width: 1199px) {
  .review-area .review-card .left .pic {
    margin-top: 18px;
  }

  .review-area .re {
    height: 480px;
  }

  .banner-slider .slider-item .left p {
    font-size: 28px;
  }

  .banner-slider .slider-item .left h2 {
    font-size: 38px;
  }

  .hospital-area .hospital-slider .slider-item .pic {
    width: 180px;
  }

  .hospital-area .hospital-slider .slider-item .pic img {
    width: 90%;
  }

  .medi-area::before {
    display: none;
  }

  .medi-area .left .para {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .banner-area .search-detail {
    flex-direction: column;
  }
  .banner-image-bottom .bottom-left-image {
    display: none;
  }
  .banner-area .search-detail .search-input {
    width: 100%;
  }

  .submit-btn-area {
    width: 100%;
  }

  .search-btn {
    display: flex;
    justify-content: center;
    width: 40%;
    margin: 0px auto;
  }

  .banner-slider::before {
    display: none;
  }

  .banner-area .banner-slider .slider-item .left {
    margin: 30px 0px;
    position: relative;
  }

  .banner-slider::after {
    display: none;
  }

  .banner-slider .slider-item .left h2 {
    font-size: 40px;
    margin-bottom: 16px;
  }

  .banner-slider .slider-item .left p {
    font-size: 24px;
    margin-bottom: 14px;
  }

  .services-area {
    padding: 40px 0px;
  }

  .section-title {
    text-align: center;
    margin-bottom: 24px;
  }

  .section-title h2 {
    font-size: 40px;
    font-family: var(--bold);
    color: var(--black);
  }

  .section-title span {
    font-size: 40px;
    font-family: var(--bold);
    color: var(--secondery);
  }

  .services-area .services-item h4 {
    font-size: 18px;
  }

  .hospital-area {
    padding: 40px 0px 60px;
  }

  .hospital-area button.slide-arrow.slick-arrow {
    padding: 4px 10px;
    font-size: 14px;
    border: 2px solid black;
    border-radius: 50%;
  }

  .hospital-area .prev-arrow {
    left: 44%;
  }

  .hospital-area .next-arrow {
    right: 44%;
  }

  .hospital-area .slide-arrow {
    position: absolute;
    bottom: -45px;
    margin-top: -15px;
  }

  .download-area {
    padding: 40px 0px;
  }

  .download-area .container {
    padding: 20px 10px;
  }

  .download-area .left {
    position: absolute;
    bottom: -20px;
    width: 80%;
    left: 12%;
  }

  .download-area .right .heading {
    font-size: 30px;
    margin-bottom: 4px;
  }

  .download-area .right .heading span {
    font-size: 30px;
  }

  .download-area .right .para {
    font-size: 14px;
    margin-bottom: 16px;
  }

  .download-area .right .title {
    font-size: 20px;
  }

  .download-area .right form {
    gap: 8px;
  }

  .download-area .right .input-group span {
    padding: 10px 6px;
  }

  .download-area .right .input-group input {
    padding: 10px 6px;
  }

  .download-area .right .send-btn {
    padding: 10px;
  }

  .download-area .right .app {
    width: 60%;
  }

  .about-area {
    padding: 0px 0px 30px;
    position: relative;
    background-color: #fbfbfb;
  }

  .about-area::before {
    content: url(../images/about-bg.webp);
    position: absolute;
    left: 0px;
    bottom: 20px;
  }

  .about-area .top-title {
    font-size: 40px;
    text-align: left;
  }

  .about-area .top-title span {
    font-size: 40px;
  }

  .about-area .about-us {
    padding: 20px 0px 0px;
  }

  .about-area .top-para {
    font-size: 16px;
  }

  .about-area .mid-title {
    padding: 30px 0px 20px;
  }

  .about-area .mid-title .title {
    font-size: 40px;
  }

  .about-area .mid-title .right {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .about-area .main {
    background-color: #eeeded;
    padding: 30px 14px;
    position: relative;
    z-index: 1;
  }

  .about-area .main .left {
    bottom: -33px;
    left: auto;
  }

  .about-area .main .right .para {
    font-size: 16px;
    margin-bottom: 18px;
  }

  .about-area .main .right .cards {
    margin-top: 60px;
    gap: 14px;
  }

  .about-area .main .right .card-item {
    width: 30%;
    padding: 20px 10px 8px 10px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px;
    border-radius: 14px;
  }

  .about-area .main .right .card-item .pic {
    border-radius: 50%;
    margin-top: -52px;
    margin-bottom: 10px;
  }

  .about-area .main .right .card-item .name {
    font-size: 17px;
    margin-bottom: 8px;
  }

  .about-area .main .right .card-item .para {
    font-size: 14px;
  }

  .about-area .main .right .cards {
    margin-top: 60px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 14px;
  }

  .about-area .main .right .card-item {
    width: 46%;
    padding: 20px 10px 8px 10px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px;
    border-radius: 14px;
    margin-bottom: 40px;
  }

}
  .review-area {
    padding: 40px 0px;
  }

  .review-area .review-card {
    position: relative;
    padding: 10px;
    border-radius: 10px;
  }

  .review-area .review-card .left .pic {
    width: 90px;
    margin-top: 30px;
    margin-left: -60px;
  }

  .review-area .re {
    margin: 0px 0px;
  }

  .footer-area .center {
    padding-right: 40px;
    padding-left: 40px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }

  .footer-area .left {
    margin: 0px;
  }

  .footer-area .left .logo {
    margin: 0px;
  }

  .footer-area .left .icons {
    justify-content: left;
  }

  .footer-area .center .links {
    justify-content: start;
    gap: 40px;
  }

  .footer-area .right ul li span {
    font-size: 14px;
  }

  /* services page */
  .how-area .box-area .how-box {
    width: 30%;
    background-color: var(--primary);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    padding: 20px 14px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    min-height: 200px;
  }


@media (max-width: 767px) {
  .section-title {
    margin-bottom: 22px;
  }

  .section-title h2 {
    font-size: 35px;
  }

  .section-title span {
    font-size: 35px;
  }

  .services-area .services-item h4 {
    font-size: 18px;
  }

  .hospital-area .prev-arrow {
    left: 42%;
  }

  .hospital-area .next-arrow {
    right: 42%;
  }

  .shop-area {
    padding: 30px 0px 50px;
  }

  .shop-area .prev-arrow {
    left: 39%;
  }

  .shop-area .next-arrow {
    right: 39%;
  }

  .shop-area .heading {
    font-size: 35px;
  }

  .shop-area .slide-arrow {
    position: absolute;
    top: auto;
    bottom: -50px;
    margin-top: -15px;
  }

  .offer-area {
    padding: 20px 0px;
  }

  .offer-area h4 {
    font-size: 19px;
    color: var(--white);
    font-family: var(--regular);
  }

  .offer-area h4 span {
    font-size: 26px;
    font-family: var(--bold);
  }

  .offer-area .pri-btn {
    width: 100%;
    margin: 0px auto;
    justify-content: center;
  }

  .about-area .top-title {
    font-size: 30px;
    width: max-content;
  }

  .about-area .top-title span {
    font-size: 30px;
  }

  .about-area .mid-title .title {
    font-size: 30px;
  }

  .review-area {
    padding: 20px;
    background-image: url(../images/review-bg.webp);
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
  }

  .review-area::after {
    display: none;
  }

  .review-area::before {
    display: none;
  }

  .review-area .row.back {
    background-image: none;
  }

  .review-area .review-card {
    position: relative;
    background-color: #fff;
    padding: 10px;
  }

  .review-area .review-card .left .pic {
    width: 90px;
    margin-top: 0px;
    margin-left: 0px;
    margin: 0px auto;
  }

  .review-area .review-card .left,
  .review-area .review-card .right {
    padding: 10px 6px 10px 6px;
  }

  .review-area {
    padding: 20px 0px;
  }

  .review-area .row.back {
    padding: 30px 0px;
  }

  .hospital-area .hospital-slider .slider-item .pic {
    width: 180px;
  }

  .hospital-area .hospital-slider .slider-item .pic img {
    width: 100%;
  }

  /* services page */
  .how-area .box-area .arrow-icon i {
    transform: rotate(90deg);
  }

  .how-area .box-area {
    flex-direction: column;
    gap: 20px;
  }

  .how-area .box-area .how-box {
    width: 50%;
    min-height: 160px;
  }

  .why-area .why-box {
    margin-bottom: 12px;
  }

  .inform-area .your h2 {
    font-size: 24px;
  }

  .why-area .network .heading {
    font-size: 22px;
  }

  .how-area .section-title p {
    font-size: 16px;
  }

  .inform-area .your {
    padding: 25px 15px;
    border-radius: 8px;
  }

  .medi-area .left {
    gap: 14px;
    width: 100%;
  }
}

@media (max-width: 576px) {
  .banner-slider .slider-item .left h2 {
    font-size: 32px;
  }

  .banner-slider .slider-item .left p {
    font-size: 22px;
    margin-bottom: 14px;
  }

  .hospital-area .section-title h2 {
    font-size: 27px;
  }

  .hospital-area .section-title h2 span {
    font-size: 27px;
  }

  .section-title h2 {
    font-size: 30px;
  }

  .section-title span {
    font-size: 30px;
  }

  .services-area .services-item h4 {
    font-size: 17px;
  }

  .hospital-area .prev-arrow {
    left: 39%;
  }

  .hospital-area .next-arrow {
    right: 39%;
  }

  .download-area .right .heading {
    font-size: 28px;
  }

  .download-area .right .heading span {
    font-size: 28px;
  }

  .download-area .right .title {
    font-size: 19px;
  }

  .download-area .right .app {
    width: 70%;
  }

  .about-area .main .right .para {
    font-size: 16px;
    margin-bottom: 18px;
  }

  .about-area .about-us {
    padding: 0px 0px 0px;
  }

  .footer-area .center .links {
    flex-direction: column;
    gap: 6px;
  }

  .about-area .main .right .card-item .pic {
    border-radius: 50%;
    margin-top: -52px;
    margin-bottom: 10px;
  }

  .about-area .main .right .card-item .name {
    font-size: 17px;
    margin-bottom: 8px;
  }

  .about-area .main .right .card-item .para {
    font-size: 14px;
  }

  .footer-area .copy {
    font-size: 14px;
  }

  /* services page */
  .how-area .box-area {
    flex-direction: column;
    gap: 10px;
  }

  .how-area .box-area .how-box {
    width: 80%;
    min-height: 160px;
  }

  .medi-area .left {
    margin-bottom: 10px;
  }

}

@media (max-width: 420px) {

  .hospital-area .hospital-slider .slider-item .pic {
    width: 50%;
  }

  .medi-area .left .top {
    font-size: 14px;
  }

  .medi-area .left .top .red {
    clip-path: polygon(0 1%, 100% 0%, 80% 100%, 0% 100%);
    padding: 6px 20px 6px 10px;
    background-color: var(--secondery);
    color: var(--white);
  }
}



/* sugam css*/

.info {
  height: 330px;
  /* Adjust as needed for image height consistency */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card-body {
  flex-grow: 1;
}

.button-container {
  display: flex;
  justify-content: space-around;
  margin-top: auto;


}

.custom-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000;
  border: none;
  border-radius: 0.25rem;
  padding: 0.3rem 0.8rem;
  font-size: 0.695rem;
}

.search-doc-btn-sub {
  background-color: #e1ffe2;
  border: none;
  color: black;
  padding: 10px;
  font-weight: bold;
}

.search-doc-btn-sub-sec {
  background-color: #fff2ec;
  border: none;
  padding: 10px;
  font-weight: bold;
  color: black;
}

.custom-btn span.icon-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 0.3rem;
  border-radius: 50%;
  background-color: white;
  color: inherit;
}

.btn-text {
  background-color: #42d0fa;
}

.btn-call {
  background-color: #42d0fa;
}

.btn-appointment {
  background-color: #ed4d5e;
  margin-right: 1px;
}

.custom-btn i {
  font-size: 0.75rem;
}

/* Adjustments for small screens */
@media (max-width: 576px) {
  .info {
    height: auto;
    /* Allow content to expand vertically */
  }

  .button-container {
    flex-wrap: wrap;
  }

  .custom-btn {
    margin-bottom: 0.5rem;
    /* Space between buttons on small screens */
  }
}



.custom-container {
  max-width: 1400px;
  margin: 20px auto;
  padding: 20px;
  background-color: #eaeaea;
  border-radius: 10px;
}

.custom-header {
  font-weight: bold;
  text-align: center;
  font-size: 40px;
  margin-bottom: 10px;
}

.custom-sub-header {
  font-weight: 400;
  text-align: center;
  margin-bottom: 20px;
}

.custom-image-container {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.custom-image-container img {
  width: 120px;
  height: 120px;
  margin: 0 10px;
}

.custom-image-text {
  text-align: center;
  margin-top: 5px;
}



.custom-search-box::placeholder {
  content: "Enter your search";
  opacity: 1;
  /* Show placeholder text */
}

.custom-search-box::placeholder-shown::placeholder {
  content: "Search drsoncalls";
}

.custom-search-box:focus::placeholder {
  content: "Enter doctor";
}

.custom-search-box {
  width: 100%;
  padding: 10px;
  padding-right: 40px;
  /* space for the icon */
  border-radius: 20px;
  border: 1px solid #ccc;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  outline: none;
}

.search-container {
  position: relative;
  text-align: center;
  width: 100%;
}

.search-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  /* make the icon unclickable */
  color: #888;
  /* Icon color */
}


.listing-filters {
  background: #fff;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.listing-filters .container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.listing-filters-tags .container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.listing-filters-form {
  width: 100%;
}

.dropdown-button {
  position: relative;
  padding-right: 40px;
  /* Adjust to make space for the arrow */
}

.dropdown-arrow {
  position: absolute;
  right: 2px;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  z-index: 2;

  background-color: #42d0fa;
  /* Circle color */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dropdown-arrow::after {
  content: '\25BC';
  /* Unicode for down arrow */
  font-size: 12px;
  /* Adjust size as needed */
  color: #fff;
  /* Arrow color */
}



.listing-filters-taglist-active span::after,
.listing-filters-taglist button.tag::after,
.listing-filters-form form .field_wrap.__dropdown .dropdown-button::after,
.listing-filters-form form .dropdownWrap.__dropdown .dropdown-button::after,
.listing-filters-form form .field_wrap.__date .dropdown-button::before,
.listing-filters-form form .dropdownWrap.__date .dropdown-button::before,
.field_wrap.__checkbox>label::after,
.field_wrap.__checkbox>.input_wrap>label::after {
  display: inline-block;
  text-transform: none;
  vertical-align: middle;
  font-family: "Material Symbols Outlined";
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.3s;
}

.sronly {
  position: absolute;
  left: -999999px;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  transition: none;
}

.sronly-focusable {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  left: -999999px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  transition: none;
  width: 1px;
}

.sronly-focusable:focus {
  border: auto;
  clip: auto;
  height: auto;
  left: auto;
  margin: auto;
  overflow: auto;
  padding: auto;
  position: relative;
  width: auto;
}

.sronly-focusable:focus.skiptomain {
  background: #ffffff;
  clip: auto;
  color: black;
  height: auto;
  left: 5px;
  margin: 0;
  position: absolute;
  top: 5px;
  width: auto;
  z-index: 1;
}

/***** styles taken from Baseline *****/
/* form elements */


.field_wrap {
  position: relative;
  margin: 0 0 20px 0;
}

.field_wrap .label_wrap {
  padding-bottom: 6px;
}

.field_wrap .label_wrap label {
  font-size: 17px;
  line-height: 25px;
  font-weight: 500;
  color: #252525;
}

/* custom checkboxes + radio buttons */
.field_wrap.__checkbox input[type=checkbox] {
  position: absolute;
  left: -9999px;
  margin: 0;
}

.field_wrap.__checkbox>label,
.field_wrap.__checkbox>.input_wrap>label {
  font-size: 17px;
  color: #000000;
  cursor: pointer;
  display: block;
  margin: 0 0 15px 0;
  padding-left: 30px;
  position: relative;
}

.field_wrap.__checkbox>label::before,
.field_wrap.__checkbox>.input_wrap>label::before {
  content: "";
  border: 1px solid #979797;
  background: #eaeaea;
  width: 18px;
  height: 18px;
  border-radius: 2px;
  position: absolute;
  top: 1px;
  left: 0;
  color: transparent;
}

.field_wrap.__checkbox>label::after,
.field_wrap.__checkbox>.input_wrap>label::after {
  content: "";
  font-size: 12px;
  font-weight: 900;
  color: white;
  position: absolute;
  top: 4px;
  left: 2px;
  opacity: 0;
}

.field_wrap.__checkbox>label.__focused::before,
.field_wrap.__checkbox>.input_wrap>label.__focused::before {
  border-color: #222222;
}

.field_wrap.__checkbox>label.__checked::before,
.field_wrap.__checkbox>.input_wrap>label.__checked::before {
  background: #16a8cc;
  border-color: #16a8cc;
}

.field_wrap.__checkbox>label.__checked::after,
.field_wrap.__checkbox>.input_wrap>label.__checked::after {
  opacity: 1;
}

/* placeholders */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #000000;
  opacity: 1;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #000000;
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #000000;
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #000000;
  opacity: 1;
}

form .label_wrap label.error {
  color: #16a8cc;
  font-weight: 500;
}

form .input_wrap input.error,
form .input_wrap select.error {
  border: 1px solid #16a8cc;
}

form .input_wrap input.error.__inline,
form .input_wrap select.error.__inline {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.field_wrap.__checkbox>label.error {
  color: #16a8cc;
}

.field_wrap.__checkbox>label.error::before {
  background: #e5f8fc;
  border: 1px solid #16a8cc;
}

.field_wrap.__checkbox>label.error::after {
  color: #16a8cc;
}

.field_wrap.__checkbox>label.error.__checked::before {
  background: #16a8cc;
  border: 1px solid #16a8cc;
}

.field_wrap.__checkbox>label.error.__checked::after {
  color: white;
}

.field_wrap.__checkbox>label.error.__focused::before {
  border-color: #11829e;
  background: #cef1fa;
}

/***** styles created for this implementation *****/
.listing-filters {

  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.listing-filters-form form .field_wrap,
.listing-filters-form form .dropdownWrap {
  margin: 0 0 15px;
}

@media (min-width: 992px) {

  .listing-filters-form form .field_wrap,
  .listing-filters-form form .dropdownWrap {
    margin: 0 24px 0 0;
  }


  .listing-filters-form form .field_wrap.__search .input_wrap button,
  .listing-filters-form form .dropdownWrap.__search .input_wrap button {
    background: none;
    border-radius: 4px;
    border-color: transparent;
    font-size: 20px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
  }

  .listing-filters-form form .field_wrap.__search .input_wrap button:hover,
  .listing-filters-form form .dropdownWrap.__search .input_wrap button:hover {
    transform: translateY(-50%) scale(1.1);
  }

  .listing-filters-form form .field_wrap.__search .input_wrap button:focus,
  .listing-filters-form form .dropdownWrap.__search .input_wrap button:focus {
    border-color: #16a8cc;
  }

  .listing-filters-form form .field_wrap.__search .input_wrap input,
  .listing-filters-form form .dropdownWrap.__search .input_wrap input {
    padding-right: 35px;
  }

  .listing-filters-form form .field_wrap.__date .dropdown-button::before,
  .listing-filters-form form .dropdownWrap.__date .dropdown-button::before {
    content: "";
    font-size: 20px;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
  }

  .listing-filters-form form .field_wrap.__date .dropdown-button span,
  .listing-filters-form form .dropdownWrap.__date .dropdown-button span {
    padding-left: 35px;
  }

  .listing-filters-form form .field_wrap.__dropdown,
  .listing-filters-form form .dropdownWrap.__dropdown {
    position: relative;
  }

  .listing-filters-form form .field_wrap.__dropdown .dropdown-button,
  .listing-filters-form form .dropdownWrap.__dropdown .dropdown-button {
    position: relative;
    display: flex;
    align-items: center;
    max-height: 50px;
    width: 100%;
    min-width: 220px;
    background: #e9e9e9;
    font-size: 17px;
    line-height: 25px;
    color: #000000;
    padding: 15px 20px;
    border-radius: 25px;
    border: 2px solid transparent;
  }

  @media (min-width: 992px) {

    .listing-filters-form form .field_wrap.__dropdown .dropdown-button,
    .listing-filters-form form .dropdownWrap.__dropdown .dropdown-button {
      width: auto;
    }
  }

  .listing-filters-form form .field_wrap.__dropdown .dropdown-button:focus,
  .listing-filters-form form .dropdownWrap.__dropdown .dropdown-button:focus {
    outline: -webkit-focus-ring-color auto 1px;
  }

  .listing-filters-form form .field_wrap.__dropdown .dropdown-button::after,
  .listing-filters-form form .dropdownWrap.__dropdown .dropdown-button::after {
    content: "";
    font-size: 20px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
  }

  .listing-filters-form form .field_wrap.__dropdown .dropdown-button.__active::after,
  .listing-filters-form form .dropdownWrap.__dropdown .dropdown-button.__active::after {
    content: "";
  }

  .listing-filters-form form .field_wrap.__dropdown .dropdown-button label,
  .listing-filters-form form .dropdownWrap.__dropdown .dropdown-button label {
    font-weight: 400;
  }

  .listing-filters-form form .field_wrap.__dropdown .field_wrap,
  .listing-filters-form form .dropdownWrap.__dropdown .field_wrap {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    transform: translateY(30px);
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.21);
    padding: 15px;
    z-index: 5;
  }

  .listing-filters-form form .field_wrap.__dropdown .field_wrap label,
  .listing-filters-form form .dropdownWrap.__dropdown .field_wrap label {
    padding-left: 36px;
    color: #222222;
    display: flex;
    align-items: center;
    height: 30px;
  }

  .listing-filters-form form .field_wrap.__dropdown .field_wrap label:has(input.__focused):before,
  .listing-filters-form form .dropdownWrap.__dropdown .field_wrap label:has(input.__focused):before {
    border-color: #33e845;
  }

  .listing-filters-form form .field_wrap.__dropdown .field_wrap label:last-child,
  .listing-filters-form form .dropdownWrap.__dropdown .field_wrap label:last-child {
    margin-bottom: 0;
  }

  .listing-filters-form form .field_wrap.__dropdown .field_wrap label::before,
  .listing-filters-form form .dropdownWrap.__dropdown .field_wrap label::before {
    width: 26px;
    height: 26px;
    border: 1px solid #979797;
    border-radius: 4px;
    background: #fff;
    top: 4px;
  }

  .listing-filters-form form .field_wrap.__dropdown .field_wrap label::after,
  .listing-filters-form form .dropdownWrap.__dropdown .field_wrap label::after {
    content: "";
    font-size: 16px;
    color: #fff;
    top: 5px;
    left: 5px;
  }

  .listing-filters-form form .field_wrap.__dropdown .field_wrap label.__checked::before,
  .listing-filters-form form .dropdownWrap.__dropdown .field_wrap label.__checked::before {
    background: #222222;
    border-color: #222222;
  }

  .listing-filters-tags {
    border-bottom: 1px solid rgba(151, 151, 151, 0.35);
  }

  .listing-filters-taglist {
    display: flex;
    padding: 20px 0;
  }

  .listing-filters-taglist .label,
  .listing-filters-taglist button {
    font-size: 17px;
    font-weight: 600;
    line-height: 25px;
    margin-right: 15px;
  }

  .listing-filters-taglist button {
    border: none;
    border-radius: 20px;
    cursor: pointer;
    padding: 5px 15px;
  }

  .listing-filters-taglist button.tag {
    border-radius: 35px;
  }

  .listing-filters-taglist button.tag::after {
    content: "";
    font-size: 16px;
    position: relative;
    right: 0;
    top: -1px;
    font-weight: 600;
    padding-left: 10px;
    transition: all 0.3s;
  }

  .listing-filters-taglist button:hover,
  .listing-filters-taglist button:focus {
    color: #161b24;
    border-color: #161b24;
  }

  .listing-filters-taglist-active span {
    display: inline-block;
    border: 1px solid #aaaaaa;
    border-radius: 15px;
    font-size: 13px;
    font-weight: 600;
    padding: 5px 5px 5px 8px;
    margin-right: 7px;
    cursor: pointer;
  }

  .listing-filters-taglist-active span::after {
    content: "";
    font-size: 12px;
    margin-left: 5px;
    position: relative;
    top: -1px;
  }

  .listing-filters.__search {
    margin: 0 0 40px;
    background: #fff;
    border-bottom: 1px solid rgba(151, 151, 151, 0.35);
  }

  .listing-filters.__search .listing-filters-form p {
    font-size: 17px;
    font-weight: 500;
    line-height: 25px;
    margin: 15px 20px auto 0;
  }

  @media (min-width: 992px) {
    .listing-filters.__search .listing-filters-form p {
      margin: 0 20px 0 0;
    }
  }

  .listing-filters.__search form .field_wrap {
    margin: 0 0 15px;
  }

  @media (min-width: 992px) {
    .listing-filters.__search form .field_wrap {
      margin: 0 15px 0 0;
    }
  }

  .listing-filters.__search form .field_wrap .label_wrap {
    border: 1px solid #9a9a9a;
  }

  .temp-search-button {
    background-color: #42d0fa;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 20px;
    /* Adjust as needed for the desired roundness */
    cursor: pointer;
    transition: background-color 0.3s ease;
  }

  .temp-search-button:hover {
    background-color: #2ea9d8;
    /* Darker shade for hover effect */
  }

  .btn.custom-btn {
    color: white;
  }

  .btn.custom-btn .icon-circle {
    color: #42d0fa;
  }

  .card-body {
    flex-grow: 1;
  }

  .info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .imgser {
    width: 100%;
    max-width: 260px;
    height: auto;
    max-height: 250px;
  }

  .custom-image-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .custom-image-container>div {
    padding: 10px;
  }

  .maincard {
    padding: 20px;
  }

  .button-container {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    justify-content: space-around;
    padding: 10px 0;
  }

  @media (max-width: 600px) {
    .button-container {
      flex-wrap: wrap;
    }
  }

  .btn.custom-btn {
    display: flex;
    /* Aligns items within the button */
    align-items: center;
    /* Vertically centers items within the button */
    padding: 8px 15px;
    /* Adjust button padding */
    font-size: 12px;
    /* Font size for buttons */
    white-space: nowrap;
    /* Prevents text from wrapping */
    border-radius: 40px;
  }

  .btn.custom-btnn {
    display: flex;
    /* Aligns items within the button */
    align-items: center;
    /* Vertically centers items within the button */
    padding: 8px 15px;
    /* Adjust button padding */
    font-size: 12px;
    /* Font size for buttons */
    white-space: nowrap;
    /* Prevents text from wrapping */
    color: white;
  }

  .icon-circle {
    color: #42d0fa;
    /* Color for the icon */
    margin-left: 5px;
    /* Space between text and icon */
  }

  /* Responsive design */
  @media (min-width: 992px) {

    /* Targeting laptop screens and above */
    .button-container {
      justify-content: flex-start;
      /* Align buttons to the start for larger screens */
    }
  }


  .button-container {
    display: flex;
    gap: 0.5rem;
    /* Space between buttons */
  }

  .button-container .btn {
    flex: 1;
    /* Allows buttons to grow and shrink */

    text-align: center;
  }

  /* Ensure buttons stay in one line until small screens */
  @media (max-width: 991.98px) {
    .button-container {
      flex-wrap: wrap;
      /* Allows buttons to wrap on small screens */
    }

    .button-container .btn {
      flex: 1 1 100%;
      /* Full width for buttons on smaller screens */
      min-width: 0;
      /* Allows buttons to be as narrow as needed */
    }
  }

  .bg-docs {
    background-color: #f4f4f4;
  }

  .pagination .page-link {
    color: black;
    /* Change the text color to black */
    border: none;
    /* Remove border for all pagination items */
    background: none;
    /* Remove background for all pagination items */
  }

  .pagination .page-item {
    margin: 0 5px;
    /* Add some spacing between pagination items */
  }

  .pagination .page-item.active .page-link {
    background-color: #ed4b5e;
    /* Red background for the active page */
    color: white;
    /* White text for better contrast */
    border: none;
    /* Remove border for the active page */
    border-radius: 50%;
    /* Make the active page a circle */
    width: 40px;
    /* Set width for the circle */
    height: 40px;
    /* Set height for the circle */
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /*Header  Flag Start sugm*/
  .crancy-dlanguage {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
  }

  .crancy-dlanguage a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #0d0d0d !important;
    font-size: 14px;
    font-weight: 500;
    width: 30%;
    gap: 10px;
  }

  .crancy-dlanguage .crancy-dlanguage__img {
    background: #dce3eb;
    width: 55px;
    height: 55px;
    border-radius: 100%;
    padding: 6px;
    border: 1px solid transparent;
  }

  .crancy-dlanguage a.active .crancy-dlanguage__img {
    background-color: transparent;
    border-color: #51c28f;
  }

  .crancy-dlanguage__icon {
    position: absolute;
    top: -7px;
    right: 12px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
  }

  .crancy-dlanguage a.active .crancy-dlanguage__icon {
    opacity: 1;
    visibility: visible;
  }

  .crancy-header__svg--icon {
    fill: currentColor;
  }

  .crancy-header__group button {
    border: none;
    box-shadow: none;
    background: none;
    padding: 0;
    margin: 0;
  }

  .crancy-header__single {
    background: #fff;
    text-align: center;
    border-radius: 100%;
    position: relative;
    cursor: pointer;
  }

  .crancy-header {
    position: sticky;
    top: 0;
    align-items: center;
    z-index: 5000;
    background: #fff;
    border-bottom: 1px solid #e8edff;
  }

  /* Balance Hover */
  .crancy-header__amount {
    position: relative;
  }

  .crancy-dropdown {
    position: absolute;
    right: -50px;
    top: 64px;
    background: #fff;
    z-index: 100;
    width: 385px;
    transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
    border-radius: 14px;
    background: var(--White-Color, #fff);
    box-shadow: 4px 4px 40px 0px rgba(0, 0, 0, 0.08);
  }

  .crancy-dropdown__title {
    font-size: 20px;
    color: #191b23;
    font-weight: 500;
    margin: 0;
  }

  .crancy-header__amount:hover .crancy-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
  }

  .crancy-dropdown__close {
    width: 45px;
    height: 45px;
    background: #e8edff;
    border-radius: 14px;
    color: #194bfb;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .crancy-dropdown__close:hover {
    background: #194bfb;
    color: #fff;
  }

  .crancy-dropdown__close svg {
    fill: currentColor;
  }

  .crancy-dropdown__heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 25px;
    border-bottom: 2px solid #f2f6ff;
  }

  .crancy-dropdown__hover--inner {
    overflow-x: scroll;
    max-height: 600px;
    scrollbar-width: none;
    padding: 15px 25px;
  }

  .crancy-dropdown__hover--inner::-webkit-scrollbar {
    display: none;
  }

  .crancy-dropdown_list {
    padding: 0 25px;
    display: flex;
    flex-direction: column;
  }

  .crancy-dropdown_list li {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #e4f2ff;
  }

  .crancy-dropdown_list li:last-child {
    border: none;
    padding-bottom: 0;
    margin: 0;
  }

  .crancy-dropdown-info {
    display: flex;
    gap: 18px;
    align-items: center;
  }

  .crancy-dropdown__img {
    border-radius: 100%;
    padding: 0;
    text-align: center;
    line-height: 52px;
    display: block;
    min-width: 52px;
    min-height: 52px;
    width: 52px;
    height: 52px;
  }

  .crancy-dropdown__img img {
    max-width: 25px;
  }

  .crancy-dropdown-amount {
    font-size: 20px;
    margin: 0;
  }

  .crancy-dropdown-usd {
    font-size: 16px;
    font-weight: 400;
    color: #838b95;
    padding-top: 2px;
    display: block;
  }

  .crancy-dropdown-name {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
  }

  .crancy-header__group .crancy-dropdown-name {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
  }

  .crancy-header__group .crancy-dropdown__sell-all {
    line-height: initial;
  }

  .crancy-dropdown-amount {
    font-size: 20px;
    margin: 0;
    text-align: right;
    min-width: 115px;
  }

  .crancy-dropdown__button {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }

  .crancy-dropdown__button a {
    font-size: 16px;
    text-decoration: initial !important;
  }

  .crancy-dropdown__button a:hover {
    text-decoration: underline;
  }

  .crancy-btn.btn-balance {
    padding: 12px 12px;
  }

  .crancy-dropdown-name:hover,
  .crancy-dropdown-name a:hover {
    color: #194bfb;
  }

  /* Header Messages */
  .crancy-header-messages__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .crancy-header-messages__author {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 20px;
    align-items: start;
    width: 100%;
  }

  .crancy-header-messages__contnt {
    display: flex;
    align-items: start;
    border-bottom: 1px solid #f2f6ff;
    padding-bottom: 25px;
    justify-content: space-between;
    text-align: left;
    width: 100%;
  }

  .crancy-header-messages__title {
    margin: 0;
  }

  .crancy-header-messages__btn {
    border: 1px solid #e8edff;
    padding: 7px 13px;
    border-radius: 10px;
    color: #194bfb;
  }

  .crancy-header-messages__btn:hover {
    background-color: #194bfb;
    color: #fff !important;
    border-color: transparent;
  }

  .crancy-balance_list.crancy-header-messages li {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 25px;
  }

  .crancy-balance_list.crancy-header-messages li:hover {
    background: #fafafa;
  }

  .crancy-header-messages__btn.crancy-header-messages__btn--warning {
    background: #fbf5d6 !important;
    color: #facc15 !important;
    border-color: transparent !important;
  }

  .crancy-header-messages__author img {
    max-width: 40px;
  }

  .crancy-dropdown__button {
    background: #f2f6ff;
    padding: 25px;
  }

  .crancy-dropdown__view {
    display: flex;
    gap: 10px;
    align-items: center;
    text-decoration: none;
  }

  .crancy-dropdown__view i {
    margin: 0 !important;
    font-size: 15px;
  }

  .crancy-header-messages__btn.crancy-header-messages__btn--completed {
    background: #e8edff;
    color: #194bfb !important;
  }

  .crancy-header-messages__btn.crancy-header-messages__btn--completed:hover {
    background-color: transparent !important;
    background-color: #194bfb !important;
    color: #fff !important;
  }

  .crancy-header-messages__title.crancy-header-messages__title--v2 {
    font-size: 16px;
  }

  .crancy-dmenu {
    display: flex;
    flex-direction: column;
  }

  .crancy-dmenu li {
    width: 100% !important;
  }

  .crancy-dmenu li a {
    color: #5d6a83;
    padding: 12px;
  }

  .crancy-dmenu li a:hover {
    background: #f9fafb;
  }

  .crancy-dmpage {
    border-top: 1px solid #eeeff2;
    padding-top: 15px;
    margin-top: 15px;
  }

  .crancy-dropdown.crancy-dropdown--acount {
    text-align: left;
    padding: 10px;
    right: 0;
    max-width: 250px;
  }

  .crancy-dropdown.crancy-dropdown--acount>div {
    padding: 0;
  }

  .crancy-dmenu li svg {
    stroke: #2a313c;
  }

  .crancy-dmenu li a {
    display: flex;
    align-items: center;
    gap: 15px;
  }

  .crancy-dmpage li a {
    padding: 12px;
    color: #5d6a83;
    display: block;
    width: 100%;
  }

  .crancy-dmpage li a:hover {
    color: #194bfa;
  }

  /* Notification Hover */
  .crancy-header__single:hover .crancy-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
  }

  .crancy-alarm__hover .crancy-dropdown-info {
    align-items: flex-start;
  }


  /* crancy Profile Hover */

  .crancy-profile__hover .crancy-dropdown__img {
    min-width: 42px;
    min-height: 42px;
    width: 42px;
    height: 42px;
    line-height: 42px;
  }

  .crancy-profile__hover .crancy-dropdown__img img {
    max-width: 18px;
  }

  .crancy-dropdown.crancy-profile__hover::before {
    left: initial;
    right: 24px;
  }

  .crancy-wallet__list-single {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #e3e4fe;
    padding: 10px 20px;
    background: #fff;
    border-radius: 5px;
  }

  .crancy-preview__connect {
    background: #f8f8f8;
    border-radius: 1rem;
  }

  .crancy-followers__modal .modal-content.crancy-preview__connect {
    width: 580px !important;
  }

  .crancy-wallet__list {
    display: flex;
    flex-direction: column;
    gap: 22px;
  }

  .crancy-wallet__list-single .crancy-dropdown__img {
    background: #eeefff;
  }

  .view-wallet__btn {
    text-align: center;
    margin-top: 20px;
  }

  .view-wallet__btn a {
    color: #5d6a83;
    font-size: 18px;
  }

  .view-wallet__btn.view-trnsc a:hover {
    color: #194bfb;
  }

  .crancy-header__group .crancy-dropdown-name a {
    font-weight: 400;
  }

  /* crancy Notification Single */

  .crancy-alarm__hover.all-notificaiton .crancy-dropdown_list {
    padding: 0;
  }

  .crancy-alarm__hover.all-notificaiton:before {
    display: none;
  }

  .crancy-alarm__hover.all-notificaiton .crancy-dropdown-name {
    font-size: 16px;
  }

  .dashboard-banner__content {
    padding-bottom: 14px;
  }

  .crancy-header__author.crancy-header__author-two {
    margin-bottom: 30px;
  }

  .crancy-header__author-title--two {
    color: #fff;
    margin-bottom: 1px;
    letter-spacing: 0.025em;
  }

  .dashboard-banner__group {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .crancy-header__author-text--two a {
    color: #fff;
  }

  .crancy-profile__count {
    width: 20px;
    height: 20px;
    color: #fff;
    display: inline-block;
    border-radius: 100%;
    font-size: 12px;
    text-align: center;
    position: relative;
    top: -18px;
    right: -5px;
  }

  .crancy-dropdown.crancy-profile__hover .crancy-dropdown-name a {
    font-size: 18px;
  }

  .dashboard-banner__main .crancy-header__author-img img {
    width: 52px;
    height: 52px;
    border-radius: 50%;
  }

  .crancy-dropdown__img.crancy-profile__img-one {
    background: #effafe;
  }

  .crancy-dropdown__img.crancy-profile__img-two {
    background: #feecff;
  }

  .crancy-dropdown__img.crancy-profile__img-three {
    background: #eaf7f0;
  }

  .crancy-dropdown__img.crancy-profile__img-four {
    background: #eeefff;
  }

  .crancy-dropdown__img.crancy-profile__img-five {
    background: #fdefef;
  }

  /* Single Notification */
  .crancy-inner__heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
  }

  .crancy__toggle {
    font-size: 12px;
    color: #5d6a83;
    position: relative;
    top: 2px;
    transform: rotate(90deg);
  }

  .crancy__dropdown {
    padding-left: 38px;
  }

  .crancy__dropdown i {
    padding: 0;
    margin: 0;
    background: transparent !important;
    font-size: initial;
    color: #5d6a83 !important;
  }

  .crancy-dashboard-menu .crancy__toggle:before {
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    font-family: var(--fa-style-family);
    font-weight: var(--fa-style, 900);
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
  }

  .crancy-dashboard-menu .collapsed .crancy__toggle {
    transform: rotate(0);
  }

  .crancy-dashboard-menu .collapsed .crancy__toggle::before {
    content: "\f054";
    color: #191b23;
  }

  .crancy-dashboard-menu .crancy__toggle:before {
    content: "\f054";
    color: #194bfb;
  }

  .crancy-dashboard-menu li:hover .crancy__toggle:before,
  .crancy-dashboard-menu li.active .crancy__toggle:before {
    color: #194bfb;
  }

  .crancy-header__options {
    display: flex;
    align-items: center;
    gap: 15px;
  }

  .crancy-header__dropdown {
    display: flex;
    align-items: center;
  }

  .crancy-header__dropdown--single {
    border-right: 1px solid #e4f2ffb5;
    padding-right: 20px;
    margin-right: 20px;
  }

  .crancy-header__dropdown--single:last-child {
    border: none;
    padding: 0;
    margin: 0;
  }

  .crancy-language.crancy-currency .crancy-dropdown.crancy-language__list {
    right: initial;
    left: 0;
    width: 120px;
    margin-left: -33px;
  }

  .crancy-language.crancy-currency .crancy-dropdown.crancy-language__list {
    justify-content: center;
    align-items: center;
    padding: 12px 0;
  }

  @media only screen and (min-width: 768px) and (max-width: 1550px) {

    .crancy-header__author,
    .crancy-header__zoom {
      padding-left: 0;
      padding-right: 0;
    }
  }

  @media only screen and (min-width: 1279px) and (max-width: 1550px) {
    .crancy-header__form-inner {
      width: 270px;
      position: relative;
      max-width: 100%;
    }

    .crancy-element__form {
      flex-direction: column;
    }
  }

  @media only screen and (min-width: 768px) and (max-width: 1278px) {
    .crancy-header__form-inner {
      width: 175px;
      position: relative;
    }

    .crancy-header__group {
      gap: 15px;
    }

    .crancy-amount__icon {
      margin-right: 16px;
      font-size: 18px;
    }

    .crancy-header__right .crancy-amount__icon {
      margin-right: 0;
    }

    .crancy-header__inner {
      gap: 10px;
      height: 70px;
    }

    .crancy-amount__digit {
      font-size: 18px;
    }

    .crancy-dropdown.crancy-profile__hover {
      right: -15px;
      top: 83px !important;
    }

    .crancy-dropdown.crancy-profile__hover::before {
      left: initial;
      right: 15px;
    }

    .logout-button .primary {
      width: fit-content;
      padding: 8px 20px 8px 8px;
    }

    .crancy__dropdown {
      padding: 0;
    }

    .crancy-header__left .crancy-header__form {
      display: none;
    }

    .crancy-header__author-img {
      max-width: 52px;
    }

    .crancy-header__author-img img {
      width: 52px;
      height: 52px;
    }
  }

  @media only screen and (max-width: 767px) {
    .crancy-header__form-inner {
      width: 175px;
      position: relative;
    }

    .crancy-header__group {
      gap: 15px;
      width: 100%;
    }

    .crancy-header__right {
      display: flex;
      gap: 30px;
      align-items: center;
      width: 100%;
    }

    .crancy-amount__icon {
      margin-right: 8px;
      font-size: 18px;
    }

    .crancy-header__amount {
      padding: 5px 15px;
      gap: 8px;
    }

    .crancy-header__inner {
      gap: 10px;
      height: initial;
    }

    .crancy-amount__digit {
      font-size: 18px;
    }

    .crancy-header__left .crancy-header__form {
      display: none;
    }

    .crancy-header__plus {
      display: none;
    }

    .crancy-header__right {
      gap: 5px;
    }

    .crancy-header__group {
      gap: 10px;
    }

    .crancy-header .crancy-header__author-content {
      display: none;
    }

    .crancy-smenu .logo {
      margin: 0;
      min-height: 80px;
    }

    .admin-menu__two.mg-top-50,
    .logout-button {
      margin-top: 20px;
    }

    .crancy-dropdown {
      margin: 0;
      z-index: 5555;
      width: 300px;
      top: 70px;
    }

    .crancy-dropdown.crancy-profile__hover::before {
      right: 15px;
    }

    .crancy__dropdown {
      padding: 0;
    }

    .logout-button .primary {
      width: fit-content;
      padding: 8px;
    }

    .crancy-dropdown.crancy-profile__hover {
      left: initial;
      right: -12px;
      top: 82px;
    }

    .crancy-dropdown::before {
      left: 40px;
    }

    .crancy-dropdown_list li {
      gap: 10px;
      padding-bottom: 5px;
      margin-bottom: 5px;
    }

    .crancy-dropdown-name {
      font-size: 16px;
    }

    .crancy-dropdown-amount {
      font-size: 16px;
    }

    .crancy-dropdown-amount {
      min-width: 100px;
    }

    .crancy-dropdown__img img {
      max-width: 18px;
    }

    .crancy-header__author-img {
      max-width: 50px;
    }

    .crancy-header__zoom,
    .crancy-header__single.crancy-header__single--messages,
    .crancy-header__nav {
      display: none;
    }

    .crancy-header__dropdown {
      padding-right: 0;
    }

    .crancy-header__dropdown--single {
      padding-right: 10px;
      margin-right: 10px;
    }

    .crancy-header__dropdown--single.crancy-language.crancy-currency {
      display: none;
    }

    .crancy-header__dropdown--single {
      border: none;
      padding: 0;
      margin: 0;
    }

    .crancy-dropdown.crancy-language__list {
      padding: 15px 10px;
      top: 0;
    }

    .crancy-dropdown:before {
      content: "";
      border-bottom: 25px solid #fff;
      border-left: 20px solid transparent;
      border-right: 20px solid transparent;
    }

    .crancy-notifications {
      padding: 30px;
    }

    .crancy-language span {
      font-size: 12px;
      line-height: 18px;
    }

    .crancy-header__right,
    .crancy-header__options {
      gap: 20px;
    }
  }

  .profile-img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    margin-right: 10px;
  }

  /* Country Icon */
  .country-icon {
    width: 25px;
    height: 25px;
    object-fit: cover;
    border: 2px solid #194bfb;
    /* Highlighted with a blue border */
  }

  /* Username Styling */
  .username {
    font-weight: bold;
    font-size: 16px;
    color: #333;
  }

  /* Dropdown Menu Styling */
  .dropdown-menu {
    min-width: 150px;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    padding: 10px;
  }

  .dropdown-item {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    font-size: 14px;
  }

  .dropdown-item:hover {
    background-color: #f0f0f0;
  }

  .dropdown-flag {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    border-radius: 50%;
    object-fit: cover;
  }

  .country-flag {
    height: 40px;
    width: 40px;
    margin-right: 20px;
    border-radius: 50%;
  }

  .top-btn {
    margin-right: 10px;
  }

  .modal-backdrop {
    background-color: transparent !important;
  }

  .modal::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1;
  }

  /*Header  Flag End*/



  /* Start Sugam Css For Search result */
  .rounded-box {
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 8px;
    background-color: white;
    margin-bottom: 20px;
  }

  .doctor-image-search {
    width: 105px;
    height: 119px;
    border-radius: 50%;
  }

  @media (min-width: 768px) {
    .doctor-buttons-image {
      margin-left: 18px;
      margin-top: 10px;
    }
  }

  .rounded-button {
    background-color: #42d0fa;
    border: none;
    border-radius: 20px;
    color: white;
    padding: 5px 10px;
    font-size: 12px;
    width: 100%;
    position: relative;
  }

  .rounded-button .icon-wrapper {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    border-radius: 50%;
    font-size: 12px;
    color: #42d0fa;
  }

  .doc-name-search {

    font-size: 20px;
    font-weight: 500;

  }

  .speciality-search {
    font-size: 13px;
  }

  .custombutton {
    border-radius: 10px;
    margin-top: 8px;
    border-color: #42d0fa;
    margin-right: 6px;
    color: #42d0fa;
  }

  .custombutton:hover {
    border-radius: 30px;
    border-color: #42d0fa;
    color: #fff;
  }

  .location {
    font-size: 13px;
  }

  .price {
    font-size: 0.95rem;
    font-weight: bold;
    margin-top: 2px;
  }

  .no-wrap {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
  }

  .no-wrap>* {
    margin-right: 1rem;
  }

  .no-wrap>*:last-child {
    margin-right: 0;
  }

  .book-search-btn {
    border-radius: 30px;
    background-color: #ED4C5E;
    font-size: 13px;
    color: white;
    border: none;
    padding: 10px 20px;
    margin-left: 12%;


    z-index: 1;
  }

  .book-search-btn:hover {
    border-radius: 30px;
    background-color: #ED4C5E;
    font-size: 13px;
    color: #d9d9d9;
    border: none;
    padding: 10px 20px;
    margin-left: 12%;


    z-index: 1;
  }




  /* Button position for larger screens */

  .description {
    font-size: 13px;
    font-family: 'GT Walsheim Pro Regular';
  }

  .btn-link {
    color: #ED4C5E;
    /* Adjust icon color as needed */
    font-size: 1rem;
    /* Adjust icon size as needed */
  }

  .btn-link:hover {
    color: #d9534f;
    /* Hover color if desired */
  }

  .selection-op {
    padding-top: 2px;
    padding-bottom: 2px;
    color: #808080;
    font-size: 12px;
    padding-right: 5px;
    border-right: 1px solid #d9d9d9;
    cursor: pointer;

  }

  .selection-op-active {
    color: #42D0FA!important;
  }

  .selection-op-last {
    color: #808080;
    padding-top: 2px;
    padding-bottom: 2px;
    cursor: pointer;
    font-size: 12px;
    padding-right: 5px;
  }

  .doctor-des {
    font-size: 14px;
  }

  .book-button-search {
    float: left;
    width: 100%;
    position: relative;
    text-align: center;
    bottom: 4px;
  }

  /* End Sugam Css For Search result */


  .btn-outline-primary {
    padding: 9px;
  }




  .list-drs-spec {
    list-style-type: none;
    margin-bottom: 8px;
    font-size: 15px;
  }

  .banner-area {
    background-color: #f5f5f5; 
    padding: 10px 0;
  }
  
  .left-section {
    padding: 20px;
  }

  .left-section img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    border: 5px solid #42d0fa;
  }

  .heading {
    font-size: 20px;
    color: #42d0fa;
    margin-top: 15px;
    font-weight: bold;
  }

  .subheading {
    font-size: 15px;
    color: #666;
    margin-top: 10px;
  }

  .right-section {
    padding: 20px;
  }

  .experience-heading,
  .another-heading {
    font-size: 24px;
    color: #194bfb;
    margin-bottom: 15px;
    font-weight: bold;
  }

  .experience-list,
  .details-list {
    list-style: none;
    padding-left: 0;
  }

  .experience-list li,
  .details-list li {
    font-size: 16px;
    color: #555;
    margin-bottom: 8px;
    position: relative;
    padding-left: 20px;
  }

  .experience-list li::before,
  .details-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    color: #42d0fa;
    font-size: 18px;
    line-height: 1;
  }

  .img.rounded-circle {
    height: 100%;
    /* Ensure the height scales responsively */
    width: 100%;
    /* Ensure the width scales responsively */
    min-width: 350px;
    /* Set a reasonable max width */
    min-height: 350px;
    /* Set a reasonable max height */
    object-fit: cover;
    /* Maintain the aspect ratio and avoid distortion */
    border-radius: 50%;
    /* Circular shape */
  }

  .experience-heading,
  .another-heading {
    font-size: 24px;
    color: #42d0fa;
    margin-bottom: 15px;
    font-weight: bold;
  }

  .doctor-info-section {

    padding: 40px 0;
  }

  .doctor-info-btn,
  .timings-btn {
    border-radius: 30px;
    padding: 10px 20px;
    font-size: 16px;
  }

  .doctor-info-btn {
    background-color: #42d0fa;
    border: none;
    color: white;
  }

  .timings-btn {
    background-color: #666;
    border: none;
    color: white;
  }

  .doctor-details {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    margin-top: 0;
    padding-top: 0;
    font-size: 16px;
    color: #555;
  }

  .appointment-box {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  }

  .appointment-heading {
    font-size: 24px;
    color: #194bfb;
    margin-bottom: 20px;
    font-weight: bold;
    text-align: center;
  }

  .form-group {
    margin-bottom: 20px;
  }

  .form-control {
    border-radius: 5px;
    padding: 10px;
  }

  .btn-primary {
    background-color: #42d0fa;
    border-radius: 30px;
    padding: 10px;
    font-size: 18px;
  }

  .btn-primary:hover {
    background-color: #194bfb;
  }

  .date-slider {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .date-item {
    margin: 0 5px;
    text-align: center;
    font-weight: bold;
    min-width: 150px;
    /* Ensure consistent width */
  }

  .btn {
    height: 40px;
    /* Ensure button height matches the date items */
  }

  #time-options {
    border: 1px solid #e0e0e0;
    /* Optional: add a border for better separation */
    border-radius: 5px;
    /* Rounded corners */
    padding: 20px;
    /* Padding around the content */
    background-color: #f9f9f9;
    /* Light background for contrast */
  }

  .time-slots-container {
    display: flex;
    flex-wrap: wrap;
    /* Allow buttons to wrap if space is insufficient */
    margin-top: 10px;
    /* Space above the buttons */
  }
  .time-slot {
    background-color: #f0f0f0;
    color: #000;
    font-size: 12px;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    flex: 1;
    margin: 5px;
    transition: background-color 0.3s, box-shadow 0.3s, border 0.3s;
    cursor: pointer;
    position: relative;
}

  .btn-outline-primary {
    border-color: #007bff;
    /* Customize border color if needed */
    color: #007bff;
    /* Text color */
  }

  .btn-outline-primary:hover {
    background-color: #007bff;
    /* Background color on hover */
    color: white;
    /* Text color on hover */
  }

  .date-item {
    font-size: 18px;
    padding: 10px;
    border-radius: 8px;
    color: #333;
    background-color: #f1f1f1;
    cursor: pointer;
  }

  .current-date {
    background-color: #42d0fa;
    /* Highlight color for current date */
    color: white;
    /* White text for the highlighted date */
    font-weight: bold;
  }



  .time-slots-container .time-slot {
    margin-bottom: 10px;
  }

  #time-options {
    display: none;
    /* Initially hide time options */
  }

  .time-slots-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .appointment-heading {
    color: #000;
  }

  .btn-group .btn {
    width: 150px;
    /* Adjust button width */
    border-radius: 30px;
    /* Make buttons rounded */
    background-color: #42d0fa;
    /* Button background color */
    color: white;
    /* Text color */
    font-weight: bold;
    border-color: #42d0fa;
  }

  .btn-group .btn:hover {
    background-color: #1c9cb8;
    /* Darker shade on hover */
  }

  .form-group {
    margin-top: 20px;
    /* Space between buttons and dropdown */
  }

  .service-box123 {
    background-color: #e6f9fe;
    /* Very light shade of #42d0fa */
    color: #42d0fa;
    /* Darker text for contrast */
    padding: 15px;
    border-radius: 10px;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  /* Text inside the service box */
  .service-name {
    font-weight: bold;
    font-size: 18px;
  }

  .service-price {
    font-size: 18px;
  }

  .dr-date-item {
    font-size: 18px;
    margin-right: 10px;
    padding: 10px;
    border-radius: 8px;
    color: #333;
    background-color: #f1f1f1;
    cursor: pointer;
  }

  .current-dr-date {
    background-color: #42d0fa;
    /* Highlight color for current date */
    color: white;
    margin-right: 10px;
    font-weight: bold;
  }

  .btn-dr-outline {
    color: #42d0fa !important;
    border-color: #42d0fa !important;
    background-color: transparent;
    border-radius: 30px;
    padding: 8px 12px;
  }

  .time-slots-container {
    display: flex;
    gap: 0px!important;
    justify-content: space-between;
  }

  .time-slot-box {
    flex: 1;
    background-color: #f9f9f9;
    padding: 15px;
    text-align: center;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-weight: bold;
    color: #42d0fa;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }

  .time-slot-box:hover {
    background-color: #42d0fa;
    color: white;
  }

  .share-profile-btn {
    background-color: #d3f4fb;
    /* Light shade of #42d0fa */
    color: #42d0fa;
    border-radius: 30px;
    padding: 10px 20px;
    border: none;
    margin-top: 10px;
    margin-right: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }

  .profile_img {
    border-radius: 46px !important;
    height: 100px;
  }

  .blog {
    height: 27.5rem;
    ;
  }

  .card-item {
    height: 12rem;
  }

  .share-profile-btn:hover {
    background-color: #42d0fa;
    color: white;
  }

  .pop-mo {
    padding: 0.5rem 1rem !important;
  }
}



/*Time Slot Front css*/
.time-slots-section{width: 100%;}
.time-slots-header {
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.2em;
}

.time-slots-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

/* .time-slots-container {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  background-color: #f9f9f9;
  border-radius: 10px;
  margin-top: 20px;
} */
.time-slot-container {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.time-slot-row {
  display: flex;
  justify-content: space-between;
}

.time-slot:hover {
  background-color: #42d0fa;
  color: #fff;
}

.time-slot-active {
  background-color: #194bfb;
  color: #fff;
}

.time-slot-active:hover {
  opacity: 0.5;
  /* Added opacity change on hover */
}

.time-slot-a {
  background-color: #c1d8f0;
  color: #fff;
}

.time-slot-a:hover {
  opacity: 0.5;
  /* Added opacity change on hover */
}

.time-slot-ac {
  background-color: #767676;
  color: #fff;
}

.time-slot-ac:hover {
  opacity: 0.5;
  /* Added opacity change on hover */
}

input[type="radio"][name="slotBook"],
input[type="checkbox"][name="slotBook[]"] {
display: none;
}

.webslot {
  display: flex;                
  flex-wrap: wrap;             
  margin: 0 -5px;             
}

.time-slot {
  flex: 0 0 30%;            
  box-sizing: border-box;  
  padding: 10px;               
  text-align: center;          
  border: 1px solid #ccc;      
  margin: 5px;                
  cursor: pointer;            
}

.time-slot:hover {
  background-color: #e0e0e0;   
}
.blocked-slot {
background-color: #909df7;
color: #ffffff;
}
.legend{display: none!important;}
#doctorSlots .heading, .subline{display: none;}


/* Scrollbar Styling for Webkit Browsers (Chrome, Safari, Edge) */
.scroll-slot{
  max-height: 200px; 
  overflow-y: auto;
  scrollbar-width: thin;          
  scrollbar-color: #42d0fa #eee;
}
.scrollable-slot::-webkit-scrollbar {
  width: 8px;    /* Set width of the scrollbar */
}

.scrollable-slot::-webkit-scrollbar-track {
  background-color: #eee;          /* Light gray track */
  border-radius: 8px;              /* Rounded track edges */
}

.scrollable-slot::-webkit-scrollbar-thumb {
  background-color: #42d0fa;       /* Blue color for the scrollbar thumb */
  border-radius: 8px;              /* Rounded scrollbar thumb */
  border: 2px solid #eee;          /* Add space around thumb */
}

/* Add hover effect to scrollbar */
.scrollable-slot::-webkit-scrollbar-thumb:hover {
  background-color: #1ea7db;       /* Darker blue on hover */
}

/* Optional styling for smooth scrolling */
.scrollable-slot {
  scroll-behavior: smooth; 
}
/*Srart Front Search */
#searchOptions {
  background-color: #ffffff;
  border: 1px solid var(--white);
  outline: none;
  box-shadow: none;
  width: 100%;
  padding: 8px;
  border-radius: 4px;
}

.drs-dropdown {
  position: relative;
  width: 100%;
  border-radius: 1009px;
}
.drs-dropdown-list img{
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin-right: 10px;
  float: left;
  margin-top: 8px;
}
.drsform-custom {
  width: 100%;
  padding: 10px;
  border-radius: 30px;
  border: 1px solid #ccc;
  background-color: #fff;
  appearance: none;
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  background-size: 10px;
}
.drs-dropdown-menu {
  display: none; 
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  position: absolute;
  width: 100%;
  top: 50px;
  z-index: 1000;
  padding: 10px 0;
}
.drs-dropdown:focus-within .drs-dropdown-menu {
  display: block;
}
.drs-dropdown-header {
  padding: 10px 15px;
  font-weight: bold;
  color: #333;
  display: flex;
  align-items: center;
}
.drs-dropdown-header i {
  margin-right: 10px;
  color: #42d0fa;
}
.drs-dropdown-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.drs-dropdown-list li {
  padding: 5px 15px;
}
.drs-dropdown-list li a {
  text-decoration: none;
  color: #555;
  display: block;
  transition: background 0.3s;
}
.drs-dropdown-list li a:hover {
  background-color: #f0f0f0;
  color: #333;
}
.drs-dropdown-header a{
  color: #000;
  width: 100%;
}
/*End Front Search */

#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 999999999;
  display: none;
  justify-content: center;
  align-items: center;
}

.loader-content img {
  /* margin-top: 18%; */
  /* margin-left: 43%; */
  width: 250px;
}
.main-name-drs-search{
  color: #000;
}
.plans-area {
  padding:  0px 0px 40px;
  background:#fff url(../images/how-bg.webp);
  background-position: center;
  background-size: cover;
}
.plans-area .section-title {
  text-align: left;
}
.plan-items {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}
.plan-items .item {
  width: 29%;
  background-color: #fff;
  padding: 20px 20px;
  border-radius: 20px;
  border: 1px solid var(--sub-1);
}
.plan-items .item.main {
  padding: 30px 20px;
  width: 33%;
}
.plan-items .item .name {
  font-size: 28px;
  font-family: var(--bold);
  color: #000;
  margin-bottom: 14px;
  text-align: center;
}
.plan-items .item.main .name {
  font-size: 31px;
  margin-bottom: 16px;
}
.plan-items .item .logo {
  display: flex;
  width: 100px;
  height: 100px;
  background-color: var(--secondery);
  outline: 10px solid #ed4c5f6b;
  position: relative;
  margin: 20px auto 30px;
  border-radius: 70px;
}
.plan-items .item.main .logo {
  width: 120px;
  height: 120px;
}
.plan-items .item .price {
  display: flex;
  align-items: end;
  gap: 4px;
  justify-content: center;
}
.plan-items .item .price .off {
  font-size: 19px;
  font-weight: 400;
  color: #000;
  font-family: var(--regular);
}
.plan-items .item.main .price .off {
  font-size: 22px;
}
.plan-items .item .price .on {
  font-size: 37px;
  font-family: var(--bold);
  line-height: 110%;
}
.plan-items .item.main .price .on {
  font-size: 40px;
}
.plan-items .item .logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
  width: 60%;
}
.plan-items .item .month {
  text-align: center;
  font-size: 20px;
  font-family: var(--medium);
  margin: 0px 0px 20px;
}
.plan-items .item.main .month {
  font-size: 22px;
}
.plan-items .item .devide {
  display: flex;
  height: 2px;
  width: 100%;
  background-color: #cbcbcb;
}
.plan-items .item .sub {
  font-size: 24px;
  font-family: var(--bold);
  margin: 10px 0px;
}
.plan-items .item.main .sub {
  font-size: 26px;
}
.plan-items .item ul {
  display: flex;
  gap: 5px;
  flex-direction: column;
  margin-bottom: 18px;
}
.plan-items .item ul li {
  display: flex;
  gap: 7px;
  align-items: start;
}
.plan-items .item ul li .icon {
  font-size: 18px;
  color: var(--secondery);
  font-family: var(--bold);
}
.plan-items .item.main ul li .icon {
  font-size: 20px;
}
.plan-items .item ul li .text {
  font-size: 18px;
  color: #000;
  font-family: var(--medium);
}
.plan-items .item.main ul li .icon {
  font-size: 20px;
}
.plan-items .item .pri-btn {
  background-color: var(--secondery);
}
.plan-items .item .pri-btn:hover {
  background-color: var(--secondery);
}
.plan-items .item.main .pri-btn {
  font-size: 20px;
}
.services-container {
  text-align: center;
  padding: 50px 200px;
}

.services-header {
  font-size: 2.5rem;
  color: #333;
  margin-bottom: 40px;
}

.service-boxes {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.service-box {
  background-color: #e6f9fe;
  color: #42d0fa;
  padding: 15px;
  background-color: #fff;
  border-radius: 10px;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  width: 30%;
  display: block;
  margin: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* .service-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
} */

.service-image {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.service-box h3 {
  color: #000;
  margin: 20px 0 10px;
  font-size: 1.5rem;
}

.service-box p {
  color: #666;
  font-size: 1rem;
  line-height: 1.5;
}

.service-image {
  height: 150px;
  width: 150px;
}

.main-heading {
  font-size: 2rem;
  font-weight: bold;
  text-decoration: underline;
  color: #333;
  margin-bottom: 20px;
}

.list-points {
  font-size: 1.1rem;
  color: #555;
}

.list-points li {
  padding-bottom: 4px;
}

.btn-custom {
  background-color: #42d0fa;
  color: white;
  border-radius: 30px;
  padding: 10px 30px;
  font-size: 1rem;
  margin-top: 20px;
}

.btn-custom:hover {
  background-color: #0f35a8;
  color: #fff;
}

.sub-heading {
  color: #555;
  margin-bottom: 15px;
}

.list-heading {
  margin-top: 20px;
  font-weight: bold;
}

.subtext {
  margin: 0;
  font-size: 0.9em;
  color: #777;
}

@media (max-width: 991px) { 
  
  .plan-items {
    display: flex;
    flex-direction: column;
}
.plan-items .item {
  width: 100%;
}
.plan-items .item.main {
  width: 100%;
}
.service-box {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  width: 100%;
  /* display: block; */
  margin: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
}

.docsp{
  height: 214px;
}
.docimg{
 height:148px;
}
.news-area {
  padding: 40px 0px;
}
.news-item {
  background-color: #f4f4f4;
  border-radius: 16px;
  padding: 30px 20px;
  margin-bottom: 18px;
  display: none;
}
.news-item.visible  {
  display: block;
}
.news-item .pic {
  border-radius: 14px;
  overflow: hidden;
}
.news-item .right {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: start;
  gap: 10px;
  height: 100%;
}
.news-item .time {
  font-family: var(--medium);
  color: var(--sub-1);
  font-size: 18px;
  margin-bottom: 12px;
  display: flex;
}
.news-item .title {
  font-size: 40px;
  font-family: var(--bold);
  color: var(--black);
  margin-bottom: 14px;
}
.news-item .para {
  font-size: 15px;
  color: var(--sub-1);
  font-weight: 400;
}
.read-more-btn {
  display: flex;
  padding: 12px 30px;
  background-color: var(--primary);
  color: var(--black);
  border-radius: 25px;
  transition: all 0.3s ease-in;
  border: 2px solid var(--primary);
}
.read-more-btn:hover {
  border: 2px solid var(--primary);
  background-color: transparent;
  color: var(--black);
}
#loadMoreNews {
  display: flex;
  font-size: 18px;
  font-family: var(--medium);
  color: var(--white);
  background-color: var(--secondery);
  padding: 12px 30px;
  border-radius: 30px;
  border: 2px solid var(--secondery);
  width: max-content;
  transition: all 0.3s ease-in;
}
#loadMoreNews:hover {
  color: var(--black);
  background-color: transparent;
}
.row.back{
  margin-bottom: 10px;
}
.bybtn {
  background-color: #ed4c5f !important;
  border-color: #ed4c5f !important;
}

.bybtn:active, .bybtn:focus {
  background-color: #ed4c5f !important;
  border-color: #ed4c5f !important;
  box-shadow: none !important; /* Remove Bootstrap focus shadow if needed */
}

/*Book*/
.icon-buttons {
  font-size: 1.0em;
  margin-right: 35px;
  color: #42d0fa;
}
.bookappoitmentstyle {
  margin-right: 25px;
  width: 110%;
  background-color: #ED4C5E;
  font-size: 10px;
}
.bookappoitmentstyle:hover {
  color: #bebebe;
}
.icon-wrapper {
  display: inline-flex;
  padding: 0.5em;
}
.divider {
  border-left: 1px solid #ccc;
  height: 24px;
  margin-top: 5px;
}
.read-more {
  color: #a9a9a9;
  font-size: 1.0em;
  margin-left: 2px;
}
.anchor-drs-search {
  color: black;
}
.icon-anchor {
  color: #42d0fa;
}
.rnbackground{background-color: white !important;}
.rnbackground{background-color: white !important;}
.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:hover {
    background-color: transparent !important;
    color: inherit; /* Retain text color, or set to your preferred color */
}


.detailsServices {
  background-color: #e6f9fe;
  color: #42d0fa;
  padding: 15px;
  border-radius: 10px;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 94% !important;
}


.policy-container {
  width: 100%;
  max-width: 1400px;
  margin: 40px auto;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 1.8;
  color: #444;
  border-radius: 16px;
  border: 1px solid #e0e0e0;
  padding: 40px;
  background-color: #f9fcff;
  background-image: linear-gradient(to bottom right, #ffffff, #f4f9fc);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.policy-container:hover {
  transform: translateY(-5px);
}

.policy-container h3 {
  color: #42d0fa;
  font-size: 1.8em;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: 'Poppins', sans-serif;
  border-bottom: 2px solid #42d0fa;
  padding-bottom: 8px;
}

.policy-container p {
  margin-bottom: 20px;
  font-size: 17px;
  color: #333;
  font-weight: 400;
  text-align: justify;
}

.policy-container strong {
  color: #42d0fa;
  font-weight: 600;
}

@media (max-width: 768px) {
  .policy-container {
      width: 90%;
      padding: 25px;
  }

  .policy-container h3 {
      font-size: 1.5em;
  }

  .policy-container p {
      font-size: 16px;
  }

  .checkbox-container label {
      font-size: 16px;
  }

  .submit-btn {
      font-size: 16px;
      padding: 12px;
  }
}

.privacy-banner {
  background: linear-gradient(135deg, #42d0fa, #4eb1d3);
  color: #ffffff;
  padding: 40px;
  border-radius: 12px 12px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

.privacy-banner .privacy-banner-text {
  max-width: 70%;
}

.privacy-banner .privacy-banner-text h2 {
  font-size: 1.8em;
  font-weight: bold;
  margin: 0;
  font-family: 'Poppins', sans-serif;
}

.privacy-banner .privacy-banner-text p {
  font-size: 1.1em;
  margin: 10px 0 0;
  font-family: 'Roboto', sans-serif;
  line-height: 1.6;
}

.privacy-banner .privacy-banner-icon {
  font-size: 3em;
  color: #ffffff;
  margin-right: 20px;
  text-align: center;
}

@media (max-width: 768px) {
  .privacy-banner {
      flex-direction: column;
      text-align: center;
  }

  .privacy-banner .privacy-banner-text {
      max-width: 100%;
  }
  
  .privacy-banner .privacy-banner-icon {
      margin: 0 0 20px;
  }
}


.banner-image-bottom {
  background-color: #42d0fa; /* Background color */
  color: white;
  padding: 26px 20px;
  position: relative; /* To allow absolute positioning of children */
}
.strike-price {
  font-size: 0.7em; /* Adjust this value as needed */
  color: red; /* Make the strikethrough price red */
}
.banner-image-bottom .heading {
  font-size: 2.0rem;
  font-weight: bold;
  margin-bottom: 15px;
  color:white;
}

.banner-image-bottom .subheading {
  font-size: 1.50rem;
  color: white; /* Light green for secondary text */
  margin-bottom: 20px;
}

.banner-image-bottom .signup-button {
  background-color: #ff5e8a;
  color: white;
  padding: 10px 20px;
  font-size: 1.5rem;
  font-weight: bold;
  border: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.banner-image-bottom .signup-button:hover {
  background-color: #ff4971;
}

.banner-image-bottom .benefits li {
  font-size: 23px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
}

.banner-image-bottom .benefits li::before {
  content: '✔';
  color: #b8f6cc; /* Light green checkmark */
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.2rem;
}

.banner-image-bottom .exclusions {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 10px;
}

/* Image at the bottom-left corner of the entire banner */
.banner-image-bottom .bottom-left-image {
  position: absolute; /* Position relative to the banner */
  bottom: 0; /* Stick to the bottom */
  left: 0; /* Stick to the left */
  width: 220px; /* Adjust the size */
  
  height: 188px; /* Maintain aspect ratio */
  z-index: 1; /* Ensure it's above the background */
}
.headingb{
  font-weight: bold;
  font-size: 2rem;
}
.homehead{font-size: 3rem !important;}
.hometitle{font-size: 2rem !important;}
.healthstore{
  width: 269px !important;
    height: 249px !important;
}

/*Clinic Details*/
.action-text {
  color: #42d0fa; 
  font-size: 16px;
  font-weight: bold;
  cursor: pointer; 
  text-decoration: none; 
  position: relative; 
  padding-left: 20px; 
  margin-right: 20px; 
  transition: color 0.3s ease; 
}

/* Add dotted line before the text */
.action-text::before {
  content: "";
  position: absolute;
  left: 0; 
  top: 50%;
  width: 10px; 
  height: 2px; 
  background: #42d0fa; 
  border-radius: 5px; 
  transform: translateY(-50%); 
  box-shadow: 0 0 0 3px #42d0fa; 
}

/* Hover Effect */
.action-text:hover {
  color: #1c78c0; 
}

/* Text Container Styling */
.text-row {
  display: flex;
  gap: 20px; 
  justify-content: left; 
  margin-top: 30px;
  flex-wrap: wrap;
}
.contact-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
  padding: 20px;
  background-color: #fff;
}

.contact-form {
  flex: 1;
  min-width: 300px;
  max-width: 45%;
  margin: 10px;
}

.contact-form h2 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: bold;
}

.inline-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.form-input {
  width: 100%;
  padding: 10px;
  border: none !important;
  border-bottom: 1px solid #ccc!important;
  border-radius: 0px !important;
  font-size: 16px;
}

textarea {
  resize: none;
}

.form-submit {
  align-self: flex-start;
  background-color: #ff5b5b;
  color: #fff;
  padding: 10px 20px;
  font-size: 16px;
  border: none;
  border-radius: 20px;
  cursor: pointer;
}

.form-submit:hover {
  background-color: #e04e4e;
}
 /* Container Styles */
.office-locations {
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 10px;
  min-height: 400px;
  text-align: center;
}

.office-locations h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.office-locations h2 span {
  color: #ff5b5b;
}

/* Grid for Location Cards */
.locations {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* Creates 2 columns */
  gap: 20px; /* Adds space between the rows and columns */
  justify-items: center;
  margin-top: 20px;
}

/* Individual Location Card Styles */
.location {
  background-color: #fff;
  /* border: 1px solid #ddd; */
  border-radius: 8px;
  /* padding: 15px; */
  width: 100%;
  max-width: 300px;
  /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); */
  /* text-align: center; */
}
.clrbttn{
  position: absolute;
  right: 10px; 
  top: 50%; 
  transform: translateY(-50%); 
  text-decoration: none; 
  color: #333; 
  font-weight: bold;
}
.location h3 {
  color: #ff5b5b;
  font-size: 18px;
  margin-bottom: 10px;
}

.location p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

/* Responsive Design */
@media (max-width: 768px) {
  .contact-container {
    flex-direction: column;
    align-items: center;
  }

  .contact-form, .office-locations {
    max-width: 100%;
  }

  .inline-form {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .partner-logo:nth-child(n+6) { 
      display: none; /* Hide logos starting from the 6th */
  }
  .load-more-btn {
      display: inline-block; /* Show Load More button on mobile */
  }
}
  /* Section Styling */
   .partner-section {
  background-color: #f0f0f0; /* Light grey background */
  padding: 30px 20px;
  text-align: center;
  border-radius: 10px; /* Rounded corners */
  margin: 20px auto;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  max-width: 1400px;
  width: 80%;
}

.partner-container {
  display: flex;
  flex-wrap: wrap; /* Allows wrapping to next row */
  justify-content: center; /* Centered alignment for items */
  gap: 20px; /* Adds space between logos */
  padding: 0 20px; /* Left and right padding */
}

.partner-logo {
  flex: 0 1 calc(25% - 20px); /* 4 logos per row with gap adjustment */
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #dcdcdc;
  border-radius: 12px;
  height: 120px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}

.partner-logo img {
  max-width: 80%;
  max-height: 80%;
  object-fit: contain;
}

/* Hover Effect */
.partner-logo:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Responsive for Tablets */
@media (max-width: 1024px) {
  .partner-logo {
      flex: 0 1 calc(33.33% - 20px); /* 3 logos per row */
  }
}

@media (max-width: 768px) {
  .partner-logo {
      flex: 0 1 calc(50% - 20px); /* 2 logos per row */
  }
}

/* Responsive for Mobile */
@media (max-width: 480px) {
  .partner-logo {
      flex: 0 1 calc(100% - 20px); /* 1 logo per row */
  }
}


/*Start Formating the css for doctor details page*/
.doctor-details p {
  font-size: 15px !important;
  line-height: 1.6 !important;
  color: #333 !important;
  text-transform: none !important; /* Prevent all caps */
  font-family: Arial, sans-serif !important; /* Ensure consistent font */
}

.doctor-details h3 {
  font-size: 20px !important;
  color: #42d0fa !important;
  font-weight: bold !important;
  margin-top: 10px !important;
}

.doctor-details strong,
.doctor-details b {
  font-weight: 600 !important; /* Keep bold text readable */
}

.doctor-details p {
  margin-bottom: 10px !important;
}

/*End Formating the css for doctor details page*/


/*changes for mobile css */
@media (max-width:400px){
  .about-area .main .right .card-item{
    height: 217px;
  }
}
@media (max-width:1100px){
  .about-area .main .right .card-item{
    height: 233px;
  }
}

@media(max-width: 991px){
  .rounded-box {
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 8px;
    background-color: white;
    margin-bottom: 20px;
  }

  .doctor-image-search {
    width: 105px;
    height: 119px;
    border-radius: 50%;
  }

    .doctor-buttons-image {
      margin-left: 18px;
      margin-top: 10px;
      }

  .rounded-button {
    background-color: #ed4c5f;
    border: none;
    border-radius: 20px;
    color: white;
    padding: 5px 10px;
    font-size: 12px;
    width: 100%;
    position: relative;
  }

  .rounded-button .icon-wrapper {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    border-radius: 50%;
    font-size: 12px;
    color: #42d0fa;
  }

  .doc-name-search {

    font-size: 20px;
    font-weight: 500;

  }

  .speciality-search {
    font-size: 13px;
  }

  .custombutton {
    border-radius: 10px;
    margin-top: 8px;
    border-color: #42d0fa;
    margin-right: 6px;
    color: #42d0fa;
  }

  .custombutton:hover {
    border-radius: 30px;
    border-color: #42d0fa;
    color: #fff;
  }

  .location {
    font-size: 13px;
  }

  .price {
    font-size: 0.95rem;
    font-weight: bold;
    margin-top: 2px;
  }

  .no-wrap {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
  }

  .no-wrap>* {
    margin-right: 1rem;
  }

  .no-wrap>*:last-child {
    margin-right: 0;
  }

  .book-search-btn {
    border-radius: 30px;
    background-color: #ED4C5E;
    font-size: 13px;
    color: white;
    border: none;
    padding: 10px 20px;
    margin-left: 12%;


    z-index: 1;
  }

  .book-search-btn:hover {
    border-radius: 30px;
    background-color: #ED4C5E;
    font-size: 13px;
    color: #d9d9d9;
    border: none;
    padding: 10px 20px;
    margin-left: 12%;


    z-index: 1;
  }
  
}

.inner-content { display: none; }
.inner-content.show { display: flex; }

li:hover > .profile-dropdown {
  visibility: visible !important;
  opacity: 1 !important;
  transition-delay: 0s;
}
.dropFront{
visibility: hidden;
opacity: 0;
transition: visibility 0s linear 0.2s, opacity 0.2s;
position: absolute;
top: 100%;
right: 0;
margin-top: 8px;
background: white;
border: 1px solid #ccc;
border-radius: 6px;
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
min-width: 150px;
padding: 0;
z-index: 1000;
}

/* Initially hide the button */
#bookAppointmentButton { display: none; }
/* When the button is disabled, make sure it is hidden */
#bookAppointmentButton:disabled { display: none; }
/* When the button is not disabled, make it visible */
#bookAppointmentButton:not(:disabled) { display: block; }
.modal-share-container {
  background: white;
  width: 90%;
  max-width: 450px;
  border-radius: 16px;
  box-shadow: 0 25px 50px -12px rgba(66, 208, 250, 0.4);
  position: relative;
  animation: float 3s ease-in-out infinite;
  overflow: hidden;
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

.modal-share-header {
  background-color: #42d0fa;
  padding: 20px;
  text-align: center;
  position: relative;
}

.modal-share-header::before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  height: 30px;
  background-color: #42d0fa;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.modal-share-title {
  color: white;
  font-size: 1.8rem;
  margin: 0;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.modal-share-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: white;
  border: none;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 16px;
  color: #42d0fa;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.modal-share-content {
  padding: 35px 20px 20px;
}

.modal-share-input-group {
  position: relative;
  margin-bottom: 20px;
}

.modal-share-input {
  width: 100%;
  padding: 15px 55px 15px 15px;
  border: 2px solid #42d0fa;
  border-radius: 10px;
  font-size: 16px;
  box-shadow: 0 4px 6px rgba(66, 208, 250, 0.1);
}

.modal-share-copy {
  position: absolute;
  right: 5px;
  top: 5px;
  height: 40px;
  width: 40px;
  background-color: #42d0fa;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-share-success {
  display: none;
  color: #42d0fa;
  text-align: center;
  margin-top: 10px;
  font-weight: 500;
  animation: fadeInOut 2s ease;
}

@keyframes fadeInOut {
  0%, 100% { opacity: 0; }
  20%, 80% { opacity: 1; }
}

.modal-share-button {
  background-color: #42d0fa;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  margin: 20px auto;
  display: block;
}

.modal-share-doc-header {
  background-color: #42d0fa;
  padding: 20px;
  position: relative;
  text-align: center;
}

.modal-share-doc-header:before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  height: 30px;
  background-color: #42d0fa;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.modal-share-doc-title {
  color: white;
  font-size: 1.8rem;
  margin: 0;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.modal-share-doc-close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  background: white;
  border: none;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 16px;
  color: #42d0fa;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.toggle-container{cursor: pointer;}