@media screen and (min-width: 5500px) {
.banner-img.about_banner::before {
	left: -6%;
	width: 35vw;
	height: 320px;
	bottom: -100px;
}
.banner-img.about_banner::after {
	left: 27%;
	height: 320px;
	bottom: -100px;
}
}
@media screen and (max-width: 1599px) {
.banner-img.about_banner::before {
	height: 180px;
}
.banner-img.about_banner::after {
	height: 180px;
}
}
 @media screen and (max-width: 1365px) {
.included-heading .wave {
	bottom: -40px;
}
.banner-img.about_banner::before {
	height: 150px;
}
.banner-img.about_banner::after {
	height: 150px;
	left: 30%;
	width: 40vw;
}
}
 @media screen and (max-width: 1199px) {
.our-feature .features {
	grid-template-columns: repeat(3, 1fr);
}
.contact-sec .form .form-group {
	padding: 0 20px;
}
}
 @media screen and (max-width: 991px)
 {
	 
	.included-heading.about_us {
  margin-top: 25px;
}
	
	
	
	 .about_layer-sec
{ 
  top: 22%; 
}	 
	 	 
.about_layer-sec h1
{ 
  font-size: 50px;  
}

.about_layer-sec h2
{ 
  font-size: 36px;  
}

.about_layer-sec h3
{
  font-size: 20px; 
  margin-top:10px; 
} 
	 	 
	 
	 
	 
	 
	 
.right-block h3 {
	font-size: 22px;
}
.right-block p {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 16px;
}
.about-page-heading .right-block ul li {
	font-size: 18px;
}
.about-page-heading .right-block ul li {
	margin-bottom: 2px;
}
.right-block h3 {
	line-height: 28px;
}
.about-page-heading .right-block {
	top: -295px;
}
html {
	font-size: 90%;
}
.login-sec {
	max-width: 720px;
}
.included-heading .wave {
	bottom: -15px;
}
.included-services {
	column-gap: 50px;
	padding-top: 30px;
}
.included-services .service-block {
	margin-top: 30px;
}
.testimonial-sec .item {
	padding: 0 15px;
}
.testimonial-sec .quote-content:after {
	left: 20px;
}
.testimonial-sec .member-info {
	padding-left: 30px;
}
.yourwellnesshub-workplace {
	grid-template-columns: repeat(2, 1fr);
	grid-row-gap: 20px;
}
.yourwellnesshub-workplace .block .icon {
	width: 80px;
}
.yourwellnesshub-workplace .block {
	padding-top: 40px;
}
.yourwellnesshub-workplace .block .block-content {
	padding: 55px 20px 30px;
}
.thanks-message {
	width: 85%;
}
.contact-sec .contact-block .btn {
	font-size: 1.125rem;
}
.banner-img.about_banner::before {
	height: 130px;
}
.banner-img.about_banner::after {
	height: 130px;
	left: 28%;
}
}
 @media screen and (max-width: 767px)
 {
	 
	.included-heading.about_us {
  margin-top: 25px;
} 
	 
.site-banner .login-sec .login-sec-subtitle
{
  font-size: 16px; 
}
 
 
 .fromsection_outer
{
	margin-top:100px;
}
	 
	 
	 
.about_layer-sec
{ 
  top: 40%; 
}	 
	 	 
.about_layer-sec h1
{ 
  font-size: 20px;  
}

.about_layer-sec h2
{ 
  font-size: 14px;  
}

.about_layer-sec h3
{
  font-size: 16px; 
  margin-top:10px; 
} 
	 
	 
.right-block h3 {
	font-size: 22px;
}
.right-block p {
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 16px;
}
.about-page-heading .right-block ul li {
	font-size: 18px;
}
.about-page-heading .right-block {
	top: 0px;
	position: relative;
	right: auto !important;
	width: 90%;
	margin-top: -210px;
}
.banner-img.about_banner::before, .banner-img.about_banner::after {
	content: none;
}
html {
	font-size: 80%;
}
body {
	padding-top: 58px;
}
.container, .container-sm {
	max-width: 100%;
}
.site-header a {
	padding: 10px 15px;
}
.site-header {
	padding: 10px 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	background: #fff;
}
.site-header a.logo img {
	max-width: 120px;
}
.humburger-btn {
	position: relative;
	width: 40px;
	height: 20px;
	border: none;
	background: none;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: stretch;
	margin-left: auto;
	z-index: 10;
	cursor: pointer;
}
.humburger-btn span {
	width: 100%;
	height: 2px;
	background: #219b9e;
	border-radius: 2px;
}
.menu-opened .humburger-btn span:first-child {
	transform: rotate(45deg);
	position: relative;
	top: 8px;
}
.menu-opened .humburger-btn span:last-child {
	transform: rotate(-45deg);
	position: relative;
	top: -8px;
}
.menu-opened .humburger-btn span:nth-child(2) {
	display: none;
}
.site-header .nav {
	position: fixed;
	top: 96px;
	left: 0;
	bottom: 0;
	width: 100%;
	display: block;
	z-index: 9;
	background: #fff;
	padding-top: 20px;
	transition: 0.4s;
	transform: translateX(-115%);
}
.menu-opened .site-header .nav {
	transform: translateX(0);
}
.site-header .nav li {
	width: 100%;
	margin-bottom: 15px;
}
.login-sec {
	max-width: 90%;
}
.included-services {
	column-gap: 0;
	grid-template-columns: repeat(1, 1fr);
}
.included-heading img {
	margin-top: 30px;
}
.included-services .service-block {
	margin-top: 15px;
}
.included-services .service-block .service-heading {
	align-items: center;
}
.icons-sec {
	padding: 40px 0;
}
.icons-sec .icon {
	width: 100px;
	height: 100px;
}
.testimonial-sec {
	padding: 40px 0;
}
.testimonial-slider .slick-arrow {
	right: 15px;
}
.testimonial-slider .slick-arrow.slick-prev {
	right: 65px;
}
.site-footer {
	padding: 0px;
}
.left-right-border{
	border:none;
 
}

.footer-last .l-side { 
  width: 100%;
  text-align: center;
}

.footer-last .r-side {
  float: left;
  line-height: 24px;
  text-align: center;
  width: 100%;
  padding-top: 10px;
}

.footer-last { 
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer_address {
  padding-top: 35px;
  padding-bottom: 20px;
  padding-left: 23px;
}


.footer-bottom {
	padding: 5px;
	margin: 0 auto;
}
.footer-block {
	margin-bottom: 30px;
}
.footer-block img {
	max-width: 120px;
}
.about-page-heading .right-block {
	left: auto;
	right: 15px;
	transform: none;
}
.our-feature {
	padding: 60px 0 30px;
}
.why-choose {
	padding: 40px 0 10px;
}
.logos-sec {
	padding: 40px 0;
}
.single-testimonial {
	padding: 40px 0;
}
.bottom-shop-btn {
	padding: 60px 0;
}
.bottom-shop-btn:before {
	right: -47%;
	width: 100%;
}
.contact-block .icon img {
	width: 100px;
}
.contact-sec .contact-block .btn {
	padding: 7px 10px;
	min-width: 0;
}
.thanks-message {
	width: 95%;
}

.site-footer .footer-bottom .sitemap ul li a { 
  padding-left: 15px;
}
.site-footer .footer-bottom .sitemap ul li a::before
{ 
  left: 5px;  
}

.site-footer .footer-bottom .sitemap ul
{  
  text-align: center;
}

.heading
{
  font-size: 2.25rem;  
}

.contact-sec .contact-block .btn {
  font-size: 1.5rem;
}

.login-sec h1
{
  font-size: 21px;
}
.login-sec .login-form .form-field button
{
  font-size: 1.5rem;
}






}
 @media screen and (max-width: 575px) {
.login-sec .login-form .form-field {
	flex-direction: column;
}
.login-sec .login-form .form-field input {
	border-right: 1px solid #7d7d7d;
	border-radius: 4px 4px 0 0;
	border-bottom-color: transparent;
}
.login-sec .login-form .form-field button {
	border-radius: 0 0 4px 4px;
	padding: 0.5rem 1rem;
}
.page-banner .banner-img {
	padding-top: 10%;
}
.page-banner .about_banner {
	padding-top: 33.33%;
}
.our-feature .features {
	grid-template-columns: repeat(2, 1fr);
}
.our-feature .features .featured-block .icon {
	width: 120px;
	height: 120px;
}
.our-feature .features .featured-block .icon img {
	max-width: 70px;
}
.yourwellnesshub-workplace {
	grid-template-columns: repeat(1, 1fr);
	grid-row-gap: 20px;
}
.logos-sec {
	padding: 30px 0;
}
.logos-sec .col-sm-4 {
	margin: 10px 0;
}
.about-page-heading .right-block {
	position: relative;
	right: 0;
}
.about-page-heading .left-block {
	text-align: center;
}
.about-page-heading .right-block {
	margin-top: 0;
	width: 100%;
}
.contact-sec {
	padding: 100px 0 30px;
}
.contact-title .green-box {
	width: 95%;
}
.contact-sec .contact-block:not(:first-child) {
	margin-top: 30px;
}
.contact-sec .contact-block p {
	min-height: 0;
}
.contact-sec .form {
	margin-top: 40px;
}
.contact-sec .form .form-submit {
	text-align: center;
}
.thanks-message {
	margin: 40px auto 0;
}

}
