@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oxygen:wght@700&display=swap');

html {
	overflow-x: hidden;
}

body {
  padding-top: 72px;
  font-family: 'Source Sans Pro', sans-serif;
  overflow-x: hidden;
}

.logo-text {
  font-size: 35px;
	line-height: 35px;
  height: 35px;
  border: 3px solid green
	color: #256496;
}

/* Menu style */

.navbar-toggler {
   padding-left: 0.25rem;
   padding-right: 0.25rem;
}

.navbar-toggler:focus , .navbar-toggler:hover {
   outline: none;
   box-shadow: none;
}

.navbar .navbar-nav .nav-item {
   margin-right: 20px;
}

.navbar .navbar-nav .nav-link {
   font-weight: 600;
   color: #0b3954;
	outline: none;
	border: none;
}

.dropdown-item {
   padding: 14px 48px;
   font-size: 14px;
   color: #256496;
   white-space: pre-wrap;
}

.dropdown-item:hover {
   background: transparent;
   color: #0b3954;
}

.dropdown-item img {
   float: left;
   margin-right: 24px;
}

.dropdown-item span {
   width: 180px;
   display: inline-block;
   color: #646464;
}

.dropdown-menu {
   width: 324px;
   padding: 24px 0;
   border-radius: 7px;
   border: none;
   box-shadow: 0 0 3px 0 rgba(11, 57, 84, 0.73);
   top: 45px;
   left: 50% !important;
   margin-left: -160px;
}

.dropdown-menu:after {
   content: "";
   position: absolute;
   top: -8px;
   left: 50% !important;
   margin-left: -8px;
   width: 16px;
   height: 16px;
   background: #fff;
   transform: rotate(45deg);
   box-shadow: -2px -2px 1px 0 rgba(11, 57, 84, 0.20);
}

/* End menu style */


.full {
    width: 100%;
}

.footer {
	position: relative;
	width: 100%;
	padding-bottom: 40px;
}
.footer img {
	max-width: 100%;
}
.footer-nav-title {
    color: #0b3254;
    font-size: 14px;
    margin-bottom: 14px;
	font-weight: 600;
}

.footer-nav-list {
    font-size: 12px;
    margin-bottom: 20px;
}

.footer-nav-list li {
	margin-bottom: 10px;
}

.footer-nav-list li a {
    color: #646464;
}

.footer a {
	text-decoration: none;
	color: #333333;
}

.footer ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.copyright {
	font-size: 12px;
}

.email{
  border-bottom: 3px solid #fff;
}

.supportLi h4 {
	font-size: 20px;
	font-weight: lighter;
	line-height: normal;
	margin-bottom: 0 !important;
	padding-bottom: 0;
}

.bg-gray {
	background-image: -moz-linear-gradient(center bottom, #BBBBBB 0%, #F0F0F0 100%);
	box-shadow: 0 1px 0 #B4B3B3;
}

.footer-nav-column {
    margin-right: 20px;
	width: auto;
	padding: 0;
}

.footer-nav-column:first-child {
    margin-right: auto;
    font-size: 14px;
}

.footer .row {
	flex-wrap: wrap;
    justify-content: flex-end;
}

.footer-nav-column.open:after {
    transform: rotate(225deg);
  }

  .footer-nav-column.open .footer-nav-list {
    display: block;
  }

.login a {
	font-size: 16px;
    padding: 11px 33px;
}

.login a:focus , .login a:hover , .btn-primary-brand:focus , .btn-primary-brand:hover {
	outline: none;
	box-shadow: none;
}

/* Top hero */
.top-hero {
	background-color: #143156;
	/*background-image: url(../assets/group-12.png);*/
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	height: 670px;
}

.top-hero strong {
	font-weight: bold;
}

.hero-image {
	max-width: 840px;
	max-height: 700px;
	position: absolute;
	right: 20px;
	top: 0;
}

.top-hero .col-md-7 , .top-hero .col-md-6 {
	z-index: 1;
}

.top-hero h4 {
	font-size: 20px;
	margin-bottom: 24px;
}

.top-hero h1 {
	margin: 24px 0 45px;
	font-family: 'Oxygen';
 	font-size: 52px;
}

.top-hero .lead {
	max-width: 400px;
	margin-bottom: 60px;
}

.btn-primary-brand {
	padding: 14px 50px;
	font-size: 16px;
 	font-weight: 600;
	border-radius: 8px;
 	border: solid 1px #ffffff;
}

.convert-member .text-area {
	text-align: right;
}

.text-right {
	text-align: right;
}

.payless.text-left {
	text-align: left;
}

.text-area {
	color: #333;
	font-size: 22px;
	padding-left: 20px;
}

	.text-area h1 {
		margin-bottom: 20px;
		font-family: Oxygen;
		font-size: 36px;
	}

.line-link {
	font-size: 22px;
	color: #256496;
}

.save-member , .innovate-sharing {
	padding: 110px 0;
	background: #f8f9fc;
}

.fully-integrated {
	padding: 110px 0;
}

img {
	max-width: 100%;
}

.courses {
	padding: 40px 0;
}

.courses h1 {
	font-family: Oxygen;
	margin-bottom: 40px;
}

.cost-management {
	overflow: hidden;
}

.cost-management .hero-image {
	top: auto;
    bottom: -1px;
    right: 70px;
    max-width: 640px;
}

.page-title {
	margin-bottom: 40px;
	font-size: 22px;
	text-align: center;
	color: #333333;
}

.page-title h2 {
	font-family: Oxygen;
  	font-size: 36px;
}

/* Feature boxes*/

.textbox {
	max-width: 290px;
    width: 100%;
    height: 250px;
    background-color: #ffffff;
    margin: 0 0 30px 0;
    padding: 24px 19px 42px 24px;
    border-radius: 8px;
	color: #333333;
    box-shadow: 0 0 20px 0 rgba(62, 67, 72, 0.2);
}
.textbox h3 {
    margin: 14px 34px 22px 0;
    font-family: Oxygen;
    font-size: 22px;
}
.textbox p {
  font-size: 15px;
}
/* End Feature boxes*/

/* Cost Management - Pay Less*/
.payless {
	margin: 80px 0;
	text-align: right;
	color: #333333;
}

.payless.d-sm-inline-block {
	text-align: right;
	float: right;
}

.payless h3 {
  margin: 0 0 8px 0;
  font-family: Oxygen;
  font-size: 21px;
  line-height: 1.33;

  color: #333333;
}
.payless p {
	margin-top: 8px;
  font-size: 16px;

}

.service-hero .hero-image {
	right: 50px;
    max-width: 520px;
    top: auto;
    bottom: 40px;
}

.sharing-community .fluid-image {
	width: 100%;
    object-fit: cover;
}

.figure-section {
	text-align: center;
	position: relative;
}

.figure-item {
	text-align: left;
	font-size: 16px;
	max-width: 170px;
	color: #333333;
	position: absolute;
}

.figure-item:nth-child(1) {
    top: 7%;
    right: 25%;
}

.figure-item:nth-child(2) {
    top: 40%;
    right: 3%;
}

.figure-item:nth-child(3) {
    right: 10%;
    bottom: 9%;
}

.figure-item:nth-child(4) {
    bottom: 9%;
    text-align: right;
    left: 10%;
}

.figure-item:nth-child(5) {
    left: 3%;
    top: 33%;
    text-align: right;
}

.diagram-mobile {
	display: none;
}

.diagram-text {
	font-family: Oxygen;
    font-size: 32px;
	max-width: 277px;
    text-align: center;
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translateX(-50%);
}

.service-hero .col-md-8 {
	z-index: 1;
}

.about-hero .hero-image {
	max-width: 700px;
    right: -15px;
    bottom: 0;
    top: auto;
}

/* Our team - Thumbnails*/

.team-img {
	max-width: 256px;
	margin: 0 auto 20px auto;
}

.team-img img {
	border-radius: 50%;
}

.team-title {
	font-size: 16px;
	color: #333333;
}

.team-title h3 {
	font-family: Oxygen;
	font-size: 21px;
	margin-bottom: 8px;
}

.contact-hero .hero-image {
	max-width: 560px;
    right: 40px;
    bottom: 50px;
    top: auto;
}

.form-contact {
	margin-bottom: 30px;
}

.form-contact label {
	font-size: 16px;
	font-family: Oxygen;
}

.form-contact label span {
	color: #2a6899;
}

.form-contact input , .form-contact textarea {
	height: 48px;
	padding: 13px 0 16px 10px;
	border-radius: 8px;
  background-color: #f2f3f5;
	border: none;
}

.form-contact textarea {
	height: 128px;
	resize: none;
}

.form-contact input:focus , .form-contact textarea:focus {
	outline: none;
	box-shadow: none;
	background-color: #f2f3f5;
}

.form-contact button[type="submit"] {
	min-width: 200px;
	height: 48px;
	margin-top: 30px;
  padding: 0 50px;
  border-radius: 8px;
  background-color: #0b3254;
  color: #fff;
  font-size: 16px;
	border: none;
	outline: none;
}

.index-hero .hero-image {
	max-width: 310px;
    bottom: 20px;
    top: auto;
    right: 190px;
}

.feature-item {
	font-size: 16px;
	padding: 0;
    margin: 15px 10px;
}

	.feature-item h4 {
		font-size: 21px;
		font-family: Oxygen;
	}

.feature-desc {
	display: flex;
    justify-content: center;
}

.text-for-image {
	font-family: Oxygen;
 	font-size: 32px;
	text-align: center;
	position: absolute;
    width: 100%;
    left: 0;
	top: 50%;
    transform: translateY(-50%);
}

.responsive-iframe.hero-image {
	height: 635px;
    padding: 0;
    max-width: 320px;
    right: 0;
}

.mobile-correction img {
	max-width: 380px;
	margin-right: 50px;
}

.phone-mockup , .wrap-slider {
	width: 310px;
    height: 625px;
    background: transparent;
    position: absolute;
    right: 0;
}

.wrap-slider .slick-dots {
	bottom: -30px;
}

.wrap-slider {
	z-index: -1;
}

.wrap-slider.open {
	z-index: 1;
}

/* Responsive style */
@media (min-width: 1200px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1240px;
	}
}

@media screen and (max-width: 1200px) {

.figure-item:nth-child(1) {
    right: 17%;
}

.figure-item:nth-child(2) {
    right: -10%;
}

.figure-item:nth-child(3) {
    right: 0;
}

.figure-item:nth-child(4) {
    left: 0;
}

.figure-item:nth-child(5) {
    left: -10%;
}

.feature-desc {
    justify-content: space-around;
}

}

@media all and (min-width: 992px) {
	.dropdown:hover .dropdown-menu {
    	display: block;
    	margin-top: 0;
	}
}

@media screen and (max-width: 992px) {

	.login {
	   position: absolute;
       top: 12px;
       right: 65px;
	}

	.navbar-nav {
	   margin-left: -12px;
	   width: calc(100% + 44px);
	}

	.navbar-nav .nav-item {
	   padding: 12px 24px;
	   border-bottom: 1px solid #e4e9ef;
	}

	.navbar .navbar-nav .nav-link {
		position: relative;
	}

	.navbar .navbar-nav .nav-link:after {
		content: "";
		position: absolute;
		top: 11px;
		right: 12px;
		width: 12px;
		height: 12px;
		border-right: 2px solid #0b3954;
		border-bottom: 2px solid #0b3954;
		transform: rotate(45deg);
	}

	.navbar .navbar-nav .nav-link.show:after {
		transform: rotate(225deg);
	}

	.dropdown-menu {
	   width: auto;
	   top: 0;
	   margin-left: 0;
	   padding: 0;
	   box-shadow: none;
	}

	.dropdown-item {
	   padding-left: 0;
	   padding-right: 0;
	}

	.dropdown-item span {
       width: auto;
       display: block;
	}

	.dropdown-menu:after {
		display: none;
	}

	.footer-nav-column {
		width: 100%;
		margin-right: 0;
		padding: 24px 24px 10px 24px;
		border-bottom: 1px solid #e4e9ef;
		position: relative;
		cursor: pointer;
	}

	.footer-nav-list {
		display: none;
	}

.footer-nav-column:after {
    content: "";
    position: absolute;
    right: 24px;
    top: 28px;
    width: 10px;
    height: 10px;
    border-right: 2px solid #0b3954;
    border-bottom: 2px solid #0b3954;
    transform: rotate(45deg);
}

.footer-nav-column:first-child {
    text-align: center;
}

.footer-nav-column:first-child:after {
	display: none;
}

.footer {
	padding-bottom: 0;
}

.textbox {
    height: auto;
}

.cost-management .hero-image {
	max-width: 330px;
    right: auto;
    left: 50%;
    margin-left: -165px;
}

.diagram-desktop {
	display: none;
}

.diagram-mobile {
	display: inline-block;
}

.figure-section {
	padding-top: 70px;
	display: flex;
	text-align: left;
    justify-content: space-around;
    align-items: stretch;
}

.figure-item-wrap {
	display: flex;
    flex-direction: column;
    padding-top: 70px;
    justify-content: space-between;
    padding-bottom: 30px;
}

.figure-item {
	position: relative;
	top: auto !important;
	left: auto !important;
	right: auto !important;
	bottom: auto !important;
	text-align: left !important;
}

.diagram-text {
	top: 0;
    max-width: 100%;
    left: 0;
    transform: none;
    text-align: center;
    width: 100%;
	font-size: 20px;
}

}

@media screen and (max-width: 768px) {

	.responsive-iframe.hero-image {
		position: relative;
		right: auto;
		margin: 40px auto;
	}

	.courses {
		padding: 10px 0;
	}

	.courses h1 {
		margin-bottom: 10px;
	}

	.top-hero {
	    text-align: center;
    	padding: 20px 0;
	    height: 600px;
	}

	.top-hero .container {
		height: auto !important;
	}

	.top-hero h1 {
		font-size: 22px;
	    margin: 0 0 24px 0;
	}

	.top-hero h4 {
		font-size: 16px;
    	margin-bottom: 16px;
	}

	.top-hero .lead {
		max-width: 100%;
		font-size: 16px;
		margin-bottom: 24px;
	}

	.btn-primary-brand {
		padding: 10px 40px;
	}


	.hero-image {
		max-width: 540px;
		top: auto;
		right: auto;
		bottom: 0;
	}

.convert-member .row , .fully-integrated .row , .pay-less .row {
	flex-direction: column-reverse;
}

.convert-member .text-area {
	text-align: center;
}

.text-area {
	text-align: center;
    margin-bottom: 20px;
	padding-left: 0;
}

.text-area h1 {
	font-size: 22px;
}

.lead , .line-link {
	font-size: 16px;
}

.courses h1 {
	font-size: 22px;
    text-align: center;
}

.textbox {
    margin: 30px auto;
}

.page-title {
	font-size: 16px;
}

.page-title h2 {
	font-size: 22px;
}

.payless {
	margin: 20px 0;
    display: inline-block;
    text-align: left;
    max-width: 140px;
}

.payless h3 {
	font-size: 16px;
}

.payless p {
	font-size: 14px;
}

.service-hero .hero-image {
	max-width: 340px;
    right: 50%;
    margin-right: -170px;
    bottom: 0;
    left: auto;
}

.about-hero .hero-image {
	max-width: 330px;
    left: auto;
}

.contact-hero .hero-image {
	max-width: 310px;
    left: auto;
}

.index-hero {
	height: 920px;
	padding-top: 40px;
}

.index-hero .hero-image {
    right: 50%;
    margin-right: -160px;
    left: auto;
}

.features .col-md-12 {
	max-width: 50%;
	flex: 0 0 50%;
}

.feature-desc {
	flex-direction: column;
}

.feature-item {
	max-width: 100%;
    width: 100%;
    text-align: left !important;
	margin: 25px 0;
}

.phone-mockup {
	position: relative;
	margin: 20px auto;
}

}

@media screen and (max-width: 576px) {

	.hero-image {
		max-width: 90%;
    	left: 5%;
	}

	.team-member {
		display: flex;
		align-items: center;
		margin-bottom: 20px;
	}

	.team-img {
		max-width: 128px;
		margin: 0 24px 0 0;
	}

	.team-title {
		font-size: 14px;
		text-align: left;
	}

	.team-title h3 {
		font-size: 16px;
	}

	.feature-item {
		margin: 15px 0;
		font-size: 14px;
	}

	.feature-item h4 {
		font-size: 16px;
	}

	.mobile-correction {
		text-align: center;
	}

	.mobile-correction img {
		max-width: 190px;
		margin-right: 0;
	}

}

@media screen and (max-width: 480px) {

	.login a {
		border: none;
	}

	.save-member, .innovate-sharing , .fully-integrated {
		padding: 30px 0;
	}

	.hero-image {
		max-width: 100%;
    	left: 0;
	}

	.text-for-image {
		font-size: 20px;
	}

	.tooltips.open .tooltiptext {
		top: 30%;
	}

}
/* End Menu style */

/* Tooltip container */
.tooltips {
  position: relative;
  display: inline-block;
}

/* Tooltip text */
.tooltips .tooltiptext {
  visibility: hidden;
  width: 420px;
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
	font-size: 16px;
	text-align: left;

  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
	top: 130%;
    left: 50%;
    transform: translateX(-50%);
	box-shadow: 0 0 20px 0 rgba(62, 67, 72, 0.2);
}

.tooltips .tooltiptext::after {
  content: " ";
  position: absolute;
  bottom: 100%;  /* At the top of the tooltip */
  left: 50%;
  margin-left: -10px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent white transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltips:hover .tooltiptext {
  visibility: visible;
}

.tooltips .close-button {
	border: none;
	background: transparent;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 0;
	top: 0;
	display: none;
}

@media screen and (max-width: 992px) {

	.tooltips:hover .tooltiptext {
		visibility: hidden;
	}

	.tooltips.open .tooltiptext {
		visibility: visible;
    	position: fixed;
	    top: 50%;
	}

	.tooltips.open .close-button {
		display: block;
	}

	.tooltips.open .tooltiptext:after {
		display: none;
	}

	.tooltips.open:before {
		content: "";
		position: fixed;
		background: rgba(0, 0, 0, 0.5);
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: 1;
	}

	.tooltips .tooltiptext {
		width: 90%;
		max-width: 420px;
	}

}

/* Our Team - Popper*/
.team-member {
	margin-bottom: 20px;
	position: relative;
}

.index-hero {
	background-color: #0F2C48;
}

/* Phone iframe */

			iframe{
			    overflow:hidden;
			}

			.video-container iframe {
			    position: absolute;
			    top:0;
			    left: 0;
			    width: 100%;
			    height: 100%;
			}
