@charset "utf-8";
/* CSS Document */
html, body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	font-family: "Outfit", sans-serif;
}
body::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 border-radius: 10px;
 background-color: #F5F5F5;
}
body::-webkit-scrollbar {
 width: 3px;
 background-color: #F5F5F5;
}
 body::-webkit-scrollbar-thumb {
 background-color: #666;
}
h1, h2, h3, h4, h5, h6, p, ul, ol {
	margin: 0;
	padding: 0
}
a, button {
	text-decoration: none;
	transition: ease-in 0.3s;
	-moz-transition: ease-in 0.3s;
	-webkit-transition: ease-in 0.3s;
	-ms-transition: ease-in 0.3s;
	-o-transition: ease-in 0.3s;
}
img {
	max-width: 100%
}
/* CSS Document */

/* CSS header */

.header-slider-wraper {
	position: relative;
	background: url(../images/hero-bg.jpg) no-repeat center;
	background-size: cover;
}
.header-main-wraper {
	border-top: 5px solid #06361A;
	border-bottom: 1px solid #bbd7c7;
	position: relative;
	z-index: 11
}
.header-main-wraper .row {
	align-items: center;
}
.site-logo-wrap img {
	width: 230px;
}
.header-nav-wraper ul {
	list-style: none;
	display: flex;
	justify-content: right;
	align-items: center;
}
.header-nav-wraper ul li {
	padding: 20px 5px;
	position: relative
}
.dropdown-header {
	position: absolute;
	background: #fff;
	padding: 0px;
	z-index: 11;
	width: 300px;
	right: 5px;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0px 10px 27px -11px #a5bfaf;
	display: none;
	top: 55px;
}
.header-nav-wraper ul li:hover .dropdown-header {
	display: block;
}
.dropdown-header a {
	padding: 12px 10px !important;
	display: block !important;
	border-bottom: 1px solid #e7eae8;
	border-radius: 0 !important;
	font-size: 13px !important;
}
.header-nav-wraper ul li:nth-last-child(1) {
	padding-left: 5px;
}
.header-nav-wraper ul li a {
	font-weight: 400;
	font-size: 16px;
	color: #042813;
	padding: 6px 15px 8px 15px;
	border-radius: 10px;
}
.header-nav-wraper ul li a:hover {
	background: #0D9B49;
	color: #fff !important;
}
.header-nav-wraper ul li a:hover .caret-down {
	filter: brightness(0) invert(1);
}
.connect-btn {
	display: block;
	padding: 10px 15px !important;
	color: #fff !important;
	background: #06361A;
	border-radius: 10px;
}
.connect-btn img {
	width: 22px;
	margin-left: 10px;
	margin-top: -3px;
}
.phone-btn {
	width: 52px;
	height: 44px;
	background: #0D9B49;
	padding-top: 8px !important;
	border-radius: 10px;
	display: inline-block;
	text-align: center;
}
.phone-btn img {
	width: 18px;
}
.active-nav {
	background: #0D9B49;
	padding: 6px 15px 8px 15px;
	color: #fff !important;
	border-radius: 10px;
}
.hero-area-wraper {
	padding-top: 35px;
	position: relative
}
.hero-area-wraper .doctor-hero-image {
	position: absolute;
	top: 25px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 76%;
}
.hero-area-wraper h1 {
	text-align: center;
	font-size: 65px;
	letter-spacing: -3px;
	line-height: 65px;
	margin-bottom: 15px;
	color: #042813;
	font-weight: 500;
}
.hero-area-wraper h1 span {
	color: #0D9B49;
}
.hero-area-wraper p {
	width: 54%;
	margin: 0 auto;
	text-align: center;
	font-size: 20px;
	font-weight: 300;
	letter-spacing: -0.2px;
	line-height: 28px;
	margin-bottom: 15px;
	color: #042813;
}
.slider-text-wrap {
	position: relative;
	z-index: 1;
	margin-top: 180px;
}
.hero-btn-wrp {
	text-align: center;
	margin-top: 30px;
}
.hero-btn-wrp a {
	padding: 12px 12px 12px 15px;
	color: #fff;
	background: #06361A;
	border-radius: 10px;
	margin: 0 6px
}
.hero-btn-wrp a:hover {
	opacity: 0.8;
}
.hero-btn-wrp a img {
	width: 22px;
	margin-left: 10px;
	margin-top: -5px;
}
.hero-btn-wrp a:nth-child(2) {
	background: #0D9B49
}
.logo-image {
	text-align: center;
	width: 90%;
	margin: 55px auto 25px auto;
}
.scroll-mouse {
	padding-bottom: 50px;
	padding-top: 50px;
	text-align: center
}
.scroll-mouse span {
	font-size: 14px;
	color: #5D846D;
	opacity: 0.7;
	padding-bottom: 10px;
}
.scroll-downs {
	width: 0px;
	height: 45px;
	margin: 0 auto;
}
.mousey {
	padding: 10px 12px;
	height: 21px;
	border: 1px solid #000;
	border-radius: 25px;
	opacity: 0.75;
	box-sizing: content-box;
	margin-left: -14px;
	margin-top: 10px;
}
.scroller {
	width: 3px;
	height: 10px;
	border-radius: 25%;
	background-color: #0D9B49;
	animation-name: scroll;
	animation-duration: 2.2s;
	animation-timing-function: cubic-bezier(.15, .41, .69, .94);
	animation-iteration-count: infinite;
	position: relative;
	left: -1.5px
}
@keyframes scroll {
 0% {
opacity: 0;
}
 10% {
transform: translateY(0);
opacity: 1;
}
 100% {
transform: translateY(15px);
opacity: 0;
}
}
.dropdown-header a:nth-last-child(1) {
	border: none !important;
}
.inner-header-wraper {
	background: none;
}
.inner-header-wraper .header-main-wraper {
	background: #fff;
	border: none;
}
.inner-hero-wrap {
	padding: 40px 0;
	background: url(../images/hero-bg.jpg) no-repeat bottom;
	background-size: cover;
}
.inner-hero-wrap h1 {
	text-align: center;
	font-size: 55px;
	letter-spacing: -3px;
	line-height: 65px;
	color: #042813;
	font-weight: 500;
}
.inner-hero-wrap h1 span {
	color: #0D9B49;
}
.active-nav img {
	filter: brightness(0) invert(1);
}
/* CSS header */

/* CSS content */

.practices-listing-main-wraper {
	background: url(../images/bg-practice.png) no-repeat top;
	padding: 160px 0 70px 0;
	background-size: cover;
	margin-top: -100px;
	position: relative;
}
.top-practice-heading {
	display: flex;
	gap: 25px;
	align-items: center;
	margin-bottom: 60px;
}
.top-practice-heading h2 {
	font-size: 52px;
	line-height: 56px;
	width: 120%;
	color: #fff;
	font-weight: 500;
	letter-spacing: -2px;
}
.top-practice-heading h2 span {
	color: #0D9B49;
}
.top-practice-heading p {
	font-size: 18px;
	color: #fff;
	font-weight: 300;
	line-height: 25px;
	letter-spacing: -0.5px;
	padding-left: 98px;
}
.list-practice {
	background: #fff;
	padding: 25px;
	border-radius: 16px;
}
.practice-number-icon {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}
.practice-number-icon span {
	font-size: 30px;
	color: #0D9B49;
	font-weight: 500;
}
.list-practice h3 {
	font-size: 22px;
	color: #042813;
	margin: 15px 0 30px 0;
	position: relative;
}
.list-practice h3:before {
	content: "";
	position: absolute;
	bottom: -15px;
	background: #0D9B49;
	width: 36px;
	height: 2px;
	border-radius: 20px;
}
.list-practice .practice-text-list {
	display: block;
	font-size: 16px;
	color: #042813;
	font-weight: 300;
	line-height: 23px;
}
.list-practice .btn-readmore {
	margin-top: 20px;
	margin-bottom: 5px;
}
.list-practice .btn-readmore a {
	color: #fff;
	background: #06361A;
	border-radius: 8px;
	padding: 9px 12px;
	font-size: 14px;
}
.list-practice .btn-readmore a:hover {
	opacity: 0.8;
}
.list-practice .btn-readmore a img {
	width: 22px;
	margin-left: 10px;
	margin-top: -3px;
}
.practice-icon {
	width: 70px;
	height: 70px;
	display: flex;
	align-items: center;
}
.owl-nav {
	position: absolute;
	bottom: -70px;
	right: 40px;
	text-align: right;
	z-index: 111
}
.owl-nav button {
	border: 1px solid #E1E9F3 !important;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	color: #fff !important;
	padding-top: 0;
	display: inline-block;
	font-size: 28px;
	margin-right: 5px;
	outline: none;
}
.owl-prev {
	position: relative;
	left: -0px;
	background: #fff url(../images/left.svg) no-repeat top !important;
	background-position: 50% !important;
	background-size: 30% !important;
}
.owl-next {
	position: absolute;
	background: #fff url(../images/right.svg) no-repeat top !important;
	background-position: 50% !important;
	background-size: 30% !important;
}
.bnt-connect-wrap {
	margin-top: 30px;
	position: relative;
	width: 92%;
}
.bnt-connect-wrap:before {
	content: "";
	position: absolute;
	top: 10px;
	width: 85%;
	height: 1px;
	background: #fff;
	left: 174px;
	opacity: 0.2
}
.bnt-connect-wrap a {
	padding: 12px 12px 12px 15px;
	color: #fff;
	background: #0D9B49;
	border-radius: 10px;
}
.bnt-connect-wrap a:hover {
	opacity: 0.8;
}
.bnt-connect-wrap a img {
	width: 22px;
	margin-left: 10px;
	margin-top: -5px;
}
.owl-dots {
	display: none;
}
.owl-carousel .owl-stage-outer {
	padding-bottom: 30px;
}
.about-main-wraper {
	padding: 60px 0 40px 0;
}
.about-heading-customer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 60px;
}
.review-customer-about strong span {
	font-size: 30px;
	font-weight: 500;
	color: #0D9B49;
}
.about-heading-customer h2 {
	font-size: 52px;
	line-height: 56px;
	color: #042813;
	font-weight: 500;
	letter-spacing: -2px;
}
.about-heading-customer h2 span {
	display: block;
	color: #0D9B49
}
.review-customer-about {
	display: flex;
	gap: 10px;
	align-items: center;
}
.customer-review-text {
	line-height: 18px;
	font-style: 18px;
	font-weight: 300;
	color: #042813
}
.customer-review-text span {
	font-size: 30px;
	font-weight: 500;
	color: #0D9B49;
}
.about-image-list-wrap .small-image-wrap {
	margin-bottom: 15px;
}
.about-image-list-wrap .small-image-wrap img {
	border-radius: 20px;
}
.experince-number-about {
	padding: 26px 25px;
	background: #06361A;
	border-radius: 20px;
	text-align: center;
}
.experince-number-about .about-icon img {
	width: 40px;
	margin-bottom: 12px;
}
.experince-number-about span {
	display: block;
	font-weight: 400;
	font-size: 22px;
	color: #fff;
	line-height: 28px
}
.about-big-image img {
	border-radius: 20px;
}
.about-text-wraper {
	padding-left: 20px;
}
.about-text-wraper p {
	font-size: 20px;
	line-height: 28px;
	color: #042813;
	font-weight: 300;
	padding-bottom: 25px
}
.about-text-wraper ul {
	list-style: none;
	padding-bottom: 25px
}
.about-text-wraper ul li {
	padding: 12px 15px;
	border: 1px solid #BEFFDA;
	background-image: linear-gradient(to right, #E7FFF1, #fff);
	color: #042813;
	border-radius: 8px;
	margin-bottom: 15px;
}
.about-text-wraper ul li img {
	margin-right: 5px;
	width: 22px;
	margin-top: -2px;
}
.about-btn-wrp a {
	padding: 12px 12px 12px 15px;
	color: #fff;
	background: #06361A;
	border-radius: 10px;
	margin-right: 6px;
}
.about-btn-wrp a:hover {
	opacity: 0.8;
}
.about-btn-wrp a img {
	width: 22px;
	margin-left: 10px;
	margin-top: -5px;
}
.about-btn-wrp a:nth-child(2) {
	background: #0D9B49;
}
.trusted-section-wrap {
	padding-top: 60px;
}
.trusted-section-wrap h4 {
	font-size: 22px;
	color: #042813;
	position: relative;
	letter-spacing: -0.5px
}
.trusted-section-wrap h4 span {
	color: #0D9B49
}
.trusted-section-wrap h4:before {
	content: "";
	position: absolute;
	top: 15.5px;
	width: 78%;
	height: 1px;
	background: #e7eae8;
	right: 0px;
}
.trusted-section-wrap ul {
	list-style: none;
	padding: 30px 0 0 0;
}
.listing-trusted-wrp {
	display: flex;
	gap: 15px;
	align-items: center;
}
.listing-trusted-icon {
	width: 65px;
	height: 60px;
	border: 1px solid #e7eae8;
	text-align: center;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.listing-trusted-text {
	line-height: 12px;
}
.listing-trusted-text h6 {
	font-size: 36px;
	font-weight: 500;
	color: #06361A;
	margin-top: -10px
}
.listing-trusted-text span {
	font-size: 18px;
	font-weight: 300;
	color: #06361A;
}
.benefit-main-wraper {
	padding: 60px 0;
	background: #D6FFE8;
}
.benefit-main-wraper h2 {
	font-size: 52px;
	line-height: 56px;
	color: #042813;
	font-weight: 500;
	letter-spacing: -2px;
	text-align: center;
}
.benefit-main-wraper h2 span {
	display: block;
	color: #0D9B49;
}
.benefit-main-wraper ul {
	list-style: none;
	margin-top: 40px;
	align-items: center;
}
.list-left-benefit {
	text-align: right;
	padding-right: 30px;
	margin-bottom: 70px;
}
.list-left-benefit .list-left-icon {
	width: 65px;
	height: 60px;
	background: #0D9B49;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	float: right;
	margin-bottom: 10px;
}
.list-left-benefit .list-left-text h5 {
	font-size: 22px;
	color: #042813;
	margin-bottom: 5px;
	letter-spacing: -0.5px
}
.list-left-benefit .list-left-text p {
	font-size: 18px;
	font-weight: 300;
	color: #042813;
	line-height: 24px;
	padding-left: 50px;
}
.right-benefit-list {
	padding-left: 30px;
	margin-bottom: 70px;
}
.right-benefit-list .right-benefit-icon {
	width: 65px;
	height: 60px;
	background: #0D9B49;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
}
.right-benefit-list h6 {
	font-size: 22px;
	color: #042813;
	margin-bottom: 5px;
	letter-spacing: -0.5px
}
.right-benefit-list p {
	font-size: 18px;
	font-weight: 300;
	color: #042813;
	padding-right: 50px;
	line-height: 24px;
}
.benefit-btn-wrap {
	text-align: center;
	margin-top: 60px;
}
.benefit-btn-wrap a {
	padding: 12px 12px 12px 15px;
	color: #fff;
	background: #06361A;
	border-radius: 10px;
}
.benefit-btn-wrap a:hover {
	opacity: 0.8;
}
.benefit-btn-wrap a img {
	width: 22px;
	margin-left: 10px;
	margin-top: -5px;
}
.service-main-wraper {
	padding: 60px 0;
}
.service-main-wraper h2 {
	font-size: 52px;
	line-height: 56px;
	color: #042813;
	font-weight: 500;
	letter-spacing: -2px;
	text-align: center;
	margin-bottom: 40px;
}
.service-main-wraper h2 span {
	color: #0D9B49;
}
.service-main-wraper p {
	text-align: center;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: -0.2px;
	line-height: 28px;
	margin-bottom: 15px;
	color: #042813;
	margin-bottom: 45px;
}
.services-list-wraper {
	border: 1px solid #e7eae8;
	padding: 18px;
	border-radius: 15px
}
.services-list-image {
	border-radius: 12px;
	overflow: hidden;
	height: 190px;
}
.services-list-text h5 {
	font-size: 20px;
	margin: 15px 0 5px 0;
}
.services-list-text h5 a {
	font-size: 18px;
	color: #042813;
	font-weight: 500;
	letter-spacing: -0.2px
}
.services-list-text span {
	font-size: 16px;
	font-weight: 300;
	color: #042813;
	display: block;
}
.service-main-wraper .owl-nav {
	bottom: -64px;
	right: auto !important;
	left: 0 !important;
}
.btn-service-wrp {
	text-align: right;
	position: relative;
	margin-top: 25px;
}
.btn-service-wrp:before {
	content: "";
	position: absolute;
	top: 10px;
	width: 78%;
	height: 1px;
	background: #e7eae8;
	right: 184px;
}
.btn-service-wrp a {
	padding: 12px 12px 12px 15px;
	color: #fff;
	background: #042813;
	border-radius: 10px;
}
.btn-service-wrp a:hover {
	opacity: 0.8;
}
.btn-service-wrp a img {
	width: 22px;
	margin-left: 10px;
	margin-top: -5px;
}
.faq-main-wraper {
	padding: 60px 0 60px 0;
	background: #D6FFE8;
}
.faq-main-wraper h2 {
	font-size: 52px;
	line-height: 56px;
	color: #042813;
	font-weight: 500;
	letter-spacing: -2px;
	text-align: center;
	margin-bottom: 10px;
}
.faq-main-wraper h2 span {
	color: #0D9B49;
}
.faq-main-wraper p {
	text-align: center;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: -0.2px;
	line-height: 28px;
	margin-bottom: 15px;
	color: #042813;
	margin-bottom: 45px;
}
.faq-main-wraper .accordion-item {
	margin-bottom: 20px;
	border: none;
	border-radius: 10px;
}
.faq-main-wraper .accordion-item button {
	background: none;
	box-shadow: none;
	color: #042813;
	font-weight: 500;
	line-height: 17px;
}
.faq-main-wraper .accordion-item button span {
	color: #0D9B49;
	margin-right: 10px;
}
.accordion-body {
	padding-top: 14px;
	font-size: 17px;
	color: #042813;
	font-weight: 300;
	padding-top: 0;
}
.customer-review-wraper {
	padding: 60px 0 40px 0;
}
.customer-review-wraper .review-heading-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.customer-review-wraper .review-heading-wrap h2 {
	font-size: 52px;
	line-height: 56px;
	color: #042813;
	font-weight: 500;
	letter-spacing: -2px;
}
.customer-review-wraper .review-heading-wrap h2 span {
	display: block;
	color: #0D9B49
}
.rating-score-wrp {
	display: flex;
	align-items: center;
	gap: 15px
}
.stars-review a img {
	width: 20px;
}
.rating-no {
	font-size: 46px;
	font-weight: 600;
	line-height: 46px;
	letter-spacing: -1px
}
.rating-text-stars span {
	font-weight: 300;
	font-size: 16px;
}
.review-slider-wraper {
	border: 1px solid #e7eae8;
	padding: 25px;
	border-radius: 15px;
	position: relative;
}
.quote-icon {
	position: relative;
	margin-top: -45px;
	margin-bottom: 20px;
	width: 40px;
}
.customer-review-wraper .owl-carousel .owl-stage-outer {
	padding-top: 60px;
}
.review-slider-wraper h5 {
	font-size: 22px;
	color: #042813;
	margin-bottom: 10px
}
.review-slider-wraper p {
	font-size: 18px;
    font-weight: 300;
    margin-bottom: 15px;
    color: #042813;
    height: 79px;
    overflow: hidden;
}
.review-profile-icon {
	width: 50px;
	height: 45px;
	border-radius: 10px;
	overflow: hidden;
	float: left;
	margin-right: 10px;
}
.review-profile-text h6 {
	font-weight: 500;
	color: #042813;
	font-size: 20px;
}
.review-profile-wrap {
	display: flex;
	gap: 2px;
}
.review-profile-text span {
	display: block;
	font-weight: 300;
	color: #042813;
}
.review-profile-rating {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.review-rating span {
	display: block;
	font-size: 20px;
	line-height: 20px;
	font-weight: 500;
	color: #042813;
}
.review-rating span img {
	width: 20px;
	margin-top: -10px
}
.review-rating strong {
	font-size: 18px;
	font-weight: 300;
	color: #042813;
}
.customer-review-wraper .owl-nav {
	bottom: -64px;
	right: auto !important;
	left: 0 !important;
}
.cta-section-footer h6 {
	font-size: 52px;
	line-height: 60px;
	color: #fff;
	font-weight: 500;
	letter-spacing: -2px;
	margin-bottom: 15px
}
.cta-section-footer h6 span {
	color: #0D9B49;
}
.drawer-menu {
	box-sizing: border-box;
	position: fixed;
	top: 0;
	right: 0;
	width: 400px;
	height: 100vh;
	padding: 65px 0 0 0;
	background: #06361A;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
	-webkit-transform: perspective(500px) rotateY(-90deg);
	transform: perspective(500px) rotateY(-90deg);
	opacity: 0;
	overflow: auto;
}
.drawer-menu li {
	text-align: left;
}
.drawer-menu li a {
display: block;
    height: auto;
    line-height: 60px;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    -webkit-transition: all .8s;
    transition: all .8s;
    padding-left: 25px !important;
    border-bottom: 1px solid #0a4723;
    border-radius: 0;
}
.drawer-menu .accordion-button {
	border-radius: 0;
	line-height: 60px;
	padding: 0;
	padding-left: 30px;
	padding-right: 30px;
	background: none;
	box-shadow: none;
	color: #fff;
}
.drawer-menu .accordion-item {
	background: none;
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #0a4723;
}
.drawer-menu li a:hover {
	color: #1a1e24;
	background: #fff;
}
/* checkbox */
.check {
	display: none;
}
/* menu button - label tag */
.menu-btn {
	position: absolute;
	display: block;
	top: 33px;
	right: 18px;
	display: block;
	width: 40px;
	height: 40px;
	font-size: 10px;
	text-align: center;
	cursor: pointer;
	z-index: 3;
}
.bar {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 35px;
	height: 1px;
	background: #3b2517;
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}
.bar.middle {
	top: 10px;
	opacity: 1;
}
.bar.bottom {
	top: 20px;
	-webkit-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom;
}
.menu-btn__text {
	position: absolute;
	bottom: -15px;
	left: 0;
	right: 0;
	margin: auto;
	color: #fff;
	-webkit-transition: all .5s;
	transition: all .5s;
	display: block;
	visibility: visible;
	opacity: 1;
}
.menu-btn:hover .bar {
	background: #18b6a4;
}
.close-menu {
	position: fixed;
	top: 0;
	right: 400px;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0);
	cursor: url(http://theorthodoxworks.com/demo/images/cross.svg), auto;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	visibility: hidden;
	opacity: 0;
}
/* checked */
.check:checked ~ .drawer-menu {
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	opacity: 1;
	z-index: 2;
}
.check:checked ~ .contents {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transform: translateX(-300px);
	-ms-transform: translateX(-300px);
	transform: translateX(-300px);
}
.check:checked ~ .menu-btn .menu-btn__text {
	visibility: hidden;
	opacity: 0;
}
.check:checked ~ .menu-btn .bar.top {
	width: 40px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #fff
}
.check:checked ~ .menu-btn .bar.middle {
	opacity: 0;
}
.check:checked ~ .menu-btn .bar.bottom {
	width: 40px;
	top: 28px;
	background: #fff;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.check:checked ~ .close-menu {
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
	background: rgba(0,0,0,.5);
	visibility: visible;
	opacity: 1;
	z-index: 3;
}
.drawer-menu ul {
	list-style: none;
}
.drawer-menu ul li a {
	text-decoration: none;
}
.drawer-menu ul li a img {
	margin-right: 5px;
	margin-top: -2px;
}
.menusitebar-main-wraper {
	display: none;
}
.drawer-menu .accordion-button::after {
	filter: brightness(0) invert(1);
}
.drawer-menu .accordion-body {
	padding: 0;
	background: #052713;
}
.serivice-inner-list {
	padding: 60px 0 30px 0;
}
.serivice-inner-list ul {
	list-style: none;
}
.serivice-inner-list ul li {
	margin-bottom: 25px;
}
.service-detail-wraper {
	padding: 60px 0;
}
.service-detail-wraper .detail-service-image {
	height: 450px;
	background-size: cover !important;
	border-radius: 15px;
}
.detail-service-wraper h3 {
	font-size: 35px;
	letter-spacing: -1px;
	line-height: 45px;
	color: #042813;
	font-weight: 500;
	margin: 20px 0 20px 0;
}
.detail-service-wraper p {
	font-size: 18px;
	line-height: 30px;
	color: #042813;
	font-weight: 300;
	padding-bottom: 30px;
}
.book-appointment-wraper {
	background: #ccc;
	padding: 25px;
	border-radius: 15px;
	background: #D6FFE8;
	background-size: cover;
}
.book-appointment-wraper h3 {
	font-size: 28px;
	letter-spacing: -0.5px;
	color: #042813;
	font-weight: 500;
	margin-bottom: 15px;
}
.book-appointment-wraper h3 span {
	color: #0D9B49;
}
.book-appointment-wraper .form-group {
	margin-bottom: 15px;
}
.book-appointment-wraper .form-group label {
	font-size: 15px;
	color: #042813;
	display: block;
	margin-bottom: 5px;
}
.book-appointment-wraper .form-group .form-control {
	height: 40px;
	border: none;
	outline: none;
	box-shadow: none;
	border-radius: 8px;
	font-size: 14px
}
.textarea-group label {
	font-size: 15px;
	color: #042813;
	display: block;
	margin-bottom: 5px;
}
.textarea-group .form-control {
	border: none;
	outline: none;
	box-shadow: none;
	border-radius: 8px;
	resize: none;
	font-size: 14px
}
.submit-btn-wrap{
	margin-top:25px;
}
.submit-btn-wrap button{
	padding: 12px 12px 12px 15px;
    color: #fff;
    background: #06361A;
    border-radius: 10px;
    margin-right: 6px;
	border:none;
	outline:none;
}
.submit-btn-wrap button:hover{
	opacity:0.8;
}
.submit-btn-wrap button img {
    width: 22px;
    margin-left: 10px;
    margin-top: -5px;
}
.other-services {
    padding: 25px;
    border-radius: 15px;
	border:1px solid #b8e6cc;
    background-size: cover;
	margin-bottom:25px;
}
.other-services  h3{
	    font-size: 28px;
    letter-spacing: -0.5px;
    color: #042813;
    font-weight: 500;
    margin-bottom: 15px;
}
.other-services h3 span{
    color: #0D9B49;
}
.other-services ul{
	list-style:none;
}
.other-services ul li{
	border-bottom:1px solid #b8e6cc;
}
.other-services ul li:nth-last-child(1){
	border:none;
}
.other-services ul li:nth-last-child(1) a{
	padding-bottom:0;
}
.other-services ul li a{
	display:block;
	padding:8px 0;
	text-align:left;
	color: #042813;
	font-weight:300;
}
.contact-main-wraper {
	padding: 60px 0 0 0;
}
.contact-map-wrap iframe {
	border-radius: 10px;
}
.contact-info-form-wrap {
	padding-top: 120px
}
.contact-info-wrap {
}
.contact-info-wrap ul {
	list-style: none;
}
.contact-info-wrap ul li {
}
.contact-info-wrap ul li .contact-listing-wrap {
	border: 1px solid #0D9B49;
	padding: 25px;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0px 13px 21px 0px #e2e2e2;
	height: 200px;
	color: #fff
}
.contact-info-wrap ul li:hover .contact-listing-wrap {
	border: 1px solid #19294F;
	box-shadow: none;
	transition: ease-in 0.3s;
	-moz-transition: ease-in 0.3s;
	-webkit-transition: ease-in 0.3s;
	-ms-transition: ease-in 0.3s;
	-o-transition: ease-in 0.3s;
}
.contact-listing-wrap .contact-listing-icon {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #0D9B49;
    border: 1px solid #0D9B49;
    margin: 0 auto;
    margin-top: -90px;
    text-align: center;
    /* padding-top: 32px; */
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-listing-wrap .contact-listing-icon img{
	width:40px
}
.contact-info-wrap ul li:hover .contact-listing-wrap .contact-listing-icon {
	border: 1px solid #19294F;
	background: #19294F;
	transition: ease-in 0.3s;
	-moz-transition: ease-in 0.3s;
	-webkit-transition: ease-in 0.3s;
	-ms-transition: ease-in 0.3s;
	-o-transition: ease-in 0.3s;
}
.contact-listing-text {
	text-align: center;
	padding-top: 30px
}
.contact-042813-text h4 {
	color: #3b2517;
	font-size: 20px;
	font-weight: bold;
}
.contact-listing-text p {
	padding: 15px 20px;
	color: #042813;
	font-size: 16px;
	line-height: 22px;
	font-weight: 300;
}
.contact-listing-text p a{
	color: #042813;
}
.contact-form-wraper {
	padding: 60px 0;
}
.contact-form-wraper h4 {
	font-size:50px;
	color: #042813;
	font-weight: 400;
	text-align: center;
	margin-bottom: 20px;
	letter-spacing:-2px;
}
.contact-form-wraper .form-group {
	position: relative;
	border: 1px solid #ccc;
	margin: 0;
	border-radius: 6px;
	padding: 15px;
	margin-top: 30px
}
.contact-form-wraper .form-group label {
	background: #fff;
	position: absolute;
	padding: 10px 16px;
	top: -20px;
	font-weight: 500;
	font-size: 14px;
	color: #000;
}
.contact-form-wraper .form-group .form-control {
	background: none;
	box-shadow: none !important;
	outline: none !important;
	border: none !important;
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
	letter-spacing: 0 !important;
	font-weight: normal !important;
	font-size: 14px !important;
	padding-left: 15px !important;
	height: 36px
}
 .contact-form-wraper .form-group .form-control::-webkit-input-placeholder { /* Edge */
 color:#3b2517;
}
 .contact-form-wraper .form-group .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color:#3b2517;
}
 .contact-form-wraper .form-group .form-control::placeholder {
 color:#3b2517;
}
.textarea-group {
	position: relative;
	border: 1px solid #ccc;
	margin: 0;
	border-radius: 6px;
	padding: 15px;
	margin-top: 40px;
	margin-bottom: 30px
}
.textarea-group label {
	background: #fff;
	position: absolute;
	padding: 10px 16px;
	top: -20px;
	font-weight: 500;
	font-size: 14px;
	color: #000;
}
.textarea-group .form-control {
	border: none;
	outline: none;
	box-shadow: none;
	padding-left: 15px;
	padding-top: 15px
}
.textarea-group .form-control::-webkit-input-placeholder { /* Edge */
 color:#3b2517;
}
 .textarea-group .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color:#3b2517;
}
 .textarea-group .form-control::placeholder {
 color:#3b2517;
}
.button-contact-group {
	text-align: center;
}
.button-contact-group button {
	background: #06361a;
	padding: 14px 45px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1px;
	border-radius: 12px;
	color: #fff;
	font-size: 14px;
	border: none;
	outline: none
}
.button-contact-group button:hover {
	background: #203055;
}
.contact-listing-text h4{
	color:#06361a;
}
.copyright-wrap{
	text-align:center;
}
.customer-review-wraper .owl-nav{
	display:none;
}
.submit-btn-wrap input{
	width:100%;
	background:#0d9a48;
	color:#fff;
	height:45px;
	border-radius:12px;
	border:none;
	outline:none;
}
.book-appointment-wraper .form-group p br{
	display:none;
}

/* CSS content */

/* CSS footer */

.cta-section-footer {
	background: url(../images/cta-footer.jpg) no-repeat top;
	background-size: cover;
	padding: 100px 0;
	border-radius: 30px;
	text-align: center;
	position: relative;
}
.footer-content-wraper {
	background: #032913;
	padding: 220px 0 30px 0;
	margin-top: -160px
}
.btn-cta-wrap {
	margin-top: 35px
}
.btn-cta-wrap a {
	padding: 12px 12px 12px 15px;
	color: #fff;
	background: #0D9B49;
	border-radius: 10px;
	margin-right: 6px;
}
.btn-cta-wrap a:hover {
	opacity: 0.8;
}
.btn-cta-wrap a img {
	width: 22px;
	margin-left: 10px;
	margin-top: -5px;
}
.about-footer-wraper img {
	width: 230px;
}
.about-footer-wraper p {
	font-size: 16px;
	color: #fff;
	font-weight: 200;
	padding: 20px 0;
	line-height: 26px;
	padding-right: 30px;
}
.about-footer-wraper {
	border-right: 1px solid #244532;
	padding: 40px 0;
	height: 300px;
}
.about-footer-wraper .btn-cta-wrap {
	margin-top: 10px;
}
.usefull-link-wraper h4 {
	font-size: 22px;
	color: #fff;
	font-weight: 400;
	position: relative;
	margin-bottom: 25px;
}
.usefull-link-wraper h4:before {
	content: "";
	position: absolute;
	bottom: -15px;
	background: #0D9B49;
	height: 2px;
	width: 30px;
	border-radius: 10px;
}
.usefull-link-wraper {
	border-right: 1px solid #244532;
	padding: 50px 40px;
	height: 300px;
}
.usefull-link-wraper ul {
	list-style: none;
}
.usefull-link-wraper ul li {
	width: 48%;
	display: inline-block;
	padding: 6px 0;
}
.usefull-link-wraper ul li a {
	font-size: 16px;
	color: #fff;
	font-weight: 200;
}
.usefull-link-wraper ul li a:hover {
	opacity: 0.7;
}
.usefull-link-wraper ul li a img {
	margin-right: 5px;
	margin-top: -2px;
}
.quick-link-wraper {
	border: none !important;
}
.quick-link-wraper li {
	width: 100% !important
}
.copyright-wrap {
	margin-top: 50px;
	padding-top: 30px;
	border-top: 1px solid #244532;
}
.copyright-text {
	color: #fff;
	font-size: 14px;
	font-weight: 300;
}
.copyright-text img {
	width: 15px;
}
.copyright-text img {
	width: 16px;
	margin-top: -1px;
	margin-right: 5px;
}
.copyright-footer-link {
	text-align: right;
}
.copyright-footer-link a {
	font-size: 14px;
	font-weight: 300;
	color: #fff;
	margin-left: 15px;
}
.copyright-footer-link a:hover {
	opacity: 0.7;
}
.header-inner-wraper .header-main-wraper{
	background:#fff !important;
	border:none !important;
}


/* CSS footer */

/* CSS media */

@media (max-width:1230px) and (min-width:1179px) {
.header-nav-wraper ul li a {
	padding: 6px 10px 8px 10px;
}
}
@media screen and (max-width:1169px) {
.header-nav-wraper {
	display: none;
}
.top-practice-heading {
	display: block;
}
.top-practice-heading h2 {
	text-align: center;
	margin-bottom: 25px;
	width: 100%
}
.top-practice-heading p {
	padding-left: 0;
	text-align: center;
	padding: 0 145px;
}
.container, .container-lg, .container-md, .container-sm {
	max-width: 100%;
}
.hero-area-wraper .doctor-hero-image {
	width: 98%
}
.list-practice .practice-text-list {
	height: 92px;
	overflow: hidden;
}
.menusitebar-main-wraper {
	display: block;
}
.hero-area-wraper p {
	width: 90%;
}
.header-main-wraper {
	padding: 20px 0;
}
}
@media screen and (max-width:768px) {
.hero-area-wraper h1 {
	font-size: 45px;
	line-height: 45px;
	letter-spacing: -1px;
}
.top-practice-heading h2 {
	font-size: 45px;
	line-height: 45px;
	letter-spacing: -1px;
}
.about-heading-customer h2 {
	margin-bottom: 25px;
	font-size: 45px;
	line-height: 45px;
	letter-spacing: -1px;
	text-align: center;
}
.hero-area-wraper .doctor-hero-image {
	display: none;
}
.slider-text-wrap {
	margin-top: 60px;
}
.hero-area-wraper p {
	width: 100%;
}
.logo-image {
	width: 100%;
}
.top-practice-heading p {
	padding: 0;
}
.about-heading-customer {
	display: block;
}
.about-heading-customer h2 br {
	display: none;
}
.about-heading-customer h2 span {
	display: inline;
}
.review-customer-about {
	justify-content: center;
}
.about-image-list-wrap .small-image-wrap img {
	width: 100%;
}
.experince-number-about {
	margin-bottom: 15px;
}
.about-text-wraper {
	padding-left: 0px;
	margin-top: 25px;
}
.trusted-section-wrap h4:before {
	display: none;
}
.trusted-section-wrap ul {
	padding: 10px 0 0 0;
}
.trusted-section-wrap h4 {
	font-size: 30px;
	margin-bottom: 25px;
}
.listing-trusted-wrp {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e6e6e6;
}
.trusted-section-wrap {
	padding-top: 40px;
}
.list-left-benefit {
	text-align: center;
	margin-right: 0;
	margin-bottom: 40px !important;
}
.list-left-benefit .list-left-icon {
	float: none;
	margin: 0 auto;
	margin-bottom: 25px;
}
.list-left-benefit .list-left-text p {
	padding: 0 70px;
}
.benefit-logo {
	width: 50%;
	margin: 0 auto;
	margin-bottom: 30px;
}
.benefit-btn-wrap {
	display: none;
}
.right-benefit-list {
	padding-left: 0px;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 40px;
}
.right-benefit-list .right-benefit-icon {
	margin-bottom: 10px;
	margin: 0 auto;
	margin-bottom: 10px;
}
.right-benefit-list p {
	padding-right: 0;
	padding: 0 70px
}
.service-main-wraper p br {
	display: none;
}
.faq-main-wraper p br {
	display: none;
}
.services-list-image {
	height: auto;
}
.customer-review-wraper .review-heading-wrap {
	display: block;
}
.customer-review-wraper .review-heading-wrap h2 {
	text-align: center;
	margin-bottom: 25px;
	font-size: 45px;
	line-height: 45px;
	letter-spacing: -1px;
	text-align: center;
}
.rating-score-wrp {
	justify-content: center;
}
.customer-review-wraper .review-heading-wrap h2 span {
	display: inline;
}
.about-footer-wraper {
	padding: 0;
	text-align: center
}
.about-footer-wraper p {
	padding-right: 0;
}
.about-footer-wraper {
	height: auto;
	border: none;
	border-bottom: 1px solid #244532;
}
.about-footer-wraper .btn-cta-wrap {
	padding-bottom: 50px;
}
.usefull-link-wraper {
	border: none;
	border-bottom: 1px solid #244532;
}
.copyright-text {
	text-align: center;
}
.copyright-footer-link {
	text-align: center;
}
.hero-area-wraper h1 br {
	display: none;
}
.slider-text-wrap {
	margin-top: 15px;
}
.top-practice-heading h2 br {
	display: none;
}
}
@media screen and (max-width:430px) {
.service-detail-wraper .detail-service-image {
    height: 220px;
}
.sub-menu{
	background: #042b14;	
}
.hero-area-wraper h1 {
	font-size: 40px;
	line-height: 50px;
}
.top-practice-heading h2 {
	font-size: 40px;
	line-height: 50px;
}
.about-heading-customer h2 {
	font-size: 40px;
	line-height: 50px;
}
.benefit-main-wraper h2 {
	font-size: 40px;
	line-height: 50px;
}
.service-main-wraper h2 {
	font-size: 40px;
	line-height: 50px;
}
.faq-main-wraper h2 {
	font-size: 40px;
	line-height: 50px;
}
.customer-review-wraper .review-heading-wrap h2 {
	font-size: 40px;
	line-height: 50px;
}
.list-left-benefit {
	padding-right: 0;
	width: 49%;
	display: inline-block;
}
.right-benefit-list {
	padding-right: 0;
	width: 49%;
	display: inline-block;
	margin-bottom: 0;
}
.right-benefit-list p {
	padding: 0;
}
.bnt-connect-wrap:before {
	display: none;
}
.btn-service-wrp:before {
	display: none;
}
.list-left-benefit .list-left-text p {
	padding: 0 0px;
}
.list-left-benefit .list-left-icon {
	margin-bottom: 15px;
}
.list-left-benefit .list-left-text h5 {
	line-height: 25px;
	margin-bottom: 10px;
	font-size: 21px;
}
.benefit-logo {
	width: 80%;
}
.right-benefit-list h6 {
	font-size: 21px;
	margin-bottom: 10px;
}
.benefit-main-wraper {
	padding: 40px 0;
}
.owl-nav {
	display: none;
}
.btn-service-wrp {
	text-align: center;
	margin-top: 15px;
}
.bnt-connect-wrap {
	margin-top: 15px;
	text-align: center;
	width: 100%;
}
.practices-listing-main-wraper {
	padding-bottom: 50px;
}
.about-main-wraper {
	padding-top: 40px;
}
.cta-section-footer {
	padding: 45px 0;
}
.copyright-wrap {
	margin-top: 20px;
}
.review-slider-wraper p{
	height:auto;
}
}



/* MOBILE MENU COLLAPSE FIX */
.mobile-menu {
    list-style: none;
    padding: 0;
}

.mobile-menu li {
    position: relative;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.mobile-menu li a {
    display: block;
    padding: 12px 40px 12px 15px;
    color: #fff;
}

/* Toggle Button */
.submenu-toggle {
    position: absolute;
    right: 15px;
    top: 19px;
    cursor: pointer;
    color: #fff;
    font-size: 18px;
    width: 45px;
    height: 45px;
    font-size: 34px;
    font-weight: 300;
    background: #0a5027;
    text-align: center;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Submenu */
.mobile-menu ul {
    padding-left: 0;
}


/* CSS media */
