* {
  margin: 0;
  padding: 0%;
  box-sizing: border-box;
  list-style: none;
  font-family: "Montserrat";
  list-style-type: none;
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}
button {
  cursor: pointer;
}
.container {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
a {
  display: block;
  cursor: pointer;
}
img {
  max-width: 100%;
}
.flex_aic {
  display: flex;
  align-items: center;
}
h1 {
  display: none;
}
/* pencil_banner */

.pencil_banner {
  background-color: #f4f4f4;
  padding: 1.1rem;
  border-bottom: 0.2rem solid #e6e6e6;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pencil_banner_text {
  font-size: 1.6rem;
  font-family: "Poppins", sans-serif;
  color: #666666;
}
.pencil_banner_main {
  max-width: 600px;
  position: relative;
  margin: 0 auto;
}

.pbanner_slide {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.arrow {
  position: absolute;
  border: none;
  background-color: transparent;
  z-index: 9;
  top: 17%;
}
.arrow_right {
  right: 0;
}
.arrow i {
  font-size: 1.4rem;
  color: #d4d4d4;
}

/* main header */

.main_header {
  margin: 30px 0 24px 0;
}
.contactus_left,
.contactus_right {
  text-align: center;
  width: 33.33%;
}
#btnHamburger{
  margin-left: 40px;
  width: 20%;
}
#btnHamburger:hover {
  cursor: pointer;
}

.btnHamburgerSpan {
  display: block;
  width: 45px;
  height: 5px;
  border-radius: 9px;
  background-color: #283890;
  transition: all 300ms ease-in-out;
  transform-origin: 6px;
}
.btnHamburgerSpan:not(:last-child) {
  margin-bottom: 8px;
}

.open .btnHamburgerSpan:first-child {
  transform: rotate(45deg);
  transform-origin: -5% 100%;
}
.open .btnHamburgerSpan:nth-child(2) {
  opacity: 0;
}
.open .btnHamburgerSpan:last-child {
  transform: rotate(-45deg);
  transform-origin: 25% 100%;
}
.contactus_left {
  max-width: 245px;
}
.contactus_right {
  max-width: 260px;
}
.contactus_right a:hover {
  text-decoration: underline;
}
.header_logo {
  width: 33.33%;
  text-align: center;
}
#mobile_nav {
  display: none;
}
.appointment_text_first {
  font-size: 1.4rem;
  color: #056839;
  font-weight: 500;
  margin-bottom: 10px;
}
.appointment_text_second,
.contact {
  font-size: 2rem;
  color: #14a79d;
  font-weight: 700;
}
.main_header .header_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.navbar {
  position: absolute;
  left: 23%;
  top: 17.5%;
}
.togglemenu {
  display: none;
}
.contactus_mobile {
  text-align: center;
  padding: 20px 0;
}

/* banner section */

.banner_main {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}
.bannerbg {
  width: 100%;
}
.bannerbg img {
  width: 100%;
}
.bannerbg_mobile {
  display: none;
}
.banner_img {
  position: absolute;
  top: 5.9%;
  left: 6%;
  z-index: 4;
}
.banner_img img {
  width: 99.2%;
}
/* header navigation */
.header_nav {
  position: absolute;
  width: 100%;
  height: 90px;
  margin-top: 30px;
}
.navigation {
  padding: 1.5rem 0 2rem 0;
  max-width: 50%;
  margin: 0 auto;
  justify-content: center;
  background-size: contain;
  width: 100%;

}
.nav_box {
  z-index: 5;
  box-shadow: 25px 0 23px -22px rgb(0 0 0 / 45%);
}
.nav_box:last-child {
  border-right: none;
  box-shadow: none;
}
.nav_box a {
  color: #333333;
  font-weight: 700;
  padding: 2rem 6rem;
  text-transform: uppercase;
  font-size: 1.9rem;
}
.nav_box a:hover {
  text-decoration: underline;
}
.banner_content {
  position: absolute;
  top: 19%;
  left: 9%;
  text-align: right;
  max-width: 32%;
}
.banner_content p {
  font-size: 7.6rem;
  color: #0c1232;
  font-family: "Poppins", sans-serif;
  text-shadow: 3px 1px #ffffff;
  line-height: 1.2;
}

.banner_content p span {
  color: #283890;
  font-size: 10.4rem;
  font-family: "Poppins", sans-serif;
}

/* about us page  */
.aboutus {
  padding-top: 10rem;
}
.aboutus_main {
  position: relative;
  display: flex;
  margin-bottom: 145px;
}

.aboutus_image {
  position: absolute;
  transform: translate(17%, 0%);
  top: 15.5%;
}
.aboutusimg {
  width: 50%;
  position: relative;
}

.aboutus_experience {
  position: absolute;
  top: 0;
  right: 4px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.logo_text p {
  font-family: "Poppins", sans-serif;
}
.logo_text p:first-child {
  font-size: 4.8rem;
  color: #222222;
  font-weight: 700;
  display: flex;
  line-height: 1;
  align-items: center;
  gap: 10px;
}
.logo_text p:last-child {
  font-size: 1.6rem;
  color: #666666;
  font-weight: 500;
}
.logo_text p .plus {
  color: #12a89d;
  margin-bottom: 10px;
}
.aboutus_trust {
  position: absolute;
  bottom: 5px;
  right: -4px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.aboutus_content {
  width: 50%;
  border-radius: 30px;
}

.aboutus_content:before {
  content: "";
  position: absolute;
  z-index: -1;
  background-image: url(../Images/shadow-corner.jpg);
  width: 200px;
  height: 200px;
  background-repeat: no-repeat;
  right: 0;
  border-radius: 0 30px 0 0;
}
.aboutus_content:after {
  content: "";
  position: absolute;
  z-index: -1;
  background-image: url(../Images/shadow-corner.jpg);
  width: 200px;
  height: 200px;
  background-repeat: no-repeat;
  right: 0;
  bottom: 0;
  transform: rotate(450deg);
  border-radius: 0 30px 0 0;
}
.aboutus_content_main {
  margin-left: 8rem;
}
.aboutus_content_main {
  padding: 12rem 0 0 0;
}
.content_info {
  font-size: 2.2rem;
  color: #12a89d;
  font-family: "aliceregular", serif;
  font-weight: 400;
}
.content_heading {
  font-size: 4rem;
  font-family: "Poppins", sans-serif;
  color: #283890;
  text-transform: uppercase;
  position: relative;
}
.aboutus_content_main .line {
  margin: 0 auto 0 0;
}
.aboutus_content_main .line_1 {
  margin: 14px auto 7px 0;
}

.aboutus_content_main p {
  font-size: 1.8rem;
  color: #666666;
  position: relative;
  margin-top: 2rem;
  max-width: 68rem;
  line-height: 1.7;
  font-weight: 500;
}
.established{

    font-size: 2.8rem!important;
  
}
.aboutus_link {
  margin-top: 20px;
  color: #056839;
  text-decoration: underline;
  font-size: 1.8rem;
  font-weight: 500;
}
.aboutus_link:hover {
  text-decoration: none;
}
/* category section */

.category_main {
  background-image: url(../Images/service_background.jpg);
  margin-top: 30px;
}
.category_main .common_heading {
  padding: 12rem 0 6.2rem 0;
}
.common_heading {
  text-align: center;
  padding: 12rem 0 8.8rem 0;
  width: 50%;
  margin: 0 auto;
  text-transform: uppercase;
}
.line {
  border: none;
}
.line_1 {
  width: 123px;
  height: 2px;
  background-color: rgb(204, 204, 204);
  margin: 10px auto;
}
.line_2 {
  width: 90px;
  height: 2px;
  background-color: rgb(228, 228, 228);
  margin: 0 auto;
}

.common_heading h5 {
  font-size: 2.2rem;
  color: #12a89d;
  font-family: "aliceregular", serif;
  font-weight: 400;
  position: relative;
  text-transform: uppercase;
}
.common_heading h3 {
  font-size: 4rem;
  color: #283890;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  position: relative;
}
.category_content {
  position: relative;
  width: 25%;
}
.category_img {
  position: absolute;
  top: -7px;
}
.category_content_row {
  display: flex;
}
.category_content:not(:last-child) {
  margin-right: 30px;
}

.category_img_second {
  top: 11px;
  right: 17px;
}
.category_content_row:last-child {
  margin-top: 20px;
  padding-bottom: 90px;
}
.category_link {
  text-align: center;
  text-transform: uppercase;
  padding: 35px 0;
}
.category_link a {
  font-size: 2.4rem;
  font-weight: 700;
  color: #333333;
}
.category_link a:hover {
  text-decoration: underline;
}

.category_main {
  display: flex;
  flex-direction: column;
  gap: 65px;
}
.category_link_common {
  width: 23rem;
  margin: 0 auto;
}
.category_bg {
  text-align: center;
}

/* our team */
.our_team {
  /*margin-bottom: 120px;*/
}
.our_team .common_heading {
  padding: 11.6rem 0 4.5rem 0;
}
.team_member {
  width: 100%;
  max-width: 300px;
}
.person_box {
  max-width: 300px;
  background-blend-mode: multiply;
  border-radius: 20px;
  width: 100%;
  min-height: 300px;
  background-color: #edf3f3;
  background-image: url(../Images/jas-web2.jpg);
  border: 2px solid transparent;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background-position: 30% 0%;
 
}

.person_box:hover {
  background-blend-mode: normal;
  box-shadow: 0 -125px 45px -50px #2d4a9b inset,0px 0px 27px 0px rgba(2, 24, 14, 0.17);
  border: 2px solid #f7f7f7;
  transition: 0.3s ease-in-out;
}

/* for social media icons if link is avilable you can uncomment this  */
/* .person_box:hover .ourteam_hover {
  display: flex;
  transition: 0.3s ease-in-out;
} */


.our_team_main {
  display: flex;
}
.team_member:not(:last-child) {
  margin-right: 25px;
}
.dr_lovjeet {
  background-image: url(../Images/Dr_Lovjeet_Kalkat.jpg);
}

.dr_bianca {
  background-image: url(../Images/bianca-web.jpg);
}

.dr_henry {
  background-image: url(../Images/henry-web.jpg);
}

.dr_kiara {
  background-image: url(../Images/kiara-web.jpg);
}

.dr_kaylarni {
  background-image: url(../Images/Dr_Kaylarni_Close.jpg);
}

.dr_name {
  justify-content: center;
}

.team_link {
  margin: 23px 0;
  font-size: 2rem;
  font-weight: 700;
  color: #1c387e;
  text-align: center;
}
.team_link span {
  font-size: 1.4rem;
  font-weight: 400;
  color: #666666;
}
.ourteam_hover {
  justify-content: center;
  gap: 15px;
  display: none;
  margin-bottom: 1rem;
}
/* entire team */
.entire_team{
  text-align: right;
  margin-top: 110px;
  background-image: url(../Images/service_background.jpg);
}
.entire_team_main{
  display: flex;
  align-items: center;
  justify-content: center;
}
.entire_team .common_heading {
  text-align: left;
}
.entire_team_image{
  width: 50%;
  padding: 20px 0;
}
.entire_team .common_heading hr.line {
  margin: 0 auto 0 0;
}
.entire_team .common_heading hr.line_1 {
  margin: 19px auto 10px 0;
}

/* emengercy */

.emengercy {
  background-image: url(../Images/service_background.jpg);
}
.emengercy_main {
  display: flex;
  gap: 16rem;
}
.emengercy_content {
  width: 50%;
}
.emengercy_content .common_heading {
  text-align: left;
  width: 100%;
  padding: 12rem 0 4rem 0;
}
.emengercy_content .common_heading h5 {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
}
.emengercy_content .common_heading hr.line {
  margin: 0 auto 0 0;
}
.emengercy_content .common_heading hr.line_1 {
  margin: 19px auto 10px 0;
}
.emengercy_img {
  width: 54%;
}
.description p {
  font-weight: 500;
  font-size: 1.8rem;
  color: #666666;
}
.description a {
  margin-top: 5.3rem;
  color: #056839;
  font-size: 1.8rem;
  font-weight: 700;
}

.description a:hover {
  text-decoration: underline;
}

/* Corporate-health-fund */
.funds_logo:not(:last-child) {
  margin-right: 28px;
}
.funds_row:first-child {
  margin-bottom: 20px;
}
.funds_logo {
  border-radius: 10px;
  border: 2px solid #e3edec;
  padding: 2px;

}
.funds_row2,.funds_row3{
  justify-content: center;
}  

.health_fund_main {
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.health_fund_main .payment_subheading {
  padding: 25px 0px 10px 0!important;
}

.health_fund_main .payment_subheading .line_2{
  width: 65px; 
}
.health_fund_main .payment_subheading .line_1{
    width: 110px;
    margin: 7px auto;

}
.health_fund .common_heading {
  padding: 13rem 0 5.2rem 0;
}
.funds_logo:hover {
  border: 2px solid #1c387e;
}

/* footer */
.loaction_map {
  position: relative;
}
footer {
  margin-top: 130px;
}
.opening_hours {
  position: absolute;
  top: 10%;
  right: 8%;
  background-color: #283890;
  opacity: 93%;
  padding: 5.6rem 5.8rem;
  border-radius: 30px;
  border: 2px solid #12a89d;
  box-shadow: 14.142px 14.142px 27px 0px rgba(0, 0, 0, 0.27);
}
.opening_hours_head {
  gap: 20px;
  margin-bottom: 29px;
}
.opening_hours_days {
  display: flex;
  gap: 30px;
}
.opening_hours_head h4 {
  color: #ffffff;
  font-size: 1.8rem;
  text-decoration: underline;
}
.opening_hours_days li {
  color: #ffffff;
  margin-bottom: 15px;
  font-size: 1.6rem;
  font-weight: 300;
}
.footer_menu {
  position: absolute;
  bottom: 0;
  background-image: url(../Images/footerbg2.png);
  background-repeat: no-repeat;
  width: 100%;
  z-index: 2;
  background-size: 100% 100%;
}
.footer_middle {
  margin: 16.2rem 0 0 0;
  justify-content: space-between;
}
.common_space img {
  margin-right: 13px;
}
.address a {
  color: #283890;
  font-size: 1.8rem;
  font-weight: 800;
}
.footer_contact {
  font-size: 2rem;
  color: #283890;
  font-weight: 700;
}
.contact_info {
  text-align: right;
}
.contact_num {
  justify-content: end;
  margin-bottom: 25px;
}
.footer_email {
  justify-content: end;
}
.footer_email a {
  font-size: 1.8rem;
  font-weight: 600;
  color: #283890;
  text-decoration: underline;
}
.footer_email a:hover {
  text-decoration: none;
}

.footer_logo {
  mix-blend-mode: multiply;
}

.footer_bottom {
  background-color: #283890;
  padding: 5.5px 0;
  margin-top: 20px;
}
.footer_bottom .container {
  justify-content: space-between;
}
.footer_bottom p,
.footer_bottom a {
  color: #7a7e92;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-family: "Poppins", sans-serif;
}
.footer_nav {
  position: absolute;
  width: 100%;
  height: 90px;
  margin-top: 50px;
}
.footer_navigation {
  padding: 15px 0 20px 0;
  margin: 0 auto;
  max-width: 50%;
  justify-content: center;
  width: 100%;
}

footer a:hover {
  text-decoration: underline;
}

/* last changes */
.funds_row .slick-prev:before,
.funds_row .slick-next:before{
  color: black;
}
.funds_row .slick-prev,
.funds_row .slick-next{
  z-index: 999;
}
.funds_row:first-child{
  margin-bottom: 0px;
}

.health_fund_main{
  gap: 28px;
}

.funds_logo a{
  display:flex;
  align-items: center;
  justify-content: center;
}

.funds_row .slick-prev:before {
  content: "\f104" !important;
  font-family: "FontAwesome";
  color: #d4d4d4;
}

.funds_row .slick-next:before{
  content: "\f105" !important;
  font-family: "FontAwesome";
  color: #d4d4d4;
}
.funds_logo:not(:last-child) {
  margin-right: 10px;
}

/* responsive */
@media screen and (max-width: 1680px) {
  .nav_box a {
    padding: 1.5rem 5.1rem;
  }
  .banner_content p {
    font-size: 7rem;
  }
}
@media screen and (max-width: 1600px) {
  html {
    font-size: 55%;
    -webkit-text-size-adjust: 100%;
  }
  .container {
    padding: 0 40px;
  }
  .banner_img img {
    width: 93.7%;
  }
  .nav_box a {
    padding: 1.8rem 5rem;
  }
  .banner_content {
    left: 6%;
  }
  .emengercy_main {
    gap: 10rem;
  }
  .description a,
  .description p {
    font-size: 2.2rem;
  }
  .nav_box {
    box-shadow: 25px 0 21px -18px rgb(0 0 0 / 45%);
  }
  .footer_middle a {
    font-size: 2.3rem;
  }
  .team_link {
    font-size: 2.4rem;
  }
  .appointment_text_first,
  .pencil_banner_text,
  .arrow i {
    font-size: 1.8rem;
  }
  .emengercy_img {
    width: 50%;
  }
  .established {
    font-size: 3.5rem!important;
}
}

@media screen and (max-width: 1540px) {
  html {
    font-size: 53%;
    -webkit-text-size-adjust: 100%;
  }
  .appointment_text_first {
    font-size: 1.8rem;
  }

  .opening_hours_days li {
    font-size: 1.8rem;
  }
  .aboutus_content_main p {
    font-size: 2rem;
    line-height: 1.3;
  }
  .footer_middle {
    margin: 17rem 0 0 0;
  }
  .banner_img {
    top: 5.8%;
  }
  .pencil_banner_text,
  .arrow i {
    font-size: 2rem;
  }
  .footer_logo a img {
    width: 75%;
  }
  .nav_box {
    z-index: 5;
    box-shadow: rgb(0 0 0 / 45%) 20px 0px 18px -16px;
  }
}

@media screen and (max-width: 1440px) {
  html {
    font-size: 50%;
    -webkit-text-size-adjust: 100%;
  }
  .person_box {
    background-position: 45% 0%;
  }
  .description a {
    font-size: 2rem;
  }
  .aboutus_content_main p {
    margin-top: 2.5rem;
    max-width: 69rem;
  }
  .nav_box {
    box-shadow: 25px 0 20px -17px rgb(0 0 0 / 39%);
  }
  .emengercy_content .common_heading {
    padding: 10rem 0 4rem 0;
  }
}

@media screen and (max-width: 1200px) {
  html {
    font-size: 45%;
    -webkit-text-size-adjust: 100%;
  }
  .nav_box {
    box-shadow: 26px 0 16px -14px rgb(0 0 0 / 35%);
  }
  .banner_content p {
    font-size: 6.6rem;
  }
  .header_nav {
    height: 70px;
    margin-top: 25px;
  }
  .appointment_text_second,
  .appointment_text_first,
  .contact,
  .pencil_banner_text {
    font-size: 2.2rem;
  }
  .arrow i {
    font-size: 2.5rem;
  }
  .aboutus_content_main {
    margin-left: 3.5rem;
    padding: 8rem 0 0 0;
  }
  .aboutus_content_main p {
    font-size: 2.2rem;
    line-height: 1.3;
    max-width: 68rem;
  }
  .aboutus_link {
    font-size: 1.8rem;

    max-width: 48rem;
  }
  .common_heading h3 {
    font-size: 5rem;
  }
  .common_heading h5 {
    font-size: 2.8rem;
  }
  .emengercy_main .common_heading h3 {
    font-size: 4rem;
  }
  .emengercy_content .common_heading {
    padding: 6rem 0 8rem 0;
  }
  .description a,
  .description p {
    font-size: 2.4rem;
  }

  .footer_middle {
    margin: 17.2rem 0 0 0;
  }
  .nav_box a {
    padding: 2rem 5rem;
  }

  .category_link {
    padding: 20px 0;
  }
  .emengercy_content .common_heading {
    padding: 7rem 0;
  }
  .our_team_main {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .opening_hours_days li {
    font-size: 2.2rem;
  }
  .sitemap {
    height: 800px;
  }
  .footer_logo {
    justify-content: center;
  }
  .footer_logo a {
    justify-content: center;
  }
  .footer_logo a img {
    width: 75%;
  }
  .contact_num {
    margin-bottom: 10px;
  }
  .footer_middle a {
    font-size: 2rem;
  }
  .team_link span {
    font-size: 2rem;
  }
  .footer_nav {
    margin-top: 45px;
  }
  /* last changes */
  .entire_team .common_heading h3 {
    font-size: 4rem;
}
}
@media screen and (max-width: 1350px) {
  .banner_content p span {
    font-size: 9.4rem;
  }
  .banner_content p {
    font-size: 6.6rem;
  }
}
@media screen and (max-width: 1368px) {
  .nav_box a {
    padding: 1.8rem 4.5rem !important;
  }
  .team_link span {
    font-size: 1.8rem;
  }
  .team_member:not(:last-child) {
    margin-right: 15px;
  }
  .emengercy_content .common_heading {
    padding: 8rem 0 4rem 0;
  }
  .header_nav {
    margin-top: 26px;
  }
}
@media screen and (max-width: 1280px) {
  .emengercy_content .common_heading {
    text-align: left;
    width: 100%;
    padding: 7rem 0 4rem 0;
  }
  .emengercy_main {
    gap: 7rem;
  }
  .emengercy_content .common_heading hr.line_1 {
    margin: 10px auto 10px 0;
  }
  .footer_middle a {
    font-size: 2rem;
  }
  .footer_logo a img {
    width: 85%;
  }
  .footer_logo a {
    justify-content: center;
  }
  .nav_box a {
    padding: 1.5rem 3.5rem !important;
  }
  .aboutus_content_main {
    margin-left: 4rem;
  }
  .our_team {
    margin-bottom: 90px;
  }
  footer {
    margin-top: 100px;
  }
  .established {
    font-size: 2.8rem!important;
}
.entire_team {
  margin-top: 8 0px;

}
}

@media (min-width: 1601px) and (max-width: 4000px) {
  .banner_img img {
    width: 100%;
  }
  .banner_img {
    width: 88%;
  }
}
@media (min-width: 1601px) and (max-width: 1919px) {
  .nav_box a {
    padding: 1.5rem 4.8rem;
    font-size: 2rem;
  }
  .nav_box {
    box-shadow: 25px 0 19px -18px rgb(0 0 0 / 45%);
  }
}

@media (min-width: 1201px) and (max-width: 1441px) {
  .nav_box a {
    padding: 1.5rem 5.1rem;
  }
  .footer_navigation {
    bottom: 12.5%;
  }
}
@media screen and (max-width: 1250px) {
  .category_content {
    width: 100%;
  }
  .category_content:not(:last-child) {
    margin-right: 0px;
  }

  .category_content_row {
    flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 50%;
  }
  .category_content_row:last-child {
    margin-top: 0px;
  }

  .category_link a {
    font-size: 3rem;
  }
  .category_link {
    width: 90%;
    margin: 0 auto;
    padding: 35px 0;
  }
  .category_main {
    gap: 75px;

    flex-direction: row;
    -webkit-flex-direction: row;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
}
@media (min-width: 1024px) and (max-width: 1098px) {
  .emengercy_content .common_heading {
    padding: 6rem 0;
  }
  .description a,
  .description p {
    font-size: 2rem;
  }
  .emengercy_main .common_heading h3 {
    font-size: 3.8rem;
  }
  .category_content_row:first-child {
    width: 50%;
    margin-left: 0px;
  }
  .common_heading {
    width: 54%;
  }
  .funds_logo:not(:last-child) {
    margin-right: 10px;
  }
  .header_nav {
    height: 70px;
    margin-top: 25px;
  }
  .team_member:not(:last-child) {
    margin-right: 10px;
  }
  .emengercy_content .common_heading {
    padding: 4rem 0;
  }
  .emengercy_content .common_heading hr.line_1 {
    margin: 11px auto 10px 0;
  }

  .header_nav {
    height: 70px;
    margin-top: 25px;
  }
  .team_member:not(:last-child) {
    margin-right: 10px;
  }
  .emengercy_content .common_heading {
    padding: 4rem 0;
  }
  .emengercy_content .common_heading hr.line_1 {
    margin: 11px auto 10px 0;
  }
}

@media screen and (max-width: 1025px) {
  html {
    font-size: 38%;
    -webkit-text-size-adjust: 100%;
  }
  .header_logo a img {
    width: 85%;
  }
  .footer_nav {
    margin-top: 35px;
  }
  .nav_box a {
    padding: 10px 26px !important;
  }
  .nav_box {
    box-shadow: 25px 0 16px -14px rgb(0 0 0 / 40%);
  }
  .banner_content p {
    font-size: 7rem;
  }
  .banner_content p span {
    font-size: 10.4rem;
  }
  .aboutus_experience,
  .aboutus_trust {
    justify-content: flex-end;
    gap: 7px;
  }
  .aboutus_experience img,
  .aboutus_trust img {
    width: 22%;
  }
  .logo_text p:last-child {
    font-size: 1.8rem;
  }
  .aboutus_content_main {
    padding: 6rem 0 0 0;
  }
  .aboutus_content_main p {
    font-size: 2.2rem;
    line-height: 1.4;
    max-width: 69rem;
  }
  .aboutus_link {
    font-size: 2rem;
  }
  .person_box {
    min-height: 265px;
    background-position: 45% 5%;
  }
  .line_1 {
    margin: 8px auto;
  }
  .ourteam_hover img {
    width: 75%;
  }
  .ourteam_hover {
    gap: 0;
  }
  .person_box:hover {
    box-shadow: 0 -125px 45px -63px #2d4a9b inset, 0px 0px 14px 0px rgb(2 24 14 / 17%);
  }
  .team_link {
    font-size: 2.7rem;
  }
  .team_link span {
    font-size: 2rem;
  }
  .emengercy_main {
    gap: 4rem;
  }

  .description a,
  .description p {
    line-height: 1.3;
  }

  .sitemap {
    height: 720px;
  }
  .opening_hours {
    padding: 3.6rem 4.8rem;
  }
  .footer_middle a {
    font-size: 2.1rem;
  }
  .footer_logo a img {
    width: 65%;
  }
  .footer_bottom {
    margin-top: 10px;
  }
  .aboutus_content {
    width: 100%;
  }
  .aboutusimg {
    width: 100%;
    margin-bottom: 30px;
  }
  .aboutus_main {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .aboutus_content_main p {
    font-size: 3rem;
    line-height: 1.7;
    max-width: 90%;
  }
  .aboutusimg img {
    width: 100%;
  }
  .aboutus_link {
    font-size: 3rem;
    max-width: 90%;
  }
  .content_heading {
    font-size: 6rem;
  }
  .content_info {
    font-size: 4.2rem;
  }
  .aboutus_experience img,
  .aboutus_trust img {
    width: 40%;
  }
  .logo_text p:first-child {
    font-size: 6.8rem;
  }
  .logo_text p:last-child {
    font-size: 2.2rem;
  }
  .our_team {
    margin-bottom: 60px;
  }
  .established{

    font-size: 5.8rem!important;
  
}
.health_fund_main .payment_subheading h5{ 
  font-size: 3.8rem!important;
 }
 .entire_team .common_heading {
  text-align: center;
  width: 100%;
}
.entire_team_main{
  flex-direction: column;
}
.entire_team_image {
  width: 100%;
  padding: 20px 0;
  text-align: center;
}
.entire_team .line_1 {
  margin: 8px auto!important;
}
.entire_team .line_2 {
  margin: 0px auto!important;
}
.entire_team {
  margin-top: 50px;
}
}

@media screen and (max-width: 991px) {
  html {
    font-size: 35%;
    -webkit-text-size-adjust: 100%;
  }
  .container {
    padding: 0 20px;
  }

  .navigation {
    display: none;
  }
  .bannerbg_mobile {
    display: block;
  }
  .contactus_left {
    display: none;
  }
  .bannerbg {
    display: none;
  }
  .togglemenu i {
    font-size: 8rem;
    color: #283890;
    margin-left: 15px;
  }
  .togglemenu {
    display: block;
    width: 26.33%;
  }
  .banner_content p {
    font-size: 6.2rem;
  }
  .banner_content p span {
    font-size: 10.4rem;
  }

  #mobile_nav a {
    font-size: 4rem;
    text-align: center;
    padding: 3.3rem 0 4rem 0;
    color: #283890;
    font-weight: 500;
  }
  #mobile_nav a:hover {
    text-decoration: underline;
  }
  #mobile_nav {
    display: none;
    background: rgba(97, 196, 190, 0.99);
    display: block;
    margin-top: 10px;
    position: absolute;
    z-index: 6;
    width: 100%;
  }
  .header_logo {
    width: 41.33%;
}
  .close-btn {
    font-size: 40px;
    position: absolute;
    left: 15px;
    top: 10px;
    color: #283890;
  }
  .appointment_text_first,
  .contact {
    font-size: 2.8rem;
  }
  .banner_img {
    top: 5.9%;
  }
  .pencil_banner_text {
    font-size: 3rem;
  }
  .arrow i {
    font-size: 3rem;
  }
  .category_main {
    gap: 100px;
  }
  .our_team_main {
    flex-wrap: wrap;
    justify-content: center;
  }
  .team_link {
    font-size: 3.7rem;
  }
  .team_member:nth-child(odd) {
    margin-right: 20px;
  }
  .footer_navigation {
    padding: 15px 0;
    bottom: 13%;
  }
  .nav_box {
    box-shadow: 19px 0 15px -11px rgb(0 0 0 / 40%);
  }
  .category_content_row:first-child {
    width: 50%;
  }
  .footer_nav {
    margin-top: 35px;
  }
  .nav_box a {
    padding: 10px 22px !important;
  }
  footer {
    margin-top: 90px;
  }
}

@media screen and (max-width: 768px) {
  .category_content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .category_main {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .fourth-category {
    max-width: 380px;
  }

  .category_content_row {
    flex-direction: column;
    -webkit-flex-direction: column;
    width: 100%;
  }
  .category_content_row:first-child {
    width: 100%;
    margin-left: 0px;
  }
  .banner_content p {
    font-size: 5.2rem;
  }
  .appointment_text_first,
  .contact {
    font-size: 2.5rem;
  }
  .togglemenu i {
    font-size: 6rem;
  }
  .pencil_banner_text {
    font-size: 2.5rem;
  }
  .banner_content p span {
    font-size: 9.4rem;
  }
  .aboutus_content:before {
    display: none;
  }
  .aboutus_content::after {
    display: none;
  }
  .category_link a {
    font-size: 3.4rem;
  }
  .category_link {
    width: 70%;
    padding: 33px 0;
  }
  .common_heading {
    width: 85%;
  }
  .Category-section .common_heading h5 {
    font-size: 3.8rem;
  }
  .Category-section .common_heading h3 {
    font-size: 6.5rem;
  }

  .category_link_common {
    width: 35rem;
    margin: 0 auto;
  }
  .our_team .common_heading h5 {
    font-size: 5.8rem;
  }
  .our_team .common_heading h3 {
    font-size: 7rem;
  }
  .ourteam_hover img {
    width: 100%;
  }
  .ourteam_hover {
    gap: 14px;
  }
  .ourteam_hover {
    margin-bottom: 2rem;
  }
  .emengercy_main {
    gap: 4rem;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .emengercy_content {
    width: 100%;
  }
  .emengercy_img {
    width: 100%;
  }
  .emengercy_main .common_heading h5 {
    font-size: 5.8rem;
  }
  .emengercy_main .common_heading h3 {
    font-size: 7rem;
  }
  .description a,
  .description p {
    line-height: 1.7;
    font-size: 3.5rem;
  }
  .description a {
    margin: 5rem 0;
  }
  .health_fund .common_heading {
    width: 100%;
  }
  .health_fund .common_heading h3 {
    font-size: 5rem;
  }
  .health_fund .common_heading h5 {
    font-size: 3.5rem;
  }
  .team_link {
    font-size: 4.7rem;
  }
  .team_link span {
    font-size: 3.2rem;
  }

  .funds_logo:not(:last-child) {
    margin-right: 0px;
  }
  .funds_logo {
    margin-bottom: 20px;
  }
  

  /* last changes */
  .funds_row2 .funds_logo{
    margin: 14px;
  }
  .funds_row3 .funds_logo{
    margin: 14px;
  }
  .health_fund_main{
    gap: 0;
  }
  .health_fund_main .payment_subheading h5 {
    font-size: 4.5rem!important;
}


  .funds_row:first-child {
    margin-bottom: 0px;
  }
  .Corporate-health-fund .common_heading {
    padding: 12rem 0 11.8rem 0;
  }
  .nav_box a {
    padding: 2rem 3rem;
  }
  .footer_navigation {
    max-width: 77rem;
  }
  .footer_logo a img {
    width: 70%;
  }
  .contact_num {
    margin-bottom: 7px;
  }
  .footer_email img,
  .contact_num img {
    width: 8%;
  }
  .opening_hours_head h4 {
    font-size: 2.8rem;
  }
  .footer_navigation {
    max-width: 100%;
    left: 0;
    flex-direction: column;
    -webkit-flex-direction: column;
    position: static;
    margin: 6rem 0 0 0;
    padding: 45px 15px;
    background-image: url(../Images/service_background.jpg);
    background-repeat: no-repeat;
  }
  .footer_menu {
    position: relative;
    background-image: url(../Images/service_background.jpg);
    background-repeat: no-repeat;
    width: 100%;
    z-index: 2;
    background-size: auto;
  }
  .footer_nav {
    position: static;
    width: 100%;
    height: auto;
    margin-top: 0px;
  }
  .footer_middle {
    flex-direction: column;
    margin: 0;
  }
  .footer_gap {
    margin-bottom: 6rem;
  }
  .footer_middle a {
    font-size: 2.7rem;
  }
  .contact_num {
    justify-content: center;
  }
  .footer_bottom p,
  .footer_bottom a {
    font-size: 2.2rem;
  }
  .nav_box a {
    font-size: 4rem;
    color: #283890;
  }

  .nav_box {
    box-shadow: none;
  }

  /* last changes */
  .funds_row .funds_logo{
    margin: 22px;
  }

 .funds_row .slick-prev {
      left: -10px;
  }
  .funds_row .slick-next {
    right: -20px;
  }
}
@media (min-width: 770px) and (max-width: 850px) {
  .category_main {
    gap: 6rem;
  }
  .nav_box a {
    padding: 1.5rem 3.5rem !important;
  }
  .funds_logo:not(:last-child) {
    margin-right: 10px;
  }

  .common_heading {
    width: 65%;
  }
  .emengercy_content .common_heading hr.line_1 {
    margin: 8px auto 7px 0px;
  }
  .emengercy_content .common_heading {
    padding: 3rem 0 2rem 0 !important;
  }
}
@media (min-width: 800px) and (max-width: 899px) {
  .common_heading h3 {
    font-size: 6rem;
  }
  .common_heading h5 {
    font-size: 4.8rem;
  }
  .common_heading {
    width: 62%;
  }
  .health_fund .common_heading h5 {
    font-size: 3.8rem;
  }
  .health_fund .common_heading h3 {
    font-size: 5rem;
  }
  .funds_logo:not(:last-child) {
    margin-right: 10px;
  }
  .emengercy_content .common_heading {
    text-align: left;
    width: 100%;
    padding: 4rem 0 6rem 0;
  }
  .emengercy_content .common_heading h5 {
    font-size: 3.8rem;
  }
  .health_fund .common_heading {
    padding: 10rem 0 5.2rem 0;
  }
}

@media (min-width: 799px) and (max-width: 899px) {
  .emengercy_content .common_heading {
    padding: 4rem 0 4rem 0;
  }
  .category_content_row:first-child {
    width: 50%;
    margin-left: 0px;
  }
  .funds_logo:not(:last-child) {
    margin-right: 10px;
  }

  .opening_hours {
    right: 4%;
    top: 10%;
  }
}
@media screen and (max-width: 499px) {
  html {
    font-size: 30%;
    -webkit-text-size-adjust: 100%;
  }
  .appointment_text_first,
  .contact {
    font-size: 2rem;
  }
  #mobile_nav a {
    font-size: 4rem;
    text-align: center;
    padding: 2.3rem 0 4rem 0;
    color: #283890;
    font-weight: 500;
  }
  .contactus_mobile .appointment_text_first,
  .appointment_text_second {
    font-size: 3rem;
  }
  .contactus_mobile .appointment_text_second {
    color: #283890;
  }

  .nav_box {
    box-shadow: none;
  }
  .nav_box a {
    font-size: 4.5rem;
    color: #283890;
  }

  .common_heading {
    width: 100%;
  }
  .our_team .common_heading h3 {
    font-size: 5rem;
  }
  .our_team .common_heading h5 {
    font-size: 4.8rem;
  }
  .emengercy_main .common_heading h3 {
    font-size: 5.5rem;
  }
  .emengercy_main .common_heading h5 {
    font-size: 4.8rem;
  }
  .description a {
    margin: 6rem 0;
  }
  .health_fund .common_heading h5 {
    font-size: 3.2rem;
  }
  .health_fund .common_heading h3 {
    font-size: 5.3rem;
  }
  .banner_main {
    margin-bottom: 0;
  }
  .category_link a {
    font-size: 4.4rem;
  }
  .team_member:nth-child(odd) {
    margin-right: 0px;
  }
  .banner_img {
    top: 5.85%;
    left: 5.95%;
  }
  .opening_hours {
    position: static;
    margin-top: 2rem;
  }
  .opening_hours_head h4 {
    font-size: 4.8rem;
  }
  .opening_hours_days li {
    font-size: 3.2rem;
  }

  .aboutus_experience img,
  .aboutus_trust img {
    width: 23%;
  }
  .logo_text p:first-child {
    font-size: 4.8rem;
    gap: 5px;
  }
  .logo_text p:last-child {
    font-size: 2rem;
  }
  .aboutus_content_main p {
    font-size: 3.6rem;
    line-height: 1.5;
    max-width: 100%;
  }
  .aboutus_link {
    max-width: 100%;
  }
  .aboutus_main {
    margin-bottom: 70px;
  }

  .our_team {
    margin-bottom: 50px;
  }

  .team_member:not(:last-child) {
    margin-right: 0px;
  }

  .appointment_text_first,
  .contact {
    font-size: 2.5rem;
  }
  .contactus_left,
  .contactus_right {
    width: 25%;
  }
  .header_logo {
    width: 51.33%;
  }
  .togglemenu {
    width: 19.33%;
  }
  .banner_content p span {
    font-size: 6.4rem;
  }
  .banner_content p {
    font-size: 3.2rem;
  }
  .footer_bottom .container {
    flex-direction: column;
  }
  .footer_bottom .copyright {
    margin-bottom: 10px;
  }
  .category_main {
    gap: 0;
  }
  .line_1 {
    margin: 7px auto;
  }
  .content_heading {
    font-size: 5.5rem;
  }
  .close-btn {
    font-size: 24px;
  }
  .category_main {
    gap: 0;
  }
  .btnHamburgerSpan {
    width: 40px;
    height: 4px;

}
#btnHamburger {
  margin-left: 10px;
}
.open .btnHamburgerSpan:first-child {
  transform: rotate(45deg);
  transform-origin: -8% 100%;
}
.header_logo a img {
  width: 95%;
}
/* funds sub heading */
.health_fund_main .payment_subheading h5{ 
  font-size: 5.2rem!important;
 }
 .established {
  font-size: 3.2rem!important;
}
 
.entire_team {
  margin-top: 40px;
}
}

@media screen and (max-width: 390px) {
  html {
    font-size: 28%;
    -webkit-text-size-adjust: 100%;
  }
  .appointment_text_first,
  .contact {
    font-size: 2.5rem;
  }
  .appointment_text_first {
    margin-bottom: 5px;
  }
  .main_header .header_content {
    justify-content: flex-start;
  }
  .header_logo {
    width: 68.33%;
  }
  .banner_content p {
    text-shadow: 1px 1px #ffffff;
  }
  .banner_img {
    left: 5.9%;
  }
  .aboutus_experience img,
  .aboutus_trust img {
    width: 18%;
  }
  .logo_text p:first-child {
    font-size: 3.8rem;
  }
  .logo_text p:last-child {
    font-size: 1.8rem;
  }
  .content_heading {
    font-size: 5rem;
  }
  .content_info {
    font-size: 3.2rem;
  }
  .aboutus_content_main p {
    margin-top: 4.5rem;
  }
 
  .aboutus_content_main .line_1 {
    margin: 10px auto 7px 0;
  }
  .our_team .line_1 {
    margin: 7px auto;
  }

  .btnHamburgerSpan {
    width: 30px;
    height: 4px;
    
}
.open .btnHamburgerSpan:last-child {
  transform: rotate(-45deg);
  transform-origin: 20% 100%;
}
.open .btnHamburgerSpan:first-child {
  transform: rotate(45deg);
  transform-origin: -15% 100%;
}
.btnHamburgerSpan:not(:last-child) {
  margin-bottom: 6px;
}
.togglemenu {
  width: 13.33%;
}


}

  @media screen and (max-width: 399px) {
    html {
      font-size: 25%;
      -webkit-text-size-adjust: 100%;
    }

    .footer_bottom p,
    .footer_bottom a {
      font-size: 2rem;
    }
    .emengercy_main .common_heading h5 {
      font-size: 4.6rem;
    }
    .emengercy_main .common_heading h3 {
      font-size: 4.8rem;
    }
    .health_fund .common_heading h5 {
      font-size: 2.8rem;
    }

    .health_fund .common_heading h3 {
      font-size: 5rem;
    }
    .category_link a {
      font-size: 5rem;
    }
    .category_link {
      width: 100%;
    }
    footer {
      margin-top: 60px;
    }
    .arrow {
      top: 0;
    }
    #btnHamburger {
      margin-left: 0px;
  }
  .header_logo a img {
    width: 85%;
}
.established {
  font-size: 2.8rem!important;
}
.entire_team .common_heading h3 {
  font-size: 4rem;
}
.entire_team .common_heading h5 {
  font-size: 3.5rem;
}
.entire_team .line_1 {
  width: 100px;

}
.entire_team .line_2 {
  width: 65px;
}
.entire_team .common_heading {
  padding: 11.6rem 0 3.5rem 0;
}
.entire_team .line_1 {
  margin: 6px auto!important;
}
  }

  @media (min-width: 570px) and (max-width: 740px) {
    .banner_content p {
      font-size: 4.2rem;
    }
    .banner_content p span {
      font-size: 8.4rem;
    }
    .logo_text p:last-child {
      font-size: 2rem;
    }
    .logo_text p:first-child {
      font-size: 6.8rem;
    }
    .aboutus_experience img,
    .aboutus_trust img {
      width: 30%;
    }
  }
  @media (min-width: 1026px) and (max-width: 1199px) {
    .nav_box a {
      padding: 10px 25px;
    }
  }
  @media (min-width: 500px) and (max-width: 675px) {
    .emengercy_main .common_heading h3 {
      font-size: 5.7rem;
    }
    .emengercy_main .common_heading h5 {
      font-size: 5.6rem;
    }
    .established {
      font-size: 4rem!important;
  }
  }
  @media (min-width: 350px) and (max-width: 498px) {
    .emengercy_main .common_heading h3 {
      font-size: 5rem;
    }
    .emengercy_main .common_heading h5 {
      font-size: 4.5rem;
    }
  }
  @media (min-width: 501px) and (max-width: 599px) {
    .banner_content p {
      font-size: 3.2rem;
    }
    .banner_content p span {
      font-size: 6.4rem;
    }
    .header_logo {
      width: 49.33%;
    }
    .appointment_text_first,
    .contact {
      font-size: 2rem;
    }
    .our_team .common_heading h5 {
      font-size: 3.8rem;
  }
  .our_team .common_heading h3 {
    font-size: 5rem;
}
  }
  @media (min-width: 1601px) and (max-width: 1689px) {
    .footer_nav {
      margin-top: 55px;
    }
  }

  /* last changes */
  .funds_row .funds_logo{
    margin-right: 5px !important;
  }
  @media (max-width: 425px) {
    .funds_row2 {
      display:inline-block;
    }
    .funds_row3{
      display:inline-block;
    }
    .funds_row .funds_logo {
      margin: 5px;
    }
    .funds_row .slick-next{
      right: -15px;
    }
    .funds_row .slick-prev{
      left: -15px;
    }
  }

  @media (max-width: 380px) {
    .funds_row .funds_logo{
      margin-right: 25px !important;
    }
    
    .funds_row .funds_logo {
      margin: 30px;
    }
    
    .funds_row .slick-next{
      right: -5px;
    }
    
    .funds_row .slick-prev {
     left: 0px;
    }
  }