@charset "UTF-8";
/*
Theme Name: feeluheal-wellness
Theme URI: https://wordpress.org/themes/twentynineteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Requires at least: 4.9.6
Requires PHP: 5.2.4
Version: 1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentynineteen
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Variables
# Normalize
# Typography
	## Headings
	## Copy
# Elements
	## Lists
	## Tables
# Forms
	## Buttons
	## Fields
# Navigation
	## Links
	## Menus
	## Next & Previous
# Accessibility
# Alignments
# Clearings
# Layout
# Widgets
# Content
	## Archives
	## Posts and pages
	## Comments
# Blocks
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*
 * Chrome renders extra-wide &nbsp; characters for the Hoefler Text font.
 * This results in a jumping cursor when typing in both the Classic and block
 * editors. The following font-face override fixes the issue by manually inserting
 * a custom font that includes just a Hoefler Text space replacement for that
 * character instead.
 */


@font-face {
    font-family: 'Papyrus';
    src: url('/wp-content/themes/feeluhealWellness/fonts/Papyrus-Regular.woff2') format('woff2'),
        url('/wp-content/themes/feeluhealWellness/fonts/Papyrus-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Arca Majora 3';
    src: url('/wp-content/themes/feeluhealWellness/fonts/ArcaMajora3-Heavy.woff2') format('woff2'),
        url('/wp-content/themes/feeluhealWellness/fonts/ArcaMajora3-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}
html {
  scroll-behavior: smooth;
  overflow-x:hidden;
}
.aos-animate{
	transition: all 1s ease-out!important;
    -webkit-transition: all 1s ease-out!important;
	}
*{
	box-sizing: border-box;
}
body{
	margin:0px;
	padding:0px;
}
h1, h2, h3, h4, h5, h6{
	margin:0px;
	font-family: 'Papyrus';
}
ul{
	padding:0px;
	margin:0px;
}
h1{
	font-size:50px;
}
h2{
	font-size:36px;
	color:#1662db;
}
h3{
	font-size:26px;
}
p{
	font-size:16px;
	font-family: 'Raleway', sans-serif;
	margin:0px;
	color:#646464;
}
a{
	font-family: 'Raleway', sans-serif;
}
.wrapper{
	width:100%;
	max-width:1200px;
	margin:0 auto;
}
.section-col{
	width:100%;
	float:left;
}
.banner-header-main {
    background: url(../images/banner-background.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    float: left;
    height: 100%;
}
.banner-header-main .header-main {
    width: 100%;
    float: left;
    padding: 20px 0px;
}
.banner-header-main .header-main .logo {
    width: 20%;
    float: left;
}
.banner-header-main .header-main .logo a {
	width:100%;
	float:left;
}
.banner-header-main .header-main .logo a img {
	width:100%;
	    height: 100%;
}
.nav-bar {
    width: 80%;
    float: left;
	    margin: 6px 0px;
}
.nav-bar ul {
    width: auto;
    float: right;
	padding: 28px 0px;
}
.nav-bar ul li {
    width: auto;
    list-style: none;
    display: inline-block;
}
.nav-bar ul li a {
    text-decoration: none;
    width: 100%;
    float: left;
    padding: 7px 40px;
    color: #059deb;
    font-weight: 600;
	font-size: 15px;
    color: #ae9181;
      font-family: 'Arca Majora 3';
    text-transform: uppercase;
}
.nav-bar ul li a:nth-first-child{
	padding-left:0px;
}
.nav-bar ul li a:hover {
    color: #20b1b2;
}
.banner-sec {
    width: 100%;
    float: left;
    text-align: center;
    margin: 117px 0px 117px;
}
.banner-sec .image {
    width: 100%;
    float: left;
}
.banner-sec .image img {
    width: 100%;
    max-width: 160px;
}
.banner-sec .title h1 {
    color: #36b9b9;
    font-size: 50px;
    font-weight: normal;
    margin: 30px 0 20px;
    line-height: 58px;
}
.title {
    width: 100%;
    float: left;
}
.banner-sec .title p{
    color: #8c6d5b;
    font-size: 18px;
    line-height: 26px;
}
.about-us-sec .heading h2, .Services-sec h2, .Schedule-sec h2{  
  color: #22b1b2;
    font-size: 36px;
    width: auto;
    display: inline-block;
    padding-bottom: 30px;
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
}
.about-us-sec .heading h2:after, .Services-sec h2:after, .Schedule-sec h2:after{
    content: '';
    background: url(/wp-content/uploads/2020/05/headin-underline.png);
    position: absolute;
    width: 150px;
    height: 70px;
    left: 50%;
    top: 60px;
    z-index: 1;
    transform: translate(-50%, -50%);
    background-position: center;
    background-repeat: no-repeat;
}
.about-us-sec .content-sec {
    width: 100%;
    float: left;
    margin: 60px 0px 0px;
}
.heading {
    margin-top: 40px;
}
.Services-sec .heading, .schedule-sec .heading {
    margin-bottom: 64px;
	text-align: center;
}
.about-us-sec .content-sec .left-img {
    width: 35%;
    float: left;
}
.about-us-sec .content-sec .left-img img {
    width: 100%;
    float: left;
}
.right-text {
    float: left;
    width: 64%;
    padding: 0 0px 0px 80px;
}
.right-text p {
    color: #8c6d5b;
    font-size: 16px;
    line-height: 26px;
	padding: 0px 0px 20PX;
}
.Services-sec {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    float: left;
    height: 100%;
    margin: 40px 0px 0px;
    padding: 20px 0px 50px;
}
.Services-sec .content-sec .image img {
    transform: rotatey(0deg);
    transition: all 1s ease 0s;
    border-radius: 50%;
    border: 1px solid #ae9181;
}
.Services-sec .content-sec:hover img{
    transform: rotatey(380deg);
}
.Services-sec .content-sec .heading-sec h3 {
    color: #22b1b3;
    font-size: 25px;
    margin: 18px 0 10px;
}
.Services-sec .content-sec {
    width: 33%;
    float: left;
    text-align: center;
    padding: 10px 15px;
}
.Services-sec .content-sec p {
    color: #8c6d5b;
    font-size: 15px;
    line-height: 22px;
}
.Services-sec .content-sec a:hover {
    color: #22b1b3;
    border: 1px solid #22b1b3;
}
.Services-sec .content-sec a {
    color: #83695a;
    font-size: 14px;
    display: inline-block;
    border: 1px solid #8d7669;
    background: #fff;
    margin-top: 18px;
    padding: 8px 0;
    width: 110px;
font-weight:800;
text-decoration:none;
}
.schedule-sec .schedule-text p {
   color: #917261;
    font-size: 15px;
	width:100%;
	float:left;
	text-align:center;
}
.schedule-text {
    width: 100%;
    float: left;
    margin: 30px 0px;
    text-align: center;
    padding: 0px 40px;
}
.schedule-text  span {
    width: 100%;
    float: left;
    margin: 20px 0px;
    color: #22b1b3;
    font-family: 'PT Sans', sans-serif;
    font-weight: 600;
}
footer {
    width: 100%;
    float: left;
    margin: 20px 0px;
}
footer .foote-items {
    width: 30%;
    float: left;
}
footer .foote-items .foot-head h2 {
    color: #22b1b2;
    font-size: 36px;
    display: inline-block;
    padding-bottom: 35px;
    width: 100%;
    height: 100%;
    position: relative;
}
 footer .foote-items .foot-head h2:after{
    content: '';
    background: url('/wp-content/uploads/2020/05/headin-underline.png');
    position: absolute;
    width: 150px;
    height: 70px;
    left: 14%;
    top: 60px;
    z-index: 1;
    transform: translate(-50%, -50%);
    background-position: center;
    background-repeat: no-repeat;
}
.addres-sec {
    width: 100%;
    float: left;
}
.addres-sec .locate {
    width: 100%;
    float: left;
    margin: 6px 0px;
}
.addres-sec .locate .icon {
    width: 10%;
    float: left;
}
.text-sec a {
    float: left;
    padding-left: 20px;
    width: auto;
    color: #83695a;
    font-size: 14px;
    text-decoration: none;
    line-height: 27px;
}
.text-sec a:hover {
    color: #22b1b3;
}
.text-sec span {
    float: left;
    padding-left: 0px;
    width: 90%;
    color: #83695a;
    font-size: 14px;
    text-decoration: none;
	font-family: 'Raleway', sans-serif;
    line-height: 27px;
}
.copyright-sec{
    padding: 10px 0;
    margin-top: 30px;
    position: relative;
	width:100%;
	float:left;
}
.copyright-sec:before {
    background: url('/wp-content/uploads/2020/05/border-line.png');
    content: '';
    background-repeat: no-repeat;
    width: 100%;
    height: 1px;
    left: 0px;
    top: 0px;
    position: absolute;
    background-size: cover;
    z-index: 999999;
}
.copyright-sec p{
    color: #837567;
    font-size: 14px;
	text-align:center;
}
.space-back {
    width: 100%;
    float: left;
    height: 65px;
}
.sticky-header {
    background-color: hsl(0, 0%, 100%);
    border-bottom: 1px solid hsl(0, 0%, 80%);
    left: 0;
    position: fixed;
    top: 0;
    z-index: 999;
}
.sticky-header .logo {
    position: relative;
    left: 65px;
}
.sticky-header .logo a img {
    max-width: 220px;
}
.sticky-header .nav-bar {
    width: 76%;
}
.sticky-header .nav-bar ul {
    padding: 25px 0px;
}
.banner-header-main .sticky-header {
    padding: 5px 0px 0px;
} 
/* .sticky-header{
	display:none;
} */
/*--------------1june---------------*/
.addres-sec .icon {
    width: 10%;
    float: left;
}
.social-icons p span img:hover{
	    transform: rotatey(380deg);
}
.social-icons p span img{
    transform: rotatey(0deg);
    transition: all 1s ease 0s;
}
.postid-23 .banner-header-main, .postid-24 .banner-header-main, .postid-25 .banner-header-main{
    height: 330px;
}
.wellness-content-sec {
    width: 100%;
    float: left;
    text-align: center;
}
.wellness-content-sec h2 {
    color: #000;
}
/*--------------1june---------------*/
/*--------------3june---------------*/
.about-us-sec .content-sec .right-text h3 {
    color: #34b7b9;
    font-size: 20px;
}
.about-us-sec .content-sec .right-text ul li, .post-content-sec .main-content ul li {
    list-style: none;
    padding: 4px 25px;
    width: 50%;
    float: left;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    position: relative;
	text-align: left;
}
ul.post-list-con {
    width: 100%;
    float: none;
    padding: 0 100px;
}
.about-us-sec .content-sec .right-text ul li:before, .post-content-sec .main-content ul li:before {
    content: '\f1b3';
    position: absolute;
    font-family: FontAwesome;
    color: #29a8b2;
    left: 0px;
    top: 7px;
    font-size: 10px;
}
/*--------------3june---------------*/

/*--------------4june---------------*/
.Services-sec .content-sec .para {
    color: #8c6d5b;
    font-family: 'raleway';
    line-height: 22px;
}
.post-content-sec p {
    line-height: 28px;
}
.wellness-content-sec h2 {
    color: #000;
    margin-bottom: 10px;
}
.select2-dropdown span.select2-results ul li {
    width: 100%!important;
    float: left;
	display: block!important;
}

/*--------------4june---------------*/
/*_----------------responsive---------------*/

@media only screen and (max-width:1400px){
.wrapper{
		width:95%;
}
}
@media only screen and (max-width:1169px){
.copyright-sec:before {
    background-size: contain;
}
}
@media only screen and (max-width:1099px){
.nav-bar ul {
    padding: 20px 0px;
}
}
@media only screen and (max-width:1023px){
.about-us-sec .content-sec .left-img {
    width: 100%;
    float: none;
    margin: 0 auto;
    max-width: 500px;
}
.right-text {
    float: left;
    width: 100%;
    padding: 60px 60px 20px;
}
.about-us-sec .content-sec .right-text ul li {
    padding: 10px 20px;
}
.about-us-sec .content-sec .right-text ul li:before {
    top: 14px;
}
}
@media only screen and (max-width:979px){
footer .foote-items .foot-head h2 {
    font-size: 30px;
}
.banner-sec .title h1 {
    font-size: 44px;
}
.right-text {
    padding: 60px 37px 20px;
}
.main-content h3 {
    margin: 30px 0px;
}
ul.post-list-con {
    width: 100%;
    float: none;
    padding: 0 0px;
    max-width: 860px;
    margin: 0 auto;
}
}
@media only screen and (max-width:799px){
.Services-sec .content-sec .heading-sec h3 {
    font-size: 22px;
}
footer .foote-items {
    width: 40%;
}
}
@media only screen and (max-width:767px){
.banner-header-main .header-main .logo {
    width: 25%;
}
.nav-bar ul li a {
    padding: 7px 25px;
}
.nav-bar {
    width: 75%;
    margin: 0px 0px;
}
.sticky-header .nav-bar {
    width: 70%;
}
.about-us-sec .content-sec .left-img {
    width: 100%;
    float: none;
    max-width: 460px;
    margin: 0 auto;
}
.right-text {
    width: 100%;
    padding: 30px 0px;
    text-align: left;
}
.Services-sec .content-sec {
    width: 100%;
    padding: 22px 15px;
}
.about-us-sec .content-sec .right-text ul {
    margin-top: 25px;
}
.about-us-sec .content-sec .right-text ul li {
    padding: 10px 20px 10px 20px;
    text-align: left;
}
}
@media only screen and (max-width:639px){
.sticky-header, .nav-bar {
    display: none!important;
}
button#responsive-menu-button {
    position: absolute!important;
    right: 30px!important;
    background: none!important;
    top: 25px!important;

}
.banner-sec .title h1 {
    font-size: 27px;
}
.banner-sec .image img {
    width: 100%;
    max-width: 130px;
}
footer .foote-items .foot-head h2 {
    font-size: 23px;
}
button#responsive-menu-button span span, button#responsive-menu-button span span:before, button#responsive-menu-button span span:after {
    background: #07a1a2!important;
}
.banner-header-main .header-main .logo {
    width: 30%;
}
footer .foote-items .foot-head h2:after {
    left: 27%;
    top: 44px;
}
footer .foote-items {
    width: 50%;
}
#responsive-menu-container {
    width: 50%!important;
}
.wellness-content-sec h2 {
    font-size: 27px;
}
.postid-23 .banner-header-main, .postid-24 .banner-header-main, .postid-25 .banner-header-main {
    height: 170px;
}
.about-us-sec .content-sec .right-text ul li {
    padding: 10px 20px 10px 25px;
    width: 100%;
}
.about-us-sec .content-sec .right-text ul li:before {
    left: 2px;
}
}
@media only screen and (max-width:479px){
.banner-header-main .header-main .logo {
    width: 40%;
}
.banner-sec .title h1 {
    line-height: 40px;
}
.banner-sec .title p {
    font-size: 14px;
    line-height: 24px;
}
.about-us-sec .heading h2, .Services-sec h2, .Schedule-sec h2 {
    font-size: 25px;
}
.about-us-sec .heading h2:after, .Services-sec h2:after, .Schedule-sec h2:after {
    top: 45px;
}
.right-text {
    padding: 30px 0px 0px;
}
.schedule-text {
    padding: 0px 10px;
}
footer .foote-items {
    width: 100%;
}
footer .foote-items .foot-head h2:after {
    left: 48px;
}
.about-us-sec .content-sec .right-text ul li {
    padding: 10px 20px 10px 30px;
}
.about-us-sec .content-sec .right-text ul li:before {
    left: 8px;
}
.post-content-sec .main-content ul li {
    width: 100%;
	    padding: 4px 0px 4px 25px;
}
}
/*_----------------responsive---------------*/