* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: robotoregular;
    font-size: 14px;
    color: #000;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

.grid {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
    border: 0;
}

.wfull {
    width: 100%;
    max-width: 100%;
}

.row {
    width: 100%;
}

.row .row {
    width: auto;
    margin: 0 -15px;
}

.minus-margin {
    width: auto;
    margin: 0 -15px;
}

.c3 {
    width: 25%;
}

.c6 {
    width: 50%;
}

.c9 {
    width: 75%;
}

.c12 {
    width: 100%;
}

.c1,
.c10,
.c11,
.c12,
.c2,
.c20-percent,
.c3,
.c4,
.c5,
.c6,
.c7,
.c8,
.c9 {
    min-height: 1px;
    float: left;
    padding-left: 15px;
    padding-right: 7px;
    position: relative;
}

.clearfix:after,
.clearfix:before,
.row:after,
.row:before {
    content: "";
    display: table;
}

.clearfix:after,
.row:after {
    clear: both;
}

.clearfix,
.row {
    zoom: 1;
}

@font-face {
    font-family: robotolight;
    src: url(../fonts/roboto-light-webfont.eot);
    src: url(../fonts/roboto-light-webfontd41d.eot?#iefix) format("embedded-opentype"), url(../fonts/roboto-light-webfont.html) format("woff2"), url(../fonts/roboto-light-webfont.woff) format("woff"), url(../fonts/roboto-light-webfont.ttf) format("truetype"), url(../fonts/roboto-light-webfont.svg#robotolight) format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: robotomedium;
    src: url(../fonts/roboto-medium-webfont.eot);
    src: url(../fonts/roboto-medium-webfontd41d.eot?#iefix) format("embedded-opentype"), url(../fonts/roboto-medium-webfont.html) format("woff2"), url(../fonts/roboto-medium-webfont.woff) format("woff"), url(../fonts/roboto-medium-webfont.ttf) format("truetype"), url(../fonts/roboto-medium-webfont.svg#robotomedium) format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: robotoregular;
    src: url(../fonts/roboto-regular-webfont.eot);
    src: url(../fonts/roboto-regular-webfontd41d.eot?#iefix) format("embedded-opentype"), url(../fonts/roboto-regular-webfont.html) format("woff2"), url(../fonts/roboto-regular-webfont.woff) format("woff"), url(../fonts/roboto-regular-webfont.ttf) format("truetype"), url(../fonts/roboto-regular-webfont.svg#robotoregular) format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: robotoblack;
    src: url(../fonts/roboto-black-webfont.eot);
    src: url(../fonts/roboto-black-webfontd41d.eot?#iefix) format("embedded-opentype"), url(../fonts/roboto-black-webfont.html) format("woff2"), url(../fonts/roboto-black-webfont.woff) format("woff"), url(../fonts/roboto-black-webfont.ttf) format("truetype"), url(../fonts/roboto-black-webfont.svg#robotoblack) format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: roboto_condensedbold;
    src: url(../fonts/robotocondensed-bold-webfont.eot);
    src: url(../fonts/robotocondensed-bold-webfontd41d.eot?#iefix) format("embedded-opentype"), url(../fonts/robotocondensed-bold-webfont.html) format("woff2"), url(../fonts/robotocondensed-bold-webfont.woff) format("woff"), url(../fonts/robotocondensed-bold-webfont.ttf) format("truetype"), url(../fonts/robotocondensed-bold-webfont.svg#roboto_condensedbold) format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: roboto_condensedregular;
    src: url(../fonts/robotocondensed-regular-webfont.eot);
    src: url(../fonts/robotocondensed-regular-webfontd41d.eot?#iefix) format("embedded-opentype"), url(../fonts/robotocondensed-regular-webfont.html) format("woff2"), url(../fonts/robotocondensed-regular-webfont.woff) format("woff"), url(../fonts/robotocondensed-regular-webfont.ttf) format("truetype"), url(../fonts/robotocondensed-regular-webfont.svg#roboto_condensedregular) format("svg");
    font-weight: 400;
    font-style: normal;
}

.w100 {
    width: 100%;
    float: left;
}

.black-txt {
    color: #000 !important;
}

.white-txt {
    color: #fff !important;
}

.base-color-bg {
    background: #4073bd;
}

.base-color-bg1 {
    background: #4073bd;
}

.grey-bg {
    background: #e7e7e7 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    margin: 0;
    padding: 0;
    font-weight: 400;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 20px;
}

a {
    color: #4073bd;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    outline: 0;
}



.align-left {
    text-align: left;
}

.display-block {
    display: block;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.header-bg {
    background: #4073bd;
}

.top-bar {
    width: 100%;
    background: #fff;
    padding: 0 0;
}

ul.top-link {
    margin: 0;
    padding: 0;
    list-style-type: none;
    color: #686664;
    font-size: 12px;
    float: right;
}

ul.top-link li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    float: left;
}

ul.top-link li a {
    color: #000;
    font-size: 12px;
    margin: 0 28px 0 0;
    text-transform: uppercase;
    font-family: robotomedium;
    line-height: 40px;
}

ul.social-top {
    margin: 0;
    padding: 0;
    list-style-type: none;
    float: right;
}

ul.social-top li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    float: left;
    margin: 0 6px;
}

ul.social-top li a i {
    font-size: 18px;
    line-height: 40px;
}

ul.social-bottom {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}

ul.social-bottom li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: inline-block;
    margin: 0 12px;
}

ul.social-bottom li a i {
    font-size: 18px;
    line-height: 40px;
    color: #fff;
}

.logo {
    float: left;
    /* margin: 24px 0; */
    color: #189d0e;
}

.info {
    float: right;
    padding: 15px 0;
}

.info .fa-phone {
    float: left;
    margin-right: 14px;
    width: 60px;
    height: 60px;
    background: 0 0;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    border-radius: 60px;
    text-align: center;
    line-height: 58px;
    font-size: 30px;
    color: #fff;
    border: 2px solid #fff;
}

.call {
    float: left;
    margin-right: 50px;
}

.info ul {
    margin: 9px 0 0 0;
    padding: 0;
    list-style-type: none;
    float: left;
    color: #fff;
}

.info ul li.txt {
    font-size: 14px;
    display: block;
    font-weight: 400;
    margin-bottom: 2px;
    color: #fff;
}

.info ul li.num_mail {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    font-family: robotomedium;
    line-height: 18px;
}

.info a {
    color: #fff;
}

ul.book-appointment {
    margin: 6px 0 0 0;
    padding: 0;
    list-style-type: none;
    border: 2px solid #fff;
}

ul.book-appointment li a {
    font-size: 18px;
    display: block;
    font-family: robotomedium;
    float: left;
    padding: 7px 10px;
    line-height: 30px;
    background: #4073bd;
    color: #fff;
    display: block;
}

ul.book-appointment li a i {
    font-size: 30px;
    margin-right: 7px;
    float: left;
}

a.button1 {
    background: #4073bd;
    color: #fff;
    padding: 10px 20px;
    font-family: robotomedium;
    font-size: 16px;
    text-transform: uppercase;
    border: 2px solid #4073bd;
}

.section-padding {
    padding: 30px 0;
}

.dr-clm {
    border: 1px solid #e7e7e7;
    padding-right: 30px;
}

.dr-clm img {
    float: left;
    margin-right: 30px;
}

.img-clm {
    width: 50%;
}

.dr-name {
    font-family: roboto_condensedbold;
    font-size: 24px;
    color: #000;
    padding: 15px 0 5px 0;
    margin: 0;
}

.dr-edu {
    font-family: robotomedium;
    font-size: 16px;
    color: #4073bd;
    line-height: 26px;
    padding: 0;
    margin: 0;
}

.block-head {
    font-size: 36px;
    color: #fff;
    font-family: roboto_condensedbold;
    font-weight: 400;
}

.head1 {
    font-size: 36px;
    color: #000;
    font-family: roboto_condensedbold;
    font-weight: 400;
    margin-bottom: 15px;
}

.input-field-contact {
    border: 1px solid #767676;
    width: 100%;
    padding: 7px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-bottom: 12px;
    font-size: 14px;
    color: #666;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #767676;
    font-family: robotoregular;
    opacity: 1;
}


.textarea-field-contact {
    border: 1px solid #767676;
    width: 100%;
    padding: 7px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-bottom: 12px;
    font-size: 14px;
    color: #666;
    font-family: robotoregular;
}

.con-txt {
    margin: 0 0 8px 0;
    padding: 0;
    font-size: 14px;
    color: #333;
    display: block;
    text-align: left;
}

.con-txt span {
    color: red;
}

.req-txt-red {
    font-size: 11px;
    color: red;
}

.submit-btn-new {
    background: #4073bd;
    text-transform: uppercase;
    color: #fff;
    padding: 12px 25px;
    border: 0;
    font-family: robotomedium;
    font-size: 16px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.contact-block {
    background: #fff;
    text-align: center;
    padding: 30px;
    border: 1px solid #767676;
}

.contact-block i {
    font-size: 60px;
    color: #4073bd;
}

.need-help {
    font-size: 18px;
    font-family: robotomedium;
    text-transform: uppercase;
    color: #000;
}

.call-us-txt {
    font-size: 36px;
    line-height: 36px;
    font-family: robotoblack;
    text-transform: uppercase;
    color: #4073bd;
    margin: 0;
    padding: 0;
}

.call-number a {
    font-size: 30px;
    line-height: 30px;
    font-family: robotoblack;
    color: #4073bd;
    margin: 0;
    padding: 0;
}

.contact-block ul {
    margin: 10px auto 0;
    padding: 0;
    list-style-type: none;
    width: 300px;
}

.contact-block ul li {
    width: 100%;
    float: left;
}

.contact-block ul li a {
    font-size: 18px;
    color: #fff;
    font-family: roboto_condensedbold;
    background: #4073bd;
    display: block;
    margin: 0 15px;
    padding: 10px 0;
    text-transform: uppercase;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
}

.breadcrumb {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 14px;
    padding: 10px 0;
}

.breadcrumb li {
    float: left;
    color: #4073bd;
}

.breadcrumb>li+li::before {
    padding: 0 5px;
    color: #4073bd;
    font-family: FontAwesome;
    content: "\f101";
}

.breadcrumb li a {
    color: #4073bd;
}

.breadcrumb li.active {
    color: #4073bd;
}

.inner-body {
    padding: 30px 0 50px;
}

.body-txt p {
    font-size: 14px;
    line-height: 24px;
    color: #000;
}

.inner-body h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 15px;
    margin-top: 15px;
    font-family: roboto_condensedregular;
}

.inner-body h3 {
    color: #4073bd;
}

.queryform {
    background: #4073bd;
    padding: 15px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.queryform h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 15px;
}

.input-field {
    border: 0 solid #1c84b0;
    width: 100%;
    padding: 5px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-bottom: 15px;
    font-size: 14px;
    font-family: robotoregular;
}

.textarea-field {
    border: 0 solid #1c84b0;
    width: 100%;
    padding: 5px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-bottom: 15px;
    font-size: 14px;
    font-family: robotoregular;
}

.submit-btn {
    background: #4073bd;
    color: #fff;
    padding: 7px 10px;
    font-size: 16px;
    font-family: robotomedium;
    text-transform: uppercase;
    border: 2px solid #4073bd;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.req-txt {
    font-size: 11px;
    color: #fff;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container embed,
.video-container iframe,
.video-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.heading {
    font-size: 24px;
    color: #fff;
    padding: 5px 15px;
    font-family: roboto_condensedregular;
}

footer {
    margin: 0;
    padding: 0;
    background: #263238;
    font-size: 14px;
}

.footer-bottom {
    background: #4073bd;
    padding: 30px 0;
    color: #fff;
    text-align: center;
}

.footer-bottom p {
    margin: 0;
    padding: 0;
    line-height: 24px;
}

.footer-bottom p a {
    color: #fff;
    text-decoration: none;
}


.meet-doctors-detail {
    margin: 30px 0;
}

.meet-doctors-detail .dr-name {
    font-family: roboto_condensedbold;
    font-size: 30px !important;
    color: #000;
    padding: 30px 0 0 0;
    margin: 0;
}

.meet-doctors-detail .dr-edu {
    font-family: roboto_condensedregular;
    font-size: 20px;
    color: #4073bd !important;
    line-height: normal;
    padding: 0;
    margin: 30px 0;
}



.queryform h3 {
    margin-top: 0;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 150px;
    right: 4px;
    z-index: 99;
    border: none;
    outline: 0;
    color: #fff;
    cursor: pointer;
    background: 0 0;
}

#recaptcha4 {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}



@media (min-width: 981px) {
    .mash-brand {
        display: none !important;
    }

    .mob-nav {
        display: none !important;
    }

    ul.quick-link-mob1 {
        display: none;
    }

    a i.fa-whatsapp {
        display: none !important;
    }

    .for-mob {
        display: none;
    }

    .top-mob-menu {
        display: none !important;
    }
}

@media (max-width: 980px) {

    .c1,
    .c10,
    .c11,
    .c12,
    .c2,
    .c20-percent,
    .c3,
    .c4,
    .c5,
    .c6,
    .c7,
    .c8,
    .c9 {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }

    .logo {
        float: none;
        margin: 15px auto 10px;
        text-align: center;
    }

    .logo img {
        display: inline-block;
    }

    .call {
        float: none;
        margin: 0 auto 10px;
        width: 163px;
    }

    .info {
        display: none;
    }

    .info .fa-phone {
        border: 0;
    }

    .info .fa-envelope {
        border: 0;
    }

    .mail {
        float: none;
        margin: 0 auto;
        width: 160px;
    }

    .info {
        float: none;
        padding: 0;
    }

    .info ul.book-appointment {
        float: none;
        margin: 20px auto 20px;
        width: 240px;
    }

    ul.book-appointment li a {
        float: none;
    }

    .info ul {
        margin: 0;
    }

    ul.cirlce li {
        width: 100%;
        float: none;
    }

    ul.cirlce1 li::before {
        left: 25px;
    }

    ul.result li {
        width: 100%;
        margin-bottom: 30px;
        float: none;
        text-align: center;
    }

    ul.result li img {
        float: none;
        text-align: center;
        display: inline-block;
    }

    section .grid-1350 {
        display: flex;
        flex-direction: column;
    }

    .block {
        height: auto;
        margin: 0;
    }

    .block-half {
        padding: 25px;
        padding-bottom: 50px;
    }

    .block-half h1 br {
        display: none;
    }

    .block-half ul li a {
        width: 100%;
        margin: 0;
    }

    .clm-order1 {
        order: 1;
    }

    .clm-order2 {
        order: 2;
    }

    .contact-block {
        margin-bottom: 50px;
    }

    .mob-clm-pad-bottom {
        margin-bottom: 50px;
    }

    .mob-clm-pad-bottom:last-child {
        margin-bottom: 0;
    }

    .dr-clm {
        padding: 10px;
        padding-bottom: 25px;
    }

    .dr-clm img {
        margin-bottom: 10px;
        margin-right: 0;
        width: 100%;
    }

    .owl-controls .owl-buttons .owl-prev {
        left: 20px !important;
    }

    .owl-controls .owl-buttons .owl-next {
        right: 20px !important;
    }

    #owl-video .owl-controls .owl-buttons .owl-prev {
        left: 100% !important;
        text-align: right !important;
        margin-left: -50px !important;
    }

    #owl-video .owl-controls .owl-buttons .owl-next {
        right: 15px !important;
    }

    #owl-testimonials .owl-controls .owl-buttons div {
        top: -75px !important;
        color: #fff !important;
    }

    #owl-testimonials .owl-controls .owl-buttons .owl-prev {
        left: 100% !important;
        text-align: right !important;
        margin-left: -75px !important;
    }

    #owl-testimonials .owl-controls .owl-buttons .owl-next {
        right: 15px !important;
    }

    #owl-before-after .owl-controls .owl-buttons div {
        top: 40% !important;
        color: #fff !important;
    }

    #owl-video .owl-controls .owl-buttons div {
        top: 0 !important;
        margin-top: -50px !important;
        color: #fff !important;
        font-size: 36px !important;
    }

    footer {
        margin-bottom: 50px;
    }

    .mob-nav {
        background: #e7e7e7;
        width: 100%;
        bottom: 0;
        padding: 7px 0 7px;
        position: fixed;
        z-index: 9;
    }

    ul.quick-link-mob {
        margin: 0 0;
        padding: 0;
        list-style-type: none;
        font-size: 14px;
    }

    ul.quick-link-mob li {
        text-align: center;
        display: inline-block;
        color: #1f8ec9;
    }

    ul.quick-link-mob li a {
        padding: 0 2px;
        font-family: roboto_condensedregular;
        display: inline-block;
        width: 140px;
        text-decoration: none;
        font-size: 14px;
        color: #fff;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        margin: 5px;
        padding: 5px 10px;
    }

    ul.quick-link-mob li a:hover {
        color: #fff;
        text-decoration: none;
    }

    ul.quick-link-mob li i.fa-phone {
        background: #4073bd;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        font-size: 20px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        color: #fff;
        -moz-border-radius: 40px;
        -webkit-border-radius: 40px;
        border-radius: 40px;
        margin: 0;
    }

    ul.quick-link-mob li i.fa-phone:hover {
        background: #4073bd;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        color: #fff;
    }

    ul.quick-link-mob li i.fa-envelope {
        background: #1f8ec9;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        font-size: 20px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        color: #fff;
        -moz-border-radius: 40px;
        -webkit-border-radius: 40px;
        border-radius: 40px;
        margin: 0;
    }

    ul.quick-link-mob li i.fa-envelope:hover {
        background: #1f8ec9;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        color: #fff;
    }

    ul.quick-link-mob1 {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

    ul.quick-link-mob1 li i.fa-whatsapp {
        background: #189d0e;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        font-size: 20px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        color: #fff;
        -moz-border-radius: 30px;
        -webkit-border-radius: 30px;
        border-radius: 30px;
        margin: 0;
    }

    ul.quick-link-mob1 li i.fa-whatsapp:hover {
        background: #189d0e;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        color: #fff;
    }

    a i.fa-whatsapp {
        background: #189d0e;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        font-size: 20px;
        color: #fff;
        -moz-border-radius: 30px;
        -webkit-border-radius: 30px;
        border-radius: 30px;
        margin: 0;
        float: right;
        margin-top: 15px;
    }

    ul.quick-link-mob li i.fa-calendar {
        background: #4073bd;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        font-size: 20px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        color: #fff;
        -moz-border-radius: 40px;
        -webkit-border-radius: 40px;
        border-radius: 40px;
        margin: 0;
    }

    ul.quick-link-mob li i.fa-calendar {
        background: #4073bd;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        color: #fff;
    }

    ul.social-top li {
        float: none;
        display: inline-block;
    }

    ul.social-top {
        text-align: center;
        float: none;
        margin: 10px 0 5px !important;
    }

    .bx-wrapper .bx-caption {
        top: 10px !important;
        left: 20px !important;
        margin: 0 !important;
        width: 110px !important;
    }

    .bx-wrapper .bx-caption h1 {
        font-size: 16px !important;
        line-height: normal !important;
        margin-top: 25px !important;
    }

    .bx-wrapper .bx-caption h1 span {
        font-size: 16px !important;
        line-height: normal !important;
    }

    .bx-wrapper .bx-caption p.mt40 {
        margin-top: 10px !important;
    }

    .bx-wrapper .bx-caption p {
        margin: 0 !important;
        padding: 0 !important;
        display: none;
    }

    .bx-wrapper .bx-caption a {
        padding: 5px !important;
        display: none;
    }

    .about-coach {
        padding: 0 0 60px;
    }

    .about-coach img {
        margin-top: 60px;
    }

    .call-to-action {
        padding: 30px 0 30px;
    }

    .call-to-action h6 span.fotter-call {
        font-size: 14px;
        margin-right: 0;
        display: block;
    }

    .call-to-action h6 span.fotter-call a {
        font-size: 20px;
        color: #fff;
        font-family: robotomedium;
    }

    .call-to-action h6 span.fotter-mail {
        font-size: 14px;
        margin-right: 0;
        display: block;
    }

    .call-to-action h6 span.fotter-mail a {
        font-size: 20px;
        color: #fff;
        font-family: robotomedium;
    }

    .call-to-action .c9 {
        text-align: center;
        margin-bottom: 30px;
    }

    .call-to-action .c3 {
        text-align: center;
    }

    .call-to-action .c3 .push-right {
        float: none;
    }

    ul.social-bottom {
        text-align: center;
        display: inline-block;
        float: none;
    }

    .tab-section {
        padding: 40px 0;
    }

    .view-all {
        margin-bottom: 20px;
        float: left;
    }

    .info ul li.txt {
        display: none;
    }

    .info .fa-phone {
        width: auto !important;
        height: auto !important;
        line-height: normal !important;
        background: 0 0 !important;
        font-size: 24px;
        margin-right: 5px;
    }

    .info .fa-envelope {
        width: auto !important;
        height: auto !important;
        line-height: normal !important;
        background: 0 0 !important;
        font-size: 24px;
        margin-right: 5px;
    }

    .call:hover .fa-phone {
        background: 0 0;
        color: #fff;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

    .mail:hover .fa-envelope {
        background: 0 0;
        color: #fff;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

    .info ul li.num_mail {
        line-height: normal !important;
    }

    .videoWrapper {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 25px;
        height: 0;
    }

    .videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .service-section img {
        width: 100%;
    }

    .before-after img {
        width: 100%;
    }

    .img-clm {
        width: 100%;
    }

    .zopim {
        bottom: 54px !important;
        z-index: 999 !important;
    }

    .block-head.align-center.pt100 {
        padding-top: 20px !important;
    }

    @media (max-width: 600px) {
        ul.top-link {
            display: none !important;
        }
    }

    .skew-left-side {
        width: 100%;
        padding: 20px;
        height: auto;
        overflow: visible;
        border-bottom: 1px solid #e7e7e7;
        float: left;
        padding-bottom: 50px;
    }

    .skew-right-side {
        width: 100%;
        padding: 20px;
        height: auto;
        overflow: visible;
        float: left;
        padding-bottom: 50px;
        margin-bottom: 50px;
    }

    .hair-loss-section {
        height: auto;
        float: left;
    }

    .contact-block ul li {
        width: 100%;
        margin-bottom: 15px;
    }

    .contact-block {
        padding: 10px;
    }

    section.inner-body .grid .row {
        display: flex;
        flex-direction: column;
    }

    section.inner-body .grid .row .c3 {
        order: 2;
    }

    section.inner-body .grid .row .c6 {
        order: 1;
    }

    section.inner-body .grid .row .c3 {
        order: 3;
    }

    a.book-an-app {
        font-size: 18px;
    }

    .logo {
        display: none;
    }

    .award img {
        width: 70px;
        margin: 0 10px;
    }

    a.next-btn {
        margin-bottom: 15px;
    }

    .siq_bR {
        bottom: 60px !important;
    }

    .footer-bottom {
        padding-bottom: 70px;
    }

    section.result-home img {
        width: 100%;
    }

    section .c3 {
        margin-bottom: 30px;
    }

    section .c3:last-child {
        margin-bottom: 0;
    }

    section .map-border img {
        width: 100%;
    }

    section.blog-wrap .c4 {
        margin-bottom: 30px;
    }

    section.blog-wrap .c4:last-child {
        margin-bottom: 0;
    }

    section.news-section .c6 {
        margin-bottom: 30px;
    }

    section.news-section .c6:last-child {
        margin-bottom: 0;
    }

    .hrn-wrap .hrn-date {
        display: block;
        text-align: center;
    }

    .hrn-wrap .hrn-title {
        display: block;
        text-align: center;
    }

    .hrn-wrap a.hrn-click-here {
        display: block;
        text-align: center;
    }

    .hrn-wrap {
        padding: 10px;
    }
}

@media (max-width: 360px) {
    a.book-an-app {
        font-size: 14px;
    }

    .contact-block ul {
        margin: 10px auto 0;
        padding: 0;
        list-style-type: none;
        width: auto;
    }
}

@media only screen and (min-width: 481px) and (max-width: 980px) {
    .bx-wrapper .bx-caption {
        top: 30px !important;
        left: 50px !important;
        margin: 0 !important;
        width: 150px !important;
    }

    .bx-wrapper .bx-caption h1 {
        font-size: 24px !important;
        line-height: normal !important;
        margin-top: 25px !important;
    }

    .bx-wrapper .bx-caption h1 span {
        font-size: 24px !important;
        line-height: normal !important;
    }

    .meet-doctors .c6 {
        width: 50%;
    }

    ul.result li img {
        width: 180px;
    }
}

@media only screen and (min-width: 980px) and (max-width: 1080px) {
    .meet-doctors .c6 {
        width: 50%;
    }

    .dr-clm img {
        margin-bottom: 10px;
        margin-right: 0;
        width: 100%;
    }

    .dr-clm {
        padding: 10px;
    }

    .img-clm {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 980px) {
    section.service-section .c6 {
        width: 50%;
    }

    section.service-section .c4 {
        width: 33.33%;
    }

    .video-block img {
        width: 100%;
    }

    .video-block-right-pan .c6 {
        width: 50%;
    }
}

@media only screen and (min-width: 981px) and (max-width: 1170px) {
    .video-block img {
        width: 100%;
    }

    section.video-block .c7 {
        width: 100%;
    }

    section.video-block .c5 {
        width: 100%;
    }
}

@media only screen and (min-width: 1121px) and (max-width: 1280px) {
    .video-block img {
        width: 100%;
    }

    section.video-block .c7 {
        width: 50%;
    }

    section.video-block .c5 {
        width: 50%;
    }

    .video-block-txt {
        margin: 0 0 10px;
    }
}

@media only screen and (min-width: 981px) and (max-width: 1280px) {
    .owl-controls .owl-buttons .owl-prev {
        left: 20px !important;
    }

    .owl-controls .owl-buttons .owl-next {
        right: 20px !important;
    }

    #owl-video .owl-controls .owl-buttons .owl-prev {
        left: 100% !important;
        text-align: right !important;
        margin-left: -50px !important;
    }

    #owl-video .owl-controls .owl-buttons .owl-next {
        right: 15px !important;
    }

    #owl-testimonials .owl-controls .owl-buttons div {
        top: 17.5% !important;
        color: #fff !important;
    }

    #owl-before-after .owl-controls .owl-buttons div {
        top: 40% !important;
        color: #fff !important;
    }

    #owl-video .owl-controls .owl-buttons div {
        top: 0 !important;
        margin-top: -50px !important;
        color: #fff !important;
        font-size: 36px !important;
    }

    .bx-wrapper .bx-caption {
        top: 30px !important;
        left: 50px !important;
        margin: 0 !important;
        width: 400px !important;
    }

    .bx-wrapper .bx-caption h1 {
        font-size: 24px !important;
        line-height: normal !important;
        margin-top: 25px !important;
    }

    .bx-wrapper .bx-caption h1 span {
        font-size: 24px !important;
        line-height: normal !important;
    }

    .bx-wrapper .bx-caption a {
        background: #4073bd !important;
        color: #fff !important;
    }

    .block {
        height: auto;
        margin: 0;
        padding: 50px 25px;
    }

    .block-half {
        padding: 0;
    }

    .block .grid-1350 .c6 {
        padding: 0 25px;
    }

    .block-half ul li a {
        width: 100%;
        margin: 0 0;
    }

    .block-half-row {
        margin: 0;
    }

    .block.dark-grey-bg {
        border-bottom: 1px solid #fff;
    }

    .block.orange-bg {
        border-bottom: 1px solid #fff;
    }

    .block.green-bg {
        border-bottom: 1px solid #fff;
    }

    ul.cirlce1 li::before {
        left: 25px;
    }

    #owl-testimonials .owl-controls .owl-buttons div {
        top: 35% !important;
        color: #fff !important;
    }
}

@media only screen and (min-width: 1281px) and (max-width: 1349px) {
    .block {
        height: auto;
        margin: 0;
        padding: 50px 25px;
    }

    .block-half {
        padding: 0;
    }

    .block .grid-1350 .c6 {
        padding: 0 25px;
    }

    .block-half ul li a {
        width: 100%;
        margin: 0 0;
    }

    .block-half-row {
        margin: 0;
    }

    .block.dark-grey-bg {
        border-bottom: 1px solid #fff;
    }

    .block.orange-bg {
        border-bottom: 1px solid #fff;
    }

    ul.cirlce1 li::before {
        left: 25px;
    }
}










/* Mashable-Menu.css */




@import url(font-awesome.min.css);

@import url(bootstrap.min.css);







.mash-menu {
    padding: 0;
    display: block;
    position: relative;
    z-index: 999;
    float: none;
    margin: 0 auto;
    width: 100%;
    font-family: roboto_condensedbold;
    font-size: 18px;
}

.icon-padd {
    padding-right: 35px !important;
}

@media screen and (max-width: 999px) {
    .mash-menu {
        float: left;
        width: 100%;
        height: 100px;
        display: block;
    }
}

.mash-menu * {
    outline: 0 !important;
    text-decoration: none !important;
    box-sizing: border-box;
    font-family: roboto_condensedbold;
    list-style: none;
    text-align: left;
    -webkit-tap-highlight-color: transparent !important;
    color: #000;
}

.mash-menu i.fa {
    font-family: FontAwesome;
}

.mash-menu section.mash-menu-inner-container {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    min-height: 60px;
    background: #e7e7e7;
    -webkit-box-shadow: 0 4px 6px -6px #000;
    -moz-box-shadow: 0 4px 6px -6px #000;
    box-shadow: 0 4px 6px -6px #000;
}

@media screen and (max-width: 999px) {
    .mash-menu section.mash-menu-inner-container {
        min-height: 1px;
    }
}

.mash-menu .mash-brand,
.mash-menu .mash-list-items {
    margin: 0;
    padding: 0;
    display: block;
    float: left;
    text-align: center;
}

@media screen and (max-width: 999px) {

    .mash-menu .mash-brand,
    .mash-menu .mash-list-items {
        width: 100%;
    }
}

.mash-menu .mash-brand>li,
.mash-menu .mash-list-items>li {
    float: left;
    margin: 0;
    padding: 0;
    display: block;
    line-height: 57px;
}

@media screen and (min-width: 1000px) {

    .mash-menu .mash-brand>li:hover>a,
    .mash-menu .mash-list-items>li:hover>a {
        color: #fff;
        background: #14b4fc;
        position: relative;
    }
}

@media screen and (max-width: 999px) {

    .mash-menu .mash-brand>li,
    .mash-menu .mash-list-items>li {
        width: 100%;
        text-align: left;
        line-height: normal;
        cursor: pointer;
        position: relative;
    }
}

.mash-menu .mash-brand>li>a,
.mash-menu .mash-list-items>li>a {
    width: 100%;
    margin: 0;
    display: block;
    font-size: 1.125em;
    font-weight: 400;
    padding-left: 15px;
    padding-right: 15px;
    color: #000;
    position: relative;
    overflow: hidden;
    -webkit-transition: background 0.2s ease;
    transition: background 0.2s ease;
}

@media screen and (max-width: 999px) {

    .mash-menu .mash-brand>li>a,
    .mash-menu .mash-list-items>li>a {
        line-height: normal;
        word-wrap: break-word;
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.mash-menu .mash-brand>li>a img,
.mash-menu .mash-list-items>li>a img {
    position: relative;
    margin: 0;
    padding: 0;
    display: inline-block;
}

@media screen and (min-width: 1000px) {
    .mash-menu .mash-list-items {
        display: block !important;
    }
}

@media screen and (max-width: 999px) {
    .mash-menu .mash-list-items {
        display: none;
    }
}

.mash-menu .mash-list-items>li {
    line-height: normal;
    cursor: default;
}

.mash-menu .mash-list-items>li:after {
    display: none;
}

.mash-menu .mash-list-items>li.active>a {
    background: #fff;
    position: relative;
    color: #4073bd;
}

.mash-menu .mash-list-items>li:hover>a {
    color: #4073bd;
    background: #fff;
}

.mash-menu .mash-list-items>li>a {
    font-size: 18px;
    padding: 17px 17px;
    position: relative;
    overflow: hidden;
    display: block;
    z-index: 10;
    width: 100%;
    -webkit-transition: background 0.2s ease;
    transition: background 0.2s ease;
}

@media screen and (max-width: 999px) {
    .mash-menu .mash-list-items>li>a {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .mash-menu .mash-list-items>li>a:after {
        display: none;
    }
}

.mash-menu .mash-list-items.right {
    float: right;
}

@media screen and (max-width: 999px) {
    .mash-menu .mash-list-items.right {
        padding-top: 0;
    }
}

.mash-menu .mash-list-items.right>li>.drop-down {
    right: 0;
}

.mash-menu .withripple {
    position: relative;
}

.mash-menu .ripple-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: inherit;
    pointer-events: none;
}

.mash-menu .ripple {
    position: absolute;
    width: 20px;
    height: 20px;
    margin-left: -10px;
    margin-top: -10px;
    border-radius: 100%;
    background-color: rgba(0, 0, 0, 0.05);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    opacity: 0;
    pointer-events: none;
}

.mash-menu .ripple.ripple-on {
    -webkit-transition: opacity 0.15s ease-in 0s, -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
    transition: opacity 0.15s ease-in 0s, transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
    opacity: 0.2;
}

.mash-menu .ripple.ripple-out {
    -webkit-transition: opacity 0.1s linear 0s !important;
    transition: opacity 0.1s linear 0s !important;
    opacity: 0;
}

.mash-menu.separator .mash-brand>li>a,
.mash-menu.separator .mash-list-items>li>a {
    border-right: 0 solid #104ba3;
    box-shadow: 1px 0 0 rgba(255, 255, 255, 0.1) inset, 1px 0 0 rgba(255, 255, 255, 0.1);
    position: relative;
}

@media screen and (max-width: 999px) {

    .mash-menu.separator .mash-brand>li>a,
    .mash-menu.separator .mash-list-items>li>a {
        border-right: none;
        border-bottom: 0 solid #039fe5;
        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 0 0 rgba(255, 255, 255, 0.1);
    }
}

.mash-menu.separator .mash-list-items.right {
    padding-top: 0;
}

.mash-menu.separator .mash-list-items.right>li>a {
    border-left: 1px solid #039fe5;
    box-shadow: 1px 0 0 rgba(255, 255, 255, 0.1) inset, 1px 0 0 rgba(255, 255, 255, 0.1);
    position: relative;
}

@media screen and (max-width: 999px) {
    .mash-menu.separator .mash-list-items.right>li>a {
        border-left: none;
        border-bottom: 1px solid #039fe5;
        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.1);
    }
}

@media screen and (max-width: 999px) {
    .mash-menu.separator .mash-search-bar {
        border: 1px solid #039fe5;
        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.1);
    }
}

.mash-menu .drop-down {
    margin: 0;
    display: none;
    position: absolute;
    top: auto;
    left: auto;
    right: auto;
    background: #fff;
    z-index: 999;
    min-width: 180px;
    padding: 0;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: left;
}

@media screen and (max-width: 999px) {
    .mash-menu .drop-down {
        position: absolute;
        top: auto;
        left: 0;
        right: 0;
        width: 100%;
        display: none;
        min-width: 10px;
        word-wrap: break-word;
        border-radius: 0;
        z-index: 9999;
    }
}

.mash-menu .drop-down li {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    z-index: 999;
}

.mash-menu .drop-down li:first-child .drop-down {
    top: 0;
}

.mash-menu .drop-down li:first-child a {
    padding-top: 10px;
    position: relative;
}

@media screen and (min-width: 1000px) {
    .mash-menu .drop-down li:last-child {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }
}

.mash-menu .drop-down li:last-child a {
    padding-bottom: 10px;
    position: relative;
}

@media screen and (min-width: 1000px) {
    .mash-menu .drop-down li:last-child a {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }
}

.mash-menu .drop-down li {
    position: relative;
}

.mash-menu .drop-down li a::before {
    font-family: FontAwesome;
    content: "\f192";
    position: absolute;
    left: 10px;
    top: 12px;
    font-size: 14px;
}

.mash-menu .drop-down a {
    width: 100%;
    margin: 0;
    display: block;
    color: #000;
    font-size: 0.8125em;
    padding: 10px 15px 10px 30px;
    position: relative;
    z-index: -1;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
    font-family: robotoregular;
    font-size: 14px;
}

.mash-menu .drop-down li:hover>a {
    color: #fff;
    position: relative;
    background: #4073bd;
}

.mash-menu .drop-down li:hover i {
    color: #fff !important;
}

.mash-menu .drop-down .drop-down {
    left: 100%;
    top: -8px;
    z-index: -1;
    display: none;
    padding-top: 0;
    padding-bottom: 0;
}

@media screen and (min-width: 1000px) {
    .mash-menu .drop-down .drop-down {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }
}

@media screen and (min-width: 1000px) {
    .mash-menu .drop-down .drop-down li:first-child {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }
}

.mash-menu .drop-down .drop-down li:first-child a {
    position: relative;
}

@media screen and (min-width: 1000px) {
    .mash-menu .drop-down .drop-down li:first-child a {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }
}

.mash-menu .drop-down .drop-down li:last-child a {
    position: relative;
}

@media screen and (max-width: 999px) {
    .mash-menu .drop-down .drop-down {
        left: 0;
        top: 0;
        z-index: 10;
        position: relative;
        display: none;
        border-top: 1px solid rgba(242, 242, 242, 0.86);
        border-bottom: 1px solid rgba(242, 242, 242, 0.86);
        box-shadow: none;
    }

    .mash-menu .drop-down .drop-down a {
        padding-left: 30px;
    }

    .mash-menu .drop-down .drop-down .drop-down a {
        padding-left: 50px;
    }

    .mash-menu .drop-down .drop-down .drop-down .drop-down a {
        padding-left: 70px;
    }
}

.mash-menu .drop-down .drop-down.left {
    left: -100%;
}

@media screen and (max-width: 999px) {
    .mash-menu .drop-down .drop-down.left {
        left: 0;
    }
}

.mash-menu .mash-list-items>li>a i.fa {
    font-size: 0.875em;
    float: left;
    display: inline-block;
    margin: 0;
    line-height: 16px;
    padding: 0 5px 0 0;
}

.mash-menu .mash-list-items>li>a i.fa.fa-indicator {
    float: right;
    margin-right: 0;
    padding-left: 0;
    position: absolute;
    top: 23px;
    right: 15px;
    font-weight: 700;
}

.mash-menu .drop-down li a i.fa {
    float: left;
    margin: 0;
    display: inline-block;
    padding: 0 6px 0 0;
    line-height: 24px;
    font-size: 0.8125em;
}

.mash-menu .drop-down li a i.fa.fa-indicator {
    float: right;
    padding-right: 0;
    padding-left: 25px;
}

@media screen and (max-width: 999px) {
    .mash-menu .drop-down li a i.fa.fa-indicator {
        padding-right: 1px;
    }
}

.mash-menu .divider {
    margin: 8px 0 !important;
    padding: 0;
    display: block;
    height: 1px;
    background: rgba(230, 230, 230, 0.86) !important;
    width: 100%;
}

.mash-menu .mash-search-bar {
    margin: 0;
    padding: 0;
    display: block;
    float: right;
}

@media screen and (min-width: 1000px) {
    .mash-menu .mash-search-bar {
        display: block !important;
    }

    .mash-menu .mash-search-bar.search-bar-hide {
        display: none !important;
    }
}

@media screen and (max-width: 999px) {
    .mash-menu .mash-search-bar {
        display: none;
    }

    .mash-menu .mash-search-bar.search-bar-hide {
        display: none !important;
    }

    .mash-menu .mash-list-items.search-bar-hide {
        padding-top: 0;
    }
}

.mash-menu .mash-search-bar li {
    margin: 0;
    padding: 15px 15px;
    display: block;
    float: left;
}

@media screen and (max-width: 999px) {
    .mash-menu .mash-search-bar li {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.mash-menu .mash-search-bar form {
    margin: 0;
    padding: 0;
    display: block;
    float: left;
}

.mash-menu .mash-search-bar label {
    margin: 0;
    padding: 0;
    display: block;
    float: left;
    position: relative;
}

.mash-menu .mash-search-bar input {
    margin: 0;
    display: block;
    float: left;
    max-width: 160px;
    width: 100%;
    font-family: Roboto, sans-serif;
    font-size: 0.875em;
    padding: 0;
    height: 25px;
    background: 0 0;
    border: none;
    color: rgba(255, 255, 255, 0.86);
    position: relative;
    opacity: 1 !important;
    font-weight: 400;
}

.mash-menu .mash-search-bar :-moz-placeholder {
    opacity: 1 !important;
    color: rgba(255, 255, 255, 0.86);
}

.mash-menu .mash-search-bar ::-moz-placeholder {
    opacity: 1 !important;
    color: rgba(255, 255, 255, 0.86);
}

.mash-menu .mash-search-bar :-ms-input-placeholder {
    opacity: 1 !important;
    color: rgba(255, 255, 255, 0.86);
}

.mash-menu .mash-search-bar ::-webkit-input-placeholder {
    opacity: 1 !important;
    color: rgba(255, 255, 255, 0.86);
}

.mash-menu .mash-search-bar .mash-search-bar-border {
    margin: 0;
    padding: 0;
    display: block;
    height: 0;
    width: 100%;
}

.mash-menu .mash-search-bar .mash-search-bar-border:after,
.mash-menu .mash-search-bar .mash-search-bar-border:before {
    content: "";
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.36);
    height: 1px;
    width: 100%;
    -webkit-transition: width 0.4s ease;
    transition: width 0.4s ease;
}

.mash-menu .mash-search-bar .mash-search-bar-border:before {
    right: 0;
    left: auto;
}

.mash-menu .mash-search-bar input:focus+.mash-search-bar-border:after,
.mash-menu .mash-search-bar input:focus+.mash-search-bar-border:before {
    width: 0;
}

.mash-menu .mash-search-bar i.fa.fa-search {
    display: none;
}

@media screen and (max-width: 999px) {
    .mash-menu .mash-search-bar {
        width: 100%;
        position: absolute;
        top: 52px;
        background: #03a9f4;
        z-index: 999;
        border-left: none;
        border-right: none;
    }

    .mash-menu .mash-search-bar form,
    .mash-menu .mash-search-bar input,
    .mash-menu .mash-search-bar label,
    .mash-menu .mash-search-bar li {
        width: 100% !important;
        max-width: 100%;
    }

    .mash-menu .mash-search-bar i.fa.fa-search {
        display: block;
        position: absolute;
        top: -60px;
        right: 44px;
        color: rgba(255, 255, 255, 0.86);
        height: 44px;
        width: 44px;
        cursor: pointer;
        text-align: center;
        line-height: 44px;
        font-size: 1em;
        z-index: 999;
    }
}

.mash-menu .drop-down-large,
.mash-menu .drop-down-medium {
    margin: 0;
    display: none;
    float: left;
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    width: 100%;
    text-align: left;
    min-height: 100px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: 0.8125em;
    z-index: 999;
    background: #fff;
    line-height: 18px;
    padding: 20px 5px 15px;
    overflow: hidden;
}

.mash-menu .drop-down-large>.vertical-tabs-container,
.mash-menu .drop-down-medium>.vertical-tabs-container {
    position: relative;
    top: 15px;
    margin-top: -35px;
    margin-right: -5px;
    margin-left: -5px;
}

@media screen and (max-width: 999px) {

    .mash-menu .drop-down-large,
    .mash-menu .drop-down-medium {
        position: absolute;
        top: auto;
        left: 0;
        width: 100%;
        display: none;
        border-radius: 0;
        z-index: 999;
    }
}

.mash-menu .drop-down-medium {
    left: 0;
    width: 100%;
    max-width: 600px;
    right: 0;
    margin: 0 auto;
}

.mash-menu .drop-down-medium.float-left {
    margin: 0;
    right: auto;
}

.mash-menu .drop-down-medium.float-right {
    margin: 0;
    left: auto;
    right: 0;
}

@media screen and (max-width: 1000px) {
    .mash-menu .drop-down-medium {
        max-width: 100%;
        width: 100%;
        left: 0;
        right: 0;
    }
}

.mash-menu .vertical-tabs {
    margin: 0;
    width: 100%;
    float: left;
    display: block;
    padding: 20px 0;
    background: #f0f0f0;
}

@media screen and (max-width: 999px) {
    .mash-menu .vertical-tabs {
        display: none;
    }
}

.mash-menu .vertical-tabs:before {
    content: "";
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(240, 240, 240, 0.86);
}

.mash-menu .vertical-tabs a {
    float: left;
    width: 100%;
    display: inline-block;
    text-align: right;
    padding: 10px 15px;
    margin: 1px 0;
    font-weight: 500;
    color: #000;
    font-size: 18px;
    position: relative;
    -webkit-transition: background 0.2s ease, color 0.2s ease;
    transition: background 0.2s ease, color 0.2s ease;
}

@media screen and (max-width: 999px) {
    .mash-menu .vertical-tabs a {
        text-align: left;
    }
}

.mash-menu .vertical-tabs a.active,
.mash-menu .vertical-tabs a:hover {
    background: rgba(255, 255, 255, 0.86);
    color: #4073bd;
}

.mash-menu .vertical-tabs i.fa {
    font-weight: 700;
    padding-left: 5px;
}

@media screen and (max-width: 999px) {
    .mash-menu .vertical-tabs i.fa {
        float: right;
        top: 2px;
        position: relative;
    }
}

.mash-menu .vertical-tabs-content {
    background: #fff;
    display: none;
    float: left;
    width: 100%;
    padding: 20px 5px 10px;
    position: relative;
    z-index: 10;
}

.mash-menu .vertical-tabs-content:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 150%;
    background: #fff;
    z-index: -1;
}

@media screen and (max-width: 999px) {
    .mash-menu .vertical-tabs-content {
        border-top: 1px solid rgba(242, 242, 242, 0.86);
    }
}

.mash-menu .vertical-tabs-content-container .vertical-tabs-content-mobile {
    display: none;
}

@media screen and (max-width: 999px) {
    .mash-menu .vertical-tabs-content-container .vertical-tabs-content-mobile {
        display: block;
        color: #505050;
        width: 100%;
        margin: 0;
        font-size: 1em;
        padding: 10px 15px;
        -webkit-transition: color 0.2s ease 0s;
        transition: color 0.2s ease 0s;
    }

    .mash-menu .vertical-tabs-content-container .vertical-tabs-content-mobile:hover {
        color: #03a9f4;
    }

    .mash-menu .vertical-tabs-content-container .vertical-tabs-content-mobile i.fa {
        float: right;
    }
}

.mash-menu .space-0 {
    padding: 0 !important;
    margin: 0 !important;
}

.mash-menu img {
    max-width: 100%;
    margin-bottom: 0;
}

.mash-menu p {
    color: #000;
    font-weight: 400;
    line-height: 24px;
    font-family: robotoregular;
    font-size: 14px;
}

.mash-menu h1,
.mash-menu h2,
.mash-menu h3,
.mash-menu h4,
.mash-menu h5,
.mash-menu h6 {
    color: #505050;
    font-weight: 400;
    font-size: 2.25em;
    margin-top: 10px;
    margin-bottom: 10px;
}

.mash-menu h2 {
    font-size: 1.875em;
    color: #816c33;
    font-family: roboto_condensedbold;
}

.mash-menu h3 {
    font-size: 1.625em;
}

.mash-menu h4 {
    font-size: 1.375em;
}

.mash-menu h5 {
    font-size: 1.125em;
}

.mash-menu h6 {
    font-size: 0.9375em;
}

.mash-menu .thumbnail {
    margin-bottom: 15px;
    border-radius: 0;
}

.mash-menu .thumbnail:hover {
    border-color: #03a9f4;
}

.mash-menu .lead {
    font-size: 1.25em;
    color: #505050;
}

.mash-menu small {
    font-size: 0.875em;
    color: #505050;
}

.mash-menu abbr,
.mash-menu em,
.mash-menu strong {
    color: #505050;
}

.mash-menu em {
    font-weight: 400;
    font-style: italic;
}

.mash-menu .text-primary {
    color: #009688;
}

.mash-menu .text-warning {
    color: #ff5722;
}

.mash-menu .text-danger {
    color: #f44336;
}

.mash-menu .text-success {
    color: #4caf50;
}

.mash-menu .text-info {
    color: #03a9f4;
}

.mash-menu blockquote {
    border-left-color: #60ccfd;
    padding: 5px 15px;
    margin-bottom: 10px;
}

.mash-menu blockquote small:before {
    display: none;
}

.mash-menu .list-items,
.mash-menu .order-items {
    padding: 0;
    display: block;
    width: 100%;
    margin: 0 0 10px;
}

.mash-menu .list-items li,
.mash-menu .order-items li {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    list-style: decimal;
}

.mash-menu .list-items li {
    position: relative;
}

.mash-menu .list-items li a::before {
    font-family: FontAwesome;
    content: "\f192";
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 14px;
}

.mash-menu .list-items li:first-child a,
.mash-menu .order-items li:first-child a {
    border-top: none;
    position: relative;
}

.mash-menu .list-items a,
.mash-menu .order-items a {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 10px 30px;
    border-top: 1px solid rgba(80, 80, 80, 0.1);
    color: #000;
    font-weight: 400;
    position: relative;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
    font-family: robotoregular !important;
    font-size: 14px !important;
}

.mash-menu .list-items a:hover,
.mash-menu .order-items a:hover {
    color: #fff;
    background: #4073bd;
}

.mash-menu .list-items i.fa,
.mash-menu .order-items i.fa {
    margin-right: 5px;
}

.mash-menu .list-items i.fa.fa-indicator,
.mash-menu .order-items i.fa.fa-indicator {
    float: right;
    margin-left: 5px;
    margin-right: 10px;
}

.mash-menu .order-items li {
    position: relative;
}

.mash-menu .order-items li a {
    padding-left: 20px;
    position: relative;
}

.mash-menu .order-items li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 15px;
    color: #505050;
    bottom: 0;
    line-height: 40px;
    text-align: left;
    list-style-type: inside !important;
    display: list-item !important;
}

.mash-menu .list-items-group {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    display: block;
    position: relative;
}

.mash-menu .list-items-group .list-group-image {
    float: left;
    width: 50px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: rgba(255, 255, 255, 0.86);
}

.mash-menu .list-items-group .list-group-image img {
    max-width: 100%;
    float: left;
    margin-top: 10px;
    width: 100%;
}

.mash-menu .list-items-group .list-group-heading,
.mash-menu .list-items-group .list-group-text {
    padding-left: 65px;
}

.mash-menu .list-items-group .divider {
    background: rgba(80, 80, 80, 0.1) !important;
}

.mash-menu .btn {
    text-transform: uppercase;
    position: relative;
    padding: 10px 25px;
    font-size: 1.0625em;
    margin: 0 4px 10px;
}

.mash-menu .btn.space-0 {
    padding: 10px 25px !important;
}

.mash-menu .btn.small {
    padding: 5px 10px;
    font-size: 1em;
}

.mash-menu .btn.small.space-0 {
    padding: 5px 10px !important;
}

.mash-menu .btn.btn-custom,
.mash-menu .btn.btn-danger,
.mash-menu .btn.btn-default,
.mash-menu .btn.btn-info,
.mash-menu .btn.btn-primary,
.mash-menu .btn.btn-success,
.mash-menu .btn.btn-warning {
    background: 0 0;
    border: none;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-radius: 3px;
    border-bottom: 2px solid #f5f5f5;
}

.mash-menu .btn.btn-primary {
    background: #009688;
    color: rgba(255, 255, 255, 0.86) !important;
    border-bottom-color: #00635a;
}

.mash-menu .btn.btn-primary:hover {
    background: #00a596;
}

.mash-menu .btn.btn-success {
    background: #59b75c;
    color: rgba(255, 255, 255, 0.86) !important;
    border-bottom-color: #439a46;
}

.mash-menu .btn.btn-success:hover {
    background: #64bc66;
}

.mash-menu .btn.btn-info {
    background: #0fb2fc;
    color: rgba(255, 255, 255, 0.86) !important;
    border-bottom-color: #0394d5;
}

.mash-menu .btn.btn-info:hover {
    background: #1eb7fc;
}

.mash-menu .btn.btn-custom {
    background: #4073bd;
    color: #fff !important;
    border-bottom-color: #e7e7e7;
    font-family: roboto_condensedregular !important;
}

.mash-menu .btn.btn-custom:hover {
    background: #816c33;
}

.mash-menu .btn.btn-warning {
    background: #ff6736;
    color: #fff !important;
    border-bottom-color: #e7e7e7;
}

.mash-menu .btn.btn-warning:hover {
    background: #ff7345;
}

.mash-menu .btn.btn-danger {
    background: #f55549;
    color: rgba(255, 255, 255, 0.86) !important;
    border-bottom-color: #f22819;
}

.mash-menu .btn.btn-danger:hover {
    background: #f66358;
}

.mash-menu .box-blue,
.mash-menu .box-green,
.mash-menu .box-orange,
.mash-menu .box-red {
    background: #ff5722;
    padding: 15px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 1em;
}

.mash-menu .box-red {
    background: #f44336;
}

.mash-menu .box-green {
    background: #4caf50;
}

.mash-menu .box-blue {
    background: #03a9f4;
}

.mash-menu .panel {
    border-radius: 5px;
    border: 1px solid #ddd;
    border-bottom: 5px solid #e5e6e6;
    color: #505050;
    margin-bottom: 10px;
}

.mash-menu .panel .panel-heading {
    border: none;
    background: #eee;
    color: #505050;
}

.mash-menu .panel .panel-body {
    border: none;
    color: #505050;
}

.mash-menu .panel.panel-primary .panel-heading {
    background: #009688;
    color: rgba(255, 255, 255, 0.84);
}

.mash-menu .panel.panel-success .panel-heading {
    background: #4caf50;
    color: rgba(255, 255, 255, 0.84);
}

.mash-menu .panel.panel-info .panel-heading {
    background: #03a9f4;
    color: rgba(255, 255, 255, 0.84);
}

.mash-menu .panel.panel-warning .panel-heading {
    background: #ff5722;
    color: rgba(255, 255, 255, 0.84);
}

.mash-menu .panel.panel-danger .panel-heading {
    background: #f44336;
    color: rgba(255, 255, 255, 0.84);
}

.mash-menu .collapsible {
    padding: 0;
    display: block;
    position: relative;
    margin: 0 0 10px;
    color: #505050;
    overflow: visible;
    background-color: rgba(248, 248, 248, 0.7);
    border-radius: 5px;
    border: 1px solid #ddd;
    border-bottom: 5px solid #e5e6e6;
}

.mash-menu .collapsible .collapsible-header {
    padding: 10px;
    font-size: 1.125em;
    border-top: 1px solid #ddd;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    z-index: 10;
    overflow: hidden !important;
}

.mash-menu .collapsible>li:first-child .collapsible-header {
    border-top: none;
}

.mash-menu .collapsible>li.active .collapsible-body {
    display: block;
}

.mash-menu .collapsible .collapsible-body {
    background-color: rgba(255, 255, 255, 0.86);
    padding: 20px;
    display: none;
    border-top: 1px solid #ddd;
    line-height: 18px;
}

.mash-menu .collapsible i.fa {
    margin-right: 10px;
    width: 20px;
    text-align: center;
}

.mash-menu .card {
    padding: 0;
    display: block;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    margin: 0 0 10px;
    border-radius: 2px 2px 5px 5px;
    border: 2px solid #e5e6e6;
    border-bottom: 5px solid #e5e6e6;
}

.mash-menu .card .card-image {
    position: relative;
}

.mash-menu .card img {
    border-radius: 2px 2px 0 0;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
}

.mash-menu .card .card-title {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    color: #fff;
    font-size: 1.375em;
    font-weight: 300;
    -webkit-text-stroke-width: 0.8px;
}

.mash-menu .card .card-content {
    padding: 15px 20px;
    border-radius: 0 0 2px 2px;
}

.mash-menu .card .card-action {
    border-top: 1px solid rgba(160, 160, 160, 0.2);
    padding: 15px;
}

.mash-menu .card .card-action a {
    color: #03a9f4;
    margin-right: 20px;
    text-transform: uppercase;
    position: relative;
}

.mash-menu .card .card-action a:hover {
    text-decoration: underline !important;
}

.mash-menu .card.reveal .card-title {
    color: #505050;
    position: relative;
    top: 0;
    left: 0;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 10px;
    display: inline-block;
}

.mash-menu .card.reveal a {
    color: #03a9f4;
    text-transform: uppercase;
    position: relative;
}

.mash-menu .card.reveal a:hover {
    text-decoration: underline !important;
}

.mash-menu .card.reveal .card-reveal {
    padding: 15px 20px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 10;
    -webkit-transition: -webkit-transform 0.8s ease;
    transition: transform 0.8s ease;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

.mash-menu .card.reveal .card-content {
    background: #fff;
    position: relative;
    z-index: 15;
}

.mash-menu .card.reveal:hover .card-reveal {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.mash-menu [class*="col-"] {
    margin-bottom: 10px;
    position: static;
}

@media screen and (max-width: 999px) {
    .mash-menu [class*="col-"] {
        margin-bottom: 30px;
    }
}

.mash-menu .form-horizontal {
    border: 1px solid rgba(230, 230, 230, 0.86);
    padding: 20px;
    margin: 10px 0 0;
    display: inline-block;
    background: rgba(252, 252, 252, 0.86);
    width: 100%;
}

@media screen and (max-width: 999px) {
    .mash-menu .form-horizontal {
        display: block;
    }

    .mash-menu .form-horizontal div {
        margin-bottom: 10px !important;
    }
}

.mash-menu .form-horizontal * {
    color: #505050 !important;
}

.mash-menu .form-horizontal input,
.mash-menu .form-horizontal label,
.mash-menu .form-horizontal textarea {
    width: 100% !important;
    line-height: 20px;
    resize: none;
}

.mash-menu .form-horizontal input {
    padding-bottom: 5px;
}

@media screen and (max-width: 999px) {
    .mash-menu .form-horizontal .btn {
        width: 100%;
    }
}

.mash-menu input[type="color"],
.mash-menu input[type="date"],
.mash-menu input[type="datetime-local"],
.mash-menu input[type="datetime"],
.mash-menu input[type="email"],
.mash-menu input[type="file"],
.mash-menu input[type="hidden"],
.mash-menu input[type="image"],
.mash-menu input[type="month"],
.mash-menu input[type="number"],
.mash-menu input[type="password"],
.mash-menu input[type="tel"],
.mash-menu input[type="text"],
.mash-menu input[type="time"],
.mash-menu input[type="url"],
.mash-menu input[type="week"],
.mash-menu select,
.mash-menu textarea {
    padding-left: 0 !important;
    padding-right: 0 !important;
    border-radius: 0 !important;
    border: none !important;
    box-shadow: none !important;
    background-image: -webkit-linear-gradient(#03a9f4, #03a9f4), -webkit-linear-gradient(#d2d2d2, #d2d2d2) !important;
    background-image: linear-gradient(#03a9f4, #03a9f4), linear-gradient(#d2d2d2, #d2d2d2) !important;
    background-size: 0 2px, 100% 1px;
    background-repeat: no-repeat;
    background-position: center bottom, center -webkit-calc(100% - 1px);
    background-position: center bottom, center calc(100% - 1px);
    background-color: transparent !important;
}

.mash-menu input[type="color"]:focus,
.mash-menu input[type="date"]:focus,
.mash-menu input[type="datetime-local"]:focus,
.mash-menu input[type="datetime"]:focus,
.mash-menu input[type="email"]:focus,
.mash-menu input[type="file"]:focus,
.mash-menu input[type="hidden"]:focus,
.mash-menu input[type="image"]:focus,
.mash-menu input[type="month"]:focus,
.mash-menu input[type="number"]:focus,
.mash-menu input[type="password"]:focus,
.mash-menu input[type="tel"]:focus,
.mash-menu input[type="text"]:focus,
.mash-menu input[type="time"]:focus,
.mash-menu input[type="url"]:focus,
.mash-menu input[type="week"]:focus,
.mash-menu select:focus,
.mash-menu textarea:focus {
    background-image: -webkit-linear-gradient(#03a9f4, #03a9f4), -webkit-linear-gradient(#d2d2d2, #d2d2d2);
    background-image: linear-gradient(#03a9f4, #03a9f4), linear-gradient(#d2d2d2, #d2d2d2);
    -webkit-animation: input-highlight 0.5s forwards;
    animation: input-highlight 0.5s forwards;
    background-size: 0 2px, 100% 1px;
}

@-webkit-keyframes input-highlight {
    0% {
        background-size: 0 2px, 100% 1px;
    }

    100% {
        background-size: 100% 2px, 100% 1px;
    }
}

@keyframes input-highlight {
    0% {
        background-size: 0 2px, 100% 1px;
    }

    100% {
        background-size: 100% 2px, 100% 1px;
    }
}

.mash-menu input.menu-checkbox {
    display: none;
}

.mash-menu input.menu-checkbox:checked+label:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.mash-menu label.menu-checkbox {
    font-weight: 400;
    color: #505050;
    position: relative;
    padding-left: 22px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 1.0625em;
    line-height: normal;
    width: 100%;
}

.mash-menu label.menu-checkbox:after,
.mash-menu label.menu-checkbox:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 16px;
    width: 16px;
    background: 0 0;
    border: 2px solid #505050;
    border-radius: 2px;
}

.mash-menu label.menu-checkbox:after {
    content: "\f00c";
    width: 16px;
    height: 16px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    background-size: 100% 100%;
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    background: #03a9f4;
    font-family: FontAwesome;
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.625em;
    text-align: center;
    line-height: 12px;
    font-weight: 400;
}

.mash-menu input.menu-toggle {
    display: none;
}

.mash-menu input.menu-toggle:checked+label:after {
    left: 12px;
}

.mash-menu label.menu-toggle {
    font-weight: 400;
    color: #505050;
    position: relative;
    padding-left: 38px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 1.0625em;
    line-height: normal;
    width: 100%;
}

.mash-menu label.menu-toggle:after,
.mash-menu label.menu-toggle:before {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    background: #60ccfd;
    border-radius: 100px;
    height: 12px;
    width: 30px;
}

.mash-menu label.menu-toggle:after {
    background: #03a9f4;
    height: 18px;
    width: 18px;
    top: 0;
    left: -3px;
    -webkit-transition: left 0.4s ease;
    transition: left 0.4s ease;
}

.mash-menu input.menu-radio {
    display: none;
}

.mash-menu input.menu-radio:checked+label:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.mash-menu label.menu-radio {
    font-weight: 400;
    color: #505050;
    position: relative;
    padding-left: 22px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 1.0625em;
    line-height: normal;
    width: 100%;
}

.mash-menu label.menu-radio:after,
.mash-menu label.menu-radio:before {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    left: 0;
    height: 15px;
    width: 15px;
    border-radius: 100px;
    border: 2px solid #505050;
}

.mash-menu label.menu-radio:after {
    border-color: #03a9f4;
    background: #03a9f4;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
}

.mash-menu .mash-mobile-button {
    border: none;
    background: #fff;
    width: 55px;
    height: 65px;
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 99999;
    display: block;
}

.mash-menu .mash-mobile-button:hover span:before {
    background: rgba(0, 0, 0, 0);
}

@media screen and (min-width: 1000px) {
    .mash-menu .mash-mobile-button {
        display: none;
    }
}

.mash-menu .mash-mobile-button span {
    width: 55px;
    height: 65px;
    float: right;
    line-height: 53px;
    position: absolute;
    top: 0;
    text-align: center;
    margin: 0;
    right: 0;
    display: block;
    cursor: pointer;
    z-index: 9999;
    background: url(../images/menu-bar.png) no-repeat center;
}

.mash-menu .mash-mobile-button span:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: 0 0;
    -webkit-transition: background 0.2s ease;
    transition: background 0.2s ease;
}









/* jquery.remodal.css */



html.remodal-is-locked {
    overflow: hidden
}

.remodal,
[data-remodal-id] {
    visibility: hidden
}

.remodal-overlay {
    position: fixed;
    z-index: 9999;
    top: -5000px;
    right: -5000px;
    bottom: -5000px;
    left: -5000px;
    display: none
}

.remodal-wrapper {
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    overflow: auto;
    text-align: center;
    -webkit-overflow-scrolling: touch
}

.remodal-wrapper:after {
    display: inline-block;
    height: 100%;
    margin-left: -.05em;
    content: ""
}

.remodal-overlay,
.remodal-wrapper {
    -webkit-transform: translateZ(0)
}

.remodal {
    position: relative;
    display: inline-block
}

.remodal input,
.remodal input:focus,
.remodal select,
.remodal select:focus,
.remodal textarea,
.remodal textarea:focus {
    font-size: 16px
}

.remodal,
.remodal * {
    font-family: "Exo 2", sans-serif
}

.remodal-bg {
    -webkit-transition: -webkit-filter .2s ease-out;
    -moz-transition: -moz-filter .2s ease-out;
    -o-transition: -o-filter .2s ease-out;
    transition: filter .2s ease-out
}

body.remodal-is-active .remodal-bg {
    -webkit-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px)
}

.remodal-overlay {
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    opacity: 0;
    background: rgba(33, 36, 46, .95)
}

body.remodal-is-active .remodal-overlay {
    opacity: 1
}

.remodal {
    font-size: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    min-height: 100%;
    padding: 20px;
    -webkit-transition: -webkit-transform .2s ease-out, opacity .2s ease-out;
    -moz-transition: -moz-transform .2s ease-out, opacity .2s ease-out;
    -o-transition: -o-transform .2s ease-out, opacity .2s ease-out;
    transition: transform .2s ease-out, opacity .2s ease-out;
    -webkit-transform: scale(.95);
    -moz-transform: scale(.95);
    -ms-transform: scale(.95);
    -o-transform: scale(.95);
    transform: scale(.95);
    opacity: 0;
    color: #000;
    background: #4073bd;
    background-clip: padding-box
}

.remodal label.con-txt {
    color: #fff
}

.remodal label span {
    color: #fff
}

.remodal input.submit-btn-new {
    margin-top: 0
}

.remodal input.submit-btn-new:hover {
    background: #14154a;
    color: #816c33
}

.remodal input.input-field-contact {
    margin-bottom: 20px
}

.remodal textarea.textarea-field-contact {
    margin-bottom: 20px
}

body.remodal-is-active .remodal {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.remodal,
.remodal-wrapper:after {
    vertical-align: middle
}

.remodal-close {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    -webkit-transition: background .2s ease-out;
    -moz-transition: background .2s ease-out;
    -o-transition: background .2s ease-out;
    transition: background .2s ease-out;
    text-decoration: none;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #f1370f
}

.remodal-close:after {
    font-size: 25px;
    line-height: 25px;
    width: 30px;
    height: 30px;
    display: block;
    content: "×";
    cursor: pointer;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    text-decoration: none;
    color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-weight: 700
}

.remodal-close:active,
.remodal-close:hover {
    background: #fff;
    text-decoration: none
}

.remodal-close:active.remodal-close:after,
.remodal-close:hover.remodal-close:after {
    color: #816c33
}

.remodal-cancel,
.remodal-confirm {
    font-size: 10pt;
    display: inline-block;
    width: 120px;
    margin: 0 0 5px 0;
    padding: 9px 0;
    cursor: pointer;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    text-align: center;
    text-decoration: none;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-clip: padding-box
}

.remodal-confirm {
    color: #16a085;
    border: 2px solid #16a085;
    background: #f4f4f4
}

.remodal-confirm:active,
.remodal-confirm:hover {
    color: #f4f4f4;
    background: #16a085
}

.remodal-cancel {
    color: #c0392b;
    border: 2px solid #c0392b;
    background: #f4f4f4
}

.remodal-cancel:active,
.remodal-cancel:hover {
    color: #f4f4f4;
    background: #c0392b
}

@media only screen and (min-width:40.063em) {
    .remodal {
        max-width: 700px;
        min-height: 0;
        margin: 20px auto;
        -webkit-border-radius: 6px;
        border-radius: 6px
    }
}

.lt-ie9 .remodal {
    width: 700px;
    min-height: 0;
    margin: 20px auto
}

.lt-ie9 .remodal-close:after {
    margin: auto;
    text-align: center
}

.lt-ie9 .remodal-close:active,
.lt-ie9 .remodal-close:hover {
    background: 0 0
}

.lt-ie9 .remodal-close:active.remodal-close:after,
.lt-ie9 .remodal-close:hover.remodal-close:after {
    color: #3e5368
}


