﻿@import url(Normalize.css);
@import url(fonts/Fonts.css);

a,
abbr,
acronym,
address,
applet,
b,
big,
blockquote,
body,
caption,
center,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
u,
ul,
var {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    text-decoration: none;
    outline: 0;
    font-weight: 400
}

a {
    color: #337ab7;
}

.animation {
    -webkit-transition: all .5s cubic-bezier(.55, .055, .675, .19);
    -moz-transition: all .5s cubic-bezier(.55, .055, .675, .19);
    -o-transition: all .5s cubic-bezier(.55, .055, .675, .19);
    transition: all .5s cubic-bezier(.55, .055, .675, .19);
    -webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    -moz-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    -o-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

u {
    text-decoration: underline
}

s {
    text-decoration: line-through
}

ol,
ul {
    list-style: none
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a {
    color: inherit;
    border: none;
    text-decoration: inherit;
    cursor: pointer
}

.relative {
    position: relative
}

strong {
    font-weight: 700
}

.center {
    text-align: center
}

body::-webkit-scrollbar {
    width: 10px
}

body::-webkit-scrollbar-track {
    background-color: #5f5f5f
}

body::-webkit-scrollbar-thumb {
    background-color: #092c74;
    border-radius: 10px
}

    body::-webkit-scrollbar-thumb:hover {
        background-color: #aaa
    }

body {
    font-family: fira_sansbook;
    color: #fff;
    font-size: 16px;
    background: #eeeff0
}

    body.noscroll {
        overflow: hidden
    }

.container .row .columns {
    margin-bottom: 20px
}

.no-margin {
    margin: 0
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.text-center {
    text-align: center !important
}

.nomargin {
    margin: 0 !important
}

.nopadding {
    padding: 0 !important
}

.margin35 {
    margin: 35px 0 !important
}

.margintop60 {
    margin-top: 85px !important
}

.margintop85 {
    margin-top: 85px !important
}

.margintop12 {
    margin: 12px 0 !important
}

.margintop25 {
    margin-top: 25px !important
}

.italic {
    font-style: italic !important
}

.width306 {
    width: 306px !important;
    max-width: 306px !important
}

.spacer20 {
    height: 20px;
    width: 100%
}

.loading {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(250, 250, 250, .9);
    z-index: 99;
    display: none
}

    .loading img {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto
    }

.alert {
    border-bottom: 2px solid red !important
}

.clearfix {
    float: none;
    clear: both;
    display: block;
    width: 100%
}

figure {
    margin: 0
}

a {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
    background: #2d2d2d;
    text-align: center;
    color: #fff;
    font-family: museo_sans_300regular;
    font-size: 18px;
    padding: 0 40px;
    margin: auto;
    z-index: 3;
    max-height: 500px;
    overflow-y: scroll;
    width: auto
}

    .ui-autocomplete::-webkit-scrollbar {
        width: 5px
    }

    .ui-autocomplete::-webkit-scrollbar-track {
        background-color: #000
    }

    .ui-autocomplete::-webkit-scrollbar-thumb {
        background-color: #092c74;
        border-radius: 5px
    }

        .ui-autocomplete::-webkit-scrollbar-thumb:hover {
            background-color: #aaa
        }

    .ui-autocomplete .ui-menu-item {
        padding: 14px 0;
        border-bottom: 1px solid #575757;
        cursor: pointer
    }

        .ui-autocomplete .ui-menu-item:hover {
            color: #0c86f2
        }

.ui-autocomplete-loading {
    background: rgba(243, 243, 243, .53) url(../images/ui-anim_basic_16x16.gif) left center no-repeat !important
}

body > header {
    position: relative;
    z-index: 10;
    background: #eeeff0
}

    body > header.header-overflow {
        position: relative;
        z-index: 3;
        background: #eeeff0
    }

@-webkit-keyframes fixed_menu_animation {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fixed_menu_animation {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fixed_menu_animation {
    -webkit-animation-name: fixed_menu_animation;
    animation-name: fixed_menu_animation
}

.fixed_menu {
    position: fixed;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 0 10px;
    -moz-box-shadow: 0 0 10px;
    box-shadow: 0 0 10px;
    -webkit-animation: fixed_menu_animation .3s;
    -moz-animation: fixed_menu_animation .3s;
    -ms-animation: fixed_menu_animation .3s;
    -o-animation: fixed_menu_animation .3s;
    animation: fixed_menu_animation .3s;
    min-height: inherit
}

.commonbtn {
    font-family: museo_sans_700regular;
    font-size: 18px;
    display: inline-block;
    border: 1px solid #fff;
    padding: 10px 35px 13px;
    border-radius: 0;
    color: #fff;
    text-decoration: none !important;
    margin-top: 15px;
    background: 0 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

    .commonbtn:hover {
        background: #fff;
        color: #092c74
    }

.input-group input,
.input-group select {
    font-size: 20px;
    border: none;
    background-color: transparent;
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #fff;
    outline: 0 !important
}

    .input-group input::-webkit-input-placeholder {
        color: #fff
    }

    .input-group input::-moz-placeholder {
        color: #fff
    }

    .input-group input:-ms-input-placeholder {
        color: #fff
    }

    .input-group input:-moz-placeholder {
        color: #fff
    }

select {
    background-image: url(../images/arrowdown_2.png) !important;
    background-repeat: no-repeat;
    background-position: 98%
}

.input-group select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

    .input-group select option {
        background-color: #092c74;
        padding: 15px;
        border: none
    }

.contactinfo .input-group select option {
    background: #fff
}

.media {
    display: table;
    position: relative
}

    .media .media-body,
    .media .media-left {
        display: table-cell;
        vertical-align: middle
    }

    .media .media-left {
        padding-right: 25px
    }

.backtotop {
    position: fixed;
    z-index: 99999;
    bottom: 50px;
    right: 50px;
    opacity: .9;
    display: none;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

    .backtotop:hover {
        opacity: 1;
        transform: scale(1.1)
    }

header .header-top {
    border-bottom: 2px solid #e6e6e6
}

header .logo {
    float: left;
    position: relative;
    margin-top: 14px;
    margin-bottom: 11px
}

@media screen and (min-width:320px) {
    .backtotop {
        bottom: 15px;
        right: 15px
    }

    #phoneApp img {
        height: 180px
    }
}

@media screen and (min-width:768px) {
    header .logo {
        width: 150px
    }

    .backtotop {
        bottom: 50px;
        right: 50px
    }

    #phoneApp img {
        height: 300px
    }

    header nav ul.menu {
        width: 100%;
        margin: 0 auto
    }
}

@media screen and (min-width:992px) {
    header .logo {
        width: 202px
    }

    #phoneApp img {
        height: auto
    }
}

.headeritems {
    float: right
}

    .headeritems > li {
        color: #000;
        float: left;
        position: relative;
        min-height: 36px;
        display: block
    }

    .headeritems li > ul {
        position: absolute;
        z-index: -1;
        top: 40px;
        left: 0;
        width: 100%;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out
    }

    .headeritems li:hover > ul {
        z-index: 2;
        opacity: 1;
        visibility: visible
    }

    .headeritems .phone {
        margin-right: 18px;
        margin-top: 4px
    }

        .headeritems .phone a {
            color: #092c74;
            font-family: museo_sans_900regular
        }

            .headeritems .phone a:before {
                content: url(/Content/Themes/images/headerphoneicon.png);
                position: relative;
                top: 5px;
                right: 7px
            }

    .headeritems .appointment > a {
        background: #092c74;
        font-family: museo_sans_700regular;
        display: block;
        color: #fff
    }

        .headeritems .appointment > a:hover {
            text-decoration: none
        }

        .headeritems .appointment > a:not(.dentalclinic):before {
            content: url(/Content/Themes/images/headerappointmenticon.png);
            float: left;
            margin-right: 15px;
        }

    .headeritems .appointment .dentalclinic:before {
        content: url(/Content/Themes/images/tooth.png);
        float: left;
        margin-right: 15px
    }

    .headeritems .appointment > a:after {
        content: '+';
        font-size: 22px;
        margin-left: 23px;
        font-family: museo_sans_300regular
    }

    .headeritems .appointment2 > a:hover {
        text-decoration: none
    }

    .headeritems .appointment2 > a:not(.dentalclinic):before {
        content: url(/Content/Themes/images/headerappointmenticon.png);
        float: left;
        margin-right: 15px;
    }

    .headeritems .appointment2 .dentalclinic:before {
        content: url(/Content/Themes/images/tooth.png);
        float: left;
        margin-right: 15px
    }

    .headeritems .appointment2 > a:after {
        content: '+';
        font-size: 22px;
        margin-left: 23px;
        font-family: museo_sans_300regular
    }

    .headeritems .e_services {
        margin-left: 1px
    }

        .headeritems .e_services > a {
            position: relative;
            background: #5f5f5f;
            color: #fff;
            font-family: museo_sans_700regular;
            display: block;
            text-decoration: none
        }

            .headeritems .e_services > a:before {
                content: url(/Content/Themes/images/headermousearrowicon.png);
                float: left;
                margin-right: 15px
            }

            .headeritems .e_services > a:after {
                content: url(/Content/Themes/images/headerdownarrowicon.png);
                margin-left: 23px
            }

        .headeritems .e_services ul {
            border: 1px solid #f0f0f0;
            background: #fff;
            padding: 10px 0
        }

            .headeritems .e_services ul li a {
                color: #5f5f5f;
                font-family: museo_sans_500regular;
                font-size: 15px;
                padding: 13px 10px 13px 40px;
                display: block;
                text-decoration: none
            }

    .headeritems .language {
        margin-left: 1px
    }

        .headeritems .language > a {
            position: relative;
            border-bottom: 1px solid #5f5f5f;
            color: #5f5f5f;
            font-family: museo_sans_900regular;
            display: block;
            padding: 9px 3px 9px 12px;
            text-decoration: none
        }

            .headeritems .language > a:before {
                content: url(/Content/Themes/images/headerwordicon.png);
                float: left;
                margin-right: 9px
            }

            .headeritems .language > a:after {
                content: url(/Content/Themes/images/headerlangdownarrow.png);
                margin-left: 10px
            }

        .headeritems .language ul {
            background: #5f5f5f;
            padding: 7px 0
        }

            .headeritems .language ul li a {
                color: #fff;
                font-family: museo_sans_900regular;
                padding: 7px 10px 7px 40px;
                display: block;
                text-decoration: none
            }

@media screen and (min-width:320px) {
    .headeritems .appointment > a {
        padding: 5px 15px 3px 11px
    }
}

@media screen and (min-width:768px) {
    .headeritems .phone a {
        font-size: 15px
    }

    .headeritems .appointment > a,
    .headeritems .e_services > a,
    .headeritems .language ul li a,
    .headeritems .language > a {
        font-size: 14px
    }

    .headeritems .e_services > a {
        padding: 10px 15px 9px 11px
    }

    .headeritems .appointment > a {
        padding: 5px 15px 3px 11px
    }
}

@media screen and (min-width:992px) {
    .headeritems .phone a {
        font-size: 18px
    }

    .headeritems .appointment > a,
    .headeritems .e_services > a,
    .headeritems .language ul li a,
    .headeritems .language > a {
        font-size: 15px
    }

    .headeritems .appointment > a {
        padding: 6px 15px 3px 11px
    }
}

header nav {
    background: #fff;
    width: 100%;
    position: relative
}

    header nav ul.menu {
        width: 960px;
        margin: 0 auto
    }

        header nav ul.menu > li {
            float: left;
            cursor: pointer
        }

            header nav ul.menu > li > span {
                -webkit-transition: all .2s ease-in-out;
                -moz-transition: all .2s ease-in-out;
                -ms-transition: all .2s ease-in-out;
                -o-transition: all .2s ease-in-out;
                transition: all .2s ease-in-out
            }

        header nav ul.menu li > span,
        nav ul li > a {
            display: block;
            color: #2b6fab;
            font-family: museo_sans_300regular;
            font-size: 13px;
            text-decoration: none !important
        }

            header nav ul.menu li:hover span,
            nav ul li > a:hover {
                color: #efad27
            }

.megamenu {
    padding: 50px 0 40px;
    display: block;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background: #f5f5f5 url(/Content/Themes/images/submenubg.png) no-repeat right bottom;
    cursor: default;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

    .megamenu .submenu {
        display: inline-block;
        vertical-align: top;
        width: 33%
    }

        .megamenu .submenu h3 {
            color: #092c74;
            font-family: museo_sans_700regular;
            font-size: 16px;
            letter-spacing: -.25px;
            margin-bottom: 6px
        }

        .megamenu .submenu ul li a {
            color: #5f5f5f;
            font-family: museo_sans_300regular;
            font-size: 14px;
            display: block;
            padding: 10px 0;
            text-decoration: none
        }

            .megamenu .submenu ul li a:hover {
                color: #092c74
            }

header nav ul.menu > li:hover .megamenu {
    opacity: 1;
    visibility: visible;
    z-index: 2
}

@media screen and (min-width:768px) {
    header nav ul.menu > li {
        padding: 22px 18px
    }
}

@media screen and (min-width:992px) {
    header nav ul.menu > li {
        padding: 22px 16px
    }
}

.header-bottom {
    background: #f3f3f3;
    position: absolute;
    width: 100%;
    z-index: 1;
    display: none
}

    .header-bottom.onfocus {
        background: #f3f3f3
    }

    .header-bottom .input-group {
        position: relative;
        width: 100%
    }

        .header-bottom .input-group input[type=text] {
            background: 0 0;
            height: 50px;
            border: none;
            width: 100%;
            font-size: 18px;
            text-align: center;
            color: #092c74;
            font-family: museo_sans_300regular;
            outline: 0 !important
        }

            .header-bottom .input-group input[type=text]:-moz-placeholder {
                font-size: 14px;
                color: #092c74
            }

            .header-bottom .input-group input[type=text]:-ms-input-placeholder {
                font-size: 14px;
                color: #092c74
            }

            .header-bottom .input-group input[type=text]::-moz-placeholder {
                font-size: 14px;
                color: #092c74
            }

            .header-bottom .input-group input[type=text]::-webkit-input-placeholder {
                font-size: 14px;
                color: #092c74
            }

        .header-bottom .input-group button {
            position: absolute;
            top: 13px;
            right: 11px;
            outline: 0 !important;
            background: #fff;
            box-shadow: none;
            border: none;
            padding-left: 13px;
            border-left: 1px solid #05559d
        }

footer {
    background: #092c74;
    background-size: cover
}

    footer .col-md-3 {
        position: relative
    }

        footer .col-md-3:after {
            border-right: 1px solid #7f7f7f;
            content: '';
            position: absolute;
            height: 243px;
            top: 0;
            right: 15px
        }

.footermenu {
    vertical-align: top;
    display: table-cell;
    padding: 0 5px 0 5px;
    color: #fff;
    min-width: 25%
}

footer .col-md-3:last-of-type {
    padding-right: 0
}

.footermenu ul li a {
    display: block;
    font-family: museo_sans_300regular;
    text-decoration: none
}

    .footermenu ul li a:hover {
        color: #efad27
    }

.footermenu h4 {
    font-family: museo_sans_700regular;
    font-size: 22px
}

.footermenu p {
    font-family: museo_sans_300regular;
    font-size: 13px;
    margin-top: 14px
}

.footermenu .contactus .contactus_text {
    color: #fff;
    font-size: 22px;
    font-family: museo_sans_700regular
}

    .footermenu .contactus .contactus_text:hover {
        color: #efad27
    }

.footermenu .contactus a.infosociety,
.footermenu .survey a {
    font-family: museo_sans_700regular;
    font-size: 13px;
    display: inline-block;
    border: 1px solid #fff;
    padding: 10px 35px 13px;
    margin-top: 25px;
    text-decoration: none
}

.footermenu .contactus a.infosociety {
    padding: 10px 25px 13px
}

    .footermenu .contactus a.infosociety:focus {
        outline: 0;
        color: #fff
    }

    .footermenu .contactus a.infosociety:hover,
    .footermenu .survey a:hover {
        background: #fff;
        color: #092c74
    }

.footermenu .contactus .phone {
    font-family: museo_sans_900regular;
    font-size: 18px;
    display: block;
    margin-bottom: 12px
}

    .footermenu .contactus .phone:before {
        content: url(/Content/Themes/images/footerphoneicon.png);
        position: relative;
        top: 8px;
        margin-right: 7px
    }

.footermenu .contactus .mail {
    font-family: museo_sans_500regular;
    display: block
}

    .footermenu .contactus .mail:hover,
    .footermenu .contactus .phone:hover {
        color: #efad27
    }

    .footermenu .contactus .mail:before {
        content: url(/Content/Themes/images/footermailicon.png);
        position: relative;
        top: 8px;
        margin-right: 7px
    }

.footermenu .contactus .footerlogo {
    display: block;
    width: 100%;
    position: relative;
    border-top: 1px solid #fff;
    padding-top: 20px;
    text-align: center;
    margin-top: 19px
}

.footer-bottom {
    background: #fff
}

    .footer-bottom .corporate {
        float: left
    }

    .footer-bottom .copyright {
        float: right;
        margin-top: 8px
    }

        .footer-bottom .copyright h4 {
            font-family: museo_sans_300regular;
            font-size: 14px;
            color: #092c74
        }

    .footer-bottom .corporate h3 {
        font-family: museo_sans_500regular;
        font-size: 14px;
        color: #092c74;
        display: inline-block;
        border-right: 1px solid #ccc;
        padding-right: 23px;
        margin-right: 19px
    }

    .footer-bottom .corporate img {
        display: inline-block;
        vertical-align: middle
    }

@media screen and (min-width:320px) {
    footer {
        padding: 35px 0 0;
        text-align: center
    }

    .footermenu {
        display: block
    }

    footer .col-md-3:after {
        display: none
    }

    footer .col-md-3 {
        height: auto;
        margin-top: 0
    }

        footer .col-md-3:last-of-type {
            padding-right: 15px
        }

    .footermenu .contactus .phone {
        font-size: 28px;
        margin-top: 20px
    }

    .footermenu .contactus .mail {
        font-size: 15px
    }

    .footermenu .contactus a.infosociety {
        font-size: 16px
    }

    .footer-bottom {
        margin-top: 30px;
        padding: 22px 0
    }
}

@media screen and (min-width:768px) {
    footer {
        padding: 71px 0 0;
        text-align: left
    }

    .footermenu {
        display: table-cell
    }

        .footermenu ul li a {
            font-size: 15px;
            padding: 7px 0
        }

    footer .col-md-3:nth-child(even):after {
        display: none
    }

    footer .col-md-3 {
        height: 223px;
        margin-top: 20px
    }

        footer .col-md-3:after {
            display: block
        }

        footer .col-md-3:last-of-type {
            padding-right: 0
        }

    .footermenu .contactus .phone {
        font-size: 18px;
        margin-top: 0
    }

    .footermenu .contactus .mail {
        font-size: 12px
    }

    .footermenu .contactus a.infosociety {
        font-size: 13px
    }

    .footer-bottom {
        margin-top: 71px;
        padding: 22px 0
    }
}

@media screen and (min-width:992px) {
    .footermenu ul li a {
        font-size: 18px;
        padding: 7px 0
    }

    footer .col-md-3:nth-child(even):after {
        display: block
    }

    footer .col-md-3 {
        height: auto;
        margin-top: 0
    }

        footer .col-md-3:last-of-type:after {
            display: none
        }
}

@media screen and (min-width:1200px) {
    .footermenu ul li a {
        font-size: 18px;
        padding: 7px 0
    }
}

#fixed_left_menu {
    position: fixed
}

@media screen and (max-width:768px) {
    #fixed_left_menu {
        z-index: 99
    }
}

#fixed_left_menu nav {
    left: 0;
    display: block;
    position: absolute
}

    #fixed_left_menu nav > ul > li {
        list-style: none
    }

        #fixed_left_menu nav > ul > li > .left_menu {
            position: relative;
            width: 45px;
            color: #fff;
            text-align: center;
            font-family: museo_sans_700regular;
            font-size: 18px;
            cursor: pointer;
            -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .6);
            -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .6);
            box-shadow: 0 0 3px 0 rgba(0, 0, 0, .6)
        }

            #fixed_left_menu nav > ul > li > .left_menu > span {
                position: absolute;
                -moz-transform: rotate(-90deg);
                -webkit-transform: rotate(-90deg);
                -o-transform: rotate(-90deg);
                -ms-transform: rotate(-90deg);
                transform: rotate(-90deg);
                left: -94px;
                width: 230px
            }

    #fixed_left_menu nav .ask_us {
        background: #2c5f8c
    }

        #fixed_left_menu nav .ask_us.clicked:before {
            position: absolute;
            z-index: 1;
            top: 50%;
            margin-top: -12px;
            right: -18px;
            content: url(/Content/Themes/images/ask-us-arrow.png)
        }

#fixed_left_menu .measure {
    background: #93b578;
    border-bottom: 1px solid #8caa81
}

#fixed_left_menu .followus {
    background: #e6b249 url(/Content/Themes/images/followusbg.png) no-repeat;
    position: relative
}

    #fixed_left_menu .followus .socialshare {
        position: absolute;
        bottom: 0;
        width: 50px;
        left: calc(100% + 10px);
        z-index: -1;
        visibility: hidden
    }

        #fixed_left_menu .followus .socialshare.open {
            z-index: 1;
            visibility: visible
        }

        #fixed_left_menu .followus .socialshare li {
            display: block;
            opacity: 0
        }

            #fixed_left_menu .followus .socialshare li a {
                display: block;
                width: 40px;
                height: 40px;
                margin-bottom: 6px;
                -moz-transition: none;
                -o-transition: none;
                -webkit-transition: none;
                transition: none
            }

                #fixed_left_menu .followus .socialshare li a.facebook {
                    background: url(/Content/Themes/images/social_sprite.png) no-repeat -196px 0
                }

                #fixed_left_menu .followus .socialshare li a.twitter {
                    background: url(/Content/Themes/images/social_sprite.png) no-repeat -157px 0
                }

                #fixed_left_menu .followus .socialshare li a.instagram {
                    background: url(/Content/Themes/images/social_sprite.png) no-repeat -117px 0
                }

                #fixed_left_menu .followus .socialshare li a.youtube {
                    background: url(/Content/Themes/images/social_sprite.png) no-repeat -77px 0
                }

                #fixed_left_menu .followus .socialshare li a.blog {
                    background: url(/Content/Themes/images/social_sprite.png) no-repeat 0 0
                }

                #fixed_left_menu .followus .socialshare li a.linkedin {
                    background: url(/Content/Themes/images/social_sprite.png) no-repeat -39px 0
                }

                #fixed_left_menu .followus .socialshare li a.facebook:hover {
                    background: url(/Content/Themes/images/social_sprite.png) no-repeat -196px -40px
                }

                #fixed_left_menu .followus .socialshare li a.twitter:hover {
                    background: url(/Content/Themes/images/social_sprite.png) no-repeat -157px -40px
                }

                #fixed_left_menu .followus .socialshare li a.instagram:hover {
                    background: url(/Content/Themes/images/social_sprite.png) no-repeat -117px -40px
                }

                #fixed_left_menu .followus .socialshare li a.youtube:hover {
                    background: url(/Content/Themes/images/social_sprite.png) no-repeat -77px -40px
                }

                #fixed_left_menu .followus .socialshare li a.linkedin:hover {
                    background: url(/Content/Themes/images/social_sprite.png) no-repeat -39px -40px
                }

                #fixed_left_menu .followus .socialshare li a.blog:hover {
                    background: url(/Content/Themes/images/social_sprite.png) no-repeat 0 -40px
                }

@media screen and (min-width:320px) {
    #fixed_left_menu .appointment_form {
        overflow: auto
    }
}

@media screen and (min-width:768px) {
    #fixed_left_menu .appointment_form {
        overflow: auto
    }

    #fixed_left_menu {
        top: initial;
        z-index: 3
    }

        #fixed_left_menu nav > ul > li > .left_menu {
            height: 200px
        }

            #fixed_left_menu nav > ul > li > .left_menu span {
                margin-top: 80px
            }
}

@media screen and (min-width:992px) {
    #fixed_left_menu {
        top: initial;
        z-index: 3
    }

        #fixed_left_menu nav > ul > li > .left_menu {
            height: calc((100vh - 150px)/ 3)
        }

            #fixed_left_menu nav > ul > li > .left_menu span {
                margin-top: 60px
            }
}

@media screen and (min-width:1200px) {
    #fixed_left_menu {
        z-index: 3
    }

        #fixed_left_menu nav > ul > li > .left_menu {
            height: 157px
        }

            #fixed_left_menu nav > ul > li > .left_menu span {
                margin-top: 66px
            }
}

@media screen and (min-width:1367px) {
    #fixed_left_menu {
        top: 85px;
        z-index: 3
    }

        #fixed_left_menu nav > ul > li > .left_menu {
            height: 157px
        }
}






#header-social {
    float: right;
    padding-top: 10px;
    width: 100%;
    display: flex;
    justify-content: end;
    margin-top: -55px
}

    #header-social .socialshare.open {
        z-index: 1;
        visibility: visible
    }

    #header-social .socialshare li {
        display: inline-block;
    }

        #header-social .socialshare li a {
            display: inline-block;
            width: 40px;
            height: 40px;
            -moz-transition: none;
            -o-transition: none;
            -webkit-transition: none;
            transition: none
        }

            #header-social .socialshare li a.facebook {
                background: url(/Content/Themes/images/social_sprite_header2.png) no-repeat -196px 0
            }

            #header-social .socialshare li a.twitter {
                background: url(/Content/Themes/images/social_sprite_header2.png) no-repeat -157px 0
            }

            #header-social .socialshare li a.instagram {
                background: url(/Content/Themes/images/social_sprite_header2.png) no-repeat -117px 0
            }

            #header-social .socialshare li a.youtube {
                background: url(/Content/Themes/images/social_sprite_header2.png) no-repeat -77px 0
            }

            #header-social .socialshare li a.blog {
                background: url(/Content/Themes/images/social_sprite_header2.png) no-repeat 0 0
            }

            #header-social .socialshare li a.linkedin {
                background: url(/Content/Themes/images/social_sprite_header2.png) no-repeat -39px 0
            }

            #header-social .socialshare li a.facebook:hover {
                background: url(/Content/Themes/images/social_sprite_header2.png) no-repeat -196px -40px
            }

            #header-social .socialshare li a.twitter:hover {
                background: url(/Content/Themes/images/social_sprite_header2.png) no-repeat -157px -40px
            }

            #header-social .socialshare li a.instagram:hover {
                background: url(/Content/Themes/images/social_sprite_header2.png) no-repeat -117px -40px
            }

            #header-social .socialshare li a.youtube:hover {
                background: url(/Content/Themes/images/social_sprite_header2.png) no-repeat -77px -40px
            }

            #header-social .socialshare li a.linkedin:hover {
                background: url(/Content/Themes/images/social_sprite_header2.png) no-repeat -39px -40px
            }

            #header-social .socialshare li a.blog:hover {
                background: url(/Content/Themes/images/social_sprite_header2.png) no-repeat 0 -40px
            }



.appointment_form,
.ask_us_form {
    color: #fff;
    font-family: museo_sans_300regular;
    background: url(/Content/Themes/images/askusformbg.png) no-repeat top center;
    padding-top: 85px;
    background-size: cover;
    width: 0;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -moz-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    text-align: center
}

    .appointment_form.opened,
    .ask_us_form.opened {
        opacity: 1;
        visibility: visible;
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        z-index: 3
    }

    .appointment_form .close,
    .ask_us_form .close {
        font-family: museo_sans_900regular;
        font-size: 26px;
        color: #092c74;
        display: block;
        position: absolute;
        right: 0;
        background: #fff;
        padding: 7px 16px;
        cursor: pointer;
        opacity: .6
    }

    .appointment_form .input-group input[type=email],
    .appointment_form .input-group input[type=tel],
    .appointment_form .input-group input[type=text],
    .appointment_form .input-group select {
        color: #fff;
        padding: 0 15px;
        border-bottom-color: #fff
    }

    .appointment_form h4,
    .ask_us_form h4 {
        font-size: 32px;
        margin-bottom: 20px
    }

    .appointment_form p,
    .ask_us_form p {
        font-size: 14px;
        margin-bottom: 15px
    }

        .appointment_form p.warning {
            margin-top: 2em
        }

        .appointment_form p.warning2 {
            margin-top: 2em
        }

            .appointment_form p.warning2 .textLink {
                text-decoration: underline
            }

                .appointment_form p.warning2 .textLink:hover {
                    color: #fff
                }

    .appointment_form .divider,
    .ask_us_form .divider {
        background-color: #214668;
        height: 1px;
        width: 100%
    }

    .appointment_form .container,
    .ask_us_form .container {
        position: relative
    }

    .appointment_form .input-group,
    .ask_us_form .input-group {
        margin: 0 auto;
        position: relative;
        padding: 0
    }

        .appointment_form .input-group.checkbox,
        .ask_us_form .input-group.checkbox {
            text-align: left;
            padding-bottom: 20px;
            padding-top: 20px;
            position: relative
        }

    .appointment_form input[type=checkbox],
    .ask_us_form input[type=checkbox] {
        font-size: 11px;
        width: 11px;
        height: 11px;
        margin: 0 11px 0 0;
        position: relative;
        opacity: 0;
        z-index: 1
    }

        .appointment_form input[type=checkbox] + label,
        .ask_us_form input[type=checkbox] + label {
            position: absolute;
            width: 11px;
            height: 11px;
            display: block;
            padding: 0;
            min-height: 11px;
            top: 21px;
            border: 1px solid #ccc
        }

.kvkkText {
    font-weight: 800;
    text-decoration: underline
}

    .kvkkText:hover {
        color: #fff;
        font-size: 11px
    }

.input-group.checkbox .kvkkLabel3 {
    position: absolute;
    width: 20px;
    height: 20px;
    display: block;
    padding: 0;
    min-height: 11px;
    top: 2px;
    border: 1px solid #ccc
}

.ask_us_form .input-group.checkbox .kvkkLabel {
    position: absolute;
    width: 11px;
    height: 11px;
    display: block;
    padding: 0;
    min-height: 11px;
    top: 21px;
    border: 1px solid #ccc
}

.input-container .input-group .kvkkLabel2 {
    position: absolute;
    width: 11px;
    height: 11px;
    display: block;
    padding: 0;
    min-height: 11px;
    top: 1px;
    border: 1px solid #ccc
}

.ask_us_form input[type=checkbox]:checked ~ .kvkkLabel {
    background: #092c74;
    background-image: url(../images/tik.jpg);
    background-position: center center;
    border: none
}

.input-container .input-group input[type=checkbox]:checked ~ .kvkkLabel2 {
    background: #092c74;
    background-image: url(../images/tik.jpg);
    background-position: center center;
    border: none
}

.input-group input[type=checkbox]:checked ~ .kvkkLabel3 {
    background: #092c74;
    background-image: url(../images/tik.jpg);
    background-position: center center;
    border: none
}

.appointment_form input[type=checkbox]:checked + label,
.ask_us_form input[type=checkbox]:checked + label,
.input-container .input-group input[type=checkbox]:checked + label,
.input-group input[type=checkbox]:checked + label {
    background: #092c74;
    background-image: url(../images/tik.jpg);
    background-position: center center;
    border: none
}

@media screen and (min-width:320px) {
    .appointment_form .input-group,
    .ask_us_form .input-group {
        width: 100%;
        font-size: 9px
    }
}

@media screen and (min-width:768px) {
    .appointment_form .input-group,
    .ask_us_form .input-group {
        width: 550px;
        font-size: 11px
    }

    .appointment_form,
    .ask_us_form {
        top: 25px
    }
}

.mobile-header-top {
    position: relative;
    z-index: 1;
    background: #eeeff0
}

    .mobile-header-top .logo {
        max-width: 163px;
        width: 100%
    }

    .mobile-header-top .header-table {
        display: table;
        width: 100%
    }

    .mobile-header-top .header-row {
        display: table-cell;
        vertical-align: top
    }

    .mobile-header-top ul {
        display: table
    }

    .mobile-header-top .container .header-table .header-row > ul > li {
        display: table-cell;
        vertical-align: top;
        padding-left: 2px
    }

    .mobile-header-top .top-btn {
        width: 38px;
        height: 60px;
        text-align: center;
        color: #fff;
        background: #092c74;
        display: block;
        font-family: museo_sans_900regular;
        margin-bottom: 20px
    }

    .mobile-header-top .navbar-toggle {
        border-radius: 0;
        font-family: museo_sans_900regular;
        font-size: 9px;
        text-align: center;
        padding: 9px 7px 13px;
        border: none;
        margin: 0
    }

        .mobile-header-top .navbar-toggle.top-btn:active {
            background: #5f5f5f
        }

        .mobile-header-top .navbar-toggle.top-btn.active {
            background: #0a5499
        }

        .mobile-header-top .navbar-toggle text {
            margin-bottom: 12px;
            display: block
        }

        .mobile-header-top .navbar-toggle span {
            background: #fff;
            margin: 0 auto
        }

    .mobile-header-top .language {
        font-size: 15px;
        position: relative
    }

        .mobile-header-top .language > .top-btn > a {
            display: block;
            margin-top: 6px
        }

            .mobile-header-top .language > .top-btn > a:focus,
            .mobile-header-top .language > .top-btn > a:hover {
                color: #fff;
                text-decoration: none
            }

    .mobile-header-top .appointment,
    .mobile-header-top .mobilesearch,
    .mobile-header-top .phone {
        padding: 27px 6px 0
    }

    .mobile-header-top .language ul {
        height: 0;
        visibility: hidden;
        opacity: 0;
        margin-top: 11px;
        background: #0a5499;
        width: 38px;
        display: block;
        height: 0;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

    .mobile-header-top .language:hover ul {
        visibility: visible;
        opacity: 1;
        height: auto
    }

.mobile-header-bottom {
    z-index: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -moz-transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px)
}

    .mobile-header-bottom.open {
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        z-index: 0
    }

.daterangepicker {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333 !important
}

.loading {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(250, 250, 250, .9);
    z-index: 99;
    display: none
}

    .loading img {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto
    }

@media screen and (min-width:320px) {
    .appointment_form.opened,
    .ask_us_form.opened {
        min-height: 450px;
        padding-bottom: 30px;
        overflow: auto
    }

    .appointment_form .close,
    .ask_us_form .close {
        top: -70px;
        right: 10px
    }
}

@media screen and (min-width:768px) {
    .appointment_form .close,
    .ask_us_form .close {
        top: auto;
        right: 0;
        left: auto;
    }

    .appointment_form.opened,
    .ask_us_form.opened {
        height: 100%;
        padding-bottom: 30px;
        overflow: auto
    }
}

@media screen and (min-width:992px) {
    .appointment_form.opened,
    .ask_us_form.opened {
        height: 100%;
        padding-bottom: 30px;
        overflow: auto
    }
}

@media screen and (min-width:1200px) {
    .appointment_form.opened,
    .ask_us_form.opened {
        height: 100%;
        overflow: hidden
    }
}

.sizer {
    margin-bottom: 24px;
    margin-top: 15px
}

    .sizer li {
        display: inline-block;
        color: #d0202e !important;
        vertical-align: top
    }

        .sizer li > a {
            color: #d0202e !important;
            font-size: 25px !important;
            font-family: museo_sans_700regular !important;
            text-decoration: none
        }

        .sizer li.reset > a {
            line-height: 0
        }

        .sizer li > sup {
            font-size: 18px
        }

#errorMessage,
#errorMessage2 {
    text-align: center;
    color: red
}

.mobileMenuArea {
    display: none
}

@media screen and (max-width:768px) {
    .mobileMenuArea {
        background-color: #eeeff0;
        padding: 0 1em;
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        top: 80px;
        border-bottom: 3px solid #092c74;
        box-shadow: 1px 1px 15px #092c74
    }

        .mobileMenuArea .menu li span {
            padding-left: 20px;
            position: relative
        }

            .mobileMenuArea .menu li span::before {
                content: '';
                display: block;
                position: absolute;
                left: 0;
                top: 50%;
                width: 12px;
                height: 2px;
                background: #092c74;
                margin-top: -1.5px
            }

            .mobileMenuArea .menu li span::after {
                content: '';
                display: block;
                position: absolute;
                left: 5px;
                top: 35%;
                width: 2px;
                height: 10px;
                background: #092c74;
                margin-top: -1.5px
            }

        .mobileMenuArea .menu li a,
        .mobileMenuArea .menu li span {
            color: #092c74;
            margin-bottom: 7px;
            display: block;
            font-family: museo_sans_300regular
        }

        .mobileMenuArea .mobileMegamenu .submenu h3 {
            color: rgba(1, 0, 2, .93);
            font-weight: 700
        }

        .mobileMenuArea .mobileMegamenu,
        .mobileMenuArea .mobileMegamenuTwo {
            display: none
        }

    .mobileMegamenu,
    .mobileMegamenuTwo {
        padding-left: 15px
    }

    .anlasmalikurumlar .divider {
        position: relative;
        text-align: center
    }

        .anlasmalikurumlar .divider img {
            position: relative
        }

    .tesekkurler .home-link {
        margin-bottom: 0 !important;
        left: auto !important;
        text-align: center !important;
        display: block !important;
        margin-left: 0 !important
    }
}

.pointer::after {
    content: "*";
    font-size: 26px;
    position: absolute;
    color: red;
    right: 1px;
    top: 0
}

@media screen and (max-width:1366px) and (min-width:920px) {
    .appointment_form,
    .ask_us_form {
        top: 13px
    }

    .divider {
        margin: 30px 0 !important
    }
}

.btnSrch {
    padding-left: 13px;
    border-left: 1px solid #05559d
}

.ask_us_form .input-group input[type=email],
.ask_us_form .input-group input[type=text],
.ask_us_form .input-group select {
    border-bottom: 1px solid #fff;
    margin-bottom: 0;
    padding: 0
}

.ask_us_form textarea {
    border: none;
    border-bottom: 1px solid #fff;
    color: #fff;
    resize: vertical;
    background: 0 0;
    background-color: transparent;
    font-size: 18px;
    padding-left: 0;
    height: 50px
}

    .ask_us_form textarea::-webkit-input-placeholder {
        color: #fff !important
    }

    .ask_us_form textarea:-moz-placeholder {
        color: #fff !important
    }

    .ask_us_form textarea:-ms-input-placeholder {
        color: #fff !important
    }

    .ask_us_form textarea::-moz-placeholder {
        color: #fff !important
    }

.basindabiz .detailBtn {
    font-size: 18px;
    font-family: museo_sans_500regular;
    line-height: 50px;
    display: block;
    padding-left: 24px
}

    .basindabiz .detailBtn img {
        margin-top: -6px
    }

    .basindabiz .detailBtn:hover {
        background: #2297ff;
        text-decoration: none;
        color: #fff
    }

.basindabiz .newsRow {
    margin-bottom: 20px
}

    .basindabiz .newsRow .col-sm-10,
    .basindabiz .newsRow .col-sm-2 {
        border: 2px solid #092c74
    }

        .basindabiz .newsRow .col-sm-2:hover {
            border: 2px solid #2297ff
        }

    .basindabiz .newsRow h3 {
        margin-bottom: 0;
        line-height: 50px;
        font-size: 16px;
        font-weight: 600
    }

    .basindabiz .newsRow .col-sm-2 {
        background: #092c74;
        padding: 0
    }

.basindabiz ul {
    list-style: disc;
    padding-left: 25px
}

#kvkkCheckRandevu {
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    cursor: pointer;
    opacity: 1
}

#kvkkCheckRandevu2 {
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    cursor: pointer;
    opacity: 1
}

.randevuAydinlatma {
    color: #092c74;
    text-decoration: underline
}

#specialText {
    color: #fff;
    text-decoration: underline !important;
    font-size: 15px
}

.randevuText {
    font-size: 12px !important;
    line-height: 15px !important
}

#warningKvkkText {
    display: none;
    color: red;
    font-size: 18px;
    margin-top: 10px
}

#warningKvkkText2 {
    display: none;
    color: #fff;
    font-size: 18px;
    margin-top: 10px
}

#phoneApp {
    background: #fff;
    display: flex;
    justify-content: center;
    padding-bottom: 50px
}

.close {
    position: absolute;
    left: -48px;
    top: 27px;
    bottom: initial;
    margin: auto;
    cursor: pointer;
    opacity: 1;
    width: 52px
}

    .close:focus,
    .close:hover {
        opacity: .9
    }

.GetFree {
    position: fixed;
    right: -13px;
    top: 152px;
    cursor: pointer;
    text-shadow: 2px 2px 2px #2d2d2d;
    font-size: 22px;
    background: url(../images/open-button.png) no-repeat center top;
    color: #fff;
    padding: 0 0 12px 0;
    text-align: center;
    width: 86px;
    height: 263px;
    z-index: 2
}

.GetFree2 {
    display: none
}

.form {
    background: url(../images/formBg.png) 0 0 no-repeat;
    color: #fff;
    position: fixed;
    right: 0;
    z-index: 9999999;
    width: 335px;
    padding-top: 34px;
    background-size: cover;
    height: 623px;
    box-sizing: content-box;
    top: 46px;
    display: block
}

.form_content {
    position: relative;
    width: 265px;
    height: 623px;
    bottom: initial;
    margin: auto
}

.form .form-baslik {
    font-family: FuturaPTBold;
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 18px
}

.form .form-sub-baslik {
    font-size: 16px;
    margin-bottom: 28px
}

@media screen and (max-width:992px) {
    .form {
        display: none;
        top: 0
    }

    .close {
        right: 0;
        left: auto
    }

    .GetFree {
        right: -8px;
        width: 66px
    }
}

.yayinlar h4 {
    color: #797979;
    font-size: 18px;
    font-family: 'museo_sans_300regular';
    letter-spacing: -0.25px;
    line-height: 28px;
    padding-bottom: 27px;
}


#toc_container {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #aaa;
    display: table;
    font-size: 95%;
    margin-bottom: 1em;
    padding: 20px;
    width: auto;
    color: #092c74;
}

.toc_title {
    font-weight: 700;
    text-align: center;
}

#toc_container li, #toc_container ul, #toc_container ul li {
    list-style: decimal;
    color: #092c74;
    padding: 5px 10px;
}



.myx-link {
}

.myx-social {
}

.myx-social2 {
    display: none !important;
}

.disappointment {
}

@media (max-width: 991.98px) {

    .myx-social {
        display: none !important;
    }

    #header-social.myx-social2 {
        display: block !important;
        margin-top: 0px;
        width: auto;
    }

    .headeritems {
        width: calc(100% - 150px);
    }

        .headeritems > li.phone {
            width: 100%;
            text-align: right;
            margin-right: 0px;
            display: flex;
            align-items: center;
            justify-content: flex-end;
        }

            .headeritems > li.phone a {
                padding-right: 15px;
            }

        .headeritems .phone .socialshare a:before {
            display: none;
        }

        .headeritems > li {
            width: 45%;
            float: right;
        }
}

@media (max-width: 360px) {

    .mobile-header-top .top-btn {
        width: 30px;
    }
}
