body {
  font-family: Poppins, sans-serif;
  /* font-family: 'Open Sans', sans-serif; */
  color: #000;
  font-size: 16px;
  line-height: 32px;
background-color:#ededed;
}
body.page-id-6 {
    background-color:#ededed;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Poppins, sans-serif !important;
  /* font-family: Quicksand, sans-serif; */
  font-size: 70px;
  line-height: 125px;
  font-weight: 400;
    width:100%;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  /* font-family: Quicksand, sans-serif; */
  font-size: 36px;
  line-height: 60px;
  font-weight: 500;
  letter-spacing: 8px;
  text-transform: uppercase;
    width:100%;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  /* font-family: Quicksand, sans-serif; */
  font-size: 32px;
  line-height: 45px;
  font-weight: 500;
  letter-spacing: 2px;
    width:100%;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  /* font-family: Quicksand, sans-serif; */
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
    width:100%;
}

p {
  margin-bottom: 20px;
    width:100%;
}

a {
  -webkit-transition: opacity 500ms ease, background-color 500ms ease, box-shadow 500ms ease, border-color 500ms ease, color 500ms ease;
  transition: opacity 500ms ease, background-color 500ms ease, box-shadow 500ms ease, border-color 500ms ease, color 500ms ease;
  color: #497174;
  text-decoration: none;
}

a:hover {
  color: #82b9af;
}

.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  min-height: 720px;
  padding-right: 20px;
  padding-bottom: 10%;
  padding-left: 20px;
  -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;
  background-image: url('../images/bf-hero.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  padding: 10px 20px;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .05);
}


img.welcome-logo {
    width: 40%;
    height: auto;
    margin-top: 20px;
}
.nav-logo {
  max-width: 175px;
  min-width: 140px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* max-width: 1260px; */
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-right {
  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-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nr-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: flex-end;
}

.nav-btn {
  padding: 10px 25px;
  background-color: #497174;
  font-family: Poppins, sans-serif;
  /* font-family: Quicksand, sans-serif; */
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none !important;
}

.nav-btn.alter, .nav-btn.marie-alter:hover {
  background-color: #5475ae;
}
body > div.navbar.w-nav > div.nav-container > div.nav-right > div > a:nth-child(2), body > div.navbar.w-nav > div.nav-container > div.nav-right > div > a:nth-child(3) {margin-right:10px;}

.nav-btn:hover {
  background-color: #82b9af;
  color: #fff;
}

.nav-btn.alter:hover, .nav-btn.marie-alter {
  background-color: #bbc7db;
}

.nav-btn.nb-mob {
  display: none;
}

.nav-link {
  display: block;
  margin-left: 15px;
  padding: 0px;
  font-family: Poppins, sans-serif;
  /* font-family: Quicksand, sans-serif; */
  color: #000;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #497174;
}

.nav-link.nl-drop {
  margin-left: 0px;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Poppins, sans-serif;
  /* font-family: Quicksand, sans-serif; */
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
}

.nav-ico {
  margin-right: 10px;
}

.hero-container {
  width: 100%;
  max-width: 1180px;
}

.hero-text-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 700px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-h1 {
  text-transform: uppercase;
}

.hero-subtitle {
  margin-top: 40px;
  font-family: Poppins, sans-serif;
  /* font-family: Quicksand, sans-serif; */
  font-size: 60px;
  line-height: 80px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
    width:100%;
}

.sec-callouts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
}

.callout-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33333333%;
  padding-right: 15px;
  padding-left: 15px;
}

.callout-wrap.cw-inner {
  width: 100%;
  margin-bottom: 30px;
  padding-right: 10px;
  padding-left: 10px;
}
div.callout-wrap:nth-child(6){
    margin-bottom:10px;
}

.callout-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 3px solid #497174;
  font-family: Poppins, sans-serif;
  /* font-family: Quicksand, sans-serif; */
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.callout-item:hover {
  color: #497174;
}

.callout-item.ci-inner {
  padding-right: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 18px;
}

.callout-arr {
  width: 25px;
  margin-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.section {
  padding: 80px 20px 0px;
}

.section.sec-blog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.welcome-section {
  padding: 140px 20px 80px;
}

.welcome-cont {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 20px;
}

.weclome-text-wrap {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
    width:100%;
}

.welcome-docs {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
  max-width: 660px;
  margin: -70px -20px -20px 30px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.welcome-docs img {
    width:100%;
    max-width: 767px;
}

.welcome-h2 {
  margin-top: 25px;
  margin-bottom: 0px;
  letter-spacing: 10px;
  font-size: 36px;
  line-height: 60px;
  font-weight: 500;
}

.weclome-bg {
  position: absolute;
  left: 5%;
  display: block;
  width: 90%;
  height: 100%;
  max-width: 960px;
  background-color: #f6f6f6;
}

.welcome-p {
  margin-top: 40px;
  margin-bottom: 0px;
}

.rating-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 480px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.rating-title {
  font-family: Poppins, sans-serif;
  /* font-family: Quicksand, sans-serif; */
  font-size: 18px;
  line-height: 23px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.stars {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.star-ico {
  width: 48px;
  margin-right: 10px;
  margin-left: 10px;
}

.ratinng-link {
  margin-top: 40px;
  border-bottom: 2px solid #497174;
  font-family: Poppins, sans-serif;
  /* font-family: Quicksand, sans-serif; */
  font-size: 18px;
  line-height: 23px;
  font-weight: 700;
}

.container {
  display: block;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
}

.tests-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1180px;
  margin-top: -60px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.test-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 960px;
  margin-top: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.test-item.ti2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.test-img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 440px;
  max-width: 720px;
  background-image: url('../images/lasik-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.test-img.ti2 {
  background-image: url('../images/cataract_1.jpg');
}

.test-img.ti3 {
  background-image: url('../images/fin-bg.jpg');
}

.test-text-wrap {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 480px;
  margin-left: -240px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #54968a;
  color: #fff;
  text-align: center;
}

.test-text-wrap.ttw2 {
  margin-right: -240px;
  margin-left: 0px;
  background-color: #898b60;
}

.test-text-wrap.ttw3 {
  position: relative;
/*  background-color: #386e65;*/
    background-color: #497174;
}

.test-title {
  margin-bottom: 0px;
  text-transform: uppercase;
}

.test-p {
  margin-top: 20px;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
}

.test-link {
  border-bottom: 2px solid #fff;
  color: #fff;
  font-size: 18px;
  line-height: 23px;
}

.test-link:hover {
  opacity: 0.25;
  color: #fff;
}

.cc-logo {
  position: absolute;
  right: 0px;
  bottom: -110px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 180px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

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

.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1180px;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
}

.tabs-content {
  margin-left: 50px;
  padding-bottom: 80px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tab-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 25%;
  padding: 40px 0px 40px 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #f6f6f6;
}

.tab-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 2px solid #e8e8e8;
  background-color: transparent;
  font-family: Poppins, sans-serif;
  /* font-family: Quicksand, sans-serif; */
  color: rgba(0, 0, 0, .5);
  font-size: 18px;
  line-height: 23px;
  font-weight: 700;
  text-transform: uppercase;
}

.tab-link:hover {
  color: #497174;
}

.tab-link.w--current {
  border-bottom-color: #497174;
  background-color: transparent;
  color: #497174;
}

.tab-arr {
  width: 25px;
}

.tab-pane {
  height: 100%;
}

.tab-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 380px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tab-p {
  margin-bottom: 0px;
}

.tab-img {
  width: 60%;
  margin-right: -30%;
  margin-bottom: -80px;
  margin-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
  background-image: url('../images/lasik.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 10px 20px 0 hsla(0, 0%, 55%, .3);
}

.tab-img.ti2 {
  background-image: url('../images/aestetich.jpg');
}
.tab-img.ti2b {
  background-image: url('../images/dry-eye.jpg');
}

.tab-img.ti3 {
  background-image: url('../images/cec.jpg');
}

.tab-img.ti4 {
  background-image: url('../images/cataract.jpg');
}

.tab-img.ti5 {
  background-image: url('../images/pterg.jpg');
}

.tab-img.ti6 {
  background-image: url('../images/pediatric.jpg');
}

.tab-img.ti7 {
  background-image: url('../images/glaucoma.jpg');
}

.tab-h3 {
  margin-bottom: 20px;
}

.btn {
  margin-top: 40px;
  padding: 10px 25px;
  background-color: #497174;
  font-family: Poppins, sans-serif;
  /* font-family: Quicksand, sans-serif; */
  color: #fff;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.btn.btn-blog {
  margin-top: 20px;
}

.blog-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  margin-top: 100px;
}

.blog-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33333333%;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-right: 2px solid #e8e8e8;
}

.blog-item.bi-last {
  border-right-color: transparent;
}

.blog-title {
  max-width: 320px;
  margin-bottom: 0px;
  font-size: 21px;
  line-height: 26px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.blog-p {
  max-width: 320px;
  margin-top: 20px;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.blog-data {
  margin-top: 20px;
  font-family: Poppins, sans-serif;
  /* font-family: Quicksand, sans-serif; */
  color: rgba(0, 0, 0, .2);
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.loc-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-top: 90px;
  margin-right: auto;
  margin-left: auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.loc-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 10px;
}

.loc-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #e8e8e8;
  text-align: center;
}

.loc-adress {
  margin-top: 20px;
}

.loc-title {
  font-family: Poppins, sans-serif;
  /* font-family: Quicksand, sans-serif; */
  font-size: 21px;
  line-height: 26px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.loc-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.loc-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  margin-left: 15px;
  font-family: Poppins, sans-serif;
  /* font-family: Quicksand, sans-serif; */
  line-height: 20px;
  font-weight: 700;
}

.loc-ico {
  margin-right: 10px;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 20px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #383838;
}

.footer-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 960px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.f-logo {
  max-width: 150px;
  margin: auto;
}

.footer-link {
  margin-right: 10px;
  margin-left: 10px;
  font-family: Poppins, sans-serif;
  /* font-family: Quicksand, sans-serif; */
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

.footer-link:hover {
  color: hsla(0, 0%, 100%, .5);
}

.f-phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  font-family: Poppins, sans-serif;
  /* font-family: Quicksand, sans-serif; */
  color: #fff;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.f-phone:hover {
  opacity: 0.5;
  color: #fff;
}

.f-ico {
  margin-right: 10px;
}

.f-soc {
  margin-top: 40px;
}

.f-soc-link {
  margin-right: 5px;
  margin-left: 5px;
}

.f-soc-link:hover {
  opacity: 0.5;
}

.f-p {
  margin-top: 60px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 10px;
  line-height: 14px;
  text-align: center;
}

.dropdown-toggle {
  display: block;
  padding: 0px;
}

.drop-ico {
  display: none;
}

.dropdown {
  margin-left: 15px;
}

.dropdown-list {
  background-color: #fff;
}

.dropdown-list.w--open {
  padding-top: 10px;
}

.dropdown-link {
  padding: 7px 20px;
  line-height: 24px;
}

.apply-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  padding: 10px 25px;
  border-radius: 80px;
  background-color: #f5f8f9;
  background-image: -webkit-linear-gradient(270deg, rgba(199, 216, 219, 0), #c7d8db);
  background-image: linear-gradient(180deg, rgba(199, 216, 219, 0), #c7d8db);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
  font-family: Poppins, sans-serif;
  /* font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; */
  color: #2f7787;
  font-size: 18px;
  line-height: 24px;
}

.apply-btn:hover {
  background-color: #c7d8db;
  box-shadow: none;
  color: #2f7787;
}

.arr-care {
  margin-left: 20px;
}

.inner-section {
  padding: 200px 20px 0px;
}

.inner-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
}

.inner-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

 .sidebar {
  width: 260px;
  margin-left: 50px;
}

.sb-menu {
  margin-bottom: 30px;
  padding-top: 20px;
}

.sb-title {
  margin-bottom: 20px;
  margin-left: 25px;
  font-family: Poppins, sans-serif;
  /* font-family: Quicksand, sans-serif; */
  font-size: 24px;
  line-height: 48px;
  font-weight: 700;
  text-transform: uppercase;
}

.sb-link {
  width: 100%;
  padding: 10px 25px;
  background-color: #497174;
  color: #fff;
}

.sb-link:hover {
  background-color: #82b9af;
  opacity: 1;
  color: #fff;
}

.hero-logo {
  display: none;
  width: 450px;
}

.search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: block;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 0px;
  background-color: transparent;
}

.search-input {
  height: auto;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 0px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #fff;
  background-color: transparent;
  font-family: Poppins, sans-serif;
  /* font-family: Quicksand, sans-serif; */
  color: #fff;
  text-transform: uppercase;
}

.search-input:focus {
  border-bottom-color: #82b9af;
  color: #82b9af;
}

.search-input::-webkit-input-placeholder {
  color: #b4b4b4;
}

.search-input:-ms-input-placeholder {
  color: #b4b4b4;
}

.search-input::placeholder {
  color: #b4b4b4;
}

.search-button {
  width: 40px;
  height: 40px;
  margin-left: -40px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  background-image: url('../images/search.svg');
  background-position: 50% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
  -webkit-transition: opacity 0ms ease;
  transition: opacity 0ms ease;
}

.search-button:hover {
  opacity: 0.5;
}

html.w-mod-js *[data-ix="tab-arr-init"] {
  opacity: 0;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}
.logo_strip {
  background-color: #fff;
  background-image: linear-gradient(#ededed, #fff,#fff);
  padding: 30px;
  width: 100%;
  margin-top: 130px;
}
.mbl-paybill{
	display: none;
}
@media (max-width:1024px) {
.nav-btn {padding: 10px 15px;}

}

@media (max-width: 991px) {
  body {
    font-size: 14px;
    line-height: 26px;
  }
  h2 {
    font-size: 36px;
    line-height: 48px;
    letter-spacing: 5px;
  }
  h3 {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 2px;
  }
  h4 {
    font-size: 20px;
    line-height: 28px;
  }
  .welcome-h2 {
    font-size: 36px;
    line-height: 48px;
    letter-spacing: 5px;
  }
  .hero {
    height: 600px;
    min-height: 0px;
    padding-bottom: 110px;
    background-image: -webkit-linear-gradient(315deg, hsla(0, 0%, 100%, .7), hsla(0, 0%, 100%, .6) 33%, hsla(0, 0%, 100%, 0) 71%), url('../images/bf-hero.jpg');
    background-image: linear-gradient(135deg, hsla(0, 0%, 100%, .7), hsla(0, 0%, 100%, .6) 33%, hsla(0, 0%, 100%, 0) 71%), url('../images/bf-hero.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .navbar {
    padding-right: 0px;
  }
  .nav-logo {
    max-width: 145px;
  }
  .nav-btn {
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    padding: 10px 5px;
  }
  .nav-btn.nb-mob {
    display: none;
  }
  .nav-link {
    margin-left: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 20px;
    text-align: left;
  }
  .nav-link.nl-drop {
    display: inline-block;
    padding-left: 0px;
  }
  .nav-menu {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #fff;
  }
  .nav-phone {
    font-size: 18px;
    line-height: 24px;
    /* width:200px; */
  }
	

  .hero-text-wrap {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .hero-h1 {
    font-size: 60px;
    line-height: 72px;
  }
  .hero-subtitle {
    max-width: 500px;
    margin-top: 20px;
    margin-left: 0px;
    font-size: 40px;
    line-height: 72px;
  }
  .callout-wrap {
    padding-right: 10px;
    padding-left: 10px;
  }
  .callout-item {
    height: 70px;
    border-bottom-width: 3px;
    font-size: 18px;
    line-height: 24px;
  }
  .section {
    padding-top: 80px;
  }
  .welcome-section {
    padding-top: 80px;
    padding-bottom: 60px;
  }
  .welcome-docs {
    margin-top: 0px;
    margin-right: 0px;
      height:300px;
  }
            .weclome-text-wrap {
        flex:none;
    }
    .welcome-cont {
        display:block;
    }
    .inner-container {
  display: block;
    }
  .stars {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .star-ico {
    width: 30px;
    margin-right: 5px;
    margin-left: 5px;
  }
  .ratinng-link {
    margin-top: 20px;
    font-size: 16px;
    line-height: 22px;
  }
  .test-img {
    max-width: 480px;
  }
  .test-text-wrap {
    width: auto;
    max-width: 480px;
  }
  .cc-logo {
    bottom: -90px;
  }
  .tabs {
    margin-top: 40px;
  }
  .tabs-content {
    padding-bottom: 0px;
  }
  .tab-wrap {
    margin-right: 20%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
  .tab-link {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
  }
  .tab-arr {
    margin-left: 10px;
  }
  .tab-text {
    width: 100%;
    max-width: 100%;
  }
  .tab-p {
    font-size: 13px;
    line-height: 24px;
  }
  .tab-img {
    width: 180px;
    height: 300px;
    margin-right: -20%;
  }
  .btn {
    margin-top: 20px;
    font-size: 12px;
    line-height: 18px;
  }
  .blog-items {
    margin-top: 60px;
      width:90%;
  }
  .blog-item {
    padding-right: 20px;
    padding-left: 20px;
    border-right-width: 1px;
  }
  .blog-title {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
    text-transform: none;
  }
  .blog-p {
    margin-top: 10px;
  }
  .blog-data {
    margin-top: 10px;
    font-size: 12px;
    line-height: 16px;
  }
  .loc-items {
    margin-top: 40px;
  }
  .loc-wrap {
    padding: 5px;
  }
  .logo_strip {
    margin-top: 80px;
  }
  .footer {
    padding-top: 40px;
  }
  .footer-menu {
    margin-top: 20px;
  }
  .footer-link {
    margin-right: 5px;
    margin-left: 5px;
    font-size: 12px;
  }
  .f-phone {
    margin-top: 20px;
  }
  .f-soc {
    margin-top: 20px;
  }
  .f-p {
    margin-top: 40px;
  }
  .menu-btn.w--open {
    background-color: transparent;
    color: #497174;
  }
  .dropdown-toggle {
    padding-left: 20px;
    line-height: 20px;
  }
  .dropdown-toggle.w--open {
    background-color: rgba(0, 128, 112, .1);
  }
  .drop-ico {
    display: block;
  }
  .dropdown {
    margin-left: 0px;
  }
  .dropdown-list.w--open {
    padding-top: 0px;
    background-color: rgba(0, 128, 112, .05);
  }
  .apply-btn {
    font-size: 16px;
    line-height: 21px;
  }
  .inner-section {
    padding-top: 150px;
  }
  .hero-logo {
    width: 320px;
  }
  .search {
    max-width: 400px;
  }
      .sidebar {
    width: 100%;
    margin-left: 0px;
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 2px;
  }
  h3 {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 1px;
  }
  h4 {
    font-size: 16px;
    line-height: 24px;
  }
  .welcome-h2 {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 2px;
  }
.mbl-paybill{
	display: block !important;
	width: 100%;
    border-radius: 0 !important;
    text-align: left;
}
  .hero {
    height: 400px;
    min-height: 0px;
    padding-top: 100px;
    padding-bottom: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: -webkit-linear-gradient(180deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .5)), url('../images/bf-hero-mobile.jpg');
    background-image: linear-gradient(270deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .5)), url('../images/bf-hero-mobile.jpg');
    background-position: 0px 0px, 50% 0px;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .nav-logo {
    max-width: 120px;
    min-width: 0px;
    padding-left: 0px;
  }
  .nav-btn {
    display: none !important;
  }
  .nav-btn.nb-mob {
    display: inline-block;
    margin-top: 10px;
    margin-left: 20px;
    float: left;
  }
  .nav-menu {
    display: block;
    overflow: auto;
    max-height: 90vh;
    padding-bottom: 80px;
  }
  .nav-phone {
    margin-right: 0px;
    font-size: 16px;
    line-height: 24px;
  }
  .nav-ico {
    width: 14px;
    margin-right: 8px;
  }
  .hero-h1 {
    font-size: 48px;
    line-height: 60px;
  }
  .hero-subtitle {
    max-width: 350px;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
  }
  .sec-callouts {
    padding-right: 10px;
    padding-left: 10px;
  }
  .callout-item {
    height: 70px;
    border-bottom-width: 2px;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1px;
  }
  .callout-arr {
    width: 20px;
  }
  .section {
    padding-top: 60px;
  }
  .section.sec-blog {
    padding-right: 20px;
    padding-left: 20px;
  }
  .welcome-section {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .welcome-cont {
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .welcome-docs {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 20px auto 0px;
  }
  .weclome-bg {
    left: 5%;
    top: 47px;
    right: 5%;
    bottom: 0px;
    height: auto;
    margin-top: 0px;
  }
  .welcome-p {
    margin-top: 20px;
  }
  .tests-cont {
    padding-bottom: 80px;
  }
  .test-img {
    height: 400px;
  }
  .test-text-wrap {
    max-width: 360px;
    margin-left: -180px;
  }
  .test-text-wrap.ttw2 {
    padding: 19px;
  }
  .test-link {
    font-size: 16px;
    line-height: 20px;
  }
  .cc-logo {
    right: 0px;
    bottom: -120px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tabs-content {
    margin-top: 20px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .tabs-menu {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tab-wrap {
    margin-right: 0%;
    padding-right: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tab-link {
    width: 50%;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .tab-arr {
    width: 20px;
  }
  .tab-img {
    display: none;
  }
  .tab-h3 {
    margin-bottom: 10px;
  }
  .blog-items {
    width: 100%;
    max-width: 480px;
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .blog-item {
    width: 100%;
    margin-top: 20px;
    padding-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 2px solid #e8e8e8;
    border-right-style: none;
    text-align: center;
  }
  .blog-item.bi-last {
    border-bottom-style: none;
  }
  .blog-title {
    max-width: 100%;
  }
  .blog-p {
    max-width: 100%;
  }
  .loc-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .loc-wrap {
    width: 100%;
    max-width: 490px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .loc-item {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .loc-adress {
    margin-top: 10px;
  }
  .loc-title {
    font-size: 18px;
  }
  .loc-btns {
    margin-top: 10px;
  }
  .loc-btn {
    margin-top: 10px;
  }

  .logo_strip {
    margin-top: 40px;
  }
  
  .footer {
    padding-top: 40px;
    padding-bottom: 10px;
  }
  .footer-menu {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-link {
    margin-top: 10px;
    font-size: 12px;
    line-height: 15px;
  }
  .f-phone {
    margin-top: 20px;
  }
  .f-soc {
    margin-top: 20px;
  }
  .f-p {
    margin-top: 40px;
  }
  .menu-btn {
    padding: 15px;
  }
  .inner-section {
    padding-top: 120px;
  }
  .inner-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hero-logo {
    width: 220px;
  }
}

@media (max-width: 479px) {
  h2 {
    font-size: 24px;
    line-height: 30px;
  }
  h3 {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0px;
  }
  .welcome-h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .hero {
    height: 480px;
    padding-bottom: 81px;
    background-position: 0px 0px, 31% 50%;
    text-align: center;
  }
  .nav-logo {
    max-width: 100px;
    min-width: 0px;
  }
  .nav-phone {
    font-size: 14px;
  }


    .hero {
            background-image: -webkit-linear-gradient(180deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .5)), url(../images/bf-hero-mobile.jpg);
    background-image: linear-gradient(270deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .5)), url(../images/bf-hero-mobile.jpg);
    background-position: center;

    }

    .hero-container{
      margin-top: 10rem;
    }

  .hero-text-wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .hero-h1 {
    font-size: 36px;
    line-height: 48px;
  }
  .hero-subtitle {
    margin-top: 10px;
    font-size: 24px;
    line-height: 36px;
    font-weight: bold;
  }
  .sec-callouts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .callout-wrap {
    width: 100%;
  }
  .callout-item {
    height: 50px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom-width: 2px;
  }
  .callout-arr {
    width: 22px;
  }
  .welcome-docs {
    max-width: 320px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .weclome-bg {
    top: 41px;
  }
  .tests-cont {
    padding-bottom: 120px;
  }
  .test-item {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .test-item.ti2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .test-img {
    height: 320px;
  }
  .test-text-wrap {
    margin-top: -125px;
    margin-right: 20px;
    margin-left: 20px;
    padding: 20px;
  }
  .test-text-wrap.ttw2 {
    margin-right: 20px;
    margin-left: 20px;
  }
  .test-p {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .cc-logo {
    right: 0px;
    bottom: -90px;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .tabs-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tab-wrap {
    padding: 0px;
    background-color: transparent;
  }
  .tab-link {
    width: 100%;
    font-size: 14px;
  }
  .tab-h3 {
    margin-bottom: 10px;
  }
  .blog-title {
    font-size: 16px;
  }
  .loc-item {
    padding: 20px;
  }
  .loc-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hero-logo {
    width: 180px;
  }
  .search {
    margin-top: 20px;
  }
}

