@import url('https://fonts.googleapis.com/css?family=Montserrat|Roboto');

body * {
	font-family: 'lato', sans-serif;
}

a:hover {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6, span {
    font-family: 'Open Sans', sans-serif;
}

nav.navbar.navbar-default {
    background: #fff;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

h4.text-left.page-title {
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.page-title {
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

img.main-logo {
	height: 50px;
}

.navbar-default .navbar-toggle {
    border-color: #169eaa;
}

.navbar-toggle {
    background-color: #169eaa;
    color: #fff;
}

.navbar-toggle:hover {
    background-color: #eee;
    color: #169eaa;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
    color: #169eaa;
}

.navbar {
	min-height: 80px;
}

button.navbar-toggle {
	margin-top: 18px;
}

div#navbar {
    margin-top: 15px;
}


nav.navbar.navbar-default {
    margin-bottom: 0;
}

.navbar-default .navbar-nav > li > a {
    color: #169eaa;
    font-size: 18px;
    font-weight: 500;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #fff;
    border: 1px solid #eee;
    background-color: #169eaa;
    border-spacing: 5px;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #169eaa;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #169eaa;
}

ul.dropdown-menu {
    padding: 5px;
}

.dropdown-menu > li > a {
    padding: 3px 20px;
    color: #05797f;
    margin: 7px 0;
}

.carousel .item {
  height: 400px;
}

p.subheader-text {
	color:  #fff;
}

.item img {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 400px;
}

/* .jumbotron {
	background-image: url('../img/slider2.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
} */

h2.desc-title {
	margin-top: -10px;
	margin-left: 15px;
	color: #1da3af;
}

/*h2.desc-title img {*/
/*    margin-top: -8px;*/
/*}*/

ul.desc-list {
    padding-left: 5px;
}

.desc-list li {
	list-style: none;
	text-align: left;
	padding: 10px;
}

.desc {
	margin: 20px;
	padding-top: 30px;
	padding-bottom: 30px;
	background: rgba(255, 255, 255, 0.39);
}

.cust-btn {
	color: #fff;
	background-color: #d90432;
	padding: 7px 10px;
	border: none;
	text-decoration: none;
}

.cust-btn:hover {
	color: #fff;
	background-color: #b70024;
	border: none;
	text-decoration: none;
}

.cust-btn {
	font-size: 18px;
	text-align: center;
}

h4.text-center.icon-title {
    color: #1da3af;
    text-decoration: none;
}

section.icons-service {
    background: #eee;
    margin-top: -30px;
}

.icons-col {
	padding: 40px 0 45px;
	height: 200px;
}

.icons-col:hover {
	background-color: #fff;
}

a.icons-link:hover {
    text-decoration: none;
}

.about-by {
	margin: 50px 0;
}

section.footer-menu {
	background: #eee;
	padding: 50px 0;
}

.about-desc {
	padding: 30px 0;
}

.about-title {
	color: #1da3af;
}

.testimonial {
	padding-top: 20px;
}

.footer-menu-list li {
	list-style: none;
	margin-bottom: 5px;
}

ul.footer-menu-list {
    padding-left: 5px;
}

.footer-menu-list>li>a {
    color: #777 !important;
    text-decoration: none;
}

.footer-menu-list>li>a:hover {
    color: #046d75 !important;
}

.about-jumbotron {
   	background: -webkit-linear-gradient(left, rgba(2, 135, 147, 0.9), rgba(0, 196, 214, 0.35)), url('../img/about-us.jpg'); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, rgba(2, 135, 147, 0.9), rgba(0, 196, 214, 0.35)), url('../img/about-us.jpg'); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, rgba(2, 135, 147, 0.9), rgba(0, 196, 214, 0.35)), url('../img/about-us.jpg'); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, rgba(2, 135, 147, 0.9), rgba(0, 196, 214, 0.35)), url('../img/about-us.jpg'); /* Standard syntax (must be last) */
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 70px 0;
}

@media only screen and (min-width: 900px) {
   .about-jumbotron {
   	background: -webkit-linear-gradient(left, rgba(2, 135, 147, 0.9), rgba(0, 196, 214, 0.35)), url('../img/about-us.jpg'); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, rgba(2, 135, 147, 0.9), rgba(0, 196, 214, 0.35)), url('../img/about-us.jpg'); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, rgba(2, 135, 147, 0.9), rgba(0, 196, 214, 0.35)), url('../img/about-us.jpg'); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, rgba(2, 135, 147, 0.9), rgba(0, 196, 214, 0.35)), url('../img/about-us.jpg'); /* Standard syntax (must be last) */
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 70px 0;
	}
}

.light-bg {
	background-color: #00c4d6;
	margin-right: 20px;
	margin-bottom: 10px;
	padding: 10px 0 10px 0;
}

.dark-bg {
	background-color: #028793;
	margin-right: 20px;
	margin-bottom: 10px;
	padding: 10px 0 10px 0;
}


.title-text1 {
	color: #fff;
	font-weight: 600;
	margin-bottom: 20px;
	background-color: #039da8;
	padding: 20px 0;
}

.title-text2 {
	color: #fff;
	font-weight: 600;
	margin-bottom: 20px;
	background-color: #025f66;
	padding: 20px 0;
}

.small-icons {
	margin: 15px;
}

.small-icons2 {
	margin: 13px;
}

.small-icons img {
	margin: 0 5px 10px 0;
	width: 30px;
}

.small-icons2 img {
	margin: 0 5px 10px 0;
	width: 30px;
}

.tooltip-arrow,
.custom-tooltip + .tooltip > .tooltip-inner {
	background-color: #036168;
	font-size: 16px;
}

.plan-desc {
	background-color: #fff;
	padding:  3px 0;
	margin-bottom: 10px;
}

.plan-desc-home {
	background-color: #fff;
	padding: 10px 0;
	margin: 10px 0;
}

.plan-desc img {
	margin: 7px 0;
} 

.continue-button {
	margin-bottom: 10px;
}

.plan-desc-title {
	color: #fc9c0c;
}

.plan-desc-text {
	font-size: 10px;
}

span.plan-unit.separate-span {
	font-size: 16px;
}

span#plan-amount, span.plan-unit {
    font-size: 12px;
    font-weight: 600;
    color: #039da8;
}

span#plan-amount {
    font-size: 16px;
    font-weight: 600;
    color: #039da8;
}

span.small-weekly {
	font-size: 12px;
	color: #039da8;
}

/* .light-bg1 {
	margin-bottom: 10px;
	padding: 10px 0 87px 0;
} */

.light-bg1 h4{
	color: #fff;
	background-color: #00c4d6;
	padding: 15px 10px;
}

.dark-bg1 h4{
	color: #fff;
	background-color: #028793;
	padding: 15px 10px;
}

.benefits-title {
	margin-bottom: 0;
}

.benefits-table {
	background-color: #fff;
}

span.benefits-icon.glyphicon.glyphicon-remove {
    color: #e62129;
}

span.benefits-icon.glyphicon.glyphicon-ok {
    color: #fc9c0c;
}

.buy-now-btn {
	background-color: #fc9c0c;
	border: 1px solid #fc9c0c;
}

.continue-button {
	background-color: #056970;
	border: 1px solid #056970;
}

.footer-btm1 {
	margin-top: 30px;
}

.how-video {
	margin: 25px 0;
}

.videoContainer {
    position: relative;
}
.playBtn {
    position: absolute;
    width: 66px;
    left: 50%;
    top: 50%;
    margin-left: -48px; /*half of the width */
    margin-top: -48px; /*half of the height */
}

.modal-body {
	padding: 50px 10px;
}

.levels-jumbotron {
	background: -webkit-linear-gradient(left, rgba(2, 135, 147, 0.9), rgba(0, 196, 214, 0.35)), url('../img/about-us.jpg'); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, rgba(2, 135, 147, 0.9), rgba(0, 196, 214, 0.35)), url('../img/about-us.jpg'); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, rgba(2, 135, 147, 0.9), rgba(0, 196, 214, 0.35)), url('../img/about-us.jpg'); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, rgba(2, 135, 147, 0.9), rgba(0, 196, 214, 0.35)), url('../img/about-us.jpg'); /* Standard syntax (must be last) */
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 70px 0;
}

@media only screen and (max-width: 900px) {
   .levels-jumbotron {
	background: -webkit-linear-gradient(left, rgba(2, 135, 147, 0.9), rgba(0, 196, 214, 0.35)), url('../img/about-us.jpg'); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, rgba(2, 135, 147, 0.9), rgba(0, 196, 214, 0.35)), url('../img/about-us.jpg'); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, rgba(2, 135, 147, 0.9), rgba(0, 196, 214, 0.35)), url('../img/about-us.jpg'); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, rgba(2, 135, 147, 0.9), rgba(0, 196, 214, 0.35)), url('../img/about-us.jpg'); /* Standard syntax (must be last) */
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 70px 0;
	}
}

.levels-desc {
	padding: 30px 0;
	background-color: #f7f7f7;
}

.page-jumbotron {
	background: -webkit-linear-gradient(left, rgba(2, 135, 147, 0.9), rgba(0, 196, 214, 0.35)), url('../img/about-us.jpg'); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, rgba(2, 135, 147, 0.9), rgba(0, 196, 214, 0.35)), url('../img/about-us.jpg'); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, rgba(2, 135, 147, 0.9), rgba(0, 196, 214, 0.35)), url('../img/about-us.jpg'); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, rgba(2, 135, 147, 0.9), rgba(0, 196, 214, 0.35)), url('../img/about-us.jpg'); /* Standard syntax (must be last) */
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 70px 0;
}

@media only screen and (max-width: 900px) {
   .page-jumbotron {
	background: -webkit-linear-gradient(left, rgba(2, 135, 147, 0.9), rgba(0, 196, 214, 0.35)), url('../img/about-us.jpg'); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, rgba(2, 135, 147, 0.9), rgba(0, 196, 214, 0.35)), url('../img/about-us.jpg'); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, rgba(2, 135, 147, 0.9), rgba(0, 196, 214, 0.35)), url('../img/about-us.jpg'); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, rgba(2, 135, 147, 0.9), rgba(0, 196, 214, 0.35)), url('../img/about-us.jpg'); /* Standard syntax (must be last) */
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 70px 0;
	}
}

.page-desc {
	padding: 30px 0;
}

a.text-small {
	color: #028793;
	font-size: 12px;
	text-decoration: none;
}

a.text-small2 {
	color: #0186c4;
	font-size: 12px;
	text-decoration: none;
}

.row.full-details-row {
	padding: 30px 0;
}

label.valid {
	width: 24px;
	height: 24px;
	background: url(../img/valid.png) center center no-repeat;
	display: inline-block;
	text-indent: -9999px;
}

label.error {
	font-weight: bold;
	padding: 2px 8px;
	margin-top: 2px;
}

h3.benefit-title {
	color: #fff;
    margin: 0 0 20px 0;
    font-weight: 600;
}

.plan-desc-title1 {
	color: #fc9c0c;
}

.plan-desc-text1 {
	font-size: 14px;
}

span#plan-amount1, span.plan-unit1 {
    font-size: 20px;
    font-weight: 600;
    color: #039da8;
}

span.small-weekly1 {
	font-size: 10px;
	color: #039da8;
}

.full-col {
    padding: 0;
}

.full-details-light {
	background-color: #00c4d6;
}

.full-details-dark {
	background-color: #028793;
}

#bckTop {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #21adba; /* Set a background color */
    color: #fff; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
}

#bckTop:hover {
    background-color: #555; /* Add a dark-grey background on hover */
}

.separate-span {
	margin: 0 3px;
}

.weekly {
	font-size: 14px;
	color: #00c4d6;
}

.plan-desc {
	color: #ff8200;
	font-size: 14px;
}

.plan-desc-btn {
	color: #fff;
	background-color: #d90432;
	padding: 4px 5px;
	/* width: 100px; */
	border: none;
	text-decoration: none;
}

.plan-desc-btn:hover {
	color: #fff;
	background-color: #b70024;
	border: none;
	text-decoration: none;
}


.plan-desc-btn {
	font-size: 12px;
	text-align: center;
}

section.all-desc {
	color: #fff;
	padding: 50px;
	background-color: #028793;
}

th {
    font-size: 20px;
    font-family: Open Sans, 'sans-serif';
}

.section-title {
	color: #24abb8;
	text-transform: uppercase;
	margin: 30px 0 15px 0;
}

h2.section-title {
	margin-top: 0;
}

h3.section-title {
	margin: 20px 0;
}

.visa-desc {
	margin: 30px 0;
}

.visa-item {
	margin-bottom: 20px;
}

.row-desc {
	margin: 30px 0;
}

.compare-img:hover {
	-webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}

.compare-img:hover {
	opacity: 0.7; 
}

.visa-item:hover {
	-webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}

.visa-item:hover {
	opacity: 0.7; 
}

.quote-block a {
    margin: 20px;
}

.well {
	background-color: #24abb8;
}

.well-text {
	font-size: 18px;
	color: #fff;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #fff;
    background: #2e9da6;
}

section.bottom-info {
padding: 30px 0;
}

section.bottom-info a {
color: #056970;
text-decoration: none;
}

img.promo-img {
    margin: 0 auto;
    margin-top: -20px;
}

/* .slideDown{
	animation-name: slideDown;
	-webkit-animation-name: slideDown;	

	animation-duration: 1s;	
	-webkit-animation-duration: 1s;

	animation-timing-function: ease;	
	-webkit-animation-timing-function: ease;	

	visibility: visible !important;						
}

@keyframes slideDown {
	0% {
		transform: translateY(-100%);
	}
	50%{
		transform: translateY(8%);
	}
	65%{
		transform: translateY(-4%);
	}
	80%{
		transform: translateY(4%);
	}
	95%{
		transform: translateY(-2%);
	}			
	100% {
		transform: translateY(0%);
	}		
}

@-webkit-keyframes slideDown {
	0% {
		-webkit-transform: translateY(-100%);
	}
	50%{
		-webkit-transform: translateY(8%);
	}
	65%{
		-webkit-transform: translateY(-4%);
	}
	80%{
		-webkit-transform: translateY(4%);
	}
	95%{
		-webkit-transform: translateY(-2%);
	}			
	100% {
		-webkit-transform: translateY(0%);
	}	
}

.promo-row {
	margin-top: -20px;
} */