/*!
Theme Name: Known Design
Theme URI: http://underscores.me/
Author: Roger
Author URI: http://knowndesign.co/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: known-design
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Known Design is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}

a:visited {
  color: #800080;
}

a:hover,
a:focus,
a:active {
  color: #191970;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
/* =========================================================================================================== */
/* ================Font_face================================ */
@font-face {
  font-family: "Poppins-Regular";
  src: url("./Fonts/Poppins-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins-Medium";
  src: url("./Fonts/Poppins-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins-Bold";
  src: url("./Fonts/Poppins-Bold.ttf") format("truetype");
}

header.site-header .site_logo img {
  width: 38%;
}
body {
  font-family: "Poppins-Regular" !important;
  margin-bottom: 0px !important;
}
header.site-header {
  padding: 22px 0px;
}

/* ========================================= */
.text_green {
  color: #1d7667;
}
.bg_green {
  background-color: #1d7667;
}
.bg_white {
  background-color: #fff;
}

/* ================================================================ */
/*==== All_font_style_below===== */
.Poppins-Medium-18-21 {
  font: 500 18px/21.6px "Poppins-Medium", sans-serif;
}

.Poppins-Bold-18-21 {
  font: 700 18px/21.6px "Poppins-Bold", sans-serif;
}
.Poppins-Bold-25-30 {
  font: 700 25px/30px "Poppins-Bold", sans-serif;
}
.Poppins-Bold-30-36 {
  font: 700 30px/36px "Poppins-Bold", sans-serif;
}
.Poppins-Regular-91-109 {
  font: 400 91px/98px "Poppins-Regular", sans-serif;
}
.Poppins-Regular-18-21 {
  font: 400 18px/21.6px "Poppins-Regular", sans-serif;
}
.Poppins-Regular-16-19 {
  font: 400 16px/19.2px "Poppins-Regular", sans-serif;
}
.White_button {
  padding: 11px 32px 9px;
  background-color: #fff;
  display: inline-block;
}

.Green_button {
  padding: 11px 32px 9px;
  background-color: #1d7667;
  display: inline-block;
}
/* =====================Header_style_here=================== */
header.site-header .contact_links {
  gap: 55px;
  padding-bottom: 28px;
}

header.site-header #site-navigation ul li a {
  font: 500 18px/21.6px "Poppins-Medium", sans-serif !important;
  margin-left: 46px !important;
}
header.site-header #site-navigation ul li a[aria-current="page"],
header.site-header #site-navigation ul.mega-sub-menu li a[aria-current="page"] {
  font-weight: bold !important;
  color: #1d7667 !important;
}
header.site-header #site-navigation ul.mega-sub-menu li a {
  margin-left: 0px !important;
  padding-bottom: 12px !important;
}
header.site-header #site-navigation ul.mega-sub-menu {
  transform: translate(55px, 28px) !important;
  padding: 0px 15px 15px !important;
}

/* ========================Footer_style=========================== */
footer.site-footer {
  padding: 80px 0px 12px;
  border-top: 2px solid #1d7667;
}
.logo_col img {
  width: 16%;
  padding-bottom: 32px;
}
footer.site-footer .socail_row .address p {
  color: #000;
  font: 400 18px / 21.6px "Poppins-Regular", sans-serif;
  display: inline;
}
.footer_margin_bottom {
  margin-bottom: 20px;
}
footer.site-footer .footer_copy_row .pl-links a {
  color: #000;
  font: 400 18px / 21.6px "Poppins-Regular", sans-serif;
  text-decoration: none;
  padding-right: 25px;
}
footer.site-footer .footer_copy_row {
  padding-top: 48px;
}
footer.site-footer .copy_web_link {
  text-align: right;
}
footer.site-footer .footer_description {
  width: 340px;
}
/* ============HOME_PAGE=========== */
.hero-section {
  min-height: 72vh;
}

section.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.hero-section .banner-content {
  position: relative;
  z-index: 2;
}
section.hero-section .hero-description {
  width: 795px;
  margin: auto;
  padding: 16px 0px 18px;
}

section.about-section {
  padding: 100px 0px;
  background-size: 442px;
  background-repeat: no-repeat;
  background-position-y: 140px;
}
section.about-section .even-row,
section.about-section .odd-row {
  margin-bottom: 92px;
}
section.about-section .even-row:last-child,
section.about-section .odd-row:last-child {
  margin-bottom: 0px;
}
section.about-section .odd-row div.title_description p,
section.about-section .even-row div.title_description p {
  font: 400 18px / 21.6px "Poppins-Regular", sans-serif;
  color: #000;
}
section.about-section div.title_description p a {
  text-decoration: none;
  color: #1d7667 !important;
}
section.about-section .odd-row div.title_description p:last-child,
section.about-section .even-row div.title_description p:last-child {
  margin-bottom: 0px;
}
section.about-section .even-row div.title_description {
  padding: 32px 68px 32px 0px;
}
section.about-section .odd-row div.title_description {
  padding: 32px 0px;
}
section.about-section .odd-row img.col_img,
section.about-section .even-row img.col_img,
.contact-us-section .row img.col_img {
  height: 400px;
  object-fit: cover;
  width: 100%;
}

section.our-services-section,
.accreditations-certificates-section,
section.meet-the-team-container {
  padding: 100px 0px;
}
section.our-services-section .title_description,
.accreditations-certificates-section .title_description {
  padding: 22px 52px 20px;
}
section.our-services-section .title_description p {
  font: 400 18px / 21.6px "Poppins-Regular", sans-serif;
  /* color: #fff; */
}
.accreditations-certificates-section .accreditations-certificates img {
  width: 50%;
}
.accreditations-certificates-section
  .row
  .accreditations-certificates:first-child
  img {
  width: 62%;
}
.accreditations-certificates-section .row {
  padding-top: 40px;
}
section.our-services-section .service_box .sr_box {
  padding: 0px 15px;
}
section.our-services-section .service_box .services-list img {
  width: 45%;
  height: 186px;
  object-fit: contain;
  padding-bottom: 22px;
}
section.our-services-section .service_box .services-list {
  padding: 40px 20px 45px;
  width: 100%;
}
section.our-services-section .service_box .services-list .services_description {
  padding: 16px 0px 15px;
}
section.our-services-section
  .service_box
  .services-list
  .services_description
  p {
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.contact-us-section {
  padding: 100px 0px;
  background-color: #1d7667;
  background-size: 442px;
  background-position: left bottom;
  background-repeat: no-repeat;
}

.contact-us-section div.title_description {
  padding: 32px 56px 15px 0px;
}
section.meet-the-team-container .title_description {
  padding: 22px 52px 0px;
}

/* =====================About_page======================== */
/* section.About_page_banner {
  background-position-y: 62px;
} */
.meet-the-team-container .h3_team_title {
  padding: 62px 0px 22px;
}
.meet-the-team-container .team-member .team-photo {
  width: 100%;
  height: 372px;
  object-fit: cover;
  object-position: top;
}
.meet-the-team-container .team-member {
  padding: 0px 15px;
}
.meet-the-team-container .team-member .member-name {
  padding: 36px 0px 16px;
}
.meet-the-team-container .team-member .member-details {
  padding: 0px 28px;
}

/* =========================Individual_Page====================== */
section.individual_banner_section {
  padding: 100px 0px;
  background-size: 400px;
  background-repeat: no-repeat;
  background-position-y: 10px;
}
section.individual_banner_section .title_description {
  padding: 22px 72px 0px;
}
.details_services_white {
  padding: 100px 0px;
}

.details_services_white .even-row div.title_description p {
  font: 400 18px / 21.6px "Poppins-Regular", sans-serif;
}
.details_services_white ul.points-list {
  font: 400 18px / 21.6px "Poppins-Regular", sans-serif;
}
.details_services_white .row_gap {
  margin-bottom: 92px;
}
.details_services_white .row_gap:last-child {
  margin-bottom: 0px;
}
.details_services_white .row_gap .title_description {
  padding: 28px 0px 25px;
  font: 400 18px / 21.6px "Poppins-Regular", sans-serif;
}
.details_services_white .row_gap .title_description p {
  font: 400 18px / 21.6px "Poppins-Regular", sans-serif;
}
.details_services_white .row_gap .points-list svg {
  margin-top: -5px !important;
  margin-right: 5px;
}
.details_services_white .row_gap .points-list li {
  padding-bottom: 10px;
}
.details_services_white .row_gap .points-list li:last-child {
  padding-bottom: 0px;
}
.details_services_white .row_gap .points-list li:last-child p {
  margin: 0px;
}

.details_services_white .row_gap .points-list p {
  padding-top: 8px;
}
.details_services_white .row_gap img.col_img {
  height: 482px;
  object-fit: cover;
  object-position: top;
  width: 100%;
}

/* ======================Contact_Us========================= */
section.contact-form {
  padding-bottom: 62px;
}
.clinic-info .top_map_section {
  padding-top: 72px;
}
.clinic-info .top_map_section .location_title {
  padding-bottom: 28px;
}
.clinic-info .top_map_section .clinic-details p {
  margin-bottom: 20px;
}
.clinic-info .map {
  padding-top: 10px;
}
section.contact-form .gform_title {
  font: 700 30px / 36px "Poppins-Bold", sans-serif;
  color: #000;
  padding-bottom: 20px;
}
.contact-form form {
  padding-right: 12px;
}
.contact-form form .gform-body input {
  height: 45px !important;
  background-color: #e6e6e6 !important;
  box-shadow: none !important;
  border: 0 !important;
  font: 400 18px / 21.6px "Poppins-Regular", sans-serif !important;
  border-radius: 0 !important;
  padding: 10px !important;
}
.contact-form form .gform-body textarea {
  background-color: #e6e6e6 !important;
  box-shadow: none !important;
  border: 0 !important;
  font: 400 18px / 21.6px "Poppins-Regular", sans-serif !important;
  border-radius: 0 !important;
  padding: 10px !important;
  height: 132px !important;
}
.contact-form form .gform-body .gfield_label,
.contact-form form .gform-body label {
  font: 500 18px / 21.6px "Poppins-Medium", sans-serif !important;
  color: #000;
  margin-bottom: 8px !important;
}
.contact-form form .gform-body fieldset#field_1_8 .ginput_container {
  display: flex;
  gap: 10px;
}
.contact-form form .gform-body input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  height: 20px !important;
  width: 21px !important;
  cursor: pointer;
  position: relative;
  border-radius: 5px !important;
  margin-top: 2px !important;
  background-color: transparent !important;
  border: 2px solid #000 !important;
  padding: 5px !important;
}
.contact-form form .gform-body input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 5px;
  width: 6px;
  height: 12px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.contact-form form div#gform_fields_1 {
  gap: 28px !important;
}
.contact-form form .gform_footer input {
  padding: 11px 52px 9px !important;
  background-color: #1d7667 !important;
  display: inline-block !important;
  font: 400 16px / 19.2px "Poppins-Regular", sans-serif !important;
  color: #fff !important;
  border-radius: 0px !important;
}
.contact-form form .gform-body fieldset#field_1_8 .ginput_container label {
  font: 500 18px / 21.6px "Poppins-Medium", sans-serif !important;
  color: #000;
}
.contact-form form .gform-body fieldset#field_1_8 .ginput_container label a {
  color: #1d7667;
  text-decoration: none;
  cursor: pointer !important;
}
.contact-form p.gform_required_legend {
  display: none !important;
}

section.all_post_pages {
  padding: 100px 0px;
  color: #000;
}
section.all_post_pages .wp-block-heading {
  font: 500 25px / 32px "Poppins-Medium", sans-serif !important;
  padding-top: 20px;
}
.new_service_banner h1 {
  width: 795px;
  margin: auto;
}
.details_services_white .ul_li_list ul {
  margin: auto;
  list-style: none; /* Remove default bullets */
  padding-left: 0;
}
#nausea-and-vomiting-during-cancer-treatment-0,
#what-to-eat-or-not-eat-on-days-that-you-have-nausea-0 {
  margin-bottom: 92px;
}
.details_services_white .ul_li_list ul li {
  position: relative;
  padding-left: 26px;
  padding-bottom: 12px;
}
.details_services_white .ul_li_list ul li::before {
  content: "•"; /* Or use \2713 for checkmark or image/icon */
  font-size: 46px;
  color: #000;
  position: absolute;
  left: -2px;
  top: 0; /* Adjust for vertical alignment */
}
/* =========================Media_Query=========================== */
@media (max-width: 1600px) {
  section.about-section {
    background-size: 420px;
  }
}

@media (max-width: 1399px) {
  section.about-section .even-row div.title_description {
    padding: 32px 12px 32px 0px;
  }
  section.our-services-section .service_box .services-list {
    padding: 40px 16px 45px;
  }
  section.our-services-section .title_description,
  .accreditations-certificates-section .title_description {
    padding: 22px 16px 20px;
  }
  .contact-us-section div.title_description {
    padding: 32px 10px 15px 0px;
  }
  .Poppins-Regular-91-109 {
    font: 400 82px / 88px "Poppins-Regular", sans-serif;
  }
  .meet-the-team-container .team-member .member-details {
    padding: 0px 5px;
  }
  section.meet-the-team-container .title_description {
    padding: 22px 16px 0px;
  }
}

@media (max-width: 1366px) {
  section.about-section,
  section.our-services-section,
  .accreditations-certificates-section,
  .contact-us-section,
  section.meet-the-team-container,
  .details_services_white,
  section.individual_banner_section {
    padding: 88px 0px;
  }
  .contact-us-section {
    background-size: 410px;
  }
}

@media (max-width: 1299px) {
  section.our-services-section .service_box .sr_box,
  .meet-the-team-container .team-member {
    padding: 0px 12px;
  }
  .meet-the-team-container .team-member .member-name {
    padding: 32px 0px 12px;
    font: 700 22px / 26px "Poppins-Bold", sans-serif;
  }
}

@media (max-width: 1199px) {
  header.site-header .contact_links {
    gap: 40px;
    padding-bottom: 22px;
  }
  header.site-header #site-navigation ul li a {
    margin-left: 28px !important;
  }
  .hero-section {
    min-height: 65vh;
  }
  .Poppins-Regular-91-109 {
    font: 400 72px / 76px "Poppins-Regular", sans-serif;
  }
  section.about-section .odd-row img.col_img,
  section.about-section .even-row img.col_img,
  .contact-us-section .row img.col_img {
    height: 315px;
  }
  section.about-section {
    background-size: 332px;
    background-position-y: 146px;
  }
  section.about-section .even-row div.title_description {
    padding: 22px 0px 32px 0px;
  }
  section.our-services-section .service_box .services-list {
    padding: 22px 12px 32px;
  }
  section.our-services-section
    .service_box
    .services-list
    .services_description
    p {
    font: 400 16px / 20px "Poppins-Regular", sans-serif;
  }
  section.our-services-section .service_box .services-list .same_height_h3 {
    font: 700 22px / 26px "Poppins-Bold", sans-serif;
  }
  section.our-services-section .service_box .services-list img {
    width: 48%;
    height: 175px;
  }
  section.our-services-section .title_description,
  .accreditations-certificates-section .title_description {
    padding: 12px 16px 20px;
  }
  .accreditations-certificates-section .accreditations-certificates img {
    width: 58%;
  }
  .accreditations-certificates-section
    .row
    .accreditations-certificates:first-child
    img {
    width: 85%;
  }
  section.meet-the-team-container .title_description {
    padding: 15px 6px 0px;
  }
  .meet-the-team-container .team-member .team-photo {
    height: 282px;
  }
  .meet-the-team-container .team-member .member-details {
    font: 400 16px / 20px "Poppins-Regular", sans-serif;
  }
  .details_services_white .row_gap .title_description {
    padding: 20px 0px 15px;
  }
  section.details_services_white .row .col-lg-6 {
    padding: 0px 18px !important;
  }
  section.individual_banner_section .title_description {
    padding: 18px 22px 0px;
  }
  .clinic-info .top_map_section .location_title {
    padding-bottom: 15px;
  }
  header.site-header .site_logo img {
    width: 48%;
  }
}

@media (max-width: 1024px) {
  .hero-section {
    min-height: 46vh;
  }
  section.individual_banner_section .title_description {
    padding: 22px 22px 0px;
  }
  .details_services_white .row_gap img.col_img {
    height: 362px;
  }
  section.about-section,
  section.our-services-section,
  .accreditations-certificates-section,
  .contact-us-section,
  section.meet-the-team-container,
  .details_services_white,
  section.individual_banner_section {
    padding: 78px 0px;
  }
}

@media (max-width: 991px) {
  header.site-header .site_logo img {
    width: 58%;
  }
  header.site-header .contact_links {
    gap: 42px;
  }
  header.site-header #site-navigation ul li a {
    margin-left: 52px !important;
  }

  footer.site-footer .footer_copy_row .pl-links a,
  footer.site-footer .copy_web_link a {
    font: 400 16px / 20px "Poppins-Regular", sans-serif;
  }
  .logo_col img {
    width: 28%;
    padding-bottom: 28px;
  }
  footer.site-footer {
    padding: 66px 0px 12px;
  }
  section.about-section .even-row {
    margin-bottom: 92px;
    row-gap: 46px;
  }
  section.about-section .odd-row img.col_img,
  section.about-section .even-row img.col_img,
  .contact-us-section .row img.col_img {
    height: 415px;
    width: 100%;
  }
  section.about-section .odd-row {
    row-gap: 46px;
    flex-direction: column-reverse;
  }
  section.our-services-section .service_box {
    row-gap: 24px;
  }
  section.about-section,
  section.our-services-section,
  .accreditations-certificates-section,
  .contact-us-section,
  section.meet-the-team-container,
  .details_services_white,
  section.individual_banner_section {
    padding: 68px 0px;
  }
  section.about-section .even-row div.title_description {
    padding: 25px 0px 28px 0px;
  }
  .contact-us-section div.title_description {
    padding: 25px 10px 15px 0px;
  }
  section.individual_banner_section {
    background-size: 368px;
  }
  section.about-section .odd-row div.title_description {
    padding: 25px 0px 28px;
  }
  .accreditations-certificates-section .row {
    padding-top: 20px;
  }
  .contact-us-section .row {
    row-gap: 46px;
  }
  .Poppins-Regular-91-109 {
    font: 400 52px / 58px "Poppins-Regular", sans-serif;
  }
  /* section.About_page_banner {
    background-position-y: 62px;
  } */
  .meet-the-team-container .team-grid {
    row-gap: 46px;
  }
  .meet-the-team-container .team-member .member-name {
    padding: 22px 0px 5px;
  }
  .meet-the-team-container .team-member .team-photo {
    height: 316px;
  }
  section.individual_banner_section .title_description {
    padding: 18px 0px 0px;
  }
  .details_services_white .even-row,
  .radiotherapy-section .odd-row,
  .will-i-be-radioactive .even-row,
  .planning-treatment-section .row {
    flex-direction: column-reverse;
  }
  .radiotherapy-section .even-row,
  .will-i-be-radioactive .odd-row {
    flex-direction: row-reverse;
  }
  .details_services_white .row {
    row-gap: 40px;
  }

  .details_services_white .row_gap img.col_img {
    height: 415px;
  }
  .clinic-info .top_map_section .location_title {
    font: 700 26px / 32px "Poppins-Bold", sans-serif;
  }
  .clinic-info .top_map_section {
    row-gap: 42px;
  }
  .contact-form form {
    padding-right: 0px;
  }
  section.all_post_pages {
    padding: 80px 0px;
    color: #000;
  }
  #chemotherapy-1 .row,
  .mb_treatment-row .row {
    flex-direction: row-reverse;
  }
  .mb_treatment-row .row {
    flex-direction: column-reverse;
  }
  .new_service_banner h1 {
    width: auto;
  }
}

@media (max-width: 884px) {
  ul.mega-menu-horizontal {
    padding: 40px 0px !important;
  }
  /* .Poppins-Regular-91-109 {
    font: 400 62px / 68px "Poppins-Regular", sans-serif;
  } */
  section.hero-section .hero-description {
    width: auto;
  }
  header.site-header #site-navigation ul li a {
    margin-left: 22px !important;
    margin-bottom: 10px !important;
  }
  .hero-section {
    min-height: 55vh;
  }
  .meet-the-team-container .h3_team_title {
    font: 700 26px / 32px "Poppins-Bold", sans-serif;
  }
  header.site-header #site-navigation ul.mega-sub-menu {
    transform: translate(28px, -15px) !important;
    padding: 6px 15px 0px !important;
    width: auto !important;
    background: transparent !important;
  }
  header.site-header #site-navigation ul.mega-sub-menu a {
    background-color: transparent !important;
    color: #fff !important;
  }
  header.site-header #site-navigation ul li a[aria-current="page"],
  header.site-header
    #site-navigation
    ul.mega-sub-menu
    li
    a[aria-current="page"] {
    color: #fff !important;
    font-weight: bold !important;
  }
  header.site-header #site-navigation ul.mega-sub-menu li a {
    padding-bottom: 8px !important;
    font: 500 17px / 20px "Poppins-Medium", sans-serif !important;
  }
}

@media (max-width: 768px) {
  .clinic-info .top_map_section {
    padding-top: 52px;
  }
}

@media (max-width: 767px) {
  header.site-header .contact_links {
    display: none !important;
  }
  footer.site-footer .footer_description {
    width: auto;
    padding-bottom: 22px;
  }
  .logo_col img {
    width: 25%;
  }
  footer.site-footer .copy_web_link {
    text-align: left;
  }
  section.about-section .odd-row img.col_img,
  section.about-section .even-row img.col_img,
  .contact-us-section .row img.col_img {
    height: 318px;
  }
  section.our-services-section .service_box .services-list .same_height_h3 {
    height: unset !important;
  }
  .accreditations-certificates-section .accreditations-certificates img {
    width: 50%;
  }
  .accreditations-certificates-section
    .row
    .accreditations-certificates:first-child
    img {
    width: 72%;
  }
  section.about-section .even-row,
  section.about-section .odd-row {
    margin-bottom: 78px;
  }
  .meet-the-team-container .team-member .team-photo {
    height: 478px;
  }
  .details_services_white .row_gap img.col_img {
    height: 382px;
  }
  .clinic-info .map iframe {
    height: 350px !important;
    width: 100% !important;
  }
}

@media (max-width: 684px) {
  header.site-header .site_logo img {
    width: 86%;
  }
  .logo_col img {
    width: 32%;
  }
  header.site-header {
    padding: 16px 0px;
  }
  footer.site-footer {
    padding: 50px 10px 20px;
  }
  footer.site-footer .footer_copy_row {
    padding-top: 38px;
  }
  footer.site-footer .footer_copy_row .pl-links a {
    padding-right: 16px;
  }
  .Poppins-Regular-91-109 {
    font: 400 42px / 46px "Poppins-Regular", sans-serif;
  }
  .Poppins-Regular-18-21 {
    font: 400 17px / 20px "Poppins-Regular", sans-serif;
  }
  .hero-section {
    min-height: 62vh;
    padding: 0px 16px;
  }
  section.hero-section::before {
    background: rgba(0, 0, 0, 0.5);
  }
  section.about-section,
  section.our-services-section,
  .accreditations-certificates-section,
  .contact-us-section,
  section.meet-the-team-container {
    padding: 50px 6px;
  }
  .details_services_white {
    padding: 50px 12px;
  }
  section.about-section .odd-row div.title_description p,
  section.about-section .even-row div.title_description p {
    font: 400 17px / 20px "Poppins-Regular", sans-serif;
    color: #000;
  }
  section.about-section .even-row {
    margin-bottom: 62px;
    row-gap: 36px;
  }
  .Poppins-Bold-30-36 {
    font: 700 26px / 28px "Poppins-Bold", sans-serif;
  }
  section.about-section .even-row div.title_description,
  section.about-section .odd-row div.title_description {
    padding: 15px 0px 28px 0px;
  }
  .contact-us-section div.title_description {
    padding: 16px 0px 15px 0px;
  }
  section.about-section .odd-row img.col_img,
  section.about-section .even-row img.col_img,
  .contact-us-section .row img.col_img {
    height: 226px;
  }
  section.about-section .odd-row,
  .contact-us-section .row {
    row-gap: 36px;
  }
  section.our-services-section .title_description p {
    font: 400 17px / 20px "Poppins-Regular", sans-serif;
  }
  section.our-services-section .service_box .services-list img {
    width: 66%;
    height: 142px;
  }
  .accreditations-certificates-section .row {
    padding-top: 0px;
  }
  .contact-us-section div.title_description {
    padding: 22px 0px 15px 0px;
  }
  section.our-services-section
    .service_box
    .services-list
    .services_description {
    padding: 10px 0px 15px;
  }
  section.about-section {
    background-size: 272px;
  }
  .contact-us-section {
    background-position: right top;
    background-size: 272px;
  }
  section.our-services-section .title_description,
  .accreditations-certificates-section .title_description {
    padding: 12px 7px 20px;
  }
  section.meet-the-team-container .title_description {
    padding: 12px 6px 0px;
  }
  .meet-the-team-container .h3_team_title {
    padding: 48px 0px 22px;
  }
  .meet-the-team-container .team-member .team-photo {
    height: 332px;
  }
  section.individual_banner_section {
    padding: 50px 20px;
  }
  .details_services_white .row_gap img.col_img {
    height: 255px;
  }
  .details_services_white .row_gap {
    margin-bottom: 72px;
  }
  section.clinic-info {
    background-size: 236px;
    padding: 50px 6px;
  }
  section.contact-form {
    padding: 0px 8px 50px;
  }
  section.individual_banner_section {
    background-size: 272px;
  }
  .details_services_white .row {
    row-gap: 32px;
  }
  .Poppins-Medium-18-21 {
    font: 500 17px / 20px "Poppins-Medium", sans-serif;
  }
  .contact-form form .gform-body .gfield_label,
  .contact-form form .gform-body label {
    font: 500 17px / 20px "Poppins-Medium", sans-serif !important;
    margin-bottom: 6px !important;
  }
  section.all_post_pages {
    padding: 50px 6px;
  }
  section.all_post_pages .wp-block-heading {
    font: 500 22px / 26px "Poppins-Medium", sans-serif !important;
    padding-top: 20px;
  }
}
