@font-face {
	font-family: 'Franklin Gothic Book';
	src: url(../fonts/FRABKIT_0.TTF) format('woff2'),  url('FranklinGothic-BookItalic.woff') format('woff');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Franklin Gothic Book';
	src: url(../fonts/FRABK_0.TTF) format('woff2'),  url('FranklinGothic-Book.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
* {
	box-sizing: border-box;
}
body {
	margin: 0;
	font-size: 16px;
	line-height: 20px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}
h1,  h2,  h3,  h4,  h5,  h6 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
p {
	margin: 0;
	padding: 0;
}
ul,  li {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}
b {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
.clear {
	clear: both;
}
.button {
	color: #fff;
	padding: 20px 28px;
	background-color: #446805;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 17px;
	letter-spacing: 0.1em;
	border-radius: 5px;
	text-transform: uppercase;
	display: inline-block;
}
.button:hover {
	color: #fff;
	background-color: #000;
}
.heading {
	font-size: 48px;
	color: #697f43;
	font-weight: 700;
	text-align: center;
}
.sub-heading {
	font-size: 37px;
	color: #8ed512;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	padding-bottom: 39px;
}
.sl-no {
	font-size: 50px;
	padding-right: 10px;
}
.text {
	font-size: 25px;
	line-height: 36px;
	color: #7c7676;
	font-weight: 500;
	padding-bottom: 50px;
}
.content {
	padding-top: 112px;
}
.menu {
	text-transform: uppercase;
}
.underline {
 \  opacity: 0;
}
/******* HOME PAGE *******/



/***header start***/

.top-header {
	background-color: #e2e2dd;
	padding-top: 19px;
	height: 60px;
}
.top-header h4 {
	display: inline-block;
	color: #4f7b1a;
	font-family: 'Franklin Gothic Book';
	text-transform: capitalize;
}
.top-header a i {
	color: #4f7b1a;
}
.bottom-header {
	padding-top: 25px;
	padding-bottom: 25px;
	background-color: #fff;
}
.bottom-header-content img {
	width: 52%;
	display: block;
}
.header-menu {
	padding-top: 49px;
}
.header-menu li {
	padding-left: 30px;
	padding-right: 0;
}
.header-menu li a {
	color: #4f7b1a;
	font-weight: 700;
	padding-left: 29px;
	position: relative;
}
.header-menu li a {
	border-bottom: 3px solid #fff;
	padding: 0 15px 15px;
}
.header-menu li:hover a {
	border-bottom: 3px solid #f09611;
	padding: 0 15px 15px;
}
.home-underline {
	position: absolute;
	top: 80px;
	bottom: 0;
	left: 12%;
	right: 0;
	width: 57px;
}
.header-menu li a:hover {
	color: #f09611;
}
.header-menu li .active {
	color: #f09611;
}
.header-menu:hover .underline {
	opacity: 1;
}
/***header end***/





/***banner start***/

.banner {
	background-image: url(../images/banner1.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 500px;
	position: relative;
}
.banner-info {
	position: absolute;
	top: 124px;
	bottom: 79px;
	left: 0px;
	right: 0;
	text-align: center;
}
.banner-info h1 {
	font-size: 56px;
	color: #fb9705;
	text-transform: uppercase;
	font-family: 'Heebo', sans-serif;
	font-weight: 700;
}
.banner-info p {
	font-size: 20px;
	line-height: 34px;
	color: #2d2b2b;
	font-weight: 700;
	text-shadow: 2px 5px 8px rgba(255, 255, 190, 0.7);
	padding-top: 21px;
	padding-bottom: 72px;
}
.banner-btn {
	background-color: #060606;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
}
.overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #a67e2d;
	opacity: 19%;
}
.banner-btn:hover {
	background-color: #446805;
	color: #fff;
}
/***banner end***/





/***ingridients start***/

.ingridients {
	background-image: url(../images/flower.jpg);
	background-position: left;
	background-repeat: no-repeat;
	background-size: auto;
	min-height: 343px;
}
.ingridients-content {
	padding-top: 70px;
}
.ingridients-content h4 {
	display: inline-block;
	font-size: 20px;
	color: #345102;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	text-align: center;
	padding-left: 8px;
}
/***ingridients end***/





/***about-us start***/

.about-us {
	background-image: url(../images/about%20us%20design.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #f9f4f4;
	min-height: 700px;
	padding-top: 120px;
	text-align: center;
}
.about-us-info h5 {
	font-size: 30px;
	color: #4b4c4a;
	font-weight: 700;
	padding-bottom: 20px;
}
.about-us-info h2 {
	font-size: 51px;
	color: #697f43;
	font-weight: 700;
	padding-bottom: 70px;
	position: relative;
}
.about-us-info h2::after {
	content: "";
	position: absolute;
	top: 81px;
	bottom: 0;
	left: 45%;
	right: 0;
	width: 128px;
	height: 3px;
	background-color: #697f43;
}
.about-us-info p {
	font-size: 28px;
	line-height: 42px;
	padding-bottom: 90px;
	color: #363931;
}
.about-btn {
	background-color: #f09611;
}
/***about-us end***/





/***general-conditins start***/

.general-conditins {
	background-color: #eef6e0;
	padding-top: 100px;
	padding-bottom: 100px;
}
.general-conditins-content {
	padding-top: 120px;
}
.general-conditins-content img {
	width: 89%;
	height: 100%;
	display: block;
	box-shadow: 2px 2px 5px #000;
}
/***general-conditins  end***/





/***get-an-appointment start***/

.get-an-appointment {
	position: relative;
	padding: 0;
}
.shape {
	background-image: url(../images/before-after-shape.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 335px;
	height: 132px;
	margin: auto;
	font-size: 38px;
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-weight: 900;
	text-align: center;
	text-transform: uppercase;
	padding-top: 54px;
}
.foot-img {
	padding-left: 0;
	padding-right: 0;
}
.foot-img img {
	overflow: hidden;
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}
.before-after {
	position: absolute;
	top: 46%;
	bottom: 0;
	left: -22px;
	right: 0;
	text-align: center;
	z-index: 1;
}
.before-after h5 {
	font-size: 38px;
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-weight: 900;
}
.appointment-btn {
	position: absolute;
	bottom: 50px;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 1001;
}
.appointment-btn a {
	padding: 25px 34px;
	background-color: #000;
	font-weight: 900;
	box-shadow: 10px 10px 41px #fff;
}
/***get-an-appointment end***/





/***testimonials start***/

.testimonials {
	background: #f5ddd3 url(../images/foot.png);
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: repeat;
	background-size: auto;
	background-position: center right;
	background-repeat: no-repeat no-repeat;
	background-size: contain;
	padding-top: 34px;
	text-align: center;
	min-height: 514px;
}
.testimonials img {
	padding: 39px 0;
}
.testimonials p {
	padding-bottom: 25px;
}
.testimonials h6 {
	font-size: 23px;
	color: #1c3902;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
}
.testimonials a i {
	color: #697f43;
	font-size: 13px;
	padding-right: 9px;
	padding-top: 20px;
}
/***testimonials end***/





/***footer start***/

/***top footer start***/

.top-footer {
	padding-top: 100px;
	padding-bottom: 100px;
}
.top-footer-info h5 {
	font-size: 25px;
	color: #1c3902;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	padding-bottom: 27px;
}
.footer-menu li {
	padding-bottom: 11px;
}
.footer-menu li a {
	font-size: 14px;
	color: #434541;
}
.social-media-icons {
	padding-left: 36px;
}
.social-media-icons i {
	color: #4f7b1b;
	font-size: 27px;
	padding-right: 10px;
}
.footer-menu li a:hover {
	color: #4f7b1a;
}
.social-media-icons i:hover {
	color: #000;
}
/***top footer end***/



/***bottom footer start***/

.bottom-footer {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #203202;
	text-align: center;
}
.bottom-footer h6 {
	color: #fff;
	font-family: 'Poppins', sans-serif;
}
/***bottom footer end***/

/***footer end***/



/******* HOME PAGE *******/





/***page start***/

.page {
	padding-top: 100px;
	background-color: #fff8f8;
	background-image: url(../images/service-design.jpg);
	background-position: left;
	background-repeat: no-repeat;
	/*height: 2000px;*/
	padding-bottom:80px;
}
.page-text {
	text-align: center;
	padding-top: 44px;
}
.page-content {
	padding-top: 130px;
}
.page-content img {
	width: 100%;
	height: 100%;
	display: block;
	box-shadow: 0px 3px 10px #000;
}
.page-content p {
	color: #f87762;
	font-size: 20px;
	line-height: 41px;
}
.page-details {
	padding-top: 216px;
	padding-left: 63px;
}
.page-text-btn {
	background-color: #fb5b41;
}
/*** our service **/

.service-underline {
	position: absolute;
	top: 80px;
	bottom: 0;
	left: 201px;
	right: 0;
}
.list-heading {
    color: #f87762;
    text-shadow: 0px 0px 0px #000;
}
.list li {
	padding-bottom: 30px;
}
.list li a {
	font-size: 26px;
	color: #f79978;
	font-family: 'Heebo', sans-serif;
	font-weight: 600;
}
/*** our service ***/





/*** care-home **/

.care-homes-underline {
	position: absolute;
	top: 80px;
	bottom: 0;
	left: 348px;
	right: 0;
}
.care-home-img {
	width: 550px !important;
	height: 550px !important;
	display: block;
	border-radius: 50%;
}
/*** care-home ***/





/*** home-visits ***/

.home-visit-banner {
    background-image: url(images/foot-health-home-visit-essex.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 600px;
    margin-top: 44px;
    position: relative;
}
.home-visits-underline {
	position: absolute;
	top: 80px;
	bottom: 0;
	left: 507px;
	right: 0;
	width: 103px;
}
.overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #fff;
	opacity: 0.3;
}
.home-visit-banner-info h1 {
	color: #4e0e04;
	text-shadow: 3px 2px 1px #fff;
}
.home-visit-banner-info p {
	font-size: 32px;
	line-height: 44px;
	text-shadow: 3px 2px 0px #fff;
}
.sub-list-head a {
	font-size: 30px !important;
	color: #f26230 !important;
	text-transform: uppercase;
	font-family: 'Heebo', sans-serif;
	font-weight: 600;
}
.sub-list-content a {
	padding-left: 60px;
}
.list-sl-no {
	color: #f26230;
}
/*** home-visits ***/





/*** .contact-us ***/

.contact-us-underline {
	position: absolute;
	top: 80px;
	bottom: 0;
	left: 673px;
	right: 0;
}
.contact-us {
	height: auto;
}
.form-bg {
	position: relative;
	display: block;
	padding-top: 100px;
}
.form-bg:before {
	background-image: url(../images/contact-us-bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 700px;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	position: absolute;
	z-index: -1;
	width: 100%;
}
.contact-form {
	background-image: url(../images/form-bg-img.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-left: 0;
	padding-right: 0;
}
.form-heading {
	text-align: center;
	margin-top: 60px;
	margin-bottom: 70px;
}
.form-heading h3 {
	font-size: 40px;
	color: #000 !important;
	padding: 40px;
	font-family: 'Poppins', sans-serif;
	font-weight: 900;
	background-color: #71b71d;
	display: inline-block;
}
.form-group {
	padding-bottom: 40px;
}
.form-group input,  .form-group textarea {
	padding: 25px 30px 25px 20px;
	color: #aaa5a5;
	font-weight: 500;
}
.form-group .submit_button {
	margin: 0 auto;
	color: #fff;
	padding: 11px 21px;
	background-color: #4f7b1a;
	display: block;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 18px;
}
.call {
	background-image: url(../images/call-banner-img.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
	height: 789px;
}
.contact-img {
	margin-left: 205px;
}
.contact-img img {
	margin-left: 352px;
	position: relative;
	width: 612px;
	height: 495px;
	display: block;
}
.contact-info {
	position: absolute;
	top: 58px;
	bottom: 0;
	left: 544px;
	right: 0;
	text-align: center;
}
.contact-info h4 {
	font-size: 51px;
	font-family: 'Heebo', sans-serif;
	font-weight: 700;
	text-shadow: 3px 4px 2px #000;
	color: #e94694;
	padding-bottom: 45px;
	display: inline-block;
}
.contact-info i {
	color: #e94694;
	box-shadow: 0px 0 0 #fff;
	font-size: 57px;
}
.contact-info h6 {
	font-size: 30px;
	font-family: 'Heebo', sans-serif;
	font-weight: 600;
	text-shadow: 8px 5px 2px #fff;
	color: #dc3c82;
	padding-bottom: 31px;
}
#testimonial1 .owl-controls .owl-buttons div {
	width: 45px;
	height: 45px;
	background: none;
	border-radius: 0;
	color: #000000;
	opacity: 1;
	text-align: center;
	padding: 0;
	position: absolute;
	bottom: 14%;
	z-index: 99;
	font-size: 30px;
	line-height: 45px;
}
#testimonial1 .owl-controls .owl-buttons .owl-prev i, #testimonial1 .owl-controls .owl-buttons .owl-next i {
	display: block;
	line-height: 45px;
}
#testimonial1 .owl-controls .owl-buttons .owl-prev {
	left: 0;
}
#testimonial1 .owl-controls .owl-buttons .owl-next {
	right: 0;
}
#testimonial1 .owl-pagination {
	position: absolute;
	z-index: 99;
	left: 0;
	bottom: -13%;
	z-index: 99999;
	right: 0;
}
#testimonial1 .owl-controls .owl-page span {
	background-color: #2b7a00;
	width: 15px;
	height: 15px;
}
#testimonial1 {
	background: url(../images/arrow.png) no-repeat center center;
	padding: 0px 0px;
}
/*** .contact-us ***/

/***page end***/

.nav-section ul {
	padding: 0 !important;
	margin: 0 !important;
	list-style: none !important;
	margin-top: 44px !important;
}
.nav-section ul li {
	font-weight: 700 !important;
	padding: 0 30px !important;
	line-height: 38px !important;
}
.nav-section ul li a {
	font-weight: 700;
	color: #4f7b1a !important;
	display: block!important;
	text-decoration: none !important;
	position: relative!important;
	font-size: 16px !important;
	text-transform: uppercase;
}
.nav-section ul li a:hover:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 3px;
	background-color: #f89d2a;
	transition: all 0.25s;
}
.dropdown .active a {
	color: #f89d2a !important;
}
.testimonials .text {
	font-size: 18px;
	line-height: 28px;
	color: #7c7676;
	font-weight: 400;
	padding-bottom: 50px;
}
.testimonials h3.heading{
	margin-bottom:30px;
}
.nomal-content p{
	font-size:18px;
	color:#7c7676;
	margin-bottom:12px;
	line-height:1.9rem;
	letter-spacing:0.01rem;
}
.content-image{
	float:left;
	width:100%;
	max-width:450px;
	margin-right:30px;
	margin-bottom:15px;
}
.page-details-new{
	padding-top:0;
	padding-left:15px;
}
.page-details-new p {
    font-size: 18px;
    line-height: 30px;
	margin-bottom:12px;
	letter-spacing:0.01rem;
}
.nomal-content{
	padding-top:0;
}
.bullet-list li{
	padding-bottom: 20px;
}
.bullet-list li a{
	font-size:20px;
}
