/*

* Theme Name: NS - Grand Imperial

*  Author: Netscriper

*  Author URI: http://www.netscriper.com/

*/

:root {
  --color1: #02b2bf;

  --color2: #a52e79;

  --eng-font: "Arimo", sans-serif;

  --mm-font: "Noto", sans-serif;

  --bg-gradient: linear-gradient(95.99deg, #02b2bf -0.47%, #25d5e0 102.51%);
}

@font-face {
  font-family: "Arimo";

  src: url("/wp-content/themes/ns-theme-final/fonts/Arimo-Regular.ttf")
    format("truetype");

  font-weight: 400;

  font-style: normal;
}

@font-face {
  font-family: "Arimo";

  src: url("/wp-content/themes/ns-theme-final/fonts/Arimo-Bold.ttf")
    format("truetype");

  font-weight: 700;

  font-style: normal;
}

@font-face {
  font-family: "Noto";

  src: url("/wp-content/themes/ns-theme-final/fonts/NotoSansMyanmar-Regular.ttf")
    format("truetype");

  font-weight: 400;

  font-style: normal;
}

@font-face {
  font-family: "Noto";

  src: url("/wp-content/themes/ns-theme-final/fonts/NotoSansMyanmar-Bold.ttf")
    format("truetype");

  font-weight: 600;

  font-style: normal;
}

font font {
  font-family: var(--eng-font);
/*   line-height: 1.6; */
}

body {
  margin: 0 auto;

  font-family: var(--mm-font);

  font-weight: 400;
}

#go-top {
  width: 50px;
  height: 50px;
  background: var(--color1);
  color: #fff;
  border: 2px solid var(--color2);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: fixed;
  bottom: 20px;
  right: 20px;
}

a {
  text-decoration: none;
}

.color1 {
  color: var(--color1);
}

.cns-btn {
  font-family: var(--eng-font);

  color: #fff;

  background: var(--bg-gradient);

  padding: 12px 54px 12px 34px;

  border-radius: 100px;

  text-decoration: none;

  position: relative;

  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);

  transition: all 0.2s linear;
}

.cns-btn:hover {
  transform: translateY(-2px);

  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
}

.cns-btn::before {
  content: "";

  width: 12px;

  height: 10px;

  background-image: url("/wp-content/themes/ns-theme-final/images/right-icon.png");

  background-position: center;

  background-size: contain;

  background-repeat: no-repeat;

  position: absolute;

  top: 50%;

  right: 34px;

  transform: translateY(-50%);
}

.img-hover img {
  transition: all 0.5s linear;
}

.img-hover:hover img {
  transform: scale(1.1);
}

.title {
  /*   font-family: var(--eng-font); */

  font-weight: 700;

  font-size: 32px;

  line-height: 1.6;

  margin-bottom: 14px;

  color: #2c2c2c;
}

.translated-ltr .title {
  font-family: var(--mm-font);
}

.title font font {
  font-size: 38px;
	line-height: 1;
}

.title-box {
  max-width: 720px;

  margin: 0 auto 50px;
}

.title-box .title {
  margin-bottom: 0px;
	text-
}

.title-box .highlight-title {
  color: var(--color1);

  font-size: 20px;

  font-weight: 600;

  text-transform: uppercase;

  text-align: center;
	
	margin-bottom: 12px;
}

.title-box .title {
  text-align: center;
}

.container-fluid {
  padding: 0px 20px;
}

.form .search-icon {
  position: relative;
}

.form .form-select,
.form .form-control {
  color: #fff;

  font-size: 16px;

  font-family: var(--eng-font);

  background-color: transparent;

  border-radius: 100px;

  border: 2px solid #fff;

  padding: 14px 46px 14px 26px;
}

.form .form-select option {
  color: #000;
}

.form .form-control::placeholder {
  color: #fff;
}

.form .search-icon::before {
  content: "";

  width: 20px;

  height: 20px;

  background-image: url("/wp-content/themes/ns-theme-final/images/search-icon.png");

  background-position: center;

  background-repeat: no-repeat;

  position: absolute;

  top: 50%;

  right: 26px;

  transform: translateY(-50%);
}

.form select.form-select {
  appearance: none !important;

  -webkit-appearance: none !important;

  -moz-appearance: none !important;

  position: relative;

  background-image: none !important;
}

.form .down-icon {
  position: absolute;

  top: 50%;

  right: 20px;

  z-index: 2;

  transform: translateY(-50%);
}

.form .submit-btn {
  width: 100%;

  background-color: #fff;

  color: var(--color1);

  border-radius: 100px;

  padding: 14px 0px;

  border: none;
}

/* Pagination */

ul.page-numbers {
  padding-left: 0px;
}

ul.page-numbers li {
  float: left;

  height: 35px;

  width: 35px;

  list-style: none;

  line-height: 35px;

  text-align: center;

  padding: 0px;

  border-radius: 100px;

  margin-right: 3px;

  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2);
}

ul.page-numbers li span.current {
  color: #000;

  font-size: 16px;
}

.content-img img {
  width: 100%;

  height: auto;
}

/* 404 error */

.error img {
  position: relative;

  margin: 0 auto;
}

.back-home-wrap p {
  font-size: 21px;

  margin-top: 50px;
}

.back-home-wrap {
  text-align: center;

  left: 0;

  right: 0;
}

.error {
  height: 400px;
}

.back-home {
  margin-top: 14px;

  border-radius: 0;
}

.mm-menu--offcanvas {
  position: absolute;
}

/* Breadcrumb */

#breadcrumbs {
  list-style-type: none;

  padding-left: 0;
}

#breadcrumbs li {
  display: inline-block;
}

/*********************** Widget ******************/

.mywidget h4 {
  font-size: 14px;

  font-family: "Lato", sans-serif;
}

.widget-title {
  font-family: "Lato", sans-serif;

  font-weight: 700;

  font-size: 21px;
}

.widget ul li a {
  color: #333;

  font-family: "Raleway", sans-serif;

  border-bottom: 1px solid #ddd;

  display: block;

  padding-top: 12px;

  padding-bottom: 12px;

  position: relative;
}

.widget ul li a::before {
  content: "";

  position: absolute;

  border: 1px solid var(--color1);

  bottom: 0;

  width: 53px;
}

.widget ul li a:hover::before {
  content: "";

  position: absolute;

  border: 1px solid var(--color1);

  bottom: 0;

  left: 0;

  right: 0;

  width: 100%;

  transition: all 0.3s ease;
}

.widget ul li a:hover,
.widget ul li a:focus {
  color: var(--color1);

  text-decoration: none;

  outline: none;
}

.widget ul {
  padding-left: 0;

  list-style-type: none;
}

.sidebar {
  margin-top: 30px;
}

/* -------------------------------------------------------------------- */

.header {
  width: 100%;

  /*   position: absolute; */

  /*   top: 14px; */

  /* 	position: sticky; */
  top: 0px;
  left: 0;
  z-index: 999;

  margin: 0 auto;

  padding: 34px 0px 14px;
}

.header .logo-wrapper {
  width: 180px;

  margin-right: 20px;
}
.header .logo-wrapper a {
  width: 100% !important;
}

.header .logo-wrapper img {
  width: 100%;
}

.header .navbar-wrapper {
  background: var(--bg-gradient);

  border-radius: 100px;

  padding: 0px;
}

.ds-menu {
  max-width: 840px;
}

.header .header_menu {
  width: 100%;
}

.header .navbar-wrapper .nav-link {
  padding: 12px 10px;

  color: #fff;
}

.ds-menu .nav-link {
  white-space: pre-wrap;
  padding: 12px 5px !important;
}

.header .navbar-wrapper .nav-link font {
  font-size: 16px;
}

.header .navbar-wrapper.contact-link .nav-link {
  padding: 12px 20px 12px 38px;
  max-width: 240px;
  text-align: center;
  position: relative;
}

.header .navbar-wrapper.contact-link .nav-link::before {
  content: "";

  width: 20px;

  height: 20px;

  background-image: url("/wp-content/themes/ns-theme-final/images/phone-icon.png");

  background-position: center;

  background-repeat: no-repeat;

  position: absolute;

  top: 50%;

  left: 15px;

  transform: translateY(-50%);
}

.header .dropdown-menu {
  padding: 0px;
  border-radius: 5px;
  border: 1px solid #dee2e6;
  overflow: hidden;
}

.header .dropdown-menu .menu-item {
  padding: 0px;
}

.header .dropdown-menu .menu-item a {
  padding: 10px 15px;
  border-bottom: 1px solid #dee2e6;
}

.header .dropdown-menu .menu-item:last-child a {
  border-bottom: 0;
}

.header .dropdown-menu .menu-item a.active {
  background: var(--bg-gradient) !important;
  color: #fff;
}

.header .navbar-contact {
  display: none;
}

/* ----------------------------------------------------------------- */

.hero-section {
  /* height: 866px; */

  background: linear-gradient(180deg, #ffffff 0%, #f1f1f1 100%);

  border-bottom-left-radius: 60px;

  border-bottom-right-radius: 60px;

  overflow: hidden;

  padding-top: 100px;
}

.hero-section .cns-container {
  height: 100%;
}

.hero-section .row {
  height: 100%;
}

.hero-section .title {
  font-size: 40px;
	line-height: 1.56;
	margin-bottom: 20px;
}

.hero-section .title font font {
  font-size: 42px;
  line-height: 1;
}

.hero-section .right-side {
  height: 100%;

  display: flex;

  justify-content: center;

  align-items: center;

  position: relative;
}

.hero-section .left-side {
  width: 85%;
}

.hero-section .left-side .content {
  font-family: var(--eng-font);

  line-height: 1.5;
  margin-bottom: 30px;
}

.hero-section .left-side .cns-btn {
  margin-bottom: 14px;
}

.hero-section .info-image {
  max-width: 150px;

  flex-shrink: 0;
}

.hero-section .right-side .circle {
  width: 466px;

  height: 466px;

  background: var(--bg-gradient);

  border-radius: 50%;

  margin-top: 170px;

  position: relative;
}

.hero-section .right-side .circle::before {
  content: "";

  width: 100%;

  height: 100%;

  background-color: transparent;

  border: 2px solid #707070;

  border-radius: 50%;

  position: absolute;

  top: -20px;

  left: 20px;
}

.hero-section .right-side .right-img {
  width: 65%;

  position: absolute;

  bottom: 0;

  left: 50%;

  transform: translateX(-50%);
}

/* -------------------------------------------------------------------------- */

.h-fd-sec {
  padding: 80px 0px;
}

.h-fd-sec .fd-box {
  width: 100%;

  background: var(--bg-gradient);

  padding: 50px 100px;

  margin: 0 auto;

  border-radius: 50px;
}

.h-fd-sec .fd-box .title-box {
  /* width: 60%; */

  margin: 0 auto 40px;
}

.h-fd-sec .fd-box .title-box .highlight {
  color: #fff;

  font-family: var(--eng-font);

  font-size: 20px;
	
	font-weight: 600;

  text-transform: uppercase;

  text-align: center;
}

.h-fd-sec .fd-box .title-box .highlight {
	font-size: 18px;
}

.h-fd-sec .fd-box .title-box .title {
  text-align: center;

  color: #fff;
}

/* --------------------------------------------- */

.about-section {
  background: linear-gradient(180deg, #ffffff 28.75%, #f6f6f6 100%);

  padding: 0px 0px 80px;

  border-radius: 0 0 60px 60px;
}

.about-wrapper {
  display: flex;

  align-items: center;
}

/* Left Image */

.about-section .left-image-card {
  width: calc(100% - 54px);

  border-radius: 28px;

  overflow: hidden;

  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
}

.about-section .left-image-card img {
  width: 100%;

  height: 100%;

  object-fit: cover;
}

/* Floating Badge */

.about-section .cert-badge {
  position: absolute;

  width: 120px;

  height: 120px;

  border-radius: 50%;

  background: white;

  display: flex;

  align-items: center;

  justify-content: center;

  bottom: -40px;

  right: 0px;

  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.about-section .cert-badge img {
  width: 75%;
}

/* Content */

.about-section .content-box {
  padding: 50px 0px 30px;
}

.about-section .padding-inline {
  padding-inline: 10%;
}

.about-section .section-tag {
  color: var(--color1);

  font-size: 22px;

  font-weight: 600;

  margin-bottom: 12px;

  letter-spacing: 0.4px;
}

.about-section .main-title {
  font-size: 32px;

  font-family: var(--mm-font);

  line-height: 1.6;

  font-weight: 700;

  color: #2c2c2c;

  margin-bottom: 24px;
}

.about-section .main-title font font {
  font-size: 32px;
	line-height: 1;
}

.about-section .about-text {
  font-size: 16px;

  text-align: start;

  font-family: var(--eng-font);

  line-height: 30px;

  font-weight: 400;

  margin-bottom: 34px;
}

/* Button */

.about-section .read-btn {
  display: inline-flex;

  align-items: center;

  gap: 12px;

  padding: 12px 22px;

  background: var(--bg-gradient);

  color: white;

  text-decoration: none;

  border-radius: 100px;

  font-size: 16px;

  font-weight: 400;

  transition: 0.3s ease;
}

.about-section .read-btn:hover {
  transform: translateY(-2px);

  color: white;

  box-shadow: 0 10px 30px rgba(16, 168, 184, 0.25);
}

/* Right Image */

.about-section .right-image-card {
  width: 100%;

  overflow: hidden;

  border-radius: 24px;

  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
}

.about-section .right-image-card img {
  width: 100%;

  object-fit: cover;
}

.h-services {
  padding: 80px 0px;
}

.no-post {
  font-size: 16px;

  font-weight: 700;

  font-family: var(--eng-font);

  color: #888888;
}

.slider {
  overflow: hidden;
}

.slider-card {
  width: 100%;

  padding: 0px 12px;

  position: relative;

  margin-bottom: 100px;
}

.slider-card .img-wrapper {
  width: 100%;

  border-radius: 30px;

  overflow: hidden;
}

.slider-card .img-wrapper img {
  width: 100%;

  object-fit: cover;
}

.slider-card .slider-content {
  width: 85%;

  background: var(--bg-gradient);

  padding: 16px;

  border-radius: 30px;

  margin: 0 auto;

  transform: translate(-50%, -50%);

  left: 50%;

  display: flex;

  flex-direction: column;

  align-items: center;

  position: absolute;
}

.slider-card .slider-content h3 {
  font-size: 16px;

  font-family: var(--eng-font);

  font-weight: 700;

  line-height: 1.6;

  color: #fff;

  margin-bottom: 8px;
}

.slider-card .slider-content h3 font font {
  font-size: 16px;
}

.h-services .slider-card .slider-content h3,
.categories-page .slider-card .slider-content h3 {
  text-align: center;
}

.slider-card .slider-content .readmore {
  color: #fff;
}

.slick-dots {
  bottom: 0;
}

.slick-dots li button::before {
  content: "";
}

.slick-dots li button {
  width: 14px;

  height: 14px;

  background-color: #cdcdcd;

  border-radius: 50%;
}

.slick-dots li.slick-active button {
  background-color: var(--color1);
}

/* -------------------------------------------------------------------- */

.h-packages {
  padding: 80px 0px 0px;

  background: linear-gradient(180deg, #f6f6f6 0%, #ffffff 71.25%);

  border-top-left-radius: 60px;

  border-top-right-radius: 60px;
}

.package-card {
  width: 80%;

  max-width: 600px;

  height: 100%;

  color: #2c2c2c;

  text-decoration: none;

  border-radius: 30px;

  border: 2px solid #dfdfdf;

  padding: 20px;

  display: flex;

  flex-direction: column;

  justify-content: space-between;

  margin: 0 auto;
}

.h-packages .package-slider {
  overflow: hidden;
}

.package-card .img-wrapper {
  border-radius: 16px;

  overflow: hidden;

  margin-right: 24px;
}

.package-card .img-wrapper img {
  width: 100%;

  height: auto;

	aspect-ratio: 1 / 1;
  object-fit: cover;
}

.package-card .counter {
  font-size: 48px;

  font-weight: 700;

  flex-shrink: 0;
}

.package-card h3 {
  font-size: 28px;

  font-weight: 700;

  margin-bottom: 18px;
}

.package-card p {
  text-align: start;

  margin-bottom: 24px;
}

/* ------------------------------------------ */

.h-news {
  padding: 100px 0px;
}

.slider-card.news-card,
.news-hero .slider-card {
  padding: 0px;
}

.news-slider .slider-card .slider-content,
.slider-card.news-card .slider-content,
.news-hero .slider-content {
  width: 90%;

  margin: 0;

  left: 10px;

  transform: translate(0, -50%);

  align-items: start;

  min-height: 180px;

  display: flex;
  flex-direction: column;
  justify-content: center;
}

.slider-card.news-card .slider-content,
.news-hero .slider-content {
  font-size: 16px;
  left: 0px;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.slider-card.news-card .slider-content h3 {
  text-align: left;
  font-size: 16px;
  line-height: 1.6;
}

.slider-card .date {
  color: #fff;

  margin-bottom: 8px;
}

/* ----------------------------------------------- */

footer {
  padding: 0 20px 20px;
}

footer .footer-bg {
  border-radius: 60px;

  background: var(--bg-gradient);
}

footer .footer-top {
  padding: 60px 30px;

  border-bottom: 2px solid #fff;
}

footer .footer-top .footer-title {
  font-size: 20px;

  font-weight: 700;

  color: #fff;

  text-transform: uppercase;

  margin-bottom: 22px;
}

footer .footer-top .contact-info {
  list-style: none;

  padding: 0;

  margin: 0;
}

footer .footer-top .contact-info li {
  color: #fff;

  display: flex;

  align-items: start;

  margin-bottom: 12px;
}

footer .footer-top .contact-info li .key {
  width: 80px;

  color: #fff;

  font-weight: 700;

  flex-shrink: 0;
}

footer .footer-top .contact-info li .divider {
  width: 30px;

  flex-shrink: 0;

  text-align: center;
}

footer .footer-top .contact-info li p {
  margin-bottom: 0px;
}

footer .footer-top .contact-info li a {
  color: #fff;
}

footer .footer-top .services-list {
  list-style: none;

  margin: 0;

  padding: 0;
}

footer .footer-top .services-list li {
  margin-bottom: 12px;
}

footer .footer-top .services-list a {
  color: #fff;
}

footer .footer-bot {
  padding: 14px 0px;
}

footer .footer-bot p {
  color: #fff;

  font-size: 14px;

  margin-bottom: 0px;

  text-align: center;
}

footer .footer-bot a {
  color: #fff;

  text-decoration: none;
}

/* -------------------------------------------------------------------------------------------------------------- */

.banner-wrapper {
  /*   padding: 84px 20px 0px; */
  padding: 0px 20px;
}

.sub-banner {
  height: 400px;

  overflow: hidden;

  background-repeat: no-repeat !important;

  background-position: center !important;

  background-size: cover !important;

  filter: contrast(120%);

  border-radius: 60px;

  position: relative;

  display: flex;

  align-items: center;
}

.sub-banner::before {
  content: "";

  width: 100%;

  height: 100%;

  background: rgba(0, 0, 0, 0.35);

  position: absolute;

  top: 0;

  left: 0;
}

.sub-banner .page-meta {
  max-width: 600px;

  position: relative;

  z-index: 2;
}

.sub-banner .page-meta .title {
  font-size: 36px;

  line-height: 1.6;

  font-family: var(--eng-font);

  color: #fff;
}

.sub-banner .page-meta .breadcrumbs {
  color: #fff;
}

.sub-banner .page-meta .breadcrumbs a {
  color: #fff;
}

.sub-banner .current-breadcrumb {
  color: var(--color1);
}

/* --------------------------- */

.aboutus-hero {
  padding: 100px 0px;

  border-radius: 60px;
}

.aboutus-hero .img-wrapper {
  border-radius: 30px;

  overflow: hidden;
}

.aboutus-hero .img-wrapper img {
  width: 100%;

  min-height: 100%;

  object-fit: cover;
}

.about-img-1 {
  height: 100%;

  position: relative;
}

.about-img-1 .img-wrapper {
  height: 100%;
}

.about-img-1 .img-wrapper img {
  width: 100%;

  min-height: 100%;
}

.aboutus-hero .title-box {
  margin-bottom: 30px;
}

.aboutus-hero .about-content {
  padding-right: 50px;
}

.aboutus-hero .about-content .title {
  text-align: start;
}

.aboutus-hero .about-content .highlight-title {
  text-align: start;
}

.aboutus-hero .about-content .para {
  line-height: 30px;

  text-align: justify;
}

/* --------------------------------------------------------------- */

.vm-sec {
  background: linear-gradient(180deg, #f6f6f6 0%, #ffffff 71.25%);

  padding: 100px 0px;

  border-top-left-radius: 60px;

  border-top-right-radius: 60px;
}

.vm-sec .title {
  margin-bottom: 50px;
}

.vm-sec .vm-card {
  margin-bottom: 40px;
}

.vm-sec .vm-card:last-child {
  margin-bottom: 0px;
}

.vm-sec .vm-title {
  color: var(--color1);

  font-size: 22px;

  font-weight: 700;
	
	margin-bottom: 14px;
}

.vm-sec .vm-card p {
  line-height: 30px;

  margin-bottom: 0px;
}

.vm-sec .doctor-wrapper {
  width: 60%;

  position: relative;
}

.vm-sec .doctor-wrapper::before {
  content: "";

  width: 300px;

  height: 300px;

  background: var(--bg-gradient);

  border-radius: 50%;

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-60%, -50%);
}

.vm-sec .doctor-wrapper img {
  width: 100%;

  position: relative;

  z-index: 2;
}

/* ------------------------------------------ */

.qp-sec {
  background: linear-gradient(180deg, #ffffff 28.75%, #f6f6f6 100%);

  padding: 100px 0px;

  border-bottom-left-radius: 60px;

  border-bottom-right-radius: 60px;
}

.qp-card {
  padding: 30px 0px;

  border-bottom: 1px solid #dfdfdf;
}

.qp-list {
  list-style: none;

  padding: 0;

  margin: 0;
}

.qp-list p {
  margin-bottom: 0;
}

.qp-sec .qp-list .list-number,
.qp-sec .qp-list .list-title {
  font-size: 20px;

  font-weight: 700;

  margin-bottom: 0px;

  line-height: 1.6;
}

.qp-sec .qp-list .list-number {
	color: var(--color1);
  flex-shrink: 0;
}

.qp-sec .qp-list .list-title {
  color: var(--color1);
}

.qp-sec .qp-list .list-content {
  line-height: 30px;

  text-align: justify;
}

/* ----------------------------------- */

.certificate-sec {
  padding: 100px 0px;
}

.certificate-sec .content-box .highlight-title,
.certificate-sec .content-box .title {
  text-align: left;
}

.certificate-sec .title-box {
  width: 100%;

  margin: 0 0 30px;
}

.certificate-sec .content-box .para {
  text-align: justify;

  line-height: 30px;
}

.certificate-sec .certificate-slider .img-wrapper {
  display: block;
}

.certificate-sec .certificate-slider .img-wrapper img {
  max-width: 400px;

  width: 100%;

  height: auto !important;

  margin: 0 auto;

  border: 1px solid #dee2e6;
}

.certificate-sec .slick-dots {
  bottom: -20px;
}

/* ---------------------------------------------------------------------------------------------------------------------- */

.service-sec {
  padding: 100px 0px 120px;
}

.service-sec .service-content {
  width: 100%;

  margin-right: auto;
}

.service-sec .title-box {
  width: 100%;
}

.service-sec .title-box .highlight-title,
.service-sec .title-box .title {
  text-align: left;
}

.service-sec .service-content .para {
  text-align: justify;

  line-height: 30px;
}

.service-sec .service-content .title-box {
  margin-bottom: 24px;
}

.service-sec .img-wrapper {
  width: 90%;

  position: relative;

  margin-left: auto;

  margin-right: 20px;
}

.service-sec .img-wrapper::after {
  content: "";

  width: 100%;

  height: 100%;

  background-color: var(--color1);

  position: absolute;

  top: 20px;

  left: 20px;

  z-index: -1;

  border-radius: 10px;

  transition: all 0.3s linear;
}

.service-sec .img-wrapper img {
  width: 100%;

  height: auto;

  border-radius: 10px;
}

.service-sec .img-wrapper:hover::after {
  top: 0;
  left: 0;
}

/* ---------------------------------- */

.categories-page {
  padding: 100px 0px;
}

.categories-page .title {
  text-align: center;

  margin-bottom: 50px;
}

/* ----------------------------------- */

.doctors-page {
  padding: 100px 0px;
}

.dp-header {
  /* padding-bottom: 70px; */

  /* border-bottom: 1px solid #dee2e6; */

  margin-bottom: 120px;
}

.doctors-page .form {
  width: 80%;

  margin: 0 auto;
}

.doctors-page .form .form-select,
.doctors-page .form .form-control {
  color: #2c2c2c;

  border: 2px solid var(--color1);

  box-shadow: none;
}

.doctors-page .form .search-icon::before {
  background-image: url("/wp-content/themes/ns-theme-final/images/search-icon-v2.png");
}

.doctors-page .form .form-control::placeholder {
  color: #2c2c2c;
}

.doctors-page .form .submit-btn {
  background-color: var(--color1);

  color: #fff;
}

.doctor-card {
  height: 100%;

  background: #ffffff;

  border-radius: 16px;

  padding: 24px;

  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);

  transition: 0.3s ease;

  border: 1px solid #dee2e6;
}

.doctor-card:hover {
  transform: translateY(-5px);
}

.doctor-header,
.doctor-card .doctor-certificates {
  border-bottom: 1px solid #dee2e6;

  margin-bottom: 20px;

  padding-bottom: 20px;
}

.doctor-card .doctor-header h3 {
  font-size: 24px;

  font-weight: 700;

  color: #2c2c2c;

  margin-bottom: 8px;
}

.doctor-card .specialty {
  display: inline-block;

  color: var(--color1);

  font-weight: 600;
}

.doctor-card .doctor-certificates h5,
.doctor-card .doctor-schedule h5 {
  font-size: 18px;

  font-weight: 700;

  margin-bottom: 14px;
}

.doctor-card .doctor-certificates ul {
  padding-left: 18px;

  margin-bottom: 0px;
}

.doctor-card .doctor-certificates li {
  margin-bottom: 8px;

  color: #444;
}

.doctor-card .doctor-certificates li:last-child {
  margin-bottom: 0px;
}

.doctor-card .table {
  background-color: #dee2e6;

  border-radius: 10px;

  overflow: hidden;

  border: 1px solid #dee2e6;

  margin-bottom: 0px;
}

.doctor-card .table tr {
  border-bottom: 1px solid #dee2e6;
}

.doctor-card .table td {
  background-color: #f8f9fa;

  vertical-align: middle;

  font-size: 14px;

  padding: 8px 15px;

  border-bottom: none !important;
}

.doctor-card .fa {
  color: var(--color1);
}

.doctors-page .result-count {
  font-size: 20px;

  font-weight: bold;

  margin-bottom: 0px;
}

.doctors-page .search-result-wrapper {
  margin-bottom: 50px;
}

.doctors-page .specialty-card {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: var(--color2);
  background-color: #fff;
  padding: 30px 20px;
  border-radius: 20px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  border: 1px solid #dee2e6;
}

.doctors-page .specialty-card .circle {
  width: 120px;
  height: 120px;
  background-color: var(--color1);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 24px;
}

.doctors-page .specialty-card h3 {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
	line-height: 1.8;
	text-wrap-style: balance;
}

.doctors-page .specialty-card h3 font {
	line-height: 1;
}

/* ------------------------------------- */

.lscs-page .package-hero {
  padding: 100px 0px 50px;
}

.lscs-page .package-hero .title-box {
  margin-bottom: 14px;
}

.lscs-page .package-hero .highlight-title {
  text-align: left;
}

.lscs-page .package-hero .title {
  color: #2c2c2c;
  text-align: left;
}

.lscs-page .package-hero .subtitle {
  color: var(--color2);

  font-weight: 700;

  margin-bottom: 32px;

  font-size: 20px;

  line-height: 1.6;
}

.lscs-page .duration-btn {
  display: inline-flex;

  padding: 12px 22px;

  background: var(--bg-gradient);

  color: white;

  border-radius: 100px;

  font-size: 16px;

  font-weight: 400;
}

.lscs-page .hero-img {
  overflow: hidden;
  border-radius: 10px;
}

.lscs-page .hero-img img {
  width: 100%;

  height: auto;

  object-fit: cover;
	
 aspect-ratio: 1 / 1;
}

.lscs-page .hero-img-wrapper {
  padding-right: 20px;

  padding-bottom: 20px;

  position: relative;
}

.lscs-page .hero-img-wrapper::before {
  content: "";

  width: calc(100% - 20px);

  height: calc(100% - 20px);

  background-color: var(--color1);

  position: absolute;

  right: 0;

  bottom: 0;

  z-index: -1;

  border-radius: 10px;
}

.lscs-page .package-card-sec {
  padding-block: 50px 100px;
}

.lscs-page .package-plan {
  background: #fff;

  border: 2px solid #eee;

  border-radius: 18px;

  padding: 25px;

  text-align: center;

  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
}

.lscs-page .package-plan i {
  color: var(--color1);

  font-size: 26px;

  margin-bottom: 15px;
}

.lscs-page .package-plan h3 {
  font-size: 24px;

  color: var(--color2);

  font-weight: 700;

  margin-bottom: 30px;
}

.lscs-page .price-box {
  background: var(--bg-gradient);

  color: #fff;

  border-radius: 12px;

  padding: 18px;

  margin-top: 15px;
}

.lscs-page .price {
  font-size: 28px;

  font-weight: 700;

  line-height: 1;
}

.lscs-page .section-wrapper {
  padding-block: 50px 100px;

  background: linear-gradient(180deg, #ffffff 28.75%, #f6f6f6 100%);

  border-bottom-left-radius: 60px;

  border-bottom-right-radius: 60px;
}

.lscs-page .section-wrapper.included-services {
  padding-top: 100px;

  padding-bottom: 0px;

  background: linear-gradient(180deg, #f6f6f6 0%, #ffffff 71.25%);

  border-top-left-radius: 60px;

  border-top-right-radius: 60px;
}

.lscs-page .section-box {
  background: white;

  border-radius: 20px;

  padding: 30px;

  margin-top: 0px;

  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.05);

  border: 1px solid #dee2e6;
}

.lscs-page .section-title-green {
  color: #008000;

  font-size: 24px;

  font-weight: 700;

  text-align: center;

  border-bottom: 1px solid #dee2e6;

  padding-bottom: 30px;
}

.lscs-page .section-title-red {
  color: red;

  font-size: 24px;

  font-weight: 700;

  margin-bottom: 30px;

  text-align: center;

  border-bottom: 1px solid #dee2e6;

  padding-bottom: 30px;
}

.lscs-page .service-row {
  display: flex;

  align-items: center;

  gap: 20px;

  padding: 18px 0;

  border-bottom: 1px dashed #ddd;
}

.lscs-page .service-row:last-child {
  border-bottom: none;
}

.lscs-page .service-icon {
  min-width: 50px;
}

.lscs-page .service-icon img {
  min-width: 100%;
}

.lscs-page .exclude-list li {
  margin-bottom: 18px;

  font-size: 16px;

  line-height: 1.6;
}

.lscs-page .announce-sec {
  padding: 100px 0px;
}

.lscs-page .announce-sec .announce-box {
  background: var(--bg-gradient);

  padding: 40px 50px;

  border-radius: 10px;

  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
}

.lscs-page .announce-sec .announce-box .announce-title {
  line-height: 1.6;

  font-size: 24px;

  text-align: center;

  color: #fff;
}

.lscs-page .announce-sec .announce-box .circle {
  width: 100px;

  height: 100px;

  border-radius: 50%;

  background-color: #fff;

  display: flex;

  justify-content: center;

  align-items: center;

  margin: 0 auto;
}

.lscs-page .announce-sec .announce-box .circle i {
  font-size: 46px;

  color: var(--color1);
}

---------------------------------------------------------------- .mcp-page {
  padding: 100px 0px;
}

.mcp-page .hero-sec {
  padding-block: 100px 0px;
}

.mcp-page .hero-sec .title-box {
  margin-bottom: 14px;
}

.mcp-page .hero-sec .title {
  color: #2c2c2c;
  text-align: left;
}

.mcp-page .hero-sec .highlight-title {
  text-align: left;
}

.mcp-page .hero-img-wrapper {
  padding-right: 20px;

  padding-bottom: 20px;

  position: relative;
}

.mcp-page .hero-img {
  border-radius: 10px;
  overflow: hidden;
}

.mcp-page .hero-img img {
  width: 100%;

  height: auto;

  object-fit: cover;

  border-radius: 10px;
	
	aspect-ratio: 1 / 1;
}

.mcp-page .hero-img-wrapper::before {
  content: "";

  width: calc(100% - 20px);

  height: calc(100% - 20px);

  background-color: var(--color1);

  position: absolute;

  right: 0;

  bottom: 0;

  z-index: -1;

  border-radius: 10px;
}

.mcp-page .package-gallery {
  padding: 50px 0px 100px;
}

.mcp-page .package-gallery .img-wrapper {
  width: 100%;
  max-height: 302px;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #dee2e6;
  overflow: hidden;
}

.mcp-page .para {
  color: var(--color2);
  font-size: 20px;
}

.mcp-page .package-gallery .img-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
}

/* --------------------------------- */

.news-hero {
  padding: 100px 0px;
}

.news-hero .latest-side {
  padding: 0px 20px;
  background-color: #f4f4f4;
  border-radius: 10px;
}

.news-hero .img-wrapper {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
  border: 1px solid #dee2e6;
}

.news-hero .slider-card .img-wrapper {
  margin-bottom: 0px;
}

.news-hero .img-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.news-hero .main-image {
  width: 100%;
  object-fit: cover;
}

.news-hero .post-date {
  font-size: 16px;
  color: var(--color1);
  font-weight: 400;
  margin-bottom: 4px;
}

.news-hero .title {
  margin-bottom: 24px;
  line-height: 1.6;
}

.news-hero .post-content p {
  color: #555;
  line-height: 2;
  font-size: 16px;
  margin-bottom: 24px;
}

.news-hero .latest-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 24px;
}

.news-hero .latest-card a {
  display: flex;
  align-items: center;
  padding: 24px 0px;
  border-bottom: 1px solid #dee2e6;
}

.news-hero .latest-card .img-wrapper {
  width: 30%;
  border-radius: 10px;
  margin-bottom: 0px;
  flex-shrink: 0;
}

.news-hero .latest-card .content {
  padding-left: 14px;
}

.news-hero .latest-card .content h3 {
  font-size: 16px;
  font-weight: 700;
  color: #2c2c2c;
  margin-bottom: 0px;
}

.news-hero .latest-card .date {
  font-size: 14px;
  color: var(--color1);
  margin-bottom: 4px;
}

.news-hero .latest-card .date font {
  font-size: 12px;
}

/* --------------------------- */

.contact-page {
  padding: 100px 0px;
}

.contact-page .info-side {
  padding-right: 50px;
}

.contact-page .title-box {
  width: 80%;
  margin: 0 0 40px;
}

.contact-page .title-box .highlight-title {
  text-align: left;
}

.contact-page .title-box .title {
  text-align: left;
  margin-bottom: 14px;
}

.contact-page .contact-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.contact-page .contact-list li {
  display: flex;
  column-gap: 14px;
  margin-bottom: 20px;
}

.contact-page .contact-list li .icon-wrapper {
  width: 45px;
  height: 45px;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  background: var(--bg-gradient);
  color: #fff;
  font-size: 20px;
  border-radius: 10px;
}

.contact-page .contact-list li p {
  margin-bottom: 0;
}

.contact-page .contact-list li a {
  text-decoration: none;
  color: #2c2c2c;
  font-weight: 600;
}

.contact-page .contact-list .address {
  font-weight: 600;
}

.contact-page .form {
  background-color: #f8fafc;
  padding: 30px;
  border-radius: 20px;
  border: 1px solid #dee2e6;
}

.contact-page .form .form-control {
  color: #2c2c2c;
}

.contact-page .form label {
  margin-bottom: 8px;
}

.contact-page .form .form-control {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 10px 15px;
  border: 1px solid #dee2e6;
  box-shadow: none;
}

.contact-page .form .form-control::placeholder {
  color: #999;
}

.contact-page .contact-btn {
  background: var(--bg-gradient);
  color: #fff;
  padding: 8px 15px;
  border: 0;
  border-radius: 10px;
}

/* --------------------------- */

.package-page {
  padding: 100px 0px;
}

.package-page .title {
  text-align: center;
  margin-bottom: 50px;
}

/* --------------------------- */

@media(max-width: 1400px) {
	.hero-section {
		padding-top: 0px;
	}
	
	.hero-section .right-side .circle {
		margin-top: 120px;
	}
	
	
}

@media (max-width: 1200px) {
  .hero-section .right-side .right-img {
    width: 80%;
  }

  .header .navbar-wrapper.contact-link .nav-link {
    padding: 12px 20px;
  }

  .header .navbar-wrapper.contact-link .nav-link::before {
    display: none;
  }

  .hero-section .left-side {
    width: 100%;
  }
	
	.hero-section .right-side .circle {
		margin-top: 170px;
	}
}

@media (max-width: 992px) {
  .title-box {
    margin: 0 auto 30px;
  }

  .hero-section {
    padding-top: 150px;
  }

  .header .logo-wrapper {
    width: 180px;
  }

  .ds-menu {
    width: auto;
  }

  .hero-section .left-side {
    margin-bottom: 50px;
  }

  .hero-section .right-side .circle {
    margin-block: 140px 75px;
  }

  .hero-section .right-side .right-img {
    width: 50%;
  }

  .h-fd-sec {
    padding: 50px 0px;
  }

  .about-section {
    padding: 50px 0px 100px;
  }

  .about-section .padding-inline {
    padding-inline: 0%;
  }

  .about-section .content-box {
    padding: 0px 0px 30px;
  }

  .h-packages {
    padding: 100px 0px 50px;
  }

  .package-card .img-wrapper {
    min-width: 80%;
  }

  .sub-banner {
    height: 300px;

    border-radius: 30px;
  }

  .aboutus-hero {
    padding: 50px 0;
  }

  .aboutus-hero .about-content {
    padding-right: 0px;
  }

  .aboutus-hero .title-box {
    width: 100%;

    margin: 0 0 24px;
  }

  .vm-sec {
    padding: 50px 0px;
  }

  .vm-sec .title {
    text-align: center;
  }

  .qp-sec {
    padding: 50px 0px;
  }

  .certificate-sec {
    padding: 50px 0px;
  }

  .service-sec {
    padding-block: 50px 70px;
  }

  .service-sec .service-content .title-box {
    margin: 0 0 30px;
  }

  .service-sec .img-wrapper {
    margin-left: auto;

    margin-right: auto;
  }

  .categories-page {
    padding: 50px 0px;
  }

  .news-hero {
    padding: 50px 0px;
  }

  .news-hero .latest-side {
    padding-left: 0px;
  }

  .news-hero .latest-side .latest-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 24px;
  }

  .contact-page {
    padding: 50px 0px;
  }

  .contact-page .info-side {
    padding-right: 0px;
  }

  .contact-page .title-box {
    width: 100%;
    margin: 0 0 40px;
  }

  .contact-page .contact-list {
    margin: 0 0 40px;
  }

  .header .navbar-contact {
    display: block;
  }

  .package-hero .title-box {
    margin: 0px 0px 30px;
  }

  .hero-sec .title-box {
    margin: 0px 0px 30px;
  }

  .news-hero .latest-side {
    display: none;
  }

  .sub-banner .page-meta .title {
    font-size: 32px;
  }

  footer .footer-top .service-column {
    display: none;
  }

  .news-hero .title {
    font-size: 26px;
  }
}


@media (max-width: 768px) {
  .header .logo-wrapper {
    width: 200px;
  }

  .hero-section .right-side .circle {
    margin-block: 240px 75px;
  }

  .hero-section .right-side .right-img {
    width: 470px;
  }

  .hero-section .left-side {
    width: 100%;
  }

  .hero-section .title {
    font-size: 48px;
  }

  .sub-banner {
    height: 250px;
  }

  .sub-banner .page-meta .title {
    font-size: 28px;

    margin-bottom: 0px;
  }

  .aboutus-hero .img-wrapper {
    border-radius: 10px;
  }

  .lscs-page .package-hero .subtitle {
    font-size: 16px;
  }

  .news-hero .title {
    font-size: 24px;
  }
	
	
.package-card {
  width: 100%;
}
	
	
}

@media (max-width: 576px) {
  .h-services {
    padding: 50px 0px;

    /* display: none; */
  }

  .h-fd-sec .fd-box {
    padding: 50px;

    /* display: none; */
  }

  .h-packages {
    padding: 50px 0px;

    /* display: none; */
  }

  .h-news {
    padding: 50px 0px;

    /* display: none; */
  }

  footer .footer-bg {
    border-radius: 30px;
  }

  .sub-banner {
    height: 240px;
  }

  .sub-banner .page-meta .title {
    font-size: 24px;
  }

  .breadcrumbs {
    font-size: 14px;
  }

  .header .logo-wrapper {
    width: 150px;
  }

  .package-card .img-wrapper {
    min-width: 100%;
  }

  .package-card .counter {
    display: none;
  }
}

@media (max-width: 475px) {
  .sub-banner {
    border-radius: 10px;
  }

  .hero-section {
    padding-top: 100px;
  }

  .hero-section .title {
    font-size: 33px;
  }

  .hero-section .right-side .right-img {
    width: 250px;
  }

  .hero-section .left-side .cns-btn {
    margin-bottom: 14px;
  }

  .hero-section .right-side .circle {
    width: 250px;
    height: 250px;
    margin-top: 80px;
  }

  .h-fd-sec .fd-box .title-box .highlight {
    font-size: 18px;
  }

  .title {
    font-size: 26px;
  }

  .title-box .highlight-title {
    font-size: 18px;
  }

  footer {
    padding: 0;
  }

  footer .footer-top {
    padding: 30px 0px;

    border-bottom: 2px solid #fff;
  }

  footer .footer-bg {
    border-radius: 0px;
  }

  .pacakge-card .counter {
    font-size: 24px;
  }

  .about-section .cert-badge {
    position: absolute;

    width: 80px;

    height: 80px;

    border-radius: 50%;

    background: white;

    display: flex;

    align-items: center;

    justify-content: center;

    bottom: -26px;

    right: 26px;

    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
  }

  .h-fd-sec .fd-box {
    padding: 20px;

    border-radius: 30px;
  }

  .package-card h3 {
    font-size: 20px;
  }

  .package-card .img-wrapper {
    min-width: 100%;
  }

  .package-card .counter {
    display: none;
  }

  .slider-card .slider-content h3 {
    font-size: 16px;
  }
}

@media (max-width: 375px) {
  footer .footer-top .contact-info li .key {
    width: auto;
  }

  footer .footer-top .contact-info li .divider {
    width: 10px;
  }

  .title-box {
    margin: 0 auto 30px;
  }

  .sub-banner .page-meta .title {
    font-size: 18px;
  }
}

.mm-navbar {
  background: var(--bg-gradient);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.current-menu-item {
  color: var(--color1);
}

.current-menu-parent {
  color: var(--color1);
}

.current-menu-parent .mm-btn {
  background-color: var(--color1);
}

.current-menu-parent .mm-btn:after,
.current-menu-parent .mm-btn:before {
  border-color: #fff;
}

.mm-btn_prev:before {
  border-color: #fff;
}

.services-slider{
   padding-bottom: 20px;
}

.news-slider {
  padding-bottom: 40px;
}

.grecaptcha-badge {
  bottom: 80px !important;
}

@media (max-width: 320px) {
  .sub-banner .page-meta .title {
    display: none;
  }
}