body {
	margin: 0 !important;
}

.elementor-widget {
	margin-bottom: 0 !important;
}

.slick-arrow {
	padding: 0 !important;
}

.reviews-slides .reviews-thumbnails .item .title {
	margin: 0 -195px 30px !important;
}

.widget-logo img {
	max-width: 200px;
}

.quick-links, .footer-contact-info, ul {
	margin-left: 0 !important;
}

@media only screen and (min-width: 1450px) {
	.container {
		max-width: 1410px !important;
	}
}

@media (min-width: 753px) {
	.reviews-slides .reviews-thumbnails .item .title {
		margin: 0 -268px 30px !important;
	}
	.comments-area .comment-author .avatar {
		height: 90px !important;
		width: 90px !important;
		left: -120px !important;
	}
	.comment-body {
		padding: 30px 30px 30px 150px !important;
	}
}

@media (min-width: 977px) {
	.reviews-slides .reviews-thumbnails .item .title {
		margin: 0 -170px 30px !important;
	}
}

@media (min-width: 1185px) {
	.reviews-slides .reviews-thumbnails .item .title {
		margin: 0 -206px 30px !important;
	}
}

@media (min-width: 1385px) {
	.reviews-slides .reviews-thumbnails .item .title {
		margin: 0 -244px 30px !important;
	}
}

@media (min-width: 1435px) {
	.reviews-slides .reviews-thumbnails .item .title {
		margin: 0 -262px 30px !important;
	}
}

/*!
Theme Name: Psylo
Theme URI: https://oneam.it/
Author: One AM
Author URI: https://oneam.it/
Description: Psylo is a Modern Responsive template for Life Coach & Psychologist website.This is built with Bootstrap 5.x and Sass. Any health-related website such as Life Coach, Psychologist, family consultant, career consultant, couple consultation, psychology clinic, family health clinic, health counseling, mentors, healthcare, hypnotherapy, coaches, therapy, counseling, life planner, etc. For healthcare professionals like a general practitioner, surgeon, dentist, veterinarian, psychiatrist, psychologist, ophthalmologist, physiotherapist, or gynecologist website, the template will be a great fit. Fully responsive design layouts with visitor-centric stunning look and feel will help reach the business’s target audience.
Version: 1.0.19
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: psylo
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.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

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

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

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

a:visited {
	color: #800080;
}

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

a:focus {
	outline: thin dotted;
}

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

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

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

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

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

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

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

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

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

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

.main-navigation li {
	position: relative;
}

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

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

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

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

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

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

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

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

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

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

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

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

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

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

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

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

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

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

.alignright {

	/*rtl:ignore*/
	float: right;

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

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

/* RESPONSIVE.CSS */

@media only screen and (max-width:767px){
	.ptb-100{
		padding-top:50px;
		padding-bottom:50px
	}
	.pt-100{
		padding-top:50px
	}
	.pb-100{
		padding-bottom:50px
	}
	.pb-70{
		padding-bottom:20px
	}
	.section-title h2{
		font-size:25px;
		margin-bottom:15px;
		line-height:1.5
	}
	.top-header-information{
		text-align:center
	}
	.top-header-information li{
		margin-bottom:15px;
		margin-right:10px;
		padding-left:0;
		font-size:14px
	}
	.top-header-information li i{
		position:relative;
		top:0;
		margin-right:5px
	}
	.top-header-information li:last-child{
		margin-bottom:0
	}
	.top-header-optional{
		text-align:center;
		margin-top:15px
	}
	.top-header-optional li a i{
		font-size:16px
	}
	.top-header-optional li a::before{
		height:15px
	}
	.top-header-area.bg-transparent{
		border-top:1px solid #eee;
		background-color:#f0b9b2!important
	}
	.mean-container a.meanmenu-reveal{
		padding:0
	}
	.mean-container a.meanmenu-reveal span{
		display:block;
		background:#000;
		height:4px;
		margin-top:-5px;
		border-radius:3px;
		position:relative;
		top:8px
	}
	.mean-container .mean-bar{
		background-color:unset;
		border-bottom:none
	}
	.mean-container .mean-nav{
		margin-top:40px
	}
	.others-option-for-responsive .dot-menu{
		top:-27px
	}
	.others-option-for-responsive .container .container{
		right:20px;
		max-width:278px;
		padding:10px;
		border-radius:5px;
		text-align:center
	}
	.others-option-for-responsive .option-inner .others-options{
		margin-left:0
	}
	.others-option-for-responsive .option-inner .others-options .option-item{
		margin-right:15px
	}
	.others-option-for-responsive .option-inner .others-options .option-item:last-child{
		margin-bottom:0
	}
	.others-option-for-responsive .option-inner .others-options .option-item .option-info{
		background-color:#0779e4;
		padding:10px 20px
	}
	.others-option-for-responsive .option-inner .others-options .option-item .option-info h3{
		color:#fff
	}
	.others-option-for-responsive .option-inner .others-options .option-item .option-info h4 a{
		color:#fff
	}
	.search-overlay .search-overlay-close{
		right:10px
	}
	.search-overlay .search-overlay-form{
		max-width:270px;
		width:270px
	}
	.main-banner-content{
		text-align:center
	}
	.main-banner-content h1{
		font-size:35px
	}
	.main-banner-content .banner-btn{
		margin-top:25px
	}
	.main-banner-content .banner-btn .default-btn{
		margin-right:0
	}
	.main-banner-content .banner-btn .optional-btn{
		margin-top:15px
	}
	.main-banner-item{
		padding-top:70px;
		padding-bottom:90px
	}
	.features-area{
		margin-top:0;
		padding-top:50px
	}
	.features-area.bg-ffffff{
		padding-top:50px
	}
	.single-features{
		text-align:center;
		padding:35px 15px
	}
	.single-features .features-title{
		padding-left:0;
		margin-bottom:15px
	}
	.single-features .features-title i{
		position:relative;
		margin-bottom:15px;
		top:unset;
		-webkit-transform:unset;
		transform:unset;
		left:0
	}
	.single-features .features-title h3{
		font-size:22px;
		margin-bottom:10px
	}
	.single-features .features-title span{
		font-size:14px
	}
	.single-features p{
		font-size:15px
	}
	.single-features:hover .features-title{
		margin-bottom:0
	}
	.single-features:hover .features-title i{
		left:0
	}
	.about-main-image .about-shape .shape-1{
		display:none
	}
	.about-main-image .about-shape .shape-2{
		display:none
	}
	.about-main-image .about-shape .shape-3{
		display:none
	}
	.about-main-image .about-shape .shape-4{
		display:none
	}
	.about-main-image .about-shape .shape-5{
		display:none
	}
	.about-main-content{
		padding-left:0;
		margin-top:30px
	}
	.about-main-content h3{
		font-size:25px
	}
	.about-main-content .about-content-image .sub-title{
		left:25px;
		font-size:20px
	}
	.about-main-content .about-content-image .video-btn{
		width:35px;
		height:35px;
		line-height:35px
	}
	.about-main-content .about-content-image .video-btn i{
		font-size:20px;
		top:2px;
		left:2px
	}
	.about-main-content .about-information{
		text-align:left
	}
	.about-main-content .about-information h5{
		font-size:20px
	}
	.about-main-content .about-information span{
		font-size:15px
	}
	.single-partner{
		padding:15px
	}
	.offer-area .container-fluid{
		padding-right:10px
	}
	.offer-item{
		padding-top:50px;
		padding-bottom:60px;
		margin:auto
	}
	.offer-item .content{
		text-align:center
	}
	.offer-item .content h2{
		font-size:30px
	}
	.offer-item .all-offer-btn{
		text-align:center
	}
	.offer-item .accordion .accordion-item{
		padding:30px;
		text-align:center
	}
	.offer-item .accordion .accordion-item .accordion-title i{
		position:relative;
		left:0;
		top:0;
		margin-bottom:15px
	}
	.offer-item .accordion .accordion-item .accordion-title.active i{
		top:0
	}
	.offer-item .accordion .accordion-item .accordion-title h3{
		font-size:20px
	}
	.reviews-title{
		margin-left:0;
		margin-top:30px;
		margin-bottom:0;
		text-align:center
	}
	.reviews-title h3{
		font-size:25px
	}
	.reviews-slides{
		margin-left:0
	}
	.reviews-slides .reviews-feedback{
		text-align:center
	}
	.reviews-slides .reviews-feedback .single-feedback .icon i{
		font-size:80px
	}
	.reviews-slides .reviews-feedback .single-feedback p{
		font-size:20px
	}
	.reviews-slides .reviews-feedback .single-feedback .icon{
		top:-15px
	}
	.reviews-slides .next-arrow,.reviews-slides .prev-arrow{
		display:none!important
	}
	.reviews-slides .reviews-thumbnails .item .title{
		margin:0 -55px 30px;
		text-align:center
	}
	.reviews-slides .reviews-thumbnails .item .title h3{
		font-size:20px
	}
	.reviews-slides .reviews-thumbnails .item .title span{
		font-size:15px
	}
	.philosophy-item .philosophy-content h3{
		font-size:25px;
		margin-bottom:20px
	}
	.philosophy-item .philosophy-content h4{
		font-size:20px
	}
	.philosophy-item .philosophy-content .philosophy-btn{
		text-align:center
	}
	.philosophy-slides.owl-theme .owl-nav.disabled+.owl-dots{
		display:none
	}
	.philosophy-image{
		margin-top:30px
	}
	.subscribe-inner-box{
		padding-top:50px;
		padding-bottom:50px;
		padding-left:15px;
		padding-right:15px
	}
	.subscribe-inner-box .subscribe-content h2{
		margin-bottom:15px;
		font-size:25px
	}
	.subscribe-inner-box .subscribe-content p{
		font-size:15px
	}
	.subscribe-inner-box .subscribe-content .newsletter-form button{
		position:relative;
		right:0;
		top:0;
		margin-top:15px
	}
	.single-blog .blog-content{
		padding:50px 15px 30px
	}
	.single-blog .blog-content h3{
		font-size:20px
	}
	.main-slides-item{
		padding-top:200px;
		padding-bottom:100px;
		position:relative;
		z-index:1;
		border-bottom:1px solid #eee
	}
	.main-slides-item::before{
		position:absolute;
		content:"";
		height:100%;
		width:100%;
		left:0;
		right:0;
		top:0;
		background-color:#fff;
		z-index:-1;
		opacity:.77
	}
	.main-slides-content{
		text-align:center
	}
	.main-slides-content h1{
		font-size:35px
	}
	.main-slides-content .slides-btn{
		margin-top:25px
	}
	.main-slides-content .slides-btn .default-btn{
		margin-right:0
	}
	.main-slides-content .slides-btn .optional-btn{
		margin-top:15px
	}
	.home-slides.owl-theme .owl-dots{
		display:none
	}
	.services-area{
		margin-top:0;
		padding-top:50px
	}
	.services-main-shape{
		display:none
	}
	.services-list-tab .tabs li{
		-webkit-box-flex:100%;
		-ms-flex:100%;
		flex:100%;
		max-width:100%;
		margin-bottom:10px
	}
	.services-list-tab .tabs li:last-child{
		margin-bottom:0
	}
	.services-list-tab .tabs li a span{
		font-size:15px
	}
	.services-list-tab .tab_content .tabs_item .services-tab-image{
		margin-bottom:30px
	}
	.services-list-tab .tab_content .tabs_item .services-tab-image .services-tab-shape .shape-1{
		display:none
	}
	.services-list-tab .tab_content .tabs_item .services-tab-image .services-tab-shape .shape-2{
		display:none
	}
	.services-list-tab .tab_content .tabs_item .services-tab-image .services-tab-shape .shape-3{
		display:none
	}
	.services-list-tab .tab_content .tabs_item .services-tab-image .services-tab-shape .shape-4{
		display:none
	}
	.services-list-tab .tab_content .tabs_item .services-tab-content .services-content-image .sub-title{
		font-size:20px
	}
	.faq-item{
		padding-top:50px;
		padding-bottom:60px;
		text-align:center
	}
	.faq-item .content{
		margin-bottom:30px
	}
	.faq-item .content h3{
		font-size:25px
	}
	.faq-image{
		height:450px
	}
	.fun-facts-area{
		margin-top:50px
	}
	.single-fun-fact{
		padding:35px 35px 35px 110px
	}
	.single-fun-fact h3{
		font-size:25px
	}
	.single-fun-fact h3 .sign-icon{
		font-size:20px
	}
	.single-fun-fact p{
		font-size:15px
	}
	.single-fun-fact .icon i{
		height:75px;
		width:75px;
		line-height:75px;
		font-size:35px
	}
	.single-pricing-table{
		padding:20px
	}
	.single-pricing-table .pricing-header{
		padding:20px 20px 20px 65px
	}
	.single-pricing-table .pricing-header i{
		font-size:30px;
		left:20px
	}
	.single-pricing-table .pricing-header h3{
		font-size:20px;
		margin-bottom:10px
	}
	.single-pricing-table .pricing-header .price{
		position:relative;
		right:0;
		top:0;
		font-size:20px;
		margin-top:10px
	}
	.single-pricing-table .pricing-btn{
		top:0;
		margin-top:20px
	}
	.footer-area.bg-top{
		padding-top:240px
	}
	.main-banner-item-box .main-banner-content{
		margin-top:30px;
		padding-left:0
	}
	.main-banner-item-box .main-banner-content h1{
		font-size:35px
	}
	.main-banner-item-box .main-banner-content .banner-btn{
		margin-top:25px
	}
	.main-banner-item-box .main-banner-content .banner-btn .default-btn{
		margin-right:0
	}
	.main-banner-item-box .container-fluid{
		padding-left:10px
	}
	.main-banner-image .image-shape{
		display:none
	}
	.about-area.bg-ffffff .about-main-content{
		margin-top:0;
		margin-bottom:30px
	}
	.download-area{
		padding-top:50px;
		padding-bottom:50px
	}
	.download-area::before{
		display:none
	}
	.download-area::after{
		display:none
	}
	.download-main-content h3{
		font-size:30px;
		margin-bottom:20px
	}
	.download-main-content h4{
		font-size:20px
	}
	.download-main-image{
		text-align:center;
		margin-top:30px
	}
	.page-banner-area .container-fluid{
		padding-left:10px
	}
	.page-banner-content{
		margin-left:0;
		text-align:center;
		margin-top:30px
	}
	.page-banner-content h2{
		font-size:30px;
		margin-bottom:15px
	}
	.page-banner-content ul li{
		font-size:15px
	}
	.page-banner-with-full-image{
		padding-top:80px;
		padding-bottom:90px
	}
	.page-banner-content-two h2{
		font-size:30px
	}
	.page-banner-content-two ul li{
		font-size:15px
	}
	.coaches-details-content{
		margin-top:30px
	}
	.coaches-details-content h3{
		font-size:30px
	}
	.psylo-grid-sorting{
		text-align:center
	}
	.psylo-grid-sorting .ordering{
		text-align:center;
		margin-top:20px
	}
	.psylo-grid-sorting .ordering label{
		margin-bottom:10px
	}
	.pagination-area{
		margin-top:15px
	}
	.pagination-area .page-numbers{
		width:35px;
		height:35px;
		line-height:35px
	}
	.success-story-content h3{
		font-size:25px;
		margin-top:20px;
		margin-bottom:20px
	}
	.purchase-guide-content h3{
		font-size:20px
	}
	.sidebar-information{
		margin-top:30px
	}
	.book-online-form{
		padding:50px 0 60px
	}
	.book-online-form h3{
		font-size:25px
	}
	.book-online-image{
		height:450px
	}
	.faq-accordion{
		margin-bottom:15px
	}
	.login-form form .lost-your-password{
		text-align:center;
		margin-top:5px
	}
	.book-online-area.bg-ffffff{
		margin-top:50px
	}
	.book-online-form.bg-top{
		padding:0 0 30px
	}
	.terms-of-service-content h3{
		font-size:25px
	}
	.privacy-policy-content h3{
		font-size:25px
	}
	.coming-soon-content{
		padding:30px 25px
	}
	.coming-soon-content #timer{
		margin-top:20px
	}
	.coming-soon-content #timer div{
		width:100px;
		height:105px;
		margin-left:5px;
		margin-right:5px;
		font-size:20px;
		margin-top:10px
	}
	.coming-soon-content h2{
		font-size:22px
	}
	.courses-details-desc .nav .nav-item{
		margin-right:25px
	}
	.courses-details-desc .nav .nav-item .nav-link{
		padding:20px;
		font-size:15px
	}
	.courses-details-desc .tab-content .courses-overview h3{
		font-size:25px
	}
	.courses-details-desc .tab-content .courses-curriculum h3{
		font-size:18px
	}
	.courses-details-desc .tab-content .courses-instructor .instructor-content{
		margin-top:25px
	}
	.services-details-desc .content-image .sub-title{
		left:25px;
		font-size:20px
	}
	.services-details-desc .overview-content h3{
		font-size:20px
	}
	.services-details-info{
		padding-left:0;
		margin-top:30px
	}
	.cart-table table tbody tr td{
		padding:20px 35px
	}
	.cart-table table tbody tr td:first-child{
		display:none
	}
	.cart-buttons{
		text-align:center
	}
	.cart-buttons .shopping-coupon-code{
		margin-bottom:30px
	}
	.cart-buttons .shopping-coupon-code .default-btn{
		padding:0 5px;
		font-size:12px
	}
	.cart-buttons .shopping-coupon-code .default-btn i{
		display:none
	}
	.wishlist-table table tbody tr td{
		padding:0 35px 15px
	}
	.wishlist-table .wishlist-btn{
		text-align:center
	}
	.order-details{
		margin-top:30px
	}
	.products-details-desc{
		padding-left:0;
		margin-top:30px
	}
	.products-details-desc h3{
		font-size:25px
	}
	.products-details-desc .price{
		font-size:18px
	}
	.products-details-desc .products-add-to-cart .input-counter{
		max-width:100px;
		min-width:100px;
		margin-right:5px
	}
	.products-details-tabs .nav .nav-item .nav-link{
		padding:15px 25px
	}
	.products-details-tabs .tab-content .tab-pane .products-reviews .review-content{
		padding:30px
	}
	.products-details-tabs .tab-content .tab-pane .products-reviews .review-content img{
		position:relative;
		left:0;
		top:0;
		margin-bottom:15px
	}
	.products-details-tabs .tab-content .tab-pane .products-reviews .review-content .rating{
		position:relative;
		right:0;
		top:20px
	}
	.products-details-tabs .tab-content .tab-pane .products-review-form .review-form .rating{
		display:none
	}
	.blog-details-desc .article-content .title-box h2{
		font-size:25px
	}
	.blog-details-desc .article-content h3{
		font-size:22px
	}
	.blog-details-desc .article-footer .article-tags{
		-webkit-box-flex:unset;
		-ms-flex:unset;
		flex:unset;
		max-width:unset
	}
	.blog-details-desc .article-footer .article-tags a{
		padding:5px 10px;
		font-size:12px
	}
	.blog-details-desc .article-footer .article-share{
		-webkit-box-flex:unset;
		-ms-flex:unset;
		flex:unset;
		max-width:unset;
		margin-top:15px
	}
	.psylo-post-navigation .next-link-wrapper .next-link-info-wrapper{
		margin-top:20px
	}
	.comments-area .children{
		margin-left:0
	}
	.comments-area .comment-author .avatar{
		height:80px !important;
		width:80px !important;
		left:-90px !important
	}
	.comments-area .comment-body{
		padding:30px 30px 30px 100px !important
	}
	.comments-area .comment-body .reply{
		position:relative !important;
		top:0 !important;
		right:0 !important;
		margin-top:15px !important
	}
	.contact-form{
		padding:50px 0
	}
	.contact-form h3{
		font-size:30px
	}
	.contact-image{
		height:450px
	}
	.events-details-desc h3{
		font-size:25px
	}
	.events-details-image{
		margin-bottom:30px
	}
	.events-details-image #timer{
		margin-top:20px;
		position:relative;
		bottom:0
	}
	.events-details-image #timer div{
		width:100px;
		height:105px;
		margin-left:5px;
		margin-right:5px;
		font-size:20px;
		margin-top:10px
	}
	.events-details-image h2{
		font-size:22px
	}
	.events-details-header ul{
		padding:25px;
		text-align:center
	}
	.events-details-header ul li{
		margin-bottom:15px;
		padding-left:0
	}
	.events-details-header ul li:last-child{
		margin-bottom:0
	}
	.events-details-header ul li i{
		position:relative;
		left:0;
		top:0;
		margin-right:5px
	}
	.events-details-info{
		padding:25px;
		margin-top:30px
	}
	.page-banner-image .image-shape{
		display:none
	}
	.services-area.bg-ffffff{
		padding-top:50px;
		margin-top:35px
	}
	.contact-info-box .icon h3{
		font-size:20px
	}
	.contact-info-box .icon i{
		font-size:16px
	}
	.products-slides .owl-item.active.center .products-item{
		-webkit-transform:unset;
		transform:unset
	}
	.clients-item .item{
		margin-left:0;
		margin-top:30px
	}
	.clients-item .item .title h3{
		font-size:25px
	}
	.clients-slides.owl-theme .owl-nav [class*=owl-]{
		display:none
	}
	.faqs-area.bg-ffffff{
		margin-top:50px
	}
	.products-details-slides .products-thumbnails{
		padding-left:0
	}
	.products-details-slides .next-arrow{
		display:none!important
	}
	.become-coaches-form{
		padding:25px
	}
	.become-coaches-form .become-coaches-title h3{
		font-size:25px
	}
	.courses-details-desc .tab-content .courses-curriculum ul li a{
		padding-left:20px;
		padding-right:20px;
		margin-left:-20px;
		margin-right:-20px
	}
	.courses-details-desc .tab-content .courses-curriculum ul li a .courses-meta .questions{
		padding:2px 5px 1.5px;
		font-size:12px
	}
	.courses-details-desc .tab-content .courses-curriculum ul li a .courses-meta .duration{
		padding:2px 5px 1.5px;
		font-size:12px
	}
	.courses-details-desc .tab-content .courses-curriculum ul li a .courses-meta .status{
		padding:2px 5px 1.5px;
		font-size:12px
	}
	.courses-details-desc .tab-content .courses-curriculum ul li a .courses-name{
		font-size:14px
	}
	.main-slides-item-box{
		padding-top:50px;
		padding-bottom:50px
	}
	.main-slides-item-box .container-fluid{
		padding-right:15px
	}
	.main-slides-item-box .main-slides-content{
		text-align:center;
		margin:auto
	}
	.main-slides-item-box .main-slides-content h1{
		font-size:25px
	}
	.main-slides-item-box .main-slides-content p{
		font-family:15px
	}
	.main-slides-image{
		margin-top:30px
	}
	.products-area .container-fluid{
		padding-left:15px;
		padding-right:15px
	}
	.comments-area .comments-title{
		font-size:20px
	}
	.comments-area .comment-respond .comment-reply-title{
		font-size:20px
	}
	.comments-area p{
		font-size:14px
	}
	.comments-area .comment-body .reply a{
		font-size:12px
	}
	.single-events-box .content h3{
		font-size:20px
	}
	.faqs-area.bg-color::before{
		display:none
	}
	.blog-slides.owl-theme .owl-nav{
		display:none
	}
	.single-coaches .content h3{
		font-size:22px
	}
	.services-details-info .services-list li a{
		padding:20px 10px
	}
	.services-details-info .services-list li a i{
		right:10px
	}
	.contact-info-box .icon{
		padding:15px
	}
}
@media only screen and (min-width:576px) and (max-width:767px){
	.login-form form .lost-your-password{
		text-align:right;
		margin-top:0
	}
	.main-banner-content .banner-btn .default-btn{
		margin-right:15px
	}
}
@media only screen and (min-width:768px) and (max-width:991px){
	.ptb-100{
		padding-top:70px;
		padding-bottom:70px
	}
	.pt-100{
		padding-top:70px
	}
	.pb-100{
		padding-bottom:70px
	}
	.pb-70{
		padding-bottom:40px
	}
	.section-title h2{
		font-size:35px;
		margin-bottom:15px
	}
	.top-header-information{
		text-align:center
	}
	.top-header-information li{
		margin-bottom:15px;
		margin-right:10px;
		padding-left:0;
		font-size:14px
	}
	.top-header-information li i{
		position:relative;
		top:0;
		margin-right:5px
	}
	.top-header-information li:last-child{
		margin-bottom:0
	}
	.top-header-optional{
		text-align:center;
		margin-top:15px
	}
	.top-header-optional li a i{
		font-size:16px
	}
	.top-header-optional li a::before{
		height:15px
	}
	.top-header-area.bg-transparent{
		border-top:1px solid #eee;
		background-color:#f0b9b2!important
	}
	.mean-container a.meanmenu-reveal{
		padding:0
	}
	.mean-container a.meanmenu-reveal span{
		display:block;
		background:#000;
		height:4px;
		margin-top:-5px;
		border-radius:3px;
		position:relative;
		top:8px
	}
	.mean-container .mean-bar{
		background-color:unset;
		border-bottom:none
	}
	.mean-container .mean-nav{
		margin-top:40px
	}
	.others-option-for-responsive .dot-menu{
		top:-27px
	}
	.others-option-for-responsive .container .container{
		right:20px;
		max-width:278px;
		padding:10px;
		border-radius:5px;
		text-align:center
	}
	.others-option-for-responsive .option-inner .others-options{
		margin-left:0
	}
	.others-option-for-responsive .option-inner .others-options .option-item{
		margin-right:15px
	}
	.others-option-for-responsive .option-inner .others-options .option-item:last-child{
		margin-bottom:0
	}
	.others-option-for-responsive .option-inner .others-options .option-item .option-info{
		background-color:#0779e4;
		padding:10px 20px
	}
	.others-option-for-responsive .option-inner .others-options .option-item .option-info h3{
		color:#fff
	}
	.others-option-for-responsive .option-inner .others-options .option-item .option-info h4 a{
		color:#fff
	}
	.search-overlay .search-overlay-close{
		right:10px
	}
	.search-overlay .search-overlay-form{
		max-width:270px;
		width:270px
	}
	.main-banner-content{
		text-align:center
	}
	.main-banner-content h1{
		font-size:45px
	}
	.main-banner-content .banner-btn{
		margin-top:25px
	}
	.main-banner-item{
		padding-top:120px;
		padding-bottom:140px
	}
	.features-area{
		margin-top:0;
		padding-top:50px
	}
	.features-area.bg-ffffff{
		padding-top:50px
	}
	.single-features{
		text-align:center;
		padding:35px 15px
	}
	.single-features .features-title{
		padding-left:0;
		margin-bottom:15px
	}
	.single-features .features-title i{
		position:relative;
		margin-bottom:15px;
		top:unset;
		-webkit-transform:unset;
		transform:unset
	}
	.single-features:hover .features-title i{
		left:0
	}
	.about-main-image .about-shape .shape-1{
		display:none
	}
	.about-main-image .about-shape .shape-2{
		display:none
	}
	.about-main-image .about-shape .shape-3{
		display:none
	}
	.about-main-image .about-shape .shape-4{
		display:none
	}
	.about-main-image .about-shape .shape-5{
		display:none
	}
	.about-main-content{
		padding-left:0;
		margin-top:30px
	}
	.single-partner{
		padding:15px
	}
	.offer-area .container-fluid{
		padding-right:10px
	}
	.offer-item{
		margin:auto;
		padding-top:70px;
		padding-bottom:70px
	}
	.reviews-title{
		margin-left:0;
		margin-top:35px;
		margin-bottom:0
	}
	.reviews-title h3{
		font-size:35px
	}
	.reviews-slides{
		margin-left:0
	}
	.reviews-slides .reviews-feedback .single-feedback .icon i{
		font-size:80px
	}
	.reviews-slides .reviews-feedback .single-feedback p{
		font-size:20px
	}
	.reviews-slides .reviews-feedback .single-feedback .icon{
		top:-15px
	}
	.reviews-slides .reviews-thumbnails .item .title h3{
		font-size:20px
	}
	.reviews-slides .reviews-thumbnails .item .title span{
		font-size:15px
	}
	.philosophy-item .philosophy-content h3{
		font-size:35px;
		margin-bottom:20px
	}
	.philosophy-item .philosophy-content .philosophy-btn{
		text-align:center
	}
	.philosophy-slides.owl-theme .owl-nav.disabled+.owl-dots{
		display:none
	}
	.philosophy-image{
		margin-top:30px
	}
	.subscribe-inner-box{
		padding-top:70px;
		padding-bottom:70px;
		padding-left:15px;
		padding-right:15px
	}
	.subscribe-inner-box .subscribe-content h2{
		margin-bottom:15px;
		font-size:35px
	}
	.subscribe-inner-box .subscribe-content p{
		font-size:15px
	}
	.home-slides.owl-theme .owl-dots{
		display:none
	}
	.services-area{
		padding-top:70px
	}
	.services-list-tab .tabs li{
		-webkit-box-flex:33.33333333333333%;
		-ms-flex:33.33333333333333%;
		flex:33.33333333333333%;
		max-width:100%;
		margin-bottom:10px
	}
	.services-list-tab .tabs li:last-child{
		margin-bottom:0
	}
	.services-list-tab .tabs li a span{
		font-size:15px
	}
	.services-list-tab .tab_content .tabs_item .services-tab-image{
		margin-bottom:30px
	}
	.services-list-tab .tab_content .tabs_item .services-tab-image .services-tab-shape .shape-1{
		display:none
	}
	.services-list-tab .tab_content .tabs_item .services-tab-image .services-tab-shape .shape-2{
		display:none
	}
	.services-list-tab .tab_content .tabs_item .services-tab-image .services-tab-shape .shape-3{
		display:none
	}
	.services-list-tab .tab_content .tabs_item .services-tab-image .services-tab-shape .shape-4{
		display:none
	}
	.faq-item{
		padding-top:70px;
		padding-bottom:70px
	}
	.faq-image{
		height:450px
	}
	.fun-facts-area{
		margin-top:70px
	}
	.single-pricing-table{
		padding:20px
	}
	.single-pricing-table .pricing-header{
		padding:20px 20px 20px 65px
	}
	.single-pricing-table .pricing-header i{
		font-size:30px;
		left:20px
	}
	.single-pricing-table .pricing-header h3{
		font-size:20px;
		margin-bottom:10px
	}
	.single-pricing-table .pricing-btn{
		top:0;
		margin-top:20px
	}
	.footer-area.bg-top{
		padding-top:270px
	}
	.main-banner-item-box .main-banner-content{
		margin-top:30px;
		padding-left:0
	}
	.main-banner-item-box .main-banner-content h1{
		font-size:45px
	}
	.main-banner-item-box .main-banner-content .banner-btn{
		margin-top:25px
	}
	.main-banner-item-box .container-fluid{
		padding-left:15px
	}
	.main-banner-image .image-shape{
		display:none
	}
	.about-area.bg-ffffff .about-main-content{
		margin-top:0;
		margin-bottom:30px
	}
	.download-area{
		padding-top:70px;
		padding-bottom:70px
	}
	.download-area::before{
		display:none
	}
	.download-area::after{
		display:none
	}
	.download-main-content h3{
		font-size:35px;
		margin-bottom:20px
	}
	.download-main-content h4{
		font-size:20px
	}
	.download-main-image{
		text-align:center;
		margin-top:30px
	}
	.sidebar-information{
		margin-top:30px
	}
	.book-online-form{
		padding:50px 0 60px
	}
	.book-online-form h3{
		font-size:25px
	}
	.book-online-image{
		height:450px
	}
	.faq-accordion{
		margin-bottom:15px
	}
	.book-online-area.bg-ffffff{
		margin-top:50px
	}
	.book-online-form.bg-top{
		padding:0 0 30px
	}
	.courses-details-desc .nav .nav-item .nav-link{
		padding:20px
	}
	.services-details-info{
		padding-left:0;
		margin-top:30px
	}
	.page-banner-content{
		margin-left:0
	}
	.page-banner-content h2{
		font-size:35px
	}
	.order-details{
		margin-top:30px
	}
	.products-details-desc{
		padding-left:0;
		margin-top:30px
	}
	.blog-details-desc .article-footer .article-tags a{
		padding:10px 12px
	}
	.contact-form{
		padding:50px 0
	}
	.contact-form h3{
		font-size:30px
	}
	.contact-image{
		height:450px
	}
	.events-details-info{
		padding:25px;
		margin-top:30px
	}
	.page-banner-image .image-shape{
		display:none
	}
	.services-area.bg-ffffff{
		padding-top:70px
	}
	.contact-info-box .icon h3{
		font-size:20px
	}
	.contact-info-box .icon i{
		font-size:16px
	}
	.clients-item .item{
		margin-left:0;
		margin-top:30px
	}
	.clients-item .item .title h3{
		font-size:35px
	}
	.clients-slides.owl-theme .owl-nav [class*=owl-]{
		display:none
	}
	.faqs-area.bg-ffffff{
		margin-top:70px
	}
	.products-details-slides .products-thumbnails{
		padding-left:0
	}
	.products-details-slides .next-arrow{
		display:none!important
	}
	.main-slides-item-box{
		padding-top:80px;
		padding-bottom:80px
	}
	.main-slides-item-box .container-fluid{
		padding-right:15px
	}
	.main-slides-item-box .main-slides-content{
		text-align:center;
		margin:auto
	}
	.main-slides-image{
		margin-top:50px
	}
	.main-slides-item{
		padding-top:220px;
		padding-bottom:100px;
		border-bottom:1px solid #eee;
		position:relative;
		z-index:1
	}
	.main-slides-item::before{
		position:absolute;
		content:"";
		height:100%;
		width:100%;
		left:0;
		right:0;
		top:0;
		background-color:#fff;
		z-index:-1;
		opacity:.77
	}
	.main-slides-content h1{
		font-size:55px
	}
	.products-area .container-fluid{
		padding-left:15px;
		padding-right:15px
	}
	.faqs-area.bg-color::before{
		display:none
	}
	.cart-table table tbody tr td{
		padding:20px 35px
	}
	.cart-table table tbody tr td:first-child{
		display:none
	}
}
@media only screen and (min-width:992px) and (max-width:1199px){
	.header-information{
		display:none
	}
	.top-header-area{
		display:block
	}
	.top-header-information li{
		font-size:12px;
		margin-right:10px;
		padding-left:18px
	}
	.top-header-information li i{
		top:1px
	}
	.top-header-optional li a i{
		font-size:15px
	}
	.top-header-optional li a::before{
		height:15px
	}
	.mean-container a.meanmenu-reveal{
		padding:0
	}
	.mean-container a.meanmenu-reveal span{
		display:block;
		background:#000;
		height:4px;
		margin-top:-5px;
		border-radius:3px;
		position:relative;
		top:8px
	}
	.mean-container .mean-bar{
		background-color:unset;
		border-bottom:none;
		padding-top:0
	}
	.mean-container .mean-nav{
		margin-top:40px
	}
	.others-option-for-responsive .dot-menu{
		top:-27px
	}
	.others-option-for-responsive .container .container{
		right:20px;
		max-width:278px;
		padding:10px;
		border-radius:5px;
		text-align:center
	}
	.others-option-for-responsive .option-inner .others-options{
		margin-left:0
	}
	.others-option-for-responsive .option-inner .others-options .option-item{
		margin-right:15px
	}
	.others-option-for-responsive .option-inner .others-options .option-item:last-child{
		margin-bottom:0
	}
	.others-option-for-responsive .option-inner .others-options .option-item .option-info{
		background-color:#0779e4;
		padding:10px 20px
	}
	.others-option-for-responsive .option-inner .others-options .option-item .option-info h3{
		color:#fff
	}
	.others-option-for-responsive .option-inner .others-options .option-item .option-info h4 a{
		color:#fff
	}
	.single-features{
		padding:35px 15px
	}
	.single-features .features-title{
		padding-left:65px;
		margin-bottom:15px
	}
	.single-features .features-title i{
		height:55px;
		width:55px;
		line-height:55px;
		font-size:25px
	}
	.single-features .features-title h3{
		font-size:18px;
		margin-bottom:10px
	}
	.single-features .features-title span{
		font-size:12px
	}
	.single-features p{
		font-size:15px
	}
	.about-main-content h3{
		font-size:30px
	}
	.about-main-content .about-content-image .sub-title{
		font-size:20px
	}
	.about-main-content p{
		font-size:14px
	}
	.about-main-content b{
		font-size:14px
	}
	.about-main-content .about-information{
		padding:20px 20px 20px 85px
	}
	.about-main-content .about-information i{
		height:50px;
		width:50px;
		line-height:50px;
		font-size:25px
	}
	.about-main-content .about-information h5{
		font-size:16px
	}
	.about-main-content .about-information span{
		font-size:14px
	}
	.offer-item .accordion .accordion-item .accordion-content p{
		font-size:14px
	}
	.reviews-title{
		margin-bottom:30px
	}
	.reviews-title h3{
		font-size:35px
	}
	.reviews-slides .reviews-feedback .single-feedback p{
		font-size:20px
	}

	.philosophy-item .philosophy-content h3{
		font-size:32px;
		margin-bottom:25px
	}
	.philosophy-item .philosophy-content p{
		font-size:15px
	}
	.single-footer-widget .widget-share{
		margin-top:20px
	}
	.single-footer-widget .widget-share a i{
		height:35px;
		width:35px;
		line-height:35px;
		font-size:16px
	}
	.single-pricing-table{
		padding:20px
	}
	.single-pricing-table .pricing-header{
		padding:20px 20px 20px 65px
	}
	.single-pricing-table .pricing-header i{
		font-size:30px;
		left:20px
	}
	.single-pricing-table .pricing-header h3{
		font-size:20px;
		margin-bottom:10px
	}
	.services-list-tab .tabs li{
		-webkit-box-flex:33.33333333333333%;
		-ms-flex:33.33333333333333%;
		flex:33.33333333333333%;
		max-width:100%;
		margin-bottom:10px
	}
	.services-list-tab .tabs li:last-child{
		margin-bottom:0
	}
	.services-list-tab .tabs li a span{
		font-size:15px
	}
	.single-fun-fact{
		padding:25px 10px 25px 85px
	}
	.single-fun-fact h3{
		font-size:20px
	}
	.single-fun-fact h3 .sign-icon{
		font-size:18px
	}
	.single-fun-fact p{
		font-size:12px
	}
	.single-fun-fact .icon i{
		height:55px;
		width:55px;
		line-height:55px;
		font-size:25px
	}
	.main-banner-item-box .main-banner-content{
		padding-left:0
	}
	.main-banner-item-box .main-banner-content h1{
		font-size:45px
	}
	.main-banner-image .banner-shape .shape-1{
		display:none
	}
	.main-banner-image .banner-shape .shape-2{
		display:none
	}
	.main-banner-image .banner-shape .shape-3{
		display:none
	}
	.services-area{
		padding-top:100px
	}
	.download-area{
		padding-top:100px;
		padding-bottom:100px
	}
	.download-area::before{
		display:none
	}
	.download-area::after{
		display:none
	}
	.courses-details-desc .nav .nav-item{
		margin-right:25px
	}
	.courses-details-desc .nav .nav-item .nav-link{
		padding:20px
	}
	.events-details-header ul li{
		font-size:15px
	}
	.contact-info-box .icon h3{
		font-size:20px
	}
	.contact-info-box .icon i{
		font-size:16px
	}
	.philosophy-slides.owl-theme .owl-dots{
		top:100%;
		-webkit-transform:translateY(-100%);
		transform:translateY(-100%)
	}
	.clients-slides.owl-theme .owl-nav [class*=owl-]{
		top:90%
	}
	.products-details-slides .next-arrow{
		display:none!important
	}
	.offer-item{
		max-width:465px
	}
	.single-blog .blog-content{
		padding:50px 10px 30px
	}
	.single-blog .blog-content h3{
		font-size:20px
	}
	.main-banner-image .image-shape{
		display:none
	}
	.about-main-image .about-shape .shape-1{
		display:none
	}
	.main-slides-item-box .main-slides-content{
		max-width:545px
	}
	.main-slides-item-box .main-slides-content h1{
		font-size:45px
	}
	.services-list-tab .tabs li a{
		text-align:left
	}
	.contact-info-box{
		border-radius:50px 50px 0 50px
	}
	.contact-info-box .icon{
		padding:20px
	}
}
@media only screen and (min-width:1200px) and (max-width:1399px){
	.main-slides-item-box .main-slides-content{
		max-width:640px;
		margin-left:auto
	}
	.main-slides-item-box .main-slides-content h1{
		font-size:45px
	}
}
@media only screen and (min-width:1450px){
	.container{
		max-width:1410px
	}
}
@media only screen and (min-width:1800px){
	.main-banner-item{
		padding-top:175px;
		padding-bottom:300px
	}
	.main-banner-image .image-shape{
		max-width:460px
	}
	.offer-item .accordion .accordion-item{
		padding:30px 30px 30px 100px
	}
	.offer-item .accordion .accordion-item .accordion-title i{
		height:60px;
		width:60px;
		line-height:60px;
		left:25px;
		top:28px
	}
}

