.bg_cover {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.lock {
  overflow: hidden;
}

.img-responsive {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.label_wrap {
  width: 100%;
  display: inline-block;
  float: left;
  font-size: 18px;
  line-height: 36px;
}

.hidden {
  display: none;
}

.span_as_chk {
  width: 20px;
  height: 20px;
  border: 1px solid #6cca98;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  float: left;
  display: inline-block;
  margin-right: 10px;
  margin-top: 8px;
  position: relative;
}

input[type=radio]:checked + .span_as_chk:after {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
  content: "";
  background: #6cca98;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  display: inline-block;
}

.chk_label {
  font-size: 18px;
  line-height: 36px;
  font-weight: 400;
  float: left;
  display: inline-block;
}

.chk_parent_wrap {
  margin-bottom: 30px;
}

.common_anchor {
  float: left;
  display: inline-block;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  border: 2px solid #007481;
  padding: 7px 24px;
  color: #007481;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 700;
  font-size: 18px;
  line-height: 36px;
  font-size: 17px;
  overflow: hidden;
}
.common_anchor.right {
  float: right;
  display: inline-block;
}
.common_anchor:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  z-index: -1;
  height: 100%;
  content: "";
  background: #007481;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.common_anchor.white {
  border-color: #fff;
  color: #026753;
}
.common_anchor.has_plus {
  padding-right: 55px;
}
.common_anchor.has_plus:after {
  position: absolute;
  right: 19px;
  top: 50%;
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  content: "+";
  margin-left: 20px;
  float: right;
  display: inline-block;
  font-size: 48px;
  line-height: 36px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}
.common_anchor.active {
  color: #fff;
  background: #007481;
}
.common_anchor:hover {
  color: #fff;
}
.common_anchor:hover:before {
  width: 100%;
}

.body_child {
  overflow: hidden;
}

.hemburger_wrap, .fix_menu_wrap {
  display: none;
}

.arrow_right,
.arrow_left {
  position: absolute;
  top: -80px;
  right: 0;
  cursor: pointer;
  width: 20px;
}

.arrow_left {
  right: 50px;
}

.header_wrap {
  z-index: 100;
  padding: 18px 0;
}
.header_wrap .logo_wrap {
  float: left;
  display: inline-block;
  width: 260px;
}
.header_wrap .menu_right_wrap {
  float: right;
  display: inline-block;
  padding-top: 20px;
}
.header_wrap .menu_right_wrap .common_anchor_parent {
  float: right;
  display: inline-block;
}
.header_wrap .menu_right_wrap .common_anchor_parent .common_anchor + .common_anchor {
  margin-left: 20px;
}
.header_wrap .menu_right_wrap .menu_wrap {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 10;
  width: 100%;
}
.header_wrap .menu_right_wrap .menu_wrap:after {
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(108, 202, 152, 0.89);
  width: calc(50% - 715px);
  height: 100%;
  content: "";
}
.header_wrap .menu_right_wrap .menu_wrap .main_ul {
  width: 100%;
  display: inline-block;
  float: left;
  padding: 0;
  margin: 0;
  width: auto;
  float: right;
  display: inline-block;
  background: rgba(108, 202, 152, 0.89);
  padding-left: 12px;
  -webkit-border-bottom-left-radius: 45px;
  -moz-border-radius-bottomleft: 45px;
  border-bottom-left-radius: 45px;
}
.header_wrap .menu_right_wrap .menu_wrap .main_ul > li {
  display: inline-block;
  position: relative;
  float: left;
  padding: 0;
  margin: 0;
  width: auto;
  margin-left: 35px;
  position: relative;
}
.header_wrap .menu_right_wrap .menu_wrap .main_ul > li a {
  float: left;
  display: inline-block;
  font-size: 16px;
  line-height: 36px;
  padding: 12px 0;
  color: #fff;
}
.header_wrap .menu_right_wrap .menu_wrap .main_ul > li .plus_a {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #007481;
  font-size: 20px;
  line-height: 60px;
  cursor: pointer;
  float: left;
  display: inline-block;
  padding-left: 6px;
}
.header_wrap .menu_right_wrap .menu_wrap .main_ul > li .sub-menu {
  width: 100%;
  display: inline-block;
  float: left;
  padding: 0;
  margin: 0;
  width: auto;
  min-width: 100%;
  position: absolute;
  top: 100%;
  left: -50%;
  padding: 20px 30px;
  background: #6cca98;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  left: 50%;
  -ms-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  margin-top: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.header_wrap .menu_right_wrap .menu_wrap .main_ul > li .sub-menu:before {
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  height: 5px;
  content: "";
}
.header_wrap .menu_right_wrap .menu_wrap .main_ul > li .sub-menu > li {
  width: 100%;
  display: inline-block;
  float: left;
  padding: 0;
  margin: 0;
}
.header_wrap .menu_right_wrap .menu_wrap .main_ul > li .sub-menu > li > a {
  width: 100%;
  display: inline-block;
  float: left;
  padding: 0;
  white-space: nowrap;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 36px;
}
.header_wrap .menu_right_wrap .menu_wrap .main_ul > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}

.slider_wrap .image_wrap {
  height: 500px;
}
.slider_wrap .text_parent_wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}
.slider_wrap .text_parent_wrap .a_parent {
  float: left;
  display: inline-block;
}
.slider_wrap .text_parent_wrap a {
  width: auto;
  float: left;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  padding: 11px 0;
  z-index: 2;
  position: relative;
  margin-right: 55px;
  font-size: 18px;
  line-height: 36px;
  border-bottom: 2px solid transparent;
}
.slider_wrap .text_parent_wrap a.active {
  color: #007481;
  border-color: #007481;
}
.slider_wrap .text_parent_wrap .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(50% + 400px);
  height: 100%;
  background: rgba(108, 202, 152, 0.89);
}
.slider_wrap .text_parent_wrap .bg.full {
  width: 100%;
}
.slider_wrap.cms .text_parent_wrap .bg {
  width: calc(50% - 715px);
}
.slider_wrap.cms .text_parent_wrap .a_parent {
  background: rgba(108, 202, 152, 0.89);
  -webkit-border-top-right-radius: 45px;
  -moz-border-radius-topright: 45px;
  border-top-right-radius: 45px;
}

.noslider_page .slider_wrap.no_image {
  height: 60px;
}
.noslider_page .slider_wrap.no_image .text_parent_wrap .bg {
  width: 100%;
}
.noslider_page .header_wrap .menu_right_wrap .menu_wrap {
  pointer-events: none;
}
.noslider_page .header_wrap .menu_right_wrap .menu_wrap:after {
  display: none;
}
.noslider_page .header_wrap .menu_right_wrap .menu_wrap .main_ul {
  pointer-events: initial;
  background: transparent;
}

.desc_pad_wrap {
  padding-left: 120px;
}

.common_header {
  font-size: 48px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #6cca98;
  margin-bottom: 40px;
}

.desc_wrap {
  font-size: 18px;
  line-height: 36px;
  color: #000;
  margin-bottom: 40px;
  position: relative;
}
.desc_wrap ul {
  margin: 30px 0;
  padding-left: 20px;
}
.desc_wrap ul li {
  list-style: disc;
  padding-left: 10px;
}
.desc_wrap.white {
  color: #fff;
}
.desc_wrap.white a {
  color: #fff;
  text-decoration: none;
}
.desc_wrap.harrow:before {
  position: absolute;
  top: -2px;
  left: -40px;
  content: "+";
  color: #6cca98;
  float: right;
  display: inline-block;
  font-size: 48px;
  line-height: 36px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}
.desc_wrap.harrow a {
  color: #000;
}

.overview_wrap {
  padding-bottom: 150px;
  z-index: 10;
}
.overview_wrap .info_wrap {
  padding-right: 135px;
  padding-top: 120px;
}
.overview_wrap .imgr_wrap {
  float: right;
  display: inline-block;
  margin-top: -110px;
}
.overview_wrap .imgr_wrap .img_wrap {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
  margin-left: 60px;
}
.overview_wrap.override {
  margin-top: -35px;
  padding-bottom: 0;
  margin-bottom: 50px;
}
.overview_wrap.override:before {
  top: 0;
  left: 0;
  width: calc(50% + 725px);
  content: "";
  bottom: 120px;
  z-index: -1;
  position: absolute;
  background: rgba(85, 162, 171, 0.1);
  -webkit-border-bottom-left-radius: 40px;
  -moz-border-radius-bottomleft: 40px;
  border-bottom-left-radius: 40px;
}
.overview_wrap.override .imgr_wrap {
  margin-top: 40px;
}
.overview_wrap.override .imgr_wrap .img_wrap {
  margin-left: 100px;
}
.overview_wrap .collega-gezocht {
  width: 100% !important;
  position: relative;
  display: none !important;
}
@media only screen and (min-width: 1500px) {
  .overview_wrap .collega-gezocht {
    display: block !important;
    width: 50% !important;
  }
}
.overview_wrap .collega-gezocht .img_wrap {
  position: relative;
}
.overview_wrap .collega-gezocht .emblem1-collega {
  width: 135px;
  position: absolute;
  top: calc(50% - 80px);
  left: 0;
  z-index: 2;
}
.overview_wrap .collega-gezocht .emblem2-collega {
  width: 65px;
  position: absolute;
  z-index: 2;
  left: -45px;
  top: calc(50% - 140px);
}
.overview_wrap .collega-gezocht .img_wrap-text {
  position: absolute;
  top: calc(50% + 30px);
  left: 25px;
  width: calc(100% - 50px);
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 1200px) {
  .overview_wrap .collega-gezocht .img_wrap-text {
    width: calc(100% - 100px);
    left: 50px;
    top: calc(50% + 40px);
  }
}
.overview_wrap .collega-gezocht .img_wrap-text h3 {
  color: #007481;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}
@media only screen and (min-width: 1200px) {
  .overview_wrap .collega-gezocht .img_wrap-text h3 {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
.overview_wrap .collega-gezocht .img_wrap-text a {
  margin-top: 20px;
  z-index: 1;
}
@media only screen and (min-width: 1200px) {
  .overview_wrap .collega-gezocht .img_wrap-text a {
    margin-top: 30px;
  }
}
.overview_wrap .collega-gezocht .img_wrap-text p {
  font-size: 16px;
  line-height: initial;
}
@media only screen and (min-width: 1200px) {
  .overview_wrap .collega-gezocht .img_wrap-text p {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) {
  .overview_wrap.overview_wrap-collega .info_wrap {
    width: 47% !important;
  }
}
@media only screen and (min-width: 1200px) {
  .overview_wrap.overview_wrap-collega .info_wrap {
    width: 50% !important;
  }
}
.overview_wrap .collega-gezocht-mobile {
  width: 100% !important;
  position: relative;
  display: block !important;
  max-width: 500px;
}
@media only screen and (min-width: 768px) {
  .overview_wrap .collega-gezocht-mobile {
    width: 47% !important;
  }
}
@media only screen and (min-width: 1024px) {
  .overview_wrap .collega-gezocht-mobile {
    width: 50% !important;
    max-width: initial;
  }
}
@media only screen and (min-width: 1499px) {
  .overview_wrap .collega-gezocht-mobile {
    display: none !important;
  }
}
.overview_wrap .collega-gezocht-mobile .img_wrap {
  position: relative;
  overflow: visible;
}
.overview_wrap .collega-gezocht-mobile .emblem1-collega {
  width: 80px;
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .overview_wrap .collega-gezocht-mobile .emblem1-collega {
    top: 115px;
    left: -30px;
  }
}
@media only screen and (min-width: 1024px) {
  .overview_wrap .collega-gezocht-mobile .emblem1-collega {
    top: 130px;
    left: -10px;
  }
}
.overview_wrap .collega-gezocht-mobile .emblem2-collega {
  width: 40px;
  position: absolute;
  z-index: 2;
  left: -10px;
  top: -10px;
}
@media only screen and (min-width: 768px) {
  .overview_wrap .collega-gezocht-mobile .emblem2-collega {
    top: 70px;
    left: -45px;
  }
}
@media only screen and (min-width: 1024px) {
  .overview_wrap .collega-gezocht-mobile .emblem2-collega {
    top: 90px;
    left: -25px;
  }
}
.overview_wrap .collega-gezocht-mobile .img_wrap-text {
  text-align: center;
  background-color: #EEF6F6;
  border-radius: 0 0 40px 40px;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 20px;
  flex-direction: column;
  margin-bottom: 30px;
}
.overview_wrap .collega-gezocht-mobile .img_wrap-text h3 {
  color: #007481;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}
.overview_wrap .collega-gezocht-mobile .img_wrap-text a {
  margin-top: 20px;
  z-index: 1;
}
.overview_wrap .collega-gezocht-mobile .img_wrap-text p {
  font-size: 16px;
  line-height: initial;
}

.popup-booster .box {
  background-color: transparent !important;
  padding: 0 !important;
}
.popup-booster .title {
  text-transform: inherit !important;
  font-weight: bold;
  line-height: initial !important;
}
@media only screen and (min-width: 1024px) {
  .popup-booster .title {
    font-size: 30px !important;
  }
}
.popup-booster .emblem1 {
  width: 25px;
  position: absolute;
  left: 5px;
  bottom: 0px;
}
@media only screen and (min-width: 768px) {
  .popup-booster .emblem1 {
    width: 50px;
    left: 15px;
    bottom: 35px;
  }
}
@media only screen and (min-width: 1250px) {
  .popup-booster .emblem1 {
    left: -40px;
  }
}
.popup-booster .emblem2 {
  width: 40px;
  position: absolute;
  left: 25px;
  bottom: -40px;
}
@media only screen and (min-width: 768px) {
  .popup-booster .emblem2 {
    width: 80px;
    left: 60px;
    bottom: -30px;
  }
}
@media only screen and (min-width: 1250px) {
  .popup-booster .emblem2 {
    left: 0px;
  }
}

.verzorg_wrap {
  z-index: 3;
  position: relative;
}
.verzorg_wrap .img_wrap {
  padding-right: 110px;
}
.verzorg_wrap .info_wrap .inner_wrap {
  padding-right: 50px;
  width: 765px;
  max-width: 100%;
  padding-left: 110px;
  float: left;
  display: inline-block;
}
.verzorg_wrap.right {
  padding-top: 250px;
  padding-bottom: 150px;
  margin-top: -90px;
  z-index: 2;
}
.verzorg_wrap.right:before {
  top: 0;
  right: 0;
  width: calc(50% + 765px);
  content: "";
  height: 100%;
  position: absolute;
  background: rgba(85, 162, 171, 0.1);
  -webkit-border-bottom-left-radius: 40px;
  -moz-border-radius-bottomleft: 40px;
  border-bottom-left-radius: 40px;
}
.verzorg_wrap.right .img_wrap {
  padding-left: 110px;
  padding-right: 0px;
}
.verzorg_wrap.right .info_wrap .inner_wrap {
  float: right;
  display: inline-block;
  padding-right: 130px;
  padding-right: 130px;
  padding-left: 130px;
}

.jouw_wrap {
  margin-top: 85px;
  z-index: 10;
}
.jouw_wrap .emblem_wrap .emblem1,
.jouw_wrap .emblem_wrap .emblem2,
.jouw_wrap .emblem_wrap .emblem3 {
  float: right;
  display: inline-block;
}
.jouw_wrap .emblem_wrap .emblem1 {
  width: 100px;
  margin-right: 220px;
}
.jouw_wrap .emblem_wrap .emblem2 {
  width: 175px;
  margin-right: 80px;
}
.jouw_wrap .emblem_wrap .emblem3 {
  width: 65%;
  float: left;
  display: inline-block;
  margin-top: -115px;
}
.jouw_wrap .info_wrap {
  padding-left: 100px;
  padding-top: 100px;
}

.border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
}
.border span {
  background: #6cca98;
  height: 100%;
  float: left;
  display: inline-block;
}

.adivse_ul .item {
  width: calc((100% - 190px) / 3);
  float: left;
  display: inline-block;
  margin-right: 95px;
  margin-bottom: 60px;
  font-size: 18px;
  line-height: 36px;
}
.adivse_ul .item:nth-child(3n+0) {
  margin-right: 0;
  margin-left: -1px;
}
.adivse_ul .item .hoverplus {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: rgba(108, 202, 152, 0.7);
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 44px;
  opacity: 0;
}
.adivse_ul .item .hoverplus span {
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.adivse_ul .item .img_wrap {
  margin-bottom: 45px;
}
.adivse_ul .item .name_wrap {
  max-height: 70px;
  overflow: hidden;
  color: #007481;
  font-size: 25px;
  line-height: 35px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin-bottom: 5px;
}
.adivse_ul .item .name_wrap a {
  color: #007481;
}
.adivse_ul .item .desc_wrap {
  margin-bottom: 0;
}
.adivse_ul .item .desc_wrap a {
  color: #000;
}
.adivse_ul .item .leesmeer_a {
  color: #007481;
  font-weight: 700;
}
.adivse_ul .item:hover .hoverplus {
  opacity: 1;
}
.adivse_ul .swiper-slide .item {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.store_ul {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
}
.store_ul .item {
  width: calc((100% - 90px) / 4);
  float: left;
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin-right: 30px;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 36px;
}
.store_ul .item:nth-child(4n+0) {
  margin-right: 0;
  margin-left: -1px;
}
.store_ul .item.last {
  margin-left: auto;
}
.store_ul .item.last .common_anchor {
  position: absolute;
  bottom: 0;
  right: 0;
}
.store_ul .item .bg_wrap {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(204, 227, 230, 0.96);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.store_ul .item .info_wrap {
  position: absolute;
  bottom: -74px;
  left: 0;
  z-index: 2;
  width: 100%;
  padding: 20px 40px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: rgba(204, 227, 230, 0.96);
}
.store_ul .item .info_wrap .name_wrap {
  font-size: 25px;
  line-height: 35px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #007481;
  margin-bottom: 20px;
}
.store_ul .item .info_wrap .common_anchor {
  padding-left: 22px;
  padding-right: 57px;
}
.store_ul .item .info_wrap .common_anchor.has_plus:after {
  right: 20px;
}
.store_ul .item:hover .bg_wrap {
  opacity: 1;
}
.store_ul .item:hover .info_wrap {
  background: rgba(204, 227, 230, 0);
  bottom: 0;
  padding-bottom: 48px;
}
.store_ul .swiper-slide .item {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.advise_parent_wrap {
  padding: 150px 0;
}
.advise_parent_wrap .arrow_right,
.advise_parent_wrap .arrow_left {
  display: none;
}
.advise_parent_wrap .border.top {
  width: 250px;
}
.advise_parent_wrap .border.bottom {
  width: calc(50% + 715px);
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  float: right;
  display: inline-block;
  margin-top: 170px;
  margin-bottom: 130px;
}
.advise_parent_wrap.onlylang {
  padding-top: 0;
}
.advise_parent_wrap.onlylang .border.bottom {
  margin-top: 0px;
}

.lborder {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  bottom: 0;
}
.lborder span {
  width: 100%;
  float: left;
  display: inline-block;
  background: #fff;
}

.footer_wrap {
  background: #007481;
  padding: 90px 0;
}
.footer_wrap .right_wrap {
  float: right;
  display: inline-block;
}
.footer_wrap .flogo_wrap {
  margin-bottom: 60px;
}
.footer_wrap .lborder {
  bottom: 40px;
}
.footer_wrap .lborder.border1 {
  left: 23%;
}
.footer_wrap .lborder.border2 {
  left: 48%;
}
.footer_wrap .lborder.border3 {
  left: 73%;
}
.footer_wrap .social_wrap {
  margin-bottom: 40px;
}
.footer_wrap .social_wrap a {
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  margin-bottom: 10px;
}
.footer_wrap .social_wrap a img {
  width: 20px;
  float: left;
  display: inline-block;
  margin-right: 10px;
}
.footer_wrap .copyright_wrap {
  font-size: 14px;
  line-height: 36px;
  font-weight: 700;
  color: #6cca98;
}
.footer_wrap .copyright_wrap a {
  color: #6cca98;
}
.footer_wrap .copyright_wrap span {
  padding: 0 5px;
}
.footer_wrap .location_ul {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
.footer_wrap .location_ul .item {
  width: calc((100% - 90px) / 4);
  float: left;
  display: inline-block;
  position: relative;
  margin-right: 30px;
  padding-right: 20px;
  color: #fff;
  /*border-right:1px solid $color_white;*/
  /*&.last_row{
  	.desc_wrap {
  		margin-bottom: 0;
  	}
  }*/
}
.footer_wrap .location_ul .item .desc_pad_wrap {
  padding-left: 35px;
}
.footer_wrap .location_ul .item .name_wrap {
  margin-bottom: 10px;
  font-weight: 700;
}
.footer_wrap .location_ul .item .name_wrap:before {
  position: absolute;
  top: -11px;
  left: -27px;
  content: "+";
  color: #6cca98;
  float: right;
  display: inline-block;
  font-size: 48px;
  line-height: 36px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 36px;
}
.footer_wrap .location_ul .item:nth-child(4n+0) {
  margin-right: 0;
  border-right: 0;
  margin-left: -1px;
}

.page_content_wrap {
  padding-top: 35px;
  padding-bottom: 150px;
}
.page_content_wrap .common_header.main {
  margin-bottom: 60px;
}

.cms_crumbs {
  width: 100%;
  display: inline-block;
  float: left;
  padding: 0;
  margin: 0;
  margin-bottom: 60px;
}
.cms_crumbs li {
  display: inline-block;
  position: relative;
  float: left;
  padding: 0;
  margin: 0;
  position: relative;
}
.cms_crumbs li + li {
  padding-left: 20px;
}
.cms_crumbs li + li:before {
  position: absolute;
  left: 5px;
  top: 0;
  color: #000;
  font-size: 18px;
  line-height: 36px;
  content: ">";
}
.cms_crumbs li a {
  font-size: 18px;
  line-height: 36px;
  color: #007f8d;
  font-weight: 700;
}
.cms_crumbs li a.active {
  color: #000;
  font-weight: 400;
}

.pagination_wrap {
  text-align: center;
  margin-top: 30px;
}
.pagination_wrap .pag_first_last_anchor {
  float: left;
  display: inline-block;
  margin-top: 6px;
  position: relative;
}
.pagination_wrap .pag_first_last_anchor img {
  float: left;
  display: inline-block;
  width: 16px;
}
.pagination_wrap .pagination_inner_wrap {
  display: inline-block;
}
.pagination_wrap ul {
  width: 100%;
  display: inline-block;
  float: left;
  padding: 0;
  margin: 0;
  width: auto;
  margin: 0 18px;
}
.pagination_wrap ul li {
  display: inline-block;
  position: relative;
  float: left;
  padding: 0;
  margin: 0;
}
.pagination_wrap ul li + li {
  margin-left: 5px;
}
.pagination_wrap ul li a {
  float: left;
  display: inline-block;
  min-width: 40px;
  padding: 0 5px;
  height: 40px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  color: #007f8d;
  font-weight: 700;
  font-size: 18px;
  line-height: 36px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 2px solid #dedede;
}
.pagination_wrap ul li a.active, .pagination_wrap ul li a:hover {
  border-color: #007f8d;
}

.page_top_border {
  display: none;
}

.input, .btn_parent_wrap .btn {
  width: 100%;
  display: inline-block;
  float: left;
  margin-bottom: 15px;
  border: 2px solid #cce3e6;
  font-size: 18px;
  line-height: 36px;
  padding: 7px 30px;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

textarea.input {
  height: 146px;
}

.input::-webkit-input-placeholder { /* Edge */
  font-size: 18px;
  line-height: 36px;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

.input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-size: 18px;
  line-height: 36px;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

.input::placeholder {
  font-size: 18px;
  line-height: 36px;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

.form_margin {
  margin-top: 40px;
}

.step_item_wrap {
  position: relative;
}
.step_item_wrap.border_top {
  border-top: 1px solid #dadada;
}
.step_item_wrap.border_bot {
  border-bottom: 1px solid #dadada;
}
.step_item_wrap.border_botl:after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: 2px;
  border-bottom: 1px solid #dadada;
  content: "";
}
.step_item_wrap .alphabet {
  padding-top: 3px;
  width: 60px;
  float: left;
  display: inline-block;
  font-size: 18px;
  line-height: 36px;
  font-weight: 700;
  color: #007481;
}
.step_item_wrap .text {
  padding-top: 5px;
  padding-bottom: 5px;
  width: calc(100% - 290px);
  float: left;
  display: inline-block;
  font-size: 18px;
  line-height: 32px;
  padding-right: 40px;
  color: #000;
}
.step_item_wrap .image {
  width: 230px;
  float: right;
  display: inline-block;
  padding: 4px 0;
}

.step_parent_wrap {
  margin-bottom: 30px;
}
.step_parent_wrap .ques_wrap .number {
  font-size: 26px;
  line-height: 36px;
  padding: 2px;
  min-width: 40px;
  text-align: center;
  background: #71cd9d;
  color: #fff;
  float: left;
  display: inline-block;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.step_parent_wrap .ques_wrap .text {
  float: right;
  display: inline-block;
  width: calc(100% - 80px);
  padding-top: 2px;
  font-size: 18px;
  line-height: 36px;
}
.step_parent_wrap .ans_wrap {
  padding-left: 80px;
  padding-top: 10px;
}
.step_parent_wrap a.addspace {
  margin-left: 20px;
}

.arrow_img_wrap {
  margin-top: 10px;
}
.arrow_img_wrap .arrow {
  position: absolute;
  bottom: 50px;
  left: -10px;
  z-index: 1;
  width: 40px;
}

.popup_overlay_wrap, .form_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1010;
  text-align: center;
  padding-top: 100px;
  display: none;
  padding-left: 50px;
  padding-right: 50px;
}
.popup_overlay_wrap .inner_wrap, .form_wrap .inner_wrap {
  background: #fff;
  max-width: 100%;
  width: 1000px;
  display: inline-block;
  position: relative;
  padding: 60px;
  text-align: left;
}
.popup_overlay_wrap .inner_wrap .close_wrap, .form_wrap .inner_wrap .close_wrap {
  position: absolute;
  top: 60px;
  right: 60px;
  z-index: 5;
  cursor: pointer;
  width: 30px;
}
.popup_overlay_wrap .inner_wrap .common_header, .form_wrap .inner_wrap .common_header {
  padding-right: 50px;
}
.popup_overlay_wrap .inner_wrap .w_50:nth-child(odd), .form_wrap .inner_wrap .w_50:nth-child(odd) {
  padding-right: 15px;
}
.popup_overlay_wrap .inner_wrap .w_50:nth-child(even), .form_wrap .inner_wrap .w_50:nth-child(even) {
  padding-left: 15px;
}
.popup_overlay_wrap .inner_wrap .emblem_wrap, .form_wrap .inner_wrap .emblem_wrap {
  position: absolute;
  right: 60px;
  width: 180px;
  bottom: -58px;
}
.popup_overlay_wrap .inner_wrap .emblem_wrap img, .form_wrap .inner_wrap .emblem_wrap img {
  width: 100%;
}
.popup_overlay_wrap.step_popup_wrap .inner_wrap, .form_wrap.step_popup_wrap .inner_wrap {
  padding-bottom: 170px;
}
.popup_overlay_wrap.step_popup_wrap .inner_wrap .common_header, .form_wrap.step_popup_wrap .inner_wrap .common_header {
  font-size: 34px;
  line-height: 50px;
}
.popup_overlay_wrap .popup_btns .common_anchor, .form_wrap .popup_btns .common_anchor {
  padding-left: 20px;
  padding-right: 20px;
}
.popup_overlay_wrap .popup_btns .common_anchor.has_plus, .form_wrap .popup_btns .common_anchor.has_plus {
  padding-right: 67px;
}
.popup_overlay_wrap .popup_btns .common_anchor.has_plus:after, .form_wrap .popup_btns .common_anchor.has_plus:after {
  right: 20px;
}
.popup_overlay_wrap .popup_btns .common_anchor + .common_anchor, .form_wrap .popup_btns .common_anchor + .common_anchor {
  margin-left: 15px;
}

.form_wrap {
  position: relative;
  padding: 0px;
  background: #FFF;
  top: unset;
  left: unset;
  display: block;
  text-align: left;
  z-index: 1;
}
.form_wrap .inner_wrap {
  padding: 0;
}

.btn_parent_wrap .btn_opt_wrap {
  position: relative;
  float: left;
  display: inline-block;
  width: 100%;
}
.btn_parent_wrap .options {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: 4px;
  z-index: 10;
  padding: 15px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #d0d0d0;
  background: #fff;
  display: none;
}
.btn_parent_wrap .options a {
  width: 100%;
  float: left;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  color: #000;
}
.btn_parent_wrap .btn {
  float: left;
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 100%;
  margin-bottom: 15px;
}
.btn_parent_wrap .btn .arrow {
  position: absolute;
  width: 54px;
  top: -2px;
  right: -2px;
  bottom: -2px;
  z-index: 1;
  display: inline-block;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  background: #007481;
  text-align: center;
}
.btn_parent_wrap .btn .arrow img {
  width: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_parent_wrap .btn.active img {
  -ms-transform: translate(-50%, -50%) rotate(180deg);
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
  margin-top: -1px;
}

/*# sourceMappingURL=layout.css.map */
