@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
	font-family: 'Inter', sans-serif;
	font-size: 16px;
}

body.system {
	padding-top: 64px;
}

h1 {font-size:42px;}


.bigger {font-size:120%}
.bigger2 {font-size:150%}



#topline {
	position: fixed;
	width: 100%;
	height: 64px;
	background-color: white;	
	z-index: 100;
	top:0;
	border-bottom: 1px solid silver;
}



#topline .container {width: 1280px;}
#topline .navbar-right {margin-right:24px;}

#topline .btn-success {

	background-color: #7EC73F;
	background-image: none;
	border-radius: 30px;	
	color: white;
	border-color: #7EC73F;
	text-shadow:none;
}


#topline .btn-default {
	color: #244854;
	border: 2px solid #244854;
	border-radius: 30px;	
	background-color: white;
	background-image: none;
}


#header, 
#header_s2 
{
	background-image: url(/images/system/top_bg_01.jpg);
	background-color: #1e3a44;
	background-size: cover;
	color: white;
	padding-bottom: 80px;
	padding-top: 80px;
	background-attachment:fixed;

}


#header h4 {
	letter-spacing: 5px;	
	position: relative;
}

#header h4:after {
	content: "";
	position: absolute;
	width: 50%;
	height: 1px;
	right:0;
	background: rgba(255,255,255,0.5);
	top: 50%;
}


#header h1, 
#header_s2 h1{
	font-size: 52px;
	font-weight:400;
	color: white;
}


#header .hl {
	position: relative;
	z-index:2;
}


#header .hl:before {
	content:"";
	position: absolute;
	background: rgba(0,0,0,0.5);
	left: -60px;
	right: -100px;
	top:-40px;
	bottom: -40px;
	border-radius:10px;
	z-index: -10;	
}


.green {
	color: #7EC73F;
}

.light_blue_bg {
	background: #F0F6F7;
}


.btn-green {
	background-color: #7EC73F;
	background-image: none;
	border-radius: 30px;	
	color: white;
	font-weight: 600;
	font-size: 18px;
	padding: 17px 35px;
	border-color: #7EC73F;
	text-shadow:none;
}


.slide {padding-top: 50px; padding-bottom: 40px;}

#slide1 {
	background-color: #F0F6F7;
}

#slide1 h1 {font-size:42px;}

#slide1 .white_bg {
	background-color: white; padding: 20px; border-radius: 10px;
}

#slide1 .white_bg img {
	display: inline-block;
	max-width: 100%;
}

#slide1 .white_bg .objects div {
	position:relative;
}

#slide1 .white_bg .objects div::after {
	content: url(/images/system/green_arrow_01.png);
	position: absolute;
	top: calc(50% - 23px);
	right: -36px;

}

#slide1 .white_bg .objects:last-child div::after {
	content: "";
}



#slide1 .results > div > div {
	background: #244854;
	border-radius: 10px;
	color: white;
	padding: 50px 20px 10px 20px;
	text-align: left;
}

#slide1 .results > div > div h5 {
	color: #7EC73F;
	font-size: 66px;
	font-weight: 400;
}


#slide2 h2 {
	text-transform: uppercase;
	color: #7EC73F;
	font-size: 30px;
	font-weight: bold;
}


#slide2 h3 {
	font-weight: 600;
	font-size: 36px;
}


#slide3 {
	background-image: url('/images/system/bg_01.png');
	color: white;
	background-color: #1e3a44;
	background-size: cover;
}

#slide3 h1 {
	color: white;
}

/*
#slide4 {
	background-color: #F0F6F7;
}
*/

#slide4 .panel-body {
	min-height: 520px;
}


#slide4 .panel-body img {
	border-radius: 80px;
	width: 140px;
	border: 5px solid silver;
}

#slide5 img {
	max-width: 100%;
}



#slide6 {
	background-image: url(/images/system/bg_02.jpg);
	background-size: cover;
}

#slide6 .box {
	background: #244854;
	border-radius: 10px;
	color: white;
	padding: 30px;
}

#slide6 .box h1 {
	color: white;
}


.bg_left, 
.bg_right 
{
	position: relative;
	z-index: 10;
}

.bg_left:before {
	content: "";
	position: absolute;
	background: #244854;
	left: -2000px;
	top: -20px;
	right: -50px;
	bottom: -20px;
	z-index: -1;
	border-radius: 10px;
}

.bg_right:before {
	content: "";
	position: absolute;
	background: #244854;
	left: -50px;
	top: -20px;
	right: -2000px;
	bottom: -20px;
	z-index: -1;
	border-radius: 10px;
}


#slide_thanks_01 {
	background-image: url(/images/system/top_bg_01.jpg);
	background-color: #1e3a44;
	background-size: cover;
	color: white;
	padding-bottom: 80px;
	padding-top: 80px;
}



#pay .box .buttons .btn_item {
	width:50%;margin:10px auto 20px auto;
}


#slide5 .nav-item {
	position: relative;
}

#slide5 .nav a {color: #BBBBBB}

#slide5 .nav img {opacity:0.3}

#slide5 .nav-item .active:before {
	content:"";
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #7EC73F;	
	bottom: -1px;
	z-index:2;
	left:0;	
}

#slide5 .nav-item a.active {
	border-color:transparent !important;
	color: #111111;
}

#slide5 .nav-item .active img {
	opacity:1;
}


#upsellModal .modal-body {
	background-color: #F0F6F7;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

#pop_step1 label {font-weight: normal;}


#footer {padding-top:10px;}

#footer .container {width: 1280px;}

#footer .right-icons {margin-right:24px;}

#footer .logo img {
	height:50px;
	max-width:100%;
}

#footer .right_icons img {
	height:50px;
	max-width:100%;
}


#footer a {
	color: #696969;
}


@media (max-width: 1280px) {

	#topline .container {width: auto}
	#footer .container {width: auto;}

}




@media (max-width: 1200px) {

	#slide5 .nav-item span {
		display: inline-block;
		height: 50px;
	}

}


@media (max-width: 991px) {

	#header .hl:before{ display: none}

	#slide1 .white_bg .objects div::after {
		display: none;
	}

	#slide1 .results > div > div {margin-bottom: 20px;}

	#slide2 .row p {margin-bottom:50px;}

}


@media (max-width: 767px) {
	#header h3::after {display:none}
	#slide5 .container > p {display:none}
	#slide5 ul {display:none}
   #slide5 .tab-pane {display:block; opacity:100%;margin-bottom:20px;}

	#pop_step1 .form-group {
		margin-bottom:0;
	}

	#pop_step1 .infusion-field {
		margin-bottom:10px;
	}


}

@media (max-width: 500px) {

	body {
		font-size: 14px;
	}

	#pay .box .buttons .btn_item {
		width:80%;
	}

	#header {padding-top:40px; padding-bottom:40px;}
	#header h1 { font-size: 36px;}
	#slide1 h1 { font-size: 36px;}
}

}