body {
    font-family: 'Sailec', sans-serif;
    color: #808083;
    font-size: 16px;
    font-weight: 400;
}

* {
    outline: 0 !important;
    text-decoration: none !important;
}

p {
    letter-spacing: 0.18px;
    line-height: 26px;
    margin-bottom: 23px;
    font-size: 16px;
}

.img-full {
    width: 100%;
    height: auto;
}

a {
    color: #04b8f2;
    transition: 0.3s all;
}

a:hover {
    color: #06357a;
    transition: 0.3s all;
}

button,
button:hover {
    transition: 0.3s all;
}

ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.container {
    width: 100%;
    max-width: 1100px;
    padding: 0 10px;
}

.container.alt {
    max-width: 1140px;
}

[class*="col-"] {
    padding: 0 10px;
}

.row {
    margin: 0 -10px;
}

.wrapper {
    overflow: hidden;
    width: 100%;
    position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: #2f3e4a;
    font-family: 'Euclid Flex', sans-serif;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 17px;
}

h1,
.h1 {
    font-size: 59px;
    line-height: 78px;
}

h2,
.h2 {
    font-size: 30px;
}

h3,
.h3 {
    font-size: 24px;
}

h4,
.h4 {
    font-size: 18px;
}

.d-inline {
    display: inline;
}

header {
    position: fixed;
    box-shadow: 0 8px 6px rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    z-index: 777;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    transition: 0.3s all;
}

header .container {
    max-width: 1430px;
    padding: 0 15px !important;
}

header .topbar {
    position: relative;
    padding: 10px 0;
    background: #336896;
    transition: 0.3s all;
}

header.scroll .topbar {
    padding: 5px 0;
}

header .topbar .container {
    position: relative;
    z-index: 2;
}

header .topbar ul {
    text-align: right;
}

header .topbar ul li {
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0.32px;
    line-height: 20px;
    font-weight: 500;
    padding: 0 12px;
}

header .topbar ul li:not(:first-child) {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
}

header .topbar ul li img {
    width: 14px;
    margin-right: 10px;
    position: relative;
    top: -1px;
}

header .topbar ul li a {
    color: #fff;
    display: inline-block;
    line-height: 26px;
    position: relative;
}

header .topbar ul li:not(:last-child) a:after {
    content: "";
    background: #fff;
    width: 0%;
    right: 0;
    left: auto;
    bottom: 3px;
    position: absolute;
    height: 1px;
    transition: .4s;
}

header .topbar ul li:not(:last-child) a:hover:after {
    width: 100%;
    transition: .4s;
    right: auto;
    left: 0;
}

header .topbar ul li a:hover {
    color: #ffffff;
}

@media only screen and (min-width: 576px){
    .mobile-btn {
        display: none;
    }
}

.navbar {
    transition: 0.3s all;
}

header.scroll .navbar {
    padding: 13px 0;
}

.navbar-brand {
    max-width: 205px;
    padding: 0;
}

.navbar-nav {
    padding-right: 18px;
    flex-wrap: wrap;
}

.navbar-nav > li {
    margin-right: 8px;
    margin-left: 20px;
    position:relative;
    padding-top: 18px;
    padding-bottom: 18px;
}

.navbar-nav > li.menu-item-has-children {
    padding-right:15px;
}

.navbar-nav > li.menu-item-has-children>a:after {
    content: "";
    border: 1px solid #fff;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 10px;
    right: -14px;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
}

.navbar-nav > li ul > li.menu-item-has-children>a:after {
    content:"";
    border:1px solid #000;
    width:6px;
    height:6px;
    position:absolute;
    top:22px;
    right:15px;
    border-width:0 1px 1px 0;
    transform:rotate(-45deg);
}

.navbar-nav > li ul a {
    position: relative;
}

.navbar-nav > li ul li.menu-item-has-children:hover:after {
    content:"";
    border:1px solid #fff;
    width:6px;
    height:6px;
    position:absolute;
    border-width:0 1px 1px 0;
}


.navbar-nav > li ul {
    position:absolute;
    top:100%;
    background:#fff;
    min-width:250px;
    box-shadow:0 5px 10px rgba(0,0,0,0.2);
    opacity:0;
    visibility:hidden;
    transition:0.3s all;
}

.navbar-nav > li:hover > ul {
    opacity:1;
    visibility:visible;
    transition:0.3s all;
}

.navbar-nav > li > ul li:hover ul {
    opacity:1;
    visibility:visible;
    transition:0.3s all;
}

.navbar-nav > li ul li {
    position:relative;
}

.navbar-nav > li ul ul {
    position:absolute;
    top:0%;
    left:100%;
    background:#fff;
    min-width:250px;
    box-shadow:0 5px 10px rgba(0,0,0,0.2);
}

.navbar-nav > li ul a {
    padding:15px 20px !important;
    display:table;
    font-size: 14px;
    border-bottom:1px solid rgba(0,0,0,0.05);
    width:100%;
    color: #19334a;
    font-weight:500;
}

.navbar-nav > li > ul li:hover > a,
.navbar-nav > li ul a:hover {
    color: #fff;
    background:#19334a;
}


.navbar-expand-lg .navbar-nav > li > .nav-link {
    color: #19334a;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.15px;
    border-bottom: 2px solid transparent;
    padding: 0;
    font-weight: 500;
    position: relative;
}

.navbar-expand-lg .navbar-nav > li:hover > .nav-link ,
.navbar-expand-lg .navbar-nav > li > .nav-link:hover {
    color: #19334a;
    border-bottom: 2px solid #ffa900;
}

.navbar-collapse>a {
    line-height: 45px;
    background-color: #19334a;
    padding: 0 19px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.36px;
    border-radius: 10px;
}

.navbar-collapse>a:hover {
    background: #ffa900;
    color: #fff;
}

.color-gray {
    background: #f8fafc;
}

.hero-wrap {
    position: relative;
    height: 200vh;
    overflow: hidden;
}


.hero-video {
    position: relative;
    background: #fff;
    height: 100vh;
    overflow: hidden;
    z-index: 22;
}

.hero-video:after {
    content: "";
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
}

.hero-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    z-index: 11;
    -webkit-transition: 1s opacity;
    transition: 1s opacity;
    opacity: 0.5;
}

video {
    object-fit: inherit;
}

.hero-inner {
    text-align: center;
    padding: 0 20px;
    max-width: 864px;
    margin: 0 auto;
    position: fixed;
    top: calc(50% + 60px);
    left: 0;
    right: 0;
    transform: translateY(-50%) scale(0.9);
    z-index: 222;
}

.stop-scroll .hero-inner {
    position: absolute;
    top: calc(75% + 36px);
}

.hero-inner h1 {
    color: #ffffff;
    font-size: 42px;
    line-height: 55px;
    text-transform: uppercase;
    margin: 0 0 15px;
}

.hero-inner p {
    color: #ffffff;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0.7px;
    line-height: 32.4px;
    margin-bottom: 53px;
}

.hero-filter {
    max-width: 950px;
    width: 100%;
    margin: 0px auto 0;
    padding: 48px 87px 24px 47px;
    position: relative;
    text-align: left;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    background: rgba(255, 255, 255, 0.95) url('/wp-content/themes/biostation/assets/css/../img/logo-ico.svg') no-repeat calc(100% - 37px) 48px;
    background-size: 42px;
}

.hero-filter.act {
    background: rgba(255, 255, 255, 1) url('/wp-content/themes/biostation/assets/css/../img/logo-ico.svg') no-repeat calc(100% - 37px) 48px;
}

.hero-filter-top {
    display: flex;
    align-items: center;
    margin-bottom: 21px;
    transition: 0.3s all;
}

.hero-filter.act .hero-filter-top {
    margin-bottom: 37px;
}

.hero-filter-left {
    position: relative;
    padding-left: 70px;
    padding-right: 33px;
}

.hero-filter-left h2 {
    color: #336896;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 0.44px;
    text-transform: uppercase;
    font-family: Sailec, sans-serif;
    margin: 1px 0 0;
}

.hero-filter-left span {
    color: #336896;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.6px;
    line-height: 1;
    margin: 8px 0 0;
    display: block;
}

.hero-filter-left img {
    position: absolute;
    left: 0;
    top: -9px;
    width: 59px;
}

.custom_select {
    width: 340px;
    position: relative;
    z-index: 22;
}

.custom_select span.selected {
    background-color: rgba(69, 139, 202, 0.09);
    display: block;
    padding: 16px 45px 19px 30px;
    font-size: 18px;
    border-radius: 7px;
    color: #1b405f;
    position: relative;
    letter-spacing: 0.44px;
    cursor: pointer;
}

.custom_select span.selected a,
.custom_select.act span.selected {
    color: #5187bc;
}

.custom_select.act span.selected {
    border-radius: 7px 7px 0 0;
}

.custom_select span.selected:after {
    content: "";
    border: 2px solid #1b405f;
    border-width: 0 2px 2px 0;
    width: 9px;
    height: 9px;
    position: absolute;
    right: 21px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    transition: 0.3s all;
}

.custom_select.act span.selected:after {
    transform: translateY(-50%) rotate(225deg);
}

.custom_select ul::-webkit-scrollbar-track {
    background-color: transparent;
}

.custom_select ul::-webkit-scrollbar {
    width: 2px;
    background-color: transparent;
}

.custom_select ul::-webkit-scrollbar-thumb {
    background-color: #336896;
}

.custom_select ul {
    display: block;
    background: #eef4fa;
    border-radius: 0 0 7px 7px;
    position: absolute;
    width: 100%;
    top: 100%;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
    transition: 0.3s all;
    max-height: 201px;
    overflow: auto;
}

.custom_select.act ul {
    visibility: visible;
    opacity: 1;
    transition: 0.3s all;
}

.custom_select ul li {
    color: #1c4060;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.17px;
    line-height: 30px;
    padding: 10px 35px;
    cursor: pointer;
}

.custom_select ul li a {
    color: #1c4060;
}

.custom_select ul li:hover {
    background: #d0e0ee;
}

.hero-filter-result {
    padding: 0 20px;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}

.hero-filter .hero-filter-result {
    max-height: 10000px;
    overflow: visible;
    transition: max-height 1s ease-in-out;
}

.hero-filter-result > div {
    display:none;
}

.hero-filter-result .item {
    box-shadow: 0 1px 3px rgba(28, 64, 96, 0.16);
    border-radius: 10px;
    background-color: #fcfcfc;
    padding: 18px 18px 9px;
    transition: 0.3s all;
    min-height: 135px;
}

.hero-filter-result .item:hover {
    background-color: rgba(69, 139, 202, 0.09);
    transition: 0.3s all;
}

.hero-filter-result .ico {
    max-height: 52px;
}

.hero-filter-result .ico img {
    max-height: 52px;
    margin: 0 auto;
}

.hero-filter-carousel .slick-slide {
    padding: 5px;
}

.hero-filter-carousel .slick-list {
    margin: 0 -5px;
}

.hero-filter-carousel .slick-prev {
    background: #336896;
    position: absolute;
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    line-height: 25px;
    border: none;
    color: #fff;
    border-radius: 50%;
    padding: 0;
}

.hero-filter-carousel .slick-next {
    background: #336896;
    position: absolute;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    line-height: 25px;
    border: none;
    color: #fff;
    border-radius: 50%;
    padding: 0;
}

.hero-filter-result .item h4 {
    color: #336896;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.4px;
    line-height: 25px;
    margin: 9px 0 4px;
    font-family: 'Sailec', sans-serif;
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-filter-result .text-right a {
    display: inline-block;
    font-size: 14px;
    margin: 31px 0 0;
    position: relative;
    left: 63px;
    color: #336896;
    position: relative;
}

.hero-filter-result .text-right a:after {
    content: "";
    background: #336896;
    width: 0%;
    right: 0;
    left: auto;
    bottom: -2px;
    position: absolute;
    height: 1px;
    transition: .4s;
}

.hero-filter-result .text-right a:hover:after {
    width: 100%;
    transition: .4s;
    right: auto;
    left: 0;
}

.hero-filter-result .text-right li a:hover {
    color: #336896;
}

.wrapper-inner {
    background: #fff;
    position: relative;
    z-index: 333;
}

.title {
    color: #1c4060;
    font-size: 35px;
    margin-bottom: 67px;
    letter-spacing: 0;
}

.features {
    padding: 80px 0 0;
}

.features .item {
    background: #fff;
    margin-bottom: 10px;
    transition: 0.3s all;
    position:relative;
    overflow:hidden;
}

.features .item a:before {
    content:"";
    width:10000%;
    height:10000%;
    position:absolute;
    top:-5000%;
    left:-5000%;
}

.features .item h3 {
    color: #19334a;
    font-size: 20px;
    line-height: 25px;
    margin: 0 0 10px;
    font-weight: 600;
}

.features .item a {
    line-height: 16px;
    color: #2f3e4a;
    font-size: 13px;
    font-weight: 700;
    border-bottom: 2px solid #000;
    padding-bottom: 5px;
    padding-right: 5px;
}

.features .item a i {
    position: relative;
    font-size: 10px;
    top: 7px;
    right: -23px;
}

.features .item .thumb {
    border-bottom: 4px solid #000;
}

.features .item .content {
    padding: 31px 32px 57px;
    border: 1px solid #c1c3c5;
    border-top: none;
    transition: 0.3s all;
}

.features .item:hover {
    box-shadow: 0 1px 15px 0 rgba(0, 0, 0, .06), 0 1px 10px 0 rgba(0, 0, 0, .06);
    transition: 0.3s all;
}

.features .item:hover .content {
    border: 1px solid #fff;
    border-top: none;
}

.features .item.item-1 a {
    border-bottom: 2px solid #7e3597;
}

.features .item.item-1 a:hover {
    color: #7e3597;
}

.features .item.item-1 a i {
    color: #7e3597;
}

.features .item.item-1 .thumb {
    border-bottom: 4px solid #7e3597;
}

.features .item.item-2 a {
    border-bottom: 2px solid #88bb32;
}

.features .item.item-2 a:hover {
    color: #88bb32;
}

.features .item.item-2 a i {
    color: #88bb32;
}

.features .item.item-2 .thumb {
    border-bottom: 4px solid #88bb32;
}

.features .item.item-3 a {
    border-bottom: 2px solid #d10057;
}

.features .item.item-3 a:hover {
    color: #d10057;
}

.features .item.item-3 a i {
    color: #d10057;
}

.features .item.item-3 .thumb {
    border-bottom: 4px solid #d10057;
}

.biostation-video {
    padding: 0 0 10px;
}

.biostation-video .title {
    margin-bottom: 60px;
}

.biostation-video-wrap {
    position: relative;
    background-color: #2f3e4a;
    overflow: hidden;
}

.biostation-video-wrap>img {
    opacity: 0.61;
}

.biostation-video-wrap video {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    z-index: 1;
    opacity: 0;
    transition: 0.3s all;
    cursor: pointer;
}

.biostation-video-wrap video.act {
    opacity: 0.6;
    transition: 0.3s all;
}

.biostation-video-wrap .play-btn,
.biostation-video-wrap img {
    transition: 0.3s all;
}

.biostation-video-wrap.act img,
.biostation-video-wrap.act .play-btn {
    opacity: 0;
    transition: 0.3s all;
}

.video-pause {
    position: absolute;
    bottom: 25px;
    right: 25px;
    z-index: 222;
}

.video-pause svg {
    width: 70px;
    height: 70px;
    color: #fff;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s all;
}

video.act+.video-pause svg {
    visibility: visible;
    opacity: 1;
}

.biostation-video-wrap .play-btn {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%) scale(1);
    transition: 0.3s all;
}

.biostation-video-wrap:hover .play-btn {
    transform: translateY(-50%) scale(0.9);
}

.biostation-video-wrap .play-btn span {
    color: #ffffff;
    font-size: 23px;
    letter-spacing: 0.6px;
    line-height: 35px;
    display: block;
}

.benefits {
    padding: 100px 0 84px;
    position: relative;
}

.home .benefits {
    background: #fbfbfb;
}

.home .benefits:before {
    content: "";
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 135px;
}

.benefits .container {
    position: relative;
    z-index: 22;
}

.benefits-left {
    margin: 0 23px 0 12px;
    padding: 56px 50px 57px 59px;
    border-radius: 5px;
    background: #fff url('/wp-content/themes/biostation/assets/css/../img/logo-icon-big.svg') no-repeat 25px 18px;
    position: relative;
    z-index: 22;
    box-shadow: -9px 5px 25px 0px rgba(33, 32, 32, 0.15);
    background-size: 250px;
}

.benefits-left h3 {
    color: #2f3e4a;
    font-size: 35px;
    line-height: 45px;
    letter-spacing: 0.8px;
}

.mk-text-block ul,
.benefits-left ul {
    margin: 27px 0 0;
}

.mk-text-block ul,
.b-text ul {
    margin-bottom:25px;
}

.mk-col-1-2 {
    padding:0;
}

.mk-text-block ul li,
.single-locations .content li,
.b-text li,
.list-style li,
.benefits-left ul li {
    color: #2f3e4a;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    position: relative;
    padding-left: 38px;
    margin-bottom: 17px;
    background: url('/wp-content/themes/biostation/assets/css/../img/icons/icon-check.svg') no-repeat -2px 1px;
    letter-spacing: 0.3px;
    background-size: 25px;
}

.single-locations .content li,
.b-text li,
.list-style li {
    color: #616161;
}

.single-locations .content li b,
.b-text li b,
.list-style li b,
.benefits-left ul li b {
    font-weight: 700;
}

.link-wrap [class*="col-"] {
    padding-bottom:20px;
}

.benefits-right {
    padding: 158px 0 0 29px;
}

.benefits-right h3 {
    color: #2f3e4a;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 19px;
}

.benefits-right p {
    letter-spacing: 0.15px;
    line-height: 32px;
    margin-bottom: 36px;
}

.stories {
    padding: 80px 0px 90px;
}

.stories .title {
    margin-bottom: 70px;
}

.stories-carousel .slick-list {
    margin: 0 -5px;
}

.stories-carousel .item {
    padding: 0 5px;
}

.stories .thumb {
    margin-right: 16px;
    position: relative;
}

.stories .thumb img:last-child {
    position: absolute;
    bottom: 35px;
    left: 35px;
    width: 104px;
    transition: 0.3s all;
}

.stories .thumb img:last-child:hover {
    width: 80px;
    transition: 0.3s all;
}

.stories .content {
    padding: 74px 0 0 96px;
}

.stories .content p {
    line-height: 35px;
}

.stories .content cite {
    font-style: normal;
    display: block;
    position: relative;
    color: #383838;
    font-size: 16px;
    letter-spacing: 0.36px;
    line-height: 26px;
    margin: 30px 0 0;
    padding-right: 100px;
}

.stories .content cite b {
    display: block;
    font-size: 19px;
    line-height: 26px;
    letter-spacing: 0px;
    font-family: 'Euclid Flex', sans-serif;
    font-weight: 600;
}

.stories .content cite:after {
    content: '\201d';
    color: #2f3e4a;
    font-size: 123px;
    line-height: 113px;
    position: absolute;
    top: 0;
    right: 39px;
    font-family: 'Font', sans-serif;
}

.stories .slick-prev {
    background: #fff;
    color: #2f3e4a;
    width: 88px;
    height: 70px;
    font-size: 26px;
    position: absolute;
    bottom: -35px;
    left: calc(50% - 115px);
    transform: translateY(-50%);
    border: none;
    z-index: 1;
}

.stories .slick-prev i {
    border: 1px solid #2f3e4a;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-135deg);
    left: calc(50% + 4px);
    border-width: 1px 1px 0 0;
}

.stories .slick-next {
    background: #2f3e4a;
    color: #fff;
    width: 88px;
    height: 70px;
    font-size: 26px;
    position: absolute;
    bottom: -35px;
    left: calc(50% - 27px);
    transform: translateY(-50%);
    border: none;
    z-index: 1;
}

.stories .slick-next i {
    border: 1px solid #fff;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    left: calc(50% - 4px);
    border-width: 1px 1px 0 0;
}

.contact,
.widget-contact {
    border: 2px solid rgba(47, 62, 74, 0.26);
    padding: 44px 70px 39px;
}

.widget-contact .form-submitted p,
.contact .form-submitted p {
    color: #808083;
    text-align: left;
}

.contact h3 {
    color: #2f3e4a;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    margin: 0 0 40px;
}

.contact textarea,
.contact select,
.contact input:not([type="submit"]),
.widget-contact textarea,
.widget-contact select,
.widget-contact input:not([type="submit"]) {
    height: 52px;
    background-color: #f1f1f1;
    color: #808083;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.32px;
    padding: 12px 20px;
    width: 100%;
    border: none;
    margin-bottom: 10px;
}

.contact textarea,
.widget-contact textarea {
    padding: 15px 20px;
    height: 125px;
    margin-bottom: 40px;
}

.contact button:not(.custom-link),
.widget-contact button:not(.custom-link),
.gform-widget button:not(.custom-link) {
    line-height: 26px;
    color: #2f3e4a;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    background: transparent;
    border: none;
    margin: 27px 0 30px;
    padding-bottom: 3px;
    width: 118px;
}

.contact button:not(.custom-link):hover,
.widget-contact button:not(.custom-link):hover {
    width: 160px;
}

.contact p,
.widget-contact p {
    margin: 0;
    color: rgba(69, 139, 202, 0.68);
    font-size: 13px;
    letter-spacing: 0.28px;
    line-height: 26px;
}

.contact p img,
.widget-contact p img {
    width: 13px;
    margin-right: 10px;
    position: relative;
    top: -3px;
}

.review .contact button.custom-link {
    display: table;
    margin: 0 !important;
}

.review .contact .gfield {
    padding-bottom: 14px !important;
}

.team {
    padding: 0px 0;
}

.team .thumb {
    margin-right: 15px;
}

.team h1,
.team h4 {
    font-size: 30px;
    line-height: 44px;
    margin-bottom: 15px;
}

.team p {
    letter-spacing: 0.36px;
    line-height: 29px;
    margin-bottom:30px;
}

.team ul:not(.list-style) li {
    position: relative;
    color: #babcbe;
    font-size: 13px;
    letter-spacing: 0.5px;
    line-height: 28px;
    padding: 5px 0 0 43px;
    margin-bottom: 10px;
    background: url('/wp-content/themes/biostation/assets/css/../img/icons/icon-doctor-small.svg') no-repeat center left;
    background-size: 24px;
    transition: 0.3s all;
}

.team ul:not(.list-style) li:hover {
    background: url('/wp-content/themes/biostation/assets/css/../img/icons/icon-doctor-small-hr.svg') no-repeat center left;
    background-size: 24px;
    transition: 0.3s all;
}

.team ul:not(.list-style) li a {
    color: #babcbe;
}

.team ul:not(.list-style) li:hover a {
    color: #000;
}

.team .content {
    padding: 24px 0 0 25px;
}

.ebook .content>a,
.team .content>a:not(.custom-link) {
    line-height: 26px;
    color: #2f3e4a;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    background: transparent;
    border: none;
    margin: 30px 0 0;
    padding-bottom: 0;
    display: table;
}

.contact button:not(.custom-link) .text,
.team .content>a .text,
.ebook .content>a .text {
    margin-top: -34px;
    display: table;
    width: 118px;
    text-align: center;
    transition: 0.3s all;
}

.team .content>a .text {
    margin-top: -34px;
    display: table;
    width: 108px;
    text-align: center;
    transition: 0.3s all;
    color: #2f3e4a;
}

.contact button:not(.custom-link):hover .text,
.team .content>a:hover .text,
.ebook .content>a:hover .text {
    width: 160px;
    transition: 0.3s all;
    text-indent: -10px;
}

.contact button:not(.custom-link):hover .text {
    text-indent: 0px;
}

.shape {
    stroke-dasharray: 120 350;
    stroke-dashoffset: 250;
    stroke-width: 5px;
    fill: transparent;
    stroke: #458bca;
    border-bottom: 2px solid black;
    transition: stroke-width 1s, stroke-dashoffset 1s, stroke-dasharray 1s;
}

.team a .shape {
    stroke-dasharray: 110 350;
    stroke-dashoffset: 228;
}

.contact button:not(.custom-link) .shape {
    stroke-dasharray: 120 350;
    stroke-dashoffset: 228;
}

.contact button:not(.custom-link):hover .shape,
.team .content>a:hover .shape,
.ebook .content>a:hover .shape {
    stroke-width: 4px;
    stroke-dashoffset: 0;
    stroke-dasharray: 400;
    transition: stroke-width 2s, stroke-dashoffset 2s, stroke-dasharray 2s;
}

.team .content li a span {
    display: inline-block;
    width: 0px;
    height: 1px;
    background: #000000;
    margin-left: 20px;
    position: relative;
    top: -4px;
    transition: 0.3s all;
}

.team .content li:hover a span {
    width: 25px;
    margin-left: 15px;
}

.team .content li a span:after {
    content: "";
    width: 7px;
    height: 7px;
    border: 1px solid #babcbe;
    position: absolute;
    top: -3px;
    right: 1px;
    transform: rotate(45deg);
    border-width: 1px 1px 0 0;
    transition: 0.3s all;
}

.team .content li:hover a span:after {
    border: 1px solid #000;
    border-width: 1px 1px 0 0;
}

.ebook-wrap {
    background: #fbfbfb;
}

.ebook {
    padding: 70px 110px;
    position: relative;
}

.ebook .content {
    padding-right: 15px;
}

.ebook .content h4 {
    color: #2f3e4a;
    font-size: 28px;
    line-height: 35px;
}

.ebook .content p {
    line-height: 34px;
    margin-bottom: 25px;
}

.ebook .content>a {
    margin-top: 0px;
}

.ebook .slick-prev {
    background: transparent;
    width: 61px;
    height: 46px;
    font-size: 26px;
    border: 1px solid #2f3e4a;
    position: absolute;
    top: 53%;
    left: -108px;
    transform: translateY(-50%);
    transition: 0.3s all;
}

.ebook .slick-prev i {
    border: 1px solid #2f3e4a;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-135deg);
    left: calc(50% + 4px);
    border-width: 1px 1px 0 0;
    transition: 0.3s all;
}

.ebook .slick-prev:hover i {
    border: 1px solid #fff;
    border-width: 1px 1px 0 0;
    transition: 0.3s all;
}

.ebook .slick-next {
    background: transparent;
    width: 61px;
    height: 46px;
    font-size: 26px;
    border: 1px solid #2f3e4a;
    position: absolute;
    top: 53%;
    right: -108px;
    transform: translateY(-50%);
    transition: 0.3s all;
}

.ebook .slick-next i {
    border: 1px solid #2f3e4a;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    left: calc(50% - 4px);
    border-width: 1px 1px 0 0;
    transition: 0.3s all;
}

.ebook .slick-next:hover i {
    border: 1px solid #fff;
    border-width: 1px 1px 0 0;
    transition: 0.3s all;
}

.ebook .slick-prev:hover,
.ebook .slick-next:hover {
    background: #2f3e4a;
    transition: 0.3s all;
}

footer {
    padding: 60px 0;
    background: #2f3e4a;
}

footer h3 {
    border-bottom: 1px solid #637581;
    position: relative;
    max-width: 855px;
    margin: 0 auto 71px;
    padding-bottom: 1px;
    position: relative;
}

footer h3 span {
    color: #d9f3ff;
    font-size: 18px;
    line-height: 24px;
    background: #2f3e4a;
    display: table;
    margin: 0 auto;
    position: relative;
    z-index: 11;
    top: 13px;
    padding: 0 40px;
}

footer h4, footer h4 a {
    color: #d9f3ff;
    font-size: 17px;
    line-height: 24px;
    padding-bottom: 13px;
    margin-bottom: 17px;
    position: relative;
}

footer h4:after {
    content: "";
    width: 38px;
    height: 1px;
    border: 1px solid #e09f1f;
    position: absolute;
    bottom: 0;
    left: 0;
}

footer ul li a {
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.28px;
    line-height: 20px;
    position: relative;
    margin-bottom: 12px;
    display: table;
}

footer ul li a:after {
    content: "";
    background: #fff;
    width: 0%;
    right: 0;
    left: auto;
    bottom: 0px;
    position: absolute;
    height: 1px;
    transition: .4s;
}

footer ul li a:hover:after {
    width: 100%;
    transition: .4s;
    right: auto;
    left: 0;
}

footer ul li a:hover {
    color: #ffffff;
}

.flogo {
    display: table;
    margin-bottom: 31px;
    max-width: 137px;
}

.flogo+h4 {
    margin-bottom: 11px;
}

.social a {
    color: #e7f5fc;
    opacity: 0.35;
    font-size: 18px;
    margin-right: 9px;
}

.social a:hover {
    opacity: 1;
}

.footer-bottom {
    padding: 19px 0 14px;
    background: #3a4a57;
}

.footer-bottom p {
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 32px;
    margin-bottom: 0px;
}

.footer-bottom p a {
    color: #ffffff;
    position: relative;
}

.footer-bottom p a:after {
    content: "";
    background: #fff;
    width: 0%;
    right: 0;
    left: auto;
    bottom: -2px;
    position: absolute;
    height: 1px;
    transition: .4s;
}

.footer-bottom p a:hover:after {
    width: 100%;
    transition: .4s;
    right: auto;
    left: 0;
}

.footer-bottom p a:hover {
    color: #ffffff;
}

.footer-bottom .col-md-6:last-child p {
    float: right;
}

.slick-dots {
    text-align: center;
    margin: 30px 0 0;
}

.slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.slick-dots li button {
    background: #ddd;
    border: none;
    font-size: 0;
    width: 5px;
    height: 5px;
    padding: 0;
    border-radius: 15px;
    transition: 0.3s all;
}

.slick-dots li.slick-active button {
    background: #2f3e4a;
    width: 20px;
}

.navbar-toggler-icon span {
    width: 32px;
    height: 1px;
    background: #1c4060;
    display: block;
    margin: 8px 0;
    position: relative;
    transition: 0.3s all;
}

.navbar-toggler-icon span:nth-child(2) {
    width: 26px;
}

.nav-act .navbar-toggler-icon span:first-child {
    transform: rotate(45deg);
    top: 9px;
}

.nav-act .navbar-toggler-icon span:nth-child(2) {
    width: 0px;
}

.nav-act .navbar-toggler-icon span:nth-child(3) {
    transform: rotate(-45deg);
    top: -9px;
}

.navbar-toggler-icon {
    width: 32px;
    height: 34px;
}

.navbar-toggler {
    padding: 0;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0;
    top: -2px;
    position: relative;
    width: 40px;
}

.navbar .mob-phone {
    width: 25px;
}

.navbar .sep {
    background: #1c4060;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin: 0 -19px 0 -15px;
}

.navbar .mob-phone img {
    max-width: 100%;
}

.features-carousel .slick-list {
    margin: 0 -10px;
}

.features-carousel .slide {
    padding: 0 10px;
}

.page-header {
    background: #1c4060 url('/wp-content/themes/biostation/assets/css/../img/header-wave.png');
    padding-top: 130px;
    display: inline-block;
    width: 100%;
    position: relative;
}

.page-header .container {
    max-width: 1430px;
    padding: 0 15px;
    position: relative;
}

.page-header .bttn {
    margin: -30px auto 70px;
    display: table;
    font-weight:500;
}

.bcrumbs {
    padding: 40px ;
}

.bcrumbs em {
    color: #fff;
    margin: 0 15px;
    font-style:normal;
}

.bcrumbs a {
    opacity: 0.6;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.28px;
    line-height: 15px;
}

.bcrumbs span {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.28px;
    line-height: 15px;
}


.page-header h1 {
    text-align: center;
    color: #ffffff;
    font-size: 40px;
    margin-bottom: 0;
}

.page-header p {
    text-align: center;
    color: #ffffff;
    font-size: 19px;
    letter-spacing: 0.5px;
}

.page-header h1+p {
    padding-bottom: 50px;
}

.team-about {
/*     padding: 60px 0; */
}

.team-about h1 {
    font-size: 40px;
    line-height: 50px;
}

.team-about p {
    color: #616161;
    font-size: 19px;
    letter-spacing: 0.5px;
    line-height: 32px;
}

.team-list {
    padding: 0 0 50px;
}

.team-filter {
    border-top: 1px solid #babfc3;
    border-bottom: 1px solid #babfc3;
    padding: 25px 0;
    margin-bottom: 95px;
}

.team-filter span {
    color: #616161;
    font-size: 18px;
    letter-spacing: 0.36px;
    padding-right: 25px;
    white-space: nowrap;
}

.team-filter select {
    height: 62px;
    border-radius: 10px;
    background-color: #eef5fa;
    min-width: 245px;
    border: none;
    padding: 0 23px;
}

.team-list h3 {
    font-size: 28px;
    margin-bottom: 50px;
}

.team-list .item {
    position: relative;
    top: 0;
    margin-bottom: 90px;
    box-shadow: -10px 10px 25px rgba(0, 0, 0, 0);
    transition: 0.3s all;
}

.team-list .item:hover {
    top: -20px;
    transition: 0.3s all;
    box-shadow: -10px 10px 25px rgba(0, 0, 0, 0.3);
}

.team-list .item:before {
    content: "";
    width: 100%;
    height: 181px;
    background-image: linear-gradient(180deg, rgba(51, 104, 150, 0) 0%, #1c4060 100%);
    position: absolute;
    bottom: 0;
    left: 0;
}

.team-list .item cite {
    font-family: 'Euclid Flex', sans-serif;
    color: #ffffff;
    font-style: normal;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 28px 20px;
    z-index: 2;
    width: 100%;
}

.team-list .item cite span {
    font-size: 13px;
    letter-spacing: 0.56px;
    line-height: 12px;
}

.team-list .item cite em {
    font-size: 20px;
    line-height: 28px;
    display: block;
    font-style: normal;
}

.space {
    margin-bottom: 140px;
}

.contact ul.text-center {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.contact ul.text-center li {
    padding: 0 30px;
}

.contact ul.text-center li:not(:last-child) {
    border-right: 1px solid #e2e2e2;
}

.contact ul.text-center li h4 {
    color: #2f3e4a;
    font-family: Sailec;
    font-size: 18px;
    font-weight: 700;
    line-height: 29px;
    margin: 20px 0 15px;
}

.contact ul.text-center li p {
    color: #616161;
    font-size: 14px;
    letter-spacing: 0.28px;
}

.contact-us {
    padding: 100px 0 70px;
}

.contact-us .item {
    margin-bottom: 30px;
    border: 1px solid #babfc3;
    padding: 60px 30px 87px;
    transition: 0.3s all;
    height: calc(100% - 30px);
    position: relative;
}

.contact-us .item a {
    position: absolute;
    bottom: 60px;
    left: 50%;
    right: 0;
    margin: 0 auto;
    transform: translateX(-50%);
    white-space: nowrap;
}

.contact-us .item:hover {
    transition: 0.3s all;
    border: 1px solid #fff;
    box-shadow: -10px 10px 25px rgba(0, 0, 0, 0.1);
}

.contact-us .item h3 {
    font-size: 23px;
    margin: 0;
}

.contact-us .item p {
    color: #808083;
    font-size: 14px;
    margin: 15px 0;
}

.custom-link {
    color: #2f3e4a;
    font-size: 14px;
    font-weight: 700;
    line-height: 25px;
    border: none;
    background: transparent;
    border-bottom: 2px solid #458bca;
    padding: 0;
    display: table;
    position: relative;
}

.custom-link span {
    transition: 0.3s all;
}

button.custom-link {
    display: inline-block;
    border-bottom: 2px solid #458bca;
}

.contact button.custom-link {
    display: table;
    margin: 20px auto 15px;
}

.link-wraps:hover + div a,
.contact button.custom-link:hover,
.blog-item:hover .custom-link,
a.custom-link:hover {
    border-bottom: 2px solid transparent !important;
}

.link-wraps:hover + div a span,
.contact button.custom-link:hover span,
.blog-item:hover .custom-link span,
a.custom-link:hover span {
    padding: 0px 15px;
    display: inline-block;
    position: relative;
    transition: 0.3s all;
}

.contact button.custom-link span:after,
.blog-item .custom-link span:after,
a.custom-link span:after {
    content: "";
    width: 2px;
    height: 0%;
    background: #458bca;
    position: absolute;
    right: -2px;
    top: -5px;
    transition: 0.3s all;
}

.contact button.custom-link:after,
.blog-item .custom-link:after,
a.custom-link:after {
    content: "";
    width: 2px;
    height: 0%;
    background: #458bca;
    position: absolute;
    left: 0;
    bottom: -5px;
    transition: 0.3s all;
}

.contact button.custom-link:before,
.blog-item .custom-link:before,
a.custom-link:before {
    content: "";
    width: 0px;
    height: 2px;
    background: #458bca;
    position: absolute;
    left: 0;
    top: -5px;
    transition: 0.3s all;
}

.contact button.custom-link span:before,
.blog-item .custom-link span:before,
a.custom-link span:before {
    content: "";
    width: 0px;
    height: 2px;
    background: #458bca;
    position: absolute;
    right: 0;
    bottom: -5px;
    transition: 0.3s all;
}

.link-wraps:hover + div a:after,
.contact button.custom-link:hover:after,
.blog-item:hover .custom-link:after,
.custom-link:hover:after {
    height: calc(100% + 10px);
}

.link-wraps:hover + div a span:after,
.contact button.custom-link:hover span:after,
.blog-item:hover .custom-link span:after,
.custom-link:hover span:after {
    height: calc(100% + 10px);
    transition-delay: 0.6s;
}

.link-wraps:hover + div a span:before,
.contact button.custom-link:hover span:before,
.blog-item:hover .custom-link span:before,
.custom-link:hover span:before {
    width: 100%;
    transition-delay: 0.9s;
}

.link-wraps:hover + div a:before,
.contact button.custom-link:hover:before,
.blog-item:hover .custom-link:before,
.custom-link:hover:before {
    width: 100%;
    transition-delay: 0.3s;
}

.share-the-health {
    padding: 55px 0 40px;
}

.share-the-health h3 {
    font-size: 28px;
    margin-bottom: 25px;
}

.share-the-health p {
    margin-bottom: 60px;
}

.quote {
    margin-bottom: 100px;
}

.quote .inner {
    background: #fbfbfb;
    padding: 40px 100px 50px;
}

.quote .inner>span {
    color: #e8e8e8;
    font-size: 160px;
    font-weight: 600;
    letter-spacing: 4.6px;
    line-height: 1;
    display: block;
    margin-bottom: -50px;
}

.quote .inner p {
    line-height: 2;
    margin-bottom: 30px;
    color: #616161;
}

.quote .inner cite {
    color: #336896;
    font-weight: 700;
    font-style: normal;
    display: block;
    margin-left: 20px;
    padding-left: 20px;
    padding-bottom: 40px;
}

.quote .inner cite span {
    color: #383838;
    letter-spacing: 0.36px;
    border-left: 1px solid #cacaca;
    margin-left: 10px;
    padding-left: 13px;
}

.page-header.alt {
    padding-bottom: 80px;
}

.treatment-centers {
    margin-top: -90px;
    padding-bottom: 60px;
}

.center-item {
    background: #fbfbfb;
    box-shadow: -10px 10px 25px rgba(0, 0, 0, 0);
    margin-bottom: 50px;
    transition: 0.3s all;
}

.center-item .thumbs {
    overflow:hidden;
    height:210px;
}

.center-item .thumbs img {
    min-height:210px;
}

.link-wraps:hover + .center-item ,
.center-item:hover {
    transition: 0.3s all;
    box-shadow: -10px 10px 25px rgba(0, 0, 0, 0.1);
}

.center-item .inner {
    padding: 40px 20px;
}

.center-item h3 {
    color: #19334a;
    font-size: 20px;
    line-height: 25px;
    margin: 0 0 10px;
    font-weight: 600;
}

.center-item p {
    color: #808083;
    font-size: 14px;
    letter-spacing: 0.64px;
    line-height: 30px;
    min-height: 90px;
}

.text-block {
    padding-bottom: 110px;
}

.text-block h3 {
    font-size: 35px;
}

.text-block p {
    line-height: 2;
}

.text-block p:last-of-type {
    margin-bottom: 0px;
}

.link-wrap {
    background: #fbfbfb;
    padding: 60px 0;
}

.link-wrap h3 {
    margin-bottom: 40px;
}

.link-wrap a {
    color: #2f3e4a;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    border: 1px solid #b8bdc1;
    display: inline-block;
    width: 100%;
    padding: 12px 15px;
}

.link-wrap:not(.alt) a {
    min-height: 86px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.link-wrap a:hover {
    color: #fff;
    background: #336896;
    border: 1px solid #336896;
}

.blog-meta {
    padding: 40px 0;
    border-bottom: 1px solid #c9cdd0;
    margin-bottom: 55px;
}

.team-filter .custom_select,
.blog-meta .custom_select {
    width: 100%;
}

.blog-meta .custom_select span {
    padding: 14px 35px 14px 20px;
    color: #19334a;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.18px;
}

.blog-meta .custom_select ul li a {
    font-size: 15px;
    padding: 10px 20px;
    display:table;
    width:100%;
}

.blog-meta .custom_select ul li {
    padding:0;
}

.blog-meta form:not(.woocommerce-ordering) {
    border: 1px solid #c4ced5;
    height: 50px;
    width: 100%;
    border-radius: 10px;
}

.blog-meta form input {
    color: #808083;
    font-size: 16px;
    width: 100%;
    height: 50px;
    border: none;
    background: transparent url('/wp-content/themes/biostation/assets/css/../img/icons/icon-search.svg') no-repeat calc(100% - 15px) center;
    border-radius: 10px;
    padding: 0 35px 0 20px;
}

.blog-meta select {
    height: 50px;
    border-radius: 10px;
    background-color: #eef5fa;
    padding: 0 20px;
    border: none;
    width: 100%;
}

.shop-listing {
    padding-bottom: 70px;
}

.blog-listing .h2 ,
.blog-listing h2 {
    font-size: 28px;
    margin-bottom: 12px;
}

.blog-listing .h2 + p ,
.blog-listing h2 + p {
    margin-top: 0;
}

.search-results .blog-listing h2:empty {
    display:none;
}

.search-results .blog-listing h2:empty + h2 {
    display:block !important;
}

.blog-item {
    background: #fbfbfc;
    padding: 10px;
    margin-bottom: 40px;
    box-shadow: -10px 10px 25px rgba(0, 0, 0, 0);
    transition: 0.3s all;
    border-radius: 5px;
}

.blog-item .thumb {
    height:200px;
    background-size:cover !important;
    border-radius: 6px;
}

.blog-item .inner p,
.blog-item .inner .meta {
    color: #808083;
    font-size:15px;
}

.blog-item:hover {
    transition: 0.3s all;
    box-shadow: -10px 10px 25px rgba(0, 0, 0, 0.1);
}

.blog-item img {
    border-radius: 6px;
}

.blog-item .inner {
    padding: 20px;
}

.blog-item .inner h3 {
    color: #1c4060;
    font-family: Sailec;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.20px;
    line-height: 25px;
    text-transform: uppercase;
    margin: 10px 0;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    white-space: normal;
    overflow:hidden;
    min-height:50px;
}

.blog-item .inner p {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    white-space: normal;
    overflow:hidden;    
}


.video-listing .blog-item .inner h3,
.blog-listing .blog-item .inner h3 {
    text-transform: none;
}

.video-listing .blog-item .inner p,
.blog-listing .blog-item .inner p {
    margin-bottom: 0px;
    color: #808083;
}

.blog-newsletter {
    background: #fbfbfc;
    padding: 0 0 0 300px;
    position: relative;
    margin: 30px 0 70px;
}

.blog-newsletter.alt {
    padding: 0;
}

.blog-newsletter.alt h3 {
    font-size: 26px;
    margin-bottom: 32px;
}

.blog-newsletter .inner {
    padding: 40px 35px;
}

.blog-newsletter.alt .inner {
    padding: 60px 80px;
}

.blog-newsletter .bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 300px;
    background-size: cover !important;
}

.blog-newsletter h3 {
    font-size: 20px;
}

.blog-newsletter input {
    background-color: #f1f1f1;
    width: 100%;
    height: 50px;
    border: none;
    padding: 0 20px;
    margin-bottom: 20px;
}

.blog-newsletter.alt input {
    background-color: #f1f1f1;
    width: calc(100% - 100px);
    height: 50px;
    border: none;
    padding: 0 20px;
    margin-bottom: 0;
    margin-right: 15px;
}

.about-widget {
    text-align: center;
}

.about-widget .inner {
    padding: 40px 20px;
    border: 1px solid #c1c3c5;
    border-top: none;
}

.about-widget h3 {
    color: #19334a;
    font-size: 20px;
    line-height: 25px;
    margin: 0 0 10px;
    font-weight: 600;
}

.about-widget p {
    color: #808083;
    font-size: 14px;
    letter-spacing: 0.64px;
    line-height: 30px;
}

.biostation_loadmore {
    cursor:pointer;
}

aside h4,
.widget h4 {
    font-size: 22px;
    margin-bottom: 20px;
}

aside .widget,
.widget {
    margin-bottom: 40px;
}

.widget-posts {
    border: 1px solid #c1c3c5;
}

.widget-posts h4 {
    padding: 20px 0;
    text-align: center;
    margin: 0;
    border-bottom: 1px solid #c1c3c5;
}

.widget-posts li {}

.widget-skills li {
    border-bottom: 1px solid #f7f7f8;
    color: #9fa6ac;
    font-size: 14px;
    display: table;
    width: 100%;
    padding: 15px 25px 15px 55px;
    position: relative;
}

.widget-skills li:before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #1c4060;
    position: absolute;
    top: 50%;
    left: 30px;
    margin-top: -3px;
    border-radius: 50%;
}

.widget-posts li a {
    border-bottom: 1px solid #f7f7f8;
    color: #9fa6ac;
    font-size: 14px;
    display: table;
    width: 100%;
    padding: 15px 40px 15px 25px;
    position:relative;
}

.widget-posts li a i {
    position: absolute;
    top: 50%;
    right: 15px;
    transform:translateY(-50%);
}

.widget-posts li:last-child a {
    border-bottom: none !important;
}

.widget-posts li a:hover {
    border-bottom: 1px solid #336896;
    background: #336896;
    color: #fff;
}

.cta {
    background: url('/wp-content/themes/biostation/assets/css/../img/cta.jpg') no-repeat center right;
    background-size: cover;
    padding: 90px 0 100px;
}

.cta h3 {
    color: #ffffff;
    font-size: 35px;
    line-height: 55px;
    margin-bottom: 25px;
}

.cta a.custom-link {
    display: table;
    color: #fff;
    border-bottom: 2px solid #458bca;
    margin-bottom: 20px;
}

.custom-link.white:hover {
    color: #fff;
}

.custom-link.white span:after,
.custom-link.white span:before,
.custom-link.white:after,
.custom-link.white:before,
.cta a.custom-link span:after,
.cta a.custom-link span:before,
.cta a.custom-link:after,
.cta a.custom-link:before {
    background: #fff;
}

.cta a.custom-link:hover {
    border-bottom: 2px solid #fff;
}

.cta a.custom-link:hover {
    color: #fff;
}

.cta.boxed .call-cta,
.cta .container .call-cta {
    color: #90acc4;
    display: block;
}

.cta.boxed a.phone-link,
.cta a.phone-link {
    color: #fff;
    margin-left: 10px;
    font-weight: 500;
    position: relative;
}

.cta.boxed a.phone-link:after,
.cta .container a.phone-link:after {
    content: "";
    background: #fff;
    width: 0%;
    right: 0;
    left: auto;
    bottom: -2px;
    position: absolute;
    height: 1px;
    transition: .4s;
}

.cta.boxed.alt a.phone-link:after {
    background: #336896;
}

.cta.boxed a.phone-link:hover:after,
.cta .container a.phone-link:hover:after {
    width: 100%;
    transition: .4s;
    right: auto;
    left: 0;
}

.cta.boxed.alt a.custom-link span:after,
.cta.boxed.alt a.custom-link span:before,
.cta.boxed.alt a.custom-link:after,
.cta.boxed.alt a.custom-link:before {
    background: #458bca;
}

.bttn {
    line-height: 50px;
    border-radius: 7px;
    background-color: #336896;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    padding: 0 40px;
}

.page-header .bttn {
    background: #458bca;
}

.page-header .bttn:hover {
    background: #336896;
}

.bttn.white {
    background-color: #fff;
    color: #1c4060;
}

.bttn:hover {
    background: #4286c2;
    color: #fff;
}

.tags {
    padding: 100px 0;
}

.tags h3 {
    font-size: 28px;
    margin-bottom: 40px;
}

.tags h4 {
    color: #1c4060;
    font-family: Sailec;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.36px;
    line-height: 28px;
    text-transform: uppercase;
}

.tags ul {
    margin-bottom: 15px;
}

.tags ul li {
    margin: 0 20px 20px 0;
    display: inline-block;
}

.tags ul li a {
    min-width: 150px;
    line-height: 50px;
    border-radius: 5px;
    background-color: #f7f7f8;
    color: #2f3e4a;
    font-size: 14px;
    display: table;
    padding: 0 20px;
    text-align: center;
}

.tags ul li a:hover {
    background: #336896;
    color: #fff;
}

.newsletter {
    background: #fbfbfc;
    position: relative;
}

.newsletter .inner {
    padding: 85px 0;
}

.newsletter .bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 41.666667%;
    background-size: cover !important;
}

.newsletter h3:not(.h2) {
    font-size: 20px;
}

.newsletter input {
    background-color: #f1f1f1;
    width: calc(100% - 145px);
    height: 50px;
    border: none;
    padding: 0 20px;
    margin-bottom: 20px;
    margin-right: 20px;
}

.blog-newsletter button,
.newsletter button {
    transition: 0.3s all;
}

.blog-newsletter button:hover,
.newsletter button:hover {
    transition: 0.4s all;
    border-bottom: 2px solid #ffa900;
}

.blog-listing h1 {
    font-size: 40px;
    line-height: 50px;
}

.featured {
    border-radius: 13px;
    background-color: #336896;
    margin: 50px 0 70px;
    padding: 15px;
}

.featured img {
    border-radius: 6px;
}

.featured-carousel .thumb {
    width:100%;
    height:350px;
    border-radius:6px;
    background-size:cover !important;
}

.featured span {
    color: #eef5fa;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
}

.featured h2 {
    color: #fcfeff;
    font-size: 28px;
    line-height: 38px;
    margin: 5px 0 10px;
}

.featured .inner {
    padding: 0 15px;
}

.author-meta {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.author-meta img {
    margin-right: 12px;
    border-radius: 50%;
}

.author-meta span {
    color: #f7f7f8;
    font-size: 16px;
    text-transform: none;
}

.slide-meta {
    display: flex;
    align-items: center;
}

.slide-meta span {
    width: 50px;
    text-align: center;
    ;
}

.slide-meta button {
    width: 42px;
    height: 32px;
    background-color: #ffffff;
    border: none;
    transition: 0.3s all;
}

.slide-meta button:hover {
    background-color: #2f3e4a;
    color: #fff;
    transition: 0.3s all;
}

.ebooks-wrap {
    padding: 50px 0 100px;
}

.ebooks-wrap table {
    vertical-align: middle;
}

.ebooks-wrap table thead {
    display: none;
}

.ebooks-wrap table img {
    max-width: 150px;
}

.ebooks-wrap table thead td {
    color: #2f3e4a;
    font-family: 'Euclid Flex', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    padding: 20px 20px;
}

.ebooks-wrap table tbody tr {
    border-top: 1px solid #b4b9be;
}

.ebooks-wrap table tbody tr:first-child {
	border-top: 0;
}

.ebooks-wrap table tbody td {
    padding: 25px 25px;
}

.ebooks-wrap table tbody tr td:nth-child(2) {
    color: #1c4060;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.36px;
    min-width: 365px;
}

body:not(.home) header {
    background: transparent;
    box-shadow: none;
}

body:not(.home) header.scroll {
    background: #1c4060;
}

body:not(.home) header .navbar-expand-lg .navbar-nav > li > .nav-link {
    color: #fff;
}

.video-listing, .blog-listing {
    padding: 60px 0;
}

.video-listing .blog-meta,
.blog-listing .blog-meta {
    border: none;
    padding: 0px;
}

.video-listing .thumb {
    position: relative;
}

.video-listing .thumb:before {
    content: "";
    background: url('/wp-content/themes/biostation/assets/css/../img/icons/icon-play.svg') no-repeat center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 70px;
    transition: 0.3s all;
}

.video-listing .blog-item:hover .thumb:before {
    background-size: 90px;
    transition: 0.3s all;
}

.widget-contact {
    padding: 30px 25px;
    margin-bottom: 40px;
    border-width: 1px;
}

.widget-contact h3 {
    color: #1c4060;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px;
}

.service-listing {
    margin-bottom: -60px;
    position: relative;
    top: -60px;
}

.service-listing .row {
    margin: 0 -17px;
}

.service-listing [class*="col-"] {
    padding: 0 17px;
}

.service-listing .item {
    text-align: center;
    background-color: #fbfbfb;
    border-top: 7px solid #7e3597;
    padding: 35px 15px 25px;
    margin-bottom: 30px;
    position: relative;
    top: 0;
    transition: 0.3s all;
    height: calc(100% - 30px);
}

.service-listing .item:hover {
    box-shadow: -9px 5px 25px 0px rgba(33, 32, 32, 0.15);
    transition: 0.3s all;
    top: -25px;
}

.service-listing .item img {
    margin-bottom: 15px;
    height: 80px;
}

.service-listing .item h3 {
    color: #336896;
    font-family: Sailec;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.4px;
    line-height: 25px;
    min-height: 50px;
    margin-bottom: 15px;
}

.service-listing .item p {
    color: #808083;
    font-size: 13px;
    letter-spacing: 0.56px;
    line-height: 24px;
    margin-bottom: 0px;
}

.contact.alt {
    padding: 35px;
    border: 1px solid #c6cacd !important;
}

.border-light {}

.bg-gray {
    background: #fbfbfb;
}

.bg-wave {
    background: url('/wp-content/themes/biostation/assets/css/../img/testimonial-wave.png');
}

.bg-secondary {
    background: #458bca !important;
}

.padding {
    padding: 60px 0;
}

.padding-70 {
    padding: 70px 0;
}

.padding-50 {
    padding: 50px 0;
}

.padding-left {
    padding-left: 70px;
}

.padding-left-50 {
    padding-left: 50px;
}

.padding-right {
    padding-left: 70px;
}

.padding-right-50 {
    padding-right: 50px;
}

.padding-bottom {
    padding-bottom: 10px;
}

.padding-bottom-50 {
    padding-bottom: 50px;
}

.padding-top {
    padding-top: 40px;
}

.heading-small {
    font-size: 20px;
    margin-bottom: 25px;
}

.box {
    border: 1px solid #e4e4e4;
    padding: 70px;
}

.list-style-II li {
    position: relative;
    background: transparent;
    padding-left: 30px;
}

.list-style-II li:not(:last-child) {
    margin-bottom: 15px;
}

.list-style-II li:before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #458bca;
    position: absolute;
    left: 0;
    top: 10px;
    border-radius: 50%;
}

.acc {}

.acc__card {
    margin-bottom: 25px;
    border: 1px solid #e1e2e3;
    border-radius: 3px;
    position: relative;
}

.acc__card:not(.active):after {
    content: "";
    width: 8px;
    height: 8px;
    border: 1px solid #2f3e4a;
    position: absolute;
    top: calc(50% - 3px);
    right: 40px;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg) translateY(-50%);
}

.acc__card .acc__close {
    content: "\00d7";
    top: 50%;
    right: 25px;
    width: 30px;
    height: 30px;
    border: 1px solid #2f3e4a;
    line-height: 28px;
    text-align: center;
    color: #2f3e4a;
    font-size: 30px;
    transform: translateY(-50%);
    position: absolute;
    border-radius: 50%;
    display: none;
    cursor: pointer;
    transition: none;
}

.acc__card.active .acc__close {
    transition: none;
    display: inline;
    font-size: 21px;
}

.acc__card.active {
    border: 1px solid #fff;
    background: #fff;
}

.acc__card.active .acc__close i {
    transform:scale(0.75);
}

.acc__card.alt.active {
    border: 1px solid #fbfbfb;
    background: #fbfbfb;
}

.acc__title {
    padding: 20px 30px;
    color: #2f3e4a;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    position: relative;
}

.acc__title:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.acc__panel {
    display: none;
    padding: 0 90px 30px 30px;
}

.acc__card.active .acc__panel p {
    color: #616161;
    font-size: 15px;
    letter-spacing: 0.14px;
    line-height: 30px;
}

.acc__panel p:last-of-type {
    margin-bottom: 0px;
}

.cta.boxed {
    border-radius: 12px;
    background: #336896;
    padding: 90px 60px 100px;
    text-align: center;
}

.cta.boxed a.custom-link {
    margin: 0 auto 20px;
}

.quotes.slick-list {
    margin: 0 -15px;
}

.quotes .slick-slide {
    padding: 0 15px;
}

.quotes .quote-item {
    position: relative;
}

.quotes .quote-item:before {
    content: "";
    background-image: linear-gradient(180deg, rgba(51, 104, 150, 0) 0%, #1c4060 100%);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 181px;
    transition: 0.3s all;
}

.quotes .quote-item:hover:before {
    background-color: #336896;
    height: 100%;
    opacity: 0.92;
    transition: 0.3s all;
}

.quotes .quote-item .overlay {
    position: absolute;
    bottom: 27px;
    left: 0;
    width: 100%;
    padding: 40px 30px;
    height: 100%;
    max-height: 136px;
    overflow: hidden;
    transition: 0.3s all;
}

.quotes .quote-item:hover .overlay {
    bottom: 0px;
    padding: 40px 30px;
    height: 100%;
    max-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.quotes .quote-item .overlay h4 {
    color: #ffffff;
    font-size: 19px;
    line-height: 25px;
}

.quotes .quote-item .overlay p {
    opacity: 0.76;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 0.56px;
    line-height: 28px;
}

.quotes .quote-item a {
    color: #fff;
    border-bottom: 2px solid #458bca;
    padding: 0;
}

.dots-style-II li button {
    width: 15px;
    height: 5px;
    opacity: 0.4;
    border-radius: 10px;
    background: #458bca;
}

.dots-style-II li.slick-active button {
    width: 28px;
    background: #458bca;
    opacity: 1;
}

.leading-2 p {
    line-height: 2em;
}

.leading-3 p {
    line-height: 1.75em;
}

.shop-meta {
    border: none;
}

.shop-meta select {
    max-width: 200px;
    float: right;
}

.shop-meta h4 {
    color: #1c4060;
    font-family: Sailec;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.14px;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.shop-item .inner h3 {
    color: #1c4060;
    font-family: Sailec;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.14px;
    text-transform: none;
}

.shop-item .inner .bottom {
    padding: 10px 0 30px;
    align-items: center;
}

.tags.alt ul li {
    margin: 0 11px 11px 0;
}

.tags.alt ul li a {
    color: #808083;
    font-size: 14px;
    letter-spacing: 0.14px;
    line-height: 27px;
    border: 1px solid #e1dddd;
    border-radius: 0px;
    background: transparent;
    padding: 5px 15px;
}

.tags.alt ul li a:hover {
    border: 1px solid #336896;
}

.partners .inner {
    box-shadow: 0 1px 15px 0 rgba(0, 0, 0, .06), 0 1px 10px 0 rgba(0, 0, 0, .06);
    max-width: 1036px;
    margin: -75px auto 0;
    background: #fff;
    padding: 50px 65px;
}

.partners .inner ul {
    display: flex;
    justify-content: space-between;
}

.partners .inner ul img {
    max-height: 50px;
}

.b-content .list-style:not(.two-col) strong {
    color:#2f3e4a;
}


.list-style.two-col {
    margin-bottom: 20px;
    display: table;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.list-style.two-col li {
    color: #2f3e4a;
    font-size: 13px;
    font-weight: 700;
    line-height: 26px;
    width: 46%;
    border-bottom: 1px solid #babfc3;
    padding-left: 31px;
    float: left;
    padding-right: 15px;
    padding-bottom: 15px;
    margin-right:4%;
}

.cta.boxed.alt {
    background: #fbfbfb;
}

.cta.boxed.alt h3 {
    color: #2f3e4a;
}

.cta.boxed.alt span {
    color: #383838;
}

.cta.boxed.alt span a {
    color: #336896;
}

.cta.boxed.alt a.custom-link {
    color: #2f3e4a;
}

.no-border {
    border: none !important;
}

.color-purple {
    color: #7e3597;
}

.color-blue {
    color: #458bca;
}

.color-green {
    color: #88bb32;
}

.color-magenta {
    color: #d10057;
}

.compare-table {
    margin: 0;
    width: 100%;
    text-align: center;
}

.compare-table th {
    color: #ffffff;
    background: #bec3c6;
}

.compare-table th:last-child {
    min-width: 60px;
}

.compare-table th,
.compare-table td {
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    padding: 15px;
    border: 1px solid #b0b5ba;
    height: 50px;
}

.compare-table tbody tr:nth-child(even) {
    background: #f1f1f2;
}

.compare-table td {
    color: #2f3e4a;
}

.compare-table .custom-control {
    pointer-events: none;
}

.custom-control-label::before,
.custom-control-input:checked~.custom-control-label::before {
    color: #1c4060;
    border-color: #1c4060 !important;
    background-color: transparent !important;
    box-shadow: none !important;
}

.custom-control-input:checked~.custom-control-label::after {
    content: "";
    border: 2px solid #1c4060;
    transform: rotate(45deg);
    border-width: 0 2px 2px 0;
    width: 5px;
    height: 9px;
    position: absolute;
    left: -18px;
    top: 6px;
}

.link-wrap.alt a {
    margin-bottom: 20px;
    border: 1px solid #e7f0f7;
    padding: 20px 15px;
}

.link-wrap.alt a span {
    color: #2f3e4a;
    font-size: 14px;
    font-weight: 700;
    line-height: 25px;
    border: none;
    background: transparent;
    border-bottom: 2px solid #336896;
}

.link-wrap.alt a:hover span {
    color: #fff;
    border-bottom: 2px solid #fff;
}

.service-listing.alt .item {
    background-color: #fbfbfb;
    border: 1px solid #c1c3c5 !important;
}

.service-listing.alt .item:hover {
    background-color: #fff;
    border: 1px solid #fff !important;
}

.service-listing.alt .item h3 {
    font-size: 17px;
}

.tags-box {
    border: 1px solid #babfc3;
    padding: 40px;
    margin-bottom: 60px;
    height: calc(100% - 60px);
}

.tags-box h3 {
    margin-bottom: 15px;
    color: #2f3e4a;
    font-family: Sailec;
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
}

.tags-box ul {
    margin: 0 -8px;
}

.tags-box ul li {
    margin: 0 8px 16px;
}

.tags-box ul li a {
    min-width: 115px;
    cursor: pointer;
}

.acc.alt .acc__card.active {
    background-color: #f7f7f8;
}

.video-block {
    margin: 33px 0 30px;
    position: relative;
}

.video-block a {
    position: relative;
    display: table;
    width: 100%;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.play-btn img {
    width: 85px;
    transition: 0.3s all;
}

.video-block:hover .play-btn img {
    width: 100px;
    transition: 0.3s all;
}

.play-btn span {
    color: #fff;
    display: table;
    margin: 10px auto 0;
}

.widget-search {
    margin-bottom: 40px;
}

.widget-search form {
    border: 1px solid #c4ced5;
    height: 50px;
    width: 100%;
    border-radius: 10px;
}

.widget-search form input {
    color: #808083;
    font-size: 16px;
    width: 100%;
    height: 50px;
    border: none;
    background: transparent url('/wp-content/themes/biostation/assets/css/../img/icons/icon-search.svg') no-repeat calc(100% - 15px) center;
    border-radius: 10px;
    padding: 0 35px 0 20px;
}

.patient-stories .item {
    background-color: #fbfbfb;
    padding: 30px;
    margin-bottom: 30px;
    width: 100%;
    display: inline-block;
}

.ps-top {
    display: flex;
    align-items: center;
}

.ps-top img {
    width: 60px;
    height: 60px;
    border: 2px solid #336896;
    padding: 3px;
    border-radius: 50%;
    margin-right: 20px;
}

.ps-top h4 {
    color: #2f3e4a;
    font-size: 18px;
    font-weight: 600;
    font-family: Sailac, sans-serif;
    margin-bottom: 5px;
}

.ps-top .ratings i {
    color: #336896;
    font-size: 12px;
    margin-right: 4px;
}

.ps-content {
    padding: 15px 0 0;
}

.ps-content img {
    float: left;
    width: 65px;
    padding: 5px 15px 15px
}

.patient-stories ul {
    column-count: 3;
    column-gap: 30px;
}

.eductation-block * {
    transition: 0.3s all;
}

.eductation-block {
    border: 1px solid #c4ced6;
    padding: 30px 15px;
    text-align: center;
}

.eductation-block span {
    color: #1c4060;
    font-family: Sailec;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.84px;
    line-height: 11px;
    background: #eff3f7;
    display: table;
    margin: 0 auto 15px;
    padding: 15px;
}

.eductation-block p {
    color: #1c4060;
    font-size: 14px;
    letter-spacing: 0.14px;
    line-height: 28px;
    margin-bottom: 5px;
}

.eductation-block em {
    font-style: normal;
    opacity: 0.38;
    color: #1c4060;
    font-size: 14px;
    letter-spacing: 0.14px;
}

.eductation-block:hover {
    border: 1px solid #336896;
    background: #336896;
}

.eductation-block:hover span {
    background: #43749f;
    color: #fff;
}

.eductation-block:hover em,
.eductation-block:hover p {
    color: #fff;
}

.widget-doctor h3 {
    color: #2f3e4a;
    line-height: 50px;
    margin: 25px 0 5px;
}

.widget-doctor p {
    opacity: 0.46;
    color: #2f3e4a;
    font-size: 16px;
    line-height: 17px;
    text-transform: uppercase;
}

.video-related .blog-item {
    border-radius: 7px;
    background-color: #f1f1f1;
    overflow: hidden;
    padding: 0;
}

.video-related .blog-item h3 {
    color: #2f3e4a;
    font-family: Sailec;
    font-size: 16px;
    font-weight: 700;
    text-transform: none;
    margin: 0;
    text-align: center;
}

.video-list {
    display: flex;
    align-items: center;
}

.video-list .thumb {
    min-width: 100px;
    min-width: 295px;
    height: 200px;
    margin-right: 15px;
    border-radius: 7px;
    overflow: hidden;
}

.video-list .thumb img {
    min-height: 200px;
    width: calc(100% + 30px);
}

.video-custom label,
.video-list label {
    color: #458bca;
    font-size: 14px;
    line-height: 14px;
    display: block;
    margin-bottom: 0;
}

.video-custom h3,
.video-list h3 {
    color: #2f3e4a;
    font-family: Sailec;
    font-size: 22px;
    font-weight: 700;
    line-height: 44px;
    margin: 0;
}

.video-custom p,
.video-list p {
    color: #616161;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.14px;
    line-height: 28px;
    margin: 0;
}

body .dual-btns {
    text-align: center;
    padding: 20px 0 40px;
}

body .dual-btns a {
    margin: 0 10px !important;
    display: inline-block !important;
}

.page-header p.opacity {
    opacity: 0.6;
    color: #ffffff;
}

.blog-single-content .cat {
    color: #458bca;
    font-size: 15px;
    letter-spacing: 0.14px;
    text-transform: uppercase;
    display: block;
    padding-bottom: 15px;
}

.blog-single-content h1 {
    font-size: 32px;
    line-height: 40px;
}

.blog-single-meta {
    margin-bottom: 25px;
}

.blog-single-meta img {
    width: 60px;
    height: 60px;
    border: 1px solid #707070;
    padding: 3px;
    border-radius: 50%;
    margin-right: 15px;
}

.blog-single-meta span {
    color: #2f3e4a;
    font-size: 16px;
}

blockquote {
    padding: 35px;
    margin: 35px 0;
}

blockquote img {
    margin-bottom: 30px;
}

.blog-single-content h3 {
    color: #1c4060;
    font-family: Sailec;
    font-size: 20px;
    font-weight: 500;
}

.author-box {
    background-color: #336896;
    padding: 50px;
    margin-top: 80px;
}

.author-name {
    display: flex;
    align-items: center;
}

.author-name img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    margin-right: 15px;
}

.author-name div {
    color: rgba(247, 247, 248, 0.6);
    font-size: 15px;
    text-transform: none;
}

.author-name div span {
    display: block;
    color: #eef5fa;
    font-size: 15px;
    font-weight: 700;
    text-transform: none;
}

.author-social {
    display: table;
    float: right;
}

.author-social span {
    color: #f7f7f8;
    font-size: 12px;
    line-height: 19px;
    text-transform: none;
    display: block;
}

.author-social a {
    color: #e7f5fc;
    opacity: 0.35;
    margin-right: 10px;
    font-size: 17px;
}

.author-social a:hover {
    color: #e7f5fc;
    opacity: 1;
}

.author-box p {
    color: #ffffff;
    margin: 30px 0;
}

.author-box a.custom-link {
    color: #ffffff;
    font-weight: 700;
    border-bottom: 2px solid #458bca;
    padding: 0;
}

.contact-us h1 {
    color: #1c4060;
    font-size: 40px;
    line-height: 50px;
    margin: 35px 0 55px;
}

.partners.alt .inner {
    margin: 0;
    padding: 0;
    box-shadow: none;
}

.contact-us .contact {
    border: 1px solid #e5e5e5;
    padding: 50px;
}

.fw-500 {
    font-weight: 500;
}

.fw-400 {
    font-weight: 400;
}

.process-box {
    border: 1px solid rgba(47, 62, 74, 0.33);
    padding: 20px 40px 40px;
}

.process-box hr {
    border-top: 1px solid rgba(47, 62, 74, 0.33);
}

.process-box ul {
    padding: 15px 25px;
}

.process-box small {
    color: #808083;
    font-size: 14px;
    letter-spacing: 0.14px;
    display: block;
    text-align: center;
    padding-top: 30px;
}

.location-services {
    margin: 20px 0 30px;
    top:0 !important;
}

.location-services .h2 {
    margin-bottom: 30px !important;
}

.custom_content {
    margin: -30px 0 110px;
}

.service-listing.alt.location-services .item {
    border: 1px solid rgba(69, 139, 202, 0.13) !important;
    border-radius: 10px;
    background: #fff !important;
    top: 0 !important;
}

.service-listing.alt.location-services .item img {
    margin-bottom: 15px;
}

.service-listing.alt.location-services .item h3 {
    font-size: 17px;
    margin-bottom: 0;
}

.office-hours {
    background-color: #336896;
    padding: 30px 40px;
}

.office-hours h3 {
    color: #fff;
    text-align: center;
}

.office-hours hr {
    border-top: 1px solid #f7f7f8;
    opacity: 0.3;
    max-width: 70px;
    margin: 0 auto 30px;
}

.office-hours li {
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 0.32px;
    line-height: 20px;
}

.office-hours li span {
    opacity: 0.5;
    color: #ffffff;
    min-width: 75px;
    display: inline-block;
}

.location-details {
    box-shadow: 0 1px 15px 0 rgba(0, 0, 0, .06), 0 1px 10px 0 rgba(0, 0, 0, .06);
    margin: -35px 0 0;
    background: #fff;
    padding: 25px;
    position: relative;
}

.location-details .item {
    display: flex;
    align-items: center;
    color: #808083;
    font-size: 14px;
    letter-spacing: 0.30px;
    line-height: 20px;
}

.location-details .ico {
    border-radius: 7px;
    background-color: #1c4060;
    min-width: 50px;
    height: 50px;
    margin-right: 20px;
    line-height: 50px;
    text-align: center;
}

.location-details h6 {
    margin-bottom: 0;
}

.offer-banner {
    background-color: #214e76;
    padding: 20px 0;
    color: #ffffff;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Euclid Flex', sans-serif;
}

.offer-banner a {
    color:#fff !important;
}

.widget.shop .bottom {
    margin-bottom: 20px;
}

.widget.shop .bottom .price {
    color: #1c4060;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.27px;
}

.widget.shop .quantity input {
    height: 45px;
    border-radius: 6px;
    background-color: #eef5fa;
    padding: 0;
    border: none;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {  
   opacity: 1;
}

.product-single h1 {
    margin-bottom: 50px;
}

.product-single [class*="list-style"] {
    margin-bottom: 30px;
}

.product-single [class*="list-style-II"] li {
    display: inline-block;
    margin-right: 30px;
}

.green-border {
    border-bottom: 5px solid #88bb32;
}

.red-border {
    border-bottom: 5px solid #d10057;
}

.purple-border {
    border-bottom: 5px solid #7e3597;
}

.offer-item {
    margin-bottom: 30px;
}

.offer-item .content {
    border: 1px solid #c1c3c5;
    border-top: none;
    padding: 20px 20px 0;
}

.offer-item .content p {
    font-size: 15px;
    color: #808083;
}

.process__parent .inner {
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.05);
    padding: 30px 50px 10px;
}

.process__parent .slick-list {
    margin: 0 -60px;
}

.process__parent .item {
    padding: 0 60px;
    margin-bottom: 60px;
}

.process__thumbs .item>div {
    text-align: center;
    position: relative;
    padding-bottom: 50px;
    cursor: pointer;
}

.process__thumbs .slick-current.item>div:before {
    content: "";
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAZCAMAAAD3wqVsAAAAElBMVEVHR0fGxsby8vLy8vLz8/Pz8/MLvhYdAAAABnRSTlMADiNGcIWl60YLAAAAcUlEQVQoz3WSSQ7AIAwDiR3//8ulVVuW4DliZVCW1iaCzZKCiyjJRNEjpTPe0BlvwhiNNb+sWqnB1gimSBnGWKzUCozxwRmXRqgKnfEfT+QxS2d8rZADtkzZm8ThvyS+C9rel5GNUrKs9in9RTtAvYULX+0GeqpoM1QAAAAASUVORK5CYII=') no-repeat center bottom;
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.process__parent {
    margin-top: -50px
}

.process__thumbs .item>div svg {
    max-width: 100%;
    max-height: 100%;
}

.process__thumbs .item>div .ico {
    height: 60px
}

.process__thumbs .item>div .dot {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: table;
    margin: 30px auto;
    border: 9px solid #fff;
    z-index: 22;
}

.process__thumbs h4 {
    color: #707070;
    font-family: Sailec;
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    margin: 0;
}

.process__parent .item {
    padding-top: 40px;
}

.process__thumbs .slick-current .ico svg path {
    fill: #336896;
}

.process__thumbs .slick-current h4 {
    color: #336896;
}

.process__thumbs .bg-orange {
    background-color: #e09f1f;
}

.process__thumbs .bg-blue {
    background-color: #336896;
}

.process__thumbs .bg-purple {
    background-color: #7e3597;
}

.process__thumbs .bg-green {
    background-color: #88bb32;
}

.process__thumbs .bg-red {
    background-color: #d10057;
}

.process__thumbs .bg-dblue {
    background-color: #2f3e4a;
}

.featured-carousel .slick-prev,
.featured-carousel .slick-next {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.page-header .blog-meta {
    border: none;
    padding: 0;
    margin: 0;
}

.page-header .blog-meta form input {
    color: #fff;
    background: transparent url('/wp-content/themes/biostation/assets/css/../img/icons/icon-search-white.svg') no-repeat calc(100% - 15px) center;
}

.page-header .blog-meta form input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.page-header .blog-meta form input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.page-header .blog-meta form input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.page-header .custom_select span.selected {
    font-size: 15px;
    padding: 11px 45px 12px 15px;
    background: #fff;
    color: #19334a;
}

.border-orange {
    border-top-color: #e09f1f !important;
}

.border-blue {
    border-top-color: #336896 !important;
}

.border-purple {
    border-top-color: #7e3597 !important;
}

.border-green {
    border-top-color: #d10057 !important;
}

.border-red {
    border-top-color: #88bb32 !important;
}

.border-dblue {
    border-top-color: #2f3e4a !important;
}

.table-responsive::-webkit-scrollbar-track {
    background-color: #F5F5F5;
    height: 6px;
}

.table-responsive::-webkit-scrollbar {
    width: 100%;
    height: 6px;
    background-color: #F5F5F5;
}

.table-responsive::-webkit-scrollbar-thumb {
    background-color: #3368a3;
}

.location__thumbs .slick-list {
    margin: 0 -7px;
}

.location__thumbs .item {
    padding: 14px 7px;
}

.location__parent .slick-prev {
    background: #fff;
    color: #2f3e4a;
    width: 88px;
    height: 70px;
    font-size: 26px;
    position: absolute;
    bottom: 0px;
    right: 88px;
    border: none;
    z-index: 1;
}

.location__parent .slick-prev i {
    border: 1px solid #2f3e4a;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-135deg);
    left: calc(50% + 4px);
    border-width: 1px 1px 0 0;
}

.location__parent .slick-next {
    background: #2f3e4a;
    color: #fff;
    width: 88px;
    height: 70px;
    font-size: 26px;
    position: absolute;
    bottom: 0px;
    right: 0;
    border: none;
    z-index: 1;
}

.location__parent .slick-next i {
    border: 1px solid #fff;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    left: calc(50% - 4px);
    border-width: 1px 1px 0 0;
}

.location__parent .item a {
    background: #336896;
    position: relative;
    display: table;
    width: 100%;
}

.location__parent .item a i {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 55px;
    opacity: 0;
    transition: 0.3s all;
}

.location__parent .item a:hover i {
    opacity: 1;
    transition: 0.3s all;
}

.location__parent .item a img {
    transition: 0.3s all;
}

.location__parent .item a:hover img {
    opacity: 0.16;
    transition: 0.3s all;
}

.review h3 {
    position: relative;
    z-index: 22;
}

.review img {
    width: 400px;
    height: auto;
    position: relative;
    z-index: 0;
    top: -55px
}

.gform_confirmation_message {
    text-align:center;
    padding:0 0 30px;
}

.ebook-list ul {
    margin-bottom:30px;
}

.ebook-list h4 {
    font-size: 17px;
    line-height: 1.5;
}

.contact.alt .gfield {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom:0;
}

.woocommerce-breadcrumb {
    display:none;
}

.woocommerce div.product form.cart {
    position:relative;
}

.woocommerce div.product form.cart .quantity input {
    width:70px;
}

.woocommerce div.product form.cart .plus {
    position:absolute;
    top:0;
    right:4px;
    height:24px;
    width:24px;
    background:transparent;
    border:none;
    background:#eef5fa;
    border-left:1px solid #ddd;
    border-radius:0 6px 0 0 !important;
}

.woocommerce div.product form.cart .minus {
    position:absolute;
    height:22px;
    line-height:10px;
    width:24px;
    top:23px;
    right:4px;
    background:transparent;
    border:none;
    background:#eef5fa;
    border-left:1px solid #ddd;
    border-top:1px solid #ddd;
    border-radius:0 0 6px 0 !important;
}

.header-cart {
    padding: 0px 15px 0px 0;
    position: relative;
}

.header-cart a {
    display:flex;
}

.header-cart a svg {
    width:20px;
    height:20px;
    max-height:20px;
    color:#fff;
}

.header-cart a span {
    background:rgb(69 139 202);
    width:16px;
    height:16px;
    border-radius:3px;
    line-height:16px;
    text-align:center;
    font-size:11px;
    color:#fff;
    position:absolute;
    top:0;
    right:-20px;
}

@media only screen and (max-width: 1199px) {
    .navbar-collapse>a {
        font-size: 14px;
        padding: 0 12px;
    }
}




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

.navbar-expand-lg .navbar-nav > li > .nav-link {
    font-size: 13px;
}

}

@media only screen and (min-width: 992px) {
    
.b-products .col-lg-4:last-child {
    display:none;
}    

.single-post .bcrumbs {
    width:calc(100% - 500px);
}

body:not(.home) .navbar-nav > li.menu-item-has-children:after {
    content: "";
    border: 1px solid #fff;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 12px;
    right: 0;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
}

}

.wc-block-product-search .wc-block-product-search__button {
    display: none;
}

.post-content {
    position:relative;
}

.post-content .sticky-social {
    position:sticky;
    top:140px;
    margin-left: -70px;
    margin-top: 10px;
    float:left;
}

.post-content .sticky-social * {
    display:table;
}

.post-content .sticky-social span {
    font-size:10px;
    letter-spacing:1px;
    position:relative;
    left:-13px;
    border-bottom:1px solid #bbb;
}

.post-content .sticky-social a {
    margin-top:10px;
    color:#000;
    opacity:0.3;
}

.post-content .sticky-social a:hover {
    color:#336896;
    opacity:1;
}

.page-pharmaceutical-grade-supplements .blog-listing h2 {
    margin-top:-8px;
}

.shop-item .price {
    font-weight: 600;
}

.tax-product_cat .shop-listing + .bg-gray.padding-50.leading-3.default + div {
    display:none;
}

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

.service-listing .item {
    margin-bottom: 0;
}

.newsletter .leading-2 input {
    width:100%;
}

.newsletter .inner.leading-2 {
    padding: 50px 0px;
}   

.page-pharmaceutical-grade-supplements .default.leading-3.padding-top.pb-2 {
    padding:0px !important
}
.page-pharmaceutical-grade-supplements .default.leading-3.padding.padding-top {
    padding:0px 0 30px !important
}
    
.post-content .sticky-social {
    display:none;
}

body:not(.single-post) .blog-meta form {
    margin-bottom: 0;
    height: 57px;
}

body:not(.single-post) .blog-meta form input,
body:not(.single-post) .blog-meta form button {
    height: 57px;
}

.navbar-nav > li ul ul {
    padding-left:15px !important;
}
        
.header-cart {
    padding: 0px 15px 0px 0;
    position: absolute;
    right:125px;
    top:28px;
}

.header-cart a svg {
    width:25px;
    height: 25px;
    max-height:25px;
    color: #1c4060;
}


.header-cart a span {
    top:-5px;
    right:-5px;
}

body .mob-menu .navbar-nav * {
    transition:none !important;
}
    
.navbar-nav > li.menu-item-has-children:after {
    top: 18px;
    right: 15px;
}

.navbar-nav > li.menu-item-has-children {
    padding-right: 37px;
}

    .navbar-nav > li > ul {
        display:none;
    }
    .navbar-nav > li > ul {
        border-top:1px solid #ddd;
        width:calc(100% + 37px);
        padding: 0 15px !important;
    }


    .navbar-nav > li > ul > li:first-child {
        padding-top: 20px !important;
    }
    
    .navbar-nav > li > ul > li:last-child {
        padding-bottom: 20px !important;
    }

    .navbar-nav > li ul ul,
    .navbar-nav > li ul {
        position: relative;
        top: 0;
        left:0;
        rightL:auto;
        background: transparent;
        min-width: 100%;
        box-shadow: none;
        opacity: 1;
        visibility: visible;
        transition: 0.3s all;
        padding: 0;
    }
    
    
    .navbar-nav > li ul ul a,
    .navbar-nav > li ul a {
        padding:0 !important;
        font-size:14px !important;
    }
    
    .navbar-nav > li ul li:after {
        display:none;
    }       
    .navbar-nav {
        padding-right: 0px;
    }
    .page-header .blog-meta {
        border: none;
        padding: 0;
        margin: 5px 0 30px;
    }
    .author-box {
        margin-bottom: 40px;
    }
    body:not(.home) header.scroll {
        background: #fff;
        box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
    }
    .team-list h3 {
        margin-bottom: 25px;
        margin-top: 40px;
    }
    .team-list .item {
        margin-bottom: 20px;
    }
    .link-wrap a {
        margin-bottom: 20px;
    }
    .padding-bottom {
        padding-bottom: 30px;
    }
    .ebooks-wrap {
        padding: 70px 0 30px;
    }
    .page-header p {
        font-size: 17px;
    }
    .page-header h1 {
        font-size: 32px;
        margin-bottom: 3px;
        line-height: 1.5;
        margin-top: 30px;
    }
    .team h1,
    .team h4 {
        margin-top: 30px;
    }
    .newsletter .inner {
        padding: 50px 30px;
    }
    .shop-listing {
        padding-bottom: 0;
    }
    .tags {
        padding: 30px 0;
    }
    .featured .fc-bottom {
        display: flex;
        justify-content: space-between;
    }
    .author-meta img {
        width: 50px;
        height:50px;
    }
    .author-meta {
        margin-bottom: 0px;
    }
    .featured .inner {
        padding: 20px 15px;
    }
    .page-header {
        padding-top: 70px;
    }
    .bcrumbs {
        padding: 20px 0;
    }
    .faq {
        padding-bottom: 0px !important;
    }
    .cta h3 {
        font-size: 28px;
        line-height: 42px;
    }
    .cta.boxed {
        padding: 40px 20px;
    }
    .acc__title {
        padding: 20px 45px 20px 30px;
        font-size: 15px;
    }
    .acc__card:not(.active):after {
        right: 30px;
    }
    .acc__card .acc__close {
        right: 30px;
    }
    .box {
        padding: 30px;
    }
    .mob-top {
        margin-top: 60px;
    }
    .padding-left {
        padding-left: 15px;
    }
    .heading-small {
        font-size: 18px;
    }
    .list-style li,
    .benefits-left ul li {
        font-size: 14px;
        line-height: 26px;
    }
    .contact h3 {
        font-size: 20px;
        margin: 0 0 25px;
    }
    .team {
        margin-bottom: 0px !important;
    }
    .padding {
        padding: 70px 0;
    }
    body:not(.home) header {
        background: #fff;
    }
    .bcrumbs em {
        margin: 0 7px 0 10px;
    }
    .page-header.alt {
        padding-top: 80px;
    }
    .service-listing .slick-list {
        margin: 0 -15px;
    }
    .service-listing .slick-slide {
        padding: 0 15px;
    }
    .service-listing .item img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .nav-act {
        overflow: hidden;
    }
    .mob-menu {
        position: fixed;
        background: #fff;
        width: 100%;
        height: calc(100vh - 71px);
        z-index: 7777;
        top: 60vh;
        bottom: 0;
        text-align: right;
        padding: 0 0 25px;
        visibility: hidden;
        opacity: 0;
        transition: 0.3s all;
        overflow: auto;
    }
    .nav-act .mob-menu {
        visibility: visible;
        opacity: 1;
        top: 71px;
    }
    .mob-menu > ul > li:not(:last-child) {
        margin-bottom: 0;
    }
.navbar-nav > li {
    margin-right: 0;
    margin-left: 0px;
    text-align: left;
    border-top: 1px solid #ddd;
}    
.mob-menu > ul > li:not(:last-child) a {
    color: #19334a;
    border-bottom: none;
    display: inline-block;
    padding: 10px 15px;
}
    .mob-menu > ul > li:not(:last-child).active a,
    .mob-menu > ul > li:not(:last-child) a:hover {
        color: #19334a;
        border-bottom: none;
    }
.mob-menu > ul > li:last-child a {
    line-height: 45px;
    background-color: #19334a;
    padding: 0 19px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.36px;
    border-radius: 10px;
    display: inline-block;
    width: calc(100% - 30px);
    text-align: center;
    margin: 15px;
}
    .mob-menu > ul > li a {
        color: #1c4060;
        font-size: 17px;
        font-weight: 500;
    }
    body header.scroll .navbar {
        padding: 16px 0;
    }
    header {
        box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
    }
    .navbar-toggler-icon {
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
    }
    .navbar .sep {
        position: absolute;
        top: 50%;
        right: 65px;
        transform: translateY(-50%);
        margin: 0;
    }
    .navbar .mob-phone {
        position: absolute;
        top: 50%;
        right: 83px;
        transform: translateY(-50%);
        margin: 0;
    }
    header .topbar {
        display: none;
    }
    .container {
        padding-left: 25px;
        padding-right: 25px;
    }
    body,
    p {
        font-size: 15px;
        line-height: 1.8;
    }
    .ebook {
        padding: 70px 0;
        position: relative;
    }
    .team {
        padding: 30px 0;
    }
    .team ul li {
        font-size: 13px;
        margin-bottom: 0px;
    }
    .team .content>a:not(.custom-link) {
        margin-top: 40px;
    }
    .team .content {
        padding: 0;
        width: 100%;
    }
    .contact {
        padding: 44px 30px;
    }
    .navbar {
        padding: 16px 0;
    }
    .navbar-collapse {
        padding: 30px 15px 10px;
    }
    .navbar-collapse>a {
        line-height: 50px;
        display: table;
        margin-top: 10px;
    }
    .hero-filter {
        padding: 35px 70px 15px 25px;
        background: rgba(255, 255, 255, 0.95) url('/wp-content/themes/biostation/assets/css/../img/logo-ico.svg') no-repeat calc(100% - 10px) center;
        background-size: 42px;
        min-height: auto;
    }
    .hero-filter.act {
        padding: 35px 70px 25px 25px;
    }
    .hero-filter-left {
        padding-right: 20px;
        min-width: 335px;
    }
    .custom_select span.selected {
        font-size: 18px;
    }
    .hero-inner h1 {
        font-size: 40px;
        line-height: 55px;
        margin: 0 0 0;
    }
    .title {
        font-size: 28px;
        margin-bottom: 50px !important;
        line-height: 1.2;
    }
    .benefits-left ul li {
        font-size: 15px;
        line-height: 26px;
    }
    .features {
        padding: 70px 0 0;
    }
    .features .item .content {
        padding: 35px 25px 50px;
    }
    .benefits {
        padding: 80px 0;
    }
    .benefits-left {
        padding: 40px 30px 40px 30px;
    }
    .benefits-left ul li br {
        display: none;
    }
    .stories {
        padding: 70px 0;
    }
    .stories .content {
        padding: 0;
    }
    .benefits-left h3 {
        font-size: 30px;
        line-height: 35px;
    }
    .social a {
        font-size: 18px;
    }
    footer ul li a {
        font-size: 12px;
        line-height: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .team h1,
    .team h4 {
        margin-top: 0px;
    }
    .contact ul.text-center {
        margin-bottom: 30px;
    }
    .list-style.two-col li {
        width: 100%;
    }
    .ebooks-wrap table tbody tr td:nth-child(2) {
        min-width: 225px;
    }
    .partners .inner {
        margin: -65px auto 0;
        padding: 40px 30px;
    }
    .partners .inner ul img {
        max-height: 40px;
    }
    .ebooks-wrap table tbody td {
        padding: 20px 20px;
    }
    .ebooks-wrap table img {
        max-width: 100px;
    }
    footer .col-6+.col-6+.col-6 {
        position: relative;
        left: -30px;
    }
    footer .col-6+.col-6+.col-6+.col-6 {
        left: 0px;
    }
    .mob-menu {
        padding: 0 0 30px 0;
    }
    .mob-menu li:not(:last-child) {
        margin-bottom: 6px;
    }
    .mob-menu li a {
        font-size: 24px;
    }
    .benefits-left {
        width: calc(100% + 5px);
    }
    .benefits-right {
        padding: 100px 0 0 29px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .container {
        padding-left: 25px;
        padding-right: 25px;
    }
    .navbar-collapse>a,
    .navbar-expand-lg .navbar-nav > li > .nav-link {
        font-size: 12px;
    }
    .navbar-brand {
        max-width: 180px;
    }
    .navbar-nav > li {
        margin-left: 8px;
    }
}

#acf_widget_1203-4 {
    position:sticky;
    top:140px;
}

.single-post .wrapper {
    overflow:inherit
}

@media only screen and (min-width: 992px) {
    .compare-table {
        min-width: 1435px;
    }
    .page-header .blog-meta {
        border: none;
        padding: 0;
        margin: 0;
        position: absolute;
        top: 50%;
        right: 15px;
        width: 100%;
        max-width: 500px;
        transform: translateY(-50%);
        z-index:22;
    }
    .page-header .custom_select span.selected {
        padding: 15px 45px 15px 15px;
    }
    .mob-menu {
        display: none;
    }
}

.shop-item .price del {
    text-decoration:line-through !important;
}

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

.page-pharmaceutical-grade-supplements .col-lg-8.pl-4 {
    padding-left: 10px !important;
}

.team ul:not(.list-style) li {
    padding: 5px 0 0 35px;
}

.author-box {
    padding: 25px;
}

.widget-posts li a {
    font-size: 13px;
}

.page-contact-us .contact {
    padding: 50px 15px;
}

.page-contact-us h1 {
    font-size: 30px;
    line-height: 30px;
}

.page-contact-us .contact h2 {
    font-size: 24px;
}

    .blog-single-content h1 {
        font-size: 27px;
        line-height: 1.3;
    }
    .acc__panel {
        padding: 0 30px 30px 30px;
    }
    .default .pl-5 {
        padding-left: 10px !important;
    }
    .benefits-left h2 {
        font-size: 24px;
        line-height: 1.3;
    }
    .team-about p {
        font-size: 15px;
        line-height: 30px;
    }
    .team-about h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .patient-stories ul {
        column-count: 2;
        column-gap: 30px;
    }
    .blog-newsletter .bg {
        position: relative;
        top: 0;
        left: 0;
        height: 300px;
        width: 100%;
    }
    .blog-newsletter {
        padding: 0;
    }
    .padding-left-50 {
        padding-left: 10px;
    }
    .partners .inner ul {
        display: inherit;
    }
    .partners .inner ul li {
        display: inline-block;
        padding: 0 15px 25px;
    }
    .partners .inner ul img {
        max-height: 30px;
    }
    .partners .inner {
        margin: -65px auto 0;
        padding: 30px 15px 0;
    }
    .ebooks-wrap thead {
        display: none;
    }
    .ebooks-wrap table tbody td {
        padding: 20px 0;
        display: inline-block;
        width: 100%;
        overflow: hidden;
        max-width: 100%;
        min-width: 100% !important;
    }
    .page-header h1 {
        text-align: center;
        color: #ffffff;
        font-size: 40px;
        margin-bottom: 18px;
        line-height: 1.3;
        margin-top: 25px;
    }
    .newsletter .bg {
        position: relative;
        top: 0;
        left: 0;
        height: 300px;
        width: 100%;
    }
    .shop-listing {
        padding-bottom: 0;
    }
    .cta {
        background: url('/wp-content/themes/biostation/assets/css/../img/cta.jpg') no-repeat center;
    }
    .blog-newsletter.alt input {
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0px;
    }
    .blog-newsletter.alt h3 {
        font-size: 22px;
    }
    .blog-newsletter.alt .inner {
        padding: 30px 30px;
    }
    .service-carousel .slick-dots {
        position: relative;
        left: -12%;
    }
    .service-listing {
        width: 130%;
    }
    .stories .thumb:hover img:last-child,
    .stories .thumb img:last-child {
        bottom: 15px;
        left: 15px;
        width: 74px;
    }

    .hero-inner {
        padding: 120px 25px 60px 25px;
        position: relative !important;
        transform: none !important;
        min-height: auto;
        display: block;
        align-items: center;
    }
    .biostation-video-wrap>img {
        opacity: 0.61;
        height: 300px;
        width: auto;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    .video-pause svg {
        width: 50px;
        height: 50px;
    }
    .video-pause {
        bottom: 15px;
        right: 15px;
    }
    .biostation-video-wrap:hover .play-btn,
    .biostation-video-wrap .play-btn {
        top: auto;
        left: 0;
        right: auto;
        transform: scale(0.7);
        bottom: 0;
    }
    .hero-wrap {
        height: auto;
    }
    .hero-video {
        display: none;
    }
    .contact h3 br {
        display: none;
    }
    .footer-bottom p {
        font-size: 12px;
        display: block;
        text-align: center;
        width: 100%;
    }
    .navbar-brand {
        max-width: 180px;
    }
    .hero-inner h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .hero-inner p {
        font-size: 18px;
        line-height: 25px;
        margin: 10px 0 30px;
    }
    .hero-filter {
        display: block;
        padding: 30px;
    }
    .hero-filter-left img {
        width: 45px;
    }
    .hero-filter-left {
        padding-right: 20px;
        min-width: auto;
        padding-left: 55px;
        margin-bottom: 23px;
    }
    .custom_select {
        width: 100%;
    }
    .custom_select span.selected {
        font-size: 15px;
        padding: 15px 45px 15px 15px;
    }
    .benefits-left {
        margin: 0;
    }
    .benefits-right {
        padding: 30px 0 0;
    }
    .benefits {
        padding: 80px 0 30px;
    }
    .stories .thumb {
        margin-right: 0;
    }
    .contact h3 {
        font-size: 22px;
        line-height: 30px;
        margin: 0 0 30px;
    }
    .contact h3 br {
        display: none;
    }
    .team .content {
        padding: 25px 15px;
    }
    .team .thumb {
        margin-right: 0;
    }
    .team h1,
    .team h4 {
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 8px;
    }
    .team ul li {
        font-size: 11px;
        margin-bottom: 0px;
    }
    .ebook .content {
        padding: 0 0 30px;
    }
    .hero-filter-left h2 {
        font-size: 18px;
    }
    .hero-filter-left span {
        font-size: 14px;
    }
    footer {
        padding: 50px 0 0px;
    }
    footer h3 {
        margin-bottom: 40px;
    }
    footer h3 span {
        font-size: 15px;
        line-height: 24px;
        margin: 0 auto;
        position: relative;
        padding: 0 15px;
        text-align: center;
    }
    footer .col-12 {
        padding-bottom: 30px;
    }
    .flogo {
        margin: 0 auto;
        max-width: 180px;
    }
    footer .col-12 h4:after {
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0;
    }
    footer .col-6 {
        margin-bottom: 30px;
    }
    .stories .content p {
        font-size: 15px;
        line-height: 31px;
    }
    .team .content {
        padding: 0;
    }
}

.mobile-contact > div {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media only screen and (max-width: 575px) {
    
.page-pharmaceutical-grade-supplements .widget-posts h4 {
    padding: 15px 20px;
    text-align: left;
    margin: 0;
    font-size: 19px;
    position: relative;
}

.page-pharmaceutical-grade-supplements .widget-posts h4:not(.act) {
    border-bottom: none;
}

.page-pharmaceutical-grade-supplements .widget-posts h4:after {
    content:"";
    border:2px solid #1c4060;
    width:12px;
    height:12px;
    position:absolute;
    top: 19px;
    right:15px;
    border-width:0 2px 2px 0;
    transform: rotate(45deg);
    cursor:pointer;
}

.page-pharmaceutical-grade-supplements .widget-posts h4 + ul {
    display:none;
}

.page-pharmaceutical-grade-supplements .widget-posts h4.act + ul {
    display:block;
}

.page-pharmaceutical-grade-supplements #block_5f8048f2c8793 {
    display:none;
}

.author-social {
    margin-top: 20px;
    float:none;
}

.featured-carousel .thumb {
    height: 200px;
}    

.featured span {
    font-size: 12px;
}

.process-box ul {
    padding: 15px 0;
}    
    .eductation-block {
        margin-bottom: 30px;
    }
    .newsletter .inner {
        padding: 50px 10px;
        text-align: center;
    }
    .newsletter input {
        width: 100%;
    }
    .contact ul.text-center li {
        padding: 30px 0 0;
    }
    .contact ul.text-center li:not(:last-child) {
        border-right: none;
        border-bottom: 1px solid #e2e2e2;
    }
    body .dual-btns a {
        margin: 0 2px !important;
        display: inline-block !important;
        padding: 0 20px;
    }
    .team-filter>div {
        display: flex;
        align-items: center;
    }
    .team-filter>div span {
        font-size: 14px;
        white-space: nowrap;
    }
    .patient-stories ul {
        column-count: 1;
        column-gap: 30px;
    }
    .tags ul li a {
        min-width: auto;
        color: #2f3e4a;
        font-size: 14px;
        display: table;
        padding: 0 40px;
        text-align: center;
    }
    .quote .inner {
        padding: 30px;
    }
    .contact ul.text-center li p {
        margin-bottom: 30px;
    }
    .contact ul.text-center {
        display: block;
        margin-bottom: 30px;
    }
    .list-style.two-col li {
        width: 100%;
        padding-right: 0px;
    }
    .shop-meta select {
        max-width: 100%;
        float: none;
    }
    .shop-meta h4 {
        margin-bottom: 30px;
        text-align: center;
    }
    .author-meta {
        margin-bottom: 18px;
    }
    .featured .fc-bottom {
        display: block;
    }
    .featured h2 {
        font-size: 25px;
        line-height: 38px;
    }
    .blog-meta form {
        margin-bottom: 20px;
    }
    .blog .blog-meta form {
        margin-bottom: 16px !important;
    }
    .service-carousel .slick-dots {
        text-align: center;
        margin: 30px 0 0;
        position: relative;
        left: 0;
    }
    .service-listing {
        width: 100%;
    }
    .team ul li {
        font-size: 13px;
        margin-bottom: 7px;
        letter-spacing: 0.15px;
        line-height: 23px;
    }
    .team .content li a span {
        margin-left: 12px;
    }
    .team .content>a:not(.custom-link) {
        margin-top: 20px;
    }
    .ebook .content h4 {
        font-size: 24px;
        line-height: 31px;
    }
    .hero-filter-result .item h4 {
        max-width: 100px;
        margin-left: auto;
        margin-right: auto;
    }
    .custom_select ul li {
        font-size: 14px;
        padding: 10px 25px;
    }
    .hero-filter {
        padding: 35px 70px 15px 25px;
    }
    .hero-filter.act {
        padding: 35px 70px 25px 25px;
    }
    .ebook-carousel .item img {
        margin: 0 auto 30px;
        max-width: 180px;
    }
    .ebook .content {
        padding: 0 0 30px;
        text-align: center;
    }
    .ebook .content>a {
        margin: 0 auto;
        max-width: 118px;
        display: inline-block;
    }
    .ebook .content>a:hover {
        max-width: 150px;
    }
    .hero-filter.act,
    .hero-filter {
        display: block;
        padding: 30px;
        background: rgba(255, 255, 255, 0.95) url('/wp-content/themes/biostation/assets/css/../img/logo-ico.svg') no-repeat calc(100% - 10px) 25px;
        background-size: 35px;
    }
    .hero-filter-result {
        padding: 0;
    }
    .hero-filter-result .row {
        margin: 0 -4px;
    }
    .hero-filter-result [class*="col-"] {
        padding: 0 4px;
        margin-bottom: 8px;
    }
    .hero-filter-result .item h4 {
        font-size: 13px;
        letter-spacing: 0.2px;
        line-height: 18px;
    }
    .hero-filter-result .ico {
        max-height: 40px;
    }
    .hero-filter-result .ico img {
        max-height: 40px;
    }
    .hero-filter-result .text-right a {
        font-size: 13px;
        margin: 13px 0 0;
        left: 0;
    }
    .hero-wrap {
        overflow: visible;
    }
    .wrapper-inner {
        z-index: 22;
    }
    .hero-filter-top {
        display: block;
        margin-bottom: 0;
    }
    .hero-filter-left h2 {
        font-size: 16px;
    }
    .hero-filter-left img {
        width: 40px;
        top: -2px;
    }
    .hero-filter-left {
        padding-left: 50px;
    }
    footer ul li a {
        font-size: 11px;
    }
    .hero-inner h1,
    .hero-inner p {
        text-align: left;
    }
    .biostation-video-wrap video {
        height: 100%;
    }
    .stories .content {
        padding: 40px 0px 0;
    }
    .stories .content cite:after {
        content: '\201d';
        color: #2f3e4a;
        font-size: 123px;
        line-height: 113px;
        position: absolute;
        top: 0;
        right: 0;
        font-family: 'Font', sans-serif;
    }
}

@media only screen and (min-width: 768px) {
    .features .slick-dots {
        display: none;
    }
    footer .col-12,
    footer .col-6 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media only screen and (min-width: 1050px) and (max-width: 1599px) {
    .hero-inner {
        transform: translateY(-50%) scale(0.8);
    }
}

@media only screen and (max-width: 320px) {
    body,
    p {
        font-size: 14px;
    }
    .ebook .content p {
        line-height: 28px;
    }
    .hero-inner h1 {
        font-size: 27px;
        line-height: 36px;
    }
    .navbar-brand {
        max-width: 170px;
    }
    .navbar .mob-phone {
        width: 23px;
    }
    .navbar .mob-phone {
        right: 85px;
    }
    .navbar .sep {
        right: 65px;
    }
    .contact {
        padding: 35px 25px;
    }
    .contact h3 {
        font-size: 17px;
        line-height: 24px;
        margin: 0 0 25px;
    }
    .title {
        font-size: 23px;
        line-height: 1.2;
    }
    .team ul li {
        font-size: 13px;
        margin-bottom: 5px;
        line-height: 1.7;
    }
    .team h1,
    .team h4 {
        font-size: 24px;
    }
    .benefits-left h3 {
        font-size: 26px;
        line-height: 33px;
    }
    .benefits-left ul li {
        font-size: 12px;
        line-height: 21px;
        letter-spacing: 0.15px;
    }
    footer h3 span {
        font-size: 12px;
    }
    .footer-bottom p {
        font-size: 11px;
        line-height: 25px;
    }
    .custom_select span.selected {
        font-size: 13px;
    }
    .hero-filter.act,
    .hero-filter {
        padding: 30px 15px;
    }
    .hero-filter-left h2 {
        font-size: 15px;
    }
    .hero-filter.act,
    .hero-filter {
        display: block;
        padding: 30px 15px;
        background: rgba(255, 255, 255, 0.95) url('/wp-content/themes/biostation/assets/css/../img/logo-ico.svg') no-repeat calc(100% - 9px) 33px;
        background-size: 25px;
    }
    .custom_select ul li {
        font-size: 14px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-newsletter input {
        width: calc(100% - 140px);
        margin-right: 20px;
    }
    .eductation-block {
        border: 1px solid #c4ced6;
        padding: 30px 12px;
        text-align: center;
    }
}

.review .contact .gfield ,
.review .contact .gfield:nth-child(5) ,
.review .contact .gfield:nth-child(6) ,
.page-contact-us .contact .gfield ,
.page-contact-us .contact .gfield:nth-child(5),
.page-contact-us .contact .gfield:nth-child(6) {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}


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

.page-contact-us .contact .gform_fields {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}


.review .contact .gfield ,
.page-contact-us .contact .gfield {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0;
    padding-bottom: 0;
}
    
    .offer-item {
        margin-bottom: 30px;
        height: calc(100% - 30px);
    }
    .offer-item .content {
        height: calc(100% - 140px);
    }
    .offer-item .thumb {
        height: 140px;
        overflow: hidden;
    }
    .offer-item .thumb img {
        height: 140px;
        width: inherit;
    }
}

body.woocommerce span.onsale {
    padding:0 !important;
    background-color: #458bca;    
}

.page-pharmaceutical-grade-supplements .about-widget {
    border-top: 1px solid #c1c3c5;
}

.page-pharmaceutical-grade-supplements .wp-block-column:not(:first-child) {
    margin-left: 0;
}

.page-pharmaceutical-grade-supplements .wp-block-column[style*=flex-basis] {
    flex-grow: inherit;
}

.page-pharmaceutical-grade-supplements .wp-block-columns.row {
    max-width:1130px !important;
    margin:0 auto !important;
    padding:90px 10px 0;
}


@media only screen and (min-width: 576px) and (max-width: 991px) {
    .page-pharmaceutical-grade-supplements .blog-listing .col-lg-6:nth-child(3),
    .page-pharmaceutical-grade-supplements .blog-listing .col-lg-6:nth-child(4) {
        display:none !important;
    }

    .single-product .related.products .col-lg-4:last-child {
        display: none;
    }
    .blog-releated .col-lg-4:last-child {
        display:none;
    }
    .team ul li {
        letter-spacing: 0.25px;
        margin-bottom: 10px;
    }
    .team .content>a:not(.custom-link) {
        margin-top: 25px;
    }
    .team .content li a span {
        width: 0px !important;
    }
    .biostation-video-wrap video.act {
        height: auto;
        width: 100%;
        min-height: auto;
    }
    .hero-filter-left {
        min-width: 250px;
        margin: 0;
    }
    .hero-filter-left h2 {
        font-size: 15px;
    }
    .hero-filter.act,
    .hero-filter {
        padding: 35px 70px 15px 25px;
        background: rgba(255, 255, 255, 0.95) url('/wp-content/themes/biostation/assets/css/../img/logo-ico.svg') no-repeat calc(100% - 15px) 40px;
        background-size: 35px;
        min-height: auto;
    }
    .wrapper-inner {
        z-index: 33;
    }
    .hero-wrap {
        overflow: visible;
    }
    .hero-filter-result {
        padding: 0;
    }
    .hero-filter-result .row {
        margin: 0 -4px;
    }
    .hero-filter-result [class*="col-"] {
        padding: 0 4px;
        margin-bottom: 8px;
    }
    .hero-filter-result .item h4 {
        font-size: 13px;
        letter-spacing: 0.2px;
        line-height: 18px;
    }
    .hero-filter-result .ico {
        max-height: 40px;
    }
    .hero-filter-result .ico img {
        max-height: 40px;
    }
    .hero-filter-result .text-right a {
        font-size: 13px;
        margin: 13px 0 0;
        left: 0;
    }
    .hero-filter.act .hero-filter-result {
        min-width: calc(100% + 45px);
    }
    .hero-filter-result .item h4 {
        max-width: 100px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (min-width: 800px) and (max-width: 850px) and (max-height: 500px) {
    .hero-wrap {
        height: auto;
    }
    .hero-video {
        display: none;
    }
    .hero-inner {
        padding: 120px 25px 60px 25px;
        position: relative !important;
        transform: none !important;
        min-height: 100vh;
        display: flex;
        align-items: center;
    }
    .biostation-video-wrap>img {
        opacity: 0.61;
        height: 300px;
        width: auto;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media only screen and (min-width: 551px) and (max-width: 575px) {
    .title {
        font-size: 25px;
        margin-bottom: 40px !important;
    }
}

@media only screen and (min-width: 576px) and (max-width: 991px) {
.mob-menu > ul > li:last-child a {
    width: auto;
}

.team ul:not(.list-style) li a {
    letter-spacing: 0;
}

.team h1,
.team h4 {
    margin-top: -8px;
}    
    .contact ul.text-center li {
        padding: 0 15px;
    }
    .contact ul.text-center li h4 {
        font-size: 15px;
        line-height: 22px;
        margin: 19px 0 10px;
    }
}

html {
    scroll-behavior: smooth !important;
}

.contact-us .contact button {
    color: #2f3e4a;
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
    border: 1px solid #1c4060;
    padding: 14px 35px !important;
    width: auto;
    display: inline-block;
    border-radius: 10px;
    /*margin-top: -40px;*/
}

.contact-us .contact button:hover {
    color: #fff;
    border: 1px solid #2f3e4a;
    background: #2f3e4a;
    width: auto !important;
}
.woocommerce div.product div.images.woocommerce-product-gallery{
    width: 100%!important;
    float: none!important;
}

.home .l-blocks-wrap > div {
    background:#fff;
    position:relative;
}

.gfield_label {
    display:none;
}

.contact .gfield {
    padding: 0 10px 10px;
}

body img.gform_ajax_spinner {
    display: none !important;
}

.validation_error {
    display:none;
}

.gfield_description.validation_message {
    color:red;
    font-size:12px
}

p:empty {
    display:none;
}

.contact .gfield {
    padding-bottom: 0px;
}

.page-offers .page-header {
    padding-bottom:0;
}

.page-offers .page-header h1 {
    margin-bottom:30px !important;
}

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

.contact .gform_fields {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

}

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

.contact .gfield {
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
}

}

@media only screen and (min-width: 1025px) {

.contact .gfield {
    -ms-flex: 0 0 25% !important;
    flex: 0 0 25% !important;
    max-width: 25% !important;
}

}

.widget-contact.contact .gfield {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.single-product .about-widget .inner {
    border-top: 1px solid #c1c3c5 !important;
}

[name="add-to-cart"] {
    width:100%;
    border:none;
}

.widget.shop .bottom .price del {
    text-decoration:line-through !important;
}

.woocommerce .cart-collaterals .cart_totals h2,
.woocommerce-page .cart-collaterals .cart_totals h2 {
    display:none;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    width:100%;
    float:none;
}

.woocommerce .cart-collaterals .cart_totals table,
.woocommerce-page .cart-collaterals .cart_totals table,
.woocommerce table.shop_table {
    border-radius:0px;
    border-collapse: collapse;
}


.woocommerce .cart-collaterals .cart_totals table th,
.woocommerce table.shop_table thead th {
    background:#1c4060;
    color:#fff;
    font-size:14px;
    border:1px solid #1c4060 !important;
    padding:15px;
}

body .woocommerce table.shop_table,
body .woocommerce table.shop_table tr,
body .woocommerce table.shop_table td {
    border:1px solid #ddd !important;
    padding:15px ;
}

body .woocommerce table.shop_table td ,
body .woocommerce table.shop_table td a {
    color:#000;
    font-size:14px;
}

body .woocommerce table.shop_table td.product-remove {
    padding:0;
}

body .woocommerce table.shop_table td.product-remove a {
    display:table;
    margin:0 auto;
    font-size:25px;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
    min-width:120px;
    border-radius:3px;
    height:35px;
    padding:0 10px;
    font-size: 13px;
}

.woocommerce .cart td .button {
    font-size:12px;
    height:35px;
    padding:0 15px;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    color: #2f3e4a;
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
    border: 1px solid #1c4060;
    padding: 14px 35px;
    background:transparent;
    width: auto;
    display: inline-block;
    border-radius: 5px;
    width:100%;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    color: #fff;
    border: 1px solid #2f3e4a;
    background: #2f3e4a;
}

.woocommerce .cart-collaterals .cart_totals table th {
    border:1px solid rgba(255,255,255,0.5) !important;
}


.woocommerce-info {
    border-top-color: #1c4060;
}

.woocommerce-info::before {
    color: #336896;
}

.woocommerce-info {
    font-size:14px;
}

.woocommerce-info a {
    color:#336896;
}

.woocommerce .col-1, .woocommerce .col-2 {
    max-width: none;
    padding: 0;
    float: none !important;
}

.woocommerce-checkout label {
    display:block;
    width:100%;
    color:#000;
    font-size:14px;
}

.woocommerce-input-wrapper {
    width:100%;
}

.woocommerce-checkout input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
    width:100%;
    border:1px solid #ddd;
    height:45px;
    padding:0 15px;
    font-size:14px;
    margin-bottom:15px;
}

.woocommerce-checkout textarea {
    width:100%;
    border:1px solid #ddd;
    min-height:120px;
    padding:15px;
    font-size:14px;
}

.woocommerce form .form-row {
    padding:0;
    margin:0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height:45px;
    padding:0 15px;
}

.select2-container .select2-selection--single {
    border:1px solid #ddd;
    height: 45px;
    border-radius:0px;
    margin-bottom:15px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 44px;
    right: 0px;
    width: 30px;
}

.woocommerce-checkout #payment ul.payment_methods {
    padding: 0;
    border-bottom: none;
}

.wc_payment_methods label {
    width:auto !important;
    display:inline-block !important;
}

.woocommerce-checkout #payment ul.payment_methods {
    padding:20px !important;
    background:#fff;
    border:1px solid #ddd;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    line-height: 50px;
    border-radius: 7px;
    background-color: #336896;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    padding: 0 40px;
    width:100%;
}

.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover {
    background: #4286c2;
    color: #fff;
}    

.checkout_coupon {
    padding:30px 15% !important;
}

.checkout_coupon p {
    text-align:center;
}

.checkout_coupon p.form-row-first {
    width:70%;
}

.checkout_coupon p.form-row-last {
    width:30%;
    padding-left: 20px !important;
}

.checkout_coupon p.form-row-last button {
    width:100%;
    line-height: 45px;
    border-radius: 7px;
    background-color: #336896;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    padding: 0 40px;
    width:100%;
}

.checkout_coupon p.form-row-last button:hover {
    background: #4286c2;
    color: #fff;
}   

.single-product .content ul:not(.list-style-II),
.blog-single-content ul {
    margin-bottom:35px;
}

.single-product .content ul:not(.list-style-II) li,
.blog-single-content li {
    color: #616161;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    position: relative;
    padding-left: 38px;
    margin-bottom: 17px;
    background: url('/wp-content/themes/biostation/assets/css/../img/icons/icon-check.svg') no-repeat 0 1px;
    letter-spacing: 0.3px;
    background-size: 25px;
}

.single-product .content ul:not(.list-style-II) li b,
.blog-single-content li b {
    font-weight: 700;
}

.blog-single-content table {
    margin-bottom:30px;
}

.blog-single-content table td, 
.blog-single-content table th {
    border: 1px solid #ddd;
    padding: 7px 15px;
    font-size: 18px;
}

pre {
    background: #fafafa;
    padding: 20px;
    font-size: 13px;
}

.alignleft {
    float: left;
    margin: 0 25px 20px 0;
}

.alignright {
    float: right;
    margin: 0 0 20px 25px;
}

.alignnone,
.blog-single-content img {
    max-width:100%;
    height:auto;
}

.aligncenter {
    display: block;
    margin: 0 auto;
    text-align: center;
    max-width: 100%;
    height: auto;
}   

figcaption {
    font-size: 17px;
    padding: 9px 15px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
    font-style: italic;
    text-align:center;
}

.woocommerce nav.woocommerce-pagination {
    display:table;
    margin:0 auto;
}

.woocommerce nav.woocommerce-pagination ul {
    border:none;
}

.woocommerce nav.woocommerce-pagination ul li {
    border:none;
    margin:0 2px;
}

.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination ul li a {
    border:none !important;
    background:#f5f5f5;
    padding:10px 15px;
    color:#336896 !important;
}

.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination ul li a:hover {
    border:none !important;
    background:#336896 !important;
    color:#fff !important;
    padding:10px 15px;
}

.widget.shop .price {
    color: #1c4060 !important;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.27px;
    display:table;
    margin:0 0 -40px;
    position:relative;
    z-index:2;
}

.widget.shop .price del {
    text-decoration:line-through !important;
}

.widget.shop form.cart {
    padding-top:50px;
}

.widget.shop form.cart div.quantity {
    position:absolute;
    top:0;
    right:0px;
}

.woocommerce div.product form.cart .plus {
    z-index:22;
}

.single-video {
    margin-top: 0px;
}

form.woocommerce-ResetPassword.lost_reset_password {
    max-width:520px;
    width:100%;
    margin:0 auto;
    position:relative;
}

form.woocommerce-ResetPassword.lost_reset_password p:first-child {
    text-align:center;
}

form.woocommerce-ResetPassword.lost_reset_password > p.woocommerce-form-row:nth-child(2) {
    box-shadow:0 0px 15px rgba(0,0,0,0.1);
    width:100%;
    padding:30px 30px 100px;
    border-radius:5px;
}

form.woocommerce-ResetPassword.lost_reset_password > p.woocommerce-form-row:nth-child(2) label {
    color:#000;
    font-weight:bold;
}

form.woocommerce-ResetPassword.lost_reset_password > p.woocommerce-form-row:nth-child(2) input {
    width:100%;
    height:45px;
    padding:0 20px;
    border:1px solid #ddd;
}

form.woocommerce-ResetPassword.lost_reset_password button {
    background: #2f3e4a;
    color:#fff;
    font-size:13px !important;
    font-weight:600;
    padding:0;
    border-radius:0px;
    padding:15px !important;
    position:absolute;
    bottom:30px;
    left:30px;
}

form.woocommerce-ResetPassword.lost_reset_password button:hover {
    background: #336896;
    color:#fff;
}

.social-wrap {
    margin:0 0 100px;
}

.social-wrap h3 {
    margin-bottom:50px;
    font-size:40px;
}


.social-wrap ul li {
    display:inline-block;
    margin:0 5px 10px;
}

.social-wrap ul li .item {
    width:150px;
    height:150px;
    overflow:hidden;
    border:2px solid #336896;
    border-radius:50%;
    position:relative;
}

.social-wrap ul li .item span {
    position:absolute;
    top:0;
    width:96%;
    background:rgb(51 104 150 / 85%);
    height:96%;
    z-index:11;
    left:0;
    display:flex;
    align-items:center;
    padding:20px;
    color:#fff;
    font-size:12px;
    text-transform:uppercase;
    font-weight:700;
    border-radius:50%;
    margin:2%;
    transform:scale(0.6);
    opacity:0;
    transition:0.3s all;
}

.social-wrap ul li:hover .item span {
    opacity:1;
    transform:scale(1);
    transition:0.3s all;
}

.social-wrap ul li .item img {
    width:100%;
}

.team-filter {
    position:relative;
}

.team-filter .team-reset {
    cursor: pointer;
    font-weight:bold;
    color:#1c4060;
    border:1px solid;
    display:table;
    padding:5px 20px;
    font-size:14px;
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    opacity:0;
    visibility:hidden;
    transition:0.3s all;
    border-radius:30px;
}

.team-filter .team-reset:hover {
    background: #1c4060;
    color:#fff;
    transition:0.3s all;
}

.team-filter .team-reset.act {
    opacity:1;
    visibility:visible;
    transition:0.3s all;
}

.team-list .item:before {
    opacity:0;
    visibility:hidden;
    transition:0.3s all;
}

.team-list .item cite {
    opacity:0;
    visibility:hidden;
    transition:0.3s all;
}

.team-list .item:hover cite ,
.team-list .item:hover:before {
    opacity:1;
    visibility:visible;
    transition:0.3s all;
}

iframe {
    max-width: 100%;
}

@media only screen and (max-width: 767px) {
footer h3 span {
    padding: 0;
}

footer h3 {
    border-bottom: none;
    margin: 0 auto 30px;
    padding-bottom: 40px;
    position: relative;
}

footer h3:after {
    content:"";
    background: #637581;
    width: 140px;
    margin:0 auto;
    height:1px;
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    margin:0 autol
}

}

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

#nav_menu-4 {
    display:none;
}

.mobile-contact #nav_menu-4 {
    display: block;
    margin: 0;
}

#nav_menu-2 h4,
#nav_menu-3 h4 ,
#nav_menu-5 h4 {
    cursor: pointer;
    margin:0;
    padding:0;
    transition:0.3s all;
}

#nav_menu-2.act h4,
#nav_menu-3.act h4 ,
#nav_menu-5.act h4 {
    margin:0 0 20px;
    padding-bottom: 13px;
    transition:0.3s all;
}

#nav_menu-2,
#nav_menu-3,
#nav_menu-5 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin:0;
    padding:15px 30px;
    margin:0 -20px;
    min-width:calc(100% + 60px) !important;
    display:inline-block;
    transition:0.3s all;
}

#nav_menu-2.act,
#nav_menu-3.act,
#nav_menu-5.act {
    background:#3d4c57;
    padding:15px 30px;
}

#nav_menu-2 h4:before,
#nav_menu-3 h4:before,
#nav_menu-5 h4:before {
    content: "";
    width: 18px;
    height: 18px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACUAAAAlCAMAAADyQNAxAAAAFVBMVEV4iJmTqLyRqbmTqrmvv8rw8vb9/f473YcHAAAAB3RSTlMAGjlXasz2exOn1AAAAKBJREFUOMuVlNEOxSAIQ6UF//+T78PNNhSnXZ9MPCFFC61lGQCSAKy9CcyCwKw540qmQBMGvgnnSkO1HfRg3OtkKlsjhWI4UlBKkacGrzYhUPhOefjyTGTz0e8r7z2yfeZaFzZBA3VjM8TR/R8r0NyjR48C1Zfw6AUiytt7FIhW/9FjFQotE1q+xKxquRdnSJtHcbbFPSHuHHF/qbtwt1d/qfgNBYocRloAAAAASUVORK5CYII=') no-repeat center;
    background-size: 18px;
    position: absolute;
    right: 15px;
    top: calc(50% - 5px);
    transform: translateY(-50%);
    transition:0.3s all;
}

#nav_menu-2 h4.act:before,
#nav_menu-3 h4.act:before,
#nav_menu-5 h4.act:before {
    transform: translateY(-50%) rotate(180deg);
    transition:0.3s all;
}

#nav_menu-2:not(.act) h4 + div ,
#nav_menu-3:not(.act) h4 + div ,
#nav_menu-5:not(.act) h4 + div {
    display:none;
}

#nav_menu-2 h4:after ,
#nav_menu-3 h4:after ,
#nav_menu-5 h4:after {
    content: "";
    width: 0px;
    border: 1px solid transparent;    
    transition:0.3s all;
}

#nav_menu-2 h4.act:after ,
#nav_menu-3 h4.act:after ,
#nav_menu-5 h4.act:after {
    border: 1px solid #e09f1f;    
    width: 38px;
}

#nav_menu-2,
#nav_menu-3 {
    position:relative;
}

#nav_menu-2:not(.act):after,
#nav_menu-3:not(.act):after {
    content:"";
    background:#36444f;
    width:calc(100% - 60px);
    height:1px;
    position:absolute;
    bottom:-1px;
    left:20px;
}

#nav_menu-2.act,
#nav_menu-3.act,
#nav_menu-5.act {
    background:#36444f;
}

    footer .col-12.d-sm-none {
        padding-bottom:0;
    }
}

.fa-facebook:before {
    content: "\f39e";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.treatment-centers .col-sm-6 {
    position:relative;
}

.treatment-centers .col-sm-6 .link-wraps {
    position:absolute;
    width:calc(100% - 20px);
    height:calc(100% - 20px);
    background:transparent;
    left:10px;
    top:0;
    z-index:1;
}

.hero-filter-result .ico {
    min-height: 52px;
}


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

.contact .request-consultation-form .gfield {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.contact .request-consultation-form .gfield:nth-child(7){
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.page-request-a-consultation .contact {
    max-width:900px;
    margin:0 auto
}

.page-request-a-consultation .contact h2 {
    font-size:25px;
}

.page-request-a-consultation .contact .gfield {
    padding: 0 5px 0px;
}

}

#ui-datepicker-div select {
    width:calc(50% - 15px);
    border:1px solid #ddd;
    padding:0px;
    margin-right:10px
}

#ui-datepicker-div select + select {
    float:right;
}

.ui-datepicker-prev,
.ui-datepicker-next {
    display:none;
}

.ui-datepicker-calendar {
    margin:15px 0 0;
}

#ui-datepicker-div {
    background: #fff;
    padding: 15px;
    position: absolute;
    left: -50px;
    box-shadow:0 5px 15px rgba(0,0,0,0.1);
    border-radius:3px;
}

.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
    border:1px solid #ddd;
    font-size:14px;
    width:30px;
    height:30px;
    vertical-align:middle;
    border-collapse:collapse;
}

.ui-datepicker-calendar td a {
    padding:0;
    color:#000;
    text-align:center;
    font-size:13px;
    display:inline-block;;
    width:30px;
    height:30px;
    line-height:30px;
}

.ui-datepicker-calendar th {
    background:#1c4060;
    color:#fff;
    border:1px solid #1c4060;
    font-size:10px;
    text-transform:uppercase;
    height:30px;
    text-align:center;
}

.ui-datepicker-calendar td a:hover,
.ui-datepicker-calendar td .ui-state-default.ui-state-highlight {
    background:#458bca;
    color:#fff;
}

@media only screen and (min-width: 575px) {

.request-consultation-form ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}    

}

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

.process-box {
    margin-top: 30px;
}

.contact-us h1 {
    font-size: 30px;
    line-height: 35px;
    margin: 45px 0 35px;
}

.contact-us .contact {
    padding: 30px 15px;
}

.contact-us h2 {
    font-size: 22px;
}

}

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

.process-box {
    padding: 20px 25px 40px;
}

}

.about-widget.ebook-listing .inner {
    border-top: 1px solid #c1c3c5;
}

.about-widget.ebook-listing .inner + .inner {
    margin-top: 40px;
}

.about-widget.ebook-listing .inner .thumbs img {
    max-width: 200px;
    margin-bottom: 20px;
    height: auto;
}

.about-widget.ebook-listing .inner p {
    margin-bottom: 5px;
}


.about-widget.ebook-listing .inner .p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom:30px;
}

.offers-ebook {
    padding-bottom:40px;
}

.offers-ebook .about-widget.ebook-listing .inner {
    padding:20px;
}

.offers-ebook .about-widget.ebook-listing .inner .thumbs img {
    max-height:140px;
    width:auto;
}

.offers-ebook .about-widget .p {
    margin-bottom:15px !important;
}

.offers-ebook .about-widget h3 {
    font-size:18px;
    min-height:70px;
    text-align:left;
    font-size: 17px;
    color: #2f3e4a;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 10px;
}

.offers-ebook .about-widget p {
    font-size: 14px;
    text-align:left;
    line-height:23px;
}


.offers-ebook .about-widget.ebook-listing .inner .p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom:30px;
}


.offers-ebook .about-widget p * {
    font-weight:400;
}

td .ebook_content {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom:30px;
}

.no-border.service-listing .item {
    border:none !important;
}

.menu-list li {
    background:transparent;
    padding:0;
    overflow:hidden;
}

.menu-list li div {
    color:#1c4060;
    font-weight:500;
    font-size:18px;
}

.menu-list li div em {
    font-size:14px;
    font-weight:500;
    background:#fff;
    position:relative;
    z-index:2;
    padding-right:5px;
}

.menu-list li div em:before {
    content:"";
    width:1000000%;
    height:1px;
    border-bottom:2px dotted #000;
    position:absolute;
    bottom:5px;
    z-index:-1;
    opacity:0.2;
}

.menu-list li div span {
    padding-left:5px;
    float:right;
    background:#fff;
    position:relative;
    z-index:2;
}

.menu-list li div span sup {
    top: -4px;
    padding-right:1px;
}

.menu-list li p {
    font-size:15px;
    line-height:1.6;
    padding-top:5px;
}
aside {
    border-top:100px solid transparent;
    margin-top: -100px;
}

.ebooks-wrap p {
    color:#2f3e4a;
}

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

.menu-list li div em {
    display: block;
}

.menu-list li div em:before {
    display: none;
}

.menu-list li div span {
    float:none;
}

}

.wp-block-image img {
    max-width: 100%;
    height: auto;
}

.stories h3 {
    margin-bottom:0 !important;
}

.stories h3 + p {
    margin:20px auto 75px;
    max-width:700px;
    text-align:center;
}

.hero-wrap:after {
    content: "";
    background: #19334a;
    opacity:0.23;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-size: cover;
}

@media only screen and (max-width: 767px) {
.service-listing.location-services {
    width: 100%;
}

.service-listing.alt.location-services .item h3 {
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 1.5;
}

.service-listing.alt.location-services .item {
    padding: 35px 7px 25px;
}
}

.ebook .content ul {
    margin:20px 0;
}

.ebook .content ul li {
    margin-bottom:6px;
}

.features .item .content {
    min-height: 310px;
}

.features .item a {
    position: absolute;
    bottom: 35px;
}

ol {
    padding:0;
    margin-left: 0;
    counter-reset: section;
}

ol li {
    list-style: none;
    margin-bottom: 15px;
    font-size: 15px;
    line-height:1.7;
    padding-left:35px;
    position:relative;
}

ol li:before {
  counter-increment: section;
  content: "" counter(section) "";
  background:#458bca;
  color:#fff;
  width:24px;
  height:24px;
  position:absolute;
  left:0;
  top:1px;
  text-align:center;
  border-radius:50%;
  line-height:24px;
  font-size:12px;
  font-weight:bold;
  z-index:0;
}

ol li:after {
  content: "";
  background:transparent;
  border:3px solid #e0ebf6;
  color:#fff;
  width:26px;
  height:26px;
  position:absolute;
  left:-1px;
  top:0px;
  text-align:center;
  border-radius:50%;
  line-height:24px;
  font-size:12px;
  font-weight:bold;
  z-index:2;
}

.offers-ebook .about-widget.ebook-listing .inner .p {
    overflow: hidden !important;
    max-height: 73px !important;
    height: 73px !important;
}

.yt-full-video {
    position: relative;
    overflow: hidden;
}

.yt-full-video .embed-responsive {
    transform: scale(1.2);
    background: #000;
}

.yt-full-video .embed-responsive iframe {
    opacity: 0.8;
}

.yt-full-video .yt-video-img {
    position: absolute;
    top: 0; 
    width: 100%;
    height: 100%;
    background-size: cover !important;
    transition: 0.3s all;
    opacity: 1;
}

.biostation-video-wrap.yt-act .yt-video-img {
    opacity: 0;
}

.biostation-video-wrap.yt-act .play-btn {
    opacity: 0;
    visibility: hidden;
}

.biostation-video-wrap.yt-act .video-pause svg {
    opacity: 1;
    visibility: visible;
}
    
.video-pause ,
.play-btn {
    cursor: pointer;
}

p.slick-slide {
    display: none !important;
}

.widget-contact.contact .gfield {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

.widget-contact.contact .gfield {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

.page-header .bttn {
    position: relative;
    z-index: 2;
}

.b-cta-started + .b-testimonials .padding {
    padding-top: 0 !important;
}

.custom-color-bg > div {
    background: transparent;
}


/* Mega Menu */
#menu-mainmenu li.has-mega-menu {
    position: static;
}

.navbar-nav > li.has-mega-menu > ul > li:hover > a {
    background: rgba(69, 139, 202, 0.09);
    color: #19334a;
}

#menu-mainmenu .has-mega-menu .sub-menu {
    width: 100%;
    position: absolute;
    top: 75px;
    z-index: 100;
    left: 0px;
    right: 0px;
    transition: none;
}

/*#menu-mainmenu .has-mega-menu .sub-menu:first-child {
    display: none;
}*/

#menu-mainmenu li.has-mega-menu > .sub-menu{
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
    visibility: hidden;
    opacity: 0;
}

#menu-mainmenu li.has-mega-menu:hover > .sub-menu{
    visibility: visible;
    opacity: 1;
}

#menu-mainmenu .has-mega-menu:hover .sub-menu .sub-menu {
    position: relative;
    opacity: 1;
    visibility: visible;
    top: 0;
    box-shadow: none;
}

#menu-mainmenu .has-mega-menu .sub-menu .sub-menu a {
    padding: 5px 20px !important;
    border-bottom: none;
}

#menu-mainmenu li.mega-menu-column {
    width: 100%;
    max-width: 100%;
    min-height: 1px;
    padding: 10px 25px;
    flex: 1 0 calc(100%/5);
    width: 20%;
}

#menu-mainmenu li.locations li.mega-menu-column {
    flex: 1 0 calc(100%/4);
    width: 25%;
}

#menu-mainmenu li.locations li.mega-menu-column a {
    display: flex;
    align-items: center;
}

#menu-mainmenu li.locations li.mega-menu-column a > img {
    margin-right: 10px;
    width: 100px;
}

@media screen and (max-width: 991px){
    .navbar-nav .has-mega-menu > .sub-menu {
        display: flex;
        flex-flow: row wrap;
    }
    .navbar-nav .has-mega-menu .sub-menu li {
        flex-basis: 50%;
        width: 50%;
    }
    .navbar-nav > li.has-mega-menu > ul > li:first-child {
        padding-top: 0 !important;
    }
    .navbar-nav .has-mega-menu.locations .sub-menu .mega-menu-column img {
        width: 100px;
        margin-right: 10px;
    }
    .navbar-nav .has-mega-menu.locations > .sub-menu {
        display: flex;
        flex-flow: row wrap;
    }
    .navbar-nav .has-mega-menu.locations .sub-menu li {
        flex-basis: 50%;
        width: 50%;
        padding: 20px;
    }
    .has-mega-menu.locations .sub-menu li a {
        display: flex;
        align-items: center;
    }
}
@media screen and (max-width: 576px){
    .navbar-nav .has-mega-menu > .sub-menu {
        flex-flow: column wrap;
    }
    .navbar-nav .has-mega-menu .sub-menu li {
        flex-basis: 100%;
        width: 100%;
    }
    .navbar-nav .has-mega-menu.locations .sub-menu li {
        flex-basis: 100%;
        width: 10%;
        padding: 20px;
    }
}

@media only screen and (min-width: 992px) {
body:not(.home) .navbar-nav > li.menu-item-has-children:after {
    display: none;
}
}

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

.navbar-nav .has-mega-menu > .sub-menu {
    display: none;
    padding-top: 30px !important;
}

.navbar-nav .has-mega-menu.locations > .sub-menu {
    display: none;
    padding-top: 30px;
}

.navbar-nav .has-mega-menu > .sub-menu .sub-menu {
    padding-bottom: 15px;
}

.mob-menu > ul > li:not(:last-child) a {
    position: relative;
    width: 100%;
}

.navbar-nav > li.menu-item-has-children>a:after {
    content: "";
    border: 1px solid #000;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    right: -14px;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg) translateY(-50%);
}

.navbar-nav > li > ul li:hover > a, .navbar-nav > li ul a:hover {
    color: #fff !important;
    background: #19334a !important;
}

.navbar-nav > li.menu-item-has-children>a:after {
    pointer-events: none;
}

.navbar-nav .has-mega-menu.locations .sub-menu li {
    flex-basis: 100%;
    width: 100%;
    padding: 20px;
}

.navbar-nav > li > ul {
    top: 15px !important;
}

}

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

.navbar-nav .has-mega-menu > .sub-menu[style*="block"] {
    display: flex !important;
}

.navbar-nav .has-mega-menu.locations .sub-menu li {
    flex-basis: 50%;
    width: 50%;
    padding: 20px;
}
}

.navbar-nav > li ul > li.menu-item-has-children>a:after {
    content: "";
    border: 1px solid #000;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    right: 15px;
    border-width: 0 1px 1px 0;
    transform: rotate(-45deg) translateY(-50%);
}

.pricing-icons {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-flow: row wrap;
    padding: 10px 0 0;
}

.pricing-icons .icon-item {
    display: flex;
    align-items: center;
    margin: 10px;
}
.pricing-icons .icon-image {
    margin-right: 10px;
}

.pricing-cards {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
}

.pricing-card {
    flex-basis: calc(100%/3 - 30px);
    height: 200px;
    position: relative;
    margin: 0 15px 30px;
	cursor: pointer;
}

.pricing-card.active .front-card .pricing-header {
	display: none;
}

.pricing-content {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: transform 1s;
    transform-style: preserve-3d;
    padding: 16px;
}

.pricing-card.active .pricing-content {
  -webkit-transform: rotateY( 180deg );
  -moz-transform: rotateY( 180deg );
  transform: rotateY( 180deg );
  transition: transform 0.5s;
}

.pricing-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-flow: row wrap;
    z-index: 1;
    position: relative;
    height: 41px;
}

.pricing-header:before {
    content: "";
    width: 87%;
    height: 1px;
    border-top: 1px dotted #000;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}

.back-card .pricing-header {
    position: relative;
    -webkit-backface-visibility: hidden;
     backface-visibility: hidden;
}


.back-card .pricing-header:before {
    display: none;
}

.pricing-header h3 {
    margin-bottom: 0;
    font-size: 18px;
    background-color: #fff;
    font-weight: 400;
    display: block;
}

.back-card .pricing-header h3 {
	width: 100%;
}

.pricing-header i.service-runtime {
    font-size: 12px;
    padding: 0 5px;
    background-color: #fff;
}

.pricing-header span.service-price {
    position: absolute;
    right: 0;
    background-color: #fff;
    color: #000000;
    padding-left: 10px;
}

.pricing-header span.service-price small {
    font-size: 8px;
    position: absolute;
    left: 3px;
    top: 2px;
    color: #000;
}

.pricing-body {
    margin-top: 5px;
    height: 100px;
}

.pricing-body p {
    font-size: 11px;
    line-height: 20px;
    display: block;
    margin-bottom: 0;
}

.pricing-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pricing-footer .learn-btn {
    font-size: 12px;
    font-weight: 500;
    color: #336896;
    cursor: pointer;
}

.front-card,
.back-card {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color:#ffffff;
    padding: 16px;
    box-shadow: 0 0 10px -2px #848484;
}

.front-card {
    border-top: 2px solid #88bb32;
}

.pricing-card .back-card {
  background: #FFFFFF;
  transform: rotateY( 180deg );
    border-top: 2px solid #336896;
}

.back-card .pricing-body {
    margin-top: 10px;
    height: 100px;
    margin-bottom: 5px;
    overflow-y: scroll;
}



.back-card .pricing-footer {
    justify-content: flex-end;
}

@media only screen and (max-width: 991px) {
    .pricing-card {
        flex-basis: calc(100%/2 - 30px);
    }
}

@media only screen and (max-width: 768px) {
    .pricing-card {
        flex-basis: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .cta.boxed a.phone-link, .cta a.phone-link {
        display: block;
    }
}

/*--------------------------------------------------------------
## Gravity Forms
--------------------------------------------------------------*/

.request-consultation textarea {
    margin-bottom: 0;
}

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

    .request-consultation .gfield {
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }

    .request-consultation .comment-box {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

}

.gform_hidden {
    display: none;
}

.gform_required_legend {
    display: none;
}

.gf-stacked .gfield {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

.gfield.gform_validation_container {
    display: none;
}

.gforms-hp {
	display: none;
}

/*--------------------------------------------------------------
## End Gravity Forms
--------------------------------------------------------------*/


.sticky-btn {
    position: fixed;
    right: -55px;
    top: 25%;
    z-index: 1001;
    margin-top: 185px;
    transform: rotate(-90deg);
    background-color: #19334a;
    padding: 5px 10px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    display: block;
}

.sticky-btn a {
    color: #ffffff;
    font-size: 14px;
}

/*--------------------------------------------------------------
## Press Room Layout
--------------------------------------------------------------*/

.image-boxes .blog-item {
    background: #ffffff;
    padding: 0;
    margin-bottom: 40px;
    box-shadow: none;
    transition: 0.3s all;
}
.image-boxes .blog-item .thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    width: 100%;
    height: 210px;
    border: 1px solid #b5b5b5;
    border-radius: 10px;
}
.image-boxes .blog-item .thumb img {
    max-width: 100%;
}
.image-boxes .blog-item .inner .meta {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    color:  #767677;
}

.image-boxes .blog-item .inner h3 {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
    text-transform: capitalize;
    color: #2d3857;
    min-height: auto!important;
}

.image-boxes .blog-item .inner p{
	margin-bottom: 23px;
}

@media only screen and (max-width: 991px) {
    .press-room {
       margin-bottom: 0px!important;
    }
}

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

body header #menu-mainmenu .has-mega-menu .sub-menu .sub-menu .inner-column a {
    padding: 15px 20px !important;
    display: table;
    font-size: 14px;
    border-bottom: 1px solid rgba(0,0,0,0.05) !important;
    width: 100%;
    color: #19334a;
    font-weight: 500;
    position: relative;
}

body header #menu-mainmenu .has-mega-menu .sub-menu .sub-menu .inner-column a:hover {
    background: rgba(69, 139, 202, 0.09);
    color: #19334a;
}

body header #menu-mainmenu .has-mega-menu .sub-menu .sub-menu .inner-column a:after {
    content: "";
    border: 1px solid #000;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    right: 15px;
    border-width: 0 1px 1px 0;
    transform: rotate(-45deg) translateY(-50%);
}

}

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

body .mob-menu .navbar-nav .has-mega-menu .sub-menu li.inner-column {
    flex-basis: 100%;
    width: calc(100% + 15px);
    position: relative;
    left: -15px;
    margin-top: 15px ;
}
    
body .mob-menu .navbar-nav .has-mega-menu .sub-menu li.inner-column a {
    width: 100%;
    display: table;
}

body .mob-menu .navbar-nav .has-mega-menu .sub-menu li.inner-column a:after {
    content: "";
    border: 1px solid #000;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    right: 15px;
    border-width: 0 1px 1px 0;
    transform: rotate(-45deg) translateY(-50%);
}
    
}

.navbar-toggler-icon span:last-child {
	display: none;
}

.features-two {
	padding: 30px 0
}

.features-two .item {
    position: relative;
    border: 1px solid #e5e5e5;
    margin-bottom: 30px;
    padding: 20px 20px 70px;
    height: calc(100% - 30px);
}

.features-two .item .thumb {
    margin-bottom: 20px;
}

.features-two .item img {
    min-height: 189px;
}

.features-two .item a {
    background: #458bca;
    color: #fff;
    width: calc(100% - 40px);
    display: table;
    text-align: center;
    padding: 15px;
    font-size: 15px;
    position: absolute;
    bottom: 20px;
    left: 20px;
	z-index: 22;
}

.features-two .item a:hover {
    background: #3d7cb5;
    color: #fff;
}

body.page-id-13524 .page-header.alt {
    padding-bottom: 40px;
}