﻿@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');
@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

/*
01. Theme Typo
02. Header
        02.1 Top Strip
                02.1.1 Top Info
                02.1.2 Search
        02.1 Logo
        02.2 Navigation
                02.2.1 SubMenu
03. Content

        03.1 Blog
                03.1.2 Blog Large
                03.1.3 Blog Grid
                03.1.4 Blog Detail
        
        03.4 Team
                03.4.1 Team Grid
                03.4.2 Team list
                03.4.3 Team Detail

        03.5 Shortcode
                03.5.1 Accordian
                03.5.2 Testimonial
                03.5.3 Services
                03.5.4 Team
                03.5.5 Form
                03.5.6 Tabs
                03.5.7 Partner
                03.5.8 Button
                03.5.9 Accordian
                03.5.10 List
                03.5.11 Table
                03.5.12 Typography
 
        03.6 Default Pages Style
                03.6.1 404
                03.6.2 No Search Result
                03.6.3 About Us
                03.6.4 Contact Us
                03.6.5 Services

        03.7 Departments
                03.7.1 Departments Grid
                03.7.2 Departments List
                03.7.3 Departments Detail

        03.8 Appointments
                03.8.1 Appointments Table
                03.8.2 Appointments Form

        03.9 Shop
                03.9.1 Shop Grid
                03.9.2 Shop Detail
 
04. Sidebar Widget
        04.1 Widget CATEGORY WIDGET
        04.2 Widget Search
        04.3 Widget Our Photos
        04.4 Widget Text
        04.5 Widget Recent Posts
        04.7 Widget Newsletter
        04.8 Testimonial
        04.9 Popular Tags
        04.10 Featured Articles
        04.11 Widget Calendar
 
05. Footer
        05.1 backTo Top
        05.2 CopyRight
        05.3 Social Network
*/


#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background-color: #ffffff;
    color: #313539;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 24px;
}

    body h1, body h2, body h3, body h4, body h5, body h6 {
        color: #333333;
        font-family: 'Quicksand', sans-serif;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: 1.1px;
        margin: 0 0 8px;
    }

h1 {
    font-size: 26px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
        color: #333333;
    }

p a {
    color: #333333;
}

p {
    line-height: 26px;
    margin-bottom: 10px;
    letter-spacing: 0.8px;
}

a {
    color: #333333;
    text-decoration: none;
}

    a:hover, a:focus, a:active {
        outline: none;
    }

ul {
    margin-bottom: 0;
}

figure {
    margin-bottom: 6px;
    position: relative;
}

img {
    height: auto;
    max-width: 100%;
}

strong {
    color: #333333;
}

iframe {
    border: none;
    float: left;
    width: 100%;
}

select {
    background-color: #f0eef0;
    border: 1px solid #dfdfdf;
    color: #666666;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    height: 40px;
    padding: 8px 12px;
    width: 100%;
}

label {
    color: #333333;
    display: block;
    margin-bottom: 10px;
}

button {
    border: none;
}

textarea, input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="url"], input[type="search"],  input[type="color"], .uneditable-input {
    background-color: #f2f2f2;
    border: none;
    color: #666;
    display: inline-block;
    font-size: 13px;
    height: 30px;
    line-height: 20px;
    outline: none;
    padding: 4px 6px;
    vertical-align: middle;
    box-shadow: none;
}

input[type="submit"] {
    outline: none;
}

option {
    padding: 5px 15px;
}

li {
    line-height: 28px;
    list-style: inside disc;
}
.list_none li {
    list-style: none;
}

ul ul {
    margin-left: 20px;
}

ol {
    float: none;
    list-style: outside decimal;
    padding-left: 15px;
}

    ol ol {
        margin-left: 20px;
    }

    ol li {
        list-style: outside decimal;
        width: 100%;
    }

table {
    background-color: transparent;
    max-width: 100%;
}

th {
    text-align: left;
}

table {
    margin-bottom: 15px;
    width: 100%;
}

    table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td {
        border: 1px solid #dddddd;
        line-height: 2.5;
        padding-left: 3px;
        text-align: center;
        vertical-align: top;
    }

    table thead tr th {
        border-top: 1px solid #dddddd;
        text-align: center;
        text-transform: capitalize;
    }

.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
    border-top: 1px solid #dddddd;
}

table > thead > tr > th {
    border-bottom: 2px solid #dddddd;
    vertical-align: bottom;
}

table > caption + thead > tr:first-child > th, table > colgroup + thead > tr:first-child > th, table > thead:first-child > tr:first-child > th, table > caption + thead > tr:first-child > td, table > colgroup + thead > tr:first-child > td, table > thead:first-child > tr:first-child > td {
    border-bottom: 0 none;
}

table > tbody + tbody {
    border-top: 2px solid #dddddd;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 6px 10px;
}

p ins {
    color: #999;
}

dl dd {
    margin-left: 20px;
}

address {
    font-style: italic;
}

.health-main-content, .health-main-section {
    float: left;
    width: 100%;
    position: relative;
}

.health-main-content {
    padding: 0px 0px 40px 0px;
}
/* Header */
#health-header, .health-header-main {
    float: left;
    width: 100%;
}

.health-header-main {
    background-color: #ffffff;
    background: url(../assets/imgs/heartbeat.png);
    background-repeat: repeat-x;
    background-position: 0px -30px;
    padding: 10px 0px;
}

.health-logo {
    float: left;
    margin: 10px 0px;
}

.health-headinfo {
    float: right;
}

    .health-headinfo li {
        float: left;
        list-style: none;
        line-height: 1.6;
        padding: 20px 20px 20px 20px;
    }

    .health-headinfo i {
        float: left;
        color: #ffffff;
        font-size: 20px;
        width: 40px;
        height: 40px;
        border-radius: 100%;
        text-align: center;
        padding-top: 10px;
    }

.health-headinfo-text,
.health-headinfo-text a {
    color: #333;
}

.health-headinfo-text {
    word-wrap: break-word;
    padding: 8px 0px 0px 55px;
}
/* Main Navigation */
.health-main-navigation,
.health-main-navigation-wrap {
    float: left;
    width: 100%;
    text-align: center;
}

.health-main-navigation-wrap {
    position: relative;
}

a.menu-link {
    display: none;
}
/* Navigation */
.health-navigation {
    display: inline-block;
    margin-bottom: -7px;
}

    .health-navigation ul {
        float: left;
        width: 100%;
    }

    .health-navigation > ul > li {
        float: left;
        list-style: none;
        padding: 0px 24px;
        position: relative;
    }

        .health-navigation > ul > li > a {
            float: left;
            color: #ffffff;
            font-size: 15px;
            text-transform: uppercase;
            padding: 35px 0px 20px 0px;
            position: relative;
            font-weight: 600;
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -ms-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }

            .health-navigation > ul > li > a:after {
                content: '';
                position: absolute;
                left: 50%;
                bottom: 3px;
                opacity: 0;
                margin-left: -7px;
                border-left: 7px solid transparent;
                border-right: 7px solid transparent;
                border-bottom: 7px solid;
            }

        .health-navigation > ul > li:hover > a:after, .health-navigation > ul > li.active > a:after {
            opacity: 1;
        }

        .health-navigation > ul > li > a:before {
            content: '';
            position: absolute;
            left: 0px;
            bottom: 0px;
            width: 100%;
            height: 3px;
            opacity: 0;
            background-color: #fff;
        }

        .health-navigation > ul > li:hover > a:before,
        .health-navigation > ul > li.active > a:before {
            opacity: 1;
        }

    .health-navigation .children {
        position: absolute;
        left: 0px;
        top: 100%;
        width: 200px;
        background-color: #1b273d;
        margin: 4px 0px 0px 0px;
        padding: 5px 15px;
        opacity: 0;
        visibility: hidden;
        text-align: left;
        z-index: 99;
        -webkit-transform: translateY(30px);
        -moz-transform: translateY(30px);
        -ms-transform: translateY(30px);
        -o-transform: translateY(30px);
        transform: translateY(30px);
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

a.menu-link, .has-subnav {
    display: none;
}

.health-navigation ul > li:hover > .children {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.health-navigation .children .children {
    left: 100%;
    top: 0px;
    margin: 0px 0px 0px 22px;
}

.health-navigation .children li {
    float: left;
    width: 100%;
    list-style: none;
    padding: 0px 10px;
    border-bottom: 1px solid rgba(255,255,255,0.26);
    position: relative;
}

    .health-navigation .children li:last-child {
        border: none;
    }

    .health-navigation .children li a {
        font-size: 14px;
        color: #ffffff;
        font-weight: 500;
        float: left;
        width: 100%;
        padding: 6px 0px;
        position: relative;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

.health-navigation .children > li > a:before {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    right: 12px;
    top: 6px;
    color: #ffffff;
    opacity: 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.health-navigation .children > li:hover > a:before {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
/* Top Strip */
.health-top-strip {
    float: left;
    width: 100%;
    border-bottom: 1px solid #e5e6e8;
    padding: 8px 0px;
}

    .health-top-strip p {
        float: left;
        margin-bottom: 0px;
        color: #7b7c7e;
    }

.health-strip-social {
    float: right;
}

    .health-strip-social li {
        float: left;
        list-style: none;
        margin: 0px 0px 0px 20px;
    }
/* Banner */
.health-banner {
    float: left;
    width: 100%;
}

.health-banner-layer {
    position: relative;
}

.health-banner-transparent {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    /*background-color: #303030;*/
    /*opacity: 0.80;*/
}

.health-banner-transparent-homebanner {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 400px;
    background-color: #303030;
    opacity: 0.80;
    background-image: url(../assets/imgs/tn_banners.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.health-banner-transparent-video {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    /*background-color: #303030;
    background-image:url(../assets/imgs/video_banner.jpg);*/
    opacity: 0.80;
}

.health-banner-transparent-products {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF; /*#303030*/
    /*background-image: url(../assets/imgs/products.jpg);*/
    color: #006400;
    opacity: 0.80;
}

.health-banner-transparent-about {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    /*background-color: #303030;
    background-image: url(../assets/imgs/about.jpg);*/
    opacity: 0.80;
}

.health-banner-transparent-blog {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #303030;
    background-image: url(../assets/imgs/Blogs.jpg);
    opacity: 0.80;
}


.health-banner-transparent-festive {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #303030;
    background-image: url(../assets/img/deepawalibanner.jpg);
    opacity: 0.80;
}


.health-banner-transparent-contact {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #303030;
    background-image: url(../assets/imgs/contact_us.jpg);
    opacity: 0.80;
}

.health-banner-caption {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
}

.health-banner-caption-left {
    display: inline-block;
    width: 60%;
    padding: 130px 0px 70px 0px;
}

.health-banner-caption h1 {
    color: #ffffff;
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 1.3;
    text-transform: capitalize;
}

.health-banner-caption p {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 30px;
}

.health-banner-btn {
    display: inline-block;
    color: #ffffff;
    font-weight: bold;
    padding: 9px 22px;
    border-radius: 4px;
    font-size: 15px;
    border: 2px solid;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

    .health-banner-btn:hover {
        background-color: transparent;
    }

    .health-banner-btn i {
        float: right;
        margin: 4px 0px 0px 8px;
        vertical-align: middle;
    }

.health-banner-form {
    float: left;
    width: 100%;
    margin-top: 30px;
    position: relative;
}

.banner-form-title {
    position: absolute;
    left: 50px;
    top: -34px;
    background-color: #fff;
    padding: 5px 20px;
    font-weight: 500;
    font-size: 11px;
    border-radius: 20px 20px 0px 0px;
}

.health-banner-form form {
    float: left;
    width: 100%;
    padding: 30px 40px;
    border-radius: 80px;
}

.health-banner-form ul {
    margin: 0px -10px;
}

    .health-banner-form ul li {
        float: left;
        width: 21%;
        list-style: none;
        padding: 0px 10px;
        position: relative;
    }

        .health-banner-form ul li:last-child {
            width: 16%;
        }

.health-banner-form form input[type="text"] {
    float: left;
    width: 100%;
    height: 40px;
    background-color: transparent;
    color: #ffffff;
    font-size: 14px;
    border: none;
    border-bottom: 1px solid #ffffff;
    padding: 6px 0px;
}

.health-banner-form form input[type="submit"] {
    float: left;
    width: 100%;
    background-color: #ffffff;
    padding: 6px 10px;
    border: none;
    border-radius: 40px;
    cursor: pointer;
}

.health-banner-form form i {
    position: absolute;
    right: 14px;
    bottom: 13px;
    color: #ffffff;
}

.health-select select {
    font-size: 14px;
    border: none;
    color: #fff;
    background-color: #01c2c7;
    border-bottom: 1px solid #ffffff;
    height: 40px;
    padding: 0px 0px;
}

.health-select {
    position: relative;
}

    .health-select:after {
        content: "\f107";
        font-family: FontAwesome;
        font-size: 12px;
        color: #fff;
        right: 0px;
        bottom: 1px;
        text-align: center;
        background-color: #01c2c7;
        position: absolute;
        pointer-events: none;
        width: 24px;
        padding: 5px 0px 0px 0px;
        height: 39px;
    }
/* Services */
.health-services {
    float: left;
    width: 100%;
}

    .health-services ul li {
        list-style: none;
        margin-bottom: 30px;
    }
/* Services Simple */
.health-services-simple i {
    font-size: 40px;
    color: #ffffff;
    display: block;
    margin-bottom: 30px;
}

.health-services-simple h2 {
    color: #ffffff;
    margin-bottom: 10px;
}

.health-services-simple p {
    color: #ffffff;
    margin-bottom: 0px;
}
/* Service About Text */
.health-working-hour-list, .health-service-about-text {
    margin-bottom: 65px;
}

    .health-service-about-text h2 {
        text-transform: uppercase;
        margin-bottom: 14px;
        font-size: 28px;
        font-weight: bold;
    }

    .health-service-about-text p {
        margin-bottom: 20px;
    }

    .health-service-about-text .health-liststyle-one {
        margin-top: 10px;
    }

    .health-liststyle-one, .health-working-hour-list ul {
        float: left;
        width: 100%;
        margin: 0px;
    }

        .health-liststyle-one li {
            float: left;
            width: 50%;
            list-style: none;
            position: relative;
            padding-left: 23px;
            margin-bottom: 8px;
        }

            .health-liststyle-one li:before {
                content: "\f192";
                font-family: FontAwesome;
                position: absolute;
                left: 0px;
                top: 0px;
            }

    .health-working-hour-list h2 {
        text-transform: uppercase;
        margin-bottom: 14px;
        font-size: 28px;
        font-weight: bold;
    }

    .health-working-hour-list ul li {
        float: left;
        width: 100%;
        list-style: none;
        border-bottom: 1px solid #ddd;
        padding: 6px 0px;
    }

        .health-working-hour-list ul li:last-child {
            border-bottom: none;
        }

        .health-working-hour-list ul li span {
            float: right;
            font-weight: 500;
        }
/* Counter */
.health-counter, .health-counter-simple-wrap {
    float: left;
    width: 100%;
}

    .health-counter ul li {
        list-style: none;
        margin-bottom: 30px;
    }

.health-counter-simple i {
    font-size: 40px;
    display: block;
    margin-bottom: 24px;
}

.health-counter-simple span {
    display: block;
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 6px;
}

.health-counter-simple small {
    font-size: 14px;
}

.health-counter-simple-wrap {
    box-shadow: 0px 0px 26px 0px rgba(0,0,0,0.10);
    text-align: center;
    padding: 32px 10px;
    background-color: #ffffff;
    border-radius: 4px;
}
/* Fancy Title */
.health-fancy-title {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
}

    .health-fancy-title h2 {
        font-size: 28px;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 8px;
    }

    .health-fancy-title p {
        margin-bottom: 0px;
    }
/* Team */
.health-team, .health-team-simple figure, .health-team-simple-text,
.health-team-simple figure a, .health-team-simple figure img,
.health-team-simple-wrap {
    float: left;
    width: 100%;
}

    .health-team > ul > li {
        list-style: none;
        margin-bottom: 30px;
    }

.health-team-simple-wrap {
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.08);
}

.health-team-simple figure {
    margin-bottom: 0px;
}

.health-team-simple-text {
    background-color: #ffffff;
    padding: 30px 20px;
    text-align: center;
}

    .health-team-simple-text h2 {
        margin-bottom: 2px;
        font-size: 17px;
        font-weight: 600;
        line-height: 1.3;
    }

        .health-team-simple-text h2 a {
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -ms-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }

    .health-team-simple-text p {
        margin-bottom: 0px;
    }

    .health-team-simple-text span {
        margin-bottom: 10px;
        display: block;
    }

.health-team-simple figure figcaption {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

    .health-team-simple figure figcaption:before {
        content: '';
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        opacity: 0;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

.health-team-simple li:hover figure figcaption:before {
    opacity: 0.40;
}

.simple-team-social {
    position: absolute;
    left: -5px;
    bottom: 0px;
    width: 40px;
    margin: 0px;
}

    .simple-team-social:before {
        content: '';
        position: absolute;
        left: 0px;
        top: -5px;
        border-bottom: 5px solid;
        border-left: 5px solid transparent;
    }

    .simple-team-social li {
        float: left;
        width: 100%;
        list-style: none;
        text-align: center;
        border-top: 1px solid #75a2ee;
    }

        .simple-team-social li:last-child {
            margin-bottom: 0px;
        }

        .simple-team-social li:first-child {
            border-top: none;
        }

        .simple-team-social li a {
            color: #ffffff;
            padding: 13px 0px;
            float: left;
            width: 100%;
        }
/* Gallery */
.health-gallery {
    float: left;
    width: 100%;
}

    .health-gallery ul li {
        list-style: none;
    }

    .health-gallery > ul > li {
        margin-bottom: 30px;
    }
/* Gallery Simple */
.health-gallery-simple figure, .health-gallery-simple figure > a,
.health-gallery-simple figure img {
    float: left;
    width: 100%;
}

.health-gallery-simple > ul > li {
    margin-bottom: 0px;
}

.health-gallery-simple figure {
    box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.08);
    margin-bottom: 0px;
}

    .health-gallery-simple figure figcaption {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
    }

        .health-gallery-simple figure figcaption:before {
            content: '';
            position: absolute;
            left: 0px;
            top: 0px;
            width: 100%;
            height: 100%;
            opacity: 0;
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -ms-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }

.health-gallery-simple li:hover figure figcaption:before {
    opacity: 0.80;
}

.health-gallery-simple-text {
    position: absolute;
    left: 0px;
    width: 100%;
    top: 40%;
    margin-top: -50px;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

ul li:hover .health-gallery-simple-text {
    opacity: 1;
    top: 50%;
}

.health-gallery-simple-text h2 {
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #ffffff;
}

.health-gallery-simple-text a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 2px;
    font-size: 20px;
    padding-top: 10px;
    margin-bottom: 20px;
}
/* Gallery Filterable */
.health-gallery-filterable {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 34px;
}

    .health-gallery-filterable ul {
        display: inline-block;
    }

        .health-gallery-filterable ul li {
            float: left;
            list-style: none;
            margin: 0px 10px 10px 10px;
            line-height: 1;
        }

            .health-gallery-filterable ul li a {
                float: left;
                padding: 8px 15px;
                font-size: 12px;
                background-color: #f0f0f0;
                border: 1px solid #ddd;
                text-transform: uppercase;
                font-weight: 500;
                -webkit-transition: all 0.4s ease-in-out;
                -moz-transition: all 0.4s ease-in-out;
                -ms-transition: all 0.4s ease-in-out;
                -o-transition: all 0.4s ease-in-out;
                transition: all 0.4s ease-in-out;
            }

                .health-gallery-filterable ul li a.is-checked, .health-gallery-filterable ul li:hover a {
                    color: #ffffff;
                }

.health-light-transparent {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.70;
}

.color-white h2, .color-white p, .color-white h2 i {
    color: #ffffff;
}
/*Testimonial*/
.health-testimonial, .health-testimonial-wrap, .health-testimonial-wrap figure img, .health-testimonial-text {
    float: left;
    width: 100%;
}

    .health-testimonial ul li {
        list-style: none;
        margin: 0px 0px 30px;
    }

.health-testimonial-wrap {
    text-align: center;
    background-color: #f5f5f5;
    padding: 40px 33px 35px;
    position: relative;
}

    .health-testimonial-wrap:before {
        content: '';
        position: absolute;
        left: 0px;
        top: 0px;
        border-top: 80px solid;
        border-right: 80px solid transparent;
    }

    .health-testimonial-wrap i {
        font-size: 47px;
        color: #ffffff;
        position: absolute;
        left: 14px;
        top: 9px;
        opacity: 0.3;
    }

    .health-testimonial-wrap figure {
        display: inline-block;
        width: 70px;
        margin: 0px 0px 6px;
    }

        .health-testimonial-wrap figure img {
            border-radius: 100%;
        }

.health-testimonial-text {
    line-height: 1;
}

    .health-testimonial-text h6 {
        margin: 0px 0px 3px;
        font-weight: bold;
        line-height: 1.2;
    }

    .health-testimonial-text span {
        font-size: 12px;
        color: #888888;
        margin: 0px 0px 0px;
        display: inline-block;
    }

    .health-testimonial-text p {
        margin: 0px 0px 20px 0px;
        font-style: italic;
        color: #555555;
        font-size: 15px;
        line-height: 26px;
    }
/* Department Simple */
.health-department, .health-full-thumb img {
    float: left;
    width: 100%;
}

    .health-department ul li {
        list-style: none;
    }

.health-department-simple {
    border-top: 1px solid #eef2f5;
}

.health-department.health-department-simple > ul > li {
    margin-bottom: 0px;
}

.health-department-simple-wrap {
    float: left;
    width: 100%;
    background-color: #f9fdff;
    border-left: 1px solid #eef2f5;
    border-bottom: 1px solid #eef2f5;
    text-align: center;
    padding: 55px 0px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

ul li:hover .health-department-simple-wrap {
    background-color: #ffffff;
}

ul li:first-child .health-department-simple-wrap {
    border-left: none;
}

.health-department-simple .row {
    margin: 0px;
}

.health-department-simple i {
    font-size: 38px;
    display: block;
    margin-bottom: 19px;
}

.health-department-simple h2 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 5px;
}

.health-department-simple p {
    color: #999a9e;
    margin-bottom: 0px;
}
/* Call Action Baar */
.health-callaction-baar {
    float: left;
    width: 100%;
}

    .health-callaction-baar input[type="text"] {
        float: left;
        width: 75%;
        background-color: transparent;
        border-bottom: 1px solid #ffffff;
        height: 60px;
        font-size: 28px;
        color: #ffffff;
        font-style: italic;
        padding: 0px;
    }

    .health-callaction-baar input[type="submit"] {
        float: right;
        width: 17%;
        background-color: #ffffff;
        border: 1px solid #ffffff;
        padding: 17px 10px;
        text-align: center;
        font-size: 18px;
        font-weight: 500;
        border-radius: 3px;
        cursor: pointer;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

        .health-callaction-baar input[type="submit"]:hover {
            background-color: transparent;
            color: #ffffff;
        }
/* Blog */
.health-blog, .health-blog-grid-wrap, .health-blog-grid figure,
.health-blog-grid-text, .health-blog-grid-text-wrap,
.health-blog-grid figure > a, .health-blog-grid figure img {
    float: left;
    width: 100%;
}

    .health-blog ul li {
        list-style: none;
    }

.health-blog-grid-wrap {
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.08);
}

.health-blog-grid figure {
    margin-bottom: 0px;
}

    .health-blog-grid figure:before {
        content: '';
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        opacity: 0;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

.health-blog-grid ul li:hover figure:before {
    opacity: 0.60;
}

.health-blog-grid-text-wrap {
    padding: 50px 26px 0px 26px;
    border-bottom: 1px solid #f1f1f1;
}

.health-blog-grid-text h2 {
    margin-bottom: 16px;
    font-weight: 500;
    font-size: 17px;
}

    .health-blog-grid-text h2 a {
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

.health-blog-grid-text p {
    margin-bottom: 0px;
    padding-bottom: 33px;
}

.blog-list-link {
    float: left;
    width: 50%;
    text-align: center;
    border-right: 1px solid #f1f1f1;
    color: #8b92a2;
    text-transform: capitalize;
    padding: 12px 10px;
}

    .blog-list-link i,
    .health-blog-grid-text time i {
        display: inline-block;
        margin: 0px 7px 0px 0px;
    }

.health-blog-grid-text time {
    float: left;
    width: 50%;
    text-align: center;
    color: #8b92a2;
    text-transform: capitalize;
    padding: 12px 10px;
}

.health-grid-hover-btn {
    position: absolute;
    left: 50%;
    bottom: -33px;
    float: none !important;
    width: 70px !important;
    height: 70px;
    color: #ffffff;
    border-radius: 100%;
    text-align: center;
    font-size: 24px;
    padding-top: 20px;
    margin-left: -35px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

li:hover .health-grid-hover-btn {
    background-color: #ffffff
}
/* Partner Slider */
.health-partner-slider, .health-partner-slider-layer,
.health-partner-slider figure {
    float: left;
    width: 100%;
}

.health-partner-slider-layer {
    padding: 0px 10px;
}

.health-partner-slider figure {
    background-color: #f9fdff;
    text-align: center;
    padding: 10px 0px;
}

    .health-partner-slider figure img {
        display: inline-block;
    }
/* SubHeader */
.health-subheader {
    float: left;
    width: 100%;
    position: relative;
    /*    background: url(extra-images/tesimonial-full-bg.jpg);*/
    padding: 70px 0px;
}

    .health-subheader h1 {
        color: #ffffff;
        font-size: 40px;
        font-weight: 500;
        display: block;
        text-align: center;
        text-transform: uppercase;
        margin-bottom: 0px;
    }
/* Blog */
.health-blog {
    float: left;
    width: 100%;
}

    .health-blog ul li {
        list-style: none;
    }

    .health-blog > ul > li {
        margin-bottom: 30px;
    }

.health-blog-large > ul > li {
    margin-bottom: 40px;
}
/* Blog Large */
.health-blog-large figure, .health-blog-large figure a,
.health-blog-large figure img, .health-blog-large-text {
    float: left;
    width: 100%;
}

.health-blog-large figure {
    margin-bottom: 30px;
}

    .health-blog-large figure a:before {
        content: '';
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        opacity: 0;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

.health-blog-large li:hover figure a:before {
    opacity: 0.55;
}

.health-blog-large-text time {
    float: left;
    color: #ffffff;
    width: 85px;
    height: 85px;
    text-align: center;
    font-size: 40px;
    font-weight: 300;
    border-radius: 4px;
    padding: 16px 7px 0px 7px;
}

    .health-blog-large-text time span {
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 600;
        display: block;
        margin-top: 5px;
    }

    .health-blog-large-text time ~ .health-blog-large-text-left {
        margin-left: 110px;
    }

.health-blog-options {
    margin: 0px;
    display: inline-block;
}

    .health-blog-options li {
        float: left;
        list-style: none;
        margin-right: 23px;
    }

        .health-blog-options li i {
            float: left;
            margin: 8px 9px 0px 0px;
            color: #999;
            font-size: 13px;
        }

        .health-blog-options li a {
            margin-right: 7px;
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -ms-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }

.health-blog-large-text h2 {
    font-weight: 700;
    margin-bottom: 17px;
    line-height: 1.4;
}

    .health-blog-large-text h2 a {
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

.health-blog-large-text p {
    margin-bottom: 26px;
}

.health-blog-large-btn {
    display: inline-block;
    padding: 12px 25px 12px 25px;
    color: #ffffff;
    border-radius: 3px;
    font-weight: 600;
    line-height: 1;
    border: 2px solid;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

li:hover .health-blog-large-btn {
    background-color: #ffffff;
}

.health-blog-large-btn i {
    display: inline-block;
    vertical-align: text-bottom;
    margin-left: 6px;
}
/* Pagination */
.health-pagination {
    float: left;
    width: 100%;
    text-align: center;
    margin: 13px 0px 20px 0px;
    padding: 42px 0px 0px 0px;
    border-top: 1px solid #eee;
}

    .health-pagination ul {
        margin: 0px;
        display: inline-block;
    }

        .health-pagination ul li {
            float: left;
            list-style: none;
            margin-right: 22px;
        }

            .health-pagination ul li a,
            .health-pagination ul li span.current {
                float: left;
                width: 49px;
                height: 49px;
                background-color: #a0aab6;
                color: #ffffff;
                text-align: center;
                border-radius: 100%;
                font-size: 18px;
                font-weight: 600;
                padding-top: 9px;
                -webkit-transition: all 0.4s ease-in-out;
                -moz-transition: all 0.4s ease-in-out;
                -ms-transition: all 0.4s ease-in-out;
                -o-transition: all 0.4s ease-in-out;
                transition: all 0.4s ease-in-out;
            }

            .health-pagination ul li i {
                font-size: 22px;
                padding-top: 4px;
            }
/* Widget Cetagories */
.widget_categories, .widget_categories ul li, .widget_categories ul li a {
    float: left;
    width: 100%;
}

    .widget_categories ul li {
        list-style: none;
        margin: 0px;
        border-bottom: 1px solid #ececec;
        padding: 9px 0px 11px;
        position: relative;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

        .widget_categories ul li:hover {
            background-color: #00a3c8;
            padding: 9px 20px 11px;
        }

            .widget_categories ul li:hover a {
                color: #ffffff;
            }

        .widget_categories ul li:last-child {
            margin: 0px;
            border-bottom: none;
        }

        .widget_categories ul li a {
            float: left;
            padding: 0px 0px 0px 16px;
            position: relative;
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -ms-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }

            .widget_categories ul li a:before {
                content: "\f0da";
                font-family: FontAwesome;
                position: absolute;
                left: 0px;
                top: 0px;
            }

            .widget_categories ul li a span {
                float: right;
            }
/* Widget Title */
.health_widget_title, .health_widget_title h2,
.health-sidebar-wrap {
    float: left;
    width: 100%;
}

.health-sidebar-wrap {
    padding-left: 15px;
}

.health_widget_title {
    margin-bottom: 30px;
}

    .health_widget_title h2 {
        margin-bottom: 0px;
        text-transform: capitalize;
        font-weight: bold;
        position: relative;
        padding-top: 8px;
        font-size: 22px;
    }

        .health_widget_title h2:before {
            content: '';
            position: absolute;
            left: 0px;
            top: 0px;
            width: 40px;
            height: 3px;
        }

.health-main-content .widget {
    float: left;
    width: 100%;
    margin-bottom: 45px;
}

.top-spacer {
    float: left;
    width: 100%;
    height: 1px;
    margin-top: 10px;
}
/*Gallery*/
.widget_gallery, .widget_gallery a, .widget_gallery a img {
    float: left;
    width: 100%;
}

    .widget_gallery ul {
        margin: 0px -5px;
    }

        .widget_gallery ul li {
            float: left;
            width: 25%;
            margin: 0px 0px 10px;
            padding: 0px 5px;
            list-style: none;
        }

    .widget_gallery a {
        position: relative;
        overflow: hidden;
    }

        .widget_gallery a:before {
            content: '';
            position: absolute;
            left: 0px;
            top: 0px;
            width: 100%;
            height: 100%;
            opacity: 0;
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -ms-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }

    .widget_gallery ul li:hover a:before {
        opacity: 0.9;
    }

    .widget_gallery a i {
        position: absolute;
        left: 20%;
        top: 50%;
        font-size: 16px;
        color: #ffffff;
        opacity: 0;
        margin: -7px 0px 0px -4px;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .widget_gallery ul li:hover a i {
        opacity: 1;
        left: 50%;
    }
/* Widget Search Form */
.widget_search form input[type="text"], .widget_search form {
    float: left;
    width: 100%;
}

.widget_search form {
    position: relative;
}

    .widget_search form input[type="text"] {
        height: 60px;
        color: #666;
        font-style: italic;
        font-size: 15px;
        padding: 3px 20px 3px 35px;
        background-color: transparent;
        border: 2px solid #eee;
        position: relative;
        border-radius: 40px;
    }

    .widget_search form label {
        margin: 0px;
    }

        .widget_search form label:before {
            position: absolute;
            content: "\f002";
            font-family: FontAwesome;
            right: 35px;
            font-size: 17px;
            color: #666;
            z-index: 1;
            bottom: 17px;
            cursor: pointer;
        }

    .widget_search form input[type="submit"] {
        position: absolute;
        width: 60px;
        border: none;
        right: 0px;
        bottom: 0px;
        height: 60px;
        background-color: transparent;
    }
/* Widget Search Form */
/* Widget Department */
.widget_department {
    float: left;
    width: 100%;
}

    .widget_department ul {
        margin: 0px 0px 0px -15px;
    }

        .widget_department ul li {
            list-style: none;
            float: left;
            padding: 0px 0px 0px 15px;
            margin: 0px 0px 15px;
            width: 33.333%;
        }

            .widget_department ul li a {
                float: left;
                width: 100%;
                text-align: center;
                color: #333;
                padding: 22px 0px 15px 0px;
                border: 2px solid #eee;
                border-radius: 4px;
                -webkit-transition: all 0.4s ease-in-out;
                -moz-transition: all 0.4s ease-in-out;
                -ms-transition: all 0.4s ease-in-out;
                -o-transition: all 0.4s ease-in-out;
                transition: all 0.4s ease-in-out;
            }

            .widget_department ul li:hover a {
                color: #ffffff;
            }

            .widget_department ul li a i {
                display: block;
                font-size: 40px;
                margin-bottom: 3px;
            }
/* Blog Detail */
.health-detail-thumb, .health-detail-thumb img,
.health-rich-editor, .health-rich-editor p {
    float: left;
    width: 100%;
}

.health-detail-thumb {
    margin-bottom: 28px;
}

.health-rich-editor h2 {
    font-weight: 600;
    margin-bottom: 10px;
}

.health-rich-editor .health-blog-options {
    margin-bottom: 22px;
}

.health-rich-editor p {
    margin-bottom: 30px;
    line-height: 28px;
}

blockquote {
    float: left;
    width: 100%;
    border: 2px solid #eee;
    font-weight: 400;
    font-size: 18px;
    font-style: italic;
    padding: 37px 35px 30px 40px;
    letter-spacing: 1.3px;
    line-height: 32px;
    margin: 28px 0px 32px;
    position: relative;
}

    blockquote i {
        position: absolute;
        left: 23px;
        top: -20px;
        font-size: 15px;
        width: 40px;
        height: 40px;
        text-align: center;
        padding: 13px 0px 0px 0px;
        color: #ffffff;
        border-radius: 100%;
    }
/*Post Tags*/
.health-post-tags {
    float: left;
    width: 100%;
    border-bottom: 1px solid #ececec;
    border-top: 1px solid #ececec;
    padding: 24px 0px 26px 0;
    margin: 8px 0 40px;
}

.health-tags, .health-tags span, .health-tags a {
    float: left;
}

    .health-tags span {
        font-weight: 600;
        font-size: 17px;
        color: #666;
        margin: 0px 19px 0px 0px;
    }

        .health-tags span i {
            float: left;
            font-size: 16px;
            margin: 6px 10px 0px 0px;
        }

.health-blog-social, .health-blog-social ul {
    float: right;
}

.health-tags a {
    margin: 0px 11px 0px 4px;
    color: #888888;
}

.health-blog-social span {
    font-weight: 600;
    font-size: 17px;
    color: #666;
}

    .health-blog-social span i {
        font-size: 16px;
        margin: 6px 14px 0px 0px;
        float: left;
    }

.health-blog-social ul li {
    float: left;
    list-style: none;
    margin: 0px 0px 0px 15px;
}

    .health-blog-social ul li a {
        float: left;
        color: #888888;
        margin: 5px 0px 0px;
        font-size: 16px;
    }
/*next-prev-post*/
.health-prenxt-post {
    float: left;
    width: 100%;
    margin: 0px 0px 36px;
}

    .health-prenxt-post ul {
        margin: 0px -15px;
    }

        .health-prenxt-post ul li {
            list-style: none;
            float: left;
            width: 50%;
            padding: 0px 15px;
            border-left: 1px solid #ececec;
        }

            .health-prenxt-post ul li:first-child {
                border: none;
            }

.health-prev-post, .health-next-post {
    float: left;
    width: 100%;
    padding: 0px 0px 0px 0px;
    position: relative;
}

.health-next-post {
    text-align: right;
}

    .health-prev-post h3, .health-next-post h3 {
        float: left;
        font-size: 16px;
        line-height: 1.5;
        margin: 0px 0px 4px;
        font-weight: bold;
    }

.health-prev-post h3 {
    float: left;
    text-align: left;
}

.health-post-arrow {
    float: left;
    font-size: 12px;
    color: #666666;
    line-height: 1.5;
    font-style: italic;
}

    .health-post-arrow i {
        margin: 0px 6px 0px 0px;
    }

.health-next-post > .health-post-arrow {
    float: right;
}

    .health-next-post > .health-post-arrow i {
        margin: 0px 0px 0px 6px;
    }
/*health-admin-post*/
.health-admin-post, .health-admin-post figure img {
    float: left;
    width: 100%;
}

.health-admin-post {
    background-color: #f5f5f5;
    padding: 30px;
    margin: 0px 0px 50px;
}

    .health-admin-post figure img {
        border-radius: 100%;
        border: 1px solid #ddd;
    }

    .health-admin-post figure {
        margin: 0px;
        float: left;
        width: 110px;
    }

        .health-admin-post figure ~ .health-admin-post-text {
            padding: 0px 0px 0px 125px;
            margin: -2px 0px 0px;
        }

.health-admin-post-text {
    line-height: 1;
}

    .health-admin-post-text h5 {
        margin: 0px 0px 5px 0px;
        line-height: 1.3;
    }

    .health-admin-post-text span {
        font-size: 12px;
        display: inline-block;
        margin: 0px 0px 12px;
    }

    .health-admin-post-text p {
        line-height: 26px;
        margin: 0px;
    }
/*comment area*/
.comments-area, .comment-list, .comment-list li, .comment-list li figure a img, .comment-list > ul > li, .comment-list .thumblist,
.comment-list li img, .thumb-list {
    float: left;
    width: 100%;
}

.thumb-list {
    margin-bottom: 30px;
}

.comment-list .children {
    margin: 0px;
    padding: 0px 0px 0px 98px;
}

.comment-list > ul > li {
    margin: 0px 0px 0px 0px;
    list-style: none;
}

.comment-list .thumblist > ul {
    margin: 0px;
}

.comment-list li {
    list-style: none;
}

    .comment-list li figure {
        float: left;
        margin: 0px;
        width: 70px;
        text-align: center;
    }

        .comment-list li figure img {
            border-radius: 100%;
            border: 1px solid #ddd;
        }

.comment-list > li .thumb-list {
    background-color: #f5f5f5;
    padding: 30px 37px 22px 30px;
}

.comment-list figure ~ .text-holder {
    margin-left: 80px;
    position: relative;
    padding: 0px 0px 18px 30px;
    line-height: 1;
}

.text-holder p {
    margin-bottom: 9px;
    display: inline-block;
    letter-spacing: 0.3px;
    line-height: 26px;
}

.text-holder h6 {
    line-height: 1.1;
    margin: -2px 0px 2px;
    font-weight: 600;
    letter-spacing: 0.7px;
}

.text-holder .post-date {
    display: inline-block;
    font-size: 10px;
    line-height: 1;
    margin: 0px 0px 12px 0px;
    font-weight: bold;
}

.comment-reply-link {
    float: left;
    margin: 0px 20px 0px 0px;
    font-size: 13px;
    font-weight: bold;
    position: relative;
}

    .comment-reply-link:before {
        content: '';
        position: absolute;
        right: -11px;
        bottom: 3px;
        width: 2px;
        height: 2px;
        background-color: #666666;
    }

    .comment-reply-link:last-child:before {
        content: none;
    }

    .comment-reply-link i {
        font-size: 9px;
        margin: 0px 0px 0px 3px;
    }

.comment-list {
    margin: 0px 0px 22px;
}
/* form*/
.comment-respond, .health-full-form textarea {
    float: left;
    width: 100%;
}

.comment-respond {
    margin: 0px 0px 10px;
}

    .comment-respond form {
        margin: 0px -15px;
    }

        .comment-respond form p {
            list-style-type: none;
            margin-bottom: 30px;
            padding: 0 15px 0;
            width: 50%;
            float: left;
        }

            .comment-respond form p:last-child {
                margin-bottom: 14px;
            }

            .comment-respond form p label {
                float: left;
                margin: 0px 0px 10px;
                line-height: 0.7;
                font-weight: 500;
                font-family: 'Roboto', sans-serif;
            }

            .comment-respond form p input[type="text"],
            .comment-respond form p input[type="email"] {
                background-color: #f5f5f5;
                color: #999999;
                font-size: 12px;
                float: left;
                height: 50px;
                margin: 0;
                padding-left: 15px;
                width: 100%;
            }

        .comment-respond form > .health-full-form {
            float: right;
        }

.health-full-form textarea {
    height: 252px;
    color: #3c3c3c;
    font-size: 12px;
    padding-left: 15px;
    padding-top: 16px;
    background-color: #f5f5f5;
}

.comment-respond form p input[type="submit"] {
    display: inline-block;
    border: 1px solid #eee;
    padding: 6px 22px 8px;
    color: #999999;
    font-weight: bold;
    position: relative;
    letter-spacing: 1px;
    background-color: transparent;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

    .comment-respond form p input[type="submit"]:hover {
        color: #ffffff;
    }
/* Department */
.health-department {
    float: left;
    width: 100%;
}

    .health-department ul li {
        list-style: none;
    }

    .health-department > ul > li {
        margin-bottom: 30px;
    }
/* Department Grid */
.health-department-grid figure, .health-department-grid figure a,
.health-department-grid figure img, .health-department-grid-text {
    float: left;
    width: 100%;
}

.health-department-grid figure {
    margin-bottom: 0px;
}

    .health-department-grid figure i {
        position: absolute;
        left: 50%;
        bottom: -40px;
        width: 80px;
        height: 80px;
        background-color: #ffffff;
        box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.08);
        border-radius: 100%;
        color: #666;
        text-align: center;
        font-size: 44px;
        padding-top: 17px;
        margin-left: -35px;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

.health-department-grid li:hover figure i {
    color: #ffffff;
}

.health-department-grid-text {
    padding: 36px 25px 30px 25px;
    background-color: #f5f5f5;
    border-top: 14px solid;
}

    .health-department-grid-text h2 {
        font-size: 20px;
        font-weight: 600;
        text-transform: capitalize;
        margin-bottom: 3px;
    }

    .health-department-grid-text span {
        color: #868686;
        font-size: 12px;
        margin: 0px 0px 16px;
        display: inline-block;
        letter-spacing: 1.1px;
    }

    .health-department-grid-text p {
        margin-bottom: 26px;
    }

.health-department-grid-btn {
    float: left;
    color: #ffffff;
    padding: 16px 32px;
    font-weight: bold;
    line-height: 1;
    border-radius: 40px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

    .health-department-grid-btn:hover {
        opacity: 0.60;
    }
/* Department Medium */
.health-department-medium figure a,
.health-department-medium figure a img {
    float: left;
    width: 100%;
}

.health-department-medium > ul > li {
    margin-bottom: 60px;
}

.health-department-medium figure a i {
    position: absolute;
    right: -35px;
    top: -30px;
    width: 80px;
    height: 80px;
    background-color: #ffffff;
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.08);
    border-radius: 100%;
    color: #ffffff;
    text-align: center;
    font-size: 44px;
    padding-top: 17px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.health-department-medium li:hover figure a i {
    background-color: #ffffff;
}

.health-department-medium figure {
    float: left;
    width: 360px;
    margin-bottom: 0px;
}

    .health-department-medium figure:before {
        content: '';
        position: absolute;
        right: 0px;
        top: 0px;
        width: 10px;
        height: 100%;
        z-index: 9;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

.health-department-medium li:hover figure:before {
    background-color: #ffffff;
}

.health-department-medium figure a:before {
    content: '';
    position: absolute;
    left: 0%;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.health-department-medium li:hover figure a:before {
    opacity: 0.60;
}

.health-department-medium figure ~ .health-department-list-text {
    margin-left: 360px;
}

.health-department-list-text {
    padding: 46px 30px 46px 32px;
    background-color: #f5f5f5;
}

    .health-department-list-text .health-department-grid-btn {
        float: none;
        display: inline-block;
    }

    .health-department-list-text h2 {
        font-size: 20px;
        font-weight: 600;
        text-transform: capitalize;
        margin-bottom: 3px;
    }

    .health-department-list-text span {
        color: #868686;
        font-size: 12px;
        margin: 0px 0px 16px;
        display: inline-block;
        letter-spacing: 1.1px;
    }

    .health-department-list-text p {
        margin-bottom: 26px;
    }
/* Department Services */
.health-department-services,
.health-department-services ul, .health-department-services ul li {
    float: left;
    width: 100%;
}

    .health-department-services li {
        list-style: none;
        margin: 0px;
        padding: 0px 0px 0px 30px;
        margin: 0px 0px 35px;
        position: relative;
    }

        .health-department-services li i {
            position: absolute;
            left: 0px;
            top: 2px;
        }

        .health-department-services li h6 {
            font-weight: bold;
            line-height: 1;
            margin: 0 0 11px;
        }

        .health-department-services li p {
            letter-spacing: 0.8px;
            margin: 0;
        }

.skillst {
    float: left;
    width: 100%;
    margin-bottom: 24px;
    position: relative;
}

.bar-container {
    width: 100%;
    float: left;
    position: relative;
}

    .bar-container .bar {
        height: 100%;
        position: absolute;
        left: 0px;
        top: 0px;
    }

        .bar-container .bar:before {
            content: '';
            position: absolute;
            right: 0px;
            top: 0px;
            width: 14px;
            height: 14px;
            background-color: #ffffff;
            border: 2px solid #999;
        }

        .bar-container .bar .progress-percent {
            display: none;
        }

.skillst h6 {
    float: left;
    font-size: 15px;
    font-weight: bold;
    margin: 0px 0px 16px;
}

.skillst small {
    float: right;
    font-size: 15px;
    font-weight: bold;
}
/* Department Form */
.health-department-form ul {
    margin: 0px -15px;
}

    .health-department-form ul li {
        float: left;
        width: 50%;
        padding: 0px 15px;
        margin: 0px 0px 30px;
        list-style: none;
    }

        .health-department-form ul li input[type="email"],
        .health-department-form ul li input[type="text"] {
            float: left;
            width: 100%;
            background-color: transparent;
            border: 1px solid #ececec;
            color: #999999;
            font-size: 12px;
            padding-left: 15px;
            height: 45px;
        }

        .health-department-form ul li textarea {
            background-color: transparent;
            height: 205px;
            float: left;
            width: 100%;
            color: #3e3e3e;
            padding-left: 15px;
            font-size: 12px;
            border: 1px solid #ececec;
            padding-top: 10px;
        }

        .health-department-form ul li.fullform {
            width: 100%;
        }

        .health-department-form ul li input[type="submit"] {
            border: 1px solid;
            color: #ffffff;
            padding: 5px 17px 6px;
            cursor: pointer;
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -ms-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }

            .health-department-form ul li input[type="submit"]:hover {
                background-color: #ffffff;
            }

.health-department-form, .health-department-form form {
    float: left;
    width: 100%;
}

    .health-department-form ul li:last-child {
        margin-bottom: 22px;
    }

.health-appointment-select select {
    font-size: 12px;
    border: none;
    color: #999999;
    background-color: #fff;
    border: 1px solid #ececec;
    height: 45px;
    font-weight: 400;
}

.health-appointment-select {
    position: relative;
}

    .health-appointment-select:after {
        content: "\f107";
        font-family: FontAwesome;
        font-size: 16px;
        color: #999999;
        right: 1px;
        bottom: 1px;
        text-align: center;
        position: absolute;
        pointer-events: none;
        background-color: #fff;
        width: 40px;
        padding: 7px 2px 0px 0px;
        height: 43px;
    }
/* Team Grid */
.health-team-grid figure a, .health-team-grid figure img,
.health-team-grid-wrap {
    float: left;
    width: 100%;
}

.health-team-grid-wrap {
    box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.10);
    padding: 40px 30px 21px 30px;
    border-radius: 8px;
    text-align: center;
}

.health-team-grid figure img {
    border-radius: 100%;
}

.health-team-grid figure {
    display: inline-block;
    width: 180px;
    margin-bottom: 20px;
    position: relative;
}

    .health-team-grid figure a:before {
        content: '';
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        opacity: 0;
        border-radius: 100%;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

.health-team-grid li:hover figure a:before {
    opacity: 0.60;
}

.health-team-grid-text h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0px;
}

    .health-team-grid-text h2 a {
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

.health-team-grid-text span {
    color: #888;
    display: inline-block;
    margin-bottom: 17px;
}

.health-team-grid-text p {
    margin-bottom: 25px;
}

.grid-team-social {
    display: inline-block;
    margin: 0px;
}

    .grid-team-social li {
        float: left;
        list-style: none;
        margin: 0px 5px 10px 5px;
    }

        .grid-team-social li a {
            float: left;
            height: 38px;
            width: 38px;
            border: 1px solid #cccccc;
            border-radius: 100%;
            font-size: 18px;
            text-align: center;
            color: #999;
            padding-top: 8px;
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -ms-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }

            .grid-team-social li a:hover {
                color: #ffffff;
            }
/* health-team-medium */
.health-team-medium figure {
    float: left;
    width: 300px;
    margin-bottom: 0px;
}

    .health-team-medium figure a, .health-team-medium figure a img {
        float: left;
        width: 100%;
    }

        .health-team-medium figure a:before {
            content: '';
            position: absolute;
            left: 0px;
            top: 0px;
            width: 100%;
            height: 100%;
            opacity: 0;
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -ms-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }

.health-team-medium li:hover figure a:before {
    opacity: 0.60;
}

.health-team-medium figure i {
    position: absolute;
    left: 10%;
    top: 50%;
    width: 60px;
    height: 60px;
    color: #ffffff;
    font-size: 26px;
    text-align: center;
    border-radius: 4px;
    padding-top: 16px;
    background-color: #ffffff;
    margin: -26px 0px 0px -30px;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.health-team-medium li:hover figure i {
    left: 50%;
    opacity: 1;
}

.health-team-medium figure ~ .health-team-medium-text {
    margin-left: 300px;
}

.health-team-medium-text {
    background-color: #f5f5f5;
    padding: 42px 30px 50px 30px;
}

    .health-team-medium-text h2 {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 0px;
    }

    .health-team-medium-text span {
        display: inline-block;
        margin-bottom: 24px;
    }

    .health-team-medium-text p {
        margin-bottom: 36px;
    }

.health-team-medium-btn {
    display: inline-block;
    color: #ffffff;
    padding: 14px 32px;
    font-weight: bold;
    line-height: 1;
    border-radius: 40px;
    border: 2px solid;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

li:hover .health-team-medium-btn {
    background-color: transparent;
}

.medium-team-social {
    float: right;
    margin: 3px 0px 0px 0px;
}

    .medium-team-social li {
        float: left;
        list-style: none;
        margin: 9px 0px 0px 15px;
    }

        .medium-team-social li a, .health-team-medium-text h2 a {
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -ms-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }
/* Team Detail User */
.health-teamdetail-user,
.health-teamdetail-user img, .health-teamdetail-user ul,
.health-teamdetail-user ul li, .health-teamdetail-user figcaption {
    float: left;
    width: 100%;
}

    .health-teamdetail-user figcaption {
        margin-top: 25px;
    }

.health-teamdetail-user {
    background-color: #ffffff;
    padding: 30px;
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.08);
    margin-bottom: 40px;
}

    .health-teamdetail-user h2 {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .health-teamdetail-user ul li {
        list-style: none;
        padding-left: 30px;
        position: relative;
        line-height: 1;
        margin-bottom: 20px;
        font-size: 17px;
        font-weight: 600;
        border-bottom: 1px solid #f0f0f0;
        padding-bottom: 20px;
    }

        .health-teamdetail-user ul li:last-child {
            margin-bottom: 0px;
            padding-bottom: 0px;
            border: none;
        }

        .health-teamdetail-user ul li i {
            position: absolute;
            left: 0px;
            top: 1px;
            font-size: 16px;
        }

        .health-teamdetail-user ul li small {
            display: block;
            color: #666;
            margin-top: 10px;
        }
/* Opening Hours */
.health-opening-hours, .health-opening-hours ul,
.health-opening-hours ul li {
    float: left;
    width: 100%;
}

.health-opening-hours {
    background-color: #ffffff;
    padding: 30px;
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.08);
    margin-bottom: 40px;
}

    .health-opening-hours h2 {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 15px;
    }

        .health-opening-hours h2 i {
            margin-right: 4px;
        }

    .health-opening-hours ul li {
        list-style: none;
        border-bottom: 1px dashed #ddd;
        padding: 8px 0px;
    }

        .health-opening-hours ul li:last-child {
            border: none;
            padding-bottom: 0px;
        }

        .health-opening-hours ul li span {
            float: right;
            font-weight: bold;
        }
/* Error Page */
.health-error-page-wrap {
    float: left;
    width: 100%;
    text-align: center;
}

.health-error-page {
    display: inline-block;
    padding: 100px 80px;
    width: 65%;
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.08);
    margin-bottom: 40px;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
}

    .health-error-page h2 {
        font-size: 80px;
        font-weight: bold;
        margin-bottom: 20px;
        line-height: 1;
    }

    .health-error-page span {
        font-size: 20px;
        text-transform: capitalize;
        display: inline-block;
        margin-bottom: 25px;
        font-weight: 500;
    }

    .health-error-page p {
        margin-bottom: 26px;
    }

.health-error-btn {
    text-decoration: underline;
    text-transform: capitalize;
}

.health-error-page i {
    position: absolute;
    left: -100px;
    top: -50px;
    font-size: 440px;
    color: #888;
    opacity: 0.05;
}
/* Search Result */
.health-search-text {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}

    .health-search-text h2 {
        font-size: 30px;
        font-weight: bold;
        margin-bottom: 15px;
    }

    .health-search-text p {
        color: #363636;
        margin: 0px 0px 26px;
    }

.health-list-style-two {
    float: left;
    width: 100%;
    margin-bottom: 14px;
}

    .health-list-style-two li {
        list-style: none;
        float: left;
        width: 100%;
        line-height: 1;
        font-size: 14px;
        position: relative;
        padding-left: 28px;
        margin-bottom: 20px;
    }

        .health-list-style-two li:before {
            content: '';
            position: absolute;
            left: 0px;
            top: 3px;
            width: 8px;
            height: 8px;
            background-color: #cccccc;
            border-radius: 100%;
        }

.health-search-text form {
    float: left;
    width: 100%;
}

    .health-search-text form input[type="text"] {
        float: left;
        width: 100%;
        height: 45px;
        padding-left: 20px;
        font-size: 12px;
        color: #808285;
        font-style: italic;
        margin-bottom: 30px;
    }

    .health-search-text form input[type="submit"] {
        float: left;
        border: none;
        color: #ffffff;
        padding: 9px 30px;
        position: relative;
        font-weight: bold;
        border-radius: 40px;
        cursor: pointer;
    }

.health-search-pic {
    float: left;
    width: 100%;
}

    .health-search-pic img {
        float: right;
    }

.health-search-result {
    float: left;
    width: 100%;
}

    .health-search-result ul li {
        list-style: none;
        float: left;
        margin-bottom: 50px;
    }

        .health-search-result ul li figure a,
        .health-search-result ul li figure img {
            float: left;
            width: 100%;
        }

        .health-search-result ul li figure {
            float: left;
            width: 250px;
            margin: 0px;
        }

            .health-search-result ul li figure ~ .health-result-text {
                margin-left: 250px;
                padding: 23px 0px 0px 30px;
            }

.health-result-text p {
    color: #acacac;
    display: block;
    margin: 0px 0px 14px;
    font-style: italic;
}

    .health-result-text p a {
        display: inline-block;
        color: #272727;
        font-style: normal;
        margin: 0px 0px 0px 6px;
        font-size: 16px;
    }

.health-result-text h5 {
    margin-bottom: 8px;
    font-size: 18px;
}

    .health-result-text h5 a {
        color: #272727;
    }

.health-result-text .health-search-link {
    text-decoration: underline;
    color: #eeac0f;
}
/*Search Result*/
/* Contact Us */
#map {
    float: left;
    width: 100%;
    height: 400px;
    margin-bottom: 70px;
}

.health-partner-bottom {
    margin-bottom: 10px;
}

.health-contact-form {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}

    .health-contact-form ul {
        margin: 0px -10px;
    }

        .health-contact-form ul li {
            float: left;
            width: 33.333%;
            list-style: none;
            padding: 0px 10px;
            margin-bottom: 20px;
        }

            .health-contact-form ul li.full-area {
                width: 100%;
            }

    .health-contact-form input[type="text"] {
        float: left;
        width: 100%;
        background-color: #ffffff;
        border: 1px solid #ddd;
        height: 50px;
        border-radius: 40px;
        padding: 8px 24px;
        font-size: 14px;
        font-style: italic;
    }

    .health-contact-form textarea {
        float: left;
        width: 100%;
        background-color: #ffffff;
        border: 1px solid #ddd;
        height: 250px;
        border-radius: 20px;
        padding: 18px 30px;
        font-size: 14px;
        font-style: italic;
        resize: none;
        color: #000;
    }

    .health-contact-form input[type="submit"] {
        float: left;
        border: 1px solid;
        color: #ffffff;
        padding: 9px 30px;
        position: relative;
        font-weight: bold;
        border-radius: 40px;
        cursor: pointer;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

        .health-contact-form input[type="submit"]:hover {
            background-color: #ffffff;
        }
/*Appointment*/
.health-appointment-bord {
    display: table;
    border: 1px solid #ececec;
    margin: 0px 0px 30px;
}

    .health-appointment-bord ul {
        display: table-row;
    }

        .health-appointment-bord ul li {
            display: table-cell;
            list-style: none;
            font-size: 16px;
            padding: 0px;
            border-bottom: 1px solid #ececec;
            text-align: center;
            border-right: 1px solid #ececec;
        }

        .health-appointment-bord ul.schedule-days li {
            font-weight: bold;
            color: #ffffff;
            padding: 14px 26px;
            border-bottom: 5px solid #ddd;
            border-right: none;
        }

            .health-appointment-bord ul.schedule-days li:first-child {
                background-color: transparent;
                border-bottom: 1px solid #ececec;
            }

            .health-appointment-bord ul.schedule-days li > span {
                font-size: 16px;
                color: #555555;
            }

        .health-appointment-bord ul li time {
            width: 97px;
            display: inline-block;
            padding: 22px 30px 20px;
            text-align: center;
            line-height: 1.4;
            font-size: 14px;
        }

.health-doctor {
    display: inline-block;
    background-color: #f5f5f5;
    line-height: 1;
    padding: 8px 20px 17px;
}

    .health-doctor h6 {
        font-weight: bold;
        margin: 0px 0px 4px;
    }

    .health-doctor > span {
        width: 100%;
        float: left;
        font-size: 14px;
        margin: 0px 0px 9px;
    }

.available-btn {
    font-size: 12px;
    display: inline-block;
    color: #ffffff;
    padding: 7px 16px 8px;
    letter-spacing: 0.7px;
    border-radius: 4px;
}

.health-appointment-bord ul li:hover .available-btn {
    color: #ffffff;
}

.available-btn.booked {
    color: #ffffff;
    background-color: #a5a5a5;
    cursor: not-allowed;
}

.health-appointment-bord ul.border-none li {
    border-bottom: none;
}

.health-days {
    float: left;
    width: 100%;
}

.health-select-day {
    float: left;
    width: 33.333%;
    margin: 0px 0px 20px;
    line-height: 1;
}

    .health-select-day input[type="checkbox"] {
        float: left;
        margin: 2px 15px 0 0;
    }

    .health-select-day > label {
        float: left;
        margin: 0px;
        font-size: 16px;
        color: #576777;
    }

.health-department-form ul li h2 {
    font-size: 16px;
    font-weight: bold;
    padding: 0;
    text-transform: uppercase;
    margin-bottom: 0px;
}
/*health-simple-gallery*/
.health-simple-gallery figure, .health-simple-gallery figure > a, .health-simple-gallery figure a img {
    float: left;
    width: 100%;
}

.health-gallery.health-simple-gallery > ul {
    margin: 0px -12px;
}

    .health-gallery.health-simple-gallery > ul > li {
        padding: 0px 12px;
    }

.health-simple-gallery figure {
    margin: 0px;
}

    .health-simple-gallery figure:before {
        content: '';
        position: absolute;
        left: 0px;
        bottom: 0px;
        width: 100%;
        height: 100%;
        z-index: 1;
        opacity: 0.6;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
        background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
        background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    }

.health-simple-gallery ul li:hover figure:before {
    opacity: 0;
}

.health-simple-gallery figure figcaption {
    position: absolute;
    left: 0px;
    bottom: 0%;
    width: 100%;
    margin: 0px 0px 0px;
    z-index: 2;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.health-simple-gallery ul li:hover figure figcaption {
    opacity: 0;
    visibility: hidden;
}

.health-simple-gallery figure figcaption {
    float: left;
    width: 100%;
    line-height: 1;
    padding: 9px 30px 30px;
}

    .health-simple-gallery figure figcaption h5 {
        margin: 0px 0px 5px 0px;
        font-size: 22px;
        font-weight: bold;
        line-height: 1.4;
    }

.health-simple-gallery li.col-md-3 figure figcaption h5 {
    font-size: 18px;
}

.health-simple-gallery figure figcaption h5 a {
    color: #ffffff;
}

.health-simple-gallery figure figcaption span {
    display: inline-block;
    color: #ffffff;
}

.health-simple-gallery figure > a {
    position: relative;
}

    .health-simple-gallery figure > a > i {
        position: absolute;
        left: 50%;
        top: 50%;
        font-size: 25px;
        margin: -27px 0px 0px -30px;
        z-index: 2;
        opacity: 0;
        width: 60px;
        height: 60px;
        text-align: center;
        padding: 18px 0px 0px;
        border-radius: 100%;
        background-color: #ffffff;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

        .health-simple-gallery figure > a > i:hover {
            color: #ffffff;
        }

.health-simple-gallery ul li:hover figure > a > i {
    opacity: 1;
}

.health-simple-gallery figure > a:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.health-simple-gallery ul li:hover figure > a:before {
    opacity: 0.6;
}
/* Shop Grid */
.health-shop, .health-shop-wrap, .health-shop-wrap > figure > a,
.health-shop-wrap figure img, .health-shop-wrap figure, .health-shop-text {
    float: left;
    width: 100%;
}

    .health-shop ul li {
        list-style: none;
    }

    .health-shop > ul > li {
        margin-bottom: 40px;
    }

    .health-shop-wrap figure {
        margin-bottom: 0px;
    }

    .health-shop-text .health-plain-btn {
        margin-top: 20px;
    }

.fancy-small-width.health-fancy-titlethree h2 {
    width: 50%;
}

.health-shop .health-shop-wrap:hover figure figcaption {
    opacity: 1;
}

.health-shop-text {
    padding: 25px 0px 0px 0px;
}

    .health-shop-text small strong {
        font-weight: normal;
    }

.health-shop-slider .health-shop-wrap {
    line-height: 28px;
}

.health-shop-wrap {
    background-color: #fff;
    padding: 20px 20px 30px 20px;
    border: 1px solid #ededed;
    text-align: center;
}

.health-percentoff {
    position: absolute;
    left: -21px;
    top: -9px;
    background-color: #666;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 0px 8px;
    text-transform: uppercase;
    z-index: 2;
}

.health-shop-wrap figure figcaption {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.50);
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.health-shop-links {
    position: absolute;
    left: 0px;
    top: 50%;
    width: 100%;
    text-align: center;
    margin-top: -15px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

    .health-shop-links a {
        display: inline-block;
        width: 37px;
        height: 37px;
        background-color: #252525;
        color: #fff;
        font-size: 13px;
        border-radius: 100%;
        padding: 10px 0px 0px 0px;
        margin-left: 10px;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

        .health-shop-links a:hover {
            color: #ffffff;
            background-color: #ffffff;
        }

        .health-shop-links a.fa-search {
            -webkit-transform: translateX(-50px);
            -moz-transform: translateX(-50px);
            -ms-transform: translateX(-50px);
            -o-transform: translateX(-50px);
            transform: translateX(-50px);
        }

        .health-shop-links a.fa-link {
            -webkit-transform: translateX(50px);
            -moz-transform: translateX(50px);
            -ms-transform: translateX(50px);
            -o-transform: translateX(50px);
            transform: translateX(50px);
        }

.health-shop .health-shop-wrap:hover .health-shop-links a {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}

.health-shop-text h2 {
    font-size: 15px;
    font-weight: 700;
    color: #252525;
    text-transform: uppercase;
    margin-bottom: 1px;
}

.health-shop-text span {
    display: block;
    line-height: 1;
    font-size: 14px;
    color: #000;
    margin-bottom: 17px;
}

.health-shop-text small {
    display: block;
    color: #252525;
    font-size: 14px;
}

.health-plain-btn {
    display: inline-block;
    padding: 5px 24px;
    color: #fff;
    font-weight: 700;
    border-radius: 40px;
    text-transform: capitalize;
    border: 2px solid;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

    .health-plain-btn i {
        margin-right: 6px;
    }

li:hover .health-plain-btn {
    background-color: #ffffff;
}
/*health-shop-summery*/
.health-shop-summery, .health-shop-summery > span, .health-shop-summery p, .health-shop-wrap,
.health-shop-thumb img {
    float: left;
    width: 100%;
}

    .health-shop-summery h3 {
        margin: 0px 0px 12px;
        line-height: 1;
    }

.health-shop-thumb {
    float: left;
    width: 50%;
    margin-bottom: 36px;
}

.health-shop-summery {
    float: left;
    width: 50%;
    padding: 0px 0px 0px 30px;
    margin-bottom: 36px;
}

.star-rating {
    width: 22%;
    height: 24px;
    line-height: 24px;
    float: left;
    position: relative;
    margin: 0px 3px 7px 0px;
}

    .star-rating:before, .star-rating-box:before {
        content: "\f006 \f006 \f006 \f006 \f006";
        font-family: FontAwesome;
        font-size: 12px;
        left: 0px;
        letter-spacing: 4px;
        position: absolute;
        top: 0px;
        color: #f54b0f;
    }

.star-rating-box:before {
    content: "\f005 \f005 \f005 \f005 \f005";
}

.star-rating > .star-rating-box {
    height: 20px;
    left: 0px;
    overflow: hidden;
    position: absolute;
    top: 0px;
}

.health-shop-summery small {
    color: #666666;
    float: left;
    line-height: 1.1;
    margin: 4px 0px 0px;
}

.health-shop-summery > span {
    line-height: 1;
    font-size: 20px;
    font-weight: bold;
    margin: 0px 0px 20px;
}

    .health-shop-summery > span del {
        font-size: 14px;
        color: #999999;
        float: left;
        margin: 5px 4px 0px 0px;
    }

.health-shop-summery p {
    margin: 0px 0px 23px;
}

.health-number-select, .health-shop-cetagories {
    float: left;
}

.health-number-select {
    margin: 0px 30px 16px 0px;
}

    .health-number-select label {
        float: left;
        margin: 4px 20px 0px 0px;
        font-size: 16px;
        font-weight: bold;
        color: #262626;
    }

    .health-number-select input[type="number"] {
        float: left;
        width: 80px;
        height: 35px;
        text-align: center;
        border: 1px solid #dddddd;
        color: #666666;
        font-size: 15px;
        background-color: transparent;
    }

.health-shop-cetagories {
    margin: 4px 0px 30px;
}

    .health-shop-cetagories h6 {
        font-weight: bold;
        margin: 0px 16px 0px 0px;
        float: left;
        letter-spacing: 0px;
    }

    .health-shop-cetagories a {
        float: left;
        font-size: 14px;
        margin: -1px 2px 0px 0px;
    }

.health-shop-summery .health-modern-btn {
    float: left;
    padding: 9px 30px;
    color: #ffffff;
    border-radius: 40px;
    border: 2px solid;
    font-weight: bold;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

    .health-shop-summery .health-modern-btn:hover {
        background-color: #ffffff;
    }
/* Footer */
#health-footer, .health-footer-widget {
    float: left;
    width: 100%;
}

.health-footer-one {
    /*   background: url(extra-images/footer-bg.jpg);*/
    position: relative;
}

    .health-footer-one .health-light-transparent {
        opacity: 0.90;
    }

.health-footer-widget {
    padding: 126px 0px 40px 0px;
    position: relative;
}

    .health-footer-widget:before {
        content: '';
        position: absolute;
        left: 0%;
        top: -12%;
        width: 100%;
        height: 100px;
        background-color: #ffffff;
        border-radius: 30%;
    }

    .health-footer-widget .widget {
        float: left;
        margin-bottom: 30px;
    }
/* Widget About Info */
.health-footer-logo {
    float: left;
    margin: 0px 0px 31px;
}

.widget_about_info p {
    margin: 0px 0px 36px;
    color: #ffffff;
    float: left;
    width: 100%;
}

.widget_about_info ul, .widget_about_info ul li {
    float: left;
    width: 100%;
}

    .widget_about_info ul li {
        list-style: none;
        margin: 0px 0px 16px;
    }

        .widget_about_info ul li h6 {
            float: left;
            margin: 0px 5px 0px 0px;
            width: 32%;
            font-size: 14px;
            color: #ffffff;
        }

        .widget_about_info ul li span, .widget_about_info ul li a {
            float: left;
            line-height: 1.4;
            color: #ffffff;
        }
/* Widget Recent News */
.widget_recent_news ul, .widget_recent_news ul li,
.widget_recent_news figure a, .widget_recent_news figure img {
    float: left;
    width: 100%;
}

.widget_recent_news ul {
    margin-top: 10px;
}

    .widget_recent_news ul li {
        list-style: none;
        margin-bottom: 30px;
        padding-bottom: 30px;
        border-bottom: 1px solid rgba(255,255,255,0.20);
    }

        .widget_recent_news ul li:last-child {
            margin-bottom: 0px;
            padding-bottom: 0px;
            border-bottom: none;
        }

.widget_recent_news figure {
    float: left;
    width: 82px;
    margin-bottom: 0px;
}

    .widget_recent_news figure img {
        border-radius: 7px;
        position: relative;
    }

    .widget_recent_news figure:before {
        content: '';
        position: absolute;
        right: -8px;
        top: -5px;
        width: 45px;
        height: 92px;
        background-color: #ffffff;
        border-radius: 0px 7px 7px 0px;
    }

    .widget_recent_news figure ~ section {
        margin-left: 112px;
        margin-top: -2px;
    }

.widget_recent_news section h6 {
    margin-bottom: 2px;
    font-weight: 600;
    line-height: 1.4;
    font-size: 15px;
}

    .widget_recent_news section h6 a {
        color: #ffffff;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

.health-main-content .widget_recent_news section h6 a, .health-main-content .widget_recent_news section time {
    color: #333;
}

.health-main-content .widget_recent_news ul li {
    border: none;
    padding-bottom: 0px;
}

.widget_recent_news section time {
    color: #ffffff;
    font-size: 14px;
}
/* Footer Title */
.health-footer-title {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

    .health-footer-title h2 {
        color: #ffffff;
        margin-bottom: 0px;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 18px;
        position: relative;
        padding-top: 4px;
    }

        .health-footer-title h2:before {
            content: '';
            position: absolute;
            left: 0px;
            top: 0px;
            width: 30px;
            height: 2px;
            background-color: #ffffff;
        }
/*widget_newsletter*/
.widget_newsletter p {
    margin: 0px 0px 24px;
    color: #ffffff;
}

.widget_newsletter form, .widget_newsletter form ul li, .widget_newsletter form ul li input[type="text"],
.widget_newsletter form ul li input[type="email"] {
    float: left;
    width: 100%;
}

    .widget_newsletter form ul li {
        list-style: none;
        margin: 0px 0px 20px;
    }

        .widget_newsletter form ul li input[type="text"],
        .widget_newsletter form ul li input[type="email"] {
            background-color: rgba(255,255,255,0.20);
            font-size: 14px;
            color: #ffffff;
            height: 40px;
            font-style: italic;
            padding-left: 15px;
        }

        .widget_newsletter form ul li input[type="submit"] {
            border: none;
            background-color: #ffffff;
            padding: 8px 28px;
            letter-spacing: 0.5px;
            font-weight: bold;
            cursor: pointer;
            text-transform: uppercase;
            float: left;
        }
/* CopyRight */
.health-copyright {
    float: left;
    width: 100%;
    border-top: 1px solid rgba(255,255,255,0.20);
    position: relative;
    padding: 30px 0px;
}

    .health-copyright p {
        float: left;
        color: #ffffff;
        margin-bottom: 0px;
    }

.back-top {
    float: right;
    color: #fff;
}

    .back-top i {
        margin-left: 7px;
    }

.hide-thumnb {
    display: none;
}

.card-background {
    /*background: url('../assets/imgs/white-waves.png');*/
}

.spinner {
    border: 16x solid silver;
    border-top: 16x solid #337AB7;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 700ms linear infinite;
    top: 40%;
    left: 45%;
    position: absolute;
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}
.badge {
    padding-left: 9px;
    padding-right: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

.label-warning[href],
.badge-warning[href] {
    background-color: #c67605;
}
#lblCartCount {
    font-size: 12px;
    background: #ff0000;
    color: #fff;
    padding: 0 5px;
    vertical-align: top;
}


/*===================================*
  23.START SHOP DESIGN
*===================================*/
.shorting_icon {
    font-size: 18px;
    margin-right: 10px;
    height: 45px;
    width: 45px;
    float: left;
    text-align: center;
    line-height: 45px;
    border: 1px solid #CED4DA;
    border-radius: 4px;
}

    .shorting_icon .ti-layout-list-thumb {
        font-size: 24px;
        line-height: 45px;
    }

    .shorting_icon.active {
        background-color: #FF324D;
        color: #fff;
        border-color: #ff324d;
    }

.result_count {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
}

.product_header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}

.product_header_right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.products_view {
    display: inline-block;
    vertical-align: middle;
}

.product,
.product_wrap {
    background-color: #fff;
    position: relative;
    margin-bottom: 30px;
    transition: all 0.5s ease-in-out;
    box-shadow: 0 0 7px rgba(0,0,0,0.1);
}

.product_box {
    margin-bottom: 30px;
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
}

    .product_box .product_info {
        position: relative;
    }

    .product_box .add-to-cart {
        position: absolute;
        left: 0;
        right: 0;
        bottom: -20px;
        background-color: #fff;
        padding: 10px 15px 15px 15px;
        opacity: 0;
        transition: all 0.3s ease-in-out;
        visibility: hidden;
    }

    .product_box:hover .add-to-cart {
        bottom: 0px;
        opacity: 1;
        visibility: visible;
    }

    .product_box .pr_action_btn li a {
        border-radius: 100%;
        width: 45px;
        height: 45px;
        line-height: 45px;
    }

.product_wrap .pr_action_btn li a {
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    border-radius: 100%;
    width: 35px;
    height: 35px;
    line-height: 35px;
}

    .product_wrap .pr_action_btn li a i {
        line-height: 35px;
        font-size: 16px;
    }

.carousel_slider .product,
.carousel_slider .product_wrap {
    margin: 5px;
}

.product_img img {
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.product_img .product_hover_img {
    opacity: 0;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}

.product:hover .product_img .product_hover_img,
.product_box:hover .product_img .product_hover_img,
.product_wrap:hover .product_img .product_hover_img {
    opacity: 1;
    z-index: 0;
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.pr_desc {
    display: none;
}

.pr_flash {
    background-color: #FF9F00;
    position: absolute;
    left: 10px;
    top: 10px;
    text-transform: uppercase;
    color: #fff;
    padding: 2px 8px;
    font-size: 13px;
    z-index: 1;
}

.product_info {
    padding: 15px;
}

.price {
    color: #FF324D;
    font-weight: 600;
}

.product_price del {
    font-size: 14px;
    margin-right: 5px;
    margin-left: 3px;
}

.product-price del {
    margin-left: 5px;
    color: #919191;
}

.on_sale {
    display: inline-block;
    color: #388e3c;
    font-size: 14px;
}

.product_price {
    margin-bottom: 5px;
}

.product .rating_wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.product.text-center .rating_wrap {
    -ms-flex-pack: center;
    justify-content: center;
}

.rating_num {
    font-size: 14px;
    margin-left: 5px;
    vertical-align: middle;
    display: inline-block;
}

.rating_wrap .rating {
    overflow: hidden;
    position: relative;
    height: 20px;
    font-size: 12px;
    width: 70px;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    vertical-align: middle;
}

.rating::before {
    font-size: 12px;
    content: "\f005\f005\f005\f005\f005";
    top: 0;
    position: absolute;
    left: 0;
    float: left;
    color: #F6BC3E;
}

.product_rate {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
    color: #F6BC3E;
}

    .product_rate::before {
        font-size: 12px;
        content: "\f005\f005\f005\f005\f005";
        top: 0;
        position: absolute;
        left: 0;
        font-weight: 900;
    }

.product_action_box {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 2;
    right: 0;
    text-align: center;
    padding-top: 0;
    transition: all .5s ease-in-out;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.pr_action_btn {
    display: table;
    margin: 0 auto;
}

.product_img {
    position: relative;
    overflow: hidden;
}

    .product_img::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        background-color: rgba(0,0,0,0.2);
        opacity: 0;
        transition: all 0.5s ease-in-out;
        z-index: 1;
    }

.product:hover .product_img:before,
.product_box:hover .product_img:before {
    opacity: 1;
}

.pr_action_btn li {
    position: relative;
    margin: 0px 5px;
    display: inline-block;
}

.product_wrap .pr_action_btn li {
    display: block;
    margin: 10px 0;
}

.product_wrap .pr_action_btn {
    margin: 0 0 0 10px;
}

.product_action_box li {
    -webkit-transform: translate(0, 15px);
    -ms-transform: translate(0, 15px);
    -o-transform: translate(0, 15px);
    transform: translate(0, 15px);
    opacity: 0;
}

    .product_action_box li:nth-child(1) {
        -webkit-transition: all 0.2s ease 0s;
        -o-transition: all 0.2s ease 0s;
        transition: all 0.2s ease 0s;
    }

    .product_action_box li:nth-child(2) {
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    .product_action_box li:nth-child(3) {
        -webkit-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

    .product_action_box li:nth-child(4) {
        -webkit-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }

.product:hover .product_action_box li,
.product_box:hover .product_action_box li,
.product_wrap:hover .product_action_box li {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
}

.pr_action_btn li a {
    background-color: #fff;
    font-size: 0;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
    width: 37px;
    height: 37px;
    padding: 0;
    display: block;
    text-align: center;
}

    .pr_action_btn li a i {
        vertical-align: middle;
        line-height: 37px;
        font-size: 18px;
    }

    .pr_action_btn li a:hover {
        background-color: #FF324D;
        color: #fff;
    }

.product .product_title,
.product_box .product_title,
.product_wrap .product_title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-transform: capitalize;
}

.product_color_switch span {
    height: 15px;
    width: 15px;
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    position: relative;
    cursor: pointer;
    border-radius: 100%;
}

.product .product_color_switch span {
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    transform: translateY(15px);
    opacity: 0;
}

.product_color_switch span.active::before {
    content: "";
    border: 2px solid #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: -3px;
    border-radius: 100%;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
}

.product .pr_switch_wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    padding: 7px 15px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
}

.product:hover .pr_switch_wrap {
    opacity: 1;
    visibility: visible;
}

.product:hover .product_color_switch span {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}

.product_color_switch span:first-child {
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.product_color_switch span:nth-child(2) {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.product_color_switch span:nth-child(3) {
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.product_color_switch span:nth-child(4) {
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.product_color_switch span:nth-child(5) {
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}

.product_color_switch span:nth-child(6) {
    -webkit-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}

.product_color_switch span:nth-child(7) {
    -webkit-transition: all 0.75s ease 0s;
    -o-transition: all 0.75s ease 0s;
    transition: all 0.75s ease 0s;
}

.product_list .product,
.product_list .product_wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
    margin-bottom: 30px;
}

.product_list .product_img {
    max-width: 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    width: 100%;
}

.product_list .product_info {
    padding: 0px 0 0 15px;
    text-align: left;
    max-width: 70%;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
}

.product_list .product_img::before {
    content: normal;
}

.mfp-ajax-holder .mfp-content .ajax_quick_view {
    max-width: 980px;
    background-color: #fff;
    margin: 6px auto;
    padding: 30px;
    position: relative;
}

.mfp-close {
    width: 30px;
    height: 30px;
    line-height: normal;
}

.product-image {
    position: relative;
}

.pr_detail .pr_desc {
    display: inline-block;
}

    .pr_detail .pr_desc p {
        margin-bottom: 15px;
    }

.pr_detail .rating_wrap {
    float: right;
    margin-top: 7px;
}

.pr_detail .product_price {
    float: left;
}

.pr_detail .price {
    vertical-align: middle;
    font-size: 26px;
}

.cart-product-quantity {
    margin: 7px 10px 7px 0;
    display: table;
}

.quantity {
    display: table;
}

    .quantity .minus, .quantity .plus {
        background-color: #eee;
        display: block;
        float: left;
        border-radius: 50px;
        cursor: pointer;
        border: 0;
        padding: 0;
        width: 34px;
        height: 34px;
        line-height: 36px;
        text-align: center;
        font-size: 20px;
        margin: 4px;
    }

    .quantity .minus {
        padding-left: 4px;
    }

    .quantity .qty {
        float: left;
        width: 55px;
        height: 36px;
        border: 1px solid #ddd;
        background-color: transparent;
        text-align: center;
        padding: 0;
        margin: 3px;
    }

.cart_extra {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
}

.zoomContainer {
    z-index: 99;
}

.zoom_image .zoomContainer {
    z-index: 1043;
}

.zoom_gallery_image .zoomContainer {
    z-index: 0;
}

.switch_lable {
    float: left;
    margin-right: 10px;
}

.pr_detail .pr_switch_wrap {
    margin-bottom: 10px;
}

.product_size_switch span {
    cursor: pointer;
    text-transform: uppercase;
    width: 32px;
    display: inline-block;
    border: 2px solid #ddd;
    text-align: center;
    height: 32px;
    line-height: 28px;
    font-size: 14px;
    margin-bottom: 3px;
}

    .product_size_switch span.active {
        border-color: #FF324D;
        background-color: #ff324d;
        color: #fff;
    }

.list_brand li {
    list-style: none;
    margin-bottom: 10px;
}

    .list_brand li:last-child {
        margin-bottom: 0;
    }

.list_brand .custome-checkbox .form-check-label {
    color: #292b2c;
}

.cart_btn .add_wishlist, .cart_btn .add_compare {
    font-size: 20px;
    display: inline-block;
    margin-left: 15px;
    vertical-align: middle;
}

.product_gallery_item a {
    border: 1px solid #ddd;
    display: block;
    padding: 5px;
}

.product-meta li {
    list-style: none;
    margin-top: 10px;
}

.slick-vertical .slick-slide {
    border: 0;
}

.slick-list {
    padding: 0 !important;
}

.product_gallery_item.slick-slider .slick-slide {
    margin-right: 5px;
    margin-left: 5px;
}

.product-image .slick-list {
    margin-right: -5px;
    margin-left: -5px;
}

.product_gallery_item a.active {
    border-color: #FF324D;
}

.vertical_gallery #pr_item_gallery {
    width: 15%;
    float: left;
    margin-right: 10px;
}

.vertical_gallery .slick-list {
    margin-right: 0;
    margin-left: 0;
}

.vertical_gallery .product_gallery_item.slick-slider .slick-slide {
    margin-bottom: 12px;
    margin-right: 0;
    margin-left: 0;
}

.vertical_gallery .slick-prev, .vertical_gallery .slick-next {
    height: 40px;
    width: 100%;
}

.vertical_gallery .slick-prev {
    border-radius: 0 0 5px 5px;
    left: 0;
    right: 0;
    top: -40px;
    margin: 0 auto;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.vertical_gallery .slick-next {
    border-radius: 5px 5px 0 0;
    right: 0;
    left: 0;
    bottom: -40px;
    top: auto;
    margin: 0 auto;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.vertical_gallery .slick-prev:before {
    content: "\f10e"
}

.vertical_gallery .slick-next:before {
    content: "\f105"
}

.vertical_gallery .slick_slider:hover .slick-prev {
    top: 0;
}

.vertical_gallery .slick_slider:hover .slick-next {
    bottom: 0px;
    right: 0;
}

.product_img_box {
    padding: 8px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
}

.product_img_zoom {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 999;
    font-size: 18px;
    background-color: #FAFAFA;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
}

.product_share {
    margin-top: 15px;
}

    .product_share > span {
        margin-right: 10px;
    }

    .product_share > span, .product_share .social_icons {
        vertical-align: middle;
        display: inline-block;
    }

        .product_share .social_icons li {
            padding-bottom: 0;
        }

.product_sort_info {
    margin-bottom: 15px;
}

    .product_sort_info li {
        font-size: 14px;
        color: #292B2C;
        padding-bottom: 10px;
        list-style: none;
        padding-left: 22px;
        position: relative;
    }

        .product_sort_info li i {
            color: #FF324D;
            position: absolute;
            font-size: 16px;
            left: 0;
            top: 3px;
        }

.filter_price .ui-widget.ui-widget-content {
    border: 0;
    border-radius: 0;
    background-color: #ddd;
    height: 4px;
    margin-bottom: 20px;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.filter_price .ui-slider .ui-slider-range {
    background-color: #FF324D;
    border-radius: 0;
}

.filter_price .ui-slider .ui-slider-handle {
    cursor: pointer;
    background-color: #fff;
    border-radius: 100%;
    border: 0;
    height: 18px;
    top: -8px;
    width: 18px;
    margin: 0;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.price_range {
    color: #292b2c;
}

#flt_price {
    margin-left: 5px;
    font-weight: 600;
}

.shop_container {
    position: relative;
}

.loading_pr {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9;
}

.shop_container .loading_pr {
    top: -7px;
}

.shop_container .mfp-preloader {
    top: 100px;
}

.shop_container:not(.list) .list_product_action_box,
.shop_container.list .product_action_box {
    display: none;
}

.shop_container.list .product_img::before {
    content: normal;
}

.shop_container.list [class*="col-"] {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.shop_container.list .grid_item {
    position: static !important;
    transform: none !important;
}

.shop_container.list .product {
    display: inline-block;
    width: 100%;
}

.shop_container.list .product_img {
    float: left;
    width: 100%;
    max-width: 280px;
}

.shop_container.list .product .product_title {
    font-size: 20px;
    margin-bottom: 15px;
}

.shop_container.list .product_info {
    overflow: hidden;
    text-align: left;
    padding: 15px 30px;
}

.shop_container.list .product_price {
    float: left;
}

.shop_container.list .product .rating_wrap {
    display: block;
    float: right;
}

.shop_container.list .pr_desc {
    display: block;
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
    min-height: 58px;
    max-height: 84px;
}

    .shop_container.list .pr_desc p {
        margin-bottom: 0px;
    }

.shop_container.list .product_action_box,
.shop_container.list .product .pr_switch_wrap,
.shop_container.list .product .pr_switch_wrap {
    position: static;
}

.shop_container.list .product .pr_switch_wrap {
    padding: 0;
    opacity: 1;
    visibility: visible;
    margin-bottom: 10px;
}

.shop_container.list .product .product_color_switch span {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.shop_container.list .product_action_box li {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 1;
    filter: alpha(opacity=1);
}

.shop_container.list .pr_action_btn {
    display: block;
    margin: 0;
}

    .shop_container.list .pr_action_btn li {
        margin: 0 5px 0 0;
        display: inline-block;
        vertical-align: middle;
    }

        .shop_container.list .pr_action_btn li a {
            box-shadow: none;
        }

            .shop_container.list .pr_action_btn li a:hover {
                background-color: transparent;
                color: #FF324D;
            }

.shop_container.list .list_product_action_box .pr_action_btn li.add-to-cart a {
    font-size: 16px;
    width: auto;
    height: auto;
    padding: 12px 30px;
    background-color: #FF324D;
    border: 1px solid #FF324D;
    color: #fff;
    border-radius: 4px;
}

.shop_container.list .pr_action_btn li.add-to-cart a:hover {
    background-color: transparent;
    color: #FF324D;
}

.shop_container.list .pr_action_btn li.add-to-cart a i {
    line-height: normal;
    margin-right: 5px;
}

#Additional-info table td:first-child {
    width: 25%;
}

.product_tab_title span {
    font-weight: 600;
}

.tab-content.shop_info_tab {
    margin-top: 40px;
}

.comment_list {
    margin-bottom: 20px;
}

.comments li {
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

.comment_img {
    float: left;
}

    .comment_img img {
        border-radius: 100%;
        max-width: 100px;
    }

.comment_block {
    padding-left: 120px;
}

.customer_meta {
    margin-bottom: 5px;
}

.comment_block .rating_wrap {
    float: right;
}

.description p:last-child {
    margin: 0;
}

.review_author {
    display: block;
    color: #292b2c;
    font-weight: 500;
}

.comment-date {
    font-style: italic;
}

.star_rating > span {
    color: #F6BC3E;
}

.star_rating span {
    cursor: pointer;
    display: inline-block;
}

    .star_rating span i {
        font-size: 20px;
    }

.star_rating > span.selected i::before {
    font-weight: 900;
}

.releted_product_slider .item {
    margin: 10px 0px 0px;
}

.releted_product_slider .product {
    margin-bottom: 15px;
}

.mfp-ajax-holder .compare_box {
    width: 90%;
    margin: 6px auto;
    background-color: #fff;
    position: relative;
    padding: 30px;
}

.compare_box .table {
    margin: 0;
    display: block;
}

.compare_box table tr td {
    vertical-align: middle;
    width: 27%;
}

    .compare_box table tr td.product_name {
        text-transform: capitalize;
    }

    .compare_box table tr td.row_title {
        width: 270px;
        text-transform: uppercase;
        font-weight: 600;
    }

.row_remove a, .row_remove a:hover {
    color: #FF0000;
}

.in-stock {
    color: #388e3c;
}

.out-stock {
    color: #dc3545;
}

.product_name a {
    font-weight: 600;
}

.row_color .product_color_switch span {
    pointer-events: none;
}

.product-thumbnail img {
    max-width: 100px;
}

.shop_cart_table th, .shop_cart_table td,
.wishlist_table th, .wishlist_table td {
    vertical-align: middle;
    text-align: center;
}

    .shop_cart_table th.product-name, .shop_cart_table td.product-name,
    .wishlist_table th.product-name, .wishlist_table td.product-name {
        text-align: left;
        text-transform: capitalize;
    }

.shop_cart_table .quantity {
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}

.product-remove a i {
    height: 30px;
    width: 30px;
    color: #292b2c;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    border-radius: 100%;
    font-size: 14px;
}

    .product-remove a i:hover {
        background-color: #F00;
        color: #fff;
    }

.shop_cart_table td.product-price,
.shop_cart_table td.product-subtotal {
    font-weight: 600;
}

.shop_cart_table .table {
    margin: 0;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.toggle_info {
    padding: 20px;
    background-color: #F7F7F7;
}

    .toggle_info span {
        padding-left: 25px;
        display: inline-block;
        width: 100%;
        position: relative;
    }

    .toggle_info i {
        margin-right: 10px;
        color: #FF324D;
        position: absolute;
        left: 0;
        top: 5px;
    }

.login_form .panel-body, .coupon_form .panel-body {
    border: 1px solid #ddd;
    padding: 30px;
    margin-top: 30px;
}

label.label_info {
    color: #292b2c !important;
    font-weight: 600;
}

.ship_detail {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}

.product-qty {
    font-weight: 600;
}

.product-subtotal {
    font-weight: 600;
}

.order_review {
    background-color: #f7f8fb;
    padding: 30px;
}

.order_table thead th {
    border-bottom-width: 1px;
    font-weight: 600;
}

.order_table tfoot th {
    font-weight: 600;
}

.order_table tbody td {
    border: 0;
}

.payment_method {
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}

.payment_option .custome-radio {
    margin-bottom: 10px;
}

.payment-text {
    display: none;
    margin-top: 5px;
    margin-bottom: 0;
}

.payment_option .custome-radio:first-child .payment-text {
    display: block;
}

.payment_option .custome-radio .form-check-label {
    color: #292b2c;
    font-weight: 600;
}

.wishlist_table .table td {
    border-bottom: 1px solid #dee2e6;
}

.wishlist_table .badge {
    line-height: normal;
    vertical-align: middle;
    padding: 2px 10px;
}

#load-more {
    transition: none;
}

.grid_item_hide .product,
.grid_item_hide .blog_post {
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
}

.grid_item_hide {
    opacity: 0;
    visibility: hidden;
    height: 0;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    transform: scale(0);
}

.loading {
    background: url('../images/loading.gif') center center no-repeat;
    font-size: 0 !important;
    background-color: #000 !important;
    border: 0;
    height: 51px;
    width: 50px;
    padding: 0;
}

    .loading::after, .loading::before {
        content: normal;
    }

.load_more_wrap {
    margin-top: 20px;
}

    .load_more_wrap span {
        display: inline-block;
        margin: 0;
        line-height: 1;
        font-size: 14px;
    }

.order_complete i {
    color: #FF324D;
    font-size: 80px;
    margin-bottom: 20px;
}

.empty_icon {
    background-color: #DFFFED;
    display: inline-block;
    height: 100px;
    width: 100px;
    line-height: 100px;
    border-radius: 100%;
    margin-bottom: 25px;
}

.card-body .comments {
    margin-top: 5px;
}
/*===================================*
  23.END SHOP DESIGN
*===================================*/

/*===================================*
  24.START ELEMENT DESIGN
*===================================*/
.form-control {
    color: #000;
    box-shadow: none;
    height: 50px;
    padding: 8px 15px;
}

    .form-control:focus,
    .custom-file-input:focus ~ .custom-file-label {
        color: #000;
        box-shadow: none;
        height: 50px;
    }

textarea.form-control, textarea.form-control:focus {
    height: auto;
    padding: 12px 15px;
}

.form-control-sm,
.form-control-sm:focus,
.custom_select select.form-control-sm,
.custom_select select.form-control-sm:focus {
    height: 45px;
}

select.not_chosen,
select.first_null option:first-child,
select.not_chosen:focus,
select.form-control.not_chosen,
select.form-control.first_null option:first-child,
select.not_chosen.form-control:focus {
    color: #6c757d;
}

select option {
    color: #000;
}

.custom_select {
    position: relative;
}

    .custom_select select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: 1px solid #ced4da;
        padding: 8px 35px 8px 15px;
        width: 100%;
        height: 50px;
    }

    .custom_select::before {
        content: "\e64b";
        font-family: 'themify';
        position: absolute;
        display: block;
        color: #848484;
        top: 50%;
        right: 15px;
        font-weight: 900;
        pointer-events: none;
        font-size: 12px;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.custom-file-label::after {
    height: 48px;
    border: 0;
    line-height: 40px;
    border-radius: 0;
}

.custom-file-label, .custom-file, .custom-file-input {
    height: 50px;
    line-height: 38px;
}

.rounded_input .form-control,
.rounded_input input {
    border-radius: 30px;
    padding: 10px 20px;
}

.rounded_input .custom_select select {
    padding-right: 40px;
}

.rounded_input .custom_select::before {
    right: 20px;
}

.rounded_input textarea.form-control, .rounded_input textarea.form-control:focus {
    padding: 15px 20px;
}

.input_group {
    position: relative;
}

.input_icon {
    position: absolute;
    right: 20px;
    top: 14px;
    pointer-events: none;
    color: #848484;
}

.rounded_input .input_icon {
    top: 12px;
}

.pagination .page-item a {
    color: #0E93D8;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    padding: 0px;
    z-index: 1;
}

.page-link:focus {
    box-shadow: none;
}

.pagination_style1 li,
.pagination_style2 li,
.pagination_style3 li,
.pagination_style4 li {
    margin-right: 5px;
}

.pagination_style1 .page-item a {
    border: 2px solid #dee2e6;
    border-radius: 0 !important;
    color: #687188;
    margin-left: 0px;
    line-height: 36px;
}

    .pagination_style1 .page-item a i {
        line-height: 36px;
    }

.pagination_style1 .page-item.disabled .page-link,
.pagination_style3 .page-item.disabled .page-link {
    color: #c6c6c6;
    pointer-events: none;
    background-color: #fff;
    border-color: #f4f4f4;
}

.pagination_style1 .page-item.active .page-link,
.pagination_style1 .page-item .page-link:hover {
    background-color: #FF324D;
    border-color: #FF324D;
    color: #fff;
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 24px;
    background: url("../images/loading.gif") center center no-repeat;
    text-align: center;
    margin-top: -12px;
    margin-left: -12px;
    z-index: 1044;
    text-indent: -9999px;
    background-color: #000;
    padding: 25px;
    border-radius: 5px;
}

.widget_title {
    margin-bottom: 25px;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.widget_categories li,
.widget_archive li {
    padding-bottom: 10px;
    list-style: none;
}

    .widget_categories li a,
    .widget_archive li a {
        position: relative;
    }

        .widget_categories li a::before,
        .widget_archive li a:before {
            content: "\f3d1";
            font-family: "Ionicons";
            height: auto;
            line-height: normal;
            margin-right: 10px;
        }

    .widget_categories li:last-child,
    .widget_archive li:last-child {
        padding-bottom: 0;
    }

.widget_categories .categories_num,
.widget_archive .archive_num {
    float: right;
    font-size: 14px;
}

.sidebar .widget + .widget {
    border-top: 1px solid #ddd;
    margin-top: 30px;
    padding-top: 30px;
}

.widget_newsletter p {
    font-size: 14px;
    line-height: normal;
}

.widget_newsletter button {
    padding: 5px 12px;
}

    .widget_newsletter button i, .widget_newsletter .btn i {
        font-size: 18px;
    }

.widget_recent_post li,
.widget_course li {
    list-style: none;
    margin-bottom: 15px;
    width: 100%;
    display: inline-block;
}

.widget_course li {
    display: table;
}

.post_footer {
    display: inline-block;
    vertical-align: top;
}

.widget_recent_post li:last-child,
.widget_course li:last-child {
    margin-bottom: 0px;
}

footer .widget_recent_post .post_img img {
    border: 0;
}

.post_img,
.widget_course li .course_img {
    float: left;
    margin-right: 10px;
}

    .post_img img {
        width: 80px;
    }

.post_content,
.widget_course li .course_content {
    overflow: hidden;
}

    .post_content h6 {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 0;
    }

    .post_content .product_title {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        font-size: 14px;
        margin-bottom: 5px;
    }

    .post_content .product_price {
        margin-bottom: 0px;
    }

.tags a {
    background-color: #f7f7f7;
    font-size: 14px;
    padding: 8px 15px;
    display: inline-block;
    margin-bottom: 5px;
    color: #333;
}

    .tags a:hover {
        background-color: #FF324D;
        color: #fff;
    }

.tags_style1 a {
    border-radius: 40px;
}

.widget_tweet_feed li {
    list-style: none;
    position: relative;
    font-size: 14px;
    padding-bottom: 15px;
    padding-left: 25px;
}

    .widget_tweet_feed li::before {
        content: "\e74b";
        font-family: 'themify';
        position: absolute;
        left: 0;
        top: 0;
        color: #292B2C;
    }

.widget_tweet_feed a {
    color: #FF324D;
}

.widget_tweet_feed li:last-child {
    padding-bottom: 0px;
}

.widget_instafeed {
    margin: -2px;
    display: table;
}

    .widget_instafeed li {
        list-style: none;
        float: left;
        width: 33.33%;
        padding: 2px;
        position: relative;
    }

.instafeed_col4 li {
    width: 25%;
}

.widget_instafeed li a {
    display: block;
    position: relative;
    overflow: hidden;
}

    .widget_instafeed li a::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        opacity: 0;
        background-color: rgba(0,0,0,0.8);
        transition: all 0.5s ease-in-out;
        z-index: 1;
    }

.widget_instafeed img {
    width: 100%;
}

.insta_icon {
    color: #fff;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    opacity: 0;
    text-align: center;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all 0.5s ease-in-out;
    z-index: 2;
}

.widget_instafeed li:hover a::before, .widget_instafeed li:hover .insta_icon {
    opacity: 1;
}

.insta_img {
    position: relative;
}

.instagram_icon {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    -moz-transform: translateY(-50%) rotate(30deg) scale(1.8);
    -webkit-transform: translateY(-50%) rotate(30deg) scale(1.8);
    transform: translateY(-50%) rotate(30deg) scale(1.8);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}

    .instagram_icon i {
        color: #fff;
        font-size: 50px;
    }

.insta_img::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}

.insta_img:hover:before {
    opacity: 1;
    visibility: visible;
}

.insta_img:hover .instagram_icon {
    opacity: 1;
    visibility: visible;
    -moz-transform: translateY(-50%) rotate(0deg) scale(1);
    -webkit-transform: translateY(-50%) rotate(0deg) scale(1);
    transform: translateY(-50%) rotate(0deg) scale(1);
}

.follow_box {
    position: absolute;
    top: 50%;
    z-index: 9;
    text-align: center;
    right: 0;
    left: 0;
    max-width: 400px;
    background-color: rgba(255,255,255,01);
    margin: 0 auto;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 25px;
    border-radius: 80px;
}

    .follow_box i {
        position: absolute;
        font-size: 80px;
        left: 0;
        right: 0;
        z-index: -1;
        opacity: 0.1;
        top: 50%;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.instafeed_box {
    overflow: hidden;
}

    .instafeed_box a {
        position: relative;
        display: block;
    }

        .instafeed_box a::before {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            top: 0;
            opacity: 0;
            background-color: rgba(0,0,0,0.4);
            z-index: 1;
            display: block;
            transition: all 0.5s ease-in-out;
        }

        .instafeed_box a:hover:before {
            opacity: 1;
        }

        .instafeed_box a img {
            transition: all 0.5s ease-in-out;
        }

        .instafeed_box a:hover img {
            -moz-transform: scale(1.1);
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
        }

.nav-tabs li.nav-item a {
    background-color: transparent;
    border: 0;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
    padding: 5px 20px;
}

.tab-content {
    margin-top: 25px;
}

.tab-style1 .nav-tabs,
.tab-style2 .nav-tabs {
    border-bottom: 0;
}

    .tab-style1 .nav-tabs li.nav-item a.active, .tab-style1 .nav-tabs li.nav-item a.active:hover,
    .tab-style2 .nav-tabs li.nav-item a.active, .tab-style2 .nav-tabs li.nav-item a.active:hover {
        color: #FF324D;
    }

    .tab-style2 .nav-tabs li.nav-item a {
        padding: 0px 15px;
    }

    .tab-style2 .nav-tabs li.nav-item:last-child a {
        padding-right: 0;
    }

.tab-style3 .nav-tabs li.nav-item a {
    background-color: transparent;
    display: block;
    padding: .5rem 1rem;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 2px solid rgba(0,0,0,0);
    text-align: center;
    text-transform: uppercase;
}

.tab-style3 .nav-tabs .nav-item a.active {
    border-bottom-color: #FF324D;
    color: #FF324D;
}

.tab_slider > .tab-pane {
    display: block;
    height: 0;
}

.tab_slider .tab-pane.active {
    height: auto;
    display: block;
    -webkit-animation-name: moveUp;
    animation-name: moveUp;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-timing-function: cubic-bezier(.26,.69,.37,.96);
    animation-timing-function: cubic-bezier(.26,.69,.37,.96);
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

@-webkit-keyframes moveUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(25px);
        transform: translateY(25px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes moveUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(25px);
        transform: translateY(25px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.heading_tab_header {
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
}

    .heading_tab_header [class*="heading_"] {
        float: left;
    }

.view_all i, .view_all span {
    vertical-align: middle;
}

.custome-checkbox .form-check-label {
    position: relative;
    cursor: pointer;
    color: #687188;
    padding: 0;
    vertical-align: middle;
}

.custome-checkbox .form-check-input {
    display: none;
}

.custome-checkbox .form-check-label span {
    vertical-align: middle;
}

.custome-checkbox .form-check-label::before {
    content: "";
    border: 2px solid #ced4da;
    height: 17px;
    width: 17px;
    margin: 0px 8px 0 0;
    display: inline-block;
    vertical-align: middle;
}

.custome-checkbox input[type="checkbox"]:checked + .form-check-label::after {
    opacity: 1;
}

.custome-checkbox input[type="checkbox"] + .form-check-label::after {
    content: "";
    width: 11px;
    position: absolute;
    top: 50%;
    left: 3px;
    opacity: 0;
    height: 6px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -moz-transform: translateY(-65%) rotate(-45deg);
    -webkit-transform: translateY(-65%) rotate(-45deg);
    transform: translateY(-65%) rotate(-45deg);
}

.custome-checkbox input[type="checkbox"]:checked + .form-check-label::before {
    background-color: #FF324D;
    border-color: #FF324D;
}

.custome-radio .form-check-input, .custome-checkbox .form-check-input {
    display: none;
}

.custome-radio .form-check-label::before {
    content: "";
    border: 1px solid #908f8f;
    height: 16px;
    width: 16px;
    display: inline-block;
    border-radius: 100%;
    vertical-align: middle;
    margin-right: 8px;
}

.custome-radio input[type="radio"] + .form-check-label::after {
    content: "";
    background-color: #FF324D;
    height: 10px;
    width: 10px;
    border-radius: 100%;
    position: absolute;
    top: 8px;
    left: 3px;
    opacity: 0;
}

.custome-radio .form-check-label, .custome-checkbox .form-check-label {
    position: relative;
    cursor: pointer;
}

.custome-radio input[type="radio"]:checked + .form-check-label::before {
    border-color: #FF324D;
}

.custome-radio input[type="radio"]:checked + .form-check-label::after {
    opacity: 1;
}

.custome-checkbox input[disabled] + .form-check-label,
.custome-radio input[disabled] + .form-check-label {
    color: #d0d0d0;
}

    .custome-checkbox input[disabled] + .form-check-label::before,
    .custome-radio input[disabled] + .form-check-label::before {
        border-color: #e8e8e8;
    }

.owl-theme .owl-nav {
    margin-top: 0;
}

body .owl-theme .owl-nav [class*="owl-"] {
    background-color: #fff;
    color: #222;
    font-size: 26px;
    line-height: 50px;
    transition: all 0.3s ease-in-out;
    height: 50px;
    padding: 0;
    margin: 0;
    width: 50px;
    text-align: center;
}

.owl-theme .owl-nav [class*="owl-"] i {
    line-height: normal;
}

.owl-theme .owl-dots {
    font-size: 0;
    margin-top: 15px;
}

    .owl-theme .owl-dots .owl-dot span {
        background-color: transparent;
        border: 1px solid #FF324D;
        cursor: pointer;
        margin: 3px;
        opacity: 1;
        transition: all 0.3s ease-in-out;
    }

    .owl-theme .owl-dots .owl-dot.active span,
    .owl-theme .owl-dots .owl-dot:hover span {
        background-color: #FF324D;
    }

.dot_style1.owl-theme .owl-dots .owl-dot.active span {
    width: 30px;
}

.nav_style1.owl-theme .owl-nav [class*="owl-"],
.nav_style5.owl-theme .owl-nav [class*="owl-"] {
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkittransform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 0;
    width: 30px;
}

    .nav_style1.owl-theme .owl-nav [class*="owl-"]:hover {
        background-color: #fff;
        color: #555;
    }

.nav_style1.owl-theme .owl-nav .owl-prev {
    left: -50px;
}

.nav_style1.owl-theme .owl-nav .owl-next {
    right: -50px;
}

.nav_style2.owl-theme .owl-nav [class*="owl-"] {
    background-color: transparent;
    position: absolute;
    bottom: 10px;
}

    .nav_style2.owl-theme .owl-nav [class*="owl-"]:hover,
    .nav_style3.owl-theme .owl-nav [class*="owl-"]:hover,
    .nav_style4.owl-theme .owl-nav [class*="owl-"]:hover {
        color: #555;
    }

.nav_style2.owl-theme .owl-nav .owl-prev,
.nav_style5.owl-theme .owl-nav .owl-prev {
    left: 0px;
}

.nav_style2.owl-theme .owl-nav .owl-next,
.nav_style5.owl-theme .owl-nav .owl-next {
    right: 0px;
}

.nav_style3.owl-theme .owl-nav [class*="owl-"],
.nav_style4.owl-theme .owl-nav [class*="owl-"] {
    position: absolute;
    top: -90px;
    border-radius: 0;
    right: 0;
    height: auto;
    width: auto;
    background-color: transparent;
}

.nav_style3.owl-theme .owl-nav .owl-prev {
    right: 40px;
}

.nav_style4.owl-theme .owl-nav .owl-prev {
    left: 0px;
    right: auto;
}

    .nav_style4.owl-theme .owl-nav .owl-prev i::before {
        content: "\ec43";
        font-family: 'Linearicons';
    }

.nav_style4.owl-theme .owl-nav .owl-next i::before {
    content: "\ec44";
    font-family: 'Linearicons';
}

.nav_style5.owl-theme .owl-nav .owl-prev, .nav_style5.owl-theme .owl-nav .owl-next {
    opacity: 0;
    border-radius: 4px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

    .nav_style5.owl-theme .owl-nav .owl-prev:hover, .nav_style5.owl-theme .owl-nav .owl-next:hover {
        background-color: #FF324D;
        color: #fff;
    }

.nav_style5.owl-theme:hover .owl-nav .owl-prev {
    left: 20px;
    opacity: 1;
}

.nav_style5.owl-theme:hover .owl-nav .owl-next {
    right: 20px;
    opacity: 1;
}

.dot_white.owl-theme .owl-dots .owl-dot span {
    border-color: #fff;
}

.dot_white.owl-theme .owl-dots .owl-dot.active span, .dot_white.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #fff;
}

.slick-prev.slick-disabled::before, .slick-next.slick-disabled::before {
    opacity: 1;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    background-color: #fff;
}

.slick-prev {
    left: -50px;
    border-radius: 0 5px 5px 0;
    opacity: 0;
}

.slick-next {
    right: -50px;
    border-radius: 5px 0 0 5px;
    opacity: 0;
}

.slick-prev::before {
    content: "\f108";
    font-family: "Ionicons";
    color: #333;
    opacity: 1;
    display: block;
    font-size: 22px;
}

.slick-next::before {
    content: "\f10b";
    font-family: "Ionicons";
    color: #333;
    opacity: 1;
    display: block;
    font-size: 22px;
}

.slick-prev, .slick-next {
    height: 50px;
    width: 40px;
    box-shadow: 0 1px 4px rgba(0,0,0,.1);
    background-color: #fff;
    z-index: 9;
    transition: all 0.5s ease-in-out;
}

    .slick-prev:hover, .slick-next:hover {
        background-color: #FF324D;
    }

        .slick-prev:hover:before, .slick-next:hover:before {
            color: #fff;
        }

.slick_slider:hover .slick-prev {
    opacity: 1;
    left: 0;
}

.slick_slider:hover .slick-next {
    opacity: 1;
    right: -2px;
}

.social_icons [class*="sc_"] {
    color: #fff !important;
}

    .social_icons [class*="sc_"] i {
        transition: all 0.3s ease-in-out;
        display: block;
        line-height: 36px;
    }

    .social_icons [class*="sc_"]:hover i {
        -webkit-animation: toLeftFromRight 0.3s forwards;
        -moz-animation: toLeftFromRight 0.3s forwards;
        animation: toLeftFromRight 0.3s forwards;
    }

.sc_facebook {
    background-color: #3b5998 !important;
    border-color: #3b5998 !important;
}

.sc_gplus,
.sc_google {
    background-color: #dd4b39 !important;
    border-color: #dd4b39 !important;
}

.sc_linkedin {
    background-color: #0e76a8 !important;
    border-color: #0e76a8 !important;
}

.sc_rss {
    background-color: #ee802f !important;
    border-color: #ee802f !important;
}

.sc_skype {
    background-color: #00aff0 !important;
    border-color: #00aff0 !important;
}

.sc_twitter {
    background-color: #00acee !important;
    border-color: #00acee !important;
}

.sc_youtube {
    background-color: #c4302b !important;
    border-color: #c4302b !important;
}

.sc_vimeo {
    background-color: #86c9ef !important;
    border-color: #86c9ef !important;
}

.sc_yahoo {
    background-color: #720e9e !important;
    border-color: #720e9e !important;
}

.sc_tumblr {
    background-color: #34526f !important;
    border-color: #34526f !important;
}

.sc_instagram {
    background-color: #3f729b !important;
    border-color: #3f729b !important;
}

.sc_pinterest {
    background-color: #c8232c !important;
    border-color: #c8232c !important;
}

.sc_dribbble {
    background-color: #EA4C89 !important;
    border-color: #EA4C89 !important;
}

.sc_reddit {
    background-color: #C6C6C6 !important;
    border-color: #C6C6C6 !important;
}

.sc_github {
    background-color: #171515 !important;
    border-color: #171515 !important;
}

.sc_android {
    background-color: #A4C639 !important;
    border-color: #A4C639 !important;
}

.sc_windows {
    background-color: #00A7E7 !important;
    border-color: #00A7E7 !important;
}

.sc_tux {
    background-color: #C1C1C1 !important;
    border-color: #C1C1C1 !important;
}

.sc_delicious {
    background-color: #205cc0 !important;
    border-color: #205cc0 !important;
}

.sc_paypal {
    background-color: #00588b !important;
    border-color: #00588b !important;
}

.sc_blogger {
    background-color: #fc4f08 !important;
    border-color: #fc4f08 !important;
}

.sc_flickr {
    background-color: #ff0084 !important;
    border-color: #ff0084 !important;
}

.sc_yahoo {
    background-color: #720e9e !important;
    border-color: #720e9e !important;
}

.sc_dropbox {
    background-color: #3d9ae8 !important;
    border-color: #3d9ae8 !important;
}

.sc_ebay {
    background-color: #89c507 !important;
    border-color: #89c507 !important;
}

.sc_wordpress {
    background-color: #1e8cbe !important;
    border-color: #1e8cbe !important;
}

.sc_yelp {
    background-color: #c41200 !important;
}

blockquote {
    font-size: 20px;
    line-height: 34px;
}

    blockquote p {
        line-height: 34px;
    }

        blockquote p:last-child {
            margin: 0;
        }

.blockquote_style1 {
    padding-left: 20px;
    border-left: 3px solid #ddd;
    margin: 30px 0;
}

    .blockquote_style1 p {
        color: #292B2C;
    }

.blockquote_style2 {
    background-color: #FF324D;
    padding: 20px;
    position: relative;
}

    .blockquote_style2 * {
        color: #fff;
        font-size: 16px;
        line-height: 28px;
    }

    .blockquote_style2::before {
        content: "\f10e";
        position: absolute;
        left: 20px;
        top: 10px;
        color: #fff;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 70px;
        opacity: 0.3;
        line-height: normal;
    }

.blockquote_style3 {
    background-color: #FAFAFA;
    padding: 20px;
    border-left: 2px solid #FF324D;
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 28px;
    margin-top: 5px;
    display: inline-block;
    width: 100%;
    position: relative;
}

    .blockquote_style3::before {
        content: "\f10e";
        position: absolute;
        left: 20px;
        top: 10px;
        color: #000;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 70px;
        opacity: 0.05;
        line-height: normal;
        pointer-events: none;
    }

    .blockquote_style3 p {
        line-height: 28px;
    }

.blockquote_style4 {
    text-align: center;
    padding: 20px;
    background-color: #f7f7f7;
    margin-bottom: 20px;
    font-size: 18px;
    position: relative;
}

    .blockquote_style4::before {
        content: "\f10d";
        position: absolute;
        left: 50px;
        top: 10px;
        color: #000;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 70px;
        opacity: 0.05;
        line-height: normal;
    }

    .blockquote_style4,
    .blockquote_style4 p {
        color: #222;
    }

.blog_post_footer {
    padding-bottom: 30px;
    padding-top: 15px;
}

.mdtp__wrapper {
    bottom: auto;
    top: 50%;
    -moz-transform: translateX(-50%) translateY(-50%) scale(1);
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1);
}

.modal {
    padding-right: 0 !important;
}

.page_soon {
    font-size: 10px;
    color: #fff;
    padding: 0px 5px;
    border-radius: 20px;
    background-color: #28A745;
    text-transform: uppercase;
    font-weight: 600;
}

.alert .close {
    font-weight: normal;
    margin-left: 10px;
}

.alert_style1 {
    border-radius: 0;
    border-left: 3px solid;
    padding: 20px;
    position: relative;
    border-top: 0;
    border-bottom: 0;
    border-right: 0;
}

.alert > i {
    margin-right: 5px;
    font-size: 18px;
    vertical-align: middle;
}

.alert_style2 {
    border-radius: 20px;
    padding: 20px 20px;
    background-color: #fff;
    border-left: 3px solid;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    border-top: 0;
    border-bottom: 0;
    border-right: 3px solid;
    ;
}

.button_group .btn {
    margin-bottom: 20px;
}

.trading_img {
    margin-top: -40px;
}

.term_conditions h6 {
    margin-bottom: 15px;
}

.term_conditions ul,
.term_conditions ol {
    padding-left: 15px;
}

.term_conditions p,
.term_conditions li {
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 28px;
}

.subscribe_popup .modal-body {
    padding: 0;
}

.subscribe_popup .modal-content {
    border: 0;
    border-radius: 0;
}

.popup_content {
    padding: 50px;
    text-align: center;
}

.subscribe_popup .close {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    opacity: 1;
    text-shadow: none;
    width: 40px;
    height: 40px;
}

    .subscribe_popup .close i {
        font-size: 40px;
    }

.modal {
    z-index: 99999;
}

.modal-backdrop {
    z-index: 9999;
}

.dashboard_menu {
    box-shadow: 0 0px 4px 0 #e9e9e9;
}

    .dashboard_menu .nav-tabs li.nav-item a {
        text-align: left;
        padding: 12px 20px;
        border-radius: 0;
        border-bottom: 1px solid #efefef;
        color: #2b2f4c;
    }

        .dashboard_menu .nav-tabs li.nav-item a.active {
            background-color: #FF324D;
            color: #fff;
        }

        .dashboard_menu .nav-tabs li.nav-item a i {
            margin-right: 8px;
            vertical-align: middle;
        }

.dashboard_content {
    margin: 0;
}

    .dashboard_content .card-header {
        background-color: transparent;
        border-color: #f0f0f0;
    }

        .dashboard_content .card-header * {
            margin: 0;
        }

    .dashboard_content .card {
        border-radius: 0;
        border: 0;
        box-shadow: 0 0px 4px 0 #e9e9e9;
    }

    .dashboard_content .card-body p:last-child {
        margin: 0;
    }

    .dashboard_content .table {
        margin: 0;
    }

        .dashboard_content .table thead th {
            border: 0;
            padding-top: 0;
            font-weight: 600;
        }

        .dashboard_content .table tbody tr:last-child td {
            padding-bottom: 0;
        }

        .dashboard_content .table tbody tr td {
            vertical-align: middle;
            white-space: nowrap;
        }

    .dashboard_content label {
        color: #333;
    }

        .dashboard_content label .required {
            color: #ff0000;
        }
/*===================================*
  24.END ELEMENT DESIGN
*===================================*/

.medium_divider {
    height: 50px;
}

/*===================================*
  17.START DIVIDER STYLE
*===================================*/
.divider {
    position: relative;
    overflow: hidden;
    height: 4px;
    z-index: 9;
}

    .divider.center_icon,
    .divider.left_icon,
    .divider.right_icon,
    .divider.text_divider {
        height: auto;
    }

        .divider.left_icon i {
            padding-left: 0;
            padding-right: 20px;
        }

    .divider.center_icon {
        text-align: center;
    }

    .divider.right_icon i {
        padding-right: 0;
        padding-left: 20px;
    }

    .divider.right_icon {
        text-align: right;
    }

    .divider.text_divider {
        text-align: center;
    }

        .divider.text_divider span {
            background-color: #fff;
            position: relative;
            z-index: 1;
            font-size: 30px;
            padding: 0 30px;
        }

    .divider.divider_style1 .divider_icon {
        padding-right: 10px;
        background-color: #fff;
        display: inline-block;
        position: relative;
        z-index: 9;
    }

    .divider.divider_style1.center_icon .divider_icon {
        padding-left: 10px;
    }

    .divider.divider_style1.right_icon .divider_icon {
        padding-right: 0px;
        padding-left: 10px;
    }

    .divider.divider_style1 i {
        background-color: #FF324D;
        border-radius: 100%;
        width: 40px;
        height: 40px;
        font-size: 18px;
        display: block;
        padding: 0;
        text-align: center;
        line-height: 40px;
        color: #fff;
    }

    .divider:before,
    .divider:after {
        content: '';
        position: absolute;
        width: 100%;
        top: 50%;
        left: 0px;
        height: 0;
        border-top: 1px solid #dddddd;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .divider::before {
        margin-top: -1px;
    }

    .divider::after {
        margin-top: 1px;
    }

    .divider i {
        background-color: #fff;
        color: #d9d9d9;
        position: relative;
        z-index: 1;
        font-size: 30px;
        padding: 0 40px;
    }
/*===================================*
  17.END DIVIDER STYLE
*===================================*/
/*===================================*
  18.START ACCORDION STYLE
*===================================*/
.accordion .card .card-header {
    background-color: transparent;
    padding: 0px;
    margin: 0;
}

.accordion .card-header a {
    padding: 15px 40px 15px 15px;
    display: block;
    line-height: normal;
}

.accordion .card-body p:last-child {
    margin: 0;
}

.card-body p {
    margin-bottom: 15px;
}

.accordion_style1.accordion .card {
    background-color: transparent;
    margin-bottom: 15px;
    border-radius: 0;
    border: 0;
}

    .accordion_style1.accordion .card:last-child {
        margin-bottom: 0;
    }

.accordion_style1 .card-body {
    padding: 15px 0 10px 0;
}

.accordion.accordion_style1 .card-header a {
    padding-left: 0;
    padding-top: 0;
    font-weight: 600;
}

.accordion_style1 .card-header a::after {
    content: "\f208";
    font-family: "Ionicons";
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    right: 15px;
    top: 0px;
}

.accordion_style1 .card-header a[aria-expanded="false"]::after {
    content: "\f217";
}

.accordion_style2 .card-header {
    border: 0;
    background-color: transparent;
    padding: 0px;
}

    .accordion_style2 .card-header a {
        padding: 15px 40px 15px 15px;
        display: block;
        font-weight: 600;
    }

.accordion_style2 .card-body {
    padding: 0 15px 15px 15px;
}

.accordion_style2 .card-header a::after {
    content: "\f126";
    font-family: "Ionicons";
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    right: 15px;
    top: 15px;
}

.accordion_style2 .card-header a.collapsed:after {
    content: "\f123";
}

.accordion_style3.accordion .card {
    background-color: transparent;
    margin-bottom: 15px;
    border-radius: 0;
}

.accordion.accordion_style3 .card-header {
    border: 0;
}

    .accordion.accordion_style3 .card-header a {
        font-weight: 600;
    }

.accordion.accordion_style3.accordion > .card {
    border: 1px solid rgba(0,0,0,.125);
}

.accordion.accordion_style3.accordion .card-body {
    border-top: 1px solid rgba(0,0,0,.125);
}

.accordion_style3 .card-header a::after {
    content: "\f208";
    font-family: "Ionicons";
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    right: 15px;
    top: 16px;
}

.accordion_style3 .card-header a[aria-expanded="false"]::after {
    content: "\f217";
}

.accordion_style4 .card-header a {
    padding: 20px 20px 20px 50px;
    font-weight: 600;
    display: inline-block;
    width: 100%;
}

    .accordion_style4 .card-header a::after {
        content: "\f126";
        font-family: "Ionicons";
        font-size: 14px;
        font-weight: normal;
        position: absolute;
        left: 20px;
        top: 25px;
    }

    .accordion_style4 .card-header a.collapsed::after {
        content: "\f123";
    }

.accordion_style4 > .card .card-header {
    margin-bottom: -1px;
}
/*===================================*
  18.END ACCORDION STYLE
*===================================*/
/*===================================*
  16.START CONTACT STYLE
*===================================*/
.contact_wrap li {
    list-style: none;
}

.contact_wrap li {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    margin-bottom: 25px;
    -ms-flex-align: center;
    align-items: center;
}

.contact_icon {
    margin-right: 20px;
}

    .contact_icon i {
        font-size: 34px;
        color: #FF324D;
    }

.contact_text span {
    color: #333;
    font-weight: 600;
    display: block;
    margin-bottom: 3px;
}

.contact_text p:last-child {
    margin-bottom: 0;
}

.contact_text a {
    color: #687188;
    line-height: 28px;
}

    .contact_text a:hover {
        color: #FF324D;
    }

.contact_style1 {
    text-align: center;
    padding: 20px;
    border: 2px solid #eee;
    margin-bottom: 30px;
}

    .contact_style1 .contact_text span {
        margin-bottom: 5px;
    }

    .contact_style1 .contact_icon {
        margin-right: 0;
        margin-bottom: 10px;
    }

.contact_style2 {
    text-align: center;
    margin-bottom: 30px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    padding: 40px 20px;
    border-radius: 10px;
}

    .contact_style2 .contact_icon {
        background-color: #DFFFED;
        margin: 0 0 5px;
        height: 90px;
        width: 90px;
        text-align: center;
        display: inline-block;
        overflow: hidden;
        border-radius: 100%;
        position: relative;
        z-index: 1;
    }

        .contact_style2 .contact_icon i {
            line-height: 90px;
        }

.contact_style3 {
    text-align: center;
    margin-bottom: 30px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    padding: 40px 20px;
    border-radius: 10px;
}

    .contact_style3 .contact_icon {
        border: 1px solid #FF324D;
        margin: 0 0 5px;
        height: 80px;
        width: 80px;
        text-align: center;
        display: inline-block;
        overflow: hidden;
        border-radius: 100%;
        position: relative;
        z-index: 1;
    }

        .contact_style3 .contact_icon i {
            line-height: 78px;
            transition: all 0.5s ease-in-out;
        }

        .contact_style3 .contact_icon::before {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            background-color: #FF324D;
            z-index:;
            transition: all 0.5s ease-in-out;
            -moz-transform: scale(0);
            -webkit-transform: scale(0);
            transform: scale(0);
            border-radius: 100%;
            z-index: -1;
        }

    .contact_style3:hover .contact_icon::before {
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .contact_style3:hover .contact_icon i {
        color: #fff;
    }

.contact_box {
    position: relative;
    padding: 50px 0px;
    display: table;
    width: 100%;
}

.contact_form {
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    border-radius: 10px;
    max-width: 500px;
    background-color: #fff;
    padding: 30px;
    float: right;
    margin-right: 30px;
    position: relative;
    z-index: 9;
}

.contact_box .map {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
}

    .contact_box .map iframe {
        height: 100%;
    }
/*===================================*
  16. END CONTACT STYLE
*===================================*/


/*===================================*
  01.GENERAL STYLE
*===================================*/
html, body {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
}

body {
    background: #ffffff none repeat scroll 0 0;
    color: #687188;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
    color: #292b2c;
    font-family: 'Roboto';
}

p {
    color: #687188;
    line-height: 28px;
    margin-bottom: 25px;
}

a {
    color: #292b2c;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all .3s ease-in-out;
}

    a:hover {
        color: #FF324D;
        text-decoration: none;
    }

    a:focus {
        outline: none;
    }

img {
    max-width: 100%;
}

button {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all .3s ease-in-out;
}

ul, li, ol {
    margin: 0;
    padding: 0;
}

fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}

label {
    color: #6c757d;
}

input:focus,
textarea:focus {
    outline: none;
    box-shadow: none;
}

iframe {
    border: 0;
    display: block;
}

video {
    width: 100%;
}

.section {
    padding: 100px 0;
    position: relative;
}

    .section.small_pt,
    .footer_top.small_pt {
        padding-top: 50px;
    }

    .section.small_pb,
    .footer_top.small_pb {
        padding-bottom: 50px;
    }

    .section.pb_20, .pb_20,
    .footer_top.pb_20 {
        padding-bottom: 20px;
    }

    .section.pb_70, .pb_70,
    .footer_top.pb_70 {
        padding-bottom: 70px;
    }

    .section.pb_85, .pb_85,
    .footer_top.pb_85 {
        padding-bottom: 85px;
    }

div.banner_large_pad {
    padding: 200px 0;
}

.small_padding {
    padding: 30px;
}

.medium_padding {
    padding: 50px;
}

.large_padding {
    padding: 100px;
}

.small_divider {
    height: 30px;
}

.medium_divider {
    height: 50px;
}

.large_divider {
    height: 100px;
}

.padding_eight_all {
    padding: 8%;
}

.padding_eight_lr {
    padding: 0 8%;
}

.padding_eight_tb {
    padding: 8% 0;
}

.list_none li {
    list-style: none;
}

.order_list,
.disc_list {
    padding-left: 15px;
}

.btn:focus, .btn:hover, .btn.active {
    box-shadow: none;
    outline: medium none;
}

button:focus {
    outline: none;
}

.border-2 {
    border-width: 2px !important;
}

.btn {
    border-width: 1px;
    cursor: pointer;
    line-height: normal;
    padding: 12px 35px;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
}

    .btn.active:focus, .btn:active:focus {
        box-shadow: none !important;
    }

.btn-fill-out {
    background-color: transparent;
    border: 1px solid #FF324D;
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

    .btn-fill-out::before,
    .btn-fill-out::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        background-color: #FF324D;
        z-index: -1;
        transition: all 0.3s ease-in-out;
        width: 51%;
    }

    .btn-fill-out::after {
        right: 0;
        left: auto;
    }

    .btn-fill-out:hover:before,
    .btn-fill-out:hover:after {
        width: 0;
    }

    .btn-fill-out:hover {
        color: #FF324D !important;
    }

.btn-fill-line {
    background-color: transparent;
    border: 1px solid #333;
    overflow: hidden;
    position: relative;
    color: #fff !important;
    transition: all 0.8s ease 0s;
    z-index: 1;
}

    .btn-fill-line:before, .btn-fill-line:after {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        bottom: 0;
        background-color: #333;
        z-index: -1;
        transition: all 0.3s ease-in-out;
        width: 50%;
    }

    .btn-fill-line::after {
        right: 0;
        left: auto;
    }

    .btn-fill-line:hover:before,
    .btn-fill-line:hover:after {
        width: 0;
    }

    .btn-fill-line:hover {
        color: #333 !important;
    }

.btn-border-fill {
    border: 1px solid #FF324D;
    color: #FF324D;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

    .btn-border-fill::before,
    .btn-border-fill::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        background-color: #FF324D;
        z-index: -1;
        transition: all 0.3s ease-in-out;
        width: 0;
    }

    .btn-border-fill::after {
        right: 0;
        left: auto;
    }

    .btn-border-fill:hover:before,
    .btn-border-fill:hover:after {
        width: 50%;
    }

    .btn-border-fill:hover {
        color: #fff !important;
    }

.btn-white {
    background-color: transparent;
    border: 1px solid #fff;
    color: #292b2c !important;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

    .btn-white::before,
    .btn-white::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        background-color: #fff;
        z-index: -1;
        transition: all 0.5s ease-in-out;
        width: 50%;
    }

    .btn-white::after {
        right: 0;
        left: auto;
    }

    .btn-white:hover:before,
    .btn-white:hover:after {
        width: 0;
    }

    .btn-white:hover {
        color: #fff !important;
    }

.btn-fill-out-dark {
    background-color: transparent;
    border: 1px solid #333;
    color: #fff !important;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

    .btn-fill-out-dark:hover {
        color: #333 !important;
    }

    .btn-fill-out-dark::before {
        display: block;
        position: absolute;
        top: 0px;
        left: 0px;
        height: 100%;
        width: 100%;
        z-index: -1;
        content: '';
        background-color: #333;
        transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    }

.btn-line-fill {
    border: 1px solid #333;
    overflow: hidden;
    position: relative;
    color: #333 !important;
    transition: all 0.8s ease 0s;
    z-index: 1;
}

    .btn-line-fill:hover {
        color: #fff !important;
    }

@keyframes criss-cross-left {
    0% {
        left: -20px;
    }

    50% {
        left: 50%;
        width: 20px;
        height: 20px;
    }

    100% {
        left: 50%;
        width: 450px;
        height: 450px;
    }
}

@keyframes criss-cross-right {
    0% {
        right: -20px;
    }

    50% {
        right: 50%;
        width: 20px;
        height: 20px;
    }

    100% {
        right: 50%;
        width: 450px;
        height: 450px;
    }
}

.btn-line-fill:before, .btn-line-fill:after {
    position: absolute;
    top: 50%;
    content: '';
    width: 20px;
    height: 20px;
    background-color: #333;
    border-radius: 50%;
    z-index: -1;
}

.btn-line-fill:before {
    left: -20px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.btn-line-fill:after {
    right: -20px;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

.btn-line-fill:hover:before {
    -webkit-animation: criss-cross-left 0.7s both;
    animation: criss-cross-left 0.7s both;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

.btn-line-fill:hover:after {
    -webkit-animation: criss-cross-right 0.7s both;
    animation: criss-cross-right 0.7s both;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

.btn-line-white {
    border: 1px solid #fff;
    color: #fff !important;
}

    .btn-line-white:hover {
        color: #333 !important;
    }

.btn-line-fill.btn-line-white:before, .btn-line-fill.btn-line-white:after {
    background-color: #fff;
}

.btn-tran-light {
    background-color: rgba(255,255,255,0.2);
    color: #fff;
}

    .btn-tran-light:hover {
        background-color: #fff;
    }

.btn-radius {
    border-radius: 40px;
}

.btn + .btn {
    margin-left: 10px;
}

.btn i {
    font-size: 16px;
    margin-right: 5px;
    vertical-align: middle;
    line-height: 1;
}

.btn span {
    vertical-align: middle;
}

.btn-group-sm > .btn, .btn-sm {
    padding: 8px 25px;
}

.btn-group-lg > .btn, .btn-lg {
    padding: 16px 45px;
}

.btn-xs {
    padding: 4px 20px;
    font-size: 12px;
}

.btn-md {
    padding: 12px 35px;
    font-size: 16px;
}

.btn.btn-xs i {
    font-size: 10px;
}

.btn.btn-sm i {
    font-size: 12px;
}

.btn.btn-lg i {
    font-size: 22px;
}

.btn-ripple {
    padding-right: 0 !important;
    border: 0;
}

.btn-link {
    position: relative;
    z-index: 2;
    text-decoration: none;
}

    .btn-link:hover {
        text-decoration: none;
    }

    .btn-link::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0px;
        height: 1px;
        background-color: #FF324D;
        z-index: -1;
    }

.text_white * {
    color: #fff;
}

.text_dark * {
    color: #333;
}

.text_default {
    color: #FF324D !important;
}

.bg_default {
    background-color: #FF324D !important;
}

.bg_gray {
    background-color: #f7f8fb !important;
}

.bg_light_blue {
    background-color: #EBF5FF !important;
}

.bg_light_blue2 {
    background-color: #F4F9FC !important;
}

.bg_blue {
    background-color: #4382FF !important;
}

.bg_linen {
    background-color: #F9F5F0 !important;
}

.bg_redon {
    background-color: #FFF1F1 !important;
}

.bg_dark {
    background-color: #1D2224 !important;
}

.bg_dark2 {
    background-color: #131d24 !important;
}

.bg_dark3 {
    background-color: #233645 !important;
}

.bg_dark4 {
    background-color: #1B1E20 !important;
}

.bg_apricot {
    background-color: #fde0ca !important;
}

.radius_all_5,
.radius_all_5:before,
.radius_all_5:after {
    border-radius: 5px;
}

.radius_all_10,
.radius_all_10:before,
.radius_all_10:after {
    border-radius: 10px;
}

.radius_lb_10,
.radius_lb_10:after,
.radius_lb_10:before {
    border-radius: 10px 0 0 10px;
}

.radius_rb_10,
.radius_rb_10:before,
.radius_rb_10:after {
    border-radius: 0 10px 10px 0;
}

.radius_lbrb_10,
.radius_lbrb_10:before,
.radius_lbrb_10:after {
    border-radius: 0 0 10px 10px;
}

.radius_ltrt_10,
.radius_ltrt_10:before,
.radius_ltrt_10:after {
    border-radius: 10px 10px 0 0;
}

.scrollup {
    background-color: #171717;
    bottom: 20px;
    color: #ffffff;
    font-size: 24px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 40px;
    z-index: 99;
}

    .scrollup:hover {
        background-color: #FF324D;
        color: #fff;
    }

    .scrollup:focus {
        color: #fff;
    }

.scrollup_style1 {
    background-color: #FF324D;
}

.scrollup.scrollup_style1:hover {
    background-color: #333;
}

.background_bg {
    background-position: center center;
    background-size: cover;
}

.bg_size_auto {
    background-size: auto !important;
}

.bg_size_contain {
    background-size: contain !important;
}

.bg_norepeat {
    background-repeat: no-repeat !important;
}

.position_top_center {
    background-position: top center !important;
}

.position_center_bottom {
    background-position: center bottom !important;
}

.position_right_center {
    background-position: right center !important;
}

.position_right_bottom {
    background-position: right bottom !important;
}

.fixed_bg {
    background-attachment: fixed !important;
}

[class*=overlay_bg_] {
    position: relative;
}

    [class*=overlay_bg_]::before {
        background-color: #000;
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 0;
    }

[class*=overlay_bg_default_]::before {
    background-color: #FF324D;
}

[class*=overlay_bg_blue_]::before {
    background-color: #031B4E;
}

[class*=overlay_bg_white_]::before {
    background-color: #fff;
}

.overlay_bg_90::before,
.overlay_bg_default_90::before,
.overlay_bg_blue_90::before,
.overlay_bg_white_90::before {
    opacity: 0.9;
}

.overlay_bg_80::before,
.overlay_bg_default_80::before,
.overlay_bg_blue_80::before,
.overlay_bg_white_80::before {
    opacity: 0.8;
}

.overlay_bg_70::before,
.overlay_bg_default_70::before,
.overlay_bg_blue_70::before,
.overlay_bg_white_70::before {
    opacity: 0.7;
}

.overlay_bg_60::before,
.overlay_bg_default_60::before,
.overlay_bg_blue_60::before,
.overlay_bg_white_60::before {
    opacity: 0.6;
}

.overlay_bg_50::before,
.overlay_bg_default_50::before,
.overlay_bg_blue_50::before,
.overlay_bg_white_50::before {
    opacity: 0.5;
}

.overlay_bg_40::before,
.overlay_bg_default_40::before,
.overlay_bg_blue_40::before,
.overlay_bg_white_40::before {
    opacity: 0.4;
}

.overlay_bg_30::before,
.overlay_bg_default_30::before,
.overlay_bg_blue_30::before,
.overlay_bg_white_30::before {
    opacity: 0.3;
}

.overlay_bg_20::before,
.overlay_bg_default_20::before,
.overlay_bg_blue_20::before,
.overlay_bg_white_20::before {
    opacity: 0.2;
}

.overlay_bg_10::before,
.overlay_bg_default_10::before,
.overlay_bg_blue_10::before,
.overlay_bg_white_10::before {
    opacity: 0.1;
}

.ripple {
    background-color: #FF324D;
    border-radius: 100%;
    color: #fff;
    position: relative;
    display: inline-block;
    margin-right: 25px;
    line-height: 50px;
    font-size: 22px !important;
    vertical-align: middle;
    margin-left: -15px;
    height: 50px;
    width: 50px;
    text-align: center;
}

    .ripple i {
        margin-right: 0;
        margin-left: 3px;
        font-size: 22px;
    }

    .ripple::before, .ripple::after {
        -webkit-animation: ripple 1.8s infinite;
        -moz-animation: ripple 1.8s infinite;
        -o-animation: ripple 1.8s infinite;
        -ms-transition: ripple 1.8s infinite;
        animation: ripple 1.8s infinite;
        background-color: #FF324D;
        border-radius: 100%;
        margin: -20px;
        bottom: 0px;
        content: "";
        display: block;
        left: 0px;
        opacity: 0;
        position: absolute;
        right: 0px;
        top: 0px;
        z-index: -1;
    }

    .ripple::before {
        -webkit-animation-delay: 0.4s;
        -moz-animation-delay: 0.4s;
        -o-animation-delay: 0.4s;
        animation-delay: 0.4s;
    }

    .ripple::after {
        -webkit-animation-delay: 1s;
        -moz-animation-delay: 1s;
        -o-animation-delay: 1s;
        animation-delay: 1s;
    }

@-webkit-keyframes ripple {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes ripple {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.btn-ripple-white .ripple::before,
.btn-ripple-white .ripple::after,
.btn-ripple-white .ripple {
    background-color: #fff;
}

.btn-ripple-white .ripple {
    color: #FF324D;
}

.bg_transparent_20 {
    background-color: rgba(0,0,0,0.2);
}

.box_shadow1 {
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.border-top-tran {
    border-top: 1px solid rgba(255,255,255,0.1);
}

.border_bottom_tran {
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

/*Title Css*/
.heading_s1 {
    margin-bottom: 25px;
}

    .heading_s1 h1, .heading_s1 h2, .heading_s1 h3, .heading_s1 h4, .heading_s1 h5, .heading_s1 h6 {
        font-weight: 700;
        margin: 0;
        text-transform: capitalize;
    }

.heading_s2 {
    position: relative;
}

    .heading_s2 h1, .heading_s2 h2, .heading_s2 h3, .heading_s2 h4, .heading_s2 h5, .heading_s2 h6,
    .heading_s3 h1, .heading_s3 h2, .heading_s3 h3, .heading_s3 h4, .heading_s3 h5, .heading_s3 h6 {
        font-weight: 700;
        margin: 0;
        text-transform: capitalize;
    }

    .heading_s2 h1,
    .heading_s2 h2,
    .heading_s2 h3,
    .heading_s2 h4,
    .heading_s2 h5,
    .heading_s2 h6 {
        position: relative;
        z-index: 9;
    }

    .heading_s2 .sub_heading {
        font-size: 100px;
        font-weight: bold;
        padding: 0;
        margin-bottom: -15px;
        z-index: 0;
        position: relative;
        line-height: 100px;
        background: -moz-linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(255,255,255,0.1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(0,0,0,0.1) 0%,rgba(255,255,255,0.1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%,rgba(255,255,255,0.1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#1affffff',GradientType=0 );
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .heading_s2.heading_light .sub_heading {
        background: -moz-linear-gradient(top, rgba(255,255,255,0.1) 0%, rgba(0,0,0,0.01) 100%);
        background: -webkit-linear-gradient(top, rgba(255,255,255,0.1) 0%,rgba(0,0,0,0.01) 100%);
        background: linear-gradient(to bottom, rgba(255,255,255,0.1) 0%, rgba(0,0,0,0.01) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4dffffff', endColorstr='#1a000000',GradientType=0 );
        background-clip: text;
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
    }

.heading_s3 {
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
}

    .heading_s3::before {
        content: "";
        position: absolute;
        left: 0;
        width: 50px;
        height: 1px;
        background-color: #FF324D;
        bottom: 0;
        right: 0;
    }

.heading_light.heading_s3::before {
    background-color: #fff;
}

.heading_s3.text-center::before {
    margin: 0 auto;
}

.heading_s3.text-right::before {
    left: auto;
    right: 0;
}

.heading_s4 {
    margin-bottom: 15px;
}

    .heading_s4 h1, .heading_s4 h2, .heading_s4 h3, .heading_s4 h4, .heading_s4 h5, .heading_s4 h6 {
        font-weight: 700;
        margin: 0;
        text-transform: capitalize;
        line-height: normal;
    }

    .heading_s4 .heading_icon i {
        color: #20E076;
        font-size: 30px;
        position: relative;
        z-index: 3;
        width: 50px;
        display: block;
        height: 50px;
        line-height: 50px;
    }

.heading_icon {
    display: inline-block;
    position: relative;
    z-index: 2;
    padding: 0 30px;
    text-align: center;
}

    .heading_icon::after {
        content: "";
        position: absolute;
        right: 0;
        width: 30px;
        top: 50%;
        border-top: 1px solid #999;
        z-index: -1;
        border-bottom: 1px solid #999;
        height: 5px;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .heading_icon::before {
        content: "";
        position: absolute;
        left: 0;
        width: 30px;
        top: 50%;
        border-top: 1px solid #999;
        z-index: -1;
        border-bottom: 1px solid #999;
        height: 5px;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.heading_light .heading_icon i {
    color: #fff !important;
}

.heading_uppercase h1,
.heading_uppercase h2,
.heading_uppercase h3,
.heading_uppercase h4,
.heading_uppercase h5,
.heading_uppercase h6 {
    text-transform: uppercase;
}

.heading_light * {
    color: #fff;
}

.sub_heading {
    color: #FF324D;
    margin-bottom: 10px;
    display: block;
}

.highlight_text {
    font-size: 20px;
    color: #333;
    font-weight: 600;
    margin-bottom: 15px;
    display: block;
}

.leads {
    margin-bottom: 30px;
}

/*Loader Css*/
.preloader {
    background-color: #fff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.lds-ellipsis {
    margin: 0 auto;
    position: relative;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 64px;
    text-align: center;
    z-index: 9999;
}

    .lds-ellipsis span {
        display: inline-block;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background: #FF324D;
        -webkit-animation: ball-pulse-sync .6s 0s infinite ease-in-out;
        animation: ball-pulse-sync .6s 0s infinite ease-in-out;
    }

        .lds-ellipsis span:nth-child(1) {
            -webkit-animation: ball-pulse-sync .6s -.14s infinite ease-in-out;
            animation: ball-pulse-sync .6s -.14s infinite ease-in-out
        }

        .lds-ellipsis span:nth-child(2) {
            -webkit-animation: ball-pulse-sync .6s -70ms infinite ease-in-out;
            animation: ball-pulse-sync .6s -70ms infinite ease-in-out
        }

@-webkit-keyframes ball-pulse-sync {
    33% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    66% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes ball-pulse-sync {
    33% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    66% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.custom-container {
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
/*===================================*
  01.END GENERAL STYLE
*===================================*/
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}


/*===================================*
  20.START LOGIN REGISTER STYLE
*===================================*/
.login_wrap {
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.login_register_wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.login_footer {
    margin-bottom: 20px;
    margin-top: 5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

    .login_footer a {
        color: #687188;
    }

.different_login {
    text-align: center;
    position: relative;
    margin: 20px 0;
}

    .different_login span {
        background-color: #fff;
        padding: 0 15px;
        position: relative;
        text-transform: uppercase;
    }

    .different_login::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        right: 0;
        border-top: 1px solid #ddd;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.btn-login li {
    margin: 0px 5px 0;
    display: inline-block;
}

    .btn-login li a {
        border-radius: 5px;
        padding: 10px 20px;
        color: #fff;
        display: block;
    }

        .btn-login li a i {
            margin-right: 10px;
            font-size: 18px;
            margin-left: 0;
        }

.btn-facebook {
    background: #3b5998;
    border-color: #3b5998;
}

    .btn-facebook:hover {
        color: #fff;
        background: #344e86;
        border-color: #344e86;
    }

.btn-google {
    background: #d85040;
    border-color: #d85040;
}

    .btn-google:hover {
        color: #fff;
        background: #d33d2b;
        border-color: #d33d2b;
    }
/*===================================*
  20.END LOGIN REGISTER STYLE
*===================================*/


/*===================================*
  15.START BREADCRUMB STYLE
*===================================*/
.breadcrumb_section {
    padding: 150px 0;
    width: 100%;
}

    .breadcrumb_section.page-title-mini {
        padding: 70px 0;
    }

.page-title-mini .page-title h1 {
    font-size: 28px;
}

.page-title-mini .breadcrumb li {
    font-size: 14px;
}

.header_wrap.transparent_header + .breadcrumb_section {
    padding-top: 200px;
}

.header_wrap.transparent_header.header_with_topbar + .breadcrumb_section {
    padding-top: 250px;
}

.page-title h1 {
    margin: 0;
    text-transform: capitalize;
    font-weight: bold;
    line-height: normal;
}

.page_title_light *, .page_title_light .breadcrumb-item, .page_title_light .breadcrumb-item::before {
    color: #fff;
}

.breadcrumb {
    background-color: transparent;
    margin: 0;
    padding: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "\f3d1";
    font-family: "Ionicons";
    vertical-align: middle;
}

.page-title + .breadcrumb {
    margin-top: 15px;
}

.page-title + span {
    margin-top: 15px;
    display: inline-block;
    width: 100%;
}

.page_title_video {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    overflow: hidden;
}

    .page_title_video video {
        object-fit: cover;
        width: 100%;
    }

.breadcrumb-item a i {
    font-size: 26px;
    line-height: 1;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -5px;
    display: inline-block;
}

.page-title-video {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -3;
}

    .page-title-video video {
        object-fit: cover;
        width: 100%;
    }
/*===================================*
  15.END BREADCRUMB STYLE
*===================================*/

.iframe-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
}

    .iframe-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }





