@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');
*, ::after, ::before {box-sizing: border-box;}
article,aside,canvas,figure,figcaption,footer,header,nav,section,audio,video,h1,h2,h3,h4,h5,h6,ul,p {margin: 0;padding: 0;border: 0;}
a,button,input[type="submit"] {-webkit-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;text-decoration: none;font-style: normal;}
img {max-width: 100%;height: auto; vertical-align: top;}
ul {list-style: none;}
a:hover { text-decoration: none;}

body  { margin: 0; padding:0; font-family: 'Montserrat', sans-serif; font-size: 16px; letter-spacing: 0.5px;}

.heading { margin-bottom: 40px; text-align: center;}
.heading h2 {color: #1b3977;font-size: 25px;font-weight: 800;}
.heading h2 span {color: #101218;}
.heading p { padding-top: 10px; color: #1d1d1d;}

header {
  padding: 15px 0;
  transition: all 0.2s ease;
}

.page_logo {
	justify-content: space-between;
}
.page_logo p img{
	margin-right: 5px;
}
.page_logo p {
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #0b0152;
	font-weight: 500;
}
.banner_test h3 {
	font-size: 32px;
	color: #0e0551;
	margin-bottom: 20px;
}
.banner_test h6{
	font-size: 24px;
	color: #0e0551;
	margin-top: 20px;
}

.banner_test p {
	margin: 0px 0 0 0;
}
.banner_test h3 strong {
	font-size: 30px;
}
.banner_test h1 {
	color: #0e0551;
	font-size: 45px;
	font-weight: 700;
	margin: 15px 0;
}
.colsultation_form {
	text-align: center;
	background: #fff;
	padding: 25px;
	border-radius: 10px;
}
.field_form {
	width: 100%;
	margin: 10px 0;
	border: none;
	border-bottom: 1px solid #cacaca;
	background: transparent;
	font-size: 14px;
	color: #717171;
	padding: 7px 6px;
	height: auto;
}
.colsultation_form h3 {
	color: #0e0551;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 30px;
}
.colsultation_form button {
	width: 100%;
	background: #719d3a;
	color: #fff;
	padding: 12px;
	border: none;
	border-radius: 30px;
	margin-top: 25px;
}
.section_a {
	padding: 150px 0;
}
.section_b {
	padding: 50px 0;
	position: relative;
}
.section_b::after {
	content: "";
	background: #719d3a;
	background: -webkit-linear-gradient(to right, #0e0551, #719d3a);
	background: linear-gradient(to right, #0e0551, #719d3a);
	display: block;
	width: 100%;
	height: 5px;
	position: absolute;
	top: 50%;
}
.banner_down_strip {
	padding: 12px;
	z-index: 8;
	position: relative;
	background: #719d3a;
	background: -webkit-linear-gradient(to right, #0e0551, #719d3a);
	background: linear-gradient(to right, #0e0551, #719d3a);
	border-radius: 10px;
}
.banner_down_strip ul li {
	flex: 1;
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	justify-content: center;
}
.banner_down_strip ul li img {
	width: 36px;
	margin-right: 10px;
}
.h2_style {
	text-align: center;
	font-size: 30px;
	margin-bottom: 20px;
	color: #100950;
}
.section_c p {
	text-align: center;
	font-size: 16px;
	color: #000;
}
.section_c {
	padding: 0 0 60px 0;
}
.health_box {
	padding: 20px;
	border: 1px solid #ccc;
	border-radius: 10px;
	position: relative;
	margin: 70px 0 0 0;
	background-color: #fff;
}
.health_round {
	width: 90px;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #719d3a;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: -50px;
	transform: translateX(-50%);
	background: #edeff1;
}
.health_box h6 {
	font-size: 21px;
	text-align: center;
	margin-top: 45px;
	font-weight: 400;
	color: #0b0152;
}
.health_box h6 span {
	font-weight: 600;
}
.health_box p {
	text-align: center;
	padding: 10px;
	background: #719d3a;
	margin: 15px 0;
	color: #fff;
	font-size: 15px;
}
.health_box ul li {
	display: block;
	font-size: 16px;
	margin: 10px 0;
	color: #0b0152;
	padding-left: 15px;
	position: relative;
}
.health_box ul li::before {
	content: "";
	background: url(../images/tick.png)0 0 no-repeat;
	width: 7px;
	height: 7px;
	position: absolute;
	left: 0;
	top: 10px;
}
.section_d{
	position: relative;
	padding: 0 0 125px 0;
}
.section_d::before {
	content: "";
	background: url(../images/bg_1.png)0 0 no-repeat;
	width: 200px;
	height: 1600px;
	position: absolute;
	background-size: cover;
	background-position: center;
	left: 0px;
	top: 0px;
	z-index: -1;
}
.section_d::after {
	content: "";
	background: url(../images/bg_2.png)0 0 no-repeat;
	width: 300px;
	height: 1500px;
	position: absolute;
	background-size: cover;
	background-position: center;
	right: 0px;
	top: 0px;
	z-index: -1;
}
.health_box ul {
	min-height: 230px;
}
.section_e {
	position: relative;
	padding: 50px 0 140px;
}
.section_e::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 266px;
	background-color: #719d3a;
}
.section_e .h2_style {
	color: #fff;
}
.cuisine_box {
	margin: 60px 0 0;
	padding: 0 8px;
	text-align: center;
}
.cuisine_box h6 {
	font-size: 20px;
	font-weight: 600;
	color: #0b0152;
	padding: 20px 0 10px 0;
}
.cuisine_box p {
	font-size: 16px;
	font-weight: 500;
	color: #9e9d9d;
}
.section_f {
	padding: 0 0 130px 0;
}
.side_heading h2 {
	font-size: 30px;
	font-weight: 400;
	margin-bottom: 40px;
	color: #100950;
}
.side_heading h2::after {
	content: "";
	display: inline-block;
	width: 222px;
	height: 2px;
	background-color: #719d3a;
	margin-left: 25px;
}
.navigator_img {
	border-radius: 5px;
	overflow: hidden;
}
.navigator_text {
	padding:0 60px;
}
.navigator_text p {
	color: #0b0152;
	font-size: 20px;
	margin-bottom: 30px;
}
.section_g {
	padding:0 0 80px;
}
.clientbox {
	margin-top: 40px;
}
.clientbox h6 {
	font-size: 18px;
	font-weight: 600px;
	padding: 20px 30px;
}
.timestamp {
	color: #435a76;
	font-size: 14px;
	display: block;
	padding: 0 30px;
}
.form_container {
	padding: 90px 0 0;
}
.form_container h6 {
	font-size: 25px;
	font-weight: 600;
	color: #0b0152;
	margin: 0 0 50px;
}
.form_container .form-group {
	margin-bottom: 15px;
}
.form_container .form-control {
	border: 0;
	border-bottom: 1px solid #d6d4e2;
	border-radius: 0;
	padding: 7px 0;
}
.form_container .form-control:focus {
	box-shadow: unset;
}
.form_container .form-control::placeholder {
	font-size: 14px;
	font-weight: 300;
	color: #717171;
}
.form_container select {
	font-size: 14px;
	font-weight: 300;
	color: #717171;
}
.form_container .submit_btn {
	width: 100%;
	font-size: 16px;
	font-weight: 600;
	background-color: #719d3a;
	color: #fff;
	padding: 12px;
	border-radius: 10px;
	text-transform: uppercase;
	margin-top: 40px;
	border: 0;
}
.form_container .btnholder {
	padding: 0 30px;
}
.howItWorks {
	padding: 0 0 100px;
}
.how_it_work_image h2 {
	font-size: 26px;
	color: #fff;
	margin: 0 0 25px;
	position: relative;
	text-transform: uppercase;
	letter-spacing: 4px;
	padding-top: 25px;
}
.how_it_work_image {
	border-radius: 15px;
	padding: 80px 15px;
	background: #07003b url(../images/image28.png) center no-repeat;
	background-size: cover;
}
.how_it_work_image p {
	color: #fff;
	opacity: 0.7;
	margin-bottom: 30px;
	font-size: 17px;
	font-family: 'Lato', sans-serif;
}
.row_how_it_work_list {
	display: flex;
	justify-content: center;	
}
.stepbox {
	color: #fff;
	text-align: center;
	max-width: 225px;
	padding: 0 15px;
	font-family: 'Lato', sans-serif;
}
.row_how_it_work_list .stepbox:nth-child(2) span {
	animation-name: textColor2;
}
.row_how_it_work_list .stepbox:nth-child(3) span {
	animation-name: textColor3;
}
.row_how_it_work_list .stepbox:nth-child(4) span {
	animation-name: textColor4;
}
.stepbox span {
	border-radius: 15px;
	font-size: 12px;
	padding: 3px 12px;
	display: inline-block;
	vertical-align: top;
	background: #07003B;
	animation: textColor1 5s infinite;
}
.stepbox h6 {
	font-size: 20px;
	font-weight: 400;
	margin-top: 8px;
	text-transform: uppercase;
}
.stepboxline {
	width: 660px;
	height: 2px;
	background-color: #a7a5b9;
	margin: 35px auto 0;
	display: flex;
	justify-content: space-between;
}
.stepboxline span {
	width: 10px;
	height: 10px;
	background-color: #fff;
	border-radius: 50%;
	margin-top: -5px;
	animation: dotColor1 5s infinite;
}
.stepboxline span:nth-child(2) {
	animation-name: dotColor2;
}
.stepboxline span:nth-child(3) {
	animation-name: dotColor3;
}
.stepboxline span:nth-child(4) {
	animation-name: dotColor4;
}
@keyframes dotColor1 {
	0% {background-color: #fff;}
	25% {background-color: #5aad50;}
	50% {background-color: #fff;}
	75% {background-color: #fff;}
	100% {background-color: #fff;}
}
@keyframes dotColor2 {
	0% {background-color: #fff;}
	25% {background-color: #fff;}
	50% {background-color: #5aad50;}
	75% {background-color: #fff;}
	100% {background-color: #fff;}
}
@keyframes dotColor3 {
	0% {background-color: #fff;}
	25% {background-color: #fff;}
	50% {background-color: #fff;}
	75% {background-color: #5aad50;}
	100% {background-color: #fff;}
}
@keyframes dotColor4 {
	0% {background-color: #fff;}
	25% {background-color: #fff;}
	50% {background-color: #fff;}
	75% {background-color: #fff;}
	100% {background-color: #5aad50;}
}


@keyframes textColor1 {
	0% {background-color: #07003B;}
	25% {background-color: #5aad50;}
	50% {background-color: #07003B;}
	75% {background-color: #07003B;}
	100% {background-color: #07003B;}
}
@keyframes textColor2 {
	0% {background-color: #07003B;}
	25% {background-color: #07003B;}
	50% {background-color: #5aad50;}
	75% {background-color: #07003B;}
	100% {background-color: #07003B;}
}
@keyframes textColor3 {
	0% {background-color: #07003B;}
	25% {background-color: #07003B;}
	50% {background-color: #07003B;}
	75% {background-color: #5aad50;}
	100% {background-color: #07003B;}
}
@keyframes textColor4 {
	0% {background-color: #07003B;}
	25% {background-color: #07003B;}
	50% {background-color: #07003B;}
	75% {background-color: #07003B;}
	100% {background-color: #5aad50;}
}
  

.section_h {
	padding: 0 0 100px;
}
.main-footer {
	border-top: 1px solid #cfcfcf;
	position: relative;
}
.footer_logo {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
}
.location {
	font-size: 14px;
	color: #0b0152;
}
.location span {
	display: inline-block;
	margin:0 9px 0;
}
.main-footer {
	padding: 154px 0 84px;
}
.footer_social {
	text-align: right;
}
.footer_social span {
	display: inline-block;
	padding: 0 4px;
}
.clientimg {
	cursor: pointer;
}
.section_c .clientimg img {
	border-radius: 15px;
}
.section_c .clientbox {
	text-align: center;
}
.click_more {
	width: 100%;
	font-size: 16px;
	font-weight: 600;
	background: #719d3a;
	color: #fff !important;
	padding: 12px;
	border-radius: 10px;
	text-transform: uppercase;
	border: 0;
	max-width: 485px;
	display: block;
	text-align: center;
	margin: 30px auto 0;
}
.review_box {
	padding: 25px;
	background: white;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	border-radius: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.review_sec {
	padding: 0 0 125px 0;
}
.review_box p {
	display: flex;
	align-items: center;
}
.review_box p span {
	font-weight: 500;
	color: #757575;
	font-size: 15px;
}
.review_box p {
	flex: 1;
	padding: 0 27px;
	border-right: 1px solid lightgray;
}
.review_box p:last-child{
	border: none;
}
.cuisine_img img {
	width: 220px;
	height: 220px;
}
.header_call {
	padding: 12px 12px;
	max-width: 250px;
	width: 100%;
	min-width: 150px;
	text-align: center;
	border-radius: 50px;
	font-size: 16px;
	background: #719d3a;
	color: #fff !important;
}
#contact_floting_hide {
	position: fixed;
	right: -53px;
	top: 50%;
	z-index: 9999;
}
#contact_floting_hide a {
	font-size: 16px;
	font-weight: 600;
	background: #719d3a;
	color: #fff !important;
	text-transform: uppercase;
	padding: 13px 21px;
	display: block;
	transform: rotate(-90deg);
	border-radius: 10px 10px 0 0;
}
.contact_floting{
  display: none;
}
.contact_floting.contact_floting_show{
  display: block;
}
.heder_menu_one {
	display: flex;
}
.heder_menu_one a {
	font-size: 13px;
	text-transform: uppercase;
	color: #000;
	margin: 0 9px;
	padding: 13px 2px;
	font-weight: 500;
}
.desktop_hide {
	display: none;
}
.menu_toggle{
	display: none;
}
.logo_page{
	transition: all 0.2s ease;
}
.header_fix .logo_page {
	width: 70px;
}
.header_fix {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
	background: #fff;
	padding: 5px 0;
}
.heder_menu_one a:focus {
	color: #719d3a;
}
.clientimg img {
	border-radius: 15px;
}