/* @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap"); */

@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --primary-color: #0a2d73;
  /* --primary-color: #e61c28; */
  --secondary-color: #ffbe0d;
  /* --secondary-color: #f2edb9; */
  --third-color: #cf1936;
  --fourth-color: #f70043;
  --skyblue-color: #9db4e0;
  --dark-gray-color: #222222;
  --black-color: #000;
  --white-color: #fff;
  --title-color: #161921;
  --light-black: #5a5a5a;
  --navy-blue: #0f2557;
  --hard-shadow: 0px 10px 35px 5px rgba(0, 0, 0, 0.1);
  --soft-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
  --border-light: #e0e0e0;
  --border-medium: #d0d0d0;
  --light-bg: #f8f9fa;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  text-decoration: none;
}

ul {
  list-style: none;
}

body {
  font-size: 16px;
  line-height: 28px;
  /* font-family: "Inter", sans-serif; */
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  color: var(--black-color);
}

h1 {
  font-size: 55px;
  font-weight: 700;
  line-height: 1.2;
  font-family: "Merriweather", serif;
}

h2 {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2;
  /* font-family: "Inter", sans-serif; */
  font-family: "Merriweather", serif;
}

h3 {
  font-size: 30px;
  /* font-family: "Inter", sans-serif; */
  font-family: "Merriweather", serif;
}

h4 {
  font-size: 25px;
  line-height: 28px;
  /* font-family: "Inter", sans-serif; */
  font-family: "Merriweather", serif;
}

h5 {
  font-size: 22px;
  /* font-family: "Inter", sans-serif; */
  font-family: "Merriweather", serif;
}

h6 {
  font-size: 20px;
  /* font-family: "Inter", sans-serif; */
  font-family: "Merriweather", serif;
}
p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
.container {
  width: 1280px;
  margin: 0 auto;
}
/* .nav-container {
    width: 1400px;
    max-width: 90%;
    padding: 0px 74px;
    margin: 0 auto;
  } */
.img-responsive {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.flex {
  display: flex;
}
.row {
  display: flex;
  flex-direction: row;
}
.column {
  display: flex;
  flex-direction: column;
}
.space-between {
  justify-content: space-between;
}
.flex-space-between {
  display: flex;
  justify-content: space-between;
}
.align-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.flex-start {
  align-items: flex-start;
}
.flex-end {
  align-items: flex-end;
}
.flex-wrap {
  flex-wrap: wrap;
}
.place-end {
  place-content: flex-end;
}
.text-center {
  text-align: center;
}
.grid {
  display: grid;
}
.grid-1-06 {
  grid-template-columns: 1fr 0.64fr;
}
.grid-2 {
  grid-template-columns: 1fr 1fr;
}
.grid-3 {
  grid-template-columns: 1fr 1fr 1fr;
}
.grid-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.grid-1-13-1 {
  grid-template-columns: 1fr 1.3fr 1fr;
}
.overflow-hidden {
  overflow: hidden;
}
button {
  background: transparent;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  border-radius: 5px;
}
input,
textarea {
  padding: 15px 20px;
  background: transparent;
  border-radius: 5px;
  font-size: 18px;
  font-family: "Inter" !important;
}
input::placeholder,
textarea::placeholder {
  font-family: "Inter" !important;
}
/* GAPS */
.gap-10 {
  gap: 10px;
}
.gap-15 {
  gap: 15px;
}
.gap-20 {
  gap: 20px;
}
.gap-25 {
  gap: 25px;
}
.gap-30 {
  gap: 30px;
}
.gap-40 {
  gap: 40px;
}
.gap-45 {
  gap: 45px;
}
.gap-60 {
  gap: 60px;
}
.gap-80 {
  gap: 80px;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-10 {
  padding-top: 10px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pt-20 {
  padding-top: 20px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pt-35 {
  padding-top: 35px;
}
.pt-40 {
  padding-top: 40px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-45 {
  padding-bottom: 45px;
}
.pt-60 {
  padding-top: 60px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pt-80 {
  padding-top: 80px;
}
.pb-80 {
  padding-bottom: 80px;
}
.pl-80 {
  padding-left: 80px;
}
.pr-80 {
  padding-right: 80px;
}
.pt-100 {
  padding-top: 100px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pb-300 {
  padding-bottom: 300px;
}
.py-60 {
  padding: 60px 0px;
}
.py-80 {
  padding: 80px 0px;
}
/* MARGINS */
.m-0-auto {
  margin: 0 auto;
}
.mt-20 {
  margin-top: 20px;
}
.mt-25 {
  margin-top: 25px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-35 {
  margin-top: 35px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-35 {
  margin-bottom: 35px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mt-45 {
  margin-top: 45px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-60 {
  margin-top: 60px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mt-170 {
  margin-top: 170px;
}
.mt--120 {
  margin-top: -120px;
}
.mt--150 {
  margin-top: -150px;
}
.mt--185 {
  margin-top: -185px;
}
/* BACKGROUND-COLORS */
.radial-gradient {
  background-image: radial-gradient(#1f3050, #0f1a2e);
}
.secondary-bg {
  background: var(--secondary-color);
}
.lightblue-bg {
  background: #dee6f5;
}
.lightgrey-bg {
  background: #fafafa;
}
.p-txt {
  color: var(--primary-color);
}
/* POSITION */
.po-relative {
  position: relative;
}
/* RADIUS */
.bdr-radius-0 {
  border-radius: 0px !important;
}
.bdr-radius-5 {
  border-radius: 5px;
}
.bdr-radius-5-0-0-5 {
  border-radius: 5px 0px 0px 5px;
}
.bdr-radius-0-5-5-0 {
  border-radius: 0px 5px 5px 0px;
}
/* FONT-SIZE */
.f-16 {
  font-size: 16px !important;
}
/* WIDTHS */
.w-15 {
  width: 15px;
}
.w-60-h-48 {
  height: 48px;
  width: 60px;
}
.w-52-h-52 {
  height: 52px !important;
  width: 52px !important;
}
.w-h-60 {
  height: 60px;
  width: 60px;
}
.w-h-100 {
  height: 100px;
  width: 100px;
}
.w-100 {
  width: 100% !important;
}
.h-100 {
  height: 100% !important;
}
/* HOVER-EFFECT */
.hvr-link {
  position: relative;
}
.hvr-link::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: var(--primary-color);
  transition: all 0.5s ease-in-out;
}
.hvr-link:hover::before {
  right: auto;
  left: 0;
  width: 100%;
  transition: all 0.5s ease-in-out;
}
.white-hvr-link {
  position: relative;
}
.white-hvr-link::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: var(--white-color);
  transition: all 0.5s ease-in-out;
}
.white-hvr-link:hover::before {
  right: auto;
  left: 0;
  width: 100%;
  transition: all 0.5s ease-in-out;
}
/* HOVER-FLOAT */
.hvr-float {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}
.hvr-float:hover,
.hvr-float:focus,
.hvr-float:active {
  transform: translateY(-8px);
}
.image-effect {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.image-effect img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.5s ease-in-out;
}

.image-effect:hover img {
  transform: scale(1.04);
}
/* BUTTONS */

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 11px 23px;
  font-size: 15.5px;
  border-radius: 6px;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: fit-content;
  transition: all 0.5s ease-in-out;
}
.primary-btn {
  /* border: 1px solid var(--secondary-color); */
  color: var(--white-color);
  background: var(--third-color);
  /* border: 1px solid var(--primary-color); */
  transition: all 0.5s ease-in-out;
}
.primary-btn::after {
  content: "";
  position: absolute;
  height: 110%;
  width: 160%;
  border: 1px solid var(--secondary-color);
  background: var(--primary-color);
  transform: skewX(45deg);
  top: 0;
  left: -20%;
  z-index: -2;
  transition: all 0.5s ease-in-out;
}
.primary-btn:hover {
  /* border: 1px solid var(--primary-color); */
  color: var(--white-color);
  transition: all 0.5s ease-in-out;
}
.primary-btn:hover::after {
  left: 130%;
  transition: all 0.5s ease-in-out;
}
.secondary-btn {
  border: 1px solid;
  color: var(--black-color);
  border: 1px solid var(--primary-color);
  background: var(--third-color);
  transition: all 0.5s ease-in-out;
}
.secondary-btn::after {
  content: "";
  position: absolute;
  height: 110%;
  width: 160%;
  border: 1px solid var(--secondary-color);
  background: var(--secondary-color);
  transform: skewX(45deg);
  top: 0;
  left: -20%;
  z-index: -2;
  transition: all 0.5s ease-in-out;
}
.secondary-btn:hover {
  border: 1px solid var(--primary-color);
  color: var(--white-color);
  transition: all 0.5s ease-in-out;
}
.secondary-btn:hover::after {
  left: 130%;
  transition: all 0.5s ease-in-out;
}
.secondary-white-btn {
  border: 1px solid;
  color: var(--white-color);
  border: 1px solid var(--secondary-color);
  transition: all 0.5s ease-in-out;
}
.secondary-white-btn::after {
  content: "";
  position: absolute;
  height: 110%;
  width: 160%;
  border: 1px solid var(--secondary-color);
  background: var(--secondary-color);
  transform: skewX(45deg);
  top: 0;
  left: -20%;
  z-index: -2;
  transition: all 0.5s ease-in-out;
}
.secondary-white-btn:hover {
  background: var(--white-color);
  border: 1px solid var(--white-color);
  color: var(--secondary-color);
  transition: all 0.5s ease-in-out;
}
.secondary-white-btn:hover::after {
  left: 130%;
  transition: all 0.5s ease-in-out;
}
.white-btn {
  border: 1px solid;
  color: var(--black-color);
  border: 1px solid var(--white-color);
  transition: all 0.5s ease-in-out;
}
.white-btn::after {
  content: "";
  position: absolute;
  height: 110%;
  width: 160%;
  border: 1px solid var(--white-color);
  background: var(--white-color);
  transform: skewX(45deg);
  top: 0;
  left: -20%;
  z-index: -2;
  transition: all 0.5s ease-in-out;
}
.white-btn:hover {
  border: 1px solid var(--white-color);
  color: var(--white-color);
  transition: all 0.5s ease-in-out;
}
.white-btn:hover::after {
  left: 130%;
  transition: all 0.5s ease-in-out;
}

.outlinebtn {
  border: 1px solid var(--white-color);
  color: var(--white-color);
}

.outlinebtn::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 200%;
  background: var(--secondary-color);
  top: 0;
  left: -250%;
  z-index: -1;
  transform: skewX(45deg);
  transition: all 0.5s ease-in-out;
}
.outlinebtn:hover {
  color: var(--white-color);
  border: 1px solid var(--secondary-color);
  transition: all 0.5s ease-in-out;
}
.outlinebtn:hover::after {
  left: -50%;
  transition: all 0.5s ease-in-out;
}
.outlinebtn2 {
  /* background: var(--white-color); */
  border: 1px solid var(--white-color);
  /* background: var(--third-color); */
  color: var(--white-color);
}
.outlinebtn2::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 200%;
  background: var(--third-color);
  top: 0;
  left: -250%;
  z-index: -1;
  transform: skewX(45deg);
  transition: all 0.5s ease-in-out;
}
.outlinebtn2:hover::after {
  left: -50%;
  transition: all 0.5s ease-in-out;
}

.outlinebtn2:hover {
  color: var(--white-color);
  /* background: var(--third-color); */
  border: 1px solid var(--third-color);
}

.outlinebtn3 {
  background: var(--white-color);
  color: var(--black-color);
}
.outlinebtn3::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 200%;
  background: var(--black-color);
  top: 0;
  left: -250%;
  z-index: -1;
  transform: skewX(45deg);
  transition: all 0.5s ease-in-out;
}
.outlinebtn3:hover::after {
  left: -50%;
  transition: all 0.5s ease-in-out;
}

.outlinebtn3:hover {
  color: var(--white-color);
}

.bdr1 {
  border-bottom: 2px solid var(--primary-color);
}
.bdr2 {
  border-bottom: 2px solid var(--secondary-color);
}
.bdr3 {
  border-bottom: 2px solid var(--third-color);
}

/* top head start */
.topheader {
  background: var(--primary-color);
  padding: 7px 0px;
}

.topheader .topheadwrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.topheader .topheadwrap .topcontactdetail {
  display: flex;
  align-items: center;
  gap: 15px;
  /* padding-left: 180px; */
}
.topheader .topheadwrap .topcontactdetail a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--white-color);
  font-size: 14px;
}
.topheader .topheadwrap .topcontactdetail i {
  width: 23px;
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--white-color);
  color: var(--primary-color);
  font-size: 13px;
  transition: all 0.5s ease-in-out;
}

.topheader .topheadwrap .topsocialwrap {
  display: flex;
  gap: 10px;
  align-items: center;
}
.topheader .topheadwrap .topsocialwrap i {
  /* padding: 10px 7px; */
  width: 27px;
  height: 27px;
  display: flex;
  align-items: center;
  font-size: 14px;
  justify-content: center;
  background: var(--secondary-color);
  color: var(--white-color);
  border-radius: 50%;
  /* border-right: 1px solid var(--white-color); */
}

/* .topheader .topheadwrap .topsocialwrap a:first-child i {
  border-left: 1px solid var(--white-color);
} */

.topheader .topheadwrap .topsocialwrap i:hover {
  background: var(--white-color);
  color: var(--primary-color);
  /* border-color: var(--secondary-color); */
  transition: all 0.5s ease-in-out;
}

/* top head end */

/* mobile header start */
.mobile-view {
  display: none;
  background: var(--white-color);
  box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.08);
  position: sticky;
  padding: 5px 0px;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  transition: all 0.5s ease-in-out;
}
.mobile-menu {
  display: none;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 99;
  align-items: center;
}
.slidein-menu {
  display: none;
}
/* mobile header end */

/* main header start */
header {
  background: var(--white-color);
  box-shadow: var(--hard-shadow);
  padding: 10px 20px;
  position: sticky;
  top: 0px;
  left: 0px;
  z-index: 9999;
}

/* .mainheader {
  display: flex;
  align-items: center;
} */

.mainheader .nevmenu nav ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.mainheader .nevmenu nav ul li a {
  font-size: 18px;
  font-weight: 600;
  color: var(--black-color);
  /* text-transform: uppercase; */
}

.mainheader .nevmenu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.mainheader .logowrapper img {
  width: 90px;
  transition: all 0.5s ease-in-out;
}

.mainheader.logosmall .logowrapper img {
  width: 70px;
  transition: all 0.5s ease-in-out;
}

/* dropdown */
.nav-contentsdiff .dropdownmenu {
  position: absolute;
  flex-direction: column;
  align-items: start !important;
  gap: 0px !important;
  padding: 25px;
  margin-top: 7px;
  text-align: left;
  min-width: -moz-fit-content;
  min-width: fit-content;
  border-radius: 5px;
  background: var(--white-color);
  box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.08);
  list-style: none;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  width: 250px;
  transition: all 0.5s ease-in-out;
}
.nav-contentsdiff .dropdownmenu li {
  transition: all 0.5s ease-in-out;
  padding-bottom: 10px;
}
.nav-contentsdiff .dropdownmenu li a {
  color: var(--black-color);
  border: none;
  padding: 0;
  font-size: 16px !important;
  transition: all 0.5s ease-in-out;
}
.nav-contentsdiff .dropdownmenu li a .flag {
  background: #f1f1f1;
  padding: 4px;
  border-radius: 3px;
}
.nav-contentsdiff .dropdownmenu li:hover a {
  color: var(--primary-color);
  transition: all 0.5s ease-in-out;
}
.nav-contentsdiff .dropdownmenu li:nth-last-child(1) {
  padding-bottom: 0px;
}
.nav-contentsdiff:hover a .drop {
  filter: invert(0) brightness(1);
  transition: all 0.5s ease-in-out;
}
.nav-contentsdiff:hover .dropdownmenu {
  margin-top: 10px;
  opacity: 1;
  z-index: 99;
  visibility: visible;
  transition: all 0.5s ease-in-out;
}
/* dropdown  */

/* .innertlogo {
  padding: 20px;
  background: var(--white-color);
  box-shadow: var(--soft-shadow);
  margin-top: -48px;
} */

.middheader {
  background: #f7f7f7;
  padding: 10px 0px;
}

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

.logowrapper {
  display: flex;
  gap: 10px;
  align-items: center;
}
.infologo {
  display: flex;
  gap: 20px;
  align-items: center;
}

.innertlogo img {
  width: 100px;
}
.certfi {
  border-left: 1px solid var(--black-color);
}
.certfi img {
  width: 160px;
  padding-left: 5px;
}

.certfi2 {
  border-left: 1px solid var(--black-color);
  padding-left: 5px;
}

.certfi2 img {
  width: 40px;
}

.infologo1 img {
  width: 60px;
}
.infologo2 img {
  width: 60px;
}
.infologo3 img {
  width: 60px;
}
/* main header end*/

/* Footer Start */
.footersection {
  background: var(--primary-color);
  padding: 250px 0px 80px 0px;
  position: relative;
  z-index: 1;
}

.footersection .container {
  position: relative;
}

.footersection::before {
  content: "";
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
  background-image: url("../images/bluefooter.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* opacity: 0.6; */
  mix-blend-mode: darken;
}

.footergrid {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1fr 1fr;
}

.footer-logo {
  width: 100px;
}

.footerbox1 p {
  font-size: 15px;
  width: 320px;
  color: var(--white-color);
  margin-top: 20px;
}

.footersocial {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}

.footersocial a i {
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--secondary-color);
  color: var(--white-color);
  border-radius: 50%;
}
.footerbox p {
  margin-top: 20px;
  color: var(--white-color);
}
.footerbox h6 {
  margin-bottom: 40px;
  color: var(--white-color);
  font-size: 22px;
  position: relative;
}

.footerbox h6::before {
  content: "";
  position: absolute;
  width: 70px;
  height: 2px;
  background: var(--white-color);
  bottom: -10px;
  left: 0px;
}

.footerbox ul li {
  margin-bottom: 10px;
}

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

.focontactdetail a {
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--white-color);
  margin-bottom: 18px;
}

.focontactdetail a i {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--secondary-color);
  color: var(--white-color);
  border-radius: 50%;
}

.footerbox {
  padding-left: 30px;
}

.footercopy {
  padding: 7px 0px;
  background: var(--third-color);
}

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

.copyright p {
  color: var(--white-color);
}

.copyright a {
  color: var(--white-color);
}

.footerlogowrap {
  width: 150px;
  background-color: var(--white-color);
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
}

.overlapwrap {
  background: var(--white-color);
  border-radius: 10px;
  box-shadow: var(--hard-shadow);
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  padding: 0px 40px;
  position: relative;
  margin-bottom: -160px;
  z-index: 2;
}

.leftoverlap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
}

.rightoverlap img {
  margin-top: -80px;
}
.bannerslider {
  height: 75vh;
}

.footoverlap {
  margin-top: 100px;
}
/* Footer End */

/* Banner Section Start */
.bannersection {
  background: var(--primary-color);
  /* height: 80vh;
  align-content: end; */
  position: relative;
}

.bannersection::before {
  content: "";
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
  background-image: url("../images/eduction.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.1;
}

.bannersection .container {
  position: relative;
}

.bannersection .bannergrid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 60px;
}

.bannersection .bannergrid .bannerleft {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 25px;
  padding: 120px 0px;
}

.bannertitlewrapp .bannersmalltitle {
  display: flex;
  align-items: center;
  gap: 10px;
}
.bannertitlewrapp .bannersmalltitle img {
  width: 30px;
  height: 30px;
}

.bannertitlewrapp .bannersmalltitle h6 {
  color: var(--white-color);
  font-size: 19px;
}

.bannertitlewrapp h1 {
  color: var(--white-color);
  margin-top: 15px;
}

.bannerleft p {
  color: var(--white-color);
}

.bannerbtn {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: 10ppx;
}

.bannerright {
  display: flex;
  align-items: end;
  justify-content: end;
}

.bannerright img {
  width: 300px;
  display: block;
  margin-top: auto;
}

.mySwiper .swiper-button-next,
.mySwiper .swiper-button-prev {
  /* padding: 10px; */
  width: 40px;
  height: 40px;
  background: var(--secondary-color);
  border-radius: 5px;
}

.mySwiper .swiper-button-next::after,
.mySwiper .swiper-button-prev::after {
  color: var(--white-color) !important;
  font-size: 20px;
}
/* Banner Section End */

/* marquee start */

.marquewrap {
  display: flex;
  align-items: center;
}

.marqueinfo {
  width: 625px;

  padding: 8px;
  background: url("../images/news.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* background-color: #d3d3d3; */
}
.marqueinfo p {
  font-size: 20px;
  color: var(--white-color);
  font-weight: 500;
  /* text-align: center; */
  text-transform: uppercase;
}
.marqueslid {
  padding: 8px 0px;
  background: #d3d3d3;
}

.marquesection {
  overflow: hidden;
  width: 100%;
  background: #d3d3d3;
}

.marqueslid {
  overflow: hidden;
}

.marque-track {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  animation: marquee 25s linear infinite; /* slower = smoother */
}

.marque-item {
  display: inline-block;
  /* padding: 0 20px; equal spacing left and right */
  font-size: 18px;
  font-weight: 500;
}

.marque-sep {
  display: inline-block;
  opacity: 0.6;
  margin: 0 15px; /* center gap for | */
  font-size: 18px;
  font-weight: 500;
}

/* Smooth continuous scroll */
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* marquee end */

/* hero box start */

.herobox {
  position: relative;
}

.prop1 {
  width: 115px;
  position: absolute;
  top: 150px;
  left: 0px;
}
.prop2 {
  width: 115px;
  position: absolute;
  top: 150px;
  right: 0px;
  transform: scaleX(-1);
}

.herowrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
}
.herowrap .herobox {
  border-radius: 6px;
  padding: 60px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.herowrap .herobox::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--black-color);
  opacity: 0.7;
  border-radius: 6px;
}
.heroboccontent {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}
.heroboccontent h5 {
  text-align: center;
  color: var(--white-color);
}
/* hero box end */

/* about start */

.aboutpage {
  position: relative;
  position: relative;
}

.prop3 {
  position: absolute;
  bottom: 10px;
  right: 100px;
  width: 160px;
  opacity: 0.1;
}

.aboutpage::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0px;
  background: url("../images/aboutbg2.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.3;
}
.aboutpage .container {
  position: relative;
}
.aboutpagegrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

.aboutimg {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.aboutimg img {
  border-radius: 10px;
}

.leftimg {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.rightimg {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.aboutcontent {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.aboutcontent h2 {
  margin-bottom: 15px;
}
.aboutcontent p {
  margin-bottom: 15px;
}

.titlewrapp h6 {
  font-size: 19px;
  color: var(--third-color);

  letter-spacing: 5px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
}
.titlewrapp .smltitle img {
  width: 60px;
  /* margin-top: 5px; */
}
.titlewrapp img {
  width: 60px;
  /* margin-top: 5px; */
}

.smltitle {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.aboutpage.tromeabout::before {
  background: none !important;
}

/* about end */

/* hero section Start */
.countersection {
  padding: 120px 20px;

  position: relative;
}

.countersection .container {
  position: relative;
}

.countersection::before {
  content: "";
  position: absolute;
  /* background: var(--black-color); */
  background: var(--primary-color);
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  opacity: 0.82;
}

.countersection .centertitletrapp h2 {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  color: var(--white-color);
}

.countersection .centertitletrapp p {
  color: var(--white-color);
}

.stats {
  display: grid;
  /* grid-template-columns: repeat(4, minmax(140px, 1fr)); */
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
  margin-top: 50px;
}
.stat {
  border-radius: 6px;
  padding: 30px;
  text-align: center;
  box-shadow: var(--shadow);
  border: 2px solid var(--white-color);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
/* .stat:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(2, 6, 23, 0.09);
} */

.stat img {
  width: 70px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.count {
  display: block;
  font-size: 40px;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: 0.5px;
  color: var(--white-color);
  font-variant-numeric: tabular-nums;
}
.label {
  margin-top: 18px;
  display: block;
  font-size: 24px;
  font-weight: 500;
  color: var(--white-color);
  letter-spacing: 0.2px;
}

/* hero section End */

/* service start */

.servcesection {
  position: relative;
}

.prop4 {
  width: 140px;
  position: absolute;
  top: 50px;
  left: 30px;
  transform: scaleX(-1);
}
.prop5 {
  width: 140px;
  position: absolute;
  top: 50px;
  right: 30px;
  transform: scaleX(-1);
}

.titlecenter {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.titlecenter h2 {
  text-align: center;
}
.titlecenter p {
  text-align: center;
  width: 700px;
  margin: auto;
}

.titlecenter img {
  width: 80px;
}

.servicegrid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
.servicebox {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px;
  background: var(--white-color);
  box-shadow: var(--hard-shadow);
  color: var(--black-color);
  border-radius: 6px;
  transition: all 0.5s ease-in-out;
}

.servicebox .servtopwrap .serviceimg {
  overflow: hidden;
  border-radius: 6px;
  transition: all 0.5s ease-in-out;
}

.servicebox .servtopwrap .serviceimg img {
  border-radius: 6px;
  transition: all 0.5s ease-in-out;
}

.servicebox:hover .servtopwrap .serviceimg img {
  transform: scale(1.04);
  transition: all 0.5s ease-in-out;
}

.servicebox .servtopwrap h5 {
  margin: 20px 0px 10px 0px;
}
.servicebox.gallerybox .servtopwrap h5 {
  margin: 20px 0px 5px 0px !important;
}

.servbtn {
  margin-top: 15px;
  /* margin-bottom: 5px; */
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.5s ease-in-out;
}

.servbtn img {
  width: 42px !important;
  transition: all 0.5s ease-in-out;
}

.servicebox:hover .servbtn img {
  transform: translateX(calc(100% + 20px));
  transition: all 0.5s ease-in-out;
}

.servicebox .servbtn p {
  font-size: 16px;
  font-weight: 600;
  color: var(--third-color);
}

.allservicbtn {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* service end */

/* Whychoose Start */

.whychoosesection {
  position: relative;
}

.whychoosesection .container {
  position: relative;
}

.whychoosesection::before {
  content: "";
  top: 0px;
  left: 0px;
  background: url("../images/bg-2.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.5;
}
.whychoosegrid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
.whychoosegrid .whychoosebox {
  padding: 40px 30px;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  background: var(--white-color);
  box-shadow: var(--hard-shadow);
  cursor: pointer;
}

.whychoosegrid .whychoosebox h5 {
  color: var(--black-color);
  text-align: center;
}
.whychoosegrid .whychoosebox p {
  color: var(--black-color);
  text-align: center;
}

.whychoosegrid .whychoosebox .whychooseicon {
  width: 70px;
  height: 70px;
  background: var(--primary-color);
  display: flex;

  align-items: center;
  border-radius: 50%;
  margin: auto;
  justify-content: center;
}

.whychoosegrid .whychoosebox .whychooseicon img {
  width: 40px;
}

.whychoosegrid .whychoosebox.bluebox {
  background: var(--primary-color);
}

.whychoosegrid .whychoosebox.bluebox .whychooseicon {
  background: var(--white-color);
}

.whychoosegrid .whychoosebox.bluebox h5 {
  color: var(--white-color);
}
.whychoosegrid .whychoosebox.bluebox p {
  color: var(--white-color);
}

/* Whychoose End */

/* Doctor Start */
.doctopsection {
  padding: 120px 0px 240px 0px;
  position: relative;
}

.doctopsection .container {
  position: relative;
}

.doctopsection::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: var(--black-color);
  opacity: 0.8;
}

.titlecenter.titlewhite h2 {
  color: var(--white-color);
}
.titlecenter.titlewhite p {
  color: var(--white-color);
}

.doctorbox {
  background: var(--white-color);
  padding: 10px;
  border-radius: 6px;
  /* box-shadow: var(--hard-shadow); */
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 14px -5px,
    rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.doctorbox img {
  border-radius: 6px;
}
.docdetail {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  grid-auto-flow: 10px;
  margin-top: 20px;
}
.docdetail .qualification {
  font-size: 18px;
  font-weight: 500;
}
.docdetail h6,
.docdetail p {
  text-align: center;
  color: var(--black-color);
}

.doctorSwiper .swiper-button-next,
.doctorSwiper .swiper-button-prev {
  /* padding: 10px; */
  width: 40px;
  height: 40px;
  background: var(--secondary-color);
  border-radius: 5px;
}

.doctorSwiper .swiper-button-next::after,
.doctorSwiper .swiper-button-prev::after {
  color: var(--white-color) !important;
  font-size: 20px;
}

.doctorSwiper .swiper-button-prev {
  top: auto;
  bottom: 0px;
  left: 45%;
}
.doctorSwiper .swiper-button-next {
  top: auto;
  bottom: 0px;
  right: 45%;
}
.doctorimg img {
  height: auto !important;
  object-fit: cover;
  object-position: top-center;
  max-width: 100% !important;
  width: 100% !important;
}

.swiper.doctorSwiper {
  padding-left: 13px;
  padding-right: 13px;
  padding-bottom: 80px;
}

.doctorbox .servbtn {
  color: var(--fourth-color);
}

.doctorboxwrap {
  margin-top: -160px;
}
/* Doctor End */

/* testimonials start */

.testimonialssection {
  position: relative;
}

.testimonialssection .container {
  position: relative;
}
.testimonialssection::before {
  content: "";
  position: absolute;
  background: url("../images/bluebg.jpg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.5;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.testimonialwrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  /* padding: 30px;
  border-radius: 6px;
  border: 1px solid var(--third-color); */
}

.testimonialwrap .testiimage img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 4px solid var(--third-color);
  margin: auto;
}

.testimonialwrap .quot {
  width: 65px;
  height: 65px;
  margin: 10px auto 0px auto;
}

.testimonialwrap .testidetails h6 {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 10px;
}
.testimonialwrap .testidetails p {
  text-align: center;
}
.testimonialwrap .testidetails .degination {
  font-size: 17px;
  color: var(--third-color);
  /* font-weight: 600; */
}

.swiper.testimonialswiper
{
	padding-bottom: 30px;
}

.testimonialwrap .testidetails .review {
  width: 780px;
  margin: auto;
}

.testimonialswiper .swiper-button-next,
.testimonialswiper .swiper-button-prev {
  /* padding: 10px; */
  width: 40px;
  height: 40px;
  background: var(--third-color);
  border-radius: 5px;
}

.testimonialswiper .swiper-button-next::after,
.testimonialswiper .swiper-button-prev::after {
  color: var(--white-color) !important;
  font-size: 20px;
}
/* testimonials end */

/* banner start */
.pagebanner {
  padding: 120px 0px;
}

.pagebanner h1 {
  color: var(--white-color);
  /* text-align: center; */
}

.breadcrum {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  gap: 8px;
  margin-top: 5px;
}

.breadcrum a {
  color: var(--white-color);
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.5s ease-in-out;
}
.breadcrum a:hover {
  color: var(--secondary-color);

  transition: all 0.5s ease-in-out;
}
.breadcrum p {
  color: var(--secondary-color);
}
.pagebanner h1 {
  font-size: 48px;
}
/* banner end */

/* RESET */
/*PAGINATION STYLING HERE*/
.pagged {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}

.pagged a {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 6px;
  background: #ebebeb;
  color: #1c1c1c;
  font-size: 20px;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  position: relative;
}
.pagged a:hover {
  text-decoration: none;
  color: #fff;
  /* background: linear-gradient(180deg, #fc2c2c, #e50000); */
  background: var(--primary-color);
}
.page-numbers.current {
  color: #fff;
  display: inline-block;
  /* border-radius: 100%; */
  border-radius: 6px;
  background: var(--primary-color);
}
.pagged span {
  padding: 7px 15px !important;
  background: linear-gradient(180deg, #fc2c2c, #e50000);
  color: #fff;
  display: none;
}
.next.page-numbers {
  padding: 15px 20px !important;
  /* background: linear-gradient(180deg, #FC2C2C, #E50000); */
  background: #ebebeb;
  color: #1c1c1c;
  font-size: 20px;
  float: none;
}
.prev.page-numbers {
  padding: 15px 20px !important;
  /* background: linear-gradient(180deg, #FC2C2C, #E50000); */
  background: #ebebeb;
  color: #1c1c1c;
  font-size: 16px;
  float: none;
}
/*PAGINATION STYLING HERE*/

/* service single start */
.servsinggrid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 50px;
}

.servicesingleleft h2 {
  margin: 15px 0px;
}

.servicesingleleft .doctorimg img {
  height: auto !important;
  max-width: 100% !important;
  width: 100% !important;
  border-radius: 8px;
}

.servicesingleleft p {
  margin-bottom: 15px;
}

.servicesingleleft .servicimage {
  width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
  border-radius: 8px;
}

.prvnext {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
  font-size: 18px;
  font-weight: 600;
}

.prvnext a {
  color: var(--black-color);
}

.prvnext i {
  color: var(--primary-color);
}

.otherservice {
  background: var(--primary-color);
  border-radius: 8px;
  position: sticky;
  top: 80px;
  padding: 35px;
}

.otherservice h4 {
  color: var(--white-color);
  padding-bottom: 10px;
  border-bottom: 1px solid var(--white-color);
  width: fit-content;
}

.servicetitle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
  margin-top: 25px;
}

.servicetitle a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--white-color);
  font-size: 18px;
  font-weight: 500;
}

.servicetitle img {
  width: 30px;
}

.relateddoctor {
  background: #c9d8f4;
  padding: 30px;
  border-radius: 8px;
}
.relateddoctor .titlecenter {
  margin-bottom: 25px;
}
.relateddoctor .titlecenter img {
  width: 55px;
  margin-top: 5px;
}
.doctorgrid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

.relateddoctor .doctorgrid a p {
  margin-bottom: 0px !important;
}

.servicesingleleft .care {
  border-radius: 8px;
  margin-bottom: 30px;
}
/* service single end */

/* appointment Start */
.apointgrid {
  display: grid;
  grid-template-columns: 1.8fr 2fr;
  border-radius: 8px;
  box-shadow: var(--hard-shadow);
  /* gap: 60px; */
}
.leftapint {
  background: var(--primary-color);
  padding: 40px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.leftapint h3 {
  color: var(--white-color);
  margin-bottom: 20px;
}
.leftapint .apintdesc {
  color: var(--white-color);
  margin-bottom: 20px;
}

.opdbox {
  margin-top: 20px;
  padding: 15px;
  border: 1px solid var(--white-color);
  border-radius: 6px;
}
.opdbox h6 {
  color: var(--white-color);
  margin-bottom: 10px;
}

.opdbox .opditem {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 15px;
}

.opdbox .opditem .opditemleft {
  display: flex;
  align-items: center;
  gap: 10px;
}

.opdbox .opditem .opditemleft img {
  width: 20px;
}

.opdbox .opditem p {
  color: var(--white-color);
  font-weight: 500;
  font-size: 18px;
}

.opditemright a {
  color: var(--white-color);
}
.rightapoint {
  padding: 40px;
}

.rightapoint .formtitlewrap p {
  margin: 20px 0px;
}

.inputgrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.rightapoint .formwrapp input,
.rightapoint .formwrapp select,
.rightapoint .formwrapp textarea {
  width: 100%;
  padding: 13px 10px;
  border-radius: 4px;
  border: 1px solid #cccccc;
  margin-bottom: 20px;
}

.rightapoint .formwrapp input::placeholder,
.rightapoint .formwrapp select::placeholder,
.rightapoint .formwrapp textarea::placeholder {
  color: #a5959b;
  font-size: 16px;
}

.wpcf7-submit {
  margin-bottom: 0px !important;
  padding: 11px 23px;
  background: var(--primary-color);
  color: var(--white-color);
  border: none;
}
.wpcf7-spinner {
  display: none;
}
/* appointment end */

/* highlight start */
.highlightsection {
  position: relative;
}

.highlightsection .container {
  position: relative;
}

.highlightsection::before {
  content: "";
  position: absolute;
  background: url("../images/highlightbg3.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0px;
  left: 0px;
  width: 65%;
  height: 100%;
  clip-path: polygon(0 0, 100% 0, 79% 100%, 0% 100%);
  opacity: 0.95;
}

.highlightgrid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
}

.pointwrapp {
  display: flex;
  align-items: center;
  gap: 10px;
}

.pointwrapp img {
  width: 20px;
}

.highlightpoint {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.lefthighlight {
  padding-right: 40px;
}

.highlightsection .titlewrapp .smltitle h6 {
  color: var(--white-color);
  font-size: 16px !important;
}

.highlightsection .titlewrapp .smltitle img {
  width: 55px;
}

.highlightsection .titlewrapp h2 {
  color: var(--white-color);
}

.highlightpoint p {
  color: var(--white-color);
}

/* highlight end */

/* doctor start */
.doctorpagegrid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
}
/* doctor end */

/* Empanelments Start */
.logowrapp {
  /* display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 30px; */
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, max-content));
  gap: 30px;
  justify-content: center;
}

.logowrapp .logobox {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  justify-content: center;
  background: var(--white-color);
  box-shadow: var(--soft-shadow);
  border-radius: 6px;
  padding: 10px;
}

.logowrapp .logobox p {
  text-align: center;
  font-weight: 600;
}

.empanelmentssection .titlecenter img {
  width: 70px;
}

.empanelmentssection.even-section {
  position: relative;
}

.empanelmentssection.even-section::before {
  content: "";
  background: url(../images/bluebg.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
  opacity: 0.7;
}

.empanelmentssection.even-section .container {
  position: relative;
}
/* Empanelments End */

/* doctor single start */
.doctorsinglegrid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 40px;
}

.doctorsingleleft {
  border-radius: 8px;
  background: var(--primary-color);
  position: sticky;
  top: 80px;
}
.doctorsingleleft .doctleftdetail {
  padding: 0px 35px 35px 35px;
}

.doctorsingleleft .doctorimg {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  max-width: 100% !important;
  width: 100% !important;
  height: 500px !important;
  object-fit: cover;
  object-position: top;
}

.doctleftdetail {
  margin-top: 20px;
}

.doctleftdetail .doctorspecilist {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--white-color);
  margin-top: 10px;
  color: var(--white-color);
  text-align: center;
  font-size: 20px;
}

.doctleftdetail h6 {
  color: var(--white-color);
  text-align: center;
}

.doctoropd {
  margin-top: 25px;
}

.doctoropd h6 {
  margin-bottom: 15px;
  color: var(--white-color);
  text-align: left;
}

.doctoropdlist {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}

.doctoropdlistdeail {
  display: flex;
  align-items: center;
  gap: 15px;
}
.doctoropdlistdeail p {
  font-size: 17px;
  font-weight: 600;
  color: var(--white-color);
}

.doctoropdlist img {
  width: 20px;
}

.doctorlocation {
  margin-top: 25px;
}

.doctorlocationwrapp img {
  width: 25px;
}
.doctorlocationwrapp {
  display: flex;
  align-items: center;
  gap: 15px;
}

.doctorlocationwrapp p {
  font-size: 17px;
  font-weight: 600;
  color: var(--white-color);
}

.doctorlocation h6 {
  text-align: left;
  margin-bottom: 10px;
}

.educationlist .educationlistwrapp {
  display: flex;
  align-items: center;
  gap: 15px;
}

.educationlist .educationlistwrapp img {
  width: 27px;
}
.educationlist .educationlistwrapp p {
  font-size: 16px;
  font-weight: 600;
}
.educationlist .educationlistwrapp {
  margin-bottom: 10px;
}

.doccontentwrapp h4 {
  padding-bottom: 10px;
  width: fit-content;
}

/* doctor single end */

/* mission vision start */
.missvisgrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

.missvisright img {
  border-radius: 8px;
}

.missvisleft {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.missvisleft .titlewrapp {
  margin-bottom: 10px;
}

.missvisleft p {
  margin-bottom: 15px;
}

.missionvisionsection.visionpart {
  position: relative;
}
.missionvisionsection.visionpart::before {
  content: "";
  background: url(../images/bg-2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
  opacity: 0.6;
}

.missionvisionsection.visionpart .container {
  position: relative;
}
/* mission vision end */

/* Ceo message start */
.ceogrid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 40px;
}

.ceoleftinner {
  background: var(--primary-color);
  border-radius: 8px;
  position: sticky;
  top: 90px;
  box-shadow: var(--hard-shadow);
}

.ceodetail {
  padding: 20px;
}
.ceodetail h5 {
  color: var(--white-color);
  text-align: center;
}
.ceodetail p {
  color: var(--white-color);
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  margin-top: 5px;
}

.ceoright p {
  margin-bottom: 15px;
}
/* Ceo message end */

/* patient safety start */
.pointlist {
  display: flex;
  gap: 10px;
  /* margin-bottom: 15px; */
}
.pointlist img {
  width: 25px;
  height: 25px;
}
/* patient safety end */

/* single gallery start */
.galleryitem {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}

.galleryitem img {
  border-radius: 6px;
}
/* single gallery end */

/* video gallery start */
.videogrid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

.video-module {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 8px;
  background: var(--white-color);
  overflow: hidden;
}
.video-module a {
  display: block;
}
.video-module .details {
  padding: 20px;
}
.video-module .img-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 100%;
}
.video-module .img-wrapper .img-responsive {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.video-module .img-wrapper .play-icon {
  height: 50px;
  width: 50px;
  position: absolute;
  z-index: 1;
}
.video-module.overlayed .img-wrapper::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: #000000;
  opacity: 0.45;
}
.video-module:hover .img-responsive {
  transform: scale(1.1);
  transition: all 0.5s ease-in-out;
}
/* video gallery end */

/* patient right start*/

.patientrightwrap {
  margin-bottom: 50px;
}
.patientrightwrap:last-child {
  margin-bottom: 0px;
}

.patientrightwrap h4 {
  padding-bottom: 15px;
  /* width: fit-content; */
  border-bottom: 2px solid var(--primary-color);
  color: var(--primary-color);
}
/* patient right end */

/* opd sechedule start */
.tableheader {
  text-align: center;
  margin-bottom: 40px;
  /* padding: 20px; */
}

.tableheader h1 {
  color: var(--primary-color);
  margin-bottom: 15px;
  font-size: 2.5rem;
  font-weight: 700;
}

.tableheader p {
  color: var(--text-light);
  max-width: 830px;
  margin: 0 auto 25px;
  font-size: 1.1rem;
}

.info-box {
  background: var(--white);
  border-radius: 10px;
  padding: 15px 20px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  margin-top: 10px;
}

.info-box i {
  color: var(--secondary-color);
  font-size: 1.2rem;
}

.table-container {
  width: 100%;
  overflow-x: auto;
  background: var(--white);
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
  padding: 5px;
}

.opd-table {
  border-collapse: collapse;
  width: 100%;
  min-width: 800px;
}

.opd-table thead {
  background: var(--primary-color);
  color: #ffffff;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.opd-table th {
  padding: 18px 15px;
  text-align: left;
  font-weight: 600;
  font-size: 1.1rem;

  position: relative;
}

.opd-table th:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
  height: 3px;
  background: var(--secondary-color);
}

/* Equal column widths */
.opd-table th:nth-child(1),
.opd-table td:nth-child(1) {
  width: 25%;
}

.opd-table th:nth-child(2),
.opd-table td:nth-child(2) {
  width: 35%;
}

.opd-table th:nth-child(3),
.opd-table td:nth-child(3) {
  width: 40%;
}

.opd-table tbody tr {
  transition: all 0.3s ease;
  border-bottom: 1px solid var(--border-medium);
}

.opd-table tbody tr:nth-child(odd) {
  background-color: var(--white);
}

.opd-table tbody tr:nth-child(even) {
  background-color: var(--light-bg);
}

.opd-table tbody tr:hover {
  background-color: rgba(10, 45, 115, 0.03);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.opd-table td {
  padding: 20px 15px;
  vertical-align: top;
  border-right: 1px solid var(--border-light);
}

.opd-table td:last-child {
  border-right: none;
}

.department {
  font-weight: 700;
  color: var(--primary-color);
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  gap: 15px;
}

.department i {
  color: var(--secondary-color);
  font-size: 1.2rem;
}
.department img {
  width: 25px;
  height: 25px;
}

.doctor-entry {
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--border-light);
}

.doctor-entry:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.doctor-name {
  font-weight: 600;
  margin-bottom: 6px;
  color: var(--text-dark);
  display: flex;
  align-items: center;
  gap: 8px;
}

.doctor-specialty {
  color: var(--text-light);
  font-size: 0.9rem;
  margin-bottom: 10px;
}

.time-slot {
  background: rgba(10, 45, 115, 0.08);
  color: var(--primary-color);
  padding: 10px 15px;
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 500;
  display: block;
  margin-bottom: 8px;
  transition: all 0.2s ease;
  border: 1px solid var(--border-light);
}

.time-slot:last-child {
  margin-bottom: 0;
}

.time-slot:hover {
  background: rgba(10, 45, 115, 0.15);
  transform: translateY(-2px);
}

.badge {
  display: inline-flex;
  align-items: center;
  background: var(--secondary-color);
  color: var(--primary-color);
  font-size: 0.75rem;
  padding: 4px 8px;
  border-radius: 4px;
  font-weight: 700;
  gap: 4px;
}

.badge.hod {
  background: var(--secondary-color);
}

.badge.emergency {
  background: var(--third-color);
  color: white;
}

.footer-note {
  text-align: center;
  color: var(--text-light);
  font-size: 0.95rem;
  margin-top: 30px;
  padding: 15px;
  background: var(--white);
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.footer-note strong {
  color: var(--primary-color);
}
/* opd sechedule end */

/* Contact Start */
.contactboxgrid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

.contactboxgrid .contactbox {
  padding: 30px;
  border-radius: 10px;
  color: var(--black-color);
  background: var(--white-color);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
  border-bottom: 5px solid var(--secondary-color);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.contactboxgrid .contactbox i {
  height: 60px;
  width: 60px;
  color: var(--white-color);
  border-radius: 50%;
  background: var(--secondary-color);
  font-size: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.contactboxgrid .contactbox p {
  text-align: center;
}

.contactbox.emailaddress {
  background: var(--secondary-color);
  border-bottom: 5px solid var(--secondary-color);
  color: var(--white-color);
}

.contactbox.emailaddress i {
  background: var(--white-color);
  color: var(--secondary-color);
}

.contactgrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

.contactleft p {
  margin: 20px 0px;
}

.fllowhead {
  color: #ffffff !important;
  margin-top: 20px;
}
/* Contact End */

/* Surgical Packages start */
.herogrid {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 30px;
}

.hero-1 img {
  border-radius: 6px;
}

.hero-2 {
  padding: 30px;
  background: var(--primary-color);
  border-radius: 6px;
}
.hero-2 h5 {
  color: var(--white-color);
  margin-bottom: 20px;
}

.hero-2 ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hero-2 ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--white-color);
}

.hero-3 {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.hero-3 a {
  color: var(--white-color);
  padding: 18px 25px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 18px;
}

.hero-3 a:nth-child(1) {
  background: var(--primary-color);
}
.hero-3 a:nth-child(2) {
  background: var(--secondary-color);
}
.hero-3 a:nth-child(3) {
  background: var(--third-color);
}

/* tab */

.tab-header {
  text-align: center;
  margin-bottom: 30px;
}

.tab-header h1 {
  color: var(--primary-color);
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.tab-header p {
  color: var(--light-black);
  font-size: 1.1rem;
}

.tabs-container {
  position: relative;
  margin-bottom: 30px;
}

.tabs-scroll-wrapper {
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--primary-color) var(--light-bg);
  padding-bottom: 10px;
}

.tabs-scroll-wrapper::-webkit-scrollbar {
  height: 8px;
}

.tabs-scroll-wrapper::-webkit-scrollbar-track {
  background: var(--light-bg);
  border-radius: 10px;
}

.tabs-scroll-wrapper::-webkit-scrollbar-thumb {
  background: var(--primary-color);
  border-radius: 10px;
}

.tabs {
  display: flex;
  gap: 10px;
  min-width: max-content;
  padding: 0 5px;
}

.tab {
  padding: 12px 24px;
  background-color: var(--white-color);
  border: 1px solid var(--border-light);
  border-radius: 8px 8px 0 0;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 600;
  color: var(--light-black);
  white-space: nowrap;
  box-shadow: var(--soft-shadow);
}

.tab:hover {
  background-color: var(--skyblue-color);
  color: var(--primary-color);
}

.tab.active {
  background-color: var(--primary-color);
  color: var(--white-color);
  border-color: var(--primary-color);
}

.tab-content {
  background-color: var(--white-color);
  border-radius: 0 8px 8px 8px;
  padding: 30px;
  box-shadow: var(--hard-shadow);
  min-height: 400px;
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
  animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.accordion {
  margin-bottom: 15px;
  border: 1px solid var(--border-light);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--soft-shadow);
}

.accordion-header {
  padding: 18px 20px;
  background-color: var(--primary-color);
  color: var(--white-color);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s ease;
  font-weight: 600;
}

.accordion-header:hover {
  background-color: var(--navy-blue);
}

.accordion-header::after {
  content: "+";
  font-size: 1.5rem;
  transition: transform 0.3s ease;
}

.accordion.active .accordion-header::after {
  transform: rotate(45deg);
}

.accordion-content {
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  background-color: var(--white-color);
}

.accordion-content h6 {
  margin-bottom: 20px;
}

.accordion.active .accordion-content {
  padding: 20px;
  max-height: 1000px;
}

.package-info {
  background-color: var(--light-bg);
  padding: 15px;
  border-radius: 6px;
  margin-bottom: 20px;
  border-left: 4px solid var(--secondary-color);
}

.package-info h3 {
  color: var(--primary-color);
  margin-bottom: 10px;
}

.includes-list {
  list-style-type: none;
}

.includes-list li {
  padding: 8px 0;
  border-bottom: 1px dashed var(--border-light);
  position: relative;
  padding-left: 25px;
}

.includes-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--secondary-color);
  font-weight: bold;
}

.includes-list li:last-child {
  border-bottom: none;
}

.section-divider {
  height: 2px;
  background: linear-gradient(
    to right,
    transparent,
    var(--primary-color),
    transparent
  );
  margin: 25px 0;
}

.sub-specialties {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 15px;
  margin-top: 20px;
}

.sub-specialty {
  background-color: var(--light-bg);
  padding: 15px;
  border-radius: 6px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid var(--border-light);
}

.sub-specialty:hover {
  transform: translateY(-5px);
  box-shadow: var(--hard-shadow);
  border-color: var(--primary-color);
}

.sub-specialty h4 {
  color: var(--primary-color);
  margin-bottom: 5px;
}

.tablistwrap h6 {
  margin-bottom: 12px;
  color: var(--third-color);
  display: flex;
  align-items: center;
  gap: 10px;
}
.tablistwrap h6 img {
  width: 30px;
  height: 30px;
}

.tablistwrap ul {
  margin-left: 30px;
  margin-bottom: 10px;
}

.duretion {
  color: var(--secondary-color);
}

/* Surgical Packages end */

/* Form Popup start */
.form-popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.form-popup-overlay.active {
  display: flex;
}

.form-popup-container {
  background: var(--white-color);
  border-radius: 12px;
  width: 90%;
  max-width: 500px;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: var(--hard-shadow);
  animation: popupFadeIn 0.3s ease;
}

@keyframes popupFadeIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.form-popup-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  border-bottom: 1px solid var(--border-light);
  background: var(--primary-color);
  color: var(--white-color);
  border-radius: 12px 12px 0 0;
}

.form-popup-header h3 {
  margin: 0;
  font-size: 1.5rem;
}

.close-popup {
  background: none;
  border: none;
  font-size: 2rem;
  color: var(--white-color);
  cursor: pointer;
  line-height: 1;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}

.close-popup:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.form-popup-content {
  padding: 25px;
}

.formwrapp form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.inputgrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.inputgrid input,
.formwrapp select,
.formwrapp textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid var(--border-light);
  border-radius: 6px;
  font-size: 1rem;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.inputgrid input:focus,
.formwrapp select:focus,
.formwrapp textarea:focus {
  outline: none;
  border-color: var(--primary-color);
  box-shadow: 0 0 0 3px rgba(10, 45, 115, 0.1);
}

.formwrapp textarea {
  resize: vertical;
  min-height: 100px;
}

.formwrapp .btn {
  width: 100%;
  padding: 15px;
  font-size: 1.1rem;
  margin-top: 10px;
}
/* popup end */

/* checkup health start */
.section-title {
  text-align: center;
  color: #2c5aa0;
  margin: 40px 0 20px 0;
}

.table-container {
  width: 100%;
  margin: 30px 0;
}

.table-scroll-wrapper {
  overflow-x: auto;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  max-width: 100%;
  background: white;
}

.responsive-table {
  width: auto;
  min-width: 1000px;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
}

.responsive-table th {
  background-color: #2c5aa0;
  color: white;
  padding: 15px 12px;
  text-align: center;
  font-weight: bold;
  border-right: 1px solid #1e4080;
  font-size: 14px;
  white-space: nowrap;
}

.responsive-table th:last-child {
  border-right: none;
}

.responsive-table td {
  padding: 12px 15px;
  border-bottom: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  text-align: center;
  background-color: white;
  font-size: 14px;
  white-space: nowrap;
}

.responsive-table td:last-child {
  border-right: none;
}

.responsive-table tr:last-child td {
  border-bottom: none;
}

.responsive-table tr:nth-child(even) td {
  background-color: #f8f9fa;
}
/* checkup health End */

.directorbg 
{
	background: #f8f8f8;
}

section.directorbg:last-child {
        background: linear-gradient(to bottom, #f8f8f8, #ffffff);
    }

@media (max-width: 1400px) {
  .responsive-table {
    min-width: 1200px;
  }
}
@media (max-width: 1310px) {
  .container {
    width: 95%;
  }
}

@media (max-width: 1100px) {
  \.mainheader .nevmenu nav ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }
}

@media (max-width: 1024px) {
  .headernon {
    display: none;
  }

  .mobile-view {
    display: block;
    box-shadow: var(--hard-shadow);
  }
  .mobile-menu {
    display: block;
  }
  .slidein-menu {
    display: block;
  }
  .logo-wrap img,
  .slidein-logo img {
    width: 75px;
  }
  .ham-btn {
    height: 30px;
    width: 30px;
    right: 5px;
    top: 4px;
    position: relative;
    cursor: pointer;
  }
  .ham-btn span {
    position: absolute;
    width: 100%;
    height: 3px;
    border-radius: 10px;
    background: var(--primary-color);
    display: block;
  }
  .ham-btn span:nth-child(1) {
    top: 2px;
    width: 80%;
    right: -5px;
  }
  .ham-btn span:nth-child(2) {
    top: 11px;
    right: -5px;
  }
  .ham-btn span:nth-child(3) {
    bottom: 7px;
    right: -5px;
    width: 135%;
  }
  .slidein-menu {
    position: fixed;
    width: 300px;
    height: 100%;
    background: var(--white-color);
    top: 0;
    left: -120%;
    padding: 20px;
    box-sizing: border-box;
    transition: all 0.5s ease-in-out;
    z-index: 99;
  }
  .slidein-menu.open {
    left: 0;
    transition: all 0.5s ease-in-out;
  }
  nav {
    min-height: auto;
  }
  .ham-btn.cross span {
    background: var(--primary-color);
  }
  .ham-btn.cross span:nth-child(2) {
    display: none;
  }
  .ham-btn.cross span:nth-child(1) {
    transform: rotate(45deg);
    top: 10px;
    right: 0;
    width: 100%;
  }
  .ham-btn.cross span:nth-child(3) {
    transform: rotate(-45deg);
    bottom: auto;
    top: 10px;
    right: 0;
    width: 100%;
  }
  .nav-bdr-btm {
    margin-top: 20px;
    width: 100%;
    background: linear-gradient(45deg, var(--primary-color), transparent);
    height: 2px;
  }
  .slidein-menu .m-nav-bar .m-menu-list li:first-child {
    padding-top: 0;
  }
  .slidein-menu .m-nav-bar {
    margin-top: 20px;
  }
  .slidein-menu .m-nav-bar .m-menu-list li {
    position: relative;
    padding-top: 12px;
  }
  .m-menu-list li a {
    color: var(--black-color);
    display: block;
    line-height: 2;
    font-weight: 500;
    font-size: 16px;
    transition: all 0.5s ease-in-out;
  }
  .m-menu-list li a:hover {
    color: var(--primary-color);
    border-bottom: 1px solid var(--primary-color);
    width: fit-content;
    transition: all 0.5s ease-in-out;
  }
  .sidebar-menu {
    color: var(--black-color);
    transition: all 0.5s ease-in-out;
  }
  .sidebar-menu:hover .expand i {
    color: var(--primary-color);
    transition: all 0.5s ease-in-out;
  }
  .sub-menu {
    display: none;
    color: var(--black-color);
  }
  .sub-menu ul li {
    padding-top: 5px !important;
  }
  .sub-menu ul li a {
    font-size: 16px;
    margin-left: 15px;
  }
  .sub-sub-menu {
    display: none;
  }
  .expand i {
    color: var(--black-color);
  }
  .expand1 {
    line-height: 3;
    font-weight: 500;
  }

  .herowrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

  .rightoverlap img {
    margin-top: 0px;
  }

  .leftoverlap {
    padding: 12px 0px;
  }

  .stats {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 30px;
  }

  .pagebanner {
    padding: 80px 0px;
  }

  .galleryitem {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (max-width: 950px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 24px;
    line-height: 28px;
    font-family: "Inter", sans-serif;
  }

  h5 {
    font-size: 20px;
    font-family: "Inter", sans-serif;
  }

  h6 {
    font-size: 20px;
  }

  .py-80 {
    padding: 40px 0px;
  }

  .container {
    width: 100%;
    padding: 0px 20px;
  }

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

  .footergrid {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

  .footerbox {
    padding-left: 0px;
  }

  .copyright p {
    color: var(--white-color);
    font-size: 12px;
  }

  .copyright a {
    color: var(--white-color);
    font-size: 12px;
  }
  .servicegrid {
    grid-template-columns: 1fr 1fr;
  }

  .whychoosegrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

  .doctorSwiper .swiper-button-prev {
    top: auto;
    bottom: 0px;
    left: 30%;
  }
  .doctorSwiper .swiper-button-next {
    top: auto;
    bottom: 0px;
    right: 30%;
  }
  .pagebanner h1 {
    font-size: 38px;
  }

  .servsinggrid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .doctorgrid {
    grid-template-columns: 1fr 1fr;
  }

  .highlightgrid {
    grid-template-columns: 1.2fr;
  }

  .highlightsection::before {
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    opacity: 1;
  }

  .videogrid {
    grid-template-columns: 1fr 1fr;
  }

  .contactboxgrid {
    grid-template-columns: 1fr 1fr;
  }

  .herogrid {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}

@media (max-width: 750px) {
  .pb-80 {
    padding-bottom: 30px;
  }

  .footergrid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .footerbox h6 {
    margin-bottom: 25px;
    color: var(--white-color);
    font-size: 19px;
  }
  .footergrid {
    gap: 20px;
  }
  .marqueinfo p {
    font-size: 15px;
  }

  .marqueinfo {
    width: 755px;
  }

  .aboutpagegrid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .prop1 {
    display: none;
  }
  .prop2 {
    display: none;
  }
  .prop3 {
    display: none;
  }
  .prop4 {
    display: none;
  }
  .prop5 {
    display: none;
  }

  .mat-40 {
    margin-top: 25px;
  }

  .testimonialwrap .testidetails .review {
    width: 100%;
  }

  .titlecenter p {
    width: 100%;
  }

  .topsocialwrap {
    display: none !important;
  }

  .countersection {
    padding: 40px 20px 40px 20px;
    position: relative;
  }

  .doctopsection {
    padding: 60px 0px 240px 0px;
    position: relative;
  }
  .toploc {
    display: none !important;
  }
  .topheader .topheadwrap {
    justify-content: center;
  }

  .apointgrid {
    grid-template-columns: 1fr;
  }

  .rightapoint {
    padding: 30px;
  }
  .leftapint {
    padding: 30px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 8px;
  }

  .copyright {
    flex-direction: column;
  }

  .doctorsinglegrid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .missvisgrid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .item-1 {
    order: 1;
  }
  .item-2 {
    order: -1;
  }

  .ceogrid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .ceoleftinner {
    position: static;
  }

  .tableheader h1 {
    font-size: 2rem;
  }

  .tableheader p {
    font-size: 1rem;
  }

  .opd-table th,
  .opd-table td {
    padding: 15px 10px;
  }

  .time-slot {
    font-size: 0.85rem;
    padding: 8px 12px;
  }
  .contactgrid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .contactboxgrid {
    grid-template-columns: 1fr;
  }

  .tabs {
    gap: 5px;
  }

  .tab {
    padding: 10px 15px;
    font-size: 0.9rem;
  }

  .tab-content {
    padding: 20px;
  }

  .sub-specialties {
    grid-template-columns: 1fr;
  }

  .inputgrid {
    grid-template-columns: 1fr;
  }

  .form-popup-container {
    width: 95%;
    margin: 20px;
  }

  .form-popup-header {
    padding: 15px 20px;
  }

  .form-popup-content {
    padding: 20px;
  }

  .table-scroll-wrapper {
    margin: 0 -10px;
    border-left: none;
    border-right: none;
  }

  .responsive-table th,
  .responsive-table td {
    padding: 10px 8px;
    font-size: 13px;
  }
}

@media (max-width: 650px) {
  h1 {
    font-size: 35px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 22px;
    line-height: 28px;
    font-family: "Inter", sans-serif;
  }

  h5 {
    font-size: 20px;
    font-family: "Inter", sans-serif;
  }

  h6 {
    font-size: 20px;
  }

  .py-80 {
    padding: 35px 0px;
  }

  .herowrap {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .leftimg {
    display: none;
  }

/*   .rightimg img:last-child {
    display: none;
  } */
	
	.rightimg img:first-child {
    display: none;
  }

  .aboutimg {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .stats {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .servicegrid {
    grid-template-columns: 1fr;
  }

  .whychoosegrid {
    grid-template-columns: 1fr;
  }
  .footoverlap {
    margin-top: 0px;
  }

  .overlapwrap {
    grid-template-columns: 1fr;
  }

  .overlapwrap {
    padding: 20px 20px 0px 20px;
  }

  .leftoverlap h2 {
    text-align: center;
  }
  .leftoverlap p {
    text-align: center;
  }

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

  .bannerslider {
    height: 45vh !important;
  }

  .marque-item {
    font-size: 16px;
  }

  .marqueinfo p {
    font-size: 10px;
  }

  .rightimg img {
    height: 350px;
    object-fit: cover;
    object-position: top center;
  }

  .footersection {
    background: var(--primary-color);
    padding: 220px 0px 40px 0px;
    position: relative;
    z-index: 1;
  }

  .pagebanner {
    padding: 40px 0px;
  }
  .galleryitem {
    grid-template-columns: 1fr 1fr;
  }

  .pagebanner h1 {
    font-size: 35px;
  }

  .inputgrid {
    grid-template-columns: 1fr;
    gap: 0px;
  }
  .doctorgrid {
    grid-template-columns: 1fr;
  }

  .highlightpoint {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .galleryitem {
    grid-template-columns: 1fr 1fr;
  }

  .videogrid {
    grid-template-columns: 1fr;
  }

  .tableheader {
    margin-bottom: 25px;
  }

  .tableheader h1 {
    font-size: 1.8rem;
  }

  .info-box {
    flex-direction: column;
    text-align: center;
    gap: 5px;
  }

  .herogrid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .form-popup-content .inputgrid {
    gap: 20px;
  }
	
	.swiper.testimonialswiper
{
	padding-bottom: 10px;
}
}
