/*
Theme Name: Dr Rejuvenate Healthcare
Theme URI:
Description:
Version: 1.0.0
Author:
*/


body{
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #6B6C6A;
	font-weight:400;
    overflow-x: hidden;
	font-family: "Raleway", sans-serif;
   
}
a, a:hover{
	text-decoration:none;
	color: #4c513b;
	font-weight: 500;
}
h1, h2, h3, h4, h5 {
	font-family: "Noto Sans", sans-serif;
	color:#4C513B;
}

h2{
	color:#4C513B;
	font-weight:400;
}

h3{
	color:#4C513B;
	font-weight:500;
}
h4 {
    color: #4C513B;
	font-weight:500;
}
.hero-banner {
    min-height: 784px;
}

.hero-banner h1 span{
	display:block;
}
.hero-banner h1 {
    font-weight: 400;
    font-size: 52px;
	font-family: "Montserrat", sans-serif;
}
.heading-tag {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
	margin-bottom:0;
}
.hero-banner h1 span {
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.theme-btn a {
    border-radius: 100px;
    background-color: #4C513B;
    font-size: 16px;
    min-width: 200px;
    padding: 10px 30px;
    transition: 0.3s;
    border: 1px solid #4C513B;
	font-family: "Montserrat", sans-serif;
	font-weight:600;
	color:#E7EFC0;
}
.theme-btn .btn-white a {
    background-color: transparent;
    border-color: #4C513B;
	color:#4C513B;
}
.theme-btn a:hover {
    background-color: #191c25 !important;
	border: 1px solid #27334b !important;
	color:#E7EFC0 !important;
}
.post-nav-btns {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.client-logo {
    margin-top: 30px;
}
.help-service-bx {
    background-color: #fff;
    height: calc(100% - 30px);
}

.help-service-bx .content {
    padding: 30px;
}

.help-service-bx .content h3 {
    margin-top: 0;
}
.help-service-bx ul {
    padding-left: 0;
    list-style: none;
    column-count: 3;
    column-gap: 16px;
    margin-bottom:0;
    margin-top:20px;
}

.help-service-bx ul li:after {
    width: 16px;
    height: 16px;
    content: '';
    display: block;
    background-image: url(https://www.rejuvenateosteopathy.com/wp-content/uploads/2026/03/check-icon.png);
    background-size: cover;
    position: absolute;
    left: 0;
    top: 3px;
}

.help-service-bx ul li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 10px;
    font-weight: 600;
}
.help-service-bx {
    margin-top: 30px;
}
.why-choose-sec .content {
    padding: 50px 80px !important;
}
.why-choose-sec h2{
	margin-top:0;
}
.choose-bx h4, .story-bx h3 {
    color: #E7EFC0;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
	position:relative;
}
.story-bx h3:before {
    width: 20px;
    height: 20px;
    border: 2px solid #E7EFC0;
    position: absolute;
    left: 0;
    top: 3px;
    content: '';
    display: block;
    border-radius: 50%;
    right: 0;
    margin: 0 auto;
}

.story-bx h3 {
    padding-top: 50px;
}
.choose-bx p {
    color: #fff;
}

.choose-bx p.read-link {
    margin-bottom: 0;
    margin-top: 40px;
}

.choose-bx {
    margin: 30px 0;
    padding-left: 30px;
    position: relative;
}

.choose-bx:before {
    width: 20px;
    height: 20px;
    border: 2px solid #E7EFC0;
    position: absolute;
    left: 0;
    top: 3px;
    content: '';
    display: block;
    border-radius: 50%;
}
.row.justify-content-center.team-row {
    /*gap: 30px;*/
}

.row.justify-content-center.team-row .col-xl-3 {
    /*flex: 0 0 calc(25% - 23px);
    width: calc(25% - 23px);*/
}

.team-bx img {
    width: 100%;
}
figure.img-rite {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
    width: 460px;
}
.team-bx {
    text-align: center;
    position: relative;
    transition: 0.3s;
    transform: translateY(0);
    box-shadow: 0 10px 10px #4c523a00;
	margin-top:30px;
	background-color:#fff;
}

.team-bx:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 10px #4c523a1a;
}

.team-text {
    padding: 15px;
}

.team-bx > a {
    /*position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;*/
}
.location-row .col-lg-3 {
    flex: 0 0 20%;
}
.location-bx {
    margin-top: 30px;
}
.para-bold{
	font-weight:500;
	font-size:18px;
}
.cta-sec .theme-btn {
    margin-top: 30px;
}
body.home .logo-d {
    display: none;
}

.logo img {
    height: 70px !important;
}

.main-header {
    position: absolute !important;
    top: 0;
    z-index: 999;
    width: 100%;
    padding: 10px 0 20px !important;
    transition: 0.3s;
    border-bottom: 1px solid transparent !important;
}
body:not(.home) .main-header{
	border-bottom: 1px solid #B7B9B1 !important;
	background-color:#fff;
}
.logo {
    transition: 0.3s;
    margin-top: 36px;
}
.hero-banner .content {
    margin-top: 130px !important;
}

.MenuFixed, body:not(.home) .main-header.MenuFixed {
    position: fixed !important;
    z-index: 99;
    top: 0;
    background-color: #fff;
    box-shadow: 0 0 60px #0000000d !important;
    animation: fadeIn 0.3s;
	border-bottom: 1px solid transparent !important;
}

.MenuFixed .logo-w, body:not(.home) .logo-w {
    /*display: none;*/
}

.MenuFixed .logo-d, 
body:not(.home) .logo-d {
    /*display: block !important;*/
}

.MenuFixed #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link, 
body:not(.home) #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    /*color: #6B6C6A !important;*/
}

.MenuFixed #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, .MenuFixed #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover, body:not(.home) #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, body:not(.home) #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
    /*border-color: #5587e6 !important;*/
}
.contact-ft {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.contact-ft img {
    height: 20px;
}

.contact-ft a {
    color: #fff;
    display: flex;
    gap: 10px;
    align-items: center;
	font-family: "Montserrat", sans-serif;
}
.social-icons img {
    height: 20px !important;
}

.details-ft > div {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: end;
}
.hours-time {
    margin-top: 20px;
}

.hours-time p {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 6px;
}


.hour-ft {
    width: 262px;
    max-width: 100%;
}
.ft-logo img {
    height: 70px;
}
.ft-bottom ul.wp-block-list {
    display: flex;
    justify-content: center;
    gap: 30px;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.ft-bottom {
    padding: 30px 0 5px;
}
.ewd-ufaq-faq-div {
    border-top: 1px solid #F7E4C4;
    margin: 0;
    padding: 15px 30px !important;
}

.ewd-ufaq-faq-div:last-child {
    border-bottom: 1px solid #F7E4C4;
}

.ewd-ufaq-faq-title h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}

.ewd-ufaq-post-margin-symbol {
    color: #fff;
    margin-right: 10px !important;
}
.ewd-ufaq-faq-body {
    padding: 10px 0 !important;
    color: #fff;
}
.ewd-ufaq-post-margin-symbol span {
    font-size: 16px !important;
}

.ewd-ufaq-faq-title a {
    display: flex !important;
    align-items: center;
}
.ewd-ufaq-faq-categories {
    display: none !important;
}
.ewd-ufaq-post-margin p a {
    color: #fff;
    text-decoration: underline;
}
.ewd-ufaq-faqs {
    margin-top: 50px;
}
.step-bx {
    padding: 30px;
    border: 1px solid #fff;
    margin-top: 30px;
    height: calc(100% - 30px);
}

.step-txt {
    text-transform: uppercase;
    letter-spacing: 4px;
    font-family: "Montserrat", sans-serif;
}
.service-bx:hover {
    transform: scale(0.94);
}
.service-bx {
    background-color: #FFFFFF;
    position: relative;
    margin-top: 30px;
    transition: 0.2s;
    transform: scale(1);
}
.service-bx > a {
	/*position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;*/
}
.service-bx img {
    width: 100%;
}

.service-text h4 {
    font-weight: 400;
    min-height: 20px;
}

.service-text {
    padding: 20px 10px;
}

.service-text p a {
    color: #4C513B;
    text-decoration: none;
    font-size: 14px;
}
.conditions-bx a > div {
    display: flex;
}

.conditions-img {
    background-color: #4C513B;
    height: 100px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.conditions-text {
    flex: 1;
    background-color: #fff;
    display: flex;
    align-items: center;
    padding: 20px;
}

.conditions-bx {
    margin-top: 20px;
    position: relative;
    transition: 0.3s;
    transform: translateY(0);
    box-shadow: 0 10px 10px #4c523a00;
}

.conditions-img img {
    height: 60px;
}

.conditions-bx > a {
    /*position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;*/
}

.conditions-bx:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 10px #4c523a1a;
}
.form-control {
    border-radius: 0 !important;
    font-size: 16px !important;
    padding: 12px 20px;
}

span.wpcf7-list-item.first {
    margin-left: 0;
}

span.wpcf7-form-control.wpcf7-checkbox {
    margin-top: 10px !important;
    display: block;
}
span.wpcf7-not-valid-tip {
    font-size: 14px;
    margin-top: 10px;
}
.wpcf7-response-output {
    color: #4c513b !important;
    background-color: #e7efc0;
    border-color: #e7efc0 !important;
    border-radius: 50px !important;
    text-align: center;
}
input.wpcf7-form-control.submit-btn {
   
    background-color: #4c513b;
    font-weight: 600;
    padding: 14px 40px;
    min-width: 240px;
    border-radius: 80px;
    color: #e7efc0;
}
span.wpcf7-spinner {
    position: absolute;
    right: 20px;
    transform: translateY(16px);
}
p.read-link a {
    color: #fff;
    text-decoration: none;
}

.map-bx {
    margin-top: 30px;
}
.cta-sec h2{
	font-family: "Montserrat", sans-serif;
}
.cta-sec .para-bold {
	font-family: "Montserrat", sans-serif;
}
.ft-logo {
    padding: 60px 0;
    border-bottom: 1px solid #fff;
}
.blog-bx img {
    width: 100%;
}

.blog-bx {
    transition: 0.2s;
    transform: scale(1);
    margin-top: 30px;
    position:relative;
}
.blog-bx > a{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
}
.blog-bx:hover{
    transform: scale(0.95);
}
.sec-space-lg{
	padding:80px 0 !important;
}
.story-bx {
    padding: 0 30px;
}
.map-img {
    position: relative;
}

.map-img .wp-block-buttons {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.map-img .wp-block-buttons a {
    border-radius: 0;
    background-color: #4C513B;
    font-size: 16px;
    min-width: 200px;
    padding: 10px 30px;
    transition: 0.3s;
    border: 1px solid #4C513B;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #E7EFC0;
}

.map-img .wp-block-buttons a:hover{
    background-color: #191c25 !important;
    border: 1px solid #27334b !important;
    color: #E7EFC0 !important;
}
.mbile-cta-btns {
    position: fixed;
    bottom: 0;
    background-color: #4c513b;
    width: 100%;
}

.mbile-cta-btns .theme-btn a {
    border-radius: 0;
}

.mbile-cta-btns:before {
    content: '';
    display: block;
    width: 1px;
    height: 20px;
    background-color: #E7EFC0;
    position: absolute;
    left: 50%;
    top: calc(50% - 10px);
}

.hours-list {
    width: 400px;
    margin: 0 auto;
    max-width: 100%;
}

.hours-list p {
    margin-bottom: 0;
    border-bottom: 1px solid #e7efc0;
    font-family: "Noto Sans", sans-serif;
    padding: 10px 0;
}

.hours-list .col-md-6 {
    padding: 0;
}

.hours-list .row {
    margin: 0;
}

.hours-list .col-md-6:last-child {
    text-align: right;
}
.single-service .condition-sec {
    display: none;
}
.wp-block-group.yt-banner {
    pointer-events: none;
    position: absolute !important;
    top: -10% !important;
}
.yt-banner iframe {
    width: 2560px !important;
    height: 1440px !important;
}
.content-container{
	z-index:999;
}
.hero-banner {
    position: relative !important;
    overflow: hidden !important;
}

.wp-block-group.yt-banner:before {
    position: absolute;
    background-color: #e7efc0a3;
    content: '';
    width: 100%;
    height: 100%;
    z-index: 9;
}

p.sub-text {
    font-size: 16px;
	margin-bottom:20px;
}
ol.inner-list {
    margin: 0;
    padding: 0px;
    padding-left: 30px;
    margin-bottom: 10px;
}
ol.inner-list ul {
    padding-left: 15px;
}
ol.inner-list ul li {
	position: relative;
    padding-left: 5px;
    line-height: 22px;
    padding-bottom: 10px;
}
ol.inner-list li{
	margin: 10px 0;
}
ul.inner-list {
    margin: 0;
    padding: 0px;
    list-style: none;
    padding-bottom: 20px;
    padding-left: 15px;
}
ul.inner-list-2 {
   columns:2;
   padding-left: 0px;	
}
ul.inner-list-3 {
   columns:3;
   padding-left: 0px;	
}
ul.inner-list li {
    position: relative;
    padding-left: 15px;
    line-height: 28px;
    font-weight: 400;
}
ul.inner-list li:before {
    color: #4c513b;
    content: "\2022";
    font-weight: 400;
    display: inline-block;
    font-size: 16px;
    left: 0px;
    top: 0px;
    position: absolute;
}
ul.inner-list ul {
    list-style: none;
	margin-top:10px;
	margin-bottom: 0px;
}
.green-box {
    background-color: #e7efc0;
    padding: 30px 15px;
    height: 430px;
}
.map-img iframe {
    width: 100%;
}
.mb-img {
    display: none;
}

/******RESPONNSIVE CSS******/

@media (max-width: 1920px) {
	

.service-text h4 {
    font-size: 18px;
}		
.conditions-img {
    height: 110px;
}	
	
}

@media (max-width: 1800px) {
    header #mega-menu-primary {
        column-gap: 20px !important;
	}
.service-text {
    padding: 20px 10px;
    min-height: 130px;
}	

}
@media (max-width: 1599px) {
	.hero-banner h1 {
		font-size: 46px;
	}
.yt-banner iframe {
    width: 1920px !important;
    height: 1080px !important;
}	
    .conditions-img {
        height: 135px;
    }	
}

@media (max-width: 1400px) {
	
	header #mega-menu-primary {
        column-gap: 10px !important;
	}
	.hero-banner h1 {
		font-size: 42px;
	}
	.help-service-bx ul {
		column-count: 2;
	}
	
	.hero-banner {
    	min-height: 624px;
	}
}
@media (max-width: 1299px) {
	.hero-banner {
		min-height: 584px;
	}
	 #mega-menu-primary li a {
        font-size: 12px !important;
    }
	.theme-btn a{
		font-size:12px;
	}
	.logo img, .ft-logo img {
		height: 66px !important;
	}

}
@media (max-width: 1199px) {
.mega-menu-toggle {
    position: absolute !important;
    right: 0;
    top: -40px;
}

#mainHeader .row {
    align-items: center;
}
.logo {
    margin-top: 0;
}
.wp-block-group.top-right-btns {
    padding-right: 60px;
}
    .logo img {
        height: 52px !important;
    }
	    .hero-banner {
        min-height: 504px;
    }
	.hero-banner .content {
    margin-top: 60px !important;
}
}
@media (max-width: 991px) {
.MenuFixed #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link, body:not(.home) #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
	/*color:#fff !important;*/
	}
.location-row .col-lg-3 {
    flex: 0 0 30%;
}
.details-ft > div {
    flex-direction: column;
}
.green-box {
    background-color: #e7efc0;
    padding: 30px 15px;
    height: unset;
	margin-bottom: 20px;
}	
}
@media (max-width: 767px) {
.mb-img {
    display: block;
}
	.ds-img {
    display: none;
}
.top-right-btns {
    display: none;
}
    .mega-menu-toggle {
        top: -45px;
    }
	    .hero-banner h1 {
        font-size: 36px;
        text-align: center;
    }
	    .hero-banner .content {
        margin-top: 0 !important;
    }
	.hero-banner .theme-btn {
    justify-content: center;
}

    .hero-banner {
        background-size: 498px !important;
        background-color: #e6f0bf;
        background-position: bottom !important;
        justify-content: flex-start !important;
        padding-top: 120px !important;
        min-height: 680px;
    }
.why-choose-sec .content {
    padding: 50px 15px !important;
}
.hour-ft {
    margin: 0 auto;
}
.location-row .col-lg-3 {
        flex: 0 0 50%;
    }
	.ft-logo {
    transform: translateY(0);
    text-align: center;
    margin-top: 30px;
}
	.service-text h4 {
    font-weight: 400;
    min-height: 40px;
}
}
@media (max-width: 575px) {
.yt-banner iframe {
        width: 616px !important;
        height: 410px !important;
    }
.hero-banner {
        min-height: 340px;
    }
    .vimeo-wrapper {
        padding-bottom: 100.25% !important;
    }

.wp-block-group.details-ft {
    margin: 20px 0;
}
	figure.img-rite {
    float: none;
    margin-left: 0;
    margin-bottom: 20px !important;
    width: 460px;
    max-width: 100%;
}
    .conditions-img {
        height: 141px;
    }
	.mbile-cta-btns .theme-btn a {
    min-width: 160px !important;
}

}