body {
	font-weight: 400;
    font-size: 16px;
    line-height: 1.75;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    color: #4c4c4c;
    background-color: #f8fbfc;
}

h1, h2, h3, h4, h5, h6, a ,p {
    font-family: Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
}

.navbar {
	background: #0b3754;
}

.navbar-dark .navbar-nav .nav-link {
	font-family: Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
	font-size: 15px;
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: #0accf9;
}

.header {
	background: #0b3754;
}

.dropdown-menu {
	animation-fill-mode: forwards;
    animation: slide-in .3s ease;
    top: 30px;
    background-color: #0b3754;
    border-radius: 0px;
    border-color: #0b3754;
    min-width: 8.5rem;
}


.language_list a {
	padding: 5px 10px;
    font-size: 13px;
    display: block;
    color: #fff;
}

.language_list a:hover, .language_list a:focus {
	color: #0accf9;
	background-color: transparent;
}


.btn-get {
	background-color: #fad033;
    color: #000;
}

.btn-get:hover {
    color: #333;
    background-color: #f9c913;
}

.btn-get-sm {
	padding-right: 15px;
    padding-left: 15px;
    height: 36px;
    margin-top: 4px;
}

.btn-get-lg {
	font-size: 24px;
    height: 60px;
    min-width: 200px;
    padding: 10px 20px;
}

.btn-blue {
	background-color: #15749d;
    color: #fff;
}

.btn-outline-blue {
	border-radius: 0px;
	background-color: rgba(0,0,0,0);
    box-shadow: inset 0 0 0 2px #15749d;
    color: #15749d;
}

.btn-outline-blue:hover {
	box-shadow: inset 0 0 0 2px #0b3754;
    color: #fff;
    background-color: #0b3754;
}

.separator {
	margin-right: 15px;
    margin-left: 20px;
    margin-top: 3px;
    width: 1px;
    height: 37px;
    display: inline-block;
    vertical-align: middle;
    background-color: silver;
    
}

.recommended p {
	color: #15749d;
	font-size: 14px;
	font-weight: 600;
    line-height: 1.5em;
}

.btn-outline-light {
    border-radius: 0px;
    background-color: rgba(0,0,0,0);
    box-shadow: inset 0 0 0 2px #15749d;
    color: #15749d;
    padding-right: 30px;
    padding-left: 30px;
    height: 54px;
    font-size: 18px;
    line-height: 40px;
}

.btn-outline-light:hover {
	box-shadow: inset 0 0 0 2px #0b3754;
    color: #fff;
    background-color: #0b3754;
}

.pricing_box {
    background-color: #fff;
    text-align: center;
}

.header_tag {
	width: 50%;
    position: absolute;
    top: -16px;
    left: 25%;
    border-radius: 15px;
    line-height: 24px;
    color: #fff;
    background-color: #15749d;
}

.card.highlight {
    border: solid 5px #15749d;
}

.pricing p.days {
	font-size: 22px;
	font-weight: 500;
}

.pricing p.price_tag {
	font-size: 50px;
}

.pricing p.price_tag span.sign {
	font-size: 24px;
	font-weight: 400;
	top: unset;
    vertical-align: super;
}

.pricing p.price_tag span.amount {
	font-weight: 900;
}

.pricing p.price_tag span.month {
	font-size: 14px;
}

.pricing span.discount {
	font-size: 14px;
    font-weight: 400;
    padding: 5px 15px;
}

.my-8 {
    margin-top: 8rem !important;
    margin-bottom: 5rem !important;
}

@media (min-width: 992px) {
    .navbar {
        height: 75px;
    }
}


@media (max-width: 992px) {

	.header_caption {
		text-align: center;
	}

	.download_caption  {
		text-align: center;
	}

	.download_link  {
		text-align: center;
	}
}

