body { font-family:'!BPG! DejaVu Sans', sans-serif; font-size:14px; padding: 0; margin:0;}
body a {
    text-decoration:none;
    transition: 0.3s ease;
    color: #23527c;
}
body a:hover{ text-decoration:none;}
.content a:hover{ text-decoration:underline;}
.Main_Content,
.MainCenter{
    min-height: calc(100vh - 418px)
}
.main_title{
    font-family: '!BPG! DejaVu Sans Caps', sans-serif;
    padding: 10px 0;
    cursor: pointer;
    font-size: 20px;
    color: #343434;
    position: relative;
}
.main_title::after{
    content: "";
    width: 75px;
    height: 1px;
    margin-top: 2px;
    background: #343434;
    display: block;
    position: absolute;
    left: 0;
}
.main_title a{
    text-decoration: none;
    color: inherit;
    text-transform: uppercase;
}

.Left{float:left;}
.Right{float:right;}

.Relative{position: relative;}
.Absolute{position: absolute;}

.TextLeft{text-align:left;}
.TextRight{text-align:right;}
.TextCenter{text-align:center;}
.clear{clear: both;}
.bg{background: #ebebeb;}
.bg1{background: #f6f6f6;}
.bg2{background: #fefefe;}
.top20{padding-top:20px;}
.left0{padding-left: 0px;}
.right0{padding-right: 0px;}
.padding0{padding: 0px;}

.borderLeft40{
  -webkit-border-top-left-radius: 40px;
  -moz-border-radius-topleft: 40px;
  border-top-left-radius: 40px;
}
.Header{
    padding: 0px 0 0;
}
.Header i{margin-right: 10px; font-size: 1.2em;}
.Header a{color: #333;}

.Header .selectpicker{width: 100px; z-index: 999999; }
.bootstrap-select .btn{border:0px; background: none;padding: 6px 10px}
.bootstrap-select .btn:hover{background: none;}
.bootstrap-select .btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover,
.btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover{background: none;}
.bootstrap-select .dropdown-menu{z-index:10000; text-align: right;}
.bootstrap-select .inner li{
    text-align: left;
}
.bootstrap-select .inner li a:active,
.bootstrap-select .btn:active,
.bootstrap-select .inner li a:focus,
.bootstrap-select .btn:focus,
.bootstrap-select .inner li a:hover,
.bootstrap-select .btn:hover{
    outline: none !important;
    box-shadow: none;
}
/* .Header .langs{margin-top: -8px;} */
.logo {
    width: 95px;
    height: auto;
    object-fit: contain;
}
#top_info{
    background: #fcb134;
    padding: 6px 0;
    font-size: 16px;
    font-family: "!BPG! DejaVu Sans Caps";
    color: #fff;
    text-align: center;
    overflow: hidden;
    transition: 0.5s ease;
    /* display: none; */
}
#top_info strong,
#top_info span{
    z-index: 999;
    position: relative;
    font-weight: 400;
}
#top_info span::before{
    content: "";
    position: absolute;
    background: #e99200;
    width: calc(100% + 70px);
    height: 34px;
    left: -35px;
    top: -7px;
    z-index: 0;
    -ms-transform: skew(30deg,0deg);
    -webkit-transform: skew(30deg,0deg);
    transform: skew(30deg,0deg);
}
#close_info{
    position: absolute;
    right: 5px;
    top: -12px;
    padding: 10px;
    cursor: pointer;
    font-size: 18px;
    z-index: 999
}
#header_title{
    font-size: 18px;
    font-family: 'BPG Mrgvlovani Caps',"!BPG! DejaVu Sans Caps";
    color: #343434;
    font-weight: bold;
    text-align: left;
    max-width: 340px;
    padding: 5px;
    text-transform: uppercase;
}
#header_info{
    padding: 20px 0;
}
.selected_lang a{
    font-weight: bold;
}
.selected_lang a:hover{
    border-bottom: 1px solid transparent !important;
}
.langs a{
    padding:10px 15px !important;
    text-decoration: none;
    cursor: pointer;
}
#main_menu{
    background: #f6f6f6;
    padding: 7px 0;

}

.HomeNews{width: 100%; height: 371px; /*background:#f4f4f4;*/}
.News .Info{
    color: #343434;
    font-size: 14px;
}
.News .intro,
.News .title{
    margin-bottom: 5px;
    /* font-weight: bold; */
}
.News .events .title{
    color: #00618e;
}
.News .Info .date{
    color: #00618e;
    margin-bottom: 5px;
}
.News .events .date{
    color: #343434;
    position: relative;
    top: -12px;
}
.News>div{
    min-height: 440px;
}
.date_number{
    font-size: 40px;
}
.date_month{
    font-size: 21px;
    font-family:'!BPG! DejaVu Sans Caps', sans-serif;
    text-align: center;
    border-bottom: 4px solid #343434;

}

.News .newsebi .title{
    font-family:'!BPG! DejaVu Sans', sans-serif;
}
.News h3{padding-left: 15px;}
.NewsItem{
    transition: 0.3s;
    margin-bottom: 15px;
}

.NewsItem a{
    text-decoration: none;
    display: block;
    overflow: auto;
    margin-bottom: 20px;
}
.NewsItem img{
    height: 90px;
    width: auto;
    object-fit: cover;
}
.News .read_more i{
    color: #a0c4d5
}
.News .read_more{
    color: #00618e;
    text-decoration: none;
    transition: 0.3s ease;
    position: absolute;
    right: 15px;
    bottom: 0;
}

.News .read_more:hover{
    color: #343434;
}
.home_news .Info{
    padding: 5px;
    position: relative;
}

.newsImage{
    height: auto;
    max-width:360px;
    object-fit: cover;
    margin-bottom: 20px;
    margin-right: 15px;
}
.newsInner .title{font-size:24px; color: #343434; padding-bottom: 5px;}

.newsInner .date{color: #999999; padding-bottom: 10px;}
.newsInner p{ font-weight: bold;}


.news_calendar_wrap,
.exhibition_list_item a,
.news_list_item a{
    text-decoration: none;
    color: #343434;
    display: block;
    background: #f7f7f7;
    margin-bottom: 30px;
    min-height: 415px;
}
.exhibition_list_item a{
    min-height: 275px;
    height: 275px;
}
.exhibition_list_item .intro{
    padding: 0 !important;
}
.news_list_item a:hover{
    color: #343434;
}
.exhibition_list_item h4,
.news_list_item h4{
    font-size: 16px;
    padding: 0 10px;
    font-family:'!BPG! DejaVu Sans Caps', sans-serif;
    line-height: 18px;
}

.news_list .intro{
    padding: 10px;
    font-family: 'BPGArial';
}
.news_bottom_div{
    position: absolute;
    top: 258px;
    padding-right: 15px;
}
.exhibition_list_item .date{
    color: #996414;
    margin: 10px;
}
.news_list_item .date{
    opacity: 0.5;
    padding: 0 10px;
}
.exhibition_list_item img,
.news_list_item img{
    width: 100%;
    height: 180px;
    object-fit: cover;
    background-color: #FFF;
    border: 1px solid #f7f7f7;
}
.news_list>div>a{
    /* height: 250px;
    overflow: hidden; */
}
.blog_list_item{
    margin-bottom: 30px;

}
.blog_list_item a{
    text-decoration: none;
}
.blog_list_item a:hover{
    text-decoration: none;
}
.blog_list_item img{
    width: 100%;
    height: 388px;
    object-fit: cover;
}
.blog_list_item h4{
    font-family:'!BPG! DejaVu Sans Caps', sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 15px 0;
    color: #343434;
    line-height: 19px;
    /* font-weight: bold; */
}
.blog_list_item .info,
.blog_list_item .intro{
    /* height: 62px; */
    padding: 0 15px;
    color: #343434;
}
.blog_list_item .intro{
    padding-bottom: 10px;
}
.blog_text_col{
    background: #f3f3f3;
}
.img2 img{
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.blogImage{
    height: auto;
    width:260px;
    object-fit: cover;
    margin-bottom: 20px;
    margin-right: 15px;
}
@media (max-width: 767px) {
  .text img,
  .blogImage{
      max-width: 100%;
      width:100%;
      height: auto !important;
      display: block;
      margin: 0 0 20px !important;
  }
  .calendar_div:not(:first-child){
      display: none;
  }
}
.LastNews .Headline{height: 36px; background: #f1f5f8; color:#343434; padding:10px;}
.LastNews .info{color:#343434; background: #fff; padding:5px 5px 15px 5px; height: 70px;}
.LastNews .info .title{font-size:15px; color: #343434;}
.LastNews .item{margin-top: 20px;}

.watches{padding-left: 0px;}
.consultation{padding-left: 0px;}
.WatchesBlock{background: url(../images/watches.png) center; padding-top: 50px; width: 540px; height: 120px;}
.hour_list{width: 90%; color: #ffffff; margin:auto; font-weight: 700;}

.vacancy{ height: 120px; font-size: 15px; cursor: pointer; margin-top:20px; background: #36c4f6; font-weight:700; color: #ffffff; padding: 15px; }
.vacancy hr{width: 95%; margin:auto; color: #ffffff; }

.ConsultationBlock{background: url('../images/doctor.png') right top; padding-left: 15px; width: 545px; height: 262px; }
.ConsultationBlock .Form .input{ margin-top:15px; height: 33px; border:1px solid #d5d5d5; width: 100%; padding: 8px; }
.ConsultationBlock .Form button{
	height: 30px; background: #1bbc9b; color: #ffffff;
	text-align: center; padding-top: 8px; cursor: pointer;
	border:0; width: 100%;
}
.ConsultationBlock .Form #datetimepicker1{margin-top: 15px; margin-bottom: 15px; border-radius: 0px;}

.footer{width: 100%; background: #f4f4f4;margin-top: 20px;}
.top_footer{
    padding: 14px 0;
}
.footer_div{
    color: #fff;
}
.footer_contact{
    margin: 0;
    padding: 0;
}
.footer_contact li{
    display: inline-block;
}
.footer_contact li a{
    font-size: 20px;
    padding-left: 15px;
    transition: 0.3s ease;
}

.footer .top{background: #f4f4f4; height: 220px; padding-top: 5px;}
.footer .top .about{padding-left: 0px; font-size:13px;}
.footer .bottom{
    background: #fafafa;
    /* font-weight: bold; */
    padding: 8px 0;
    color: #343434
}
.footer .bottom .container{}
.footer .bottom a{color: #343434; text-decoration: none;}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #303132;
  font-weight: 700;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #303132;
  font-weight: 700;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #303132;
  font-weight: 700;
}
:-moz-placeholder { /* Firefox 18- */
  color: #303132;
  font-weight: 700;
}


.nullButtonBg{width: 100%; height: 35px; background: rgba(39,181,226,0.8); margin-top: 50px;}
.NewsItem:hover .nullButtonBg{width: 100%; height: 35px; background: rgba(39,181,226,0.8); margin-top: 50px;}

.MenuNav{
    width: 100%;
    color: #fff;
    margin-bottom: 20px;
    padding: 50px 0;
}
.MenuNav .container{padding-left: 0px; padding-top: 2px;}
.MenuNav .container a{text-decoration: none; color:#fff;font-size: 20px}
.MenuNav2{
    width: 100%;
    color: #343434;
    margin-bottom: 20px;
    padding: 20px 0;
    background: #fdfdfd;
}
.MenuNav2 .container a{text-decoration: none; color:#343434;font-size: 20px}


.quote_icon{
    font-size: 28px;
    margin-right: 10px;
    float: left;
    margin-top: 6px;
}


#facebook{
    color: #3b5999;
}
#instagram:hover{
  /* background-image: -webkit-gradient( linear, left top, right top, color-stop(0, #f22), color-stop(0.15, #f2f), c
  olor-stop(0.3, #22f), color-stop(0.45, #2ff), color-stop(0.6, #2f2),color-stop(0.75, #2f2), color-stop(0.9, #ff2), color-stop(1, #f22) );
  background-image: gradient( linear, left top, right top, color-stop(0, #f22), color-stop(0.15, #f2f), color-stop(0.3, #22f),
  color-stop(0.45, #2ff), color-stop(0.6, #2f2),color-stop(0.75, #2f2), color-stop(0.9, #ff2), color-stop(1, #f22) );
  color:transparent;
 -webkit-background-clip: text;
 background-clip: text; */
 color: #d10869;
}
#twitter{
    color: #1da1f2;
}
#youtube{
    color: #f00;
}
#wordpress{
    color: #21759b;
}
.EventItem{
  margin-bottom: 30px;
  height: 130px; max-height: 130px;
  cursor: pointer;
}
.EventItem .Item{padding:10px; padding-right: 60px; background: #f8f8f8; height: 130px; max-height: 130px;}
.EventItem .Item .title{padding-top: 5px;}
.EventItem .Item .Button{
  height: 130px; z-index: 2; color:#ffffff;
  background: #e4e4e4; top:0px; right: 0px;
  width: 50px;
  text-align: center;
  padding-top: 45px;
}

.EventItem .Item .Button:hover{
  background: #9e283b;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

 /*NAVBAR*/
#navbar{
  /* height:38px;
  position:relative;
  width:100%;
  padding:5px 0px;
  float: left; */
}
#navbar a{text-decoration: none;}
.navbar_in{
  /* position:absolute;
  left:30%;
  color:#343434; */
    float: right;
}
.navbar_active{
    float:left;
    width: 32px;
    height: 32px;
    background:#fcb134;
    color: #343434;
    margin-right: 8px;
    padding: 5px 0;
}
.navbar_active div{
    text-align:center;
    color: #fff;
    font-size: 16px;
    width: 32px;
    height: 32px;
    float: left;
}
.navbar_switcher{
    float: left;
    width: 32px;
    height: 32px;
    margin-right: 8px;
    cursor: pointer;
    background: #ebebeb;
    text-align:center;
    padding: 5px 0;
    font-size: 16px;
    transition: 0.3s ease;
    color: #343434;

}
/* .navbar_switcher:hover, */
.navbar_switcher:hover{
  color:#ffffff;
  background:#fcb134;
}
.navbar_switcher div{
    font-size:16px;
    text-align:center;
}

/*END OF NAVBAR*/
.search{
    position: relative;
}
.main_search_select:hover,
.main_search_select:active,
.main_search_select:focus{
    outline: none !important
}
.main_search_select button{
    background: none !important;
    box-shadow: none;
    padding: 6px 0px;
}
.main_search_select{
    min-width: 180px;
    position: absolute;
    right: 258px;
    height: 34px;
    border: 1px solid #e1e1e1;
    background: #f8f8f8;
    padding: 0;
    cursor: pointer;
    font-family: '!BPG! DejaVu Sans Caps', sans-serif;
    font-size: 12px;
}
.main_search_select.selectpicker{
    z-index: -1
}
#search_input{
    width: 250px;
    padding-right: 40px;
    border-radius: 0;
    margin-right: 5px;
    border: 1px solid #e1e1e1;
    background: #f8f8f8;
    font-size: 12px;
}
#search_button{
    margin: 0;
    background: #777777;
    border: none;
    position: absolute;
    top: 0;
    right: 0px;
    height: 100%;
    padding: 0 12px;
    color: #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
#search_button i{
    margin: 0;
    font-size: 14px;
}
#main_slider{
    margin-top: 18px;
}
#main_slider .slick-arrow{
    position: absolute;
    z-index: 99;
    top: 0;
    height: 100%;
    font-size: 28px;
    color: #fff;
    cursor: pointer;
    padding: 190px 15px;
}
#main_slider .slick-prev{
    left: 15px;
}
#main_slider .slick-next{
   right: 15px;
}
#main_slider .slick-dots{
   position: absolute;
   bottom: 20px;
   width: 100%;
   text-align: center;
   padding: 0;
   margin: 0;
}
#main_slider .slick-dots li{
    display: inline-block;
    margin: 0 3px;
}
#main_slider .slick-dots li button:active,
#main_slider .slick-dots li button:focus,
#main_slider .slick-dots li button:hover{
    outline: none !important
}
#main_slider .slick-dots li button{
    background: transparent;
    border-radius: 50%;
    border: 1px solid #fff;
    color: transparent;
    width: 16px;
    height: 16px;
}
#main_slider .slick-dots .slick-active button{
    background: #fff;
}
.main_slider_item {
    height: 420px;
    position: relative;
}
.main_slider_item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner_text{
    position: absolute;
    top: 0;
    z-index: 999;
    background: rgba(0,0,0,.3);
    color: #fff;
    margin-top: 60px;
    margin-left: 60px;
    font-family: '!BPG! DejaVu Sans Caps', sans-serif;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    font-size: 16px;
    padding: 0px 15px;
    /* border: 1px solid #959595; */
}
.banner_text h5{
    color: #dd9d33;
}
.banner_contact_us{
    padding: 10px 15px;
    background: #9e283b;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
}
.banner_contact_us:hover{
    color: #fff;
    text-decoration: none;
}
.doctor_item img{
    border: 1px solid #ccc;
}
.doctors_item{
    margin-bottom: 30px;
}
.doctors_item .Info {
    background: #f7f7f7;
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;
}
.doctors_item .Info .title{
    font-weight: bold;
}
.doctor_item{
    margin-bottom: 20px;
}
.doctors_item-close {
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: transparent;
  border: none;
  color: #a4a4a4;
}

.doctors_text{
    display: block;
    opacity: 0;
    position: absolute;
    left: 95%;
    top: 0;
    height: 100%;
    width: 0;
    background-color: #ececec;
    padding: 15px;
    cursor: default;
    overflow: hidden;
    z-index: 99;
}
.doctors_item:nth-of-type(4n + 1) .doctors_text{
    left: 94% !important;
}
.doctors_item:nth-of-type(4n + 3) .doctors_text{
    right: 94% !important;
    left: auto !important;
}
.doctors_item:nth-of-type(4n + 4) .doctors_text {
    right: 95% !important;
    left: auto !important;
}
.doctors_item.open .doctors_text {
    display: block;
    opacity: 1;
}

.slick-arrows{
    display: inline;
    position: absolute;
    right: 45px;
    top: -40px;
    width: 28px;
    height: 28px;
    background: #dd9d33;
    text-align: center;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
    transition: 0.3s;
}
.slick-arrows i{
    position: relative;
    top: -2px;
}
.arrow-right{
    right: 15px;
}
.arrow-left:hover,
.arrow-right:hover{
    background: #d48500;
}
.all_items{
    float: right;
    padding: 10px;
    background-color: #356bce;
    color: #fff;
    text-decoration: none;
    font-family: "!BPG! DejaVu Sans Caps";
    transition: 0.3s;
}
.all_items:hover{
    color: #fff;
    -webkit-box-shadow: 1px 1px 10px 2px rgba(143,143,143,0.84);
    -moz-box-shadow: 1px 1px 10px 2px rgba(143,143,143,0.84);
    box-shadow: 1px 1px 10px 2px rgba(143,143,143,0.84);
}

#header_wrap{
    transition: 0.4s;
    position: relative;
    z-index: 999;
    -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.23);
    box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.23);
}

.stayTop{
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    height: 70px
}
.stayTop .jquerycssmenu ul li ul{
    margin-top: -5px;
}
.stayTop img{
    height: 50px !important;
    width: auto !important;
    margin-top: 10px !important;
}
.stayTop .navbar{
    min-height: 30px;
}
.stayTop .MainMenuCont{
    bottom: 0;
    top: -22px;
}
.hr{
    border-color: #ccc;
}
.contact_title h5{
    margin-top: 4px;
    margin-bottom: 8px;
    font-weight: bold;
}

.footer_menu{
    padding: 0;
    margin: 0;
}

.footer_menu li {
    display: inline-block;
}
.footer_menu li a{
    color: #343434;
    text-decoration: none;
    line-height: 24px;
    padding: 18px 15px;
    /* font-weight: bold; */
}

.partners_title{
    position: relative;
}
.partners_title .main_title{
    margin-top: 15px;
    margin-bottom: 5px;

}
.partner_title{
    position: absolute;
    bottom: 0;
    height: 70px;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    transition: 0.3s ease;
    padding: 0 15px
}
.partner_title h5{
    font-family: "!BPG! DejaVu Sans Caps";
    margin-bottom: 5px;
}

.partnersItem {
    padding-bottom: 30px;
}
.partnersItem a{
    position: relative;
    display: block;
    border: 1px solid transparent;
}
.partnersItem a:hover,
.partnersItem a:focus,
.partnersItem a:active{
    outline: none !important;
}
.partnersItem a:hover {
    border: 1px solid #e1e1e1;
    box-shadow: 2px 2px 5px -2px rgba(0, 0, 0, 0.3);
}
.partnersItem a:hover .partner_title{
    color: #000;
    background: rgba(255, 255, 255, 0.8);

}
.partners{
    padding: 0 0;
    margin-bottom: -20px;
}
.partners .arrow-right{
    right: 15px;
}
.partners .arrow-left{
    right: 50px;
}
.partners .slick-slide img{
    height: 160px;
    width: 100%;
    object-fit: cover;
    display: inline;
}
.partners_inner h3{
    margin-top: 0;
    font-family: "!BPG! DejaVu Sans Caps";
}
.partners_inner img{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.gallery_item {
    position: relative;
    margin-bottom: 30px;
}
.gallery_item img{
    width: 100%;
    height: 260px;
    object-fit: cover;
}
.Gallery a{
    text-decoration: none;
}
.Gallerytitle{
    margin: 0;
    padding: 15px 10px !important;
    text-align: center;
    text-decoration: none !important;
    background: rgba(0, 0, 0, 0.1) !important;
    color: #343434;
    font-size: 16px;
    font-family: "!BPG! DejaVu Sans Caps";
    min-height: 66px;
}
.Gallerytitle_in{
    margin: 0;
    padding: 15px 10px !important;
    text-align: center;
    text-decoration: none !important;
    background: rgba(0, 0, 0, 0.1) !important;
    color: #343434;
    font-size: 14px;
    line-height: 16px;
    font-family: "!BPG! DejaVu Sans";
    min-height: 114px;
}
.fancybox-content{
    width: 100%;
    height: 100%;
}

.center .main_table{
    width: 100% !important;
}
.center .main_table td{
    padding: 0 15px;
    width: 25%;
}
.center .main_table td img{
    width: 100% !important;
    height: 125px !important;
    object-fit: cover;
    transition: 0.3s ease;
}
.center .main_table td img:hover{
    box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.23);
    cursor: pointer;
}
#date{
    position: absolute;
    top: -23px;
    right: 15px;
}

@keyframes type{
  from { width: 0; }
}
.faq{
    padding: 0;
    margin: 0;
}
.faq li{
    display: block;
    margin-bottom: 10px;
}
.faq li a{
    font-size: 16px;
    text-decoration: none;
    font-family: "!BPG! DejaVu Sans Caps";
    color: #343434;
    transition: 0.3s ease;
}
.faq li a:hover{
    color: #fcb134;
}
.n_title{
    display: block;
    cursor: pointer;
    padding: 10px;
    background: #f6f6f6;
    margin-top: 5px;
    text-decoration: none;
    color: #343434;
}
.n_title:hover{
    color: #343434;
}
.n_title i{
    font-size: 20px;
    transition: 0.5s ease;
    width: 18px;
}
.n_title span{
    display: inline-block;
    width: 95%;
}
.faq_text{
    background: #e3e3e3;
    padding: 10px;
    display: none;
}

.active_faq{
    transform: rotate(180deg);
}
.active_faq::before{
    content: "\f146" !important;
}
.sub a i{
    transition: 0.3s ease;
}
.opened_sub_menu{
    transform: rotate(90deg);
}
.filters{
    background: #f7f7f7;
}
.filters h4::after{
    content: '';
    border-left: 2px solid #996414;
    height: 16px;
    position: absolute;
    left: 5px;
}
.filters h4{
    position: relative;
    font-family: "!BPG! DejaVu Sans Caps";
    padding:15px 15px 5px;
}
.search_cat{
}
.search_cat input{
    width: 100%;
    border: none;
    background: #996414;
    color: #fff;
    font-family: "!BPG! DejaVu Sans Caps";
    font-size: 16px;
    padding: 10px 0;
}
.categories_checkbox{
    margin-bottom: 10px;
    padding: 0 5px;
}
.cat_label{
    font-family: "!BPG! DejaVu Sans Caps";
    font-weight: normal;
    padding-left: 25px;
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.cat_label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
/* Hide the browser's default checkbox */


/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #f7f7f7;
    border: 1px solid #ccc;

}

/* On mouse-over, add a grey background color */
.cat_label:hover input ~ .checkmark {
    background-color: #eee;
}

/* When the checkbox is checked, add a blue background */
.cat_label input:checked ~ .checkmark {
    background-color: #f7f7f7;
    border: 1px solid #996414;

}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.cat_label input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.cat_label .checkmark:after {
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid #996414;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.TopBlock{
    margin: 30px 0 0;
}
.TopBlock table{
    background-repeat: no-repeat;
    background-size: cover;
}
.reading_list_item,
.service_list_item{
    margin-bottom: 30px;
}
.reading_list_item{
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}
/* .reading_list_item a, */
.service_list_item a,
/* .reading_list_item a:hover, */
.service_list_item a:hover{
    text-decoration: none;
    color: #343434;
}
.service_img img{
    width: 100%;
    height: 170px;
}
.reading_img img{
    width: 100%;
    height: 240px;
    object-fit: cover;
    margin-bottom: 30px
}
.service_text{
    padding: 5px 15px !important;
    background-color: #f3f3f3;

}
.reading_list_item h4,
.service_text h4{
    font-family: '!BPG! DejaVu Sans Caps', sans-serif;
    font-size: 16px;
    color: #343434;
    margin-top: 5px;
    margin-bottom: 5px;
}
.service_text .intro{
    color: #343434;
    font-size: 12px !important;
}
.feedback .titlefont{
    font-size: 24px;
    margin-bottom: 30px;
}
.feedback select,
.feedback textarea,
.feedback input{
    border: 1px solid #595959;
    border-radius: 0;
    resize: vertical;
    margin-bottom: 20px;
}
.feedback textarea{
    margin-bottom: 0;
}
.feedback label{
    margin: 0;
    display: block;
}
.feedback button{
    float: right;
    font-size: 14px !important;
    background: #9f6e23;
    color: #fff;
    border: none;
    padding: 5px 15px ;
}
.icons{
    text-align: center;
    height: 60px;
    background: #9f6e23;
    color: #fff;
    font-size: 26px;
    padding: 12px 0;
}
.contact_us .col-md-10{
    padding: 12px 15px;
}
.contact_us .row{
    margin-bottom: 20px;
    background: #f8f8f8;
}
.gmnoprint{
    display: none !important;
}
.RecItem{
    margin-bottom: 30px;
}
.RecItem .title{
    font-family: '!BPG! DejaVu Sans Caps', sans-serif;
}
.social_div{
    border: 1px solid #e1e1e1;
    padding: 10px;
    margin-bottom: 30px;
}
.social_title{
    font-family: '!BPG! DejaVu Sans Caps', sans-serif;
    text-transform: capitalize;
    color: #343434;
    font-size: 19px;
    margin-bottom: 20px;
}
.social_div a{
    color: #343434;
}
.social_div .col-xs-12{
    padding: 0 10px;
}
.social_div .col-sm-4{
    padding: 0 5px;
    margin-bottom: 20px;
}
.social_div img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.fb_title{
    padding: 10px 0 0;
    font-size: 12px;
    min-height: 62px;
}
.fb_img img{
    width: 100%;
    height: 125px;
    object-fit: cover;
}
.yt_title{
    font-family: '!BPG! DejaVu Sans Caps', sans-serif;
    font-weight: bold;
    font-size: 13px;
}
/* MEDIA */
@media (max-width: 1199px){
    .overlay{
        /* width: 213px;
        height: 113px; */
        width: calc(100% - 30px);
        height: calc(100% - 18px);
    }
    #activeService{
        min-height: 360px;
    }
    #header_title {
        font-size: 14px;
        max-width: 276px;
    }
    .Gallerytitle{
        font-size: 14px;
        min-height: 80px;
    }

}
@media (min-width: 768px) and (max-width: 991px){
    .blog_text_col h4{
        padding: 5px 0;
        font-size: 14px;
    }
    .blog_text_col .intro{
        font-size: 12px;
    }
    .navbar-right{
        margin-right: 0;
    }
    #myjquerymenu>ul>li:first-child{
        margin-left: 0 !important;
    }
}
@media (max-width: 991px){
    .reading_text .intro{
        margin: 10px 0 20px;
    }
    .banner_text h2{
        font-size: 5vw;
        top: 100px;
    }
    .partner_intro{
        font-size: 12px;
    }
    .partner_title h5{
        margin-bottom: 5px;
    }
    .NewsItem img {
        height: 140px;
    }
    .News>.col-md-4{
        margin-bottom: 40px;
    }
    .left0{
        padding: 0 !important;
    }
    .all_items{
        margin-bottom: 20px;
    }
    .footer_contact{
        margin-top: 15px;
    }

    .footer_div:last-child {
        text-align: center;
    }

}
@media (min-width: 768px){
    .blog_image_col{
        padding-right: 0;
    }
    .blog_text_col{
        height: 388px;
        padding: 0;
    }
    .reading_img,
    .service_img{
    }
    .service_text{
        height: 170px;
    }
}
@media (max-width: 767px){
    .service_text{
        margin: 0 15px;
    }
    html,body{
        overflow-x: hidden;
    }
    .banner_text h2{
        font-size: 5vw;
    }

    .left0{padding-left: 15px;}
    .right0{padding-right: 15px;}
    .phonesm{padding-top: 15px;}

    .footer .top .info{margin-bottom: 5px;}
    .footer{margin-top:10px; }
    .footer .top{height: auto;}
    .footer_menu li{
        text-align: center;
    }
    .footer .bottom{
        text-align: center !important;
    }
    .footer .bottom .col-md-6:last-child{
        padding-top: 10px;
        text-align: center;
    }
    /* .services .container{height:auto; margin-top: 20px; padding-right: 15px;} */
    .service_1{margin-top:0px;  margin-bottom: 20px;}
    .s_2{ margin-left:0px;}
    .CenterBlock{ margin-bottom: 20px; }

    .watches{padding-left: 0px; padding-right: 0px;}
    .consultation{padding-left:15px; padding-bottom: 20px;}
    .WatchesBlock{ padding-top: 30px; width:auto;  }

    .ConsultationBlock{width: auto;padding-left: 0px; height: 230px;}
    .consultation h3{padding-top: 30px;}
    .consultation .col{padding:0px;}
    .Form{padding:0px;}

    .HomeNews{height: auto;}
    .NewsItem {margin-bottom: 20px;}
    .NewsItem a{
        overflow: inherit;
    }
    .doctorsInner .DocInfo{width: 100%;}
    .NewsItem img{
        width: 100%;
        height: auto;
    }
    .content img{
        width: 100% !important;
        height: auto;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .craetedby{
        text-align: center;
        margin-top: 10px;
    }
    .blog_text_col{
        background: #fff;
    }
    .blog_text_col .intro,
    .blog_text_col .info{
        background: #f3f3f3;
    }

}
@media (max-width: 425px) {
  #top_info {
      font-size: 14px;
  }
}
@media (max-width: 500px) {
    #header_title{
        max-width: calc(100vw - 130px) !important;
        font-size: 14px;
    }
    #header_info {
        padding: 10px 0;
    }
    #header_info img{
        position: relative;
        z-index: 999;
    }
    .main_search_select {
        position: relative;
        right: 0;
        min-width: 100%;
        margin: 10px 0;

    }
    #search_input{
        width: 100%;
    }
    .search,
    .search form{
        float: none !important;
    }
    #search_button{
        bottom: 0;
        top: inherit;
        height: 34px;
    }
    .footer_menu li{
        display: block;
    }
    .footer_menu li a{
        display: block;
        padding: 10px;
        line-height: 20px;
    }
}
.Main_Content .content>h2{
    margin-top: 0;
}

.sub{
    z-index: 9999 !important
}
.form-control:focus {
    border-color: #fcb236;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(252,177,53,.4);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(252,177,53,.4);
}
.date_filter{
    /* overflow: auto; */
    padding: 0 0 10px;
    position: relative;
    min-height: 100px;
}
.date_filter h4{
    margin: 0 0 10px;
}
.bootstrap-datetimepicker-widget{
    position: absolute;
    bottom: -270px !important;
    z-index: 99;
}
.alert{
    font-family: "!BPG! DejaVu Sans Caps";
}
#support{
    color: #fff;
    text-decoration: none;
}
#livezilla_support{
    cursor: pointer;
}
/* END */
