/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"); */
/*===============health================*/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
}

ul {
	list-style: none;
}
.footer_menu p{
	font-size: 16px;
}
.btn:focus {
	outline: 0;
	box-shadow: 0 0 0 0rem rgb(0 123 255 / 25%);
}

:root {
	font-size: 10px;
	--main-color: #1f7b76;
	--text-color: #171d27;
	font-size: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
	margin: 0 0 0 0;
	color: inherit;
}
/*.slick-track div:nth-child(14) img,.slick-track div:nth-child(15) img{
	width: 100%!important;
}
 .slick-initialized .slick-slide{
	height: 100%!important;
}*/
a,
a:hover {
	text-decoration: none;
}

.clearfix {
	display: block;
}

.clearfix::after {
	content: "";
	clear: both;
	display: table;
	height: 0;
	width: 0;
}
 

 .main-footer p{
	font-size: 1.6rem;
}
.breadcrumb-item a, .breadcrumb-item.active{
	font-size: 1.7rem;
}
 .owl-item > div{
	margin: auto;
	
}
.mb-6 {
	margin-bottom: 2rem;
}
 .owl-carousel .owl-item img{
    max-height: inherit!important;
}
 .owl-carousel .owl-item{
	filter: inherit;
	opacity: 1;

}
 .owl-dots{
	display: none;
}
 .my-breadcrumb .breadcrumb{
 align-items: center;
}
.my_navbar{
            background: #000;
        }
/* ================================== */
.banner_section {
	padding: 10rem 0rem;
    margin-top: 11.65rem;
}

.banner_section .heading_wrapper {
	text-align: center;
}

.banner_section .heading_wrapper h1 {
	color: var(--main-color);
	font-size: 4.5rem;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
}

.banner_section .heading_wrapper h1 span {
	position: relative;
	display: inline-block;
	font-weight: bold;
}

.banner_section .heading_wrapper h1 span::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 22px;
	top: 100%;
	left: 0;
	background: url(https://www.health2conf.com/sites/gfah.com/themes/contrib/gfah/images/success-story-images/deleigate_heading1.png);

}

.banner_section .heading_wrapper p {
	font-size: 2.5rem;
	color: var(--text-color);
	margin-top: 4rem;
}

.role_menu li p {
  display: contents;
}

/* ==============vedio_section===================== */
/* Layout for this demo */
/*.wrap {
	position: relative;

	width: 100%;

}*/

/* The outer-div to move the elements */
/*.box-video {
	position: relative;
	width: 100%;
  height: 74vh;
	cursor: pointer;
	overflow: hidden;
}*/

/* Set Cover aka Background-Image */
/*.box-video .bg-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: 2;
}*/

/* Add light shade to make play button visible*/
/*.bg-video::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.1);
	z-index: 3;
}*/

/* The Play-Button using CSS-Only */
/*.box-video .bt-play {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -30px 0 0 -30px;
	display: inline-block;
	width: 60px;
	height: 60px;
	background: rgb(255 255 255);
	-webkit-backdrop-filter: blur(10px);
	border-radius: 50%;
	text-indent: -999em;
	cursor: pointer;
	z-index: 2;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
*/
/* The Play-Triangle */
/*.box-video .bt-play:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	height: 0;
	width: 0;
	margin: -12px 0 0 -6px;
	border: solid transparent;
	border-left-color: #000;
	border-width: 12px 20px;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}*/

/*.box-video:hover .bt-play {
	transform: scale(1.1);
}*/

/* When Class added the Cover gets hidden... */
/*.box-video.open .bg-video {
	visibility: hidden;
	opacity: 0;

	-webkit-transition: all 0.6s 0.8s;
	transition: all 0.6s 0.8s;
}*/

/* and iframe shows up */
/*.box-video.open .video-container {
	opacity: 1;
	-webkit-transition: all 0.6s 0.8s;
	transition: all 0.6s 0.8s;
}*/

/* Giving the div ratio of 16:9 with padding */
/*.video-container {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	z-index: 1;
	
}*/

/*.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	
}*/


/* ==================vedio_section-end====================== */

/* ===========introduction_section============== */
.introduction_section {
    padding: 0rem 0rem 6rem 0rem;
    margin-top: -44px
}

.introduction_section .introduction_space {
	    padding: 0rem 14rem 6rem 14rem;
}

.introduction_content {
	background: #171d27;
	border-radius: 10px;
}

.introduction_content .intro_text {
	background: url(../assets/success-story-images/introduction.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 4rem;
	height: 100%;
	/* border-radius: 0px 0px 0px 14px; */
}

.introduction_content .yers {
	display:flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
	background: #0b111a;
	height: 100%;
	border-radius: 0px 0px 14px 0px;
	
}

.introduction_content .yers h4 {
	text-align: center;
	color: var(--main-color);
	font-size: 8rem;
	font-weight: 700;
	position: relative;
}

.introduction_content .yers h4::after {
	position: absolute;
	height: 3px;
	content: "";
	top: 100%;
	left: 50%;
	width: 35%;
	transform: translate(-50%);
	background: #55595f;
}

.introduction_content .yers h4 span {
	font-size: 3.2rem;
	position: relative;
	bottom: 11px;
	text-transform: capitalize;
	font-weight: bold;
	display: block;
}

.introduction_content .yers p {
	font-size: 2rem;
	color: white;
	text-align: center;
	padding: 0rem 0.5rem;
}

.introduction_section .intro_text h3 {
	font-size: 2.5rem;
    padding: 0;
	color: var(--main-color);
	font-weight: bold;
}

.introduction_section .intro_text p {
   font-size: 2rem;
    color: white;
    text-align: justify;
    line-height: 1.45;
    font-weight: 400;

}

.introduction_section .intro_text .role_menu {
	list-style: none;

}

.introduction_section .intro_text .role_menu li {
	list-style: none;
	font-size: 2rem;
	color: #c1c1c1;
	margin: 5px 0px;
}

.introduction_section .intro_text .role_menu li span {

	color: white;
}

.outcome .outcome_text ul li {
	font-size: 2rem;
	margin: 1rem 0rem;
	position: relative;
}

.outcome .outcome_text ul li::before {
	position: absolute;
	height: 20px;
	content: "";
	width: 20px;
	background: url(../images/success-story-images/circile_health.png) no-repeat right top;
	background-size: cover;
	left: -31px;
	top: 8px;
	border-radius: 11px;
	margin: 0px 0px 0px -11px;
}

.outcome .outcome_text ul li span,
.outcome .outcome_text h3 span {
	color: var(--main-color);
}

.outcome .outcome_text h3 {
	font-size: 3rem;
	font-weight: bold;
	margin-bottom: 0rem;
	padding: 0px;
}
.outcome .outcome_text .range_after{
	position: relative;
	margin-top: 0rem;
}
/*.outcome .outcome_text .range_after::after{
    position: absolute;
    height: 35px;
    content: "";
    width: 100%;
    background: url(https://www.more2conf.com/sites/more.com/themes/contrib/breeze/assets/success-story-images/range1.png) no-repeat right top;
    background-size: cover;
    left: 0;
    bottom: -22;
    border-radius: 11px;
    z-index: 111;
}*/

.outcome .outcome_text p {
	font-size: 2.5rem;
	color: var(--main-color);
}

.outcome_text_two {
	padding-left: 8rem;
}

#range-slider__range {
    accent-color: var(--main-color);
    width: 100%;
    height: 8px;
    border-radius: 5px;
    background: #d7dcdf;
    padding: 0;
    margin: 0;
    border: transparent;
    outline: transparent;
}


#range-slider__range::-webkit-slider-thumb {
	accent-color: var(--main-color);
	width: 20px;
	height: 20px;
	border-radius: 100%;
	background: #c7892b;
	cursor: pointer;

}


#range-slider__value {
	display: inline-block;
	position: relative;
	width: 45px;
	color: #fff;
	line-height: 20px;
	text-align: center;
	border-radius: 3px;
	background: #212529;
	padding: 5px 10px;
  font-size: 15px;
	top: -57px;
	left: 92%;
}


#range-slider__value:after {
	position: absolute;
	top: 28px;
	left: 8px;
	width: 0;
	height: 0;
	border-top: 15px solid #212529;
	border-right: 15px solid #c7892b0d;
	border-left: 15px solid #68625900;
	content: "";
}

/* ==============number_section========================= */
.number_section {
	background: #171d27;
	text-align: center;
	padding: 6rem 0rem;
}

.number_section h3 {
	font-size: 4.5rem;
	line-height: 1.2;
	font-weight: bold;
	color: white;
	
}

.number_list {
	margin-bottom: 4rem;
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: center;
}

.number_list strong {
	font-size: 6rem;
	line-height: 1;
	font-weight: 700;
	color: var(--main-color);
}

.number_list span {
	font-size: 2.5rem;
	line-height: 1.45;
	font-weight: 400;
	color: white;
	display: block;
}

.number_section img {
	width: 70%;
	max-width: 100%;
}

/* ========================== */
.full_image_section img {
	width: 90%;
	max-width: 100%;
}

/* ====================network_section==================== */
.network_section {
	padding: 6rem 0rem 6rem 0rem;
}

.network_section .network_text h4 {
	font-size: 4.5rem;
	font-weight: bold;
	color: var(--text-color);
	margin-bottom: 3rem;
}

.network_section .network_text p {
	font-size: 2rem;
	color: var(--text-color);
	font-weight: 500;
	margin-bottom: 2rem;
	text-align: justify;
}

.network_text_two {
	padding-top: 5rem;
}

/* ======================== */
.knowing_stephen {
	background: url(../assets/success-story-images/ha.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 6rem 0rem;
}

.knowing_stephen h4 {
	font-size: 4.5rem;
	font-weight: bold;
	color: var(--text-color);
}

.knowing_stephen p,
.knowing_stephen h5 {
	font-size: 2rem;
}

.knowing_stephen h5 {
	font-weight: bold;
	margin-bottom: 0.5rem;

}

.knowing_stephen .hna_logo img {
	width: auto;
	max-width: 100%;
}

/* ============top_takeaways============ */
.top_takeaways {
	padding: 6rem 0rem;
	text-align: center;
}

/*.top_takeaways_text_two {
	padding: 6rem 18rem 0rem 18rem;

}*/

.top_takeaways .top_takeaways_text h5 {
	font-size: 4.5rem;
	font-weight: bold;
	margin-bottom: 2rem;
}

.top_takeaways .top_takeaways_text p {
	font-size: 2rem;
}

.potential_heading {
	color: var(--main-color);
}

.potential_heading span {
	display: block;
	padding-top: 1rem;
	font-weight: bold;
}

.top_takeaways_text a {
	display: block;
	color: var(--main-color);
}

/* ===============join_our_hall============ */
.join_our_hall {
	padding: 7rem 0rem;
	background: url(../assets/success-story-images/our-hall.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.join_our_hall .hall_of_fame h5 {
	font-size: 4.5rem;
	margin-bottom: 5rem;
}

.join_our_hall .hall_of_fame h5 span {
	display: block;
}

.hall_of_fame_two p {
	font-size: 2rem;

}

.contact_us_btn {
	background: black;
	color: white;
	font-size: 2.5rem;
	font-weight: 500;
	padding: 1rem 2rem;
	position: relative;
	text-transform: capitalize;
	border-radius: 8px;
}

.contact_us_btn img {
	width: auto;
	max-width: 100%;
}

.contact_us_btn:hover {
	color: white;
	background: var(--main-color);
	transition: 1s all;

}

.hall_of_fame {
	position: relative;
	margin-bottom: 3rem;
}

.hall_of_fame::after {
	position: absolute;
	height: 2px;
	content: "";
	width: 100%;
	background: #c3b39f;

}

/* ================image_slider_section============= */
.image_slider_section {
	width: 100%;
	overflow: hidden;
}
.opportunities{
   display: block;
    text-align: left;

   font-size: 2rem;
   font-style: italic;
}
 .contct-footer address{
  font-size: 1.6rem;
}
.contact_us_btn::after {
    content: "\f061";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    width: 25%;
    -webkit-font-smoothing: antialiased;
}
/*================progress-bar-css========================*/
  .progress{
    height: 7px;
    background: #c5c1c1;
    border-radius: 5px;
    box-shadow: none;
    margin: 40px 0px 15px;
    overflow: visible;
    position: relative;
     
}
.progress-bar{
    overflow: inherit;
}
.progress .progress-bar{
    box-shadow: none;
    border-radius: 5px;
    position: relative;
    -webkit-animation: animate-positive 2s;
    animation: animate-positive 2s;
       background: var(--main-color);
}

.progress .progress-value{
    width: 45px;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    background: #393a3d;
    box-shadow: 0 5px 5px rgb(0 0 0 / 40%);
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 15px;
    right: -20px;
}
.progress .progress-value:after{
    content: "";
    border-top: 7px solid #393a3d;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    position: absolute;
    bottom: -7px;
    left: 35%;
}

@-webkit-keyframes animate-positive{
    0% { width: 0; }
}
@keyframes animate-positive{
    0% { width: 0; }


}
/* =======================media-start============================ */
/*================media-start==============================*/
@media screen and (min-width:1650px) {
	.container {
		max-width: 1535px;
		margin: 0 auto;
	}
	
}

@media screen and (max-width:1820px) {
	:root {
		font-size: 9px;
	}
	.banner_section {
    margin-top: 13rem;
}
}

@media screen and (max-width:1720px) {
	:root {
		font-size: 8px;
	}
	.banner_section {
    margin-top: 14.5rem;
}

}

@media screen and (max-width:1620px) {
   .banner_section {
      margin-top: 14.5rem;
}
}

@media screen and (max-width:1500px) {
	:root {
		font-size: 8px;
	}
	.outcome .outcome_text h3{
		margin-bottom: 6;
	}
}

@media screen and (max-width:1199px) {
	:root {
		font-size: 8px;
	}
	 .navbar-toggler-icon{
    width: 3.5em;
	}
	
	.outcome .outcome_text h3{
	margin-bottom: 3rem;
	}
	br{
		display: none;
	}
	.opportunities{
		margin-top: 0rem;
	}
	.banner_section {
      margin-top: 17rem;
}
}

@media screen and (max-width:991px) {
	:root {
		font-size: 7px;

	}
  .introduction_section .introduction_space {
    padding: 0;
    margin-bottom: 8rem;
}

.introduction_content .yers h4{
	font-size: 8rem;
}
 .contct-footer address{
  font-size: 1.8rem;
}
.million{
	display: block;
}
.banner_section {
      margin-top: 13rem;
}
}

@media screen and (max-width:767px) {
	:root {
		font-size: 7px;
	}
  .introduction_content .yers {
   
    border-radius: 0px 0px 14px 14px;
}
#range-slider__value{
  left: 91%;
}
.hna_logo{
  text-align: center;
}
.knowing_stephen .hna_logo img {
  width: 40%;
  max-width: 100%;
}
/*.box-video{
	height: 40vh;
}*/
.outcome_text_two {
    padding-left: 5rem;
}
.network_section .network_text h4,.knowing_stephen h4,.top_takeaways .top_takeaways_text h5,.join_our_hall .hall_of_fame h5,.number_section h3{
	font-size: 3rem;
}
.top_takeaways_text_two {
    padding: 0;
    margin-top: 4rem;
}
.hall_of_fame{
	text-align: center;
}
.hall_of_fame::after {
   
  
    left: 0;
    
   
}
.contact_us_btn{
	margin-bottom: 2rem;
}
.banner_section .heading_wrapper h1{
	font-size: 5rem;
}
 .about-banner-section .about-banner-figure>img, .about-banner-section>img{
	height: 30vh;
}
.outcome .outcome_text h3{
	text-align: center;
}
.outcome .outcome_text p{
	text-align: center;
	font-size: 2.5rem;
}
.top_takeaways{
	text-align: justify;
}
.introduction_section .intro_text p,.introduction_content .yers p{
	font-size: 2rem;
}
.video-container iframe{
	height: 41vh;
}
.outcome_text{
	margin-bottom: 4rem;
}
 header .navbar-brand img{
	font-size: 100px;
}
.number_list{
	flex-direction: column;
}
.number_list li{
	margin: 10px 0px;
}
.banner_section {
      margin-top: 11.5rem;
}

}

/*===================*/
@media screen and (max-width:575px) {
	:root {
		font-size: 6px;
	}
.video-container iframe{
	height: 41vh;
}
.top_takeaways .top_takeaways_text h5,.potential_heading span,.knowing_stephen h4,.network_section .network_text h4,.number_section h3{
	font-weight: bold;
	font-size:4rem;
}
.number_list strong{
	font-size: 5rem;
}
.number_list span{
	font-size: 2.5rem;
}
.potential_heading span{
	display: inline;
}

.network_section .network_text h4, .knowing_stephen h4, .top_takeaways .top_takeaways_text h5, .join_our_hall .hall_of_fame h5 {
    font-size: 4rem;
    font-weight: bold;
   text-align: initial;
}
.outcome .outcome_text h3 {
  margin-bottom: 9rem;
}
.banner_section {
      margin-top: 21.8rem;
}
}

/*==================*/
@media screen and (max-width:400px) {
	.banner_section .heading_wrapper h1{
		font-size: 4rem;
	}
	.banner_section {
    padding: 7rem 0rem;
    margin-top: 22rem;
}
}