/* 
Theme Name: The Plant Fed Gut
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: FDM
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/******Default vip css start*****/  
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@font-face {
	font-family: 'Questrial';
	src: url('fonts/Questrial-Regular.eot');
	src: url('fonts/Questrial-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/Questrial-Regular.woff2') format('woff2'),
		url('fonts/Questrial-Regular.woff') format('woff'),
		url('fonts/Questrial-Regular.ttf') format('truetype'),
		url('fonts/Questrial-Regular.svg#Questrial-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Herokid';
	src: url('fonts/Herokid-Bold.eot');
	src: url('fonts/Herokid-Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/Herokid-Bold.woff2') format('woff2'),
		url('fonts/Herokid-Bold.woff') format('woff'),
		url('fonts/Herokid-Bold.ttf') format('truetype'),
		url('fonts/Herokid-Bold.svg#Herokid-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Herokid';
	src: url('fonts/Herokid-SemiBold.eot');
	src: url('fonts/Herokid-SemiBold.eot?#iefix') format('embedded-opentype'),
		url('fonts/Herokid-SemiBold.woff2') format('woff2'),
		url('fonts/Herokid-SemiBold.woff') format('woff'),
		url('fonts/Herokid-SemiBold.ttf') format('truetype'),
		url('fonts/Herokid-SemiBold.svg#Herokid-SemiBold') format('svg');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}


*{
	outline: none !important; 
	text-decoration: none !important;  
}
ul {
	padding: 0;
} 
.site-branding {
	display: none;
} 
p,li {
	margin-bottom: 20px; 
}  
p, li, div, p.elementor-heading-title {
	color: #202020;
	font-size: 18px;
	line-height: 29px;
	font-family: "Inter", sans-serif;
	font-weight: 400;
}
p:last-child{
	margin-bottom: 0;
} 
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 h6, .h6 {
	color: #004d59;
	letter-spacing: 0;
	font-family: 'Herokid';
	font-weight: bold;
}
.bigheading > .elementor-widget-container {
	margin-bottom: 20px;
}
/* p a{
color: #0142ae !important;
font-weight: 700;
text-decoration: unset !important;
}  */
p a {
	color: #ea7b5a !important;
	font-weight: 700;
	text-decoration: unset !important;
}
p a:hover, .link-text a:hover {
	color: #004d59 !important;
}
/* p a:hover, .link-text a:hover {
color: #c0262b !important;
} */
strong {
	font-weight: 500 !important;
}  
.subheading h6 {
	font-size: 18px;
	line-height: 49px;
	text-transform: uppercase;
	color: #2b328c;
}
.pl60{
	padding-left: 60px;
}
.pl30{
	padding-left: 30px;
}
.pr60{
	padding-right: 60px;
} 
.pt0 {
	padding-top:0px !important;
}
.pb0 {
	padding-bottom:0px !important;
}
.mt50{
	margin-top: 50px;
}   
.mt35{
	margin-top: 35px;
} 
.mt100{
	margin-top: 100px;
}    
.pad100 {
	padding: 100px 15px;
} 
.pt100{
	padding-top: 100px;
} 
.pb100{
	padding-bottom: 100px;
}
.pt50 {
	padding-top: 50px;
}
.defbtn .elementor-widget-container {
	margin-top: 30px;
}
body {
	position: relative;
}
a {
	transition: all ease-in-out 0.5s !important;
}
div[data-elementor-type="wp-page"] {
	overflow: hidden;
}
/*** Header ***/  
@keyframes slideIn {
	from { top: -50% }
	to { top: 0 }
}   
.hdactive .elementor-location-header {
	position: fixed;
	-webkit-animation: slideIn 0.5s ease-in;
	-moz-animation: slideIn 0.5s ease-in;
	animation: slideIn 0.5s ease-in;
	z-index: 102;
	padding: 10px 15px;
	background: #fff;
	box-shadow: 0px 0px 11px rgba(0,0,0,0.2);
}
.hd_menu  .elementor-widget-container {
	width: 100%;
}    
.hdactive .logomain {
	width: 170px !important;
}
.hdactive .header_main {
	padding: 0 !important;
	border: 0; 
} 
.header_main .elementor-widget-wrap {
	justify-content: space-between;
	align-items: center;
}
.hd_menu .elementor-nav-menu > li:last-child > a:hover {
	padding-right: 70px !important;
	background-color: #651244 !important;
}  
.hd_menu .elementor-nav-menu > li {
	margin-left: 16px;
}
.hd_menu .elementor-nav-menu > li > a {
	font-size: 17px;
	color: #000 !important;
	padding: 0 !important;
}
.hd_menu .elementor-nav-menu > li > a:hover {
	color: #c5d745 !important;
}
.hd_menu .elementor-nav-menu > li:last-child > a {
	border-radius: 50px;
	font-size: 16px;
	padding: 20px 56px 20px 34px !important;
	background-image: url("https://theguthealthmd.com/wp-content/uploads/2025/04/arr.png");
	background-repeat: no-repeat;
	background-position: right 28px center;
	background-size: 16px;
	line-height: normal;
	background-color: #ea7b5a !important;
	color: #fff !important;
}
.elementor-nav-menu > li > ul.sub-menu a {
	padding: 14px 17px !important;
	color: #fff !important;
	border-bottom: 1px solid #ffffff38;
	border-left: 0;
	white-space: normal;
	background: transparent !important;
	font-size: 17px;
	text-transform: capitalize;
	letter-spacing: 0;
}   
.elementor-nav-menu > li > ul.sub-menu li:last-child a {
	border-bottom: 0px !important;
}  
.elementor-sub-item.elementor-item-active {
	background-color: transparent !important;
} 
.elementor-nav-menu > li > ul.sub-menu {
	background: #ea7b5a;
	min-width: 279px !important;
	border-radius: 0px;
	margin-top: 0 !important;
}
.elementor-nav-menu > li > ul.sub-menu:last-child a {
	border-radius: 0px; 
} 
.elementor-nav-menu > li > ul.sub-menu .sub-arrow {
	display: none !important;
} 
.elementor-nav-menu > li > ul.sub-menu a:hover {
	background: #c7d55e !important;
	opacity: 1;
	border-left: unset !important;
	color: #000 !important;
} 
.elementor-location-header {
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	padding: 15px 15px;
	border-bottom: 1px solid #f0f0f0;
}
/*** Header End***/  
.logomain {
	max-width: 220px;
}
.hd_menu {
	width: calc(100% - 270px) !important;
}
.bigheading h2 {
	font-size: 60px;
	line-height: 1.1;
}
.copyright_text > div, .copyright_text a {
	color: #fff;
	font-size: 16px;
}
.ft_bottom {
	border-top: 1px solid #c6da43;
	padding: 17px 15px;
}
.ft_social  svg {
	margin: 0 !important;
	fill: #c6da43;
	width: 15px !important;
	height: 19px !important;
}
.ft_social a {
	border: 1px solid #c6da43;
	width: 40px !important;
	height: 40px !important;
	border-radius: 50%;
	justify-content: center !important;
}
.ft_links ul {
	max-width: 440px;
	margin-left: auto !important;
}
.ft_social .elementor-icon-list-text {
	display: none;
}
.ft_social a:hover {
	background: #c6da43;
}
.ft_social a:hover svg	 {
	fill: #fff;
}
.ft_links span:hover {
	color: #c6da43;
}
.fttop {
	padding: 50px 15px;
}
.mdtext  h2 {
	font-size: 40px;
	margin-bottom: 40px;
}
/* .mdtext h2 i,.text_para i {
color: #c5d744;
font-style: normal;
} */
.mdtext h2 i, .text_para i {
	color: #c5d744;
}
.ft_links  span {
	color: #fff; 
	line-height: normal;
}
.ft_links li {
	margin: 8px 20px!important;
}

.email_box  ._form-content {
	display: flex;
	flex-wrap: wrap;
}
.email_box label {
	display: none;
}
.email_box ._form_element:nth-of-type(2) {
	border: 0px;
}
.email_box ._form_element {
	width: calc(100% / 2 - 125px);
	border-right: 1px solid #ccc;
	position: relative;
}
.email_box ._form_element:nth-of-type(2) {
	border: 0px;
}
.email_box ._error._below {
	position: absolute;
	bottom: -26px;
	left: 30px;
}
.email_box ._error-inner {
	font-size: 14px;
	color: #d94b4b;
	line-height: normal;
}
._form-thank-you {
	text-align: center;
	padding: 20px 20px;
}
.email_box  ._button-wrapper {
	width: 250px;
}
.email_box .elementor-widget-container {
	border: 1px solid #ea7b5a;
	border-radius: 50px; 
	display: flex;
	flex-wrap: wrap;
	position: relative; 
}
.email_box .gfield--type-submit {
	width: 246px !important;
} 
.email_box .gfield.gfield--type-email {
	border: 0px !important;
}
.email_box .gfield {
	width: calc(100% / 2 - 139px) !important;
	border-right: 1px solid #ccc;
}
.email_box form {
	width: 100% !important;
}
.email_box .elementor-shortcode {
	width: 100% !important;
} 
.email_box .gform-button, .email_box button {
	border-radius: 50px !important;
	background: #ea7b5a !important;
	font-weight: normal !important;
	font-size: 16px !important;
	border: 0px !important;
	color: #fff !important;
	padding: 20px 10px !important;
	width: 100% !important;
}
.email_box .gfield.gfield--type-submit {
	width: 246px !important;
} 
.email_box .gfield_error input {
	color: red !important;
}
.email_box .gform_confirmation_message {
	text-align: center;
	padding: 23px 20px;
}
.email_box .validation_message {
	display: none !important;
}
.email_box .gform_fields {
	display: flex !important;
	flex-wrap: wrap !important;
}
.email_box .gform-footer {
	display: none !important;
}
.email_box input {
	border: 0px !important;
	box-shadow: none !important;
	height: 61px !important;
	padding: 0 30px !important;
	font-size: 15px !important;
	background: transparent !important;
}
.email_box {
	margin-top: 40px;
}
.email_box input[type="submit"] {
	min-width: 100% !important;
	width: 100%;
	max-width: 100% !important;
}
.email_box input:first-child {
	border-right: 1px solid #ea7b5a;
}
.right_block > .elementor-container {
	max-width: calc((100% - 1360px)/2 + 1360px) !important;
	margin-right: 0;
	padding-left: 15px;
}
.left_block > .elementor-container{
	max-width: calc((100% - 1360px)/2 + 1360px) !important;
	margin-left: 0;
	padding-right: 15px;
}
.cards_about{
	padding: 0 15px;
}
.spacingright {
	padding: 80px 80px 80px 0px;
}
.text_para h2 {
	margin: 35px 0 19px;
	font-size: 34px;
	line-height: 1.2;
}
.iconlist  ul {
	list-style: none;
	position: relative;
}
.iconlist ul li {
	margin: 0 0 15px;
	padding-left: 30px;
	position: relative;
}
.iconlist ul li:before {
	width: 13px;
	height: 13px;
	background: #c5d744;
	border-radius: 50px;
	position: absolute;
	content: "";
	left: 0;
	top: 9px;
}
.full_img, .full_img * {
	height: 100% !important;
	object-fit: cover;
}
.defbtn a {
	background-color: #ea7b5a;
	border-radius: 50px;
	font-size: 17px;
	padding: 20px 66px 20px 34px;
	background-image: url("https://theguthealthmd.com/wp-content/uploads/2025/04/arr.png");
	background-repeat: no-repeat;
	background-position: right 28px center;
	background-size: 16px;
	line-height: normal;
	text-transform: uppercase;
}
.defbtn a:hover {
	padding-right: 70px;
	background-color: #651244;
}
.email_box input[type="submit"]:hover{
	background-color: #651244;
} 
.course_explore  .elementor-testimonial__header{
	flex-wrap: wrap;
}
.course_image {
	width: 100%;
	overflow: hidden;
	border-radius: 20px;
	margin-bottom: 30px;
	position: relative;
}
.course_image img {
	width: 100%;
	height: auto !important;
	border-radius: 0px !important;
	transition: all ease-in-out 0.5s;
	display: block;
}
.course_main .elementor-testimonial__cite {
	margin: 0 !important;
}
.course_block:hover .course_image p {
	left: 0;
}
.course_image p {
	position: absolute;
	bottom: 0;
	margin: 0;
	background: #03515a;
	font-size: 15px;
	padding: 3px 14px;
	color: #fff;
	left: -100%;
	transition: all ease-in-out 0.5s;
	font-weight: 600;
}
.course_main .course_image:hover img {
	transform: scale(1.1);
}
.course_block_text li {
	list-style-type: unset;
	font-size: 15px !important;
	color: #fff !important;
	line-height: 21px;
	margin: 0 0 6px;
	padding-left: 15px;
	position: relative;
} 
.course_block_text li:before {
	content: "";
	width: 6px;
	height: 6px;
	background: #fff;
	position: absolute;
	left: 0;
	border-radius: 50px;
	top: 8px;
}
.course_block_text ul {
	list-style: none;
}

.course_block:hover .course_block_text i {
	background: #fff !important;
	color: #651244 !important;
} 
.course_block_text i {
	border-radius: 50px;
	font-size: 17px;
	padding: 20px !important;
	line-height: normal;
	background-color: #ea7b5a !important;
	color: #fff !important;
	display: block;
	text-align: center;
	font-style: normal;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	cursor: pointer;
	transition: all ease-in-out 0.5s;
}
.course_block h2 {
	color: #fff !important;
	font-size: 25px;
	font-family: 'Herokid';
	font-weight: bold;
	line-height: 1.2;
	display: block;
	margin: auto auto 40px;
	min-height: 70px;
}
.course_explore .elementor-testimonial__title{
	font-size: 17px !important;
	color: #000 !important;
	line-height: 27px;
}
.course_explore  .elementor-testimonial__name {
	color: #651244 !important;
	font-size: 26px;
	font-family: 'Herokid';
	font-weight: bold;
	line-height: 31px;
	display: block;
	margin: 38px auto 10px;
}
.course_explore .elementor-testimonial__cite {
	margin: 0 !important;
}
.course_explore  .elementor-main-swiper {
	width: 100% !important;
}
.course_explore .swiper-slide {
	padding: 36px 30px !important;
	border-radius: 20px !important;
}
.course_explore .elementor-testimonial__image {
	width: 100%;
}
.course_explore .elementor-testimonial__image img {
	width: auto !important;
	border-radius: 0px !important;
	height: auto !important;
	max-height: 70px;
}
.course_explore .elementor-swiper-button  svg {
	display: none !important;
}
.course_explore .elementor-swiper-button {
	position: absolute !important;
	top: -112px !important;
	right: 0 !important;
	width: 50px !important;
	height: 50px !important;
	background-color: #fff !important;
	border-radius: 50px !important;
	transform: unset !important;
	left: unset !important;
	background-image: url("https://theguthealthmd.com/wp-content/uploads/2025/04/arr_n.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 26px;
}
.course_block {
	padding-bottom: 90px;
	width: calc(100% / 3 - 20px);
	position: relative;
}
.course_main > div {
	display: flex;
	flex-wrap: wrap;
	column-gap: 30px;
	row-gap: 100px;
}
.course_explore .elementor-swiper-button.elementor-swiper-button-prev {
	right: 70px !important;
	-webkit-transform: scaleX(-1) !important;
	transform: scaleX(-1) !important;
}
.img_meet {
	margin-top: -57px;
} 
.wt p {
	color: #fff;
}
/* .img_meet img {
height: 770px;
object-fit: cover;
object-position: top right;
border-radius: 50px;
} */
.img_meet img {
	height: 825px;
	object-fit: cover;
	object-position: top right;
	border-radius: 50px;
}
.aboutdr {
	border-radius: 50px;
	margin-top: 50px;
}
.meet_info {
	padding: 55px;
}
.smhd h2 {
	font-size: 38px;
	font-family: 'Herokid';
	font-weight: bold;
	display: block;
	line-height: 1.2;
}
.smhd .elementor-widget-container{
	margin-bottom: 22px;
}
.bigtext p {
	font-size: 23px;
	line-height: 1.5;
}
.spacingleft {
	padding: 80px 0px 80px 80px;
}
.mdheading h2 {
	color: #000;
	font-weight: 600;
	line-height: 1.3;
	font-size: 26px;
}
.brandlogos > div {
	padding: 20px 50px;
	border-radius: 50px;
	margin: -45px auto;
	z-index: 1;
}
.banner {
	padding: 11% 15px;
	background-position: top right !important;
	background-size: 48% !important;
}
.pattern_bg::before, .pattern_bg::after {
	content: "";
	width: 350px;
	height: 100%;
	background-image: url("https://theguthealthmd.com/wp-content/uploads/2025/04/ic_pattern.png");
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	bottom: 0;
	background-size: 100%;
	pointer-events: none;
}
.pattern_bg::after {
	right: 0;
}
.pattern_bg::before {
	left: 0;
	-webkit-transform: scaleX(-1) !important;
	transform: scaleX(-1) !important;
}
.bannercaption h1 {
	font-size: 85px;
	line-height: 1.1;
	margin-bottom: 20px;
}
.bannercaption h1 img {
	max-height: 70px;
	vertical-align: middle;
	position: relative;
	top: -3px;
}
.bannercaption {
	max-width: 600px;
}  
.sellingauthor p {
	font-size: 34px;
	color: #fff;
	font-family: 'Herokid';
	font-weight: bold;
	line-height: normal;
	display: block;
	margin-top: 8px !important;
}
.sellingauthor {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: #C5D744;
	background: linear-gradient(0deg, rgba(197, 215, 68, 0.92) 30%, rgba(255, 255, 255, 0) 100%);
	border-radius: 0 0 50px 50px;
	padding: 180px 20px 12px;
}
.sellingauthor span {
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #000;
	font-size: 16px;
} 
/* .sellingauthor  img {
max-width: 290px;
vertical-align: middle;
margin-right: 20px;
} */
.sellingauthor img {
	max-width: 290px;
	width: 100% !important;
	display: block;
	text-align: center;
	margin: 0 auto 5px !important;
}
.tab-block {
	background: #004D59;
	border-radius: 20px;
	padding: 40px;
}
.tab-block .elementor-tab-title {
	padding: 0px !important;
	color: #fff;
	margin-bottom: 13px !important;
}
.tab-block .elementor-tab-title svg {
	fill: #c5d744;
	display: block;
}
.tab-block .elementor-tab-content {
	padding: 0 !important;
}
.tab-block .elementor-tab-content,.tab-block  .elementor-tab-content p {
	color: #fff;
	font-size: 16px;
	line-height: 25px;
	margin-top: 0;
}
.tab-block .elementor-accordion {
	display: flex;
	flex-wrap: wrap;
	row-gap: 20px;
	margin-top: 10px;
	column-gap: 20px;
}
.tab-block .elementor-accordion-item {
	width: calc(100% / 3 - 14px);
}
.banner-slide .elementor-button:hover {
	padding-right: 70px !important;  
	background-color: #651244 !important;
}
.banner-slide .elementor-button {
	background-color: #ea7b5a !important;
	border-radius: 50px;
	font-size: 17px;
	padding: 20px 66px 20px 34px;
	background-image: url("https://theguthealthmd.com/wp-content/uploads/2025/04/arr.png") !important;
	background-repeat: no-repeat !important;
	background-position: right 28px center !important;
	background-size: 16px !important;
	line-height: normal;
	color: #fff !important;
}
.banner-slide .swiper-slide-bg {
	background-position: top right !important;
	transition: none !important;
	background-color: transparent !important;
	background-size: 48% !important;
}
.banner-slide .elementor-slide-heading {
	font-size: 3.6vw !important;
	line-height: 1.1 !important;
	margin-bottom: 20px !important;
	color: #004d59;
	letter-spacing: 0;
	font-family: 'Herokid';
	font-weight: bold;
}
.banner-slide .elementor-slide-heading img {
	max-height: 70px;
	vertical-align: middle;
	position: relative;
	top: -3px;
}
.banner-slide .swiper-slide-inner {
	max-width: 1360px !important;
	padding: 0 !important;
	justify-content: left !important;
	text-align: left !important;
}
.banner-slide .swiper-slide-contents {
	max-width: 580px !important;
}
.course_image span {
	background: #c5d744;
	position: absolute;
	top: 0;
	margin: 0;
	right: 30px;
	color: #004d59;
	clip-path: polygon(0 0, 100% 0, 100% 60%, 100% 100%, 50% 75%, 0 100%, 0 100%);
	width: 60px;
	padding: 19px 10px 10px;
	text-align: center;
	min-width: 70px;
	min-height: 110px;
	font-weight: 600;
	line-height: 20px;
}
.desc {
	font-size: 15px !important;
	color: #fff !important;
	line-height: 22px;
	margin-top: 17px;
	display: none;
}
.course_block_text.active .exp_text {
	font-size: 0 !important;
	border: 0px;
	color: transparent !important;
}
.course_block_text.active .exp_text::after {
	content: "collapse";
	font-size: 15px !important;
	color: #fff !important;
	line-height: 22px;
	text-transform: uppercase;
	border-bottom: 1px solid #ffffff52;
	cursor: pointer;
}
.exp_text {
	font-size: 15px !important;
	color: #fff !important;
	line-height: 22px;
	text-transform: uppercase;
	border-bottom: 1px solid #ffffff52;
	cursor: pointer;
	transition: unset !important;
}
.course_block_text.active .desc {
	display: block;
} 
.texthd p {
	font-size: 20px;
	line-height: 1.5;
	font-family: 'Herokid';
	font-weight: bold;
}
.page_hd  h1 {
	font-size: 70px;
}
.page_hd .elementor-widget-container {
	margin-bottom: 20px;
}




.faq_block .elementor-accordion-item {
	border: 0px !important;
	border-bottom: 1px solid #ccc !important;
} 
.faq_block .elementor-tab-title {
	padding: 28px 0 28px 50px !important;
	text-align: left;
	position: relative;
}
.faq_block .elementor-accordion-title {
	font-family: 'Herokid';
	font-size: 21px;
	font-weight: 600;
}
.faq_block .elementor-tab-content {
	padding: 0 0 30px 50px !important;
	border: 0px !important;
}
.faq_block .elementor-tab-content p {
	margin-bottom: 10px;
}
.faq_block .elementor-accordion-item:last-child {
	border: 0px !important;
}
.faq_block .elementor-accordion-icon {
	background: #614;
	width: 30px !important;
	height: 30px !important;
	border-radius: 50% !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	top: -1px;
	bottom: 0;
	margin: auto;
}
.faq_block .elementor-accordion-icon span svg {
	fill: #fff;
	width: 18px !important;
	display: block;
} 
.innercontent {
	padding: 60px 60px 60px 0;
}
.pad50 {
	padding: 50px 0;
} 
.full_gutblock {
	padding: 100px 15px 28%;
}
.coloverimage {
	max-width: 750px !important;
}
.banner-list ul {
	margin-top: 20px;
}
.banner-list li {
	font-size: 18px;
	line-height: 29px;
	padding-left: 36px;
	list-style: none;
	margin-bottom: 10px;
	position: relative;
}
.banner-list li::before {
	position: absolute;
	content: "";
	background-image: url("https://theguthealthmd.com/wp-content/uploads/2025/07/GHMD-icons-34.png");
	background-repeat: no-repeat;
	background-size: 27px;
	width: 30px;
	height: 30px;
	left: 0;
	top: 5px;
}
.banner-list li:last-child {
	margin-bottom: 20px;
}
/* .banner_inner .elementor-container {
max-width: calc((100% - 1360px)/2 + 1360px) !important;
margin-right: 0px;
} */
.mt20 {
	margin-top: 20px;
}
.learn-list ul {
	margin: 0 !important;
	column-gap: 20px;
	row-gap: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.learn-list li {
	margin: 0 !important;
	background: #c5d744;
	padding: 20px 40px !important;
	border-radius: 15px;
	width: calc(100% / 3 - 15px) !important;
}
.banner-logo img {
	width: 100%;
	display: block;
	max-width: 260px;
	margin-bottom: 30px;
}
.defbtn.btnclr a {
	background-color: #651244;
}
.defbtn.btnclr a:hover {
	background-color: #ea7b5a;
}
.multi-logo {
	width: auto !important;
}
.multi-logo img {
	width: 100%;
	display: block;
	max-width: 110px;
}
.multilogo_outer .elementor-widget-wrap {
	flex-wrap: wrap;
	justify-content: left;
	column-gap: 10px;
}
.convos-list ul {
	margin: 0 !important;
	display: flex;
	flex-wrap: wrap;
	column-gap: 10px;
	row-gap: 10px;
}
.convos-list li {
	margin: 0 !important;
	background: #c5d744;
	padding: 9px 18px !important;
	border-radius: 8px;
}
.convos-list li span {
	font-size: 16px;
}
.banner-full, .banner-full * {
	height: 100% !important;
	object-fit: cover;
	width: ;
}
.cookbook-sec {
	padding: 40px 15px;
}
.logo-slider .swiper-slide {
	background: #fff;
	height: 150px;
	/*   margin-right: 10px; */
	position: relative;
	align-content: center;
}
.logo-slider .swiper-slide-image {
	width: 100%;
	display: block;
	max-width: 200px;
	margin: auto;
}
.logo-slider .elementor-image-carousel-caption a {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
}
.cookbook-outer .elementor-widget-wrap {
	column-gap: 20px;
	row-gap: 20px;
	justify-content: center;
}
.cookbook-boxes {
	width: calc(100% / 3 - 14px) !important;
	background: #c6da43;
	border-radius: 15px;
	padding: 30px;
}
.cookbook-boxes h3 {
	font-size: 22px;
	line-height: normal;
	margin: 0 0 20px;
	color: #000;
	text-align: left;
}
.cookbook-boxes p {
	text-align: left;
	height: 200px;
}
.cookbook-boxes .elementor-image-box-img {
	position: absolute;
	bottom: 30px;
	width: auto !important;
	display: block;
	right: 40px;
	margin: 0 !important;
}
.cookbook-boxes .elementor-image-box-img img {
	display: block;
	width: 100%;
	max-width: 80px;
	transition: all ease-in-out 0.5s !important;
	position: relative;
	top: 0;
}
.cookbook-boxes:hover .elementor-image-box-img img {
	top: -4px;
}

.fiber-bok img {
	min-height: 760px;
	max-height: 760px;
	object-fit: cover;
}
/* .video-col .elementor-widget-wrap {
justify-content: center;
column-gap: 20px;
}
.single-vd {
width: calc(100% / 3 - 14px) !important;
} */
.video-col {
	background: #004D59;
	border-radius: 20px;
	padding: 40px;
}
.video-sec .elementor-container {
	justify-content: center;
	column-gap: 12px;
}
.video-sec img {
	border-radius: 20px;
}
.center-btn .defbtn {
	width: auto;
}
.center-btn .elementor-widget-wrap {
	justify-content: center;
	column-gap: 20px;
}
.secbtn a {
	background-color: #004D59;
}
.secbtn a:hover {
	background-color: #ea7b5a;
}
.contact-bg > div {
	background-color: #004d59;
	padding: 40px;
}
.links_outer {
	background: #004D59;
	border-radius: 20px;
	padding: 40px 40px;
	margin-top: -110px;
}
.links_outer .elementor-widget-wrap {
	justify-content: center;
	column-gap: 20px;
}
.link-boxes {
	width: calc(100% / 3 - 14px) !important;
}
.link-boxes .elementor-image-box-img {
	width: auto !important;
	display: block;
	margin-bottom: 20px !important;
	overflow: hidden;
	border-radius: 15px;
}
.link-boxes .elementor-image-box-img img {
	width: 100%;
	display: block;
	transition: all ease-in-out 0.5s !important;
	height: 286px;
	object-fit: cover;
}
.link-boxes:hover .elementor-image-box-img img {
	transform: scale(1.1);
}
.link-boxes .elementor-image-box-title {
	color: #fff !important;
	font-size: 28px;
	font-family: 'Herokid';
	font-weight: bold;
	line-height: 1.2;
}
.diff-pad {
	padding: 100px 15px 140px;
}
.datepicker {
	width: 100% !important;
}
.banner-slider.logo-slider .swiper-slide {
	background: transparent;
	height: 120px;
}
.banner-slider {
	margin: -65px auto;
	z-index: 1;
}
.banner-slider .elementor-image-carousel-wrapper {
	background: #004D59;
	border-radius: 100px;
}
.banner-slider.logo-slider .swiper-slide-image {
	max-width: 160px;
	margin: auto;
	max-height: 50px;
	object-fit: contain;
}
.res-img {
	margin-top: -100px;
}
.links_outer.about-mt { 
	margin-top: 0px;  }




/* BLOG-CSS */
.post-card article:hover .elementor-post__text::before {
	transform: rotate(0deg);
}
.post-card .elementor-post__text::before {
	content: "";
	background-image: url("https://theguthealthmd.com/wp-content/uploads/2025/06/grn-arrow.png");
	position: absolute;
	height: 20px;
	width: 20px;
	background-size: 20px;
	bottom: 30px;
	left: unset;
	right: 20px;
	background-color: #fff;
	border-radius: 50%;
	padding: 20px;
	background-repeat: no-repeat;
	background-position: center;
	transform: rotate(-50deg);
	transition: all ease-in-out .5s;
}
.post-card .elementor-post__text {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	padding: 150px 90px 20px 16px !important;
	display: flex !important;
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, #004d59 100%);
}
.pad80 {
	padding: 80px 15px;
}
.blog-main {
	padding: 100px 15px;
	background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(1, 79, 88, 0.06) 100%) !important;
}
.post-card article {
	background: transparent;
	padding: 0 !important;
	position: relative;
	border-radius: 20px;
}
.post-card article a::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	pointer-events: all;
	z-index: 0;
	top: 0;
	right: 0;
}
.post-card .elementor-posts-container {
	column-gap: 20px;
	row-gap: 20px;
}
/* .post-card .elementor-post__title a {
font-size: 20px;
line-height: normal;
color: #c9892a;
} */
.post-card .elementor-post__title a {
	font-size: 24px;
	line-height: normal;
	color: #fff;
	line-height: 29px;
}
.post-card h3 {
	margin-bottom: 0 !important;
	line-height: 28px;
	width: 100% !important;
}
/* .post-card .elementor-post__read-more {
background-color: #c9892a;
border-radius: 0px;
border: 1px solid #fff6e8;
font-size: 17px !important;
padding: 12px 70px 12px 25px;
background-image: url("https://restaurantproins.com/wp-content/uploads/2024/09/arr.png");
background-repeat: no-repeat;
background-position: right 21px center;
background-size: 17px;
min-width: 170px;
color: #fff;
cursor: pointer;
display: inline-block;
font-weight: normal !important;
transition: all ease-in-out 0.5s !important;
} */
/* .post-card article:hover .elementor-post__read-more {
background-position: right 30px center;
background-color: #000;
} */
.post-card .elementor-post__thumbnail img {
	width: 100% !important;
	position: relative !important;
	top: 0 !important;
	left: 0 !important;
	transform: none !important;
	transition: all ease-in-out 0.5s !important;
	height: 420px !important;
	object-fit: cover;
}
.post-card article:hover .elementor-post__thumbnail img {
	transform: scale(1.1) !important;
}
.post-card .elementor-post__thumbnail {
	padding-bottom: 0px !important;
	overflow: hidden !important;
}
/* .post-card .elementor-post__thumbnail::before {
content: "";
position: absolute;
width: 200%;
height: 0%;
left: 50%;
top: 50%;
background-color: rgba(255,255,255,.3);
transform: translate(-50%,-50%) rotate(-45deg);
z-index: 1;
} */
.post-card article:hover .elementor-post__thumbnail::before {
	height: 250%;
	transition: all 600ms linear;
	background-color: transparent;
}
.post-card .elementor-post__excerpt {
	margin-bottom: 15px !important;
}
.post-card .elementor-post__excerpt p {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px !important;
	line-height: 22px !important;
	color: #000 !important;
	pointer-events: none;
}
.single-main {
	padding: 100px 15px;
	background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(1, 79, 88, 0.06) 100%) !important;
}
.single-main .elementor-widget-wrap {
	box-shadow: none !important;
	transition: none !important;
	background: transparent !important;
}
.single-main h1 {
	font-size: 45px !important;
	line-height: 55px !important;
	margin-bottom: 18px;
	font-family: 'Herokid';
	font-weight: bold;
}
.single-main .elementor-icon-list-item {
	margin: 0px 0px 0px 8px !important;
}
.single-main li a {
	color: #000 !important;
	font-size: 18px !important;
	line-height: 28px !important;
}
.single-main img {
	width: 100%;
	display: block !important;
	height: 450px;
	object-fit: cover;
	border-radius: 20px;
}
.single-main .elementor-icon-list-icon {
	display: none !important;
}
.single-left h2 {
	font-size: 35px;
	line-height: 42px;
}
.single-left h3 {
	font-size: 31px;
	line-height: normal;
}
.single-left h4 {
	font-size: 26px;
	line-height: 29px;
}
.single-left h2, .single-left h3, .single-left h4 {
	margin: 30px auto 10px;
}
.post-content ul {
	list-style: none !important;
}
.post-content li {
	position: relative;
	font-size: 17px;
	line-height: 27px;
	padding-left: 20px;
	margin-bottom: 10px !important;
}
.post-content li::before {
	content: "";
	position: absolute;
	background-image: url("https://theguthealthmd.com/wp-content/uploads/2025/06/grn-arrow.png");
	background-repeat: no-repeat;
	background-size: 13px;
	height: 20px;
	width: 20px;
	left: 0px;
	top: 6px;
}
.pl40 {
	padding-left: 40px;
}
.single-ryt .elementor-post__thumbnail__link {
	display: none !important;
}
.single-ryt .sidebar .elementor-container {
	background: #014f58;
	padding: 30px;
	border-radius: 20px;
}
.single-ryt h4 {
	font-size: 26px;
	line-height: 36px;
	margin-bottom: 20px;
	font-family: 'Herokid' !important;
	color: #fff !important;
	font-weight: bold;
}
.single-ryt article {
	padding-bottom: 15px !important;
	border-bottom: 1px solid #ffffff17;
	align-items: center;
	/* 	margin-bottom: 15px !important; */
}
.single-ryt h3 a {
	font-size: 16px !important;
	line-height: 20px !important;
	color: #fff !important;
	font-family: "Inter", sans-serif;
	font-weight: 400;
}
.single-ryt article:last-child {
	border-bottom: 0px !important;
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;
}
.post-content p {
	font-size: 17px;
	line-height: 31px;
}
.post-card .elementor-post__thumbnail__link {
	margin-bottom: 0px !important;
}
/* BLOG-CSS-END */
.texthd {
	font-size: 20px;
	line-height: 1.5;
	font-family: 'Herokid';
	font-weight: bold;
}
.learn-list ul {
	margin: 0 !important;
	column-gap: 20px;
	row-gap: 60px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
/* .learn-list li {
margin: 0 !important;
background: #c5d744;
padding: 40px 40px 30px !important;
border-radius: 15px;
width: calc(100% / 3 - 15px) !important;
text-align: center;
font-weight: bold;
justify-content: center;
} */
.learn-list li {
	margin: 0 !important;
	background: #fff;
	padding: 40px 40px 30px !important;
	border-radius: 15px;
	width: calc(100% / 3 - 15px) !important;
	text-align: center;
	font-weight: bold;
	justify-content: center;
}
/* .learn-list li::before {
content: "";
background-image: url("https://theguthealthmd.com/wp-content/uploads/2025/06/checkicon.png");
background-size: 60px;
height: 60px;
width: 60px;
position: absolute;
background-color: #c5d744;
border-radius: 50%;
padding: 37px;
background-repeat: no-repeat;
top: -29px;
left: 0;
right: 0;
margin: 0 auto;
background-position: center;
} */
.learn-list li::before {
	content: "";
	background-image: url("https://theguthealthmd.com/wp-content/uploads/2025/06/green.png");
	background-size: 60px;
	height: 60px;
	width: 60px;
	position: absolute;
	background-color: #fff;
	border-radius: 50%;
	padding: 37px;
	background-repeat: no-repeat;
	top: -29px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background-position: center;
}
.come-sec {
	background-color: #E8EFB8;
}
.cookbook-sec h2 {
	font-size: 47px;
}
.course-inc svg {
	fill: #c5d744;
	width: 19px;
	height: 19px;
}
.course-inc .elementor-widget-wrap {
	row-gap: 20px;
	column-gap: 20px;
}
.course-inc .elementor-icon-box-icon {
	width: auto;
	position: absolute;
}
.course-inc .elementor-widget.elementor-widget-icon-box {
	width: calc(100% / 3 - 14px);
}
.course-inc h3 {
	font-size: 16px;
	text-align: left;
	padding-left: 31px;
	font-weight: normal;
	line-height: normal;
	margin-bottom: 7px;
	margin-top: 0;
}
.course-inc p {
	font-size: 16px;
	line-height: 25px;
	margin-top: 0 !important;
	text-align: left;
} 
.gform_wrapper .gform_validation_errors {
	display: none;
} 
.custom-contact .gform_page_footer {
	display: flex;
	flex-wrap: wrap;
}
.custom-contact .button:hover {
	background: #336588 !important;
	color: #fff !important;
}
.custom-contact .button {
	background: #ea7b5a !important;
	padding: 9px 25px !important;
	position: relative;
	z-index: 1;
	color: #fff !important;
	height: unset;
	border: 0px !important;
	line-height: normal !important;
	min-width: 210px !important;
	border-radius: 50px !important;
	margin: 20px auto 50px !important;
}
.validation_message {
	padding: 0px !important;
	background: transparent !important;
	border: 0px !important;
	margin-top: 0px !important;
	line-height: 20px !important;
	font-size: 14px !important; 
}
.gform_wrapper .gfield_required{
	display: none !important;
} 
.custom-contact .gfield_label {
	font-size: 16px !important;
	line-height: normal !important;
	padding: 0px !important;
	color: #fff !important;
	text-transform: capitalize;
	margin-bottom: 5px !important;
	display: block !important;
}
.custom-contact input, .custom-contact .textarea, .custom-contact select {
	height: 53px;
	margin-bottom: 0px !important;
	border: 0px !important;
	min-height: 53px !important;
	border-radius: 0px !important;
	color: #000 !important;
	font-size: 16px !important;
	background: #fff !important;
	border-radius: 4px !important;
}
.custom-contact .textarea {
	height: 150px !important;
}   
.custom-contact .gform_footer {
	margin: 25px 0px 0px !important;
	padding: 0px !important;
}
.custom-contact select option {
	color: #000;
}
.custom-contact .gform_fields {
	row-gap: 25px !important;
}
.half-col {
	grid-column: span 6 !important;
	margin-bottom: 0px;
} 
.full-col {
	margin-bottom: 0px;
} 
.gform_wrapper .gform_validation_errors > h2 {
	font-size: 17px !important;
	font-weight: 500;
	line-height: normal !important;
} 


.wauto {
	width: auto !important;
	margin-right: 12px;
}
.wauto:last-child {
	margin: 0;
}
.tab_block .elementor-custom-embed-play svg {
	fill: #f00;
}

.tab_block .elementor-tabs-wrapper .elementor-tab-title {
	background: #004d59;
	color: #fff;
	font-family: 'Herokid';
	padding-top: 80px;
	line-height: 24px;
	font-size: 18px;
	border-radius: 10px 40px 0 0 !important;
	font-weight: 600;
	width: calc(100% / 7 - 8px);
	display: block !important;
	border: 0px !important;
}
.tab_block .elementor-tabs-wrapper .elementor-tab-title i {
	position: absolute;
	left: 0;
	top: 0;
	background: #c5d744;
	font-style: normal;
	padding: 5px 10px;
	width: 91px;
	text-align: center;
	font-weight: normal;
	color: #000;
	font-size: 15px;
	line-height: normal;
} 
.tab_block .elementor-tab-desktop-title.elementor-active {
	border: 0px !important;
	background: #c5d744;
	color: #004d59;
}
.tab_block  .elementor-tab-content {
	border: 0px !important;
	background: #c5d744;
	padding: 40px 30px;	border-radius: 0 0 10px 10px;

}
.tab_block .elementor-tabs-wrapper {
	display: flex;
	flex-wrap: wrap;
	column-gap: 9px;
} 
.tab_block .elementor-tab-desktop-title.elementor-active i {
	color: #fff;
	background: #004d59;
}
.steps_form .gf_progressbar {
	display: none;
}
.steps_form .gchoice {
	width: auto !important;
	display: inline-block !important;
}
.steps_form .gfield_radio {
	display: flex !important;
	flex-direction: unset !important;
	justify-content: center;
	flex-wrap: wrap;
}
.steps_form .gform_page {
	text-align: center;
}
.steps_form .gfield-choice-input {
	display: none !important;
}
.checksm .gfield_label {
	color: #000 !important;
	font-size: 15px !important;
	margin-bottom: 0 !important;
	font-family: 'Herokid';
	background: #c5d744 !important;
	padding: 0 6px;
}
.steps_form .gform_previous_button {
	order: 2;
	width: 100% !important;
	background: transparent !important;
	border: 0px !important;
	box-shadow: none !important;
	line-height: normal !important;
	padding: 0 !important;
	height: auto !important;
	max-width: max-content;
	display: block !important;
	margin: auto !important;
}
.steps_form .gform_page_footer {
	flex-wrap: wrap !important;
	flex-direction: column !important;
}
.steps_form .gfield-choice-input:checked ~ label {
	background: #004d59 !important;
	color: #fff !important;
	border-color: #004d59;
}
.hdlabel_form .gfield_label,.hdlabel_form span {
	width: 100% !important;
	justify-content: center !important;
	background: #fff3 !important;
	border-radius: 50px;
	padding: 30px 20px 18px !important;
	font-family: 'Herokid' !important;
	font-weight: bold !important;
	font-size: 35px !important;
	line-height: normal !important;
	margin: -17px auto 30px;
	border: 3px solid #fff;
	max-width: 1000px;
	display: flex;
}
.steps_form .gform-page-footer .gform_next_button:hover {
	background-color: #651244 !important;
	padding-right: 70px !important;
	border-color: #651244 !important;
}
.steps_form .gform-page-footer .gform_next_button,
.steps_form .gform-page-footer input[type="submit"]{
	background-color: #ea7b5a !important;
	border-radius: 50px !important;
	min-width: 200px !important;
	font-size: 16px !important;
	margin: 20px auto auto !important;
	padding: 20px 56px 20px 34px !important;
	background-image: url("https://theguthealthmd.com/wp-content/uploads/2025/04/arr.png");
	background-repeat: no-repeat;
	background-position: right 28px center;
	background-size: 16px;
	background-color: #ea7b5a !important;
	border-color: #ea7b5a !important;
	color: #fff !important;
}

.form_boxinp input {
	border: 1px solid #fff !important;
	border-radius: 4px !important;
	height: 52px !important;
	font-size: 15px !important;
	text-align: left;
	padding: 5px 20px !important;
}
.form_boxinp {
	width: calc(100% / 3 - 11px);
}
.hdlabel_form {
	width: 100% !important;
}
.steps_form .gf_progressbar_wrapper {
	margin: 0 !important;
}
.steps_form .gfield_description ,
.hdlabel_form p{
	color: #004d59 !important;
	font-size: 23px !important;
	margin-bottom: 25px !important;
	font-family: 'Herokid';
}
/* .steps_form .gchoice label {
border: 1px solid #000;
border-radius: 50px;
color: #000 !important;
padding: 9px 15px;
font-size: 15px !important;
margin: 0 !important;
cursor: pointer;
} */
.steps_form .gchoice label:hover {
	transform: scale(1.1) !important;
}
.steps_form .gchoice label {
	/* border: 1px solid #000; */
	border-radius: 50px;
	color: #000 !important;
	padding: 9px 15px;
	font-size: 15px !important;
	margin: 0 !important;
	cursor: pointer;
	background-color: #fff;
	transition: ease-in-out.6s !important;
}
.steps_form .gform_fields {
	display: flex !important;
	flex-wrap: wrap;
}
.checksm .gfield_label {
	color: #000 !important;
	font-size: 15px !important;
	margin-bottom: 0 !important;
	font-family: 'Herokid';
	background: #c5d744 !important;
	padding: 0 6px;
}
.checksm {
	background: #ffffff3b !important;
	padding: 25px 20px 28px !important;
	width: calc(100% / 2 - 8px) !important;
}
.checksm .gform_fields {
	display: flex !important;
	flex-wrap: wrap;
}
.checksm .gfield_label {
	color: #000 !important;
	font-size: 15px !important;
	margin-bottom: 0 !important;
	font-family: 'Herokid';
	background: #c5d744 !important;
	padding: 0 6px;
}
.checksm .ginput_container_radio > div {
	width: auto !important;
	display: flex !important;
	flex-wrap: wrap;
	flex-wrap: unset;
}
.checksm .ginput_container_radio {
	width: 100% !important;
}
.steps_form .gform_page_fields {
	max-width: 1100px;
	margin: auto;
}
.steps_form .form_boxinp .validation_message {
	text-align: left !important;
}
.steps_form .gf_progressbar_title {
	background: #fff;
	border-radius: 50px;
	padding: 5px 19px;
	font-style: normal !important;
	display: block;
	line-height: normal !important;
	max-width: max-content;
	margin: auto !important;
	z-index: 1;
	position: relative;
	font-size: 17px !important;
	color: #000 !important;
	font-weight: normal !important;
}
.steps_form .validation_message {
	margin: 10px auto auto !important;
	color: #b01818 !important;
	font-size: 15px !important;
	font-weight: normal !important;
	font-family: "Inter", sans-serif;
}

.validation_message {
	color: #fff !important;
}
.full-img-col, .full-img-col * {
	height: 100% !important;
	width: 100% !important;
	object-fit: cover;
}
.ft-fix-btn {
	display: none;
}
.thanks-pad {
	padding: 150px 15px 60px;
}
.spacingbar {
	padding: 100px 0 170px;
} 
.move_boxtop > div {
	margin: -130px auto 100px;
	background: #fff;
	box-shadow: 0px 0px 6px rgba(0,0,0,0.12);
	padding-right: 50px;
	border-radius: 20px;
	overflow: hidden;
}
.gallery_slide {
	margin: -320% 0;
}
.sbi_item {
	border-radius: 20px;
}
/* .pattern_bg::before {
display: none !important;
} */ 
.rem_margin > div {
	margin: auto !important;
}
@media only screen and (max-width: 1500px) {
	.sellingauthor {
		padding: 220px 20px 12px;
	}
	.smhd h2 {
		font-size: 31px;
	}
	.aboutdr {
		margin-top: 10px;
	}
	.spacingleft {
		padding: 80px 3% 80px 80px;
	}
	.spacingright {
		padding: 80px 80px 80px 3%;
	}
	.innercontent {
		padding: 60px 60px 60px 0;
	}
	.banner-slide .swiper-slide-inner { 
		padding: 0 3% !important; 
	}
	.cards_about ,
	.brandlogos  
	{
		padding: 0 3%;
	}
	.spacing-block{
		padding-left: 3%;
		padding-right: 3%;
	}
	.pad100 {
		padding: 100px 3%;
	}
	.right_block > .elementor-container {
		padding-left: 3%;
	}
	.ft_bottom { 
		padding: 17px 3%;
	}
	.fttop {
		padding: 50px 3%;
	}
	.elementor-location-header {
		padding: 15px 3%;
	}
	.hdactive .elementor-location-header {
		padding: 10px 3%;
	}
	/* 	.banner-slide .swiper-slide {
	height: 60vh !important;
} */
	.banner-slide .swiper-slide {
		height: 540px !important;
	}
}

.tab-block a:hover {
	color: #c5d744 !important;
}
.premier span {
	color: #ea7b5a;
}














.nw-list {
	border-bottom: 1px solid #ffffff4f;
	margin-bottom: 20px !important;
	padding-bottom: 20px;
} 
.dr-bdr .nw-list {
	border-bottom: 1px solid #5550504f;
	margin-bottom: 10px !important;
	padding-bottom: 10px;
} 
.dr-bdr  .course-inc h3 {
	color: #000 !important;
	font-family: "Inter", sans-serif;
	font-weight: 400;
} 
.blk-bg.pattern_bg::before, .blk-bg.pattern_bg::after {
	filter: invert();
	opacity: 0.17;
} 
.bdr-box .logo-slider .swiper-slide {
	border: 1px solid #00000026;
} 
.intro-bg.pattern_bg::before, .intro-bg.pattern_bg::after {
	filter: invert();
	opacity: 0.17;
	top: 75%;
}  
.cta-sec .elementor-container {
	background-color: #004D59;
	padding: 40px 30px;
	border-radius: 10px;
	margin-top: -80px;
} 
.pre-box .logo-slider .swiper-slide-image {
	max-height: 120px; 
	max-width: 190px;
	object-fit: contain;
}












/* responsive-start */
@media(max-width: 1400px) {
	.move_boxtop > div {
		margin: -120px auto 100px;
		padding-right: 20px;
		border-radius: 20px;
	}
	.coloverimage {
		max-width: 670px !important;
	}
	.normal-hd .course_block h2 {
		font-family: "Inter", sans-serif;
		font-weight: 400;
	}
	.hd_menu .elementor-nav-menu > li:last-child > a:hover {
		padding-right: 60px !important;
	}
	.elementor-custom-embed-play svg {
		height: 70px;
		width: 80px;
	}
	.logo-slider .swiper-slide-image {
		max-width: 160px;
	}
	.multi-logo img {
		max-width: 97px;
	}
	.lft-ryt-spc {
		padding-left: 15px;
		padding-right: 15px;
	}
	.hd_menu .elementor-nav-menu > li > a {
		font-size: 14px;
	}
	.hd_menu {
		width: calc(100% - 250px) !important;
	}
	.logomain {
		max-width: 200px;
	}
	.hd_menu .elementor-nav-menu > li {
		margin-left: 15px;
	}
	.hd_menu .elementor-nav-menu > li:last-child > a {
		font-size: 15px;
		padding: 16px 40px 16px 25px !important;
		background-position: right 18px center;
		background-size: 14px;
	}
	.intoler-main {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media(max-width: 1199px) {
	.spacingbar {
		padding: 80px 0 120px;
	}
	.move_boxtop > div {
		margin: -100px auto 80px;
	}
	.pr60 {
		padding-right: 50px;
	}
	.coloverimage {
		max-width: 550px !important;
	}
	.inr-lft-bnr {
		padding-top: 30px;
	}
	.img_meet img {
		height: 935px;
	}
	.smhd h2 {
		font-size: 26px;
	}
	.normal-hd .course_block h2 {
		font-size: 20px;
	}
	.banner-slider {
		margin: -45px auto;
	}
	.single-left h2, .single-left h3, .single-left h4 {
		margin: 28px auto 10px;
	}
	.single-left h2 {
		font-size: 33px;
		line-height: 40px;
	}
	.single-main {
		padding: 80px 15px;
	}
	.single-left .elementor-post-info {
		justify-content: left !important;
	}
	.single-main h1 {
		font-size: 41px !important;
		line-height: 51px !important;
		margin-bottom: 15px;
		text-align: left;
	}
	.single-left {
		width: 100% !important;
	}
	.single-ryt {
		display: none;
	}
	.blog-main {
		padding: 80px 15px;
	}
	.post-card .elementor-post__thumbnail img {
		height: 320px !important;
	}
	.video-sec .elementor-container:last-child {
		justify-content: left !important;
	}
	.books-recors.video-sec .resorc-vd-col:last-child {
		margin-top: 0px !important;
		width: calc(100% / 2 - 6px) !important;
	}
	.video-sec .resorc-vd-col:last-child {
		width: 50% !important;
		margin-top: 26px !important;
		justify-content: left !important;
	}
	.video-sec .resorc-vd-col { 
		width: calc(100% / 2 - 6px) !important;
	}
	.contact-bg > div {
		padding: 30px;
	}
	.thanks-pad {
		padding: 120px 15px 40px;
	}
	.res-img {
		margin-top: -80px;
	}
	.tab_block .elementor-tab-content {
		padding: 30px 26px;
	}
	.mt100 {
		margin-top: 80px;
	}
	.learn-list li {
		padding: 36px 30px 27px !important;
	}
	.learn-list li::before {
		background-size: 55px;
		height: 55px;
		width: 55px;
		padding: 34px;
	}
	.cookbook-boxes .elementor-image-box-img img {
		max-width: 70px;
	}
	.cookbook-boxes {
		padding: 20px;
	}
	.faq_block .elementor-tab-title {
		padding: 25px 0 25px 47px !important;
	}
	.logo-slider .swiper-slide {
		height: 130px;
	}
	.pl60 {
		padding-left: 47px;
	}
	.banner-logo img {
		max-width: 220px;
	}
	.multi-logo img {
		max-width: 84px;
	}
	.diff-pad {
		padding: 80px 15px 120px;
	}
	.links_outer {
		padding: 30px 30px;
		margin-top: -90px;
	}
	.link-boxes .elementor-image-box-title {
		font-size: 25px;
	}
	.page_hd h1 {
		font-size: 60px;
	}
	.tab_block .elementor-tabs-wrapper .elementor-tab-title {
		padding-top: 80px !important;
		padding: 10px 12px;
		line-height: 23px;
		font-size: 15px;
	}
	.ft-logo-col img {
		width: 350px;
	}
	.mdtext h2 {
		font-size: 37px;
		margin-bottom: 36px;
	}
	.pt100 {
		padding-top: 80px;
	}
	.defbtn a {
		font-size: 16px;
		padding: 18px 56px 18px 28px;
		background-position: right 24px center;
		background-size: 15px;
	}
	.text_para h2 {
		margin: 30px 0 17px;
		font-size: 31px;
	}
	.bigheading > .elementor-widget-container {
		margin-bottom: 17px;
	}
	.meet_info {
		padding: 45px;
	}
	/* 	.aboutdr {
	margin-top: 40px;
} */
	.steps_form .gfield_description, .hdlabel_form p {
		font-size: 22px !important;
		margin-bottom: 23px !important;
	}
	.hdlabel_form .gfield_label, .hdlabel_form span {
		padding: 27px 17px 15px !important;
		font-size: 31px !important;
		margin: -16px auto 30px;
		max-width: 920px;
	}
	.pattern_bg::before, .pattern_bg::after {
		width: 260px;
	}
	.tab-block {
		padding: 40px 30px;
	}
	.course_block_text i {
		font-size: 16px;
		padding: 17px !important;
	}
	.course_image span {
		right: 11px;
		width: 60px;
		padding: 19px 10px 10px;
		text-align: center;
		min-width: 56px;
		min-height: 80px;
		line-height: 15px;
		font-size: 14px;
	}
	.course_block h2 {
		font-size: 28px;
		margin: auto auto 30px;
	}
	.bigheading h2 {
		font-size: 50px;
	}
	.pad100 {
		padding: 80px 3%;
	}
	/* 	.smhd h2 {
	font-size: 34px;
	margin-bottom: 18px;
} */
	.spacingleft {
		padding: 70px 3% 60px 60px;
	}
	.spacingright {
		padding: 70px 60px 60px 3%;
	}
	.cards_about, .brandlogos {
		padding: 0 2%;
	}
	/* 	.banner-slide .swiper-slide {
	height: 50vh !important;
} */
	.banner-slide .swiper-slide {
		height: 530px !important;
	}
	.banner-slide .swiper-slide-bg {
		background-size: 68% !important;
	}
	.banner-slide .elementor-button {
		font-size: 16px;
		padding: 17px 56px 17px 24px;
		background-position: right 28px center !important;
		background-size: 16px !important;
	}
	.banner-slide .elementor-slide-heading {
		font-size: 75px !important;
		margin-bottom: 15px !important;
	}
	.hd_menu .elementor-nav-menu > li:last-child > a:hover {
		padding-right: 30px !important;
	}
	.hd_menu .elementor-nav-menu > li:last-child > a {
		font-size: 13px;
		padding: 13px 30px 14px 15px !important;
		background-position: right 13px center;
		background-size: 12px;
	}
	.hd_menu .elementor-nav-menu > li > a {
		font-size: 13px;
	}
	.hd_menu {
		width: calc(100% - 220px) !important;
	}
	.hd_menu .elementor-nav-menu > li {
		margin-left: 10px;
	}
	.elementor-location-header {
		padding: 15px 2%;
	}
}
@media(max-width: 1024px) {

	.hd_menu .elementor-nav-menu > li:last-child > a {
		background-image: unset;
	}
	.header_main .elementor-menu-toggle__icon--close.e-font-icon-svg.e-eicon-close {
		fill: #004d59;
	}
	.header_main .sub-arrow .fa-svg-chevron-down.e-font-icon-svg.e-fas-chevron-down {
		fill: #fff;
	}
	.hd_menu {
		width: auto !important;
	}
	.header_main .elementor-menu-toggle__icon--open.e-font-icon-svg.e-eicon-menu-bar {
		fill: #fff;
	}
	.header_main .elementor-menu-toggle {
		background-color: #004d59;
		padding: 11px;
		margin: 0px 0px !important;
		z-index: 10;
		display: flex;
		justify-content: flex-end;
		width: fit-content;
		border-radius: 0;
	}
	.header_main nav.elementor-nav-menu--dropdown {
		position: fixed;
		top: 0;
		bottom: 0;
		width: 480px;
		margin: 0 !important;
		display: flex;
		align-items: center;
		justify-content: center;
		right: -490px;
		transform: unset !important;
		max-height: 100% !important;
		transition: all ease-in-out 0.3s !important;
		background-color: #004d59;
		overflow: auto;
		z-index: 5;
	}
	.header_main .elementor-nav-menu>li>a {
		color: #fff;
	}
	.header_main .elementor-menu-toggle.elementor-active~.elementor-nav-menu--dropdown {
		right: 0px !important;
	}
	.header_main .elementor-menu-toggle.elementor-active {
		background-color: #fff;
		margin: 0px !important;
		position: fixed;
		right: 15px;
		top: 38px;
	}
	.hd_menu .elementor-nav-menu > li > a:hover {
		color: #fff !important;
	}
	.header_main .elementor-nav-menu {
		margin: auto;
		margin-top: 90px !important;
		width: 100% !important;
	}
	.header_main .sub-arrow {
		position: absolute;
		right: 20px;
	}
	.header_main .elementor-nav-menu>li:last-child>a:hover {
		background: transparent !important;
		color: #fff !important;
	}
	.header_main .elementor-nav-menu>li:last-child {
		margin-left: 0px;
	}
	.header_main .hd_menu .elementor-nav-menu>li:last-child>a {
		border: 0 !important;
	}
	.header_main ul.elementor-nav-menu > li > a, .hd_menu .elementor-nav-menu > li:last-child > a {
		background-color: transparent !important;
		font-size: 20px !important;
		padding: 22px 15px !important;
		border: 0px !important;
		color: #fff !important;
		border-bottom: 1px solid #ffffff1f !important;
	}
	.hd_menu nav > ul.elementor-nav-menu > li {
		margin-left: 0px;
	}
	.header_main ul.elementor-nav-menu .sub-menu li a {
		padding: 20px 20px 20px 35px !important;
		color: #fff !important;
		font-size: 17px !important;
		background-color: #024651 !important;
		text-transform: uppercase;
	}
	.header_main ul.elementor-nav-menu .sub-menu {
		background: transparent !important;
	}
}
@media(max-width: 999px) {
	.app-logo img {
		width: 171px;
	}
	.pad80 {
		padding: 60px 15px;
	}
	.move_boxtop > div {
		margin: -70px auto 60px;
	}
	.spacingbar {
		padding: 60px 15px 90px;
	}
	.pr60 {
		padding-right: 35px;
	}
	.book-cont-col {
		border: 1px solid #80808029;
		padding: 0 12px 20px !important;
	}
	.multi-logo img {
		max-width: 75px;
	}
	.coloverimage {
		max-width: 440px !important;
	}
	.full_gutblock {
		padding: 40px 15px 9%;
	}
	.heal-gut img {
		max-width: 100px !important;
	}
	.heal-gut {
		padding-left: 15px;
		padding-right: 15px;
	}
	.banner-slider.logo-slider .swiper-slide-image {
		max-width: 120px;
		max-height: 50px;
	}
	.banner-slider {
		margin: -86px auto;
	}
	.single-left h2 {
		font-size: 30px;
		line-height: 37px;
	}
	.single-left h2, .single-left h3, .single-left h4 {
		margin: 23px auto 9px;
	}
	.single-main h1 {
		font-size: 37px !important;
		line-height: 47px !important;
		margin-bottom: 11px;
		text-align: left;
	}
	.single-main {
		padding: 60px 15px;
	}
	.post-card article:hover .elementor-post__text::before {
		transform: rotate(-50deg);
	}
	.post-card .elementor-post__text::before {
		height: 15px;
		width: 15px;
		background-size: 18px;
		bottom: 22px;
		padding: 17px;
	}
	.post-card .elementor-post__title a {
		font-size: 21px;
		line-height: 25px;
	}
	.post-card article:hover .elementor-post__thumbnail img {
		transform: unset !important;
	}
	.post-card .elementor-post__thumbnail img {
		height: 270px !important;
	}
	.blog-main {
		padding: 60px 15px;
	}
	.video-col .elementor-custom-embed-play svg {
		height: 55px;
		width: 60px;
	}
	.video-col {
		padding: 40px 15px;
	}
	.contact-bg > div {
		padding: 30px 15px;
	}
	.resource-main .bigheading h2 {
		font-size: 38px;
		text-align: center;
	}
	.thanks-pad {
		padding: 100px 15px 30px;
	}
	.res-img img {
		width: 340px !important;
	}
	.res-img {
		margin-top: -60px;
	}
	.tab_block .elementor-tabs-wrapper .elementor-tab-title i {
		padding: 5px 10px;
		width: 77px;
		font-size: 13px;
		border-top-left-radius: 9px;
	}
	.mt100 {
		margin-top: 60px;
	}
	.tab_block .elementor-tabs-wrapper .elementor-tab-title {
		padding-top: 60px !important;
	}
	.tab_block .elementor-tabs-wrapper {
		column-gap: 9px;
		row-gap: 10px;
	}
	.tab_block .elementor-tabs-wrapper .elementor-tab-title:nth-child(n+5) {
		width: calc(100% / 3 - 6px);
		border-bottom-left-radius: 0 !important;
		border-bottom-right-radius: 0 !important;
	}
	.tab_block .elementor-tabs-wrapper .elementor-tab-title {
		border-radius: 10px 10px 10px 10px !important;
		width: calc(100% / 4 - 8px);
	}
	.convos-list li {
		padding: 6px 10px !important;
		border-radius: 8px;
	}
	.cookbook-boxes:hover .elementor-image-box-img img {
		top: 0px;
	}
	.cookbook-boxes p {
		height: 170px;
	}
	.cookbook-boxes {
		width: calc(100% / 2 - 10px) !important;
	}
	.banner-logo img {
		max-width: 210px;
	}
	.faq_block .elementor-tab-content {
		padding: 0 0 17px 32px !important;
	}
	.faq_block .elementor-tab-title {
		padding: 20px 0 20px 34px !important;
	}
	.faq_block .elementor-accordion-icon {
		width: 25px !important;
		height: 25px !important;
	}
	.faq_block .elementor-accordion-icon span svg {
		width: 12px !important;
	}
	.logo-slider .swiper-slide-image {
		max-width: 131px;
	}
	.logo-slider .swiper-slide {
		height: 100px;
	}
	.pl60 {
		padding-left: 30px;
	}
	.innercontent {
		padding: 40px 30px 40px 3%;
	}
	.link-boxes:hover .elementor-image-box-img img {
		transform: unset !important;
	}
	.link-boxes .elementor-image-box-title {
		font-size: 20px;
	}
	.link-boxes .elementor-image-box-img img {
		height: 226px;
	}
	.links_outer {
		padding: 20px 15px;
		margin-top: -70px;
	}
	.diff-pad {
		padding: 60px 15px 100px;
	}
	.page_hd h1 {
		font-size: 47px;
	}
	.img_meet {
		margin-top: -20px;
	}
	.img_meet img {
		height: 100% !important;
		object-fit: cover;
		object-position: top right;
		width: 100% !important;
	}
	.ft_links span:hover {
		color: #fff;
	}
	.ft_social a:hover svg {
		fill: #c6da43;
	}
	.ft_social a:hover {
		background: transparent !important;
	}
	.ft_links li {
		margin: 8px 10px !important;
	}
	.ft-logo-col img {
		width: 270px;
	}
	.mdtext h2 {
		font-size: 32px;
		margin-bottom: 31px;
	}
	.email_box input[type="submit"]:hover {
		background-color: #ea7b5a;
	}
	.email_box input {
		padding: 16px 40px;
	}
	.email_box input[type="submit"] {
		width: 230px;
	}
	.pt100 {
		padding-top: 60px;
	}
	.text_para h2 {
		margin: 20px 0 15px;
		font-size: 29px;
	}
	.defbtn a:hover {
		padding-right: 46px;
	}
	.defbtn a {
		font-size: 15px;
		padding: 14px 46px 14px 23px;
		background-position: right 19px center;
		background-size: 13px;
	}
	.right_block > .elementor-container {
		padding-left: 1%;
	}
	.sellingauthor img {
		max-width: 249px;
		margin-right: 10px;
	}
	.sellingauthor p {
		font-size: 27px;
	}
	.meet_info {
		padding: 20px 15px 40px;
		text-align: center;
	}
	.t-full-col {
		width: 100% !important;
	}
	.steps_form .gform-page-footer .gform_next_button:hover {
		background-color: #ea7b5a !important;
		padding-right: 40px !important;
		border-color: #ea7b5a !important;
	}
	.steps_form .gform-page-footer .gform_next_button, .steps_form .gform-page-footer input[type="submit"] {
		min-width: 160px !important;
		font-size: 15px !important;
		margin: 20px auto auto !important;
		padding: 17px 40px 17px 25px !important;
		background-position: right 28px center;
		background-size: 16px;
	}
	.steps_form .gchoice label {
		padding: 9px 10px;
		font-size: 14px !important;
	}
	.hdlabel_form .gfield_label, .hdlabel_form span {
		padding: 20px 17px 15px !important;
		font-size: 27px !important;
		margin: -17px auto 30px;
		max-width: 730px;
	}
	.steps_form .gf_progressbar_title {
		padding: 5px 16px;
		font-size: 15px !important;
	}
	.mdheading h2 {
		font-size: 23px;
	}
	.pattern_bg::before, .pattern_bg::after {
		display: none;
	}
	.course_block_text i {
		padding: 14px !important;
	}
	.course-inc .elementor-widget.elementor-widget-icon-box {
		width: calc(100% / 2 - 14px);
	}
	.tab-block {
		padding: 30px 20px;
	}
	.course_block:hover .course_block_text i {
		background: #ea7b5a !important;
		color: #fff !important;
	}
	.course_image p {
		font-size: 12px;
		padding: 3px 14px;
		left: 0 !important;
	}
	.course_main .course_image:hover img {
		transform: unset !important;
	}
	.course_block h2 {
		font-size: 23px;
		margin: auto auto 20px;
	}
	.course_block {
		padding-bottom: 80px;
		width: calc(100% / 3 - 7px);
	}
	.course_main > div {
		column-gap: 10px;
		row-gap: 80px;
	}
	.defbtn a:hover {
		background-color: #ea7b5a;
	}
	.bigheading h2 {
		font-size: 44px;
	}
	.pad100 {
		padding: 60px 3%;
	}
	p, li, div, p.elementor-heading-title {
		font-size: 16px;
		line-height: 27px;
	}
	.smhd h2 {
		font-size: 30px;
		margin-bottom: 15px;
	}
	.spacingleft {
		padding: 56px 3% 40px 20px;
	}
	.spacingright {
		padding: 56px 20px 40px 3%;
	}
	.banner-slide .swiper-slide-bg {
		background-size: 63% !important;
	}
	.banner-slide .swiper-slide-contents {
		max-width: 410px !important;
	}
	.banner-slide .elementor-slide-heading img {
		max-height: 54px;
	}
	.banner-slide .elementor-slide-heading {
		font-size: 60px !important;
		margin-bottom: 12px !important;
	}
	.steps_form .gchoice label:hover {
		transform: unset !important;
	}
}
@media(max-width: 767px) {
	.email_box ._form_element {
		width: 100%;
		border: 0px;
		border-bottom: 1px solid #cccccc59;
	}
	.email_box button {
		border-radius: 0px !important;
	}
	.email_box ._error._below { 
		display: none;
	}
	.email_box input._has_error {
		color: red !important;
	}
	.email_box ._button-wrapper {
		width: 100%;
	}
	.email_box .elementor-widget-container {
		border-radius: 10px;
		overflow: hidden;
	}
	.smhd .elementor-widget-container {
		margin-bottom: 12px;
	}
	.cta-sec .elementor-container {
		margin-top: -20px;
	}
	.banner-list {
		text-align: center;
	}

	.spacingbar {
		padding: 40px 15px 90px;
	}
	.slid-gall-main .elementor-widget-wrap {
		justify-content: center !important;
	}
	.wauto.app-logo {
		margin: 0 5px !important;
	}
	.gallery_slide .gallery-item {
		width: calc(100% / 4) !important;
	}
	.gallery_slide .gallery {
		display: flex;
		flex-wrap: wrap;
	}
	.gallery_slide {
		margin: 0 0;
	}
	.pad80 {
		padding: 40px 15px;
	}
	.banner-list ul {
		margin-top: 10px;
	}
	.move_boxtop > div {
		margin: -80px auto 40px;
		padding-right: 15px;
		border-radius: 20px;
		padding-left: 15px;
		padding-bottom: 20px;
		padding-top: 20px;
	}
	.founder-lft:last-child {
		margin-bottom: 0 !important;
	}
	.heal-gut img {
		max-width: 90px !important;
	}
	.founder-lft:first-child {
		border-bottom: 1px solid #004d591c;
	}
	.founder-lft {
		background: transparent !important;
	}
	.nationally-ryt-spc {
		background-color: #004d59 !important;
		margin-bottom: 0 !important;
	}
	.nationally-lft-spc {
		background-color: #044651 !important;
	}
	.coloverimage {
		max-width: 100% !important;
	}
	.full_gutblock {
		padding: 40px 15px 40px;
		background-image: unset !important;
		background-color: #80808014;
	}
	.inr-lft-bnr {
		padding-top: 20px;
		padding-left: 15px;
		padding-right: 15px !important;
		border-bottom: 1px solid #004d591c;
		padding-bottom: 40px;
	}
	.pr60 {
		padding-right: 0px;
	}
	.course_block:nth-child(n+2) {
		border-top: 1px solid #ffffff26;
		padding-top: 30px;
	}
	.img_meet {
		margin-top: -10px;
	}
	.course_block h2 {
		min-height: 30px;
	}
	.single-left h2 {
		font-size: 28px;
		line-height: 35px;
	}
	.single-left h2, .single-left h3, .single-left h4 {
		margin: 20px auto 8px;
	}
	.single-main h1 {
		font-size: 35px !important;
		line-height: 44px !important;
		margin-bottom: 9px;
	}
	.single-main {
		padding: 40px 15px;
	}
	.post-card .elementor-post__text {
		padding: 90px 63px 20px 16px !important;
	}
	.blog-main {
		padding: 40px 15px;
	}
	.steps_form .gf_progressbar_title {
		margin-bottom: 20px !important;
	}
	.video-sec img {
		width: 100% !important;
	}
	.books-recors.video-sec .resorc-vd-col:last-child {
		margin-top: 20px !important;
		width: 100% !important;
	}
	.video-sec .resorc-vd-col:last-child {
		width: 100% !important;
		margin-top: 23px !important;
		justify-content: center !important;
	}
	.video-sec .resorc-vd-col {
		width: 100% !important;
		margin-top: 20px;
	}
	.ptnr-form .custom-contact .button {
		margin: 10px auto 10px !important;
	}
	.ptnr-form .innercontent {
		padding: 30px 15px 0px 15px;
	}
	.thanks-pad {
		padding: 50px 15px 30px;
	}
	.resource-col {
		padding: 20px 15px 40px;
	}
	.tab_block .elementor-tab-content {
		text-align: center;
	}
	.tab_block .elementor-tabs-wrapper .elementor-tab-title {
		padding-top: 45px !important;
		text-align: center;
	}
	.tab_block .elementor-tabs-wrapper .elementor-tab-title i {
		border-top-left-radius: 0px;
		text-align: center;
		margin: 0 auto;
		left: 0;
		right: 0;
	}
	.tab_block .elementor-tabs-wrapper .elementor-tab-title {
		border-radius: 10px 10px 10px 10px !important;
		width: calc(100% / 2 - 8px);
	}
	.tab_block .elementor-tabs-wrapper .elementor-tab-title {
		padding-top: 50px !important;
	}
	.tab_block .elementor-tab-content {
		padding: 20px 15px;
	}
	.mt100 {
		margin-top: 40px;
	}
	.tab_block .elementor-tab-title.elementor-tab-mobile-title {
		display: none;
	}
	.learn-list ul {
		column-gap: 17px;
		row-gap: 40px;
	}
	.learn-list li::before {
		background-size: 45px;
		height: 45px;
		width: 45px;
		padding: 30px;
		top: -26px;
	}
	.learn-list li {
		padding: 35px 20px 20px !important;
		width: calc(100% / 2 - 10px) !important;
	}
	.mt20 {
		margin-top: 15px;
	}
	.cookbook-outer .elementor-widget-wrap {
		column-gap: 10px;
		row-gap: 10px;
	}
	.cookbook-boxes h3 {
		font-size: 20px;
		margin: 14px 0 5px;
		text-align: center;
	}
	.cookbook-boxes .elementor-image-box-img {
		display: flex;
		justify-content: center;
	}
	.cookbook-boxes p {
		height: auto;
		text-align: center;
	}
	.cookbook-boxes .elementor-image-box-img {
		position: static;
	}
	.cookbook-boxes .elementor-image-box-img img {
		max-width: 52px;
	}
	.cookbook-boxes {
		text-align: center;
	}
	.disclosure-sec {
		text-align: center;
	}
	.banner-list li {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 8px;
		border: 1px solid #80808045;
		padding: 10px;
		text-align: center;
	}
	.banner-list li::before {
		display: none;
	}
	.bigheading > .elementor-widget-container {
		margin-bottom: 12px;
	}
	.pl60 {
		padding-left: 0px;
	}
	.mt50 {
		margin-top: 30px;
	}
	.multilogo_outer .elementor-widget-wrap {
		justify-content: center;
		column-gap: 7px;
	}
	.wauto {
		margin: 0 auto !important;
	}
	.banner-logo img {
		max-width: 180px;
		margin: 0 auto 22px;
	}
	.fiber-bok img {
		min-height: auto;
		max-height: max-content;
	}
	.convos-list ul {
		justify-content: center;
	}
	.left_block > .elementor-container {
		padding-right: 0px;
	}
	.link-boxes .elementor-image-box-img {
		margin-bottom: 13px !important;
	}
	.link-boxes .elementor-image-box-img img {
		height: auto;
	}
	.link-boxes:nth-child(n+2) {
		margin-top: 15px;
	}
	.link-boxes {
		width: 100% !important;
	}
	.links_outer {
		margin-top: -50px;
	}
	.page_hd .elementor-widget-container {
		margin-bottom: 10px;
	}
	.page_hd h1 {
		font-size: 39px;
		line-height: 45px;
	}
	.innercontent {
		padding: 30px 15px 30px 15px;
	}
	.spacing-block {
		padding-left: 0;
		padding-right: 0%;
	}
	.diff-pad {
		padding: 40px 15px 80px;
	}
	.ft_bottom {
		padding: 17px 3%;
		/* 		padding-bottom: 65px; */
		border: unset !important;
	}
	.ft-fix-btn a:last-child {
		border-left: 1px solid #ffffff4f;
	}
	.ft-fix-btn a {
		color: #fff;
		width: 100% !important;
		text-align: center;
		padding: 9px;
		font-size: 17px;
		text-transform: uppercase;
		font-family: 'Herokid';
		font-weight: 600;
	}
	.ft-fix-btn {
		display: flex;
		justify-content: space-between;
		text-align: center;
		width: 100% !important;
		background-color: #ea7b5a;
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		border-top: 1px solid #ffffff3d;
		z-index: 10;
	}
	.fttop {
		padding: 40px 3% 15px;
	}
	.ft-logo-col img {
		width: 220px;
	}
	.pt100 {
		padding-top: 40px;
	}
	.defbtn .elementor-widget-container {
		margin-top: 25px;
	}
	.iconlist ul li::before {
		display: none;
	}
	.iconlist ul li {
		margin: 0 0 8px;
		text-align: center;
		border: 1px solid #c5d74482;
		padding: 8px !important;
	}
	.fiber-ryt.spacingright {
		background-color: #e8efb8;
	}
	.sellingauthor p {
		font-size: 24px;
	}
	.sellingauthor img {
		max-width: 229px;
		margin-right: 10px;
	}
	/* 	.img_meet {
	margin-top: -52px;
} */
	.sellingauthor {
		padding: 120px 20px 12px;
	}
	.form_boxinp {
		width: 100% !important;
	}
	/* 	.steps_form .gchoice:last-child {
	margin-top: 10px;
} */
	.steps_form .checksm .gchoice:last-child {
		margin-top: 10px;
	}
	.steps_form .gchoice {
		width: 100% !important;
	}
	.checksm .ginput_container_radio > div {
		display: block !important;
	}
	.steps_form .gfield_description, .hdlabel_form p {
		font-size: 19px !important;
		margin-bottom: 20px !important;
	}
	.mdheading h2 {
		font-size: 21px;
	}
	.bigheading h2 {
		font-size: 38px;
	}
	.course-inc .elementor-widget-wrap {
		row-gap: 10px;
		column-gap: 10px;
	}
	.course-inc .elementor-icon-box-icon {
		display: none;
	}
	.course-inc p {
		text-align: center;
	}
	.course-inc .elementor-icon-box-icon {
		position: static;
	}
	.course-inc h3 {
		text-align: center;
		padding-left: 0px;
	}
	.course-inc .elementor-widget.elementor-widget-icon-box {
		width: 100% !important;
		border: 1px solid #ffffff1c;
		padding: 20px;
	}
	.course_block_text i {
		padding: 14px 30px !important;
		max-width: fit-content;
		margin: 0 auto;
	}
	.course_main > div {
		column-gap: 0px;
		row-gap: 40px;
	}
	.course_image {
		margin-bottom: 15px;
	}
	.desc {
		text-align: center;
	}
	.exp_text {
		display: flex;
		max-width: fit-content;
		margin: 0 auto;
	}
	.course_block_text li::before {
		display: none;
	}
	.course_block_text li {
		text-align: center;
		border: 1px solid #ffffff12;
		padding: 10px;
	}
	.course_block h2 {
		text-align: center;
	}
	.course_block {
		padding-bottom: 77px;
		width: 100% !important;
	}
	.pad100 {
		padding: 40px 3%;
	}
	.cards_about {
		background-image: unset !important;
	}
	.spacingleft {
		padding: 40px 15px 40px 15px;
		background-color: #e8efb8;
		margin-bottom: 40px;
	}
	.spacingright {
		padding: 40px 15px 40px 15px;
		background-color: #c5d744;
	}
	.spacingright {
		padding: 40px 15px 40px 15px;
		background-color: #c5d744;
	}
	.banner-slide .swiper-slide {
		height: 428px !important;
	}
	.banner-slide .swiper-slide-bg {
		background-size: 65% !important;
	}
	.banner-slider {
		margin: 40px auto;
		z-index: 1;
	}
	.banner-slide .swiper-slide-contents {
		max-width: 300px !important;
	}
	.banner-slide .elementor-slide-heading {
		font-size: 50px !important;
	}
	.cont-hd br {
		display: none;
	}
	.custom-contact .button {
		padding: 9px 20px !important;
		min-width: 180px !important;
		margin: 10px auto 20px !important;
	}
	.half-col {
		grid-column: span 12 !important;
	}
}
@media(max-width: 600px) {
	.app-logo img {
		width: 141px;
		margin-top: 6px;
	}
	p, li {
		margin-bottom: 15px;
	}
	.smhd .elementor-widget-container {
		margin-bottom: 9px;
	}
	.convos-list li span {
		font-size: 15px;
	}
	.course_block_text li {
		padding: 8px;
		font-size: 14px !important;
	}
	.pattern_bg br {
		display: none;
	}
	.banner-slide .elementor-slide-description {
		margin-bottom: 0 !important;
	}
	.banner-slide .swiper-slide-inner {
		padding: 0 !important;
	}
	.single-left h2 {
		font-size: 26px;
		line-height: 33px;
	}
	.single-main h1 {
		font-size: 32px !important;
		line-height: 38px !important;
		margin-bottom: 9px;
	}
	.video-col .elementor-custom-embed-play svg {
		height: 47px;
		width: 54px;
	}
	.scnd-bnt {
		margin-top: 12px;
	}
	.center-btn .elementor-widget-wrap {
		display: block !important;
	}
	.tab_block .elementor-tabs-wrapper .elementor-tab-title:nth-child(n+5):last-child {
		width: 100% !important;
		border-bottom-left-radius: 0px !important;
		border-bottom-right-radius: 0px !important;
	}
	.tab_block .elementor-tabs-wrapper .elementor-tab-title:nth-child(n+5) {
		width: calc(100% / 2 - 6px);
		border-bottom-left-radius: 9px !important;
		border-bottom-right-radius: 9px !important;
	}
	.copyright_text {
		max-width: 400px;
		margin: 0 auto;
	}
	.learn-list li {
		padding: 30px 15px 19px !important;
		width: 100% !important;
	}
	.cookbook-boxes {
		width: 100% !important;
	}
	.logo-slider .swiper-slide {
		height: 82px;
	}
	.defbtn a:hover {
		padding-right: 32px;
	}
	.defbtn a {
		font-size: 13px;
		padding: 13px 32px 13px 15px;
		background-position: right 15px center;
		background-size: 13px;
	}
	.faq_block .elementor-accordion-title {
		font-size: 19px;
	}
	.convos-list li {
		padding: 7px 12px !important;
	}
	.spacingleft {
		padding: 24px 15px 40px 15px;
	}
	.mt20 {
		margin-top: 12px;
	}
	.philos-hlt.mdheading h2 {
		max-width: 300px;
		margin: 0 auto;
	}
	.page_hd h1 {
		font-size: 33px;
	}
	.ft-fix-btn a {
		font-size: 16px;
	}
	.smhd h2 {
		font-size: 28px;
		margin-bottom: 9px;
	}
	.logomain {
		max-width: 180px;
	}
	.header_main .elementor-menu-toggle {
		padding: 9px;
	}
	.header_main ul.elementor-nav-menu .sub-menu li a {
		padding: 15px 15px 15px 30px !important;
		font-size: 16px !important;
	}
	.header_main ul.elementor-nav-menu > li > a, .hd_menu .elementor-nav-menu > li:last-child > a {
		font-size: 19px !important;
		padding: 15px 15px !important;
	}
	.header_main nav.elementor-nav-menu--dropdown {
		width: 340px;
	}
	.mdtext h2 {
		font-size: 24px;
		margin-bottom: 28px;
	}
	.email_box input {
		width: 100% !important;
	}
	.banner-slide .swiper-slide-contents {
		max-width: 100% !important;
	}
	.banner-slider.logo-slider .swiper-slide {
		height: 91px;
	}
	.health-form {
		padding-bottom: 80px;
	} 
	.email_box input:first-child {
		border-right: unset;
		border-bottom: 1px solid #ea7b5a;
	}
	.text_para h2 {
		margin: 15px 0 13px;
		font-size: 25px;
	}
	.bigheading > .elementor-widget-container {
		margin-bottom: 11px;
	}
	.sellingauthor p {
		font-size: 20px;
	}
	.sellingauthor span {
		font-size: 14px;
	}
	.sellingauthor img {
		max-width: 139px;
		margin-right: 10px;
	}
	.checksm .gfield_label {
		margin: 0 auto;
	}
	.checksm {
		padding: 20px 14px 20px !important;
		width: 100% !important;
	}
	.hdlabel_form .gfield_label, .hdlabel_form span {
		padding: 19px 17px 11px !important;
		font-size: 20px !important;
	}
	.tab-block {
		padding: 29px 15px;
	}
	.bigheading h2 {
		font-size: 31px;
	}
	.banner-slide .swiper-slide-bg {
		background-size: 100% !important;
	}
	.banner-slide .elementor-button {
		display: none !important;
	}
	.banner-slide .elementor-slide-heading {
		font-size: 37px !important;
		max-width: 300px;
		margin: 0 auto;
	}
	.banner-slide .elementor-slide-heading img {
		max-height: 43px;
	}
	.banner-slide .elementor-slide-heading {
		font-size: 37px !important;
	}
	.banner-slide .swiper-slide-contents {
		text-align: center;
		position: absolute;
		bottom: 0;
		background: linear-gradient(0deg, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0) 100%);
		padding: 80px 20px 12px;
		width: 100% !important;
	}
	.banner-slide .swiper-slide {
		height: 450px !important;
	}
}
@media(max-width: 400px) {

}

