.health {
  height: 400px;
  border-bottom: 6px solid #f0f0f0;
  border-left: 6px solid #f0f0f0;
  background-image: url('../images/HEALTH-INSURANCE.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
}

.health.health-lne {
  position: relative;
  overflow: visible;
  padding-right: 10px;
  padding-left: 10px;
  border-left-width: 10px;
  background-color: transparent;
  background-size: cover;
  background-attachment: scroll;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.health.health-lne:hover {
  position: static;
  background-image: url('../images/HEALTH-INSURANCE.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
  -webkit-perspective-origin: 50% 55%;
  perspective-origin: 50% 55%;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.div-pics {
  height: auto;
}

.travel {
  display: block;
  height: 400px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-right: 10px solid #f0f0f0;
  border-bottom: 6px solid #f0f0f0;
  background-image: url('../images/1.jpg');
  background-position: 0px -144px;
  background-size: cover;
  -webkit-perspective: none;
  perspective: none;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.travel:hover {
  background-color: transparent;
  background-image: none;
}

.travel:focus {
  background-image: url('../images/1.jpg');
  background-position: 50% 96%;
  background-size: cover;
}

.financial {
  height: 400px;
  border-top: 10px solid #f0f0f0;
  border-right: 10px solid #f0f0f0;
  border-left: 10px solid #f0f0f0;
  background-image: url('../images/LIFE-INSURANCE.png');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.financial:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.benefits {
  height: 400px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  border-top: 10px solid #f0f0f0;
  border-right: 10px solid #f0f0f0;
  background-image: url('../images/560c06ffa5e1e31146a88154_cancer.png');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.benefits:hover {
  background-image: url('../images/560c06ffa5e1e31146a88154_cancer.png');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.travel-line {
  margin-top: 175px;
  background-color: transparent;
  text-align: center;
}

.cancerguard {
  height: 400px;
  border-top: 10px solid #f0f0f0;
  border-left: 10px solid #f0f0f0;
  background-image: url('../images/benefits.png');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.cancerguard:hover {
  background-color: transparent;
  background-image: url('../images/benefits.png');
  background-position: 50% 0px;
  background-size: cover;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.imagq {
  -webkit-transition: opacity 1000ms ease;
  transition: opacity 1000ms ease;
}

.imagq:hover {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.row1 {
  margin-bottom: 0px;
}

.line1 {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  background-color: #f0f0f0;
}

.sect {
  position: static;
}

.travel-link {
  width: 100%;
  background-color: rgba(255, 153, 0, .64);
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
  cursor: pointer;
}

.healthlink {
  width: 100%;
  background-color: rgba(0, 174, 239, .58);
}

.healthlink:hover {
  height: 100%;
}

.cancerlink {
  width: 100%;
  background-color: rgba(255, 229, 23, .62);
}

.financialcentre-link {
  width: 100%;
  background-color: rgba(13, 39, 91, .54);
}

.benefitslink {
  width: 100%;
  background-color: rgba(146, 208, 80, .64);
}

.travelcolum {
  height: 400px;
  padding-right: 10px;
  padding-left: 10px;
  background-image: url('../images/1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
  cursor: default;
}

.travelcolum:hover {
  background-image: url('../images/1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.groupbenecolum {
  height: 400px;
  background-image: url('../images/benefits.png');
  background-position: 0px 0px;
  background-size: cover;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.groupbenecolum:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.travellinkblock {
  position: absolute;
  height: 400px;
  -webkit-transition: opacity 1000ms ease;
  transition: opacity 1000ms ease;
}

.travellinkblock:hover {
  background-color: rgba(255, 153, 0, .3);
}

._1travel {
  height: 400px;
}

.t1 {
  padding-right: 0px;
  padding-left: 0px;
  background-image: url('../images/1.jpg');
  background-position: 0px -95px;
  background-size: cover;
}

.lhealth {
  position: relative;
  display: inline;
  width: auto;
  height: 401px;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.lhealth:hover {
  position: static;
  overflow: visible;
  background-color: transparent;
}

.chealth {
  padding-right: 0px;
  padding-left: 0px;
  background-image: url('../images/HEALTH-INSURANCE.png');
  background-position: 0px 0px;
  background-size: cover;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.chealth:hover {
  background-color: #0098ff;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 174, 239, .48), rgba(0, 174, 239, .48)), url('../images/HEALTH-INSURANCE.png');
  background-image: linear-gradient(180deg, rgba(0, 174, 239, .48), rgba(0, 174, 239, .48)), url('../images/HEALTH-INSURANCE.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.h1 {
  font-family: Lato, sans-serif;
  color: #000;
  font-weight: 300;
}

.section2 {
  margin-top: 0px;
}

.div1 {
  height: 500px;
  background-image: url('../images/1.jpg');
  background-position: 0px 0px;
  background-size: cover;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.div1:hover {
  background-image: -webkit-linear-gradient(270deg, rgba(255, 153, 0, .4), rgba(255, 153, 0, .4)), url('../images/1.jpg');
  background-image: linear-gradient(180deg, rgba(255, 153, 0, .4), rgba(255, 153, 0, .4)), url('../images/1.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.link9 {
  height: 500px;
  -webkit-transition: opacity 1000ms ease;
  transition: opacity 1000ms ease;
  cursor: pointer;
}

.link9:hover {
  background-color: transparent;
}

.c1a {
  padding-right: 0px;
  padding-left: 0px;
  -webkit-transition: opacity 1000ms ease;
  transition: opacity 1000ms ease;
}

.imagetravel {
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.imagetravel:hover {
  position: static;
  display: block;
  background-color: rgba(255, 153, 0, .46);
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.linkt {
  height: 500px;
  background-image: url('../images/1.jpg');
  background-position: 0px 0px;
  background-size: 1000px;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.linkt:hover {
  background-color: rgba(255, 153, 0, .4);
  background-image: none;
}

.linked {
  height: auto;
  background-image: url('../images/1.jpg');
  background-position: 50% 50%;
  background-size: auto;
}

.linkj {
  width: 100%;
  height: 900px;
  padding-right: 0px;
  padding-left: 0px;
  background-image: url('../images/1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.linkj:hover {
  background-image: -webkit-linear-gradient(270deg, rgba(255, 153, 0, .4), rgba(255, 153, 0, .4)), url('../images/1.jpg');
  background-image: linear-gradient(180deg, rgba(255, 153, 0, .4), rgba(255, 153, 0, .4)), url('../images/1.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.linkj.healthl2 {
  padding-left: 0px;
  background-image: url('../images/HEALTH-INSURANCE.png');
  background-size: cover;
  -webkit-transition-property: all;
  transition-property: all;
}

.linkj.healthl2:hover {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 174, 239, .2), rgba(0, 174, 239, .2)), url('../images/HEALTH-INSURANCE.png');
  background-image: linear-gradient(180deg, rgba(0, 174, 239, .2), rgba(0, 174, 239, .2)), url('../images/HEALTH-INSURANCE.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.linkj.linkcancer1 {
  height: 400px;
  background-image: url('../images/560c06ffa5e1e31146a88154_cancer.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
}

.linkj.linkcancer1:hover {
  background-image: -webkit-linear-gradient(270deg, rgba(255, 229, 23, .28), rgba(255, 229, 23, .28)), url('../images/560c06ffa5e1e31146a88154_cancer.png');
  background-image: linear-gradient(180deg, rgba(255, 229, 23, .28), rgba(255, 229, 23, .28)), url('../images/560c06ffa5e1e31146a88154_cancer.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.linkj.linkfinanical {
  height: 401px;
  background-image: url('../images/1.jpg');
  background-position: 0px 50%;
  background-size: cover;
}

.linkj.linkfinanical:hover {
  background-image: -webkit-linear-gradient(270deg, rgba(13, 39, 91, .19), rgba(13, 39, 91, .19)), url('../images/LIFE-INSURANCE.png');
  background-image: linear-gradient(180deg, rgba(13, 39, 91, .19), rgba(13, 39, 91, .19)), url('../images/LIFE-INSURANCE.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.linkj.linkbenefits {
  height: 400px;
  background-image: url('../images/TRAVEL.png');
  background-position: 50% 50%;
  background-size: cover;
}

.linkj.linkbenefits:hover {
  background-image: -webkit-linear-gradient(270deg, rgba(146, 208, 80, .34), rgba(146, 208, 80, .34)), url('../images/benefits.png');
  background-image: linear-gradient(180deg, rgba(146, 208, 80, .34), rgba(146, 208, 80, .34)), url('../images/benefits.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.text {
  margin-top: 430px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: rgba(255, 153, 0, .63);
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
}

.text.healthtxt {
  background-color: rgba(0, 174, 239, .56);
}

.text.txtcancerguard {
  background-color: rgba(221, 24, 24, .66);
}

.text.financialtext {
  background-color: rgba(13, 39, 91, .56);
}

.text.benetxt {
  background-color: #00adee;
}

.text.benetxt.banner {
  margin-bottom: -50px;
}

.c12 {
  padding-right: 0px;
  padding-left: 0px;
  border-right: 10px solid #f0f0f0;
  border-bottom: 10px solid #f0f0f0;
}

.c13 {
  padding-right: 0px;
  padding-left: 0px;
  border-right: 1px none #000;
  border-bottom: 10px solid #f0f0f0;
  border-left: 10px solid #f0f0f0;
}

.c14 {
  padding-right: 0px;
  padding-left: 0px;
  border-top: 10px solid #f0f0f0;
  border-right: 10px solid #f0f0f0;
  border-bottom: 20px solid #f0f0f0;
}

.c65 {
  padding-right: 0px;
  padding-left: 0px;
  border-style: solid;
  border-width: 10px 10px 20px;
  border-color: #f0f0f0;
}

.c345 {
  padding-right: 0px;
  padding-left: 0px;
  border-top: 10px solid #f0f0f0;
  border-bottom: 20px solid #f0f0f0;
  border-left: 10px solid #f0f0f0;
}

.bc-logo {
  width: 15%;
  float: right;
  text-align: left;
}

.div-logo {
  padding-top: 10px;
  padding-right: 25px;
  padding-bottom: 10px;
  color: transparent;
}

.travelinsurance {
  width: 100%;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 27px;
  text-align: center;
}

.orange-div {
  margin-top: 43%;
  padding-top: 15px;
  padding-bottom: 20px;
  background-color: rgba(0, 174, 239, .41);
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
  color: #fff;
  text-align: center;
}

.orange-div:hover {
  background-color: hsla(0, 0%, 100%, .39);
}

.orange-div.bluediv {
  background-color: rgba(0, 174, 239, .26);
}

.orange-div.orange {
  margin-top: 43%;
  padding-top: 20px;
  padding-bottom: 15px;
  background-color: rgba(255, 153, 0, .3);
}

.orange-div.orange:hover {
  background-color: hsla(0, 0%, 100%, .27);
}

.click {
  width: 7%;
  margin-bottom: 0px;
  padding: 10px;
  border-radius: 100px;
  background-color: transparent;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.click:hover {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}

.click.blueclick {
  background-color: #00aeef;
}

.click.clickblue {
  background-color: transparent;
}

.shadow {
  margin-top: 300px;
}

.footer {
  margin-top: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #838383;
  color: #e1e6f3;
  font-size: 10px;
}

.top {
  background-color: #fff;
  color: transparent;
}

.navbar {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #ffc717;
}

.navbar.bluenav {
  background-color: #00adee;
}

.sec {
  margin-bottom: 0px;
}

.cont {
  position: relative;
  display: block;
  margin-top: -149px;
}

.link {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  padding: 20px;
  border: 3px solid #ffc717;
  background-image: -webkit-linear-gradient(303deg, #d8d8d8, #fff 51%);
  background-image: linear-gradient(147deg, #d8d8d8, #fff 51%);
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
  text-align: center;
  text-decoration: none;
}

.link:hover {
  -webkit-transform: translate(0px, -83px);
  -ms-transform: translate(0px, -83px);
  transform: translate(0px, -83px);
}

.link.linkblue {
  border-color: #00adee;
}

.heading1 {
  margin-top: 10px;
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 20px;
  font-weight: 500;
}

.slider {
  height: auto;
}

.background-video {
  display: block;
  overflow: hidden;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .68), rgba(0, 0, 0, .68));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .68), rgba(0, 0, 0, .68));
}

.background-video.back2 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .77), rgba(0, 0, 0, .77));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .77), rgba(0, 0, 0, .77));
}

.slide {
  padding-top: 0px;
}

.container {
  margin-top: 150px;
  margin-bottom: 200px;
}

.mainhead {
  margin-bottom: 50px;
  padding-bottom: 21px;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  line-height: 55px;
  font-weight: 300;
  text-align: center;
  text-transform: capitalize;
}

.boldyellow {
  color: #ffc717;
  font-weight: 400;
}

.boldyellow.boldblue {
  color: #00adee;
}

.mask {
  position: static;
}

.but {
  display: inline-block;
  width: 60%;
  height: 20%;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #ffc717;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.but:hover {
  background-color: #e2af0f;
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
}

.but.butblue {
  background-color: #00adee;
}

.text-block {
  display: inline-block;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.image {
  width: 60%;
}

.image-2 {
  position: static;
  width: 60%;
}

.image-3 {
  width: 60%;
}

.image-4 {
  width: 100%;
}

.brand {
  width: 22%;
}

.nav-link {
  font-family: Montserrat, sans-serif;
  color: #f0f0f0;
  font-size: 18px;
  font-weight: 400;
}

.slide-nav {
  position: static;
  background-color: #00adee;
}

.slide-nav.yellowslide {
  background-color: #ffc717;
}

.nav-link-2 {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.slide-2 {
  background-color: #fff;
  background-image: url('../images/example-bg.png'), url('../images/logo1.png');
  background-position: 0px 0px, 50% 50%;
  background-size: 125px, 700px;
  background-repeat: repeat, no-repeat;
}

.slide1l {
  background-color: #fff;
  background-image: url('../images/logo1.png');
  background-position: 50% 50%;
  background-size: 600px;
  background-repeat: no-repeat;
}

.slide2l {
  background-color: #fff;
  background-image: url('../images/logo2.png');
  background-position: 50% 50%;
  background-size: 600px;
  background-repeat: no-repeat;
}

.slide3l {
  background-color: #fff;
  background-image: url('../images/logo3.png');
  background-position: 50% 50%;
  background-size: 650px;
  background-repeat: no-repeat;
}

.slide4l {
  background-color: #fff;
  background-image: url('../images/logo4.png');
  background-position: 50% 50%;
  background-size: 625px;
  background-repeat: no-repeat;
}

.slide5l {
  background-color: #fff;
  background-image: url('../images/logo5.png');
  background-position: 50% 50%;
  background-size: 625px;
  background-repeat: no-repeat;
}

.slide-6 {
  background-color: #fff;
  background-image: url('../images/logo6.png');
  background-position: 50% 50%;
  background-size: 625px;
  background-repeat: no-repeat;
}

.slider-2 {
  height: 200px;
}

.button {
  float: right;
}

.button.boutton {
  background-color: #00adee;
  font-family: Montserrat, sans-serif;
  text-align: center;
}

.page-divider {
  margin-top: 100px;
  margin-bottom: 100px;
}

.main {
  font-size: 22px;
  line-height: 38px;
}

.block-quote {
  margin-top: 50px;
  color: #00adee;
  font-size: 22px;
}

.row {
  margin-top: 50px;
}

.space20 {
  margin-left: 20px;
}

.centre {
  margin-top: 100px;
  font-size: 28px;
  font-weight: 400;
  text-align: center;
}

.centre1 {
  text-align: center;
}

.button-2 {
  background-color: #00adee;
  color: #f0f0f0;
}

.form-field {
  min-height: 45px;
  margin-right: 1px;
  margin-bottom: 17px;
  border: 0px solid #000;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(64, 64, 71, .3);
}

.form-field:focus {
  box-shadow: 0 0 0 1px #2e80b6;
}

.form-field.text-area {
  min-height: 110px;
}

.form-wrapper.squeezed {
  margin-bottom: 50px;
  padding-right: 19%;
  padding-left: 19%;
}

.button-3 {
  display: inline-block;
  padding: 12px 20px;
  border-radius: 4px;
  background-color: #cf404d;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  text-decoration: none;
}

.button-3:hover {
  background-color: #000;
}

.button-3.w--current {
  background-color: #2e80b6;
}

.button-3.full-width {
  display: block;
  width: 100%;
  background-color: #00adee;
}

.section-subheading.center {
  font-family: 'Droid Sans', sans-serif;
  color: hsla(0, 0%, 45%, .74);
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}

.success-message {
  text-align: center;
}

.section {
  position: relative;
  padding: 63px 40px;
  background-color: #fff;
}

.section.section-gray {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  background-color: #fafafa;
}

.paragraph-form {
  margin-bottom: 0px;
  color: #00adee;
}

.section-title-group {
  margin-bottom: 62px;
}

.section-heading {
  margin-top: 0px;
  margin-bottom: 16px;
}

.section-heading.centered {
  color: #313131;
  font-size: 28px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.column {
  margin-bottom: 140px;
}

.section-2 {
  margin-bottom: 200px;
  background-color: #00adee;
}

.bc-promise {
  margin-top: 50px;
  margin-bottom: 50px;
  color: #fff;
  font-size: 30px;
  line-height: 55px;
  font-weight: 400;
  text-align: center;
}

.section-title {
  margin-top: 0px;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 36px;
  font-weight: 400;
  text-transform: uppercase;
}

.section-title.section1 {
  margin-bottom: 0px;
  font-size: 39px;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
}

.section-title.section1.txtwhite {
  color: #fff;
}

.section-title.section1.hright {
  color: #000;
  font-size: 35px;
  font-weight: 400;
  text-align: left;
}

.section-title.section1.sec67 {
  margin-bottom: 49px;
  padding-bottom: 20px;
  border-bottom: 1px solid #edc202;
}

.section-title._2 {
  margin-top: 0px;
  color: #000;
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  text-transform: none;
}

.section-title.h70 {
  margin-bottom: 0px;
  color: #3d424a;
  font-size: 34px;
  font-weight: 400;
}

.link100 {
  width: 100%;
  text-decoration: none;
}

.contmid {
  text-align: center;
}

.sky-sec {
  padding-top: 200px;
  padding-bottom: 0px;
  background-image: url('../images/blue-sky-picture-marks-clear-re-com-98218.jpg');
  background-position: 0% 35%;
  background-size: cover;
  background-attachment: fixed;
}

.sky-sec.sky-about {
  padding-top: 100px;
  background-position: 50% -180px;
}

.sky-sec.sky-about.sky-discolser {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: none;
}

.c15 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.c15.cgrey {
  background-color: #fff;
}

.c15.cgrey.legal-grey {
  background-color: #ebebeb;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.c15.cgrey.legal-grey:hover {
  background-color: #fff;
}

.c15.cgrey.code-grey {
  background-color: #ebebeb;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.c15.cgrey.code-grey:hover {
  background-color: #fff;
}

.c15.cgrey.legwh {
  background-color: #fff;
}

.c15.cgrey.legwh.legalgrey {
  background-color: #ebebeb;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.c15.cgrey.legwh.legalgrey:hover {
  background-color: #fff;
}

.c15.cwhite {
  background-color: #fff;
}

.c15.cwhite.privacy-white {
  background-color: #fff;
}

.c15.cwhite.privacygr {
  background-color: #ebebeb;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.c15.cwhite.privacygr:hover {
  background-color: #fff;
}

.txt3 {
  color: #969696;
}

.diu {
  margin-bottom: 100px;
  background-color: transparent;
}

.diu.yhq {
  margin-top: 150px;
  margin-bottom: 200px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: rgba(237, 194, 2, .07);
}

.div-log {
  margin-bottom: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  background-color: #fff;
}

.p5 {
  width: 56.6%;
}

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

.divider-line {
  display: inline-block;
  width: 500px;
  height: 2px;
  margin-top: 40px;
  margin-bottom: 0px;
  background-color: #fff;
}

.divider-line.small {
  width: 30%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.divider-line.small.titeligne {
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #ffd000;
}

.l12 {
  position: static;
  width: 100%;
  text-decoration: none;
}

.l13 {
  width: 100%;
}

.para-right {
  color: #000;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  text-align: justify;
}

.para-right.para6 {
  margin-bottom: 50px;
}

.para-right.para6.para56 {
  margin-bottom: 0px;
}

.para-right.para6.para12 {
  margin-bottom: 10px;
}

.line {
  display: inline-block;
  width: 20%;
  border-bottom: 2px solid #1fccbe;
}

.line.line-right {
  float: left;
  border-bottom-color: #ffd000;
}

.line.line-right.line65 {
  margin-bottom: 30px;
}

.div2 {
  margin-top: 200px;
  margin-bottom: 200px;
  padding-top: 25px;
  padding-bottom: 25px;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .16), hsla(0, 0%, 100%, .34)), url('../images/stock-pharmacist.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .16), hsla(0, 0%, 100%, .34)), url('../images/stock-pharmacist.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.div2.dinbg {
  margin-top: 300px;
  margin-bottom: 0px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url('../images/blue-sky-picture-marks-clear-re-com-98218.jpg');
  background-position: 0% -112%;
  background-size: cover;
  background-attachment: fixed;
}

.div2.dinbg.divbc23 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  background-color: #fff;
  background-image: none;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.div2.dinbg.divbc23:hover {
  background-color: hsla(0, 0%, 100%, .85);
}

._2-half-column {
  text-align: left;
}

.right-column {
  margin-bottom: 10px;
  padding-top: 30px;
  padding-left: 10px;
}

.telephone {
  position: static;
  display: inline-block;
  width: 84%;
  float: none;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 17px;
  font-weight: 400;
}

.overall-column {
  margin-bottom: 4px;
  padding-top: 5px;
}

.overall-column.c13 {
  text-align: left;
}

.overall-column.c12 {
  text-align: right;
}

.overall-column.gmscolum {
  text-align: center;
}

.cond {
  margin-bottom: 25px;
  font-family: Lato, sans-serif;
  color: #4d91c9;
  font-size: 19px;
  font-weight: 300;
  text-align: left;
}

.features-row {
  margin-bottom: 50px;
  text-align: left;
}

.features-row.row5 {
  margin-bottom: 25px;
}

.features-row.row1 {
  margin-bottom: 0px;
}

.p2 {
  width: 82%;
}

.hdis {
  width: 100%;
  color: #000;
  font-size: 25px;
  font-weight: 400;
  text-align: left;
  text-transform: none;
}

.page-content {
  position: static;
  overflow: hidden;
  padding-top: 0px;
  padding-bottom: 0px;
}

.page-content.pagecontent-contact {
  padding-top: 100px;
  padding-bottom: 0px;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .89), hsla(0, 0%, 100%, .88));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .89), hsla(0, 0%, 100%, .88));
  font-weight: 400;
}

.page-content.pagecontent-contact.disxolocs {
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .82), hsla(0, 0%, 100%, .83));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .82), hsla(0, 0%, 100%, .83));
  background-position: 0% 0%;
  background-size: auto;
  background-attachment: scroll;
}

.div-legal {
  margin-top: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url('../images/blue-sky-picture-marks-clear-re-com-98218.jpg');
  background-position: 0% 46%;
  background-size: cover;
}

.div-legal.div-conduct {
  margin-bottom: 100px;
}

.title-block {
  margin-bottom: 30px;
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}

.title-block.block4 {
  text-align: center;
}

.feature-icon {
  width: 40px;
  margin-right: 11px;
  margin-bottom: 10px;
}

.feature-icon.l1 {
  width: 100%;
}

.feature-icon.l1.newgms {
  width: 60%;
}

.feature-icon.l1.l2 {
  width: 84%;
  text-align: right;
}

.t1-2 {
  width: 6%;
}

.t1-2.t6 {
  width: 6%;
}

.visa {
  margin-bottom: 50px;
  float: left;
}

.button-4 {
  display: inline-block;
  margin-top: 15px;
  margin-right: 10px;
  padding: 18px 25px;
  border: 2px solid #ffd000;
  border-radius: 2px;
  background-color: #ffd000;
  -webkit-transition: background-color 500ms ease, color 500ms ease, border-color 500ms ease;
  transition: background-color 500ms ease, color 500ms ease, border-color 500ms ease;
  font-family: Oswald, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button-4:hover {
  border-color: #2cc77c;
  background-color: #2cc77c;
  color: #fff;
}

.button-4.outlined {
  background-color: transparent;
  color: #fff;
}

.button-4.outlined:hover {
  border-color: #2cc77c;
  background-color: #2cc77c;
}

.button-4.outlined.outlined2 {
  background-color: hsla(0, 0%, 100%, .81);
  box-shadow: 0 0 6px 0 #000;
  color: #000;
}

.button-4.outlined.outlined2:hover {
  background-color: #edc202;
}

.button-4.outlined.outlined2.w--current {
  background-color: hsla(0, 0%, 100%, .89);
}

.button-4.outlined.outlined2.call-back {
  margin-right: 13px;
  margin-left: 9px;
  padding-left: 20px;
  font-size: 12px;
  line-height: 10px;
}

.button-4.outlined.outlined2.call-back.baxc {
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #ffd000;
  box-shadow: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
}

.button-4.outlined.outlined2.call-back.baxc:hover {
  border-color: #ffd000;
  background-color: #fff;
  box-shadow: none;
  -webkit-transform: translate(18px, 0px);
  -ms-transform: translate(18px, 0px);
  transform: translate(18px, 0px);
}

.button-4.but7 {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 400;
}

.button-4.but7:hover {
  border-color: #fff;
  background-color: #ffd000;
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
}

.cont8 {
  text-align: center;
}

.pic-agent {
  width: 85%;
  margin-top: 26px;
}

.container-2.centered {
  text-align: center;
}

.container-2.centered.inh {
  margin-bottom: 0px;
}

.container-2.centered.inh.tga {
  margin-top: 100px;
}

.p3 {
  width: 64%;
}

.work {
  margin-bottom: 0px;
  text-align: center;
}

.bluebold {
  color: #0165fc;
}

.center-tittle {
  padding-bottom: 30px;
  color: #000;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}

.portfolio-info {
  display: inline-block;
  width: 70%;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 0px;
  background-color: #0165fc;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

.portfolio-info:hover {
  -webkit-transform: scale(0.59);
  -ms-transform: scale(0.59);
  transform: scale(0.59);
}

.portfolio-title {
  width: 100%;
  height: 100%;
  min-width: 0px;
  padding-top: 112px;
  background-color: rgba(0, 0, 0, .7);
  font-size: 18px;
  text-align: center;
}

.portfolio {
  position: static;
  height: 251px;
  min-height: 0px;
}

.portfolio.three {
  padding: 10px;
  background-image: url('../images/INVESTMENTS.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.portfolio.three._9 {
  background-image: url('../images/EDUCATIONSAVINGS.png');
}

.portfolio.one {
  margin-bottom: 20px;
  padding: 10px;
  background-image: url('../images/LIFEINSURANCE.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.portfolio.one.four {
  background-image: url('../images/travel-insurance_1.png');
}

.portfolio.one._7 {
  background-image: url('../images/NOMEDICAL.png');
}

.portfolio.two {
  padding: 10px;
  background-image: url('../images/GROUP-BENEFITS.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.portfolio.two._8 {
  background-image: url('../images/LIVING-BENEFITS.png');
}

.portfolio-link {
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.paragraphh-center {
  margin-bottom: 60px;
  color: #000;
  font-size: 17px;
  line-height: 23px;
  font-weight: 400;
  text-align: center;
}

.section-3 {
  background-color: #00aeef;
  color: #00aeef;
}

.button-5 {
  display: inline-block;
  margin-top: 15px;
  padding: 8px 18px;
  float: none;
  border: 2px solid #428bc7;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #428bc7;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button-5:hover {
  background-color: #428bc7;
  color: #fff;
}

.button-5.boutton7 {
  border-color: #00aeef;
  color: #00aeef;
}

.button-5.boutton7:hover {
  background-color: hsla(0, 0%, 89%, .84);
}

.button-5.price {
  margin-top: 28px;
  border-style: solid;
  border-color: #fff;
  background-color: #0078a8;
  color: #fff;
}

.button-5.price:hover {
  border: 2px solid #0078a8;
  background-color: #fff;
  color: #0078a8;
}

.button-5.price.b73 {
  width: 100%;
  margin-top: 10px;
}

.button-5.price.b76 {
  width: 100%;
  margin-top: 10px;
}

.button-5.price.call-us-button {
  background-color: #f47920;
}

.button-5.price.call-us-button:hover {
  border-color: #f47920;
  background-color: #fff;
  color: #f47920;
}

.button-5.price.eye-button {
  background-color: #fbaf34;
}

.button-5.price.eye-button:hover {
  border-color: #fbaf34;
  background-color: #fff;
  color: #fbaf34;
}

.button-5.wh {
  border-color: #fff;
  background-color: #0078a8;
  color: #fff;
}

.button-5.wh:hover {
  background-color: #fff;
  color: #428bc7;
}

.h872 {
  color: #0078a8;
  text-align: center;
}

.t982 {
  margin-bottom: 20px;
  font-family: Verdana, Geneva, sans-serif;
  color: #585858;
  font-size: 18px;
  line-height: 30px;
  font-weight: 200;
}

.column-7 {
  padding-right: 0px;
}

.t123 {
  margin-top: 15px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.p093 {
  margin-top: 10px;
  margin-right: 0px;
  margin-left: 0px;
  font-family: Verdana, Geneva, sans-serif;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.bluediv1 {
  padding: 30px 50px 50px;
  background-color: #0078aa;
  text-align: center;
}

.white-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.white-section.spacemain {
  padding-top: 100px;
}

.vid7 {
  padding-right: 50px;
  text-align: justify;
}

.nonmedical {
  width: 50%;
}

.span3 {
  color: #0078a8;
  font-size: 38px;
  font-weight: 700;
}

.bluecall {
  margin-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #0078aa;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
  color: #fff;
  font-weight: 500;
}

.bluecall:hover {
  -webkit-transform: scale(0.83);
  -ms-transform: scale(0.83);
  transform: scale(0.83);
}

.build-your-plan {
  margin-bottom: 30px;
  color: #000;
}

.build-your-plan.head873 {
  margin-top: 20px;
  margin-bottom: 0px;
  font-size: 34px;
  text-align: left;
}

.image-5 {
  width: 90%;
}

.white {
  color: #fff;
  font-weight: 500;
  letter-spacing: 2px;
}

.white.black-txt {
  color: #000;
  font-size: 37px;
  font-weight: 400;
}

.white.black-txt.whitetxt {
  color: #000;
  font-size: 28px;
  font-weight: 400;
}

.div-block-2 {
  text-align: center;
}

.div-block-2.speak {
  margin-top: 30px;
  text-align: right;
}

.divside {
  padding-top: 25px;
  padding-bottom: 25px;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .76), hsla(0, 0%, 100%, .76));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .76), hsla(0, 0%, 100%, .76));
  text-align: center;
}

.section-10 {
  padding-top: 450px;
  padding-bottom: 0px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .05), rgba(0, 0, 0, .05)), url('../images/HEALTHINSURANCE.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .05), rgba(0, 0, 0, .05)), url('../images/HEALTHINSURANCE.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-10.spacemain {
  padding-top: 300px;
}

.sub-header {
  position: relative;
  z-index: 1;
  padding-bottom: 60px;
  background-color: #428bc7;
}

.sub-header.hafa {
  position: static;
  padding-bottom: 0px;
  background-color: #0078aa;
}

.calltop {
  text-align: right;
}

.bctop {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 50px;
  padding-top: 10px;
  float: left;
}

.call {
  margin-bottom: 0px;
  padding-top: 11px;
  float: right;
  background-color: rgba(138, 195, 242, .39);
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.call12 {
  font-size: 16px;
}

.black1 {
  color: #000;
}

.smaller12 {
  font-size: 12px;
}

.tab-link.w--current {
  background-color: #fbaf34;
  color: #f7f7f7;
}

.tab-link.gi {
  margin-top: 5px;
  margin-bottom: 10px;
  padding: 4px 10px;
  border-radius: 5px;
  font-size: 12px;
}

.sec5 {
  margin-top: 0px;
  padding-top: 100px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: -webkit-linear-gradient(270deg, rgba(233, 239, 243, .39), rgba(233, 239, 243, .39)), url('../images/372165.jpg');
  background-image: linear-gradient(180deg, rgba(233, 239, 243, .39), rgba(233, 239, 243, .39)), url('../images/372165.jpg');
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.uppercas {
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.headnewa {
  font-size: 23px;
  line-height: 35px;
  font-weight: 400;
  text-align: center;
}

.pricing {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 10px;
  border-bottom: 1px solid hsla(0, 0%, 100%, .2);
  color: #fff;
  font-size: 19px;
  letter-spacing: -1px;
}

.easyway {
  font-size: 62px;
  font-weight: 700;
}

.small10 {
  font-size: 10px;
}

.black {
  color: #000;
}

.black.blue {
  color: #0078a8;
  font-size: 30px;
  font-weight: 400;
  text-decoration: none;
}

.row-2 {
  margin-top: 50px;
}

.important-text-2 {
  color: #000;
}

.charcoal {
  color: #333c45;
}

.motion-sec.wheel-motion-drugs {
  margin-top: 100px;
  margin-bottom: 100px;
  padding-bottom: 0px;
}

.pic-12 {
  width: 60%;
  margin-top: 25px;
  border-radius: 100px;
}

.pricing_price {
  overflow: hidden;
  height: 400px;
  padding: 10px 0px 30px;
  background-color: #0078a8;
  background-image: none;
  color: #0078a8;
  text-align: center;
}

.headselect {
  color: #000;
  font-size: 20px;
}

.easyblue {
  color: #0078aa;
}

.bold {
  color: #000;
  font-weight: 600;
}

.bold.h09 {
  margin-top: 0px;
  text-align: center;
}

.faq {
  margin-top: 200px;
  text-align: left;
}

.pricing_table {
  position: relative;
  overflow: hidden;
  padding-bottom: 30px;
  border: 1px solid #e6e6e6;
  border-radius: 7px;
  background-color: #fff;
  color: #000;
  text-align: center;
}

.selectlink {
  height: auto;
  padding: 25px 10px 55px;
  border: 2px solid #0078aa;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
  text-align: center;
}

.selectlink:hover {
  background-color: #dbdbdb;
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}

.linkjh {
  border-bottom: 1px solid #0078aa;
  color: #0078aa;
  text-decoration: none;
}

.line-2 {
  display: block;
  width: 30px;
  height: 3px;
  margin-right: auto;
  margin-left: auto;
  background-color: #428bc7;
}

.catergory-text {
  margin-bottom: 0px;
  color: #000;
}

.catergory-text.divo {
  border-bottom: 1px solid #f47920;
}

.catergory-text.texto {
  color: #f47920;
  font-size: 18px;
  font-weight: 800;
  text-decoration: none;
}

.catergory-text.space20 {
  margin-bottom: 40px;
}

.catergory-text.space4 {
  margin-bottom: 10px;
}

.catergory-text.space15 {
  margin-bottom: 30px;
}

.catergory-text.bigger20 {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  text-decoration: none;
}

.par34 {
  color: #000;
  line-height: 30px;
  text-align: justify;
}

.callback {
  margin-top: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #0078aa;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
  font-weight: 400;
}

.callback:hover {
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
}

.head5 {
  font-weight: 700;
}

.details {
  margin-bottom: 5px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 1px solid #e6e6e6;
  color: #000;
}

.details.space4 {
  margin-bottom: 7px;
}

.sub-text {
  color: #fff;
  font-size: 18px;
  font-weight: 200;
}

.sub-text.txt65 {
  padding-right: 25px;
  padding-left: 25px;
  font-family: Verdana, Geneva, sans-serif;
  color: #585858;
  line-height: 35px;
  font-weight: 300;
}

.sub-text.sub-team {
  margin-bottom: 50px;
  color: #000;
  font-size: 20px;
  font-weight: 400;
}

.sub-text.sub-team.smaller12 {
  font-size: 17px;
  line-height: 29px;
}

.textselect {
  margin-bottom: 0px;
  color: #585858;
  line-height: 20px;
}

.selectdiv {
  margin-top: 25px;
}

.image-16 {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.divblock09 {
  margin-top: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: hsla(0, 0%, 100%, .83);
}

.container-about {
  padding-top: 60px;
  text-align: center;
}

.container-about.container-pricing {
  margin-bottom: 25px;
  padding-right: 25px;
  padding-left: 25px;
  border-radius: 25px;
  background-color: hsla(0, 0%, 100%, .89);
}

.column-11 {
  text-align: center;
}

.bluetext {
  color: #0078aa;
}

.healthin1 {
  width: 125px;
}

.fillouttab {
  margin-top: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #0078aa;
  color: #fff;
}

.slectlink {
  width: 100%;
  height: 350px;
  margin-bottom: 20px;
  padding: 25px 10px 65px;
  border: 2px solid #0078aa;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
  text-align: center;
  text-decoration: none;
}

.slectlink:hover {
  background-color: #dbdbdb;
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}

.plane-div {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
}

.plane-div:hover {
  -webkit-transform: translate(0px, -30px);
  -ms-transform: translate(0px, -30px);
  transform: translate(0px, -30px);
}

.column_features {
  text-align: left;
}

.container-413 {
  margin-bottom: 100px;
  padding: 75px 50px;
  background-color: hsla(0, 0%, 100%, .79);
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.container-413:hover {
  background-color: hsla(0, 0%, 100%, .95);
}

.list6 {
  padding-left: 0px;
  text-align: left;
}

.list6.listsend {
  padding-left: 18px;
}

.list6.listsend.lisfdt {
  padding-left: 0px;
  font-size: 13px;
}

.senddiv {
  margin-top: 25px;
}

.small-print {
  margin-top: 15px;
  font-size: 10px;
  text-align: center;
}

.small-print.small {
  font-size: 8px;
  text-align: left;
}

.heading5 {
  font-size: 26px;
}

.spacebottom {
  margin-top: 125px;
  margin-bottom: 100px;
}

.travel-2 {
  text-align: center;
}

.foot {
  background-color: #0078a8;
  color: #fff;
}

.footlogo {
  padding-top: 10px;
}

.circle-help {
  position: relative;
  bottom: 50px;
  display: block;
  width: 90px;
  height: 90px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 26px;
  border-radius: 60px;
  background-color: #0078a8;
  opacity: 1;
}

.circle-help.circle2 {
  background-color: #f47920;
}

.circle-help.circle3 {
  background-color: #fbaf34;
}

.help_1 {
  height: 312px;
  padding-right: 15px;
  padding-left: 15px;
  border: 1px solid hsla(0, 0%, 100%, .65);
  border-radius: 10px;
  background-color: hsla(0, 0%, 100%, .9);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .18);
  text-align: center;
}

.help_1.contact-us {
  height: 225px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.help_1.contact-us.email1 {
  width: 270px;
  border-width: 2px;
  border-color: #f47920;
  background-color: transparent;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, 0), #f7f7f7);
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #f7f7f7);
}

.help_1.contact-us.email1.findus {
  border-color: #fbaf34;
}

.help_1.contact-us.email1.emilus {
  width: 270px;
  border-color: #0078a8;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, 0), #f7f7f7);
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #f7f7f7);
}

.row-help {
  margin-top: 100px;
  margin-bottom: 50px;
}

.get-in-touch {
  color: #000;
  font-size: 35px;
  font-weight: 400;
  text-align: center;
}

.help-content {
  position: relative;
  bottom: 36px;
}

.apply-container {
  padding: 50px 30px;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, .59);
}

.apply-container.contact-container {
  background-color: transparent;
  text-align: center;
}

.link12 {
  color: #fff;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.space60 {
  margin-top: 0px;
  margin-bottom: 150px;
  padding-bottom: 0px;
}

.section-11 {
  margin-bottom: 100px;
  padding-bottom: 0px;
}

html.w-mod-js *[data-ix="fade-in-scroll"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="fade-in-on-scroll"] {
  opacity: 0;
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

html.w-mod-js *[data-ix="fade-in-on-scroll-2"] {
  opacity: 0;
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

html.w-mod-js *[data-ix="fade-in-on-scroll-3"] {
  opacity: 0;
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

html.w-mod-js *[data-ix="fade-in-on-scroll-4"] {
  opacity: 0;
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

html.w-mod-js *[data-ix="fade-in-from-left-slow"] {
  opacity: 0;
  -webkit-transform: translate(-75px, 0px);
  -ms-transform: translate(-75px, 0px);
  transform: translate(-75px, 0px);
}

html.w-mod-js *[data-ix="left-image"] {
  display: block;
  opacity: 0.4300000000000001;
  -webkit-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
}

html.w-mod-js *[data-ix="portfolio-hover"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="left-image-2"] {
  display: block;
  opacity: 0.4300000000000001;
  -webkit-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate(100px, 0px);
}

html.w-mod-js *[data-ix="scale-on-scroll"] {
  opacity: 0;
  -webkit-transform: scale(0.79, 0.79);
  -ms-transform: scale(0.79, 0.79);
  transform: scale(0.79, 0.79);
}

html.w-mod-js *[data-ix="fade-heaging"] {
  opacity: 0;
  -webkit-transform: translate(0px, -30px);
  -ms-transform: translate(0px, -30px);
  transform: translate(0px, -30px);
}

html.w-mod-js *[data-ix="fade-heaging-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, -30px);
  -ms-transform: translate(0px, -30px);
  transform: translate(0px, -30px);
}

html.w-mod-js *[data-ix="fade-heaging-6"] {
  opacity: 0;
  -webkit-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate(100px, 0px);
}

html.w-mod-js *[data-ix="fade-heaging-7"] {
  opacity: 0;
  -webkit-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
}

html.w-mod-js *[data-ix="fade-heaging-4"] {
  opacity: 0;
  -webkit-transform: translate(0px, -30px);
  -ms-transform: translate(0px, -30px);
  transform: translate(0px, -30px);
}

@media (max-width: 991px) {
  .linkj {
    height: 840px;
    background-position: -177px 50%;
    background-size: cover;
  }
  .linkj.healthl2 {
    background-position: 31% 50%;
  }
  .linkj.linkcancer1 {
    background-position: 50% 50%;
    background-size: cover;
  }
  .text {
    font-size: 15px;
  }
  .bc-logo {
    width: 27%;
  }
  .travelinsurance {
    font-size: 25px;
  }
  .orange-div {
    margin-top: 90%;
  }
  .orange-div.orange {
    margin-top: 90%;
  }
  .click {
    width: 15%;
  }
  .cont {
    margin-top: -136px;
  }
  .heading1 {
    font-size: 18px;
  }
  .container {
    margin-top: 150px;
  }
  .mainhead {
    font-size: 35px;
  }
  .but {
    width: 65%;
  }
  .text-block {
    font-size: 15px;
  }
  .form-wrapper.squeezed {
    padding-right: 8%;
    padding-left: 8%;
  }
  .section-title {
    font-size: 35px;
  }
  .section-title.section1 {
    font-size: 29px;
  }
  .section-title._2 {
    font-size: 16px;
  }
  .section-title.h70 {
    color: #000;
    font-size: 28px;
  }
  .sky-sec {
    padding-top: 100px;
  }
  .divider-line {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .divider-line.small {
    margin-top: 20px;
    background-color: #ffd000;
  }
  .divider-line.small.titeligne {
    margin-top: 10px;
    background-color: #ffd000;
  }
  ._2-half-column {
    padding-right: 30px;
  }
  .right-column {
    padding-top: 0px;
  }
  .telephone {
    width: auto;
  }
  .page-content {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .pic-agent {
    width: 100%;
    margin-top: 0px;
  }
  .container-2.centered {
    padding-right: 50px;
    padding-left: 50px;
  }
  .portfolio-info {
    font-size: 12px;
  }
  .portfolio-title {
    padding-top: 100px;
  }
  .portfolio.three {
    background-image: url('../images/INVESTMENTS2.png');
    background-position: 50% 50%;
    background-size: 285px;
  }
  .portfolio.three.six {
    background-image: url('../images/FOREIGNWORKERS.png');
  }
  .portfolio.three._9 {
    background-size: 285px;
  }
  .portfolio.one {
    margin-bottom: 20px;
    background-position: 50% 50%;
    background-size: 285px;
  }
  .portfolio.two {
    background-position: 50% 50%;
    background-size: 285px;
  }
  .paragraphh-center {
    font-size: 17px;
  }
  .paragraphh-center.paramob {
    font-size: 17px;
  }
  .white-section {
    padding-right: 50px;
    padding-left: 50px;
  }
  .vid7 {
    padding-right: 0px;
    text-align: left;
  }
  .white {
    font-size: 17px;
  }
  .section-10 {
    background-image: -webkit-linear-gradient(270deg, transparent, transparent), url('../images/HEALTHINSURANCE.png');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/HEALTHINSURANCE.png');
    background-position: 0px 0px, 15% 50%;
  }
  .call {
    font-size: 16px;
  }
  .black1 {
    height: auto;
  }
  .pic-12 {
    width: 80%;
  }
  .pricing_price {
    height: auto;
  }
  .pricing_table {
    height: 1190px;
  }
  .pricing_table.d_shadow {
    height: 1190px;
  }
  .selectlink {
    padding-bottom: 25px;
  }
  .par34 {
    text-align: justify;
  }
  .details._1row {
    margin-bottom: 76px;
  }
  .sub-text.sub-team {
    font-size: 15px;
  }
  .textselect {
    font-size: 12px;
  }
  .divblock09 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .fillouttab {
    padding-right: 10px;
    padding-left: 10px;
  }
  .slectlink {
    height: 365px;
  }
  .column_features {
    padding-left: 20px;
  }
  .list6 {
    text-align: center;
  }
  .list6.listsend {
    margin-left: 150px;
    padding-left: 0px;
    text-align: left;
  }
  .help_1 {
    height: auto;
    margin-bottom: 50px;
  }
  .help_1.contact-us.email1 {
    width: auto;
  }
  .help_1.contact-us.email1.emilus {
    width: auto;
  }
}

@media (max-width: 767px) {
  .linkj {
    height: 400px;
    background-position: 50% 50%;
  }
  .text {
    margin-top: 190px;
  }
  .c12 {
    border-right-style: none;
  }
  .c13 {
    border-right-style: none;
    border-left-style: none;
  }
  .travelinsurance {
    font-size: 19px;
  }
  .orange-div {
    margin-top: 25%;
    padding-bottom: 15px;
  }
  .orange-div.orange {
    margin-top: 25%;
  }
  .click {
    width: 10%;
    margin-bottom: 10px;
  }
  .shadow {
    margin-top: 100px;
  }
  .mainhead {
    font-size: 30px;
    line-height: 45px;
  }
  .section {
    padding-right: 10px;
    padding-left: 10px;
  }
  .column-remove-padding {
    padding-right: 0px;
    padding-left: 0px;
  }
  .section-title.section1 {
    font-size: 26px;
  }
  .section-title._2 {
    font-size: 15px;
    line-height: 30px;
  }
  .section-title.h70 {
    font-size: 25px;
  }
  .sky-sec {
    padding-top: 0px;
  }
  .diu.yhq {
    padding-right: 20px;
    padding-left: 20px;
  }
  .divider-line.small {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  ._2-half-column {
    padding-right: 0px;
  }
  .right-column {
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 10px;
  }
  .overall-column {
    padding-bottom: 30px;
  }
  .page-content {
    padding: 40px 20px;
  }
  .page-content.pagecontent-contact {
    padding-right: 0px;
    padding-left: 0px;
  }
  .page-content.pagecontent-contact.disxolocs {
    padding-right: 0px;
    padding-left: 0px;
  }
  .title-block {
    padding-right: 30px;
    padding-left: 30px;
  }
  .title-block.block4 {
    padding-left: 0px;
  }
  .t1-2 {
    width: 10%;
  }
  .t1-2.t6 {
    width: 10%;
  }
  .button-4.but7 {
    font-size: 12px;
  }
  .cont8 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .pic-agent {
    width: 100%;
  }
  .center-tittle {
    font-size: 30px;
  }
  .portfolio.three {
    margin-bottom: 20px;
    background-position: 0px -50px;
    background-size: auto;
  }
  .portfolio.three.six {
    background-position: 0px -44px;
  }
  .portfolio.three._9 {
    background-position: 0px -56px;
    background-size: auto;
  }
  .portfolio.one {
    margin-bottom: 20px;
    background-position: 50% 100%;
    background-size: auto;
  }
  .portfolio.two {
    margin-bottom: 20px;
    background-position: 50% 100%;
    background-size: auto;
  }
  .paragraphh-center.paramob {
    padding-right: 50px;
    padding-left: 50px;
  }
  .build-your-plan.head873 {
    font-size: 16px;
  }
  .white.black-txt.whitetxt {
    font-size: 28px;
  }
  .section-10 {
    padding-top: 200px;
    background-image: -webkit-linear-gradient(270deg, transparent, transparent), url('../images/HEALTHINSURANCE.png');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/HEALTHINSURANCE.png');
    background-position: 0px 0px, -170px -65px;
  }
  .calltop {
    padding-left: 25px;
  }
  .bctop {
    width: 30%;
  }
  .black.blue {
    font-size: 22px;
  }
  .motion-sec {
    text-align: center;
  }
  .pricing_table {
    height: 1300px;
  }
  .pricing_table.d_shadow {
    height: auto;
  }
  .selectlink {
    margin-bottom: 5px;
  }
  .sub-text.txt65 {
    font-size: 16px;
  }
  .sub-text.sub-team {
    font-size: 15px;
  }
  .divblock09 {
    padding-right: 25px;
    padding-left: 25px;
  }
  .slectlink {
    height: auto;
    margin-bottom: 5px;
  }
  .column_features {
    margin-bottom: 50px;
  }
  .list6 {
    padding-left: 100px;
  }
  .list6.listsend {
    padding-left: 90px;
  }
  .foot {
    padding-left: 20px;
  }
  .circle-help.circle2 {
    text-align: center;
  }
  .help_1 {
    height: 350px;
  }
  .cloumn_help {
    margin-bottom: 100px;
  }
  .help-content {
    position: static;
    text-align: center;
  }
  .apply-container.contact-container {
    padding-right: 25px;
    padding-left: 25px;
  }
  .c2 {
    text-align: left;
  }
}

@media (max-width: 479px) {
  .linkj {
    height: 450px;
    background-position: 50% 50%;
  }
  .linkj:hover {
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/1.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/1.jpg');
    background-position: 0px 0px, -23px 50%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .text {
    margin-top: 200px;
    font-size: 23px;
  }
  .c12 {
    border-right-style: none;
  }
  .c13 {
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
  }
  .bc-logo {
    width: 50%;
  }
  .orange-div {
    margin-top: 50%;
  }
  .orange-div.orange {
    margin-top: 50%;
  }
  .click {
    width: 15%;
  }
  .link {
    margin-bottom: 10px;
  }
  .link:hover {
    -webkit-transform: scale(0.83);
    -ms-transform: scale(0.83);
    transform: scale(0.83);
  }
  .container {
    margin-top: 100px;
  }
  .image {
    width: 50%;
  }
  .brand {
    width: 50%;
  }
  .main {
    padding-left: 6px;
  }
  .form-wrapper.squeezed {
    padding-right: 2%;
    padding-left: 2%;
  }
  .heading {
    padding-left: 4px;
  }
  .heading-2 {
    padding-left: 5px;
  }
  .section-title {
    font-size: 25px;
    line-height: 30px;
  }
  .section-title.section1 {
    display: inline-block;
    overflow: visible;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 20px;
  }
  .section-title.section1.hright {
    font-size: 28px;
  }
  .section-title._2 {
    font-size: 20px;
    line-height: 25px;
  }
  .section-title.h70 {
    font-size: 25px;
  }
  .sky-sec.sky-about {
    background-position: 50% 50%;
    background-size: cover;
  }
  .left-column {
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .divider-line {
    width: 200px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .l12 {
    font-size: 18px;
    text-align: center;
  }
  .l13 {
    text-align: center;
  }
  .line {
    width: 100%;
  }
  ._2-half-column {
    padding-right: 0px;
  }
  .right-column {
    padding-left: 20px;
    text-align: center;
  }
  .telephone {
    font-size: 20px;
  }
  .overall-column {
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .overall-column.c13 {
    text-align: center;
  }
  .features-row {
    margin-bottom: 30px;
  }
  .page-content {
    overflow: visible;
    padding-right: 25px;
    padding-left: 25px;
  }
  .div-legal {
    background-position: 50% 50%;
  }
  .title-block {
    padding-right: 0px;
    padding-left: 0px;
  }
  .feature-icon.l1.l2 {
    width: 100%;
  }
  .t1-2 {
    width: 13%;
  }
  .t1-2.t6 {
    width: 13%;
  }
  .button-4 {
    padding: 11px 15px;
    font-size: 14px;
  }
  .cont8 {
    padding-right: 20px;
  }
  .pic-agent {
    width: 60%;
  }
  .container-2.centered {
    padding-right: 30px;
    padding-left: 30px;
  }
  .container-2.centered.inh {
    padding-right: 50px;
    padding-left: 50px;
  }
  .center-tittle {
    padding-bottom: 20px;
    padding-left: 10px;
    font-size: 18px;
    text-align: center;
  }
  .portfolio.three {
    margin-bottom: 20px;
    background-position: 50% 75%;
  }
  .portfolio.three.six {
    background-position: 44% 84%;
  }
  .portfolio.three._9 {
    background-position: 20% 93%;
  }
  .portfolio.one.four {
    background-position: 36% 77%;
  }
  .portfolio.one._7 {
    background-position: -47px -51px;
  }
  .paragraphh-center {
    padding-bottom: 0px;
  }
  .paragraphh-center.paramob {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 15px;
  }
  .button-5.wh {
    font-size: 13px;
  }
  .white-section {
    padding-right: 25px;
    padding-left: 25px;
  }
  .build-your-plan.head873 {
    font-size: 15px;
    line-height: 31px;
  }
  .white.black-txt {
    font-size: 22px;
  }
  .white.black-txt.whitetxt {
    font-size: 20px;
    line-height: 31px;
  }
  .section-10 {
    background-image: -webkit-linear-gradient(270deg, transparent, transparent), url('../images/HEALTHINSURANCE.png');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/HEALTHINSURANCE.png');
    background-position: 0px 0px, 20% 91%;
    background-size: auto, 600px;
    background-attachment: scroll, scroll;
  }
  .calltop {
    padding-left: 10px;
  }
  .bctop {
    width: 35%;
  }
  .call {
    font-size: 13px;
  }
  .headnewa {
    font-size: 18px;
    line-height: 30px;
  }
  .easyway {
    font-size: 35px;
  }
  .black.blue {
    font-size: 18px;
  }
  .pricing_table {
    height: auto;
  }
  .sub-text.txt65 {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 16px;
  }
  .sub-text.sub-team.smaller12 {
    padding-right: 25px;
    padding-left: 25px;
  }
  .unordered-list {
    margin-bottom: 0px;
  }
  .divblock09 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .list6 {
    padding-left: 0px;
  }
  .list6.listsend {
    margin-left: -20px;
    padding-left: 10px;
  }
  .foot {
    padding-left: 20px;
  }
  .cloumn_help {
    padding-right: 10px;
    padding-left: 10px;
  }
  .row-help {
    padding-right: 0px;
    padding-left: 0px;
  }
  .get-in-touch {
    font-size: 22px;
  }
  .apply-container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .apply-container.contact-container {
    padding-right: 0px;
    padding-left: 0px;
  }
}

