*, :after, :before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


body.lang_hy-AM{
    font-family: 'Noto Sans Armenian', sans-serif;
}


body.lang_ru-RU{
     font-family: Roboto,sans-serif;
}


body.lang_en-GB{
    font-family: Roboto,sans-serif;
}

body{
    margin:0;
    font-size: 17px;
    word-wrap: break-word;
    overflow-x: hidden;
     width: 100%;
    min-width: 100%;
 
}
h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: normal;
    /*color:#1c0440;*/
}
a, a:hover, a:focus{
    text-decoration: none;
    color: inherit;
    -webkit-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
input{
outline:none;
}
p{
    line-height: 1.3;
    margin:5px 0;
}
ul{
    list-style: none;
    margin-bottom: 0;
}

.fixWidth{
    width:1600px;
    margin:auto;
}


body.lang_hy-AM .mod-languages button{
    font-family: 'Noto Sans Armenian', sans-serif;
}

.menubs{
    display:none;
}
.mobIcons{
    display:none;
}

.mobIcons a div{
    width: 50px;
    height: 3px;
    background-color: #fff;
    margin: 6px 0px 5px 5px;
    cursor: pointer;
    position: relative;
    top: 8px;
    z-index: 9;
}



.main_wrapper {
    width: 100%;
    display: inline-block;
}

.top_wrapper {
    width: 100%;
    display: inline-block;
    position: relative;
    z-index: 99;
    border-bottom: 1px solid rgba(142, 141, 139, 0.3);
    padding: 12px 0px 8px 0px;
}

.top_contact{
        float: left;
}

.top_contact>ul{
        width: 100%;
    display: inline-flex;
}

.top_contact>ul>li>a{
    font-size: 14px;
    padding: 3px 40px;
    position: relative;
}

.top_contact>ul>li:nth-of-type(1) a:before{
    content: "";
    background: rgba(217, 217, 217, 0.5) url(../images/top_loc.png) no-repeat 5px 5px;
    position: absolute;
    top: 0;
    left: 0px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    padding: 5px;
    display: block;
}

.top_contact>ul>li:nth-of-type(2) a:before{
    content: "";
    background: rgba(217, 217, 217, 0.5) url(../images/top_phone.png) no-repeat 5px 5px;
    position: absolute;
    top: 0;
    left: 0px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    padding: 5px;
    display: block;
}

.top_contact>ul>li:nth-of-type(3) a:before{
    content: "";
    background: rgba(217, 217, 217, 0.5) url(../images/top_email.png) no-repeat 5px 5px;
    position: absolute;
    top: 0;
    left: 0px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    padding: 5px;
    display: block;
}



.top_language{
    float: right;
    display: inline-flex;
}

.top_language>ul{
    width: 100%;
    display: inline-flex;
    float: left;
}

.top_language>ul>li>a{
    font-size: 15px;
    padding-right: 20px;
    position: relative;
    padding-top: 5px;
    display: block;
    cursor:pointer;
}


.mod-languages {
    position: relative;
    top: 2px;
    right: 0;
    width: 68px;
    float: right;
}



.mod-languages button{
    outline: none;
    border: none;
    background: none;
    line-height: 1.8;
    cursor: pointer;
    position: relative;
    color: #000;
    float: left;
}

.mod-languages button i{
    color: #ccc;
    font-size: 11px;
    position: absolute;
    top: 7px;
    right: -15px;
}

.mod-languages button span{
    display: inline-block;
    float: left;
    margin-right: 8px;
    margin-top: 1px;
}

.mod-languages button img{
    width: 20px;
}

.top-box__lang-list{
    position: absolute;
    z-index: 9;
    margin-left: 2px!important;
    margin-top: 27px!important;
    display: none;
    border-radius: 0;
    background:#F7F5F4;
}


.top-box__lang-list a{
    padding: 10px 2px 10px 5px;
    border-bottom: 1px solid #e2e2e2;
    display: block;
    color: #000;
    line-height: 1.2;
    font-size: 13px;
}

.top-box__lang-list a span{
    margin: -3px 0px 0px 0px;
    display: block;
    float: left;
}


.top-box__lang-list img{
width: 20px;
    margin-right: 6px;
    margin-bottom: -5px;
}

.top-box__lang-list li:last-of-type a{
    border:none;
}


.top-box__lang-list a:hover{
    color:#125C94;
}


.menu_data>ul>li{
   float: left;
   position:relative;
}

.menuRow{
        width: 100%;
    display: inline-block;
}
.logoRow{
float: left;
width: 480px;
}

.last_logo{
        width: 100%;
    display: inline-flex;
}

.menuBox{
float: left;
    padding: 10px 0;
}

.last_logo p{
    color: rgba(133, 68, 139, 1);
    padding-top: 13px;
    padding-left: 25px;
    font-size: 16px;
    float: right;
    width: 370px;
    font-weight:bold;
}


.last_logo p span{
    display: inline-block;
    width: 100%;
}

.last_logo p span i{
    color: rgba(140, 140, 138, 1);
}


.menuBox  ul{
        display: inline-block;
}
.menuBox  ul li{
    float:left;
}
.menuBox  ul li a{
    font-size: 14px;
    padding: 0 8px;
    font-weight: bold;
}

.menuBox  ul li a:hover,
.menuBox  ul li a.active_menu_item{
    color:#85448B;
}

.slideRow{
        width: 100%;
    display: inline-block;
    height: 800px;
    overflow: hidden;
}



.slide_data{
 position: absolute;
    bottom: 100px;
    width: 100%;
    display: inline-block;
}

.slide_data h3{
    display: inline-block;
    background: rgba(138, 65, 145, 0.5);
    padding: 30px;
    font-size: 24px;
    color: #fff;
    width: 530px;
    border-radius: 10px;
}


.about_row{
        width: 100%;
    display: inline-block;
}

.about_data{
        margin: 80px 0;
    width: 100%;
    display: inline-block;
}

.about_preview{
        width: 700px;
    float: left;
        position: relative;
    z-index: 9;
}

.about_preview img{
  width:100%;   
}

.about_info{
    width: 980px;
    float: right;
    padding-top: 20px;
    position: absolute;
    right: 0;
    top: 0;    
}

.lang_en-GB .about_info h2{
      font-size: 70px;
    font-family: 'Italianno', cursive;  
}


.lang_ru-RU .about_info h2{
        font-size: 50px;
    font-family: 'Italianno', cursive;    
}


.lang_hy-AM .about_info h2{
   font-size: 42px;
}
.about_info h2{
    font-weight: normal;
    color: #8A4291;
    padding-bottom: 30px;
    padding-left: 150px;
        text-align: center;
}


.about_data .fixWidth{
    position: relative;
}

.about_text{
    box-shadow: 0px 3px 5px 1px rgba(197, 197, 197, 0.25);
    border-radius: 10px;
    padding: 20px;
    box-sizing: border-box;
    padding-left: 150px;
    height: 540px;
    position: relative;
}

.about_header{
    position: absolute;
    bottom: 0px;
    left: 50px;
}

.about_header p:nth-of-type(2){
    font-size: 17px;
    color: rgba(138, 66, 145, 1);
}

.lang_hy-AM .about_header p:nth-of-type(1){
font-size: 37px;
    font-family: 'Italianno', cursive;
}

.lang_ru-RU .about_header p:nth-of-type(1){
font-size: 48px;
    font-family: 'Italianno', cursive;
}

.lang_en-GB .about_header p:nth-of-type(1){
font-size: 48px;
    font-family: 'Italianno', cursive;
}

.lang_row{
    position: relative;
    z-index: 99;
}


.services_row{
        width: 100%;
    display: inline-block;
    margin: 215px 0px 50px 0px;
}

.block_header{
        width: 100%;
    display: inline-block;
    margin-bottom: 20px;
}

.block_header h3{
    color: #8A4291;
    font-size: 36px;
    padding: 5px 0px 22px 70px;
    background:url(../images/header_bg.png) no-repeat 0px 0px;
}

.block_header h3 span{
        border-bottom: 2px solid #8E8D8B;
}


.serviceItem{
        box-shadow: 1px 2px 4px 2px rgba(197, 197, 197, 0.25);
    width: 24%;
    margin-right: 15px;
    float: left;
    margin-bottom: 20px;
    height: 300px;
    border-radius: 10px;
    padding: 25px;
    box-sizing: border-box;
}


.page_365 .serviceItem{
      width: 19%;  
}


.service_nav{
    font-weight: bold;
    color: #8A4291;
}

.serviceItem h3{
        color: #8A4291;
    font-size: 18px;
    padding: 10px 0;
    position: relative;
    margin-bottom:5px;
}


.serv_data{
    color: #8E8D8B;
}

.module_row{
    width: 100%;
    display: inline-block;
    margin-bottom: 100px;
}

.module_data{
    width: 100%;
    display: inline-flex;
    box-shadow: 1px 2px 4px 2px rgba(197, 197, 197, 0.25);
    border-radius: 10px;
    padding: 15px;
    box-sizing: border-box;
}

.module_block1{
    width: 23%;
    text-align: left;
}

.module_block2{
    width: 54%;
}

.module_block3{
    width: 23%;
    text-align: right;
}


.module_block1 img:nth-of-type(2){
    float: right;
    margin-top: 30px;
}



.module_block3 img:nth-of-type(1){
    float: left;
    margin-top: 30px;
}

.module_main_row{
    text-align: center;
    padding: 0 0;
    background: url(../images/middle_bg.png) no-repeat 254px 1px;
    background-size: auto 120px;
}

.module_main_row p:nth-of-type(1){
    font-size: 20px;
}

.module_main_row p:nth-of-type(2){
    display: inline-block;
    margin: 15px 0;
}

.module_main_row p:nth-of-type(2) strong{
        background: #8A4291;
    color: #fff;
    padding: 10px 50px;
    border-radius: 10px;
    display: inline-block;
    box-sizing: border-box;
}

.module_main_row p:nth-of-type(3){
    font-size: 20px;
}


.doctors_row{
    width: 100%;
    display: inline-block;
    margin: 70px 0px 30px 0px;
}

.doctor_items{
    box-shadow: 1px 2px 4px 2px rgba(197, 197, 197, 0.25);
    padding: 20px;
    box-sizing: border-box;
    height: 300px;
    margin-bottom: 20px;
    border-radius: 10px;
}

.doctor_preview {
    overflow:hidden;
}
.doctor_preview img{
    border-radius: 10px;
}

.doctor_items h3{
    font-size: 18px;
    color: #8A4291;
    text-align: center;
    padding: 10px 0;
    margin: 5px 0;
    border-bottom: 1px solid #8E8D8B;
}

.doctor_items p{
    text-align: center;
    font-size: 14px;
    padding: 5px 0;
}

.doctors_data .owl-nav{
    display:none;
}




.doctors_data  .owl-dots{
    display: table;
    padding: 15px 0;
    margin-left: auto;
    margin-right: auto;
}

.doctors_data .owl-dot span{
    background: #d9d9d9;
    border-radius: 100%;
    width: 15px;
    height: 15px;
    display: block;
}

.owl-dot.active span{
      background: #8A4291;  
}

.doctors_data .owl-dot{
     width: 15px;
    height: 15px;
    display: block;
    float: left;
    margin:0 3px;
}



.middle_row{
    width: 100%;
    display: inline-block;
    height: 600px;
    position: relative;
    margin: 0;
}
.main_bg_row{
    height:600px;
}


.main_bg_row:before{
content:"";
background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
position:absolute;
top:0;
left:0;
width:100%;
height:100%;

}

.news_row{
width: 100%;
    display: inline-block;
    min-height: 600px;
    margin: 10px 0px 50px 0px;
}

body.page_101 .news_row{
    margin: 150px 0px 0px 0px;
}

.news_data{
width: 100%;
    display: inline-flex;
}


.parallax-mirror{
    top: 21px!important;
}


.lang_en-GB .middle_head{
    font-size: 180px;
    font-family: 'Italianno', cursive;
     color:#fff;
}

.lang_ru-RU .middle_head{
    font-size: 80px;
    font-family: 'Italianno', cursive;
     color:#fff;
}

.lang_hy-AM .middle_head{
    font-size: 80px;
    font-family: 'Italianno', cursive;
     color:#fff;
}


.lang_hy-AM .middle_head strong,
.lang_ru-RU .middle_head strong{
    font-size: 180px;
    padding-right: 30px;
}


.middle_data{
    position: relative;
    z-index: 9;
    text-align: center;
    width: 100%;
    display: inline-block;
    padding: 80px;
}


.middle_footer{
    font-size:36px;
    color:#fff;
}

.middle_data:before{
    content: "";
    width: 100%;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    border-radius: 0px 0px 10px 10px;
}

.middle_data:after{
    content: "";
    width: 100%;
    height: 30px;
    position: absolute;
    bottom: -35px;
    left: 0;
    background: #fff;
    border-radius: 10px 10px 0px 0px;
}



.news_items{
        width: 33%;
    box-shadow: 1px 2px 4px 2px rgba(197, 197, 197, 0.25);
    padding: 25px;
    box-sizing: border-box;
    margin-right: 20px;
    border-radius: 10px;
}

.news_preview{
    height:450px;
    height:260px;
    overflow:hidden;
    
}

.news_preview img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius:10px 10px 0 0;
}

.news_items p{
      font-size: 13px;
    color: #595959;
    padding: 10px 0;
    display: inline-block;  
}

.news_items p i{
    color: #8A4291;
}

.news_items h3{
        font-size: 19px;
    color: #8A4291;
    margin-bottom: 20px;
}

.news_text{
        font-size: 16px;
}

.news_item_nav{
        width: 100%;
    display: inline-block;
    margin-top: 15px;
    text-align: right;
}

.news_item_nav i{
        color: #8A4291;
    font-size: 22px;
}

footer{
    width: 100%;
}

.footer_top{
        width: 100%;
    background: #59265E;
    height: 170px;
}
.footer_bottom{
    width: 100%;
    background: #401245;
    height: 30px;
}

.footer_bottom p{
        text-align: center;
    color: #fff;
    padding: 8px 0px 0px 0px;
    font-size: 14px;
    margin:0;
}

.footer_contact{
         width: 100%;
    display: inline-block;   
    padding: 25px 0;
}

.footer_contact ul{
        width: 100%;
    display: inline-flex;
}

.footer_contact ul li{
width: 20%;
    position: relative;
    text-align: center;
    color:#fff;
}

.footer_contact ul li:nth-of-type(3){
        height: 120px;
        overflow:hidden;
}

.footer_contact ul li:nth-of-type(1):before{
    content: "";
    width: 80px;
    height: 80px;
    background: rgba(217, 217, 217, 0.7) url(../images/footer_loc.png) no-repeat 0px 0px;
    display: block;
    margin: 10px auto;
    border-radius: 100%;
    background-position: 15px 17px;
}


.footer_contact ul li:nth-of-type(2):before{
    content: "";
    width: 80px;
    height: 80px;
    background: rgba(217, 217, 217, 0.7) url(../images/footer_phone.png) no-repeat 0px 0px;
    display: block;
    margin: 10px auto;
    border-radius: 100%;
    background-position: 15px 17px;
}



.footer_contact ul li:nth-of-type(3):before{
    content: "";
    width: 160px;
    height: 122px;
    background: url(../images/middle_paralax_logo.png) no-repeat 0px 0px;
    display: block;
    margin: 10px auto;
    background-position: 0 1px;
    background-size: 160px;
}



.footer_contact ul li:nth-of-type(4):before{
    content: "";
    width: 80px;
    height: 80px;
    background: rgba(217, 217, 217, 0.7) url(../images/footer_email.png) no-repeat 0px 0px;
    display: block;
    margin: 10px auto;
    border-radius: 100%;
    background-position: 15px 17px;
}



.footer_contact ul li:nth-of-type(5):before{
    content: "";
    width: 80px;
    height: 80px;
    background: rgba(217, 217, 217, 0.7) url(../images/footer_email.png) no-repeat 0px 0px;
    display: block;
    margin: 10px auto;
    border-radius: 100%;
    background-position: 15px 17px;
}







.headline_outer{
    position: relative;
    width: 100%;
    display: inline-block;
    height: 300px;
    background: url(../images/header_bg.jpg) no-repeat 0px 0px;
    margin-top: 0;
    border-top: 2px solid #dedede;
}



.headline_outer:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 39%, rgba(255,255,255,0) 39%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 39%,rgba(255,255,255,0) 39%);
    background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 39%,rgba(255,255,255,0) 39%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
}


.headline_outer .fixWidth{
    position: relative;
    z-index: 9;
}



.com-content-article__body{
    width: 100%;
    display: inline-block;
    min-height: 600px;
}


.headline_text{
    width: 100%;
    display: inline-block;
    position: relative;
    height: 299px;
}

h1.entry-title{
    font-size: 36px;
    color: #85448B;
    position: absolute;
    bottom: 40px;
    font-weight: bold;
}

.breadcrumb_row{
        width: 100%;
    display: inline-block;
    border-bottom: 1px solid #E1E2E4;
}

.breadcrumb_row nav{
    margin: 5px 0px 4px 0px;
}

.mod-breadcrumbs{
        list-style: none;
    width: 100%;
    display: inline-flex;
    font-size: 14px;
}
.mod-breadcrumbs .fa-chevron-right{
        color: #85448B;
    font-size: 13px;
    margin: 0px 10px 0px 5px;
}


.com-content-article{
        margin: 30px 0;
    padding: 30px 0;
    width: 100%;
    display: inline-block;
}

.page-header h1{
        font-size: 36px;
    color: #85448B;
    border-bottom: 2px solid #85448B;
    padding-bottom: 20px;
    margin-bottom: 20px;
}




.about_txt{
        width: 50%;
    float: left;
}

.page_365 .defContentItem iframe{
    float:right;
    border-radius:10px;
}


.fotorama__fullscreen-icon {
    width: 40px!important;
    height: 40px!important;
    top: 15px!important;
    right: 15px!important;
}




.fotorama__arr, .fotorama__fullscreen-icon, .fotorama__video-close, .fotorama__video-play{
    background:none!important;
}



.fotorama .fotorama__arr.fotorama__arr--prev:after {
    content: '';
    background: url(../images/ico_pre.svg);
}

.fotorama .fotorama__arr.fotorama__arr--next:after {
    content: '';
    background: url(../images/ico_next.svg);
}

.fotorama .fotorama__fullscreen-icon:before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    background: url(../images/ico_full_3.svg);
    left: 50%;
    margin-left: -11px;
    top: 7px;
    z-index: 1;

}

.fotorama__thumb-border{
    border-color: #85448B!important;
}


 .fotorama .fotorama__fullscreen-icon:after,
 .fotorama .fotorama__arr.fotorama__arr--prev:before,
 .fotorama .fotorama__arr.fotorama__arr--next:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(26, 43, 72, 0.5);
    border-radius: 3px;
    padding: 10px;
    width: 40px;
    height: 40px;
    }

 .fotorama .fotorama__arr {
      border-radius: 3px;
      width: 40px;
      height: 40px;
      background: none;
      background-color: rgba(26, 43, 72, 0.6); }
      
  .fotorama .fotorama__arr:after {
        position: absolute;
        left: 50%;
        margin-left: -13px;
        top: 7px;
        width: 24px;
        height: 24px; }
        
 .fotorama .fotorama__arr.fotorama__arr--prev {
        left: 30px; }

 .fotorama .fotorama__arr.fotorama__arr--next {
        right: 30px; }

 .fotorama .fotorama__nav::after {
      background: none; }


.st-gallery img,
.fotorama__thumb,
.fotorama__thumb-border{
    border-radius:10px!important;
}

.article_gallery_row{
        width: 100%;
    display: inline-block;
    position:relative;
    margin:50px 0;
}


.page_372 .defContentItem .fixWidth{
        width: 1360px;
}


.contact_page{
    width: 100%;
    display: inline-block;
    margin: 50px 0;
}

.contact_top_data{
        width: 1100px;
    margin: 0 auto;
    margin-bottom: 100px;
}

.contact_top_data ul{
    width: 100%;
    display: inline-flex;
}

.contact_top_data ul li{
    width: 33%;
    text-align: center;
    position:relative;
    font-size: 18px;
    color: #525252;    
}

.contact_top_data ul li:nth-of-type(1){
     font-size: 24px;   
}

.contact_top_data ul li:nth-of-type(1):before{
    content: "";
    background: url(../images/contact_phone.png) no-repeat 0px 0px;
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
    position: relative;
    top: 0;
    left: 0;
    border-radius: inherit;    
}

.contact_top_data ul li:nth-of-type(2):before{
    content: "";
    background: url(../images/contact_email.png) no-repeat 5px 5px;
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
    position: relative;
    top: 0;
    left: 0;
    border-radius: inherit;    
}

.contact_top_data ul li:nth-of-type(3):before{
    content: "";
    background: url(../images/contacts_email.png) no-repeat 5px 5px;
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
    position: relative;
    top: 0;
    left: 0;
    border-radius: inherit;    
}


.contact_middle_data{
        width: 100%;
    display: inline-flex;
    margin-bottom: 100px;
}

.contact_info{
        box-shadow: 0px 3px 9px 3px rgba(197, 197, 197, 0.25);
    width: 48%;
    margin-right: 60px;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px;
}

.contact_info h4{
        font-size: 32px;
    color: #85448B;
    margin-bottom: 30px;
}

.contact_info p{
     margin-bottom: 10px;
}

.contact_form{
    width: 48%;
    padding: 20px;
    box-sizing: border-box;
}

.contact_form h4{
    font-size: 32px;
    color: #85448B;
    margin-bottom: 30px;
}

.page_372 .module_row{
        margin-bottom: 100px;
}

.module_block1 {
    width: 25%;
}
.module_block2 {
    width: 49%;
}
.module_block3 {
    width: 25%;
}

.form_input{
        width: 100%;
    display: inline-block;
    margin-bottom: 20px;
}

.form_input input{
    width: 100%;
    border: none;
    background: rgba(239, 239, 239, 0.5);
    padding: 15px;
    border-radius: 7px;
    outline:none;    
}

.form_input textarea{
    width: 100%;
    border: none;
    background: rgba(239, 239, 239, 0.5);
    padding: 15px;
    border-radius: 7px;
    resize:none;
    height:150px;
    outline:none;    
}

.form_action{
    width: 100%;
    display: inline-block;
    text-align: right;
}

.form_action button{
    background: rgba(138, 66, 145, 1);
    border: none;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 100px;
    border-radius: 10px;
    cursor: pointer;
    outline: none;
    font-size: 22px;
}


.defContentItem{
    min-height:500px;
    width: 100%;
    display: inline-block;    
}


.priceListRow{
        width: 80%;
    display: block;
    margin: 50px auto;
}

.priceListRow h2{
    font-size: 34px;
    color: #8A4291;
    border-bottom: 2px solid #8A4291;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.priceListData{
        width: 100%;
    display: inline-block;
}

.priceListSearch{
    width: 100%;
    display: inline-block;
    margin-bottom: 30px;
    text-align: center;
}

.priceListSearch form{
    width: 55%;
    display: inline-flex;
}

.priceListSearch .price_form_item:nth-of-type(1){
    width: 80%;
}

.price_form_item input{
    background: #f3f3f3;
    border: none;
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
    outline: none;
    border-left: 5px solid #8A4291;
        border-radius: 7px 0px 0px 7px;
}

.priceListSearch .price_form_item:nth-of-type(2){
        width: 20%;
            display: inline-flex;
}

.price_form_item button{
    background: #8A4291;
    border: none;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    display: inline-block;
    padding: 18px 0;
    cursor: pointer;
    font-size: 16px;
    border-radius: 0px 7px 7px 0px;
}

.priceListBox{
    width: 100%;
    display: inline-block;
    margin:50px 0;
}

.priceListItem{
        width: 100%;
    display: inline-block;
}
.price_main_group span{
    display:block;
    background: #F3F3F3;
    padding: 15px;
    box-sizing: border-box;
    border-left: 5px solid #8A4291;
    margin: 5px 0;
    color:#8A4291;
    font-weight:bold;
    cursor:pointer;
    border-radius: 7px;    
}


.priceItem{
    display: none;
    margin: 10px 0;
}

.priceItem p:nth-of-type(1){
        float: left;
    width: 70%;
    padding: 10px;
    box-sizing: border-box;
    display: inline-block;
}

.priceItem p:nth-of-type(2){
    float: right;
    padding: 10px;
    box-sizing: border-box;
    display: inline-flex;
}

.priceItem p:nth-of-type(2) strong{
       padding: 0px 0px 0px 14px;
    display: block; 
}

.price_main_group span i{
        float: right;
}

.priceItemData{
    border: 1px solid #8A4291;
    width: 100%;
    display: inline-block;
    border-radius: 7px;
}


.price_main_group.opened span i{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}


.priceItemData p{
    color:#8A4291;
}


.price_reset{
    background: rgba(140, 140, 138, 0.5);
    padding: 10px;
    line-height: 2;
    box-sizing: border-box;
    border-radius: 13px;
    margin-left: 5px;
}




.news_box article, .search-results article {
    margin-bottom: 48px;
    padding: 20px;
    border-radius: 2px;
    box-shadow: 0 0 8px 0 rgba(110,123,140,.15);
}


.news_box article, .search-results article {
    margin-bottom: 48px;
    padding: 20px;
    border-radius: 2px;
    box-shadow: 0 0 8px 0 rgba(110,123,140,.15);
}


article {
    display: block;
}

.zoom-thumb {
    position: relative;
    overflow: hidden;
    height: 450px;
}
.zoom-thumb img {
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
        max-width: 100%;
    height: auto;
    width:100%;
}

.content-top-20 {
    clear: both;
}
.content-top-20, .single-content, .widget_tx_posts_carousel_widget .owl-nav {
    padding-top: 20px;
}

.entry-header {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 20px;
}

h1.entry-title, h1.entry-title a {
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    margin-top: 0;
    transition: .3s linear;
    color: #000;
}

.details-box .post-title a:hover, h1.entry-title a:hover {
    color: #85448B;
    transition: .3s linear;
}

h1.entry-title a:hover, .details-box .post-title a:hover, .tx-cat-style3-right .post-title a:hover {
    color: #85448B;
}

.entry-meta, .entry-footer {
    color: #a3a3a3;
}

.entry-meta {
    margin: 0 0 5px;
}

.comments-link, .nickname, .post-category, .post-time, .post-views {
    margin-right: 5px;
}


.entry-meta i, .entry-footer i {
    color: #a3a3a3;
}

.comments-link, .nickname, .post-category, .post-tag, .post-time, .post-views, .social-share-header .share-on, .social-share-header a>i, .widget_tx_posts_carousel_widget .owl-carousel .ptm {
    font-size: 12px;
}


.social-share-header a {
    margin: 0 6px;
    background: 0 0;
    display:block;
}
.social-share-header>.ss-fb:hover, .social-share-header>.ss-gp:hover, .social-share-header>.ss-ln:hover, .social-share-header>.ss-pin:hover, .social-share-header>.ss-tw:hover {
    background: 0 0;
}



.social-share-header a>i {
    color: #888;
    font-size: 15px;
}

.social-share-header>.ss-fb:hover  i {
    color: #4267b2;
}

.social-share-header>.ss-ln:hover  i{
    color: #007bb5;
}

.social-share-header>.ss-tw:hover  i{
    color: #1da1f2;
}

.social-share-header{
    width: 100%;
    display: inline-flex;
}

.social-share-header span{
    padding-right: 10px;
}

.social-share-header a{
    position: relative;
    top: -4px;
}


.news_box{
        width: 100%;
    display: inline-block;
    margin: 50px 0;
}

.col-lg-8{
width: 75%;
    padding-right: 40px;

}

.col-lg-12{
 width:100%;   
}

.ptm .post-views{
        padding-left: 15px;
}
.content-top-20 p{
       line-height: 1.4;
    margin-bottom: 15px;
    text-align: justify; 
}

.news_box .row{
        width: 100%;
    display: inline-flex;
}

#secondary{
    width: 25%;
}

.entry-title-news{
    font-size: 25px;
    margin-bottom: 15px;
    color: #85448B;
}

.page_366 .defContentItem .fixWidth{
        width: 1200px
}

#secondary .tribe-compatibility-container, #secondary .widget, #secondary_2 .widget {
    padding: 20px;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(110,123,140,.2);
}



#secondary .tribe-events-widget-events-list__header, #secondary h2.widgettitle, #secondary h3.widget-title, #secondary_2 .tribe-events-widget-events-list__header, #secondary_2 h3.widget-title {
    border-bottom: 3px solid #dadada;
    color: #85448B;
    padding-bottom: 10px;
    margin-top: 0;
    margin-bottom: 12px;
    position: relative;
    font-size: 15px;
    text-transform: uppercase;
}


.widget-title{
    position:relative;
}


 h3.widget-title:after {
    content: "";
    width: 60px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -3px;
    background-color: #303030;
}

.rpbl {
    display: grid;
}

.rpost {
    display: -webkit-inline-box;
    margin: 10px 0;
}

.rpthumb {
    margin-right: 10px;
}

#news-ticker, .comment-details, .rpost, .rprojw_thumb, .rpthumb {
    overflow: hidden;
}

.rpthumb img {
    max-width: 100px!important;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    object-fit: cover;
}

.rpt a {
line-height: 1.4;
    display: block;
    color: rgb(18, 18, 18);
    font-size: 14px;
    box-sizing: border-box;
}

.rpt{
    width: 285px;
    display: inline-block;
}

.rpt span{
        color: #555555;
    font-size: 12px;
}


.social-share {
    clear: both;
    margin: 0;
    background: #fff;
    padding: 7px 20px;
    border: 1px solid #f2f2f2;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
}

.share-on-title {
float: left;
    padding-right: 25px;
}

.social-share h5 {
    font-size: 20px;
    color: #222;
    padding: 10px 0;
    margin: 0;
}
.social-share a {
padding: 5px 11px;
    margin: 8px;
    font-size: 12px;
    color: #fff;
    position: relative;
    top: 13px;
}

.ss-fb {
    background: #4267b2;
}

.ss-tw {
    background: #1da1f2;
}

.social-share i {
    font-size: 14px;
    padding-right: 5px;
}

.menuBox li{
    position:relative;
}

.submenu_row{
    display:none;
    position: absolute;
    left: 0;
    background: #F7F5F4;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    transition: all linear 0.2s;
    padding-top: 5px;    
    z-index:99;

}




.submenu_row_data li a{
    color: #000!important;
    font-size: 13px!important;
    text-align: left!important;
    width: 100%;
    display: block;
    padding:10px;
}

.submenu_row_data li a:hover{
    color:#85448B!important;
    background:#eee;
}

/*.menuBox li.parent:hover>.submenu_row{
    display:block;
}
*/





.submenu_row_data>li>a:after {
    top: 10px!important;
    right: 10px!important;
}



.submenu_row_data li a{
    color: #000!important;
    font-size: 13px!important;
    text-align: left!important;
    width: 100%;
    display: block;
    padding:10px;
}


.clinic_box{
        width: 100%;
    display: inline-block;
    margin: 50px 0;
}

.clinic_box .row{
    width:1280px;
    margin:0 auto;
}


.clinic_box .services_data .serviceItem {
    margin-right: 15px;
    position:relative;
}
.clinic_box .services_data .serviceItem:nth-of-type(4n){
    margin:0;
    float:right;
}

.clinic_box .services_data .clinic_staff_item:nth-of-type(4n){
    margin:0;
    float:right;
}



.clinic_box  .serviceItem h3:before{
    display:none;
}



.clinic_box  .serviceItem:after{
    content: "";
    width: 60px;
    height: 3px;
    background: #8A4291;
    position: absolute;
    bottom: 20px;
}

.clinic_row{
        width: 100%;
    display: inline-block;    
    margin: 50px 0;
}
.clinic_data{
        width: 1200px;
    margin: 0 auto;
}

.clinic_content{
    width: 100%;
    display: inline-block;
}

.staff_rv{
        width: 100%;
    display: inline-block;
    margin-bottom:50px;
}

.clinic_staff_item{
    width: 24%;
    float: left;
    margin-right: 16px;
    box-shadow: 1px 2px 4px 2px rgba(197, 197, 197, 0.25);
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 15px;
    height: 350px;
}

.staff_rv .clinic_staff_item:nth-of-type(4n){
    float:right;
    margin:0;
}

.staff_preview{
width: 250px;
    height: 160px;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 20px;
}

.staff_preview img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.clinic_staff_item h3{
        text-align: center;
    color: #8A4291;
    font-size: 18px;
    border-bottom: 2px solid #8E8D8B;
    padding-bottom: 10px;
    margin-bottom: 10px;
    height:80px;
}


.clinic_staff_item p{
    text-align: center;
    font-size: 15px;
}

.staff_item_row{
        width: 100%;
    display: inline-block;
    margin-top: 50px;
    margin-bottom: 100px;
}

.staff_item_data{
        width: 100%;
    display: inline-flex;
}

.staff_item_preview{
    width: 35%;
}

.staff_item_preview img{
        width: 100%;
}

.staff_item_preview  h2{
    font-size: 30px;
    padding: 5px 0;
}

.staff_item_content{
    width: 65%;
    padding-left: 50px;
}













.serviceItem:before,
.doctor_items:before,
.news_items:before,
.clinic_staff_item:before{
    content: "";
    position: absolute;
    width: calc(100%);
    height: calc(100%);
    top: calc(2px/-1);
    left: calc(2px/-1);
    border:2px solid transparent;
    border-radius:10px;
    transition: transform 0.3s ease-in-out, background-position 0.3s ease-in-out, background-size 0.3s ease-in-out;
    transform: scaleX(0) rotate(0deg);
    transition-delay: 0.6s, 0.3s, 0s;
}

.serviceItem:hover,
.doctor_items:hover,
.news_items:hover,
.clinic_staff_item:hover
{
    outline-width: 0;
}

.serviceItem:hover:before,
.doctor_items:hover:before,
.news_items:hover:before,
.clinic_staff_item:hover:before
{
    background-size: 200% 2px, 2px 400%, 2px 400%, 55% 2px, 55% 2px;
    background-position: 50% 100%, 0% 100%, 100% 100%, 100% 0%, 0% 0%;
    border:2px solid rgba(133, 68, 139, 1);
    transform: scaleX(1) rotate(0deg);
    transition-delay: 0s, 0.3s, 0.6s;
}

.serviceItem,
.doctor_items,
.news_items,
.clinic_staff_item
{
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    position: relative;
    z-index: 99;    
}

.serviceItem:hover,
.doctor_items:hover,
.news_items:hover,
.clinic_staff_item:hover
  {
    -moz-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
}


.doctor_preview a,
.news_items a,
.clinic_staff_item a
{
    position:relative;
}


.zoom-thumb img{
        -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    max-width: 100%;
    height: auto;
    width: 100%;
}



.zoom-thumb:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}





.searchRowOver{
        width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    display:none;
}



.searchRow{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70vh;
    background: #fff;
    z-index:999999;
   display:none;
}



#typeRow{
    width:200px;
    height:100px;
}



.line-1{
    position: absolute;
    top: 61%;
    width: 100%;
    margin: 0 auto;
    border-right: 2px solid #000;
    font-size: 180%;
    white-space: nowrap;
    overflow: hidden;
    transform: translateY(-50%);
    background: #fff;
    padding: 0px 10px 0px 10px;
}



#searchData::-webkit-input-placeholder { 
  font-size: 230%;
  color:#000;
      white-space: nowrap;
}
#searchData::-moz-placeholder { 
  font-size: 230%;
  color:#000;
      white-space: nowrap;
}
#searchData:-ms-input-placeholder { 
  font-size: 230%;
  color:#000;
      white-space: nowrap;
}
#searchData:-moz-placeholder { 
   font-size: 230%;
   color:#000;
       white-space: nowrap;
}


.anim-typewriter{
  animation: typewriter 2s steps(30) 1s 1 normal both,
             blinkTextCursor 500ms steps(30) infinite normal;
}

@keyframes typewriter{
  from{width: 0;}
  to{width: 10em;}
}
@keyframes blinkTextCursor{
  from{border-right-color: #000;}
  to{border-right-color: transparent;}
}


.searchBox{
        width: 50%;
    margin: 0 auto;
}

.searchForm{
    padding: 100px 0;
    position: relative;
}


.searchForm input[type="text"]{
    width: 97%;
    padding: 16px 0px 4px 9px;
    border: none;
    border-bottom: 1px solid #ccc;
    float: left;
    letter-spacing: 1.5px;
    font-size: 35px;
}


.closeSearch{
    background: url(../images/times-solid.svg) no-repeat 0px 0px;
    float: right;
    font-size: 26px;
    position: relative;
    top: -73px;
    right: -120px;
    cursor: pointer;
    width: 17px;
    height: 30px;
}


.overTyping{
    position: absolute;
    top: 94px;
    width: 85%;
    display: inline-block;
    background: #fff;
    height: 66px;
    left:0;
}


.searchTitle strong{
    color: rgba(133, 68, 139, 1);
}

.searchForm button{
        position: absolute;
    bottom: 55px;
    font-size: 35px;
    right: 23px;
    background: none;
    border: none;
    cursor: pointer;
}

.searchForm .fa-search{
    font-size: 35px;
    right: 23px;
}





.search_page_form{
        width: 100%;
    display: inline-block;
}

.search_page_form .search_data{
        width: 100%;
    display: inline-block;
    padding: 0;
    margin: 20px 0;
}

.search_page_form .search_data form .form_input:nth-of-type(1){
        width: 93%;
}

.search_page_form .search_data form .form_input:nth-of-type(2){
        width: 5%;
}

.search_page_form .search_data form button{
    width: 56px;
    border-radius: 0px 5px 5px 0px;
}


.listing_data{
        width: 100%;
    display: inline-block;
    margin-top: 50px;
}

.listing_data .news_preview{
    width: 300px;
    height: 240px;
    float: left;
}

.listing_data .search_data{
width: 70%;
    float: right;
    padding: 0;
}

.listing_data  .listing_item{
        width: 100%;
    display: inline-block;
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #ccc;
}

.search_data > h3{
      font-size: 19px;
    font-weight: bold;
    color: #2468cd;
    margin-bottom: 20px;  
}

.listing_data  .listing_item:last-of-type{
    border:none;
}

.listing_item a{
    color: rgba(133, 68, 139, 1);
}


.page-item a.active,
.page-item a:hover{
    background: rgba(133, 68, 139, 1)!important;
    color: #fff!important;
}


.search_pagination .pagination__wrapper ul {
    width: auto;
}

.page_164 .shopRow .fixWidth{
        width: 1100px;
}



.search_data form button{
        width: 50px;
    background: rgba(133, 68, 139, 1);
    display: block;
    height: 50px;
    cursor: pointer;
    border: none;
    outline: none;
}


.search_data form .form_input:nth-of-type(1) input:focus {
    border-top: 1px solid #FFDD03!important;
    border-left: 1px solid #FFDD03!important;
    border-bottom: 1px solid #FFDD03!important;
}


.search_data form button i{
        color: #fff;
    font-size: 18px;
}


.search_data form{
        width: 100%;
    display: inline-flex;
}

.search_data form .form_input_page:nth-of-type(1){
        width: 95%;
}
.search_data form .form_input_page:nth-of-type(2){
            width: 5%;
}

.search_data form .form_input_page:nth-of-type(1) input{
    width: 100%;
    box-sizing: border-box;
    border: none;
    background: rgba(140, 140, 138, 0.1);
    padding: 18px;
    border-radius: 5px 0px 0px 5px;
}






.com-content-category-blog__pagination{
    display: inline-block;
}
.pagination__wrapper,
.pagination__wrapper ul{
    width: 100%;
    display: inline-block;
}

.pagination__wrapper ul li.page-item{
        float: left;
    width: 36px;
    height: 30px;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 10px;
    list-style:none;
}

.pagination__wrapper ul li.page-item a{
    background: #F7F5F4;
    color: rgba(133, 68, 139, 1);
    width: 100%;
    display: inline-block;
    font-size: 15px;
    padding: 5px;
    height: 100%;
        position: relative;
}
.pagination__wrapper ul li.page-item.active a,
.pagination__wrapper ul li.page-item a:hover{
    background:rgba(133, 68, 139, 1);
    color: #fff;
}


.icon-angle-double-left{
    content:"";
    background: url(../images/angle-double-left-solid.svg) no-repeat 0px 0px;
    display: block;
    width: 16px;
    height: 20px;
    margin: 0 auto;
}

.icon-angle-double-right{
    content:"";
    background: url(../images/angle-double-right-solid.svg) no-repeat 0px 0px;
    display: block;
    width: 16px;
    height: 20px;
    margin: 0 auto;
}

.pagination__wrapper ul li.page-item a:hover .icon-angle-double-left{
    background: url(../images/angle-double-left-white.svg) no-repeat 0px 0px;
}

.pagination__wrapper ul li.page-item a:hover .icon-angle-double-right{
    background: url(../images/angle-double-right-white.svg) no-repeat 0px 0px;
}

.pagination__wrapper ul li.page-item a:hover .icon-angle-left{
    background: url(../images/chevron-left-white.svg) no-repeat 0px 0px;
}

.pagination__wrapper ul li.page-item a:hover .icon-angle-right{
    background: url(../images/chevron-right-white.svg) no-repeat 0px 0px;
}

.icon-angle-left{
    content:"";
    background: url(../images/chevron-left-solid.svg) no-repeat 0px 0px;
    display: block;
    width: 10px;
    height: 16px;
    margin: 0 auto;
    position: relative;
    top: 2px;
}


.icon-angle-right{
    content:"";
    background: url(../images/chevron-right-solid.svg) no-repeat 0px 0px;
    display: block;
    width: 10px;
    height: 16px;
    margin: 0 auto;
    position: relative;
    top: 2px;
}

.com-content-category-blog__navigation{
        width: 100%;
    display: inline-block;
    margin-bottom: 20px;
        text-align: center;
}


.category_data_row{
    width: 100%;
    display: inline-block;
    margin-bottom: 30px;
}

.category_data_row > h3{
        background: #8A4291;
    padding: 15px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
    border-radius: 5px;
}
.category_nav_box{
    width: 100%;
    display: inline-block;
    text-align: right;
    margin: 15px 0px 0px 0px;
}

.category_nav_box a{
    padding: 10px 30px;
    background: rgba(140, 140, 138, 0.2);
}


.cat_data_box{
    width: 100%;
    display: inline-block;
}

.spec_search{
        width: 100%;
    display: inline-block;
    text-align: center;
    padding: 125px 0;
}

.search_form_row{
    display: inline-flex;
}

.search_form_item{
        margin: 0 10px;
    width: 475px;
}

.search_form_item select{
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    outline: none;
    border: 1px solid #ccc;
    border-radius: 7px;
}

.search_form_item input{
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    outline: none;
    border: 1px solid #ccc;
    border-radius: 7px;
}

.search_form_item button{
        background: #8A4291;
    padding: 15px 50px;
    color: #fff;
    text-transform: uppercase;
    border: none;
    width: 100%;
    cursor:pointer;
    border-radius: 7px;
}


.search_form_row .search_form_item:last-of-type{
        width: 200px;
}



.rooms_list_row{
    width: 100%;
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin:30px 0px 0px 0px;
}

.page_gal_nav{
    width: 100%;
    display: inline-block;
    margin-bottom: 30px;
}

.page_gal_nav a{
        background: #85448B;
    color: #fff;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 10px
}

.gallery_list_wrapper {
    width: 100%;
    display: inline-block;
    margin-bottom: 100px;
}

.gallery_grid {
    width: 100%;
    display: inline-block;
}

.gallery_grid ul {
    width: 100%;
    display: inline-block;
}

.gallery_grid ul li {
    width: 32%;
    margin-right: 30px;
    height: 400px;
    overflow: hidden;
    border-radius: 5px;
    position: relative;
    float: left;
    margin-bottom: 37px;
}

.gallery_grid ul li:nth-of-type(3n){
        margin-right: 0;
    float: right;
}

.gallery_grid ul li:after {
    position: absolute;
    content: '';
    background: #000;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 99;
    pointer-events: none;
    -ms-transition: opacity 1s cubic-bezier(0,1,.5,1);
    -webkit-transition: opacity 1s cubic-bezier(0,1,.5,1);
    transition: opacity 1s cubic-bezier(0,1,.5,1);
}



.gallery_grid ul li a{
        display: block;
}


.gallery_grid ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);    
    display: block;
    -ms-transition: transform 1s cubic-bezier(0,1,.5,1);
    -webkit-transition: transform 1s cubic-bezier(0,1,.5,1);
    transition: transform 1s cubic-bezier(0,1,.5,1);
}



.gallery_grid ul li:hover:after {
    opacity: .5;
}


.gallery_grid ul li figcaption{
position: absolute;
    bottom: 17px;
    width: 86%;
    color: #fff;
    font-size: 18px;
    padding: 0px 41px 0px 12px;
    margin-left: 20px;
    z-index: 999;
}



.gallery_grid ul li figcaption span {
    position: absolute;
    display: block;
    width: 55px;
    height: 100%;
    right: -40px;
    top: 12px;
}

.gallery_grid.video_r ul li figcaption span {
    top: 12px!important;
}

.gallery_grid ul li figcaption a{
        position: relative;
        color:#fff;
        height:65px;
}

.gallery_grid ul li figcaption a:before {
    width: 10px;
    right: 103%;
}


.gallery_grid ul li figcaption a:after,
.gallery_grid ul li figcaption a:before{
    content: '';
    display: block;
    position: absolute;
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border-radius: 4px;
    transition: all 0.3s;
}


.gallery_grid ul li figcaption a:after {
    width: 0%;
    left: calc(100% - 10px);
}




.gallery_grid ul li figcaption span:before {
    top: 30px;
    right: 0;
    transform: rotate(45deg);
}


.gallery_grid ul li figcaption span:after {
    top: 14px;
    right: 0;
    transform: rotate(-45deg);
}



.gallery_grid ul li:hover figcaption a:before {
    width: 0%;
}



.gallery_grid ul li:hover figcaption a:after{
    width: 50px;
}



.gallery_grid ul li:hover figcaption span:before {
    width: 12px;
    top: 15px;
    right: -3px;
    opacity: 1;
}



.gallery_grid ul li:hover figcaption span:after {
    width: 12px;
    top: 23px;
    right: -4px;
    opacity: 1;
}




.gallery_grid ul li figcaption span:before, .gallery_grid ul li figcaption span:after{
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 2px;
    top: 0;
    right: 0;
    background: #fff;
    border-radius: 4px;
    transform: rotate(45deg);
    transition: all 0.15s;
    transition-delay: 0.25s;
    opacity: 0;
}



.gallery_grid ul li figcaption span:before {
    top: 30px;
    right: 0;
    transform: rotate(45deg);
}


.gallery_grid ul li figcaption span:after {
    top: 14px;
    right: 0;
    transform: rotate(-45deg);
}



.gallery_nav ul li a span {
    top: -5px;
    right: -2px;
    text-align: left;
    position: relative;
    font-size: 14px;
}


.top_language ul:nth-of-type(2) li:nth-of-type(1){
        width: 95px;
}

.top_language ul:nth-of-type(1){
        margin-right: 20px;
}

.top_language ul:nth-of-type(1) li{
    width: 22px;
    height: 25px;
    margin: 2px 5px;
}

.top_language ul:nth-of-type(1) li a{
    padding:0;
}


.menuBox > ul li a:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 2px;
    background-color:#85448B;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: width 0.2s ease;
    transition: width 0.2s ease;
}

.active_menu_item:after,
.menuBox > ul li a:hover:after {
    width: 100%!important;
}

.defContentItem ul,
.defContentItem ol{
    padding-left: 5px;
    margin: 15px 0;
    margin-left: 35px;
}

.defContentItem ul li,
.defContentItem ul ol{
position: relative;
    padding: 2px;
}

.defContentItem ul:not(.pagination)>li:before{
    content: "";
    background: #000;
    position: absolute;
    top: 10px;
    left: -17px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
}

p.counter {
    display:none;
}

.page_392.view_article .clinic_content ul:nth-of-type(1){
    margin:0;
}

.page_392.view_article .clinic_content ul:nth-of-type(1) li{
    position: relative;
    padding-left: 50px;
    padding-bottom: 20px;
    padding-top: 12px;
}

.page_392.view_article .clinic_content ul:nth-of-type(1) li:before{
    display:none;
}

.page_392.view_article .clinic_content ul:nth-of-type(1) li:nth-of-type(1):after{
    content: "";
    background: rgba(217, 217, 217, 0.5) url(../images/vacancy_1.png) no-repeat 6px 5px;
    position: absolute;
    top: 0;
    left: 0px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 5px;
    display: block;   
}


.page_392.view_article .clinic_content ul:nth-of-type(1) li:nth-of-type(2):after{
    content: "";
    background: rgba(217, 217, 217, 0.5) url(../images/vacancy_2.png) no-repeat 7px 8px;
    position: absolute;
    top: 0;
    left: 0px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 5px;
    display: block;   
}


.page_392.view_article .clinic_content ul:nth-of-type(1) li:nth-of-type(3):after{
    content: "";
    background: rgba(217, 217, 217, 0.5) url(../images/vacancy_3.png) no-repeat 7px 7px;
    position: absolute;
    top: 0;
    left: 0px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 5px;
    display: block;   
}


.clinic_content a{
    color:rgba(133, 68, 139, 1);
}

.page_393 .clinic_content ul li:nth-of-type(2n+1) {
    padding: 10px;
    background: #eee;
    margin: 5px 0;
}


.page_393 .clinic_content ul li:nth-of-type(2n) {
    padding: 10px;
    background: #f9f9f9;
    margin: 5px 0;
}

.page_393 .defContentItem ul>li:before{
    display:none;
}


.header{
    display:none;
}


    
.clinic_staff{
        margin-top: 15px;
}    
    

.gallery_grid ul,
.contact_top_data ul{
    margin:0;
}


.lang_row ul li{
        width: 60px!important;
}

.lang_row ul li a{
       padding: 5px!important;
}


.middle_head strong{
    font-weight:normal;
}

.pathway span,
.breadcrumb-item span{
        text-transform: uppercase;
}
.video_row{
        width: 100%;
    display: inline-block;
}

.video_row .video_item:nth-of-type(2n+1){
        width: 50%;
    float: left;
    margin-bottom:20px;
}

.video_row .video_item:nth-of-type(2n){
        width: 50%;
    float: right;
    margin-bottom:20px;
}




.slideshow_row .owl-item{
    height:800px;
}


.managerBlock{
    display:none;
}


.azdararir-top {
    border-radius: 10px;
    cursor: pointer;
    text-align: center;
    width: 150px;
    height: 90px;
    opacity: 0.8;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin: 0 auto;
    position: fixed;
    left: 0;
    bottom: 180px;
    z-index: 99999;    
}

.azdararir-top img{
    width:100%;
}
.news_item_gallery{
        width: 100%;
    display: inline-block;
}


.inner_gallery_over{
    width: 275px;
    height: 150px;
    display: block;
    float: left;
    overflow: hidden;
    margin-right: 15px;
    margin-bottom: 15px;  
}

.news_item_gallery .inner_gallery_over:nth-of-type(3n){
 float:right;
 margin-right:0;
}

.inner_gallery_over a{

    display: block;
    width: 100%;
    height: 100%;
}

.inner_gallery_over img{
        width: 100%;
    height: 100%;
    object-fit: cover;
}


.price_desc p strong{
        font-weight: bold;
    font-size: 30px;
    position: relative;
    top: 11px;
}


.disclaimer{
    display: inline-block;
    background: rgba(217, 217, 217, 0.5);
    width: 100%;
}

.disclaimer_data{
    width: 38%;
    margin: 50px auto;
    padding: 20px;
    font-size: 20px;
    background: rgba(133, 68, 139, 1);
    color: #fff;
    border-radius: 50px;
}

.disclaimer_data_wrapper{
        width: 100%;
    display: inline-flex;
}


.ss_form_wrapper{
        width: 100%;
    display: inline-block;
    margin: 50px 0;
}

.ss_description{
    width: 100%;
    display: inline-block;
}

.ss_description h3{
    font-size: 25px;
    text-align: center;
    padding: 10px 0;
}


.ss_form{
    text-align: left;
    width: 50%;
    display: inline-block;
}

.ss_form form{
    display: inline-block;
    width: 400px;
}

.ss_form_item{
        margin: 10px 0;
    width: 100%;
}

.ss_form_item input{
        padding: 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    outline: none;
    width: 100%;
    border-radius: 5px;
}


.ss_form_item select{
        padding: 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    outline: none;
    width: 100%;
    border-radius: 5px;
}


.ss_form form button{
    display: inline-block;
    margin-top: 20px;
    background: rgba(133, 68, 139, 1);
    color: #fff;
    border-radius: 5px;
    border: none;
    padding: 10px 50px;
    cursor: pointer;
}


.ss_form_boxitem{
        width: 100%;
    display: inline-block;
    margin-top: 50px;
}

.ss_form_bg{
    width: 50%;
    float: left;
    text-align: right;
    padding: 0px 20px 0px 0px;
}

.ss_form_bg img{
    width: auto;
    border-radius: 10px;
    height: 350px;
    margin: 0 auto;
}






.connect_wrapper{
        position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99999;
    display:none;
}

.connect_data{
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 99999;
    top: 20%;
    display:none;
}

.connect_row{
    width: 500px;
    margin: 0 auto;
    background: #fff;
    padding: 15px;
    border-radius: 10px;    
        position: relative;
}

#close_connect{
    position: absolute;
    right: 20px;
    background: #85448B;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    padding: 1px 0px 0px 1px;
    font-size: 25px;
    cursor: pointer;
}

.connect_row h3{
    text-align: center;
    margin-bottom: 20px;
    font-size: 22px;
}

.connect_form{
        width: 100%;
    display: inline-block;
}

.connect_form_item{
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
}

.connect_form_item input{
        padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 100%;
    outline: none;
}

.connect_form_item textarea{
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 100%;
    resize: none;
    height: 150px;
    outline: none;
}


.connect_form_button{
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 15px 0;
}

.connect_form_button button{
    background: #85448B;
    color: #fff;
    border: none;
    padding: 10px 50px;
    border-radius: 5px;
    cursor: pointer;
}

.connect_ro{
        width: 135px!important;
    line-height: 1.7;
}

#view_connect{
        text-align: center;
    font-weight: bold;
    color: rgba(133, 68, 139, 1);
}

#message_bx{
      text-align: center;
    height: 30px;
    color: green;
    font-size: 22px;
    padding: 3px 0px 0px 0px;  
        display: none;
}






















