﻿
/*#region *************** Site Global ********************/


@font-face {
    font-family: 'GothamLight';
    src: url('/themes/aucklandeye/font/GothamLight.woff') format('woff'), url('/themes/aucklandeye/font/GothamLight.ttf') format('truetype'), url('/themes/aucklandeye/font/GothamLight.svg#GothamLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamMedium';
    src: url('/themes/aucklandeye/font/GothamMedium.woff') format('woff'), url('/themes/aucklandeye/font/GothamMedium.ttf') format('truetype'), url('/themes/aucklandeye/font/GothamMedium.svg#GothamMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}



body {
}

body, td, th, li {
    /*specific font*/
    font-family: Roboto;
    color: #51585d;
    font-size: 15px;
    font-weight: 400;
}


img.img-responsive,
img.responsive.scale, img {
    max-width: 100% !important;height: auto !important;
    display: inline-block;
}

    img.left {
        float: left;
        margin-right: 15px;
        margin-bottom: 15px;
    }

    img.left-border {
        float: left;
        margin-right: 15px;
        margin-bottom: 15px;
    }

    img.right {
        float: right;
        margin-left: 15px;
        margin-bottom: 15px;
    }

    img.right-border {
        float: right;
        margin-left: 15px;
        margin-bottom: 15px;
    }

    img.border,
    img.right-border,
    img.left-border {
        border: 5px solid #f4f4f4;
    }

table {
    border-spacing: 0px;
    border-collapse: collapse;
}

b, strong {
    font-weight: bold;
}

em, i {
    font-style: italic;
}

a {
    color: #013ca6;
}

    a:HOVER {
        text-decoration: none;
    }


p {
    line-height: 1.5em;
    margin-bottom: 15px;
}

    p.note {
        font-size: 10px;
    }

h1, h2, h3, h4, h5, h6 {
    font-family: GothamMedium;
    color: #1a1b1c;
    margin-top: 0;
    margin-bottom: 10px;
}

h1 {
    color: #ffffff;
    font-size: 46px; /* Approximation due to font substitution */
    font-weight: 400;
}

h2 {
    font-size: 36px; /* Approximation due to font substitution */
    font-weight: 400;
}

h3 {
    font-size: 28px; /* Approximation due to font substitution */
}

h4 {
    font-size: 24px; /* Approximation due to font substitution */
}

h5 {
    font-size: 20px; /* Approximation due to font substitution */
}

h6 {
    font-size: 17px; /* Approximation due to font substitution */
    line-height: 22px;
}



ul.arrow {
    list-style: url(/themes/aucklandeye/images/arrow.png);
    padding-left: 20px;
}

    ul.arrow li {
        margin-bottom: 10px;
    }

.content-dropzone {
    display: none;
}

.module-content.remove-bottom-margin .module-wrapper {
    margin-bottom: 8px;
}

@media (max-width:450px) {
    img.left, img.left-border, img.right, img.right-border {
        float: none !important;
        display: block;
        margin-left: 0;
        margin-right: 0;
    }
}

/*#endregion*/

/*#region *************** Bootstrap Overrides ************/
.container {
    max-width: 1200px;
    width: auto;
}

@media (max-width:500px) {
    .xs-split {
        width: 100% !important;
    }
}

/*#endregion*/

/*#region *************** header ********************/

#TopBar {
    min-height: 40px;
    border-bottom: solid 1px #ddd;
}

    #TopBar .navbar-secondary ul {
        padding: 10px;
        margin: 0;
    }

        #TopBar .navbar-secondary ul li {
            display: inline-block;
            padding: 0 9.5px;
        }

            #TopBar .navbar-secondary ul li a {
                color: #51585d;
                font-size: 13px;
            }

    /*#TopBar .navbar-secondary ul li:last-of-type a {
                color: #00b8ab;
            }*/

    #TopBar .btn-green {
        margin: 6px 5px 5px;
    }

    #TopBar .phone a {
        color: #013ca6;
        font-size: 19px;
        font-weight: 300;
        display: inline-block;
        margin-top: 8px;
        margin-left: 20px;
    }


#Header {
    border-bottom: 4px solid #e5e5e5;
}

    #Header #SearchActivateButton {
        float: right;
        color: #51585d;
    }

        #Header #SearchActivateButton i {
            width: 13px;
            height: 14px;
        }

.navbar-primary, .navbar.navbar-primary {
    margin-top: 26px;
}

.navbar-default .navbar-toggle {
    margin-top: 16px;
    border: none;
}

    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background: none;
    }


    .navbar-default .navbar-toggle .icon-bar {
        width: 30px;
        height: 6px;
        background-color: #013ca6;
    }

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 5px;
}


#Header form.search {
    top: 49px;
    right: 15px;
    display: none;
    position: absolute;
    background: #ffffff;
    padding: 7px 9px;
    z-index: 1;
    border: solid 1px #ddd;
    width: 200px;
}

.template-laser-detail #TopBar .topbar-wrapper .phone {
    display: none;
}


.navbar-primary .navbar-brand {
    margin-bottom: 30px;
}

    .navbar-primary .navbar-brand img {
        max-width: 250px;
        max-height: inherit;
    }

@media (min-width: 1200px) {
    .navbar-header {
        margin-top: -5px;
    }
}

@media (max-width: 1200px) {
    .navbar-header {
        width: 24%;
    }

    .navbar-default .navbar-nav > li > a {
        padding-left: 9px;
        padding-right: 9px;
    }
}

@media (max-width: 991px) {
    .navbar-header {
        width: 100%;
    }

    .search-nav {
        position: absolute;
        right: 0;
        top: 3px;
    }

    #SearchActivateButton {
        padding-bottom: 12px !important;
    }

    .navbar-nav.search-nav {
        display: none;
    }

    #Header form.search {
        top: 14px !important;
        right: 0;
        display: block;
        border: none;
    }

    #TopBar .phone a {
        margin-left: 10px;
    }

    .navbar-primary, .navbar.navbar-primary {
        margin-top: 12px;
        margin-bottom: 0;
    }

    .navbar-default .navbar-toggle {
        margin-top: 8px;
    }

    .navbar-primary .navbar-brand {
        /*max-width: 66%;*/
    }

    .navbar-default .navbar-nav > li > a {
        padding-bottom: 20px !important;
        padding-left: 15px;
        padding-right: 9px;
    }
}

@media (max-width: 768px) {
}



#Header #SearchForm .form-group {
    margin-bottom: 0;
}


/*#endregion*/

/*#region *************** Footer ********************/

#Footertop {
    border-top: solid 3px #d4d4d4;
}

#FootertopInner {
    padding-top: 20px;
}

    #FootertopInner .oasis {
        float: right;
    }

#Footer {
    background: url(/themes/aucklandeye/images/footer-bg.jpg) top left no-repeat;
    background-size: cover;
    font-family: Roboto;
    color: #ffffff;
    font-size: 13px; /* Approximation due to font substitution */
    font-weight: 400;
}

    #Footer a {
        color: #ffffff;
    }

#FooterInner {
    padding-bottom: 10px;
}

    #FooterInner .logo img {
        max-width: 268px !important;
    }

    #FooterInner .contact {
        margin-top: 20px;
    }

        #FooterInner .contact .footer-socials a img {
            padding: 0 7px;
            height: 18px;
        }

#Footer .blog, #Footer .app {
    float: right;
    margin-top: 20px;
    text-align: center;
    padding-left: 40px;
}

#Footer .feedback {
    float: right;
    clear: right;
    padding-top: 20px;
}

    #Footer .feedback a:first-of-type {
        padding-right: 52px;
    }

#Footer .copyright {
    margin-top: 30px;
    margin-bottom: -10px;
}


    #Footer .copyright, #Footer .copyright a {
        color: #fff;
        font-size: 11px;
    }

#Signup,
#Footer,
#Copyright {
    border-top: 1px solid #ffffff;
    background-color: #e5e5e5;
}

.footer-links,
.footer-media {
    list-style: none;
    margin: 15px 0 0 0;
    padding: 0;
}

    .footer-media li {
        display: inline-block;
        margin-right: 15px;
    }

    .footer-media i {
        color: #555555;
        font-size: 15px;
    }

        .footer-media i:hover {
            color: #00aaff;
        }

.seconds img {
    padding-top: 7px;
}


.footer-copyright,
.footer-design {
    font-size: 11px;
}

#Footer .app img {
    padding: 0 5px;
}

/*#endregion*/

/*#region *************** Module CMS Content *************/

.module-filter-listing .doctor {
    width: 14.2857%;
}

    .module-filter-listing .doctor .title {
        display: none;
    }

.module-filter-listing .doctor {
    padding: 0.5px;
    padding-bottom: 1.5px;
}

    .module-filter-listing .doctor .content p {
        margin: 0;
    }

        .module-filter-listing .doctor .content p a {
            display: block;
            position: relative;
        }

            .module-filter-listing .doctor .content p a img {
                width: 100% !important;
                height: auto !important;
            }

            .module-filter-listing .doctor .content p a:before {
                top: 0;
                left: 0;
                right: 0;
                width: 100%;
                height: 100%;
                content: '';
                position: absolute;
                z-index: 100;
            }

    .module-filter-listing .doctor .content .ask-a-question a:before {
        content: 'MEET OUR DOCTORS';
        color: #fff !important;
        text-align: center;
        top: 50%;
        margin-top: -11px;
        font-size: 15px;
        font-weight: 500;
    }

    .module-filter-listing .doctor:hover .content .ask-a-question a:before {
        content: 'MEET OUR DOCTORS';
        color: #fff !important;
        text-align: center;
        top: 50%;
        margin-top: -11px;
        font-size: 15px;
        background: none;
        padding-top: 0;
    }

    .module-filter-listing .doctor .content .ask-a-question a:after {
    }

    .module-filter-listing .doctor:hover .content .ask-a-question a:after {
        padding-top: 0;
    }


    .module-filter-listing .doctor .content p a:after {
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        content: '';
        position: absolute;
        z-index: 100;
    }

    .module-filter-listing .doctor:hover .content p a:after {
        content: attr(name);
        color: #ffffff;
        font-size: 16px;
        padding-top: 75%;
        text-align: center;
    }

    .module-filter-listing .doctor:hover .content p a:before {
        background: rgba(1, 60, 166,0.7);
        content: attr(title);
        color: #ffffff;
        font-size: 14px; /* Approximation due to font substitution */
        text-align: center;
        padding-top: 66%;
    }


.module-filter-listing .heading {
    display: none;
}

.module-filter-listing .filters {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 10px;
}



    .module-filter-listing .filters ul {
        list-style: none;
        padding-left: 0;
    }

        .module-filter-listing .filters ul li {
            display: inline-block;
            margin-bottom: 10px;
        }


            .module-filter-listing .filters ul li a {
                background: #fff;
                border-radius: 3px;
                padding: 4px 20px;
                color: #51585d;
                text-decoration: none;
            }

                .module-filter-listing .filters ul li a:hover, .module-filter-listing .filters ul li a.selected {
                    background: #013ca6;
                    color: #fff;
                }



.module-filter-listing .element-container {
    width: 100%;
}

.module-contenteditor {
    margin-bottom: 15px;
}


.module-type-contenteditor .expandable {
    margin-bottom: 0;
}

    .module-type-contenteditor .expandable h3 {
        margin-top: 0 !important;
    }

.module-type-contenteditor.big-title .expandable h3,
.module-type-contenteditor.big-title .expandable h3 a {
    font-size: 28px;
    font-weight: 500;
}

.module-type-contenteditor .expand-content {
    margin-top: 15px;
}

.module-type-contenteditor .expandable a, .module-type-contenteditor .expandable a:link {
    font-family: GothamMedium;
    font-size: 21px; /* Approximation due to font substitution */
    font-weight: 400;
    padding: 10px 40px 10px 0 !important;
    border-bottom: solid 2px #0bc3f5;
    border-radius: 0;
    padding-right: 40px;
    padding-left: 15px;
    cursor: pointer;
    display: block;
    text-decoration: none;
}

    .module-type-contenteditor .expandable a[aria-expanded="false"] {
        background: url(/themes/aucklandeye/images/arrowdown.png) #fff center right 12px no-repeat;
        color: #133d8d;
    }

    .module-type-contenteditor .expandable a[aria-expanded="true"] {
        background: url(/themes/aucklandeye/images/arrowup.png) #fff center right 12px no-repeat;
        color: #0bc3f5;
    }

.module-contenteditor .expandcontent {
    padding: 15px 0 5px;
    margin-bottom: -20px;
}

.module-type-contenteditor.overlay .module-wrapper {
    position: relative;
}

.module-type-contenteditor.overlay .heading {
    position: absolute;
    bottom: -20px;
    background: rgba(0,0,0,0.5);
    left: 0px;
    right: 0px;
}

    .module-type-contenteditor.overlay .heading h3 {
        margin-top: 0;
        font-size: 20px;
    }

.module-type-contenteditor.overlay .module-wrapper:hover .heading h3 a {
    padding: 10px 10px 40px 10px;
}


.module-type-contenteditor.overlay .heading h3 a {
    color: #fff;
    display: block;
    padding: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.module-type-slider .bxSlider {
    visibility: hidden;
}

.module-type-slider .bx-viewport .bxSlider {
    visibility: visible;
}

.bx-wrapper img {
    width: 100%;
}

.module-type-slider .bx-controls {
    display: none;
}


.module-type-slider .bx-wrapper .item-title {
    display: none;
}

.module-type-slider .bx-wrapper .bx-viewport {
    box-shadow: none;
    border: none;
    left: 0;
}

    .module-type-slider .bx-wrapper .bx-viewport .slider-image {
        background-position: center left 74% !important;
        background-size: cover !important;
    }

/*#endregion*/

/*#region *************** Buttons ********************/

.btn-green, .btn-green:focus {
    background: #00b8ab;
    color: #fff;
    padding: 5px 20px;
    border-radius: 3px;
    border: solid 1px #00b8ab;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none !important;
    text-transform: uppercase;
}

    .btn-green.btn-apple {
        background: url(/themes/aucklandeye/images/apple.png) left 4px top 7px no-repeat #00b8ab !important;
        padding: 15px 12px 13px 40px;
        font-size: 14px;
        color: #fff !important;
    }

        .btn-green.btn-apple:hover {
            background: url(/themes/aucklandeye/images/apple-green.png) left 4px top 7px no-repeat #fff !important;
            color: #00b8ab !important;
        }

    .btn-green.btn-android {
        font-size: 14px;
        background: url(/themes/aucklandeye/images/android.png) left 4px top 7px no-repeat #00b8ab !important;
        padding: 15px 12px 13px 40px;
        color: #fff !important;
    }

        .btn-green.btn-android:hover {
            background: url(/themes/aucklandeye/images/android-green.png) left 4px top 7px no-repeat #fff !important;
            color: #00b8ab !important;
        }

    .btn-green:hover {
        background: #fff;
        color: #00b8ab;
        border: solid 1px #00b8ab;
    }

.btn-blue, .btn-blue:focus {
    background: #013ca6;
    color: #fff;
    padding: 15px 20px;
    border-radius: 3px;
    border: solid 1px #013ca6;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    width: 370px;
    max-width: 100%;
}

    .btn-blue:hover {
        background: #fff;
        color: #013ca6;
        border: solid 1px #013ca6;
    }

.btn-greenbg, .btn-greenbg:focus {
    background: #00b8ab;
    color: #fff !important;
    padding: 13px 20px;
    border-radius: 3px;
    border: solid 1px #00b8ab;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    width: 370px;
    max-width: 100%;
}

    .btn-greenbg:hover {
        background: #fff;
        color: #00b8ab !important;
        border: solid 1px #00b8ab;
    }

.btn-blue-lg, .btn-blue-lg:focus {
    background: #013ca6;
    color: #fff !important;
    padding: 15px 0px;
    border-radius: 2px;
    border: solid 1px #013ca6;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    width: 100%;
}

    .btn-blue-lg:hover {
        background: #fff;
        color: #013ca6 !important;
        border: solid 1px #013ca6;
    }

.btn-green-lg, .btn-green-lg:focus {
    background: #89c328;
    color: #fff;
    padding: 15px 0px;
    border-radius: 2px;
    border: solid 1px #89c328;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    width: 100%;
}

    .btn-green-lg:hover {
        background: #fff;
        color: #89c328;
        border: solid 1px #89c328;
    }


.page-id-22640 .btn-orange-lg, .page-id-22640 .btn-orange-lg:focus {
    background: #f1683a;
    color: #fff;
    padding: 15px 0px;
    border-radius: 2px;
    border: solid 1px #f1683a;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
}

    .page-id-22640 .btn-orange-lg:hover {
        background: #fff;
        color: #f1683a;
        border: solid 1px #f1683a;
    }


.btn-orange-lg, .btn-orange-lg:focus {
    background: url(/themes/aucklandeye/images/Q_card_button_3.png) center right no-repeat #000;
    background-size: contain;
    text-align: left;
    text-transform: uppercase;
    color: #fff;
    padding: 6px 10px;
    border-radius: 2px;
    border: solid 1px #000;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    white-space: inherit;
}

    .btn-orange-lg:hover {
        background: url(/themes/aucklandeye/images/Q_card_button_3.png) center right no-repeat #000;
        background-size: contain;
        color: #fff;
        border: solid 1px #000;
    }

.btn-white, .btn-white:focus {
    background: #fff;
    color: #51585d;
    padding: 12px 20px;
    border-radius: 3px;
    border: solid 1px #51585d;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    width: 370px;
    max-width: 100%;
}

    .btn-white:hover {
        background: #51585d;
        color: #fff;
        border: solid 1px #51585d;
    }

.btn-back, .btn-back:focus {
    background: #fff;
    color: #51585d;
    padding: 8px 40px;
    border-radius: 2px;
    border: solid 2px #51585d;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    max-width: 100%;
    border-color: #51585d;
    margin-top: 20px;
}

    .btn-back:hover {
        background: #51585d;
        border: solid 2px #51585d;
        color: #fff;
    }

.btn-blue-left, .btn-blue-left:focus {
    background: #013ca6;
    color: #fff;
    padding: 15px 19px;
    border-radius: 2px;
    border: solid 1px #013ca6;
    font-size: 18px;
    font-weight: 400;
    margin-top: 10px;
    max-width: 100%;
    white-space: inherit;
}

    .btn-blue-left:hover {
        background: #fff;
        color: #013ca6;
    }

.btn-blue-right, .btn-blue-right:focus {
    background: #013ca6;
    color: #fff;
    padding: 15px 20px;
    border-radius: 2px;
    border: solid 1px #013ca6;
    font-size: 18px;
    font-weight: 400;
    margin-top: 10px;
    max-width: 100%;
    text-align: left;
    line-height: 24px;
}

    .btn-blue-right span {
        font-size: 24px;
    }

    .btn-blue-right:hover {
        background: #fff;
        color: #013ca6;
    }

.back.btn-blue {
    width: 150px;
}

/*#endregion*/

/*#region *************** popup form********************/

.modal-body {
    padding: 20px;
    overflow: hidden;
}

.modal-box {
    text-align: center;
    display: none;
}

.modal-content.modal-box > img {
    position: relative;
    margin-top: -100%;
}


body.modal-open > .wrap {
    overflow: hidden;
    height: 100%;
}

.modal-content,
.modal-dialog,
.modal-body {
    height: inherit;
    min-height: 100%;
}

.modal {
    min-height: 100%;
}

.power-out .modal-content {
    padding: 30px;
}

.power-out h2 {
    font-size: 24px;
    text-align: center;
    color: #f50b0b;
}

.power-out .modal-header {
    border-bottom: none;
    position: relative;
    top: -18px;
}

.power-out .modal-body {
    margin-right: 0;
    width: 100%;
}

.formbuilder-datepicker {
    -webkit-appearance: none;
}

.ui-datepicker {
    z-index: 10000 !important;
}

#module23714 .field-type-infoblock, #module23714 .field-type-infoblock .form-group {
    margin-bottom: -17px;
}

    #module23714 .field-type-infoblock h4 {
        margin-top: 15px;
    }


/*#endregion*/

/*#region *************** Home page ********************/

.template-home #FeatureBanner .bx-wrapper {
    margin-bottom: 0;
}

.template-home #FeatureBanner .module-type-slider .slider-image {
    min-height: 400px;
    cursor: pointer;
}

.template-home #FeatureBanner .module-type-slider .bx-controls {
    display: inherit;
}

    .template-home #FeatureBanner .module-type-slider .bx-controls .bx-pager.bx-default-pager {
        bottom: 10px;
    }

        .template-home #FeatureBanner .module-type-slider .bx-controls .bx-pager.bx-default-pager a {
            background: #fff;
        }

            .template-home #FeatureBanner .module-type-slider .bx-controls .bx-pager.bx-default-pager a.active {
                background: #f1683a;
            }

.template-home #FeatureBanner .module-type-slider .bx-viewport .slider-item {
    width: 100% !important;
}

    .template-home #FeatureBanner .module-type-slider .bx-viewport .slider-item .item-image img {
        height: 412px !important;
    }

.template-home #FeatureBanner .slider-content .content {
    float: right;
    max-width: 480px;
    margin-top: 30px;
    margin-right: 30px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}

    .template-home #FeatureBanner .slider-content .content p:first-of-type {
        font-family: Roboto;
        color: #013ca6;
        font-size: 36px; /* Approximation due to font substitution */
        font-weight: 300;
    }

    .template-home #FeatureBanner .slider-content .content h1 {
        font-family: GothamMedium;
        color: #ffffff;
        font-size: 49px; /* Approximation due to font substitution */
        font-weight: 400;
        margin: 0;
        margin-top: -20px;
    }

    .template-home #FeatureBanner .slider-content .content p:nth-of-type(2) {
        font-family: Roboto;
        color: #013ca6;
        font-size: 25px; /* Approximation due to font substitution */
        font-weight: 300;
    }

    .template-home #FeatureBanner .slider-content .content a {
        font-family: Roboto;
        color: #ffffff;
        font-size: 21px; /* Approximation due to font substitution */
        font-weight: 400;
        margin-top: 10px;
    }



.template-home #Content1 {
    padding-bottom: 30px;
}

    .template-home #Content1 h2 a {
        font-family: GothamMedium;
        color: #ffffff;
        font-size: 28px; /* Approximation due to font substitution */
        line-height: 30px;
        font-weight: 400;
        text-transform: uppercase;
        text-align: center;
        display: block;
        padding: 30px;
        padding-bottom: 35px;
        background-size: 100% 100% !important;
        position: relative;
    }

    .template-home #Content1 #module23176 h2 a {
        background: #f1683a;
    }

    .template-home #Content1 #module23177 h2 a {
        background: #00b8ab;
    }

    .template-home #Content1 #module23178 h2 a {
        background: #368fe9;
    }

    .template-home #Content1 #module23179 h2 a {
        background: #89c328;
    }

    .template-home #Content1 #module23176 h2 a:hover {
        background: url(/themes/aucklandeye/images/homebox1.png) #f1683a;
    }

    .template-home #Content1 #module23177 h2 a:hover {
        background: url(/themes/aucklandeye/images/homebox2.png) #00b8ab;
    }

    .template-home #Content1 #module23178 h2 a:hover {
        background: url(/themes/aucklandeye/images/homebox3.png) #368fe9;
    }

    .template-home #Content1 #module23179 h2 a:hover {
        background: url(/themes/aucklandeye/images/homebox4.png) #89c328;
    }



    .template-home #Content1 h2 a:hover:after {
        visibility: visible;
    }

.template-home #Content2 {
    background: #ececec;
    min-height: 94px;
    padding: 26px 0 3px;
}

    .template-home #Content2 .content p {
        padding-top: 5px;
    }

    .template-home #Content2 #Content2Inner .col-sm-8,
    .template-home #Content2 #Content2Inner .book-today {
        font-family: Roboto;
        color: #51585d;
        font-size: 30px; /* Approximation due to font substitution */
        font-weight: 300;
    }

        .template-home #Content2 #Content2Inner .col-sm-8 .content p,
        .template-home #Content2 #Content2Inner .book-today .content p {
            position: relative;
            top: 6px;
        }

.template-home #Content3 {
    background-color: #ececec;
}

    .template-home #Content3 #Content3Inner {
        padding-top: 20px;
    }

    .template-home #Content3 .slider-wrapper {
        min-height: 309px;
    }

.template-home #Content4 {
}

    .template-home #Content4 #module23182 .content {
        margin-top: 40px;
    }

        .template-home #Content4 #module23182 .content img {
            display: block;
            margin: auto;
            margin-bottom: 20px;
        }



.template-home #Download {
    background: url(/themes/aucklandeye/images/download-bg.png) center center no-repeat #00b4f1;
    background-size: cover;
    padding: 18px 0 5px;
}

    .template-home #Download h2 {
        color: #fff;
        margin-bottom: -3px;
        margin-top: 5px;
    }

    .template-home #Download p {
        color: #ffffff;
        font-size: 26px;
        font-weight: 300;
        margin-bottom: 0;
    }

    .template-home #Download .btn-white {
        margin-top: 17px;
        white-space: inherit;
        margin-bottom: 30px;
    }


.template-home #Content5 {
    background: #f3f3f3;
}

    .template-home #Content5 .module-articlepreview .heading a {
        font-family: GothamMedium;
        color: #1a1b1c;
        font-size: 36px; /* Approximation due to font substitution */
        font-weight: 400;
        display: block;
        margin-bottom: 15px;
    }

    .template-home #Content5 .module-articlepreview .news-review .thumbimage {
        float: left;
        margin-right: 20px;
        max-width: 130px;
    }

    .template-home #Content5 .module-articlepreview .news-review {
        margin-bottom: 30px;
    }

        .template-home #Content5 .module-articlepreview .news-review .title {
            margin-bottom: 5px;
        }

            .template-home #Content5 .module-articlepreview .news-review .title a {
                font-family: GothamMedium;
                color: #013ca6;
                font-size: 21px; /* Approximation due to font substitution */
                font-weight: 400;
                line-height: 21px;
            }

                .template-home #Content5 .module-articlepreview .news-review .title a:hover {
                    text-decoration: underline;
                }

        .template-home #Content5 .module-articlepreview .news-review .article-date {
            display: none;
        }

        .template-home #Content5 .module-articlepreview .news-review .read-more {
            display: none;
        }

        .template-home #Content5 .module-articlepreview .news-review .sections {
            display: none;
        }

    .template-home #Content5 .module-articlepreview .link-to-module {
        display: none;
    }

    .template-home #Content5 #module23187 .article .article-date {
        display: none;
    }

    .template-home #Content5 #module23187 .article .article-content {
        display: none;
    }

    .template-home #Content5 #module23187 .article .read-more {
        display: none;
    }

    .template-home #Content5 #module23187 .article .title a {
        display: block;
        background: #fff;
        border-left: solid 3px #013ca6;
        font-family: GothamMedium;
        color: #013ca6;
        font-size: 20px; /* Approximation due to font substitution */
        font-weight: 400;
        padding: 10px;
    }

        .template-home #Content5 #module23187 .article .title a:hover {
            background: #013ca6;
            color: #fff;
        }

/*#endregion*/

/*#region *************** page with sidebar ********************/


.template-rightsidebar #FeatureBanner, .template-default #FeatureBanner, .template-ourdoctor #FeatureBanner {
    background: url(/themes/aucklandeye/images/defaultheaderbg.jpg) no-repeat top center;
    background-size: cover;
    min-height: 142px;
}

    .template-rightsidebar #FeatureBanner h1, .template-default #FeatureBanner h1, .template-ourdoctor #FeatureBanner h1 {
        position: absolute;
        bottom: -140px;
    }

    .template-rightsidebar #FeatureBanner .breadcrumb, .template-default #FeatureBanner .breadcrumb, .template-ourdoctor #FeatureBanner .breadcrumb {
        text-align: right;
        background: none;
        font-family: Roboto;
        color: #ffffff;
        font-size: 13px;
        font-weight: 400;
        margin-bottom: 0;
        padding: 0;
        position: absolute;
        right: 15px;
        bottom: -125px;
    }

        .template-rightsidebar #FeatureBanner .breadcrumb a, .template-default #FeatureBanner .breadcrumb a, .template-ourdoctor #FeatureBanner .breadcrumb a {
            color: #ffffff;
        }

.template-rightsidebar #Content1, .template-default #Content1, .template-ourdoctor #Content1 {
    padding-top: 30px;
    padding-bottom: 50px;
}

.template-rightsidebar .left-pane h3 {
}

.left-pane {
}

    .left-pane h5 {
        margin-top: 25px;
    }


.right-pane {
    margin-bottom: 30px;
}

    .right-pane p {
        margin-bottom: 30px;
    }



.laser-contact-details.phone p {
    font-size: 24px;
}

    .laser-contact-details.phone p a {
        margin-top: 8px !important;
        padding-left: 12px;
        padding-right: 12px;
        max-width: 370px;
        width: 100%;
    }

.laser-contact-details.email p a {
    font-size: 20px;
}

.laser-contact-details p i {
    margin-right: 8px;
    color: #f36839;
    font-size: 24px;
}

.laser-contact-details p span {
    display: block;
    text-align: center;
    width: 100%;
    max-width: 370px;
}

/*.laser-contact-details.phone.laser-home {
    text-align: center;
    margin-bottom: 8px;
}

    .laser-contact-details.phone.laser-home span {
        display: inline-block;
        width: auto;
        margin-right: 15px;
        margin-bottom: 30px;
    }

    .laser-contact-details.phone.laser-home a {
        margin-top: 0 !important;
    }*/

.module-type-contenteditor.laser-contact-details.call-us a.btn-greenbg {
    background: #fff !important;
    color: #00b8ab !important;
    padding-top: 9px;
}

    .module-type-contenteditor.laser-contact-details.call-us a.btn-greenbg:hover {
        background: #00b8ab !important;
        color: #fff !important;
    }

.module-type-contenteditor.laser-contact-details.call-us p i {
    position: relative;  
    top: 4px;
}

.module-type-contenteditor.laser-contact-details h5  {
    padding-top: 18px;
    font-size: 22px;
}


@media (max-width: 1200px) {
    .module-type-contenteditor.laser-contact-details h5 {      
        font-size: 18px;
    }


    /*.laser-contact-details p a,
    .laser-contact-details.email p a,
    .laser-contact-details a:focus {
        font-size: 14px;
    }*/

    .laser-contact-details p i {
        font-size: 20px;
    }

    /*.module-type-contenteditor .laser-contact-details p a,
    .module-type-contenteditor .laser-contact-details.email p a,
    .module-type-contenteditor .laser-contact-details a:focus {
        font-size: 18px;
    }*/

    .module-type-contenteditor .laser-contact-details p i {
        font-size: 24px;
    }
}

@media (max-width: 991px) {
    .module-type-contenteditor.laser-contact-details {
        text-align: center;
    }

    .module-type-contenteditor.laser-contact-details h5 {
        padding-top: 0;  
        font-size: 22px;      
    }


    /*.laser-contact-details p a,
    .laser-contact-details.email p a,
    .laser-contact-details a:focus {
        font-size: 18px;
    }*/

    .laser-contact-details p i  {
        font-size: 24px;
    }

    .laser-contact-details p span {
        text-align: center;
        max-width: 300px;
    }

    /*.module-type-contenteditor .laser-contact-details p a,
    .module-type-contenteditor .laser-contact-details.email p a,
    .module-type-contenteditor .laser-contact-details a:focus {
        font-size: 14px;
    }*/

    .module-type-contenteditor .laser-contact-details i {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .laser-contact-details.phone.laser-home {
        text-align: left;
    }

    /*.module-type-contenteditor .laser-contact-details p a,
    .module-type-contenteditor .laser-contact-details.email p a,
    .module-type-contenteditor .laser-contact-details a:focus {
        font-size: 18px;
    }*/

    .module-type-contenteditor .laser-contact-details p i {
        font-size: 24px;
    }
}

@media (max-width: 380px) {
    /*.laser-contact-details p a,
    .laser-contact-details.email p a,
    .laser-contact-details a:focus {
        font-size: 14px;
    }*/

    .laser-contact-details p i {
        font-size: 20px;
    }

    /*.module-type-contenteditor .laser-contact-details p a,
    .module-type-contenteditor .laser-contact-details.email p a,
    .module-type-contenteditor .laser-contact-details a:focus {
        font-size: 14px;
    }*/

    .module-type-contenteditor .laser-contact-details p i {
        font-size: 20px;
    }
}


.template-rightsidebar #Content2 {
    background: #ececec;
    min-height: 94px;
    padding: 26px 0 22px;
    display: none;
}

    .template-rightsidebar #Content2 .col-sm-8 {
        font-family: Roboto;
        color: #51585d;
        font-size: 26px;
        font-weight: 300;
    }

        .template-rightsidebar #Content2 .col-sm-8 p {
            position: relative;
            top: 6px;
        }

.template-doctor #doctorModal .enquire_type {
    display: none;
}

.template-doctor #FeatureBanner {
    background: url(/themes/aucklandeye/images/doctorheaderbg.jpg) top left no-repeat;
    background-size: cover;
}

.template-doctor #FeatureBannerInner {
    position: relative;
}

.template-doctor #FeatureBanner .content {
}

.template-doctor #FeatureBanner .image {
    float: left;
    padding-top: 0px;
    height: 248px;
}

.template-doctor #FeatureBanner .module-contenteditor {
    margin: 0;
}


.template-doctor #FeatureBanner .text {
    position: absolute;
    bottom: -175px;
    left: 302px;
    width: 60%;
}

    .template-doctor #FeatureBanner .text h1 {
        margin-bottom: 0;
    }

    .template-doctor #FeatureBanner .text p {
        color: #ffffff;
        font-size: 21px;
    }

.template-doctor #FeatureBanner .breadcrumb {
    background: none;
    font-family: Roboto;
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0;
    padding: 0;
    position: absolute;
    right: 15px;
    bottom: -250px;
}

    .template-doctor #FeatureBanner .breadcrumb a {
        color: #ffffff;
    }

.template-doctor #Content2 {
    background: #ececec;
    padding-top: 30px;
}

    .template-doctor #Content2 h2 {
        margin-bottom: 3px;
    }

        .template-doctor #Content2 h2 span {
            font-size: 20px;
        }

    .template-doctor #Content2 p {
        margin-bottom: 0;
        font-family: Roboto;
        color: #1a1b1c;
        font-size: 15px; /* Approximation due to font substitution */
        font-weight: 400;
    }

.template-doctor .left-pane {
    margin-top: 30px;
    margin-bottom: 40px;
}

.template-doctor .right-pane {
    margin-top: 30px;
}


.template-doctor #FeatureBannerInner {
    background: url(/themes/aucklandeye/images/doctor-bg.png) bottom left 14px no-repeat;
    background-size: 27%;
}

.template-ourdoctor #Content1 {
    background: #ececec;
}

.template-ourdoctor .module-filter-listing .filters {
    text-align: left;
}

.left-pane .module-contenteditor a {
    text-decoration: underline;
}


.right-pane .btn-orange-lg {
    display: none;
}

.page-id-22642 .right-pane .btn-orange-lg, .page-id-22640 .right-pane .btn-orange-lg {
    display: inherit;
}

/*#endregion*/

/*#region *************** Blog & News ********************/

.page-id-22650 .module-type-news .heading {
    margin-bottom: 0;
}

.page-id-22649 .module-wrapper .heading {
    margin-bottom: 0;
}

.page-id-22648 .module-articlepreview .title a:hover, .page-id-22648 .module-articlepreview .link-to-module a:hover {
    text-decoration: underline;
}

.page-id-22650 .left-pane > h2, .page-id-22649 #Content1 h2 {
    display: none;
}

.page-id-22649 .right-pane {
    display: none;
}

.page-id-22649 .left-pane {
    width: 100%;
}

/*others*/
.page-id-22661 .left-pane td {
    border: solid 1px #333;
    padding: 5px;
}

.page-id-22692 .left-pane {
    padding-top: 15px;
}


.page-id-22648 .left-pane .heading {
    font-family: GothamMedium;
    color: #1a1b1c;
    font-size: 36px;
    font-weight: 400;
}

.page-id-22648 .left-pane .title {
    font-family: GothamMedium;
    color: #1a1b1c;
    font-size: 20px;
    margin-top: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 82%;
    margin-bottom: 4px;
}

.page-id-22648 .left-pane .module-articlepreview .article {
    margin-bottom: 15px;
}

.page-id-22648 .left-pane .module-articlepreview .article-content {
    display: none;
}

.page-id-22648 .left-pane .module-articlepreview .read-more {
    display: none;
}

.page-id-22648 .left-pane .module-articlepreview .thumbimage {
    display: none;
}

.page-id-22648 .left-pane .module-articlepreview .content {
    background-color: #efefef;
    border: none;
    border-radius: 0;
    border-bottom: 5px solid #013ca6;
    padding: 25px 20px 20px 20px;
}

.page-id-22648 .left-pane .module-articlepreview .article-date {
    font-style: italic;
    font-size: 13px;
}

.page-id-22648 .left-pane .module-articlepreview .link-to-module {
    margin-top: 15px;
}

.video-block {
    display: none;
}

.gallerycontent .bx-wrapper .bx-controls-direction a {
    z-index: 1000;
}

.date-on-mobile {
    display: block !important;
    width: 100% !important;
    border-radius: 4px !important;
}

    .date-on-mobile span {
        display: none !important;
    }

    .date-on-mobile input {
        -webkit-appearance: none !important;
        display: block !important;
        width: 100% !important;
        border-radius: 4px !important;
    }

.module-type-blog .navigation-wrapper {
    width: 23%;
}

.module-type-blog .list-wrapper {
    width: 77%;
    float: left;
    padding-left: 15px;
    padding-right: 30px;
}

    .module-type-blog .list-wrapper .blog {
        margin-right: 30px;
        border-bottom: solid 1px;
        padding-bottom: 20px;
    }

.module-type-blog .navigation-wrapper .archive-date, .module-type-blog .navigation-wrapper .tag {
    display: none;
}

.module-type-blog .navigation-wrapper .category, .module-type-blog .navigation-wrapper .archive-date, .module-type-blog .navigation-wrapper .tag {
    background: #f5f5f5;
    border-top: solid 4px #013ca6;
    padding: 15px;
    margin-bottom: 30px;
}

    .module-type-blog .navigation-wrapper .category label, .module-type-blog .navigation-wrapper .archive-date label, .module-type-blog .navigation-wrapper .tag label {
        color: #013ca6;
        font-size: 23px;
        margin-bottom: 20px;
    }

    .module-type-blog .navigation-wrapper .category ul, .module-type-blog .navigation-wrapper .archive-date ul, .module-type-blog .navigation-wrapper .tag ul {
        list-style: none;
        padding-left: 0;
    }

        .module-type-blog .navigation-wrapper .category ul li, .module-type-blog .navigation-wrapper .archive-date ul li {
            border-bottom: solid 1px #51585d;
            padding: 10px 0;
        }

        .module-type-blog .navigation-wrapper .tag ul li {
            display: inline-block;
            padding: 2px 10px;
            border: solid 1px #013ca6;
            margin-right: 5px;
            border-radius: 4px;
            background: #013ca6;
        }

            .module-type-blog .navigation-wrapper .tag ul li:hover {
                background: none;
            }

                .module-type-blog .navigation-wrapper .tag ul li:hover a {
                    color: #013ca6;
                }

            .module-type-blog .navigation-wrapper .tag ul li a {
                color: #fff;
            }

            .module-type-blog .navigation-wrapper .tag ul li .badge {
                display: none;
            }

        .module-type-blog .navigation-wrapper .category ul li .badge, .module-type-blog .navigation-wrapper .archive-date ul li .badge {
            float: right;
            background: none;
            color: #013ca6;
            font-size: 15px;
        }


        .module-type-blog .navigation-wrapper .category ul a, .module-type-blog .navigation-wrapper .archive-date ul a {
            color: #51585d;
            font-weight: 700;
        }

.module-type-blog .module-wrapper .list-wrapper .action-links {
    margin-left: -13px;
}

.module-type-blog .navigation-wrapper {
    padding-right: 0;
}


.module-type-blog-detail .detail-image {
    display: none;
}

.module-type-blog-detail .category-list {
    margin-top: 10px;
}

.module-type-blog-detail .tag-list {
    margin-top: 5px;
}

    .module-type-blog-detail .category-list span, .module-type-blog-detail .tag-list span {
        font-weight: 700;
    }

.module-type-blog-detail .date, .module-type-blog .date, .module-type-news-detail .date, .module-type-news .date {
    font-weight: 700;
    font-style: italic;
    margin-top: -6px;
}

.page-id-22649 #Content2 {
    display: inherit;
}

.page-id-22692 #Content1 .module-type-contenteditor .content {
    margin-bottom: 30px;
}

.left-pane .module-type-contenteditor.heading .module-wrapper {
    margin-bottom: 15px;
}

/*#endregion*/

/*#region *************** Search result page ********************/

.gsc-input-box {
    height: 34px !important;
}

.gscb_a {
    padding-top: 8px !important;
}


/*#endregion*/

/*#region *************** Other pages ********************/




.template-fullwidth #Content2 {
    background: #ececec;
    min-height: 94px;
    padding: 26px 0 22px;
}

.template-fullwidth.template-form #Content2 {
    display: none;
}

.template-fullwidth.template-ourdoctor #Content2 {
    background: #fff;
}

.template-fullwidth #Content2 .col-sm-8 {
    font-family: Roboto;
    color: #51585d;
    font-size: 26px;
    font-weight: 300;
}

    .template-fullwidth #Content2 .col-sm-8 p {
        position: relative;
        top: 6px;
    }

/*#endregion*/

/*#region *************** Others ********************/
.youtube-image-midsize:before {
    background: url(/Images/TemplateImages/Admin/youtube_play_grey.png) no-repeat center center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -42px;
    width: 85px;
    height: 60px;
    content: '';
}

.youtube-image-midsize:hover:before {
    background: url(/Images/TemplateImages/Admin/youtube_play_red.png) no-repeat center center;
}

.youtube-image-thumb:before {
    background: url(/Images/TemplateImages/Admin/youtube_play_grey.png) no-repeat center center;
    background-size: 40px 28px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -14px 0 0 -20px;
    width: 40px;
    height: 28px;
    content: '';
}

.youtube-image-thumb:hover:before {
    background: url(/Images/TemplateImages/Admin/youtube_play_red.png) no-repeat center center;
    background-size: 40px 28px;
}

.google-maps {
    position: relative;
    padding-bottom: 20%;
    height: 0;
    overflow: hidden;
}

    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }

.referrer-blog.module-type-blog .list-wrapper {
    width: 100%;
}

.referrer-blog.module-type-blog .navigation-wrapper {
    display: none;
}

/*#endregion*/

/*#region *************** Form Builder - File Upload ********************/

.file_upload_hidden_button {
    float: right;
    margin-bottom: 12px;
}

    .file_upload_hidden_button img {
        display: inline-block;
        margin-left: 6px;
        margin-top: -5px;
        width: 20px;
    }

/*#endregion *************** Form Builder - File Upload ********************/

@media (min-width: 768px) {


    .navbar {
        margin-bottom: 0;
    }

    .navbar-primary .navbar-nav .dropdown-menu {
        background: rgba(1,60,166,0.8);
        padding: 5px;
        min-width: 260px;
    }

        .navbar-primary .navbar-nav .dropdown-menu > li > a {
            color: #fff;
            padding: 7px 20px;
        }

    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:hover {
        background: #00b4f1;
    }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
        background: #00b4f1;
    }

    .navbar-default ul.navbar-nav > li.top-node {
        display: none;
    }

    .navbar-default ul.navbar-nav > li:hover > a > span.top-node, .navbar-default ul.navbar-nav > li.menuSelected > a > span.top-node {
        background: url(/themes/aucklandeye/images/home-active.png);
        display: block;
    }

    .navbar-default ul.navbar-nav > li > a > span.top-node {
        background-image: url(/themes/aucklandeye/images/home.png);
        display: block;
        background-position: center center !important;
        background-repeat: no-repeat !important;
        text-indent: -100px;
        overflow: hidden;
        padding-left: 0;
        padding-right: 0;
        color: transparent;
    }

    .navbar-default .navbar-nav > li > a {
        color: #51585d;
        font-size: 14px;
        font-weight: 400;
        text-transform: uppercase;
        padding-bottom: 41px;
        padding-top: 20px;
        border-bottom: solid 4px #fff;
    }

        .navbar-default .navbar-nav > li > a.menuItem-22741 {
            color: #00b8ab;
        }

    .navbar-default .navbar-nav > li.menuItem-22741 .dropdown-menu > .active > a,
    .navbar-default .navbar-nav > li.menuItem-22741 .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav > li.menuItem-22741 .dropdown-menu > li > a:focus,
    .navbar-default .navbar-nav > li.menuItem-22741 .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav > li.menuItem-22741 .dropdown-menu > .active > a:focus {
        background: #00b8ab;
    }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        background: none;
        border-bottom: solid 4px #013ca6;
    }

    .navbar-default .navbar-nav > li > a:hover {
        border-bottom: solid 4px #013ca6;
    }
}

@media (min-width: 1201px) {
    .navbar-default .navbar-nav > li > a {    
        font-size: 15px;
    }
}

@media (max-width: 1200px) {

    .btn-blue-right {
        font-size: 15px;
    }

        .btn-blue-right span {
            font-size: 19px;
        }

    .template-home #Content1 h2 a {
        font-size: 23px;
    }

    .template-doctor #FeatureBanner .image img {
        width: 100% !important;
        height: auto !important;
    }

    .template-doctor #FeatureBanner .text h1 {
        font-size: 40px;
    }
}

@media (max-width: 1100px) {

    .template-home #FeatureBanner .module-type-slider .slider-image {
        min-height: inherit;
        height: 371px;
    }

    .template-home #FeatureBanner .slider-content .content {
        margin-top: 47px;
    }

        .template-home #FeatureBanner .slider-content .content p:nth-of-type(3) {
            display: none;
        }


    .template-fullwidth #Content2 .col-sm-8 {
        font-size: 23px;
    }

    .btn-white, .btn-white:focus {
        font-size: 15px;
    }

    .template-home #Content2 #Content2Inner .col-sm-8,
    .template-home #Content2 #Content2Inner .book-today {
        font-size: 23px;
    }

        .template-home #Content2 #Content2Inner .col-sm-8 .content p,
        .template-home #Content2 #Content2Inner .col-book-today .content p {
            top: 9px;
        }

    .module-filter-listing .doctor .content .ask-a-question a:before {
        font-size: 13px;
    }


    .module-filter-listing .doctor:hover .content p a:before {
        padding-top: 63%;
    }

    /*.navbar-header {
        float: none;
    }*/

    /*#Header form.search {
        top: 96px;
    }*/
}

@media (max-width: 1010px) {
    .module-filter-listing .doctor {
        width: 16.666%;
    }
}

@media (max-width: 991px) {

    .template-home #FeatureBanner .module-type-slider .slider-image {
        height: 301px;
    }

    .module-type-slider .bx-wrapper .bx-viewport .slider-image {
        background-position: center left 74% !important;
    }

    .template-home #FeatureBanner .slider-content .content {
        max-width: 410px;
        margin-right: 0;
        margin-top: 26px;
    }

    .template-home #Content2 #Content2Inner .col-sm-8 .content p,
    .template-home #Content2 #Content2Inner .col-book-today .content p {
        margin-top: -17px;
    }

    .template-home #FeatureBanner .slider-content .content p:nth-of-type(2) {
        font-size: 18px;
    }

    .template-home #FeatureBanner .slider-content .content h1 {
        font-size: 43px;
        line-height: 43px;
        margin-bottom: 10px;
    }

    .module-type-blog .navigation-wrapper {
        width: 23%;
    }

    .module-type-blog .list-wrapper {
        width: 77%;
    }

    .module-filter-listing .doctor {
        width: 20%;
    }



    .template-home #Content1 h2 a {
        font-size: 17px;
        padding: 30px 15px;
    }

    .template-rightsidebar #FeatureBanner h1, .template-default #FeatureBanner h1, .template-ourdoctor #FeatureBanner h1 {
        font-size: 37px;
    }

    .template-doctor #FeatureBanner .image {
        height: 204px;
        width: 230px;
    }

    .template-doctor #FeatureBanner .text h1 {
        font-size: 30px !important;
        line-height: 28px !important;
    }

    .template-doctor #FeatureBanner .breadcrumb {
        bottom: -204px;
    }

    .template-doctor #FeatureBanner .text {
        bottom: -143px;
        left: 253px;
    }

    .template-doctor .right-pane {
        display: none;
    }
}

@media (max-width: 786px) {
    .module-type-blog .list-wrapper {
        width: 100%;
        padding-right: 15px;
    }

        .module-type-blog .list-wrapper .thumb-image {
            float: none;
        }
}

@media (max-width: 767px) {

    #Navbar .search-nav {
        display: none;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        background: #013ca6;
        padding-left: 25px;
        padding-right: 25px;
    }

    .navbar-default .navbar-nav > li > a {
        color: #fff;
    }

    .navbar-primary .navbar-nav > li span.arrow {
        color: #013ca6;
        background-color: #fff;
    }

        .navbar-primary .navbar-nav > li span.arrow:hover {
            color: #013ca6;
            background-color: #fff;
        }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
        color: #fff;
        background-color: #00b4f1;
    }

    .navbar-default .navbar-nav > li > a {
        padding: 12px 10px;
    }

        .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
            color: #fff;
            background-color: #00b4f1;
        }



    .navbar-primary .navbar-nav > li span.arrow {
        top: 7px;
    }

    .navbar-primary .navbar-nav li {
        border-bottom: solid 2px #013ca6;
    }

    .navbar-primary .dropdown-menu > li > a {
        padding: 10px 15px 10px 25px;
    }

    .navbar-primary .dropdown-menu > li .dropdown-menu a {
        padding: 10px 15px 10px 45px;
    }


    .navbar-primary .dropdown-menu .arrow {
        top: 8px !important;
    }

    .navbar-primary .dropdown-menu > li > a {
        color: #fff;
    }

    .navbar-primary .navbar-nav > li:hover > a, .navbar-primary .navbar-nav > li:focus > a {
        color: #fff;
    }

    .navbar-primary .dropdown-menu > li > a:hover, .navbar-primary .dropdown-menu > li > a:focus {
        color: #ffffff;
        background-color: #00b4f1;
    }

    .template-home #FeatureBanner .module-type-slider .bx-controls .bx-controls-direction {
        display: none;
    }


    .module-type-slider .bx-wrapper .bx-viewport .slider-image {
        background-position: center left -260px !important;
    }

    .template-home #FeatureBanner .slider-content .content {
        background: rgba(1,60,166,0.3);
        display: block;
        float: none;
        margin: 20px auto;
        padding: 20px 20px 40px;
        width: 90%;
        max-width: inherit;
    }

        .template-home #FeatureBanner .slider-content .content h1 {
            font-size: 34px;
            line-height: 31px;
        }

        .template-home #FeatureBanner .slider-content .content p:first-of-type {
            color: #ffffff;
            font-size: 24px;
        }

        .template-home #FeatureBanner .slider-content .content p:nth-of-type(2) {
            color: #ffffff;
            font-size: 18px;
        }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
        background-color: #00b4f1;
    }

    .navbar-primary .navbar-nav .dropdown-menu > li span.arrow {
        width: 25px;
        height: 25px;
        line-height: 25px;
    }

    .template-rightsidebar #FeatureBanner .breadcrumb, .template-default #FeatureBanner .breadcrumb, .template-ourdoctor #FeatureBanner .breadcrumb {
        display: none;
    }

    .template-doctor #FeatureBanner .breadcrumb {
        display: none;
    }

    .template-doctor #FeatureBanner .image {
        height: 159px;
        width: 180px;
    }


    .template-doctor #FeatureBanner .text {
        bottom: -105px;
        left: 200px;
    }

    .template-doctor .right-pane {
        display: none;
    }

    .module-filter-listing .doctor {
        width: 25%;
    }

    .template-home #Content4 #module23182 .content {
        margin-top: 10px;
    }

        .template-home #Content4 #module23182 .content img {
        }

    #FootertopInner .oasis {
        float: none;
        margin-top: 20px;
        display: inline-block;
    }

    #Footer .blog, #Footer .app {
        float: left;
        padding-left: 0;
        padding-right: 20px;
    }

    #Footer .feedback {
        float: none;
        clear: both;
        padding: 0;
    }
}

@media (max-width: 650px) {

    .module-filter-listing .doctor {
        width: 33.3333%;
    }

    .module-type-contenteditor.overlay .heading h3 {
        font-size: 17px;
    }
}

@media (max-width: 550px) {

    .module-type-contenteditor.overlay {
        width: 100%;
    }


    .template-doctor #FeatureBanner .image {
        height: 130px;
        width: 147px;
    }

    .template-doctor #FeatureBanner .text {
        bottom: -78px;
        left: 170px;
    }

        .template-doctor #FeatureBanner .text h1 {
            font-size: 21px !important;
        }

        .template-doctor #FeatureBanner .text p {
            font-size: 16px;
        }

    .module-filter-listing .doctor {
        width: 50%;
    }

    h1 {
        font-size: 40px;
    }

    .template-home #FeatureBanner .slider-content .content p:first-of-type {
        font-size: 23px;
    }

    .template-home #FeatureBanner .slider-content .content h1 {
        font-size: 36px;
    }

    .template-home #FeatureBanner .slider-content .content {
        padding: 15px 20px;
    }
}

@media (max-width: 400px) {

    .template-home #FeatureBanner .slider-content .content p:first-of-type {
        font-size: 23px;
        margin-bottom: 22px;
    }

    .template-home #FeatureBanner .slider-content .content h1 {
        font-size: 32px;
    }


    .page-id-22692 #Content1 .module-type-contenteditor {
        width: 100%;
    }

    .template-doctor #FeatureBanner .image {
        height: 80px;
        width: 90px;
    }

    .template-doctor #FeatureBanner .text {
        bottom: -33px;
        left: 110px;
    }

        .template-doctor #FeatureBanner .text h1 {
            font-size: 17px !important;
            line-height: 20px !important;
            margin-bottom: 6px;
        }

        .template-doctor #FeatureBanner .text p {
            font-size: 13px;
        }



    .template-home #Content1 .module-content {
        width: 100%;
    }

    .template-home #Content1 h2 a {
        font-size: 23px;
    }

    .template-home #Content4 #module23182 .content img {
    }

    .btn-white {
        font-size: 14px;
    }

    #TopBar .btn-green {
        font-size: 11px;
        padding: 5px 15px;
    }

    #TopBar .phone a {
        font-size: 14px;
    }
}

/*#region *************** Ask The question ********************/

/*.template-rightsidebar.ask-question #FeatureBanner h1 {
    bottom: -102px;
}

.template-rightsidebar.ask-question #FeatureBanner h5 {
    position: absolute;
    bottom: -134px;
}

@media (max-width: 1199px) {
    .template-rightsidebar.ask-question #FeatureBanner h1 {
        bottom: -90px;
    }
}

@media (max-width: 768px) {
    .template-rightsidebar.ask-question #FeatureBanner h1 {
        bottom: -140px;
    }

    .template-rightsidebar.ask-question #FeatureBanner h5 {
        display: none;
    }
}*/


.module-type-contenteditor.firstModule .ask-question.module-wrapper {
    border-top: 1px solid #687074;
    padding-top: 30px;
    margin-top: 0;
}

.template-rightsidebar.ask-question .question-heading {
    margin-bottom: 20px;
}

.module-type-contenteditor .ask-question.module-wrapper {
    border-bottom: 1px solid #687074;
    padding-bottom: 10px;
}

    .module-type-contenteditor .ask-question.module-wrapper .thumb-image {
        text-align: center;
    }

    .module-type-contenteditor .ask-question.module-wrapper h2 {
        font-family: Roboto;
        color: #51585d;
        font-size: 36px;
        font-weight: 300;
    }

    .module-type-contenteditor .ask-question.module-wrapper .content {
        font-size: 14px;
        font-style: italic;
        position: absolute;
        bottom: 40px;
        right: 15px;
    }

@media (max-width: 1199px) {
    .module-type-contenteditor .ask-question.module-wrapper h2 {
        font-size: 30px;
    }
}

@media (max-width: 768px) {
    .module-type-contenteditor .ask-question.module-wrapper h2 {
        font-size: 26px;
    }
}

@media (max-width: 500px) {
    .module-type-contenteditor .ask-question.module-wrapper .col-xs-6 {
        width: 100%;
    }

    .module-type-contenteditor .ask-question.module-wrapper .content-wrapper {
        text-align: center;
    }

    .module-type-contenteditor .ask-question.module-wrapper h2 {
        font-size: 22px;
    }
}

.ask-question-form .module-type-formbuilder {
    padding-top: 20px;
    padding-right: 0;
    padding-left: 0;
    background-color: #333;
    /*51585d*/
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    /*border: 1px solid rgba(0, 0, 0, .2);*/
    border-top: 4px solid #013ca6;
    /*border-radius: 6px;*/
    outline: 0;
    /*-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);*/
    color: #fff;
    margin-bottom: 20px;
}

    .ask-question-form .module-type-formbuilder .title {
        font-size: 24px;
        padding-bottom: 12px;
        border-bottom: 1px solid #51585d;
        color: #fff;
    }

    .ask-question-form .module-type-formbuilder .control-label {
        font-size: 22px;
        color: #fff;
        font-weight: normal;
    }

    .ask-question-form .module-type-formbuilder .field-type-textarea textarea {
        resize: vertical;
        max-height: 300px;
    }

    .ask-question-form .module-type-formbuilder .btn.btn-primary {
        width: 100%;
        font-size: 20px;
        color: #fff;
        padding: 8px 20px;
        margin-bottom: 12px;
        border-radius: 3px;
        background-color: #00b4f1;
        border: solid 1px #00b4f1;
    }

        .ask-question-form .module-type-formbuilder .btn.btn-primary:hover {
            background: #fff;
            color: #333;
            border: solid 1px #00b4f1;
        }

    .ask-question-form .module-type-formbuilder .required-marker {
        display: none;
    }

.ask-question-form .form-below-text {
    padding-left: 0;
    padding-right: 0;
}


@media (min-width: 992px) {
    .ask-question-form .module-type-formbuilder .modal-box {
        left: 31%;
    }
}

@media (min-width: 601px) and (max-width: 991px) {
    .ask-question-form .module-type-formbuilder .modal-box {
        left: 45%;
    }
}

@media (max-width: 600px) {
    .ask-question-form .module-type-formbuilder .modal-box {
        left: 40%;
    }
}

@media (max-width: 400px) {
    .ask-question-form .module-type-formbuilder .modal-box {
        left: 34%;
    }
}

/*#region *************** Site Menu ********************/
#SiteMenu {
    margin-bottom: 24px;
    z-index: 11;
}

    #SiteMenu #SiteMenuInner .menu ul {
        list-style: none;
        margin: 0;
        padding: 0 0 24px 0;
    }

        #SiteMenu #SiteMenuInner .menu ul li {
            list-style: none;
            /*width: 100%;*/
            height: auto;
            /*margin: 0 0 2px 0;*/
            float: left;
            width: auto;
            margin: 0 4px 2px 0;
        }

            #SiteMenu #SiteMenuInner .menu ul li a {
                color: #fff;
                text-decoration: none;
                display: block;
                height: 36px;
                padding: 8px 16px;
                background-color: #013ca6;
            }

            #SiteMenu #SiteMenuInner .menu ul li.menuSelected a,
            #SiteMenu #SiteMenuInner .menu ul li:hover a {
                background-color: #00b4f1;
            }

    #SiteMenu #SiteMenuInner .menu select {
        font-family: Roboto;
        font-size: 18px;
        font-weight: 400;
        z-index: 10000;
        height: 40px;
        line-height: 40px;
        width: 100%;
        padding-left: 12px;
        padding-top: 0;
        background-color: #013ca6;
        color: #fff;
    }

        #SiteMenu #SiteMenuInner .menu select option {
        }

@media (min-width: 768px) {
    #SiteMenu #SiteMenuInner .menu select {
        display: none;
    }
}

@media (max-width: 768px) {
    #SiteMenu #SiteMenuInner .menu ul {
        display: none;
    }
}


/*@media (max-width: 1200px) {
    #SiteMenu #SiteMenuInner .menu ul li {
        float: left;
        width: auto;
        list-style: none;
        height: auto;
        margin: 0 4px 2px 0;
    }

        #SiteMenu #SiteMenuInner .menu ul li a {
            padding: 8px 24px;
        }
}*/

/*@media (max-width: 768px) {
    #SiteMenu {
        display: none;
    }
}*/
/*#endregion *************** Site Menu ********************/

/*#endregion *************** Laser Home ********************/

#AmICandidate .checkbox + .checkbox, #AmICandidate .radio + .radio {
    margin-top: 10px;
}

.template-laser #FeatureBanner .module-type-slider .heading {
    display: none;
}

#AmICandidate .good, #AmICandidate .bad, #AmICandidate .maybe {
    display: none;
    border-top: solid 1px #ddd;
    padding-top: 20px;
}

#AmICandidate .form-group {
    overflow: hidden;
}

    #AmICandidate .form-group.result a {
        text-decoration: underline;
    }

.template-laser #FeatureBanner .module-type-slider .slider-image {
    min-height: 0;
    height: auto !important;
}

    .template-laser #FeatureBanner .module-type-slider .slider-image .slider-content {
        min-height: 400px;
        background: url(/themes/aucklandeye/images/banner_color.png) center left no-repeat;
        background-size: 65% 100%;
    }

.template-laser #FeatureBanner .slider-content .content {
    float: left;
    max-width: 650px;
    margin-top: 100px;
    margin-right: 30px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}

    .template-laser #FeatureBanner .slider-content .content h1 {
        font-family: GothamMedium;
        color: #ffffff;
        font-size: 52px; /* Approximation due to font substitution */
        font-weight: 400;
        margin-bottom: 16px;
    }

    .template-laser #FeatureBanner .slider-content .content h4 {
        font-family: Roboto;
        color: #ffffff;
        font-size: 25px; /* Approximation due to font substitution */
        font-weight: 300;
    }

    .template-laser #FeatureBanner .slider-content .content a.btn-white {
        font-family: Roboto;
        color: #00b8ab;
        font-size: 18px; /* Approximation due to font substitution */
        font-weight: 400;
        width: auto;
        padding: 10px 30px;
        border-radius: 0;
        border: solid 1px #fff;
        background: #fff;
    }

        .template-laser #FeatureBanner .slider-content .content a.btn-white:hover {
            background: #00b8ab;
            color: #fff;
        }

.template-laser #FeatureBanner .module-type-slider .bx-controls {
    display: none;
}

.template-laser #Content2 #Content2Inner .col-sm-8 .content p,
.template-laser #Content2 #Content2Inner .book-today .content p {
    font-size: 26px;    
}

.template-laser #Content2 #Content2Inner .book-today a {
    margin-top: -7px;
}

    .template-laser #Content2 #Content2Inner .col-sm-8 .content p strong,
    .template-laser #Content2 #Content2Inner .book-today .content p strong {
        font-weight: 400;       
         margin-right: 20px;
     margin-bottom: 30px;
     display:inline-block;
    }

.template-laser #Content1 h2 a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
}


.template-laser #Content1 #module23826 h2 a {
    background: #00b9ac;
}

.template-laser #Content1 #module23827 h2 a {
    background: #e66033;
}

.template-laser #Content1 #module23828 h2 a {
    background: #338fea;
}

.template-laser #Content1 #module23829 h2 a {
    background: #8ac424;
}

.template-laser #Content1 #module23826 h2 a:hover {
    background: url(/themes/aucklandeye/images/homebox2.png) #00b8ab;
}

.template-laser #Content1 #module23827 h2 a:hover {
    background: url(/themes/aucklandeye/images/orangebg.png) #f1683a;
}

.template-laser #Content1 #module23828 h2 a:hover {
    background: url(/themes/aucklandeye/images/homebox3.png) #368fe9;
}

.template-laser #Content1 #module23829 h2 a:hover {
    background: url(/themes/aucklandeye/images/homebox4.png) #89c328;
}

.template-laser #Content3 #Content3Inner {
    padding-top: 40px;
}

    .template-laser #Content3 #Content3Inner h6 {
        font-family: Roboto;
        color: #51585d;
        font-size: 15px; /* Approximation due to font substitution */
        font-weight: 400;
    }

.template-laser .module-filter-listing .filters {
    display: none;
}

.template-laser .module-filter-listing {
    width: 80%;
    margin: auto;
}

    .template-laser .module-filter-listing .doctor {
        width: 25%;
    }

        .template-laser .module-filter-listing .doctor:hover .content p a:before {
            background: rgba(0, 184, 171, 0.7);
            font-size: 27px;
            padding-top: 63%;
        }

        .template-laser .module-filter-listing .doctor:hover .content p a:after {
            font-size: 27px;
        }

.template-laser .btn-orangebg {
    background: #e66033;
    color: #fff;
    padding: 13px 20px;
    border-radius: 3px;
    border: solid 1px #e66033;
    font-size: 17px;
    font-weight: 500;
    width: 370px;
    max-width: 100%;
}

    .template-laser .btn-orangebg:hover {
        color: #e66033;
        background: #fff;
    }

.template-laser .btn-blackbg {
    background: url(/themes/aucklandeye/images/qcard.png) right 20px center no-repeat #1a1b1c;
    text-align: left;
    color: #fff;
    border-radius: 3px;
    border: solid 1px #1a1b1c;
    font-size: 17px;
    font-weight: 500;
    width: 370px;
    max-width: 100%;
    padding: 13px 95px 13px 20px;
    white-space: inherit;
}

    .template-laser .btn-blackbg:hover {
        color: #1a1b1c;
        background: url(/themes/aucklandeye/images/qcard.png) right 20px center no-repeat #fff;
    }

.template-laser #Content4Inner {
    margin-bottom: 40px;
}

    .template-laser #Content4Inner .btn-greenbg {
        margin-top: 40px;
        text-transform: none;
    }

.template-laser #Content5 {
    display: none;
}

@media (max-width:1199px) {

    .template-laser #FeatureBanner .module-type-slider .slider-image .slider-content {
        min-height: 320px;
    }

    .template-laser #FeatureBanner .slider-content .content {
        max-width: 600px;
    }

        .template-laser #FeatureBanner .slider-content .content h1 {
            font-size: 41px;
        }

        .template-laser #FeatureBanner .slider-content .content h4 {
            font-size: 19px;
            line-height: 23px;
        }
}

@media (max-width:991px) {
    .template-laser #FeatureBanner .slider-content .content {
        max-width: 400px;
        margin-top: 50px;
    }

    .template-laser .module-filter-listing .doctor {
        width: 33.333%;
    }

        .template-laser .module-filter-listing .doctor:hover .content p a:before {
            font-size: 20px;
        }

        .template-laser .module-filter-listing .doctor:hover .content p a:after {
            font-size: 20px;
        }
}

@media (max-width:767px) {

    .template-laser #FeatureBanner .module-type-slider .slider-image {
        background-position: right -170px center !important;
    }

    .template-laser .module-filter-listing .doctor {
        width: 50%;
    }


    .template-laser #FeatureBanner .module-type-slider .slider-image .slider-content {
        background: none;
    }

    .template-laser #FeatureBanner .slider-content .content {
        float: none;
        width: 100%;
        max-width: 100%;
        background: rgba(0, 184, 171, 0.6);
    }

        .template-laser #FeatureBanner .slider-content .content h1 {
            margin-top: 0;
            font-size: 27px;
        }

        .template-laser #FeatureBanner .slider-content .content h4 {
            font-size: 17px;
        }
}


@media (max-width:400px) {

    .template-laser .module-filter-listing .doctor {
        width: 100%;
    }
}


/*#endregion *************** Laser Detail ********************/

.videobox {
}

    .videobox .modal-dialog {
        margin-top: 80px;
    }

    .videobox .modal-body {
        overflow: inherit;
    }

    .videobox .close {
        -webkit-appearance: none;
        padding: 0;
        cursor: pointer;
        background: 0 0;
        border: 0;
        position: absolute;
        top: -15px;
        right: -15px;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: #000;
        color: #fff;
        text-shadow: none;
        opacity: 1;
    }

.template-laser-detail a.underline {
    font-size: 20px;
    margin-bottom: -5px;
    display: block;
}

    .template-laser-detail a.underline:hover {
        text-decoration: underline;
    }

.template-laser-detail .btn-blue-lg {
    font-weight: inherit;
    text-transform: none;
}


.template-laser-detail .btn-black {
    background: url(/themes/aucklandeye/images/qcard.png) right 20px center no-repeat #000000;
    color: #fff;
    padding: 6px 95px 6px 15px;
    border: solid 1px #000000;
    font-size: 14px;
    width: 100%;
    text-align: left;
    white-space: inherit;
    border-radius: 2px;
    min-height: 54px;
}

    .template-laser-detail .btn-black:hover {
        background: url(/themes/aucklandeye/images/qcard.png) right 20px center no-repeat #fff;
        color: #000000;
        border: solid 1px #000000;
    }


.template-laser-detail .btn-orange {
    background: #f36839;
    color: #fff;
    padding: 15px 0px;
    border-radius: 2px;
    border: solid 1px #f36839;
    font-size: 14px;
    width: 100%;
}

.template-laser-detail .btn-green-lg {
    font-weight: inherit;
    text-transform: none;
}

.template-laser-detail .btn-orange:hover {
    background: #fff;
    color: #f36839;
    border: solid 1px #f36839;
}

.template-laser-detail h4 {
    font-family: GothamMedium;
    color: #00b8ab;
    font-size: 21px; /* Approximation due to font substitution */
    font-weight: 400;
}

.template-laser-detail .left-pane {
    padding-right: 45px;
}

.template-laser-detail .right-pane p {
    margin-bottom: 20px;
}

.template-laser-detail .right-pane .btn-blue-lg,
.template-laser-detail .right-pane .btn-black {
    font-size: 17px;
}

.template-laser-detail #FeatureBanner {
    background: url(/themes/aucklandeye/images/greenbg.jpg) repeat-x top center;
    background-size: cover;
}

.template-laser-detail .larger {
    font-family: Roboto;
    color: #51585d;
    font-size: 20px; /* Approximation due to font substitution */
    font-weight: 300;
}

.template-laser-detail .video-block {
    display: inherit;
}

    .template-laser-detail .video-block h4 {
        font-family: Roboto;
        color: #1a1b1c;
        font-size: 17px; /* Approximation due to font substitution */
        font-weight: 400;
    }

.template-laser-detail .video .module-wrapper {
    border: solid 1px #ddd;
    cursor: pointer;
    max-width: 272px;
}

    .template-laser-detail .video .module-wrapper .thumb-image {
        margin-bottom: 0;
        position: relative;
    }

    .template-laser-detail .video .module-wrapper .heading {
        padding: 8px 10px;
        margin-bottom: 0;
    }

        .template-laser-detail .video .module-wrapper .heading h3 {
            color: #51585d !important;
            font-size: 17px;
        }

    .template-laser-detail .video .module-wrapper:hover .thumb-image::before {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 184, 172, 0.61);
    }

    .template-laser-detail .video .module-wrapper:hover .thumb-image::after {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -38.5px;
        margin-left: -38.5px;
        content: url(/themes/aucklandeye/images/play.png);
    }


.template-laser-detail .module-type-contenteditor .content p span {
    font-family: Roboto;
    color: #00b8ab;
    font-size: 15px; /* Approximation due to font substitution */
    font-weight: 700;
}

.template-laser-detail #Content1 {
    margin-bottom: 0;
    /*padding-bottom: 0;*/
}

    .template-laser-detail #Content1 .left-pane a, .template-laser-detail #Content1 .right-pane .thebigday a, .template-laser-detail #Content1 h1, .template-laser-detail #Content1 h2,
    .template-laser-detail #Content1 h3, .template-laser-detail #Content1 h4, .template-laser-detail #Content1 h5 {
        color: #00b8ab;
    }

.template-laser-detail #Content3 {
    margin-bottom: 50px;
}

    .template-laser-detail #Content3 h2 a {
        font-family: GothamMedium;
        color: #ffffff;
        font-size: 28px;
        line-height: 30px;
        font-weight: 400;
        text-transform: uppercase;
        text-align: center;
        display: block;
        padding: 30px;
        padding-bottom: 35px;
        background-size: 100% 100% !important;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 30px;
    }


    .template-laser-detail #Content3 .green h2 a {
        background: #00b9ac;
    }

    .template-laser-detail #Content3 .orange h2 a {
        background: #e66033;
    }

    .template-laser-detail #Content3 .blue h2 a {
        background: #338fea;
    }

    .template-laser-detail #Content3 .lightgreen h2 a {
        background: #8ac424;
    }

    .template-laser-detail #Content3 .green h2 a:hover {
        background: url(/themes/aucklandeye/images/homebox2.png) #00b8ab;
    }

    .template-laser-detail #Content3 .orange h2 a:hover {
        background: url(/themes/aucklandeye/images/orangebg.png) #f1683a;
    }

    .template-laser-detail #Content3 .blue h2 a:hover {
        background: url(/themes/aucklandeye/images/homebox3.png) #368fe9;
    }

    .template-laser-detail #Content3 .lightgreen h2 a:hover {
        background: url(/themes/aucklandeye/images/homebox4.png) #89c328;
    }


.template-laser-detail .module-filter-listing .doctor {
    width: 25%;
}

    .template-laser-detail .module-filter-listing .doctor:hover .content p a:before {
        background: rgba(0, 184, 171, 0.7);
    }

.page-id-22749 #Content1 .right-pane, .page-id-22750 #Content1 .right-pane {
    display: none;
}

@media (max-width:1200px) {
    .template-laser-detail .right-pane .btn-blue-lg,
    .template-laser-detail .right-pane .btn-black,
    .laser-contact-details.phone p a {
        font-size: 13.5px;
    }
}

@media (max-width:991px) {
    .template-laser-detail .right-pane .btn-default {
        max-width: 300px;
    }

    .template-laser-detail .left-pane {
        padding-right: 15px;
    }

    .template-laser-detail .module-filter-listing .doctor {
        width: 33.333%;
    }
     .template-laser-detail .right-pane .btn-blue-lg,
    .template-laser-detail .right-pane .btn-black,
    .laser-contact-details.phone p a {
        font-size: 17px;
    }
}

@media (max-width:767px) {
    .template-laser-detail .module-filter-listing .doctor {
        width: 50%;
    }
}


@media (max-width:500px) {
    .template-laser-detail #Content3 .col-xs-6 {
        width: 100%;
    }

    .template-laser-detail .module-filter-listing .doctor {
        width: 100%;
    }
}

/*#endregion *************** Laser Detail Chinese********************/

.template-laser-detail.template-laser-chinese .btn-black {
    padding: 17px 95px 6px 15px;
}

/*#endregion *************** Laser Doctor********************/

.template-laserdoctor #FeatureBanner {
    background: url(/themes/aucklandeye/images/greenbg.jpg) repeat-x top center;
    background-size: cover;
}


.template-laserdoctor .btn-black {
    background: url(/themes/aucklandeye/images/qcard.png) right 20px center no-repeat #000000;
    color: #fff;
    padding: 6px 95px 6px 15px;
    border: solid 1px #000000;
    font-size: 14px;
    width: 100%;
    text-align: left;
    white-space: inherit;
    border-radius: 2px;
    min-height: 54px;
}

    .template-laserdoctor .btn-black:hover {
        background: url(/themes/aucklandeye/images/qcard.png) right 20px center no-repeat #fff;
        color: #000000;
        border: solid 1px #000000;
    }


.template-laserdoctor .btn-orange {
    background: #f36839;
    color: #fff;
    padding: 15px 0px;
    border-radius: 2px;
    border: solid 1px #f36839;
    font-size: 14px;
    width: 100%;
}

.template-laserdoctor .btn-green-lg {
    font-weight: inherit;
    text-transform: none;
}

.template-laserdoctor .btn-orange:hover {
    background: #fff;
    color: #f36839;
    border: solid 1px #f36839;
}

/***** .infusion-form infusion-submit *****/
.infusion-form .infusion-submit {
	text-align:right;	
}

.infusion-form .checkbox label, 
.infusion-form .radio label {
    padding-right: 20px;
}

.module-type-contentsearch .module-wrapper .title h4 {
    font-size: 18px;
}