/*!
Theme Name: th-001
Theme URI: https://github.com/Fobiya/wp-template
Author: Roman
Author URI: https://github.com/Fobiya/
Description: none.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: th-001
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Normalizing styles have been helped along thanks to the fine work of
*/


.banner-area.bg-2.banner-area-two,{
  background: #FFF;
}
.choose-us-area-two.ptb-100,.appointment-area.pb-100,.counter-area.pb-100,.doctors-area.pt-100.pb-70,.blog-area.pt-100.pb-70{
   background: #f9f9f9; 
}


@media only screen and (min-width: 1200px){
  .container {
/*      max-width: 1260px !important;*/
  }
}

.single-doctors-user{
  max-width: 285px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}


body>div{
  z-index: 10;
  position: relative;
}

.category_center{
  text-align: center;
}

.blog-column-three-area{
  
}
.blog-column-three-area>.container:nth-child(1){
  margin-bottom: 80px;
  
}

/*
.tt-breadcrumb{
  display: flex;
}
.tt-breadcrumb ul{
  display: flex;
}
*/


.tt-breadcrumb ul {
    padding-left: 0;
    list-style-type: none;
/*    margin-bottom: 20px;*/
    background: #EAECF1;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: -15px;
  border-radius: 4px;
}

.tt-breadcrumb ul li {
    display: inline-block;
    position: relative;
    font-size: 16px;
    padding-right: 15px;
    margin-left: 15px;
    font-weight: 500
}

.tt-breadcrumb ul li:before {
    content: "";
    position: absolute;
    top: 5px;
    right: -3px;
    background-color: rgba(38, 47, 54,.5);
    width: 1px;
    height: 15px;
    transform: rotate(25deg)
}

.tt-breadcrumb ul li:last-child:before {
    display: none
}

.tt-breadcrumb ul li a {
    color: rgba(38, 47, 54,.5);
}

.tt-breadcrumb ul .active,.tt-breadcrumb ul li a:hover {
    color: #506D85;
}

.pagination-area .page-numbers{
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
.pagination-area .page-numbers li{
  margin: 0 3px;
}

 
.single-doctors .doctors-img img{
      max-width: 100%;
    width: 100%;
}


body.admin-bar .navbar-area.is-sticky{
  top:32px;
}

.single-doctors .doctors-history{
  background: #fff;
}

.cd-auto-hide-header{
  background: #506D85;
}

.size-full{
  width: 100%;
  height: auto;
}

.current-menu-ancestor

.alignright{
  float: right !important;
}

.service__doctor .list-unstyled a{
  color: #a7d0f7 !important;
}

.service__doctor .list-unstyled a:hover{
  color: #f9f9f9  !important;
  cursor: pointer;
}

.slick-dots li:hover{
    cursor: pointer;
}

.error {
    color: #495057;
    background-color: #fff; 
    border-color: #ff0000  !important;
    outline: 0;
    box-shadow: 0 0 0 0.2rem #ff000040  !important;
}