@import 'https://fonts.googleapis.com/css?family=Raleway:200,300,400,500,600,700';
@import 'https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700';
body {
    color: #404040;
    font-size: 16px;
    line-height: 1.8;
    font-family: Montserrat,sans-serif
}

img {
    vertical-align: baseline
}

a {
    color: #262626
}

a:visited {
    color: #757686
}

a:visited.btn {
    color: #eee
}

a:hover,a:focus,a:active {
    color: #262626
}

a:focus {
    outline: none;
}

a:hover,a:active {
    outline: 0;
    list-style: none
}

.site-header {
    position: relative
}

.nav-bar {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    padding: 20px 0
}

.site-branding {
    width: calc(100% - 24px);
    padding: 20px 0
}

.site-branding a {
    margin:0;
}

@media screen and (min-width: 992px) {
    .site-branding {
        width:auto
    }
}

.hamburger-menu {
    position: relative;
    width: 24px;
    height: 22px;
    margin: 0 auto;
    transition: .5s ease-in-out;
    cursor: pointer
}

.hamburger-menu span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #262626;
    border-radius: 10px;
    opacity: 1;
    left: 0;
    transition: .25s ease-in-out
}

.hamburger-menu span:nth-child(1) {
    top: 2px
}

.hamburger-menu span:nth-child(2),.hamburger-menu span:nth-child(3) {
    top: 10px
}

.hamburger-menu span:nth-child(4) {
    top: 18px
}

.hamburger-menu.open span:nth-child(1) {
    top: 18px;
    width: 0;
    left: 50%
}

.hamburger-menu.open span:nth-child(2) {
    transform: rotate(45deg)
}

.hamburger-menu.open span:nth-child(3) {
    transform: rotate(-45deg)
}

.hamburger-menu.open span:nth-child(4) {
    top: 18px;
    width: 0;
    left: 50%
}

.site-navigation ul {
    position: fixed;
    top: 0;
    left: -320px;
    z-index: 9999;
    width: 320px;
    max-width: calc(100% - 120px);
    height: 100%;
    padding: 30px 15px;
    margin: 0;
    background: #fff;
    list-style: none;
    overflow-x: scroll;
    transition: all .35s
}

.site-navigation.show ul {
    left: 0
}

.site-navigation ul li {
    margin: 0 24px
}

.site-navigation ul li a {
    display: block;
    padding: 16px 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    color: #f0f5f9;
    text-decoration: none;
    text-shadow: 1px 1px #000;
    transition: color .35s;
    text-transform: uppercase;
}

.call-btn {
    min-width: 210px;
    padding: 8px 12px 6px!important;
    margin-left: 24px;
    margin-right: 0!important
}

.call-btn img {
    display: inline-block;
    margin-right: 12px
}

.call-btn a {
    padding: 0!important;
    font-size: 16px;
    font-weight: 600;
    color: #fff!important
}

@media screen and (min-width: 992px) {
    .site-navigation ul {
        position:relative;
        top: auto;
        left: auto;
        width: 100%;
        max-width: 100%;
        height: auto;
        padding: 0;
        overflow: auto;
        background: 0 0
    }

    .site-navigation ul li a {
        padding: 30px 0
    }
}

.site-navigation ul li a:hover,.site-navigation ul li.current-menu-item a {
    color: #18a3eb
}

.hero-slider {
    max-height: 950px
}

.hero-content-wrap {
    min-height: 700px;
    position: relative;
    color: #fff;
    background-size: cover;
    background-position: center
}

.hero-content-overlay {
    top: 0;
    left: 0;
    background: transparent
}

.hero-content-overlay h1 {
    margin: 0;
    font-size: 60px;
    font-weight: 600;
    line-height: 1.2;
    color: #404040;
	text-shadow: 1px 1px rgba(255, 255, 255, 0.85);
}

.hero-content-overlay p {
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
    color: #111;
	text-shadow: 1px 1px rgba(255, 255, 255, 0.85);
}

.hero-slider .pagination-wrap {
    top: 50%;
    left: 0;
    z-index: 99;
    width: 120px;
    margin-top: -60px
}

.hero-slider .swiper-pagination-bullet {
    width: 120px;
    height: 28px;
    margin-bottom: 12px;
    border-radius: 0;
    border-bottom: 2px solid transparent;
    font-size: 16px;
    font-weight: 600;
    color: #aaa;
    background: 0 0;
    opacity: 1;
    text-align: right
}

.hero-slider .swiper-pagination-bullet-active {
    color: #18a3eb;
    border-color: #18a3eb
}

@media screen and (max-width: 1400px) {
    .hero-slider .swiper-pagination-bullet {
        width:60px
    }
}

@media screen and (max-width: 576px) {
    .hero-slider .pagination-wrap {
        top:auto;
        bottom: 60px;
        margin-top: 0
    }

    .hero-slider .swiper-pagination-bullet {
        width: 30px;
        margin-left: 15px
    }
}

.elements-wrap {
    margin-top: 80px
}

.elements-page .elements-heading .entry-title {
    font-size: 24px;
    font-weight: 600;
    color: #262626
}

.elements-page .elements-container {
    margin-top: 54px
}

.elements-page .btn {
    margin-right: 20px
}

.button {
    padding: 12px 50px 10px;
    margin-right: 32px;
    border: 0;
    border-bottom: 3px solid #18a3eb;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    color: #404040;
    outline: none;
    background: #f0f4f8;
    text-decoration: none!important
}

.button:focus {
    outline: none;
    box-shadow: none
}

.button.dark {
    border-color: transparent;
    color: #fff;
    background: #18a3eb
}

.button.gradient-bg {
    border-color: transparent;
    background: -moz-linear-gradient(180deg,rgba(50,200,250,1) 0%,rgba(88,125,228,1) 100%);
    background: -webkit-gradient(linear,left top,right top,color-stop(0%,rgba(50,200,250,1)),color-stop(100%,rgba(88,125,228,1)));
    background: -webkit-linear-gradient(180deg,rgba(50,200,250,1) 0%,rgba(88,125,228,1) 100%);
    background: -o-linear-gradient(180deg,rgba(50,200,250,1) 0%,rgba(88,125,228,1) 100%);
    background: -ms-linear-gradient(180deg,rgba(50,200,250,1) 0%,rgba(88,125,228,1) 100%);
    background: linear-gradient(270deg,rgba(50,200,250,1) 0%,rgba(88,125,228,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#18a3eb',endColorstr='#587de4',GradientType=1 );
    color: #fff
}

.accordion-wrap {
    position: relative
}

.accordion-wrap .entry-content {
    margin: 0
}

.accordion-wrap .entry-title {
    padding: 12px 38px;
    margin-bottom: 15px;
    background: #f3f3f3;
    font-size: 16px;
    font-weight: 600;
    color: #404040;
    cursor: pointer
}

.accordion-wrap .entry-title {
    border: 0;
    background: -moz-linear-gradient(180deg,rgba(50,200,250,1) 0%,rgba(88,125,228,1) 100%);
    background: -webkit-gradient(linear,left top,right top,color-stop(0%,rgba(50,200,250,1)),color-stop(100%,rgba(188,125,228,1)));
    background: -webkit-linear-gradient(180deg,rgba(50,200,250,1) 0%,rgba(88,125,228,1) 100%);
    background: -o-linear-gradient(180deg,rgba(50,200,250,1) 0%,rgba(88,125,228,1) 100%);
    background: -ms-linear-gradient(180deg,rgba(50,200,250,1) 0%,rgba(88,125,228,1) 100%);
    background: linear-gradient(270deg,rgba(50,200,250,1) 0%,rgba(88,125,228,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#18a3eb',endColorstr='#18a3eb',GradientType=1 );
    color: #fff
}

.accordion-wrap .entry-title .arrow-r::before,.accordion-wrap .entry-title .arrow-d::before {
    content: "+";
    font-size: 24px;
    font-weight: 400
}

.accordion-wrap .entry-title .arrow-d::before {
    content: "-"
}

.accordion-wrap .entry-content {
    display: none
}

.accordion-wrap .entry-content p {
    padding: 10px 0;
    font-size: 14px;
    line-height: 2;
    color: #828282
}

ul.tabs-nav {
    margin: 0;
    padding: 0;
    list-style: none
}

ul.tabs-nav .tab-nav {
    padding: 12px 24px;
    margin-right: 6px;
    margin-bottom: 10px;
    background: #eaf1f3;
    font-size: 16px;
    font-weight: 600;
    color: #404040;
    cursor: pointer;
    transition: all .35s
}

ul.tabs-nav .tab-nav.active {
    border: 0;
    background: -moz-linear-gradient(180deg,rgba(50,200,250,1) 0%,rgba(88,125,228,1) 100%);
    background: -webkit-gradient(linear,left top,right top,color-stop(0%,rgba(50,200,250,1)),color-stop(100%,rgba(88,125,228,1)));
    background: -webkit-linear-gradient(180deg,rgba(50,200,250,1) 0%,rgba(88,125,228,1) 100%);
    background: -o-linear-gradient(180deg,rgba(50,200,250,1) 0%,rgba(88,125,228,1) 100%);
    background: -ms-linear-gradient(180deg,rgba(50,200,250,1) 0%,rgba(88,125,228,1) 100%);
    background: linear-gradient(270deg,rgba(50,200,250,1) 0%,rgba(88,125,228,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#18a3eb',endColorstr='#18a3eb',GradientType=1 );
    color: #fff
}

.tabs .tab-nav {
    margin-bottom: -1px;
    z-index: 99
}

.tabs-container {
    padding: 60px 0
}

.tab-content {
    display: none
}

.tab-content img {
    float: left;
    margin-right: 32px;
    margin-bottom: 32px
}

.tab-content h4 {
    margin-bottom: 24px;
    font-size: 18px;
    font-weight: 600;
    color: #404040
}

.tab-content p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 2;
    color: #929191
}

.circular-progress-bar {
    margin: 20px 0;
    text-align: center
}

.circular-progress-bar .circle {
    position: relative;
    width: 156px;
    height: 156px;
    margin: 0 auto
}

.circular-progress-bar .circle strong {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -24px;
    width: 100%;
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
    color: #404040
}

.circular-progress-bar .entry-title {
    margin-top: 32px;
    font-size: 20px;
    font-weight: 600;
    color: #404040
}

.circular-progress-bar .entry-title span {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #828282
}

.counter-box {
    margin: 60px 0 20px;
    text-align: center
}

.counter-box .start-counter {
    margin-top: 10px;
    font-size: 48px;
    font-weight: 400;
    color: #404040
}

.counter-box .counter-k {
    font-size: 48px
}

.counter-box .entry-title {
    margin-top: 10px;
    font-size: 16px;
    color: #828282
}

.icon-box .entry-header img {
    margin-right: 24px
}

.icon-box .entry-title {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    color: #404040
}

.icon-box .entry-content {
    margin-top: 32px
}

.icon-box .entry-content p {
    font-size: 14px;
    line-height: 2;
    color: #828282
}

.icon-box .entry-footer a {
    display: block;
    margin-top: 24px;
    font-size: 12px;
    font-weight: 700;
    color: #828282;
    text-transform: uppercase
}

.barfiller {
    position: relative;
    width: 100%;
    height: 5px;
    border-radius: 3px;
    background: #d6dee1
}

.barfiller .fill {
    display: block;
    position: relative;
    width: 0;
    height: 100%;
    border-radius: 3px;
    background: #333;
    z-index: 1
}

.barfiller .tipWrap {
    display: none
}

.barfiller .tip {
    left: 0;
    position: absolute;
    z-index: 2;
    width: 42px;
    height: 42px;
    padding-top: 14px;
    margin-top: -21px;
    border-radius: 50%;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    background: #18a3eb;
    color: #fff
}

.subscribe-banner {
    padding: 80px 0;
    background: url("/theme/Vimax/img/subscribe-bg.png") no-repeat center;
    background-size: cover;
    text-align: center
}

.subscribe-banner h2 {
    font-size: 30px;
    font-weight: 600;
    color: #fff
}

.subscribe-banner input[type=email] {
    width: 100%;
    padding: 8px 24px;
    border: 0;
    margin-top: 24px;
    font-size: 12px;
    font-style: italic;
    color: #404040;
    background: #fff;
    text-align: left
}

.subscribe-banner input[type=submit] {
    margin-top: 32px;
    margin-right: 0;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer
}

.homepage-boxes {
    padding: 110px 0
}

.opening-hours,.emergency-box,.appointment-box,.contact-info {
    position: relative;
    padding: 32px;
    border-radius: 20px;
    border: 2px solid #dde4ea
}

.opening-hours {
    border-color: #18a3eb
}

.opening-hours h2,.emergency-box h2,.appointment-box h2,.contact-info h2 {
    position: absolute;
    top: -24px;
    left: -2px;
    height: 48px;
    padding-right: 16px;
    background: #fff;
    font-size: 24px;
    font-weight: 600;
    color: #404040
}

.opening-hours ul {
    list-style: none
}

.opening-hours ul li {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #828282
}

.opening-hours ul li span {
    display: inline-block;
    margin-left: 5px
}

.emergency-box {
    padding: 16px
}

.emergency-box p {
    margin-top: 16px;
    margin-bottom: 0;
    font-size: 13px;
    font-style: italic;
    color: #828282
}

.emergency-box .call-btn {
    max-width: 220px;
    margin: 24px auto!important
}

.appointment-box {
    padding: 16px
}

.appointment-box form {
    margin-top: 24px
}

.appointment-box form select,.appointment-box form input[type=text],.appointment-box form input[type=number] {
    display: block;
    width: calc(50% - 5px);
    padding: 12px 16px;
    margin-bottom: 10px;
    border: 0;
    font-size: 12px;
    font-style: italic;
    color: #828282;
    background: #f0f4f8;
    outline: none
}

.appointment-box form input[type=submit] {
    margin-top: 16px
}

.our-departments {
    padding: 100px 0;
    background: url("/theme/Vimax/img/departments-bg.jpg") no-repeat;
    background-size: cover
}

.our-departments-wrap {
    padding: 60px 80px 80px;
    background: -moz-linear-gradient(180deg,rgba(50,200,250,1) 0%,rgba(88,125,228,1) 100%);
    background: -webkit-gradient(linear,left top,right top,color-stop(0%,rgba(50,200,250,1)),color-stop(100%,rgba(188,125,228,1)));
    background: -webkit-linear-gradient(180deg,rgba(50,200,250,1) 0%,rgba(88,125,228,1) 100%);
    background: -o-linear-gradient(180deg,rgba(50,200,250,1) 0%,rgba(88,125,228,1) 100%);
    background: -ms-linear-gradient(180deg,rgba(50,200,250,1) 0%,rgba(88,125,228,1) 100%);
    background: linear-gradient(270deg,rgba(50,200,250,1) 0%,rgba(88,125,228,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#18a3eb',endColorstr='#18a3eb',GradientType=1 )
}

@media screen and (max-width: 768px) {
    .our-departments-wrap {
        padding-right:30px;
        padding-left: 30px
    }
}

.our-departments-wrap h2 {
    margin-bottom: 80px;
    font-size: 48px;
    font-weight: 600;
    text-align: center;
    color: #fff
}

.our-departments-cont {
    margin-bottom: 64px
}

.our-departments-cont .entry-header {
    min-height: 48px
}

.our-departments-cont .entry-header img {
    margin-right: 16px
}

.our-departments-cont h3 {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    color: #fff
}

.our-departments-cont .entry-content {
    margin-top: 16px
}

.our-departments-cont .entry-content p {
    font-size: 14px;
    color: #fff
}

.our-departments-cont .entry-footer a {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff
}

.testimonial-section {
    margin-top: 100px;
    position: relative;
    height: 100%;
    padding: 100px 0
}

.testimonial-section h2 {
    margin-bottom: 40px!important
}

.testimonial-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 50%;
    height: 100%;
}

.testimonial-slider {
    position: relative
}

.testimonial-slider-wrap {
    position: relative;
    padding: 72px 100px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 40px 20px 27px rgba(0,0,0,.1)
}

.testimonial-bg-shape {
    position: relative
}

@media (min-width:758px) {
    .testimonial-section::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        z-index: -1;
        width: 50%;
        height: 100%;
        background: url("/theme/Vimax/img/testimonial-bg.jpg") no-repeat right center;
        background-size: cover
    }
}

.testimonial-slider .content-wrap {
    background: #fff
}

.testimonial-slider .entry-content p {
    position: relative;
    margin-top: 40px;
    font-size: 16px;
    line-height: 2;
    font-style: italic;
    color: #828282
}

.testimonial-slider .entry-content p::before {
    content: '';
    position: absolute;
    top: -80px;
    left: 0;
    width: 46px;
    height: 46px;
    background: url("/theme/Vimax/img/testimonial-p-bg.png") no-repeat
}

.testimonial-slider .testimonial-user {
    display: inline-block;
    margin-top: 24px;
    font-size: 16px;
    font-weight: 500;
    color: #404040
}

.testimonial-slider .testimonial-user span {
    display: block;
    margin-top: 8px;
    font-size: 12px;
    font-weight: 500;
    color: #828282
}

.testimonial-slider .user-avatar {
    width: 78px;
    height: 78px;
    margin-top: 56px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #18a3eb
}

.testimonial-slider .user-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.swiper-pagination-wrap {
    position: absolute;
    left: 0;
    bottom: 150px;
    z-index: 99;
    width: 100%
}

@media screen and (max-width: 768px) {
    .testimonial-slider-wrap {
        padding:72px 30px 120px
    }

    .swiper-pagination-wrap {
        bottom: 30px
    }
}

.testimonial-slider .swiper-pagination-bullet {
    width: 52px;
    height: 52px;
    margin: 0 8px;
    opacity: 1!important
}

.testimonial-slider .swiper-pagination-bullet:nth-of-type(1) {
    background: url("/theme/Vimax/img/user-1.jpg")
}

.testimonial-slider .swiper-pagination-bullet:nth-of-type(2) {
    background: url("/theme/Vimax/img/user-2.jpg")
}

.testimonial-slider .swiper-pagination-bullet:nth-of-type(3) {
    background: url("/theme/Vimax/img/user-3.jpg")
}

.testimonial-slider .swiper-pagination-bullet:nth-of-type(4) {
    background: url("/theme/Vimax/img/user-4.jpg")
}

.testimonial-slider .swiper-pagination-bullet-active {
    display: none
}

.the-news {
    padding: 100px 0 40px
}

.the-news h2,.testimonial-section h2 {
    margin-bottom: 80px;
    font-size: 48px;
    font-weight: 600;
    text-align: center;
    color: #404040
}

.testimonial-section h2 {
    text-align: left
}

.the-news-wrap {
    margin-bottom: 60px
}

.the-news-wrap figure, .node figure {
    margin: 0
}

.the-news-wrap figure img, .node figure img {
    width: 100%
}

.the-news-wrap h3, .node h3 {
    margin-top: 24px;
    font-size: 20px;
    font-weight: 600;
    color: #404040;
    padding-top: 20px;
}

.the-news .post-metas {
    margin-top: 12px;
    font-size: 12px;
    font-weight: 600;
    color: #828282
}

.the-news .post-metas>div {
    margin-right: 16px
}

.the-news .post-metas label {
    margin: 0;
    margin-right: 3px;color: #18a3eb
}

.the-news .post-metas a {
    color: #828282
}

.the-news-wrap .entry-content {
    margin-top: 32px
}

.the-news-wrap .entry-content p, .node-type-product .node-excerpt {
    font-size: 14px;
    line-height: 2;
    color: #828282
}

.single-page .site-header {
    position: relative;
    padding: 220px 0 140px;
    background-color: #f0f4f8
}

.single-page .site-header h1 {
    margin-bottom: 0;
    font-size: 60px;
    font-weight: 600;
    color: #404040
}

.single-page .site-header .header-img {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 65%;
    height: auto
}

.breadcrumbs {
    font-size: 14px;
    font-weight: 500;
    color: #828282
}

.breadcrumbs ul {
    list-style: none
}

.breadcrumbs li {
    position: relative;
    padding-right: 10px;
    margin-right: 5px;
    color: #18a3eb
}

.breadcrumbs li::after {
    content: "/";
    position: absolute;
    top: 0;
    right: 0;
    width: 6px;
    height: 100%;
    color: #828282
}

.breadcrumbs li:nth-last-of-type(1)::after {
    display: none
}

.breadcrumbs a {
    color: #828282
}

.med-history {
    padding: 100px 0
}

.med-history h2,.medical-team h2,.quality-services h2 {
    margin-bottom: 48px;
    font-size: 48px;
    font-weight: 600;
    color: #404040
}

.med-history p {
    font-size: 14px;
    color: #828282
}

.med-history .button {
    margin-top: 24px
}

.med-history img {
    max-width: 100%
}

.faq-stuff {
    padding: 100px 0;
    background: url("/theme/Vimax/img/faq-bg.jpg") no-repeat;
    background-size: cover
}

.faq-stuff h2 {
    margin-bottom: 64px;
    font-size: 48px;
    font-weight: 600;
    color: #fff
}

.faq-stuff .accordion-wrap .entry-content p {
    color: #fff
}

.professional-box,.quality-box {
    position: relative;
    padding: 32px;
    border-radius: 20px;
    border: 2px solid #fff;
    text-align: center
}

.professional-box h2,.quality-box h2 {
    position: absolute;
    top: -24px;
    left: -2px;
    height: 48px;
    padding-right: 16px;
    padding-left: 16px;
    font-size: 24px;
    font-weight: 600;
    color: #404040;
    background: #fff
}

.professional-box img,.quality-box img {
    margin: 24px 0
}

.professional-box p,.quality-box p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 2;
    font-weight: 500;
    color: #fff
}

.medical-team {
    padding: 100px 0
}

.medical-team h2 {
    margin-bottom: 56px
}

.medical-team-wrap {
    text-align: center
}

.medical-team-wrap img {
    max-width: 100%;
    border-radius: 20px
}

.medical-team-wrap h4 {
    margin-top: 32px;
    font-size: 18px;
    font-weight: 600;
    color: #404040
}

.medical-team-wrap h5 {
    margin-top: 12px;
    font-size: 14px;
    font-weight: 600;
    color: #828282
}

.quality-services {
    padding: 100px 0
}

.quality-services h2 {
    text-align: center
}

.quality-services p {
    font-size: 14px;
    line-height: 2;
    color: #828282
}

.services-tabs {
    margin: 100px 0
}

.blog-page .the-news, .nodes {
    padding-bottom: 20px
}

.blog-page .the-news-wrap, .node {
    margin-bottom: 80px
}

@media screen and (min-width: 992px) {
    .pagination {
        margin-bottom:100px
    }
}

.pagination a {
    margin-right: 16px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    color: #828282;
    text-decoration: none
}

.pagination a:hover,.pagination .active a {
    color: #18a3eb
}

.sidebar {
    padding: 100px 0
}

.search-widget input[type=search] {
    width: calc(100% - 90px);
    padding: 8px 30px 8px 20px;
    border: 0;
    border-radius: 30px;
    font-size: 14px;
    outline: none;
    background: #f0f4f8;
    color: #404040
}

.search-widget button[type=submit] {
    padding: 10px 32px 9px;
    border: 0;
    margin-left: -32px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 500;
    font-style: italic;
    color: #fff;
    cursor: pointer;
    outline: none;
    background: -moz-linear-gradient(180deg,rgba(50,200,250,1) 0%,rgba(88,125,228,1) 100%);
    background: -webkit-gradient(linear,left top,right top,color-stop(0%,rgba(50,200,250,1)),color-stop(100%,rgba(88,125,228,1)));
    background: -webkit-linear-gradient(180deg,rgba(50,200,250,1) 0%,rgba(88,125,228,1) 100%);
    background: -o-linear-gradient(180deg,rgba(50,200,250,1) 0%,rgba(88,125,228,1) 100%);
    background: -ms-linear-gradient(180deg,rgba(50,200,250,1) 0%,rgba(88,125,228,1) 100%);
    background: linear-gradient(270deg,rgba(50,200,250,1) 0%,rgba(88,125,228,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#18a3eb',endColorstr='#587de4',GradientType=1 )
}

.widget-title {
    margin-top: 52px;
    margin-bottom: 32px;
    font-size: 24px;
    font-weight: 600;
    color: #404040
}

.sidebar-cats ul {
    list-style: none
}

.sidebar-cats li {
    margin-bottom: 15px;
    font-size: 14px
}

.sidebar-cats li a {
    color: #828282
}

.popular-posts ul {
    list-style: none
}

.popular-posts li {
    margin-bottom: 32px
}

.popular-posts li:nth-last-of-type(1) {
    margin-bottom: 0
}

.popular-posts figure,.popular-posts figure a,.popular-posts figure img {
    display: block;
    margin: 0
}

.popular-posts figure {
    width: 58px
}

.popular-posts .entry-content {
    width: calc(100% - 72px)
}

.popular-posts h3 {
    font-size: 14px
}

.popular-posts h3 a {
    color: #828282
}

.popular-posts .posted-date {
    font-size: 12px;
    font-weight: 500;
    color: #18a3eb
}

.sidebar .opening-hours,.sidebar .emergency-box {
    margin-top: 80px
}

.sidebar .emergency-box .button {
    max-width: 220px;
    padding: 6px 10px 4px;
    margin: 32px auto
}

.contact-page-short-boxes {
    padding: 100px 0
}

.contact-info ul {
    list-style: none;
    font-size: 14px;
    font-weight: 500;
    color: #828282
}

.contact-info ul li {
    margin-top: 20px;
    margin-bottom: 12px;
    font-weight: 500
}

.contact-info ul li span {
    display: inline-block;
    color: #404040
}

.contact-info ul li span {
    width: 64px
}

.contact-page-short-boxes .opening-hours ul li {
    margin-top: 20px
}

.contact-page-short-boxes .emergency-box {
    padding: 32px
}

.contact-page-short-boxes .emergency-box .button {
    max-width: 220px;
    padding: 6px 10px 4px;
    margin: 0 auto 24px
}

.contact-form {
    margin-bottom: 100px
}

.contact-form h2 {
    margin-bottom: 24px;
    background: #fff;
    font-size: 24px;
    font-weight: 600;
    color: #404040
}

.contact-form input[type=text],.contact-form input[type=email],.contact-form textarea {
    width: 100%;
    padding: 15px 20px;
    margin-top: 30px;
    border: 0;
    background: #f0f4f8;
    outline: none;
    font-size: 12px;
    line-height: 1;
    font-style: italic;
    color: #828282
}

.contact-form input[type=submit] {
    font-size: 16px;
    font-weight: 500;
    margin-top: 30px;
    cursor: pointer
}

.contact-page-map {
    margin-bottom: 100px
}

.contact-page-map iframe {
    display: block;
    width: 100%;
    height: 560px
}

.site-footer {
    position: relative;
    padding: 48px 0;
    background: url("/theme/Vimax/img/footer-bg.png") no-repeat center #fff;
    background-size: cover;
    font-size: 14px;
    color: #828282
}

.footer-widgets h2 {
    display: flex;
    align-items: center;
    min-height: 50px;
    margin-bottom: 24px;
    font-size: 18px;
    font-weight: 600;
    color: #404040
}

.foot-about p {
    font-size: 14px;
    line-height: 2
}

.foot-about p.copyright {
    margin-top: 24px;
    font-size: 12px;
    font-weight: 500
}

.foot-contact ul {
    list-style: none
}

.foot-contact ul li {
    margin-bottom: 5px;
    font-weight: 500
}

.foot-contact ul li span {
    display: inline-block;
    color: #404040
}

.foot-contact ul li span {
    width: 64px
}

.foot-links ul {
    list-style: none;
    column-count: 2;
    column-gap: 10px
}

.foot-links ul li {
    margin-bottom: 5px
}

.foot-links ul li a {
    color: #828282
}

/*increase design */
.increase-box {
    border-radius: 3px;
    box-shadow: 0 1px 5px #bbb;
    margin: 20px 0 40px 30px;
    padding: 10px;
    min-height: 100px
}

.increase-box.right-box {
    margin: 20px 30px 40px 0px;
}

.increase-box-img {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    box-shadow: 0 0 4px #bbb;
    float: left;
    margin: -20px 10px 0px -40px;
    padding: 5px;
    width: 125px;
    height: 125px;
    overflow: hidden;
}

.increase-box-img>img {
    /*border: 1px dotted #a2a2a2;*/
    border-radius: 50%;
    width: 120px;
}

.right-box .increase-box-img {
    float: right;
    margin: -20px -40px 0px 10px;
}

.clean {
    clear: both
}

/*increase design end */
@media screen and (max-width:767px) {
    .increase-container .increase-box {
        width: 100%;
        margin: 80px 0;
    }

    .increase-box-img {
        float: none;
        margin: -60px auto 10px;
    }

    .right-box .increase-box-img {
        float: none;
        margin: -60px auto 10px;
    }

    .increase-box-text {
        text-align: center;
    }
}
.box-container {
    width: 100%;
    margin-bottom: 30px;
    display: flex
}

.box-container .boxes {
    width: 50%;
    background: #579bab;
    text-align: center;
    color: #fff;
    padding: 15px;
    margin-top: 80px;
    float: left;
    font-size: 14px
}

.box-container .boxes:nth-child(even) {
    background: #40899a
}

.box-container .boxes p {
    padding: 0 5px;
    color: #fff !important;
    text-align: center !important
}

.box-container .boxes p a {
    color: #1e86f0
}

.box-container .boxes img {
    border-radius: 50%;
    border: 4px solid #579bab;
    margin: -80px auto 0;
    width: 170px;
    float: none
}

.box-container .boxes:nth-child(even) img {
    border-color: #40899a
}

.box-container.no-border .boxes img {
    border: 0
}

@media screen and (max-width:767px) {
    .box-container {
        display: inline-block
    }

    .box-container .boxes {
        width: 100%;
        margin-bottom: 0;
        display: block;
        margin-top: 0;
        padding-bottom: 85px
    }

    .box-container .boxes:first-child {
        margin-top: 80px
    }

    .box-container .boxes:last-child {
        padding-bottom: 10px;
        margin-bottom: 15px
    }
}
div#flashMessage {

}
div#flashMessage.success {
    color: #4bad3f;
}
div#flashMessage.error {
    color: #ad3f3f;
}
.qty-control {
    
}
.qty-control p {
    display:inline-block;
    margin: 0 6px;
	font-weight: 500;
}
.text-inline {
    display: inline-block;
}
.text-normal {
    font-weight: 100!important;
}
.btn-quick-add {
    color:#fff!important;
}
.homepage-boxes .item {
	transition: all .215s ease;
	/*border-radius: 14px;
	border: 1px solid transparent;
	background-color: transparent;*/
}
.homepage-boxes .item:hover {
	/*border: 1px solid rgba(88,125,228,1);
	background-color: rgba(50,200,250,1);*/
}