@media (min-width: 1200px){
	
/* .main-header.small-header {
	transform: translateY(-120px);
} */
	
}
@media (min-width: 1601px){
	.home-banner {
		height: calc(100vh - 171px); 
	}
}
@media (max-width: 1680px){
	.menu-top > li:last-child .sub-menu li ul.sub-menu {;
		left: auto;
		right: 100%;
	}
}
@media (max-width: 1440px){
/* 	.main-header.small-header {
        transform: translateY(-100px);
    } */
	.sub-menu {
		min-width: 180px;
	}
	#container-wrap {
		margin-top: 139px;
	}
	.menu-top li a {
    padding: 13px 5px;
    font-size: 10px;
}
	.menu-top {
		gap: 5px;
	}
#mainNav>li.menu-item-has-children::before {
    width: 5px;
    height: 5px;
}
	.banner-desc p {
		font-size: 16px;
		line-height: 27px;
	}
	p{
		font-size: 16px;
		line-height: 27px;
	}
	.home-banner-heading {
		font-size: 60px;
		line-height: 80px;
	}
	.home-banner {
		height: calc(100vh - 139px);
	}
	.consulation-box-button .btn{
		padding: 16px 25px;
	}
	.difference-box-content {
		padding: 60px 20px 20px 20px;
	}
	.difference-box-imgs .diff-icon {
		bottom: -40px;
		width: 80px;
		height: 80px;
	}
	.healt-body-list li a {
		font-size: 15px;
		line-height: 18px;
		padding-right: 20px;
	}
	.healt-body-list {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.healt-body-list li a svg, .healt-body-list li a img {
		height: 35px;
		width: auto;
		margin-right: 5px;
	}
	.h2 .h2, h2, .heading, h2.title {
		margin-bottom: 20px;
		font-size: 35px;
		line-height: 35px;
	}
	.sub-heading {
		font-size: 14px;
		line-height: 17px;
		letter-spacing: 2px;
		margin-bottom: 15px;
	}
	.top-logo img {
		height: 60px;
		object-fit: contain;
		object-position: left;
	}
	.btn{
		padding: 10px 28px;
	}
	.space-pd {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.space-mr {
		margin-top: 80px;
		margin-bottom: 80px;
	}
	.difference-box-imgs .diff-img {
		height: 230px;
	}
	.diff-link {
		font-size: 17px;
		align-items: center;
		line-height: 25px;
	}
	.consulation-box-heading {
		font-size: 22px;
		line-height: 25px;
		margin-bottom: 5px;
	}
	.inner-contact-block a, .inner-contact-block span {
		font-size: 16px;
	}
	.search-icon svg, .search-icon img {
		height: 20px;
		width: auto;
	}
	.search-icon {
		display: flex;
	}
	.supplement-icon img {
		max-width: 150px;
	}
	.red-nutri-logo img {
		max-width: 300px;
	}
	.video-faq-item .heading2 {
		font-size: 20px;
		    line-height: 24px;
	}
	.post-custom-next-prev a {
		font-size: 14px;
		line-height: 20px;
	}
	.thank-you-video {
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}
	    
} 


@media (min-width: 992px) and (max-width: 1280px){
	.our-story-image img {
		object-fit: contain;
		object-position: center;
	}
}
@media (max-width: 1199px){
	.two-cols-faqs .accordion-item {
		width: 100%;
	}
	.top-logo img {
        height: 40px;
    }
	    .main-header.small-header {
			transform: unset;
		}
	.menu-sidebar .menu-bar-wrapper .menu-item-has-children .sub-menu {
        display: none;
        background: 0 0;
        padding-left: 14px;
    }
	.menu-sidebar .menu-bar-wrapper .menu-item-has-children .sidebar-menu-arrow {
        position: absolute;
        right: 0;
        top: 0;
        height: 42px;
        width: 40px;
    }
	.sidebar-menu-arrow::after {
		cursor: pointer;
		content: "";
		position: absolute;
		top: -10px;
		margin: auto;
		bottom: 0px;
		right: 16px;
		background-repeat: no-repeat;
		background-position: center;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		border: solid white;
		border-width: 0 1.5px 1.5px 0;
		display: inline-block;
		padding: 3px;
		width: 13px;
		height: 13px;
	}
	.sidebar-menu-arrow.responsive-up-arrow:after {
		transform: rotate(225deg);
		-webkit-transform: rotate(225deg);
		top: 5px;
	}
	.page-banner {
       /*  margin-top: 64px; */
    }
	.menu-header {
		display: none;
	}
	.menu-button:hover {
        cursor: pointer;
    }
	.menu-button {
		height: 70px;
		width: 70px;
		position: relative;
		z-index: 12;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		border-radius: 6px;
		margin-left: 15px;
		border: none;
		background-color: var(--color--primary);
		border: 1px solid var(--color--primary);
	}
	
	.menu-button .menu-bar {
		position: relative;
		border-radius: 0px;
		width: 20px;
		transition: .5s;
		opacity: 1;
		display: block;
		height: 1.50px;
		background: #fff;
		margin-top: 5px;
		text-align: center;
	}
	.menu-bar.menu-bar-top {
		margin-top: 0;
	}
	.menu-wrap {
		background-color: #231f20;
		position: fixed;
		top: 77px;
		height: 100%;
		width: 100%;
		right: -100%;
		font-size: 1em;
		font-weight: 700;
		overflow: auto;
		transition: .5s;
		z-index: 12;
		display: flex;
		justify-content: center;
	}
	.search-icon svg, .search-icon img {
        height: 30px;
    }
	.header-search-box {
		height: 101px;
		
	} 
	.menu-full-wrapper {
        width: 100%;
        position: relative;
    }
	.menu-sidebar {
        margin: 0;
        position: relative;
        top: 0;
        width: 100%;
        margin-left: auto;
        padding-top: 0;
    }
	.menu-bar-wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
    }
	.menu-sidebar .menu-bar-wrapper li {
        flex: 0 0 100%;
        max-width: 100%;
        position: relative;
        margin: 0;
        border: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.14);
        padding: 0;
    }
	.menu-sidebar .menu-bar-wrapper li.current-menu-item > a {
		font-weight: 500;
        background-color: var(--color--primary);
        color: #fff;
        width: 100%;
    }
	.menu-sidebar .menu-bar-wrapper li.current-menu-item .sidebar-menu-arrow::after{
      border-color: #005746;
    }
	
	.sidebar-menu-arrow.responsive-up-arrow:after{
		        transform: rotate(225deg);
        -webkit-transform: rotate(225deg);
		        top: 5px;
	}
	 .menu-sidebar .menu-bar-wrapper li > a {
        color: #ffffff;
        font-weight: normal;
        padding: 7px 20px;
        position: relative;
        display: block;
        font-weight: 400;
        font-size: 16px;
		text-transform: capitalize;
    }
	.menu-button.button-open {
		/* background: none; */
        z-index: 111111;
        /* height: 45px;
        width: 45px; */
        right: 0;
        top: 0;
        /* position: fixed; */
        /* border: transparent;
		background: #23304A; */
        position: relative;
    }
	.menu-show {
		right: 0;
		box-shadow: none;
		display: block;
		max-width: 100%;
		z-index: 11111;
	}


	.button-open .menu-bar-top {
        transform: rotate(45deg) translate(10px, 10px);
        transition: .5s;
        top: 9px;
        opacity: 1;
    }
	.button-open .menu-bar {
        opacity: 1;
    }
	    .button-open .menu-bar-middle {
        background-color: #fff;
        transform: translate(230px);
        transition: .1sease-in;
        opacity: 0;
    }
	.menu-button.button-open .menu-bar-top {
            transform: rotate(45deg) translate(4px, 5px);
        transition: .5s;
        top: 0;
        opacity: 1;
    }
	header#header.small-header .menu-button.button-open .menu-bar {
		background: #fff;
	}
	.menu-button.button-open .menu-bar-top, .menu-button.button-open .menu-bar-bottom, .menu-button.button-open .menu-bar-middle {
        border-color: #fff;
    }
	
	.menu-button.button-open .menu-bar-top, .menu-button.button-open .menu-bar-bottom, .menu-button.button-open .menu-bar-middle {
        border-color: #fff;
		background-color: #fff;
    }
	.menu-button.button-open .menu-bar-bottom {
	        border-color: #fff;
        background: #fff;
        transform: rotate(-45deg) translate(11px, -13px);
        transition: .5s;
        top: 10px;
	}
	.home-banner {
        height: 550px;
    }
	.home-banner-heading {
		font-size: 50px;
		line-height: 60px;
	}
	.header-bottom {
		display: none;
	}
	#container-wrap {
		margin-top: 80px;
	}
	.search-icon {
		height: 70px;
		width: 70px;
		position: relative;
		z-index: 12;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		border-radius: 6px;
		margin-left: 15px;
		border: none;
		background-color: var(--color--primary);
		border: 1px solid var(--color--primary);
	}
	.header-ph-mobile{
		height: 70px;
		width: 70px;
		position: relative;
		z-index: 12;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		border-radius: 6px;
		margin-left: 15px;
		border: none;
		background-color: #fff;
		border: 1px solid #fff;
	}
	.supplement-logo-list {
		flex-wrap: wrap;
	}
	.banner-title {
		margin-bottom: 20px;
		font-size: 34px;
		line-height: 50px;
	}
	.page-banner {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.our-story-content-block {
		padding-right: 0;
	}
	.sub-menu li ul.sub-menu {
		position: relative;
		    left: auto;
	}
	.video-faq-item .heading2 {
		font-size: 20px;
	}
	.youtube-video-btn:before {
		width: 40px;
		height: 30px;
	}
	.video-faq-item {
		padding: 20px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.video-testimonial-list {
		padding-left: 10px;
		padding-right: 10px;
	}
	.contact-form-box .default-content {
		padding-left: 20px;
		padding-right: 20px;
	}
		.menu-button {
		height: 35px;
		width: 35px;
	}
	.search-icon{
		height: 35px;
		width: 35px;
	}
	.header-ph-mobile{
		height: 35px;
		width: 35px;
	}
	.header-ph-mobile svg, .header-ph-mobile img{
		height: 17px;
		width: 17px;
	}
	.search-icon svg, .search-icon img {
		height: 20px;
	}

}

@media (max-width: 992px) {
    .related-posts-grid {
       /*  grid-template-columns: repeat(2, 1fr); */
    }
}


@media (max-width: 991px){
	.home-banner-heading {
		font-size: 34px;
		line-height: 45px;
	}
	.home-banner-subheading {
		font-size: 12px;
		line-height: 12px;
		letter-spacing: 0;
	}
	.banner-desc {
		padding-left: 0;
		padding-right: 0;
	}
	.home-banner {
        height: 430px;
    }
	.consulation-box-button {
		text-align: center;
	}
	.our-partner-content {
		border-bottom: 8px solid #ED1D24;
		border-right: 0;
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.our-partner-content .heading{
		margin-bottom: 0;
	}
	.footer-cols .footer-box:first-child {
		width: 100%;
	}
	.footer-cols .footer-box {
		width: calc(50% - 30px);
	}
	.footer-cols {
		padding-top: 30px;
		padding-bottom: 30px;
		flex-wrap: wrap;
		gap: 30px;
	}
	.footer-widget-heading {
		margin-bottom: 16px;
	}
	.footer-logo img {
		max-width: 185px;
		width: 100%;
	}
	.testimonial-item-inner {
		padding: 20px;
	}
	.h2 .h2, h2, .heading, h2.title {
		margin-bottom: 15px;
		font-size: 34px;
		line-height: 42px;
	}
	.dig-image {
		width: 100%;
		margin-bottom: 20px;
		position: relative;
		margin-left: -15px !important;
		margin-right: -15px !important;
	}
	.health-body-section .heading{
		text-align: center;
	}
	.health-body-section .default-content{
		text-align: center;
	}
	.our-story-content-block {
		padding-right: 0;
	}
	.services-item {
		flex-direction: column;
	}
	.service-content {
		width: 100%;
	}
	.our-story-image {
		position: relative;
		width: 100%;
		height: 100%;
	}
	.page-id-8866 .our-story-image {
		width: 100%;
	}
	.our-story-img-reverse .our-story-content-block {
		padding-left: 0;
	}
	.content-section .default-content ul{
		padding-left: 20px;
	}
	.procedure-list {
		flex-wrap: wrap;
	}
	.procedure-box {
		width: calc(33.33% - 20px);
	}

	.testimonial-slider-classes .slick-next {
		right: 40%;
	}
	.testimonial-slider-classes .slick-prev {
		left: 40%;
	}
	.covid-blog-slider .slick-next {
		right: 40%;
	}
	.covid-blog-slider .slick-prev {
		left: 40%;
	}
	.page-id-8847 .our-story-section {
		padding-bottom: 0;
	}
	.page-id-714 .faqs_section.faqsec4 {
		padding-top: 0;
		padding-bottom: 0;
	}
	.team-image {
		padding-left: 0;
	}
	.team-title {
		margin-bottom: 15px;
	}
	
	.page-id-8899 .our-story-section {
		padding-bottom: 0;
	}	 
}

@media (max-width: 767px){
	#container-wrap {
		margin-top: 75px;
	}
	.top-logo img {
		max-width: 156px;
	}

	.copyright-text {
		text-align: left;
	}
	.copyright-menu {
		justify-content: flex-start;
		margin-top: 5px;
		flex-wrap: wrap;
	}
	.footer-cols .footer-box {
		width: 100%;
	}
	.footer-widget-heading {
		line-height: 19px;
	}
	.consulation-box-icon-txt {
		flex-direction: column;
	}
	.consulation-box-txt {
		text-align: center;
	}
	.consulation-box-icon-txt svg, .consulation-box-icon-txt img {
		width: 40px;
		margin-bottom: 0;
	}
	.consulation-box-health {
		padding: 20px;
	}
	.consulation-box-health {
		margin-top: 40px;
	}
	.banner-content {
		padding-left: 0;
	}
	.home-banner {
		height: 577px;
	}
	#home_banner:after{
		display:none;
	}
	.home-banner {
		align-items: self-end;
		padding-bottom: 62px;
	}
	.healt-body-list {
		flex-direction: column;
		gap: 20px;
		max-width: 330px;
		margin-left: auto;
		margin-right: auto;
		padding-top: 20px;
		padding-bottom: 20px;
		padding-left: 10px;
        padding-right: 10px;
	}
	.healt-body-list li {
		width: 100%;
	}
	.healt-body-list li a svg, .healt-body-list li a img {
        height: 40px;
        width: 40px;
    }
	.healt-body-list li a {
		font-size: 20px;
		line-height: 24px;
		padding-right: 0;
		gap: 20px;
	}
	.two-col-list-style ul {
		width: 100%;
	}
	.two-col-list-style {
		gap: 0;
	}
	.procedure-box {
		width: calc(50% - 20px);
	}
	.procedure-box-heading {
		font-size: 16px;
		padding-top: 15px;
		line-height: 20px;
	}
	.default-content ul {
		padding-left: 20px;
	}
	.download-forms-list a {
		width: 100%;
	}
	.team-image {
		padding-left: 0;
	}
	.post-get-started {
		text-align: center;
	}
		.testimonial-slider-classes .slick-next {
		right: 35%;
	}
	.testimonial-slider-classes .slick-prev {
		left: 35%;
	}
	.covid-blog-slider .slick-next {
		right: 35%;
	}
	.covid-blog-slider .slick-prev {
		left: 35%;
	}
	.difference-list {
		margin-top: 40px;
	}
	.health-body-section {text-align: center;}
	.podcast-section .heading, .podcast-section .sub-heading {
    text-align: center;
}

}
@media (max-width: 576px) {
    .related-posts-grid {
        grid-template-columns: 1fr;
    }
}

