@font-face {
	font-family: 'UTM Avo';
	src: url('../fonts/UTM Avo.eot');
	src: url('../fonts/UTM Avo.woff') format('woff'), url('../fonts/UTM Avo.ttf') format('truetype'), url('../fonts/UTM Avo.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'UTM Avo';
	src: url('../fonts/UTM AvoBold.eot');
	src: url('../fonts/UTM AvoBold.woff') format('woff'), url('../fonts/UTM AvoBold.ttf') format('truetype'), url('../fonts/UTM AvoBold.svg') format('svg');
	font-weight: bold;
	font-style: normal;
}
@font-face {
  font-family: 'Linotte';
  src: url('../fonts/linotte/LinotteRegular.eot');
  src: url('../fonts/linotte/LinotteRegular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/linotte/LinotteRegular.woff2') format('woff2'),
    url('../fonts/linotte/LinotteRegular.woff') format('woff'),
    url('../fonts/linotte/LinotteRegular.ttf') format('truetype'),
    url('../fonts/linotte/LinotteRegular.svg') format('svg');
  font-style: normal;
}
body{
    font-family:'UTM Avo','Linotte', sans-serif, Tahoma;
    font-size:15px
}
.easing,
.header .box-nav .nav ul a:after,
.nav-footer .menu-footer .sub-menu,
.menu-button span {
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
a {color: #136ddc;}
a:hover {color: #0c4d9c;text-decoration: none;}
h1,h2,h3,h4,h5,h6{font-weight:bold}
.font-avo{font-family:'UTM Avo','Linotte', sans-serif, Tahoma;}
.text-align-right {text-align: right;}


.header {
    background: #0b4184;
    color: white;
    padding: 25px 0 15px;
}

.header .box-nav {
    float: left;
    margin-right: 20px;
    bottom: -10px;
}

.header .box-nav .nav {
    margin-left: 40px;
}
.header .box-search form {
    display: inline-block;
    position: relative;
}

.header .box-search form label {
    margin: 0;
}

.header .box-search .screen-reader-text {
    display: none;
}

.header .box-search .search-field {
    padding: 5px 40px 5px 10px;
    border: 3px solid white;
    font-weight: normal;
    outline: none;
    background: transparent;
    border-radius: 7px;
    width: 200px;
}

.header .box-search .search-submit {
    outline: none;
    border: none;
    padding: 18px;
    background: url(../img/icon-search.webp) center no-repeat;
    width: 27px;
    height: 27px;
    cursor: pointer;
    line-height: 0;
    position: absolute;
    top: 0;
    right: 2px;
}

.header .box-search .search-submit span {
    display: none;
}

.header .box-nav >a {
    font-size: 30px;
    color: white;
    background: url(../img/icon-home.webp);
    width: 38px;
    height: 34px;
    float: left;
}

.header .box-nav >a i {
    display: none;
}

.header .box-nav .nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.header .box-nav .nav ul ul {
    position: absolute;
    top: 100%;
    background: rgb(12, 75, 152);
    z-index: 9;
    left: 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.38);
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    display: none;
}

.header .box-nav .nav ul li:hover ul {
    display: block;
}

.header .box-nav .nav ul ul:before {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    left: 20px;
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #0c4b98;
    border-width: 6px;
}

.header .box-nav .nav ul ul a {
    font-size: 13px;
    width: 100%;
}

.header .box-nav .nav ul li {
    float: left;
    position: relative;
}

.header .box-nav .nav .menu>li {
    padding-bottom: 6px;
}

.header .box-nav .nav ul li ul li {
    min-width: 170px;
}

.header .box-nav .nav ul a {
    display: table;
    padding: 8px 20px;
    color: white;
    text-transform: uppercase;
    position: relative;
}

.header .box-nav .nav ul a:after, .header .box-nav .nav ul .current-menu-item>a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: white;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  }

.header .box-nav .nav ul a:hover:after, .header .box-nav .nav ul .current-menu-item>a:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.footer {
    background: #092c58;
    padding: 18px 0;
    color: white;
    font-size: 12px;
}

.footer a {
    color: white;
}.social-list a {
    font-size: 50px;
    float: left;
    width: 83px;
    height: 83px;
    text-align: center;
    background: white;
    border-radius: 3em;
    color: #092c58;
    margin-right: 20px;
}

.nav-footer {
    background: #0b4184;
}

.nav-footer .menu-footer, .nav-footer .menu-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-footer .menu-footer {
    background: white;
    border-radius: 0 0 10px 10px;
    width: 270px;
    padding-top: 20px;
}

.nav-footer .menu-footer li {
    position: relative;
}

.nav-footer .menu-footer>ul>li:last-child a:hover {
    border-radius: 0 0 0 10px;
}

.nav-footer .menu-footer>li>a, .nav-footer .menu-footer .sub-menu a {
    color: #0b4184;
    display: block;
    padding: 8px 5px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.nav-footer .menu-footer>li>a {
    font-weight: bold;
    font-size: 20px;
}

.nav-footer .menu-footer>li:last-child:hover>a {
    border-radius: 0 0 0 10px;
}

.nav-footer .menu-footer .sub-menu {
    position: absolute;
    left: 100%;
    width: 260px;
    background: #e4e8ee;
    top: 0;
    z-index: 1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    margin-left: -80px;
    box-shadow: 10px 5px 20px rgba(0, 0, 0, 0.48);
}

.nav-footer .menu-footer li:hover .sub-menu {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    margin-left: 0;
}

.nav-footer .menu-footer .sub-menu a {height: 44px;line-height: 17px;}

.nav-footer .menu-footer .sub-menu a:hover {
    font-weight: bold;
}

.nav-footer .menu-footer>li:hover>a {
    background: #e4e8ee;
}
.vc_row.bg-bottom-right {
    background-position: bottom right !important;
}

.box-desc-doctor .wpb_wrapper {
    padding: 35px 60px;
    width: 690px;
    text-align: justify;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.53);
    background: rgba(232,239,247,0.70);
    border-radius: 10px;
    font-size: 20px;
}.about-doctor {
    min-height: 1040px;
}
.title-dr {
    color: #0b4184;
}
.title-dr .lower-case{font-size: 27px;color: black;}
.breadcrumbs {
    margin-bottom: 30px;
}.child-page {
    margin-top: 30px;
    padding-bottom: 50px;
}.post-sort-view h4 {
    background: #0b4184;
    padding: 10px;
    text-transform: uppercase;
    color:white;
    margin-bottom: 0;
}

.post-sort-view .menu-single-post ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.post-sort-view .menu-single-post ul a {
    display: block;
    width: 100%;
    padding: 10px;
}

.post-sort-view .menu-single-post ul a:hover,.post-sort-view .menu-single-post ul li.current-menu a {
    background: #eee;
}.list-post .list-post-img {
    float: left;
    width: 170px;
}

.list-post li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.list-post ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.navigate-page {
    text-align: center;
}

.page-numbers {
    list-style: none;
    margin: 0;
    padding: 0;
}

.page-numbers li {
    display: inline-block;
}

.page-numbers li a,.page-numbers li span {
    padding: 3px 15px 5px;
    line-height: 24px;
    margin: 0 2px;
    background: #eee;
    color: #666;
}

.page-numbers li span {
    background: #0b4184;
    color: white;
}

.page-numbers li a:hover {
    background: #ccc;
}.post-sort-view {
    margin-bottom: 30px;
}.not-found {
    text-align: center;
    padding: 100px 0 200px;
}

.not-found h1 {
    color: #136ddc;
}.related-post>h3 {padding-bottom: 10px;margin-bottom: 20px;border-bottom: 1px solid #eee;color: #666;}
.no-border>div {
    padding: 0 !important;
}

.category .banner img {
    float: right;
    max-width: 100%;
}
.category .banner:after {content: "";display: inline-block;width: 100%;}




.menu-button {
    width: 34px;
    height: 28px;
    position: relative;
    margin-left: 50px;
    cursor: pointer;
    display:none;
}



.menu-button.active span {
    top: 11.5px;
}

.menu-button span {
    position: absolute;
    width: 100%;
    height: 3px;
    background: white;
    left: 0;
}
.menu-button span:nth-child(1) {  top:0}
.menu-button span:nth-child(2) {    top: 8px;}
.menu-button span:nth-child(3) {    top: 16px;}
.menu-button span:nth-child(4) {    top: 24px;}
.menu-button.active span {  top: 13px;}

.menu-button.active span:nth-child(1),
.menu-button.active span:nth-child(4) {
    opacity:0
}

@keyframes rotate_menu_1{
  0%{
    transform: rotate(0deg);
  }
  100%{
    transform: rotate(45deg);
  }
}
@keyframes rotate_menu_2{
  0%{
    transform: rotate(0deg);
  }
  100%{
    transform: rotate(-45deg);
  }
}
.menu-button.active span:nth-child(2) {
    animation: rotate_menu_1 0.3s 0.1s both ease-in-out;
}
.menu-button.active span:nth-child(3) {
    animation: rotate_menu_2 0.3s 0.1s both ease-in-out;
}

.domain-personal {
    margin-bottom: 10px;
    font-weight: bold;
    display:none
}



.bg-doctor,.bg-doctor.wpb_content_element {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-bottom: 0;
    -webkit-font-smoothing: antialiased;
}
.home .container{position:relative}
.box-bg-doctor .wpb_column {
    position: inherit;
}
.bg-doctor.fixed-position {
    position: fixed !important;
}
.aligncenter {
    margin-left:auto;
    margin-right:auto;
    text-align: center;display:inherit
}
figure {
    padding-bottom: 10px;
    background: #eee;
    margin-bottom:20px
}
figure figcaption {
    font-style: italic;
}

.comment-list {
    list-style: none;
}

.comment-list .comment-author {
    float: left;
}

.comment-list .comment-author img {
    margin-right: 3px;
}

.comment-list .comment-author .says {
    display: none;
}

.comment-list .comment-meta {
    float: right;
}

.comment-list .comment-meta a {
    font-size: 11px;
    color: #999;
}

.comment-list>.comment {
    background: #f1f1f1;
    display: inline-block;
    padding: 10px;
    min-width: 480px;
}

.comment-list>.comment>div>p {
    padding-left: 50px;
    float: left;clear: both;
}

.comment-list>.comment .reply {
    float: right;
}

.comment-respond .comment-notes {
    font-size: 12px;
    color: #b3b3b3;
    font-style: italic;
}

.comment-respond .comment-form-comment label {
    display: none;
}

.comment-respond .comment-form p>label {
    width: 90px;
}

.footer #sub-addr {text-align:left}
.footer h3.sub-add{font-size: 16px;}
.footer p.sub-add{font-size: 14px;}
