
@import url('all_icons.css');

@font-face {
    font-family: 'HelveticaNeueW23-Bd';
    src: url('../PageCss/css/fonts/HelveticaNeueW23-Bd.woff') format('woff'), url('../PageCss/css/fonts/HelveticaNeueW23-Bd.eot') format('embedded-opentype'), url('../PageCss/css/fonts/HelveticaNeueW23-Bd.svg') format('svg'), url('../PageCss/css/fonts/HelveticaNeueW23-Bd.ttf') format('truetype');
}

@font-face {
    font-family: 'HelveticaNeueW23-Reg';
    src: url('../PageCss/css/fonts/HelveticaNeueW23-Reg.eot') format('embedded-opentype'), url('../PageCss/css/fonts/HelveticaNeueW23-Reg.svg') format('svg'), url('../PageCss/css/fonts/HelveticaNeueW23-Reg.ttf') format('truetype'), url('../PageCss/css/fonts/HelveticaNeueW23-Reg.woff') format('woff');
}

body {
    font-family: 'HelveticaNeueW23-Bd';
}

p {
    margin-bottom: 30px;
}

hr {
    margin: 15px 0 30px 0;
    border-color: #ededed;
}

    hr.double {
        margin: 15px 0 30px 0;
        border-color: #ededed;
        border-width: 2px;
    }



p {
    margin-bottom: 25px;
}

    p.lead {
        font-weight: 300;
        font-size: 20px;
        font-size: 1.05rem;
    }

strong {
    font-weight: 600;
}

.main_title {
    text-align: center;
    margin-bottom: 45px;
}

@media (max-width: 767px) {
    .main_title {
        /* For less than 767px */
        margin-bottom: 15px;
    }
}

.main_title h2 {
    font-weight: 300;
    letter-spacing: -1px;
    font-size: 36px;
    margin: 0;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .main_title h2 {
        /* For less than 767px */
        font-size: 32px;
        font-size: 2rem;
    }
}

@media (max-width: 575px) {
    .main_title h2 {
        /* For less than 575px */
        font-size: 24px;
        font-size: 1.5rem;
    }
}

@media (max-width: 767px) {
    .main_title h1 {
        /* For less than 767px */
        font-size: 32px;
        font-size: 2rem;
    }
}

.main_title p {
    font-weight: 300;
    font-size: 20px;
    color: #777;
    padding: 0 10%;
}

@media (max-width: 767px) {
    .main_title p {
        /* For less than 767px */
        font-size: 18px;
        font-size: 1.125rem;
        padding: 0;
    }
}

@media (max-width: 575px) {
    .main_title p {
        /* For less than 575px */
        font-size: 16px;
        font-size: 1rem;
    }
}

.main_title_2 {
    text-align: center;
    margin-bottom: 30px;
}

    .main_title_2 h3 {
        font-weight: 300;
        font-size: 28px;
        font-size: 1.75rem;
        margin: 0;
        text-transform: uppercase;
    }

    .main_title_2 p {
        font-weight: 300;
        font-size: 20px;
        font-size: 1.25rem;
        color: #777;
    }

.main_title_3 {
    background-color: #3f4079;
    background-color: #3f4079;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    padding: 10px;
    position: relative;
    margin-bottom: 60px;
}

@media (max-width: 991px) {
    .main_title_3 {
        /* For less than 991px */
        margin-bottom: 30px;
    }
}

.main_title_3 h3 {
    font-size: 16px;
    font-size: 1rem;
    text-transform: uppercase;
    margin: 5px 0 0 0;
    position: relative;
    color: #fff;
}

    .main_title_3 h3 strong {
        background-color: #e74e84;
        color: #fff;
        text-align: center;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        line-height: 24px;
        display: inline-block;
        width: 24px;
        height: 24px;
        font-size: 14px;
        font-size: 0.875rem;
        margin-right: 10px;
        position: relative;
        top: -2px;
    }

    .main_title_3 h3:before, .main_title_3 h3:after {
        content: "";
        position: absolute;
        width: 20px;
        height: 54px;
        bottom: -42px;
        display: block;
        z-index: 9;
    }

@media (max-width: 991px) {
    .main_title_3 h3:before, .main_title_3 h3:after {
        /* For less than 991px */
        display: none;
    }
}

.main_title_3 h3:before {
    left: 25%;
    background: url(../img/arrow_left.png) no-repeat 0 0;
}

.main_title_3 h3:after {
    right: 25%;
    background: url(../img/arrow_right.png) no-repeat 0 0;
}

.main_title_4 {
    background-color: #3f4079;
    background-color: #3f4079;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .main_title_4 {
        /* For less than 991px */
        margin-bottom: 30px;
    }
}

.main_title_4 h3 {
    font-size: 16px;
    font-size: 1rem;
    text-transform: uppercase;
    margin: 0;
    color: #fff;
}

    .main_title_4 h3 i {
        position: relative;
        top: 1px;
        margin-right: 5px;
    }

.datepicker {
    padding: 0;
    direction: ltr;
}

    .datepicker.datepicker-rtl {
        direction: rtl;
    }

        .datepicker.datepicker-rtl table tr td span {
            float: right;
        }

.datepicker-dropdown {
    top: 0;
    left: 0;
}

    .datepicker-dropdown:before {
        content: '';
        display: inline-block;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #ccc;
        border-top: 0;
        border-bottom-color: rgba(0,0,0,0.2);
        position: absolute;
    }

    .datepicker-dropdown:after {
        content: '';
        display: inline-block;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #fff;
        border-top: 0;
        position: absolute;
    }

    .datepicker-dropdown.datepicker-orient-left:before {
        left: 6px;
    }

    .datepicker-dropdown.datepicker-orient-left:after {
        left: 7px;
    }

    .datepicker-dropdown.datepicker-orient-right:before {
        right: 6px;
    }

    .datepicker-dropdown.datepicker-orient-right:after {
        right: 7px;
    }

    .datepicker-dropdown.datepicker-orient-top:before {
        top: -7px;
    }

    .datepicker-dropdown.datepicker-orient-top:after {
        top: -6px;
    }

    .datepicker-dropdown.datepicker-orient-bottom:before {
        bottom: -7px;
        border-bottom: 0;
        border-top: 7px solid #999;
    }

    .datepicker-dropdown.datepicker-orient-bottom:after {
        bottom: -6px;
        border-bottom: 0;
        border-top: 6px solid #fff;
    }

.datepicker > div {
    display: none;
}

.datepicker.days div.datepicker-days {
    display: block;
}

.datepicker.months div.datepicker-months {
    display: block;
}

.datepicker.years div.datepicker-years {
    display: block;
}

.datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .datepicker table tr td,
    .datepicker table tr th {
        text-align: center;
        width: 30px;
        height: 30px;
        border: none;
    }

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
    background-color: transparent;
}

.datepicker table tr th {
    font-weight: 600 !important;
}

.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
    background: #eee;
    cursor: pointer;
}

.datepicker table tr td.day {
    background-color: #f8f8f8;
    border: 2px solid #fff;
}

.datepicker table tr td.old,
.datepicker table tr td.new {
    color: #999;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    background: none;
    color: #999;
    cursor: default;
}

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
    color: #000;
    position: relative;
}

    .datepicker table tr td.today:before,
    .datepicker table tr td.today:hover:before,
    .datepicker table tr td.today.disabled:before,
    .datepicker table tr td.today.disabled:hover:before {
        content: '';
        bottom: 2px;
        right: 2px;
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 7px 7px;
        border-color: transparent transparent #333 transparent;
        position: absolute;
    }

    .datepicker table tr td.today:active,
    .datepicker table tr td.today:hover:active,
    .datepicker table tr td.today.disabled:active,
    .datepicker table tr td.today.disabled:hover:active,
    .datepicker table tr td.today.active,
    .datepicker table tr td.today:hover.active,
    .datepicker table tr td.today.disabled.active,
    .datepicker table tr td.today.disabled:hover.active,
    .open .dropdown-toggle.datepicker table tr td.today,
    .open .dropdown-toggle.datepicker table tr td.today:hover,
    .open .dropdown-toggle.datepicker table tr td.today.disabled,
    .open .dropdown-toggle.datepicker table tr td.today.disabled:hover {
        background-image: none;
    }

    .datepicker table tr td.today.disabled,
    .datepicker table tr td.today:hover.disabled,
    .datepicker table tr td.today.disabled.disabled,
    .datepicker table tr td.today.disabled:hover.disabled,
    .datepicker table tr td.today[disabled],
    .datepicker table tr td.today:hover[disabled],
    .datepicker table tr td.today.disabled[disabled],
    .datepicker table tr td.today.disabled:hover[disabled],
    fieldset[disabled] .datepicker table tr td.today,
    fieldset[disabled] .datepicker table tr td.today:hover,
    fieldset[disabled] .datepicker table tr td.today.disabled,
    fieldset[disabled] .datepicker table tr td.today.disabled:hover,
    .datepicker table tr td.today.disabled:hover,
    .datepicker table tr td.today:hover.disabled:hover,
    .datepicker table tr td.today.disabled.disabled:hover,
    .datepicker table tr td.today.disabled:hover.disabled:hover,
    .datepicker table tr td.today[disabled]:hover,
    .datepicker table tr td.today:hover[disabled]:hover,
    .datepicker table tr td.today.disabled[disabled]:hover,
    .datepicker table tr td.today.disabled:hover[disabled]:hover,
    fieldset[disabled] .datepicker table tr td.today:hover,
    fieldset[disabled] .datepicker table tr td.today:hover:hover,
    fieldset[disabled] .datepicker table tr td.today.disabled:hover,
    fieldset[disabled] .datepicker table tr td.today.disabled:hover:hover,
    .datepicker table tr td.today.disabled:focus,
    .datepicker table tr td.today:hover.disabled:focus,
    .datepicker table tr td.today.disabled.disabled:focus,
    .datepicker table tr td.today.disabled:hover.disabled:focus,
    .datepicker table tr td.today[disabled]:focus,
    .datepicker table tr td.today:hover[disabled]:focus,
    .datepicker table tr td.today.disabled[disabled]:focus,
    .datepicker table tr td.today.disabled:hover[disabled]:focus,
    fieldset[disabled] .datepicker table tr td.today:focus,
    fieldset[disabled] .datepicker table tr td.today:hover:focus,
    fieldset[disabled] .datepicker table tr td.today.disabled:focus,
    fieldset[disabled] .datepicker table tr td.today.disabled:hover:focus,
    .datepicker table tr td.today.disabled:active,
    .datepicker table tr td.today:hover.disabled:active,
    .datepicker table tr td.today.disabled.disabled:active,
    .datepicker table tr td.today.disabled:hover.disabled:active,
    .datepicker table tr td.today[disabled]:active,
    .datepicker table tr td.today:hover[disabled]:active,
    .datepicker table tr td.today.disabled[disabled]:active,
    .datepicker table tr td.today.disabled:hover[disabled]:active,
    fieldset[disabled] .datepicker table tr td.today:active,
    fieldset[disabled] .datepicker table tr td.today:hover:active,
    fieldset[disabled] .datepicker table tr td.today.disabled:active,
    fieldset[disabled] .datepicker table tr td.today.disabled:hover:active,
    .datepicker table tr td.today.disabled.active,
    .datepicker table tr td.today:hover.disabled.active,
    .datepicker table tr td.today.disabled.disabled.active,
    .datepicker table tr td.today.disabled:hover.disabled.active,
    .datepicker table tr td.today[disabled].active,
    .datepicker table tr td.today:hover[disabled].active,
    .datepicker table tr td.today.disabled[disabled].active,
    .datepicker table tr td.today.disabled:hover[disabled].active,
    fieldset[disabled] .datepicker table tr td.today.active,
    fieldset[disabled] .datepicker table tr td.today:hover.active,
    fieldset[disabled] .datepicker table tr td.today.disabled.active,
    fieldset[disabled] .datepicker table tr td.today.disabled:hover.active {
        background-color: #ffdb99;
        border-color: #ffb733;
    }

    .datepicker table tr td.today:hover:hover {
        color: #fff;
    }

    .datepicker table tr td.today.active:hover {
        color: #fff;
    }

.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
    background: #eee;
    -webkit-border-radius: 0;
    border-radius: 0;
}

    .datepicker table tr td.range.today,
    .datepicker table tr td.range.today:hover,
    .datepicker table tr td.range.today.disabled,
    .datepicker table tr td.range.today.disabled:hover {
        color: #000;
        background-color: #f7ca77;
        border-color: #f1a417;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

        .datepicker table tr td.range.today:hover,
        .datepicker table tr td.range.today:hover:hover,
        .datepicker table tr td.range.today.disabled:hover,
        .datepicker table tr td.range.today.disabled:hover:hover,
        .datepicker table tr td.range.today:focus,
        .datepicker table tr td.range.today:hover:focus,
        .datepicker table tr td.range.today.disabled:focus,
        .datepicker table tr td.range.today.disabled:hover:focus,
        .datepicker table tr td.range.today:active,
        .datepicker table tr td.range.today:hover:active,
        .datepicker table tr td.range.today.disabled:active,
        .datepicker table tr td.range.today.disabled:hover:active,
        .datepicker table tr td.range.today.active,
        .datepicker table tr td.range.today:hover.active,
        .datepicker table tr td.range.today.disabled.active,
        .datepicker table tr td.range.today.disabled:hover.active,
        .open .dropdown-toggle.datepicker table tr td.range.today,
        .open .dropdown-toggle.datepicker table tr td.range.today:hover,
        .open .dropdown-toggle.datepicker table tr td.range.today.disabled,
        .open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
            color: #000;
            background-color: #f4bb51;
            border-color: #bf800c;
        }

            .datepicker table tr td.range.today:active,
            .datepicker table tr td.range.today:hover:active,
            .datepicker table tr td.range.today.disabled:active,
            .datepicker table tr td.range.today.disabled:hover:active,
            .datepicker table tr td.range.today.active,
            .datepicker table tr td.range.today:hover.active,
            .datepicker table tr td.range.today.disabled.active,
            .datepicker table tr td.range.today.disabled:hover.active,
            .open .dropdown-toggle.datepicker table tr td.range.today,
            .open .dropdown-toggle.datepicker table tr td.range.today:hover,
            .open .dropdown-toggle.datepicker table tr td.range.today.disabled,
            .open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
                background-image: none;
            }

            .datepicker table tr td.range.today.disabled,
            .datepicker table tr td.range.today:hover.disabled,
            .datepicker table tr td.range.today.disabled.disabled,
            .datepicker table tr td.range.today.disabled:hover.disabled,
            .datepicker table tr td.range.today[disabled],
            .datepicker table tr td.range.today:hover[disabled],
            .datepicker table tr td.range.today.disabled[disabled],
            .datepicker table tr td.range.today.disabled:hover[disabled],
            fieldset[disabled] .datepicker table tr td.range.today,
            fieldset[disabled] .datepicker table tr td.range.today:hover,
            fieldset[disabled] .datepicker table tr td.range.today.disabled,
            fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
            .datepicker table tr td.range.today.disabled:hover,
            .datepicker table tr td.range.today:hover.disabled:hover,
            .datepicker table tr td.range.today.disabled.disabled:hover,
            .datepicker table tr td.range.today.disabled:hover.disabled:hover,
            .datepicker table tr td.range.today[disabled]:hover,
            .datepicker table tr td.range.today:hover[disabled]:hover,
            .datepicker table tr td.range.today.disabled[disabled]:hover,
            .datepicker table tr td.range.today.disabled:hover[disabled]:hover,
            fieldset[disabled] .datepicker table tr td.range.today:hover,
            fieldset[disabled] .datepicker table tr td.range.today:hover:hover,
            fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
            fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:hover,
            .datepicker table tr td.range.today.disabled:focus,
            .datepicker table tr td.range.today:hover.disabled:focus,
            .datepicker table tr td.range.today.disabled.disabled:focus,
            .datepicker table tr td.range.today.disabled:hover.disabled:focus,
            .datepicker table tr td.range.today[disabled]:focus,
            .datepicker table tr td.range.today:hover[disabled]:focus,
            .datepicker table tr td.range.today.disabled[disabled]:focus,
            .datepicker table tr td.range.today.disabled:hover[disabled]:focus,
            fieldset[disabled] .datepicker table tr td.range.today:focus,
            fieldset[disabled] .datepicker table tr td.range.today:hover:focus,
            fieldset[disabled] .datepicker table tr td.range.today.disabled:focus,
            fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:focus,
            .datepicker table tr td.range.today.disabled:active,
            .datepicker table tr td.range.today:hover.disabled:active,
            .datepicker table tr td.range.today.disabled.disabled:active,
            .datepicker table tr td.range.today.disabled:hover.disabled:active,
            .datepicker table tr td.range.today[disabled]:active,
            .datepicker table tr td.range.today:hover[disabled]:active,
            .datepicker table tr td.range.today.disabled[disabled]:active,
            .datepicker table tr td.range.today.disabled:hover[disabled]:active,
            fieldset[disabled] .datepicker table tr td.range.today:active,
            fieldset[disabled] .datepicker table tr td.range.today:hover:active,
            fieldset[disabled] .datepicker table tr td.range.today.disabled:active,
            fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:active,
            .datepicker table tr td.range.today.disabled.active,
            .datepicker table tr td.range.today:hover.disabled.active,
            .datepicker table tr td.range.today.disabled.disabled.active,
            .datepicker table tr td.range.today.disabled:hover.disabled.active,
            .datepicker table tr td.range.today[disabled].active,
            .datepicker table tr td.range.today:hover[disabled].active,
            .datepicker table tr td.range.today.disabled[disabled].active,
            .datepicker table tr td.range.today.disabled:hover[disabled].active,
            fieldset[disabled] .datepicker table tr td.range.today.active,
            fieldset[disabled] .datepicker table tr td.range.today:hover.active,
            fieldset[disabled] .datepicker table tr td.range.today.disabled.active,
            fieldset[disabled] .datepicker table tr td.range.today.disabled:hover.active {
                background-color: #f7ca77;
                border-color: #f1a417;
            }

.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
    color: #fff;
    background-color: #999;
    border-color: #555;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}

    .datepicker table tr td.selected:hover,
    .datepicker table tr td.selected:hover:hover,
    .datepicker table tr td.selected.disabled:hover,
    .datepicker table tr td.selected.disabled:hover:hover,
    .datepicker table tr td.selected:focus,
    .datepicker table tr td.selected:hover:focus,
    .datepicker table tr td.selected.disabled:focus,
    .datepicker table tr td.selected.disabled:hover:focus,
    .datepicker table tr td.selected:active,
    .datepicker table tr td.selected:hover:active,
    .datepicker table tr td.selected.disabled:active,
    .datepicker table tr td.selected.disabled:hover:active,
    .datepicker table tr td.selected.active,
    .datepicker table tr td.selected:hover.active,
    .datepicker table tr td.selected.disabled.active,
    .datepicker table tr td.selected.disabled:hover.active,
    .open .dropdown-toggle.datepicker table tr td.selected,
    .open .dropdown-toggle.datepicker table tr td.selected:hover,
    .open .dropdown-toggle.datepicker table tr td.selected.disabled,
    .open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
        border-color: #373737;
    }

        .datepicker table tr td.selected:hover color: #ffffff,
        .datepicker table tr td.selected:hover:hover color: #ffffff,
        .datepicker table tr td.selected.disabled:hover color: #ffffff,
        .datepicker table tr td.selected.disabled:hover:hover color: #ffffff,
        .datepicker table tr td.selected:focus color: #ffffff,
        .datepicker table tr td.selected:hover:focus color: #ffffff,
        .datepicker table tr td.selected.disabled:focus color: #ffffff,
        .datepicker table tr td.selected.disabled:hover:focus color: #ffffff,
        .datepicker table tr td.selected:active color: #ffffff,
        .datepicker table tr td.selected:hover:active color: #ffffff,
        .datepicker table tr td.selected.disabled:active color: #ffffff,
        .datepicker table tr td.selected.disabled:hover:active color: #ffffff,
        .datepicker table tr td.selected.active color: #ffffff,
        .datepicker table tr td.selected:hover.active color: #ffffff,
        .datepicker table tr td.selected.disabled.active color: #ffffff,
        .datepicker table tr td.selected.disabled:hover.active color: #ffffff,
        .open .dropdown-toggle.datepicker table tr td.selected color: #ffffff,
        .open .dropdown-toggle.datepicker table tr td.selected:hover color: #ffffff,
        .open .dropdown-toggle.datepicker table tr td.selected.disabled color: #ffffff,
        .open .dropdown-toggle.datepicker table tr td.selected.disabled:hover color: #ffffff {
            background-color: #858585;
        }

        .datepicker table tr td.selected:active,
        .datepicker table tr td.selected:hover:active,
        .datepicker table tr td.selected.disabled:active,
        .datepicker table tr td.selected.disabled:hover:active,
        .datepicker table tr td.selected.active,
        .datepicker table tr td.selected:hover.active,
        .datepicker table tr td.selected.disabled.active,
        .datepicker table tr td.selected.disabled:hover.active,
        .open .dropdown-toggle.datepicker table tr td.selected,
        .open .dropdown-toggle.datepicker table tr td.selected:hover,
        .open .dropdown-toggle.datepicker table tr td.selected.disabled,
        .open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
            background-image: none;
        }

        .datepicker table tr td.selected.disabled,
        .datepicker table tr td.selected:hover.disabled,
        .datepicker table tr td.selected.disabled.disabled,
        .datepicker table tr td.selected.disabled:hover.disabled,
        .datepicker table tr td.selected[disabled],
        .datepicker table tr td.selected:hover[disabled],
        .datepicker table tr td.selected.disabled[disabled],
        .datepicker table tr td.selected.disabled:hover[disabled],
        fieldset[disabled] .datepicker table tr td.selected,
        fieldset[disabled] .datepicker table tr td.selected:hover,
        fieldset[disabled] .datepicker table tr td.selected.disabled,
        fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
        .datepicker table tr td.selected.disabled:hover,
        .datepicker table tr td.selected:hover.disabled:hover,
        .datepicker table tr td.selected.disabled.disabled:hover,
        .datepicker table tr td.selected.disabled:hover.disabled:hover,
        .datepicker table tr td.selected[disabled]:hover,
        .datepicker table tr td.selected:hover[disabled]:hover,
        .datepicker table tr td.selected.disabled[disabled]:hover,
        .datepicker table tr td.selected.disabled:hover[disabled]:hover,
        fieldset[disabled] .datepicker table tr td.selected:hover,
        fieldset[disabled] .datepicker table tr td.selected:hover:hover,
        fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
        fieldset[disabled] .datepicker table tr td.selected.disabled:hover:hover,
        .datepicker table tr td.selected.disabled:focus,
        .datepicker table tr td.selected:hover.disabled:focus,
        .datepicker table tr td.selected.disabled.disabled:focus,
        .datepicker table tr td.selected.disabled:hover.disabled:focus,
        .datepicker table tr td.selected[disabled]:focus,
        .datepicker table tr td.selected:hover[disabled]:focus,
        .datepicker table tr td.selected.disabled[disabled]:focus,
        .datepicker table tr td.selected.disabled:hover[disabled]:focus,
        fieldset[disabled] .datepicker table tr td.selected:focus,
        fieldset[disabled] .datepicker table tr td.selected:hover:focus,
        fieldset[disabled] .datepicker table tr td.selected.disabled:focus,
        fieldset[disabled] .datepicker table tr td.selected.disabled:hover:focus,
        .datepicker table tr td.selected.disabled:active,
        .datepicker table tr td.selected:hover.disabled:active,
        .datepicker table tr td.selected.disabled.disabled:active,
        .datepicker table tr td.selected.disabled:hover.disabled:active,
        .datepicker table tr td.selected[disabled]:active,
        .datepicker table tr td.selected:hover[disabled]:active,
        .datepicker table tr td.selected.disabled[disabled]:active,
        .datepicker table tr td.selected.disabled:hover[disabled]:active,
        fieldset[disabled] .datepicker table tr td.selected:active,
        fieldset[disabled] .datepicker table tr td.selected:hover:active,
        fieldset[disabled] .datepicker table tr td.selected.disabled:active,
        fieldset[disabled] .datepicker table tr td.selected.disabled:hover:active,
        .datepicker table tr td.selected.disabled.active,
        .datepicker table tr td.selected:hover.disabled.active,
        .datepicker table tr td.selected.disabled.disabled.active,
        .datepicker table tr td.selected.disabled:hover.disabled.active,
        .datepicker table tr td.selected[disabled].active,
        .datepicker table tr td.selected:hover[disabled].active,
        .datepicker table tr td.selected.disabled[disabled].active,
        .datepicker table tr td.selected.disabled:hover[disabled].active,
        fieldset[disabled] .datepicker table tr td.selected.active,
        fieldset[disabled] .datepicker table tr td.selected:hover.active,
        fieldset[disabled] .datepicker table tr td.selected.disabled.active,
        fieldset[disabled] .datepicker table tr td.selected.disabled:hover.active {
            background-color: #999;
            border-color: #555;
        }

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}

    .datepicker table tr td.active:hover,
    .datepicker table tr td.active:hover:hover,
    .datepicker table tr td.active.disabled:hover,
    .datepicker table tr td.active.disabled:hover:hover,
    .datepicker table tr td.active:focus,
    .datepicker table tr td.active:hover:focus,
    .datepicker table tr td.active.disabled:focus,
    .datepicker table tr td.active.disabled:hover:focus,
    .datepicker table tr td.active:active,
    .datepicker table tr td.active:hover:active,
    .datepicker table tr td.active.disabled:active,
    .datepicker table tr td.active.disabled:hover:active,
    .datepicker table tr td.active.active,
    .datepicker table tr td.active:hover.active,
    .datepicker table tr td.active.disabled.active,
    .datepicker table tr td.active.disabled:hover.active,
    .open .dropdown-toggle.datepicker table tr td.active,
    .open .dropdown-toggle.datepicker table tr td.active:hover,
    .open .dropdown-toggle.datepicker table tr td.active.disabled,
    .open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
        color: #fff;
        background-color: #333;
        border-color: #fff;
    }

        .datepicker table tr td.active:active,
        .datepicker table tr td.active:hover:active,
        .datepicker table tr td.active.disabled:active,
        .datepicker table tr td.active.disabled:hover:active,
        .datepicker table tr td.active.active,
        .datepicker table tr td.active:hover.active,
        .datepicker table tr td.active.disabled.active,
        .datepicker table tr td.active.disabled:hover.active,
        .open .dropdown-toggle.datepicker table tr td.active,
        .open .dropdown-toggle.datepicker table tr td.active:hover,
        .open .dropdown-toggle.datepicker table tr td.active.disabled,
        .open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
            background-image: none;
        }

        .datepicker table tr td.active.disabled,
        .datepicker table tr td.active:hover.disabled,
        .datepicker table tr td.active.disabled.disabled,
        .datepicker table tr td.active.disabled:hover.disabled,
        .datepicker table tr td.active[disabled],
        .datepicker table tr td.active:hover[disabled],
        .datepicker table tr td.active.disabled[disabled],
        .datepicker table tr td.active.disabled:hover[disabled],
        fieldset[disabled] .datepicker table tr td.active,
        fieldset[disabled] .datepicker table tr td.active:hover,
        fieldset[disabled] .datepicker table tr td.active.disabled,
        fieldset[disabled] .datepicker table tr td.active.disabled:hover,
        .datepicker table tr td.active.disabled:hover,
        .datepicker table tr td.active:hover.disabled:hover,
        .datepicker table tr td.active.disabled.disabled:hover,
        .datepicker table tr td.active.disabled:hover.disabled:hover,
        .datepicker table tr td.active[disabled]:hover,
        .datepicker table tr td.active:hover[disabled]:hover,
        .datepicker table tr td.active.disabled[disabled]:hover,
        .datepicker table tr td.active.disabled:hover[disabled]:hover,
        fieldset[disabled] .datepicker table tr td.active:hover,
        fieldset[disabled] .datepicker table tr td.active:hover:hover,
        fieldset[disabled] .datepicker table tr td.active.disabled:hover,
        fieldset[disabled] .datepicker table tr td.active.disabled:hover:hover,
        .datepicker table tr td.active.disabled:focus,
        .datepicker table tr td.active:hover.disabled:focus,
        .datepicker table tr td.active.disabled.disabled:focus,
        .datepicker table tr td.active.disabled:hover.disabled:focus,
        .datepicker table tr td.active[disabled]:focus,
        .datepicker table tr td.active:hover[disabled]:focus,
        .datepicker table tr td.active.disabled[disabled]:focus,
        .datepicker table tr td.active.disabled:hover[disabled]:focus,
        fieldset[disabled] .datepicker table tr td.active:focus,
        fieldset[disabled] .datepicker table tr td.active:hover:focus,
        fieldset[disabled] .datepicker table tr td.active.disabled:focus,
        fieldset[disabled] .datepicker table tr td.active.disabled:hover:focus,
        .datepicker table tr td.active.disabled:active,
        .datepicker table tr td.active:hover.disabled:active,
        .datepicker table tr td.active.disabled.disabled:active,
        .datepicker table tr td.active.disabled:hover.disabled:active,
        .datepicker table tr td.active[disabled]:active,
        .datepicker table tr td.active:hover[disabled]:active,
        .datepicker table tr td.active.disabled[disabled]:active,
        .datepicker table tr td.active.disabled:hover[disabled]:active,
        fieldset[disabled] .datepicker table tr td.active:active,
        fieldset[disabled] .datepicker table tr td.active:hover:active,
        fieldset[disabled] .datepicker table tr td.active.disabled:active,
        fieldset[disabled] .datepicker table tr td.active.disabled:hover:active,
        .datepicker table tr td.active.disabled.active,
        .datepicker table tr td.active:hover.disabled.active,
        .datepicker table tr td.active.disabled.disabled.active,
        .datepicker table tr td.active.disabled:hover.disabled.active,
        .datepicker table tr td.active[disabled].active,
        .datepicker table tr td.active:hover[disabled].active,
        .datepicker table tr td.active.disabled[disabled].active,
        .datepicker table tr td.active.disabled:hover[disabled].active,
        fieldset[disabled] .datepicker table tr td.active.active,
        fieldset[disabled] .datepicker table tr td.active:hover.active,
        fieldset[disabled] .datepicker table tr td.active.disabled.active,
        fieldset[disabled] .datepicker table tr td.active.disabled:hover.active {
            background-color: #428bca;
            border-color: #357ebd;
        }

.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
}

    .datepicker table tr td span:hover {
        background: #eee;
    }

    .datepicker table tr td span.disabled,
    .datepicker table tr td span.disabled:hover {
        background: none;
        color: #999;
        cursor: default;
    }

    .datepicker table tr td span.active,
    .datepicker table tr td span.active:hover,
    .datepicker table tr td span.active.disabled,
    .datepicker table tr td span.active.disabled:hover {
        color: #fff;
        background-color: #428bca;
        border-color: #357ebd;
        text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    }

        .datepicker table tr td span.active:hover,
        .datepicker table tr td span.active:hover:hover,
        .datepicker table tr td span.active.disabled:hover,
        .datepicker table tr td span.active.disabled:hover:hover,
        .datepicker table tr td span.active:focus,
        .datepicker table tr td span.active:hover:focus,
        .datepicker table tr td span.active.disabled:focus,
        .datepicker table tr td span.active.disabled:hover:focus,
        .datepicker table tr td span.active:active,
        .datepicker table tr td span.active:hover:active,
        .datepicker table tr td span.active.disabled:active,
        .datepicker table tr td span.active.disabled:hover:active,
        .datepicker table tr td span.active.active,
        .datepicker table tr td span.active:hover.active,
        .datepicker table tr td span.active.disabled.active,
        .datepicker table tr td span.active.disabled:hover.active,
        .open .dropdown-toggle.datepicker table tr td span.active,
        .open .dropdown-toggle.datepicker table tr td span.active:hover,
        .open .dropdown-toggle.datepicker table tr td span.active.disabled,
        .open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
            color: #fff;
            background-color: #333;
            border-color: #e27513;
        }

            .datepicker table tr td span.active:active,
            .datepicker table tr td span.active:hover:active,
            .datepicker table tr td span.active.disabled:active,
            .datepicker table tr td span.active.disabled:hover:active,
            .datepicker table tr td span.active.active,
            .datepicker table tr td span.active:hover.active,
            .datepicker table tr td span.active.disabled.active,
            .datepicker table tr td span.active.disabled:hover.active,
            .open .dropdown-toggle.datepicker table tr td span.active,
            .open .dropdown-toggle.datepicker table tr td span.active:hover,
            .open .dropdown-toggle.datepicker table tr td span.active.disabled,
            .open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
                background-image: none;
            }

            .datepicker table tr td span.active.disabled,
            .datepicker table tr td span.active:hover.disabled,
            .datepicker table tr td span.active.disabled.disabled,
            .datepicker table tr td span.active.disabled:hover.disabled,
            .datepicker table tr td span.active[disabled],
            .datepicker table tr td span.active:hover[disabled],
            .datepicker table tr td span.active.disabled[disabled],
            .datepicker table tr td span.active.disabled:hover[disabled],
            fieldset[disabled] .datepicker table tr td span.active,
            fieldset[disabled] .datepicker table tr td span.active:hover,
            fieldset[disabled] .datepicker table tr td span.active.disabled,
            fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
            .datepicker table tr td span.active.disabled:hover,
            .datepicker table tr td span.active:hover.disabled:hover,
            .datepicker table tr td span.active.disabled.disabled:hover,
            .datepicker table tr td span.active.disabled:hover.disabled:hover,
            .datepicker table tr td span.active[disabled]:hover,
            .datepicker table tr td span.active:hover[disabled]:hover,
            .datepicker table tr td span.active.disabled[disabled]:hover,
            .datepicker table tr td span.active.disabled:hover[disabled]:hover,
            fieldset[disabled] .datepicker table tr td span.active:hover,
            fieldset[disabled] .datepicker table tr td span.active:hover:hover,
            fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
            fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
            .datepicker table tr td span.active.disabled:focus,
            .datepicker table tr td span.active:hover.disabled:focus,
            .datepicker table tr td span.active.disabled.disabled:focus,
            .datepicker table tr td span.active.disabled:hover.disabled:focus,
            .datepicker table tr td span.active[disabled]:focus,
            .datepicker table tr td span.active:hover[disabled]:focus,
            .datepicker table tr td span.active.disabled[disabled]:focus,
            .datepicker table tr td span.active.disabled:hover[disabled]:focus,
            fieldset[disabled] .datepicker table tr td span.active:focus,
            fieldset[disabled] .datepicker table tr td span.active:hover:focus,
            fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
            fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
            .datepicker table tr td span.active.disabled:active,
            .datepicker table tr td span.active:hover.disabled:active,
            .datepicker table tr td span.active.disabled.disabled:active,
            .datepicker table tr td span.active.disabled:hover.disabled:active,
            .datepicker table tr td span.active[disabled]:active,
            .datepicker table tr td span.active:hover[disabled]:active,
            .datepicker table tr td span.active.disabled[disabled]:active,
            .datepicker table tr td span.active.disabled:hover[disabled]:active,
            fieldset[disabled] .datepicker table tr td span.active:active,
            fieldset[disabled] .datepicker table tr td span.active:hover:active,
            fieldset[disabled] .datepicker table tr td span.active.disabled:active,
            fieldset[disabled] .datepicker table tr td span.active.disabled:hover:active,
            .datepicker table tr td span.active.disabled.active,
            .datepicker table tr td span.active:hover.disabled.active,
            .datepicker table tr td span.active.disabled.disabled.active,
            .datepicker table tr td span.active.disabled:hover.disabled.active,
            .datepicker table tr td span.active[disabled].active,
            .datepicker table tr td span.active:hover[disabled].active,
            .datepicker table tr td span.active.disabled[disabled].active,
            .datepicker table tr td span.active.disabled:hover[disabled].active,
            fieldset[disabled] .datepicker table tr td span.active.active,
            fieldset[disabled] .datepicker table tr td span.active:hover.active,
            fieldset[disabled] .datepicker table tr td span.active.disabled.active,
            fieldset[disabled] .datepicker table tr td span.active.disabled:hover.active {
                background-color: #428bca;
                border-color: #357ebd;
            }

    .datepicker table tr td span.old,
    .datepicker table tr td span.new {
        color: #999;
    }

.datepicker th.datepicker-switch {
    width: 145px;
}

.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
    cursor: pointer;
}

    .datepicker thead tr:first-child th:hover,
    .datepicker tfoot tr th:hover {
        background: #eee;
    }

.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle;
}

.datepicker thead tr:first-child th.cw {
    cursor: default;
    background-color: transparent;
}


.datepicker.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    list-style: none;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.2);
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    color: #333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 1.428571429;
    -webkit-box-shadow: 0 2px 1px rgba(0,0,0,0.2);
    box-shadow: 0 2px 1px rgba(0,0,0,0.2);
    padding: 7px 10px;
}

    .datepicker.dropdown-menu th,
    .datepicker.datepicker-inline th,
    .datepicker.dropdown-menu td,
    .datepicker.datepicker-inline td {
        padding: 0px 5px;
    }

.datepicker thead tr th.prev,
.datepicker thead tr th.next {
    cursor: pointer;
}

    .datepicker thead tr th.prev:before,
    .datepicker thead tr th.next:before {
        font-family: 'fontello';
        content: '\e9f2';
        font-size: 18px;
        font-weight: normal;
        font-style: normal;
    }

    .datepicker thead tr th.prev:hover,
    .datepicker thead tr th.next:hover {
        color: #e74e84;
    }

    .datepicker thead tr th.prev:before {
        content: '\e9f1';
    }

.datepicker .disabled.disabled-date.day, .datepicker .disabled.disabled-date.day:hover {
    background-color: #eb525b !important;
    color: #fff !important;
}

.datepicker .day:hover {
    background: #8ec549 !important;
    color: #fff;
}

.datepicker .old.day:hover, .datepicker .new.day:hover {
    background: #f8f8f8 !important;
    color: #999;
}

.bootstrap-timepicker {
    position: relative;
}

    .bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu {
        left: auto;
        right: 0;
    }

        .bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:before {
            left: auto;
            right: 12px;
        }

        .bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:after {
            left: auto;
            right: 13px;
        }

    .bootstrap-timepicker .add-on {
        cursor: pointer;
    }

        .bootstrap-timepicker .add-on i {
            display: inline-block;
            width: 16px;
            height: 16px;
            border: 1px solid rgba(0,0,0,0.2);
        }

.bootstrap-timepicker-widget.dropdown-menu {
    padding: 7px 10px;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 2px 1px rgba(0,0,0,0.2);
    box-shadow: 0 2px 1px rgba(0,0,0,0.2);
}

    .bootstrap-timepicker-widget.dropdown-menu.open {
        display: inline-block;
    }

    .bootstrap-timepicker-widget.dropdown-menu:before {
        border-bottom: 7px solid rgba(0,0,0,0.2);
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        content: "";
        display: inline-block;
        position: absolute;
    }

    .bootstrap-timepicker-widget.dropdown-menu:after {
        border-bottom: 6px solid #fff;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        content: "";
        display: inline-block;
        position: absolute;
    }

.bootstrap-timepicker-widget.timepicker-orient-left:before {
    left: 6px;
}

.bootstrap-timepicker-widget.timepicker-orient-left:after {
    left: 7px;
}

.bootstrap-timepicker-widget.timepicker-orient-right:before {
    right: 6px;
}

.bootstrap-timepicker-widget.timepicker-orient-right:after {
    right: 7px;
}

.bootstrap-timepicker-widget.timepicker-orient-top:before {
    top: -7px;
}

.bootstrap-timepicker-widget.timepicker-orient-top:after {
    top: -6px;
}

.bootstrap-timepicker-widget.timepicker-orient-bottom:before {
    bottom: -7px;
    border-bottom: 0;
    border-top: 7px solid #999;
}

.bootstrap-timepicker-widget.timepicker-orient-bottom:after {
    bottom: -6px;
    border-bottom: 0;
    border-top: 6px solid #fff;
}

.bootstrap-timepicker-widget a.btn,
.bootstrap-timepicker-widget input {
    -webkit-border-radius: 0;
    border-radius: 0;
}

.bootstrap-timepicker-widget table {
    width: 100%;
    margin: 0;
}

    .bootstrap-timepicker-widget table td {
        text-align: center;
        height: 30px;
        margin: 0;
        padding: 2px;
    }

        .bootstrap-timepicker-widget table td:not(.separator) {
            min-width: 30px;
        }

        .bootstrap-timepicker-widget table td span {
            width: 100%;
        }

        .bootstrap-timepicker-widget table td a {
            width: 100%;
            display: inline-block;
            margin: 0;
            outline: 0;
            color: #333;
            width: 35px;
            height: 35px;
            line-height: 35px;
        }

            .bootstrap-timepicker-widget table td a:hover {
                text-decoration: none;
                background-color: #eee;
            }

            .bootstrap-timepicker-widget table td a i {
                margin-top: 2px;
                font-size: 18px;
            }

        .bootstrap-timepicker-widget table td input {
            width: 35px;
            margin: 0;
            text-align: center;
            color: #000;
        }

.bootstrap-timepicker-widget .modal-content {
    padding: 4px;
}

#breadcrumb {
    background-color: #3f4079;
    padding: 25px 0;
    line-height: 1;
    color: #fff;
}

@media (max-width: 767px) {
    #breadcrumb {
        /* For less than 767px */
        padding: 15px 0;
    }
}

#breadcrumb ul {
    margin: 0;
    font-size: 13px;
    font-size: 0.8125rem;
}

    #breadcrumb ul li {
        display: inline-block;
        padding-right: 8px;
        margin-right: 3px;
        position: relative;
    }

        #breadcrumb ul li a {
            color: #fff;
        }

            #breadcrumb ul li a:hover {
                color: #74d1c6;
            }

        #breadcrumb ul li:after {
            content: "\e9ee";
            font-family: "fontello";
            position: absolute;
            right: 0;
            top: 0;
        }

        #breadcrumb ul li:last-child {
            opacity: 0.7;
        }

            #breadcrumb ul li:last-child:after {
                content: '';
                margin-right: 0;
            }

.tabs_styled_2 .nav-tabs .nav-item.show .nav-link,
.tabs_styled_2 .nav-tabs .nav-link.active {
    color: #333;
    background-color: #fff;
    border-color: #e1e8ed;
    border-bottom: 1px solid transparent;
}

@media (max-width: 767px) {
    .tabs_styled_2 .nav-tabs .nav-item.show .nav-link,
    .tabs_styled_2 .nav-tabs .nav-link.active {
        /* For less than 767px */
        border: 1px solid transparent;
    }
}

.tabs_styled_2 .nav-tabs .nav-link:focus,
.tabs_styled_2 .nav-tabs .nav-link.active:hover {
    border-color: #e1e8ed;
    border-bottom: 1px solid transparent;
}

@media (max-width: 767px) {
    .tabs_styled_2 .nav-tabs .nav-link:focus,
    .tabs_styled_2 .nav-tabs .nav-link.active:hover {
        /* For less than 767px */
        border: 1px solid transparent;
    }
}

.tabs_styled_2 .nav-tabs .nav-link:hover {
    border-color: transparent;
}

@media (max-width: 767px) {
    .tabs_styled_2 .nav-item {
        /* For less than 767px */
        display: block;
        width: 100%;
        margin-bottom: 5px;
        border: 1px solid #e1e8ed;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px;
    }
}

.tabs_styled_2 .nav-tabs .nav-link {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-size: 16px;
    font-size: 1rem;
    padding: 0.75rem 1.5rem;
    margin-right: 5px;
}

@media (max-width: 767px) {
    .tabs_styled_2 .nav-tabs .nav-link {
        /* For less than 767px */
        margin-right: 0;
        padding: 0.5rem;
    }
}

.tabs_styled_2 .nav-tabs {
    border-bottom: 1px solid #e1e8ed;
}

.tabs_styled_2 .tab-pane {
    background-color: #fff;
    padding: 30px 30px 20px 30px;
    border: 1px solid #e1e8ed;
    border-top: none;
}

    .tabs_styled_2 .tab-pane hr {
        margin: 30px -30px 30px -30px;
        border-color: #ededed;
    }

.indent_title_in {
    position: relative;
    padding-right: 60px;
    margin-bottom: 20px;
}

}

@media (max-width: 767px) {
    .indent_title_in {
        /* For less than 767px */
        padding-left: 0;
    }
}

.indent_title_in i {
    font-size: 40px;
    position: absolute;
    left: 0;
    color: #3f4079;
    top: 0;
}

@media (max-width: 767px) {
    .indent_title_in i {
        /* For less than 767px */
        position: static;
    }
}

.indent_title_in h3 {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 21px;
}

.indent_title_in p {
    color: #999;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-size: 0.875rem;
}

.wrapper_indent {
    padding-left: 60px;
}

@media (max-width: 767px) {
    .wrapper_indent {
        /* For less than 767px */
        padding-left: 0;
    }
}

ul.list_edu {
    margin-bottom: 0;
    line-height: 1.8;
}

    ul.list_edu li:before {
        font-family: fontello;
        content: "\ea3e";
        margin-right: 8px;
        color: #ccc;
    }

    ul.list_edu li strong {
        font-weight: 500;
    }

#review_summary {
    text-align: center;
    background-color: #3f4079;
    color: #fff;
    padding: 20px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

@media (max-width: 991px) {
    #review_summary {
        /* For less than 991px */
        margin-bottom: 15px;
    }
}

#review_summary strong {
    font-size: 3rem;
    line-height: 1;
}

.reviews-container .progress {
    margin-bottom: 10px;
}

.reviews-container .progress-bar {
    background-color: #74d1c6;
}

.reviews-container .review-box {
    position: relative;
    margin-bottom: 25px;
    padding-left: 100px;
    min-height: 100px;
}

@media (max-width: 767px) {
    .reviews-container .review-box {
        /* For less than 767px */
        padding-left: 0;
    }
}

.reviews-container .rev-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 80px;
    height: 80px;
    background: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

    .reviews-container .rev-thumb img {
        width: 80px;
        height: auto;
    }

@media (max-width: 767px) {
    .reviews-container .rev-thumb {
        /* For less than 767px */
        position: static;
        margin-bottom: 10px;
    }
}

.reviews-container .rev-content {
    position: relative;
    padding: 25px 25px 0 25px;
    border: 1px solid #ededed;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.reviews-container .rev-info {
    font-size: 0.75rem;
    font-style: italic;
    color: #777;
    margin-bottom: 10px;
}

#calendar {
    padding: 0;
    margin-bottom: 30px;
}

    #calendar .datepicker.datepicker-inline,
    #calendar .datepicker.datepicker-inline table {
        width: 100%;
    }

.datepicker thead tr th.prev:hover,
.datepicker thead tr th.next:hover {
    color: #e74e84;
}

.datepicker .disabled.disabled-date.day,
.datepicker .disabled.disabled-date.day:hover {
    background-color: #eb525b !important;
    color: #fff !important;
}

.datepicker .day:hover {
    background: #8ec549 !important;
    color: #fff;
    -moz-transition: all 0.3s ease-in-out;
    -o-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;
}

.datepicker .active.day:hover {
    background: #333 !important;
    color: #fff;
}

ul.legend li {
    display: inline-block;
    position: relative;
    margin-right: 15px;
    padding-left: 30px;
}

    ul.legend li strong {
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        left: 0;
        top: -2px;
    }

    ul.legend li:first-child strong {
        background-color: #8ec549;
    }

    ul.legend li:last-child strong {
        background-color: #eb525b;
    }

ul.time_select.version_2 li {
    float: left;
    width: 50%;
}

ul.time_select li input[type="radio"] {
    display: none;
    cursor: pointer;
}

    ul.time_select li input[type="radio"]:checked + label {
        background-color: #333;
        color: #fff;
    }

ul.time_select li label {
    display: inline-block;
    -moz-transition: all 0.3s ease-in-out;
    -o-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;
    background-color: #f8f8f8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 8px 10px 6px 10px;
    line-height: 1;
    min-width: 100px;
    margin: 5px;
    text-align: center;
    cursor: pointer;
}

    ul.time_select li label:hover {
        background-color: #e74e84;
        color: #fff;
    }

ul.treatments {
    margin-bottom: 45px;
}

    ul.treatments li {
        border-bottom: 1px dotted #ddd;
        width: 45%;
        float: left;
        margin: 0px;
    }

@media (max-width: 991px) {
    ul.treatments li {
        /* For less than 991px */
        width: auto;
        float: none;
    }
}

#sidebar_detail #map {
    width: 100%;
    height: 350px;
    text-align: center;
    background-color: #fff;
    border: 5px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 25px;
}

#sidebar_detail h4 {
    text-transform: uppercase;
    color: #6d7b84;
    font-size: 18px;
    font-size: 1.125rem;
}

.box_profile {
    background-color: #fff;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #e1e8ed;
    padding: 0 25px 25px 25px;
    margin-bottom: 35px;
}

    .box_profile figure {
        margin: -1px -26px 25px -26px;
        -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        -ms-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
        overflow: hidden;
    }

@media (max-width: 991px) {
    .box_profile figure {
        /* For less than 991px */
        width: 100px;
        height: 100px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        margin: 25px auto;
    }
}

.box_profile .rating {
    margin-bottom: 20px;
    display: inline-block;
}

.box_profile small {
    text-transform: uppercase;
    color: #999;
    font-weight: 600;
}

.box_profile h1 {
    font-size: 21px;
    font-size: 1.3125rem;
}

.box_profile p {
    color: #999;
}

.box_profile ul.statistic {
    padding-bottom: 5px;
}

    .box_profile ul.statistic li {
        display: inline-block;
        background-color: #74d1c6;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        line-height: normal;
        color: #fff;
        padding: 3px 10px;
        font-weight: 600;
        font-size: 12px;
        font-size: 0.75rem;
        min-width: 95px;
    }

.box_profile ul.contacts {
    text-align: right;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    padding: 25px;
    margin: 0 -25px 25px -25px;
}

@media (max-width: 991px) {
    .box_profile ul.contacts {
        /* For less than 991px */
        text-align: center;
    }
}

.box_profile ul.contacts li {
    margin-bottom: 15px;
}

    .box_profile ul.contacts li h6 {
        font-size: 14px;
        font-size: 0.875rem;
        margin-bottom: 3px;
    }

    .box_profile ul.contacts li:last-child {
        margin-bottom: 0;
    }

/*Version 3*/
.profile {
    padding-top: 20px;
}

@media (max-width: 767px) {
    .profile {
        /* For less than 767px */
        padding-top: 0;
    }
}

.profile .rating {
    margin-bottom: 15px;
    display: inline-block;
}

.profile small {
    text-transform: uppercase;
    color: #999;
    font-weight: 600;
}

.profile h1 {
    font-size: 24px;
    font-size: 1.5rem;
}

.profile p {
    color: #999;
}

.profile ul.statistic {
    padding-bottom: 5px;
    margin-bottom: 15px;
}

    .profile ul.statistic li {
        display: inline-block;
        background-color: #74d1c6;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        line-height: 1;
        color: #fff;
        padding: 8px 10px 5px 10px;
        font-weight: 600;
        font-size: 12px;
        font-size: 0.75rem;
        min-width: 95px;
        text-align: center;
    }

.profile ul.contacts {
    margin: 25px 0 0 0;
}

    .profile ul.contacts li {
        margin-bottom: 15px;
    }

        .profile ul.contacts li h6 {
            font-size: 14px;
            font-size: 0.875rem;
            margin-bottom: 3px;
        }

        .profile ul.contacts li:last-child {
            margin-bottom: 0;
        }

.booking .title {
    background-color: #3f4079;
    color: #fff;
    margin: -30px -30px 30px -30px;
    padding: 20px 30px;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

    .booking .title h3 {
        font-size: 28px;
        font-size: 1.75rem;
        margin: 0;
        color: #fff;
    }

    .booking .title small {
        font-size: 13px;
        font-size: 0.8125rem;
    }

.booking hr {
    margin-top: 15px !important;
}

.booking ul.treatments {
    margin: 15px 0 0 0;
}

    .booking ul.treatments li {
        border-top: 1px dotted #ddd;
        border-bottom: none;
        width: 100%;
        margin: 0;
        padding: 12px 0 5px 0;
    }

@media (max-width: 991px) {
    .booking ul.treatments li {
        /* For less than 991px */
        width: auto;
        float: none;
    }
}

#secondary_nav {
    background-color: #373869;
    background-color: rgba(63, 64, 121, 0.05);
    background-color: #3f4079;
    position: relative;
    bottom: -3px;
    border-bottom: none;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    padding: 15px;
}

    #secondary_nav.is_stuck {
        z-index: 99999999 !important;
        width: 100% !important;
        bottom: inherit;
        left: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
    }

    #secondary_nav ul {
        margin: 0;
    }

        #secondary_nav ul li {
            display: inline-block;
            font-weight: 500;
            font-size: 16px;
            font-size: 1rem;
            margin-right: 25px;
        }

@media (max-width: 767px) {
    #secondary_nav ul li {
        /* For less than 767px */
        margin-right: 15px;
    }
}

#secondary_nav ul li:last-child {
    display: none;
    margin-right: 0;
}

@media (max-width: 991px) {
    #secondary_nav ul li:last-child {
        /* For less than 991px */
        display: inline-block;
    }
}

#secondary_nav ul li a {
    color: #74d1c6;
}

    #secondary_nav ul li a:hover {
        color: #fff;
    }

    #secondary_nav ul li a.active {
        color: #fff;
    }

#section_1, #section_2, #section_3 {
    padding-bottom: 30px;
}

/*-------- 2.5 Login/register --------*/
#login {
    width: 400px;
    margin: 60px auto;
    color: #fff;
}

@media (max-width: 767px) {
    #login {
        /* For less than 767px */
        width: 100%;
        margin: 30px 0;
    }
}

#login h1 {
    font-size: 28px;
    font-size: 1.75rem;
    text-align: center;
    margin: 0 0 30px 0;
    color: #fff;
}

@media (max-width: 767px) {
    #login h1 {
        /* For less than 767px */
        font-size: 21px;
        font-size: 1.3125rem;
    }
}

.divider {
    text-align: center;
    margin: 30px 0;
    background-color: #e1e8ed;
}

    .divider span {
        position: relative;
        top: -20px;
        background-color: #fff;
        display: inline-block;
        padding: 10px;
        font-style: italic;
    }

.link_bright a {
    color: #e74e84;
}

    .link_bright a:hover {
        color: #fff02a;
    }

#login-2 {
    width: 650px;
    margin: 60px auto;
    color: #fff;
}

    #login-2 .box_form {
        padding: 30px 0 0 0;
    }

@media (max-width: 767px) {
    #login-2 .box_form {
        /* For less than 767px */
        padding: 20px 20px 0 20px;
    }
}

#login-2 .forgot {
    display: inline-block;
    margin-top: 5px;
}

@media (max-width: 767px) {
    #login-2 {
        /* For less than 767px */
        width: 100%;
        margin: 0;
    }
}

#login-2 h1 {
    font-size: 28px;
    font-size: 1.75rem;
    text-align: center;
    margin: 0 0 30px 0;
    color: #fff;
}

.box_login {
    width: 50%;
    float: left;
    border-right: 1px solid #e1e8ed;
    padding: 15px 25px;
}

@media (max-width: 767px) {
    .box_login {
        /* For less than 767px */
        width: 100%;
        border-right: 0;
        padding: 0;
    }
}

.box_login.last {
    border-right: 0;
}

a.social_bt {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    color: #fff;
    min-width: 200px;
    margin-bottom: 15px;
    display: block;
    padding: 12px;
    line-height: 1;
    position: relative;
    -moz-transition: all 0.3s ease-in-out;
    -o-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;
    cursor: pointer;
}

    a.social_bt:hover {
        -webkit-filter: brightness(115%);
        filter: brightness(115%);
    }

    a.social_bt.facebook:before, a.social_bt.google:before, a.social_bt.linkedin:before {
        font-family: 'ElegantIcons';
        position: absolute;
        left: 12px;
        top: 10px;
        font-size: 1rem;
        color: #fff;
    }

    a.social_bt.facebook {
        background-color: #3B5998;
    }

        a.social_bt.facebook:before {
            content: "\e093";
        }

    a.social_bt.google {
        background-color: #DC4E41;
    }

        a.social_bt.google:before {
            content: "\e096";
            top: 12px;
        }

    a.social_bt.linkedin {
        background-color: #0077B5;
    }

        a.social_bt.linkedin:before {
            content: "\e09d";
        }

#register {
    margin: 60px auto;
    color: #fff;
}

    #register h1 {
        font-size: 28px;
        font-size: 1.75rem;
        text-align: center;
        margin: 0 0 30px 0;
        color: #fff;
    }

.checkbox_2 {
    position: relative;
    display: block;
}

    .checkbox_2:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        cursor: pointer;
        border: 2px solid #e1e8ed;
        background: transparent;
    }

    .checkbox_2 input[type=checkbox]:focus + label:before {
        background-color: #e53c78;
        background-color: rgba(231, 78, 132, 0.2);
    }

    .checkbox_2 label:after {
        content: '';
        position: absolute;
        top: 6px;
        left: 6px;
        width: 8px;
        height: 8px;
        opacity: 0;
        background: #e74e84;
        -moz-transition: all 0.3s ease-in-out;
        -o-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;
    }

    .checkbox_2 input[type=checkbox] {
        opacity: 0;
        position: absolute;
        width: 0;
        height: 0;
    }

        .checkbox_2 input[type=checkbox]:checked + label:after {
            opacity: 1;
        }

.checkbox-holder span {
    position: relative;
    display: inline-block;
    margin: 2px 0 0 30px;
}

/*Password strength */
#pass-info {
    width: 100%;
    margin-bottom: 15px;
    color: #555;
    text-align: center;
    font-size: 12px;
    font-size: 0.75rem;
    padding: 5px 0 3px 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

    #pass-info.weakpass {
        border: 1px solid #FF9191;
        background: #FFC7C7;
        color: #94546E;
    }

    #pass-info.stillweakpass {
        border: 1px solid #FBB;
        background: #FDD;
        color: #945870;
    }

    #pass-info.goodpass {
        border: 1px solid #C4EEC8;
        background: #E4FFE4;
        color: #51926E;
    }

    #pass-info.strongpass {
        border: 1px solid #6ED66E;
        background: #79F079;
        color: #348F34;
    }

    #pass-info.vrystrongpass {
        border: 1px solid #379137;
        background: #48B448;
        color: #CDFFCD;
    }

#hero_register {
    background: #3f4079 url(../img/hero_bg_1.svg) repeat fixed;
    color: #fff;
}

    #hero_register h1 {
        color: #fff;
    }

@media (max-width: 767px) {
    #hero_register h1 {
        /* For less than 767px */
        font-size: 32px;
        font-size: 2rem;
    }
}

.box_feat_2 {
    position: relative;
    padding-left: 60px;
}

    .box_feat_2 h3 {
        font-size: 18px;
        font-size: 1.125rem;
        color: #fff02a;
    }

    .box_feat_2 i {
        font-size: 46px;
        font-size: 2.875rem;
        margin-bottom: 10px;
        color: #74d1c6;
        position: absolute;
        left: 0;
        top: 0;
    }

/*-------- 2.6 404 page --------*/
#error_page {
    width: 100%;
    height: 550px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #3f4079 url(../img/hero_bg_1.svg) repeat fixed;
    color: #fff;
}

    #error_page h2 {
        font-size: 140px;
        font-size: 8.75rem;
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
        line-height: 1;
    }

        #error_page h2 i {
            color: #fff02a;
        }

@media (max-width: 767px) {
    #error_page h2 {
        /* For less than 767px */
        font-size: 72px;
        font-size: 4.5rem;
    }
}

#error_page p {
    font-size: 21px;
    font-size: 1.3125rem;
}

@media (max-width: 767px) {
    #error_page {
        /* For less than 767px */
        padding: 0;
        height: 450px;
    }
}

.search_bar_error {
    position: relative;
    margin-bottom: 60px;
}

    .search_bar_error input[type='text'] {
        border: 0;
        height: 50px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        padding-left: 15px;
        -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.35);
        -moz-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.35);
        box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.35);
    }

    .search_bar_error input[type='submit'] {
        position: absolute;
        right: 0;
        color: #fff;
        font-weight: 600;
        top: 0;
        border: 0;
        padding: 0 25px;
        height: 50px;
        cursor: pointer;
        -webkit-border-radius: 0 3px 3px 0;
        -moz-border-radius: 0 3px 3px 0;
        -ms-border-radius: 0 3px 3px 0;
        border-radius: 0 3px 3px 0;
        background-color: #74d1c6;
        -moz-transition: all 0.3s ease-in-out;
        -o-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;
    }

        .search_bar_error input[type='submit']:hover {
            background-color: #e74e84;
        }

/*-------- 2.7 Contact page --------*/
#contact_info {
    margin: 35px 0 0 0;
}

@media (max-width: 767px) {
    #contact_info {
        /* For less than 767px */
        margin: 0 0 35px 0;
    }
}

#contact_info h3 {
    font-size: 18px;
    font-size: 1.125rem;
}

#contact_info h4 {
    font-size: 14px;
    font-size: 0.875rem;
}

#contact_info ul li {
    margin-bottom: 15px;
}

    #contact_info ul li strong {
        display: block;
        font-weight: 500;
    }

#map_contact {
    width: 100%;
    height: 500px;
}

@media (max-width: 767px) {
    #map_contact {
        /* For less than 767px */
        height: 350px;
    }
}

.error_message {
    font-weight: 500;
    color: #f26c4f;
    display: inline-block;
    margin-bottom: 10px;
}

/*-------- 2.8 Booking page/confirm --------*/
.form_title {
    position: relative;
    padding-left: 55px;
    margin-bottom: 10px;
}

    .form_title h3 {
        margin: 0;
        padding: 0;
        font-size: 21px;
        font-size: 1.3125rem;
    }

        .form_title h3 strong {
            background-color: #e74e84;
            text-align: center;
            width: 40px;
            height: 40px;
            display: inline-block;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            border-radius: 50%;
            color: #fff;
            font-size: 18px;
            font-size: 1.125rem;
            line-height: 42px;
            text-align: center;
            position: absolute;
            left: 0;
            top: -5px;
        }

    .form_title p {
        color: #999;
        margin: 0;
        padding: 0;
        font-size: 12px;
        line-height: 14px;
    }

.cards {
    margin-top: 28px;
}

@media (max-width: 991px) {
    .cards {
        /* For less than 991px */
        display: none;
    }
}

.step {
    padding: 20px 0 0 55px;
    margin: 0 0 0 0;
}

@media (max-width: 991px) {
    .step {
        /* For less than 991px */
        padding-left: 0;
    }
}

.box_general_3.cart label {
    font-weight: 500;
}

.message {
    background-color: #f8f8f8;
    padding: 15px;
    margin-bottom: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

    .message p {
        margin: 0;
    }

.summary ul {
    margin: 0 0 15px 0;
    padding: 0;
}

    .summary ul li {
        margin-bottom: 10px;
    }

        .summary ul li strong {
            font-weight: 500;
        }

ul.treatments.checkout {
    margin: 0;
    padding: 0;
}

    ul.treatments.checkout li {
        margin-bottom: 8px;
    }

        ul.treatments.checkout li strong {
            font-weight: 500;
        }

        ul.treatments.checkout li.total {
            text-transform: uppercase;
            color: #3f4079;
            font-weight: 500;
            font-size: 18px;
            font-size: 1.125rem;
        }

#confirm {
    text-align: center;
}

@-webkit-keyframes checkmark {
    0% {
        stroke-dashoffset: 50px;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@-ms-keyframes checkmark {
    0% {
        stroke-dashoffset: 50px;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes checkmark {
    0% {
        stroke-dashoffset: 50px;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 240px;
    }

    100% {
        stroke-dashoffset: 480px;
    }
}

@-ms-keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 240px;
    }

    100% {
        stroke-dashoffset: 480px;
    }
}

@keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 240px;
    }

    100% {
        stroke-dashoffset: 480px;
    }
}

.inlinesvg .svg svg {
    display: inline;
}

.icon--order-success svg path {
    -webkit-animation: checkmark 0.25s ease-in-out 0.7s backwards;
    animation: checkmark 0.25s ease-in-out 0.7s backwards;
}

.icon--order-success svg circle {
    -webkit-animation: checkmark-circle 0.6s ease-in-out backwards;
    animation: checkmark-circle 0.6s ease-in-out backwards;
}

/*-------- 2.9 Pricing page --------*/
.pricing_head {
    padding: 100px 0 120px 0;
    text-align: center;
    color: #fff;
}

@media (max-width: 767px) {
    .pricing_head {
        /* For less than 767px */
        padding: 80px 0;
    }
}

.pricing_head h1 {
    color: #fff;
    font-weight: 500;
    font-size: 38px;
    font-size: 2.375rem;
}

.pricing_head p {
    font-weight: 300;
    font-size: 21px;
    font-size: 1.3125rem;
}

.margin_tabs {
    margin-top: -97px;
}

@media (max-width: 991px) {
    .margin_tabs {
        /* For less than 991px */
        margin-top: -70px;
    }
}

@media (max-width: 767px) {
    .margin_tabs {
        /* For less than 767px */
        margin-top: -50px;
    }
}

.tabs {
    position: relative;
    width: 100%;
    overflow: visible;
    padding-bottom: 35px;
}

    .tabs nav {
        text-align: center;
        overflow: hidden;
    }

        .tabs nav ul {
            padding: 0;
            margin: 0;
            list-style: none;
            display: inline-block;
            width: 100%;
            text-align: center;
        }

            .tabs nav ul li {
                margin: 0 -4px 0 0;
                display: block;
                display: inline-block;
                background-color: #f5f8fa;
                width: 33%;
                text-align: left;
                line-height: 1.3;
            }

@media (max-width: 991px) {
    .tabs nav ul li {
        /* For less than 991px */
        text-align: center;
    }
}

.tabs nav ul li a {
    padding: 25px 35px 25px 90px;
    color: #555;
    display: block;
    font-size: 21px;
    font-size: 1.3125rem;
    white-space: nowrap;
    position: relative;
    font-weight: 500;
}

@media (max-width: 991px) {
    .tabs nav ul li a {
        /* For less than 991px */
        padding: 15px;
        font-size: 16px;
        font-size: 1rem;
    }
}

.tabs nav ul li a i {
    position: absolute;
    left: 35px;
    top: 25px;
    font-size: 38px;
    font-size: 2.375rem;
}

@media (max-width: 991px) {
    .tabs nav ul li a i {
        /* For less than 991px */
        display: none;
    }
}

.tabs nav ul li a em {
    display: block;
    font-size: 16px;
    font-size: 1rem;
    font-style: normal;
    font-weight: normal;
}

@media (max-width: 767px) {
    .tabs nav ul li a em {
        /* For less than 767px */
        display: none;
    }
}

.tabs nav ul li:first-child {
    -webkit-border-radius: 3px 0 0 0;
    -moz-border-radius: 3px 0 0 0;
    -ms-border-radius: 3px 0 0 0;
    border-radius: 3px 0 0 0;
    border-right: 2px solid #ddd;
}

.tabs nav ul li:last-child {
    -webkit-border-radius: 0 3px 0 0;
    -moz-border-radius: 0 3px 0 0;
    -ms-border-radius: 0 3px 0 0;
    border-radius: 0 3px 0 0;
    border-left: 2px solid #ddd;
}

.tabs nav ul li.tab-current {
    background-color: #fff;
    z-index: 100;
}

    .tabs nav ul li.tab-current:after {
        right: auto;
        left: 100%;
        width: 4000px;
    }

    .tabs nav ul li.tab-current a {
        color: #222;
    }

        .tabs nav ul li.tab-current a i {
            color: #3f4079;
        }

/* Content */
.content section {
    padding: 60px 0 0 0;
    display: none;
    max-width: 1230px;
    margin: 0 auto;
}

    .content section:before, .content section:after {
        content: '';
        display: table;
    }

    .content section.content-current {
        display: block;
    }

    .content section:after {
        clear: both;
    }

.no-js .content section {
    display: block;
    padding-bottom: 2em;
    border-bottom: 1px solid #e2e2e2;
}

.box_pricing {
    padding: 30px;
    margin-bottom: 30px;
    border: 1px solid #ededed;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    position: relative;
}

@media (max-width: 767px) {
    .box_pricing {
        /* For less than 767px */
        padding: 15px;
    }
}

.box_pricing hr {
    margin: 25px -30px;
    border-color: #ededed;
}

@media (max-width: 767px) {
    .box_pricing hr {
        /* For less than 767px */
        margin: 25px -15px;
    }
}

.box_pricing ul {
    list-style: disc;
    padding: 0 0 0 20px;
    margin: 0 0 30px 0;
}

.box_pricing a {
    background-color: #3f4079;
    display: block;
    color: #fff;
    padding: 10px;
    font-weight: 500;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

    .box_pricing a:hover {
        background-color: #e74e84;
        color: #fff;
    }

.box_pricing .price {
    text-align: center;
    font-weight: 500;
    font-size: 36px;
    font-size: 2.25rem;
    margin-bottom: 20px;
    color: #3f4079;
}

    .box_pricing .price sup {
        font-size: 16px;
        font-size: 1rem;
    }

    .box_pricing .price em {
        font-size: 16px;
        font-size: 1rem;
        color: #555;
        font-weight: 400;
    }

.ribbon {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

    .ribbon span {
        font-size: 10px;
        font-weight: bold;
        color: #222;
        text-transform: uppercase;
        text-align: center;
        line-height: 20px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        width: 100px;
        display: block;
        position: absolute;
        top: 19px;
        right: -21px;
    }

        .ribbon span.top_selling {
            background: #00dfaa;
        }

            .ribbon span.top_selling::before {
                content: "";
                position: absolute;
                left: 0px;
                top: 100%;
                z-index: -1;
                border-left: 3px solid #008a69;
                border-right: 3px solid transparent;
                border-bottom: 3px solid transparent;
                border-top: 3px solid #008a69;
            }

            .ribbon span.top_selling::after {
                content: "";
                position: absolute;
                right: 0px;
                top: 100%;
                z-index: -1;
                border-left: 3px solid transparent;
                border-right: 3px solid #008a69;
                border-bottom: 3px solid transparent;
                border-top: 3px solid #008a69;
            }

/*-------- 2.10 Submit review --------*/
.box_general_3.write_review h1 {
    font-weight: 500;
    font-size: 28px;
    font-size: 1.75rem;
    margin-bottom: 20px;
}

.box_general_3.write_review label {
    font-weight: 500;
}

.rating {
    display: inline-block;
    position: relative;
}

.rating-input {
    display: none;
}

    .rating:hover .rating-star:hover,
    .rating:hover .rating-star:hover ~ .rating-star,
    .rating-input:checked ~ .rating-star {
        background-position: 0 0;
    }

.rating-star,
.rating:hover .rating-star {
    cursor: pointer;
    float: right;
    display: block;
    margin-right: 3px;
    width: 37px;
    height: 37px;
    background: url(../img/stars.svg) 0 -38px;
}

.fileupload {
    position: relative;
    width: 320px;
}

input[type=file] {
    background-color: #fff;
    border: 1px solid #e1e8ed;
    padding: 5px;
    height: auto;
    color: #999;
    border-radius: 3px;
}

    input[type=file]::-webkit-file-upload-button, input[type=file].invalid::-webkit-file-upload-button, input[type=file].valid::-webkit-file-upload-button {
        color: #fff;
        font-size: 13px;
        border: 0;
        border-radius: 3px;
        padding: 8px 10px 8px 38px;
        background: #3f4079 url(../img/camera.svg) 8px center no-repeat;
        outline: none;
    }

/*-------- 2.11 Home with map --------*/
.hero_map {
    width: 100%;
    height: 600px;
    position: relative;
}

@media (max-width: 767px) {
    .hero_map {
        /* For less than 767px */
        height: 550px;
    }
}

.hero_map .search_wp {
    width: 100%;
    position: absolute;
    bottom: 15px;
}

@media (max-width: 991px) {
    .hero_map .search_wp {
        /* For less than 991px */
        padding: 0 10px;
    }
}

@media (max-width: 767px) {
    .hero_map .search_wp {
        /* For less than 767px */
        position: relative;
        bottom: 140px;
    }
}

.hero_map .search_wp #custom-search-input ul li label {
    background-color: #3f4079;
    color: #fff;
}

.cta_subscribe h3 {
    color: #fff;
    font-size: 26px;
    font-size: 1.625rem;
    font-weight: 400;
    letter-spacing: -1px;
    text-transform: uppercase;
}

.cta_subscribe p {
    font-size: 16px;
    font-size: 1rem;
}

.cta_subscribe .block_1 {
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background-color: #3f4079;
    color: #fff;
}

@media (max-width: 767px) {
    .cta_subscribe .block_1 {
        /* For less than 767px */
        padding: 60px 15px;
    }
}

.cta_subscribe .block_2 {
    padding: 60px;
    background-color: #4a4b8e;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    color: #fff;
}

@media (max-width: 767px) {
    .cta_subscribe .block_2 {
        /* For less than 767px */
        padding: 60px 15px;
    }
}

.cta_subscribe a.btn_1,
.cta_subscribe .btn_1 {
    border: none;
    color: #fff;
    width: 180px;
    background: #74d1c6;
    outline: none;
    cursor: pointer;
    display: inline-block;
    margin: 15px auto 0;
    text-decoration: none;
    padding: 15px 30px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    -moz-transition: all 0.3s ease-in-out;
    -o-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;
    font-size: 14px;
    font-size: 0.875rem;
}

    .cta_subscribe a.btn_1:hover,
    .cta_subscribe .btn_1:hover {
        background-color: #fff;
        color: #e74e84;
    }

/*-------- 2.12 About --------*/
a.box_feat_about {
    text-align: center;
    background: #fff;
    padding: 40px 30px 30px 30px;
    display: block;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    -webkit-box-shadow: 0px 3px 0px 0px #f0f2f4;
    -moz-box-shadow: 0px 3px 0px 0px #f0f2f4;
    box-shadow: 0px 3px 0px 0px #f0f2f4;
    color: #555;
    margin-bottom: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
}

@media (max-width: 767px) {
    a.box_feat_about {
        /* For less than 767px */
        padding: 20px 20px 0 20px;
    }
}

a.box_feat_about:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0px 3px 0px 0px #ebedef;
    -moz-box-shadow: 0px 3px 0px 0px #ebedef;
    box-shadow: 0px 3px 0px 0px #ebedef;
}

a.box_feat_about i {
    font-size: 70px;
    font-size: 4.375rem;
    color: #3f4079;
    margin-bottom: 10px;
}

a.box_feat_about h3 {
    font-size: 18px;
    font-size: 1.125rem;
}

.about-review {
    margin-bottom: 30px;
    border: 1px solid #e1e8ed;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    padding: 25px;
    min-height: 260px;
}

@media (max-width: 767px) {
    .about-review {
        /* For less than 767px */
        min-height: inherit;
    }
}

.about-review .user_review {
    padding-left: 60px;
    position: relative;
    padding-top: 10px;
}

    .about-review .user_review figure {
        position: absolute;
        left: 0;
        top: 0;
        width: 45px;
        height: 45px;
        overflow: hidden;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
    }

        .about-review .user_review figure img {
            width: auto;
            height: 50px;
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

    .about-review .user_review h4 {
        font-size: 14px;
        font-size: 0.875rem;
        margin-bottom: 0;
        color: #777;
    }

    .about-review .user_review span {
        display: block;
        font-size: 12px;
        font-size: 0.75rem;
        color: #999;
        font-weight: normal;
    }

.about-review .rating {
    color: #222;
    margin-bottom: 10px;
}

    .about-review .rating i {
        color: #999;
    }

    .about-review .rating .voted {
        color: #FFC107;
    }

/*============================================================================================*/
/* 3.  COMMON */
/*============================================================================================*/
/*-------- 3.1 Misc --------*/
.bg_color_1 {
    background-color: #fff;
}

.bg_color_2 {
    background: #3f4079 url(../img/hero_bg_1.svg) repeat fixed;
}

.form-control {
    font-size: 14px;
    font-size: 0.875rem;
    min-height: 40px;
    border-color: #e1e8ed;
}

#booking .loader {
    position: absolute;
    right: 15px;
    top: 13px;
    color: #fff;
}

.box_form {
    background-color: #fff;
    padding: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
    margin-bottom: 25px;
    color: #555;
}

    .box_form label {
        font-weight: 500;
        font-size: 13px;
        font-size: 0.8125rem;
        margin-bottom: 3px;
    }

    .box_form .form-group {
        margin-bottom: 25px;
    }

.box_general {
    background-color: #fff;
    padding: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 15px;
    color: #555;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
}

    .box_general hr {
        margin-left: -30px;
        margin-right: -30px;
    }

.box_general_2 {
    background-color: #fff;
    padding: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 25px;
    border: 1px solid #e1e8ed;
}

    .box_general_2 hr {
        margin-left: -30px;
        margin-right: -30px;
    }

.box_general_3 {
    background-color: #fff;
    padding: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 15px;
    border: 1px solid #e1e8ed;
}

    .box_general_3 hr {
        margin: 30px -30px 30px -30px;
    }

/* Checkbox style */
.container_check {
    display: block;
    position: relative;
    font-size: 14px;
    font-size: 0.875rem;
    padding-left: 30px;
    line-height: 1.4;
    margin-bottom: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .container_check input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

        .container_check input:checked ~ .checkmark {
            background-color: #3f4079;
            border: 1px solid transparent;
        }

    .container_check .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 20px;
        width: 20px;
        border: 1px solid #e1e8ed;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        -moz-transition: all 0.3s ease-in-out;
        -o-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;
    }

        .container_check .checkmark:after {
            content: "";
            position: absolute;
            display: none;
            left: 7px;
            top: 3px;
            width: 5px;
            height: 10px;
            border: solid white;
            border-width: 0 2px 2px 0;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        }

    .container_check input:checked ~ .checkmark:after {
        display: block;
    }

/*Show/hide password*/
.my-toggle {
    background: transparent;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    color: #888;
    cursor: pointer;
    font-size: 10px;
    font-size: 10px;
    font-size: 0.625rem;
    font-weight: bold;
    margin-right: 5px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    text-transform: uppercase;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: #fff;
}

    .my-toggle:hover, .my-toggle:focus {
        background-color: #eee;
        color: #555;
        outline: transparent;
    }

.hideShowPassword-wrapper {
    width: 100% !important;
}

/*-------- 3.2 List --------*/
ul.bullets {
    line-height: 1.8;
    margin-bottom: 0;
}

    ul.bullets li {
        position: relative;
        padding-left: 20px;
    }

        ul.bullets li:before {
            font-style: normal;
            font-weight: normal;
            font-family: 'ElegantIcons';
            font-size: 14px;
            content: "\5c";
            color: #ccc;
            position: absolute;
            left: 0;
            top: 0;
        }

.box_faq {
    position: relative;
    padding-left: 50px;
}

    .box_faq h4 {
        font-size: 18px;
        font-size: 1.125rem;
    }

    .box_faq i {
        font-size: 36px;
        font-size: 2.25rem;
        position: absolute;
        left: 0;
        top: 0;
        color: #999;
    }

/*-------- 3.3 Spacing --------*/
.add_bottom_15 {
    margin-bottom: 15px;
}

.add_bottom_30 {
    margin-bottom: 30px;
}

.add_bottom_45 {
    margin-bottom: 45px;
}

@media (max-width: 767px) {
    .add_bottom_45 {
        /* For less than 767px */
        margin-bottom: 30px;
    }
}

.add_bottom_60 {
    margin-bottom: 60px;
}

.add_bottom_75 {
    margin-bottom: 75px;
}

.add_top_20 {
    margin-top: 20px;
}

.add_top_30 {
    margin-top: 30px;
}

.add_top_60 {
    margin-top: 60px;
}

.more_padding_left {
    padding-left: 40px;
}

.nomargin_top {
    margin-top: 0;
}

.nopadding {
    margin: 0 !important;
    padding: 0 !important;
}

.nomargin {
    margin: 0 !important;
}

.margin_60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

@media (max-width: 767px) {
    .margin_60 {
        /* For less than 767px */
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.margin_60_35 {
    padding-top: 60px;
    padding-bottom: 35px;
}

@media (max-width: 767px) {
    .margin_60_35 {
        /* For less than 767px */
        padding-top: 30px;
        padding-bottom: 5px;
    }
}

.margin_120 {
    padding-top: 120px;
    padding-bottom: 120px;
}

@media (max-width: 991px) {
    .margin_120 {
        /* For less than 991px */
        padding-top: 60px;
        padding-bottom: 35px;
    }
}

.margin_120_95 {
    padding-top: 120px;
    padding-bottom: 95px;
}

@media (max-width: 991px) {
    .margin_120_95 {
        /* For less than 991px */
        padding-top: 60px;
        padding-bottom: 35px;
    }
}

@media (max-width: 767px) {
    .margin_120_95 {
        /* For less than 767px */
        padding-top: 30px;
        padding-bottom: 5px;
    }
}

/*-------- 3.4 Scroll top button --------*/
#toTop {
    width: 40px;
    height: 40px;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.6);
    text-align: center;
    padding: 10px;
    line-height: 20px;
    position: fixed;
    bottom: 15px;
    right: 15px;
    cursor: pointer;
    display: none;
    color: #fff;
    font-size: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    z-index: 99;
}

    #toTop:before {
        font-family: "fontello";
        content: "\e899";
    }

/*-------- 3.5 Community badges --------*/
.box_badges {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    text-align: center;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    padding: 30px 25px 5px 25px;
    position: relative;
    margin-bottom: 30px;
}

    .box_badges h3 {
        font-size: 21px;
        font-size: 1.3125rem;
    }

    .box_badges ul li {
        display: inline-block;
        background-color: #74d1c6;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px;
        line-height: normal;
        color: #fff;
        padding: 3px 10px;
        font-weight: 600;
        font-size: 13px;
        font-size: 0.8125rem;
        min-width: 120px;
        margin-bottom: 5px;
    }

#badge_level_1,
#badge_level_2,
#badge_level_3,
#badge_level_4,
#badge_level_5,
#badge_level_6 {
    width: 100px;
    height: 100px;
    margin: 0 auto 25px;
    position: relative;
}

.disabled_badge {
    opacity: 0.8;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
}

    .disabled_badge:hover {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
        filter: grayscale(0);
        -webkit-filter: grayscale(0);
        opacity: 1;
    }

    .disabled_badge i {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -20px;
        margin-top: -45px;
        z-index: 9;
        width: 40px;
        height: 40px;
        color: rgba(0, 0, 0, 0.6);
        text-indent: 0;
        font-size: 40px;
        font-size: 2.5rem;
    }

        .disabled_badge i:before {
            margin: 0;
        }

    .disabled_badge:hover i {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px);
        -moz-transition: all 0.3s ease-in-out;
        -o-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;
    }

.badge_list_1 {
    position: relative;
    top: -2px;
    margin-left: 10px;
}

/*-------- 3.6 Pagination --------*/
.page-item.active .page-link {
    background-color: #3f4079;
    border-color: #3f4079;
}

.page-item.disabled .page-link {
    color: #999;
    border-color: #e1e8ed;
}

.page-link {
    color: #e74e84;
    border: 1px solid #e1e8ed;
}

    .page-link:focus, .page-link:hover {
        color: #fff;
        text-decoration: none;
        background-color: #e74e84;
        border-color: #e74e84;
    }

/*-------- 3.7 Cookie bar --------*/
#cookie-bar {
    background: rgba(0, 0, 0, 0.8);
    height: auto;
    line-height: 24px;
    color: #eeeeee;
    text-align: center;
    padding: 15px 0;
    font-weight: 400;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 500;
}

    #cookie-bar p {
        margin: 0;
        padding: 0;
    }

    #cookie-bar a {
        color: #fff;
        display: inline-block;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        text-decoration: none;
        padding: 2px 10px;
        margin-left: 8px;
    }

@media (max-width: 767px) {
    #cookie-bar a {
        /* For less than 767px */
        display: block;
        max-width: 150px;
        margin: auto;
        margin-bottom: 5px;
    }
}

#cookie-bar .cb-enable {
    background: #74d1c6;
}

    #cookie-bar .cb-enable:hover {
        background: #fff;
        color: #74d1c6;
    }

#cookie-bar .cb-disable {
    background: #990000;
}

    #cookie-bar .cb-disable:hover {
        background: #bb0000;
    }

#cookie-bar .cb-policy {
    background: #e74e84;
}

    #cookie-bar .cb-policy:hover {
        background: #fff;
        color: #e74e84;
    }

#cookie-bar.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
}

    #cookie-bar.fixed.bottom {
        bottom: 0;
        top: auto;
    }

@media (max-width: 767px) {
    #cookie-bar {
        /* For less than 767px */
        padding: 5px 0;
    }
}

/*-------- 3.8 Date dropper/time dropper --------*/
.form-control:disabled#booking_date,
.form-control[readonly]#booking_date,
.form-control:disabled#booking_time,
.form-control[readonly]#booking_time {
    background-color: #fff;
    opacity: 1;
}

div.datedropper, .td-wrap {
    font-family: "Poppins", Helvetica, sans-serif !important;
}

    div.datedropper .picker .pick-lg ul.pick-lg-b li.pick-v:hover {
        text-decoration: none !important;
    }

    div.datedropper.primary:before,
    div.datedropper.primary .pick-submit,
    div.datedropper.primary .pick-lg-b .pick-sl:before,
    div.datedropper.primary .pick-m,
    div.datedropper.primary .pick-lg-h {
        background-color: #e74e84 !important;
    }

    div.datedropper.primary .pick-y.pick-jump,
    div.datedropper.primary .pick li span,
    div.datedropper.primary .pick-lg-b .pick-wke,
    div.datedropper.primary .pick-btn {
        color: #fd4741;
    }

/*-------- 3.9 Faq --------*/
.box_style_cat {
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #e1e8ed;
    margin-bottom: 25px;
}

ul#cat_nav {
    list-style: none;
    margin: 0;
    padding: 0;
}

    ul#cat_nav li {
        border-bottom: 1px solid #e1e8ed;
    }

        ul#cat_nav li i {
            font-size: 16px;
            font-size: 1rem;
            margin: 1px 10px 0 0;
            float: left;
        }

        ul#cat_nav li:last-child {
            border-bottom: 0;
            padding-bottom: 0;
        }

        ul#cat_nav li a {
            position: relative;
            color: #555;
            display: block;
            padding: 15px 10px;
        }

            ul#cat_nav li a:after {
                font-family: "fontello";
                content: "\e89b";
                position: absolute;
                right: 15px;
                top: 15px;
            }

            ul#cat_nav li a span {
                font-size: 11px;
                font-size: 0.6875rem;
                color: #999;
            }

            ul#cat_nav li a:hover, ul#cat_nav li a#active, ul#cat_nav li a.active {
                color: #e74e84;
            }

        ul#cat_nav li:first-child a:hover, ul#cat_nav li:first-child a#active, ul#cat_nav li:first-child a.active {
            -webkit-border-radius: 3px 3px 0 0;
            -moz-border-radius: 3px 3px 0 0;
            -ms-border-radius: 3px 3px 0 0;
            border-radius: 3px 3px 0 0;
        }

        ul#cat_nav li:last-child a:hover, ul#cat_nav li:last-child a#active, ul#cat_nav li:last-child a.active {
            -webkit-border-radius: 0 0 3px 3px;
            -moz-border-radius: 0 0 3px 3px;
            -ms-border-radius: 0 0 3px 3px;
            border-radius: 0 0 3px 3px;
        }

.card {
    border: 0;
    margin-bottom: 5px;
}

    .card .card-header {
        background-color: #fff;
        border-bottom: 1px solid #e1e8ed;
        padding: 20px;
    }

.card-body {
    padding-bottom: 0;
}

.card-header h5 {
    font-size: 16px;
    font-size: 1rem;
}

    .card-header h5 a {
        border: 0;
        display: block;
        color: #999;
    }

        .card-header h5 a i.indicator {
            font-size: 18px;
            font-size: 1.125rem;
            font-weight: normal;
            float: right;
            color: #e74e84;
        }

.main_title_4 {
    background-color: #4A89DC;
    background-color: #4A89DC;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 30px;
}

    .main_title_4 h3 {
        font-size: 16px;
        font-size: 1rem;
        text-transform: uppercase;
        margin: 0;
        color: #fff;
    }

box_profile small {
    text-transform: uppercase;
    color: #999;
    font-weight: 600;
}

.box_profile h1 {
    font-size: 21px;
    font-size: 1.3125rem;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

.rating i.voted {
    color: #FFC107;
}

.rating i {
    color: #ddd;
    font-size: 13px;
    font-size: 0.8125rem;
}

.icon_star:before {
    content: "\e033";
}

a.btn_1.outline, .btn_1.outline {
    background: transparent;
    border: 2px solid #e74e84;
    color: #e74e84;
}

a.btn_1, .btn_1 {
    border: none;
    color: #fff;
    background: #e74e84;
    cursor: pointer;
    padding: 7px 20px;
    display: inline-block;
    outline: none;
    font-size: 14px;
    font-size: 0.875rem;
    -moz-transition: all 0.3s ease-in-out;
    -o-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;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    font-weight: 500;
}

.box_profile ul.contacts li h6 {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 3px;
}

.tabs_styled_2 .nav-tabs {
    border-bottom: 1px solid #e1e8ed;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.tabs_styled_2 .nav-tabs .nav-link {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-size: 16px;
    font-size: 1rem;
    padding: 0.75rem 1.5rem;
    margin-right: 5px;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
}

.indent_title_in i {
    font-size: 40px;
    position: absolute;
    right: 0;
    color: #3f4079;
    top: 0;
}

h1, h2, h3, h4, h5, h6 {
    color: #333;
}

.main-content {
    background: #f5f8fa;
    position: relative;
    z-index: 1;
}

.layer-overlay.overlay-dark-8::before {
    background-color: rgba(17, 17, 17, 0.5);
}

.layer-overlay::before {
    right: 0;
}

.layer-overlay::before {
    background: rgba(17, 17, 17, 0.1) none repeat scroll 0 0;
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}


.tabs_styled_2 .nav-tabs .nav-item.show .nav-link,
.tabs_styled_2 .nav-tabs .nav-link.active {
    color: #333;
    background-color: #fff;
    border-color: #e1e8ed;
    border-bottom: 1px solid transparent;
}

@media (max-width: 767px) {
    .tabs_styled_2 .nav-tabs .nav-item.show .nav-link,
    .tabs_styled_2 .nav-tabs .nav-link.active {
        /* For less than 767px */
        border: 1px solid transparent;
    }
}

.tabs_styled_2 .nav-tabs .nav-link:focus,
.tabs_styled_2 .nav-tabs .nav-link.active:hover {
    border-color: #e1e8ed;
    border-bottom: 1px solid transparent;
}

@media (max-width: 767px) {
    .tabs_styled_2 .nav-tabs .nav-link:focus,
    .tabs_styled_2 .nav-tabs .nav-link.active:hover {
        /* For less than 767px */
        border: 1px solid transparent;
    }
}

.tabs_styled_2 .nav-tabs .nav-link:hover {
    border-color: transparent;
}

@media (max-width: 767px) {
    .tabs_styled_2 .nav-item {
        /* For less than 767px */
        display: block;
        width: 100%;
        margin-bottom: 5px;
        border: 1px solid #e1e8ed;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px;
    }
}

.tabs_styled_2 .nav-tabs .nav-link {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-size: 16px;
    font-size: 1rem;
    padding: 0.75rem 1.5rem;
    margin-right: 5px;
}

@media (max-width: 767px) {
    .tabs_styled_2 .nav-tabs .nav-link {
        /* For less than 767px */
        margin-right: 0;
        padding: 0.5rem;
    }
}

.tabs_styled_2 .nav-tabs {
    border-bottom: 1px solid #e1e8ed;
}

.tabs_styled_2 .tab-pane {
    background-color: #fff;
    padding: 30px 30px 20px 30px;
    border: 1px solid #e1e8ed;
    border-top: none;
}

    .tabs_styled_2 .tab-pane hr {
        margin: 30px -30px 30px -30px;
        border-color: #ededed;
    }

.indent_title_in {
    position: relative;
    padding-left: 60px;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .indent_title_in {
        /* For less than 767px */
        padding-left: 0;
    }
}

.indent_title_in i {
    font-size: 40px;
    position: absolute;
    left: 0;
    color: #3f4079;
    top: 0;
}

@media (max-width: 767px) {
    .indent_title_in i {
        /* For less than 767px */
        position: static;
    }
}

.indent_title_in h3 {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 21px;
}

.indent_title_in p {
    color: #999;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-size: 0.875rem;
}

.wrapper_indent {
    padding-left: 60px;
}

@media (max-width: 767px) {
    .wrapper_indent {
        /* For less than 767px */
        padding-left: 0;
    }
}

ul.list_edu {
    margin-bottom: 0;
    line-height: 1.8;
}

    ul.list_edu li:before {
        font-family: fontello;
        content: "\ea3e";
        margin-right: 8px;
        color: #ccc;
    }

    ul.list_edu li strong {
        font-weight: 500;
    }

#review_summary {
    text-align: center;
    background-color: #3f4079;
    color: #fff;
    padding: 20px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

@media (max-width: 991px) {
    #review_summary {
        /* For less than 991px */
        margin-bottom: 15px;
    }
}

#review_summary strong {
    font-size: 3rem;
    line-height: 1;
}

.reviews-container .progress {
    margin-bottom: 10px;
}

.reviews-container .progress-bar {
    background-color: #74d1c6;
}

.reviews-container .review-box {
    position: relative;
    margin-bottom: 25px;
    padding-left: 100px;
    min-height: 100px;
}

@media (max-width: 767px) {
    .reviews-container .review-box {
        /* For less than 767px */
        padding-left: 0;
    }
}

.reviews-container .rev-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 80px;
    height: 80px;
    background: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

    .reviews-container .rev-thumb img {
        width: 80px;
        height: auto;
    }

@media (max-width: 767px) {
    .reviews-container .rev-thumb {
        /* For less than 767px */
        position: static;
        margin-bottom: 10px;
    }
}

.reviews-container .rev-content {
    position: relative;
    padding: 25px 25px 0 25px;
    border: 1px solid #ededed;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.reviews-container .rev-info {
    font-size: 0.75rem;
    font-style: italic;
    color: #777;
    margin-bottom: 10px;
}

#calendar {
    padding: 0;
    margin-bottom: 30px;
}

    #calendar .datepicker.datepicker-inline,
    #calendar .datepicker.datepicker-inline table {
        width: 100%;
    }

.datepicker thead tr th.prev:hover,
.datepicker thead tr th.next:hover {
    color: #e74e84;
}

.datepicker .disabled.disabled-date.day,
.datepicker .disabled.disabled-date.day:hover {
    background-color: #eb525b !important;
    color: #fff !important;
}

.datepicker .day:hover {
    background: #8ec549 !important;
    color: #fff;
    -moz-transition: all 0.3s ease-in-out;
    -o-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;
}

.datepicker .active.day:hover {
    background: #333 !important;
    color: #fff;
}

ul.legend li {
    display: inline-block;
    position: relative;
    margin-right: 15px;
    padding-left: 20px;
}

    ul.legend li strong {
        display: block;
        width: 15px;
        height: 15px;
        position: absolute;
        left: 0;
        top: -2px;
    }

    ul.legend li:first-child strong {
        background-color: #8ec549;
    }

    ul.legend li:last-child strong {
        background-color: #eb525b;
    }

ul.time_select.version_2 li {
    float: left;
    width: 50%;
}

ul.time_select li input[type="radio"] {
    display: none;
    cursor: pointer;
}

    ul.time_select li input[type="radio"]:checked + label {
        background-color: #333;
        color: #fff;
    }

ul.time_select li label {
    display: inline-block;
    -moz-transition: all 0.3s ease-in-out;
    -o-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;
    background-color: #f8f8f8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 8px 10px 6px 10px;
    line-height: 1;
    min-width: 100px;
    margin: 5px;
    text-align: center;
    cursor: pointer;
}

    ul.time_select li label:hover {
        background-color: #e74e84;
        color: #fff;
    }

ul.treatments {
    margin-bottom: 45px;
}

    ul.treatments li {
        border-bottom: 1px dotted #ddd;
        width: 45%;
        float: right;
        margin: 0px;
    }

@media (max-width: 991px) {
    ul.treatments li {
        /* For less than 991px */
        width: auto;
        float: none;
    }
}

input[type=checkbox].css-checkbox {
    position: absolute;
    z-index: -1000;
    right: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

    input[type=checkbox].css-checkbox + label.css-label {
        padding-left: 35px;
        height: 25px;
        display: inline-block;
        background-repeat: no-repeat;
        background-position: 0 0;
        vertical-align: middle;
        cursor: pointer;
        padding-top: 3px;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    input[type=checkbox].css-checkbox:hover + label.css-label {
        background-position: 0 -28px;
    }

    input[type=checkbox].css-checkbox:checked + label.css-label {
        background-position: 0 -56px;
    }

label.css-label {
    background-image: url(../img/checkbox.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    display: block;
}

    label.css-label strong {
        float: right;
    }

#sidebar_detail {
    position: relative;
    top: -240px;
}

    #sidebar_detail #map {
        width: 100%;
        height: 350px;
        text-align: center;
        background-color: #fff;
        border: 5px solid #fff;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
        margin-bottom: 25px;
    }

    #sidebar_detail h4 {
        text-transform: uppercase;
        color: #6d7b84;
        font-size: 18px;
        font-size: 1.125rem;
    }

.box_profile {
    background-color: #fff;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #e1e8ed;
    padding: 0 25px 25px 25px;
    margin-bottom: 35px;
}

    .box_profile figure {
        margin: -1px -26px 25px -26px;
        -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        -ms-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
        overflow: hidden;
    }

@media (max-width: 991px) {
    .box_profile figure {
        /* For less than 991px */
        width: 100px;
        height: 100px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        margin: 25px auto;
    }
}

.box_profile .rating {
    margin-bottom: 20px;
    display: inline-block;
}

.box_profile small {
    text-transform: uppercase;
    color: #999;
    font-weight: 600;
}

.box_profile h1 {
    font-size: 21px;
    font-size: 1.3125rem;
}

.box_profile p {
    color: #999;
}

.box_profile ul.statistic {
    padding-bottom: 5px;
}

    .box_profile ul.statistic li {
        display: inline-block;
        background-color: #2d9a8d;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        line-height: normal;
        color: #fff;
        padding: 3px 10px;
        font-weight: 600;
        font-size: 12px;
        font-size: 0.75rem;
        min-width: 95px;
    }

.box_profile ul.contacts {
    text-align: right;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    padding: 25px;
    margin: 0 -25px 25px -25px;
}

@media (max-width: 991px) {
    .box_profile ul.contacts {
        /* For less than 991px */
        text-align: center;
    }
}

.box_profile ul.contacts li {
    margin-bottom: 15px;
}

    .box_profile ul.contacts li h6 {
        font-size: 14px;
        font-size: 0.875rem;
        margin-bottom: 3px;
    }

    .box_profile ul.contacts li:last-child {
        margin-bottom: 0;
    }

/*Version 3*/
.profile {
    padding-top: 20px;
}

@media (max-width: 767px) {
    .profile {
        /* For less than 767px */
        padding-top: 0;
    }
}

.profile .rating {
    margin-bottom: 15px;
    display: inline-block;
}

.profile small {
    text-transform: uppercase;
    color: #999;
    font-weight: 600;
}

.profile h1 {
    font-size: 24px;
    font-size: 1.5rem;
}

.profile p {
    color: #999;
}

.profile ul.statistic {
    padding-bottom: 5px;
    margin-bottom: 15px;
}

    .profile ul.statistic li {
        display: inline-block;
        background-color: #74d1c6;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        line-height: 1;
        color: #fff;
        padding: 8px 10px 5px 10px;
        font-weight: 600;
        font-size: 12px;
        font-size: 0.75rem;
        min-width: 95px;
        text-align: center;
    }

.profile ul.contacts {
    margin: 25px 0 0 0;
}

    .profile ul.contacts li {
        margin-bottom: 15px;
    }

        .profile ul.contacts li h6 {
            font-size: 14px;
            font-size: 0.875rem;
            margin-bottom: 3px;
        }

        .profile ul.contacts li:last-child {
            margin-bottom: 0;
        }

.booking .title {
    background-color: #3f4079;
    color: #fff;
    margin: -30px -30px 30px -30px;
    padding: 20px 30px;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

    .booking .title h3 {
        font-size: 28px;
        font-size: 1.75rem;
        margin: 0;
        color: #fff;
    }

    .booking .title small {
        font-size: 13px;
        font-size: 0.8125rem;
    }

.booking hr {
    margin-top: 15px !important;
}

.booking ul.treatments {
    margin: 15px 0 0 0;
}

    .booking ul.treatments li {
        border-top: 1px dotted #ddd;
        border-bottom: none;
        width: 100%;
        margin: 0;
        padding: 12px 0 5px 0;
    }

@media (max-width: 991px) {
    .booking ul.treatments li {
        /* For less than 991px */
        width: auto;
        float: none;
    }
}

#secondary_nav {
    background-color: #373869;
    background-color: rgba(63, 64, 121, 0.05);
    background-color: #3f4079;
    position: relative;
    bottom: -3px;
    border-bottom: none;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    padding: 15px;
}

    #secondary_nav.is_stuck {
        z-index: 99999999 !important;
        width: 100% !important;
        bottom: inherit;
        left: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
    }

    #secondary_nav ul {
        margin: 0;
    }

        #secondary_nav ul li {
            display: inline-block;
            font-weight: 500;
            font-size: 16px;
            font-size: 1rem;
            margin-right: 25px;
        }

@media (max-width: 767px) {
    #secondary_nav ul li {
        /* For less than 767px */
        margin-right: 15px;
    }
}

#secondary_nav ul li:last-child {
    display: none;
    margin-right: 0;
}

@media (max-width: 991px) {
    #secondary_nav ul li:last-child {
        /* For less than 991px */
        display: inline-block;
    }
}

#secondary_nav ul li a {
    color: #74d1c6;
}

    #secondary_nav ul li a:hover {
        color: #fff;
    }

    #secondary_nav ul li a.active {
        color: #fff;
    }

#section_1, #section_2, #section_3 {
    padding-bottom: 30px;
}

.box_profile h1 {
    font-size: 21px;
    font-size: 1.3125rem;
    margin-top: 0px;
}

a.btn_1.medium, .btn_1.medium {
    padding: 12px 45px;
    font-size: 16px;
    font-size: 1rem;
}


input[type=checkbox].css-checkbox {
    position: absolute;
    z-index: -1000;
    right: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

    input[type=checkbox].css-checkbox + label.css-label {
        padding-right: 35px;
        height: 25px;
        display: inline-block;
        background-repeat: no-repeat;
        background-position: 100% 0;
        vertical-align: middle;
        cursor: pointer;
        padding-top: 3px;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    input[type=checkbox].css-checkbox:hover + label.css-label {
        background-position: 100% -28px;
    }

    input[type=checkbox].css-checkbox:checked + label.css-label {
        background-position: 100% -56px;
    }

label.css-label {
    background-image: url('newfonts/checkbox.png');
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    display: block;
    background-position: 100% 0px;
}

    label.css-label strong {
        float: left;
    }

#sidebar_detail {
    position: relative;
    top: -240px;
}

    #sidebar_detail #map {
        width: 100%;
        height: 350px;
        text-align: center;
        background-color: #fff;
        border: 5px solid #fff;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
        margin-bottom: 25px;
    }

    #sidebar_detail h4 {
        text-transform: uppercase;
        color: #6d7b84;
        font-size: 18px;
        font-size: 1.125rem;
    }

.box_profile {
    background-color: #fff;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #e1e8ed;
    padding: 0 25px 25px 25px;
    margin-bottom: 35px;
}

.newfloatle {
    float: left;
}


.tabs_styled_2 .tab-pane {
    background-color: #fff;
    padding: 30px 30px 20px 30px;
    border: 1px solid #e1e8ed;
    border-top: none;
}

.tab-content {
    padding: 0px;
}

tabs_styled_2 .nav-tabs .nav-item.show .nav-link, .tabs_styled_2 .nav-tabs .nav-link.active {
    color: #333;
    background-color: #fff;
    border-color: #e1e8ed;
    border-bottom: 1px solid transparent;
}


    .tabs_styled_2 .nav-tabs .nav-link:focus, .tabs_styled_2 .nav-tabs .nav-link.active:hover {
        border-color: #e1e8ed;
        border-bottom: 1px solid transparent;
    }

.tabs_styled_2 .nav-tabs .nav-link:hover {
    border-color: transparent;
}

.tabs_styled_2 .nav-tabs .nav-item.show .nav-link, .tabs_styled_2 .nav-tabs .nav-link.active {
    color: #333;
    background-color: #fff;
    border-color: #e1e8ed;
    border-bottom: 1px solid transparent;
}

.tabs_styled_2 .nav-tabs .nav-link {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-size: 16px;
    font-size: 1rem;
    padding: 0.75rem 1.5rem;
    margin-right: 5px;
}

.nav-tabs > li > a {
    margin-right: 0px;
}

.nav-tabs > li > a {
    margin-right: 0px;
    font-size: 1em;
}

.nav-tabs > li > a {
    margin-right: 0px;
    font-size: 1em;
    color: #e74e84;
}

.tabs_styled_2 .tab-pane p {
    margin-bottom: 25px;
    font-family: 'HelveticaNeueW23-Reg';
}

.box_profile ul.contacts li {
    margin-bottom: 15px;
    font-family: 'HelveticaNeueW23-Reg';
}

ul.list_edu li {
    font-family: 'HelveticaNeueW23-Reg';
}

.indent_title_in i {
    font-size: 40px;
    position: absolute;
    left: 0;
    color: #1d70ec;
    top: 0;
}

.indent_title_in h3 {
    color: #1d70ec;
}

.table > tbody > tr > td {
    font-family: 'HelveticaNeueW23-Reg';
}

#bodyContent_CalendarTime {
    border-radius: 10PX;
}

    #bodyContent_CalendarTime tr th {
        font-size: 12PX;
        padding: 5PX;
    }

    #bodyContent_CalendarTime tr > td:first-child {
        font-size: 15PX;
        padding: 5PX;
    }

    #bodyContent_CalendarTime tr TD {
        font-size: 12PX;
        padding: 5PX;
    }

#bodyContent_CalendarTime {
    border-radius: 10PX;
    BORDER: 1PX SOLID #E7E7E7;
    border-width: 1px;
    border-style: solid;
    border-collapse: collapse;
    BORDER-RADIUS: 20PX !IMPORTANT;
}

.Calendar {
    width: 100%;
    border-color: #E9E9E9;
}

.SelectedDayStyle {
    background: #f4f4f4;
    color: Maroon;
}

.TodayDayStyle {
    background-color: #000000;
    color: White;
}

.OtherMonthDayStyle {
    color: #cccccc;
}

.DayHeaderStyle {
    background-color: #e9e9e9;
    background-image: url(images/blog/cal-header-bg.jpg);
}

.DayStyle {
    border: 1px solid #cccccc;
    height: 40px;
}

.TitleStyle {
    background-color: #ffffff;
    color: #000000;
    padding: 2px;
}

#bodyContent_lstTime {
    BORDER: 1PX SOLID #E7E7E7;
}

input.txtDes {
    border-radius: 10PX !important;
    border: 1px solid #c9cecf;
    padding-right: 20px;
    vertical-align: text-top;
    align: top;
    margin-top: -10px;
}

#bodyContent_CalendarTime tr > td a {
}

#bodyContent_CalendarTime tr > td a {
    color: #666 !important;
}

#bodyContent_CalendarTime tr .myCalendarDayHeader {
    background: #4a89dc !important;
    font-size: 15px;
    color: #fff !important;
}

#bodyContent_CalendarTime tbody tr > td {
    font-size: 15PX;
    padding: 5PX;
    color: #fff !important;
    background: #154e9e;
}

#bodyContent_CalendarTime tr > td:first-child {
    font-size: 14PX;
    padding: 0PX !important;
    text-align: center;
    color: #fff !important;
}

    #bodyContent_CalendarTime tr > td:first-child * {
        font-size: 17PX;
        padding: 5PX;
        text-align: center;
        color: #fff !important;
    }

.myCalendarTitle {
    margin-bottom: 0px;
}

#bodyContent_CalendarTime tr > td a {
    color: #cccccc !important;
}

#bodyContent_CalendarTime tr > td.myCalendarDay:first-child * {
    color: #666 !important;
}

#bodyContent_CalendarTime tbody tr > td.myCalendarDay {
    border: 4px solid #fff;
}

#bodyContent_CalendarTime tbody tr > td {
    font-size: 15PX;
    padding: 7PX 4px;
    color: #fff !important;
    background: #154e9e;
}

#bodyContent_CalendarTime tr > td:first-child * {
    font-size: 17PX;
    padding: 9PX;
    text-align: center;
    color: #fff !important;
}

.ifobox {
    -webkit-box-shadow: -4px 5px 18px -5px rgba(201,193,201,1);
    -moz-box-shadow: -4px 5px 18px -5px rgba(201,193,201,1);
    box-shadow: -4px 5px 18px -5px rgba(201,193,201,1);
        padding: 11px 10px;
        border:1px solid #e1e8ed !important;
        border-radius:12px;
            height: 390px;
}
.legend
{
    text-align:center;
    font-size:12px;
}
.myCalendarSelector
{
    background:#8ec549 !important;
}

ul.time_select li label {
    display: inline-block;
    line-height: 42px !important;
    -moz-transition: all 0.3s ease-in-out;
    -o-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;
    background-color: #f8f8f8;
    height: 52px;
    border-radius: 16px !important;
    color: #666 !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 8px 10px 6px 10px;
    line-height: 1;
    min-width: 100px;
    /* margin: 5px; */
    text-align: center;
    cursor: pointer;
    min-width: 90%;
    color: #000;
    border:1px solid #e7e7e7;
}
#bodyContent_CalendarTime tbody tr > td
{
}

ul.time_select li input[type="radio"]:checked + label {
    background-color: #67a9ff;
    color: #fff !important;
}
ul.time_select li label:hover {
    background-color: #e74e84;
    color: #fff !important;
}