@import url("fontawesome-all.min.css");
@import url("https://fonts.googleapis.com/css?family=Lato:400,400italic,700,700italic|Source+Code+Pro:400");

/* Icon */

@media (max-width: 575.98px) {
	.display-1 {
		margin-top: 3rem;
		font-size: 3.5rem;
		font-weight: 300;
		line-height: 1.2;
	}
}

@media (min-width: 992px) {
    .vertical-sep-right {
        border-right: 1px solid #65b6ff;
	}
}

.table-total {
	font-weight: 500;
}


.fa-ul li {
	margin-bottom: 1rem;
}

.light-header {
	font-size: 1.5rem;
	font-weight: 300;
}

.bbb {
	border-bottom: #65b6ff 1px solid;
}

/*.custom-select {
	font-size: 3.5rem;
	font-weight: 300;
	color: #212529;
}*/

.price-table {
	font-size: 1.25rem;
	font-weight: 300;
}

.price-table th {
	font-weight: 500;
}

.baseline {
	font-size: 1.5rem;
	font-weight: normal;
}

.display-4-5 {
	font-size: 2.8rem;
	font-weight: 300;
}

.tags {
	font-weight: lighter;
}

.tab-pane .card {
	margin-top: -1px;
	border: #65b6ff 1px solid;
	border-radius: 0px;

}

.tab-pane .card-header {
	padding: 0px;
	background-color: white;
}

.tab-pane .card-header strong {
	font-size: larger;
	font-weight: normal;
}

.tab-pane .card-header button {
	color: #212529;
}

.tab-pane .card-header button:hover {
	text-decoration: none;
}

.tab-pane .card-header button:focus {
	text-decoration: none;
}

.number {
	width:34px;
	color: white;
	background-color: #65b6ff;
	border-radius: 100%;
	display: inline-block;
}

.number-text {
	display: inline;
}

.fineprint {
	color: #888
}

.divider {
	margin-top: 3rem;
	margin-bottom: 3rem;
	border: 0;
	border-top: 1px solid #65b6ff;
}

#send-btn {
	background-color: #65b6ff;
	border-color: #65b6ff;
}

.anchor {
    display: block;
    position: relative;
    top: -6rem;
    visibility: hidden;
}

ul {
	list-style: disc;
	margin: 0 0 2.25em 0;
	padding-left: 1em;
}


.icon {
	text-decoration: none;
	border-bottom: none;
	position: relative;
}

.icon:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	text-transform: none !important;
	font-family: 'Font Awesome 5 Free';
	font-weight: 400;
}

.icon > .label {
	display: none;
}

.icon:before {
	line-height: inherit;
}

.icon.solid:before {
	font-weight: 900;
}

.icon.brands:before {
	font-family: 'Font Awesome 5 Brands';
}

/* Feature Icons */

ul.feature-icons {
	list-style: none;
	padding-left: 0;
}

ul.feature-icons li {
	text-decoration: none;
	display: inline-block;
	margin: 0 0 1.6875em 0;
	padding: 0.35em 0 0 3.5em;
	position: relative;
	vertical-align: top;
	width: 48%;
}

ul.feature-icons li:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	text-transform: none !important;
	font-family: 'Font Awesome 5 Free';
	font-weight: 400;
}

ul.feature-icons li:before {
	background: #65b6ff;
	border-radius: 100%;
	color: #ffffff;
	display: block;
	height: 2.5em;
	left: 0;
	line-height: 2.5em;
	position: absolute;
	text-align: center;
	top: 0;
	width: 2.5em;
}

/* Icons */

ul.icons {
	cursor: default;
	list-style: none;
	padding-left: 0;
}

ul.icons li {
	display: inline-block;
	padding: 0 1em 0 0;
}

ul.icons li:last-child {
	padding-right: 0 !important;
}

ul.icons li .icon:before {
	font-size: 1.25em;
}