body {
	margin: 0;
	padding: 0;
	font-family: 'robotoregular';
}

p {
    font-size: 14px;
    line-height: 22px;
	color: #959595;
	font-family: 'robotoregular';
}

a {
	text-decoration: none;
}

h2.head {
	font-size: 32px;
	font-family: 'robotobold';
}

h2.lite-green {
	color: #11aea5;
}

h2.dark-green {
	color: #186466;
}

h3{
    font-family: 'robotobold';
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: 'robotoregular';
}

.button_1 {
	background-color: #11aea5;
	color: #fff;
	padding: 7px 20px;
	font-size: 13px;
	border-radius: 22px;
	display: inline-block;
}

.button_1:hover {
	text-decoration: none;
	color: #fff;
}

.margin-t-10px {
	margin-top: 10px;
}

.margin-t-20px {
	margin-top: 20px;
}

.margin-b-20px {
	margin-bottom: 20px;
}

.margin-b-50px {
	margin-bottom: 50px;
}

.padding-t-40px {
	padding-top: 40px;
}

.padding-b-40px {
	padding-bottom: 40px;
}

header {
	padding: 20px 0;
}

header .container-fluid .main-logo {
	max-width: 250px;
	display: inline-block;
}

header .container-fluid .main-logo img {
	max-width: 250px;
	width: 100%;
}

header .right-logo {
	max-width: 100px;
	display: inline-block;
}

header .right-logo img {
	max-width: 100%;
	width: 100%;
}

header .menu-space {
	display: flex;
	align-items: flex-end;
}

header .menu-space ul.main-menu {
	margin-right: 10px;
	margin-bottom: 5px;
	font-size: 14px;
}

header .menu-space ul.main-menu li a {
	color: #11aea5;
	font-family: 'robotoregular';
}

section.main-banner .item {
	position: relative;
	height: 600px;
	background-size: cover;
	background-position: center;
}

section.main-banner .container-fluid {
	padding-right: 0;
	padding-left: 0;
}

section.main-banner .item .container-fluid {
	position: relative;
	height: 100%;
}

section.main-banner .item .message {
	position: absolute;
	background: rgb(40 65 94 / 80%);
	height: 100%;
	width: 300px;
	display: flex;
	align-items: center;
	left: 15px;
}

section.find_out_how {
	padding: 40px 0;
	background-color: #f0f9fa;
}

section.main-banner .item .message .center-aligment {
	padding: 0 30px;
}

section.main-banner .item .message h2 {
	color: #fff;
}

section.main-banner .item .message p {
	color: #fff;
}

.find_out_how .container {
	display: flex;
	align-items: center;
}

.find_out_how .find_out_img {
	min-width: 300px;
	height: 300px;
	overflow: hidden;
	border-radius: 50%;
	background-size: cover;
	background-position: center;
	margin: 0 15px;
}

.find_out_how .details_space {
	margin: 0 15px;
}

.find_out_how .find_out_img img {
	width: 100%;
}

.home-tab {
	background-color: #11aea5;
}

.home-tab .container-fluid {
	padding: 0;
	display: flex;
}

.home-tab .nav-tabs {
	border: 0;
	min-width: 130px;
	display: flex;
	flex-flow: column;
}

.home-tab .nav-tabs li {
	height: 100%;
	background-color: #b6e1e4;
}

.home-tab .nav-tabs li.active {
	background-color: #186466;
}

.home-tab .nav-tabs li a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.home-tab .nav-tabs li svg {
	height: 70px;
	fill: #5b7072;
}

.home-tab .nav-tabs li.active svg {
	fill: #d1e0e0;
}

.home-tab-content {
	display: flex;
}

.home-tab-content .content-space {
	padding: 40px;
}

.home-tab-content .content-space h3 {
	color: #fff;
	font-size: 28px;
	margin-bottom: 20px;
}

.home-tab-content .content-space p {
	color: #fff;
}

.home-tab-content .content-space ul.list {
	margin-bottom: 10px;
	list-style: none;
	font-size: 13px;
	color: #fff;
	display: inline-block;
}

.home-tab-content .content-space ul.list li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 5px;
}

.home-tab-content .content-space ul.list li:after {
	position: absolute;
	left: 0;
	top: 7px;
	content: "";
	width: 0px;
	height: 0px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 9px solid #fff;
}

.home-tab-content .content-img {
	min-width: 400px;
	background-size: cover;
	background-position: center;
}

.home-tab-content .content-space .button_1 {
	background-color: #fff;
	color: #11aea5;
}

section.safe-plan {
	padding: 60px 0;
	background-color: #e2f3f4;
}

section.safe-plan.bottom-space {
	background-color: #f0f9fa;
	padding: 30px 0;
}

section.safe-plan.bottom-space h2.head {
	text-align: center;
}

section.safe-plan .safe-plan-grpah {
	padding-left: 40px;
}

.safe-plan-grpah .boxes {
	margin-right: -10px;
	margin-left: -10px;
}

.safe-plan-grpah .boxes .shadow-box {
	background-color: #fff;
	min-height: 100%;
	-webkit-box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.28);
	-moz-box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.28);
	box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.28);
}

.safe-plan-grpah .boxes .tile {
	min-height: 100%;
	padding-right: 10px;
	padding-left: 10px;
}

.safe-plan-grpah .boxes .tile .head {
	background: #b6e1e4;
	color: #fff;
	padding: 5px 0;
	text-align: center;
}

.safe-plan-grpah .boxes .tile .head h3 {
	font-size: 16px;
	margin: 0;
}

.safe-plan-grpah .boxes .tile.mid .head {
	background: #11aea5;
}

.safe-plan-grpah .boxes .tile.dark .head {
	background: #186466;
}

.safe-plan-grpah .boxes .spaceing {
	padding: 20px 10px;
	height: 100%;
}

.safe-plan-grpah .boxes .spaceing ul.list li {
	display: flex;
	align-items: center;
	font-family: 'robotoregular';
	margin-bottom: 10px;
}

.safe-plan-grpah .boxes .spaceing ul.list li:last-child {
	margin-bottom: 0;
}

.safe-plan-grpah .boxes .spaceing ul.list li svg {
	fill: #ccc;
	width: 20px;
	margin-right: 20px;
}

.safe-plan-grpah .boxes .spaceing ul.list li svg path {
	fill: #ccc;
}

.safe-plan-grpah .boxes .spaceing ul.list li span {
	font-size: 13px;
	color: #11aea5;
}

.safe-plan-grpah .safe-grpah svg.md-graph {
	width: 100%;
}

.safe-plan-grpah .safe-grpah img.sm-graph {
	display: none;
}

.safe-plan-grpah .safe-grpah svg.md-graph .cls-1 {
	fill: url(#linear-gradient);
}

.safe-plan-grpah .safe-grpah .data {
	display: flex;
	justify-content: space-between;
	font-size: 12px;
	margin-top: 5px;
}

.safe-plan-grpah .safe-grpah {
	margin-top: 20px;
}

.safe-plan-grpah .safe-grpah .data span {
	color: #959595;
}

.safe-plan-grpah .safe-grpah .data span.title {
	position: relative;
	padding: 0 20px;
}

.safe-plan-grpah .safe-grpah .data span.title i.left {
	position: absolute;
	left: 0;
}

.safe-plan-grpah .safe-grpah .data span.title i.right {
	position: absolute;
	right: 0;
}

.safe-plan-list {
	overflow: auto;
}

.safe-plan-list table.md-design {
	min-width: 840px;
}

.safe-plan-list table.md-design tr th.min-width {
	width: 11%;
	font-size: 12px;
	padding: 10px;
	text-align: center;
}

.safe-plan-list .md-design tr th svg {
	fill: #787c7d;
	width: 50px;
}

.safe-plan-list table.md-design tr th svg path {
	fill: #787c7d;
}

.safe-plan-list table.md-design tr th h3 {
	color: #6e6e6e;
	margin: 10px 0 0 0;
	font-size: 16px;
}

.safe-plan-list table.md-design tr .border-space {
	width: 2px;
	padding: 0;
	border-right: 2px #abaeae dashed;
}

.safe-plan-list table.md-design tr .border-gap {
	width: 2px;
	padding: 0;
}

.safe-plan-list table.md-design tr td {
	font-size: 13px;
	color: #6d6e71;
	padding: 10px;
}

.safe-plan-list table.md-design tr td.name {
	font-family: 'robotobold';
	text-align: right;
}

.safe-plan-list table.md-design tbody tr td.olg1 {
	background: #e5f5f6;
}

.safe-plan-list table.md-design tbody tr td.olg2 {
	background: #d7eef0;
}

.safe-plan-list table.md-design tbody tr td.elg1 {
	background: #edf8f9;
}

.safe-plan-list table.md-design tbody tr td.elg2 {
	background: #e7f4f6;
}

.safe-plan-list table.md-design tbody tr td.proxi {
	background: #dcddde;
}

.safe-plan-list table.md-design tbody tr td.heat {
	background: #ebebec;
}

.safe-plan-list table.md-design tbody tr td i {
	color: #6d6e71;
	font-size: 12px;
}

.home-features .fluid-img {
	background-position: center;
	background-size: cover;
}

.home-features .details-space {
	padding: 50px 15% 50px 60px;
	background-image: url(../img./features-bg.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}

.home-features .details-space ul.list {
	font-size: 13px;
	color: #959595;
}

.home-features .details-space ul.list li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 5px;
}

.home-features .details-space ul.list li:after {
	position: absolute;
	left: 0;
	top: 4px;
	content: "";
	width: 0px;
	height: 0px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 9px solid #11aea5;
}

.home-about-us .main-header {
	background-color: #186466;
	padding: 30px 0;
	width: 100%;
}

.home-about-us .main-header h2.head {
	color: #fff;
	margin: 0 auto;
	font-size: 24px;
	max-width: 60%;
	text-align: center;
	;
}

.home-about-us .content-spacing {
	background-color: #11aea5;
	padding: 40px;
}

.home-about-us .content-spacing .button_1 {
	background-color: #186466;
	color: #d1e0e0;
	min-width: 100px;
	text-align: center;
}

.home-about-us .content-spacing h2.head {
	color: #fff;
}

.home-about-us .content-spacing p {
	color: #fff;
}

.home-about-us .profile-img {
	width: 150px;
	height: 150px;
	background-size: cover;
	background-position: center;
	border-radius: 50%;
	margin: 0 auto 20px auto;
}

.home-about-us .tile h2 {
	color: #959595;
	font-size: 14px;
	margin-bottom: 3px;
}

.home-about-us .tile h3 {
	color: #11aea5;
	font-size: 16px;
	margin-bottom: 10px;
}

footer {
	background-color: #58595b;
	padding-bottom: 40px;
	text-align: center;
}

footer .top-spacing {
	background-color: #ebebec;
	width: 100%;
	height: 20px;
	margin-bottom: 40px;
}

footer ul.contact {
    font-size: 13px;
    display: flex;
    justify-content: center;
}

footer ul.contact li {
	display: flex;
	padding: 10px;
}

footer ul.contact li a {
	color: #fff;
	display: flex;
}

footer span.copy-right {
	font-size: 13px;
	color: #bdbdbd;
}

footer span.copy-right a {
	color: #fff;
}

footer ul.contact li a svg {
	width: 15px;
	margin-right: 10px;
	fill: #fff;
}

@media(min-width:1600px) {
	.container-fluid {
		max-width: 1600px;
	}
}

@media(max-width:990px) {
	.home-tab .container-fluid {
		position: relative;
		padding-bottom: 350px;
		overflow: hidden;
	}
	.home-tab-content .content-img {
		width: 100%;
		position: absolute;
		height: 350px;
		bottom: 0;
		left: 0;
		right: 0;
	}
	section.safe-plan .safe-plan-grpah {
		padding-left: 0;
		padding-top: 40px;
	}
	.find_out_how .find_out_img {
		min-width: 200px;
		width: 200px;
		height: 200px;
	}
}

@media(max-width:767px) {
	.home-features .fluid-img {
		min-height: 300px;
	}
	section.safe-plan .safe-plan-grpah {
		display: flex;
	}
	section.safe-plan .safe-plan-grpah .tile {
		margin-bottom: 20px;
		min-height: auto;
	}
	section.safe-plan .safe-plan-grpah .tile:last-child {
		margin-bottom: 0;
	}
	.safe-plan-grpah .boxes .shadow-box {
		min-height: auto;
	}
	.safe-plan-grpah .safe-grpah .md-graph {
		display: none;
	}
	.safe-plan-grpah .safe-grpah .sm-graph {
		display: block!important;
		max-height: 580px;
	}
	.safe-plan-grpah .safe-grpah {
		margin-top: 0;
		position: relative;
		padding-left: 40px;
		margin-left: 20px;
	}
	.safe-plan-grpah .safe-grpah .data {
		position: absolute;
		height: 100%;
		top: 0;
		bottom: 0;
		display: inline-block;
		left: 0;
	}
	.safe-plan-grpah .safe-grpah .data span.high {
		position: absolute;
		bottom: 0;
	}
	.safe-plan-grpah .safe-grpah .data span.low {
		position: absolute;
		top: 0;
	}
	.safe-plan-grpah .safe-grpah .data span.title {
		position: absolute;
		padding: 0 20px;
		top: 50%;
		left: -62px;
		width: 180px;
		-ms-transform: rotate(20deg);
		transform: rotate(90deg);
	}
}

@media(max-width:620px) {
	h2.head {
		font-size: 28px;
	}
	.find_out_how .find_out_img {
		margin: 0 auto 20px auto;
	}
	.find_out_how .container {
		display: block;
		text-align: center;
	}
	section.main-banner .item {
		height: 500px;
	}
	section.main-banner .item .message .center-aligment {
		padding: 0;
		text-align: center;
	}
	.safe-plan-grpah .safe-grpah svg.sm-graph {
		display: none;
	}
	section.main-banner .item .message {
		height: auto;
		width: 100%;
		padding: 30px;
		align-items: center;
		top: 40px;
		left: 0;
		right: 0;
	}
	.home-about-us .main-header h2.head {
		max-width: 90%;
		font-size: 18px;
	}
}

@media(max-width:480px) {
	header .container-fluid .main-logo img {
		max-width: 150px;
	}
	header .container-fluid {
		align-items: center;
	}
	header .right-logo img {
		max-width: 70px;
		width: 100%;
	}
	h2.head,
	.home-tab-content .content-space h3 {
		font-size: 22px;
	}
	.home-tab .container-fluid {
		display: block;
	}
	.home-tab .nav-tabs {
		display: flex;
		width: 100%;
		flex-flow: row;
	}
	.home-tab .nav-tabs li {
		width: 50%;
		padding: 10px;
	}
}