@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
/* font-family: "Jost", sans-serif;*/

@font-face {
  font-family: "RFDewiBold";
  src: url("../font/rf-dewi-bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "RFDewiBold";
  src: url("../font/rf-dewi-bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.my-container {
  width: 1200px;
  margin: 0 auto;
  padding-right: 0;
  padding-left: 0;
  /* width: 75%; */
  /* background:#FFDCDC; */
}

@media (max-width: 1214px) {
  .my-container {
    width: 90%;
  }
}

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

a {
  text-decoration: none;
}

/* 0fb6af:green */
:root {
  --white: #fff;
  --black: #000;
  --top-nav-bg: #edf9fd;
  --banner-green: #028891;
  --banner-orange: #0e6497;
  --black2: #141414;
  --facility-bg: #b2edff;
  --testi-bg: #b2edff;
  --about-bg: #f8f5f2;
  --team-bg: #f7f8f8;
  --footer-bg: #35363a;
  --copy-bg: #111111;
  --blog-border: #c1c1c1;
  --footer-form-placeholder: #d3d3d3;
  --top-nav-blue: #fdcfa7;
  --mobile-menu-item: #141414;
  --mob-nav-hover: #0e6497;
  --innerbanner: #b2b6c5;
  --form-border: #dee2e6;
  --form-text: #9c9c9c;
  --button-green: #0fb6af;
}


h1 {
  font-family: "Jost", sans-serif;
  font-size: 50px;
  line-height: 60px;
  font-weight: 800;
  color: var(--black2);
  margin-top: 0;
  margin-bottom: 0;
}

h2 {
  font-family: "Jost", sans-serif;
  font-size: 30px;
  line-height: 35px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
  color: var(--black);
}

h3 {
  font-family: "Jost", sans-serif;
  font-size: 25px;
  line-height: 28px;
  font-weight: 600;
  color: var(--black2);
  margin-top: 0;
  margin-bottom: 0;
}

h4 {
  font-family: "Jost", sans-serif;
  font-size: 17px;
  line-height: 22px;
  font-weight: 600 !important;
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
}

h5 {
  font-family: "Jost", sans-serif;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400 !important;
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
}

h6 {
  font-family: "Jost", sans-serif;
  font-size: 15px;
  line-height: 22px;
  font-weight: 600 !important;
  color: var(--white);
  margin-top: 0;
  margin-bottom: 10px;
}

@media screen and (max-width: 480px) {
  h1 {
    font-size: 25px;
    line-height: 30px;
  }

  h2 {
    font-size: 22px;
    line-height: 25px;
  }

  h3 {
    font-size: 16px;
    line-height: 22px;
  }

  h4 {
    font-size: 15px;
    line-height: 20px;
  }

  h5 {
    font-size: 15px;
    line-height: 22px;
  }

  h6 {
    font-size: 15px;
    line-height: 22px;
  }
}

.my-item-center {
  text-align: center;
}

.my-border-radius {
  border-radius: 5px;
}

.my-border-radius-2 {
  border-radius: 10px;
}

.my-heading-pad {
  padding-bottom: 20px;
}

.my-small-heading-pad {
  padding: 10px 0;
}

.my-pic {
  width: 100% !important;
  height: auto;
}

@media screen and (max-width: 480px) {
  .my-heading-pad {
    padding-bottom: 20px;
  }
}

p {
  font-family: "Jost", sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  color: var(--black2);
  margin-top: 0;
  margin-bottom: 0;
}

body {
  font-family: "Jost", sans-serif;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  color: var(--black2);
  background: var(--white);
  overflow-x: hidden;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0;
}

/* .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    } */

/* -----button start--------------- */
.relief-btn {
  /* background: var(--banner-orange); */
   background: var(--button-green);
  font-family: "Jost", sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  color: var(--white);
  align-items: center;
  padding: 10px 25px;
  border-radius: 8px;
  display: inline-block;
}

.relief-btn:hover {
  background: var(--banner-green);
  transition: 0.9s;
  border-radius: 0 8px 0 8px;
}

@media screen and (max-width: 480px) {
  .relief-btn {
    padding: 8px 25px;
    border-radius: 4px;
  }
}

/* -----button end--------------- */

/*---------------header start----------------------*/
/*---------------top nav start----------------------*/
header .top-nav {
  background-size: cover !important;
  /* background-color: var(--top-nav-bg); */
   background-color:var(--button-green);
  padding: 5px 0;
}

header .top-nav ul {
  display: flex;
  justify-content: end;
  align-items: center;
}

header .top-nav ul li {
  font-family: "Jost", sans-serif;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  color: var(--black2);
  padding: 0 0 0 20px;
}

header .top-nav ul li a {
  /* color: var(--black2); */
    color: var(--white);
}

header .top-nav ul li span {
  line-height: 28px;
}

/*---------------top nav end----------------------*/

/*---------------nav and mob menu start----------------------*/
.mob-active {
  display: none;
}

.bx-menu {
  color: var(--black);
}

.bx-chevron-down {
  margin: 0 0 0 5px;
}

nav {
  position: relative;
  z-index: 99;
  width: 100%;
}

nav .wrapper {
  position: relative;
  max-width: 100%;
  height: 70px;
  line-height: 70px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wrapper .nav-links {
  display: inline-flex;
}

.nav-links li {
  list-style: none;
}

.nav-links li a {
  color: var(--black2);
  text-decoration: none;
  font-size: 14px;
  line-height: 40px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  padding: 0px 0 0 25px;
  border-radius: 5px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.nav-links li a:hover {
  color: var(--banner-orange);
  text-decoration: underline;
  text-underline-offset: 8px;
}

.nav-links .mobile-item {
  display: none;
}

.nav-links .drop-menu {
  position: absolute;
  background: var(--white);
  width: 180px;
  line-height: 45px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box {
  transition: all 0.3s ease;
  top: 70px;
  opacity: 1;
  visibility: visible;
}

.drop-menu li a {
  width: 100%;
  display: block;
  padding: 0 0 0 15px;
  font-weight: 400;
  border-radius: 0px;
}

.row .mega-links li {
  padding: 0 20px;
}

.row .mega-links li a {
  padding: 0px;
  padding: 0 20px;
  color: #d9d9d9;
  font-size: 17px;
  display: block;
}

.row .mega-links li a:hover {
  color: #f2f2f2;
}

.wrapper .btn {
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: none;
}

.wrapper .btn.close-btn {
  position: absolute;
  right: 30px;
  top: 10px;
}

@media only screen and (min-width: 1200px) and (max-width: 1463px) {
  .nav-links li a {
    font-size: 13px;
    font-weight: 400;
    padding: 2px 12px;
  }
}

@media screen and (max-width: 991px) {
  .nav-links li a:hover {
    color: var(--banner-orange);
    text-decoration: none !important;
    text-underline-offset: 0px;
  }

  .logo img {
    width: 135px;
    height: 34px;
  }

  .top-nav {
    display: none;
  }

  .mob-active {
    display: block;
  }

  .mobile-active ul {
    display: flex;
  }

  .bx {
    font-size: 30px;
    outline: none;
    border: none !important;
    color: #141414;
  }

  .bx-x{
    color: #fff;
  }

  .bx-chevron-down {
    font-size: 18px;
    line-height: 20px;
    float: right;
    margin: 6px 10px 0 0;
    color: #fff;
  }

  .wrapper .btn {
    display: block;
    padding: 0;
  }

  .wrapper .nav-links {
    position: fixed;
    height: 100vh;
    width: 100%;
    /* max-width: 350px; */
    top: 0;
    left: -100%;
    /* background: #b2edff; */
    background:var(--button-green);
    display: block;
    padding: 50px 10px;
    line-height: 30px;
    overflow-y: auto;
    box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.18);
    transition: all 0.3s ease;
  }

  ::-webkit-scrollbar {
    width: 10px;
  }

  ::-webkit-scrollbar-track {
    background: #242526;
  }

  ::-webkit-scrollbar-thumb {
    background: var(--mob-nav-hover);
  }

  #menu-btn:checked~.nav-links {
    left: 0%;
  }

  #menu-btn:checked~.btn.menu-btn {
    display: none;
  }

  #close-btn:checked~.btn.menu-btn {
    display: block;
  }

  .nav-links li {
    margin: 15px 0px;
  }

  .nav-links li a {
    padding: 0 20px;
    display: block;
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    /* color: var(--mobile-menu-item); */
     color: var(--white);
  }

  .nav-links li a:hover {
    background: var(--mob-nav-hover);
    color: #fff;
  }

  .nav-links .drop-menu {
    position: static;
    opacity: 1;
    top: 80px;
    visibility: visible;
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    box-shadow: none;
    transition: all 0.3s ease;
    background: #eafaff;
  }

  #showDropSpecialities:checked~.specialities-menu,
  #showDropMedia:checked~.media-menu {
    max-height: 100%;
  }

  .nav-links .desktop-item {
    display: none;
  }

  .nav-links .mobile-item {
    display: block;
    color: #fff !important;
    font-size: 14px;
    font-weight: 400;
    padding-left: 20px;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s ease;
    text-transform: uppercase;
  }

  .nav-links .mobile-item:hover {
    background: var(--mob-nav-hover);
  }

  .drop-menu li a {
    border-radius: 2px;
    font-size: 14px;
    line-height: 26px;
    width: 100%;
    color: #000 !important;
  }
}

nav input {
  display: none;
}

/*-------------nav and mob menu end--------------*/
/* -------------Mega Menu Container starat------------- */
.specialities-menu {
  position: absolute;
  left: 0;
  top: 85px;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
  padding: 30px 40px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 99;
}

.mega-li:hover .specialities-menu {
  opacity: 1;
  visibility: visible;
  top: 70px;
}

.specialities-menu .mega-content {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 15px 40px;
}

.specialities-menu .mega-content a {
  font-family: "Jost", sans-serif;
  color: #141414;
  font-size: 14px;
  text-decoration: none;
  transition: 0.3s;
  white-space: nowrap;
}

.specialities-menu .mega-content a:hover {
  color: var(--banner-orange);
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  .specialities-menu {
    position: static;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    opacity: 1;
    visibility: visible;
    padding: 0;
    background: var(--top-nav-blue);
    box-shadow: none;
    transition: all 0.3s ease;
  }

  #showDropSpecialities:checked~.specialities-menu {
    max-height: 1000px;
  }

  .specialities-menu .mega-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    /* background: #72c3db; */
    background: #eafaff;
  }

  .specialities-menu .mega-content a {
    color: var(--mobile-menu-item);
    font-size: 14px;
    line-height: 26px;
    padding: 5px 20px;
  }

  .specialities-menu .mega-content a:hover {
    background: var(--mob-nav-hover);
  }
}

/* -------------Mega Menu Container end------------- */
/*---------------header end----------------------*/

/*---------------banner start----------------------*/

.mobile-banner {
  display: none;
}

.home-banner {
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  height: 650px !important;
}

.banner-text-area {
  display: flex;
  align-items: center;
  height: 600px;
}

.banner .banner-text-area h1 {
  font-family: "RFDewiBold" !important;
  font-size: 80px;
  line-height: 90px;
  font-weight: 600 !important;
  color: #04618d;
  text-align: left;
  width: 40% !important;
}

@media screen and (max-width:480px) {
  .banner {
    display: none;
  }

  .mobile-banner {
    display: block;
    text-align: center;
  }

  .mobile-banner .banner-text-area h1 {
    font-family: "RFDewiBold" !important;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600 !important;
    color: #04618d;
    text-align: center !important;
    width:100%;
    margin:80px 0 0 0;
  }

  .banner-text-area {
    text-align: center !important;
    height: 0px;
  }

  .mobile-home-banner {
    height: 450px !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
  }


}

/*-------------banner end--------------*/

/*-------------about part starts--------------*/

.welcome-pic {
  box-shadow: rgba(38, 57, 77, 0.4) 0px 20px 30px -10px;
}

.about-part {
  background: var(--about-bg);
  padding: 0 0 80px 0;
}

.department-top {
  position: relative;
  top: -50px;
  z-index: 1;
}

.child {
  background: var(--white);
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  text-align: center;
  padding: min(4em, 15%);
}

.child-column {
  margin: 0 0 15px 0;
}

/* .child {
  background: var(--white);
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  text-align: center;
  margin: 15px 0 0 0;
  min-height: 245px;
  padding: min(4em, 15%);
} */

.child h4 {
  padding: 15px 0 8px;
}

.child:hover {
  /* background-color: var(--facility-bg) !important; */
  background-color: var(--top-nav-bg);
  cursor: pointer;
}

.about {
  margin: 80px 0 0 0;
}

.about p {
  width: 90%;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
}

.services-list ul {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, max-content);
  gap: 12px 40px;
  padding: 0;
  margin: 30px 0 50px 20px;
}

.services-list ul li {
  margin: 0 10px 0 0;
  list-style-type: disc;
}

.about-child h2 {
  padding-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .services-list ul {
    grid-template-columns: repeat(2, max-content);
    gap: 12px 20px;
  }
}

@media screen and (max-width: 768px) {
  .services-list ul {
    grid-template-columns: repeat(1, max-content);
    gap: 12px 0px;
  }

  .about-child {
    margin: 25px 0 0 0;
  }
}

@media screen and (max-width: 480px) {
  .about-text {
    padding: 30px 0 0 0;
  }

  .about-part {
    padding: 0 0 60px 0;
  }

  .child {
    padding: min(4em, 10%);
  }

  .about {
    margin: 60px 0 0 0;
  }
}

/*-------------about part starts--------------*/

/*-------------department stars--------------*/

.department-bottom {
  margin: 80px 0;
}

.department-btn {
  display: table;
  margin: 40px auto;
}

@media screen and (max-width: 480px) {
  .department-bottom {
    margin: 60px 0;
  }
}

/*-------------department ends--------------*/

/*-------------team starts--------------*/
.team {
  background: var(--team-bg);
  padding: 80px 0;
}

.team-pic {
  margin: 0 0 25px 0;
}

.team-sub-head {
  padding: 8px 0 15px 0 !important;
}

.mySwiper2 {
  padding-bottom: 60px !important;
}

.swiper-pagination-bullet-active {
  background-color: var(--banner-orange) !important;
}

.swiper-pagination-bullet {
  margin: 0 4px;
  /* Adjust the spacing here */
}

@media screen and (max-width: 480px) {
  .team {
    padding: 60px 0;
  }
}

/*-------------team ends--------------*/

/*-------------facility starts--------------*/
.facility {
  /* background: var(--facility-bg); */
  background: var(--top-nav-bg);
  padding: 80px 0;
}

.mySwiper3 {
  padding-bottom: 30px !important;
}

.facility-icon {
  width: 45px;
  height: 45px;
}

@media screen and (max-width: 480px) {
  .facility {
    padding: 60px 0;
  }
}

/*-------------facility ends--------------*/

/*-------------stand-by-side starts--------------*/
.stand-by-side {
  background: none;
}

/*-------------stand-by-side ends--------------*/

/*-------------testimonial starts--------------*/

.mySwiper9 {
  margin: 20px 0 0 0;
}

.testimonial {
  padding: 0 !important;
  margin-bottom: 80px;
}

@media screen and (max-width: 480px) {
  .testimonial {
    padding: 0 !important;
    margin-bottom: 60px;
  }
}

.swiper-child-box1 {
  width: 250px !important;
}

.swiper-child-box2 {
  background: var(--top-nav-bg);
  width: 450px !important;
  height: 232px !important;
  padding: 50px 30px;
  text-align: left;
}

.swiper-box-pic {
  width: 100%;
  height: auto;
}

.custom-scroll {
  overflow-y: scroll;
  scrollbar-width: 3px;
  scrollbar-color: #888;
  scroll-behavior: smooth;
}

.custom-scroll::-webkit-scrollbar {
  width: 2px;
  -webkit-appearance: none;
}

.custom-scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

.custom-scroll::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
  background-clip: content-box;
}

.custom-scroll::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/*-------------testimonial ends--------------*/

/*-------------blog starts--------------*/

.mySwiper5 {
  padding-bottom: 50px !important;
}

.blog {
  background: url(../images/homepage/blog-bg.jpg);
  background-size: cover;
  background-position: center;
  padding: 80px 0;
}

.blog-pic {
  border-radius: 5px 5px 0 0 !important;
  width: 100%;
}

.blog-text {
  padding: 30px;
  border-radius: 0 0 10px 10px;
  text-align: left !important;
  border-top: none !important;
  background: var(--footer-bg);
  min-height: 300px !important;
}

.blog-text>ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Jost", sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
}

.blog-text ul li {
  font-family: "Jost", sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  color: var(--white);
  padding: 0 0 20px 0;
}

.blog-text p {
  margin: 15px 0 20px;
  color: var(--white);
}

.blog-text h4 {
  color: var(--white);
}

@media screen and (max-width: 480px) {
  .blog {
    padding: 60px 0;
  }
}

@media screen and (max-width: 350px) {
  .blog-text>ul {
    flex-direction: column;
    align-items: start;
  }
}

/*-------------blog ends--------------*/

/*-------------footer starts--------------*/

.footer {
  background: var(--footer-bg);
  padding: 80px 0 0;
}

.footer p {
  color: var(--white);
  padding: 20px 0;
}

.footer h4 a {
  color: var(--white);
  font-weight: 300 !important;
}

.footer ul li {
  font-family: "Jost", sans-serif;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  color: var(--white);
  padding: 0 0 18px 0;
}

.footer ul li a {
  color: var(--white);
}

.footer ul li a:hover {
  color: var(--banner-orange);
  transition: 0.6s;
  text-decoration: underline;
  text-underline-offset: 8px;
}

.footer form input {
  width: 100%;
  height: 40px;
  background: none;
  border: 1px solid var(--white);
  border-radius: 4px;
  font-family: "Jost", sans-serif;
  font-size: 15px;
  line-height: 15px;
  font-weight: 400;
  color: var(--footer-form-placeholder);
  text-indent: 5px;
  outline: 0;
}

.footer-btn {
  width: 100%;
  height: 40px;
  border: none;
  border-radius: 4px;
  margin: 15px 0 0 0;
}

.copyright {
  background: var(--copy-bg);
  padding: 15px 0;
  margin: 50px 0 0 0;
}

.copy-area {
  display: flex;
  justify-content: space-between !important;
  align-items: center;
  text-align: center;
}

.copyright span {
  font-family: "Jost", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: var(--white);
}

@media screen and (max-width: 1024px) {
  .footer-logo {
    width: 135px;
    height: 34px;
  }
}

@media screen and (max-width: 480px) {
  .footer {
    padding: 60px 0 0;
  }

  .responsive-center {
    text-align: center;
    align-items: center;
  }

  .copy-area {
    flex-direction: column;
  }

  .copyright {
    margin: 30px 0 0 0;
  }

  .responsive-gap {
    padding: 25px 0;
  }
}

/*-------------footer ends--------------*/

/* -------about us page start-------------------------------- */
/* .inner-banner {
  background: var(--innerbanner);
  background-size: cover !important;
  background-position: center;
  background-repeat: no-repeat;
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.inner-banner h2 {
  color: var(--black);
  font-weight: 400;
  text-align: left;
}

.inner-banner h1 {
  font-family: "Jost", sans-serif;
  font-size: 30px;
  line-height: 35px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
  color: var(--black);
}

@media (max-width:480px) {
  .inner-banner {
    height: 180px !important;
  }
   .inner-banner h1 {
    font-size: 22px;
    line-height: 25px;
  }
} */

.about-page-list li {
  margin: 15px 0 0 0;
}

.our-goal {
  padding: 80px 0;
  background: var(--team-bg);
  margin: 80px 0 0 0;
}

.our-goal-para {
  width: 60%;
  display: table;
  margin: 0 auto;
  text-align: center;
}

.mySwiper6 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.mySwiper7 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.mission {
  margin: 80px 0;
}

.mission-area {
  display: flex;
}

.mission-area div {
  width: 33.3%;
  padding: 30px;
}

.mission-area h2 {
  color: var(--white);
  padding: 0 0 20px 0;
}

.mission-area p {
  color: var(--white);
  line-height: 25px;
}

.mission-green-bg {
  background: var(--banner-green);
}

.mission-black-bg {
  background: var(--black2);
}

.mission-orange-bg {
  background: var(--banner-orange);
}

.value {
  margin: 0 0 80px 0;
}

@media (max-width: 768px) {
  .mission-area {
    flex-direction: column;
  }

  .mission-area div {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .value {
    margin: 0 0 60px 0;
  }

  .our-goal {
    padding: 60px 0;
    margin: 60px 0 0 0;
  }

  .our-goal-para {
    width: 100% !important;
  }

  .mySwiper6 {
    padding-bottom: 40px !important;
  }

  .mission {
    margin: 60px 0;
  }
}

/* -------about us page end-------------------------------- */

/* -------contact us page start-------------------------------- */
.contact-details {
  margin: 80px 0;
}

.map-part {
  margin: 80px 0 0;
}

.contact-doc-bg {
  height: 500px;
}

.con-form {
  padding: 40px;
  border-radius: 0 5px 5px 0;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.con-information {
  padding: 40px;
  border-radius: 5px 0px 0px 5px;
  background: var(--team-bg);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.tab {
  overflow: hidden;
}

.tab button {
  background-color: var(--form-text);
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-family: "Jost", sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  color: var(--black2);
  border-radius: 5px;
  margin: 0 10px 0 0;
}

.tab button:hover {
  background-color: #ddd;
}

.tab button.active {
  background-color:var(--button-green);
  color: var(--white);
}

.tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
  padding: 30px 0;
}

.contact-icon {
  width: 22px;
  height: 22px;
}

.con-information ul li {
  padding: 15px 0 0 0;
}

.con-information ul li a {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  color: var(--black2);
  text-decoration: none;
  margin: 15px 0 0 0;
}

.con-information ul li {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  color: var(--black2);
  margin: 15px 0 0 0;
}

.submit-btn {
  border: none;
  float: left;
  margin-top: 20px;
}

.con-form .form-input-area {
  display: flex;
  justify-content: space-between;
}

.con-form .form-input-area div {
  width: 49%;
}

.con-form .form-input-area div input {
  width: 100%;
  color: var(--white);
  background: none;
  height: 45px;
  border-radius: 2px;
  border: 1px solid var(--form-border);
  font-family: "Jost", sans-serif;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  text-indent: 10px;
  outline: 0;
  margin: 15px 0 0 0;
}

.con-form .form-input-area input::placeholder {
  color: var(--form-text) !important;
}

.con-form form textarea {
  width: 100%;
  color: var(--white);
  background: none;
  height: 90px;
  border-radius: 2px;
  border: 1px solid var(--form-border);
  font-family: "Jost", sans-serif;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  text-indent: 10px;
  outline: 0;
  margin: 15px 0 0 0;
  padding-top: 15px;
}

.con-form form textarea::placeholder {
  color: var(--form-text) !important;
}

.captcha-form-input-area input {
  width: 100%;
  color: var(--white);
  background: none;
  height: 45px;
  border-radius: 2px;
  border: 1px solid var(--form-border);
  font-family: "Jost", sans-serif;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  text-indent: 10px;
  outline: 0;
  margin: 15px 0 0 0;
}

@media (max-width: 480px) {
  .contact-details {
    margin: 60px 0;
  }

  .map-part {
    margin: 60px 0 0;
  }

  .con-form .form-input-area {
    flex-direction: column;
  }

  .con-form .form-input-area input {
    width: 100%;
  }

  .con-form {
    padding: 40px 20px;
  }

  .con-information {
    padding: 40px 20px;
  }
}

.my-text-danger {
  font-size: 14px;
  color: #009578;
}

/* -------contact us page end-------------------------------- */

/* -------ortho dept page start-------------------------------- */
.faq_container {
  border-bottom: 2px solid #ddd;
}

.faq_question {
  font-size: 1.2rem;
  font-weight: 600;
  padding: 10px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.answercont {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}

.answer {
  padding: 0 10px 20px;
  line-height: 1.5rem;
}

.faq_headline_container h2 span {
  font-weight: 700;
}

.faq_question-text h3 {
  font-size: 22px;
}

.icon.active {
  background: transparent;
  border: 2px solid #fff;
}

.icon:hover {
  cursor: pointer;
}

.icon-shape {
  position: relative;
  width: 50px;
  height: 50px;
}

.icon .icon-shape::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #000;
  border-radius: 3px;
  transition: all 0.5s ease;
  width: 15px;
  height: 2px;
}

.icon .icon-shape::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #000;
  border-radius: 3px;
  transition: all 0.5s ease;
  width: 2px;
  height: 15px;
}

.icon .icon-shape.active::before {
  transform: translate(-50%, -50%) rotate(180deg);
  transition: all 0.5s ease;
}

.icon .icon-shape.active::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: all 0.5s ease;
}

.ortho-dept {
  background: var(--about-bg);
  padding: 80px 0;
}

.ortho-dept-para {
  width: 60%;
  display: table;
  margin: 0 auto;
}

.faq {
  margin: 80px 0;
}

.technology {
  margin: 80px 0;
}

.mytabcontent {
  border: 1px solid var(--form-text);
  margin: 15px 0 0 0;
  border-radius: 5px;
  padding: 20px;
}

.mytabcontent p {
  font-size: 15px;
  line-height: 24px;
}

.insurance {
  background: var(--team-bg);
  padding: 80px 0;
}

@media (max-width: 768px) {
  .my-tablinks {
    margin: 10px 10px 0 0 !important;
  }
}

@media (max-width: 480px) {
  .ortho-dept {
    padding: 60px 0;
  }

  .ortho-dept-para {
    width: 100%;
  }

  .faq {
    margin: 60px 0;
  }

  .icon .icon-shape::before {
    width: 10px;
    height: 2px;
  }

  .icon .icon-shape::after {
    width: 2px;
    height: 10px;
  }

  .technology {
    margin: 60px 0;
  }

  .my-tablinks {
    margin: 10px 0 0 0 !important;
    width: 100%;
  }

  .insurance {
    background: var(--team-bg);
    padding: 60px 0;
  }
}

/* -------ortho dept page ends-------------------------------- */

/* -------career page starts-------------------------------- */

.career {
  background: var(--team-bg);
  padding: 80px 0;
}

/* career page */
.relieef-career-con {
  width: 100%;
  /* margin-top: 170px; */
}

.relieef-career-con-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.career-img {
  width: 100%;
}

.career-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.relieef-career-con-inner {
  list-style: none;
  padding: 0;
}

.relieef-career-con-inner .box-con {
  background: var(--white);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 20px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid transparent;
  transition: all 0.3s;
}

.profile-content {
  padding: 20px 0 0 0;
}

.profile-content h4 {
  font-family: "Jost", sans-serif;
  font-size: 17px;
  line-height: 22px;
  font-weight: 600 !important;
  color: var(--black);
  margin-bottom: 20px;
}

.profile-b-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.exp-con {
  list-style: none;
  padding: 0;
  margin: 0;
}

.exp-con li {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  padding: 0;
}

.profile-icon {
  margin-right: 10px;
}

.profile-icon img {
  margin-top: -2px;
}

.exp-con p {
  color: var(--black);
  font-size: 15px;
  line-height: 18px;
}

.viewmore-btn {
  /* background: var(--banner-orange); */
    background: var(--button-green);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  font-size: 15px;
  color: var(--white);
  text-decoration: none;
  padding: 10px 17px;
  transition: all 0.5s;
  cursor: pointer;
  border: none;
  outline: none;
}

.viewmore-btn:hover {
  background: var(--banner-green);
  transition: 0.9s;
  border-radius: 0 8px 0 8px;
}

.career-form h4 {
  font-weight: 400;
  text-align: center;
  margin: 80px 0 0 0;
}

.career-form-inner {
  width: 100%;
}

.career-form-inner .contact-form {
  margin: 30px auto 80px;
}

/*input[type=file]::file-selector-button {
  border: 2px solid #6c5ce7;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #a29bfe;
  transition: 1s;
}

input[type=file]::file-selector-button:hover {
  background-color: #81ecec;
  border: 2px solid #00cec9;
}*/
input[type="file"] {
  color: #000 !important;
}

input[type="file"]::file-selector-button {
  background: var(--banner-orange);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  font-size: 15px;
  text-transform: capitalize;
  color: var(--white);
  text-decoration: none;
  padding: 12px 20px;
  transition: all 0.5s;
  cursor: pointer;
  border: none;
  outline: none;
  background: var(--button-green);
}

input[type="file"]::file-selector-button:hover {
  background: var(--banner-green);
  color: var(--white);
  cursor: pointer;
  border-radius: 0 8px 0 8px;
}

@media (max-width: 767px) {
  input[type="file"]::file-selector-button {
    font-size: 15px;
    padding: 10px 15px;
  }
}

.btn-group {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: flex-end;
}

.primary-btn {
  border: none;
  margin: 20px 0 0 0;
}

.contact-form {
  width: 60%;
  padding: 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background: var(--team-bg);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.form-group input,
.form-group textarea {
  font-family: "Jost", sans-serif;
  padding: 15px 0 10px 0;
  font-size: 14px;
  line-height: 16px;
  color: 1px solid var(--black2);
  outline: none;
  width: 100%;
  text-align: left;
  border: none;
  border-bottom: 1px solid var(--blog-border);
  background: none;
  border-radius: 0px;
  text-indent: 10px;
  margin: 10px 0 0 0;
}

.form-group textarea {
  min-height: 50px;
  resize: none;
}

.two-col {
  display: flex;
  gap: 10px;
}

.two-col .form-group {
  flex: 1;
}

@media (max-width: 767px) {
  .relieef-career-con-inner {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }

  /* .career-con {
    margin-top: 70px;
  } */

  .career-form-inner .contact-form {
    width: 100%;
    padding: 15px;
  }

  .btn-group {
    justify-content: start;
    flex-wrap: wrap;
  }
}

@media (max-width: 990px) {
  .upload-btn label {
    padding: 8px 30px;
  }
}

@media (min-width: 768px) and (max-width: 990px) {
  .contact-form {
    width: 90%;
  }

  .relieef-career-con-inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  /* .career-con {
    margin-top: 70px;
  } */
}

@media (min-width: 991px) and (max-width: 1200px) {
  .relieef-career-con-inner {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }

  /* .career-con {
    margin-top: 70px;
  } */
}

@media (max-width: 480px) {
  .career {
    padding: 60px 0;
  }

  .career-form-inner .contact-form {
    margin: 20px auto 50px;
  }

  .career-form h4 {
    margin: 50px 0 0 0;
  }

  .career-form-inner {
    width: 100%;
  }
}

/* -------career page ends-------------------------------- */

/* -------activity page starts-------------------------------- */
.custom-gallery {
  margin: 80px 0;
}

.custom-gallery-area {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}

.custom-gallery-image {
  border-radius: 10px 10px 0 0;
}

.custom-gallery-area div {
  width: 24.3%;
}

.custom-gallery-area h4 {
  padding: 15px 15px 15px;
  font-weight: 400 !important;
}

.gallery-box {
  border-radius: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

@media (max-width: 1024px) {
  .custom-gallery-area div {
    width: 23.9%;
  }
}

@media (max-width: 768px) {
  .custom-gallery-area div {
    width: 48%;
  }
}

@media (max-width: 480px) {
  .custom-gallery {
    margin: 60px 0;
  }
}

/* -------activity page ends-------------------------------- */

/* -------success stories page starts-------------------------------- */

.success h4 {
  padding: 0px 0 15px;
  text-align: left;
}

.success p {
  text-align: left;
  width: 100% !important;
}

.success {
  margin-bottom: 80px;
}

.success-text-box {
  padding: 20px 0px;
  height: 300px;
}

.success-frame {
  width: 100% !important;
  height: 350px !important;
}

.success-pic {
  height: 350px !important;
}

.success-column {
  border-radius: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border: 1px solid var(--form-border);
  padding: 20px;
}

@media (max-width: 480px) {
  .success {
    margin-bottom: 60px;
  }

  .success-pic {
    height: 200px !important;
  }

  .success-frame {
    height: 200px !important;
  }
}

/* -------success stories page ends-------------------------------- */

/* -------career details page starts-------------------------------- */

.job-details b,
.job-details strong {
  font-size: 17px;
  line-height: 22px;
  font-weight: 400;
  color: var(--black2);
  padding-bottom: 12px;
  display: inline-block;
}

.job-details p {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  color: var(--black2);
  padding: 10px 0 10px 0;
}

/*.point-head{
    padding:20px 0 10px 0;
}*/
.job-details ul {
  list-style: disc;
  padding: 0 0 0 15px;
  margin: 0;
}

.job-details ul li {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  color: var(--black2);
  padding-bottom: 15px;
}

.mt-40 {
  margin-top: 40px;
}

@media (max-width: 990px) {
  .job-details ul h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

/* -------career details page ends-------------------------------- */

/*---------------floating button start------------------*/
.site-floating-btn {
  font-family: "Jost", sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  text-decoration: none;
  display: inline-block;
  padding: 15px 10px;
  background: var(--button-green);
  border-radius: 6px;
  color: var(--white);
  transition: all 0.6s ease;
  z-index: 99999;
  position: fixed;
  top: 18rem;
  right: 0px;
  writing-mode: tb-rl;
  cursor: pointer;
}

@media (max-width: 480px) {

  /* .site-floating-btn {
    font-size: 13px;
    line-height: 18px;
    font-weight: 300;
    padding: 15px 8px;
    top: 10rem;
  } */
  .site-floating-btn {
    display: none !important;
  }
}

/*---------------floating button end------------------*/

/*-------------bottom header starts---------------*/
/* nav a{display: none;} */
.bottom-head {
  z-index: 9999;
  display: none;
}

@media only screen and (max-width: 480px) {
  .nav {
    position: fixed;
    bottom: -2px;
    width: 100%;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    display: flex;
  }

  .nav .bx {
    font-size: 30px;
    line-height: 0px;
    color: #fff;
    padding: 0 5px 0 0;
  }

  .nav__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    overflow: hidden;
    font-family: sans-serif;
    font-size: 15px;
    line-height: 38px;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    transition: background-color 0.1s ease-in-out;
    top: 0;
    color: #fff;
  }

  /* .nav__link:hover {
    background-color: #c8c8c8;
  } */

  .nav__link--active {
    color: #009578;
  }

  nav .menu-whatsappbtn {
    background: #116395;
    padding: 2px 0;
  }

  nav .menu-callbtn {
    background: #4da9ba;
    padding: 2px 0;
  }

  nav .nav__text {
    color: #fff;
  }

  nav .nav__text:hover {
    color: #000;
  }
}

/*-------------bottom header ends---------------*/

/*-------------doctor details page starts---------------*/
.more-text {
  display: none;
}

.read-more-btn {
  font-family: "Jost", sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  color: var(--banner-orange);
  cursor: pointer;
  margin-top: 5px;
  text-align: right !important;
}

.read-more-btn:hover {
  text-decoration: underline;
  text-underline-offset: 6px;
}

.doctor-details {
  margin: 80px 0;
}

.doctor-image {
  width: 150px;
  height: 150px;
  border-radius: 60px;
  margin: 0 20px 0 0;
}

.doc-pic {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.doc-pic h4 {
  width: 95%;
}

.doc-pic h5 {
  padding: 10px 0;
  width: 90%;
}

.doc-pic h6 {
  width: 90%;
  color: var(--black2);
  font-weight: 400 !important;
}

.doc-pic span {
  color: #000;
  background: var(--about-bg);
  padding: 10px;
  border-radius: 5px;
  font-weight: 500;
}

.doc-area {
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-doctor {
  margin: 80px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.about-doctor-area {
  width: 70%;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 5px;
  padding: 30px;
}

.about-doctor-area h3 {
  text-align: left;
  padding: 0 0 10px 0;
  border-bottom: 1px solid var(--form-text);
}

.about-doctor-area p {
  margin: 15px 0 0 0;
  text-align: justify;
}

.icon-doc-page {
  width: 20px;
  height: 20px;
  margin: 0 10px 5px 0;
}

.department-doctor {
  text-align: left !important;
}

@media only screen and (max-width: 768px) {
  .doc-pic {
    flex-direction: column;
    text-align: center;
  }

  .doctor-image {
    margin: 0 0px 20px 0;
  }

  .doc-pic h4 {
    width: 100%;
  }

  .doc-pic h5 {
    width: 100%;
  }

  .about-doctor-area {
    width: 98%;
  }
}

@media only screen and (max-width: 480px) {
  .doctor-details {
    margin: 60px 0;
  }

  .about-doctor {
    margin: 60px 0;
  }
}

/*-------------doctor details page ends---------------*/

/*-------------blog details page starts---------------*/

.black-dot-blogdetails {
  width: 8px;
  height: 8px;
  margin-right: 8px;
}

.blog-details {
  margin: 80px 0;
}

.blog-details-area {
  display: flex;
  justify-content: space-between;
}

.blog-details-area .blog-details-comment {
  width: 72%;
}

.blog-details-area .blog-details-filter {
  width: 25%;
}

.blog-details-category {
  border: 1px solid var(--grey-border);
  border-radius: 10px;
  background: var(--white);
  padding: 30px 20px;
  margin: 20px 0 0 0;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.blog-details-category ul li a {
  font-family: "Jost", sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  color: var(--black2);
  margin: 15px 0 0 0;
}

.blog-details-category ul li {
  margin: 15px 0 0 0;
}

.blog-details-category ul li a:hover {
  text-decoration: underline;
  text-underline-offset: 6px;
  transition: 0.9s;
}

.blog-details-category input[type="checkbox"] {
  width: 15px;
  height: 15px;
  border: 1px solid var(--grey-border);
  border-radius: 4px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 4px 0px;
  margin: 20px 0 0 0;
}

.blog-details-category label {
  font-family: "Lexend Deca", sans-serif;
  font-size: 17px;
  line-height: 10px;
  font-weight: 300;
  color: var(--recent-course-para);
  margin: 0 0 0 5px;
}

.blog-details-comment .blog-details-pic {
  width: 100%;
  border-radius: 8px;
  margin: 20px 0 0 0;
}

.blog-details-comment h2 {
  padding: 30px 0 15px;
}

.blog-details-comment ul {
  list-style-type: square;
  padding: 0 0 0 20px;
}

.blog-details-comment ul li {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: var(--black);
  margin: 15px 0 0 0;
}

.blog-details-comment p {
  font-family: "Jost", sans-serif;
  font-size: 15px;
  line-height: 28px;
  font-weight: 400;
  color: var(--paragraph);
  margin: 10px 0 0 0;
}

.blog-details-comment h6 {
  font-family: "Jost", sans-serif;
  font-size: 15px;
  line-height: 28px;
  font-weight: 600;
  color: #000;
  margin: 10px 0 0px 0;
}

.bullet-listing ul {
  list-style-type: none;
  display: flex;
  padding: 0 0 0 0;
}

.bullet-listing ul li {
  padding: 0 30px 0 0;
}

@media only screen and (max-width: 480px) {
  .blog-details-comment .blog-list-4 {
    padding: 0 0 0 30px;
  }

  .blog-details-comment .blog-list-3 ol {
    padding: 10px 0 0 10px;
  }

  .blog-details-comment .blog-list {
    padding: 0 0 0 30px;
  }

  .blog-details-comment .blog-list-2 {
    padding: 0 0 0 30px;
  }
}

.blog-details-comment .social-icon {
  border-top: 1px solid var(--grey-border2);
  border-bottom: 1px solid var(--grey-border2);
  padding: 10px 0;
  margin: 25px 0;
  display: flex;
}

.blog-details-comment .social-icon h3 {
  font-family: "Jost", sans-serif;
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  color: var(--benefit-heading);
}

.blog-details-comment .social-icon a {
  margin: 0 4px;
}

@media only screen and (max-width: 1180px) {
  .blog-details-area .blog-details-filter {
    width: 28%;
  }

  .blog-details-area .blog-details-comment {
    width: 69%;
  }
}

@media only screen and (max-width: 1024px) {
  .blog-details {
    margin: 50px 0;
  }

  .blog-details-area .blog-details-comment {
    width: 68%;
  }

  .blog-details-area .blog-details-filter {
    width: 28%;
  }

  .blog-details-comment h2 {
    font-size: 30px;
    line-height: 35px;
    width: 100%;
  }

  .post-comment form .post-comment-btn {
    font-size: 14px;
    line-height: 16px;
    padding: 11px 15px;
    margin: 30px 0 0 0;
  }
}

@media only screen and (max-width: 932px) {
  .blog-details-area .blog-details-comment {
    width: 60% !important;
  }

  .blog-details-area .blog-details-filter {
    width: 35% !important;
  }
}

@media only screen and (max-width: 768px) {
  .blog-details-filter .recent-post .recent-post-area {
    flex-direction: column;
  }

  .blog-details-filter .recent-post .recent-post-pic {
    border-radius: 4px;
    margin: 0 0px 0 0;
    width: 200px;
    height: 200px;
  }

  .blog-details-filter .recent-post .recent-post-area h4 {
    padding: 15px 0 12px 0;
  }
}

@media only screen and (max-width: 736px) {
  .blog-details-area {
    flex-direction: column;
    /* padding: 0 15px; */
  }

  .blog-details-area .blog-details-comment {
    width: 100% !important;
  }

  .blog-details-area .blog-details-filter {
    width: 100% !important;
  }

  .blog-details-filter .recent-post .recent-post-pic {
    width: 100%;
    height: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .blog-details-comment h2 {
    font-size: 22px;
    line-height: 28px;
  }

  .blog-details-category h3 {
    font-size: 18px;
    line-height: 30px;
  }

  .blog-details-category label {
    font-size: 16px;
    line-height: 22px;
  }

  .post-comment form .post-comment-btn {
    font-size: 15px;
    line-height: 17px;
    margin: 30px 0 0 0;
  }
}

@media only screen and (max-width: 375px) {
  .blog-details-comment .user {
    flex-direction: column;
  }

  .user-box {
    margin: 25px 0 0 0;
  }
}

/* ---------blog details page end------------------------------------ */
/* ---------blog page start------------------------------------ */
.career-con {
  width: 100%;
  margin: 80px 0;
}

.career-con-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.career-img {
  width: 100%;
}

.career-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.career-con-inner {
  list-style: none;
  padding: 0;
}

.career-con-inner .box-con {
  background: #fcfcfc;
  padding: 20px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #acacac;
  transition: all 0.3s;
}

.career-con-inner .box-con:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.blog-page-text {
  padding: 15px 0;
}

.blog-page-text ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style-type: none;
  padding: 18px 0;
}

.blog-page-text ul li {
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  color: #000;
  align-items: center;
}

.blog-page-text p {
  padding: 15px 0;
  color: var(--black);
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
}

.blog-page-text h5 {
  color: var(--subheading);
  font-size: 15px;
  line-height: 25px;
  font-weight: 800;
}

.blog-learnbtn {
  font-family: "Jost", sans-serif;
  font-size: 15px;
  line-height: 25px;
  background: var(--banner-orange);
  border-radius: 2px;
  padding: 6px 18px;
  color: var(--white);
  text-decoration: none;
}

@media (max-width: 767px) {
  .career-con-inner {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }

  .career-con {
    margin: 60px 0;
  }

  .career-form-inner .contact-form {
    width: 90%;
    padding: 15px;
  }

  .btn-group {
    justify-content: start;
    flex-wrap: wrap;
  }
}

@media (max-width: 990px) {
  .upload-btn label {
    padding: 8px 30px;
  }
}

@media (min-width: 768px) and (max-width: 990px) {
  .contact-form {
    width: 90%;
  }

  .career-con-inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}

@media (min-width: 991px) and (max-width: 1200px) {
  .career-con-inner {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
}

/* ---------blog page end------------------------------------ */

/* ---------cashless-treatment page start------------------------------------ */
/* .faq ul{
  list-style-type:square !important;
  padding: 0 0 0 20px !important;
}
 
.answercont .answer ul li{
  margin: 10px 0 0 0 !important;
} */

.faq_main_container ul {
  list-style-type: square !important;
  padding: 0 0 0 20px !important;
}

.faq_main_container .answercont .answer ul li {
  margin: 10px 0 0 0 !important;
}

/* ---------cashless-treatment page end------------------------------------ */

/*------------modal start---------------------------------- */

.modal {
  --bs-modal-width: 25%;
  z-index: 9999;
}

.modal h6 {
  color: var(--black);
  font-family: "Jost", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 0px;
}

.modal-submit-btn {
  display: table;
  margin: 20px auto;
  border: none;
}

.custom-select {
  position: relative;
  font-family: Arial;
}

.custom-select select {
  display: none;
}

.select-selected {
  background-color: #fff;
  border-radius: 2px;
  border: 1px solid var(--form-border);
  margin: 15px 0 0 0;
  color: var(--form-text) !important;
  font-family: "Jost", sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  outline: 0;
}

.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #c4c4c4 transparent transparent transparent;
}

.select-selected.select-arrow-active:after {
  border-color: transparent transparent #c4c4c4 transparent;
  top: 7px;
}

.select-items div,
.select-selected {
  color: #393e46 !important;
  padding: 10px;
  height: 45px;
  border-radius: 2px;
  border: 1px solid var(--form-border);
  cursor: pointer;
  user-select: none;
  font-size: 14px !important;
  line-height: 18px;
  background: #fff;
  z-index: 1;
}

.select-items {
  border-radius: 0px 0px 10px 10px;
  height: 110px;
  overflow-y: auto;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: #fff;
}

.custom-select .select-items::-webkit-scrollbar {
  width: 4px;
}

.custom-select .select-items::-webkit-scrollbar-track {
  background: #868686;
  border-radius: 0px 0px 10px 0px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.custom-select .select-items::-webkit-scrollbar-thumb {
  background: #868686;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-image: -webkit-linear-gradient(45deg,
      rgba(255, 255, 255, 0.2) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.2) 50%,
      rgba(255, 255, 255, 0.2) 75%,
      transparent 75%,
      transparent);
}

.custom-select .select-items::-webkit-scrollbar-thumb:hover {
  background: #868686;
  background-image: -webkit-linear-gradient(45deg,
      rgba(255, 255, 255, 0.2) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.2) 50%,
      rgba(255, 255, 255, 0.2) 75%,
      transparent 75%,
      transparent);
}

.modal-form input {
  width: 100%;
  color: #393e46 !important;
  background: none;
  height: 45px;
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid var(--form-border);
  font-family: "Jost", sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  text-indent: 10px;
  outline: 0;
  margin: 15px 0 0 0;
  padding: 0;
}

.modal-form input::placeholder {
  color: #393e46 !important;
}

.modal-form input[type="text"]::placeholder {
  color: #393e46 !important;
}

.modal-form textarea {
  width: 100%;
  color: #393e46;
  background: none;
  height: 100px;
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid var(--form-border);
  font-family: "Jost", sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  text-indent: 10px;
  outline: 0;
  margin: 15px 0 0 0;
  padding: 0;
}

.modal-form textarea::placeholder {
  color: #393e46 !important;
}

.modal-form select {
  width: 100%;
  color: #393e46 !important;
  background: none;
  height: 45px;
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid var(--form-border);
  font-family: "Jost", sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  text-indent: 6px;
  outline: 0;
  margin: 15px 0 0 0;
  padding: 0;
}

.modal-form input.form-control.flatpicker-input {
  text-indent: 2px !important;
  font-family: "Jost", sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}

/*--------modal end---------------------------------- */
.modal-error-list {
  text-align: center;
}

.modal-error-list li {
  color: #dc2525;
  padding: 2px 0;
}

.modal-success-list {
  color: #347433;
  padding: 2px 0;
  text-align: center;
}

/* ---------11/08/2025------------------------------------ */
.gallery {
  padding: 80px 0;
}

.gallery-page-image {
  border-radius: 10px;
  border: 1px solid #d4d4d4;
}

.gallery-page-image:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border: none;
}

.footer-social-icon {
  margin: 15px 0 0 0;
}

@media (max-width: 768px) {
  .gallery {
    padding: 60px 0;
  }
}

/* ---------13/08/2025------------------------------------ */
.inner-banner {
  background: var(--innerbanner);
  background-size: cover !important;
  background-position: center;
  background-repeat: no-repeat;
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.inner-banner h1 {
  font-family: "Jost", sans-serif;
  font-size: 30px;
  line-height: 35px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
  color: var(--white);
}

.breadcumb-listing a {
  color: #bbbbbb !important;
}

.get-started-btn {
  background:var(--button-green);
}

.breadcumb {
  margin-bottom: 10px;
}

.breadcumb ul {
  display: flex;
}

.breadcumb ul li {
  color: var(--white);
}

.inner-banner p {
  margin: 10px 0;
  color: #fff;
}

.privacy-policy {
  padding: 40px 0;
}

.privacy-policy p {
  margin: 15px 0;
}

.privacy-policy h4 {
  color: var(--black);
  margin: 30px 0 0 0;
}

.privacy-policy ul {
  list-style-type: disc;
  margin: 0 0 0 20px;
}

.privacy-policy ul li {
  margin: 12px 0 0 0;
}

@media (max-width: 768px) {
  .logo img {
    width: 152px;
    height: 30px;
  }

  .footer-logo {
    width: 152px;
    height: 30px;
  }
}

@media (max-width: 480px) {
  .inner-banner h1 {
    font-size: 22px;
    line-height: 25px;
  }
}