@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");

body {
  padding: 0;
  margin: 0;
  overflow-x: hidden !important;
}

/* ================================================ Navbar css start ================================================*/
.navbar {
  position: absolute !important;
  z-index: 999;
  margin-top: 7px;
}

.navbar .logo {
  width: 150px;
  height: 50px;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.nav-outside-wrapper {
  padding: 8px;
  border-radius: 32px;
  border: 1px solid #fff;
  background: rgba(63, 195, 207, 0.4);
}

.nav-inside-wrapper {
  padding: 8px 8px 8px 30px;
  gap: 20px;
  flex: 1 0 0;
  border-radius: 25px;
  border: 2px solid #fff;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 3px 14px 0 rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(17px);
}

.nav-outside-wrapper .nav-inside-wrapper .nav-content {
  justify-content: flex-end;
  gap: 20px;
}

.nav-outside-wrapper .nav-inside-wrapper .nav-menu {
  gap: 15px;
}

.nav-outside-wrapper .nav-inside-wrapper .nav-menu .nav-link {
  color: #181818;
  text-align: right;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.nav-outside-wrapper .nav-inside-wrapper .nav-menu .nav-link.active {
  color: #3fc3cf !important;
  font-weight: 700;
}

.nav-outside-wrapper .nav-inside-wrapper .nav-menu .nav-link:hover {
  color: #3fc3cf !important;
  font-weight: 700;
}

.nav-outside-wrapper .nav-inside-wrapper .details-wrapper {
  padding: 7px 10px;
  column-gap: 10px;
  border-radius: 20px;
  border: 2px solid #fff;
  background: #aed5dd;
  max-height: fit-content;
  width: max-content;
}

.nav-outside-wrapper .nav-inside-wrapper .details-wrapper .sign-in-btn {
  display: flex;
  padding: 7px 15px;
  align-items: center;
  gap: 5px;
  border-radius: 13px;
  border: 1px solid #fff;
  background: #3fc3cf;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.14);
  text-decoration: none;
  cursor: pointer;
}

.nav-outside-wrapper .nav-inside-wrapper .details-wrapper .sign-in-btn .img {
  height: 20px;
  width: 20px;
}

.nav-outside-wrapper .nav-inside-wrapper .details-wrapper .sign-in-btn .text {
  color: #fff;
  text-align: center;
  font-family: Urbanist;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
}

.nav-outside-wrapper .nav-inside-wrapper .details-wrapper .price-btn {
  display: flex;
  padding: 7px 12px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border-radius: 25px;
  background: #fff;
  text-decoration: none;
  cursor: pointer;
}

.nav-outside-wrapper .nav-inside-wrapper .details-wrapper .price-btn .img {
  height: 20px;
  width: 20px;
}

.nav-outside-wrapper .nav-inside-wrapper .details-wrapper .price-btn .text {
  color: #181818;
  font-family: Urbanist;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.nav-outside-wrapper .nav-inside-wrapper .details-wrapper .profile-wrapper {
  position: relative;
}

.nav-outside-wrapper .nav-inside-wrapper .details-wrapper .profile-wrapper .profile-dropdown {
  position: absolute;
  top: 45px;
  right: 0;
  width: 180px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: 0.3s ease;
  z-index: 2000;
}

.nav-outside-wrapper .nav-inside-wrapper .details-wrapper .profile-wrapper .profile-dropdown.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.nav-outside-wrapper .nav-inside-wrapper .details-wrapper .profile-wrapper .profile-dropdown a {
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  color: #181818;
  font-size: 14px;
  font-family: Poppins;
}

.nav-outside-wrapper .nav-inside-wrapper .details-wrapper .profile-wrapper .profile-dropdown a:hover {
  background: #f3f3f3;
}

.nav-outside-wrapper .nav-inside-wrapper .details-wrapper .profile-wrapper .profile-btn {
  width: 34px;
  height: 34px;
  background-color: #fff;
  backdrop-filter: blur(75px);
  border-radius: 100%;
  cursor: pointer;
}

.nav-outside-wrapper .nav-inside-wrapper .details-wrapper .profile-wrapper .profile-btn .img {
  width: 25px;
  height: 25px;
}

.navbar-small-sign-in-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1199px) {
  .nav-inside-wrapper {
    display: block !important;
    padding: 8px 8px 8px 8px;
  }

  .nav-outside-wrapper .nav-inside-wrapper .nav-menu .nav-link {
    font-size: 16px;
  }

  .nav-outside-wrapper .nav-inside-wrapper .nav-menu {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .nav-outside-wrapper .nav-inside-wrapper .details-wrapper {
    justify-self: center;
  }

  .nav-outside-wrapper .nav-inside-wrapper .nav-content {
    flex-direction: column;
    align-items: center;
  }

  .nav-outside-wrapper .nav-inside-wrapper .details-wrapper .profile-wrapper .profile-dropdown.show {
    right: 75%;
  }
}

@media (max-width: 575.5px) {
  .navbar {
    margin-top: 0px;
  }
}

/* ================================================ Navbar css End ================================================*/

/* ================================================ Common Class css Start ================================================*/
.titles {
  row-gap: 15px;
}

.heading {
  color: #1d1d1d;
  font-family: Urbanist;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: capitalize;
}

.heading span {
  color: #3fc3cf;
}

.sub-heading {
  color: #181818;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.8;
}

.primary-button {
  border-radius: 13px;
  border: 1px solid #fff;
  background: #3fc3cf;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.14);
  padding: 10px 20px;
  color: #fff;
  text-align: right;
  font-family: Urbanist;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  cursor: pointer;
  width: max-content;
}

.slider-btn-left,
.slider-btn-right {
  cursor: pointer;
  height: 44px;
  width: 78px;
}

.slider-btn-left:hover {
  content: url(../img/slider-left-hover-btn.svg);
  filter: drop-shadow(11px 13px 19px rgba(0, 0, 0, 0.06));
}

.slider-btn-right:hover {
  content: url(../img/slider-right-hover-btn.svg);
  filter: drop-shadow(11px 13px 19px rgba(0, 0, 0, 0.06));
}

@media (min-width: 1400px) {

  .custom-container,
  .sixth-slider-container {
    padding-left: calc((100vw - 1320px) / 2);
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {

  .custom-container,
  .sixth-slider-container {
    padding-left: calc((100vw - 1140px) / 2);
  }
}

@media (min-width: 991px) and (max-width: 1199px) {

  .custom-container,
  .sixth-slider-container {
    padding-left: calc((100vw - 960px) / 2);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .custom-container {
    padding-left: calc((100vw - 720px) / 2);
    padding-right: calc((100vw - 720px) / 2);
  }

  .sixth-slider-container {
    padding-left: calc((100vw - 720px) / 2);
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .custom-container {
    padding-left: calc((100vw - 540px) / 2);
    padding-right: calc((100vw - 540px) / 2);
  }
}

@media (max-width: 991px) {
  .custom-slider-btn {
    display: flex;
    justify-content: space-between;
    width: 80%;
  }

  .other-slider {
    width: 80% !important;
  }
}

@media (max-width: 575.5px) {

  .sixth-slider-container,
  .custom-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .slider-btn-left,
  .slider-btn-right {
    cursor: pointer;
    height: auto;
    width: 60px;
  }

  .heading {
    font-size: 30px;
  }

  .sub-heading {
    font-size: 14px;
  }
}

/* sticker text css start  */

.text-sticker span {
  background: #3fc3cf;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.text-sticker {
  display: inline-grid;
  grid-template-areas: "text";
  place-items: center;
}

.text-sticker>*,
.text-sticker::before,
.text-sticker::after {
  grid-area: text;
}

.text-sticker::before,
.text-sticker::after {
  content: attr(data-text);
}

.text-sticker::before {
  -webkit-text-stroke: 3px rgb(255, 255, 255);
}

.text-sticker::after {
  z-index: -2;
}

/*  sticker text css end  */
/* ================================================ Common Class css End ================================================*/

/* ================================================ Hero Section css Start ================================================*/
.hero-section {
  background: radial-gradient(ellipse at center, #eaf8fa 0%, #d0f9ff 100%);
  padding-top: 150px;
  padding-bottom: 50px;
}

.hero-section .line {
  top: 30px;
  z-index: 1;
}

.hero-section .bottom-line {
  bottom: -118px;
  width: 100%;
}

.hero-section .content-wrapper {
  row-gap: 20px;
}

.hero-section .content-wrapper .heading {
  color: #1d1d1d;
  text-align: center;
  font-family: Urbanist;
  font-size: 50.455px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  text-transform: capitalize;
}

.hero-section .content-wrapper .heading span {
  color: #3fc3cf;
}

.hero-section .content-wrapper .heading1 {
  color: #1d1d1d;
  text-align: center;
  font-family: Urbanist;
  font-size: 50.455px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  text-transform: capitalize;
}

.hero-section .content-wrapper .heading1 span {
  color: #3fc3cf;
}

.hero-section .search-wrapper {
  width: 100%;
  max-width: 662px;
}

.hero-section .search-wrapper .search-inner {
  width: 100%;
  max-width: 510px;
  background: #fff;
  filter: drop-shadow(0 4px 24px rgba(63, 195, 207, 0.2));
  padding-top: 15px;
  padding-bottom: 13px;
  padding-left: 15px;
  padding-right: 15px;
  border: 2px solid #3fc3cf;
  border-radius: 10px;
  clip-path: polygon(0 0, calc(100% - 50px) 0, 84% 100%, 0% 100%);
}

.hero-section .search-inner>div {
  display: flex;
  align-items: center;
}

.hero-section .search-wrapper .search-inner .divider {
  width: 2px;
  height: 24px;
  background: #cfd5db;
  margin: 0 12px;
}

.hero-section .search-wrapper .search-inner .icons {
  height: 20px;
  width: 20px;
}

.hero-section .search-wrapper .search-inner .search-input {
  border: none;
  background: transparent;
  padding-right: 75px;
  color: #181818;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.capsule-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    font-size: 16px;
    
    /* CHANGE THIS COLOR VALUE */
    color: #3fc3cf; /* Example: Changes all icons to Vibrant Orange */
}

.hero-section .search-wrapper .search-btn {
  cursor: pointer;
  padding: 15px 41px 13px 50px;
  background: #3fc3cf;

  clip-path: polygon(30px 0, 100% 0, 100% 100%, 0 100%);
  border-top-right-radius: 45px;
  border-bottom-right-radius: 45px;
  margin-left: -65px;

  border: 2px solid #fff;
  color: #fff;
  font-family: Urbanist;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
  height: 100%;
}

.hero-section .search-wrapper .search-inner .select-wrapper {
  width: 115px;
  height: auto;
  border: none !important;
  cursor: pointer;
  color: #181818;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  background-color: #fff;
}

.hero-section .search-wrapper .search-inner .search-input:focus,
.hero-section .search-wrapper .search-inner .select-wrapper:focus {
  outline: none;
  border: none;
}

.hero-section .search-wrapper .search-inner .icon-btn {
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding: unset;
}

@media (max-width: 1199px) {
  .hero-section .bottom-line {
    bottom: -97px;
  }
}

@media (max-width: 991px) {
  .hero-section {
    background-position: left;
  }

  .hero-section .bottom-line {
    bottom: -76px;
  }
}

@media (max-width: 767.5px) {
  .hero-section .search-wrapper .search-btn {
    cursor: pointer;
    padding: 15px 20px 13px 35px;
  }

  .hero-section .content-wrapper .heading,
  .hero-section .content-wrapper .heading1 {
    font-size: 42px;
  }

  .hero-section .bottom-line {
    bottom: -52px;
  }
}

@media (max-width: 575.5px) {
  .hero-section {
    padding-top: 100px;
  }

  .hero-section .search-wrapper .search-inner {
    clip-path: none;
    padding: 0px 0px 0px 15px;
    border-radius: 18px;
  }

  .hero-section .search-wrapper .search-inner .search-input {
    padding-right: unset;
    font-size: 14px;
  }

  .hero-section .search-wrapper .search-inner .icons {
    height: 16px;
    width: 16px;
  }

  .hero-section .search-wrapper .search-inner .icon-btn {
    padding: 12px;
    border-radius: 15px;
    background: #3fc3cf;
  }

  .hero-section .search-wrapper .search-inner .select-wrapper {
    width: 93px;
    font-size: 13px;
  }

  .hero-bottom-cards .primary-button {
    padding: 5px 10px;
    font-size: 13px;
  }

  .hero-bottom-cards .hero-bottom-card-container .card {
    height: 322px;
    width: 193px;
  }
}

@media (max-width: 524.5px) {

  .hero-section .content-wrapper .heading,
  .hero-section .content-wrapper .heading1 {
    font-size: 35px;
    line-height: normal;
  }

  .hero-section .bottom-line {
    bottom: -40px;
  }
}

@media (max-width: 424.5px) {
  .hero-section .bottom-line {
    bottom: -30px;
  }
}

/* ================================================ Hero Section css End ================================================*/

/* ================================================ Heor Bottom Cards css Start ================================================*/
.hero-bottom-cards {
  margin-top: -25px;
  position: relative;
  z-index: 2;
}

.hero-bottom-cards .hero-bottom-card-container {
  column-gap: 24px;
  row-gap: 20px;
}

.hero-bottom-cards .hero-bottom-card-container .cards {
  width: auto;
}

.hero-bottom-cards .hero-bottom-card-container .cards .top-img {
  width: 51.365px;
  height: auto;
}

/* .hero-bottom-cards .overflow {
  padding: 14px 14px;
  gap: 11.25px;
  position: relative;
  border-radius: 20px;
  border: 2.25px solid #fff;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 1.125px 4.5px 13.5px 0 rgba(0, 0, 0, 0.09);
  backdrop-filter: blur(7.3125px);
  z-index: 10;
} */

.cards {
    position: relative;
}

.top-image-wrapper {
    position: relative;
    z-index: 10;
    margin-bottom: 15px;
}

.top-img {
    display: block;
    max-width: 100%;
    height: auto;
}

.main-card {
    position: relative;
    z-index: 1;
}

/* Remove card styling from image wrapper */
.overflow {
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    border-radius: 0 !important;
}

.hero-bottom-cards .overflow {
    padding: 0;
    border: none;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    border-radius: 0;
}

.top-img {
    display: block;
    max-width: 100%;
    height: auto;
}

.hero-bottom-cards .main-card {
  max-width: 193px;
  height: auto;
  padding: 0px 15px 15px 15px;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 20px;
  border: 2px solid #fff;
  background: #fff;
  box-shadow: 11px 13px 49px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  margin-top: -35px;
}

.hero-bottom-cards .main-card .bg-img {
  position: relative;
  z-index: 0;
  top: -28px;
}

.hero-bottom-cards .main-card .part-1 {
  margin-top: -120px;
  padding: 45px 0px 0 0px;
  gap: 30px;
}

.hero-bottom-cards .main-card .part-1 .text {
  color: #181818;
  font-family: Urbanist;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.32px;
}

.hero-bottom-cards .main-card .part-1 .text::first-letter {
  color: #e72734;
}

.hero-bottom-cards .main-card .part-1 .other-text {
  color: #181818;
  text-align: center;
  font-family: Urbanist;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.hero-bottom-cards .main-card .part-2 {
  gap: 5px;
}
.price-1 {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    animation: blink 1s infinite;
}

@keyframes blink {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
}

.hero-bottom-cards .main-card .part-2 .price-1 {
  color: #3fc3cf;
  font-family: Urbanist;
  font-size: 25px;
  font-style: normal;
      height: 40px;

  font-weight: 800;
  line-height: normal;
  position: relative;
}

.hero-bottom-cards .main-card .part-2 .price-1::before {
  content: "";
  position: absolute;
  bottom: 0px;
  height: 11px;
  opacity: 0.2;
  max-width: 51px;
  width: 100%;
}



.hero-bottom-cards .main-card .part-2 .price-2 {
  color: #010409;
  font-family: Urbanist;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration-line: line-through;
  opacity: 0.85;
}

.hero-bottom-cards .main-card .capsule-wrapper {
  display: flex;
  flex-direction: row;        /* Aligns capsules side-by-side */
  gap: 10px;                  /* Spaces the two capsules apart */
  width: 100%;                /* Ensures the wrapper uses the available space */
  justify-content: flex-start;/* Aligns them to the left (or use 'center' if preferred) */
  flex-wrap: wrap;
}

.hero-bottom-cards .main-card .capsule-wrapper .capsule {
  display: inline-flex;       /* Keeps elements on one line and centers contents */
  align-items: center;        /* Centers the icon and text vertically */
  width: max-content;
  padding: 3px 4px;
  gap: 3px;
  border-radius: 10px;
  border: 1px solid rgba(63, 195, 207, 0.3);
}

.hero-bottom-cards .main-card .capsule-wrapper .capsule .image {
  width: 15px;
  height: auto;
}

.hero-bottom-cards .main-card .capsule-wrapper .capsule .capsule-text {
  color: #3fc3cf;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
      white-space: nowrap
}

@media (max-width: 575.5px) {
  .hero-bottom-cards {
    margin-top: -30px;
  }

  .hero-bottom-cards .hero-bottom-card-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-bottom-cards .main-card {
    max-width: 143px;
    padding: 0px 10px 12px 10px;
  }

  .hero-bottom-cards .hero-bottom-card-container {
    column-gap: 16px;
  }

  .hero-bottom-cards .main-card {
    max-width: 146px;
  }

  .hero-bottom-cards .hero-bottom-card-container .cards .top-img {
    width: 40px;
  }

  .hero-bottom-cards .main-card .part-1 {
    margin-top: -120px;
    padding: 47px 0px 0 0px;
    gap: 18px;
  }

  .hero-bottom-cards .main-card .bg-img {
    top: -33px;
  }



  .hero-bottom-cards .main-card .part-2 .price-1 {
    font-size: 22px;
  }

  .hero-bottom-cards .main-card .part-2 .price-2 {
    font-size: 14px;
    margin-top: 6px;
  }

  .hero-bottom-cards .main-card .part-1 .text {
    font-size: 11px;
  }

  .hero-bottom-cards .main-card .capsule-wrapper .capsule {
    padding: 0px 4px;
    gap: 0px;
  }

  .hero-bottom-cards .main-card .capsule-wrapper .capsule .capsule-icon {
    font-size: 10px;
  }

  .hero-bottom-cards .main-card .capsule-wrapper .capsule .capsule-text {
    font-size: 10px;
  }

  .hero-bottom-cards .main-card .capsule-wrapper {
    gap: 5px;
  }
}

/* ================================================ Hero Bottom Cards css End ================================================*/

/* ================================================ Top Slider Sec css End ================================================*/
.top-slider-sec {
  margin-top: 20px;
}

.top-slider-sec .gap {
  gap: 10px;
}

.top-slider-sec .card-wrapper {
  width: 200px;
  padding: 15px 15px 20px 15px;
  gap: 20px;
  border-radius: 24px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.3);
  box-shadow: 0 10px 15px -1px rgba(16, 24, 40, 0.08);
  -webkit-box-shadow: 0 10px 15px -1px rgba(16, 24, 40, 0.08);
  backdrop-filter: blur(32px);
  -webkit-backdrop-filter: blur(32px);
  margin-top: 13px;
  margin-bottom: 20px;
}

.top-slider-sec .card-wrapper .top-side {
  height: 170px;
  gap: 10px;
  border-radius: 20px;
  border: 4px solid #fff;
  background: #3fc3cf;
  box-shadow: 1px 4px 12px 0 rgba(0, 0, 0, 0.09);
  backdrop-filter: blur(6.5px);
}

.top-slider-sec .card-wrapper .top-side .image {
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 15px;
  border: 1px solid #fff;
  box-shadow: 2px 6px 7px 0 rgba(0, 0, 0, 0.08);
}

.top-slider-sec .card-wrapper .bottom-side {
  gap: 10px;
}

.top-slider-sec .card-wrapper .bottom-side .text {
  color: #181818;
  font-family: Urbanist;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.top-slider-sec .card-wrapper .bottom-side .slider-btn {
  padding: 10px 25px;
  gap: 5px;
  border-radius: 15px;
  border: 1px solid rgba(24, 24, 24, 0.21);
  background: rgba(63, 195, 207, 0.06);
  color: #2bafbb;
  font-family: Urbanist;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
}

@media (max-width: 575.5px) {
  .top-slider-sec .card-wrapper {
    width: 150px;
    padding: 15px 10px 20px 10px;
    gap: 15px;
  }

  .top-slider-sec .card-wrapper .bottom-side .slider-btn {
    padding: 7px 10px;
  }

  .top-slider-sec .card-wrapper .top-side {
    height: 130px;
  }

  .top-slider-sec .card-wrapper .bottom-side .text {
    font-size: 16px;
  }
}

/* ================================================ Top Slider Sec css End ================================================*/

/* ================================================ Highlights-section css Start ================================================*/
.highlights-sec {
  padding-top: 50px;
}

.highlights-sec .content {
  row-gap: 20px;
}

.highlights-sec .gap {
  gap: 10px;
}

.highlights-sec .cards {
  width: max-content;
}

.highlights-sec .cards .slider-card {
  width: 140px;
  border-radius: 28px;
  border: 1px solid rgba(24, 24, 24, 0.07);
  background: #fff;
  padding: 53px 15px 25px 12px;
  overflow: hidden !important;
}

.highlights-sec .cards .slider-card .image {
  width: max-content;
}

.highlights-sec .cards .slider-card .text {
  color: #010409;
  font-family: Urbanist;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}

.highlights-sec .cards .slider-card .text::first-letter {
  color: #e72734;
}

.highlights-sec .overflow {
  width: 80px;
  height: 80px;
  padding: 3px;
  border-radius: 20px;
  border: 2px solid #fff;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 1px 4px 12px 0 rgba(0, 0, 0, 0.09);
  backdrop-filter: blur(6.5px);
  position: relative;
  top: 28px;
  z-index: 3;
}

@media (max-width: 575.5px) {
  .highlights-sec .cards .slider-card {
    width: 89px;
    padding: 40px 15px 25px 12px;
    height: 85px;
    text-align: center;
  }

  .highlights-sec .cards .slider-card .text {
    font-size: 15px;
    overflow-wrap: anywhere;
  }

  .highlights-sec .overflow {
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 768px) {
  .highlights-sec {
    padding-top: 20px;
  }
}

/* ================================================ Highlights-section css End ================================================*/

/* ================================================ doctor-hospital-sec css Start ================================================*/
.doctor-hospital-sec {
  margin-top: 140px;
  padding-top: 30px;
  padding-bottom: 20px;
  background-image: url(../img/section-bg.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: border-box;
}

.doctor-hospital-sec .top-img {
  top: -81px;
  width: 100%;
}

.doctor-hospital-sec .bottom-img {
  bottom: -79px;
  width: 100%;
}

.doctor-hospital-sec .gap {
  gap: 10px;
}

.doctor-hospital-sec .padding {
  padding-top: 28px;
}

.doctor-hospital-sec .slider-card {
  width: 308px;
  padding: 15px;
  gap: 15px;
  border-radius: 28px;
  border: 1px solid rgba(1, 4, 9, 0.07);
  background: #fff;
  box-shadow: 5px 8px 25px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

.doctor-hospital-sec .slider-card .slider-bg {
  top: 0px;
  right: 0px;
}

.doctor-hospital-sec .slider-card .line {
  width: 100%;
  height: 1px;
  opacity: 0.08;
  background: #181818;
}

.doctor-hospital-sec .slider-card .upside {
  gap: 12px;
}

.doctor-hospital-sec .slider-card .upside .introduction {
  gap: 10px;
}

.doctor-hospital-sec .slider-card .upside .introduction .profile-img-wrapper {
  border-radius: 20px;
  border: 3px solid #fff;
  background: #3fc3cf;
  box-shadow: 1px 4px 12px 0 rgba(0, 0, 0, 0.09);
  backdrop-filter: blur(6.5px);
  width: 90px;
  padding: 2px;
}

.doctor-hospital-sec .slider-card .upside .introduction .profile-img {
  border-radius: 15px;
  box-shadow: 2px 6px 7px 0 rgba(0, 0, 0, 0.08);
}

.doctor-hospital-sec .slider-card .upside .introduction .name-edu-post {
  gap: 8px;
}

.doctor-hospital-sec .slider-card .upside .introduction .name-edu-post .name-edu {
  gap: 5px;
}

.doctor-hospital-sec .slider-card .upside .introduction .name-edu-post .name-edu .name {
  color: #181818;
  font-family: Urbanist;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.doctor-hospital-sec .slider-card .upside .introduction .name-edu-post .name-edu .name span {
  color: #e72734;
}

.doctor-hospital-sec .slider-card .upside .introduction .name-edu-post .name-edu .edu {
  gap: 5px;
}

.doctor-hospital-sec .slider-card .upside .introduction .name-edu-post .name-edu .education {
  gap: 3px;
  border-radius: 10px;
  background: #e6f7f9;
  padding: 3px 8px;
  color: #181818;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.doctor-hospital-sec .slider-card .upside .introduction .name-edu-post .name-edu .education .image {
  height: 20px;
  width: 20px;
}

.doctor-hospital-sec .slider-card .upside .introduction .name-edu-post .award {
  color: #181818;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 10px;
  background: #e6f7f9;
  width: max-content;
  padding: 3px 8px;
  gap: 3px;
}

.doctor-hospital-sec .slider-card .upside .introduction .name-edu-post .award .image {
  height: 20px;
  width: 20px;
}

.doctor-hospital-sec .slider-card .upside .location {
  padding: 3px 8px;
  border-radius: 10px;
  gap: 3px;
  background: rgba(24, 24, 24, 0.06);
}

.doctor-hospital-sec .slider-card .upside .location .image {
  height: 15px;
  width: 15px;
}

.doctor-hospital-sec .slider-card .upside .location .text {
  color: #181818;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  opacity: 0.5;
}

.doctor-hospital-sec .slider-card .buttons {
  gap: 12px;
  width: 100%;
}

.doctor-hospital-sec .slider-card .buttons .first-btn {
  padding: 10px 25px;
  gap: 5px;
  width: 100%;
  border-radius: 15px;
  border: 1px solid rgba(24, 24, 24, 0.11);
  background: #3fc3cf;
  text-decoration: none;
}

.doctor-hospital-sec .slider-card .buttons .first-btn .text-1 {
  color: #fff;
  font-family: Urbanist;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.doctor-hospital-sec .slider-card .buttons .first-btn .text-2 {
  color: #e72734;
  font-family: Urbanist;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.doctor-hospital-sec .slider-card .buttons .first-btn .text-3 {
  color: #fff;
  text-align: right;
  font-family: Urbanist;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.doctor-hospital-sec .slider-card .buttons .second-btn {
  padding: 10px 25px;
  gap: 5px;
  width: 100%;
  border-radius: 15px;
  border: 1px solid rgba(24, 24, 24, 0.11);
  background: #fff;
  text-decoration: none;
}

.doctor-hospital-sec .slider-card .buttons .second-btn .text-1 {
  color: #181818;
  font-family: Urbanist;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.doctor-hospital-sec .slider-card .buttons .second-btn .text-2 {
  color: #e72734;
  font-family: Urbanist;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.doctor-hospital-sec .slider-card .buttons .second-btn .text-3 {
  color: #181818;
  font-family: Urbanist;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.doctor-hospital-sec .second-row {
  padding-top: 35px;
}

.doctor-hospital-sec .third-slider {
  width: 100%;
}

.doctor-hospital-sec .third-slider .image-wrapper {
  padding-right: 30px;
}

.doctor-hospital-sec .third-slider .image-wrapper .image-format {
  padding: 5px;
  border-radius: 20px;
  border: 2px solid #fff;
  background: #3fc3cf;
  box-shadow: 1px 4px 12px 0 rgba(0, 0, 0, 0.09);
  backdrop-filter: blur(6.5px);
  width: 100%;
}

.text-2 span {
  color: #3fc3cf;
  font-weight: 700;
}

.doctor-hospital-sec .third-slider .image-wrapper .image-format .image {
  border-radius: 15px;
  border: 1px solid #fff;
  box-shadow: 2px 6px 7px 0 rgba(0, 0, 0, 0.08);
  height: 178px;
  width: 100%;
}

.doctor-hospital-sec .third-slider .bottom-card {
  padding-left: 30px;
}

.doctor-hospital-sec .third-slider .bottom-card .bottom-card-wrapper {
  margin-top: -40px;
  padding: 15px 15px 20px 15px;
  gap: 10px;
  border-radius: 24px;
  border: 1px solid #fff;
  background: linear-gradient(181deg,
      #fff 7.97%,
      rgba(255, 255, 255, 0.15) 72.59%);
  box-shadow: 0 10px 40px -1px rgba(16, 24, 40, 0.1);
  backdrop-filter: blur(32px);
}

.doctor-hospital-sec .third-slider .bottom-card .bottom-card-wrapper .name-call {
  height: 44px;
  gap: 5px;
  overflow: hidden;
}

.doctor-hospital-sec .third-slider .bottom-card .bottom-card-wrapper .name-call .name {
  color: #181818;
  font-family: Urbanist;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 100%;
  overflow-wrap: anywhere;
}

.doctor-hospital-sec .third-slider .bottom-card .bottom-card-wrapper .name-call .name::first-letter {
  color: #e72734;
  text-transform: capitalize;
}

.doctor-hospital-sec .third-slider .bottom-card .bottom-card-wrapper .name-call .call-btn {
  padding: 10px;
  border-radius: 15px;
  border: 1px solid rgba(24, 24, 24, 0.15);
  background: #fff;
  justify-self: flex-end;
}

.doctor-hospital-sec .third-slider .bottom-card .bottom-card-wrapper .name-call .call-btn .image {
  height: 22px;
  width: 22px;
}

.doctor-hospital-sec .third-slider .bottom-card .bottom-card-wrapper .address-wrapper {
  padding: 7px 10px;
  border-radius: 15px;
  background: #fff;
  gap: 5px;
}

.doctor-hospital-sec .third-slider .bottom-card .bottom-card-wrapper .address-wrapper .address {
  gap: 5px;
}

.doctor-hospital-sec .third-slider .bottom-card .bottom-card-wrapper .address-wrapper .image {
  height: 22px;
  width: 22px;
}

.doctor-hospital-sec .third-slider .bottom-card .bottom-card-wrapper .address-wrapper .text {
  color: #181818;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  opacity: 0.6;
}

.doctor-hospital-sec .third-slider .bottom-card .bottom-card-wrapper .address-wrapper .direction-btn {
  padding: 8px 15px;
  gap: 5px;
  border-radius: 15px;
  border: 1px solid rgba(24, 24, 24, 0.15);
  background: #fff;
  text-decoration: none;
}

.doctor-hospital-sec .third-slider .bottom-card .bottom-card-wrapper .address-wrapper .direction-btn .image {
  height: 22px;
  width: 22px;
}

.doctor-hospital-sec .third-slider .bottom-card .bottom-card-wrapper .address-wrapper .direction-btn .text {
  color: #181818;
  text-align: right;
  font-family: Urbanist;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
}

@media (min-width: 2000px) {
  .doctor-hospital-sec {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (max-width: 1400px) {
  .doctor-hospital-sec .bottom-img {
    bottom: -68px;
  }
}

@media (max-width: 1200px) {
  .doctor-hospital-sec {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .doctor-hospital-sec .top-img {
    top: -65px;
  }

  .doctor-hospital-sec .bottom-img {
    bottom: -56px;
  }
}

@media (max-width: 991px) {
  .doctor-hospital-sec {
    margin-top: 100px;
  }

  .doctor-hospital-sec .top-img {
    top: -50px;
  }

  .doctor-hospital-sec .bottom-img {
    bottom: -43px;
  }

  .doctor-hospital-sec .second-row {
    padding-top: 70px;
  }

  .doctor-hospital-sec .padding {
    padding-top: 10px;
  }
}

@media (max-width: 767.5px) {
  .doctor-hospital-sec .top-img {
    top: -39px;
  }

  .doctor-hospital-sec .bottom-img {
    bottom: -33px;
  }

  .doctor-hospital-sec .second-row {
    padding-top: 20px;
  }
}

@media (max-width: 575.5px) {
  .doctor-hospital-sec {
    margin-top: 40px;
    padding-bottom: 0;
  }

  .doctor-hospital-sec .top-img {
    top: -29px;
  }

  .doctor-hospital-sec .bottom-img {
    bottom: -24px;
  }

  .doctor-hospital-sec .slider-card .upside .introduction .profile-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .doctor-hospital-sec .slider-card .upside .introduction .profile-img-wrapper {
    width: 90px;
    height: 90px;
  }

  .doctor-hospital-sec .slider-card .upside .introduction .name-edu-post .name-edu .name {
    text-align: center;
  }

  .doctor-hospital-sec .slider-card {
    width: 148px;
  }

  .doctor-hospital-sec .slider-card .buttons .first-btn {
    padding: 10px 14px;
  }

  .doctor-hospital-sec .slider-card .buttons .second-btn {
    padding: 10px 13px;
  }

  .doctor-hospital-sec .third-slider .bottom-card .bottom-card-wrapper .name-call .name {
    font-size: 14px;
  }

  .doctor-hospital-sec .third-slider .bottom-card .bottom-card-wrapper .name-call .call-btn {
    padding: 5px;
  }

  .doctor-hospital-sec .third-slider .bottom-card .bottom-card-wrapper .name-call .call-btn .image {
    height: 20px;
    width: 20px;
  }
}

@media (max-width: 475px) {
  .doctor-hospital-sec .third-slider {
    max-width: 300px;
    height: auto;
  }

  .doctor-hospital-sec .third-slider .image-wrapper .image-format .image {
    max-height: 128px;
    width: auto;
  }

  .doctor-hospital-sec .third-slider .bottom-card {
    padding-left: 0;
  }

  .doctor-hospital-sec .third-slider .bottom-card .bottom-card-wrapper {
    padding: 10px;
  }
}

@media (max-width: 424.5px) {
  .doctor-hospital-sec .top-img {
    top: -22px;
  }

  .doctor-hospital-sec .bottom-img {
    bottom: -18px;
  }
}

.doctor-hospital-sec .card {
  margin: 0 0.6em;
  background: none;
  padding-top: 20px;
  padding-bottom: 40px;
}

@media (max-width: 767.5px) {
  .doctor-hospital-sec .carousel-item.active {
    display: flex !important;
    justify-content: center;
  }
}

@media screen and (min-width: 767.5px) {
  .doctor-hospital-sec .carousel-inner {
    display: flex;
    flex-wrap: nowrap;
  }

  .doctor-hospital-sec .carousel-item {
    display: block;
    margin-right: 0;
  }
}

@media (max-width: 767.5px) {
  .doctor-hospital-sec .card {
    margin: 0em;
  }
}

/* ================================================ doctor-hospital-sec css End ================================================*/

/* ================================================ offer-highlight css Start ================================================*/
.offer-highlight {
  margin-top: 170px;
}

.offer-highlight .content {
  row-gap: 20px;
}

.offer-highlight .image-wrapper {
  -webkit-filter: drop-shadow(4px 4px 5px rgba(0, 0, 0, 0.1));
  -moz-filter: drop-shadow(4px 4px 5px rgba(0, 0, 0, 0.1));
  -ms-filter: drop-shadow(4px 4px 5px rgba(0, 0, 0, 0.1));
  -o-filter: drop-shadow(4px 4px 5px rgba(0, 0, 0, 0.1));
  padding: 10px;
}

.offer-highlight .mask-image {
  height: auto;
  max-width: 750px;
  mask-image: url(../img/fourth-slider-bg.png);
  mask-size: 100% 100%;
  mask-clip: border-box;
  mask-repeat: no-repeat;
  -webkit-mask-image: url(../img/fourth-slider-bg.png);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-clip: border-box;
  -webkit-mask-repeat: no-repeat;
  filter: drop-shadow(16px 16px 40.94px rgba(0, 0, 0, 0.16));
}

@media (max-width: 1199px) {
  .offer-highlight .mask-image {
    max-width: 650px;
  }
}

@media (max-width: 991px) {
  .offer-highlight {
    margin-top: 100px;
  }
}

@media (max-width: 767.5px) {
  .offer-highlight {
    margin-top: 120px;
  }

  .offer-highlight .mask-image {
    max-width: 510px;
  }
}

@media (max-width: 575.5px) {
  .offer-highlight {
    margin-top: 60px;
  }

  .offer-highlight .mask-image {
    max-width: 400px;
  }
}

@media (max-width: 424.5px) {
  .offer-highlight .mask-image {
    max-width: 300px;
  }
}

.search-input {
  padding: 5px;
  width: 100%;
  outline: none;
  flex-grow: 1;

  border-radius: 15px;
  border: none;
  padding-left: 13px;
  padding-bottom: 6px;
}

.search-button {
  border: none;
  background: #f3f3f3;
  border-radius: 0px 10px 10px 0px;
  padding: 5px 10px;
}

.search-container {
  align-items: center;
  justify-content: space-between;
  border: 1px solid #c5c2c2;
  border-radius: 15px;
  display: none;
}

@media (max-width: 991px) {
  .search-container {
    display: flex;
    margin-top: 15px;
  }
}

/* ================================================ offer-highlight css End ================================================*/

/* ================================================ about-us css Start ================================================*/
.about-us {
  margin-top: 60px;
}

.about-us .content {
  gap: 20px;
}

.about-us .content-wrapper {
  margin-top: 65px;
  row-gap: 30px;
}

.about-us .content .blue-line {
  width: 12px;
  height: auto;
  background: #3fc3cf;
  flex-shrink: 0;
}

.about-us .content .information {
  gap: 15px;
}

.about-us .content .information .title {
  color: #1d1d1d;
  font-family: Urbanist;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: capitalize;
}

.about-us .content .information .title span {
  color: #3fc3cf;
}

.about-us .content .information .text {
  color: #181818;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.8;
}

.about-us .bottom-card-wrapper {
  margin-top: 40px;
  row-gap: 20px;
}

.about-us .bottom-card-wrapper .bottom-card {
  gap: 12px;
}

.about-us .bottom-card-wrapper .bottom-card .bottom-line {
  border-radius: 18.5px;
  background: #3fc3cf;
  height: 3px;
  width: 100%;
}

.about-us .bottom-card-wrapper .bottom-card .top-part {
  gap: 11px;
}

.about-us .bottom-card-wrapper .bottom-card .top-part .img-text {
  gap: 10px;
}

.about-us .bottom-card-wrapper .bottom-card .top-part .img-text .image {
  height: 70px;
  width: 70px;
}

.about-us .bottom-card-wrapper .bottom-card .top-part .img-text .text {
  color: #181818;
  font-family: Poppins;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  opacity: 0.8;
}

.about-us .bottom-card-wrapper .bottom-card .top-part .name {
  color: #181818;
  font-family: Urbanist;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.about-us .bottom-card-wrapper .bottom-card .top-part .name::first-letter {
  color: #3fc3fc;
}

@media (max-width: 1199px) {
  .about-us {
    margin-top: 120px;
  }
}

@media (max-width: 991px) {
  .about-us {
    margin-top: 80px;
  }

  .about-us .content-wrapper {
    margin-top: 40px;
  }
}

@media (max-width: 575.5px) {
  .about-us {
    margin-top: 10px;
  }

  .about-us .content .information .title {
    font-size: 30px;
  }

  .about-us .bottom-card-wrapper .bottom-card {
    max-width: 350px;
  }

  .about-us .bottom-card-wrapper .bottom-card {
    gap: 6px;
  }

  .about-us .bottom-card-wrapper {
    row-gap: 35px;
  }
}

@media (max-width: 424.5px) {
  .about-us .bottom-card-wrapper .bottom-card {
    max-width: 300px;
  }
}

/* ================================================ about-us css End ================================================*/

/* ================================================ latest-videos css Start ================================================*/
.latest-videos {
  margin-top: 130px;
  padding-top: 30px;
  padding-bottom: 20px;
  background-image: url(../img/section-bg.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: border-box;
}

.latest-videos .top-img {
  top: -81px;
  width: 100%;
}

.latest-videos .bottom-img {
  bottom: -79px;
  width: 100%;
}

.latest-videos .gap {
  gap: 10px;
}

.latest-videos .padding {
  padding-top: 28px;
}

.latest-videos .fifth-slider {
  width: 356px;
  gap: -19px;
}

.latest-videos .fifth-slider .image {
  width: 100%;
  height: 59px;
  margin-top: -25px;
}

.latest-videos .fifth-slider .top-side {
  padding: 0 20px;
  gap: 10px;
}

.latest-videos .fifth-slider .top-side .video-wrapper {
  height: 190px;
  width: 100%;
  padding: 5px;
  gap: 10px;
  border-radius: 20px;
  border: 4px solid #fff;
  background: #3fc3cf;
  box-shadow: 1px 4px 12px 0 rgba(0, 0, 0, 0.09);
  backdrop-filter: blur(6.5px);
}

.latest-videos .fifth-slider .top-side .video-wrapper iframe {
  height: 100%;
  width: 100%;
  border-radius: 15px;
  border: 1px solid #fff;
  box-shadow: 2px 6px 7px 0 rgba(0, 0, 0, 0.08);
}

.latest-videos .fifth-slider .bottom-side {
  margin-top: -20px;
  padding: 15px 15px 20px 15px;
  gap: 10px;
  border-radius: 24px;
  border: 1px solid #fff;
  background: linear-gradient(181deg,
      #fff 7.97%,
      rgba(255, 255, 255, 0.15) 72.59%);
  box-shadow: 0 10px 40px -1px rgba(16, 24, 40, 0.1);
  backdrop-filter: blur(32px);
}

.latest-videos .fifth-slider .bottom-side .name-btn {
  gap: 5px;
}

.latest-videos .fifth-slider .bottom-side .name-btn .name {
  color: #181818;
  font-family: Urbanist;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.latest-videos .fifth-slider .bottom-side .name-btn .button {
  border-radius: 15px;
  border: 1px solid rgba(24, 24, 24, 0.15);
  background: #fff;
  padding: 10px;
  height: fit-content;
}

.latest-videos .fifth-slider .bottom-side .name-btn .button .btn-image {
  height: 24px;
  width: 24px;
}

.latest-videos .fifth-slider .bottom-side .info {
  border-radius: 15px;
  background: #fff;
  padding: 7px 10px;
  color: #181818;
  font-family: Poppins;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  opacity: 0.6;
}

.latest-videos .second-row {
  padding-top: 35px;
}

.latest-videos .sixth-slider {
  width: 535px;
  height: 186px;
}

.latest-videos .sixth-slider::before {
  content: "";
  position: absolute;
  width: 206px;
  height: 42px;
  border-radius: 29px;
  background: #3fc3cf;
  bottom: 0px;
  left: 0px;
}

.latest-videos .sixth-slider::after {
  content: "";
  position: absolute;
  width: 206px;
  height: 42px;
  flex-shrink: 0;
  border-radius: 29px;
  background: #3fc3cf;
  top: 0px;
  right: 0px;
}

.latest-videos .sixth-slider .card-div {
  width: 525px;
  height: auto;
  padding: 20px;
  gap: 15px;
  z-index: 1;
  border-radius: 20px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 1px 3px 16px 0 rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(62px);
  -webkit-backdrop-filter: blur(62px);
  left: 5px;
  top: 6px;
}

@supports ((-webkit-backdrop-filter: blur(10px))) {
  .latest-videos .sixth-slider .card-div {
    background: rgba(255, 255, 255, 0.9);
    /* stronger background */
  }
}

.latest-videos .sixth-slider .card-div .image-name {
  gap: 15px;
}

.latest-videos .image {
  width: 72px;
  height: 72px;
  aspect-ratio: 1/1;
  border-radius: 72px;
  /* border: 1px solid #181818; */
}

.latest-videos .sixth-slider .card-div .image-name .name-location .name {
  color: #181818;
  font-family: Urbanist;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  overflow-wrap: anywhere;
}

.latest-videos .sixth-slider .card-div .image-name .name-location .location {
  color: #181818;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  opacity: 0.6;
  overflow-wrap: anywhere;
}

.latest-videos .sixth-slider .card-div .rating {
  padding: 7px 19px;
  gap: 1px;
  border-radius: 20px;
  background: rgba(63, 195, 207, 0.2);
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.15) inset;
}

.gap-15px {
  gap: 15px;
}

.latest-videos .sixth-slider .card-div .rating .star-img {
  height: 20px;
  width: 20px;
}

.latest-videos .sixth-slider .card-div .text {
  color: #181818;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  opacity: 0.7;
}

@media (min-width: 2000px) {
  .latest-videos {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (max-width: 1400px) {
  .latest-videos .bottom-img {
    bottom: -68px;
  }
}

@media (max-width: 1200px) {
  .latest-videos {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .latest-videos .top-img {
    top: -65px;
  }

  .latest-videos .bottom-img {
    bottom: -56px;
  }
}

@media (max-width: 991px) {
  .latest-videos {
    margin-top: 130px;
  }

  .latest-videos .top-img {
    top: -50px;
  }

  .latest-videos .bottom-img {
    bottom: -43px;
  }

  .latest-videos .second-row {
    padding-top: 70px;
  }

  .latest-videos .gap {
    gap: 30px;
  }

  .latest-videos .padding {
    padding-top: 10px;
  }
}

@media (max-width: 767.5px) {
  .latest-videos {
    margin-top: 120px;
  }

  .latest-videos .top-img {
    top: -39px;
  }

  .latest-videos .bottom-img {
    bottom: -33px;
  }

  .latest-videos .second-row {
    padding-top: 50px;
  }
}

@media (max-width: 575.5px) {
  .latest-videos {
    margin-top: 40px;
  }

  .latest-videos .top-img {
    top: -29px;
  }

  .latest-videos .bottom-img {
    bottom: -24px;
  }

  .latest-videos .sixth-slider {
    width: 436px;
    height: 242px;
  }

  .latest-videos .sixth-slider .card-div {
    width: 425px;
  }
}

@media (max-width: 475px) {
  .latest-videos .fifth-slider {
    width: 350px;
  }

  .latest-videos .sixth-slider {
    width: 390px;
    height: 262px;
  }

  .latest-videos .sixth-slider .card-div {
    width: 380px;
  }
}

@media (max-width: 424.5px) {
  .latest-videos .top-img {
    top: -22px;
  }

  .latest-videos .bottom-img {
    bottom: -18px;
  }

  .latest-videos .sixth-slider .card-div {
    width: 330px;
  }

  .latest-videos .sixth-slider {
    width: 341px;
    height: 304px;
  }
}

@media (max-width: 400px) {
  .latest-videos .fifth-slider {
    width: 320px;
  }
}

@media (max-width: 375px) {
  .latest-videos .sixth-slider .card-div {
    width: 270px;
  }

  .latest-videos .sixth-slider {
    width: 280px;
    height: 347px;
  }
}

@media (max-width: 370px) {
  .latest-videos .fifth-slider {
    width: 290px;
  }
}

.latest-videos .card {
  margin: 0 0.6em;
  background: none;
  padding-top: 20px;
  padding-bottom: 40px;
}

/* @media (max-width: 767.5px) { */
.latest-videos .carousel-item.active {
  display: flex !important;
  justify-content: center;
}

/* } */

/* @media screen and (min-width: 767.5px) { */
.latest-videos .carousel-inner {
  display: flex;
  flex-wrap: nowrap;
}

.latest-videos .carousel-item {
  display: block;
  margin-right: 0;
}

/* } */

/* @media (max-width: 767.5px) {
  .latest-videos .card {
    margin: 0em;
  }
} */

/* ================================================ latest-videos css End ================================================*/

/* ================================================ offer-highlight-2 css Start ================================================*/
.offer-highlight-2 {
  margin-top: 70px;
}

.offer-highlight-2 .content {
  row-gap: 20px;
}

.offer-highlight-2 .image-wrapper {
  -webkit-filter: drop-shadow(4px 4px 5px rgba(0, 0, 0, 0.1));
  -moz-filter: drop-shadow(4px 4px 5px rgba(0, 0, 0, 0.1));
  -ms-filter: drop-shadow(4px 4px 5px rgba(0, 0, 0, 0.1));
  -o-filter: drop-shadow(4px 4px 5px rgba(0, 0, 0, 0.1));
  padding: 10px;
}

.offer-highlight-2 .mask-image {
  height: auto;
  max-width: 750px;
  mask-image: url(../img/fourth-slider-bg.png);
  mask-size: 100% 100%;
  mask-clip: border-box;
  mask-repeat: no-repeat;
  -webkit-mask-image: url(../img/fourth-slider-bg.png);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-clip: border-box;
  -webkit-mask-repeat: no-repeat;
  filter: drop-shadow(16px 16px 40.94px rgba(0, 0, 0, 0.16));
}

@media (max-width: 1199px) {
  .offer-highlight-2 .mask-image {
    max-width: 650px;
  }
}

@media (max-width: 991px) {
  .offer-highlight-2 {
    margin-top: 100px;
  }
}

@media (max-width: 767.5px) {
  .offer-highlight-2 {
    margin-top: 120px;
  }

  .offer-highlight-2 .mask-image {
    max-width: 510px;
  }
}

@media (max-width: 575.5px) {
  .offer-highlight-2 {
    margin-top: 30px;
  }

  .offer-highlight-2 .mask-image {
    max-width: 400px;
  }
}

@media (max-width: 424.5px) {
  .offer-highlight-2 .mask-image {
    max-width: 300px;
  }
}

/* ================================================ offer-highlight-2 css End ================================================*/

/* ================================================ download-sec css Start ================================================*/
.download-sec {
  margin-top: 90px;
}

.download-sec .side-image {
  right: 10px;
  bottom: 25px;
}

.download-sec .bottom-image {
  bottom: 4px;
  left: 25%;
}

.download-sec .download-wrapper {
  padding: 90px 60px;
  border-radius: 50px;
  border: 11px solid #3fc3cf;
  background: radial-gradient(22.31% 84.26% at 45.04% 21.72%,
      #eaf8fa 0%,
      #d0f9ff 100%);
}

.download-sec .image-container {
  top: -20%;
  gap: 50px;
  position: absolute;
}

.download-sec .image-container .image-wrapper {
  border-radius: 19px;
  border: 1.108px solid #fff;
  box-shadow: 12px 7.2px 119.997px 0 rgba(9, 20, 50, 0.1);
  margin-top: 200px;
  border-radius: 19px;
  border: 1.108px solid #fff;
  box-shadow: 12px 7.2px 119.997px 0 rgba(9, 20, 50, 0.1);
  padding: 9px 12px;
}

.download-sec .image-container .image-wrapper2 {
  border-radius: 19px;
  border: 1.108px solid #fff;
  box-shadow: 12px 7.2px 119.997px 0 rgba(9, 20, 50, 0.1);
  border-radius: 19px;
  border: 1.108px solid #fff;
  box-shadow: 12px 7.2px 119.997px 0 rgba(9, 20, 50, 0.1);
  padding: 9px 12px;
  height: max-content;
}

.download-sec .image-container .top-mobile {
  height: 468px;
  width: 209px;
  border-radius: 16px;
  box-shadow: 2.4px 1.92px 40.319px 0 rgba(232, 37, 50, 0.2);
}

.download-sec .image-container .bottom-mobile {
  height: 468px;
  width: 209px;
  border-radius: 16px;
  box-shadow: 2.4px 1.92px 40.319px 0 rgba(22, 3, 5, 0.2);
}

@media (max-width: 1400px) {
  .download-sec .image-container {
    gap: 25px;
  }
}

@media (max-width: 1199px) {
  .download-sec .download-wrapper {
    padding: 60px;
  }

  .download-sec .image-container .top-mobile,
  .download-sec .image-container .bottom-mobile {
    height: 350px;
    width: 165px;
  }

  .download-sec .image-container {
    top: -10%;
  }

  .download-sec .image-container {
    gap: 10px;
  }

  .download-sec .image-container .image-wrapper {
    margin-top: 250px;
  }
}

@media (max-width: 991px) {
  .download-sec {
    margin-top: 100px;
  }

  .download-sec .image-container {
    gap: 50px;
    bottom: 7%;
    top: unset;
  }

  .download-sec .image-container .image-wrapper {
    margin-top: 0px;
  }

  .download-sec .download-wrapper {
    padding: 45px 30px;
    padding-bottom: 300px;
  }

  .download-sec .side-image {
    height: 150px;
    bottom: 20%;
  }

  .download-sec .image-container .top-mobile,
  .download-sec .image-container .bottom-mobile {
    height: 275px;
    width: 140px;
  }

  .download-sec .bottom-image {
    height: 120px;
    left: 10%;
  }
}

@media (max-width: 767.5px) {
  .download-sec {
    margin-top: 120px;
  }

  .download-sec .download-wrapper {
    padding: 30px 0px;
    padding-bottom: 350px;
  }

  .download-sec .side-image {
    height: 100px;
    bottom: 20%;
  }

  .download-sec .bottom-image {
    height: 80px;
    bottom: 7px;
  }
}

@media (max-width: 575.5px) {
  .download-sec {
    margin-top: 90px;
  }

  .download-sec .image-container .top-mobile,
  .download-sec .image-container .bottom-mobile {
    height: 260px;
    width: 125px;
  }

  .download-sec .image-container {
    gap: 20px;
  }
}

@media (max-width: 575.5px) {
  .download-sec {
    padding: 10px;
  }

  .download-sec {
    margin-top: 10px;
  }
}

@media (max-width: 424.5px) {

  .download-sec .image-container .top-mobile,
  .download-sec .image-container .bottom-mobile {
    height: 225px;
    width: 100px;
  }

  .download-sec .download-wrapper {
    padding-bottom: 320px;
  }
}

/* ================================================ download-sec css End ================================================*/

/* ================================================ FAQ css Start ================================================*/
.faq {
  margin-top: 180px;
}

.faq .faq-container {
  gap: 15px;
}

.faq .accordion-heading {
  padding: 11px 20px;
  align-self: stretch;
  border-radius: 10px !important;
  border: 1px solid rgba(24, 24, 24, 0.15);
  background: #fff;
  gap: 10px;
}

.faq .accordion-heading .text {
  color: #181818;
  font-family: Urbanist;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.faq .accordion-info {
  display: flex;
  padding: 10px 15px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 0 0 12px 12px;
  border: 2px solid #fff;
  background: rgba(24, 24, 24, 0.06);
  backdrop-filter: blur(10px);
  color: #181818;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  opacity: 0.7;
}

.faq .accordion-item {
  border-radius: 15px !important;
}

.faq .accordion-item:has(.accordion-collapse.show) {
  box-shadow: 0 0 31px 0 rgba(92, 92, 92, 0.11);
  border-radius: 10px;
}

.faq .accordion-button:not(.collapsed) {
  border: none !important;
}

.faq .accordion-button:focus {
  box-shadow: none;
}

.faq .accordion-button:not(.collapsed)::after {
  background-image: url(../img/faq-arrow.svg);
}

.faq .accordion-button::after {
  background-image: url(../img/faq-arrow.svg);
  background-size: cover;
  height: 30px;
  width: 30px;
}

@media (max-width: 991px) {
  .faq {
    margin-top: 50px;
  }
}

@media (max-width: 767.5px) {
  .faq {
    margin-top: 120px;
  }
}

@media (max-width: 575.5px) {
  .faq {
    margin-top: 10px;
  }

  .faq .accordion-heading .text {
    font-size: 14px;
  }
}

/* @media (max-width: 424.5px) {
  .faq {
    margin-top: 90px;
  }
} */

/* ================================================ FAQ css End ================================================*/

/* ================================================ stay-updated css Start ================================================*/
.stay-updated {
  margin-top: 130px;
  padding-top: 30px;
  padding-bottom: 20px;
  background-image: url(../img/section-bg.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: border-box;
}

.stay-updated .top-img {
  top: -81px;
  width: 100%;
}

.stay-updated .bottom-img {
  bottom: -79px;
  width: 100%;
}

.stay-updated .gap {
  gap: 10px;
}

.stay-updated .padding {
  padding-top: 28px;
}

.stay-updated .slider-card {
  width: 308px;
  padding: 15px 15px 20px 15px;
  gap: 20px;
  border-radius: 24px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.3);
  box-shadow: 0 10px 40px -1px rgba(16, 24, 40, 0.1);
  backdrop-filter: blur(32px);
}

.stay-updated .slider-card .image-wrapper {
  height: 190px;
  padding: 5px;
  border-radius: 20px;
  border: 4px solid #fff;
  background: #3fc3cf;
  box-shadow: 1px 4px 12px 0 rgba(0, 0, 0, 0.09);
  backdrop-filter: blur(6.5px);
}

.stay-updated .slider-card .image-wrapper .image {
  border-radius: 15px;
  height: 174px;
  width: 100%;
  object-fit: cover;
  border: 1px solid #fff;
  box-shadow: 2px 6px 7px 0 rgba(0, 0, 0, 0.08);
}

.stay-updated .slider-card .bottom-side {
  gap: 10px;
}

.stay-updated .slider-card .bottom-side .name {
  color: #181818;
  font-family: Urbanist;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.stay-updated .slider-card .bottom-side .info {
  padding: 7px 10px;
  border-radius: 15px;
  background: #fff;
  color: #181818;
  font-family: poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  opacity: 0.6;
}

@media (min-width: 2000px) {
  .stay-updated {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (max-width: 1400px) {
  .stay-updated .bottom-img {
    bottom: -68px;
  }
}

@media (max-width: 1200px) {
  .stay-updated {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .stay-updated .top-img {
    top: -65px;
  }

  .stay-updated .bottom-img {
    bottom: -56px;
  }
}

@media (max-width: 991px) {
  .stay-updated {
    margin-top: 130px;
  }

  .stay-updated .top-img {
    top: -50px;
  }

  .stay-updated .bottom-img {
    bottom: -43px;
  }
}

@media (max-width: 767.5px) {
  .stay-updated {
    margin-top: 120px;
  }

  .stay-updated .top-img {
    top: -39px;
  }

  .stay-updated .bottom-img {
    bottom: -33px;
  }
}

@media (max-width: 575.5px) {
  .stay-updated {
    margin-top: 45px;
  }

  .stay-updated .top-img {
    top: -29px;
  }

  .stay-updated .bottom-img {
    bottom: -24px;
  }
}

@media (max-width: 424.5px) {
  .stay-updated .top-img {
    top: -22px;
  }

  .stay-updated .bottom-img {
    bottom: -18px;
  }

  .stay-updated .slider-card {
    max-width: 295px;
  }

  .stay-updated .slider-card .image-wrapper {
    height: 128px;
  }

  .stay-updated .slider-card .image-wrapper .image {
    height: 100%;
  }
}

.stay-updated .card {
  margin: 0 0.6em;
  background: none;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (max-width: 767.5px) {
  .stay-updated .carousel-item.active {
    display: flex !important;
    justify-content: center;
  }
}

/* @media screen and (min-width: 767.5px) { */
.stay-updated .carousel-inner {
  display: flex;
  flex-wrap: nowrap;
}

.stay-updated .carousel-item {
  display: block;
  margin-right: 0;
}

/* } */
/* 
@media (max-width: 767.5px) {
  .stay-updated .card {
    margin: 0em;
  }
} */

/* ================================================ stay-updated css End ================================================*/

/* ================================================ offer-highlight-3 css Start ================================================*/
.offer-highlight-3 {
  margin-top: 170px;
}

.offer-highlight-3 .content {
  row-gap: 20px;
}

.offer-highlight-3 .image-wrapper {
  -webkit-filter: drop-shadow(4px 4px 5px rgba(0, 0, 0, 0.1));
  -moz-filter: drop-shadow(4px 4px 5px rgba(0, 0, 0, 0.1));
  -ms-filter: drop-shadow(4px 4px 5px rgba(0, 0, 0, 0.1));
  -o-filter: drop-shadow(4px 4px 5px rgba(0, 0, 0, 0.1));
  padding: 10px;
}

.offer-highlight-3 .mask-image {
  height: auto;
  max-width: 750px;
  mask-image: url(../img/fourth-slider-bg.png);
  mask-size: 100% 100%;
  mask-clip: border-box;
  mask-repeat: no-repeat;
  -webkit-mask-image: url(../img/fourth-slider-bg.png);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-clip: border-box;
  -webkit-mask-repeat: no-repeat;
  filter: drop-shadow(16px 16px 40.94px rgba(0, 0, 0, 0.16));
}

@media (max-width: 1199px) {
  .offer-highlight-3 .mask-image {
    max-width: 650px;
  }

  .nav-outside-wrapper .nav-inside-wrapper .details-wrapper {
    padding: 0 !important;
    background: transparent !important;
  }
}

@media (max-width: 991px) {
  .offer-highlight-3 {
    margin-top: 50px;
  }

  .hide-button {
    display: none !important;
  }
}

@media (max-width: 767.5px) {
  .offer-highlight-3 {
    margin-top: 120px;
  }

  .offer-highlight-3 .mask-image {
    max-width: 510px;
  }
}

@media (max-width: 575.5px) {
  .offer-highlight-3 {
    margin-top: 90px;
  }

  .offer-highlight-3 .mask-image {
    max-width: 400px;
  }
}

@media (max-width: 424.5px) {
  .offer-highlight-3 {
    margin-top: 90px;
  }

  .offer-highlight-3 .mask-image {
    max-width: 300px;
  }

  .navbar .logo {
    /* width: 90px;  */
    /* width: 130px;  */
    /* height: 45px; */
  }

  .nav-outside-wrapper .nav-inside-wrapper .details-wrapper .sign-in-btn {
    padding: 7px 10px;
  }

  .nav-outside-wrapper .nav-inside-wrapper .details-wrapper .sign-in-btn .text {
    font-size: 12px;
  }

  .navbar-toggler-icon {
    width: 20px;
    height: 20px;
  }

  .navbar-toggler {
    padding: 5px !important;
  }
}

/* ================================================ offer-highlight-3 css End ================================================*/

/* ================================================ contact-sec css Start ================================================*/
.contact-sec {
  margin-top: 150px;
}

.contact-sec .contact-wrapper {
  border-radius: 50px;
  border: 11px solid #3fc3cf;
  background: radial-gradient(22.31% 84.26% at 45.04% 21.72%,
      #eaf8fa 0%,
      #d0f9ff 100%);
  padding: 90px;
  overflow: hidden;
}

.contact-sec .contact-wrapper .heading {
  color: #1d1d1d;
  font-family: Urbanist;
  font-size: 47px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: capitalize;
}

.contact-sec .contact-wrapper .left-top {
  left: 0px;
  top: 0px;
}

.contact-sec .contact-wrapper .top-center {
  left: 50%;
  top: 0px;
}

.contact-sec .contact-wrapper .top-right {
  right: 0px;
  top: 0px;
}

.contact-sec .contact-wrapper .bottom-img {
  left: 0px;
  bottom: 0px;
}

.contact-sec .contact-wrapper .bottom-center {
  left: 35%;
  bottom: 0px;
}

.contact-sec .contact-wrapper .email-container {
  padding: 15px 10px;
  border-radius: 24px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.3);
  box-shadow: 0 10px 40px -1px rgba(16, 24, 40, 0.1);
  backdrop-filter: blur(32px);
}

.contact-sec .contact-wrapper .email-container .email-wrapper {
  padding: 10px 10px;
  gap: 4px;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.13);
}

.contact-sec .contact-wrapper .email-container .email-wrapper .top {
  gap: 5px;
}

.contact-sec .contact-wrapper .email-container .email-wrapper .top .image {
  height: 30px;
  width: 30px;
}

.contact-sec .contact-wrapper .email-container .email-wrapper .top .text {
  color: #181818;
  font-family: Urbanist;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.contact-sec .contact-wrapper .email-container .email-wrapper .bottom-text {
  color: #181818;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  opacity: 0.8;
  overflow-wrap: anywhere;
}

@media (max-width: 1400px) {
  .contact-sec .contact-wrapper {
    padding: 90px 50px;
  }

  .contact-sec .contact-wrapper .email-container .email-wrapper .bottom-text {
    font-size: 14px;
  }
}

@media (max-width: 1199px) {
  .contact-sec .contact-wrapper {
    padding: 50px;
  }

  .contact-sec .contact-wrapper .email-container {
    margin-top: 20px;
  }

  .contact-sec .contact-wrapper .email-container .email-wrapper .bottom-text {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .contact-sec {
    margin-top: 100px;
  }
}

@media (max-width: 767.5px) {
  .contact-sec {
    margin-top: 120px;
  }

  .contact-sec .contact-wrapper .top-center {
    width: 50px;
  }

  .contact-sec .contact-wrapper .heading {
    font-size: 40px;
  }

  .contact-sec .contact-wrapper .top-right {
    height: 120px;
  }

  .contact-sec .contact-wrapper .bottom-center {
    width: 50px;
  }
}

@media (max-width: 575.5px) {
  .contact-sec {
    margin-top: 40px;
  }

  .offer-highlight-3 {
    margin-top: 45px;
  }

  .stay-updated {
    padding-bottom: 0px;
  }

  .contact-sec .contact-wrapper .heading {
    font-size: 30px;
  }

  .contact-sec .contact-wrapper {
    padding: 50px 16px;
  }

  .contact-sec .contact-wrapper .top-right {
    height: 80px;
  }
}

/* ================================================ contact-sec css End ================================================*/

/* ================================================ footer css Start ================================================*/
.footer {
  margin-top: 130px;
  background-image: url(../img/section-bg.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: border-box;
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer .top-img {
  top: -81px;
  width: 100%;
}

.footer .first-part {
  padding: 15px;
  gap: 16px;
}

.footer .first-part .logo {
  height: 68px;
  width: auto;
}

.footer .first-part .text {
  color: #181818;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 28.5px;
}

.footer .menu {
  color: #181818;
  font-family: Poppins;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.footer .second-part {
  gap: 16px;
}

.footer .second-part .text {
  color: #181818;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
  opacity: 0.8;
  gap: 8px;
  text-decoration: none;
}

.footer .third-part {
  gap: 7px;
}

.footer .third-part .top .headings {
  color: #181818;
  font-family: Poppins;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 25.5px;
  text-transform: uppercase;
}

.footer .third-part .top .social-icons {
  padding: 8px 0 8.2px 0;
  gap: 15.8px;
}

.footer .third-part .top .social-icons .icons {
  width: 34px;
  height: 35px;
}

.footer .third-part .bottom {
  gap: 8px;
}

.footer .third-part .bottom .btn-qr {
  gap: 20px;
}

.footer .third-part .bottom .buttons {
  padding: 8.032px 14px;
  gap: 8.924px;
  border-radius: 14.279px;
  border: 1.785px solid #fff;
  background: #121828;
  box-shadow: 8.032px 10.709px 13.387px 0 rgba(0, 0, 0, 0.12);
  text-decoration: none;
}

.footer .third-part .bottom .buttons .image {
  width: 18.741px;
  height: 21.419px;
}

.footer .third-part .bottom .buttons .content {
  gap: 3.126px;
}

.footer .third-part .bottom .buttons .content .text1 {
  color: #fff;
  font-family: "Product Sans";
  font-size: 8.924px;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
}

.footer .third-part .bottom .buttons .content .text2 {
  color: #fff;
  font-family: "SF Compact Display";
  font-size: 16.064px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.419px;
  text-decoration: none;
}

.footer .third-part .bottom .qr {
  height: 108px;
  width: auto;
}

.footer .line {
  width: 100%;
  height: 1px;
  background-color: #181818;
  opacity: 0.56;
}

.footer .copyright {
  color: #181818;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  opacity: 0.8;
}

.footer .copyright a {
  opacity: 0.8;
  color: #e72734;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.footer .back-btn {
  gap: 5px;
  text-decoration: none;
}

.footer .back-btn .text {
  color: #181818;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
}

@media (min-width: 2000px) {
  .footer {
    padding-top: 100px;
  }
}

@media (max-width: 1200px) {
  .footer .top-img {
    top: -65px;
  }

  .footer .first-part {
    padding: unset;
  }
}

@media (max-width: 991px) {
  .footer {
    margin-top: 130px;
  }

  .footer .top-img {
    top: -50px;
  }
}

@media (max-width: 767.5px) {
  .footer {
    margin-top: 120px;
  }

  .footer .top-img {
    top: -39px;
  }
}

@media (max-width: 575.5px) {
  .footer {
    margin-top: 45px;
  }

  .footer .top-img {
    top: -29px;
  }

  .footer .copyright {
    font-size: 12px;
  }

  .footer .back-btn .text {
    font-size: 14px;
  }
}

@media (max-width: 424.5px) {
  .footer .top-img {
    top: -22px;
  }
}

/* ================================================ footer css End ================================================*/

/* ================================================ Doctor List Page CSS Start ================================================*/

/* ================================================ Doctor List Page Hero Sec CSS Start ================================================*/
.doctor-list-hero .hero-bottom-line {
  bottom: -83px;
  width: 100%;
}

.doctor-list-hero .line-img {
  max-height: 365px;
}

@media (max-width: 1199px) {
  .doctor-list-hero .hero-bottom-line {
    bottom: -97px;
  }
}

@media (max-width: 991px) {
  .doctor-list-hero .hero-bottom-line {
    bottom: -76px;
  }
}

@media (max-width: 767.5px) {
  .doctor-list-hero .hero-bottom-line {
    bottom: -52px;
  }

  .doctor-list-hero .line-img {
    max-height: 334px;
  }
}

@media (max-width: 575.5px) {
  .doctor-list-hero {
    padding-top: 120px !important;
    padding-bottom: 20px !important;
  }

  .doctor-list-hero .circle-img {
    height: 250px;
  }
}

@media (max-width: 524.5px) {
  .doctor-list-hero .hero-bottom-line {
    bottom: -40px;
  }
}

@media (max-width: 424.5px) {
  .doctor-list-hero .hero-bottom-line {
    bottom: -30px;
  }
}

/* ================================================ Doctor List Page Hero Sec CSS End ================================================*/

/* ================================================ Doctor List Page Search Results CSS Start ================================================*/
.doctor-list-search-results {
  margin-top: 100px;
}

.doctor-list-search-results .sticky-sidebar {
  position: sticky;
  top: 20px;
  align-self: flex-start;
}

.doctor-list-search-results .top-margin {
  margin-top: 44px;
}

.doctor-list-search-results .content {
  row-gap: 24px;
}

.doctor-list-search-results .slider-card {
  width: 308px;
  padding: 15px;
  gap: 15px;
  border-radius: 28px;
  border: 1px solid rgba(1, 4, 9, 0.07);
  background: #fff;
  box-shadow: 5px 8px 25px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  text-decoration: none;
}

.doctor-list-search-results .slider-card .slider-bg {
  top: 0px;
  right: 0px;
}

.doctor-list-search-results .slider-card .line {
  width: 100%;
  height: 1px;
  opacity: 0.08;
  background: #181818;
}

.doctor-list-search-results .slider-card .upside {
  gap: 12px;
}

.doctor-list-search-results .slider-card .upside .introduction {
  gap: 10px;
}

.doctor-list-search-results .slider-card .upside .introduction .profile-img-wrapper {
  border-radius: 20px;
  border: 3px solid #fff;
  background: #3fc3cf;
  box-shadow: 1px 4px 12px 0 rgba(0, 0, 0, 0.09);
  backdrop-filter: blur(6.5px);
  width: 90px;
  padding: 2px;
}

.doctor-list-search-results .slider-card .upside .introduction .profile-img {
  border-radius: 15px;
  box-shadow: 2px 6px 7px 0 rgba(0, 0, 0, 0.08);
}

.doctor-list-search-results .slider-card .upside .introduction .name-edu-post {
  gap: 8px;
}

.doctor-list-search-results .slider-card .upside .introduction .name-edu-post .name-edu {
  gap: 5px;
}

.doctor-list-search-results .slider-card .upside .introduction .name-edu-post .name-edu .name {
  color: #181818;
  font-family: Urbanist;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.doctor-list-search-results .slider-card .upside .introduction .name-edu-post .name-edu .name span {
  /* color: #E72734; */
  color: #181818;
}

.doctor-list-search-results .slider-card .upside .introduction .name-edu-post .name-edu .edu {
  gap: 5px;
}

.doctor-list-search-results .slider-card .upside .introduction .name-edu-post .name-edu .education {
  gap: 3px;
  border-radius: 10px;
  background: #e6f7f9;
  padding: 3px 8px;
  color: #181818;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.doctor-list-search-results .slider-card .upside .introduction .name-edu-post .name-edu .education .image {
  height: 20px;
  width: 20px;
}

.doctor-list-search-results .slider-card .upside .introduction .name-edu-post .award {
  color: #181818;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 10px;
  background: #e6f7f9;
  width: max-content;
  padding: 3px 8px;
  gap: 3px;
}

.doctor-list-search-results .slider-card .upside .introduction .name-edu-post .award .image {
  height: 20px;
  width: 20px;
}

.doctor-list-search-results .slider-card .upside .location {
  padding: 3px 8px;
  border-radius: 10px;
  gap: 3px;
  background: rgba(24, 24, 24, 0.06);
}

.doctor-list-search-results .slider-card .upside .location .image {
  height: 15px;
  width: 15px;
}

.doctor-list-search-results .slider-card .upside .location .text {
  color: #181818;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  opacity: 0.5;
}

.doctor-list-search-results .slider-card .buttons {
  gap: 12px;
  width: 100%;
}

.doctor-list-search-results .slider-card .buttons .first-btn {
  padding: 10px 25px;
  gap: 5px;
  width: 100%;
  border-radius: 15px;
  border: 1px solid rgba(24, 24, 24, 0.11);
  background: #3fc3cf;
  text-decoration: none;
}

.doctor-list-search-results .slider-card .buttons .first-btn .text-1 {
  color: #fff;
  font-family: Urbanist;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.doctor-list-search-results .slider-card .buttons .first-btn .text-2 {
  color: #e72734;
  font-family: Urbanist;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.doctor-list-search-results .slider-card .buttons .first-btn .text-3 {
  color: #fff;
  text-align: right;
  font-family: Urbanist;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.doctor-list-search-results .slider-card .buttons .second-btn {
  padding: 10px 25px;
  gap: 5px;
  width: 100%;
  border-radius: 15px;
  border: 1px solid rgba(24, 24, 24, 0.11);
  background: #fff;
  text-decoration: none;
}

.doctor-list-search-results .slider-card .buttons .second-btn .text-1 {
  color: #181818;
  font-family: Urbanist;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.doctor-list-search-results .slider-card .buttons .second-btn .text-2 {
  color: #e72734;
  font-family: Urbanist;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.doctor-list-search-results .slider-card .buttons .second-btn .text-3 {
  color: #181818;
  font-family: Urbanist;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media (max-width: 1200px) {
  .doctor-list-search-results .slider-card .buttons .second-btn .text-1 {
    font-size: 13px;
  }
}

@media (max-width: 991px) {
  .doctor-list-search-results .sticky-sidebar {
    position: unset;
  }

  .doctor-list-search-results .slider-card .buttons .second-btn .text-1 {
    font-size: 14px;
  }
}

@media (max-width: 575.5px) {
  .doctor-list-search-results .slider-card .upside .introduction .profile-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .doctor-list-search-results .slider-card .upside .introduction .profile-img-wrapper {
    width: 90px;
    height: 90px;
  }

  .doctor-list-search-results .slider-card .upside .introduction .name-edu-post .name-edu .name {
    text-align: center;
  }

  .doctor-list-search-results .slider-card .buttons .first-btn {
    padding: 10px 14px;
  }

  .doctor-list-search-results .slider-card .buttons .second-btn {
    padding: 10px 13px;
  }
}

@media (max-width: 475px) {
  .doctor-list-search-results {
    margin-top: 60px;
  }

  .doctor-list-search-results .third-slider {
    max-width: 300px;
    height: auto;
  }

  .doctor-list-search-results .third-slider .image-wrapper .image-format .image {
    max-height: 128px;
    width: auto;
  }

  .doctor-list-search-results .third-slider .bottom-card {
    padding-left: 15px;
  }

  .doctor-list-search-results .third-slider .bottom-card .bottom-card-wrapper {
    padding: 10px;
  }
}

.doctor-list-search-results .menu-btn {
  display: block;
  cursor: pointer;
  width: max-content;
  gap: 10px;
}

.doctor-list-search-results .menu-btn span {
  display: block;
  width: 26px;
  height: 3px;
  background: #00d1d1;
  margin: 5px 0;
  border-radius: 2px;
  transition: 0.3s;
}

.doctor-list-search-results .menu-btn .menu-text {
  font-size: 22px;
  font-weight: 500;
  color: #183837;
  font-family: Urbanist;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.doctor-list-search-results .menu-btn .menu-text::first-letter {
  color: #e72734;
}

.doctor-list-search-results .menu-btn.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.doctor-list-search-results .menu-btn.active span:nth-child(2) {
  opacity: 0;
}

.doctor-list-search-results .menu-btn.active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

.doctor-list-search-results .filter-nav {
  overflow-y: auto;
  position: fixed;
  top: 0;
  left: 0;
  transition: 0.4s;
  z-index: 1000;
  border-radius: 18px;
  border: 1px solid rgba(1, 4, 9, 0.07);
  background: #fff;
  box-shadow: 5px 8px 25px 0 rgba(0, 0, 0, 0.06);
  padding: 20px;
  gap: 15px;
}

.doctor-list-search-results .filter-nav.hide {
  transform: translateX(-100%);
}

.doctor-list-search-results .filter-box {
  width: 100%;
  gap: 15px;
}

.doctor-list-search-results .filter-header {
  padding-bottom: 10px;
  border-bottom: 0.8px solid #eaeaea;
  color: #183837;
  font-family: Urbanist;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-transform: capitalize;
}

.doctor-list-search-results .filter-list {
  max-height: none;
}

.doctor-list-search-results .option {
  padding: 5px 10px;
}

.doctor-list-search-results .option .my-gap {
  gap: 10px;
}

.doctor-list-search-results .option .my-gap .text {
  color: #183837;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.doctor-list-search-results .option .count {
  width: 25px;
  height: 25px;
  border-radius: 7px;
  background: #fff;
  color: #183837;
  font-family: Poppins;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.doctor-list-search-results .option:hover {
  border-radius: 9px;
  background: rgba(24, 24, 24, 0.05);
}

.doctor-list-search-results .option.active {
  border-radius: 9px;
  background: rgba(24, 24, 24, 0.05);
}

.doctor-list-search-results .option:hover .my-gap .text {
  color: #183837;
  font-weight: 600;
}

.doctor-list-search-results .option.active .my-gap .text {
  color: #183837;
  font-weight: 600;
}

.doctor-list-search-results .filter-nav::-webkit-scrollbar {
  width: 4px;
}

.doctor-list-search-results .filter-nav::-webkit-scrollbar-thumb {
  background: #00d1d1;
}

.doctor-list-search-results .btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1001;
}

.doctor-list-search-results .btn-close:focus {
  box-shadow: none !important;
  opacity: 0.35 !important;
}

@media (max-width: 991px) {
  .doctor-list-search-results .filter-nav {
    transform: translateX(-100%);
  }

  .doctor-list-search-results .filter-nav.show {
    max-width: 312px;
    transform: translateX(0);
    height: 100vh;
    border-radius: 0px !important;
  }
}

@media (min-width: 991px) {
  .doctor-list-search-results .menu-btn {
    display: none;
    position: fixed;
  }

  .doctor-list-search-results .filter-nav {
    transform: translateX(0) !important;
    position: relative;
  }
}

@media (max-width: 575.5px) {
  .doctor-list-search-results .filter-nav.show {
    max-width: 100%;
    width: 100%;
  }
}

/* ================================================ Doctor List Page Search Results CSS End ================================================*/

/* ================================================ Doctor List Page CSS End ================================================*/

/* ================================================ Hospital List Page CSS Start ================================================*/
.hospital-list-card-container {
  margin-top: 100px;
}

.hospital-list-card-container .card-wrapper {
  row-gap: 30px;
}

.hospital-list-card-container .third-slider {
  width: 100%;
  text-decoration: none;
}

.hospital-list-card-container .third-slider .image-wrapper {
  padding-right: 30px;
}

.hospital-list-card-container .third-slider .image-wrapper .image-format {
  padding: 5px;
  border-radius: 20px;
  border: 2px solid #fff;
  background: #3fc3cf;
  box-shadow: 1px 4px 12px 0 rgba(0, 0, 0, 0.09);
  backdrop-filter: blur(6.5px);
}

.hospital-list-card-container .third-slider .image-wrapper .image-format .image {
  border-radius: 15px;
  border: 1px solid #fff;
  box-shadow: 2px 6px 7px 0 rgba(0, 0, 0, 0.08);
  height: 178px;
  width: 100%;
}

.hospital-list-card-container .third-slider .bottom-card {
  padding-left: 30px;
}

.hospital-list-card-container .third-slider .bottom-card .bottom-card-wrapper {
  margin-top: -40px;
  padding: 15px 15px 20px 15px;
  gap: 10px;
  border-radius: 24px;
  border: 1px solid #fff;
  background: linear-gradient(181deg,
      #fff 7.97%,
      rgba(255, 255, 255, 0.15) 72.59%);
  box-shadow: 0 10px 40px -1px rgba(16, 24, 40, 0.1);
  backdrop-filter: blur(32px);
}

.hospital-list-card-container .third-slider .bottom-card .bottom-card-wrapper .name-call {
  height: 44px;
  gap: 5px;
  overflow: hidden;
}

.hospital-list-card-container .third-slider .bottom-card .bottom-card-wrapper .name-call .name {
  color: #181818;
  font-family: Urbanist;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 100%;
  overflow-wrap: anywhere;
}

.hospital-list-card-container .third-slider .bottom-card .bottom-card-wrapper .name-call .name::first-letter {
  color: #e72734;
  text-transform: capitalize;
}

.hospital-list-card-container .third-slider .bottom-card .bottom-card-wrapper .name-call .call-btn {
  padding: 10px;
  border-radius: 15px;
  border: 1px solid rgba(24, 24, 24, 0.15);
  background: #fff;
  justify-self: flex-end;
}

.hospital-list-card-container .third-slider .bottom-card .bottom-card-wrapper .name-call .call-btn .image {
  height: 22px;
  width: 22px;
}

.hospital-list-card-container .third-slider .bottom-card .bottom-card-wrapper .address-wrapper {
  padding: 7px 7px 7px 10px;
  border-radius: 15px;
  background: #fff;
  gap: 10px;
  background: rgba(24, 24, 24, 0.06);
}

.hospital-list-card-container .third-slider .bottom-card .bottom-card-wrapper .address-wrapper .address {
  gap: 5px;
}

.hospital-list-card-container .third-slider .bottom-card .bottom-card-wrapper .address-wrapper .image {
  height: 22px;
  width: 22px;
}

.hospital-list-card-container .third-slider .bottom-card .bottom-card-wrapper .address-wrapper .text {
  color: #181818;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  opacity: 0.6;
}

.hospital-list-card-container .third-slider .bottom-card .bottom-card-wrapper .address-wrapper .direction-btn {
  padding: 8px 15px;
  gap: 5px;
  border-radius: 15px;
  border: 1px solid rgba(24, 24, 24, 0.15);
  background: #fff;
  text-decoration: none;
}

.hospital-list-card-container .third-slider .bottom-card .bottom-card-wrapper .address-wrapper .direction-btn .image {
  height: 22px;
  width: 22px;
}

.hospital-list-card-container .third-slider .bottom-card .bottom-card-wrapper .address-wrapper .direction-btn .text {
  color: #181818;
  text-align: right;
  font-family: Urbanist;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
}

@media (max-width: 475px) {
  .hospital-list-card-container {
    margin-top: 60px;
  }

  .hospital-list-card-container .third-slider .bottom-card {
    padding-left: 15px;
  }

  .hospital-list-card-container .third-slider .bottom-card .bottom-card-wrapper {
    padding: 10px;
  }
}

.hospital-list-card-container .top-margin {
  margin-top: 44px;
}

.custom-pagination {
  gap: 15px;
  padding: unset;
}

.custom-pagination .page-item {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  border: 1px solid rgba(24, 24, 24, 0.19);
  background: #fff;
  overflow: hidden;
}

.custom-pagination .page-link {
  padding: 0;
  border: none;
  background: transparent;
  color: #181818;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.2s ease;
}

.custom-pagination .page-item:not(:first-child) .page-link {
  margin-left: 0;
}

.custom-pagination .page-item:hover {
  background: #3fc3cf;
  border: 1px solid #fff;
}

.custom-pagination .page-item:hover .page-link {
  color: #fff;
}

.custom-pagination .page-item.active {
  background: #3fc3cf;
  border: 1px solid #fff;
}

.custom-pagination .page-item.active .page-link {
  color: #fff;
}

@media (max-width: 575.5px) {
  .custom-pagination {
    gap: 5px;
  }
}

/* ================================================ Hospital List Page CSS End ================================================*/

/* ================================================ Doctor Profile Page CSS Start ================================================*/
/* doctor profille hero section css start */
.doctor-profile-hero {
  padding-bottom: 0px !important;
}

.doctor-profile-hero .content-wrapper {
  gap: 0px;
}

.doctor-profile-hero .content-wrapper .text {
  color: #181818;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.8;
}

.doctor-profile-hero .hero-bottom-line {
  bottom: -75px;
  width: 100%;
}

.doctor-profile-hero .line-img {
  top: 0px;
  z-index: 1;
}

.doctor-profile-hero .line-img {
  max-height: 310px;
}

@media (max-width: 991px) {
  .doctor-profile-hero {
    padding-top: 120px;
  }

  .doctor-profile-hero .hero-bottom-line {
    bottom: -65px;
  }
}

@media (max-width: 767.5px) {
  .doctor-profile-hero .hero-bottom-line {
    bottom: -52px;
  }

  .doctor-profile-hero .line-img {
    max-height: 308px;
  }
}

@media (max-width: 575.5px) {
  .doctor-profile .first-row {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 524.5px) {
  .doctor-profile-hero .hero-bottom-line {
    bottom: -40px;
  }
}

@media (max-width: 424.5px) {
  .doctor-profile-hero .hero-bottom-line {
    bottom: -30px;
  }
}

/* doctor profille hero section css End */

/* ================================================ doctor profille page top row section css start ================================================*/

.doctor-profile {
  margin-top: 180px;
}

.doctor-profile .first-row .content {
  padding: 50px;
  gap: 50px;
  border-radius: 28px;
  border: 1px solid rgba(1, 4, 9, 0.07);
  background: #fff;
  box-shadow: 5px 8px 55px 0 rgba(0, 0, 0, 0.08);
}

.doctor-profile .first-row .content .bg-img {
  border-top-right-radius: 28px;
}

.doctor-profile .first-row .content .overlapped-img {
  border-radius: 25px;
  border: 2px solid #fff;
  background: #3fc3cf;
  box-shadow: 1px 4px 12px 0 rgba(0, 0, 0, 0.09);
  backdrop-filter: blur(6.5px);
  top: -50px;
  width: 297px;
  height: 440px;
  padding: 5px;
  gap: 10px;
}

.doctor-profile .first-row .content .overlapped-img .profile-image {
  border-radius: 21px;
  border: 5px solid #fff;
  box-shadow: 2px 6px 7px 0 rgba(0, 0, 0, 0.08);
  max-height: 430px;
  width: 287px;
  object-fit: cover;
}

.doctor-profile .first-row .content .top-side {
  gap: 40px;
}

.doctor-profile .first-row .content .top-side .details-wrapper {
  gap: 15px;
  padding-left: 325px;
  width: 100%;
}

.doctor-profile .first-row .content .top-side .details-wrapper .first-div {
  gap: 10px;
}

.doctor-profile .first-row .content .top-side .details-wrapper .first-div .name-edu {
  gap: 10px;
}

.doctor-profile .first-row .content .top-side .details-wrapper .first-div .name-edu .name {
  color: #181818;
  font-family: Urbanist;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.doctor-profile .first-row .content .top-side .details-wrapper .first-div .name-edu .name span {
  color: #e72734;
}

.doctor-profile .first-row .content .top-side .details-wrapper .first-div .name-edu .edu-wrapper {
  gap: 10px;
}

.doctor-profile .first-row .content .top-side .details-wrapper .first-div .name-edu .edu-wrapper .information {
  padding: 6px 10px;
  gap: 5px;
  border-radius: 10px;
  background: #e6f7f9;
}

.doctor-profile .first-row .content .top-side .details-wrapper .first-div .name-edu .edu-wrapper .information .text-1 {
  color: #181818;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.doctor-profile .first-row .content .top-side .details-wrapper .first-div .name-edu .edu-wrapper .information .text-2 {
  color: #000;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  opacity: 0.65;
}

.doctor-profile .first-row .content .top-side .details-wrapper .first-div .buttons {
  max-width: 250px;
  gap: 12px;
}

.doctor-profile .first-row .content .top-side .details-wrapper .first-div .buttons .btn-1 {
  padding: 10px 25px;
  gap: 5px;
  border-radius: 15px;
  border: 1px solid #fff;
  background: #2bafbb;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.14);
  color: #fff;
  text-align: right;
  font-family: Urbanist;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-decoration: none;
}

.doctor-profile .first-row .content .top-side .details-wrapper .first-div .buttons .btn-2 {
  padding: 10px 25px;
  gap: 5px;
  border-radius: 15px;
  border: 1px solid rgba(24, 24, 24, 0.21);
  background: #fff;
  color: #181818;
  text-align: right;
  font-family: Urbanist;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
}

.doctor-profile .first-row .content .icon-image {
  height: 30px;
  width: 30px;
}

.doctor-profile .first-row .content .top-side .details-wrapper .line {
  opacity: 0.2;
  background: #181818;
  height: 1px;
  width: 100%;
}

.doctor-profile .first-row .content .top-side .details-wrapper .second-div {
  gap: 10px;
}

.doctor-profile .first-row .content .top-side .details-wrapper .second-div .icon-image {
  height: 20px;
  width: 20px;
}

.doctor-profile .first-row .content .top-side .details-wrapper .second-div .text {
  color: #181818;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.doctor-profile .first-row .content .top-side .details-wrapper .second-div .capsule {
  padding: 6px 10px;
  gap: 3px;
  border-radius: 10px;
  background: #e6f7f9;
}

.doctor-profile .first-row .content .top-side .details-wrapper .third-div {
  gap: 10px;
}

.doctor-profile .first-row .content .top-side .details-wrapper .third-div .text {
  color: #181818;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.doctor-profile .first-row .content .top-side .details-wrapper .third-div .information {
  gap: 5px;
}

.doctor-profile .first-row .content .top-side .details-wrapper .third-div .information .icon {
  height: 24px;
  width: 24px;
}

.doctor-profile .first-row .content .top-side .details-wrapper .third-div .information .text {
  color: #181818;
  font-family: Urbanist;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.doctor-profile .first-row .content .top-side .details-wrapper .third-div .information .text::first-letter {
  color: #e72734;
}

.doctor-profile .first-row .content .top-side .details-wrapper .fourth-div {
  gap: 5px;
}

.doctor-profile .first-row .content .top-side .details-wrapper .fourth-div .text {
  color: #181818;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.doctor-profile .first-row .content .top-side .details-wrapper .fourth-div .information {
  padding: 7px 7px 7px 10px;
  border-radius: 15px;
  background: rgba(24, 24, 24, 0.06);
  gap: 10px;
}

.doctor-profile .first-row .content .top-side .details-wrapper .fourth-div .information .icon {
  height: 24px;
  width: 24px;
}

.doctor-profile .first-row .content .top-side .details-wrapper .fourth-div .information .text {
  color: #181818;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  opacity: 0.6;
}

.doctor-profile .first-row .content .bottom-side {
  row-gap: 24px;
}

.doctor-profile .first-row .content .bottom-side .info-wrapper {
  padding: 23px;
  gap: 14px;
  border-radius: 12px;
  background: #f2fbfd;
}

.doctor-profile .first-row .content .bottom-side .info-wrapper .circle {
  border-radius: 30px;
  border: 1px solid #3fc3cf;
  background: #fff;
  box-shadow: 9px 11px 19px 0 rgba(0, 0, 0, 0.09);
  padding: 5px;
  gap: 10px;
}

.doctor-profile .first-row .content .bottom-side .info-wrapper .circle .image {
  height: 31px;
  width: 31px;
}

.doctor-profile .first-row .content .bottom-side .info-wrapper .info {
  gap: 2px;
}

.doctor-profile .first-row .content .bottom-side .info-wrapper .info .title {
  color: #181818;
  font-family: Urbanist;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.doctor-profile .first-row .content .bottom-side .info-wrapper .info .text {
  color: #181818;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  opacity: 0.8;
}

@media (max-width: 991.5px) {
  .doctor-profile .first-row .content .overlapped-img {
    position: unset !important;
    margin-top: -120px;
    height: 314px;
    width: 310px;
  }

  .doctor-profile .first-row .content .top-side .details-wrapper {
    padding-left: unset;
  }

  .doctor-profile .first-row .content .overlapped-img .profile-image {
    max-height: 300px;
    width: 300px;
  }
}

@media (max-width: 767.5px) {
  .doctor-profile .first-row .content {
    padding: 25px;
    gap:10px;
  }
}

@media (max-width: 575.5px) {
  .doctor-profile .first-row .content .top-side .details-wrapper .first-div .buttons {
    max-width: unset;
  }

  .doctor-profile .first-row .content .bottom-side {
    row-gap: 10px;
  }

  .doctor-profile .first-row .content .overlapped-img {
    margin-top: -120px;
    height: 274px;
    width: 270px;
  }

  .doctor-profile .first-row .content .overlapped-img .profile-image {
    max-height: 260px;
    width: 260px;
  }

  .doctor-profile .first-row .content .icon-image {
    height: 25px;
    width: 25px;
  }

  .doctor-profile .first-row .content .top-side .details-wrapper .first-div .name-edu .edu-wrapper .information {
    padding: 6px 6px;
  }
}

@media (max-width: 425px) {
  .doctor-profile .first-row .content .top-side .details-wrapper .first-div .buttons {
    flex-direction: column !important;
  }

  .doctor-profile .first-row .content .top-side .details-wrapper .first-div .name-edu .edu-wrapper {
    gap: 5px;
  }
}

/* ================================================ doctor profille page top row section css End ================================================*/

/* ================================================ doctor profille page second row section css Start ================================================*/

.doctor-profile .second-row {
  margin-top: 17px;
}

.doctor-profile .second-row .details-input-wrapper {
  gap: 24px;
}

.doctor-profile .second-row .details-input-wrapper .common-wrapper {
  gap: 10px;
}

.doctor-profile .second-row .details-input-wrapper .common-wrapper .pipe {
  width: 3px;
  height: 24px;
  background: #3fc3cf;
}

.doctor-profile .second-row .details-input-wrapper .common-wrapper .titles {
  color: #000;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.doctor-profile .second-row .details-input-wrapper .common-wrapper .titles::first-letter {
  color: #e72734;
}

.doctor-profile .second-row .details-input-wrapper .first-container {
  gap: 20px;
}

.doctor-profile .second-row .details-input-wrapper .first-container .first-row {
  border-radius: 25px;
  background: rgba(24, 24, 24, 0.04);
  padding: 20px;
  gap: 15px;
}

.doctor-profile .second-row .details-input-wrapper .first-container .first-row .radio-wrapper {
  gap: 10px;
}

.doctor-profile .second-row .details-input-wrapper .first-container .first-row .radio-card {
  cursor: pointer;
  transition: all 0.2s ease;
  padding: 15px 30px;
  gap: 10px;
  border-radius: 24px;
  border: 1px solid rgba(24, 24, 24, 0.15);
}

.doctor-profile .second-row .details-input-wrapper .first-container .first-row .custom-radio {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid rgb(202, 202, 202);
  background: #ffffff;
}

.doctor-profile .second-row .details-input-wrapper .first-container .first-row .custom-radio::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgb(202, 202, 202);
  transition: 0.2s ease;
}

.doctor-profile .second-row .details-input-wrapper .first-container .first-row .radio-card input:checked+.custom-radio {
  border-color: #3fc3cf;
}

.doctor-profile .second-row .details-input-wrapper .first-container .first-row .radio-card input:checked+.custom-radio::after {
  background: #3fc3cf;
}

.doctor-profile .second-row .details-input-wrapper .first-container .first-row .label-text {
  color: #181818;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.28px;
}

.doctor-profile .second-row .details-input-wrapper .first-container .first-row .radio-card:has(input:checked) .label-text {
  font-weight: 700;
}

.doctor-profile .second-row .details-input-wrapper .first-container .first-row .radio-card:has(input:checked) {
  border: 2px solid #3fc3cf;
  background: #ecf9fb;
}

.doctor-profile .second-row .details-input-wrapper .first-container .second-row {
  padding: 20px;
  gap: 15px;
  border-radius: 25px;
  margin-top: 0px;
  background: rgba(24, 24, 24, 0.04);
}

.doctor-profile .second-row .details-input-wrapper .first-container .second-row .radio-wrapper {
  gap: 15px;
}

.doctor-profile .second-row .details-input-wrapper .first-container .second-row .radio-card {
  padding: 20px 20px;
  gap: 2px;
  border-radius: 17px;
  background: #fff;
}

.doctor-profile .second-row .details-input-wrapper .first-container .second-row .label-text {
  color: #181818;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.doctor-profile .second-row .details-input-wrapper .first-container .second-row .label-text-2 {
  color: #3fc3cf;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.doctor-profile .second-row .details-input-wrapper .first-container .second-row .radio-card:has(input:checked) .label-text {
  color: #3fc3cf;
  font-weight: 700;
}

.doctor-profile .second-row .details-input-wrapper .first-container .second-row .radio-card:has(input:checked) {
  border: 2px solid #3fc3cf;
  background: #ecf9fb;
}

.doctor-profile .second-row .details-input-wrapper .first-container .second-row .radio-card:has(input:disabled) {
  border: none;
  background: #ecf9fb;
  border-radius: 17px;
  background: rgba(24, 24, 24, 0.07);
}

.doctor-profile .second-row .details-input-wrapper .first-container .second-row .radio-card:has(input:disabled) .label-text {
  opacity: 0.5;
}

.doctor-profile .second-row .details-input-wrapper .first-container .third-row {
  padding: 20px;
  gap: 25px;
  border-radius: 25px;
  background: rgba(24, 24, 24, 0.04);
}

.doctor-profile .second-row .details-input-wrapper .first-container .third-row .radio-container {
  gap: 10px;
}

.doctor-profile .second-row .details-input-wrapper .first-container .third-row .radio-card {
  padding: 13px 20px;
  gap: 10px;
  border-radius: 45px;
  border: 1px solid rgba(24, 24, 24, 0.1);
  background: #fff;
  min-width: 231px;
  cursor: pointer;
}

.doctor-profile .second-row .details-input-wrapper .first-container .third-row .radio-card .image {
  height: 26px;
  width: auto;
}

.doctor-profile .second-row .details-input-wrapper .first-container .third-row .label-text {
  color: #181818;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.doctor-profile .second-row .details-input-wrapper .first-container .third-row .radio-card:has(input:checked) .label-text {
  color: #fff;
  font-weight: 700;
}

.doctor-profile .second-row .details-input-wrapper .first-container .third-row .radio-card:has(input:checked) {
  background: #3fc3cf;
}

.doctor-profile .second-row .details-input-wrapper .first-container .third-row .bottom-content .content {
  display: none;
}

.doctor-profile .second-row .details-input-wrapper .first-container .third-row .radio-container:has(input[value="morning"]:checked) .morning-content {
  display: flex;
  gap: 8px;
}

.doctor-profile .second-row .details-input-wrapper .first-container .third-row .radio-container:has(input[value="afternoon"]:checked) .afternoon-content {
  display: flex;
  gap: 8px;
}

.doctor-profile .second-row .details-input-wrapper .first-container .third-row .radio-container:has(input[value="evening"]:checked) .evening-content {
  display: flex;
  gap: 8px;
}

.doctor-profile .second-row .details-input-wrapper .first-container .third-row .bottom-content .radio-card-2 {
  padding: 10px 20px;
  gap: 2px;
  border-radius: 17px;
  background: #fff;
}

.doctor-profile .second-row .details-input-wrapper .first-container .third-row .bottom-content .radio-card-2 .my-label-text {
  color: #181818;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.doctor-profile .second-row .details-input-wrapper .first-container .third-row .bottom-content .radio-card-2:has(input:checked) {
  border-radius: 24px;
  border: 2px solid #3fc3cf;
  background: #ecf9fb;
}

.doctor-profile .second-row .details-input-wrapper .first-container .third-row .bottom-content .radio-card-2:has(input:checked) .my-label-text {
  color: #3fc3cf;
  font-weight: 700;
}

.doctor-profile .second-row .details-input-wrapper .first-container .third-row .bottom-content .radio-card-2:has(input:disabled) {
  border-radius: 17px;
  background: rgba(24, 24, 24, 0.07);
}

.doctor-profile .second-row .details-input-wrapper .first-container .third-row .bottom-content .radio-card-2:has(input:disabled) .my-label-text {
  opacity: 0.5;
  color: #181818;
}

.doctor-profile .second-row .details-input-wrapper .second-container {
  padding: 20px;
  border-radius: 25px;
  background: rgba(24, 24, 24, 0.04);
  gap: 20px;
}

.doctor-profile .second-row .details-input-wrapper .second-container .my-btn {
  padding: 8px 15px;
  gap: 5px;
  border-radius: 15px;
  border: 1px solid rgba(24, 24, 24, 0.11);
  background: #2bafbb;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.14);
  color: #fff;
  text-align: right;
  font-family: Urbanist;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
}

.doctor-profile .second-row .details-input-wrapper .second-container .radio-wrapper {
  gap: 20px;
}

.doctor-profile .second-row .details-input-wrapper .second-container .radio-card {
  cursor: pointer;
  transition: all 0.2s ease;
  border-radius: 24px;
  border: 1px solid rgba(24, 24, 24, 0.15);
  padding: 15px;
  gap: 8px;
  flex: 1 0 0;
}

.doctor-profile .second-row .details-input-wrapper .second-container .custom-radio {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid rgb(202, 202, 202);
  background: #ffffff;
}

.doctor-profile .second-row .details-input-wrapper .second-container .custom-radio::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgb(202, 202, 202);
  transition: 0.2s ease;
}

.doctor-profile .second-row .details-input-wrapper .second-container .radio-card input:checked+.custom-radio {
  border-color: #3fc3cf;
}

.doctor-profile .second-row .details-input-wrapper .second-container .radio-card input:checked+.custom-radio::after {
  background: #3fc3cf;
}

.doctor-profile .second-row .details-input-wrapper .second-container .label-text {
  color: #181818;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.28px;
}

.doctor-profile .second-row .details-input-wrapper .second-container .label-text-2 {
  color: #181818;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  opacity: 0.6;
}

.doctor-profile .second-row .details-input-wrapper .second-container .radio-card:has(input:checked) {
  border: 2px solid #3fc3cf;
  background: #ecf9fb;
}

.doctor-profile .second-row .details-input-wrapper .third-container {
  padding: 20px;
  gap: 25px;
  border-radius: 25px;
  background: rgba(24, 24, 24, 0.04);
  gap: 20px;
}

.doctor-profile .second-row .details-input-wrapper .third-container .main-wrapper {
  row-gap: 24px;
}

.doctor-profile .second-row .details-input-wrapper .third-container .main-wrapper .radio-wrapper {
  gap: 24px;
}

.doctor-profile .second-row .details-input-wrapper .third-container .main-wrapper .radio-card {
  cursor: pointer;
  transition: all 0.2s ease;
  padding: 11px 20px;
  gap: 10px;
  border-radius: 24px;
  border: 1px solid rgba(24, 24, 24, 0.15);
}

.doctor-profile .second-row .details-input-wrapper .third-container .main-wrapper .radio-card .my-gap {
  gap: 10px;
}

.doctor-profile .second-row .details-input-wrapper .third-container .main-wrapper .radio-card .my-gap .my-payment {
  padding: 12px 15px;
  gap: 2px;
  border-radius: 15px;
  border: 1px solid #3fc3cf;
  background: #fff;
}

.doctor-profile .second-row .details-input-wrapper .third-container .main-wrapper .radio-card .my-gap .my-payment .text {
  color: #181818;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 11px;
}

.doctor-profile .second-row .details-input-wrapper .third-container .main-wrapper .radio-card .my-gap .my-payment .text-2 {
  color: #181818;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 11px;
  opacity: 0.6;
}

.doctor-profile .second-row .details-input-wrapper .third-container .main-wrapper .custom-radio {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid rgb(202, 202, 202);
  background: #ffffff;
}

.doctor-profile .second-row .details-input-wrapper .third-container .main-wrapper .custom-radio::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgb(202, 202, 202);
  transition: 0.2s ease;
}

.doctor-profile .second-row .details-input-wrapper .third-container .main-wrapper .radio-card:has(input:checked) .custom-radio {
  border-color: #3fc3cf;
}

.doctor-profile .second-row .details-input-wrapper .third-container .main-wrapper .radio-card:has(input:checked) .custom-radio::after {
  background: #3fc3cf;
}

.doctor-profile .second-row .details-input-wrapper .third-container .main-wrapper .label-text {
  color: #181818;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.36px;
}

.doctor-profile .second-row .details-input-wrapper .third-container .main-wrapper .radio-card:has(input:checked) {
  border: 2px solid #3fc3cf;
  background: #ecf9fb;
}

.doctor-profile .second-row .details-input-wrapper .third-container .bottom-line {
  border-radius: 24px;
  border: 1px solid #fff;
  background: rgba(63, 195, 207, 0.1);
  padding: 10px 20px;
  gap: 8px;
}

.doctor-profile .second-row .details-input-wrapper .third-container .bottom-line .image {
  height: 24px;
  width: 24px;
}

.doctor-profile .second-row .details-input-wrapper .third-container .bottom-line .text {
  color: #181818;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  opacity: 0.8;
}

@media (max-width: 1400px) {
  .doctor-profile .second-row .details-input-wrapper .first-container .second-row .radio-card {
    padding: 20px 12px;
  }

  .doctor-profile .second-row .details-input-wrapper .first-container .third-row .radio-card {
    min-width: 226px;
  }

  .doctor-profile .second-row .details-input-wrapper .second-container .radio-card {
    flex: unset;
  }
}

@media (max-width: 1199.5px) {
  .doctor-profile .second-row .details-input-wrapper .first-container .third-row .radio-card {
    min-width: 186px;
  }

  .doctor-profile .second-row .details-input-wrapper .third-container .main-wrapper .radio-card .custom-width {
    width: min-content;
  }
}

@media (max-width: 767.5px) {
  .doctor-profile .second-row .details-input-wrapper .first-container .third-row .radio-card {
    min-width: unset;
    padding: 13px 19px;
  }

  .doctor-profile .second-row .details-input-wrapper .third-container .main-wrapper .radio-card .custom-width {
    width: auto;
  }
}

@media (max-width: 575.5px) {
  .doctor-profile .second-row .details-input-wrapper .first-container .first-row .radio-card {
    padding: 10px 15px;
  }

  .doctor-profile .second-row .details-input-wrapper .first-container .third-row .radio-card {
    min-width: unset;
    padding: 13px 12px;
  }

  .doctor-profile .second-row .details-input-wrapper .first-container .first-row,
  .doctor-profile .second-row .details-input-wrapper .first-container .second-row,
  .doctor-profile .second-row .details-input-wrapper .first-container .third-row,
  .doctor-profile .second-row .details-input-wrapper .second-container,
  .doctor-profile .second-row .details-input-wrapper .third-container {
    padding: 16px;
  }

  .doctor-profile .second-row .details-input-wrapper .first-container .third-row .radio-card {
    gap: 7px;
    padding: 8px 10px;
  }

  .doctor-profile .second-row .details-input-wrapper .first-container .third-row .label-text {
    font-size: 14px;
  }

  .doctor-profile .second-row .details-input-wrapper .third-container .bottom-line .text {
    font-size: 12px;
  }
}

@media (max-width: 425px) {
  .doctor-profile .second-row .details-input-wrapper .second-container .my-btn {
    padding: 8px 10px;
    font-size: 13px;
    font-weight: 600;
  }

  .doctor-profile .second-row .details-input-wrapper .first-container .second-row .radio-wrapper {
    gap: 7px;
  }

  .doctor-profile .second-row .details-input-wrapper .first-container .second-row .radio-card {
    padding: 15px 8px;
  }

  .doctor-profile .second-row .details-input-wrapper .first-container .third-row .bottom-content .radio-card-2 .my-label-text {
    font-size: 14px;
  }

  .doctor-profile .second-row .details-input-wrapper .first-container .third-row .bottom-content .radio-card-2 {
    padding: 8px 10px;
  }

  .doctor-profile .second-row .details-input-wrapper .first-container .third-row .radio-container:has(input[value="morning"]:checked) .morning-content,
  .doctor-profile .second-row .details-input-wrapper .first-container .third-row .radio-container:has(input[value="afternoon"]:checked) .afternoon-content,
  .doctor-profile .second-row .details-input-wrapper .first-container .third-row .radio-container:has(input[value="evening"]:checked) .evening-content {
    gap: 5px;
  }

  .doctor-profile .second-row .details-input-wrapper .third-container .main-wrapper .radio-card .custom-width {
    width: min-content;
  }

  .doctor-profile .second-row .details-input-wrapper .third-container .main-wrapper .label-text {
    font-size: 15px;
  }

  .doctor-profile .second-row .details-input-wrapper .third-container .main-wrapper .radio-card {
    padding: 11px 10px;
    gap: 5px;
  }

  .doctor-profile .second-row .details-input-wrapper .third-container .main-wrapper .radio-card .my-gap {
    gap: 7px;
  }
}

.doctor-profile .second-row .side-part {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.11);
  padding: 30px;
  gap: 20px;
}

.doctor-profile .second-row .side-part .common-wrapper {
  gap: 10px;
}

.doctor-profile .second-row .side-part .common-wrapper .pipe {
  width: 3px;
  height: 24px;
  background: #3fc3cf;
}

.doctor-profile .second-row .side-part .common-wrapper .titles {
  color: #000;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.doctor-profile .second-row .side-part .common-wrapper .titles::first-letter {
  color: #e72734;
}

.doctor-profile .second-row .side-part .second-part {
  border-radius: 26px;
  border: 1px solid rgba(63, 195, 207, 0.6);
  background: #fff;
  padding: 15px 20px;
  gap: 15px;
}

.doctor-profile .second-row .side-part .second-part .my-custom-calender {
  width: 52px;
  height: auto;
  gap: -8px;
  border-radius: 15.372px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
}

.doctor-profile .second-row .side-part .second-part .my-custom-calender .top-side {
  padding: 0 11px;
}

.doctor-profile .second-row .side-part .second-part .my-custom-calender .top-side .my-capsule {
  width: 6.099px;
  height: 14.272px;
  border-radius: 10.248px;
  border: 1px solid #fff;
  background: #3fc3cf;
  box-shadow: 1.025px 1.025px 2.05px 0 rgba(0, 0, 0, 0.25);
}

.doctor-profile .second-row .side-part .second-part .my-custom-calender .bottom-side {
  border-radius: 16px;
  border-top: 6px solid #3fc3cf;
  background: #21a5b1;
  box-shadow: 3px 4px 10px 0 rgba(0, 0, 0, 0.16);
  width: 52px;
  margin-top: -8px;
  padding: 10px;
}

.doctor-profile .second-row .side-part .second-part .my-custom-calender .bottom-side .text-1 {
  color: #fff;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 1.92px;
}

.doctor-profile .second-row .side-part .second-part .my-custom-calender .bottom-side .text-2 {
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.doctor-profile .second-row .side-part .second-part .year-month-time {
  gap: 4px;
}

.doctor-profile .second-row .side-part .second-part .year-month-time .my-year {
  color: #181818;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.doctor-profile .second-row .side-part .second-part .year-month-time .my-month {
  color: #181818;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
}

.doctor-profile .second-row .side-part .second-part .year-month-time .my-month::first-letter {
  color: #e72734;
}

.doctor-profile .second-row .side-part .second-part .year-month-time .my-time {
  color: #181818;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 21px;
}

.doctor-profile .second-row .side-part .apply-coupon-part {
  padding: 20px;
  gap: 25px;
  border-radius: 25px;
  background: rgba(24, 24, 24, 0.04);
}

.doctor-profile .second-row .side-part .apply-coupon-part .common-wrapper .my-gap {
  gap: 10px;
}

.doctor-profile .second-row .side-part .apply-coupon-part .coupon-list-btn {
  padding: 8px 15px;
  gap: 5px;
  border-radius: 15px;
  border: 1px solid #fff;
  background: #2bafbb;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.14);
  text-decoration: none;
  color: #fff;
  text-align: right;
  font-family: Urbanist;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.doctor-profile .second-row .side-part .apply-coupon-part .custom-input-group {
  width: 100%;
  padding: 7px 10px 7px 15px;
  border-radius: 19px;
  border: 1px solid rgba(10, 9, 9, 0.15);
  background: #fff;
}

.doctor-profile .second-row .side-part .apply-coupon-part .custom-input-group input {
  border: none;
  outline: none;
  background: transparent;
  width: inherit;

  color: rgba(33, 33, 33, 0.5);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.2px;
}

.doctor-profile .second-row .side-part .apply-coupon-part .custom-input-group .input-btn {
  padding: 5px 16px 8px 16px;
  gap: 10px;
  border-radius: 13px;
  background: #0b0c10;
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
}

.doctor-profile .second-row .side-part .apply-coupon-part .custom-input-group:focus-within {
  border: none;
}

.doctor-profile .second-row .side-part .applied-confirm {
  padding: 15px;
  gap: 10px;
  border-radius: 16px;
  background: rgba(63, 195, 207, 0.2);
}

.doctor-profile .second-row .side-part .applied-confirm .my-gap {
  gap: 10px;
}

.doctor-profile .second-row .side-part .applied-confirm .image {
  height: 24px;
  width: 24px;
}

.doctor-profile .second-row .side-part .applied-confirm .text-1 {
  color: #181818;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.28px;
}

.doctor-profile .second-row .side-part .applied-confirm .text-2 {
  color: #52525b;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.24px;
}

.doctor-profile .second-row .side-part .applied-confirm .remove-btn {
  height: 32px;
  padding: 0 15px;
  border-radius: 20px;
  border: 1px solid #e72734;
  text-decoration: none;
  color: #e72734;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: -0.24px;
}

.doctor-profile .second-row .side-part .prices-wrapper {
  padding: 20px;
  gap: 25px;
  border-radius: 25px;
  background: rgba(24, 24, 24, 0.04);
}

.doctor-profile .second-row .side-part .prices-wrapper .amount-wrapper {
  gap: 13.5px;
}

.doctor-profile .second-row .side-part .prices-wrapper .amount-wrapper .text {
  color: #181818;
  text-align: left;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  opacity: 0.8;
  overflow-wrap: anywhere;
}

.doctor-profile .second-row .side-part .prices-wrapper .amount-wrapper .price {
  color: #181818;
  text-align: right;
  font-family: Poppins;
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.doctor-profile .second-row .side-part .prices-wrapper .line {
  height: 0.9px;
  align-self: stretch;
  opacity: 0.6;
  background: #181818;
}

.doctor-profile .second-row .side-part .prices-wrapper .total-wrapper .total-text {
  color: #181818;
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.doctor-profile .second-row .side-part .prices-wrapper .total-wrapper .total-amount {
  color: #181818;
  font-family: Poppins;
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.doctor-profile .second-row .side-part .prices-wrapper .total-wrapper .total-amount::first-letter {
  color: #e72734;
}

.doctor-profile .second-row .side-part .bottom-text {
  padding: 10px 20px;
  gap: 25px;
  border-radius: 25px;
  background: rgba(24, 24, 24, 0.04);
  color: #181818;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  opacity: 0.8;
}

.doctor-profile .second-row .side-part .bottom-text a {
  opacity: 0.8;
  color: #181818;
  font-weight: 700;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.doctor-profile .second-row .side-part .paying-btn {
  padding: 15px 32px;
  gap: 15px;
  border-radius: 24px;
  border: 1px solid #fff;
  background: #2bafbb;
  box-shadow: 19px 20px 19px 0 rgba(0, 0, 0, 0.14);
  color: #fff;
  font-family: Poppins;
  font-size: 19.375px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
}

.doctor-profile .second-row .side-part .paying-btn .rupee-wrapper {
  height: 29.063px;
  gap: 1.49px;
}

.doctor-profile .second-row .side-part .paying-btn .pay-btn-img {
  width: 14px;
  height: 9px;
}

@media (max-width: 1400px) {
  .doctor-profile .second-row .side-part .paying-btn {
    padding: 15px 20px;
    gap: 11px;
    font-size: 17px;
  }
}

@media (max-width: 1199.5px) {
  .doctor-profile .second-row .side-part .second-part .year-month-time .my-time {
    font-size: 16px;
    line-height: 17px;
  }

  .doctor-profile .second-row .side-part {
    padding: 12px;
  }

  .doctor-profile .second-row .side-part .paying-btn {
    padding: 10px 10px;
    gap: 8px;
    font-size: 16px;
  }
}

@media (max-width: 991.5px) {
  .doctor-profile .second-row .side-part .second-part .year-month-time .my-time {
    font-size: 22px;
    line-height: 21px;
  }

  .doctor-profile .second-row .side-part {
    padding: 30px;
  }

  .doctor-profile .second-row .side-part .paying-btn {
    padding: 15px 32px;
    gap: 15px;
    font-size: 19.375px;
  }
}

@media (max-width: 575.5px) {
  .doctor-profile .second-row .side-part {
    padding: 16px;
  }

  .doctor-profile .second-row .side-part .second-part {
    padding: 16px;
    gap: 10px;
  }

  .doctor-profile .second-row .side-part .apply-coupon-part,
  .doctor-profile .second-row .side-part .prices-wrapper {
    padding: 16px;
    gap: 15px;
  }

  .doctor-profile .second-row .side-part .prices-wrapper .amount-wrapper {
    gap: 7px;
  }

  .doctor-profile .second-row .side-part .bottom-text {
    font-size: 12px;
  }
}

@media (max-width: 424.5px) {
  .doctor-profile .second-row .side-part .paying-btn {
    padding: 10px 10px;
    gap: 8px;
    font-size: 16px;
  }
}

@media (max-width: 375px) {
  .doctor-profile .second-row .side-part .second-part .year-month-time .my-year {
    font-size: 15px;
  }

  .doctor-profile .second-row .side-part .second-part .year-month-time .my-month {
    font-size: 15px;
  }

  .doctor-profile .second-row .side-part .second-part .year-month-time .my-time {
    font-size: 15px;
    line-height: 17px;
  }

  .doctor-profile .second-row .side-part .applied-confirm {
    padding: 10px;
  }

  .doctor-profile .second-row .side-part .applied-confirm .my-gap {
    gap: 6px;
  }

  .doctor-profile .second-row .side-part .applied-confirm .image {
    height: 18px;
    width: 18px;
  }
}

/* ================================================ doctor profille page second row section css End ================================================*/

/* ================================================ doctor profille Pop Up css start ================================================*/

.doctor-profile-popup.show .modal-dialog {
  max-width: 871px !important;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 40px -1px rgba(16, 24, 40, 0.1);
  min-height: fit-content;
}

.doctor-profile-popup .my-content {
  gap: 24px;
  padding: 15px 30px;
}

.doctor-profile-popup .my-content .cancelBtn {
  width: 31.04px;
  height: 31.04px;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  background: #f0f4f8;
}

.doctor-profile-popup .my-content .cancelBtn .image {
  height: 14px;
  width: 14px;
}

.doctor-profile-popup .my-content .content-wrapper {
  row-gap: 24px;
}

.doctor-profile-popup .my-content .content-wrapper .heading {
  color: #181818;
  font-family: Urbanist;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: capitalize;
}

.doctor-profile-popup .my-content .content-wrapper .heading span {
  color: #3fc3cf;
}

.doctor-profile-popup .my-content .content-wrapper .text {
  color: #181818;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.8;
}

.doctor-profile-popup .my-content .form-container {
  gap: 20px;
}

.doctor-profile-popup .my-content .form-container .my-form-fields {
  gap: 15px;
}

.doctor-profile-popup .my-content .form-container .my-form-fields .label-input {
  gap: 8px;
}

.doctor-profile-popup .my-content .form-container .my-form-fields .label-input .my-label {
  color: #444;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.doctor-profile-popup .my-content .form-container .my-form-fields .label-input .my-label span {
  color: #e72734;
}

.doctor-profile-popup .my-content .form-container .my-form-fields .label-input .my-input {
  padding: 11px 15px;
  border-radius: 16px;
  border: 1px solid rgba(24, 24, 24, 0.2);
  background: #fff;
  color: #6c757d;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.doctor-profile-popup .my-content .form-container .my-form-fields .label-input .my-input:focus-visible {
  outline: none;
}

.doctor-profile-popup .my-content .form-container .my-form-fields .label-input .my-input::-webkit-calendar-picker-indicator {
  position: absolute;
  right: 40px !important;
  opacity: 1;
  cursor: pointer;
}

.doctor-profile-popup .my-content .form-container .my-form-fields .label-input .radio-wrapper {
  gap: 10px;
}

.doctor-profile-popup .my-content .form-container .my-form-fields .label-input .radio-card {
  padding: 10px 15px;
  gap: 10px;
  border-radius: 24px;
  border: 1px solid rgba(24, 24, 24, 0.2);
}

.doctor-profile-popup .my-content .form-container .my-form-fields .label-input .custom-radio {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid rgb(202, 202, 202);
  background: #ffffff;
}

.doctor-profile-popup .my-content .form-container .my-form-fields .label-input .custom-radio::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgb(202, 202, 202);
  transition: 0.2s ease;
}

.doctor-profile-popup .my-content .form-container .my-form-fields .label-input .radio-card input:checked+.custom-radio {
  border-color: #3fc3cf;
}

.doctor-profile-popup .my-content .form-container .my-form-fields .label-input .radio-card input:checked+.custom-radio::after {
  background: #3fc3cf;
}

.doctor-profile-popup .my-content .form-container .my-form-fields .label-input .label-text {
  color: #181818;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.28px;
}

.doctor-profile-popup .my-content .form-container .my-form-fields .label-input .radio-card:has(input:checked) .label-text {
  font-weight: 700;
}

.doctor-profile-popup .my-content .form-container .my-form-fields .label-input .radio-card:has(input:checked) {
  border: 2px solid #3fc3cf;
  background: #ecf9fb;
}

.doctor-profile-popup .my-content .form-container .my-form-fields .label-input .custom-select-wrapper {
  position: relative;
  width: 100%;
}

.doctor-profile-popup .my-content .form-container .my-form-fields .label-input .custom-select-box {
  cursor: pointer;
  position: relative;
  padding: 11px 15px;
  border-radius: 16px;
  border: 1px solid rgba(24, 24, 24, 0.2);
  background: #fff;
  color: #6c757d;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.doctor-profile-popup .my-content .form-container .my-form-fields .label-input .custom-select-box::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 5px;
  background: url("../img/popup-select-arrow.png") no-repeat center;
  background-size: contain;
}

.doctor-profile-popup .my-content .form-container .my-form-fields .label-input .custom-options {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: none;
  z-index: 999;
  padding: 15px;
  align-self: stretch;
  flex-direction: column;
  gap: 10px;
  border-radius: 20px;
  border: 1px solid rgba(24, 24, 24, 0.1);
  background: #fff;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.09);
  max-height: 150px;
  overflow-y: auto;
  overflow-x: hidden;
  box-sizing: border-box;
}

.doctor-profile-popup .my-content .form-container .my-form-fields .label-input .custom-options::-webkit-scrollbar {
  width: 0px;
}

.doctor-profile-popup .my-content .form-container .my-form-fields .label-input .custom-options::-webkit-scrollbar-thumb {
  background: #3fc3cf;
  border-radius: 10px;
}

.doctor-profile-popup .my-content .form-container .my-form-fields .label-input .custom-select-wrapper.active .custom-options {
  display: flex;
}

.doctor-profile-popup .my-content .form-container .my-form-fields .label-input .option {
  padding: 10px;
  cursor: pointer;
  border-radius: 10px;
  background: #ecf9fb;
  color: #52525b;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.28px;
}

.doctor-profile-popup .my-content .form-container .my-form-fields .label-input .option.active {
  background: #3fb0b7;
  color: #fff;
  font-weight: 600;
  border-radius: 10px;
  background: #3fc3cf;
}

.doctor-profile-popup .my-content .form-container .my-submit-btn {
  border-radius: 12px;
  border: 1px solid #fff;
  background: #3fc3cf;
  box-shadow: 11px 13px 19px 0 rgba(0, 0, 0, 0.06);
  padding: 10px 15px;
  width: -webkit-fill-availabel;
  color: #fff;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: -0.28px;
  text-decoration: none;
}

@media (max-width: 991px) {
  .doctor-profile-popup .my-content .content-wrapper .heading {
    font-size: 37px;
  }
}

@media (max-width: 575.5px) {
  .doctor-profile-popup .my-content .content-wrapper .heading {
    font-size: 20px;
  }

  .doctor-profile-popup .my-content .content-wrapper .text {

    font-size: 14px;
  }
}

/* ================================================ doctor profille Pop Up css End ================================================*/

/* ================================================ Doctor Profile Page Gallery & Faq Section css Start ================================================*/
.doctor-gallery-faq {
  /* margin-top: 100px; */
}

.doctor-gallery-faq .faq {
  margin-top: 0px !important;
}

.doctor-gallery-faq .my-gallery {
  gap: 30px;
}

.doctor-gallery-faq .my-gallery .gallery-wrapper {
  padding: 20px;
  gap: 25px;
  border-radius: 25px;
  background: rgba(24, 24, 24, 0.04);
}

.doctor-gallery-faq .my-gallery .gallery-wrapper .gallery-name {
  color: #181818;
  font-family: Urbanist;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: capitalize;
}

.doctor-gallery-faq .my-gallery .gallery-wrapper .gallery-name::first-letter {
  color: #3fc3cf;
}

.doctor-gallery-faq .my-gallery .gallery-wrapper .image-wrapper-container {
  row-gap: 10px;
  column-gap: 4px;
}

.doctor-gallery-faq .my-gallery .gallery-wrapper .image-wrapper-container .image-wrapper {
  padding: 3px;
  gap: 10px;
  border-radius: 22px;
  border: 1px solid #fff;
  background: #3fc3cf;
}

.doctor-gallery-faq .my-gallery .gallery-wrapper .image-wrapper-container .image-wrapper .gallery-image {
  height: 90px;
  width: 110.5px;
  border-radius: 20px;
  border: 1px solid #fff;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.15);
  object-fit: cover;
}

.doctor-profile-download-sec {
  padding-bottom: 100px !important;
}

@media (max-width: 1400px) {
  .doctor-gallery-faq .my-gallery .gallery-wrapper .image-wrapper-container .image-wrapper .gallery-image {
    height: 80px;
    width: 91px;
  }

  .doctor-profile-download-sec {
    padding-bottom: 100px !important;
  }
}

@media (max-width: 1199.5px) {
  .doctor-profile-download-sec {
    padding-bottom: 50px !important;
  }
}

@media (max-width: 991.5px) {
  .doctor-profile-download-sec {
    padding-bottom: 0px !important;
  }
}

@media (max-width: 575.5px) {
  .doctor-gallery-faq .my-gallery .gallery-wrapper .gallery-name {
    font-size: 30px;
  }
}

.gallery-slider {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  display: none;

  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.gallery-slider .gallery-slider-content {
  width: 800px;
  height: 500px;

  max-width: 90%;
  max-height: 85vh;

  min-width: 280px;
  min-height: 200px;

  display: flex;
  justify-content: center;
  align-items: center;

  background: transparent;
  border-radius: 12px;
  overflow: hidden;
}

.gallery-slider .gallery-slider-content .gallery-slider-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.gallery-slider-close-btn {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
  z-index: 10;
}

.gallery-slider .nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  color: #d0f9ff;
  cursor: pointer;
  z-index: 10;
}

.gallery-slider .gallery-slider-prev {
  left: 20px;
}

.gallery-slider .gallery-slider-next {
  right: 20px;
}

@media (max-width: 575.5px) {
  .gallery-slider .nav {
    top: 90%;
  }
}

/* ================================================ Doctor Profile Page Gallery & Faq Section css css End ================================================*/

/* doctor profille section css End */
/* ================================================ Doctor Profile Page CSS End ================================================*/

/* ================================================ Hospital Detail Page CSS Start ================================================*/
.hospital-detail-hero {
  margin-top: 180px;
}

.hospital-detail-hero .hero-card {
  padding: 30px;
  gap: 15px;
  border-radius: 28px;
  border: 1px solid rgba(1, 4, 9, 0.07);
  background: #fff;
  box-shadow: 5px 8px 55px 0 rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.hospital-detail-hero .hero-card .top-side {
  gap: 20px;
}

.hospital-detail-hero .hero-card .top-side .image-wrapper {
  border-radius: 40px;
  border: 1px solid rgba(63, 195, 207, 0.78);
  background: rgba(63, 195, 207, 0.05);
}

.hospital-detail-hero .hero-card .top-side .image-wrapper .image {
  width: 121px;
  height: 121px;
}

.hospital-detail-hero .hero-card .top-side .content-wrapper {
  gap: 15px;
}

.hospital-detail-hero .hero-card .top-side .content-wrapper .up-side {
  gap: 10px;
}

.hospital-detail-hero .hero-card .top-side .content-wrapper .up-side .text {
  color: #181818;
  font-family: Urbanist;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.hospital-detail-hero .hero-card .top-side .content-wrapper .up-side .custom-capsule-wrapper {
  gap: 10px;
}

.hospital-detail-hero .hero-card .top-side .content-wrapper .up-side .custom-capsule-wrapper .custom-capsule {
  border-radius: 10px;
  background: #e6f7f9;
  padding: 6px 10px;
  gap: 3px;
}

.hospital-detail-hero .hero-card .top-side .content-wrapper .up-side .custom-capsule-wrapper .custom-capsule .image-icon {
  height: 20px;
  width: 20px;
}

.hospital-detail-hero .hero-card .top-side .content-wrapper .up-side .custom-capsule-wrapper .custom-capsule .text {
  color: #181818;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.hospital-detail-hero .hero-card .top-side .content-wrapper .bottom-side {
  gap: 10px;
}

.hospital-detail-hero .hero-card .top-side .content-wrapper .bottom-side .call-btn {
  border-radius: 15px;
  border: 1px solid #fff;
  background: #2bafbb;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.14);
  padding: 10px 15px;
  gap: 10px;
  color: #fff;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
}

.hospital-detail-hero .hero-card .top-side .content-wrapper .bottom-side .save-btn {
  padding: 8px;
  gap: 10px;
  border-radius: 13px;
  border: 1px solid rgba(29, 29, 29, 0.1);
}

.hospital-detail-hero .hero-card .top-side .content-wrapper .bottom-side .save-btn .icon-img {
  height: 23px;
  width: 23px;
}

.hospital-detail-hero .hero-card .top-side .content-wrapper .bottom-side .call-btn .image {
  height: 22px;
  width: 22pxx;
}

.hospital-detail-hero .hero-card .line {
  opacity: 0.2;
  background: #181818;
  height: 1px;
  width: 100%;
}

.hospital-detail-hero .hero-card .down-side {
  padding: 7px 7px 7px 10px;
  gap: 10px;
  border-radius: 15px;
  background: rgba(24, 24, 24, 0.06);
}

.hospital-detail-hero .hero-card .down-side .address {
  gap: 5px;
}

.hospital-detail-hero .hero-card .down-side .address .icon-img {
  width: 21px;
  height: 22px;
}

.hospital-detail-hero .hero-card .down-side .address .text {
  color: #181818;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  opacity: 0.6;
}

.hospital-detail-hero .hero-card .down-side .address .direction-btn {
  padding: 8px 15px;
  gap: 5px;
  border-radius: 15px;
  border: 1px solid rgba(24, 24, 24, 0.15);
  background: #fff;
  text-decoration: none;
}

.hospital-detail-hero .hero-card .down-side .address .direction-btn .direction-img {
  width: 22px;
  height: 22px;
}

.hospital-detail-hero .hero-card .down-side .address .direction-btn .direction-text {
  color: #181818;
  text-align: right;
  font-family: Urbanist;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.hospital-detail-hero .gallery-container {
  height: 273px;
  gap: 15px;
}

.hospital-detail-hero .gallery-container .image-1 {
  width: 247px;
  height: 273px;
  object-fit: cover;
  border-radius: 30px;
  border: 2px solid rgba(0, 0, 0, 0.09);
}

.hospital-detail-hero .gallery-container .main-wrap {
  gap: 15px;
}

.hospital-detail-hero .gallery-container .image-wrapper-2 {
  gap: 15px;
}

.hospital-detail-hero .gallery-container .image-wrapper-2 .image-1 {
  height: 129px;
  width: 129px;
  border-radius: 30px 30px 0 30px;
  border: 2px solid rgba(0, 0, 0, 0.09);
  object-fit: cover;
}

.hospital-detail-hero .gallery-container .image-wrapper-2 .image-2 {
  height: 129px;
  width: 129px;
  border-radius: 30px 0 30px 30px;
  border: 2px solid rgba(0, 0, 0, 0.09);
  object-fit: cover;
}

.hospital-detail-hero .gallery-container .image-wrapper-2 .image-3 {
  height: 129px;
  width: 129px;
  border-radius: 30px 30px 30px 0;
  border: 2px solid rgba(0, 0, 0, 0.09);
  object-fit: cover;
}

.hospital-detail-hero .gallery-container .image-wrapper-2 .image-4 {
  height: 129px;
  width: 129px;
  border-radius: 0 30px 30px 30px;
  border: 2px solid rgba(0, 0, 0, 0.09);
  object-fit: cover;
}

.hospital-detail-hero .gallery-container .image-wrapper-2 .last-img {
  position: relative;
}

/* Overlay */
.hospital-detail-hero .gallery-container .image-wrapper-2 .last-img::after {
  content: "5+";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 0 30px 30px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  font-family: Urbanist;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

@media (max-width: 1400px) {
  .hospital-detail-hero .gallery-container .image-1 {
    width: 200px;
  }

  .hospital-detail-hero .gallery-container .image-wrapper-2 .image-1,
  .hospital-detail-hero .gallery-container .image-wrapper-2 .image-2,
  .hospital-detail-hero .gallery-container .image-wrapper-2 .image-3,
  .hospital-detail-hero .gallery-container .image-wrapper-2 .image-4 {
    height: 129px;
    width: 111px;
  }
}

@media (max-width: 1200px) {
  .hospital-detail-hero .gallery-container .image-1 {
    width: 200px;
    height: 200px;
  }

  .hospital-detail-hero .gallery-container .image-wrapper-2 .image-1,
  .hospital-detail-hero .gallery-container .image-wrapper-2 .image-2,
  .hospital-detail-hero .gallery-container .image-wrapper-2 .image-3,
  .hospital-detail-hero .gallery-container .image-wrapper-2 .image-4 {
    height: 95px;
    width: 90px;
  }

  .hospital-detail-hero .gallery-container .image-wrapper-2 {
    gap: 8px;
  }

  .hospital-detail-hero .gallery-container .main-wrap {
    gap: 8px;
  }
}

@media (max-width: 991.5px) {
  .hospital-detail-hero .gallery-container {
    height: unset;
    margin-top: 50px;
  }

  .hospital-detail-hero .gallery-container .image-1 {
    width: 247px;
    height: 273px;
  }

  .hospital-detail-hero .gallery-container .image-wrapper-2 .image-1,
  .hospital-detail-hero .gallery-container .image-wrapper-2 .image-2,
  .hospital-detail-hero .gallery-container .image-wrapper-2 .image-3,
  .hospital-detail-hero .gallery-container .image-wrapper-2 .image-4 {
    height: 129px;
    width: 129px;
  }

  .hospital-detail-hero .gallery-container .image-wrapper-2 {
    gap: 15px;
  }

  .hospital-detail-hero .gallery-container .main-wrap {
    gap: 15px;
  }

  .hospital-detail-hero {
    margin-top: 150px;
  }
}

@media (max-width: 575.5px) {
  .hospital-detail-hero .hero-card {
    padding: 16px;
  }

  .hospital-detail-hero .hero-card .top-side .content-wrapper .up-side .text {
    font-size: 18px;
    text-align: center;
  }

  .hospital-detail-hero {
    margin-top: 130px;
  }
}

.hospital-tabs-sec {
  margin-top: 70px;
}

.hospital-tabs-sec .sticky-col {
  position: sticky;
  top: 20px;
  height: fit-content;
}

.hospital-tabs-sec .tabs-wrapper {
  padding: 30px 20px;
  gap: 15px;
  border-radius: 28px;
  border: 1px solid rgba(1, 4, 9, 0.07);
  background: #fff;
  box-shadow: 5px 8px 25px 0 rgba(0, 0, 0, 0.06);
}

.hospital-tabs-sec .tabs-wrapper .nav-item {
  width: 100%;
}

.hospital-tabs-sec .tabs-wrapper .nav-item .nav-link {
  border-radius: 25px;
  background: rgba(24, 24, 24, 0.07);
  padding: 20px;
  gap: 10px;
  color: #181818;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.hospital-tabs-sec .tabs-wrapper .nav-item .nav-link.active,
.hospital-tabs-sec .tabs-wrapper .nav-item .nav-link:hover {
  color: #fff;
  font-weight: 700;
}

.hospital-tabs-sec .tabs-wrapper .nav-item .nav-link svg {
  width: 30px;
  height: 30px;
}

.hospital-tabs-sec .tabs-wrapper .nav-item .nav-link.active svg path,
.hospital-tabs-sec .tabs-wrapper .nav-item .nav-link:hover svg path {
  fill: #ffffff;
}

.hospital-tabs-sec .tabs-wrapper .nav-item .nav-link.active,
.hospital-tabs-sec .tabs-wrapper .nav-item .nav-link:hover {
  border-radius: 25px;
  border: 2px solid #fff;
  background: #3fc3cf;
  box-shadow: 9px 10px 19px 0 rgba(0, 0, 0, 0.16);
}

@media (max-width: 1199.5px) {
  .hospital-tabs-sec .tabs-wrapper .nav-item .nav-link {
    padding: 12px;
    gap: 6px;
    font-size: 14px;
  }
}

@media (max-width: 991.5px) {
  .hospital-tabs-sec .tabs-wrapper .nav-item {
    width: max-content !important;
    white-space: nowrap;
  }

  .hospital-tabs-sec .tabs-wrapper {
    overflow-x: scroll;
    flex-wrap: nowrap;
  }

  .hospital-tabs-sec .tabs-wrapper {
    padding: 20px 15px;
  }

  .hospital-tabs-sec .tabs-wrapper .nav-item .nav-link {
    padding: 10px 16px;
    gap: 6px;
    font-size: 16px;
  }

  .hospital-tabs-sec .tabs-wrapper::-webkit-scrollbar {
    display: none;
  }

  .hospital-tabs-sec .sticky-col {
    position: unset;
  }
}

@media (max-width: 575.5px) {
  .hospital-tabs-sec .tabs-wrapper {
    padding: 20px 10px;
    gap: 10px;
  }

  .hospital-tabs-sec .tabs-wrapper .nav-item .nav-link {
    font-size: 15px;
  }

  .hospital-tabs-sec .tabs-wrapper .nav-item .nav-link svg {
    width: 20px;
    height: 20px;
  }
}

/* First Tab css Start */
.hospital-tabs-sec .doctor-list-search-results {
  margin-top: 0px;
  row-gap: 24px;
}

.hospital-tabs-sec .doctor-list-search-results .slider-card .upside .introduction .name-edu-post .name-edu .education {
  padding: 3px;
}

.hospital-tabs-sec .doctor-list-search-results .slider-card .bottom-side {
  display: flex;
  align-items: center;
  gap: 12px;
  align-self: stretch;
}

.hospital-tabs-sec .doctor-list-search-results .slider-card .bottom-side .text-wrapper {
  gap: 2.05px;
  color: #3fc3cf;
  font-family: Urbanist;
  font-size: 18.449px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.hospital-tabs-sec .doctor-list-search-results .slider-card .bottom-side .text-wrapper span {
  color: #e72734;
}

.hospital-tabs-sec .doctor-list-search-results .slider-card .bottom-side .tab-text-1 {
  color: #010409;
  font-family: Urbanist;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  opacity: 0.65;
}

.hospital-tabs-sec .doctor-list-search-results .slider-card .bottom-side .book-btn {
  padding: 10px 25px;
  gap: 5px;
  border-radius: 15px;
  border: 1px solid #fff;
  background: #2bafbb;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.14);
  color: #fff;
  text-align: right;
  font-family: Urbanist;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media (max-width: 575.5px) {
  .hospital-tabs-sec .doctor-list-search-results {
    padding-right: 16px;
    padding-left: 16px;
  }
}

@media (max-width: 375px) {
  .hospital-tabs-sec .doctor-list-search-results .slider-card .bottom-side .book-btn {
    padding: 10px 15px;
  }

  .hospital-tabs-sec .doctor-list-search-results .slider-card .bottom-side .tab-text-1 {
    text-align: center;
  }
}

/* First Tab css End */

/* Second Tab css Start */
.hospital-tabs-sec .second-tab {
  row-gap: 24px;
}

.hospital-tabs-sec .second-tab .custom-card {
  border-radius: 24px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.3);
  box-shadow: 0 10px 40px -1px rgba(16, 24, 40, 0.1);
  backdrop-filter: blur(32px);
  padding: 15px 15px 20px 15px;
  gap: 20px;
}

.hospital-tabs-sec .second-tab .custom-card .image-wrapper {
  height: 190px;
  padding: 5px;
  gap: 10px;
  border-radius: 20px;
  border: 4px solid #fff;
  background: rgba(63, 195, 207, 0.3);
  box-shadow: 1px 4px 12px 0 rgba(0, 0, 0, 0.09);
  backdrop-filter: blur(6.5px);
}

.hospital-tabs-sec .second-tab .custom-card .image-wrapper .my-image {
  border-radius: 15px;
  border: 1px solid #fff;
  box-shadow: 2px 6px 7px 0 rgba(0, 0, 0, 0.08);
  height: 175px;
  width: 212px;
  object-fit: cover;
}

.hospital-tabs-sec .second-tab .custom-card .information {
  gap: 8px;
}

.hospital-tabs-sec .second-tab .custom-card .information .pipe {
  width: 3px;
  height: 24px;
  background: #3fc3cf;
  border-radius: 50px;
}

.hospital-tabs-sec .second-tab .custom-card .information .text {
  color: #181818;
  font-family: Urbanist;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.hospital-tabs-sec .second-tab .custom-card .information .text::first-letter {
  color: #e72734;
}

@media (max-width: 1199.5px) {
  .hospital-tabs-sec .second-tab .custom-card .image-wrapper {
    height: 168px;
  }

  .hospital-tabs-sec .second-tab .custom-card .image-wrapper .my-image {
    height: 150px;
    width: 167px;
  }
}

@media (max-width: 575.5px) {
  .hospital-tabs-sec .second-tab {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (max-width: 525.5px) {
  .hospital-tabs-sec .second-tab .custom-card .image-wrapper .my-image {
    height: 85px;
    width: 100px;
  }

  .hospital-tabs-sec .second-tab .custom-card .image-wrapper {
    height: 100px;
  }

  .hospital-tabs-sec .second-tab .custom-card {
    padding: 10px;
  }

  .hospital-tabs-sec .second-tab .custom-card .information {
    gap: 5px;
  }

  .hospital-tabs-sec .second-tab .custom-card .information .text {
    font-size: 14px;
  }

  .hospital-tabs-sec .second-tab .custom-card .information .pipe {
    height: 16px;
  }
}

/* Second Tab css End */

/* Third Tab css Start */
.hospital-tabs-sec .third-tab {
  padding: 20px;
  gap: 25px;
  border-radius: 25px;
  background: rgba(24, 24, 24, 0.04);
}

.hospital-tabs-sec .third-tab .text {
  color: #181818;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.8;
}

@media (max-width: 767.5px) {
  .hospital-tabs-sec .third-tab .heading {
    font-size: 30px;
  }

  .hospital-tabs-sec .third-tab {
    gap: 15px;
  }
}

@media (max-width: 575.5px) {
  .hospital-tabs-sec .third-tab {
    padding: 16px;
  }
}

/* Third Tab css End */

/* Fourth Tab css Start */

.hospital-tabs-sec .faq {
  margin-top: 0px;
}

.hospital-tabs-sec .faq .faq-container {
  gap: 24px;
}

@media (max-width: 575.5px) {
  .hospital-tabs-sec .faq .faq-container {
    gap: 15px;
  }
}

/* Fourth Tab css End */
/* ================================================ Hospital Detail Page CSS End ================================================*/

/* ================================================ User Profile Page CSS Start ================================================*/
.user-profile-hero .hero-bottom-line {
  bottom: -90px;
  width: 100%;
}

.user-profile-hero .circle-img {
  max-height: 150px;
}

.user-profile-hero .line {
  z-index: 1;
  top: -100px;
  max-height: 362px;
}

@media (max-width: 991px) {
  .user-profile-hero .hero-bottom-line {
    bottom: -76px;
  }

  .user-profile-hero .line {
    max-height: 350px;
  }
}

@media (max-width: 767.5px) {
  .user-profile-hero .hero-bottom-line {
    bottom: -52px;
  }

  .user-profile-hero .line {
    max-height: 330px;
  }
}

@media (max-width: 524.5px) {
  .user-profile-hero .hero-bottom-line {
    bottom: -40px;
  }
}

@media (max-width: 424.5px) {
  .user-profile-hero .hero-bottom-line {
    bottom: -30px;
  }
}

.user-profile-sec {
  z-index: 100;
  position: relative;
  margin-top: -20px;
}

.user-profile-sec .card-wrapper {
  padding: 50px 30px;
  gap: 20px;
  border-radius: 28px;
  border: 1px solid rgba(1, 4, 9, 0.07);
  background: #fff;
  box-shadow: 5px 8px 55px 0 rgba(0, 0, 0, 0.08);
  overflow: hidden;
  height: fit-content;
}

.user-profile-sec .card-wrapper .profile-wrapper {
  gap: 10px;
}

.user-profile-sec .card-wrapper .profile-wrapper .profile-name-circle {
  width: 81px;
  height: 81px;
  gap: 10px;
  border-radius: 40px;
  border: 2px solid #fff;
  background: linear-gradient(180deg, #3fc3cf 0%, #3a8d95 100%);
  box-shadow: 5px 6px 10px 0 rgba(0, 0, 0, 0.09);
  color: #fff;
  text-align: center;
  font-family: Urbanist;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.user-profile-sec .card-wrapper .profile-wrapper .name-capsule {
  gap: 10px;
}

.user-profile-sec .card-wrapper .profile-wrapper .name-capsule .name {
  color: #181818;
  text-align: center;
  font-family: Urbanist;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.user-profile-sec .card-wrapper .profile-wrapper .name-capsule .capsule-wrapper {
  gap: 10px;
}

.user-profile-sec .card-wrapper .profile-wrapper .name-capsule .capsule-wrapper .my-capsule {
  padding: 5.538px 13.846px 5.538px 9.231px;
  gap: 4.615px;
  border-radius: 9.231px;
  background: #e6f7f9;
}

.user-profile-sec .card-wrapper .profile-wrapper .name-capsule .capsule-wrapper .my-capsule .icon-img {
  width: 18px;
  height: 18px;
}

.user-profile-sec .card-wrapper .profile-wrapper .name-capsule .capsule-wrapper .my-capsule .text {
  color: #181818;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.user-profile-sec .card-wrapper .line {
  opacity: 0.15;
  background: #181818;
  width: 100%;
  height: 1px;
}

.user-profile-sec .card-wrapper .menu-wrapper {
  gap: 5px;
}

.user-profile-sec .card-wrapper .menu-wrapper .nav-item {
  width: 100%;
}

.user-profile-sec .card-wrapper .menu-wrapper .nav-item .nav-link {
  padding: 10px 15px 10px 10px;
  gap: 10px;
  border: none;
}

.user-profile-sec .card-wrapper .menu-wrapper .nav-item .nav-link .option-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}

.user-profile-sec .card-wrapper .menu-wrapper .nav-item .nav-link svg {
  height: 24px;
  width: 24px;
}

.user-profile-sec .card-wrapper .menu-wrapper .nav-item .nav-link .text {
  color: #181818;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  opacity: 0.8;
}

.user-profile-sec .card-wrapper .menu-wrapper .nav-item .nav-link .menu-capsule {
  padding: 1px 8px;
  border-radius: 20px;
  border: 1px solid rgba(24, 24, 24, 0.15);
  background: #3fc3cf;
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 10.5px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.user-profile-sec .card-wrapper .menu-wrapper .nav-item .nav-link:hover,
.user-profile-sec .card-wrapper .menu-wrapper .nav-item .nav-link.active {
  border-radius: 12px;
  background: #2bafbb;
}

.user-profile-sec .card-wrapper .menu-wrapper .nav-item .nav-link:hover .text,
.user-profile-sec .card-wrapper .menu-wrapper .nav-item .nav-link.active .text {
  color: #fff;
  font-weight: 700;
  opacity: 1;
}

.user-profile-sec .card-wrapper .menu-wrapper .nav-item .nav-link.active svg path,
.user-profile-sec .card-wrapper .menu-wrapper .nav-item .nav-link:hover svg path {
  fill: #ffffff;
}

.user-profile-sec .card-wrapper .menu-wrapper .nav-item .nav-link:hover .menu-capsule,
.user-profile-sec .card-wrapper .menu-wrapper .nav-item .nav-link.active .menu-capsule {
  border: 1px solid rgba(24, 24, 24, 0.15);
  background: #fff;
  color: #181818;
}

.user-profile-sec .common-tab-content .title-container {
  gap: 10px;
}

.user-profile-sec .common-tab-content .title-container .title {
  color: #181818;
  font-family: Urbanist;
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: capitalize;
}

.user-profile-sec .common-tab-content .title-container .title span {
  color: #3fc3cf;
  font-family: Urbanist;
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: capitalize;
}

.user-profile-sec .common-tab-content .title-container .text {
  color: #181818;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.8;
}

.user-profile-sec .common-tab-content .common-btn {
  padding: 10px 25px;
  gap: 5px;
  border-radius: 15px;
  border: 1px solid #fff;
  background: #2bafbb;
  text-decoration: none;
}

.user-profile-sec .common-tab-content .common-btn .image-icon {
  height: 15px;
  width: 15px;
}

.user-profile-sec .common-tab-content .common-btn .text {
  color: #fff;
  text-align: right;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.user-profile-sec .custom-padding {
  padding-top: 100px;
}

@media (max-width: 1400px) {
  .user-profile-sec .card-wrapper {
    padding: 50px 16px;
  }

  .user-profile-sec .card-wrapper .menu-wrapper .nav-item .nav-link .text {
    font-size: 15px;
  }

  .user-profile-sec .card-wrapper .profile-wrapper .name-capsule .capsule-wrapper .my-capsule {
    padding: 5.538px 8px 5.538px 8px;
  }

  .user-profile-sec .card-wrapper .menu-wrapper .nav-item .nav-link .option-wrapper,
  .user-profile-sec .card-wrapper .menu-wrapper .nav-item .nav-link {
    gap: 6px;
  }
}

@media (max-width: 1200px) {
  .user-profile-sec .card-wrapper {
    max-width: 312px;
    padding: 16px;
  }
}

@media (max-width: 991.5px) {
  .user-profile-sec .custom-padding {
    padding-top: 50px;
  }
}

/* user-profile First tab CSS Start */
.user-profile-sec .first-tab {
  row-gap: 24px;
}

.user-profile-sec .first-tab .consultation-card {
  border-radius: 28px;
  border: 1px solid rgba(15, 23, 42, 0.07);
  background: #fff;
  box-shadow:
    0 1px 3px 0 rgba(15, 23, 42, 0.06),
    0 1px 2px 0 rgba(15, 23, 42, 0.04);
  overflow: hidden;
}

.user-profile-sec .first-tab .consultation-card .my-line {
  height: 6px;
  align-self: stretch;
  background: linear-gradient(90deg, #10b981 0%, #34d399 100%);
}

.user-profile-sec .first-tab .consultation-card .my-line-2 {
  height: 6px;
  align-self: stretch;
  background: linear-gradient(90deg, #3b82f6 0%, #60a5fa 100%);
}

.user-profile-sec .first-tab .consultation-card .my-line-3 {
  height: 6px;
  align-self: stretch;
  background: linear-gradient(90deg, #f59e0b 0%, #fcd34d 100%);
}

.user-profile-sec .first-tab .consultation-card .top-side {
  padding: 20px;
  gap: 10px;
}

.user-profile-sec .first-tab .consultation-card .top-side .name-wrapper {
  gap: 14px;
}

.user-profile-sec .first-tab .consultation-card .top-side .name-wrapper .name-box {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  border: 2px solid rgba(59, 130, 246, 0.1);
  background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
  color: #3b82f6;
  text-align: center;
  font-family: Poppins;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.user-profile-sec .first-tab .consultation-card .top-side .name-wrapper .text-wrapper {
  gap: 2px;
}

.user-profile-sec .first-tab .consultation-card .top-side .name-wrapper .text-wrapper .text-1 {
  color: #181818;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.user-profile-sec .first-tab .consultation-card .top-side .name-wrapper .text-wrapper .text-2 {
  color: #64748b;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.22px;
}

.user-profile-sec .first-tab .consultation-card .top-side .date-time-wrapper {
  padding: 5px 16px;
  gap: 20px;
  border-radius: 12px;
  border: 1px solid rgba(15, 23, 42, 0.07);
  background: #f8fafc;
  width: 100%;
}

.user-profile-sec .first-tab .consultation-card .top-side .date-time-wrapper .date-wrapper {
  gap: 8px;
}

.user-profile-sec .first-tab .consultation-card .top-side .date-time-wrapper .date-wrapper .icon-img {
  height: 15px;
  width: 15px;
}

.user-profile-sec .first-tab .consultation-card .top-side .date-time-wrapper .date-wrapper .text {
  color: #181818;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.user-profile-sec .first-tab .consultation-card .top-side .date-time-wrapper .line {
  width: 1px;
  height: 24px;
  opacity: 0.1;
  background: #181818;
}

.user-profile-sec .first-tab .consultation-card .capsule-wrapper {
  gap: 10px;
}

.user-profile-sec .first-tab .consultation-card .capsule-wrapper .my-capsule {
  padding: 4px 10px;
  gap: 5px;
  border-radius: 20px;
  background: rgba(16, 185, 129, 0.1);
}

.user-profile-sec .first-tab .consultation-card .capsule-wrapper .my-capsule .icon {
  height: 11px;
  width: 11px;
}

.user-profile-sec .first-tab .consultation-card .capsule-wrapper .my-capsule .text {
  color: #059669;
  font-family: Poppins;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.22px;
}

.user-profile-sec .first-tab .consultation-card .capsule-wrapper .my-capsule .text-2 {
  color: #2563eb;
  font-family: Poppins;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.22px;
}

.user-profile-sec .first-tab .consultation-card .capsule-wrapper .my-capsule .text-3 {
  color: #d97706;
  font-family: Poppins;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.22px;
}

.user-profile-sec .first-tab .consultation-card .capsule-wrapper .my-capsule .circle {
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: #10b981;
}

.user-profile-sec .first-tab .consultation-card .capsule-wrapper .my-capsule .circle-2 {
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: #3b82f6;
}

.user-profile-sec .first-tab .consultation-card .capsule-wrapper .my-capsule .circle-3 {
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: #f59e0b;
}

.user-profile-sec .first-tab .consultation-card .bottom-side {
  padding: 14px 15px;
  gap: 5px;
  border-top: 1px solid rgba(15, 23, 42, 0.07);
  background: #fafbfc;
}

.user-profile-sec .first-tab .consultation-card .bottom-side .view-btn {
  padding: 6px 12px;
  gap: 6px;
  border-radius: 9px;
  border: 1px solid rgba(59, 130, 246, 0.15);
  background: rgba(59, 130, 246, 0.08);
  text-decoration: none;
}

.user-profile-sec .first-tab .consultation-card .bottom-side .view-btn .eye-img {
  width: 13px;
  height: 13px;
}

.user-profile-sec .first-tab .consultation-card .bottom-side .view-btn .text {
  color: #3b82f6;
  text-align: center;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.user-profile-sec .first-tab .consultation-card .bottom-side .view-btn.active,
.user-profile-sec .first-tab .consultation-card .bottom-side .view-btn:hover {
  background: #3b82f6;
  box-shadow: 0 4px 12px 0 rgba(59, 130, 246, 0.3);
}

.user-profile-sec .first-tab .consultation-card .bottom-side .view-btn.active .eye-img,
.user-profile-sec .first-tab .consultation-card .bottom-side .view-btn:hover .eye-img {
  content: url(../img/eye-icon-hover-img.png);
}

.user-profile-sec .first-tab .consultation-card .bottom-side .view-btn.active .text,
.user-profile-sec .first-tab .consultation-card .bottom-side .view-btn:hover .text {
  color: #fff;
}

.user-profile-sec .first-tab .consultation-card .bottom-side .receipt-btn {
  padding: 6px 12px;
  gap: 6px;
  border-radius: 9px;
  border: 1px solid rgba(16, 185, 129, 0.15);
  background: rgba(16, 185, 129, 0.08);
  text-decoration: none;
}

.user-profile-sec .first-tab .consultation-card .bottom-side .receipt-btn .download-receipt-img {
  width: 14px;
  height: 14px;
}

.user-profile-sec .first-tab .consultation-card .bottom-side .receipt-btn .text {
  color: #059669;
  text-align: center;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.user-profile-sec .first-tab .consultation-card .bottom-side .receipt-btn.active,
.user-profile-sec .first-tab .consultation-card .bottom-side .receipt-btn:hover {
  background: #10b981;
  box-shadow: 0 4px 12px 0 rgba(16, 185, 129, 0.3);
}

.user-profile-sec .first-tab .consultation-card .bottom-side .receipt-btn.active .download-receipt-img,
.user-profile-sec .first-tab .consultation-card .bottom-side .receipt-btn:hover .download-receipt-img {
  content: url(../img/receipt-download-hover-icon.png);
}

.user-profile-sec .first-tab .consultation-card .bottom-side .receipt-btn.active .text,
.user-profile-sec .first-tab .consultation-card .bottom-side .receipt-btn:hover .text {
  color: #fff;
}

.user-profile-sec .first-tab .consultation-card .bottom-side .cancel-btn {
  padding: 6px 12px;
  gap: 6px;
  border-radius: 9px;
  border: 1px solid rgba(239, 68, 68, 0.12);
  background: rgba(239, 68, 68, 0.06);
  text-decoration: none;
}

.user-profile-sec .first-tab .consultation-card .bottom-side .cancel-btn .cancel-img {
  width: 13px;
  height: 13px;
}

.user-profile-sec .first-tab .consultation-card .bottom-side .cancel-btn .text {
  color: #dc2626;
  text-align: center;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.user-profile-sec .first-tab .consultation-card .bottom-side .cancel-btn.active,
.user-profile-sec .first-tab .consultation-card .bottom-side .cancel-btn:hover {
  background: #ef4444;
  box-shadow: 0 4px 12px 0 rgba(239, 68, 68, 0.25);
}

.user-profile-sec .first-tab .consultation-card .bottom-side .cancel-btn.active .cancel-img,
.user-profile-sec .first-tab .consultation-card .bottom-side .cancel-btn:hover .cancel-img {
  content: url(../img/cancel-icon-hover-img.png);
}

.user-profile-sec .first-tab .consultation-card .bottom-side .cancel-btn.active .text,
.user-profile-sec .first-tab .consultation-card .bottom-side .cancel-btn:hover .text {
  color: #fff;
}

@media (max-width: 1400px) {
  .user-profile-sec .first-tab .consultation-card .top-side .date-time-wrapper {
    padding: 5px 10px;
    gap: 5px;
  }

  .user-profile-sec .first-tab .consultation-card .capsule-wrapper .my-capsule {
    padding: 4px 6px;
    gap: 5px;
  }

  .user-profile-sec .first-tab .consultation-card .capsule-wrapper {
    gap: 7px;
  }

  .user-profile-sec .first-tab .consultation-card .bottom-side .view-btn,
  .user-profile-sec .first-tab .consultation-card .bottom-side .receipt-btn,
  .user-profile-sec .first-tab .consultation-card .bottom-side .cancel-btn {
    padding: 6px 6px;
    gap: 4px;
  }

  .user-profile-sec .first-tab .consultation-card .bottom-side {
    padding: 14px 10px;
  }
}

@media (max-width: 1200px) {
  .user-profile-sec .first-tab .consultation-card .capsule-wrapper .my-capsule {
    padding: 4px 10px;
    gap: 5px;
  }

  .user-profile-sec .first-tab .consultation-card .capsule-wrapper {
    gap: 10px;
  }

  .user-profile-sec .first-tab .consultation-card .top-side .date-time-wrapper {
    padding: 5px 16px;
    gap: 10px;
  }
}

@media (max-width: 767.5px) {
  .user-profile-sec .first-tab .consultation-card .top-side .date-time-wrapper {
    padding: 5px 10px;
    gap: 5px;
  }

  .user-profile-sec .first-tab .consultation-card .top-side .date-time-wrapper .line {
    display: none;
  }
}

@media (max-width: 575.5px) {
  .user-profile-sec .first-tab .consultation-card {
    width: 400px;
  }

  .user-profile-sec .first-tab .consultation-card .top-side .date-time-wrapper .line {
    display: flex;
  }

  .user-profile-sec .first-tab .consultation-card .top-side .date-time-wrapper {
    gap: 10px;
  }
}

/* user-profile First tab CSS End */

/* user-profile third tab CSS Start */

.user-profile-sec .third-tab .table-wrapper {
  max-height: 420px;
  overflow: auto;
  padding: 0px !important;
  border-radius: 18px;
  border: 1px solid #e2e8f0;
  background: #fff;
  box-shadow:
    0 2px 8px 0 rgba(15, 23, 42, 0.07),
    0 1px 2px 0 rgba(15, 23, 42, 0.04);
  margin-top: 24px;
}

.user-profile-sec .third-tab .table-wrapper .custom-table {
  width: 100%;
  min-width: 720px;
  border-collapse: separate;
  border-spacing: 0;
}

.user-profile-sec .third-tab .table-wrapper .custom-table thead {
  border-bottom: 1px solid #e2e8f0;
  background: #f8fafc;
  padding: 0 20px;
  align-self: stretch;
}

.user-profile-sec .third-tab .table-wrapper .custom-table thead th {
  position: sticky;
  top: 0;
  background: #f8fafc;
  z-index: 5;
  padding: 13px 20px;
  color: #64748b;
  font-family: Poppins;
  font-size: 11.5px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.805px;
  text-transform: uppercase;
}

.user-profile-sec .third-tab .table-wrapper .custom-table tbody td {
  padding: 27px 20px;
  color: #334155;
  font-family: Poppins;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.user-profile-sec .third-tab .table-wrapper .custom-table .name-cell {
  display: flex;
  align-items: center;
  gap: 11px;
}

.user-profile-sec .third-tab .table-wrapper .custom-table .name-cell .avatar {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
  background: #f1f5f9;
  color: #64748b;
  text-align: center;
  font-family: Poppins;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.user-profile-sec .third-tab .table-wrapper .custom-table .name-cell .text {
  color: #0f172a;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.user-profile-sec .third-tab .table-wrapper .custom-table .dob-cell {
  min-width: 120px;
}

.user-profile-sec .third-tab .table-wrapper .custom-table .badge {
  padding: 3px 10px;
  border-radius: 20px;
  border: 1px solid #b2e8ec;
  background: #e8f9fa;
  color: #3fc3cf;
  font-family: Poppins;
  font-size: 11.5px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  width: max-content;
}

.user-profile-sec .third-tab .table-wrapper .custom-table .badge-2 {
  padding: 3px 10px;
  border-radius: 20px;
  border: 1px solid #fbcfe8;
  background: #fdf2f8;
  color: #9d174d;
  font-family: Poppins;
  font-size: 11.5px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  width: max-content;
}

.user-profile-sec .third-tab .table-wrapper .custom-tablec .action {
  white-space: nowrap;
}

.user-profile-sec .third-tab .table-wrapper .custom-table .action-btns {
  gap: 7.99px;
}

.user-profile-sec .third-tab .table-wrapper .custom-table .action-btns .edit-btn {
  padding: 7px 13px;
  gap: 5px;
  border-radius: 8px;
  border: 1px solid #b2e8ec;
  background: #e8f9fa;
  text-decoration: none;
}

.user-profile-sec .third-tab .table-wrapper .custom-table .action-btns .edit-btn .edit-btn-img {
  height: 12px;
  width: 12px;
}

.user-profile-sec .third-tab .table-wrapper .custom-table .action-btns .edit-btn .text {
  color: #3fc3cf;
  text-align: center;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.user-profile-sec .third-tab .table-wrapper .custom-table .action-btns .edit-btn:hover,
.user-profile-sec .third-tab .table-wrapper .custom-table .action-btns .edit-btn.active {
  background: #2bafbb;
  box-shadow: 0 3px 10px 0 rgba(63, 195, 207, 0.3);
}

.user-profile-sec .third-tab .table-wrapper .custom-table .action-btns .edit-btn:hover .edit-btn-img,
.user-profile-sec .third-tab .table-wrapper .custom-table .action-btns .edit-btn.active .edit-btn-img {
  content: url(../img/edit-btn-hover-img.png);
}

.user-profile-sec .third-tab .table-wrapper .custom-table .action-btns .edit-btn:hover .text,
.user-profile-sec .third-tab .table-wrapper .custom-table .action-btns .edit-btn.active .text {
  color: #fff;
}

.user-profile-sec .third-tab .table-wrapper .custom-table .action-btns .delete-btn {
  padding: 7px 13px;
  gap: 5px;
  border-radius: 8px;
  border: 1px solid #fecaca;
  background: #fee2e2;
  text-decoration: none;
}

.user-profile-sec .third-tab .table-wrapper .custom-table .action-btns .delete-btn .delete-btn-img {
  width: 12px;
  height: 12px;
}

.user-profile-sec .third-tab .table-wrapper .custom-table .action-btns .delete-btn .text {
  color: #dc2626;
  text-align: center;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.user-profile-sec .third-tab .table-wrapper .custom-table .action-btns .delete-btn.active,
.user-profile-sec .third-tab .table-wrapper .custom-table .action-btns .delete-btn:hover {
  background: #dc2626;
  box-shadow: 0 3px 10px 0 rgba(220, 38, 38, 0.2);
}

.user-profile-sec .third-tab .table-wrapper .custom-table .action-btns .delete-btn.active .text,
.user-profile-sec .third-tab .table-wrapper .custom-table .action-btns .delete-btn:hover .text {
  color: #fff;
}

.user-profile-sec .third-tab .table-wrapper .custom-table .action-btns .delete-btn.active .delete-btn-img,
.user-profile-sec .third-tab .table-wrapper .custom-table .action-btns .delete-btn:hover .delete-btn-img {
  content: url(../img/delete-btn-hover-img.png);
}

.user-profile-sec .third-tab .table-wrapper .custom-table tbody tr:hover td {
  background: #fafbfc;
}

.user-profile-sec .third-tab .table-wrapper::-webkit-scrollbar {
  display: none;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

/* user-profile third tab CSS End */

/* user-profile Fifth tab CSS Start */

.user-profile-sec .fifth-tab .common-tab-content .button-wrapper {
  display: flex;
  align-items: flex-start;
}

.user-profile-sec .fifth-tab .common-tab-content .button-wrapper .btn-1 {
  padding: 9px 20px;
  border-radius: 15px 0 0 15px;
  border: 1px solid #2bafbb;
  background: #2bafbb;
  box-shadow: 0 3px 10px 0 rgba(63, 195, 207, 0.3);
  color: #fff;
  text-align: right;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
}

.user-profile-sec .fifth-tab .common-tab-content .button-wrapper .btn-2 {
  padding: 9px 20px;
  border-radius: 0 15px 15px 0;
  border-top: 1px solid #e2e8f0;
  border-right: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
  background: #fff;
  color: #dc2626;
  text-align: center;
  font-family: Poppins;
  font-size: 13.5px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
}

.user-profile-sec .fifth-tab .img-input-container {
  padding: 24px;
  gap: 18px;
  border-radius: 18px;
  border: 1px solid #e2e8f0;
  background: #fff;
  box-shadow:
    0 2px 8px 0 rgba(15, 23, 42, 0.07),
    0 1px 2px 0 rgba(15, 23, 42, 0.04);
  margin-top: 24px;
}

.user-profile-sec .fifth-tab .img-input-container .top-wrapper {
  gap: 10px;
}

.user-profile-sec .fifth-tab .img-input-container .top-wrapper .title-wrapper {
  gap: 10px;
}

.user-profile-sec .fifth-tab .img-input-container .top-wrapper .title-wrapper .pipe {
  width: 3px;
  height: 24px;
  background: #3fc3cf;
}

.user-profile-sec .fifth-tab .img-input-container .top-wrapper .title-wrapper .title {
  color: #181818;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.user-profile-sec .fifth-tab .img-input-container .top-wrapper .title-wrapper .title::first-letter {
  color: #e72734;
}

.user-profile-sec .fifth-tab .img-input-container .top-wrapper .line {
  height: 1px;
  width: 100%;
  background: #e2e8f0;
}

.user-profile-sec .fifth-tab .img-input-container .image-wrapper {
  gap: 24px;
}

.user-profile-sec .fifth-tab .img-input-container .image-wrapper .image-input {
  width: 90px;
  height: 90px;
  border-radius: 20px;
  border: 2px dashed #3fc3cf;
  background: linear-gradient(135deg, #e8f9fa 0%, #b2e8ec 100%);
}

.user-profile-sec .fifth-tab .img-input-container .image-wrapper .image-input .uploaded-img {
  max-height: 70px;
  max-width: 70px;
  object-fit: cover;
}

.user-profile-sec .fifth-tab .img-input-container .image-wrapper .content {
  gap: 4px;
}

.user-profile-sec .fifth-tab .img-input-container .image-wrapper .content .name {
  color: #0f172a;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.user-profile-sec .fifth-tab .img-input-container .image-wrapper .content .description {
  color: #181818;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.8;
}

.user-profile-sec .fifth-tab .img-input-container .image-wrapper .content .btn-wrapper {
  gap: 10px;
}

.user-profile-sec .fifth-tab .img-input-container .image-wrapper .content .btn-wrapper .upload-btn {
  padding: 10px 16px;
  gap: 7px;
  border-radius: 15px;
  background: #2bafbb;
  box-shadow: 0 3px 10px 0 rgba(63, 195, 207, 0.3);
  text-decoration: none;
}

.user-profile-sec .fifth-tab .img-input-container .image-wrapper .content .btn-wrapper .upload-btn .upload-img {
  width: 16px;
  height: 16px;
}

.user-profile-sec .fifth-tab .img-input-container .image-wrapper .content .btn-wrapper .upload-btn .text {
  color: #fff;
  text-align: right;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.user-profile-sec .fifth-tab .img-input-container .image-wrapper .content .btn-wrapper .remove-btn {
  padding: 8px 16px;
  gap: 7px;
  border-radius: 15px;
  border: 1px solid #fecaca;
  background: #fee2e2;
  text-decoration: none;
  display: none;
}

.user-profile-sec .fifth-tab .img-input-container .image-wrapper .content .btn-wrapper .remove-btn .remove-img {
  width: 16px;
  height: 16px;
}

.user-profile-sec .fifth-tab .img-input-container .image-wrapper .content .btn-wrapper .remove-btn .text {
  color: #dc2626;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

@media (max-width: 575.5px) {
  .user-profile-sec .fifth-tab .img-input-container .image-wrapper .content .description {
    text-align: center;
  }
}

.user-profile-sec .fifth-tab .personal-info-card {
  border-radius: 18px;
  border: 1px solid #e2e8f0;
  background: #fff;
  box-shadow:
    0 2px 8px 0 rgba(15, 23, 42, 0.07),
    0 1px 2px 0 rgba(15, 23, 42, 0.04);
  margin-top: 24px;
}

.user-profile-sec .fifth-tab .personal-info-card .upper-side {
  padding: 30px;
  gap: 18px;
}

.user-profile-sec .fifth-tab .personal-info-card .upper-side .top-wrapper .line {
  height: 1px;
  width: 100%;
  background: #e2e8f0;
}

.user-profile-sec .fifth-tab .personal-info-card .upper-side .top-wrapper {
  gap: 10px;
}

.user-profile-sec .fifth-tab .personal-info-card .upper-side .top-wrapper .title-wrapper {
  gap: 10px;
}

.user-profile-sec .fifth-tab .personal-info-card .upper-side .top-wrapper .title-wrapper .pipe {
  width: 3px;
  height: 24px;
  background: #3fc3cf;
}

.user-profile-sec .fifth-tab .personal-info-card .upper-side .top-wrapper .title-wrapper .title {
  color: #181818;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.user-profile-sec .fifth-tab .personal-info-card .upper-side .top-wrapper .title-wrapper .title::first-letter {
  color: #e72734;
}

.user-profile-sec .fifth-tab .personal-info-card .upper-side .form-wrapper {
  row-gap: 18px;
}

.user-profile-sec .fifth-tab .personal-info-card .upper-side .form-wrapper .form-group {
  gap: 8px;
}

.user-profile-sec .fifth-tab .personal-info-card .upper-side .form-wrapper .form-group label {
  color: #444;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.user-profile-sec .fifth-tab .personal-info-card .upper-side .form-wrapper .form-group label span {
  color: #e72734;
}

.user-profile-sec .fifth-tab .personal-info-card .upper-side .form-wrapper .form-group input,
.user-profile-sec .fifth-tab .personal-info-card .upper-side .form-wrapper .form-group textarea {
  padding: 11px 15px;
  border-radius: 16px;
  border: 1px solid rgba(24, 24, 24, 0.2);
  background: #fff;
  color: #6c757d;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.user-profile-sec .fifth-tab .personal-info-card .upper-side .form-wrapper .form-group input:focus-visible,
.user-profile-sec .fifth-tab .personal-info-card .upper-side .form-wrapper .form-group textarea:focus-visible {
  outline: none;
  box-shadow: none;
}

.user-profile-sec .fifth-tab .personal-info-card .upper-side .form-wrapper .form-group input:disabled {
  border-radius: 16px;
  border: 1px solid rgba(24, 24, 24, 0.2);
  background: #f0f4f8;
}

.user-profile-sec .fifth-tab .personal-info-card .upper-side .form-wrapper .form-group select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../img/select-arrow-icon.png);
  background-repeat: no-repeat;
  background-position: right 12px center;
  cursor: pointer;
  outline: none;
  box-shadow: none;
  padding: 11px 15px;
  border-radius: 16px;
  border: 1px solid rgba(24, 24, 24, 0.2);
  color: #6c757d;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.user-profile-sec .fifth-tab .personal-info-card .bottom-side {
  padding: 20px 24px;
  border-radius: 0 0 18px 18px;
  border-top: 1px solid #e2e8f0;
  background: #fafbfc;
}

.user-profile-sec .fifth-tab .personal-info-card .bottom-side .left-side {
  gap: 6px;
}

.user-profile-sec .fifth-tab .personal-info-card .bottom-side .left-side .icon-img {
  width: 14px;
  height: 14px;
}

.user-profile-sec .fifth-tab .personal-info-card .bottom-side .left-side .text {
  color: #64748b;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.user-profile-sec .fifth-tab .personal-info-card .bottom-side .left-side .text span {
  color: #e72734;
  font-weight: 700;
}

.user-profile-sec .fifth-tab .personal-info-card .bottom-side .save-btn {
  padding: 10px 16px;
  gap: 7px;
  border-radius: 15px;
  background: #2bafbb;
  box-shadow: 0 3px 10px 0 rgba(63, 195, 207, 0.3);
  text-decoration: none;
}

.user-profile-sec .fifth-tab .personal-info-card .bottom-side .save-btn .save-icon {
  width: 15px;
  height: 15px;
}

.user-profile-sec .fifth-tab .personal-info-card .bottom-side .save-btn .text {
  color: #fff;
  text-align: right;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

@media (max-width: 575.5px) {
  .user-profile-sec .fifth-tab .personal-info-card .upper-side {
    padding: 16px;
  }

  .user-profile-sec .fifth-tab .personal-info-card .upper-side .form-wrapper {
    row-gap: 10px;
  }
}

/* user-profile Fifth tab CSS End */

/* user-profile Sixth tab CSS Start */
.user-profile-sec .sixth-tab {
  gap: 24px;
}

.user-profile-sec .sixth-tab .refer-earn-container {
  overflow: hidden;
  padding: 50px;
  gap: 60px;
  border-radius: 30px;
  border: 3px solid #fff;
  box-shadow: 0 8px 24px 0 rgba(15, 23, 42, 0.1);
  background: radial-gradient(ellipse at center, #eaf8fa 0%, #d0f9ff 100%);
}

.user-profile-sec .sixth-tab .refer-earn-container .left-side {
  gap: 28px;
}

.user-profile-sec .sixth-tab .refer-earn-container .left-side .top-side {
  gap: 25px;
}

.user-profile-sec .sixth-tab .refer-earn-container .left-side .top-side .capsule-text-wrapper {
  gap: 12px;
}

.user-profile-sec .sixth-tab .refer-earn-container .left-side .top-side .capsule-text-wrapper .my-capsule {
  padding: 4px 12px 5px 12px;
  gap: 6px;
  border-radius: 20px;
  border: 1px solid rgba(63, 195, 207, 0.3);
  background: rgba(63, 195, 207, 0.35);
}

.user-profile-sec .sixth-tab .refer-earn-container .left-side .top-side .capsule-text-wrapper .my-capsule .star-icon {
  width: 12px;
  height: 12px;
}

.user-profile-sec .sixth-tab .refer-earn-container .left-side .top-side .capsule-text-wrapper .my-capsule .text {
  color: #181818;
  font-family: Poppins;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.55px;
  text-transform: uppercase;
}

.user-profile-sec .sixth-tab .refer-earn-container .left-side .top-side .capsule-text-wrapper .my-text-wrapper {
  gap: 9px;
}

.user-profile-sec .sixth-tab .refer-earn-container .left-side .top-side .capsule-text-wrapper .my-text-wrapper .text-1 {
  color: #181818;
  font-family: Poppins;
  font-size: 26px;
  font-style: normal;
  font-weight: 800;
  line-height: 31.2px;
  letter-spacing: -0.5px;
}

.user-profile-sec .sixth-tab .refer-earn-container .left-side .top-side .capsule-text-wrapper .my-text-wrapper .text-1 span {
  color: #e72734;
  font-family: Poppins;
  font-size: 26px;
  font-style: normal;
  font-weight: 800;
  line-height: 31.2px;
  letter-spacing: -0.5px;
}

.user-profile-sec .sixth-tab .refer-earn-container .left-side .top-side .capsule-text-wrapper .my-text-wrapper .text-2 {
  color: #181818;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.8;
}

.user-profile-sec .sixth-tab .refer-earn-container .left-side .top-side .steps-container {
  align-self: stretch;
}

.user-profile-sec .sixth-tab .refer-earn-container .left-side .top-side .steps-container .steps-wrapper {
  gap: 8px;
}

.user-profile-sec .sixth-tab .refer-earn-container .left-side .top-side .steps-container .steps-wrapper .num-cirlce {
  width: 30px;
  height: 30px;
  padding: 5px;
  gap: 6px;
  border-radius: 20px;
  border: 1px solid rgba(63, 195, 207, 0.3);
  background: rgba(63, 195, 207, 0.35);
  color: #181818;
  text-align: center;
  font-family: Poppins;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.user-profile-sec .sixth-tab .refer-earn-container .left-side .top-side .steps-container .steps-wrapper .text-1 {
  color: #181818;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.8;
}

.user-profile-sec .sixth-tab .refer-earn-container .left-side .top-side .steps-container .steps-wrapper .text-2 {
  color: rgba(24, 24, 24, 0.6);
  font-family: Poppins;
  font-size: 27px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 10px;
  padding-right: 10px;
}

.user-profile-sec .sixth-tab .refer-earn-container .left-side .bottom-side {
  padding: 11px 11px 11px 15px;
  border-radius: 21px;
  border: 1px solid rgba(24, 24, 24, 0.15);
  background: rgba(255, 255, 255, 0.8);
  gap: 10px;
}

.user-profile-sec .sixth-tab .refer-earn-container .left-side .bottom-side .line {
  width: 1px;
  height: 40px;
  background: rgba(63, 195, 207, 0.2);
}

.user-profile-sec .sixth-tab .refer-earn-container .left-side .bottom-side .code-part {
  gap: 10px;
}

.user-profile-sec .sixth-tab .refer-earn-container .left-side .bottom-side .code-part .text-1 {
  color: rgba(24, 24, 24, 0.4);
  font-family: Poppins;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.user-profile-sec .sixth-tab .refer-earn-container .left-side .bottom-side .code-part .text-2 {
  color: #3fc3cf;
  font-family: Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 3.08px;
}

.user-profile-sec .sixth-tab .refer-earn-container .left-side .bottom-side .btn-part {
  gap: 10px;
}

.user-profile-sec .sixth-tab .refer-earn-container .left-side .bottom-side .btn-part .copy-btn {
  text-decoration: none;
  padding: 10px 16px;
  gap: 7px;
  border-radius: 15px;
  background: #2bafbb;
  box-shadow: 0 3px 10px 0 rgba(63, 195, 207, 0.3);
}

.user-profile-sec .sixth-tab .refer-earn-container .left-side .bottom-side .btn-part .copy-btn .copy-icon {
  width: 14px;
  height: 14px;
}

.user-profile-sec .sixth-tab .refer-earn-container .left-side .bottom-side .btn-part .copy-btn .text {
  color: #fff;
  text-align: right;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.user-profile-sec .sixth-tab .refer-earn-container .right-side {
  gap: 12px;
}

.user-profile-sec .sixth-tab .refer-earn-container .right-side .top-wrapper {
  padding: 15px;
  border-radius: 24px;
  border: 1px solid #fff;
  background: linear-gradient(181deg,
      #fff 7.97%,
      rgba(255, 255, 255, 0.15) 72.59%);
  box-shadow: 0 10px 40px -1px rgba(16, 24, 40, 0.1);
  backdrop-filter: blur(32px);
}

.user-profile-sec .sixth-tab .refer-earn-container .right-side .top-wrapper .text-1 {
  color: #3fc3cf;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: -1px;
}

.user-profile-sec .sixth-tab .refer-earn-container .right-side .top-wrapper .text-1::first-letter {
  color: #e72734;
}

.user-profile-sec .sixth-tab .refer-earn-container .right-side .top-wrapper .text-2 {
  color: #181818;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.8;
}

.user-profile-sec .sixth-tab .refer-earn-container .right-side .bottom-wrapper {
  gap: 8px;
}

.user-profile-sec .sixth-tab .refer-earn-container .right-side .bottom-wrapper .information-capsule {
  padding: 7px 15px;
  gap: 10px;
  border-radius: 24px;
  border: 1px solid #fff;
  background: linear-gradient(181deg,
      #fff 7.97%,
      rgba(255, 255, 255, 0.15) 72.59%);
  box-shadow: 0 10px 40px -1px rgba(16, 24, 40, 0.1);
  backdrop-filter: blur(32px);
}

.user-profile-sec .sixth-tab .refer-earn-container .right-side .bottom-wrapper .information-capsule .icon-img {
  width: 12px;
  height: 12px;
}

.user-profile-sec .sixth-tab .refer-earn-container .right-side .bottom-wrapper .information-capsule .text {
  color: #181818;
  font-family: Poppins;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

@media (max-width: 575.5px) {
  .user-profile-sec .sixth-tab .refer-earn-container {
    padding: 15px;
    gap: 30px;
  }

  .user-profile-sec .sixth-tab .refer-earn-container .left-side .bottom-side {
    padding: 9px;
  }

  .user-profile-sec .sixth-tab .refer-earn-container .left-side .bottom-side .btn-part .copy-btn .text {
    font-size: 13px;
  }

  .user-profile-sec .sixth-tab .refer-earn-container .left-side .bottom-side .code-part .text-2 {
    font-size: 14px;
    letter-spacing: 0.5px;
  }

  .user-profile-sec .sixth-tab .refer-earn-container .left-side .bottom-side .code-part,
  .user-profile-sec .sixth-tab .refer-earn-container .left-side .bottom-side .btn-part {
    gap: 5px;
  }

  .user-profile-sec .sixth-tab .refer-earn-container .left-side .bottom-side .code-part .text-1 {
    font-size: 12px;
    width: max-content;
  }

  .user-profile-sec .sixth-tab .refer-earn-container .left-side .bottom-side .btn-part .copy-btn {
    padding: 6px 10px;
  }

  .user-profile-sec .sixth-tab .refer-earn-container .right-side .top-wrapper .text-1 {
    font-size: 30px;
  }
}

@media (max-width: 374px) {
  .user-profile-sec .sixth-tab .refer-earn-container .left-side .bottom-side .display-class {
    display: none;
  }
}

.user-profile-sec .sixth-tab .table-container {
  border-radius: 18px;
  border: 1px solid #e2e8f0;
  background: #fff;
  box-shadow:
    0 2px 8px 0 rgba(15, 23, 42, 0.07),
    0 1px 2px 0 rgba(15, 23, 42, 0.04);
}

.user-profile-sec .sixth-tab .table-container .custom-header {
  border-bottom: 1px solid #e2e8f0;
  padding: 18px 22px;
  align-self: stretch;
  width: 100%;
}

.user-profile-sec .sixth-tab .table-container .custom-header .left-part {
  gap: 1px;
}

.user-profile-sec .sixth-tab .table-container .custom-header .left-part .text-1 {
  color: #0f172a;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.user-profile-sec .sixth-tab .table-container .custom-header .left-part .text-2 {
  color: #64748b;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.user-profile-sec .sixth-tab .table-container .custom-header .right-part {
  border-radius: 9px;
  border: 1px solid #e2e8f0;
  background: #f0f4f8;
  max-width: 220px;
  padding: 8px 14px 8px 14px;
  gap: 10px;
}

.user-profile-sec .sixth-tab .table-container .custom-header .right-part .search-icon {
  width: 14px;
  height: 14px;
}

.user-profile-sec .sixth-tab .table-container .custom-header .right-part input {
  color: #94a3b8;
  font-family: Poppins;
  font-size: 12.5px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: none;
  outline: none;
  background-color: transparent;
}

.user-profile-sec .sixth-tab .table-container .custom-footer {
  border-top: 1px solid #e2e8f0;
  background: #fafbfc;
  width: 100%;
  padding: 14px 21.99px 14px 22px;
}

.user-profile-sec .sixth-tab .table-container .custom-footer .left-part {
  color: #64748b;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.user-profile-sec .sixth-tab .table-container .custom-footer .left-part span {
  color: #0f172a;
  font-weight: 700;
}

.user-profile-sec .sixth-tab .table-container .custom-footer .right-part {
  color: #64748b;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.user-profile-sec .sixth-tab .table-wrapper {
  max-height: 420px;
  overflow: auto;
  padding: 0px !important;
  background: #fff;
}

.user-profile-sec .sixth-tab .table-wrapper .custom-table {
  width: 100%;
  min-width: 720px;
  border-collapse: separate;
  border-spacing: 0;
}

.user-profile-sec .sixth-tab .table-wrapper .custom-table thead {
  border-bottom: 1px solid #e2e8f0;
  background: #f8fafc;
  padding: 0 20px;
  align-self: stretch;
}

.user-profile-sec .sixth-tab .table-wrapper .custom-table thead th {
  position: sticky;
  top: 0;
  background: #f8fafc;
  z-index: 5;
  padding: 13px 20px;
  color: #64748b;
  font-family: Poppins;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.805px;
  text-transform: uppercase;
}

.user-profile-sec .sixth-tab .table-wrapper .custom-table tbody td {
  padding: 23.5px 20px 24.5px 20px;
  color: #334155;
  font-family: Poppins;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.user-profile-sec .sixth-tab .table-wrapper .custom-table th,
.user-profile-sec .sixth-tab .table-wrapper .custom-table td {
  white-space: nowrap;
}

.user-profile-sec .sixth-tab .table-wrapper .custom-table .name-cell {
  display: flex;
  align-items: center;
  gap: 10px;
}

.user-profile-sec .sixth-tab .table-wrapper .custom-table .name-cell .avatar-1 {
  width: 36px;
  height: 36px;
  padding: 8px 0 9px 0;
  border-radius: 10px;
  border: 1px solid #b2e8ec;
  background: #e8f9fa;
  color: #3fc3cf;
  text-align: center;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.user-profile-sec .sixth-tab .table-wrapper .custom-table .name-cell .avatar-2 {
  width: 36px;
  height: 36px;
  padding: 8px 0 9px 0;
  border-radius: 10px;
  border: 1px solid #c7d2fe;
  background: #eef2ff;
  color: #4f46e5;
  text-align: center;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.user-profile-sec .sixth-tab .table-wrapper .custom-table .name-cell .avatar-3 {
  width: 36px;
  height: 36px;
  padding: 8px 0 9px 0;
  border-radius: 10px;
  border: 1px solid #6ee7b7;
  background: #d1fae5;
  color: #059669;
  text-align: center;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.user-profile-sec .sixth-tab .table-wrapper .custom-table .name-cell .avatar-4 {
  width: 36px;
  height: 36px;
  padding: 8px 0 9px 0;
  border-radius: 10px;
  border: 1px solid #fcd34d;
  background: #fef3c7;
  color: #d97706;
  text-align: center;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.user-profile-sec .sixth-tab .table-wrapper .custom-table .name-cell .avatar-5 {
  width: 36px;
  height: 36px;
  padding: 8px 0 9px 0;
  border-radius: 10px;
  border: 1px solid #fecaca;
  background: #fee2e2;
  color: #dc2626;
  text-align: center;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.user-profile-sec .sixth-tab .table-wrapper .custom-table .name-cell .text {
  color: #0f172a;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.user-profile-sec .sixth-tab .table-wrapper .custom-table .reward {
  color: #059669;
  font-family: Poppins;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.user-profile-sec .sixth-tab .table-wrapper .custom-table .badge-1 {
  padding: 4px 10px 5px 10px;
  gap: 5px;
  border-radius: 20px;
  background: #e8f9fa;
}

.user-profile-sec .sixth-tab .table-wrapper .custom-table .badge-1 .dot-1 {
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: #3fc3cf;
}

.user-profile-sec .sixth-tab .table-wrapper .custom-table .badge-1 .text-1 {
  color: #3fc3cf;
  font-family: Poppins;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.user-profile-sec .sixth-tab .table-wrapper .custom-table .badge-2 {
  padding: 4px 10px 5px 10px;
  gap: 5px;
  border-radius: 20px;
  background: #d1fae5;
}

.user-profile-sec .sixth-tab .table-wrapper .custom-table .badge-2 .dot-2 {
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: #059669;
}

.user-profile-sec .sixth-tab .table-wrapper .custom-table .badge-2 .text-2 {
  color: #059669;
  font-family: Poppins;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.user-profile-sec .sixth-tab .table-wrapper .custom-table .badge-3 {
  padding: 4px 10px 5px 10px;
  gap: 5px;
  border-radius: 20px;
  background: #fef3c7;
}

.user-profile-sec .sixth-tab .table-wrapper .custom-table .badge-3 .dot-3 {
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: #d97706;
}

.user-profile-sec .sixth-tab .table-wrapper .custom-table .badge-3 .text-3 {
  color: #d97706;
  font-family: Poppins;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.user-profile-sec .sixth-tab .table-wrapper .custom-table tbody tr:hover td {
  background: #fafbfc;
}

.user-profile-sec .sixth-tab .table-wrapper::-webkit-scrollbar {
  display: none;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

/* user-profile Sixth tab CSS End */
/* ================================================ User Profile Page CSS End ================================================*/

/* Sign In Pop Up CSS Start */

.sign-in-pop-up.show .modal-dialog {
  min-height: fit-content;
  max-width: 407.4px;
  border-radius: 24px;
  background: #fff;
  box-shadow:
    0 20px 60px 0 rgba(15, 23, 42, 0.15),
    0 4px 16px 0 rgba(15, 23, 42, 0.08);
  overflow: hidden;
}

.sign-in-pop-up.show {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.sign-in-pop-up.show .top-line {
  height: 4.85px;
  background: linear-gradient(90deg, #3fc3cf 0%, #2aabb8 50%, #4f46e5 100%);
  width: 100%;
  z-index: 2;
}

.sign-in-pop-up .my-content {
  display: flex;
  /* padding: 20px 30px 0 30px; */
  padding: 30px 30px 0 30px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}

.sign-in-pop-up .my-content .logo-img {
  width: 125px;
  height: 40px;
}

.sign-in-pop-up .my-content .cancelBtn {
  width: 31.04px;
  height: 31.04px;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  background: #f0f4f8;
}

.sign-in-pop-up .my-content .cancelBtn .image {
  width: 13.58px;
  height: 13.58px;
}

.sign-in-pop-up .content-wrapper {
  padding: 30px;
  gap: 16px;
}

.sign-in-pop-up .content-wrapper .top-part {
  gap: 24px;
}

.sign-in-pop-up .content-wrapper .top-part .text-wrapper {
  gap: 3px;
}

.sign-in-pop-up .content-wrapper .top-part .text-wrapper .text-1 {
  color: #0f172a;
  font-family: Poppins;
  font-size: 19.4px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.388px;
}

.sign-in-pop-up .content-wrapper .top-part .text-wrapper .text-2 {
  color: #181818;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.8;
}

.sign-in-pop-up .content-wrapper .top-part .information-container {
  gap: 20px;
}

.sign-in-pop-up .content-wrapper .top-part .information-container .input-wrapper {
  gap: 6px;
}

.sign-in-pop-up .content-wrapper .top-part .information-container .input-wrapper .title {
  color: #334155;
  font-family: Poppins;
  font-size: 11.2px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.558px;
  text-transform: uppercase;
}

.sign-in-pop-up .content-wrapper .top-part .information-container .input-wrapper .my-input-group {
  padding: 1px 0;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
}

.sign-in-pop-up .content-wrapper .top-part .information-container .input-wrapper .my-input-group .country-wrapper {
  height: 49.47px;
  padding: 0 13.55px 0 13.58px;
  gap: 5.82px;
  border-right: 1px solid #e2e8f0;
  background: #f0f4f8;
}

.sign-in-pop-up .content-wrapper .top-part .information-container .input-wrapper .my-input-group .country-wrapper .flag-icon {
  height: 18px;
  width: 18px;
}

.sign-in-pop-up .content-wrapper .top-part .information-container .input-wrapper .my-input-group .country-wrapper .mobile-num {
  color: #334155;
  font-family: Poppins;
  font-size: 13.6px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.sign-in-pop-up .content-wrapper .top-part .information-container .input-wrapper .my-input-group input {
  height: 49.47px;
  padding: 13.58px 15.52px;
  color: #94a3b8;
  font-family: Poppins;
  font-size: 14.6px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background-color: transparent;
  border: none;
  outline: none;
  width: 100%;
}

.sign-in-pop-up .content-wrapper .top-part .information-container .input-wrapper .my-input-group input:focus-visible {
  outline: none;
  box-shadow: none;
}

.sign-in-pop-up .content-wrapper .top-part .information-container .input-wrapper .text {
  color: #64748b;
  font-family: Poppins;
  font-size: 10.7px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.sign-in-pop-up .content-wrapper .top-part .information-container .send-btn {
  padding: 10px 15px;
  gap: 7.76px;
  border-radius: 12px;
  border: 1px solid #fff;
  background: #3fc3cf;
  box-shadow: 0 4px 14px 0 rgba(63, 195, 207, 0.4);
  text-decoration: none;
}

.sign-in-pop-up .content-wrapper .top-part .information-container .send-btn .send-icon {
  width: 20px;
  height: 20px;
}

.sign-in-pop-up .content-wrapper .top-part .information-container .send-btn .text {
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.sign-in-pop-up .content-wrapper .bottom-part {
  color: #64748b;
  text-align: center;
  font-family: Poppins;
  font-size: 11.2px;
  font-style: normal;
  font-weight: 400;
  line-height: 18.963px;
}

.sign-in-pop-up .content-wrapper .bottom-part a {
  color: #3fc3cf;
  font-weight: 600;
  text-decoration: none;
}

/* Sign In Pop Up CSS End */

/* OTP Pop Up CSS Start */

.sign-in-pop-up .content-wrapper-2 {
  padding: 30px;
  gap: 16px;
}

.sign-in-pop-up .content-wrapper-2 .top-part {
  gap: 24px;
}

.sign-in-pop-up .content-wrapper-2 .top-part .information-wrapper {
  gap: 5px;
}

.sign-in-pop-up .content-wrapper-2 .top-part .information-wrapper .heading-wrapper {
  gap: 3px;
}

.sign-in-pop-up .content-wrapper-2 .top-part .information-wrapper .heading-wrapper .title {
  color: #0f172a;
  font-family: Poppins;
  font-size: 19.4px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.388px;
}

.sign-in-pop-up .content-wrapper-2 .top-part .information-wrapper .heading-wrapper .sub-heading {
  color: #181818;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.8;
}

.sign-in-pop-up .content-wrapper-2 .top-part .information-wrapper .heading-wrapper .sub-heading span {
  color: #3fc3cf;
  font-weight: 700;
}

.sign-in-pop-up .content-wrapper-2 .top-part .information-wrapper .my-capsule {
  padding: 9px 14px;
  gap: 10px;
  border-radius: 10px;
  border: 1px solid #b2e8ec;
  background: #e8f9fa;
}

.sign-in-pop-up .content-wrapper-2 .top-part .information-wrapper .my-capsule .first-container {
  gap: 10px;
}

.sign-in-pop-up .content-wrapper-2 .top-part .information-wrapper .my-capsule .first-container .tele-icon {
  width: 16px;
  height: 16px;
}

.sign-in-pop-up .content-wrapper-2 .top-part .information-wrapper .my-capsule .first-container .text {
  color: #334155;
  font-family: Poppins;
  font-size: 12.5px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.sign-in-pop-up .content-wrapper-2 .top-part .information-wrapper .my-capsule .mo-num {
  color: #0f172a;
  font-family: Poppins;
  font-size: 12.5px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.sign-in-pop-up .content-wrapper-2 .top-part .otp-container {
  gap: 20px;
}

.sign-in-pop-up .content-wrapper-2 .top-part .otp-container .otp-wrapper {
  gap: 10px;
}

.sign-in-pop-up .content-wrapper-2 .top-part .otp-container .otp-wrapper .title {
  color: #334155;
  text-align: center;
  font-family: Poppins;
  font-size: 11.5px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.575px;
  text-transform: uppercase;
}

.sign-in-pop-up .content-wrapper-2 .top-part .otp-container .otp-wrapper .group-input {
  gap: 10px;
}

.sign-in-pop-up .content-wrapper-2 .top-part .otp-container .otp-wrapper .group-input input {
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  background: #e1e9f0;
  height: 60px;
  width: 49.22px;
  color: #0f172a;
  text-align: center;
  font-family: Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.sign-in-pop-up .content-wrapper-2 .top-part .otp-container .otp-wrapper .group-input input.filled {
  border-radius: 12px;
  border: 1px solid #3fc3cf;
  background: #e8f9fa;
}

.sign-in-pop-up .content-wrapper-2 .top-part .otp-container .otp-wrapper .group-input input.locked {
  cursor: not-allowed;
}

.sign-in-pop-up .content-wrapper-2 .top-part .otp-container .otp-wrapper .group-input input:focus-visible {
  box-shadow: none;
  outline: none;
}

.sign-in-pop-up .content-wrapper-2 .top-part .otp-container .otp-wrapper .other-info {
  gap: 5px;
}

.sign-in-pop-up .content-wrapper-2 .top-part .otp-container .otp-wrapper .other-info .text-1 {
  color: #64748b;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.sign-in-pop-up .content-wrapper-2 .top-part .otp-container .otp-wrapper .other-info .text-1 span {
  color: #3fc3cf;
  font-weight: 700;
}

.sign-in-pop-up .content-wrapper-2 .top-part .otp-container .otp-wrapper .other-info .text-2 {
  color: #64748b;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.sign-in-pop-up .content-wrapper-2 .top-part .otp-container .otp-wrapper .other-info .text-2 a {
  color: #3fc3cf;
  font-weight: 600;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.sign-in-pop-up .content-wrapper-2 .top-part .otp-container .verify-btn {
  padding: 10px 15px;
  gap: 7.76px;
  border-radius: 12px;
  border: 1px solid #fff;
  background: #3fc3cf;
  box-shadow: 0 4px 14px 0 rgba(63, 195, 207, 0.4);
  text-decoration: none;
}

.sign-in-pop-up .content-wrapper-2 .top-part .otp-container .verify-btn .verify-img {
  width: 20px;
  height: 20px;
}

.sign-in-pop-up .content-wrapper-2 .top-part .otp-container .verify-btn .text {
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.sign-in-pop-up .content-wrapper-2 .bottom-part {
  color: #64748b;
  text-align: center;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.55px;
  display: flex;
  gap: 4px;
}

.sign-in-pop-up .content-wrapper-2 .bottom-part a {
  text-decoration: none;
  color: #3fc3cf;
  font-weight: 600;
}

@media (max-width: 575.5px) {
  .sign-in-pop-up .content-wrapper-2 .top-part .otp-container .otp-wrapper .group-input {
    gap: 5px;
  }

  .sign-in-pop-up .content-wrapper-2 .top-part .otp-container .otp-wrapper .group-input input {
    height: 47px;
    width: 40px;
    font-size: 18px;
    font-weight: 700;
  }
}

/* OTP Pop Up CSS End */

/* Highlight Hospital Carousel CSS */

.our-highlighted-hospitals-carousel .owl-carousel .card-wrapper {
  width: 430px;
}

.our-highlighted-hospitals-carousel .owl-carousel .owl-item {
  margin-right: 0 !important;
}

@media (max-width: 1200px) {
  .latest-videos .sixth-slider {
    width: 475px;
    height: 206px;
  }

  .latest-videos .sixth-slider .card-div {
    width: 469px;
  }
}

@media (max-width: 992px) {
  .our-highlighted-hospitals-carousel .owl-carousel .card-wrapper {
    width: 350px;
  }

  .latest-videos .fifth-slider {
    width: 330px;
  }

  .latest-videos .sixth-slider {
    width: 365px;
    height: 226px;
  }

  .latest-videos .sixth-slider .card-div {
    width: 359px;
  }

  .sixth-slider-container {
    padding-top: 30px;
  }
}

@media (max-width: 768px) {
  .our-highlighted-hospitals-carousel .owl-carousel .card-wrapper {
    width: 268px;
  }

  .sixth-slider-container {
    padding-top: 0px;
  }

  .doctor-hospital-sec .third-slider .bottom-card .bottom-card-wrapper {
    margin-top: 0 !important;
  }

  .doctor-hospital-sec .third-slider .bottom-card {
    padding-left: 0 !important;
    padding-right: 20px;
  }

  .doctor-hospital-sec .third-slider .bottom-card .bottom-card-wrapper .name-call .name {
    font-size: 14px;
  }

  .doctor-hospital-sec .third-slider .bottom-card .bottom-card-wrapper .name-call .call-btn .image {
    height: 20px;
    width: 20px;
  }

  .doctor-hospital-sec .third-slider .bottom-card .bottom-card-wrapper .name-call .call-btn {
    padding: 8px;
  }

  .latest-videos .fifth-slider {
    width: 240px;
    gap: -19px;
    margin-top: 30px;
  }

  .latest-videos .fifth-slider .top-side .video-wrapper {
    height: 110px;
    width: 192px;
    border-radius: 10px;
  }

  .latest-videos .fifth-slider .bottom-side .name-btn .name {
    font-size: 14px;
  }

  .latest-videos .fifth-slider .top-side .video-wrapper iframe {
    height: 200px;
    width: 315px;
    transform: scale(0.6, 0.5);
  }

  .latest-videos .fifth-slider .bottom-side .info {
    font-size: 10px;
  }

  .latest-videos .fifth-slider .bottom-side .name-btn .button {
    padding: 5px;
  }

  .latest-videos .sixth-slider {
    width: 300px;
    height: 170px;
  }

  .latest-videos .sixth-slider .card-div {
    width: 294px;
  }

  .latest-videos .sixth-slider .card-div .text {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    /* This sets the number of lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .stay-updated .slider-card {
    width: 210px;
  }

  .stay-updated .slider-card .bottom-side .name {
    font-size: 14px;
  }

  .latest-videos .fifth-slider .bottom-side .name-btn .button {
    display: none !important;
  }

  .latest-videos .fifth-slider .bottom-side .info {
    display: none !important;
  }

  .stay-updated .padding {
    padding-top: 15px;
  }
}

@media (max-width: 575px) {
  .our-highlighted-hospitals-carousel .owl-carousel .card-wrapper {
    width: 250px;
  }

  .latest-videos .sixth-slider .card-div .image-name .name-location .name,
  .latest-videos .sixth-slider .card-div .image-name .name-location .location {
    text-align: center;
  }

  .latest-videos .image {
    width: 60px;
    height: 60px;
  }

  .latest-videos .sixth-slider .card-div .rating {
    padding-bottom: 0;
    background: transparent;
    box-shadow: none;
  }

  .doctor-hospital-sec .third-slider .bottom-card {
    padding-right: 15px;
  }

  .latest-videos .fifth-slider {
    width: 194px;
  }

  .latest-videos .sixth-slider .card-div .image-name {
    gap: 10px;
  }

  .latest-videos .sixth-slider {
    width: 225px;
    height: 232px;
  }

  .latest-videos .sixth-slider .card-div {
    width: 219px;
  }

  .latest-videos .fifth-slider .bottom-side .name-btn .name {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .latest-videos .second-row {
    padding-top: 5px;
  }

  .latest-videos .fifth-slider .top-side {
    padding: 0;
    justify-content: center;
  }
}

@media (max-width: 500px) {
  .our-highlighted-hospitals-carousel .owl-carousel .card-wrapper {
    width: 200px;
  }

  .doctor-hospital-sec .third-slider .bottom-card .bottom-card-wrapper .address-wrapper .text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* This sets the number of lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .doctor-hospital-sec .third-slider .bottom-card .bottom-card-wrapper .address-wrapper .direction-btn {
    width: 112px;
  }

  .latest-videos .fifth-slider .top-side .video-wrapper {
    width: 132px;
  }

  .latest-videos .fifth-slider .top-side .video-wrapper iframe {
    height: 200px;
    width: 201px;
    transform: scale(0.6, 0.5);
  }

  .latest-videos .fifth-slider {
    width: 188px;
  }

  .latest-videos .sixth-slider {
    width: 181px;
    height: 232px;
  }

  .latest-videos .sixth-slider .card-div {
    width: 175px;
  }

  .latest-videos .sixth-slider::before,
  .latest-videos .sixth-slider::after {
    width: 100px;
  }

  .stay-updated .padding {
    padding-top: 10px;
  }

  .stay-updated .slider-card {
    width: 180px;
  }

  .stay-updated .slider-card {
    padding: 10px 10px 15px 10px;
  }

  .doctor-hospital-sec .third-slider .bottom-card .bottom-card-wrapper .name-call .call-btn .image {
    height: 18px;
    width: 18px;
  }

  .doctor-hospital-sec .third-slider .bottom-card .bottom-card-wrapper .address-wrapper .direction-btn .image {
    height: 18px;
    width: 18px;
  }

  .doctor-hospital-sec .third-slider .bottom-card .bottom-card-wrapper .address-wrapper .image {
    height: 18px;
    width: 18px;
  }

  .doctor-hospital-sec .third-slider .bottom-card .bottom-card-wrapper .name-call .name {
    font-size: 12px;
  }
}

@media (max-width: 400px) {
  .our-highlighted-hospitals-carousel .owl-carousel .card-wrapper {
    width: 158px;
  }

  .doctor-hospital-sec .third-slider .bottom-card .bottom-card-wrapper .address-wrapper .direction-btn {
    padding: 5px 0px;
    width: 100px;
  }

  .latest-videos .fifth-slider {
    width: 150px;
  }

  .stay-updated .slider-card {
    width: 150px;
  }
}

@media (max-width: 350px) {
  .latest-videos .fifth-slider {
    width: 130px;
  }

  .stay-updated .slider-card {
    width: 130px;
  }
}

.carousel-inner {
  /* Prevents text/image selection while dragging */
  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* IE 10 and 11 */
  user-select: none;
  /* Standard syntax */

  /* Prevents images from being "dragged" like files */
  -webkit-user-drag: none;

  /* Improves touch behavior */
  touch-action: pan-y;
  /* Allows vertical page scrolling, but stops horizontal browser interference */
}

/* Ensure images inside cards don't get 'ghosted' during drag */
.carousel-item img {
  pointer-events: none;
}

.carousel-inner::-webkit-scrollbar {
  display: none;
  /* Hide scrollbar for Chrome/Safari */
}

/* Registration Page CSS */

.registration-page-body {
  background: #eaf8fa;
}

.doc-profile-card-container {
  border-radius: 0 0 20px 20px;
  border: 1px solid rgba(63, 195, 207, 0.2);
  background: #fff;
  box-shadow: 0 4px 17px 0 rgba(0, 0, 0, 0.07);
  padding-top: 20px;
  padding-bottom: 20px;
}

.doc-profile-pic-wrapper {
  border-radius: 30px;
  border: 1px solid #fff;
  overflow: hidden;

  width: 60px;
  height: 60px;
}

.doc-name {
  color: var(--181818, #181818);
  font-family: Urbanist;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.doc-qualification,
.doc-speciality {
  color: #000;
  font-family: Poppins;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.65;
}

.save-share-btn-wrapper {
  border-radius: 11.375px;
  border: 0.875px solid rgba(29, 29, 29, 0.04);
  background: rgba(217, 243, 245, 0.82);
  display: flex;
  padding: 7px;
  align-items: center;
  justify-content: center;
}

.save-share-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.save-share-btn-img {
  width: 21px;
  height: 21px;
}

.doc-profile-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 15px;
}

.doc-profile-doc-info {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
}

.doc-hospital-name-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 7px;
  border-radius: 10px;
  background: rgba(174, 213, 221, 0.3);
  gap: 5px;
}

.doc-hospital-img-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
}

.call-doc-wrapper {
  display: flex;
  padding: 4.709px;
  padding-right: 11.4px;
  align-items: center;
  gap: 6.727px;

  border-radius: 25px 0 0 25px;
  border-top: 2px solid var(--3-fc-3-cf, #3fc3cf);
  border-bottom: 2px solid var(--3-fc-3-cf, #3fc3cf);
  border-left: 2px solid var(--3-fc-3-cf, #3fc3cf);
  background: var(--ffffff, #fff);
  text-decoration: none !important;
}

.call-doc-img-container {
  border-radius: 26.909px;
  border: 1px solid var(--3-fc-3-cf, #3fc3cf);
  background: var(--3-fc-3-cf, #3fc3cf);
  display: flex;
  padding: 6.727px;
  justify-content: center;
  align-items: center;
  height: 27px;
  width: 27px;
}

.call-doc-text {
  color: var(--3-fc-3-cf, #3fc3cf) !important;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.call-doc-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-left: 15px;
  padding-top: 10px;
}

.doc-profile-hospital-name {
  color: var(--181818, #181818);
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.66;
}

.registration-main-content-container {
  margin-top: 15px;
  padding: 0 16px;
}

.registration-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 5px !important;

  border-radius: 20px;
  border: 1px solid rgba(24, 24, 24, 0.09);
  background: #fff;
}

.registration-tab-nav-item {
  color: var(--0B0C10, #0b0c10) !important;
  font-family: Poppins !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: normal !important;
  letter-spacing: -0.28px !important;

  opacity: 0.6 !important;
  width: 100%;
}

.registration-tab-nav-item.active {
  border-radius: 17px !important;
  border: 1px solid #fff !important;
  background: var(--3-fc-3-cf, #3fc3cf) !important;
  box-shadow: 0 5px 23px -1px rgba(0, 0, 0, 0.15) !important;
  opacity: 1 !important;

  color: #fff !important;
}

.registration-tab .nav-item {
  flex-grow: 1;
}

.registration-tab-content-container {
  margin-top: 16px;
}

.registration-tab-card-container {
  border-radius: 25px;
  border: 1px solid rgba(24, 24, 24, 0.09);
  background: var(--ffffff, #fff);
  padding: 15px;
}

.tab-card-img-container {
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tab-card-title-container {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 5px;
}

.tab-card-header-text {
  color: var(--181818, #181818);
  font-family: Urbanist;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.registration-tab-header-price-btn {
  border-radius: 10px;
  border: 1px solid var(--3-fc-3-cf, #3fc3cf);
  background: rgba(255, 255, 255, 0.93);
  display: flex;
  padding: 4px 15px;
  justify-content: center;
  align-items: center;
  gap: 5px;

  color: var(--3-fc-3-cf, #3fc3cf);
  font-family: Poppins;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.registration-tab-card-hearder {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.registration-address-container {
  margin-top: 15px;
  display: flex;
  padding: 5px 10px;
  align-items: center;

  color: #000;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.65;

  border-radius: 15px;
  background: rgba(24, 24, 24, 0.06);
}

.select-day-radio-input {
  display: none;
}

.date-select-wrapper {
  border-radius: 30px;
  border: 1px solid rgba(63, 195, 207, 0.2);
  background: rgba(63, 195, 207, 0.2);
  display: flex;
  padding: 18px 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  transition: all 0.2s ease;
}

.day-text {
  color: #181818;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.date-text {
  color: #181818;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.month-text {
  color: #181818;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.select-day-radio-input:checked~.date-select-wrapper {
  border-radius: 30px;
  border: 0.722px solid var(--ffffff, #fff);
  background: var(--3-fc-3-cf, #3fc3cf);
  box-shadow: 2px 4px 4px 0 rgba(0, 0, 0, 0.08);
}

.select-day-radio-input:checked~.date-select-wrapper div {
  color: var(--ffffff, #fff) !important;
}

.select-day-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}

.select-day-label {
  display: block;
  width: 100%;
}

.select-appointment-container {
  margin-top: 15px;
}

.select-time-tab-img-container {
  width: 21px;
  height: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.time-text {
  color: #181818 !important;
  text-align: center;
  font-family: Poppins !important;
  font-size: 13px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: normal !important;
}

.select-time-tab-nav-item {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 2px;

  border-radius: 15px !important;
  border: 1px solid rgba(24, 24, 24, 0.1) !important;
  background: #fff !important;

  padding: 7px 10px !important;

  width: 100%;
}

.select-time-tab {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 5px !important;

  border-radius: 20px;
  border: 1px solid rgba(24, 24, 24, 0.09);
  background: #eaf8fa;

  margin-top: 15px;
}

.select-time-tab .nav-item {
  flex-grow: 1;
}

.select-time-tab-nav-item.active {
  border-radius: 15px !important;
  border: 1px solid var(--ffffff, #fff) !important;
  background: var(--3-fc-3-cf, #3fc3cf) !important;
  box-shadow: 2px 4px 4px 0 rgba(0, 0, 0, 0.08) !important;
}

.select-time-tab-nav-item.active .time-text {
  color: #fff !important;
  font-weight: 500 !important;
}

.select-time-tab-content-container {
  margin-top: 15px;
}

.time-of-day-text-container {
  border-radius: 15px;
  border: 1px solid rgba(24, 24, 24, 0.1);
  color: #181818;
  text-align: center;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  white-space: nowrap;

  display: flex;
  padding: 5px 10px;
  justify-content: center;
  align-items: center;
}

.select-time-of-day-input {
  display: none;
}

.select-time-of-day-input:checked~.time-of-day-text-container {
  border-radius: 15px;
  border: 1px solid var(--ffffff, #fff);
  background: var(--3-fc-3-cf, #3fc3cf);
  box-shadow: 2px 4px 4px 0 rgba(0, 0, 0, 0.08);

  display: flex;
  padding: 5px 10px;
  justify-content: center;
  align-items: center;
  gap: 2px;

  color: #fff;
  font-weight: 500;
}

.select-time-of-day-input:disabled~.time-of-day-text-container {
  display: flex;
  padding: 5px 10px;
  justify-content: center;
  align-items: center;
  gap: 2px;

  border-radius: 15px;
  background: #e7e7e7;

  opacity: 0.65;
}

.select-time-of-day-label {
  display: block;
}

.select-time-of-day-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px 3px;
  flex-wrap: wrap;
}

.patient-details-header {
  color: var(--181818, #181818);
  font-family: Urbanist;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}

.patient-details-header span {
  color: var(--3-fc-3-cf, #3fc3cf);
  font-family: Urbanist;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}

.patient-details-card {
  border-radius: 25px;
  border: 1px solid rgba(24, 24, 24, 0.09);
  background: var(--ffffff, #fff);
  padding: 15px;
  margin-top: 20px;
  gap: 15px;
}

.patient-details-patient-name {
  color: var(--181818, #181818);
  font-family: Urbanist;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.patient-details-patient-details {
  color: #000;
  font-family: Poppins;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.65;
}

.patient-detials-button-container {
  display: flex;
  padding: 6px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border-radius: 11px;
  background: #3fc3cf;
  cursor: pointer;
}

.patient-details-card-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  transition: all 0.2s ease;
  border-radius: 18px;
  border: 1px solid rgba(24, 24, 24, 0.09);
  background: var(--ffffff, #fff);
  padding: 10px 15px;
}

.patient-select-label {
  display: block;
  width: 100%;
}

.patient-detials-button-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
}

.patient-details-select-container {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: column;
  gap: 10px;
}

.patient-select-input-radio {
  display: none;
}

.patient-select-input-radio:checked~.patient-details-card-wrapper {
  border-radius: 18px;
  border: 1px solid var(--3-fc-3-cf, #3fc3cf);
  background: rgba(63, 195, 207, 0.27);
}

.add-new-method-text {
  color: var(--3-fc-3-cf, #3fc3cf);
  text-align: right;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  cursor: pointer;
}

.payment-header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.payment-method-container {
  padding: 15px;
  gap: 15px;
  margin-top: 15px;
  border-radius: 25px;
  border: 1px solid rgba(24, 24, 24, 0.09);
  background: var(--ffffff, #fff);
}

.payment-method-card {
  border-radius: 18px;
  border: 1px solid rgba(24, 24, 24, 0.09);
  background: var(--ffffff, #fff);
  padding-left: 10px;
  display: flex;
  padding-left: 10px;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  transition: all 0.25s ease;
}

.card-sub-text {
  color: var(--181818, #181818);
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.6;
}

.payment-method-sub-text {
  color: var(--181818, #181818);
  font-family: Poppins;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.6;
}

.payment-method-name {
  color: var(--181818, #181818);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.28px;
}

.card-amount {
  color: var(--181818, #181818);
  text-align: right;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.card-sub-text {
  color: var(--181818, #181818);
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.coupon-gift-card {
  display: flex;
  padding: 4px 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: -3px;

  border-radius: 10px;
  border: 1px solid rgba(24, 24, 24, 0.09);
  background: rgba(255, 255, 255, 0.82);
}

.payment-method-label {
  display: block;
  flex-grow: 1;
  width: 100%;
}

.payment-method-radio {
  border-radius: 30px;
  border: 1px solid var(--181818, #181818);
  opacity: 0.2;
  background: var(--ffffff, #fff);
  display: flex;
  width: 20px;
  height: 20px;
  /* padding: 5px; */
  justify-content: center;
  align-items: center;
  position: relative;
}

.payment-method-radio::after {
  content: "";
  border-radius: 35px;
  background: var(--181818, #181818);
  box-shadow: 0 2px 3px -1px rgba(196, 127, 255, 0.6);
  width: 10px;
  height: 10px;
}

.payment-method-card-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.payment-method-final-amt {
  border-radius: 30px 0 0 30px;
  border-top: 1px solid rgba(24, 24, 24, 0.09);
  border-bottom: 1px solid rgba(24, 24, 24, 0.09);
  border-left: 1px solid rgba(24, 24, 24, 0.09);
  background: rgba(255, 255, 255, 0.82);

  display: flex;
  padding: 27.5px 10px 27.5px 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 10px;
  align-self: stretch;
}

.payment-method-final-amt-text {
  color: var(--3-fc-3-cf, #3fc3cf);
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.payment-method-final-amt-sub-text {
  color: var(--181818, #181818);
  text-align: center;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: line-through;
}

.coupon-gift-card-wrapper {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 5px;
  margin-top: 1px;
}

.payment-method-radio-input {
  display: none;
}

.payment-method-radio-input:checked~.payment-method-card {
  border: 1px solid var(--3-fc-3-cf, #3fc3cf);
  background: rgba(63, 195, 207, 0.27);
}

.payment-method-radio-input:checked~.payment-method-card .coupon-gift-card {
  border: 1px solid var(--3-fc-3-cf, #3fc3cf);
}

.payment-method-radio-input:checked~.payment-method-card>.payment-method-final-amt {
  border-top: 1px solid var(--3-fc-3-cf, #3fc3cf);
  border-bottom: 1px solid var(--3-fc-3-cf, #3fc3cf);
  border-left: 1px solid var(--3-fc-3-cf, #3fc3cf);
}

.payment-method-radio-input:checked~.payment-method-card .payment-method-card-wrapper>.payment-method-radio {
  border: 1px solid var(--3-fc-3-cf, #3fc3cf);
  background: var(--ffffff, #fff);
  opacity: 1;
}

.payment-method-radio-input:checked~.payment-method-card .payment-method-card-wrapper>.payment-method-radio::after {
  background: var(--3-fc-3-cf, #3fc3cf);
  box-shadow: 0 2px 3px -1px rgba(196, 127, 255, 0.6);
}

.payment-method-card-container {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
}

.apply-coupon-card {
  margin-top: 20px;
  padding: 15px;
  border-radius: 25px;
  border: 1px solid rgba(24, 24, 24, 0.09);
  background: var(--ffffff, #fff);
}

.coupon-list-btn {
  display: flex;
  padding: 8px 15px;
  justify-content: center;
  align-items: center;
  gap: 5px;

  border-radius: 15px;
  border: 1px solid #fff;
  background: var(--3-fc-3-cf, #3fc3cf);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.14);

  color: var(--ffffff, #fff);
  text-align: right;
  font-family: Urbanist;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;

  cursor: pointer;
}

.apply-coupon-label {
  display: flex;
  padding: 7px 7px 7px 15px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  margin-top: 15px;
  border-radius: 19px;
  border: 1px solid rgba(10, 9, 9, 0.15);
  background: #fff;
}

.apply-coupon-input {
  flex-grow: 1;
  outline: none;
  border: none;

  color: rgba(33, 33, 33, 0.5);
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 16.8px */
  letter-spacing: 0.2px;
}

.apply-coupon-btn {
  display: flex;
  padding: 5px 16px 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;

  border-radius: 13px;
  background: var(--0B0C10, #0b0c10);

  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.remove-btn {
  display: flex;
  padding: 5px 10px;
  justify-content: center;
  align-items: center;

  border-radius: 20px;
  border: 1px solid var(--e-72734, #e72734);
  background-color: white;
  color: var(--e-72734, #e72734);
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 19px;
  /* 158.333% */
  letter-spacing: -0.24px;
}

.discount-amount {
  color: var(--181818, #181818);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.28px;
}

.discount-sub-text {
  color: var(--181818, #181818);
  font-family: Poppins;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.6;
}

.green-check-container {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.discount-applied-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 15px;
  padding: 10px 15px;
  border-radius: 16px;
  background: rgba(63, 195, 207, 0.2);
}

.discount-amount-wrapper {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
}

.total-amount-card {
  padding: 15px;
  margin-top: 20px;
  border-radius: 25px;
  border: 1px solid rgba(24, 24, 24, 0.09);
  background: var(--ffffff, #fff);
}

.fee-text {
  color: var(--181818, #181818);
  text-align: center;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  opacity: 0.8;
}

.fee-amount {
  color: var(--181818, #181818);
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.fees-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;

  width: 100%;
}

.total-amount-card-wrapper {
  display: flex;
  align-items: start;
  justify-content: start;
  flex-direction: column;
  gap: 5px;
}

.mid-line {
  height: 0.9px;
  margin: 10px 0;
  opacity: 0.6;
  background: #181818;
}

.total-amount-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.total-amount-text {
  color: var(--181818, #181818);
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.total-amount-amount {
  color: var(--181818, #181818);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.total-amount-amount span {
  color: var(--e-72734, #e72734);
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.registration-section-header {
  color: var(--1d1d1d, #1d1d1d);
  font-family: Urbanist;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}

.registration-section-header span {
  color: var(--3-fc-3-cf, #3fc3cf);
  font-family: Urbanist;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}

.about-doctor-section {
  margin-top: 20px;
}

.about-doc-para {
  color: var(--181818, #181818);
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;

  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  opacity: 0.8;
}

.read-more-checkbox {
  display: none;
}

.read-more-checkbox:checked~.about-doc-para {
  display: unset;
  -webkit-line-clamp: unset;
  -webkit-box-orient: unset;
  overflow: unset;
}

.about-doc-card-header {
  color: #181818;
  text-align: center;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 10px;
}

.about-doc-card-sub-header {
  color: #181818;
  text-align: center;
  font-family: Poppins;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.about-doc-card-img-container {
  margin: auto;
  border-radius: 30px;
  border: 1px solid var(--3-fc-3-cf, #3fc3cf);
  background: var(--ffffff, #fff);
  box-shadow: 9px 11px 19px 0 rgba(0, 0, 0, 0.09);
  display: flex;
  padding: 5px;
  align-items: center;
  width: 41px;
  height: 41px;
  gap: 10px;
  justify-content: center;
  display: flex;
}

.read-more-btn {
  opacity: 0.8;
  color: var(--3-fc-3-cf, #3fc3cf);
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.read-more-btn::before {
  content: "Read More";
  color: #00bcd4;
  cursor: pointer;
}

.read-more-checkbox:checked~.read-more-btn::before {
  content: "Read Less";
}

.about-doc-card-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 15px;
}

.gallary-card {
  border-radius: 25px;
  border: 1px solid rgba(24, 24, 24, 0.09);
  background: var(--ffffff, #fff);
  padding: 15px;
  margin-top: 20px;
}

.image-gallary-card {
  border-radius: 22px;
  border: 1px solid var(--ffffff, #fff);
  background: var(--3-fc-3-cf, #3fc3cf);
  padding: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.gallary-img {
  border: 1px solid var(--ffffff, #fff);
  border-radius: 20px;
  object-fit: cover;
}

.image-gallary-card-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
  gap: 10px;
  overflow: scroll;
}

.registration-faq {
  margin-top: 5px;
}

.faq-section {
  margin-top: 20px !important;

  margin-bottom: 150px;
}

.faq-section .faq-container {
  margin-top: 5px !important;
}

.faq-section .faq-container .accordion-button:not(.collapsed) {
  background-color: white !important;
}

.book-hospital-visit-section {
  padding: 10px 10px;
  border-radius: 30px 30px 0 0;
  border: 1px solid rgba(1, 4, 9, 0.10);
  background: #FFF;
  box-shadow: 0 -5px 24px 0 rgba(0, 0, 0, 0.08);

  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

.book-hospital-visit-btn {
  padding: 8px 10px;
  border-radius: 40px;
  border: 2px solid var(--White, #fff);
  background: var(--3-fc-3-cf, #3fc3cf);
  box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.1);
  color: var(--White, #FFF);
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  width: 100%;
}

.desc-text {
  color: var(--181818, #181818);
  text-align: center;
  font-family: Poppins;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  opacity: 0.8;
  margin-top: 5px;
}

.desc-text a {
  opacity: 0.8;
  color: var(--181818, #181818);
  font-family: Poppins;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  opacity: 1;
}


@media screen and (max-width: 400px) {
  .doc-profile-pic-wrapper {
    width: 50px;
    height: 50px;
  }

  .doc-name {
    font-size: 14px;
  }

  .doc-qualification,
  .doc-speciality {
    font-size: 11px;
  }

  .save-share-btn-img {
    width: 19px;
    height: 19px;
  }

  .save-share-btn-wrapper {
    padding: 5px;
  }

  .doc-profile-doc-info {
    gap: 8px;
  }

  .call-doc-img-container {
    width: 25px;
    height: 25px;
  }

  .call-doc-text {
    font-size: 11px;
  }

  .doc-profile-hospital-name {
    font-size: 11px;
  }

  .registration-tab-nav-item {
    font-size: 12px;
  }

  .date-select-wrapper {
    gap: 5px;
    padding: 15px 6px;
  }

  .day-text,
  .date-text,
  .month-text {
    font-size: 11px;
  }

  .time-text {
    font-size: 12px !important;
  }

  .select-time-tab-img-container {
    height: 15px;
    width: 15px;
  }

  .select-time-tab {
    gap: 3px;
  }

  /* .time-of-day-text-container {
    font-size: 10px;
  } */

  .coupon-gift-card {
    padding: 4px 5px;
  }

  .payment-method-name {
    font-size: 12px;
  }

  .card-amount,
  .card-sub-text {
    font-size: 10px;
  }

  .payment-method-final-amt-text {
    font-size: 12px;
  }

  .payment-method-final-amt-sub-text {
    font-size: 11px;
  }

  .payment-method-final-amt {
    gap: 7px;
    padding: 22px 10px 22px 20px;
  }
}

@media screen and (max-width: 350px) {
  .date-select-wrapper {
    gap: 5px;
    padding: 15px 4px;
  }

  .select-time-tab-nav-item {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .payment-method-final-amt {
    gap: 7px;
    padding: 22px 7px 22px 10px;
  }

  .payment-method-card-wrapper {
    gap: 7px;
  }

  .add-new-method-text {
    font-size: 12px;
  }

  .image-gallary-card-wrapper {
    gap: 5px;
  }

  .image-gallary-card {
    padding: 2px;
  }
}