/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: rgba(255,255,255,.1); 
    border-radius: 5px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #495796; 
    border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #3D497D; 
}

.slicknav_menu,
.slicknav_menu * {
    box-sizing: border-box
}

.foot_top_txt,
.slicknav_btn,
.slicknav_nav .slicknav_item,
.top-bar .close {
    cursor: pointer
}

.navbar-brand {
    max-width: 100%;
    width: 275px;
    height: auto
}

.navbar {
    margin-bottom: 0;
    border-radius: 0
}

.menu {
    position: relative
}

.navbar-default {
    background-color: rgba(255, 255, 255, 1);
    margin-bottom: 0
}

.navbar-default .navbar-nav > li > a {
    color: #333
}

.navbar-inverse {
    background-color: #082C46;
    border-color: #082C46
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
    background: 0 0
}

@media (min-width:992px) {
    .grow-mode,
    .header {
        z-index: 1020;
        width: 100%;
        top: 0
    }
    @-webkit-keyframes growTop {
        0% {
            opacity: 1;
            -webkit-transform: translateY(-300px);
            -moz-transform: translateY(-300px)
        }
        100% {
            opacity: 1;
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0)
        }
    }
    @-moz-keyframes growTop {
        0% {
            opacity: 1;
            -webkit-transform: translateY(-300px);
            -moz-transform: translateY(-300px)
        }
        100% {
            opacity: 1;
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0)
        }
    }
    @-o-keyframes growTop {
        0% {
            opacity: 1;
            -webkit-transform: translateY(-300px);
            -moz-transform: translateY(-300px)
        }
        100% {
            opacity: 1;
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0)
        }
    }
    @keyframes growTop {
        0% {
            opacity: 1;
            -webkit-transform: translateY(-300px);
            -moz-transform: translateY(-300px)
        }
        100% {
            opacity: 1;
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0)
        }
    }
    .grow-mode {
        position: relative;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    .header {
        position: fixed;
        -webkit-animation-name: growTop;
        -moz-animation-name: growTop;
        -o-animation-name: growTop;
        animation-name: growTop;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        -ms-animation-fill-mode: both;
        -o-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-duration: 1s;
        -moz-animation-duration: 1s;
        -ms-animation-duration: 1s;
        -o-animation-duration: 1s;
        animation-duration: 1s;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1)
    }
    .navbar-collapse {
        font-size: 0
    }
    .navbar-nav {
        float: none;
        display: inline-block
    }
    .navbar-menu > li > a {
        font-size: 15px;
        font-weight: 700;
        text-transform: capitalize;
        line-height: 24px;
        display: block;
        padding: 40px 10px
    }
    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:focus,
    .navbar-default .navbar-nav > .open > a:hover {
        background: 0 0
    }
    .navbar .dropdown-menu li a {
        font-size: 14px;
        color: #ced9e4;
        border-top: none;
        border-right: none;
        padding: 17px 15px;
        display: block;
        font-weight: 400;
        border-bottom: 1px solid rgba(255, 255, 255, .05);
        text-transform: capitalize;
        letter-spacing: .5px
    }
    .dropdown-menu li a:focus,
    .dropdown-menu li a:hover {
        background: #324c73
    }
    .navbar-nav > li > a:before {
        content: '';
        border-bottom: 5px solid #324c73;
        color: #777;
        font-size: 24px;
        font-weight: 500;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        transition: .5s;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s
    }
    .navbar-nav > li:hover > a:before {
        width: 100%;
        /*  content: "\f112";*/
        font-family: Flaticon
    }
    .dropdown > a:after {
        content: '\f107';
        font-family: FontAwesome;
        color: #929292
    }
    .dropdown-menu .dropdown-submenu > a:before {
        content: '\f105';
        font-family: FontAwesome;
        float: right
    }
    .navbar .dropdown-menu {
        background: rgba(8, 44, 70, 1);
        padding: 0;
        margin: 0;
        border: none;
        min-width: 250px;
        -webkit-box-shadow: 0 5px 30px -5px rgba(0, 0, 0, .8);
        box-shadow: 0 5px 30px -5px rgba(0, 0, 0, .8)
    }
    .nav-right-center {
        padding: 25px 0
    }
    .nav-right-center li {
        float: left
    }
    .dropdown-white.navbar .dropdown-menu {
        background: rgba(255, 255, 255, 1)
    }
    .dropdown-white.navbar .dropdown-menu li a {
        color: #333;
        font-weight: 500;
        border-bottom: 1px solid rgba(0, 0, 0, .1)
    }
    .dropdown-white .dropdown-menu li a:focus,
    .dropdown-white .dropdown-menu li a:hover {
        background: rgba(0, 0, 0, .07)
    }
    .header-type2 .brand img {
        width: 240px
    }
    .header-type2 .navbar-menu > li > a {
        padding: 25px 16px;
        font-size: 14px
    }
    .navbar-inverse .navbar-menu > li > a {
        color: #f4f4f4
    }
    .header-type2 .nav-right-center {
        padding: 10px 0
    }
    .header-type2 .btn-sm {
        padding: 7px 20px;
        font-size: 12px
    }
    .navbar-inverse .navbar-nav > li > a:before {
        border-bottom: 5px solid rgba(255, 255, 255, .6);
        color: #E8E8E8
    }
    .dropdown-submenu {
        position: relative
    }
    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -1px;
        -webkit-border-radius: 0 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px;
        display: none!important
    }
    .dropdown-submenu:hover > .dropdown-menu {
        display: block!important
    }
    .mega-dropdown {
        position: static!important
    }
    .navbar .dropdown-menu.mega-dropdown-menu {
        padding: 20px 0;
        width: 100%;
        background-size: contain
    }
    .mega-dropdown-menu > li > ul {
        padding: 0
    }
    .mega-dropdown-menu > li > ul > li {
        list-style: none
    }
    .navbar .mega-dropdown-menu .menu-head {
        font-weight: 800;
        font-size: 16px;
        text-transform: uppercase;
        padding: 15px;
        outline: 0;
        background: 0 0;
        color: #124870
    }
    .search-icon {
        background-color: transparent;
        border: none;
        color: #8ECBEE;
        outline: 0;
        line-height: 44px
    }
    .search-icon:before {
        font-size: 24px
    }
    .site-search {
        position: absolute;
        left: 0;
        right: 0;
        z-index: 8;
        display: none
    }
    .site-search input[type=text] {
        background: rgba(142, 203, 238, .7);
        margin-bottom: 0;
        border: none;
        font-size: 20px;
        text-align: center;
        color: #f4f4f4;
        font-weight: 400
    }
    .box-inner {
        position: relative
    }
    .site-search .close {
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        font-size: 22px
    }
    .site-search ::-webkit-input-placeholder {
        text-shadow: 0 1px 1px #333;
        text-align: center;
        color: #fff;
        opacity: .6;
        font-weight: 400
    }
    .sec-big [class*=bg-color-],
    .sec-big [class*=bg-color-img]:before {
        min-height: 850px
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .navbar-brand {
        width: 200px;
        padding: 20px 0 15px
    }
    .navbar-menu > li > a {
        padding: 40px 7px;
        font-size: 14px
    }
}

@media (max-width:991px) {
    .menu {
        height: 70px
    }
    .navbar-collapse.collapse {
        display: none!important
    }
    .navbar-header {
        display: table;
        z-index: 0;
        position: relative
    }
    .navbar-fixed-top {
        position: absolute
    }
    .navbar-brand {
        width: 200px;
        padding: 7px 0 0;
        margin: 0!important
    }
    .navbar .dropdown-menu {
        position: relative;
        margin: 0 0 0 20px
    }
    .site-search {
        display: none
    }
}

@media (max-width:360px) {
    .navbar-brand {
        width: 150px
    }
}

/*!
 * SlickNav Responsive Mobile Menu v1.0.7
 * (c) 2016 Josh Cope
 * licensed under MIT
 */

.slicknav_btn {
    position: relative;
    display: block;
    vertical-align: middle;
    float: right;
    padding: .438em .625em;
    line-height: 1.125em
}

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: .188em
}

.slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px
}

.slicknav_menu .slicknav_icon {
    float: left;
    width: 1.125em;
    height: .875em;
    margin: .188em 0 0 .438em
}

.slicknav_menu .slicknav_icon:before {
    background: 0 0;
    width: 1.125em;
    height: .875em;
    display: block;
    content: "";
    position: absolute
}

.slicknav_menu .slicknav_no-text {
    margin: 0
}

.slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: .125em;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, .25)
}

.slicknav_menu:after,
.slicknav_menu:before {
    display: table;
    content: " "
}

.slicknav_menu:after {
    clear: both
}

.slicknav_nav ul {
    display: block
}

.slicknav_nav li {
    display: block;
    padding: 0
}

.slicknav_nav .slicknav_arrow {
    font-size: .8em;
    margin: 0 0 0 .4em
}

.slicknav_nav .slicknav_item a {
    display: inline
}

.slicknav_nav .slicknav_row,
.slicknav_nav a {
    display: block
}

.navbar .slicknav_row a {
    background: 0 0!important;
    border-bottom: 0!important
}

.slicknav_nav .slicknav_parent-link a {
    display: inline
}

.slicknav_brand {
    float: left
}

.slicknav_menu {
    font-size: 16px;
    display: none;
    position: absolute;
    left: 0;
    right: 0
}

.slicknav_menu .slicknav_icon-bar {
    background-color: #fff
}

.slicknav_btn {
    margin: 18px 0;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #124870;
    text-transform: uppercase
}

.slicknav_nav {
    clear: both;
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: .875em;
    list-style: none;
    overflow: hidden;
    position: absolute;
    top: 100%;
    background: #324c73;
    left: 0;
    right: 0;
    z-index: 999;
    -webkit-box-shadow: 0 8px 30px -10px rgba(0, 0, 0, .8);
    box-shadow: 0 8px 30px -10px rgba(0, 0, 0, .8)
}

.slicknav_nav ul {
    float: none;
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0 0 0 20px;
    background: rgba(255, 255, 255, .2);
    border: none
}

.slicknav_nav li a {
    padding: 10px 15px;
    margin: 0;
    font-size: 14px;
    color: #ced9e4;
    border-bottom: 1px solid rgba(255, 255, 255, .05)
}

.slicknav_nav li a:focus,
.slicknav_nav li a:hover {
    background: rgba(255, 255, 255, .07);
    color: #ced9e4
}

.slicknav_nav .dropdown-menu a:hover {
    background: rgba(50, 76, 115, 1);
    color: #fff
}

.slicknav_nav .slicknav_txtnode {
    margin-left: 15px
}

.slicknav_nav .slicknav_item a {
    padding: 0;
    margin: 0
}

.header-type2 .slicknav_btn {
    margin: 8px 0
}

.dropdown-white .slicknav_nav,
.dropdown-white .slicknav_nav .dropdown-menu a:hover {
    background: rgba(255, 255, 255, 1)
}

.dropdown-white .slicknav_nav ul {
    background: rgba(0, 0, 0, .07);
    color: #124870
}

.dropdown-white .slicknav_nav li a {
    color: #333;
    font-weight: 500;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.dropdown-white .slicknav_nav li a:focus,
.dropdown-white .slicknav_nav li a:focus a,
.dropdown-white .slicknav_nav li a:hover,
.dropdown-white .slicknav_nav li a:hover a {
    background: rgba(0, 0, 0, .07);
    color: #124870
}

@media (max-width:991px) {
    .slicknav_menu {
        display: block
    }
}

#filters li,
.element {
    display: inline-block
}

@media (max-width:360px) {
    .slicknav_btn {
        margin: 10px 0
    }
}

#portfolio {
    font-size: 0
}

#filters {
    margin-bottom: 50px;
    text-align: center
}

#filters li {
    margin-bottom: 10px
}

.element {
    width: 25%;
    padding: 10px;
    vertical-align: top
}

.element figcaption {
    background: #f4f4f4;
    padding: 25px
}

.three-column .element {
    width: 33.333333%
}

.two-column .element {
    width: 50%
}

@media (max-width:991px) {
    #portfolio .element {
        width: 49%
    }
}

@media (max-width:600px) {
    #portfolio .element {
        width: 100%
    }
}

.top-bar {
    background: #324c73;
    color: #fff;
    z-index: 99;
    position: relative;
    width: 100%;
    height: 36px;
    border-bottom: 1px solid #EDEDED;
    line-height: 36px
}

.top-bar .top-bar-left {
    float: left
}

.top-bar-right {
    float: right;
    position: relative
}

.top-bar ul li:first-child {
    border-left: 1px solid #6D6D6D
}

.top-bar ul li {
    float: left;
    border-right: 1px solid #6D6D6D
}

.top-bar ul li a {
    padding: 0 15px;
    display: block;
    color: #ced9e4;
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 500
}

.right-top i {
    padding-right: 10px;
    color: #8ECBEE;
    font-size: 19px;
    vertical-align: middle
}

.top-bar .social-icons li a {
    font-size: 18px
}

.top-bar .font-resizer li a,
.top-bar .top-social-icons li a {
    padding: 0 7px
}

.top-bar .font-resizer li a i {
    color: #ced9e4;
    vertical-align: sub
}

.top-bar ul li:hover a {
    color: #fff;
    background: rgba(255, 255, 255, .08);
    transition: .5s;
    -webkit-transition: .5s
}

.top-bar .container {
    -moz-transition: height .9s;
    -webkit-transition: height .9s;
    transition: height .9s
}

.top-bar .container::after,
.top-bar .container::before {
    content: " ";
    display: table
}

.top-bar .container::after {
    clear: both
}

.top-bar .close {
    color: #7C7C7C;
    font-size: 20px;
    display: none;
    opacity: 1;
    text-align: center;
    float: none;
    text-shadow: none;
    padding: 6px 12px
}

.top-bar .font-resizer {
    margin-left: 10px
}

.top-bar.top-bar-white {
    background: #fff;
    color: #777;
    border-bottom: transparent
}

.top-bar.top-bar-white ul li:first-child {
    border-left: 1px solid #d2d0d0
}

.top-bar.top-bar-white ul li {
    border-right: 1px solid #d2d0d0
}

.top-bar.top-bar-white ul li a {
    color: #666
}

.top-bar.top-bar-white ul li:hover a {
    color: #324c73;
    background: rgba(0, 0, 0, .06)
}

.top-bar.top-bar-white .font-resizer i {
    color: #666
}

@media (max-width:991px) {
    .top-bar {
        text-align: center;
        position: inherit;
        height: auto;
        border-bottom: none!important
    }
    .top-bar .container {
        height: 0;
        overflow: hidden
    }
    .top-bar .top-bar-left,
    .top-bar .top-bar-right {
        float: none;
        width: 100%;
        border-bottom: 1px solid #264963
    }
    .top-bar .top-bar-left > *,
    .top-bar .top-bar-right > * {
        margin: 0;
        width: 100%
    }
    .top-bar .text .fa {
        padding-left: 0
    }
    .top-bar .close {
        display: block;
        background: #082C46
    }
    .top-bar.top-bar-white .close {
        background: #fff
    }
    .top-bar.top-bar-white .close:hover,
    .top-bar.top-bar-white.open .close {
        background: rgba(0, 0, 0, .07);
        color: #124870
    }
    .top-bar .close:hover,
    .top-bar.open .close {
        color: #fff
    }
    .top-bar.open .close::before {
        content: "\f077"
    }
    .top-bar ul {
        position: relative
    }
    .top-bar ul li:first-child {
        border-left: 1px solid #264963
    }
    .top-bar ul li {
        border-right: 1px solid #264963
    }
    .top-bar.top-bar-white .top-bar-left,
    .top-bar.top-bar-white .top-bar-right {
        border-bottom: 1px solid #e7e7e7
    }
    .top-bar.top-bar-white ul li:first-child {
        border-left: 1px solid #e7e7e7
    }
    .top-bar.top-bar-white ul li {
        border-right: 1px solid #e7e7e7
    }
    .right-top,
    .social-icons {
        display: table;
        margin: 0 auto!important;
        width: auto!important;
        float: none!important
    }
    .top-bar .font-resizer,
    .top-bar .font-resizer aside {
        margin: 0
    }
}

@media (max-width:480px) {
    .top-bar .right-top li {
        display: block;
        float: none;
        border-left: 1px solid #264963;
        border-bottom: 1px solid #264963
    }
    .top-bar .right-top li:last-child {
        border-bottom: transparent
    }
    .top-bar.top-bar-white .right-top li {
        border-left: 1px solid #e7e7e7;
        border-bottom: 1px solid #e7e7e7
    }
}

.font-resizer li.aside {
    margin-right: 10px;
    border: none!important
}

.font-resizer li a {
    padding: 0 4px
}

.finance,
.logo-content {
    padding: 15px 0
}

.font-resizer i {
    vertical-align: sub;
    color: #666
}

.font-resizer a.increase i,
.font-resizer:hover a.increase i {
    font-size: 26px
}

.font-resizer a.decrease i,
.font-resizer:hover a.decrease i {
    font-size: 18px
}

.font-resizer a.resetMe i,
.font-resizer:hover a.resetMe i {
    font-size: 22px
}

.banner-strip .font-resizer li:first-child a {
    margin-left: 10px
}

.logo-content .quotes {
    color: #231f20
}

.header-simple .logo-content {
    padding: 15px 0 5px
}

.header-simple .brand img {
    max-width: 100%;
    width: 280px
}

.header-simple .simple-contact {
    text-align: right
}

.btn-group-vertical > .btn,
.btn-group > .btn {
    float: none!important
}

.header-center-menu .brand {
    float: none;
    text-align: center
}

.header-locations .brand img {
    margin-top: -20px
}

.location-icons {
    display: table;
    width: 100%;
    text-align: left
}

.location-icons:before {
    content: "\f179";
    display: table-cell;
    font-family: Flaticon;
    font-size: 28px;
    line-height: normal;
    width: 1.28571429em;
    color: #8ECBEE;
    vertical-align: top
}

.location-icons h5 {
    margin-bottom: 5px
}

.location-icons p {
    line-height: 18px;
    font-size: 13px
}

.location-icons:hover h5,
.location-icons:hover p,
.location-icons:hover:before {
    color: #324c73
}

.appointment-sidebar i {
    display: inline;
    margin-right: 5px
}

.header-white-menu .menu {
    background: 0 0;
    border: none;
    z-index: 24
}

footer .list-type1 li,
footer .table-min .dl-horizontal {
    border-bottom: 1px solid rgba(120, 120, 120, .2)
}

.header-white-menu .navbar {
    border-top: 1px solid #E4E2E2;
    margin-bottom: 5px;
    background: rgba(245, 245, 245, 1)
}

.header-white-menu nav.navbar .nav > li > a,
.header-white-menu nav.navbar .navbar-nav > .open > a,
.header-white-menu nav.navbar .navbar-nav > .open > a:focus,
.header-white-menu nav.navbar .navbar-nav > .open > a:hover {
    color: #545454;
    border-right: 1px solid #E4E2E2
}

.header-white-menu .navbar-nav {
    float: none;
    margin: 0;
    display: inline-block
}

footer {
    background: #282E33;
    color: #748796;
    position: relative;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    z-index: 1;
    box-shadow: 0 15px 15px -20px #b0b0b0 inset;
    -moz-box-shadow: 0 15px 15px -20px #b0b0b0 inset;
    -webkit-box-shadow: 0 15px 15px -20px #b0b0b0 inset
}

.footer {
    background: url(../images/footer.jpg) top center!important;
    background-size: cover!important
}

.footer:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(8, 44, 70, .9);
    z-index: -1
}

.footer {
    padding-top: 80px;
    position: relative;
    z-index: 0
}

.footer-logo img {
    width: 240px;
    margin-top: -42px
}

.footer .footer-title {
    font-size: 16px;
    color: #fff;
    margin-bottom: 40px;
    font-weight: 700
}

.footer p {
    font-size: inherit
}

.footer a,
.footer p {
    color: #8B9FAF
}

.footer a.btn {
    color: #fff!important
}

footer .list-type1 li {
    font-size: inherit;
    color: inherit;
    width: 100%
}

.footer-menu ul li a:before,
.footer-strip-menu a:after {
    content: '';
    right: -3px;
    height: 12px;
    width: 1px
}

.footer-bottom-strip {
    padding: 20px 0
}

.copyright {
    font-size: 14px
}

.footer-menu ul li a {
    font-size: 18px;
    line-height: 32px;
    padding: 0 10px;
    font-weight: 500;
    position: relative
}

.footer-menu ul li a:before {
    position: absolute;
    top: 5px;
    background: rgba(201, 201, 201, .5)
}

.footer-menu ul li:last-child a:before {
    display: none
}

.footer-menu ul li:first-child a {
    padding-left: 0
}

.footer-menu ul li:last-child a {
    padding-right: 0
}

.footer-strip-menu {
    text-align: right
}

.footer-strip-menu li {
    position: relative;
    display: inline-block;
    padding: 0 12px
}

.footer-strip-menu a:after {
    position: absolute;
    top: 7px;
    background: #7C9FAF
}

.footer-strip-menu li:last-child a:after {
    display: none
}

.footer-strip {
    position: relative;
    overflow: hidden
}

.footer-strip .footer-bottom-border {
    background: #324c73;
    height: 5px
}

.footer-strip .back-to-top {
    overflow: hidden;
    padding-top: 15px;
    width: 160px;
    height: 80px;
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
    background: #324c73;
    margin: 0 auto -40px;
    text-align: center;
    display: block
}

.footer-strip .back-to-top i {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
    border-radius: 50%;
    background: #8ECBEE;
    color: #333
}

.footer-strip .back-to-top:hover i {
    line-height: 30px;
    color: #111;
    background: #fff
}

.back-to-top-fixed {
    position: fixed;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #8ECBEE;
    color: #E5E6DD;
    bottom: 20px;
    right: 20px;
    z-index: 2;
    border-radius: 3px;
    text-align: center;
    font-size: 20px
}

.back-to-top-fixed:hover {
    background: #324c73;
    color: #fff
}

.back-to-top-fixed:before {
    content: '\f106';
    font-family: FontAwesome
}

.top-strip {
    background: fixed rgba(255, 255, 255, 1);
    padding: 30px 0;
    font-size: 20px
}

.footer-call i:before {
    color: #324c73;
    font-size: 26px;
    text-align: right;
    margin-right: 15px;
    vertical-align: middle
}

.footer-call .media-left {
    padding-right: 0
}

.open-time,
.question {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 1px
}

.open-time i.media-left:before,
.question i:before {
    width: auto;
    display: table-cell!important;
    font-size: 26px
}

.icon-bordered {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 3px solid #7DC855;
    font-size: 30px;
    margin-right: 15px;
    text-align: center;
    color: #082C46
}

.top-strip h3 {
    line-height: 32px;
    font-weight: 400;
    margin: 0;
    color: #c5c5c5
}

h3,
h4 {
    line-height: 24px
}

.main-title,
h1,
h2,
h3,
h4,
h5 {
    font-weight: 800;
    letter-spacing: .5px
}

@media (max-width:991px) {
    .top-strip .media-body {
        width: 100%;
        text-align: left
    }
    .copyright,
    .footer-strip-menu {
        text-align: center
    }
}

@font-face {
    font-family: 'HelveticaNeueLTStd-Roman';
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    background: #f5f5f5;
    color: #777;
    -webkit-overflow-scrolling: touch;
    -webkit-font-smoothing: antialiased;
    src: local('HelveticaNeueLTStd-Roman'), url('HelveticaNeueLTStd-Roman.otf') format('otf');
}

/*
body {
    font-family: 'Helvetica Neue LT Std 45 Light';
    src: local('Helvetica Neue LT Std 45 Light'), url('../fonts/HelveticaNeueLTStd Lt.woff') format('woff');
    font-size: 15px;
    background: #f5f5f5;
    color: #777;
    -webkit-overflow-scrolling: touch;
    -webkit-font-smoothing: antialiased
}
*/

.grid,
.mask,
.thumbnail,
.wrapper {
    overflow: hidden
}

h1,
h2,
h3,
h4,
h5 {
    margin-top: 0;
    font-family: Raleway, sans-serif;
    text-transform: uppercase;
    color: #082C46
}

h1 {
    font-size: 32px;
    line-height: 46px;
    margin-bottom: 30px
}

h2 {
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 25px
}

h3 {
    font-size: 18px;
    margin-bottom: 15px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 15px;
    line-height: 22px
}

h3 span {
    margin-left: 10px
}

.main-title {
    font-size: 18px;
    line-height: 24px;
    color: #124870
}

.heading {
    margin-bottom: 50px
}

.heading h1 {
    font-weight: 700
}

.lead {
    font-size: 24px;
    line-height: 36px;
    font-style: italic;
    font-weight: 300;
    color: #8a8a8a
}

.lead.color-light,
p {
    font-weight: 400
}

.lead-lg {
    font-size: 28px;
    line-height: 38px
}

.btn,
.btn-default,
.btn-sm,
p {
    font-size: 15px
}

p {
    color: #6d6d6d;
    line-height: 27px;
    margin-bottom: 20px;
    margin: 40px;
}

blockquote {
    border-left: 5px solid #777;
    background: #E4E4E4
}

.wrapper {
    width: 100%;
    height: 100%
}

a {
    color: #8ECBEE
}

a:focus,
a:hover {
    color: #333;
    text-decoration: none;
    outline: 0
}

a.reverse {
    color: #333
}

a.reverse:focus,
a.reverse:hover {
    color: #8ECBEE
}

.white-bg {
    background: #f7f7f7!important
}

.grey-bg {
    background: #E8E8E8!important
}

.dark-bg {
    background: #27262c!important
}

.text-white {
    color: #ced9e4
}

.color-dark {
    color: #324c73
}

.color-light {
    color: #8ECBEE
}

.media-left,
.media-right {
    white-space: nowrap
}

ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.bold {
    font-weight: 800
}

.fw-normal {
    font-weight: 400
}

.btn,
.btn-default,
.fw-500 {
    font-weight: 500
}

.transition {
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s
}

.bottom-right {
    border-bottom-right-radius: 35px
}

.bottom-top {
    border-top-left-radius: 35px
}

.panel-grey {
    background: #f4f4f4
}

.panel-dark-grey {
    background: #E7E7E7
}

.media {
    margin-top: 0
}

.media-base-align .media-body,
.media-base-align .media-left,
.media-base-align .media-right {
    vertical-align: baseline
}

.btn-default,
.vertical-top {
    vertical-align: top
}

[class*=" flaticon-"]:after,
[class*=" flaticon-"]:before,
[class^=flaticon-]:after,
[class^=flaticon-]:before {
    margin-left: 0;
    margin-right: 0
}

.btn {
    text-transform: capitalize;
    display: inline-block;
    letter-spacing: .5px!important
}

.btn-default,
.read-more {
    text-transform: uppercase
}

.btn:focus {
    outline: 0!important;
    color: #E5E6DD
}

.btn-default {
    padding: 8px 18px;
    color: #fff;
    background: rgba(78, 91, 25, 1);
    border: none;
    border-radius: 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s
}

.btn-group .btn {
    margin: 0 10px 10px 0
}

.btn-group .btn:last-child {
    margin-right: 0
}

.btn-default:hover {
    color: #fff;
    background: rgba(78, 91, 25, .9)
}

.btn-simple,
.btn-simple:hover {
    border-radius: 30px;
    padding: 10px 28px;
    background: 0 0;
    border: 1px solid #8ECBEE;
    color: #fff
}

[class*=btn-type1] {
    border-radius: 30px!important;
    padding: 14px 26px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s
}

.btn-type1 {
    background: #324c73;
    color: #fff
}

.btn-type1-reverse,
.btn-type1:hover {
    background: #8ECBEE;
    color: #fff
}

.btn-type1-reverse {
    border: none
}

.btn-type1-reverse.selected,
.btn-type1-reverse:hover {
    background: #324c73;
    color: #fff
}

.btn-simple-color {
    color: #8ECBEE;
    border-radius: 30px;
    padding: 10px 20px;
    border: 1px solid #8ECBEE;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s
}

.btn-simple-color:hover {
    background: #8ECBEE;
    color: #fff;
    padding: 10px 20px
}

.btn-sm {
    padding: 10px 23px
}

.btn-xs {
    padding: 6px 15px;
    font-size: 12px
}

.download-btn {
    white-space: normal;
    font-size: 18px;
    font-weight: 600;
    background: #E8E8E8;
    color: #27292c;
    display: block;
    padding: 12px;
    position: relative
}

.download-btn i {
    color: #8ECBEE;
    font-size: 32px;
    display: table-cell
}

.download-btn:hover {
    background: #fff
}

.download-btn small {
    font-size: 12px;
    font-weight: 400;
    display: block
}

.read-more {
    font-size: 13px;
    font-weight: 600;
    color: #324c73;
    letter-spacing: 1px
}

.read-more:after {
    font-family: FontAwesome;
    content: "\f067";
    margin-left: 10px
}

.mask-img:after,
.pentagon .mask:before {
    content: ''
}

.vertical-align {
    display: table;
    width: 100%
}

.vertical-bottom,
.vertical-middle,
.vertical-top {
    display: table-cell;
    float: none!important
}

.vertical-middle {
    vertical-align: middle
}

.vertical-bottom {
    vertical-align: bottom
}

.vertical-center {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 0;
    right: 0
}

.grid {
    position: relative;
    display: block
}

.image-effect1 figure figcaption {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .55);
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s
}

.image-effect1 figure:hover figcaption {
    background: 0 0;
    left: 50%;
    right: 50%
}

.grid figure img {
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    width: 100%
}

.image-effect1 figure:hover img {
    transform: scale(1.12);
    -webkit-transform: scale(1.12)
}

.image-effect2 figcaption {
    position: absolute;
    background: #333;
    background: rgba(142, 203, 238, .7);
    width: 100%;
    height: 100%
}

.image-effect2 figcaption .gallery-icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 24px;
    color: #f4f4f4;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: rgba(21, 21, 21, .5);
    border-radius: 50%;
    margin: auto;
    text-align: center
}

.image-effect2 figcaption .gallery-icon:hover {
    background: rgba(50, 76, 115, 1)
}

.image-effect2 .social-icons-simple {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s
}

.image-effect2 figure:hover .social-icons-simple {
    display: block;
    bottom: 50%;
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%)
}

.social-icons-simple li,
.thumbnail {
    display: inline-block
}

.thumbnail {
    border: 4px solid rgba(68, 157, 68, 1);
    border-radius: 50%;
    padding: 0;
    margin-bottom: 0;
    background: 0 0
}

.social-icons-simple li a {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    background: #5D6D7E;
    text-align: center;
    box-shadow: none;
    width: 38px;
    height: 38px;
    line-height: 38px;
    border-radius: 50%;
    margin-right: 5px;
    transition: .5s
}

.social-icons-simple li a:hover {
    background: #324c73
}

.social-icons-simple.social-bg-dark li a {
    background: #324c73;
    color: #fff
}

.social-icons-simple.social-bg-dark li:hover a {
    background: #8ECBEE;
    color: #fff
}

.social-icons-simple.social-bg-grey li a {
    background: #082C46;
    color: #fff
}

.footer-social-bg ul li a,
.social-icons-simple.social-bg-grey li:hover a {
    background: #324c73;
    color: #fff
}

.social-icons-simple.footer-social-bg {
    display: block
}

.footer-social-bg ul li a:hover {
    background: #8ECBEE;
    color: #fff
}

.social-icons-lg li a {
    font-size: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 0 10px 0 0
}

.pentagon img {
    position: absolute;
    left: -7px;
    top: 0;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
    -webkit-backface-visibility: hidden
}

.cta-content:hover .mask img,
.pentagon .mask:hover img {
    left: 0
}

.mask {
    width: 140px;
    height: 140px;
    position: relative;
    background: #324c73
}

.cta-content .mask.mask-img,
.cta-content:hover .mask.mask-img,
.mask-img {
    background: 0 0
}

.mask-img {
    width: 275px;
    height: 275px
}

.mask-img-sm {
    width: 250px;
    height: 250px
}

.mask-img-xs {
    width: 232px!important;
    height: 230px!important
}

.cta-content:hover .mask {
    background: #8ECBEE
}

.pentagon .mask:before {
    width: 150%;
    height: 150%;
    position: absolute;
    top: -28%;
    left: -26%;
    bottom: 0;
    right: 0;
    z-index: 2;
    background: url(../images/pentagon-mask-white.png) no-repeat;
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-backface-visibility: hidden;
    background-size: contain;
    perspective: 1000px;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px
}

section.grey-bg .pentagon .mask:before,
section:nth-child(odd) .pentagon .mask:before {
    background: url(../images/pentagon-mask-grey.png) no-repeat;
    background-size: contain
}

section .panel-body .pentagon .mask:before,
section:nth-child(odd) .panel-body .pentagon .mask:before {
    background: url(../images/pentagon_mask-white.png) no-repeat;
    background-size: contain
}

section:nth-child(odd).white-bg .pentagon .mask:before {
    background: url(../images/pentagon-mask-white.png) no-repeat;
    background-size: contain
}

.mask-icon i:before {
    font-family: FlatIcon;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    text-align: center;
    z-index: 1;
    font-size: 50px;
    color: #fff
}

.cta-content:hover .mask:before,
.pentagon .mask:hover:before {
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg)
}

.mask-img:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .5);
    opacity: 1;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s
}

.cta-content:hover .mask-img:after {
    opacity: 1
}

.mask:hover.mask-img:after,
.owl-carousel .owl-buttons {
    opacity: 0
}

@media (min-width:992px) {
    .sec-small [class*=bg-color-],
    .sec-small [class*=bg-color-img]:before {
        min-height: 710px
    }
}

.bg-color-01 {
    background: #F5f5f5
}

.bg-color-02 {
    background: #efefef
}

.bg-color-img-01 {
    background: url(../images/square01.jpg) no-repeat
}

.bg-color-img-02 {
    background: url(../images/square04.jpg) no-repeat
}

[class*=bg-color-img] {
    position: relative;
    background-size: cover
}

@media (max-width:991px) {
    [class*=bg-color-img] {
        min-height: 500px
    }
}

.hover-content-section {
    z-index: 9;
    position: relative
}

.hover-content {
    position: relative
}

.hover-content.panel-body {
    position: relative;
    padding: 15px
}

.hover-content .hover-hide-show-content {
    opacity: 0;
    visibility: hidden;
    transform: translateY(5%);
    -webkit-transform: translateY(5%);
    -moz-transform: translateY(5%);
    -ms-transform: translateY(5%);
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    position: absolute;
    left: 0;
    right: 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.hover-hide-show-content a {
    color: #ced9e4;
    display: block;
    padding: 12px 15px;
    text-transform: capitalize
}

.banner #contact_form .form-title,
.banner #contact_form button,
.click-here,
.panel-title,
.subbanner-type-2 .skew-effect,
.title {
    text-transform: uppercase
}

.hover-content .list-group {
    background-color: #324C73;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.hover-content .list-group-item {
    background: 0 0;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .05);
    border-radius: 0;
    padding: 0
}

.hover-content .list-group-item:hover {
    background: rgba(255, 255, 255, .07)
}

.hover-content:hover .hover-hide-show-content {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    z-index: 9999;
    width: 100%
}

.banner-bg-strip {
    background: #0b0b0c
}

.left-banner-bg {
    background: url(../images/center-banner-image-full-01.jpg);
    background-size: cover
}

.right-banner-bg {
    background: url(../images/center-banner-image-full-02.jpg);
    background-size: cover
}

.left-banner-bg .media-body,
.right-banner-bg .media-body {
    width: 100%
}

.click-here,
.title {
    font-size: 28px;
    font-weight: 700;
    color: #FFF;
    padding: 20px 0 10px;
    text-shadow: 0 2px 3px #333
}

.click-here {
    font-size: 16px;
    padding: 0 0 10px
}

.banner-thumb-icon:before {
    color: #fff;
    font-size: 50px
}

.center-banner-bottom {
    background: #0b0b0c;
    padding: 5px;
    text-align: center;
    font-size: 16px;
    font-style: italic;
    color: #a0a0a0
}

.right-bottom-text-color {
    background: #121212
}

#jSplash,
#jpreOverlay {
    background-color: #2F3238;
    width: 100%;
    height: 100%;
    position: fixed
}

#jpreOverlay {
    z-index: 999999
}

#jSplash {
    z-index: 999997
}

#jpreSlide {
    position: fixed;
    top: 50%!important;
    left: 50%!important;
    margin: -50px 0 0 -50px;
    width: 100px;
    height: 100px
}

#jpreLoader {
    position: relative!important;
    width: 100%!important;
    height: 100%!important;
    top: 0!important
}

#jprePercentage {
    width: 50px;
    height: 50px!important;
    line-height: 50px;
    position: fixed!important;
    text-align: center;
    left: 50%;
    top: 55%;
    margin: -25px 0 0 -25px;
    z-index: 999998;
    font-size: 18px;
    color: rgba(144, 144, 144, .5);
    font-weight: 500
}

.call,
.text-emerg {
    font-weight: 700
}

[class*=quotes] {
    quotes: '\201c' '\201d';
    font-size: 21px;
    line-height: 36px
}

[class*=quotes]::before {
    content: open-quote;
    padding-right: 5px
}

[class*=quotes]::after {
    content: close-quote
}

[class*=quotes]::after,
[class*=quotes]::before {
    font-family: Roboto, sans-serif;
    font-size: 60px;
    color: #324c73;
    line-height: .1em;
    vertical-align: -.4em
}

.owl-next:before,
.owl-prev:before {
    font-family: FontAwesome
}

.quotes-small {
    font-size: 16px;
    line-height: 30px
}

.quotes-small::after,
.quotes-small::before {
    font-size: 50px
}

.call {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px
}

.header-simple .logo-content .text-emerg {
    margin-bottom: 5px
}

.call-icon:before {
    font-size: 34px;
    font-weight: 100;
    vertical-align: middle;
    margin-right: 5px
}

#single-slider.owl-carousel .owl-buttons,
.gallery-slider .owl-next,
.gallery-slider .owl-prev,
.owl-carousel:hover .owl-buttons {
    opacity: 1
}

.owl-next,
.owl-prev {
    position: absolute;
    top: 50%;
    left: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #fff;
    color: #777;
    text-align: center;
    font-size: 20px;
    z-index: 1;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%)
}

.owl-next {
    left: auto;
    right: 0
}

.owl-prev:before {
    content: '\f104'
}

.owl-next:before {
    content: '\f105'
}

.owl-item img {
    width: 100%;
    height: auto
}

.owl-theme .owl-controls .owl-buttons div:hover {
    background: rgba(50, 76, 115, 1)
}

.hide-navigation .owl-buttons,
.hide-pagination .owl-pagination {
    display: none!important
}

.banner-strip .font-resizer li,
.social-icons-simple,
nav.main-nav {
    display: inline-block
}

.hide-pagination .owl-controls {
    margin-top: 0
}

.owl-nav-type2 {
    poaition: relative
}

.owl-nav-type2 .owl-buttons {
    position: absolute;
    top: -50px;
    right: 0;
    width: 80px
}

.owl-nav-type2 .owl-buttons .owl-next,
.owl-nav-type2 .owl-buttons .owl-prev {
    background: transpatent;
    border: 2px solid #4e5b19;
    width: 40px;
    height: 40px;
    line-height: 40px
}

.product-slider .item figcaption {
    min-height: 170px
}

#slider-four-item .owl-wrapper-outer {
    margin-bottom: 50px
}

.breadcrumb {
    margin: 0;
    background: 0 0;
    padding: 0
}

.breadcrumb > li + li:before {
    content: "\f101";
    font-family: Fontawesome;
    color: #B6C4D0
}

.banner-strip {
    position: absolute;
    width: 100%;
    bottom: 0;
    background: rgba(8, 71, 112, .3);
    padding: 5px 0
}

.subbanner .breadcrumb a,
.subbanner .font-resizer li {
    color: #B6C4D0;
    line-height: 36px;
    font-size: 14px;
    font-weight: 400
}

.banner-strip .font-resizer li i {
    color: #ecf9f0
}

.tp-bannertimer {
    top: auto;
    bottom: 0
}

.skew-effect {
    z-index: 4;
    text-shadow: rgba(0, 0, 0, .498039) 0 1px 2px;
    transition: all 0s ease 0s;
    line-height: 60px;
    font-size: 38px;
    color: #eef4f9;
    font-weight: 800;
    font-family: Raleway, sans-serif;
    letter-spacing: 2px
}

.banner img {
    height: 600px
}

.banner {
    background: url(../images/home-slider/banner01.jpg) center right no-repeat;
    background-size: cover;
    position: relative;
    height: 580px
}

.banner #contact_form {
    min-width: 450px;
    max-width: 320px;
    background: rgba(142, 203, 238, .85);
    position: absolute;
    top: 0;
    right: 150px;
    padding: 30px 15px 15px;
    height: 100%
}

.banner .form-content {
    width: 390px
}

.banner .control-group input,
.banner .control-group textarea {
    width: 100%;
    padding: 10px
}

.banner .control-group textarea {
    height: 120px
}

.banner #contact_form .form-text {
    font-size: 22px;
    color: #231F20;
    text-align: left;
    font-weight: 600;
    line-height: 34px;
    margin-bottom: 10px
}

.banner .form-title {
    font-size: 48px
}

::-webkit-input-placeholder {
    color: #545454
}

.center-banner-title {
    font-size: 24px;
    font-weight: 400;
    color: #B6C4D0
}

.center-banner-title .label {
    font-weight: 400;
    background-color: #5D6D7E;
    padding: 2px 10px;
    font-size: 100%
}

.offer {
    font-size: 41px;
    color: #eef4f9;
    font-weight: 700;
    line-height: 60px
}

.offer small {
    font-size: 75%
}

.btn.btn-big {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    border-radius: 0;
    margin-top: 30px;
    margin-bottom: 50px;
    white-space: normal
}

.center-banner-content .btn i {
    font-size: 18px
}

.center-banner-content h3 {
    font-size: 20px
}

.center-banner-content h2,
.center-banner-content h3,
.center-banner-content h4,
.center-banner-content h5 {
    color: #fff
}

.center-banner-content h3,
.center-banner-content h4 {
    font-weight: 700
}

.circle-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    color: #fff;
    background: #324c73;
    text-align: center
}

.circle-icon:before {
    font-size: 26px
}

.center-banner-content p {
    color: #B6C4D0
}

.subbanner {
    position: relative
}

.subbanner-type-2 .subbanner-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    padding: 0
}

.subbanner-type-2 .banner-strip {
    background: 0 0;
    padding: 0
}

.subbanner-type-2 .breadcrumb {
    background: rgba(125, 200, 85, .49);
    display: inline-block;
    padding: 0 10px;
    text-align: left
}

.subbanner-type-2.subbanner .breadcrumb a {
    color: #ecf9f0;
    line-height: 28px;
    padding: 0 3px
}

.subbanner-type-2.subbanner .breadcrumb > li + li:before {
    color: #082C46
}

.subbanner-type-2 .banner-strip .font-resizer li {
    color: #ecf9f0;
    line-height: 24px
}

.subbanner-type-2 .resizer-bg {
    content: '';
    background: rgba(125, 200, 85, .49);
    padding: 10px 23px 3px;
    text-align: center;
    width: auto;
    height: auto;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    margin-bottom: 0;
    box-shadow: 0 -6px 15px -2px #051B2A
}

.subbanner-pattern-01 {
    background: url(../images/pattern/subbanner-pat01.png) fixed rgba(8, 44, 70, .99)
}

.subbanner-pattern-02 {
    background: url(../images/pattern/subbanner-pat02.png) fixed rgba(8, 44, 70, .99)
}

.subbanner-pattern-03 {
    background: url(../images/pattern/subbanner-pat03.png) fixed rgba(8, 44, 70, .99)
}

.subbanner-pattern-04 {
    background: url(../images/pattern/subbanner-pat04.png) fixed rgba(8, 44, 70, .99)
}

.subbanner-pattern-05 {
    background: url(../images/pattern/subbanner-pat05.png) fixed rgba(8, 44, 70, .99)
}

.subbanner-pattern-06 {
    background: url(../images/pattern/subbanner-pat06.png) fixed rgba(8, 44, 70, .99)
}

.subbanner-pattern-07 {
    background: url(../images/pattern/subbanner-pat07.png) fixed rgba(8, 44, 70, .99)
}

.subbanner-pattern-08 {
    background: url(../images/pattern/subbanner-pat08.png) fixed rgba(8, 44, 70, .99)
}

.subbanner-pattern-09 {
    background: url(../images/pattern/subbanner-pat09.png) fixed rgba(8, 44, 70, .99)
}

.subbanner-pattern-10 {
    background: url(../images/pattern/subbanner-pat10.png) fixed rgba(8, 44, 70, .99)
}

.subbanner-type-2-btn .banner-strip {
    overflow: visible
}

[class*=subbanner-image] {
    min-height: 200px;
    height: 200px
}

.color-overlay {
    background: rgba(0, 0, 0, .5)
}

.rs-overlay {
    background: rgba(0, 0, 0, .3)
}

[class*="-overlay"] {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.location-box li {
    padding: 60px 30px 30px;
    position: relative;
    width: 33.3%;
    float: left;
    text-align: center;
    background: #0C3450;
    min-height: 420px;
    cursor: pointer
}

.location-box li a {
    font-size: 22px
}

.location-box li a,
.location-box li h3 {
    color: #f3f3f3
}

.location-box li p {
    color: #cacaca
}

.location-box li:first-child {
    background: #082C46
}

.location-box li:last-child {
    background: #113E5D
}

.location-box li:before {
    content: "\f179";
    font-family: Flaticon;
    position: absolute;
    border-radius: 50%;
    height: 75px;
    width: 75px;
    line-height: 75px;
    font-size: 30px;
    color: #fff;
    background: #7dc855;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -40px
}

.panel-heading a::after,
.play-button a:before {
    font-family: FontAwesome;
    top: 50%
}

.location-box .border-seperator {
    margin-left: 15%;
    margin-right: 15%
}

.media-left img {
    max-width: inherit
}

.border-right {
    border-right: 1px solid #dddbe8
}

.panel-dark {
    background: rgba(8, 44, 70, .9)
}

.panel-dark p {
    color: #8B9FAF
}

.doctor-details h3 {
    font-size: 20px;
    line-height: 32px
}

.doctors .three-column ul li {
    float: left;
    width: 33.3%;
    padding: 2px
}

.panel-group .panel-heading {
    padding: 0;
    position: relative;
    background-color: #ececec
}

.panel-group {
    margin: 0
}

.panel-body {
    padding: 25px
}

.panel-default,
.panel-default > .panel-heading,
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-color: transparent
}

.panel-group .panel {
    border-bottom-color: #ddd
}

.panel-title {
    font-size: 16px;
    line-height: 24px;
    margin: 0 25px 0 0;
    display: block;
    font-weight: 800;
    padding: 15px
}

.panel-title i {
    padding-right: 5px
}

.panel-heading a.collapsed::after {
    font-family: FontAwesome;
    content: "\f107";
    color: #646464
}

.panel-heading a::after {
    content: "\f106";
    float: right;
    color: #324c73;
    position: absolute;
    right: 15px;
    margin-top: -14px
}

.toogle .panel-heading a::after {
    font-family: FontAwesome;
    content: "\f068"
}

.toogle .panel-heading a.collapsed::after {
    font-family: FontAwesome;
    content: "\f067"
}

.panel-title:hover,
.panel-title:not(.collapsed) {
    color: #324c73;
    text-decoration: none
}

.panel-body .list-type1 li {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px
}

.play-button {
    position: relative
}

.play-button a:before {
    content: "\f04b";
    position: absolute;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    text-align: center;
    background: rgba(50, 76, 115, .9);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    margin: 0 auto;
    font-size: 20px;
    color: #f4f4f4;
    transition: .5s;
    -webkit-transition: .5s;
    -ms-transition: .5s
}

.play-button a:hover:before {
    background: rgba(50, 76, 115, 1)
}

.play-button-small a:before {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 14px
}

.sidebar-bg-light {
    background: #8ECBEE
}

.finance {
    position: relative
}

.graybg-border {
    background: #f4f4f4;
    border: 1px solid #e8e8e8;
    padding: 15px 10px;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 0;
    margin-bottom: 30px
}

.office h3.sidebar-heading,
.office-days {
    text-align: left
}

.sidebar .btn-default {
    color: #7d7d7d;
    background-color: #f6f6f6;
    font-weight: 600;
    text-transform: none;
    display: block;
    box-shadow: 0 0 4px #BFBFBF
}

.sidebar-bg-dark {
    background: #324c73
}

.finance:before {
    content: '';
    position: absolute;
    width: 140%;
    height: 110%;
    left: -24%;
    top: -30%;
    background: #8ECBEE;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    z-index: -1;
    transform: rotate(-6deg)
}

[class*=sidebar-bg-] {
    padding: 0 20px 20px;
    position: relative;
    overflow: hidden;
    z-index: 0
}

.finance-content-apr {
    font-size: 60px;
    line-height: 60px;
    color: #fff
}

.finance-content span {
    font-size: 26px;
    line-height: 32px;
    color: #8ECBEE
}

.finance h3.sidebar-heading {
    color: #231f20
}

.office.sidebar-heading {
    background: #e1e1e1;
    padding: 15px;
    margin: 0;
    text-align: left;
    color: #231f20
}

.color-box,
.color-box .list-type1-small li,
.color-box .main-title,
.color-box h3,
.color-box p {
    color: #fff
}

.office-hours {
    display: table;
    width: 100%;
    font-size: 16px;
    line-height: 44px
}

.timing {
    display: table-row
}

.office-days {
    font-weight: 700;
    padding-left: 10px
}

.office-days,
.office-seperator,
.office-time {
    display: table-cell
}

.sidebar-heading.sidebar-before-after {
    padding-top: 15px
}

.color-box {
    padding: 15px;
    background: #8ECBEE;
    border-bottom-right-radius: 35px
}

.side-menu .list-group-item {
    padding: 0;
    line-height: 27px
}

.side-menu .list-group-item a {
    color: #555;
    background-color: #f4f4f4;
    font-size: 14px;
    line-height: 28px;
    font-weight: 600;
    padding: 20px;
    display: block;
    text-transform: uppercase
}

.side-menu .list-group-item a:before {
    content: "\f105";
    font-family: Fontawesome;
    display: inline-block;
    font-size: 24px;
    float: right;
    font-weight: 600;
    line-height: normal
}

.side-menu .list-group-item:hover a {
    background: #324c73;
    color: #e4f0f9
}

.side-menu .list-group-item a span {
    margin-left: 10px
}

.side-menu .list-group-item a i {
    font-size: 24px;
    width: 20%;
    vertical-align: middle;
    display: table-cell
}

input,
textarea {
    width: 100%;
    background: rgba(228, 228, 228, .7);
    border-radius: 15px;
    box-shadow: none;
    border: none;
    color: #545454;
    padding: 10px 0 10px 20px;
    outline: 0;
    margin-bottom: 10px
}

section:nth-child(odd) input,
section:nth-child(odd) textarea {
    background: rgba(247, 247, 247, .7)
}

.reserve_form ::-webkit-input-placeholder {
    color: #fff;
    font-size: 16px
}

input.btn {
    width: auto;
    height: auto
}

.form-type1 input,
.form-type1 textarea {
    background: rgba(73, 83, 32, .9);
    color: #fff
}

.panel {
    border: none
}

.login-form .panel-heading {
    background: #7A883C;
    padding: 20px 25px
}

.login-form .panel-heading h3 {
    color: #fff
}

.login-form .panel-body {
    padding: 25px
}

.form-control:focus {
    box-shadow: inset 0 0 3px 1px rgba(50, 76, 115, 1);
    border: none;
    outline: 0
}

.input-group-lg > .form-control {
    height: 52px
}

.border-right {
    position: relative;
    overflow: hidden
}

.border-right:before {
    border-right: 2px solid #DADADA;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0
}

.before-after {
    position: relative;
    overflow: hidden
}

.before-after img {
    width: 100%;
    display: block
}

.bx-wrapper {
    margin-bottom: 0;
    border: none
}

.bx-wrapper .bx-viewport {
    left: 0;
    border: none
}

.before-after .bx-caption {
    top: 0;
    position: absolute;
    width: auto;
    left: auto;
    right: 0;
    bottom: inherit;
    background: rgba(50, 76, 115, .75);
    min-width: 140px;
    text-align: center
}

.before-after .bx-caption:before {
    content: '';
    background: rgba(50, 76, 115, .75);
    position: absolute;
    width: 100%;
    bottom: -10px;
    left: 0;
    height: 10px;
    border-bottom-left-radius: 50% 100%
}

.before-after .bx-caption span,
.bx-wrapper .bx-caption span {
    color: #fff;
    padding: 4% 10% 2%;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 500;
    display: block
}

.bx-wrapper .bx-caption.bx-caption-top-left span,
.bx-wrapper .bx-caption.bx-caption-top-right span {
    padding-bottom: 0
}

.bx-wrapper .bx-caption.bx-caption-bottom-left span,
.bx-wrapper .bx-caption.bx-caption-bottom-right span {
    padding-bottom: 5px;
    padding-top: 0
}

.bx-wrapper .bx-caption-top-right {
    right: 0;
    left: auto
}

.bx-wrapper .bx-caption.bx-caption-top-right:before {
    left: 0;
    border-bottom-left-radius: 50% 100%
}

.bx-wrapper .bx-caption-top-left {
    left: 0;
    right: auto
}

.bx-wrapper .bx-caption.bx-caption-top-left:before {
    right: 0;
    left: auto;
    border-bottom-right-radius: 50% 100%
}

.bx-wrapper .bx-caption-bottom-right {
    top: auto;
    right: 0;
    left: auto;
    bottom: 0
}

.bx-wrapper .bx-caption.bx-caption-bottom-right:before {
    top: -10px;
    bottom: inherit;
    left: 0;
    border-top-left-radius: 50% 100%;
    border-bottom-left-radius: inherit
}

.bx-wrapper .bx-caption-bottom-left {
    top: auto;
    right: auto;
    left: 0;
    bottom: 0
}

.bx-wrapper .bx-caption.bx-caption-bottom-left:before {
    top: -10px;
    bottom: inherit;
    right: 0;
    left: auto;
    border-top-right-radius: 50% 100%;
    border-bottom-left-radius: inherit
}

.bx-wrapper .bx-controls-direction {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 0;
    right: 0
}

.bx-wrapper .bx-controls-direction a {
    width: 40px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 18px;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    text-indent: 0;
    z-index: 9
}

.before-after .view-gallery i:hover,
.bx-wrapper .bx-controls-direction a:hover {
    background: rgba(50, 76, 115, 1)
}

.bx-wrapper .bx-prev {
    left: 0
}

.bx-wrapper .bx-prev:before {
    content: "\f053";
    font-family: FontAwesome
}

.bx-wrapper .bx-next {
    right: 0
}

.bx-wrapper .bx-next:before {
    content: "\f054";
    font-family: FontAwesome
}

.before-after .view-gallery-wrapper {
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    text-align: center;
    z-index: 5
}

.before-after .view-gallery {
    display: inline-block;
    height: 44px;
    line-height: 44px
}

.before-after-gallery h1 {
    font-weight: 800;
    text-align: center
}

.before-after .trans-delay1 i,
.before-after .trans-delay2 i {
    position: relative;
    bottom: -60px;
    background: rgba(0, 0, 0, .5);
    border-radius: 3px;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    height: 48px;
    line-height: 42px;
    width: 48px;
    border: 4px solid rgba(255, 255, 255, .3)
}

.before-after:hover .trans-delay1 i,
.before-after:hover .trans-delay2 i {
    bottom: 50%
}

.trans-delay1 i {
    margin-right: 3px;
    webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.trans-delay2 i {
    webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease
}

.view-gallery-wrapper [class*=flaticon-]:before {
    font-size: 20px;
    font-weight: 100
}

.twentytwenty-vertical .twentytwenty-after-label:before,
.twentytwenty-vertical .twentytwenty-before-label:before {
    left: 20%
}

.case-table {
    border: 5px solid #8ECBEE;
    width: 100%
}

.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th {
    border: 2px solid #fff;
    padding: 15px
}

.case-table th {
    text-align: center;
    background: #324c73;
    color: #fff
}

.case-table tr:nth-child(even) {
    background: #8ECBEE;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700
}

.case-table tr:nth-child(odd) {
    background: #CCECFF;
    color: #324c73;
    font-weight: 500
}

.faq-question .panel-title {
    text-transform: capitalize
}

.border-top {
    border-top: 2px solid #c3c3c3
}

.grey-bg.contact-bg {
    background: url(../images/contact-map.png) top center no-repeat rgba(232, 232, 232, .9)!important
}

.white-bg.contact-bg {
    background: url(../images/contact-map.png) top center no-repeat rgba(247, 247, 247, .9)!important
}

.contact-heading {
    font-size: 21px
}

.contact-details {
    display: table
}

.contact-details i {
    display: table-cell;
    font-size: 30px;
    color: #354008;
    vertical-align: top;
    text-align: right;
    padding-right: 15px
}

.contact-details .contact-text {
    display: table-cell;
    font-size: 16px;
    margin-top: -5px
}

.contact-details .contact-text a {
    font-weight: 500
}

.control-group input,
.control-group textarea {
    width: 100%;
    padding: 15px;
    margin-bottom: 0
}

.control-group {
    margin-bottom: 20px;
    position: relative
}

.control-group textarea {
    height: 200px
}

.contact-form-simple input,
.contact-form-simple textarea {
    border: 1px solid #eaeaea;
    border-radius: 0
}

#map_canvas {
    margin: 0;
    padding: 0;
    height: 500px;
    width: 100%;
    border-radius: 4px;
    z-index: 0
}

.map_wrapper {
    height: 0;
    overflow: hidden;
    position: relative
}

.map-section .btn-type1 {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    padding: 0;
    border-radius: 0!important
}

#foot_top {
    padding: 0;
    background: url(../images/map.png) fixed rgba(244, 244, 244, .3);
    color: #333;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.foot_top_txt {
    font-size: 18px;
    line-height: 46px;
    padding: 35px 10%;
    text-align: center;
    font-weight: 400;
    display: block
}

#foot_top:hover {
    color: #f4f4f4;
    background: url(../images/map.png) fixed rgba(50, 76, 115, 1)
}

.foot_icon {
    vertical-align: middle;
    display: inline-block;
    margin: 0 10px;
    color: #7dc855;
    -webkit-text-shadow: 0 2px 2px rgba(0, 0, 0, .2);
    -moz-text-shadow: 0 2px 2px rgba(0, 0, 0, .2);
    text-shadow: 0 2px 2px rgba(0, 0, 0, .2)
}

.foot_icon:before {
    font-size: 45px
}

.foot_icon1 {
    font-size: 24px
}

.list-type1 li {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #fff;
    display: table;
    text-align: left;
    margin-bottom: 15px
}

[class*=list-type1] li:before {
    content: "\f192";
    font-family: Fontawesome;
    padding-right: 10px;
    color: #8ECBEE;
    display: table-cell;
    width: 1.28571429em;
    text-align: left
}

.condition-box:before,
.semi-circle:before {
    font-family: FontAwesome
}

.color-box [class*=list-type1] li:before {
    color: #324c73
}

.list-type1-before-none li:before {
    display: none
}

.list-type1-small li {
    font-size: 16px;
    display: table;
    padding: 0 0 15px;
    line-height: 24px;
    font-weight: 400
}

.list-type1-small li:last-child {
    padding-bottom: 0!important
}

.list-type1-small.bold li {
    font-weight: 700
}

.list-type2 {
    background: #f4f4f4;
    width: 100%
}

.list-type2 li {
    position: relative;
    border-bottom: 1px solid rgba(120, 120, 120, .2)
}

.list-type2 li.active a,
.list-type2 li.current a,
.list-type2 li:hover a {
    background: #324c73;
    color: #ced9e4
}

.list-type2 li.active:after,
.list-type2 li.current:after,
.list-type2 li:hover:after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    bottom: 0;
    border: 33px solid transparent;
    border-left: 30px solid #324c73;
    text-decoration: none
}

.blog-box .search-box,
.center-banner,
.offer-circle,
.promotion-box,
.promotion-offer {
    position: relative
}

.list-type2 li a {
    display: block;
    padding: 20px 12px;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    text-decoration: none;
    background: 0 0
}

.banner-content .btn-simple-color,
.color-box .working-hours .dl-horizontal dt {
    color: #fff
}

.working-hours .dl-horizontal {
    margin: 0;
    padding: 20px 0;
    border-bottom: 1px solid rgba(120, 120, 120, .2)
}

dl {
    margin-top: 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #DEDEDE
}

.working-hours .dl-horizontal:last-child {
    border-bottom: none
}

.working-hours .dl-horizontal dd,
.working-hours .dl-horizontal dt {
    text-align: left;
    display: block;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none
}

.working-hours .dl-horizontal dd {
    font-weight: 400
}

.banner-content h4 {
    line-height: 32px
}

.working-hours-type1 dt {
    width: 100px;
    color: #164567;
    float: left
}

.working-hours-type1 .dl-horizontal {
    padding: 10px 0
}

.working-hours-type1 .dl-horizontal dd {
    margin: 0
}

.plan-table {
    width: 100%;
    border: 1px solid #EEE;
    background: #fff
}

.plan-table th {
    background: #324c73;
    color: #fff;
    border-right: 1px solid #969696!important
}

.plan-table tr:hover,
td.treatment-name {
    background: #f4f4f4
}

.plan-table th:last-child {
    border-right: none!important
}

.plan-table tr {
    border-bottom: 1px solid #EEE
}

.plan-table td:last-child,
.plan-table tr:last-child {
    border: none
}

.plan-table td,
.plan-table th {
    padding: 15px;
    border-right: 1px solid #EEE
}

.plan-table td {
    text-align: center;
    width: 20%
}

td.treatment-name {
    text-align: left
}

.location-details,
.offer-circle,
.plan-table-3 th {
    text-align: center
}

.plan-table-4 td {
    width: 23.33%
}

.plan-table-4 td.treatment-name {
    width: 30%
}

.plan-table-3 {
    width: 80%
}

.plan-table-3 td {
    width: 30%
}

.plan-table-3 td.treatment-name {
    width: 40%
}

.sidebar-menu .nav-tabs > li {
    float: none
}

.sidebar-menu .nav-tabs > li > a {
    margin-right: -1px
}

.sidebar-menu .nav-tabs > li.active > a,
.sidebar-menu .nav-tabs > li.active > a:focus,
.sidebar-menu .nav-tabs > li.active > a:hover {
    background: #324c73;
    color: #ced9e4
}

.center-banner {
    background: url(../images/center-banner.jpg) right center no-repeat;
    color: #222
}

.big-text {
    font-size: 54px;
    color: #27292C;
    font-weight: 500;
    line-height: 60px
}

.center-banner .center-heading {
    font-size: 40px
}

.club-logo {
    margin-left: -5px;
    margin-right: -5px
}

.club-logo li {
    padding: 5px;
    float: left;
    width: 100%
}

.client-logo-background {
    background: #f4f4f4;
    height: 100px;
    position: relative
}

.club-logo li img {
    padding: 15px;
    opacity: .8;
    height: 65%
}

[class*="-column"] li {
    float: left
}

.four-column li {
    width: 25%
}

.three-column li {
    width: 33.333333%
}

.two-column li {
    width: 50%
}

.club-logo.three-column .client-logo-background img,
.club-logo.two-column .client-logo-background img {
    height: auto
}

.club-logo li:hover .client-logo-background {
    background: #fff
}

.shortcodes .list-type1 li {
    color: #777
}

.shortcodes .list-type1 li:last-child {
    margin-bottom: 0
}

.shortcodes .glyph {
    display: inline-block;
    width: 120px;
    margin: 10px 0;
    text-align: center;
    vertical-align: top
}

.shortcodes .glyph .fa:before {
    font-size: 64px;
    margin-left: 0
}

.promotion-box .media-body {
    width: 60%;
    padding: 30px;
    background: #f4f4f4;
    vertical-align: middle
}

.promotion-box .media-right {
    padding: 0
}

.promotion-box-small .media-body {
    width: 80%
}

.promotion-box-small .media-body:hover {
    background: #fff
}

.promotion-box-small p {
    font-size: 18px;
    line-height: 38px;
    font-weight: 700
}

.promotion-logo {
    width: 55%
}

.promotion-box .big-text {
    font-size: 48px
}

.promotion-offer {
    overflow: hidden
}

.color-light-bg {
    background: #324c73
}

.offer01 {
    background: url(../images/offer01.jpg) center;
    background-size: cover;
    height: 200px;
    width: 100%;
    overflow: hidden
}

.offer-circle {
    color: #fff;
    bottom: 0;
    top: inherit;
    height: 100%;
    width: auto;
    float: right;
    background: rgba(142, 203, 238, .9);
    border-top-left-radius: 50% 100%;
    border-top-right-radius: 50% 100%;
    border: 15px solid rgba(255, 255, 255, .95);
    border-bottom: none;
    padding: 40px 40px 10px
}

.offer-circle p {
    font-size: 24px;
    color: #fff
}

.offer-circle .big-text {
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 48px
}

.offer-circle .big-text span {
    font-size: 80%;
    font-weight: 500
}

.offer-circle h4 {
    color: #fff;
    text-transform: uppercase
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #324c73;
    border-color: #324c73
}

.pagination > li > a,
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span,
.pagination > li > span:focus,
.pagination > li > span:hover {
    color: #324c73
}

.pagination {
    margin: 0
}

.blog blockquote {
    background: #fff
}

.blog-sidebar {
    background: #fafafa
}

.blog-box {
    padding: 20px 20px 0
}

.blog-box h4 {
    margin-bottom: 25px
}

.blog-box .btn-simple,
.blog-box .btn-simple:hover {
    padding: 10px 20px
}

.blog-box input {
    width: 100%;
    padding: 20px 10px
}

.blog-box .search {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%)
}

.stylish-input-group .input-group-addon {
    background: 0 0
}

.stylish-input-group .form-control {
    box-shadow: 0 0 0;
    border-color: #ccc;
    height: 40px
}

.stylish-input-group button {
    border: 0;
    background: 0 0;
    position: absolute;
    right: 5px;
    z-index: 9;
    line-height: 40px
}

.blog-tags li {
    font-weight: 500;
    padding-right: 10px
}

.blog .color-box {
    border-radius: 0
}

.sound-box {
    height: 150px
}

.condition-filter .btn {
    padding: 5px 12px
}

.condition-box {
    min-height: 100px;
    display: block;
    padding: 18px 28px 18px 18px;
    color: #333;
    font-size: 18px;
    font-weight: 500;
    background: #fff;
    position: relative;
    overflow: hidden;
    z-index: 0
}

.condition-box:after {
    content: "";
    width: 30%;
    height: 200%;
    position: absolute;
    background: rgba(50, 76, 115, .5);
    z-index: -1;
    top: -25%;
    right: -20%;
    -webkit-transform-origin: 0 0;
    -webkit-transform: rotate(20deg);
    -moz-transform-origin: 0 0;
    -moz-transform: rotate(20deg);
    -ms-transform-origin: 0 0;
    -ms-transform: rotate(20deg);
    transform-origin: 0 0;
    transform: rotate(20deg);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.condition-box:hover:after {
    width: 35%;
    background: rgba(50, 76, 115, 1)
}

.condition-box:before {
    content: "\f101";
    position: absolute;
    right: 25px;
    bottom: 10px;
    color: #fff;
    font-size: 140%;
    z-index: 2;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.condition-box:hover:before {
    right: 15px
}

.location-image {
    position: relative;
    overflow: hidden
}

.location-image:before {
    background: rgba(118, 129, 61, .89)
}

.location-details {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    padding: 15px;
    background: rgba(50, 76, 115, .89);
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%)
}

.location-image:hover .location-details {
    opacity: 1;
    visibility: visible;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%)
}

.location-icon:before {
    font-size: 33px;
    font-weight: 400
}

.table-min .dl-horizontal dt {
    width: 60px;
    text-align: left;
    font-weight: 500;
    color: #0B2B44;
    letter-spacing: -.5px;
    float: left;
    white-space: normal;
    font-size: 14px
}

.table-min .dl-horizontal dd {
    margin-left: 65px;
    letter-spacing: -.5px;
    font-size: 14px
}

.footer .table-min .dl-horizontal dt {
    width: 100px
}

.footer .table-min .dl-horizontal dd {
    margin-left: 105px
}

.semi-circle {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    background: #324c73;
    width: 75px;
    height: 30px;
    line-height: 30px;
    font-size: 24px;
    display: inline-block;
    text-align: center;
    border-top-left-radius: 50% 100%;
    border-top-right-radius: 50% 100%;
    bottom: -25px;
    margin-top: -25px
}

.semi-circle:before {
    content: '\f103';
    color: #fff
}

.location-toogle-map .embed-responsive,
.location-toogle-map iframe {
    height: 300px!important;
    overflow: hidden;
    padding: 0
}

.gutter {
    margin: 0
}

.gutter [class*=col-lg] {
    padding: 0
}

.reason-option option {
    margin-bottom: 5px
}

.appointment-form input[name=dt] {
    width: 100%;
    margin-bottom: 0
}

#appointment_form .input-group-addon {
    background-color: rgba(255, 255, 255, .1)
}

.input-group {
    width: 100%
}

.form-group {
    margin-bottom: 20px;
    position: relative
}

.appointment input[type=password],
.appointment input[type=email],
.appointment input[type=text],
.appointment textarea,
input[type=date],
select {
    width: 100%;
    height: 48px;
    line-height: 45px;
    padding-left: 10px;
    font-size: 16px;
    color: #747474;
    background: rgba(228, 228, 228, .9)!important;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    outline: 0;
    display: block;
    border: none;
    margin: 0
}

.appointment textarea {
    height: 145px
}

input:focus,
textarea:focus {
    border: 0;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(50, 76, 115, .8);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(50, 76, 115, .8);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(50, 76, 115, .8)
}

label.error {
    color: red;
    margin: 5px 0
}

label.valid {
    color: #33a532
}

label.error,
label.valid {
    position: absolute;
    bottom: -25px;
    left: 0;
    display: block;
    font-weight: 500
}

.dropdown .btn-primary {
    width: 100%;
    padding: 20px;
    text-align: left;
    font-size: 16px;
    letter-spacing: 1px;
    background: rgba(50, 76, 115, 1);
    border: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.dropdown-toggle.btn-primary:active:focus,
.open > .dropdown-toggle.btn-primary,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
    background: rgba(50, 76, 115, 1);
    border-color: #324c73
}

.dropdown-toggle.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    border: none
}

.dropdown .doctors-dropdown {
    width: 100%;
    position: absolute;
    z-index: 99
}

.open > .doctors-dropdown {
    height: 90px;
    overflow-y: scroll;
    border-radius: 0 0 3px 3px;
    border: 3px solid rgba(50, 76, 115, 1);
    border-top: none;
    margin: 0;
    background: #fff
}

.dropdown:not(.open) > .doctors-dropdown {
    display: none
}

.dropdown .btn {
    position: relative
}

.dropdown .btn:after,
.open > .dropdown-toggle.btn:after {
    font-family: Fontawesome;
    position: absolute;
    display: inline-block;
    right: 20px;
    vertical-align: middle;
    font-size: 18px
}

.dropdown .btn:after {
    content: "\f107"
}

.open > .dropdown-toggle.btn:after {
    content: "\f106"
}

.doctors-dropdown > li > a {
    padding: 8px 16px;
    color: #333;
    font-size: 15px;
    display: block
}

.doctors-dropdown > li > a:hover {
    background: #f5f5f5
}

#message-form input[type=email],
#message-form input[type=text],
#message-form textarea {
    background: rgba(232, 232, 232, .7)!important
}

.cont-det a {
    font-size: 18px
}

.cont-det i:before {
    font-size: 30px
}

.marbot10 {
    margin-bottom: 10px
}

.marbot0 {
    margin-bottom: 0
}

.marbot15 {
    margin-bottom: 15px
}

.marbot20 {
    margin-bottom: 20px
}

.marbot30 {
    margin-bottom: 30px
}

.marbot40 {
    margin-bottom: 40px
}

.marbot50 {
    margin-bottom: 50px!important
}

.marbot60 {
    margin-bottom: 60px
}

.top-bottom-spacing {
    padding: 80px 0 40px
}

.top-bottom-spacing-full {
    padding: 80px 0
}

.pad0 {
    padding: 0
}

.padbot30 {
    padding-bottom: 30px
}

.padlefrig20 {
    padding: 0 20%
}

.accura-seperator {
    background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, .15), transparent);
    background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, .15), transparent);
    height: 1px;
    margin-bottom: 50px;
    margin-top: 50px;
    position: relative
}

.border-seperator {
    border-bottom: 1px solid rgba(201, 201, 201, .3);
    margin-bottom: 15px;
    padding-bottom: 15px
}

@media screen and (max-width:1200px) {
    .big-text {
        font-size: 48px;
        line-height: 48px
    }
    .center-banner .center-heading {
        font-size: 32px
    }
}

@media (max-width :991px) {
    .visible-block-md-xs {
        display: block;
        float: none!important;
        clear: both
    }
    .marbot30-md-xs {
        margin-bottom: 30px
    }
    .marbot50-md-xs {
        margin-bottom: 50px
    }
    .footer .marbot50-md-xs {
        margin-bottom: 60px
    }
    .list-type2 li.active:after,
    .list-type2 li.current:after,
    .list-type2 li:hover:after {
        display: none
    }
    .absolute-video .embed-responsive {
        min-height: inherit
    }
    .footer .footer-title {
        margin-bottom: 20px
    }
}

@media (min-width :768px) and (max-width :991px) {
    .doctors .three-column ul li {
        width: 16.65%
    }
}

@media (min-width :481px) and (max-width :767px) {
    .doctors .three-column ul li {
        width: 33.3%
    }
}

@media (max-width :767px) {
    .top-bottom-spacing-full {
        padding: 64px 0
    }
    .top-bottom-spacing {
        padding: 64px 0 24px
    }
    .footer {
        padding-top: 64px
    }
    .visible-block-sm-xs {
        display: block;
        float: none!important;
        clear: both
    }
    .marbot30-sm-xs {
        margin-bottom: 30px
    }
    .padlefrig20 {
        padding: 0
    }
    .banner-content h1 {
        font-size: 36px
    }
    .banner .form-content {
        width: 100%
    }
    .banner #contact_form {
        right: 0;
        min-width: 100%;
        max-width: 100%
    }
    .location-box li {
        width: 100%;
        height: auto
    }
    .doctors .three-column ul li,
    .four-column li,
    .three-column li,
    .two-column li {
        width: 50%
    }
    .download-btn,
    .plan-table-3,
    .promotion-box-small .media-body {
        width: 100%
    }
    .testi-image img {
        width: 200px;
        height: 200px
    }
}

@media (max-width :480px) {
    .skew-effect {
        font-size: 25px;
        line-height: 35px
    }
    .subbanner-type-2 .resizer-bg {
        padding: 5px 23px 3px
    }
    .breadcrumb > li + li:before {
        padding: 0 2px;
        font-size: 10px
    }
    .subbanner .breadcrumb a,
    .subbanner .font-resizer li {
        font-size: 12px;
        line-height: 12px!important
    }
    .font-resizer a.decrease i,
    .font-resizer:hover a.decrease i {
        font-size: 12px
    }
    .font-resizer a.resetMe i,
    .font-resizer:hover a.resetMe i {
        font-size: 14px
    }
    .font-resizer a.increase i,
    .font-resizer:hover a.increase i {
        font-size: 16px
    }
    .offer {
        font-size: 45px;
        line-height: 45px
    }
    .offer-circle .big-text {
        font-size: 32px;
        line-height: 28px
    }
    .btn.btn-big,
    .center-banner-content .btn i {
        font-size: 18px
    }
    .banner-content h1 {
        font-size: 22px
    }
    .big-text {
        font-size: 32px
    }
    .subbanner-type-2 .breadcrumb {
        padding: 0 5px
    }
    .four-column li,
    .three-column li,
    .two-column li {
        width: 100%
    }
    .foot_top_txt {
        font-size: 15px;
        padding: 16px 2%
    }
    .foot_icon:before {
        font-size: 26px
    }
}

@-moz-document url-prefix() {
    .img-responsive {
        width: 100%
    }
}

.promotion-box .media-right img {
    width: 100%\9\0
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .promotion-box .media-right img {
        width: 100%
    }
}

.element,
::i-block-chrome {
    margin-left: -4px
}

.main-slider .tp-caption.large_bold_white {
    font-size: 48px
}

@media (max-width :600px) {
    .before-after .bx-caption {
        min-width: 100px
    }
}
#enlaces-de-interes ul{
    height: 33px;
    overflow-x: hidden;
    overflow-y: scroll;
    
}
.h1s{
    position: relative;
    top: 15px;
    font-size: 45px;
    color: white;
}
.telh2 h2{
    font-size: 20px;
    line-height: 1.3em;
}
.telh2 h2 a{
    color: #1E78BD;
}
.telh2 h2 a:hover,.telh2 h2 a:visited,.telh2 h2 a:active{
    color: #28A1FC;
}
.optp p{
    color: #000000;
    
}
#mapaopt{
    text-align: center;
    padding: 10px;
    border-radius: 20px;
    box-shadow: 0px 0px 7px 1px rgba(0,0,0,.25);
    
}
#mapaopt p{
    margin: 0px;
    color: #0A273D;
    
}
#mapaopt h2{
    margin-bottom: 0px;
    color: #144F7D;
}
 /* Boton whatsapp  */
 .btn-whatsapp {
    display: block;
    width: 75px;
    height: 75px;
    color: #333;
    position: fixed;
    right: 1%;
    bottom: 1%;
    border-radius: 50%;
    line-height: 70px;
    text-align: center;
    z-index: 999;
    font-size: 70px !important;
    background: rgba(38,212,102,1);
background: -moz-radial-gradient(center, ellipse cover, rgba(38,212,102,1) 0%, rgba(34,186,89,1) 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(38,212,102,1)), color-stop(100%, rgba(34,186,89,1)));
background: -webkit-radial-gradient(center, ellipse cover, rgba(38,212,102,1) 0%, rgba(34,186,89,1) 100%);
background: -o-radial-gradient(center, ellipse cover, rgba(38,212,102,1) 0%, rgba(34,186,89,1) 100%);
background: -ms-radial-gradient(center, ellipse cover, rgba(38,212,102,1) 0%, rgba(34,186,89,1) 100%);
background: radial-gradient(ellipse at center, rgba(38,212,102,1) 0%, rgba(34,186,89,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26d466', endColorstr='#22ba59', GradientType=1 );
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    transition: ease .5s;
  }
  .btn-whatsapp i{
    color: #fff !important;
    transition: ease .5s;
    display: block;
    margin-top: 4%;
  }
  .btn-whatsapp:hover{
    background-color: #333;
    transform: rotate(360deg);
    transition: ease .5s;
  }
.btn-whatsapp span{
    font-family: Arial, Helvetica, sans-serif;
    position: absolute;
    font-size: .3em;
    right: 2px;
    background-color: #de2f36;
    color: #fff;
    border-radius: 100px;
    height: 20px;
    width: 20px;
    line-height: 20px;
    transition: .5s ease;
    animation: iconw 2s infinite ease-in-out;
  }
  .btn-whatsapp:hover span{
    display: none !important;
    transition: .5s ease;
  }
  @keyframes iconw {
    0% {
      transform: scale(.8);
    }
    50% {
      transform: scale(1);
    }
    100% {
      transform: scale(.8);
    }}
 /* Boton whatsapp  */
    /* Barra lateral */
    .social-bar {
        position: fixed;
        right: .5%;
        top: 20%;
        font-size: 2rem;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        z-index: 100;
        }
        .icono {
        color: #fff !important;
        text-decoration: none;
        height: 50px;
        width: 50px;
        display: flex;
        transition: all .5s;
        margin-top: 10%;
        position: relative;
        border-radius: 100px;
        }
        .icono .fa{
            margin: 0;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }
        .icono-facebook {
        background: #495796
        }
        .icono-twitter {
        background: #082C46;
        }
        .icono-youtube {
        background:  #CAF55F;
        }
        .icono-instagram {
        background: #082C46;
        }
    
        .icono:hover {
        transform: scale(1.1);
        box-shadow: 0 0 .5rem rgba(0, 0, 0, 0.42);
        color: #333;
        transition: .5s ease;
        }
        .verdewhatsapp{
            background: #25d366 !important;
        }
        @media only screen and (min-width: 320px) and (max-width: 767px){
            .center-banner-content, .media-body{
                text-align: center !important;
            }
            .close{
                display: none !important;
            }
            .row{
                margin: 0% !important;
            }
          }