/*
Theme Name: WP Bootstrap Starter
Theme URI: https://afterimagedesigns.com/wp-bootstrap-starter/
Author: Afterimage Designs
Author URI: https://afterimagedesigns.com/
Description:  The best WordPress starter theme based on the most powerful frameworks in the world: "_s" (by Automattic, the main people behind WordPress development), Twitter Bootstrap (the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web) and Font Awesome (or Fontawesome, a full suite of 675+ pictographic icons for easy scalable vector graphics on websites). This theme, like WordPress, is licensed under the GPL. You can use this theme as base for your next WordPress theme project and you are allowed to remove the link at the footer or do whatever you want. Your feedback on how we can continuously improve this WordPress Starter Theme Bootstrap will be highly appreciated. Page templates includes Right-sidebar (default page template), Left-Sidebar, Full-Width, Blank with container, Blank without container Page. Other features - Currently using Bootstrap v4.0.0 , Widgetized footer area, WooCommerce ready, Compatible with Contact Form 7, Compatible with Visual Composer, Compatible with Elementor Page Builder. This theme will be an active project which we will update from time to time. Check this page regularly for the updates.
Version: 3.3.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-bootstrap-starter
Requires at least: 4.7
Requires PHP: 5.2.4
Tested up to: 5.4
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
  margin: 0;
  -webkit-font-smoothing: auto;
  font-family: "Manrope";
	background:#C3F0FF;
}
html,body{
	overflow-x:hidden;
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1440px;
  }
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Newsreader";
}
h1 {
  font-size: 48px;
  padding: 0 0 10px;
  line-height: normal;
  color: #1d1b17;
  font-weight: 400;
  margin: 0 !important;
}
h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h3 {
  font-size: 18px;
  line-height: 25px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  padding: 0 0 15px;
  line-height: normal;
  color: #37AED5;
  font-family: "Manrope";
  font-weight: bold;
  margin: 0 !important;
}

p, li {
  font-size: 18px;
  line-height: 30px;
  color: #163343;
}
h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #EFFBFF;
  /* Fallback for when there is no custom background color defined. */
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  padding: 20px 0;
  margin-bottom: 0;
  background-color: #37AED51A;
}

.navbar-brand > a {
  font-size: 56px;
  outline: medium none;
  color: #000000;
  font-weight: 400;
  text-transform: lowercase;
  font-family: "Newsreader";
  line-height: normal;
}

.navbar-brand > a:visited,
.navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
  color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.75rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  font-size: 20px;
  line-height: normal;
  padding: 0;
  color: #000000;
  transition: all 0.3s;
  font-family: "Newsreader";
  font-weight: 400;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active)
  #masthead
  .navbar-nav
  > li.current_page_item
  > a {
  color: #37AED5;
}

#masthead #menu-header-menu {
  gap: 48px;
}

.navbar-brand {
  height: auto;
  padding: 0;
  margin: 0;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
  position: relative;
}

.dropdown.menu-item-has-children
  .dropdown.menu-item-has-children
  > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children
  .dropdown.menu-item-has-children:hover
  > .dropdown-menu {
  display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown.menu-item-has-children
  .dropdown.menu-item-has-children:hover
  > a:after {
  border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
  float: none;
}

.dropdown.menu-item-has-children
  .dropdown.menu-item-has-children.pull-left
  > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

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

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.5rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.25em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.25rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.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;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 3.75rem;
  padding-top: 4.125rem;
}

.sticky .entry-title::before {
  content: "\f08d";
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

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

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

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on,
.byline,
.comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

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

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  font-size: 85%;
}
body:not(.theme-preset-active) footer#colophon {
  color: #99979c;
  background-color: #f7f7f7;
}
.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a,
footer#colophon a {
  color: inherit;
}

@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
}

/* //=======================================================
		search baar hover css
//====================================================== */

.sec-search {
  display: flex;
  align-items: center;
  width: 8%;
  justify-content: space-between;
}
.cstm-search-form {
  display: block;
  text-align: end;
  top: 11px;
  margin-right: -20px;
}
.hs-form {
  display: none;
}

.sec-search .hs-form {
  width: 300px;
  height: 44px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0px 0px 10px 4px rgb(130 130 130);
  position: absolute;
  bottom: -10px;
  right: 60px;
  z-index: 9;
  display: none !important;
  top: 38px;
}
.sec-search .search-form {
  display: flex;
  align-items: center;
}
.sec-search .hs-form label {
  margin: 0;
  width: 100%;
}
.hs-form .form-control {
  height: 45px;
  padding: 0px 22px;
  border: 1px solid #f592f4;
  box-shadow: none !important;
  font-size: 15px;
}
.hs-form input.search-submit.btn.btn-default {
  background: #c21117;
  height: 45px;
  box-shadow: none !important;
  color: #fff;
  font-size: 15px;
  width: 120px;
  border: 1px solid #fff;
  border-radius: 35px;
}

i.fas.fa-search {
  padding: 10px;
  border-radius: 50%;
  color: #fff;
}
.fas {
  font-family: "Font Awesome 5 Free" !important;
}
/* //=======================================================
		search baar hover css end
//====================================================== */

.image_hover .vc_single_image-wrapper img {
  transition: all 0.4s;
}

.image_hover .vc_single_image-wrapper img:hover {
  transform: scale(1.05);
}

/* ==================================== Custom Button CSS ==================================== */

#custmbtn {
    font-size: 18px;
    padding: 15px 40px;
    overflow: hidden;
    border-radius: 5px;
    color: #37AED5;
    pointer-events: auto;
    cursor: pointer;
    background: transparent;
    margin: 0;
    font-family: inherit;
    position: relative;
    display: inline-block;
    text-decoration: none;
    transition: all 0.9s;
    border: 1px solid #37AED5;
}

#custmbtn span {
    display: block;
    position: relative;
    z-index: 10;
    color: #37AED5;
    transition: all 0.6s;
}

#custmbtn::before {
    content: '';
    background: #37AED5;
    position: absolute;
    width: 120%;
    height: 0;
    padding-bottom: 120%;
    top: -110%;
    left: -10%;
    border-radius: 50%;
    transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
    transition: all 0.8s;
}

#custmbtn:hover::before {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}

#custmbtn:hover, #custmbtn:hover span {
    color: #C3F0FF;
}

/* ==================================== Custom Button CSS ==================================== */

/* ==================================== Hero Banner CSS ==================================== */

.hero-heading {
  font-size: 48px;
  line-height: 50px;
  max-width: 600px;
  padding: 0 0 30px;
  margin: 0;
  font-weight: 400;
  color: #1d1b17;
}

#hero-banner .wpb_text_column p {
  font-size: 20px;
  line-height: 30px;
  max-width: 700px;
}

.hero-btns {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
  margin: 30px 0 0;
}

.hero-btns #custmbtn:nth-child(1) {
  padding: 18px 55px;
}

.hero-btns #custmbtn:nth-child(2) {
    padding: 18px 32px;
    background: #C3F0FF;
    border-color: #C3F0FF;
}

#hero-banner,
#home-sect2,
#home-sect4,
#home-sect5,
#home-sect6 {
  padding-top: 100px;
  padding-bottom: 100px;
}

/* ==================================== Hero Banner CSS ==================================== */

/* ==================================== Home Sect 1 CSS ==================================== */

.wellnessfor_wrapper .wpb_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.wellnessfor_wrapper .wpb_wrapper h4 {
  font-size: 16px;
  line-height: normal;
  font-weight: bold;
  padding: 0;
  margin: 0;
  font-family: "Manrope";
  color: #37AED5;
}

.wellnessfor_wrapper .wpb_wrapper p {
  margin: 0;
}

.wellnessfor_wrapper .wpb_wrapper img {
  max-width: 30px;
}

#home-sect1 {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* ==================================== Home Sect 1 CSS ==================================== */

/* ==================================== Home Sect 2 CSS ==================================== */

.services_programs_main {
  padding: 20px;
  background: #37AED51A;
  border-radius: 20px;
  margin-top: 50px;	
}

.services_programs_data h3 {
    font-size: 27px;
    margin: 32px 0 20px;
    padding: 0;
    line-height: normal;
    color: #1d1b17;
}

.services_programs_data p {
  margin: 0 0 28px;
  font-size: 16px;
  line-height: 26px;
}

.services_programs_data a {
  font-size: 16px;
  padding: 0;
  text-decoration: none;
  color: #37AED5;
  font-weight: 500;
  transition: all 0.3s;
}

.services_programs_data a i {
  margin-left: 3px;
}

.services_programs_img img {
  border-radius: 12px;
  transition: all 0.4s;
}

.services_programs_img img:hover {
  transform: scale(1.04);
}

.services-programs-col {
  margin-top: 50px;
  padding: 0 20px;
}

.servicehome_wrap .services_programs_data p {
    margin: 0;
}

.services_programs_data ul {
    height: 200px;
    padding: 0 0 20px 20px;
    margin: 0;
}

.servicehome_wrap .col-lg-4 {
    margin-bottom: 0 !important;
}

.para1 p {
  max-width: 815px;
  margin: 0 auto;
}

/* ==================================== Home Sect 2 CSS ==================================== */

/* ==================================== Home Sect 3 CSS ==================================== */

#home-sect3 #custmbtn {
    background: #C3F0FF;
    border-color:#C3F0FF;
}

.para2 p {
  max-width: 568px;
}

#home-sect3 .vc_row {
  max-width: 1275px;
  margin: 0 auto;
}

.para2 {
  padding-bottom: 30px;
}

#home-sect3 {
  padding-top: 125px;
  padding-bottom: 100px;
}

/* ==================================== Home Sect 3 CSS ==================================== */

/* ==================================== Home Sect 4 CSS ==================================== */

#home-sect4 #custmbtn {
    padding: 18px 55px;
    max-width: 230px;
    background: #C3F0FF;
    border-color: #C3F0FF;
    margin: 0 0 0 auto;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Newrelease_Wrapper h5 {
  font-size: 12px;
  padding: 0 0 20px;
  color: #000000;
  font-weight: 400;
}

.Newrelease_Wrapper h1 {
  max-width: 480px;
  font-size: 36px;
  padding: 0 0 20px;
}

.Newrelease_Wrapper {
  position: absolute;
  left: 63px;
  bottom: 92px;
}

.Newrelease_Wrapper p {
  font-size: 16px;
  line-height: 26px;
}

.bookcoverimg_hover .vc_single_image-wrapper {
  overflow: hidden;
}

.bookcoverimg_hover .vc_single_image-wrapper img {
  transition: all 0.4s;
}

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

.articles_main {
  height: 400px;
  padding: 32px;
  margin: 0 0 38px;
  background: #C3F0FF;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.articles_data h5 {
  font-size: 12px;
  padding: 0 0 25px;
}

.articles_data h1 {
  font-size: 30px;
  padding: 0 0 16px;
}

.articles_data p {
  max-width: 532px;
  font-size: 16px;
  line-height: 26px;
  margin: 0;
}

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

.article_date_lin p {
  color: #37AED5;
  font-weight: 500;
}

.article_date_lin a {
  font-size: 20px;
  color: #37AED5;
  transform: rotate(-45deg);
  text-decoration: none;
}

#home-sect4 .vc_inner .vc_col-sm-6:nth-child(1) img {
  border-radius: 24px 24px 0 0;
}

.Annual_Wellness_wrap {
  padding: 20px 20px 90px;
  background: #DDF3FB;
  border-radius: 0 0 24px 24px;
}

.Annual_Wellness_wrap h4,
.Free_Resource_Wrap h4 {
  font-size: 20px;
  margin: 0 0 8px;
  padding: 0;
  line-height: normal;
  color: #1d1b17;
}

.Annual_Wellness_wrap p {
  font-size: 14px;
  line-height: normal;
}

.Free_Resource_Wrap {
  padding: 62px 40px;
  background: #37AED5;
  border-radius: 24px;
  text-align: center;
}

.Free_Resource_Wrap img {
  padding: 0 0 28px;
  max-width: 48px;
}

.Free_Resource_Wrap p {
  font-size: 14px;
  line-height: 24px;
  color: white;
  max-width: 210px;
  margin: 0 auto;
}

.Free_Resource_Wrap h4 {
  color: white;
}

.Free_Resource_Wrap #custmbtn {
    margin: 22px auto 0 !important;
    padding: 8px 45px !important;
    font-size: 12px;
    border-color: #ffffff !important;
    background: transparent !important;
    color: white;
    max-width: max-content !important;
}

.Free_Resource_Wrap #custmbtn:hover::before {
    background: white !important;
    z-index: -1;
}

.Free_Resource_Wrap #custmbtn:hover {
    color: #37AED5 !important;
}

#sect4row2 {
  padding-top: 50px;
}

/* ==================================== Home Sect 4 CSS ==================================== */

/* ==================================== Home Sect 5 CSS ==================================== */

.para3 {
  max-width: 793px;
  margin: 0 auto;
}

.TestimonialMain {
  padding: 20px;
  border: 1px solid #37AED5;
  border-radius: 20px;
}

.TestimonialMain p {
  font-size: 21px;
  line-height: 27px;
  color: #34322e;
  margin: 0;
  padding: 0;
  font-family: "Newsreader";
}

.testimonial_bottom img {
  max-width: 48px;
}

.testimonial_bottom h2 {
  font-size: 14px;
  line-height: normal;
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-family: "Manrope";
  color: #1d1b17;
}

.testimonial_bottom h5 {
  color: #163343;
  font-weight: 400;
  padding: 0;
}

.testimonial_bottom {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
}

#testimonial-carousel .owl-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#testimonial-carousel .owl-nav button {
  width: 75px;
  height: 75px;
  font-size: 25px;
  background: #D7EDF3;
  border-radius: 50px;
  color: #37AED5;
  position: absolute;
  top: 36%;
  z-index: 99;
}

#testimonial-carousel button:focus {
  outline: none;
}

#testimonial-carousel .owl-nav .owl-prev {
  left: -20px;
}

#testimonial-carousel .owl-nav .owl-next {
  right: -20px;
}

#testimonial-carousel {
  padding-top: 40px;
  position: relative;
}

#testimonial-carousel .owl-dots {
  padding-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

#testimonial-carousel .owl-dots button {
  width: 12px;
  height: 12px;
  background: #C3F0FF;
  border-radius: 40px;
}

#testimonial-carousel .owl-dots .active {
  background: #37AED5;
}

#testimonial-carousel::before {
  content: "";
  position: absolute;
  width: 340px;
  height: 330px;
  background: linear-gradient(to right, #ddf3fb, #f1f4f100);
  z-index: 1;
  left: -10px;
  top: 0px;
}

#testimonial-carousel::after {
  content: "";
  position: absolute;
  width: 340px;
  height: 330px;
  background: linear-gradient(to left, #ddf3fb, #f1f4f100);
  z-index: 1;
  right: -10px;
  top: 0;
}

/* ==================================== Home Sect 5 CSS ==================================== */

/* ==================================== Home Sect 6 CSS ==================================== */

.para4 p {
  padding: 0 0 32px;
  max-width: 620px;
  margin: 0 auto;
}

#home-sect6 h1 {
  font-size: 72px;
  padding: 0 0 32px;
}

#sect6-row1 {
  padding: 95px 0;
  background: #e4ebee;
  border-radius: 48px;
}

#home-sect6 #custmbtn {
    padding: 17px 25px !important;
    width: 234px;
    text-align: center;
}

.custmbtn2 {
    background: white !important;
    border-color: white !important;
}

#sect6-row1 .vc_col-sm-6:nth-child(1) .wpb_raw_html {
    text-align: right;
}

/* ==================================== Home Sect 6 CSS ==================================== */


/* ==================================== Footer CSS CSS ==================================== */

#footer-widget {
  padding: 60px 0 16px;
  background: #37AED5 !important;
  position: relative;
}

#footer-widget .widget-title {
  font-size: 20px;
  margin: 0 0 25px;
  line-height: normal;
  color: #ffffff;
  font-family: "Manrope";
}

#footer-widget .nav-link {
  font-size: 14px;
  padding: 0 0 17px;
  color: white;
  transition: all 0.3s;
  background: transparent;
  max-width: fit-content;
}

#footer-widget p {
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  color: white;
}

#footer-widget #text-2 p {
  max-width: 290px;
}

#footer-widget section {
  margin: 0;
  display: grid;
}

#footer-widget #menu-connect i {
  margin-right: 12px;
  font-size: 16px;
}

.row.footr-btm p, .row.footr-btm a {
    font-size: 13px !important;
    line-height: normal !important;
    color: white;
}

.row.footr-btm {
  padding-top: 30px;
}

#footer-widget::before {
  content: "";
  position: absolute;
  background: #5d8491;
  width: 100%;
  height: 1px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 45px;
}

#footer-widget #nav_menu-2, #footer-widget #nav_menu-3 {
    justify-content: center;
}

#footer-widget #nav_menu-4 {
    justify-content: end;
}

footer#colophon {
  display: none;
}

/* ==================================== Footer CSS CSS ==================================== */

/* ==================================== About Us Inner CSS ==================================== */
#CredentialsSection{
	padding-top: 125px;
}
#CredentialsSection .CredentialsBox {
	margin-top:50px;
}
#CredentialsSection .CredentialsBox img {
    width: 100%;
    height: 280px;
    border-radius: 15px;
    object-fit: cover;
}
.CredentialsBox h3{
    font-size: 18px;
    margin: 0;
    padding: 0;
    line-height: normal;
    color: #1d1b17;
    font-family: "Manrope";
}
.iconlist ul {
    list-style: none;
    padding: 0;
}
.iconlist ul li {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 30px;
    color: #163343;
}
.iconlist ul li img{
	margin-right:10px;
}
.leftabout{
	background: #DDF6FF;
	padding: 15px;
	border-radius: 15px;
	position:relative;
}
.leftabout:after{
	content: '';
	display: block;
	width: 133px;
	height: 70px;
	position: absolute;
	top: 0;
	right: 0;
	background-image: url(/wp-content/uploads/2026/03/boxicon99.png);
	background-position: top right;
	background-size: contain;
	background-repeat: no-repeat;
	opacity: 0.4;
	
}
.leftabout h5{
	color:#576257;
}
.leftabout h1{
    line-height: 60px;
}
.iconlist {
    border-top: 1px solid #0000001c;
    padding: 20px 0 0 0;
}
/* ==================================== About Us Inner CSS ==================================== */
/* ==================================== Services Inner CSS ==================================== */
.clanicalleftimg img {
    border-radius: 15px;
}
.complexlisting{
    padding-left: 17px;
}
.complexlisting li {
    margin-bottom: 10px;
}
.servicerightbox h5{
	color:#576257;
	font-family: "Manrope";
    font-size: 18px;
    line-height: 30px;	
}
.servicerightbox .hero-btns {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
    margin: 0;
}
.iconlist p {
    /* position: absolute; */
    padding-left: 33px;
    font-size: 18px;
    width: 100%;
}
.keynote {
	background: #F7FAFB;
	padding: 30px;
	border-radius: 15px;
	border-left: solid 4px #000;
	margin: 50px 15px 20px 15px;
}

.keynote ul{
    padding: 0 0 0px 0px;
    list-style: none;
}
.keynote ul li{
    margin-bottom: 10px;
}
.keynote ul li img{
    margin-right: 9px;
}
#ServicesPublic #custmbtn {
    margin: 0px auto;
    display: table;
    background: #C3F0FF;
    padding: 15px 40px;
}
.keynote h3{
    font-size: 30px;
    padding: 0 0 10px;
    line-height: normal;
    color: #1d1b17;
    font-weight: 400;
    font-family: "Newsreader";
    margin-bottom: 15px;
}
#ServicesPublic h2{
	color: #576257;
	font-family: Manrope;
	font-size: 18px;
	line-height: 24px;
}
/* ==================================== Services Inner CSS ==================================== */

/* ==================================== Resources CSS ==================================== */
/* --- Global Styles --- */
.archive-container { background-color: #f2faff; padding: 60px 0; width: 100%; overflow-x: hidden; }
.font-heading { font-family: 'Newsreader', serif !important; font-weight: 400; }
.font-paragraph { font-family: 'Manrope', sans-serif !important; }

/* --- Hero Section --- */
.hero-section { display: flex; margin: 0 auto 80px; background: #e0f2fe; border-radius: 4px; overflow: hidden; align-items: center;position: relative; }
.hero-image { flex: 1.2; line-height: 0; position:relative; }
.hero-image img { width: 100%; height: auto; object-fit: cover; }
.hero-content { flex: 1; padding: 60px; }
.hero-content .label {     
	background: #22434D;
    color: white;
    padding: 10px 20px;
    font-size: 10px;
    letter-spacing: 1px;
    border-radius: 2px;
    display: inline-block;
    margin-bottom: 0px;
    position: absolute;
    top: 20px;
    left: 20px; }
.hero-content h1 { font-size: 48px; line-height: 1.1; color: #1e293b; margin-bottom: 20px; }
.hero-content p { color: #475569; line-height: 1.6; margin-bottom: 30px; }
.btn-preview { color: #38bdf8; font-weight: bold; text-decoration: none; border-bottom: 2px solid #38bdf8; padding-bottom: 2px; text-transform: uppercase; font-size: 13px; }

/* --- Knowledge Header --- */
.knowledge-header { display: flex; justify-content: space-between; align-items: flex-end; margin: 0 auto 40px; padding: 0 0px; }
.knowledge-header h2 { font-size: 36px; margin-bottom: 5px; color: #1e293b; }
.sub-text { color: #64748b; font-size: 15px; }
.tab-link { border: none; background: #fff; padding: 10px 25px; margin-left: 10px; cursor: pointer; color: #64748b; transition: 0.3s; }
.tab-link.active { background: #38bdf8; color: white; }

/* --- Main Layout Wrapper --- */
.main-resource-wrapper { display: flex; gap: 40px; margin: 0 auto; padding: 0; }
.posts-column { flex: 2; }
.sidebar-column { flex: 1; }

/* --- Post Card (Image 1 Style) --- */
.resource-card { background: #e0f2fe; margin-bottom: 50px; border-radius: 0; overflow: hidden; }
.card-img-wrap img { width: 100%; height: auto; display: block; filter: grayscale(10%); }
.card-body-content { padding: 45px; }
.card-meta { font-size: 12px; color: #64748b; letter-spacing: 1px; margin-bottom: 15px; }
.resource-card h3 { font-size: 36px; color: #1e293b; line-height: 1.2; margin-bottom: 20px; }
.resource-card p { color: #475569; line-height: 1.7; margin-bottom: 30px; }
.read-link { color: #1e293b; font-weight: bold; text-decoration: none; border-bottom: 1.5px solid #1e293b; font-size: 14px; }

/* --- Sticky Sidebar Box --- */
.sticky-kit-box { background: #23414a; color: white; padding: 50px 40px; text-align: left; position: sticky; top: 30px; border-radius: 4px; }
.kit-icon {     
	width: 30px;
	margin-bottom: 25px;
	filter: brightness(0) invert(1);
	opacity: 0.9; 
}
.sticky-kit-box h3 { font-size: 28px; margin-bottom: 15px; }
.sticky-kit-box p { font-size: 15px; line-height: 1.6; color: #cbd5e1; margin-bottom: 30px; }
.btn-download-box { background: #e0f2fe; color: #23414a; padding: 14px; text-decoration: none; display: block; font-weight: bold; border-radius: 2px; transition: 0.3s; text-align: center;}
.btn-download-box:hover { background: #fff; }

/* --- Retreat Banner --- */
.retreat-full-banner { display: flex; margin: 80px auto; background: #e0f2fe; border-radius: 4px; overflow: hidden; align-items: center; }
.retreat-left-img { flex: 1; line-height: 0; }
.retreat-left-img img { width: 100%; height: 100%; object-fit: cover; }
.retreat-right-text { flex: 1; padding: 60px; }
.retreat-right-text .tag { color: #38bdf8; font-weight: bold; font-size: 11px; letter-spacing: 1px; display: block; margin-bottom: 15px; }
.retreat-right-text h2 { font-size: 42px; color: #1e293b; margin-bottom: 20px; }
.btn-waitlist-main { background: #23414a; color: white; padding: 14px 30px; text-decoration: none; display: inline-block; border-radius: 2px; font-weight: bold; margin-top: 10px; }
/* ==================================== Resources CSS ==================================== */
/* ==================================== Contact Inner CSS ==================================== */

/* Container styling */
.custom-form-container label {
    font-size: 12px;
    font-weight: bold;
    color: #555;
    margin-bottom: 15px;
    display: block;
}

/* Input Fields */
.custom-form-container input[type="text"],
.custom-form-container input[type="email"],
.custom-form-container textarea {
    background-color: #fff !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 15px !important;
    margin-bottom: 20px;
}
.ContactHeading h3{
font-size: 30px;
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 36px;
    color: #1A1C1D;
    font-family: "Newsreader", serif;
}
/* Inquiry Buttons Grid */
.inquiry-grid span.wpcf7-list-item {
    display: inline-block;
    width: 49%; 
}
.inquiry-grid span.wpcf7-list-item:nth-child(2),
.inquiry-grid span.wpcf7-list-item:nth-child(4) {
    margin-left: 11px;
}
.inquiry-grid input[type="radio"] {
    display: none; 
}
.ContactHeading .wpcf7-list-item {
    display: inline-block;
    margin: 0;
}
.inquiry-grid span.wpcf7-list-item-label {
    display: block;
    background: #fff;
    padding: 12px;
    text-align: center;
    border-radius: 8px;
    cursor: pointer;
    font-size: 13px;
    transition: 0.3s;
}

/* Radio button select hone par color change */
.inquiry-grid input[type="radio"]:checked + span {
    background: #F8F8F8;
    color: #356575;
}

/* Submit Button */
.wpcf7-submit {
    background-color: #D1F1FF !important;
    color: #46B1D1 !important;
    font-weight: bold;
    border: none !important;
    width: 100%;
    padding: 18px !important;
    border-radius: 8px !important;
    text-transform: capitalize;
    cursor: pointer;
}

/* Social Media Buttons */
.social-pills a {
    background: #46b1d1;
    color: white;
    padding: 8px 20px;
    border-radius: 20px;
    margin-right: 10px;
    text-decoration: none;
    font-size: 13px;
}
/* Card 1: Location & Presence */
.location-card {
    background: #DDF6FF;
    border-radius: 15px;
    overflow: hidden; /* Takay map ke corners rounded rahain */
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.location-card .vc_column-inner {
    padding: 0 !important; /* Map image ko edge-to-edge karne ke liye */
}

.location-card-content {
    padding: 25px;
}

/* Card Container */
.location-card {
    background: #def6ff;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 20px;
}

.location-card .map-image {
    width: 100%;
    height: auto;
    display: block;
}

.location-content {
    padding: 0 30px 30px 30px; /* Sides aur bottom padding */
}

/* Headings */
.location-card h3 {
    font-size: 24px;
    margin: 32px 0 20px 0; 
    padding: 0;
    line-height: normal;
    color: #1A1C1D;
    font-family: "Newsreader", serif;
}

.location-card h5 {
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    margin: 20px 0 5px 0;
    padding: 0;
    line-height: normal;
    color: #1A1C1D;
    display: flex;
    align-items: center; /* Image aur text ko align karne ke liye */
}

/* Icon inside H5 */
.location-card h5 img {
    margin-right: 10px;
    width: auto;
    height: auto;
    margin-top: 23px;
}

/* Paragraphs */
.location-content p {
    padding: 0 !important;
    margin: 0 0 0 30px !important; /* Icon ke niche se hatakar side pe indent kiya */
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

/* Grouping for spacing */
.info-group {
    margin-bottom: 5px;
}
/* Card 2: Direct Consultation */
.consultation-card {
    background: #eef9fd; /* Light blue tint */
    border-radius: 15px;
    padding: 25px;
    margin-bottom: 30px;
}

.consultation-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    margin-bottom: 10px;
}

.consultation-card p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

.intake-link {
    color: #46b1d1;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    margin-top: 15px;
}

/* Social Pills Styling */
.digital-presence p {
    font-size: 11px;
    letter-spacing: 1px;
    font-weight: bold;
    color: #888;
    margin-bottom: 15px;
}

.social-pill {
    background: #46b1d1;
    color: #ffffff !important;
    padding: 8px 22px;
    border-radius: 25px;
    display: inline-block;
    margin-right: 8px;
    font-size: 13px;
    text-decoration: none;
    transition: 0.3s ease;
}

.social-pill:hover {
    background: #3699b8;
    transform: translateY(-2px);
}
.location-card .vc_row-has-fill>.vc_column_container>.vc_column-inner {
    padding-top: 0;
}
.custom-form-container {
    padding: 0px 10px;
}
.custom-form-container textarea.form-control {
    height: 155px;
}
.vc_custom_1775010031027 {
    padding-top: 0 !important;
}
.heading1{
	font-size:34px;
}
.rightbannermain{
	position:relative;
}
.boxtext {
    position: absolute;
    bottom: -20px;
    left: 0;
    z-index: 1;
    background: #DDF6FF;
    padding: 35px 15px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 240px;
}
.boxtext h4{
	color: #37AED5;
	font-family: "Newsreader";
	font-size: 24px;
	word-break: break-all;
	line-height: 28px;
}
.banner-btn {
    margin-top: 40px;
}
.banner-btn .B-custmbtn{
    background: #C3F0FF !important;
    border: 1px solid #C3F0FF !important;
    margin-left: 10px !important;
}
/* ==================================== Contact Inner CSS ==================================== */
/* --- Workshop Grid Container --- */
.workshop-custom-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    padding: 20px 0;
}

/* 1024px and Desktop: 3 Cards */
.workshop-card-col {
    flex: 0 0 33.333%;
    max-width: 33.333%;
    padding: 15px;
    box-sizing: border-box;
}

/* Card Style: Color DDF3FB */
.workshop-card-item {
    background-color: #DDF3FB;
    border-radius: 24px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.workshop-img-area {
    position: relative;
    padding: 12px;
}

.workshop-img-area img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 18px;
}

/* Badge & Footer Color: 4A626B */
.w-date-badge {
    position: absolute;
    top: 25px;
    right: 25px;
    background: #4A626B;
    color: #ffffff;
    padding: 6px 12px;
    border-radius: 6px;
    font-family: "Manrope", sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.workshop-text-area {
    padding: 0 25px 25px 25px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

/* Heading: Newsreader, 1D1B17, 30px */
.w-heading {
    font-family: "Newsreader", serif;
    color: #1D1B17;
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: 0;
    margin: 15px 0;
    font-weight: 500;
}

/* Para: Manrope, 163343, 14px, 26px */
.w-para {
    font-family: "Manrope", sans-serif;
    color: #163343;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 20px;
}

/* Footer Icon Style */
.w-location-footer {
    margin-top: auto;
    padding-top: 15px;
    border-top: 1px solid rgba(22, 51, 67, 0.1);
    color: #4A626B;
    font-family: "Manrope", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* --- RESPONSIVE BREAKPOINTS --- */

/* 768px and below: 1 Card Full Width */
@media (max-width: 768px) {
    .workshop-card-col {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .w-heading {
        font-size: 26px;
    }
}

/* 320px adjustments */
@media (max-width: 320px) {
    .workshop-text-area {
        padding: 0 15px 15px 15px;
    }
    .w-heading {
        font-size: 22px;
    }
    .w-para {
        font-size: 13px;
        line-height: 22px;
    }
    .workshop-img-area img {
        height: 180px;
    }
}

/* Importing Fonts from Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;700&family=Newsreader:ital,opsz,wght@0,6..72,400..800;1,6..72,400..800&display=swap');

/* Main Container */
.termsContent {
    margin: 80px auto;
    padding: 0;
    color: #1d1b17;
    font-family: "Manrope", sans-serif;
}

/* Headings: Newsreader */
.termsContent h1 {
    font-family: "Newsreader", serif;
    font-size: 38px;
    line-height: 50px;
    max-width: 600px;
    padding: 0 0 30px;
    margin: 0;
    font-weight: 400;
    color: #1d1b17;
}

.termsContent h2 {
    font-family: "Newsreader", serif;
    font-size: 28px;
    line-height: 50px;
    max-width: 600px;
    padding: 0 0 30px;
    margin: 0;
    font-weight: 400;
    color: #1d1b17;
}

/* Paragraphs and Lists: Manrope */
.termsContent p, 
.termsContent li {
	font-family: "Manrope", sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: #163343;
	margin-bottom: 1.2rem;
}

/* Bold text inside Manrope */
.termsContent b, 
.termsContent strong {
    font-weight: 700;
    color: #000000;
}

/* Date/Italic text */
.termsContent i {
    font-family: "Manrope", sans-serif;
    font-style: italic;
    font-size: 0.95rem;
    color: #444444;
}

/* Bullet Points styling */
.termsContent ul {
    padding-left: 1.5rem;
    margin-bottom: 2rem;
}

.termsContent li {
    list-style-type: square; /* Clean look */
    padding-left: 10px;
}

/* Responsive */
@media (max-width: 768px) {
    .termsContent h1 { font-size: 2.5rem; }
    .termsContent h2 { font-size: 1.5rem; }
}
/* ==================================== Responsive CSS ==================================== */
/* --- Header Layout Fix --- */

/* Desktop view (1200px+) */
@media (min-width: 1200px) {
    .navbar {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
    }
    #masthead  #custmbtn {
        margin-left: 20px;
        white-space: nowrap;
    }
}

/* Tablet & Mobile (1024px to 320px) */
@media (max-width: 1199px) {
    /* Navbar Flexbox fix */
    .navbar {
        display: flex !important;
        flex-direction: row !important;
        justify-content: space-between !important;
        flex-wrap: wrap !important;
    }

    /* Logo stays left, Toggle button goes right */
    .navbar-brand {
        margin-right: auto;
    }

    .navbar-toggler {
        border: none;
        outline: none !important;
        padding: 10px;
        font-size: 2.0rem;
    }

    /* Mobile Menu (Collapse) */
    #main-nav {
        width: 100%;
        background-color: #ffffff; /* Menu open hone par background color */
        padding: 20px 0;
        text-align: center;
        border-top: 1px solid #eee;
        margin-top: 10px;
    }

    .navbar-nav {
        margin-bottom: 20px;
    }

    .navbar-nav .nav-item {
        margin-bottom: 0;
        padding: 0px 15px 15px 15px;
        border-bottom: 1px solid #0000001a;
        text-align: left;
    }
	#masthead #menu-header-menu {
		gap: 20px;
	}
    /* Book Now Button inside Mobile Menu */
    #masthead #custmbtn {
		display: table;
		width: 30%;
		margin: 0 auto;
		padding: 12px 0;
    }

    /* Fix Toggle Open issue */
    .collapse.show {
        display: block !important;
        visibility: visible !important;
    }
}

@media (max-width: 1600px) {
#hero-banner {
	padding-top: 0px;
	padding-bottom: 100px;
}
.boxtext {
    width: 350px;
}
h1 {
    font-size: 38px;
}
#home-sect6 h1 {
    font-size: 62px;
    padding: 0 0 32px;
}
#home-sect6 {
    padding-top: 70px;
    padding-bottom: 10px;
}	
.custom-form-container {
    padding: 10px;
}
.custom-form-container textarea.form-control {
    height: 130px;
}
}
@media (max-width: 1440px) {
#hero-banner {
	padding-top: 0px;
	padding-bottom: 100px;
}
.boxtext {
    width: 350px;
}
h1 {
    font-size: 38px;
}
#home-sect6 h1 {
    font-size: 62px;
    padding: 0 0 32px;
}
#home-sect6 {
	padding-top: 70px;
	padding-bottom: 10px;
}
div#sect6-row1 {
    margin: 0px auto;
    display: table;
    width: 90%;
}
.vc_custom_1775012499715 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
    padding-left: 15px !important;
}	
.custom-form-container {
    padding: 10px;
}
.custom-form-container textarea.form-control {
    height: 133px;
}
}
@media (max-width: 1400px) {
#hero-banner {
	padding-top: 0px;
	padding-bottom: 100px;
}
.boxtext {
    width: 350px;
}
h1 {
    font-size: 38px;
}
#home-sect6 h1 {
    font-size: 62px;
    padding: 0 0 32px;
}
#home-sect6 {
	padding-top: 70px;
	padding-bottom: 10px;
}
div#sect6-row1 {
    margin: 0px auto;
    display: table;
    width: 90%;
}
.vc_custom_1775012499715 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
    padding-left: 15px !important;
}	
.custom-form-container {
    padding: 10px;
}
.custom-form-container textarea.form-control {
    height: 148px;
}	
}
@media (max-width: 1399px) {
#hero-banner {
	padding-top: 0px;
	padding-bottom: 100px;
}
.boxtext {
    width: 350px;
}
h1 {
    font-size: 38px;
}
#home-sect6 h1 {
    font-size: 62px;
    padding: 0 0 32px;
}
#home-sect6 {
	padding-top: 70px;
	padding-bottom: 10px;
}
div#sect6-row1 {
    margin: 0px auto;
    display: table;
    width: 90%;
}
.vc_custom_1775012499715 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
    padding-left: 15px !important;
}	
.custom-form-container {
    padding: 10px;
}
.custom-form-container textarea.form-control {
    height: 146px;
}	
}
@media (max-width: 1366px) {
#hero-banner {
	padding-top: 0px;
	padding-bottom: 100px;
}
.boxtext {
    width: 350px;
}
h1 {
    font-size: 38px;
}
#home-sect6 h1 {
    font-size: 62px;
    padding: 0 0 32px;
}
#home-sect6 {
	padding-top: 70px;
	padding-bottom: 10px;
}
div#sect6-row1 {
    margin: 0px auto;
    display: table;
    width: 90%;
}
.vc_custom_1775012499715 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
    padding-left: 15px !important;
}
.custom-form-container {
    padding: 10px;
}
.custom-form-container textarea.form-control {
    height: 145px;
}
}
@media (max-width: 1280px) {
#hero-banner {
	padding-top: 0px;
	padding-bottom: 100px;
}
.boxtext {
    width: 350px;
}
h1 {
    font-size: 38px;
}
#home-sect6 h1 {
    font-size: 62px;
    padding: 0 0 32px;
}
#home-sect6 {
	padding-top: 70px;
	padding-bottom: 10px;
}
div#sect6-row1 {
    margin: 0px auto;
    display: table;
    width: 90%;
}
.vc_custom_1775012499715 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
    padding-left: 15px !important;
}	
.Newrelease_Wrapper h5 {
    font-size: 16px;
}
.Free_Resource_Wrap {
    padding: 50px 20px;
}
.articles_main {
    height: 330px;
}	
#testimonial-carousel .owl-nav .owl-prev {
    left: 0px;
}	
#testimonial-carousel .owl-nav .owl-next {
    right: 0px;
}	
.custom-form-container {
    padding: 10px;
}
.custom-form-container textarea.form-control {
    height: 135px;
}
}
@media (max-width: 1200px) {
#hero-banner {
	padding-top: 0px;
	padding-bottom: 100px;
}
.boxtext {
    width: 350px;
}
h1 {
    font-size: 38px;
}
#home-sect6 h1 {
    font-size: 62px;
    padding: 0 0 32px;
}
#home-sect6 {
	padding-top: 70px;
	padding-bottom: 10px;
}
div#sect6-row1 {
    margin: 0px auto;
    display: table;
    width: 90%;
}
.vc_custom_1775012499715 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
    padding-left: 15px !important;
}	
.Newrelease_Wrapper h5 {
    font-size: 16px;
}
.Free_Resource_Wrap {
	padding: 45px 20px;
}
.articles_main {
    height: 330px;
}	
#testimonial-carousel .owl-nav .owl-prev {
    left: 0px;
}	
#testimonial-carousel .owl-nav .owl-next {
    right: 0px;
}	
.Newrelease_Wrapper p {
    font-size: 14px;
    line-height: 26px;
}
.services_programs_data h3 {
    font-size: 25px;
}	
.custom-form-container {
    padding: 10px;
}
.custom-form-container textarea.form-control {
    height: 126px;
}
}
@media (max-width: 1024px) {
#hero-banner {
	padding-top: 0px;
	padding-bottom: 100px;
}
.boxtext {
    width: 350px;
}
h1 {
    font-size: 38px;
}
#home-sect6 h1 {
	font-size: 50px;
	padding: 0 0 32px;
}
#home-sect6 {
	padding-top: 70px;
	padding-bottom: 10px;
}
div#sect6-row1 {
	margin: 0px auto;
	display: table;
	width: 90%;
	padding: 35px 0;
}
.vc_custom_1775012499715 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
    padding-left: 15px !important;
}	
.Newrelease_Wrapper h5 {
    font-size: 16px;
}
.Free_Resource_Wrap {
	padding: 15px 10px;
}
.articles_main {
	height: 290px;
}	
.articles_data h1 {
    font-size: 22px;
    padding: 0 0 10px;
}	
#testimonial-carousel .owl-nav .owl-prev {
    left: 0px;
}	
#testimonial-carousel .owl-nav .owl-next {
    right: 0px;
}	
.Newrelease_Wrapper p {
    font-size: 14px;
    line-height: 26px;
}
.services_programs_data h3 {
	font-size: 19px;
}	
.Annual_Wellness_wrap {
    padding: 24px 10px 20px;
}
.Newrelease_Wrapper {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 60px;
}	
.TestimonialMain p {
    font-size: 18px;
    line-height: 25px;
}
.services_programs_main {
    padding: 10px;
}
.hero-heading {
    font-size: 38px;
    line-height: 40px;
    padding: 0 0 20px;
}
.hero-content h1 {
    font-size: 38px;
    line-height: 40px;
    color: #1e293b;
    margin-bottom: 20px;
}	
.archive-container {
    padding: 0px 0;
}
.hero-content .label {
	top: 20px;
	left: 20px;
}
.hero-content {
    flex: 1;
    padding: 30px;
}
.custom-form-container textarea.form-control {
    height: 146px;
}
.social-pill {
    display: inline-block;
    margin-right: 2px;
    font-size: 15px;
    margin-bottom: 17px;
    padding: 8px 15px;
}
.vc_custom_1775012499715 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
    background-color: #E0F4FB !important;
    padding-bottom: 50px !important;
}
div#contactFrom {
    padding-bottom: 50px !important;
}
.page-id-20 .vc_custom_1775064166130 {
    margin-top: 50px !important;
    margin-bottom: 0px !important;
}	
.main-resource-wrapper {
    display: block;
}
.sticky-kit-box {
    position: relative;

}
.TestimonialMain {
    padding: 20px;
    border: 1px solid #37AED5;
    border-radius: 20px;
    min-height: 220px;
    display: flex;
    align-items: flex-start;
    justify-content: start;
    flex-direction: column;
}	
}
@media (max-width: 992px) {
#hero-banner {
	padding-top: 0px;
	padding-bottom: 100px;
}
.boxtext {
    width: 350px;
}
h1 {
    font-size: 38px;
}
#home-sect6 h1 {
	font-size: 50px;
	padding: 0 0 32px;
}
#home-sect6 {
	padding-top: 70px;
	padding-bottom: 10px;
}
div#sect6-row1 {
	margin: 0px auto;
	display: table;
	width: 90%;
	padding: 35px 0;
}
.vc_custom_1775012499715 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
    padding-left: 15px !important;
}	
.Newrelease_Wrapper h5 {
    font-size: 16px;
}
.Free_Resource_Wrap {
	padding: 15px 10px;
}
.articles_main {
	height: 290px;
}	
.articles_data h1 {
    font-size: 22px;
    padding: 0 0 10px;
}	
#testimonial-carousel .owl-nav .owl-prev {
    left: 0px;
}	
#testimonial-carousel .owl-nav .owl-next {
    right: 0px;
}	
.Newrelease_Wrapper p {
    font-size: 14px;
    line-height: 26px;
}
.services_programs_data h3 {
	font-size: 19px;
}	
.Annual_Wellness_wrap {
    padding: 24px 10px 20px;
}
.Newrelease_Wrapper {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 60px;
}	
.TestimonialMain p {
    font-size: 18px;
    line-height: 25px;
}
.services_programs_main {
    padding: 10px;
}
.hero-heading {
    font-size: 38px;
    line-height: 40px;
    padding: 0 0 20px;
}
.hero-content h1 {
    font-size: 38px;
    line-height: 40px;
    color: #1e293b;
    margin-bottom: 20px;
}	
.archive-container {
    padding: 0px 0;
}
.hero-content .label {
	top: 20px;
	left: 20px;
}
.hero-content {
    flex: 1;
    padding: 30px;
}
.social-pill {
    display: block;
    margin-right: 8px;
    font-size: 15px;
    margin-bottom: 17px;
}
.vc_custom_1775012499715 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
    background-color: #E0F4FB !important;
    padding-bottom: 50px !important;
}
div#contactFrom {
    padding-bottom: 50px !important;
}
.page-id-20 .vc_custom_1775064166130 {
    margin-top: 50px !important;
    margin-bottom: 0px !important;
}
.main-resource-wrapper {
    display: block;
}
.sticky-kit-box {
    position: relative;

}	
.TestimonialMain {
    padding: 20px;
    border: 1px solid #37AED5;
    border-radius: 20px;
    min-height: 220px;
    display: flex;
    align-items: flex-start;
    justify-content: start;
    flex-direction: column;
}
}
@media (max-width: 768px) {
#hero-banner {
	padding-top: 0px;
	padding-bottom: 100px;
}
.boxtext {
	width: 280px;
	padding: 15px 5px;
	bottom: 80px;
}
.boxtext h4 {
    font-size: 20px;
    line-height: 25px;
}	
h1 {
    font-size: 38px;
}
#home-sect6 h1 {
	font-size: 38px;
	padding: 0 0 32px;
}
#home-sect6 {
	padding-top: 70px;
	padding-bottom: 10px;
}
div#sect6-row1 {
	margin: 0px auto;
	display: table;
	width: 90%;
	padding: 35px 0;
}
.vc_custom_1775012499715 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
    padding-left: 15px !important;
}	
.Newrelease_Wrapper h5 {
    font-size: 20px;
}
.articles_data h5 {
    font-size: 20px;
    padding: 0 0 25px;
}	
.Free_Resource_Wrap {
	padding: 15px 10px;
	margin-top: 40px;
}
.articles_main {
	height: 290px;
  margin-top: 40px; 
}	
.articles_data h1 {
    font-size: 22px;
    padding: 0 0 10px;
}	
#testimonial-carousel::before{
	display:none;
}		
#testimonial-carousel::after{
	display:none;
}
#testimonial-carousel .owl-nav .owl-next {
	right: 210px;
	top: 270px;
	width: 55px;
	height: 55px;
	font-size: 18px;
}	
	#testimonial-carousel .owl-nav .owl-prev {
    left: 210px;
	top: 270px;
	width: 55px;
	height: 55px;
	font-size: 18px;		
}	
.Newrelease_Wrapper p {
    font-size: 14px;
    line-height: 26px;
}
.services_programs_data h3 {
	font-size: 30px;
	margin: 22px 0;
}	
.services_programs_data p {
	margin: 0 0 15px;
	font-size: 18px;
	line-height: 26px;
}	
.services_programs_data a {
    font-size: 20px;
}
.services_programs_data {
    padding: 5% 0;
}
.Annual_Wellness_wrap {
    padding: 24px 10px 20px;
}
.Newrelease_Wrapper {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 60px;
}	
.TestimonialMain p {
    font-size: 18px;
    line-height: 25px;
}
.services_programs_main {
    padding: 10px;
}
.hero-heading {
    font-size: 38px;
    line-height: 40px;
    padding: 0 0 20px;
}
.hero-content h1 {
    font-size: 38px;
    line-height: 40px;
    color: #1e293b;
    margin-bottom: 20px;
}	
.archive-container {
    padding: 0px 0;
}
.hero-content .label {
	top: 20px;
	left: 20px;
}
.hero-content {
    flex: 1;
    padding: 30px;
}
.location-card h3 {
    font-size: 30px;
}
.location-card h5 {
    font-size: 18px;
}	
	.location-content p {
		font-size: 18px;
	}
.digital-presence p {
    font-size: 18px;
}	
.social-pill {
	display: inline-block;
	margin-right: 10px;
	font-size: 16px;
}
.consultation-card h4 {
    font-size: 28px;
    line-height: 20px;
}
.consultation-card p {
    font-size: 18px;
}	
.vc_custom_1775012499715 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
    background-color: #E0F4FB !important;
    padding-bottom: 50px !important;
}
div#contactFrom {
    padding-bottom: 50px !important;
}
	#contactFrom .vc_col-sm-8 {
		width: 100%;
	}
	#contactFrom .vc_col-sm-4 {
        width: 100%;
    }
	.custom-form-container {
    padding: 5px;
}
.location-card {
    margin-top: 20px;
}	
.page-id-20 .vc_custom_1775064166130 {
    margin-top: 50px !important;
    margin-bottom: 0px !important;
}		
#home-sect3 .vc_col-sm-6 {
	width: 100%;
}	
#home-sect3 {
    padding-top: 35px;
    padding-bottom: 35px;
}
#home-sect3 .vc_figure img{
	width: 100%
}
#home-sect3	h5 {
    font-size: 20px;
    padding: 30px 0 15px;
    line-height: normal;
    color: #37AED5;
    font-family: "Manrope";
    font-weight: bold;
    margin: 0 !important;
}
	
.para2 p {
    max-width: 100%;
}
#home-sect4 .vc_col-sm-6 {
        width: 100%;
    }	
#home-sect4 #custmbtn {
    padding: 18px 35px;
}
	.wpb_single_image figure {
		width: 100% !important;
		margin: 0 !important;
	}

	.wpb_single_image .vc_single_image-wrapper {
		width: 100% !important;
		display: block;
	}
	.wpb_single_image img{
		width: 100% !important;
		display: block;
	}
.Annual_Wellness_wrap h4, .Free_Resource_Wrap h4 {
    font-size: 30px;
    margin: 20px 0 30px 0;
}
.Free_Resource_Wrap p {
    font-size: 18px;
    line-height: 24px;
    color: white;
    max-width: max-content;
    margin: 0 auto;
}
	#home-sect5 h5{
	font-size: 20px;
	}
.services-programs-col {
    margin-top: 30px;
    padding: 0 10px;
}
	#home-sect2 .col-md-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
	.services_programs_img img {
        border-radius: 12px;
        transition: all 0.4s;
        width: 100%;
        margin-bottom: 10px;
        height: auto;
        object-fit: cover;
        object-position: top;
}
    #CredentialsSection .vc_col-sm-3 {
        width: 100%;
    }
	#ClanicalSec .vc_col-sm-6 {
        width: 100%;
    }
	#mobileicon{
	width: 100px !important;	
	}
	#ServicesPublic .vc_col-sm-4 {
        width: 100%;
        margin: 50px 0 0px 0;
    }
.keynote ul li {
    margin-bottom: 10px;
    font-size: 18px;
}
.hero-section {
    display: block;
}
.main-resource-wrapper {
    display: block;
}
.sticky-kit-box {
    position: relative;

}	
.retreat-full-banner {
    display: block;
    margin: 60px auto;
}
.retreat-right-text .tag {
    font-size: 18px;
}
.retreat-right-text h2 {
    font-size: 30px;
    color: #1e293b;
    margin-bottom: 20px;
}
.retreat-right-text {
    padding: 30px;
}	
.knowledge-header {
    display: block;
}
.tabs-navigation.font-paragraph {
    margin-top: 30px;
}
.tab-link {
    padding: 10px 25px;
    font-size: 18px;
}
#testimonial-carousel::before{
	display:none;
}		
#testimonial-carousel::after{
	display:none;
}	
#footer-widget .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 50%;
    max-width: 50%;
}
#footer-widget section {
    margin: 0;
    display: block;
}
#footer-widget .nav-link {
    font-size: 18px;
}
#footer-widget .widget-title {
    font-size: 27px;
}
.row.footr-btm p, .row.footr-btm a {
    font-size: 18px !important;
    line-height: normal !important;
    color: white;
}	
#footer-widget #text-2 p {
    max-width: 100%;
    font-size: 18px;
    line-height: 35px;
}
.banner-btn #custmbtn {
    padding: 15px 20px;
}
}
@media (max-width: 667px) {
#hero-banner {
	padding-top: 0px;
	padding-bottom: 100px;
}
.boxtext {
	width: 280px;
	padding: 15px 5px;
	left: 30px;
}
.boxtext h4 {
    font-size: 20px;
    line-height: 25px;
}	
h1 {
    font-size: 38px;
}
#home-sect6 h1 {
	font-size: 38px;
	padding: 0 0 32px;
}
#home-sect6 {
	padding-top: 70px;
	padding-bottom: 10px;
}
div#sect6-row1 {
	margin: 0px auto;
	display: table;
	width: 90%;
	padding: 35px 0;
}
.vc_custom_1775012499715 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
    padding-left: 15px !important;
}	
.Newrelease_Wrapper h5 {
    font-size: 20px;
}
.articles_data h5 {
    font-size: 20px;
    padding: 0 0 25px;
}	
.Free_Resource_Wrap {
	padding: 15px 10px;
	margin-top: 40px;
}
.articles_main {
	height: 290px;
  margin-top: 40px; 
}	
.articles_data h1 {
    font-size: 22px;
    padding: 0 0 10px;
}	
#testimonial-carousel .owl-nav .owl-prev {
    left: 110px;
    top: 267px;
}	
#testimonial-carousel .owl-nav .owl-next {
    right: 110px;
    top: 267px;
}	
.Newrelease_Wrapper p {
    font-size: 14px;
    line-height: 26px;
}
.services_programs_data h3 {
	font-size: 30px;
	margin: 22px 0;
}	
.services_programs_data p {
	margin: 0 0 15px;
	font-size: 18px;
	line-height: 26px;
}	
.services_programs_data a {
    font-size: 20px;
}
.services_programs_data {
    padding: 5% 0;
}
.Annual_Wellness_wrap {
    padding: 24px 10px 20px;
}
.Newrelease_Wrapper {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 60px;
}	
.TestimonialMain p {
    font-size: 18px;
    line-height: 25px;
}
.services_programs_main {
    padding: 10px;
}
.hero-heading {
    font-size: 38px;
    line-height: 40px;
    padding: 0 0 20px;
}
.hero-content h1 {
    font-size: 38px;
    line-height: 40px;
    color: #1e293b;
    margin-bottom: 20px;
}	
.archive-container {
    padding: 0px 0;
}
.hero-content .label {
	top: 20px;
	left: 20px;
}
.hero-content {
    flex: 1;
    padding: 30px;
}
.location-card h3 {
    font-size: 30px;
}
.location-card h5 {
    font-size: 18px;
}	
	.location-content p {
		font-size: 18px;
	}
.digital-presence p {
    font-size: 18px;
}	
.social-pill {
	display: inline-block;
	margin-right: 10px;
	font-size: 16px;
}
.consultation-card h4 {
    font-size: 28px;
    line-height: 20px;
}
.consultation-card p {
    font-size: 18px;
}	
.vc_custom_1775012499715 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
    background-color: #E0F4FB !important;
    padding-bottom: 50px !important;
}
div#contactFrom {
    padding-bottom: 50px !important;
}
	#contactFrom .vc_col-sm-8 {
		width: 97%;
	}
	#contactFrom .vc_col-sm-4 {
        width: 100%;
    }
	.custom-form-container {
    padding: 5px;
}
.location-card {
    margin-top: 20px;
}	
.page-id-20 .vc_custom_1775064166130 {
    margin-top: 50px !important;
    margin-bottom: 0px !important;
}		
#home-sect3 .vc_col-sm-6 {
	width: 100%;
}	
#home-sect3 {
    padding-top: 35px;
    padding-bottom: 35px;
}
#home-sect3 .vc_figure img{
	width: 100%
}
#home-sect3	h5 {
    font-size: 20px;
    padding: 30px 0 15px;
    line-height: normal;
    color: #37AED5;
    font-family: "Manrope";
    font-weight: bold;
    margin: 0 !important;
}
	
.para2 p {
    max-width: 100%;
}
#home-sect4 .vc_col-sm-6 {
        width: 100%;
    }	
#home-sect4 #custmbtn {
    padding: 18px 35px;
    margin: 10px 0 0 0;
}
	.wpb_single_image figure {
		width: 100% !important;
		margin: 0 !important;
	}

	.wpb_single_image .vc_single_image-wrapper {
		width: 100% !important;
		display: block;
	}
	.wpb_single_image img{
		width: 100% !important;
		display: block;
	}
.Annual_Wellness_wrap h4, .Free_Resource_Wrap h4 {
    font-size: 30px;
    margin: 20px 0 30px 0;
}
.Free_Resource_Wrap p {
    font-size: 18px;
    line-height: 24px;
    color: white;
    max-width: max-content;
    margin: 0 auto;
}
	#home-sect5 h5{
	font-size: 20px;
	}
.services-programs-col {
    margin-top: 30px;
    padding: 0 10px;
}
	#home-sect2 .col-md-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
	.services_programs_img img {
        border-radius: 12px;
        transition: all 0.4s;
        width: 100%;
        margin-bottom: 10px;
        height: auto;
        object-fit: cover;
        object-position: top;
}
    #CredentialsSection .vc_col-sm-3 {
        width: 100%;
    }
	#ClanicalSec .vc_col-sm-6 {
        width: 100%;
    }
	#mobileicon{
	width: 100px !important;	
	}
	#ServicesPublic .vc_col-sm-4 {
        width: 100%;
        margin: 50px 0 0px 0;
    }
.keynote ul li {
    margin-bottom: 10px;
    font-size: 18px;
}
.hero-section {
    display: block;
}
.main-resource-wrapper {
    display: block;
}
.sticky-kit-box {
    position: relative;

}	
.retreat-full-banner {
    display: block;
    margin: 60px auto;
}
.retreat-right-text .tag {
    font-size: 18px;
}
.retreat-right-text h2 {
    font-size: 30px;
    color: #1e293b;
    margin-bottom: 20px;
}
.retreat-right-text {
    padding: 30px;
}	
.knowledge-header {
    display: block;
}
.tabs-navigation.font-paragraph {
    margin-top: 30px;
}
.tab-link {
    padding: 10px 25px;
    font-size: 18px;
}
#footer-widget section {
    margin: 0;
    display: block;
}
#footer-widget .nav-link {
    font-size: 18px;
    padding: 0 0 17px;
}
#footer-widget .widget-title {
    font-size: 25px;
    margin: 20px 0 20px 0;
}
.row.footr-btm p, .row.footr-btm a {
    font-size: 18px !important;
}
#footer-widget #text-2 p {
    max-width: max-content;
}
#footer-widget p {
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    color: white;
}
#sect6-row1 .vc_col-sm-6{
	width: 100%;	
}
#home-sect6 #custmbtn {
    padding: 17px 25px !important;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
#hero-banner .vc_custom_1775007206408 {
    margin-bottom: 30px !important;
}	
.wellnessfor_wrapper .wpb_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 12px;
}	
.wellnessfor_wrapper .wpb_wrapper h4 {
    font-size: 20px;
    margin: 10px 0 0px 0;
}
.wellnessfor_wrapper .wpb_wrapper p {
    margin: 30px 0 0 0;
}	
h5 {
    font-size: 18px;
}	
#testimonial-carousel::before {
	display:none;
}	
#testimonial-carousel::after {
	display:none;
}	
.complexlisting li {
    margin-bottom: 10px;
    font-size: 18px;
}	
.heading1 {
    font-size: 24px;
}
.inquiry-grid span.wpcf7-list-item:nth-child(2), .inquiry-grid span.wpcf7-list-item:nth-child(4) {
    margin-left: 0;
}	
.inquiry-grid span.wpcf7-list-item {
    display: block;
    width: 100%;
    margin: 0;
}		
}
@media (max-width: 520px) {
#hero-banner {
	padding-top: 0px;
	padding-bottom: 100px;
}
.boxtext {
	width: 280px;
	padding: 15px 5px;
	left: 30px;
}
.boxtext h4 {
    font-size: 20px;
    line-height: 25px;
}	
h1 {
    font-size: 38px;
}
#home-sect6 h1 {
	font-size: 38px;
	padding: 0 0 32px;
}
#home-sect6 {
	padding-top: 70px;
	padding-bottom: 10px;
}
div#sect6-row1 {
	margin: 0px auto;
	display: table;
	width: 90%;
	padding: 35px 0;
}
.vc_custom_1775012499715 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
    padding-left: 15px !important;
}	
.Newrelease_Wrapper h5 {
    font-size: 20px;
}
.articles_data h5 {
    font-size: 20px;
    padding: 0 0 25px;
}	
.Free_Resource_Wrap {
	padding: 15px 10px;
	margin-top: 40px;
}
.articles_main {
	height: 290px;
  margin-top: 40px; 
}	
.articles_data h1 {
    font-size: 22px;
    padding: 0 0 10px;
}	
#testimonial-carousel .owl-nav .owl-prev {
	left: 110px;
	top: 250px;
	width: 50px;
	height: 50px;
	font-size: 20px;
}	
#testimonial-carousel .owl-nav .owl-next {
    right: 110px;
	top: 250px;
	width: 50px;
	height: 50px;
	font-size: 20px;
}	
.Newrelease_Wrapper p {
    font-size: 14px;
    line-height: 26px;
}
.services_programs_data h3 {
	font-size: 30px;
	margin: 22px 0;
}	
.services_programs_data p {
	margin: 0 0 15px;
	font-size: 18px;
	line-height: 26px;
}	
.services_programs_data a {
    font-size: 20px;
}
.services_programs_data {
    padding: 5% 0;
}
.Annual_Wellness_wrap {
    padding: 24px 10px 20px;
}
.Newrelease_Wrapper {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 60px;
}	
.TestimonialMain p {
    font-size: 18px;
    line-height: 25px;
}
.services_programs_main {
    padding: 10px;
}
.hero-heading {
    font-size: 38px;
    line-height: 40px;
    padding: 0 0 20px;
}
.hero-content h1 {
    font-size: 38px;
    line-height: 40px;
    color: #1e293b;
    margin-bottom: 20px;
}	
.archive-container {
    padding: 0px 0;
}
.hero-content .label {
	top: 20px;
	left: 20px;
}
.hero-content {
    flex: 1;
    padding: 30px;
}
.location-card h3 {
    font-size: 30px;
}
.location-card h5 {
    font-size: 18px;
}	
	.location-content p {
		font-size: 18px;
	}
.digital-presence p {
    font-size: 18px;
}	
.social-pill {
	display: inline-block;
	margin-right: 10px;
	font-size: 16px;
}
.consultation-card h4 {
    font-size: 28px;
    line-height: 20px;
}
.consultation-card p {
    font-size: 18px;
}	
.vc_custom_1775012499715 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
    background-color: #E0F4FB !important;
    padding-bottom: 50px !important;
}
div#contactFrom {
    padding-bottom: 50px !important;
}
	#contactFrom .vc_col-sm-8 {
		width: 97%;
	}
	#contactFrom .vc_col-sm-4 {
        width: 100%;
    }
	.custom-form-container {
    padding: 5px;
}
.location-card {
    margin-top: 20px;
}	
.page-id-20 .vc_custom_1775064166130 {
    margin-top: 50px !important;
    margin-bottom: 0px !important;
}		
#home-sect3 .vc_col-sm-6 {
	width: 100%;
}	
#home-sect3 {
    padding-top: 35px;
    padding-bottom: 35px;
}
#home-sect3 .vc_figure img{
	width: 100%
}
#home-sect3	h5 {
    font-size: 20px;
    padding: 30px 0 15px;
    line-height: normal;
    color: #37AED5;
    font-family: "Manrope";
    font-weight: bold;
    margin: 0 !important;
}
	
.para2 p {
    max-width: 100%;
}
#home-sect4 .vc_col-sm-6 {
        width: 100%;
    }	
#home-sect4 #custmbtn {
    padding: 18px 35px;
    margin: 10px 0 0 0;
}
	.wpb_single_image figure {
		width: 100% !important;
		margin: 0 !important;
	}

	.wpb_single_image .vc_single_image-wrapper {
		width: 100% !important;
		display: block;
	}
	.wpb_single_image img{
		width: 100% !important;
		display: block;
	}
.Annual_Wellness_wrap h4, .Free_Resource_Wrap h4 {
    font-size: 30px;
    margin: 20px 0 30px 0;
}
.Free_Resource_Wrap p {
    font-size: 18px;
    line-height: 24px;
    color: white;
    max-width: max-content;
    margin: 0 auto;
}
	#home-sect5 h5{
	font-size: 20px;
	}
.services-programs-col {
    margin-top: 30px;
    padding: 0 10px;
}
	#home-sect2 .col-md-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
	.services_programs_img img {
        border-radius: 12px;
        transition: all 0.4s;
        width: 100%;
        margin-bottom: 10px;
        height: auto;
        object-fit: cover;
        object-position: top;
}
    #CredentialsSection .vc_col-sm-3 {
        width: 100%;
    }
	#ClanicalSec .vc_col-sm-6 {
        width: 100%;
    }
	#mobileicon{
	width: 100px !important;	
	}
	#ServicesPublic .vc_col-sm-4 {
        width: 100%;
        margin: 50px 0 0px 0;
    }
.keynote ul li {
    margin-bottom: 10px;
    font-size: 18px;
}
.hero-section {
    display: block;
}
.main-resource-wrapper {
    display: block;
}
.sticky-kit-box {
    position: relative;

}	
.retreat-full-banner {
    display: block;
    margin: 60px auto;
}
.retreat-right-text .tag {
    font-size: 18px;
}
.retreat-right-text h2 {
    font-size: 30px;
    color: #1e293b;
    margin-bottom: 20px;
}
.retreat-right-text {
    padding: 30px;
}	
.knowledge-header {
    display: block;
}
.tabs-navigation.font-paragraph {
    margin-top: 30px;
}
.tab-link {
    padding: 10px 17px;
    font-size: 18px;
}
#footer-widget section {
    margin: 0;
    display: block;
}
#footer-widget .nav-link {
    font-size: 18px;
    padding: 0 0 17px;
}
#footer-widget .widget-title {
    font-size: 25px;
    margin: 20px 0 20px 0;
}
.row.footr-btm p, .row.footr-btm a {
    font-size: 18px !important;
}
#footer-widget #text-2 p {
    max-width: max-content;
}
#footer-widget p {
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    color: white;
}
#sect6-row1 .vc_col-sm-6{
	width: 100%;	
}
#home-sect6 #custmbtn {
    padding: 17px 25px !important;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
#hero-banner .vc_custom_1775007206408 {
    margin-bottom: 30px !important;
}	
.wellnessfor_wrapper .wpb_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 12px;
}	
.wellnessfor_wrapper .wpb_wrapper h4 {
    font-size: 20px;
    margin: 10px 0 0px 0;
}
.wellnessfor_wrapper .wpb_wrapper p {
    margin: 30px 0 0 0;
}	
h5 {
    font-size: 18px;
}	
#testimonial-carousel::before {
	display:none;
}	
#testimonial-carousel::after {
	display:none;
}	
.complexlisting li {
    margin-bottom: 10px;
    font-size: 18px;
}	
.heading1 {
    font-size: 24px;
}
.bannerimgright {
    margin-top: 30px;
}	
.card-body-content {
    padding: 15px;
}
.inquiry-grid span.wpcf7-list-item:nth-child(2), .inquiry-grid span.wpcf7-list-item:nth-child(4) {
    margin-left: 0;
}	
.inquiry-grid span.wpcf7-list-item {
    display: block;
    width: 100%;
    margin: 0;
}		
#testimonial-carousel::before{
	display:none;
}		
#testimonial-carousel::after{
	display:none;
}
#testimonial-carousel .owl-nav .owl-next {
	right: 210px;
	top: 270px;
	width: 55px;
	height: 55px;
	font-size: 18px;
}	
	#testimonial-carousel .owl-nav .owl-prev {
    left: 210px;
	top: 270px;
	width: 55px;
	height: 55px;
	font-size: 18px;		
}	
}
@media (max-width: 480px) {
#hero-banner {
	padding-top: 0px;
	padding-bottom: 100px;
}
.boxtext {
	width: 280px;
	padding: 15px 5px;
	left: 30px;
}
.boxtext h4 {
    font-size: 20px;
    line-height: 25px;
}	
h1 {
    font-size: 29px;
}
#home-sect6 h1 {
	font-size: 30px;
	padding: 0 0 32px;
}
#home-sect6 {
	padding-top: 70px;
	padding-bottom: 10px;
}
div#sect6-row1 {
	margin: 0px auto;
	display: table;
	width: 90%;
	padding: 35px 0;
}
.vc_custom_1775012499715 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
    padding-left: 15px !important;
}	
.Newrelease_Wrapper h5 {
    font-size: 20px;
}
.articles_data h5 {
    font-size: 20px;
    padding: 0 0 25px;
}	
.Free_Resource_Wrap {
	padding: 15px 10px;
	margin-top: 40px;
}
.articles_main {
	height: 290px;
  margin-top: 40px; 
}	
.articles_data h1 {
    font-size: 22px;
    padding: 0 0 10px;
}	
#testimonial-carousel .owl-nav .owl-prev {
    left: 30px;
    top: 290px;
}	
#testimonial-carousel .owl-nav .owl-next {
    right: 30px;
    top: 290px;
}	
.Newrelease_Wrapper p {
    font-size: 14px;
    line-height: 26px;
}
.services_programs_data h3 {
	font-size: 30px;
	margin: 22px 0;
}	
.services_programs_data p {
	margin: 0 0 15px;
	font-size: 18px;
	line-height: 26px;
}	
.services_programs_data a {
    font-size: 20px;
}
.services_programs_data {
    padding: 5% 0;
}
.Annual_Wellness_wrap {
    padding: 24px 10px 20px;
}
.Newrelease_Wrapper {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 60px;
}	
.TestimonialMain p {
    font-size: 18px;
    line-height: 25px;
}
.services_programs_main {
    padding: 10px;
}
.hero-heading {
	font-size: 30px;
	line-height: 35px;
	padding: 0 0 20px;
}
#hero-banner .wpb_text_column p {
    font-size: 18px;
    line-height: 27px;
    max-width: 700px;
}	
.hero-content h1 {
    font-size: 38px;
    line-height: 40px;
    color: #1e293b;
    margin-bottom: 20px;
}	
.archive-container {
    padding: 0px 0;
}
.hero-content .label {
	top: 20px;
	left: 20px;
}
.hero-content {
    flex: 1;
    padding: 30px;
}
.location-card h3 {
    font-size: 30px;
}
.location-card h5 {
    font-size: 18px;
}	
	.location-content p {
		font-size: 18px;
	}
.digital-presence p {
    font-size: 18px;
}	
.social-pill {
	display: inline-block;
	margin-right: 10px;
	font-size: 16px;
}
.consultation-card {
    padding: 0;
    margin-bottom: 30px;
}
.consultation-card h4 {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 20px;
}
.consultation-card p {
    font-size: 18px;
}	
.vc_custom_1775012499715 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
    background-color: #E0F4FB !important;
    padding-bottom: 50px !important;
}
div#contactFrom {
    padding-bottom: 50px !important;
}
	#contactFrom .vc_col-sm-8 {
		width: 97%;
	}
	#contactFrom .vc_col-sm-4 {
        width: 100%;
    }
	.custom-form-container {
    padding: 5px;
}
.location-card {
    margin-top: 20px;
}	
.page-id-20 .vc_custom_1775064166130 {
    margin-top: 50px !important;
    margin-bottom: 0px !important;
}		
#home-sect3 .vc_col-sm-6 {
	width: 100%;
}	
#home-sect3 {
    padding-top: 35px;
    padding-bottom: 35px;
}
#home-sect3 .vc_figure img{
	width: 100%
}
#home-sect3	h5 {
    font-size: 20px;
    padding: 30px 0 15px;
    line-height: normal;
    color: #37AED5;
    font-family: "Manrope";
    font-weight: bold;
    margin: 0 !important;
}
	
.para2 p {
    max-width: 100%;
}
#home-sect4 .vc_col-sm-6 {
        width: 100%;
    }	
#home-sect4 #custmbtn {
    padding: 18px 35px;
    margin: 10px 0 0 0;
}
	.wpb_single_image figure {
		width: 100% !important;
		margin: 0 !important;
	}

	.wpb_single_image .vc_single_image-wrapper {
		width: 100% !important;
		display: block;
	}
	.wpb_single_image img{
		width: 100% !important;
		display: block;
	}
.Annual_Wellness_wrap h4, .Free_Resource_Wrap h4 {
    font-size: 30px;
    margin: 20px 0 30px 0;
}
.Free_Resource_Wrap p {
    font-size: 18px;
    line-height: 24px;
    color: white;
    max-width: max-content;
    margin: 0 auto;
}
	#home-sect5 h5{
	font-size: 20px;
	}
.services-programs-col {
    margin-top: 30px;
    padding: 0 10px;
}
	#home-sect2 .col-md-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
	.services_programs_img img {
        border-radius: 12px;
        transition: all 0.4s;
        width: 100%;
        margin-bottom: 10px;
        height: auto;
        object-fit: cover;
        object-position: top;
}
    #CredentialsSection .vc_col-sm-3 {
        width: 100%;
    }
	#ClanicalSec .vc_col-sm-6 {
        width: 100%;
    }
	#mobileicon{
	width: 100px !important;	
	}
	#ServicesPublic .vc_col-sm-4 {
        width: 100%;
        margin: 50px 0 0px 0;
    }
.keynote ul li {
    margin-bottom: 10px;
    font-size: 18px;
}
.hero-section {
    display: block;
}
.main-resource-wrapper {
    display: block;
}
.sticky-kit-box {
    position: relative;

}	
.retreat-full-banner {
    display: block;
    margin: 60px auto;
}
.retreat-right-text .tag {
    font-size: 18px;
}
.retreat-right-text h2 {
    font-size: 30px;
    color: #1e293b;
    margin-bottom: 20px;
}
.retreat-right-text {
    padding: 30px;
}	
.knowledge-header {
    display: block;
}
.tabs-navigation.font-paragraph {
    margin-top: 30px;
}
.tab-link {
    padding: 10px 17px;
    font-size: 18px;
}
#footer-widget section {
    margin: 0;
    display: block;
}
#footer-widget .nav-link {
    font-size: 18px;
    padding: 0 0 17px;
}
#footer-widget .widget-title {
    font-size: 21px;
    margin: 20px 0 20px 0;
}
.row.footr-btm p, .row.footr-btm a {
    font-size: 18px !important;
}
#footer-widget #text-2 p {
    max-width: max-content;
}
#footer-widget p {
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    color: white;
}
#sect6-row1 .vc_col-sm-6{
	width: 100%;	
}
#home-sect6 #custmbtn {
    padding: 17px 25px !important;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
#hero-banner .vc_custom_1775007206408 {
    margin-bottom: 30px !important;
}	
.wellnessfor_wrapper .wpb_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 12px;
}	
.wellnessfor_wrapper .wpb_wrapper h4 {
    font-size: 20px;
    margin: 10px 0 0px 0;
}
.wellnessfor_wrapper .wpb_wrapper p {
    margin: 30px 0 0 0;
}	
h5 {
    font-size: 18px;
}	
#testimonial-carousel::before {
	display:none;
}	
#testimonial-carousel::after {
	display:none;
}	
.complexlisting li {
    margin-bottom: 10px;
    font-size: 18px;
}	
.heading1 {
    font-size: 24px;
}
.banner-btn #custmbtn{
	width: 100%;
	text-align: center;
}
.banner-btn .B-custmbtn{
    margin-left: 0px !important;
}
.navbar-brand > a {
    font-size: 26px;
}	
p {
    font-size: 18px;
    line-height: 27px;
    color: #163343;
}
#footer-widget .col-md-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
#footer-widget {
    padding: 20px 0 16px;
    background: #37AED5 !important;
    position: relative;
}
.bannerimgright {
    margin-top: 30px;
}
.card-body-content {
    padding: 15px;
}
.inquiry-grid span.wpcf7-list-item:nth-child(2), .inquiry-grid span.wpcf7-list-item:nth-child(4) {
    margin-left: 0;
}	
.inquiry-grid span.wpcf7-list-item {
    display: block;
    width: 100%;
    margin: 0;
}		
}
@media (max-width: 320px) {
#hero-banner {
	padding-top: 0px;
	padding-bottom: 100px;
}
.boxtext {
	width: 280px;
	padding: 15px 5px;
	left: 30px;
}
.boxtext h4 {
    font-size: 20px;
    line-height: 25px;
}	
h1 {
    font-size: 29px;
}
#home-sect6 h1 {
	font-size: 30px;
	padding: 0 0 32px;
}
#home-sect6 {
	padding-top: 70px;
	padding-bottom: 10px;
}
div#sect6-row1 {
	margin: 0px auto;
	display: table;
	width: 90%;
	padding: 35px 0;
}
.vc_custom_1775012499715 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
    padding-left: 15px !important;
}	
.Newrelease_Wrapper h5 {
    font-size: 20px;
}
.articles_data h5 {
    font-size: 20px;
    padding: 0 0 25px;
}	
.Free_Resource_Wrap {
	padding: 15px 10px;
	margin-top: 40px;
}
.articles_main {
	height: 290px;
  margin-top: 40px; 
}	
.articles_data h1 {
    font-size: 22px;
    padding: 0 0 10px;
}	
#testimonial-carousel .owl-nav .owl-prev {
    left: 0px;
    top: 240px;
}	
#testimonial-carousel .owl-nav .owl-next {
    right: 0px;
    top: 240px;
}	
.Newrelease_Wrapper p {
    font-size: 14px;
    line-height: 26px;
}
.services_programs_data h3 {
	font-size: 30px;
	margin: 22px 0;
}	
.services_programs_data p {
	margin: 0 0 15px;
	font-size: 18px;
	line-height: 26px;
}	
.services_programs_data a {
    font-size: 20px;
}
.services_programs_data {
    padding: 5% 0;
}
.Annual_Wellness_wrap {
    padding: 24px 10px 20px;
}
.Newrelease_Wrapper {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 60px;
}	
.TestimonialMain p {
    font-size: 18px;
    line-height: 25px;
}
.services_programs_main {
    padding: 10px;
}
.hero-heading {
	font-size: 30px;
	line-height: 35px;
	padding: 0 0 20px;
}
#hero-banner .wpb_text_column p {
    font-size: 18px;
    line-height: 27px;
    max-width: 700px;
}	
.hero-content h1 {
    font-size: 38px;
    line-height: 40px;
    color: #1e293b;
    margin-bottom: 20px;
}	
.archive-container {
    padding: 0px 0;
}
.hero-content .label {
	top: 20px;
	left: 20px;
}
.hero-content {
    flex: 1;
    padding: 30px;
}
.location-card h3 {
    font-size: 30px;
}
.location-card h5 {
    font-size: 18px;
}	
	.location-content p {
		font-size: 18px;
	}
.digital-presence p {
    font-size: 18px;
}	
.social-pill {
	display: inline-block;
	margin-right: 10px;
	font-size: 16px;
}
.consultation-card h4 {
    font-size: 28px;
    line-height: 20px;
}
.consultation-card p {
    font-size: 18px;
}	
.vc_custom_1775012499715 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
    background-color: #E0F4FB !important;
    padding-bottom: 50px !important;
}
div#contactFrom {
    padding-bottom: 50px !important;
}
	#contactFrom .vc_col-sm-8 {
		width: 97%;
	}
	#contactFrom .vc_col-sm-4 {
        width: 100%;
    }
	.custom-form-container {
    padding: 5px;
}
.location-card {
    margin-top: 20px;
}	
.page-id-20 .vc_custom_1775064166130 {
    margin-top: 50px !important;
    margin-bottom: 0px !important;
}		
#home-sect3 .vc_col-sm-6 {
	width: 100%;
}	
#home-sect3 {
    padding-top: 35px;
    padding-bottom: 35px;
}
#home-sect3 .vc_figure img{
	width: 100%
}
#home-sect3	h5 {
    font-size: 20px;
    padding: 30px 0 15px;
    line-height: normal;
    color: #37AED5;
    font-family: "Manrope";
    font-weight: bold;
    margin: 0 !important;
}
	
.para2 p {
    max-width: 100%;
}
#home-sect4 .vc_col-sm-6 {
        width: 100%;
    }	
#home-sect4 #custmbtn {
    padding: 18px 35px;
    margin: 10px 0 0 0;
}
	.wpb_single_image figure {
		width: 100% !important;
		margin: 0 !important;
	}

	.wpb_single_image .vc_single_image-wrapper {
		width: 100% !important;
		display: block;
	}
	.wpb_single_image img{
		width: 100% !important;
		display: block;
	}
.Annual_Wellness_wrap h4, .Free_Resource_Wrap h4 {
    font-size: 30px;
    margin: 20px 0 30px 0;
}
.Free_Resource_Wrap p {
    font-size: 18px;
    line-height: 24px;
    color: white;
    max-width: max-content;
    margin: 0 auto;
}
	#home-sect5 h5{
	font-size: 20px;
	}
.services-programs-col {
    margin-top: 30px;
    padding: 0 10px;
}
	#home-sect2 .col-md-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
	.services_programs_img img {
        border-radius: 12px;
        transition: all 0.4s;
        width: 100%;
        margin-bottom: 10px;
        height: auto;
        object-fit: cover;
        object-position: top;
}
    #CredentialsSection .vc_col-sm-3 {
        width: 100%;
    }
	#ClanicalSec .vc_col-sm-6 {
        width: 100%;
    }
	#mobileicon{
	width: 100px !important;	
	}
	#ServicesPublic .vc_col-sm-4 {
        width: 100%;
        margin: 50px 0 0px 0;
    }
.keynote ul li {
    margin-bottom: 10px;
    font-size: 18px;
}
.hero-section {
    display: block;
}
.main-resource-wrapper {
    display: block;
}
.sticky-kit-box {
    position: relative;

}	
.retreat-full-banner {
    display: block;
    margin: 60px auto;
}
.retreat-right-text .tag {
    font-size: 18px;
}
.retreat-right-text h2 {
    font-size: 30px;
    color: #1e293b;
    margin-bottom: 20px;
}
.retreat-right-text {
    padding: 30px;
}	
.knowledge-header {
    display: block;
}
.tabs-navigation.font-paragraph {
    margin-top: 30px;
}
.tab-link {
    padding: 10px 17px;
    font-size: 18px;
}
#footer-widget section {
    margin: 0;
    display: block;
}
#footer-widget .nav-link {
    font-size: 18px;
    padding: 0 0 17px;
}
#footer-widget .widget-title {
    font-size: 25px;
    margin: 20px 0 20px 0;
}
.row.footr-btm p, .row.footr-btm a {
    font-size: 18px !important;
}
#footer-widget #text-2 p {
    max-width: max-content;
}
#footer-widget p {
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    color: white;
}
#sect6-row1 .vc_col-sm-6{
	width: 100%;	
}
#home-sect6 #custmbtn {
    padding: 17px 25px !important;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
#hero-banner .vc_custom_1775007206408 {
    margin-bottom: 30px !important;
}	
.wellnessfor_wrapper .wpb_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 12px;
}	
.wellnessfor_wrapper .wpb_wrapper h4 {
    font-size: 20px;
    margin: 10px 0 0px 0;
}
.wellnessfor_wrapper .wpb_wrapper p {
    margin: 30px 0 0 0;
}	
h5 {
    font-size: 18px;
}	
#testimonial-carousel::before {
	display:none;
}	
#testimonial-carousel::after {
	display:none;
}	
.complexlisting li {
    margin-bottom: 10px;
    font-size: 18px;
}	
.heading1 {
    font-size: 24px;
}
.banner-btn #custmbtn{
	width: 100%;
	text-align: center;
}
.banner-btn .B-custmbtn{
    margin-left: 0px !important;
}
.navbar-brand > a {
    font-size: 26px;
}	
p {
    font-size: 18px;
    line-height: 27px;
    color: #163343;
}
#footer-widget .col-md-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}	
#footer-widget {
    padding: 20px 0 16px;
    background: #37AED5 !important;
    position: relative;
}
#home-sect6 h1 {
	font-size: 30px;
	padding: 0 0 32px;
}	
.bannerimgright {
    margin-top: 30px;
}
.card-body-content {
    padding: 15px;
}
.inquiry-grid span.wpcf7-list-item:nth-child(2), .inquiry-grid span.wpcf7-list-item:nth-child(4) {
    margin-left: 0;
}	
.inquiry-grid span.wpcf7-list-item {
    display: block;
    width: 100%;
    margin: 0;
}	
}
/* ==================================== Responsive CSS ==================================== */