@font-face {
  font-family: bourtonbase;
  src: url(../woff2/bourton-base-webfont-2.woff2) format("woff2"),
    url(../eot/bourton-base-webfont.eot) format("embedded-opentype"),
    url(../woff/bourton-base-webfont-2.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: bourtonline;
  src: url(../woff2/bourton-line-bold-webfont.woff2) format("woff2"),
    url(../eot/bourton-line-bold-webfont.eot) format("embedded-opentype"),
    url(../woff/bourton-line-bold-webfont.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Quarto";
  src: url("../woff2/quarto-medium.woff2") format("woff2"),
    url("../woff/quarto-medium.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Quarto";
  src: url("../woff2/quarto-semibold.woff2") format("woff2"),
    url("../woff/quarto-semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Quarto";
  src: url("../woff2/quarto-bold-webfont.woff2") format("woff2"),
    url("../woff/quarto-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
html {
  height: 100%;
}
html.with-featherlight {
  overflow: auto !important;
}
body {
  margin: 0;
  padding: 0;
  position: relative;
  min-height: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #175c62;
  font-weight: 400;
  text-rendering: optimizeSpeed;
  background: #fff;
  font-variant: none;
  overflow-x: hidden;
}
body.admin-bar .page-spacer {
  position: relative;
  top: 32px;
}
body.admin-bar .navbar.navbar-fixed-top {
  margin-top: 32px;
}

body {
  padding: 0 0 0;
  counter-reset: section;
}

/* Global CSS */
.container-fluid,
.container {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.row {
  margin: 0 -15px;
}
.clearfix {
  clear: both;
}
.img-responsive {
  position: relative;
  max-width: 100%;
}

.hidden-xs {
}
.visible-xs {
  display: none !important;
}
.visible-sm {
  display: none !important;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1130px;
  }
}
@media screen and (max-width: 991px) {
  body {
    padding-bottom: 0;
  }
  .hidden-sm {
    display: none;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .visible-sm {
    display: block !important;
  }
  .hidden-sm {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  body.admin-bar .page-spacer {
    top: 0;
  }
  body.admin-bar .navbar.navbar-fixed-top {
    margin-top: 0;
  }

  .hidden-xs {
    display: none !important;
  }
  .visible-xs {
    display: block !important;
  }
  #wpadminbar {
    display: none !important;
  }
  html[lang="en-US"] {
    margin-top: 0 !important;
  }
}

.row:after {
  clear: both;
}
.row:after,
.row:before {
  display: table;
  content: " ";
}
.col-lg-12,
.col-lg-3,
.col-lg-4,
.col-lg-6,
.col-md-12,
.col-md-3,
.col-md-4,
.col-md-6,
.col-sm-12,
.col-sm-3,
.col-sm-4,
.col-sm-6,
.col-xs-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-12 {
  float: left;
  width: 100%;
}

@media (min-width: 768px) {
  .col-sm-12,
  .col-sm-3,
  .col-sm-4,
  .col-sm-6 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
}
@media (min-width: 992px) {
  .col-md-12,
  .col-md-3,
  .col-md-4,
  .col-md-6 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .col-lg-12,
  .col-lg-3,
  .col-lg-4,
  ..col-lg-6 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
}
/* 	----------------------------
	General Group Syle
---------------------------- */
.font-thin {
  font-weight: 100 !important;
}
.font-light {
  font-weight: 300 !important;
}
.font-regular {
  font-weight: 400 !important;
}
.font-medium {
  font-weight: 500 !important;
}
.font-bold {
  font-weight: 700 !important;
}

.font-roboto {
  font-family: "Roboto", sans-serif;
}
.font-roboto-condensed {
  font-family: "Roboto Condensed", sans-serif;
}
.font-quarto {
  font-family: "Quarto";
}
.font-bourtonbase {
  font-family: bourtonbase;
}
.font-bourtonline {
  font-family: bourtonline;
}

.color-primary {
  color: #175c62 !important;
}
.color-default {
  color: #5d5d5d !important;
}
.color-danger {
  color: #c35e5e !important;
}

.bg-primary {
  background-color: #5786a7 !important;
}
.bg-default {
  background-color: #fafafa !important;
}
.bg-danger {
  background-color: #f1dddd !important;
}
.bg-success {
  background-color: #e1f0ee !important;
}

.hr-primary {
  background-color: #27325a;
}
.hr-default {
  background: #ebf3f5;
}
.hr-danger {
  background-color: #f1dddd;
}
.hr-success {
  background-color: #e1f0ee;
}

video::-internal-media-controls-download-button {
  display: none;
}
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.video-wrapper video {
  width: 100% !important;
  height: auto !important;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.white-space {
  white-space: pre;
}
.transition-all {
  transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
}

@media screen and (max-width: 991px) {
  .video-wrapper {
    padding-top: 0;
  }
}

/* 	----------------------------
	Typography
---------------------------- */
/* Other Element Style */
p {
  font-size: 18px;
  line-height: 1.5;
  color: #175c62;
  font-weight: 400;
  margin: 0 0 30px;
  font-family: "Roboto", sans-serif;
}
p.lead {
  font-size: 20px;
}
p.small,
p small {
  font-size: 16px;
  line-height: 1.6875;
}
p strong {
  font-weight: 700;
}
p:last-child {
  margin-bottom: 0;
}
p a {
  color: #005368;
}
em {
}
span {
}
small {
  font-size: 14px;
  color: #175c62;
  line-height: 1.5;
}
.inverse p {
  color: #fff;
}

hr {
  height: 1px;
  border: none;
  background: #b2c1d5;
  margin: 5px 0;
}
hr + hr {
  display: none;
}
hr.inverse {
  background: #fff !important;
}

strong,
b {
  font-weight: 700;
}
label {
}

address p,
address {
  font-size: 18px;
  line-height: 1.5;
  color: #175c62;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
address strong {
  display: block;
}

a {
  color: #175c62;
  font-family: "Roboto", sans-serif;
  transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
}
a {
  text-decoration: none;
  outline: none;
}
a:hover,
a:focus,
a:active {
  color: #1e3f50;
}
a:focus:active,
.btn:focus:active,
a:focus:active,
.btn:focus:active,
a:active,
.btn:active,
a:focus,
.btn:focus {
  outline: none;
  box-shadow: none;
  color: #1e3f50;
}

a.inverse,
.inverse a {
  color: #fff;
}

ul {
  padding: 0;
  margin: 0;
}
ul li {
  font-size: 18px;
  line-height: 1.5;
  color: #175c62;
  font-weight: 400;
}
.inverse li,
ul.inverse li {
  color: #fff;
}

/* Color & Weight style */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  color: #175c62;
  font-weight: normal;
}
.inverse h1,
.inverse h2,
.inverse h3,
.inverse h4,
.inverse h5,
.inverse h6,
.inverse,
h1.inverse,
h2.inverse,
h3.inverse,
h4.inverse,
h5.inverse,
h6.inverse {
  color: #ffffff !important;
}
.h1 em,
.h2 em,
.h3 em,
.h4 em,
.h5 em,
.h6 em,
h1 em,
h2 em,
h3 em,
h4 em,
h5 em,
h6 em {
}
h1 strong,
.h1 strong,
h2 strong,
.h2 strong,
h3 strong,
.h3 strong,
h4 strong,
.h4 strong,
h5 strong,
.h5 strong,
h6 strong,
.h6 strong {
  font-weight: 700;
}

h1,
.h1 {
  font-size: 48px;
  line-height: 1.69;
}
h2,
.h2 {
  font-size: 45px;
  line-height: 1.3333;
}
h3,
.h3 {
  font-size: 42px;
  line-height: 1.142;
}
h4,
.h4 {
  font-size: 38px;
  line-height: 1.473;
}
h5,
.h5 {
  font-size: 24px;
  line-height: 1.25;
}
h6,
.h6 {
  font-size: 20px;
  line-height: 1.3;
}

@media screen and (max-width: 1200px) {
  h1,
  .h1 {
    font-size: 44px;
  }
  h2,
  .h2 {
    font-size: 40px;
  }
  h3,
  .h3 {
    font-size: 38px;
  }
  h4,
  .h4 {
    font-size: 36px;
  }
  h5,
  .h5 {
    font-size: 22px;
  }
}
@media screen and (max-width: 991px) {
  h1,
  .h1 {
    font-size: 40px;
  }
  h2,
  .h2 {
    font-size: 34px;
  }
  h3,
  .h3 {
    font-size: 32px;
  }
  h4,
  .h4 {
    font-size: 30px;
  }

  body {
    font-size: 16px;
  }
  p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 34px;
  }
  h2,
  .h2 {
    font-size: 28px;
  }
  h3,
  .h3 {
    font-size: 26px;
  }
  h4,
  .h4 {
    font-size: 24px;
  }
  h5,
  .h5 {
    font-size: 20px;
  }
  h6,
  .h6 {
    font-size: 18px;
  }
}

/*****************************/
/*    Media Style start       /
/*****************************/
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-body,
.media-left,
.media-right {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}

@media screen and (max-width: 1278px) {
  .media-responsive-lap > .media-right,
  .media-responsive-lap > .media-body,
  .media-responsive-lap > .media-left {
    display: block;
    width: auto;
    overflow: visible;
    padding: 0;
    margin: 10px 0;
  }
  .media-responsive-lap > .media-left {
    margin-top: 0;
  }
  .media-responsive-lap > .media-right {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  .media-responsive-tab > .media-right,
  .media-responsive-tab > .media-body,
  .media-responsive-tab > .media-left {
    display: block;
    width: auto;
    overflow: visible;
    padding: 0;
    margin: 10px 0;
  }
  .media-responsive-tab > .media-left {
    margin-top: 0;
  }
  .media-responsive-tab > .media-right {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .media-responsive-mobile > .media-right,
  .media-responsive-mobile > .media-body,
  .media-responsive-mobile > .media-left {
    display: block;
    width: auto;
    overflow: visible;
    padding: 0;
    margin: 10px 0;
  }
  .media-responsive-mobile > .media-left {
    margin-top: 0;
  }
  .media-responsive-mobile > .media-right {
    margin-bottom: 0;
  }
}

/*****************************/
/*    Button Style start      /
/*****************************/
.btn {
  font-size: 16px;
  font-weight: 500;
  border-width: 0;
  text-transform: none;
  padding: 13px 20px;
  line-height: 1.813;
  color: #fff;
  background: #000;
  border-radius: 9px;
  font-family: "Roboto", sans-serif;
  cursor: pointer;
  display: inline-block;
  min-width: 206px;
  text-align: center;
}
.btn-lg {
}
.btn-sm {
  font-size: 16px;
  padding: 6px 20px;
  min-width: 148px;
  line-height: 1.75;
}

.btn-block {
  width: 100%;
  display: block;
  text-align: center;
}

.btn.disabled {
  filter: grayscale(1);
  pointer-events: none;
  opacity: 0.2;
}

.btn > * {
  display: inline-block;
  vertical-align: middle;
}
.btn img,
.btn svg {
  width: auto;
  height: 20px;
}
.btn img + span {
  margin-left: 5px;
}
.btn span + img {
  margin-left: 5px;
}

/*.btn.btn-raised { box-shadow:0 4px 14px 0 rgba(0,32,24,0.25); -moz-box-shadow:0 4px 14px 0 rgba(0,32,24,0.25); -webkit-box-shadow:0 4px 14px 0 rgba(0,32,24,0.25); -ms-box-shadow:0 4px 14px 0 rgba(0,32,24,0.25); }

/*.btn.btn-rounded { border-radius:100px;} 

.btn.btn-fab * { display:inline-block; vertical-align:middle; }

.btn.btn-fab { width:55px; height:55px; line-height:51px; min-width:1px; border-radius:50%; padding:0; display:inline-block; vertical-align:middle; text-align:center; }
.btn.btn-fab.btn-lg { width:65px; height:65px; line-height:61px; }
.btn.btn-fab.btn-sm { width:40px; height:40px; line-height:36px; }
.btn.btn-fab.btn-xs { width:28px; height:28px; line-height:24px; }*/

/* Default Button */
.btn-default {
  border-color: #314d5c;
  background: #314d5c;
  color: #fff;
}
.btn-default:active:focus,
.btn-default:focus,
.btn-default:hover,
.btn-default:active,
.btn-default:active:focus {
  background: #1e3f50;
  border-color: #1e3f50;
  color: #fff;
}

.btn-default.btn-inverse {
  border-color: #ffffff;
  background: #ffffff;
  color: #393e42;
}
.btn-default.btn-inverse:active:focus,
.btn-default.btn-inverse:focus,
.btn-default.btn-inverse:hover,
.btn-default.btn-inverse:active,
.btn-default.btn-inverse:active:focus {
  background: #f1f1f1;
  border-color: #f1f1f1;
  color: #393e42;
}

/* Primary Button */
.btn-primary {
  border-color: #175c62;
  background: #175c62;
  color: #fff;
}
.btn-primary:active:focus,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:active:focus {
  background: #1e3f50;
  border-color: #1e3f50;
  color: #fff;
}

.btn-primary.btn-inverse {
  border-color: #ffffff;
  background: #ffffff;
  color: #175c62;
}
.btn-primary.btn-inverse:active:focus,
.btn-primary.btn-inverse:focus,
.btn-primary.btn-inverse:hover,
.btn-primary.btn-inverse:active,
.btn-primary.btn-inverse:active:focus {
  background: #f1f1f1;
  border-color: #f1f1f1;
  color: #175c62;
}

@media screen and (max-width: 991px) {
  .btn img,
  .btn svg {
    height: 16px;
  }
}
@media screen and (max-width: 767px) {
  .btn {
    font-size: 15px;
    padding: 9px 20px;
    min-width: 188px;
  }
  .btn-sm {
    min-width: 100px;
    font-size: 12px;
  }
}

/*****************************/
/*    Form Group Style start  /
/*****************************/

/*****************************/
/*   Carousel Style start     /
/*****************************/ /*
.owl-carousel {}
.owl-carousel .owl-item { padding:0 5px; }
.owl-carousel .owl-stage-outer {  }

.owl-carousel .owl-dots { text-align: center; line-height: normal; }
.owl-carousel .owl-dots button.owl-dot { width: 10px; height: 10px; background: #979797; opacity:0.5; display: inline-block; vertical-align: middle; margin: 0 3px; border-radius: 50%; }
.owl-carousel .owl-dots button.owl-dot.active { background: #0FC1A7; opacity:1; }
*/
/*****************************/
/*    Card Style start        /
/*****************************/
.card-flat {
  background: none;
  border-radius: 0;
  box-shadow: none;
}

.z-depth {
  box-shadow: 0 4px 11px 0 rgba(0, 26, 51, 0.18);
}

.card {
  padding: 1px 0;
  margin-bottom: 15px;
  border-radius: 15px;
}
.card-header {
  padding: 15px 15px 0;
  margin-bottom: 15px;
}
.card-body {
  padding: 0 15px;
  margin: 15px 0;
}
.card-footer {
  padding: 0 15px 15px;
  margin-top: 15px;
}

.card-what-used {
  display: table;
  width: 100%;
  background: center no-repeat;
  background-size: cover;
  margin-bottom: 30px;
  border-radius: 10px;
}
.card-what-used .card-body {
  display: table-cell;
  vertical-align: middle;
  height: 200px;
}
.card-what-used .card-body a {
  color: #fff;
}
.card-what-used .card-body .card-title {
  max-width: 220px;
  margin: 0 auto;
}

.card-text {
}
.card-text .card-title {
  margin: 0 0 22px;
}
.card-text p {
  font-size: 16px;
  line-height: 1.6875;
}

@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 379px) {
}

/*****************************/
/*    Panel Style start      /
/*****************************/
.panel-group .panel {
  border-radius: 0;
}
.panel {
  border: none;
  background: none;
  border-radius: 0;
  box-shadow: none;
}
.panel-default {
  border: none;
}
.panel-group .panel + .panel {
  margin: 0;
}
.panel-default > .panel-heading {
  background: none;
  border: none;
}
.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border: none;
}

.collapse {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
}
.collapse.in {
  display: block;
}

/* Style */
.panel-group .panel {
  padding: 0;
  margin: 0;
}
.panel-group .panel + .panel {
  margin: 30px 0 0;
}
.panel-default > .panel-heading {
  padding: 0;
}
.panel-default {
  border-bottom: 1px solid #f3f4f1;
}
.panel-default .panel-title {
  margin-bottom: 25px;
  padding-right: 40px;
  display: block;
  position: relative;
}
.panel-default .panel-title:focus,
.panel-default .panel-title:hover {
  text-decoration: none;
  color: #1e3f50;
}
.panel-default .panel-body {
  padding: 0 0 36px;
}

.panel-default .panel-title:before {
  content: "";
  position: absolute;
  right: 0;
  width: 8px;
  height: 14px;
  top: 50%;
  border-radius: 0 8px 8px 0;
  transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
}

.panel-default .panel-title.collapsed:before {
  transform: translate(-50%, -50%) rotate(0deg);
}

.panel-default .panel-title:before {
  background: url("../svg/arrow-right-green-sm-2.svg") center no-repeat;
  background-size: auto 14px;
}

.panel-default .panel-body {
  color: #5d5d5d;
}
.panel-default .panel-body em {
  font-weight: 300;
}
.panel-default .panel-body ul {
  padding: 0 0 0 20px;
  margin: -20px 0 30px;
}

/*****************************/
/*    Title Style start      /
/*****************************/
.section-title-wrap {
  margin: 0;
}

.section-title {
  margin: 0;
}
.section-subtitle {
  margin: 10px 0 0;
}

.section-spacing-lg {
  padding: 130px 0;
}
.section-spacing-default {
  padding: 115px 0;
}
.section-spacing-md {
  padding: 90px 0;
}
.section-spacing-sm {
  padding: 60px 0;
}
.section-spacing-xs {
  padding: 30px 0;
}

.no-top-spacing {
  padding-top: 0 !important;
}
.no-bottom-spacing {
  padding-bottom: 0 !important;
}

@media screen and (max-width: 991px) {
  .section-spacing-lg {
    padding: 100px 0;
  }
  .section-spacing-default {
    padding: 84px 0;
  }
  .section-spacing-md {
    padding: 70px 0;
  }
  .section-spacing-sm {
    padding: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .section-spacing-lg {
    padding: 60px 0;
  }
  .section-spacing-default {
    padding: 52px 0;
  }
  .section-spacing-md {
    padding: 40px 0;
  }
  .section-spacing-sm {
    padding: 30px 0;
  }
  .section-spacing-xs {
    padding: 20px 0;
  }
}
@media screen and (max-width: 480px) {
}

/*****************************/
/*    Navbar Style start      /
/*****************************/
.navbar-header {
  float: left;
}
.navbar {
  margin-bottom: 0;
  padding: 25px 0;
  box-shadow: none;
  box-shadow: none;
  top: 0;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1030;
  box-shadow: 0 2px 4px 0 rgb(189 202 223 / 12%);
}
.navbar.navbar-fixed-bottom,
.navbar.navbar-fixed-top {
  position: fixed;
  top: 0;
}
.navbar-collapse {
  padding: 0;
}
.page-spacer {
  height: 90px;
}
.navbar-fixed-top {
  border: none;
}
.navbar-default {
  background: rgba(255, 255, 255, 1);
  transition: none;
  -webkit-transition: none;
  -ms-transition: none;
  -webkit-transition: none;
}

.navbar .custom-logo,
.navbar .navbar-brand {
  padding: 0;
  height: auto;
  position: relative;
}
.navbar .custom-logo > svg,
.navbar .custom-logo > img,
.navbar .navbar-brand > svg,
.navbar .navbar-brand > img {
  height: 40px;
  width: auto;
  vertical-align: middle;
  max-width: 141px;
}

.navbar-nav {
  margin: 0;
  padding: 0;
  float: right;
}
.navbar-nav > li {
  display: inline-block;
  vertical-align: middle;
  list-style: none;
}
.navbar-nav > li > a {
  display: inline-block;
  vertical-align: middle;
  color: #175c62;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 14px 10px;
  margin: 0 2.5px;
  line-height: 1.25;
}

.header-links {
  margin-left: 13.5px;
}
.btn-menu-toggle {
  width: 17px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  margin: 9px 0 0;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  z-index: 100;
  position: relative;
}
.btn-menu-toggle .bar {
  position: absolute;
  display: block;
  width: 17px;
  height: 2px;
  border-radius: 1px;
  background-color: #009789;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.btn-menu-toggle .bar.first {
  top: 0;
}
.btn-menu-toggle .bar.second {
  top: 4px;
}
.btn-menu-toggle .bar.last {
  top: 8px;
}

.btn-menu-toggle.active .bar.first {
  top: 5px;
  background-color: #fff;
  transform: rotate(45deg);
}
.btn-menu-toggle.active .bar.second {
  opacity: 0;
}
.btn-menu-toggle.active .bar.last {
  top: 5px;
  background-color: #fff;
  transform: rotate(-45deg);
}

@media (min-width: 768px) {
  .navbar-right {
    margin-right: 0;
    float: right;
  }
}
@media screen and (max-width: 1200px) {
  .navbar-nav > li > a {
    font-size: 15px;
    padding: 11px 6px;
  }
  .navbar .btn.btn-sm {
    min-width: 10px;
  }
}
@media screen and (max-width: 991px) {
  .page-spacer {
    height: 68px;
  }
  .navbar {
    padding: 20px 0;
  }
  .navbar-nav > li > a {
    margin: 0;
  }

  .navbar-header {
    float: none;
  }
  .navbar-right {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background: #27325a;
    display: none;
  }

  .navbar-nav {
    width: 100%;
    height: 100%;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .navbar-nav > li > a {
    position: static;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 24px;
    padding: 0;
  }

  .navbar-nav {
    opacity: 0;
    transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
  }
  .navbar-mobile-active .navbar-nav {
    opacity: 1;
    transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
  }

  .navbar .custom-logo > svg,
  .navbar .custom-logo > img,
  .navbar .navbar-brand > svg,
  .navbar .navbar-brand > img {
    height: 28px;
  }
}
@media screen and (max-width: 767px) {
}

/*****************************/
/*    Footer Style start      /
/*****************************/

/*
footer { position:absolute; left:0; bottom:0; width:100%; background:#fff; padding:44px 0; }
footer .footer-logo { display:inline-block; vertical-align:middle; margin:0 0 20px; }
footer .footer-logo svg { max-height:40px; width:142px; }
footer .footer-logo img {max-height:40px;  }

.copyrights-text p { font-size:14px; line-height:1.714; font-weight:500; }

.footer-nav { margin:0; padding:0; }
.footer-nav li { list-style:none; line-height:normal; display:inline-block; vertical-align:middle; }
.footer-nav li a { font-size:14px;  line-height:1.714; font-weight:500; display:inline-block; vertical-align:middle; }


	@media screen and (max-width:991px) {
		footer { position:relative; left:auto; top:auto; bottom:auto; }	
	}
	@media screen and (max-width:767px) {
	}
	@media screen and (max-width:350px) {
	} 
*/

footer.medication-footer {
  /* position:absolute; */
  left: 0;
  bottom: 0;
  width: 100%;
  background: #fff;
  padding: 60px 0 30px;
  background-color: #27325a !important;
}
footer.medication-footer p {
  color: #fff;
}
footer.medication-footer h4 {
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
footer.medication-footer .media-body {
  position: relative;
}
footer.medication-footer .media-right {
  padding-left: 42px;
}

.medication-footer .certified-logo {
  display: inline-block;
  vertical-align: middle;
  list-style: none;
}
.medication-footer .certified-logo li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}
.medication-footer .certified-logo img {
  display: inline-block;
  vertical-align: middle;
}
.medication-footer .certified-logo .logo-large {
  max-height: 132px;
  width: auto;
}
.medication-footer .certified-logo .logo-medium {
  max-height: 86px;
  width: auto;
}
.medication-footer .certified-logo .logo-small {
  max-height: 70px;
  width: auto;
}

.medication-footer .footer-social {
  margin: 35px 0 0;
}
.medication-footer .footer-social .navbar-social {
  display: inline-block;
  vertical-align: middle;
  list-style: none;
  margin: 0 0 16px;
}
.medication-footer .footer-social .navbar-social li {
  display: inline-block;
  margin: 0 10px;
}
.medication-footer .footer-social .navbar-social li a {
  display: block;
}
.medication-footer .footer-social .navbar-social li img,
.medication-footer .footer-social .navbar-social li svg {
  display: inline-block;
  vertical-align: middle;
}
.medication-footer .footer-social p a {
  color: #00c1a7;
  font-weight: 700;
  margin: 0 5px;
}
.medication-footer .footer-social p a:focus,
.medication-footer .footer-social p a:hover {
  text-decoration: underline;
}

.medication-footer .footer-address {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
}
.medication-footer .footer-address * {
  margin: 0;
  color: #fff;
  font-size: 21px;
  line-height: 1.28571429;
}
.medication-footer .footer-address p {
  font-size: 15px;
  line-height: 1.26666667;
  color: #b6c4db;
  margin-top: 16px;
}

.medication-footer .copyrights-text {
  margin-top: 50px;
}
.medication-footer .copyrights-text p {
  font-size: 14px;
  line-height: 1.28571429;
}
.medication-footer .copyrights-text p a {
  color: #ed6a79;
  font-weight: 700;
  margin: 0 5px;
  text-decoration: underline;
}
.medication-footer .copyrights-text p a:focus,
.medication-footer .copyrights-text p a:hover {
  text-decoration: underline;
}

.medication-footer .footer-nav-title {
  margin: 0 0 16px;
}
.medication-footer .footer-nav {
  padding: 0;
  margin: 0;
}
.medication-footer .footer-nav li {
  list-style: none;
}
.medication-footer .footer-nav li a {
  font-size: 15px;
  line-height: 1.66666667;
  color: #b6c4db;
  white-space: pre;
  font-weight: 400;
}
.medication-footer .footer-nav li a:focus,
.medication-footer .footer-nav li a:hover {
  color: #919eb3;
}
.medication-footer .footer-nav li.spacer {
  min-height: 25px;
  display: flex;
}
.medication-footer .footer-nav li.highlight a {
  color: #ed6a79;
  font-weight: 700;
}
.medication-footer .footer-nav li.highlight a:focus,
.medication-footer .footer-nav li.highlight a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  footer.medication-footer {
    position: relative;
    left: auto;
    bottom: auto;
    text-align: center;
  }
  .medication-footer .footer-social {
    margin: 35px 0 40px;
  }
  .medication-footer .footer-social .navbar-social {
    margin: 0;
  }

  .medication-footer .footer-address {
    position: relative;
    left: auto;
    bottom: auto;
  }
  .medication-footer .footer-navigation {
    margin-bottom: 23px;
  }
  .medication-footer .footer-nav {
    display: none;
  }

  .medication-footer .footer-nav-title {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding-right: 24px;
    position: relative;
    cursor: pointer;
  }
  .medication-footer .footer-nav-title:after {
    content: "";
    position: absolute;
    right: 0;
    top: 6px;
    width: 12px;
    height: 8px;
    background: url("../svg/arrow-bottom-gray-2.svg") center no-repeat;
    transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  .medication-footer .footer-nav-title.active:after {
    transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
  }
  .medication-footer .footer-nav {
    margin-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  footer.medication-footer p {
    font-size: 14px;
  }

  .medication-footer .certified-logo li {
    margin: 0 1px;
  }
  .medication-footer .certified-logo .logo-medium {
    max-height: 82px;
  }
}
@media screen and (max-width: 350px) {
  .medication-footer .certified-logo {
    margin: 0 -15px;
  }
}

/*****************************/
/*        Hero Style          /
/*****************************/
.section-hero {
  background: center top no-repeat;
  background-size: cover;
  position: relative;
}
.section-hero .section-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
.section-hero .section-image img {
  max-height: 382px;
}
.section-hero .section-content {
  max-width: 50%;
}

.section-hero .section-title {
  margin: 0 0 26px;
  font-size: 45px;
  line-height: 1.3333;
}
.section-hero .section-description {
  margin-top: 0;
  max-width: 460px;
}
.section-hero .section-description p {
}
.section-hero .section-info-text {
  display: block;
  position: relative;
  padding-left: 36px;
  background: url("../svg/icon-travel.svg") left 2px no-repeat;
  background-size: auto 19px;
  margin: 22px 0 35px;
}
.section-hero .section-info-text a {
  font-weight: 700;
  text-decoration: underline;
}

.section-hero .section-action {
  margin-top: 35px;
}
.section-hero .section-action > * {
  display: inline-block;
  vertical-align: middle;
}
.section-hero .btn {
}
.section-hero .hero-badges {
  max-height: 33px;
  margin-left: 15px;
}

@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 991px) {
  .section-hero .section-image img {
    max-height: 256px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .section-hero .section-content {
    max-width: 100%;
    text-align: center;
  }
  .section-hero .section-image {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
  }
  .section-hero .section-description {
    max-width: none;
  }
  .section-hero .section-title {
    margin-bottom: 22px;
  }
  .section-hero .section-info-text {
    margin: 28px 0 26px;
    background-position: top center;
    padding: 30px 0 0;
  }
  .section-hero .section-action {
    margin-top: 26px;
  }
  .section-hero .hero-badges {
    margin: 16px 0 0;
  }
  .section-hero .section-image img {
    margin: 30px 0 0;
    max-height: 196px;
  }
}
@media screen and (max-width: 479px) {
}

/*****************************/
/*        What Style          /
/*****************************/
.section-what {
  background: center top no-repeat;
  background-size: cover;
  position: relative;
}
.section-what .section-content {
  width: 600px;
  padding: 90px 56px;
  border-radius: 10px;
}

.section-what .section-title {
  margin-bottom: 18px;
}
.section-what .section-description {
  margin-bottom: 35px;
}
.section-what .section-action {
  margin-top: 35px;
}

.section-what .section-image {
}
.section-what .section-image img {
  max-height: 500px;
}

@media screen and (max-width: 1200px) {
  .section-what .section-content {
    width: 550px;
    padding: 60px 40px;
  }
}
@media screen and (max-width: 991px) {
  .section-what .section-content {
    width: 460px;
    padding: 40px 40px;
  }
}
@media screen and (max-width: 767px) {
  .section-what .section-content {
    width: 100%;
    padding: 30px 20px;
    text-align: center;
  }
  .section-what .section-image {
    margin-top: 40px;
  }
  .section-what .section-image img {
    max-height: 370px;
  }
}

/*****************************/
/*     What used  Style       /
/*****************************/
.section-what-used {
  background: center no-repeat;
  background-size: cover;
}
.section-what-used .section-heading-wrap {
  margin: 0 auto 57px;
  max-width: 720px;
}
.section-what-used .section-title {
  margin-bottom: 18px;
}

@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 991px) {
  .section-what-used .section-heading-wrap {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .section-what-used .section-heading-wrap {
    margin-bottom: 25px;
  }
}

/*****************************/
/*     		How Style         /
/*****************************/
.section-how {
  position: relative;
  background: center no-repeat;
  background-size: cover;
  counter-reset: card;
}
.section-how .section-image {
  background: top right no-repeat;
  background-size: auto 354px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.section-how .container {
  position: relative;
}
.section-how .section-title {
  margin: 0 0 24px;
}

.section-how .sub-section {
  max-width: 830px;
}
.section-how .sub-section .media-body {
  padding-right: 20px;
}
.section-how .sub-section .media-body:last-child {
  padding-right: 0;
}
.section-how .card-text:before {
  counter-increment: card;
  content: counter(card);
  display: inline-block;
  vertical-align: middle;
  font-size: 22px;
  color: #c35e5e;
  margin-bottom: -15px;
}

@media screen and (max-width: 1200px) {
  .section-how .sub-section {
    max-width: 740px;
  }
  .section-how .sub-section .media-body {
    padding-right: 10px;
  }
}
@media screen and (max-width: 991px) {
  .section-how .section-image {
    background-size: auto 254px;
  }
}
@media screen and (max-width: 767px) {
  .section-how .section-image {
    background-size: auto 220px;
    height: 220px;
  }
  .section-how .section-title {
    text-align: center;
    margin: 190px 0 10px;
  }
}

/*****************************/
/*       Connect Style        /
/*****************************/
.section-connect {
  position: relative;
}
.section-connect .section-image {
  background: bottom right no-repeat;
  background-size: auto 582px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.section-connect .container {
  position: relative;
}

.section-connect .section-content {
  max-width: 460px;
}
.section-connect .section-icon {
  margin-bottom: 34px;
}
.section-connect .section-icon > * {
  max-height: 52px;
  display: inline-block;
  vertical-align: middle;
}
.section-connect .section-title {
  margin-bottom: 31px;
}
.section-connect .section-action {
  margin-top: 30px;
}

.section-connect .section-image-wrap {
  position: relative;
}
.section-connect .section-image-wrap img {
  vertical-align: middle;
}

.section-connect .prescriber-details {
  position: absolute;
  right: 75px;
  bottom: 65px;
  background: #f4ddde;
  padding: 13px 20px;
}
.section-connect .prescriber-details p {
  margin: 0 0 4px;
}
.section-connect .prescriber-details small {
  display: block;
}

@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 991px) {
  .section-connect .section-image {
    background-size: auto 440px;
  }
  .section-connect .prescriber-details {
    right: 30px;
    bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .section-connect .prescriber-details {
    bottom: 0;
    right: 15px;
    width: 280px;
    padding: 10px 10px;
  }
  .section-connect .prescriber-details p {
    font-size: 14px;
  }
  .section-connect .prescriber-details small {
    font-size: 12px;
  }

  .section-connect .section-content {
    text-align: center;
    margin-top: 40px;
  }
}

/*****************************/
/*        Logos Style         /
/*****************************/
.section-logo {
  background: center no-repeat;
  background-size: cover;
}
.section-logo .logo-image {
  max-height: 40px;
  vertical-align: middle;
}
.section-logo .logo-image-mobile {
  max-height: 23px;
  display: none;
}

@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 767px) {
  .section-logo .logo-image {
    display: none;
  }
  .section-logo .logo-image-mobile {
    display: inline-block;
    vertical-align: middle;
  }
}

/*****************************/
/*         FAQs Style         /
/*****************************/
.section-faq {
  background: center no-repeat;
  background-size: cover;
}
.section-faq .section-title {
  margin-bottom: 22px;
}

.section-faq .panel-group {
  max-width: 756px;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 767px) {
}

/*****************************/
/*     Disclaimer Style       /
/*****************************/
.section-disclaimer {
}
.section-disclaimer .section-title {
  margin-bottom: 28px;
}
.section-disclaimer .section-content {
  max-width: 756px;
  margin: 0 auto;
}
.section-disclaimer em {
  font-weight: 300;
  color: #5d5d5d;
}
.section-disclaimer em a {
  font-weight: 500;
}
.section-disclaimer .section-description {
  max-width: 650px;
}

@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 767px) {
}

/*****************************/
/*    Home Style start        /
/*****************************/
.section-link-list {
}
.section-link-list .section-heading-wrap {
  margin-bottom: 40px;
}
.section-link-list .link-list {
  margin: 0;
  padding: 0;
}
.section-link-list .link-list li {
  list-style: none;
  font-size: 21px;
  line-height: 1.28571429;
  font-weight: 700;
  margin-bottom: 0;
  position: relative;
  border-bottom: 1px solid #dae0ea;
}
.section-link-list .link-list li:last-child {
  margin-bottom: 0;
}
.section-link-list .link-list a {
  display: block;
  position: relative;
  color: #386d92;
  padding: 18px 15px 18px 10px;
}
.section-link-list .link-list a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 13px;
  height: 13px;
  margin-top: -6px;
  display: inline-block;
  background: url("../svg/arrow-right.svg") center no-repeat;
}
.section-link-list .link-list a:hover {
  color: #0988a7;
}

@media screen and (max-width: 991px) {
  .section-link-list .link-list li {
    font-size: 18px;
  }
  .section-link-list .link-list a {
    padding: 15px 15px 15px 10px;
  }
}
@media screen and (max-width: 767px) {
  .section-link-list .link-list a {
    padding-left: 0;
  }
}
