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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "azo-sans-web", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "azo-sans-web", sans-serif;
}

p {
  margin-bottom: 0;
  font-family: "azo-sans-web", sans-serif;
}

dfn,
cite,
em,
i {
  font-style: italic;
  font-family: "azo-sans-web", sans-serif;
}

blockquote {
  margin: 0 1.5em;
  font-family: "azo-sans-web", sans-serif;
}

address {
  margin: 0 0 1.5em;
  font-family: "azo-sans-web", sans-serif;
}

pre {
  background: #eee;
  font-family: "azo-sans-web", sans-serif;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: "azo-sans-web", sans-serif;
}

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

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

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
  font-family: "azo-sans-web", sans-serif;
}

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

ul,
ol {
  margin: 0 0 1.5em 3em;
  font-family: "azo-sans-web", sans-serif;
	font-weight: 300;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
  font-family: "azo-sans-web", sans-serif;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

figure {
  margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
  font-family: "azo-sans-web", sans-serif;
}

a:visited {
  color: #800080;
}

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

a:focus {
  outline: thin dotted;
}

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

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

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

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

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

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

select {
  border: 1px solid #ccc;
  font-family: "azo-sans-web", sans-serif;
}

textarea {
  width: 100%;
  font-family: "azo-sans-web", sans-serif;
}

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

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

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

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

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

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

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

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

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

.main-navigation li {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bypostauthor {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.uni_btn {
  border: 0px;
  border-radius: 26px;
  background: #084d8e;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  min-height: 51px;
  min-width: 145px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all ease 0.5s;
}

.uni_btn:hover {
  background: #f0aa35;
  color: #ffffff;
  border: 1px solid #f0aa35;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
}

#uni_banner {
  background-image: url(./assets/img/uni_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 175px 0px;
  position: relative;
}

#uni_banner a {
  text-decoration: none;
  color: inherit;
  outline: none;
}

#uni_banner a:visited {
  text-decoration: none;
  color: inherit;
  outline: none;
}

#uni_banner .gold_box {
  background: #f0aa35;
  display: flex;
  align-items: center;
  column-gap: 10px;
  padding: 14px 20px;
  border-radius: 26px 0px 0px 0px;
  max-width: 253px;
  min-height: 60px;
  position: absolute;
  right: 0;
  bottom: 0;
}

#uni_banner .gold_box h3 {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 16px;
}

#uni_banner .gold_box p {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  line-height: 16px;
}

/* -----------------------------header Start------------------------------ */

#masthead {
  background: #ffffff;
  padding: 10px 0px;
  transition: all ease 0.7s;
  width: 100%;
}

#masthead a {
  text-decoration: none;
  color: inherit;
  outline: none;
}

#masthead a:visited {
  text-decoration: none;
  color: inherit;
  outline: none;
}

#masthead .head_menu {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: flex-end;
}

#masthead .main_btn {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: flex-end;
}

.scroll-down {
  transform: translate3d(0, -100%, 0);
}

.scroll-up {
  transform: none;
}

header#masthead.scroll-up {
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
  top: 0;
  z-index: 9999999999;
  position: fixed;
  width: 100%;
  transition: all ease 0.7s;
}

/* -----------------------------header End------------------------------ */

/* -----------------------------Ubermenu Start--------------------------- */

.ubermenu-main .ubermenu-nav .ubermenu-item {
  position: relative;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  transition: all ease 0.5s;
}

.ubermenu-main .ubermenu-nav .ubermenu-item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 43%;
  background: #f0aa35;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  opacity: 0;
  transition: all ease 0.5s;
}

.single-post #menu-item-27:after{
	opacity: 1;
}

.single-post #menu-item-27 a {
	color: #f0aa35;
}

.ubermenu-main .ubermenu-nav .ubermenu-item:hover::after {
  opacity: 1;
}

.ubermenu-main .ubermenu-nav .ubermenu-item:hover {
  color: #f0aa35;
}

.ubermenu-main .ubermenu-nav .ubermenu-item.ubermenu-current-menu-item::after {
  opacity: 1;
}

.ubermenu-main .ubermenu-nav .ubermenu-item.ubermenu-item-has-children::after {
  opacity: 0;
}

.ubermenu-main .ubermenu-nav .ubermenu-item.ubermenu-current-menu-item.ubermenu-item-has-children::after {
  opacity: 1;
}

.ubermenu-main .ubermenu-nav .ubermenu-item.ubermenu-current-menu-item {
  color: #f0aa35;
}

.ubermenu-main .ubermenu-nav .ubermenu-item .ubermenu-target {
  padding: 15px 12.5px;
  font-weight: 400;
}

.head_menu
  .ubermenu-main
  .ubermenu-nav
  .ubermenu-item-has-children
  .ubermenu-target {
  padding-right: 30px;
}

.ubermenu-active i.ubermenu-sub-indicator.fas.fa-angle-down {
  transform: rotate(-180deg);
}

i.ubermenu-sub-indicator.fas.fa-angle-down {
  transition: 0.5s;
}

.ubermenu-sub-indicators
  .ubermenu-has-submenu-drop
  > .ubermenu-target
  > .ubermenu-sub-indicator {
  right: 14px !important;
}

.ubermenu-submenu {
  min-width: 260px;
  background: #ffffff !important;
  padding: 10px 5px 10px 25px !important;
  border: 0 !important;
  margin-top: 12px !important;
}

.ubermenu-submenu .ubermenu-item .ubermenu-target {
  padding-bottom: 5px !important;
}

.ubermenu-main .ubermenu-nav .ubermenu-submenu .ubermenu-item {
  position: relative;
}

.ubermenu-main .ubermenu-nav .ubermenu-submenu .ubermenu-item:after {
  top: 22px;
  left: -5px;
}

/* ------------------------------Ubermenu End---------------------------- */

/* ------------------------------Footer Start---------------------------- */

#footer {
  background: #084d8e;
  padding: 85px 0px 50px 0px;
  color: #ffffff;
}

#footer a {
  text-decoration: none;
  color: inherit;
  outline: none;
}

#footer a:visited {
  text-decoration: none;
  color: inherit;
  outline: none;
}

.for_tab {
  display: none;
}

#footer h3 {
  padding-bottom: 22px;
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all ease 0.5s;
}

#footer p {
  margin: 0;
  font-size: 15px;
  font-weight: 300;
  transition: all ease 0.5s;
}

#footer .foot_menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .foot_menu ul li {
  margin: 0;
  font-size: 15px;
  font-weight: 300;
  padding-bottom: 8px;
  transition: all ease 0.5s;
}

#footer .foot_menu ul li:hover {
  color: #f0aa35;
}

#footer .foot_menu ul li:last-child {
  padding-bottom: 0;
}

#footer .foot_centre {
  text-align: center;
}

#footer .foot_centre .footer_logo {
  margin-bottom: 40px;
}

#footer .foot_centre p {
  margin-bottom: 8px;
}

#footer .foot_centre p:hover {
  color: #f0aa35;
}

#footer .news {
  padding-left: 50px;
  position: relative;
}

#footer .news .mail_field {
  outline: none;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #ffffff;
  width: 100%;
  background: transparent;
  margin-top: 4px;
  padding: 16px 5px 16px 5px;
  font-size: 14px;
  font-weight: 300;
  color: #ffffff;
}

#footer .news .mail_field::placeholder {
  font-size: 10px;
  font-weight: 300;
  color: #ffffff;
}

#footer .news .wpcf7 form.invalid .wpcf7-response-output {
  font-size: 12px;
  border-color: #dc3232;
  border-radius: 26px;
  margin: 0px 0px;
  padding: 5px 11px;
}

#footer .news .wpcf7 form.sent .wpcf7-response-output {
  font-size: 12px;
  border-radius: 26px;
  margin: 15px 0px 0px 0px;
  padding: 5px 11px;
}

#footer .news .custom-btn-style {
  background: transparent;
  border: 0;
  padding: 12px 5px;
  position: absolute;
  top: 90px;
  right: 0;
  outline: none;
  box-shadow: none;
}

#footer .foot_line {
  background: #ffffff;
  width: 100%;
  height: 1px;
  margin: 40px 0px 45px 0px;
}

#footer .foot_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* ------------------------------Footer End---------------------------- */

/* ------------------------------HomePage Start-------------------------- */

#home_banner {
  background-image: url("./assets/img/home_bannerbg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 180px 0px 93px 0px;
  position: relative;
}

#home_banner a {
  text-decoration: none;
  color: inherit;
  outline: none;
}

#home_banner a:visited {
  text-decoration: none;
  color: inherit;
  outline: none;
}

#home_banner .general h1 {
  margin: 0;
  font-size: 73px;
  line-height: 70px;
  font-weight: 300;
  color: #000000;
  padding-bottom: 20px;
}

#home_banner .general h1 span {
  font-weight: 700;
}

#home_banner .general .uni_btn {
  background: transparent;
  border: 1px solid #000000;
  color: #000000;
  transition: all ease 0.5s;
  margin-bottom: 115px;
}

#home_banner .general .uni_btn:hover {
  background: #f0aa35;
  color: #ffffff;
  border: 1px solid #f0aa35;
}

#home_banner .gold_box {
  background: #f0aa35;
  display: flex;
  align-items: center;
  column-gap: 10px;
  padding: 14px 20px;
  border-radius: 26px 0px 0px 0px;
  min-width: 253px;
  min-height: 60px;
  position: absolute;
  right: 0;
  bottom: 0;
}

#home_banner .gold_box h3 {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 16px;
}

#home_banner .gold_box p {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  line-height: 16px;
}

#banner_slider .owl-nav {
  margin-bottom: 10px;
  position: absolute;
  right: 100px;
  bottom: 100px;
}

#banner_slider .owl-item img {
  width: inherit;
}

#banner_slider .owl-nav button:hover {
  background: transparent;
}

#banner_slider .owl-nav .owl-prev {
  position: relative;
}

#banner_slider .owl-nav .owl-prev:before {
  position: absolute;
  right: 24px;
  content: url("./assets/img/prev_arrow.svg");
  transition: all ease 0.5s;
  filter: brightness(1);
}

#banner_slider .owl-nav .owl-prev:hover:before {
  filter: brightness(5);
}

#banner_slider .owl-nav .owl-next {
  position: relative;
}

#banner_slider .owl-nav .owl-next:before {
  position: absolute;
  right: 0px;
  content: url("./assets/img/next_arrow.svg");
  transition: all ease 0.5s;
  filter: brightness(1);
}

#banner_slider .owl-nav .owl-next:hover:before {
  filter: brightness(5);
}

#home_about {
  padding: 58px 0px 110px 0px;
  background-image: url("./assets/img/home_aboutbg.png");
  background-repeat: no-repeat;
/*   background-size: cover; */
  background-position: right 92px top;
    position: relative;
	background-repeat-y: repeat;
}

section#home_about:after {
    content: '';
    background: #fff5e3;
    height: 100%;
    width: 80%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

#home_about a {
  text-decoration: none;
  color: inherit;
  outline: none;
}

#home_about a:visited {
  text-decoration: none;
  color: inherit;
  outline: none;
}

#home_about .left_yoga {
  overflow: hidden;
  border-radius: 5px;
}

#home_about .left_yoga .read_image {
  object-fit: cover;
  width: 100%;
  transition: all ease 0.5s;
}

#home_about .left_yoga .read_image:hover {
  transform: scale(1.1);
}

#home_about .read_content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding-left: 34px;
}

#home_about .read_content h3 {
  font-size: 40px;
  font-weight: 300;
  color: #000000;
  margin: 0;
  padding-bottom: 30px;
}

#home_about .read_content p {
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
  color: #000000;
  margin: 0;
  max-width: 428px;
}

#home_about .read_content .uni_btn {
  background: transparent;
  border: 1px solid #000000;
  color: #000000;
  transition: all ease 0.5s;
  margin-top: 45px;
}

#home_about .read_content .uni_btn:hover {
  background: #f0aa35;
  color: #ffffff;
  border: 1px solid #f0aa35;
}

#home_services {
  padding: 90px 0px;
}

#home_services a {
  text-decoration: none;
  color: inherit;
  outline: none;
}

#home_services a:visited {
  text-decoration: none;
  color: inherit;
  outline: none;
}

#home_services .what {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding-right: 35px;
}

#home_services .what h3 {
  font-size: 40px;
  line-height: 53px;
  font-weight: 300;
  color: #000000;
  margin: 0;
  padding-bottom: 24px;
}

#home_services .what p {
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
  color: #000000;
  margin: 0;
}

#home_services .what .uni_btn {
  margin-top: 36px;
}

#home_services .sports {
  border: 1px solid #f0f0f0;
  border-radius: 5px;
  overflow: hidden;
  transition: all ease 0.5s;
  cursor: pointer;
	min-height: 465px;
}

#home_services .sports:hover {
  box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
}

#home_services .sports .serv_img {
  overflow: hidden;
  width: 100%;
  border-radius: 5px;
}

#home_services .sports .serv_img .thumb_img {
  object-fit: cover;
  width: 100%;
  transition: all ease 0.5s;
  height: 250px;
}

#home_services .sports .serv_img .thumb_img:hover {
  transform: scale(1.1);
}

#home_services .sports .content_box {
  padding: 20px 25px 32px 32px;
}

#home_services .sports h3 {
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  color: #000000;
  margin: 0;
  padding-bottom: 17px;
}

#home_services .sports p {
  font-size: 15px;
  line-height: 22px;
  font-weight: 300;
  color: #000000;
  margin: 0;
}

#home_services .sports .serv_btn {
  margin-top: 17px;
  background: transparent;
  color: #f0aa35;
  border: 0;
  border-radius: 0;
  font-size: 14px;
  font-weight: 400;
  padding: 5px 0px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}

#home_services .sports .physio {
  margin-left: 10px;
  transition: all ease 0.5s;
}

#home_services .sports .serv_btn:hover .physio {
  transform: translateX(5px);
}

#home_pricing {
  padding: 80px 0px 104px 0px;
  background: #084d8e;
}

#home_pricing a {
  text-decoration: none;
  color: inherit;
  outline: none;
}

#home_pricing a:visited {
  text-decoration: none;
  color: inherit;
  outline: none;
}

#home_pricing .pakage {
  text-align: center;
  color: #ffffff;
}

#home_pricing .pakage h3 {
  padding-bottom: 27px;
  font-size: 40px;
  line-height: 53px;
  font-weight: 300;
  margin: 0;
}

#home_pricing .pakage p {
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
  max-width: 450px;
  margin: 0 auto;
}

#home_pricing .grey_line {
  max-width: 97%;
  height: 1px;
  background: #707070;
  margin: 35px auto 35px;
}

#home_pricing .custm_pakge {
  max-width: 1200px;
  margin: 0 auto;
	justify-content: center;
}

#home_pricing .pakage_box {
  background: #ffffff;
  padding: 50px 44px;
  color: #000000;
  border-radius: 5px;
  text-align: center;
  transition: all ease 0.5s;
  cursor: pointer;
  min-height: 385px;
}

#home_pricing .pakage_box:hover {
  background: #f0aa35;
  color: #ffffff;
}

#home_pricing .pakage_box h3 {
  font-size: 22px;
  line-height: 25px;
  font-weight: 400;
  margin: 0;
  padding-bottom: 18px;
}

#home_pricing .pakage_box h2 {
  font-size: 48px;
  line-height: 55px;
  font-weight: 700;
  margin: 0;
  position: relative;
}

#home_pricing .pakage_box .doller::before {
  position: absolute;
  content: "";
  background-image: url(./assets/img/main$.svg);
  background-repeat: no-repeat;
  background-size: cover;
  left: 6px;
  top: 5px;
  width: 10px;
  height: 24px;
  transition: all ease 0.5s;
}

#home_pricing .pakage_box:hover .doller::before {
  background-image: url("./assets/img/hover$.svg");
}

#home_pricing .pakage_box .hor_line {
  background: #dbdbdb;
  width: 100%;
  height: 1px;
  margin: 25px 0px 32px 0px;
}

#home_pricing .pakage_box h4 {
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  margin: 0;
  padding-bottom: 17px;
}

#home_pricing .pakage_box p {
  font-size: 15px;
  line-height: 22px;
  font-weight: 300;
  margin: 0;
}

#home_pricing .pakage_box .uni_btn {
  margin: 7px auto 0px;
}

#home_pricing .pakage_box:hover .uni_btn {
  border: 1px solid #ffffff;
  background: transparent;
}

#home_conact {
  background-image: url("./assets/img/home_contactbg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #ffffff;
}

#home_conact a {
  text-decoration: none;
  color: inherit;
  outline: none;
}

#home_conact a:visited {
  text-decoration: none;
  color: inherit;
  outline: none;
}

#home_conact .contct_shade {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 100px 0px;
}

#home_conact .client_treat {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  column-gap: 180px;
}

#home_conact .client_treat h3 {
  padding-top: 25px;
  font-size: 62px;
  line-height: 86px;
  font-weight: 400;
  margin: 0;
}

#home_conact .client_treat .gold_bar {
  background: #f0aa35;
  height: 1px;
  width: 30px;
  margin: 20px auto 20px;
}

#home_conact .client_treat p {
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  margin: 0;
}

#home_conact .apoint {
  padding-top: 70px;
  text-align: center;
}

#home_conact .apoint h3 {
  padding-bottom: 27px;
  font-size: 40px;
  line-height: 53px;
  font-weight: 300;
  margin: 0;
}

#home_conact .apoint p {
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
  margin: 0 auto;
  max-width: 450px;
  padding-bottom: 10px;
}

#home_conact .apoint .apoint_contact {
  max-width: 1132px;
  margin: 0 auto;
  color: #ffffff;
}

#home_conact .apoint .apoint_contact .name_field {
  background: transparent;
  padding: 60px 0px 22px 0px;
  width: 100%;
  border: none;
  border-bottom: 1px solid #ffffff;
  border-radius: 0px;
  outline: none;
  font-size: 12px;
  font-weight: 300;
  color: #ffffff;
}

#home_conact .apoint .apoint_contact .name_field::placeholder {
  font-size: 12px;
  font-weight: 300;
  color: #ffffff;
}

#home_conact .apoint .apoint_contact .form_message {
  background: transparent;
  padding: 60px 0px 22px 0px;
  width: 100%;
  border: none;
  border-bottom: 1px solid #ffffff;
  border-radius: 0px;
  outline: none;
  height: 217px;
  font-size: 12px;
  font-weight: 300;
  color: #ffffff;
}

#home_conact .apoint .apoint_contact .form_message::placeholder {
  font-size: 12px;
  font-weight: 300;
  color: #ffffff;
}

#home_conact .apoint .apoint_contact .form_btn .uni_btn {
  margin-top: 166px;
  border-radius: 28px;
  background: transparent;
  border: 1px solid #f0aa35;
  color: #f0aa35;
}

#home_conact .apoint .apoint_contact .form_btn .uni_btn:hover {
  background: #f0aa35;
  color: #ffffff;
  border: 1px solid #ffffff;
  box-shadow: 0 0px 15px rgba(240, 170, 53, 0.5);
}

#home_conact .wpcf7-not-valid-tip {
  text-align: left;
}

#home_conact .wpcf7 form.invalid .wpcf7-response-output {
  border-radius: 26px;
  border-color: #dc3232;
  font-size: 18px;
  padding: 10px 20px;
}

#home_conact .wpcf7 form.sent .wpcf7-response-output {
  border-radius: 26px;
  font-size: 18px;
  padding: 10px 20px;
}

#home_faq {
  padding: 91px 0px;
  background-image: url("./assets/img/abtbottom_bg.png");
  background-repeat: no-repeat;
  background-position: center;
}

#home_faq a {
  text-decoration: none;
  color: inherit;
  outline: none;
}

#home_faq a:visited {
  text-decoration: none;
  color: inherit;
  outline: none;
}

#home_faq .block_shade {
  background: rgb(0 0 0 / 50%);
  padding: 320px 74px 74px 74px;
}

#home_faq .bloging {
  background-image: url("./assets/img/home_blogbg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#home_faq .bloging h3 {
  padding-bottom: 22px;
  font-size: 40px;
  line-height: 53px;
  font-weight: 300;
  color: #ffffff;
  margin: 0;
}

#home_faq .bloging h4 {
  padding-bottom: 12px;
  font-size: 15px;
  line-height: 25px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
}

#home_faq .bloging p {
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
  color: #ffffff;
  margin: 0;
}

#home_faq .bloging .btn_cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 22px;
}

#home_faq .bloging .btn_cont .gold_btn {
  background: transparent;
  color: #f0aa35;
  border: 0;
  border-radius: 0;
  font-size: 14px;
  font-weight: 400;
  padding: 5px 0px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  column-gap: 10px;
}

#home_faq .bloging .btn_cont .gold_btn .gold_arrow {
  transition: all ease 0.5s;
}

#home_faq .bloging .btn_cont .gold_btn:hover .gold_arrow {
  transform: translateX(5px);
}

#home_faq .bloging .btn_cont .uni_btn {
  background: transparent;
  border: 1px solid #ffffff;
  transition: all ease 0.5s;
}

#home_faq .bloging .btn_cont .uni_btn:hover {
  background: #f0aa35;
  border: none;
  box-shadow: 0 0px 15px rgba(240, 170, 53, 0.5);
}

#home_faq .query {
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  height: 100%;
  padding-left: 40px;
}

#home_faq .query h3 {
  padding-bottom: 27px;
  font-size: 40px;
  line-height: 53px;
  font-weight: 300;
  color: #000000;
  margin: 0;
}

#home_faq .query .uni_btn {
  margin-top: 40px;
  background: transparent;
  border: 1px solid #000000;
  color: #000000;
  transition: all ease 0.5s;
}

#home_faq .query .uni_btn:hover {
  background: #f0aa35;
  border: none;
  color: #ffffff;
}

.home_accord {
  font-family: "azo-sans-web", sans-serif;
}

.home_accord .accordion-item {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #dedede;
}

.home_accord .accordion-item .accordion-button:focus {
  box-shadow: none;
  background-color: transparent;
}

.home_accord .accordion-item .accordion-button {
  box-shadow: none;
  background-color: transparent;
  padding: 22px 0px;
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
}

.home_accord .accordion-body {
  padding: 0px 0px 40px 0px;
  color: #000000;
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
}

.home_accord .accordion-button::after {
  background-image: url(./assets/img/accord-arrow.svg);
}

.home_accord .accordion-button:not(.collapsed)::after {
  background-image: url(./assets/img/accord_hover.svg) !important;
  transform: rotate(0deg) !important;
}

/* ------------------------------HomePage End---------------------------- */

/* -----------------------------AboutPage Start-------------------------- */

#about_sec {
  padding: 85px 0px;
  background: #fff5e3;
}

#about_sec a {
  text-decoration: none;
  color: inherit;
  outline: none;
}

#about_sec a:visited {
  text-decoration: none;
  color: inherit;
  outline: none;
}

#about_sec .plank {
  overflow: hidden;
  border-radius: 5px;
}

#about_sec .plank .plank_img {
  width: 100%;
  object-fit: cover;
  transition: all ease 0.5s;
}

#about_sec .plank .plank_img:hover {
  transform: scale(1.1);
}

#about_sec .about_cont {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-left: 32px;
}

#about_sec .about_cont h1 {
  padding-bottom: 30px;
  font-size: 40px;
  line-height: 53px;
  font-weight: 300;
  color: #000000;
  margin: 0;
}

#about_sec .about_cont p {
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
  color: #000000;
  margin: 0;
}

#abt_bottom {
  padding: 80px 0px;
  background-image: url(./assets/img/abtbottom_bg.png);
  background-repeat: no-repeat;
  background-position: 150px 94px;
}

#abt_bottom a {
  text-decoration: none;
  outline: none;
  color: inherit;
}

#abt_bottom a:hover {
  text-decoration: none;
  outline: none;
  color: inherit;
}

#abt_bottom .routine {
  max-width: 856px;
  margin: 0 auto;
}

#abt_bottom .routine .workout {
  overflow: hidden;
  border-radius: 5px;
}

#abt_bottom .routine .workout .work_img {
  transition: all ease 0.5s;
  width: 100%;
  object-fit: cover;
}

#abt_bottom .routine .workout .work_img:hover {
  transform: scale(1.1);
}

#abt_bottom .routine h3 {
  padding-bottom: 30px;
  padding-top: 40px;
  margin: 0;
  font-size: 40px;
  line-height: 53px;
  font-weight: 300;
  color: #000000;
}

#abt_bottom .routine p {
  margin: 0;
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
  color: #000000;
}

#abt_bottom .routine ul{
	margin: 0;
}

#abt_bottom .uni_btn {
  margin-top: 30px;
}

/* -----------------------------AboutPage End-------------------------- */

/* ---------------------------Pricin gPage Start-------------------------- */

#pakage {
  padding: 85px 0px;
}

#pakage a {
  text-decoration: none;
  color: inherit;
  outline: none;
}

#pakage a:visited {
  text-decoration: none;
  color: inherit;
  outline: none;
}

#pakage .set_up {
  padding-bottom: 50px;
}

#pakage .set_up h1 {
  padding-bottom: 28px;
  margin: 0;
  font-size: 40px;
  line-height: 53px;
  font-weight: 300;
  color: #000000;
}

#pakage .set_up p {
  margin: 0;
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
  color: #000000;
  max-width: 565px;
}

#pakage .custm_pricing {
  max-width: 1200px;
  margin: 0 auto;
	justify-content: center;
}

#pakage .doller_box {
  background: #ffffff;
  padding: 50px 44px;
  color: #000000;
  border-radius: 5px;
  text-align: center;
  transition: all ease 0.5s;
  cursor: pointer;
  box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
  min-height: 385px;
	margin-bottom: 18px;
}

#pakage .doller_box:hover {
  background: #f0aa35;
  color: #ffffff;
}

#pakage .doller_box h3 {
  font-size: 22px;
  line-height: 25px;
  font-weight: 400;
  margin: 0;
  padding-bottom: 18px;
}

#pakage .doller_box h2 {
  font-size: 48px;
  line-height: 55px;
  font-weight: 700;
  margin: 0;
  position: relative;
}

#pakage .doller_box .doller_in::before {
  position: absolute;
  content: "";
  background-image: url(./assets/img/main$.svg);
  background-repeat: no-repeat;
  background-size: cover;
  left: 7px;
  top: 5px;
  width: 10px;
  height: 24px;
  transition: all ease 0.5s;
}

#pakage .doller_box:hover .doller_in::before {
  background-image: url("./assets/img/hover$.svg");
}

#pakage .doller_box .hor_line {
  background: #dbdbdb;
  width: 100%;
  height: 1px;
  margin: 25px 0px 32px 0px;
}

#pakage .doller_box h4 {
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  margin: 0;
  padding-bottom: 17px;
}

#pakage .doller_box p {
  font-size: 15px;
  line-height: 22px;
  font-weight: 300;
  margin: 0;
}

#pakage .doller_box .uni_btn {
  margin: 7px auto 0px;
}

#pakage .doller_box:hover .uni_btn {
  border: 1px solid #ffffff;
  background: transparent;
}

.about_cont h3 {
  padding-bottom: 30px;
  font-size: 40px;
  line-height: 53px;
  font-weight: 300;
  color: #000000;
  margin: 0;
}

/* --------------------------- PricingPage End -------------------------- */

/* --------------------------- InnerServices Start ---------------------- */

#inner_services {
  padding: 80px 0px;
}

#inner_services a {
  text-decoration: none;
  color: inherit;
  outline: none;
}

#inner_services a:visited {
  text-decoration: none;
  color: inherit;
  outline: none;
}

#inner_services .inner_sports h1 {
  font-size: 40px;
  line-height: 53px;
  font-weight: 300;
  color: #000000;
  margin: 0;
  padding-bottom: 33px;
}

#inner_services .custm_normal {
  background: #fff5e3;
  border-radius: 5px;
  overflow: hidden;
}

#inner_services .normal {
  overflow: hidden;
  height: 100%;
}

#inner_services .normal .normal_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease 0.5s;
}

#inner_services .normal .normal_img:hover {
  transform: scale(1.1);
}

#inner_services .normal_content {
  padding: 54px;
}

#inner_services .normal_content p {
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
  color: #000000;
}

#inner_services .bottom_content {
  padding-top: 52px;
}

#inner_services .bottom_content p {
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
  color: #000000;
  margin: 0;
}

#inner_services .bottom_content .uni_btn {
  margin-top: 40px;
}

#home_conact .inner_conact {
  padding: 85px 0px;
}

#home_conact .inner_conact .apoint {
  padding-top: 0;
}

/* --------------------------- InnerServices End ------------------------ */

/* --------------------------- BlogPage Start --------------------------- */

#blog_sec {
  margin: 80px 0px;
}

#blog_sec a {
  text-decoration: none;
  color: inherit;
  outline: none;
}

#blog_sec a:visited {
  text-decoration: none;
  color: inherit;
  outline: none;
}

#blog_sec .blog_heding h1 {
  font-size: 40px;
  line-height: 53px;
  font-weight: 300;
  color: #000000;
  margin: 0;
  padding-bottom: 33px;
}

#blog_sec .blog_cont {
  position: relative;
  margin-bottom: 70px;
}

#blog_sec .blog_box {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

#blog_sec .blog_box .hand {
  width: 100%;
  transition: all ease 0.5s;
}

#blog_sec .blog_box .hand:hover {
  transform: scale(1.1);
}

#blog_sec .blog_cont .pink_bar {
  padding: 19px;
  background: #fff5e3;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000000;
  position: absolute;
  bottom: -42px;
  transition: all ease 0.5s;
  width: 90%;
}

#blog_sec .blog_cont .pink_bar:hover {
  background: #f0aa35;
  color: #ffffff;
}

#blog_sec .blog_cont .pink_bar:hover .icon_hover {
  display: block;
}

#blog_sec .blog_cont .pink_bar:hover .link_icon {
  display: none;
}

#blog_sec .blog_cont .pink_bar .date_cont {
}

#blog_sec .blog_cont .pink_bar h3 {
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
  margin: 0;
  padding-bottom: 2px;
}

#blog_sec .blog_cont .pink_bar p {
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
  margin: 0;
}

#blog_sec .blog_cont .pink_bar .icon_hover {
  display: none;
}

/* --------------------------- BlogPage End ------------------------ */

/* --------------------------- BlogDetail Start------------------------ */

#inner_blogs {
  padding: 80px 0px;
  background: #fff5e3;
  color: #000000;
}

#inner_blogs a {
  text-decoration: none;
  color: inherit;
  outline: none;
}

#inner_blogs a:visited {
  text-decoration: none;
  color: inherit;
  outline: none;
}

#inner_blogs .inner_img {
  overflow: hidden;
  border-radius: 5px;
}

#inner_blogs .inner_img .inner_img {
  width: 100%;
  object-fit: cover;
  transition: all ease 0.5s;
}

#inner_blogs .inner_img .inner_img:hover {
  transform: scale(1.1);
}

#inner_blogs .inner_title h1 {
  font-size: 40px;
  line-height: 53px;
  font-weight: 300;
  margin: 0;
  padding-bottom: 35px;
}

#inner_blogs .inner_content {
  padding-left: 27px;
}

#inner_blogs .inner_content p {
  /* margin: 0; */
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
}

#inner_blogs .content_bottom {
  padding-top: 40px;
}

#inner_blogs .content_bottom p {
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
  margin: 0;
}

/* --------------------------- BlogDetail End------------------------ */

/* --------------------------- Faq Start ------------------------- */

#Faq {
  padding: 80px 0px;
  background-image: url("./assets/img/abtbottom_bg.png");
  background-position: 45px 70px;
  background-repeat: no-repeat;
}

#Faq a {
  text-decoration: none;
  color: inherit;
  outline: none;
}

#Faq a:visited {
  text-decoration: none;
  color: inherit;
  outline: none;
}

#Faq .questn h1 {
  font-size: 40px;
  line-height: 53px;
  font-weight: 300;
  margin: 0;
  padding-bottom: 28px;
}

#Faq .faq_accord {
  font-family: "azo-sans-web", sans-serif;
}

#Faq .faq_accord .accordion-item {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #dedede;
}

#Faq .faq_accord .accordion-item .accordion-button:focus {
  box-shadow: none;
  background-color: transparent;
}

#Faq .faq_accord .accordion-item .accordion-button {
  box-shadow: none;
  background-color: transparent;
  padding: 22px 0px;
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
}

#Faq .faq_accord .accordion-body {
  padding: 0px 0px 40px 0px;
  color: #000000;
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
}

#Faq .faq_accord .accordion-button::after {
  background-image: url(./assets/img/accord-arrow.svg);
}

#Faq .faq_accord .accordion-button:not(.collapsed)::after {
  background-image: url(./assets/img/accord_hover.svg) !important;
  transform: rotate(0deg) !important;
}

#Faq .questn .uni_btn {
  margin-top: 52px;
}

/* --------------------------- Faq End --------------------------- */

/* --------------------------- ContactPage Start --------------------------- */

#contact_sec {
  padding: 80px 0px;
  background-image: url("./assets/img/abtbottom_bg.png");
  background-position: 45px 70px;
  background-repeat: no-repeat;
}

#contact_sec a {
  text-decoration: none;
  color: inherit;
  outline: none;
}

#contact_sec a:visited {
  text-decoration: none;
  color: inherit;
  outline: none;
}

#contact_sec .love {
  padding-right: 18px;
}

#contact_sec .love h1 {
  font-size: 40px;
  line-height: 53px;
  font-weight: 300;
  margin: 0;
  padding-bottom: 26px;
}

#contact_sec .love .contact_form {
}

#contact_sec .love .contact_form p {
  font-size: 12px;
  line-height: 18px;
  font-weight: 300;
  margin: 0;
}

#contact_sec .love .contact_form .name_field {
  width: 100%;
  border-radius: 26px;
  border: 1px solid #dedede;
  padding: 16px 18px;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  margin-top: 14px;
  outline: none;
}

#contact_sec .love .contact_form .name_field::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
}

#contact_sec .love .contact_form .form_message {
  width: 100%;
  border-radius: 26px;
  border: 1px solid #dedede;
  padding: 16px 18px;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  margin-top: 14px;
  margin-bottom: 30px;
  height: 175px;
  outline: none;
}

#contact_sec .love .contact_form .form_message::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
}

#contact_sec .love .contact_form .uni_btn {
  margin-top: 30px;
  border-radius: 26px;
  border: 0;
  background: #084d8e;
  color: #ffffff;
}

#contact_sec .love .contact_form .uni_btn:hover {
  background: #f0aa35;
}

#contact_sec .wpcf7 form.invalid .wpcf7-response-output {
  margin: 5px 0px;
  padding: 5px 15px;
  border-color: #dc3232;
  border-radius: 26px;
  font-size: 15px;
}

#contact_sec .wpcf7 form.sent .wpcf7-response-output {
  margin: 5px 0px;
  padding: 5px 15px;
  border-radius: 26px;
  font-size: 15px;
}

#contact_sec .contact_map {
  height: 100%;
  overflow: hidden;
}

#contact_sec .contact_map iframe {
  width: 100%;
  height: 100%;
}

/* --------------------------- ContactPage End --------------------------- */

/* ----------------------------Responsiveness----------------------------- */

@media only screen and (max-width: 1199px) {
  .ubermenu-main .ubermenu-nav .ubermenu-item {
    font-size: 14px;
  }

  .ubermenu .ubermenu-submenu-type-flyout > .ubermenu-item {
    font-size: 13px;
  }

  .ubermenu .ubermenu-submenu-type-flyout > .ubermenu-item .ubermenu-target {
    padding: 10px 10px;
  }

  .ubermenu-main .ubermenu-nav .ubermenu-item .ubermenu-target {
    padding: 15px 10px;
  }

  .ubermenu-main .ubermenu-nav .ubermenu-submenu .ubermenu-item:after {
    top: 19px;
    left: -7px;
    width: 7px;
    height: 7px;
  }

  .uni_btn {
    font-size: 12px;
    font-weight: 400;
    min-height: 44px;
    min-width: 130px;
  }

  #home_banner {
    padding: 120px 0px 40px 0px;
  }

  #home_banner .general h1 {
    margin: 0;
    font-size: 55px;
    line-height: 65px;
  }

  #home_about {
    padding: 58px 0px 58px 0px;
  }

  #home_services {
    padding: 70px 0px;
  }

  #home_services .what {
    padding-left: 0;
  }

  #home_services .sports .content_box {
    padding: 20px 13px 25px 13px;
  }

  #home_services .sports {
    min-height: 410px;
  }

  #home_pricing {
    padding: 80px 0px 90px 0px;
  }

  #home_conact .contct_shade {
    padding: 85px 0px;
  }

  #home_faq .query {
    padding-left: 0px;
  }

  #home_faq .block_shade {
    padding: 270px 35px 46px 35px;
  }

  #home_faq .query h3 {
    padding-bottom: 10px;
  }

  #footer h3 {
    font-size: 14px;
  }

  #footer .foot_menu ul li {
    font-size: 14px;
  }

  #home_about .read_content {
    padding-left: 0;
  }

  #about_sec .about_cont {
    padding-left: 0;
  }

  #blog_sec .blog_cont .pink_bar {
    padding: 12px;
  }

  #Faq {
    background-size: contain;
  }
	
	#home_services .what h3 {
    font-size: 32px;
    line-height: 40px;
	}
	
}

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

@media only screen and (max-width: 991px) {
  .ubermenu-main .ubermenu-nav .ubermenu-item .ubermenu-target {
    padding: 10px 10px;
  }

  .ubermenu-main .ubermenu-nav .ubermenu-submenu .ubermenu-item:after {
    top: 14px;
    left: -7px;
    width: 7px;
    height: 7px;
  }

  #masthead .main_btn {
    justify-content: flex-end;
    padding-top: 12px;
  }

  .uni_btn {
    font-size: 12px;
    font-weight: 400;
    min-height: 40px;
    min-width: 110px;
  }

  #masthead .head_menu {
    align-items: flex-end;
  }

  .ubermenu-main .ubermenu-nav .ubermenu-item:after {
    width: 7px;
    height: 7px;
  }

  #home_banner {
    padding: 96px 0px 40px 0px;
  }

  #home_banner .general h1 {
    margin: 0;
    font-size: 45px;
    line-height: 50px;
    max-width: 445px;
  }

  #home_banner .gold_box h3 {
    font-size: 10px;
  }

  #home_banner .gold_box p {
    font-size: 10px;
  }

  #home_banner .gold_box {
    min-width: 220px;
    min-height: 50px;
    padding: 10px 25px;
  }

  #uni_banner .gold_box h3 {
    font-size: 10px;
  }

  #uni_banner .gold_box p {
    font-size: 10px;
  }

  #uni_banner .gold_box {
    min-width: 220px;
    min-height: 50px;
    padding: 10px 25px;
  }

  #home_about .left_yoga .read_image {
    height: 370px;
  }

  #home_about .read_content {
    padding-top: 25px;
  }

  #home_about .read_content h3 {
    font-size: 35px;
    line-height: 45px;
    padding-bottom: 15px;
  }

  #home_about .read_content p {
    max-width: unset;
  }

  #home_about .read_content .uni_btn {
    margin-top: 26px;
  }

  #home_services {
    padding: 55px 0px;
  }

  #home_services .what h3 {
    font-size: 35px;
    line-height: 45px;
    padding-bottom: 15px;
  }

  #home_services .what .uni_btn {
    margin-top: 26px;
  }

  #home_services .what {
    padding-bottom: 30px;
  }

  #home_pricing {
    padding: 60px 0px 60px 0px;
  }

  #home_pricing .pakage h3 {
    padding-bottom: 18px;
    font-size: 35px;
    line-height: 45px;
  }

  #home_pricing .pakage p {
    max-width: 580px;
  }

  .about_cont h3 {
    padding-bottom: 30px;
    font-size: 35px;
    line-height: 45px;
  }

  #home_pricing .pakage_box {
    padding: 38px 35px;
    margin-bottom: 30px;
    min-height: 361px;
  }

  #home_pricing .pakage_box h2 {
    font-size: 45px;
    line-height: 50px;
  }

  #home_pricing .pakage_box .doller::before {
    left: 42px;
    top: 2px;
  }

  #home_conact .contct_shade {
    padding: 60px 0px 50px 0px;
  }

  #home_conact .client_treat {
    column-gap: 108px;
  }

  #home_conact .client_treat h3 {
    padding-top: 12px;
    font-size: 50px;
    line-height: 60px;
  }

  #home_conact .client_treat .gold_bar {
    width: 30px;
    margin: 12px auto 12px;
  }

  #home_conact .apoint {
    padding-top: 30px;
  }

  #home_conact .apoint h3 {
    padding-bottom: 12px;
    font-size: 35px;
    line-height: 45px;
  }

  #home_conact .apoint p {
    max-width: 580px;
  }

  #home_conact .apoint_contact p {
    max-width: unset;
    padding: 0;
  }

  #home_conact .apoint .apoint_contact .name_field {
    padding: 44px 0px 18px 0px;
  }

  #home_conact .apoint .apoint_contact .form_message {
    padding: 44px 0px 18px 0px;
    height: 170px;
  }

  #home_conact .apoint .apoint_contact .form_btn .uni_btn {
    margin-top: 44px;
  }

  #home_conact .wpcf7 form.invalid .wpcf7-response-output {
    border-radius: 26px;
    font-size: 12px;
    padding: 10px 20px;
  }

  #home_conact .wpcf7 form.sent .wpcf7-response-output {
    border-radius: 26px;
    font-size: 12px;
    padding: 10px 20px;
  }

  #home_faq {
    padding: 60px 0px;
  }

  #home_faq .bloging {
    border-radius: 5px;
  }

  #home_faq .block_shade {
    border-radius: 5px;
  }

  #home_faq .block_shade {
    padding: 111px 35px 35px 35px;
  }

  #home_faq .bloging h3 {
    padding-bottom: 15px;
    font-size: 35px;
    line-height: 45px;
  }

  #home_faq .bloging h4 {
    padding-bottom: 10px;
  }

  #home_faq .bloging .btn_cont {
    padding-top: 14px;
  }

  #home_faq .query {
    padding-top: 30px;
  }

  #home_faq .query h3 {
    font-size: 35px;
    line-height: 45px;
  }

  .home_accord .accordion-item .accordion-button {
    font-size: 16px;
  }

  .home_accord .accordion-body {
    padding: 0px 0px 30px 0px;
    font-size: 15px;
    line-height: 24px;
  }

  #footer {
    padding: 50px 0px 30px 0px;
  }

  .for_desktop {
    display: none;
  }

  .for_tab {
    display: block;
  }

  #footer .foot_line {
    margin: 40px 0px 30px 0px;
  }

  #footer .foot_centre {
    padding-bottom: 35px;
  }

  #footer .foot_centre .footer_logo {
    margin-bottom: 18px;
  }

  #footer .foot_centre p {
    margin-bottom: 6px;
  }

  #footer .news {
    padding-left: 30px;
  }

  #uni_banner {
    padding: 150px 0px;
  }

  #about_sec {
    padding: 60px 0px;
  }

  #about_sec .plank .plank_img {
    height: 370px;
  }

  #about_sec .about_cont {
    padding-top: 30px;
  }

  #about_sec .about_cont h1 {
    padding-bottom: 15px;
    font-size: 35px;
    line-height: 45px;
  }

  #abt_bottom {
    padding: 60px 0px;
  }

  #abt_bottom .routine .workout .work_img {
    height: 370px;
  }

  #abt_bottom .routine h3 {
    padding-bottom: 15px;
    padding-top: 30px;
    font-size: 35px;
    line-height: 45px;
  }

  #inner_services {
    padding: 60px 0px;
  }

  #inner_services .normal .normal_img {
    height: 370px;
  }

  #inner_services .normal_content {
    padding: 30px 25px;
  }

  #inner_services .bottom_content .uni_btn {
    margin-top: 33px;
  }

  #inner_services .inner_sports h1 {
    font-size: 35px;
    line-height: 45px;
    padding-bottom: 22px;
  }

  #pakage {
    padding: 60px 0px 40px 0px;
  }

  #pakage .set_up h1 {
    padding-bottom: 15px;
    font-size: 35px;
    line-height: 45px;
  }

  #pakage .set_up p {
    max-width: unset;
  }

  #pakage .set_up {
    padding-bottom: 40px;
  }

  #pakage .doller_box {
    padding: 38px 35px;
    margin-bottom: 30px;
    min-height: 361px;
  }

  #pakage .doller_box h2 {
    font-size: 45px;
    line-height: 50px;
  }

  #pakage .doller_box .doller_in::before {
    left: 42px;
    top: 2px;
  }

  #blog_sec {
    margin: 50px 0px 40px 0px;
  }

  #blog_sec .blog_heding h1 {
    font-size: 35px;
    line-height: 45px;
    padding-bottom: 26px;
  }

  #inner_blogs {
    padding: 60px 0px;
  }

  #inner_blogs .inner_title h1 {
    font-size: 35px;
    line-height: 45px;
    padding-bottom: 25px;
  }

  #inner_blogs .inner_img .inner_img {
    height: 370px;
  }

  #inner_blogs .inner_content {
    padding-top: 30px;
    padding-left: 0px;
  }

  #inner_blogs .content_bottom {
    padding-top: 30px;
  }

  #Faq {
    padding: 60px 0px;
  }

  #Faq .questn h1 {
    font-size: 35px;
    line-height: 45px;
    padding-bottom: 18px;
  }

  #Faq .faq_accord .accordion-item .accordion-button {
    padding: 22px 0px;
    font-size: 16px;
  }

  #Faq .faq_accord .accordion-body {
    padding: 0px 0px 33px 0px;
    font-size: 15px;
    line-height: 24px;
  }

  #contact_sec {
    padding: 60px 0px;
  }

  #contact_sec .love h1 {
    font-size: 35px;
    line-height: 45px;
    padding-bottom: 18px;
  }

  #contact_sec .wpcf7 form.invalid .wpcf7-response-output {
    font-size: 13px;
  }

  .wpcf7 form.sent .wpcf7-response-output {
    font-size: 13px;
  }

  .wpcf7 form .wpcf7-response-output {
    border: 1px solid #00a0d2;
  }

  #contact_sec .love {
    padding-right: 0px;
    padding-bottom: 30px;
  }

  #contact_sec .contact_map {
    height: 370px;
    border-radius: 5px;
  }
}

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

@media only screen and (max-width: 767px) {
  #masthead {
    position: relative;
  }

  #masthead .head_logo {
    text-align: right;
  }

  #masthead .head_logo .main_logo {
    width: 40%;
  }

  #masthead .main_btn {
    justify-content: flex-start;
  }

  .ubermenu-skin-trans-black.ubermenu-responsive-toggle {
    padding: 5px;
    position: absolute;
    top: 89px;
    right: 55px;
    font-size: 20px !important;
    z-index: 999;
  }

  .uni_btn {
    font-size: 12px;
    font-weight: 400;
    min-height: 38px;
    min-width: 110px;
  }

  .ubermenu-responsive.ubermenu .ubermenu-nav {
    margin-top: 52px;
  }

  .ubermenu-main .ubermenu-nav .ubermenu-item .ubermenu-target {
    padding: 22px 0px;
  }

  /* .ubermenu-main .ubermenu-nav .ubermenu-item .ubermenu-target:last-child {
    margin-bottom: 10px;
  } */

  .ubermenu-main .ubermenu-nav .ubermenu-item {
    font-size: 18px;
    border-bottom: 1px solid #000000;
  }

  .ubermenu-main .ubermenu-nav .ubermenu-item:last-child {
    margin-bottom: 25px;
  }

  .ubermenu-main .ubermenu-submenu .ubermenu-item:last-child {
    margin-bottom: 0px;
  }

  .ubermenu-main
    .ubermenu-nav
    .ubermenu-item.ubermenu-current-menu-item::after {
    display: none;
  }

  .ubermenu-main .ubermenu-submenu {
    margin-top: 0px !important;
    padding: 12px 19px 22px 19px !important;
  }

  .ubermenu-main .ubermenu-nav .ubermenu-submenu .ubermenu-item:after {
    display: none;
  }

  .ubermenu-main
    .ubermenu-nav
    .ubermenu-submenu
    .ubermenu-item
    .ubermenu-target {
    padding: 0px 0px;
  }

  .ubermenu-main .ubermenu-nav .ubermenu-submenu .ubermenu-item {
    font-size: 14px;
  }

  .head_menu
    .ubermenu-main
    .ubermenu-nav
    .ubermenu-item-has-children
    .ubermenu-target {
    padding-right: 0px;
  }

  .ubermenu-sub-indicators
    .ubermenu-has-submenu-drop
    > .ubermenu-target
    > .ubermenu-sub-indicator {
    right: 0px !important;
  }

  .ubermenu-active i.ubermenu-sub-indicator.fas.fa-angle-down {
    transform: rotate(-180deg);
  }

  i.ubermenu-sub-indicator {
    display: block !important;
  }

  .fa-times:before {
    display: none;
  }

  .ubermenu .ubermenu-item .ubermenu-submenu-drop li {
    padding: 8px 0px !important;
  }

  #footer .foot_centre {
    padding-bottom: 26px;
    text-align: left;
  }

  #footer {
    padding: 45px 0px 25px 0px;
  }

  #footer .foot_centre .footer_logo {
    margin-bottom: 15px;
  }

  #footer .foot_centre p {
    margin-bottom: 4px;
  }

  #footer h3 {
    font-size: 13px;
    padding-bottom: 15px;
  }

  #footer p {
    margin: 0;
    font-size: 13px;
  }

  #footer .foot_menu ul li {
    font-size: 13px;
    padding-bottom: 6px;
  }

  #footer .news {
    padding-left: 0;
    padding-top: 30px;
  }

  #footer .foot_line {
    margin: 40px 0px 20px 0px;
    background: #f0aa35;
  }

  #footer .news .mail_field {
    padding: 8px 5px 8px 5px;
  }

  #footer .news .custom-btn-style {
    top: 76px;
  }

  #footer .foot_bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
  }

  #footer .foot_bottom p {
    padding-bottom: 8px;
  }

  .ubermenu-main .ubermenu-nav .ubermenu-item:after {
    display: none;
  }

  #pakage .doller_box .doller_in::before {
    left: 118px;
  }

  #home_services .sports {
    margin-bottom: 30px;
    min-height: 410px;
  }

  #home_pricing .pakage_box .doller::before {
    left: 120px;
  }
}

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

@media only screen and (max-width: 619px) {
  .ubermenu-skin-trans-black.ubermenu-responsive-toggle {
    padding: 5px 0px;
    position: absolute;
    top: 70px;
    right: unset;
  }

  #home_banner {
    padding: 85px 0px 30px 0px;
    background-position: center;
  }

  #home_banner .general h1 {
    font-size: 38px;
    line-height: 43px;
  }

  #banner_slider .owl-nav {
    margin-bottom: 10px;
    position: absolute;
    right: 12px;
    bottom: 77px;
  }

  #home_banner .gold_box {
    min-width: 196px;
    min-height: 50px;
    padding: 5px 12px;
  }

  #uni_banner .gold_box {
    min-width: 196px;
    min-height: 50px;
    padding: 5px 12px;
  }

  #home_about {
    padding: 45px 0px 45px 0px;
  }

  #home_about .read_content h3 {
    font-size: 30px;
    line-height: 38px;
    padding-bottom: 10px;
  }

  #home_services {
    padding: 40px 0px 20px 0px;
  }

  #home_services .what h3 {
    font-size: 30px;
    line-height: 38px;
    padding-bottom: 12px;
  }

  #home_services .sports h3 {
    padding-bottom: 10px;
  }

  #home_pricing {
    padding: 45px 0px 25px 0px;
  }

  #home_pricing .pakage h3 {
    padding-bottom: 15px;
    font-size: 30px;
    line-height: 38px;
  }

  #home_pricing .pakage_box {
    padding: 30px 20px;
    margin-bottom: 30px;
    min-height: 305px;
  }

  #home_pricing .pakage_box h2 {
    font-size: 38px;
    line-height: 45px;
  }

  #home_pricing .pakage_box .doller::before {
    left: 78px;
  }

  #home_pricing .pakage_box .hor_line {
    margin: 20px 0px 25px 0px;
  }

  #home_pricing .pakage_box h3 {
    padding-bottom: 12px;
  }

  #home_conact .contct_shade {
    padding: 45px 0px 45px 0px;
  }

  #home_conact .client_treat {
    column-gap: 82px;
  }

  #home_conact .treat_img {
    width: 54%;
    height: 70px;
  }

  #home_conact .client_treat h3 {
    padding-top: 7px;
    font-size: 41px;
    line-height: 51px;
  }

  #home_conact .apoint h3 {
    padding-bottom: 12px;
    font-size: 30px;
    line-height: 38px;
  }

  #home_conact .apoint .apoint_contact .name_field {
    padding: 30px 0px 15px 0px;
  }

  #home_conact .apoint .apoint_contact .form_message {
    padding: 30px 0px 15px 0px;
    height: 150px;
  }

  #home_conact .apoint .apoint_contact .form_btn .uni_btn {
    margin-top: 35px;
  }

  #home_faq {
    padding: 45px 0px;
    background-size: contain;
  }

  #home_faq .block_shade {
    padding: 128px 20px 20px 20px;
  }

  #home_faq .bloging h3 {
    padding-bottom: 12px;
    font-size: 30px;
    line-height: 38px;
  }

  #home_faq .query {
    padding-top: 22px;
  }

  #home_faq .query h3 {
    font-size: 30px;
    line-height: 38px;
  }

  .home_accord .accordion-item .accordion-button {
    font-size: 15px;
    padding: 18px 0px;
  }

  .home_accord .accordion-button:not(.collapsed)::after {
    background-size: 20px !important;
  }

  .home_accord .accordion-button::after {
    background-size: 20px !important;
  }

  #home_faq .query .uni_btn {
    margin-top: 35px;
  }

  .col-lg-12.custm_bot {
    padding: 0;
  }

  #footer .foot_bottom p {
    padding-bottom: 10px;
  }

  #footer .news {
    padding-top: 35px;
  }

  #about_sec {
    padding: 45px 0px;
  }

  .about_cont h3 {
    padding-bottom: 12px;
    font-size: 30px;
    line-height: 38px;
  }

  #about_sec .about_cont {
    padding-top: 25px;
  }

  #about_sec .about_cont h1 {
    padding-bottom: 12px;
    font-size: 30px;
    line-height: 38px;
  }

  #abt_bottom {
    padding: 45px 0px;
    background-size: contain;
    background-position: 0px 435px;
  }

  #abt_bottom .routine h3 {
    padding-bottom: 12px;
    padding-top: 24px;
    font-size: 30px;
    line-height: 38px;
  }

  #inner_services {
    padding: 30px 0px;
  }

  #inner_services .p-0 {
    padding: 13px !important;
  }

  #inner_services .inner_sports h1 {
    font-size: 30px;
    line-height: 38px;
    padding-bottom: 8px;
  }

  #inner_services .normal {
    border-radius: 5px;
  }

  #inner_services .normal_content {
    padding: 0px 0px;
  }

  #inner_services .bottom_content {
    padding-top: 22px;
  }

  #inner_services .bottom_content .uni_btn {
    margin-top: 30px;
  }

  #home_conact .wpcf7 form.invalid .wpcf7-response-output {
    padding: 8px 12px;
  }

  #home_conact .wpcf7 form.sent .wpcf7-response-output {
    padding: 8px 12px;
  }

  #pakage {
    padding: 40px 0px 28px 0px;
  }

  #pakage .set_up h1 {
    padding-bottom: 12px;
    font-size: 30px;
    line-height: 38px;
  }

  #pakage .set_up {
    padding-bottom: 35px;
  }

  #pakage .doller_box {
    padding: 30px 20px;
    margin-bottom: 30px;
    min-height: 305px;
  }

  #pakage .doller_box h2 {
    font-size: 38px;
    line-height: 45px;
  }

  #pakage .doller_box .doller_in::before {
    left: 70px;
  }

  #pakage .doller_box .hor_line {
    margin: 20px 0px 25px 0px;
  }

  #blog_sec {
    margin: 45px 0px 25px 0px;
  }

  #blog_sec .blog_heding h1 {
    font-size: 30px;
    line-height: 38px;
    padding-bottom: 22px;
  }

  #inner_blogs {
    padding: 45px 0px;
  }

  #inner_blogs .inner_title h1 {
    font-size: 30px;
    line-height: 38px;
    padding-bottom: 20px;
  }

  #inner_blogs .inner_content {
    padding-top: 25px;
  }

  #Faq {
    padding: 45px 0px;
    background-size: contain;
    background-position: center;
  }

  #Faq .questn h1 {
    font-size: 30px;
    line-height: 38px;
    padding-bottom: 14px;
  }

  #Faq .faq_accord .accordion-item .accordion-button {
    padding: 18px 0px;
    font-size: 15px;
  }

  #Faq .faq_accord .accordion-button:not(.collapsed)::after {
    background-size: 20px !important;
  }

  #Faq .faq_accord .accordion-button::after {
    background-size: 20px !important;
  }

  #Faq .questn .uni_btn {
    margin-top: 40px;
  }

  #contact_sec {
    padding: 42px 0px;
    background-position: center;
    background-size: contain;
  }

  #contact_sec .love h1 {
    font-size: 30px;
    line-height: 38px;
    padding-bottom: 14px;
  }

  #contact_sec .wpcf7 form.invalid .wpcf7-response-output {
    font-size: 12px;
  }

  #contact_sec .wpcf7 form.sent .wpcf7-response-output {
    font-size: 12px;
  }
}

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

#home_conact .apoint .uni_btn{
	 margin: 28px auto 0px;
	 background: #f0aa35;
	border: none;
}

#home_conact .apoint .uni_btn:hover{
	color: #000000;
	background: #ffffff;
}

#footer{
	overflow: hidden;
}

#inner_blogs h2{
	font-weight: 300;
}

#abt_bottom ul li{
	font-weight: 300 !important;
}

#abt_bottom  span{
	font-weight: 300 !important;
}

#about_sec ul li{
	font-weight: 300 !important;
}

#about_sec  span{
	font-weight: 300 !important;
}

.ubermenu-current-menu-parent::after{
	opacity: 1 !important;
}

.ubermenu-current-menu-parent>a{
	color: #f0aa35 !important;
}



#footer .news .wpcf7 form.invalid .wpcf7-response-output{
	display: none;
}

.wpcf7-not-valid-tip:not(:nth-child(1)):not(:nth-child(2)) {display:none;}

#home_pricing .pakage_box .doller::before {
	display: none;
}


