.header{
    height:100px;
    background:url('../images/head-bg.jpg') no-repeat;
    background-size:cover;
}
.head-phone span{
    font-size: 17px;
    line-height: 100px;
    color:#c3c1c2;
}
.head-time div{
    font-size: 17px;
    color:#c3c1c2;    
    padding-top: 25px;
}
.head-search{
    position: relative;
}
.head-search .search-input{
    margin-top: 25px;
    background: transparent;
    height:40px;
    color:white;
}
.search-input::placeholder{    
    color:white;
    padding-left:10px;
}
.head-search button{
    position: absolute;
    top: 39%;
    right: 3%;
}
/*=============NAVIGATION===============*/
.nav-menu{
    height: 100px;
    background:#ffffff;
}
.nav-menu > div{
    height:100%;
}
.fb-links{
    padding-top:20px;
}
.fb-links i{
    font-size: 55px;
    color:#00103a;
    float:left;
    margin-right:10px;
}
.fb-links p{
    font-size: 20px;
}
.fb-links b{
    color:#00103a;
}
.nav-menu ul{
    padding-left: 110px;
}
.nav-menu ul li{
    display: inline;
}
.nav-menu ul li a{
    color:#00103a;
    text-decoration: none;
    font-size: 13px;
    text-transform: uppercase;
    padding: 0 10px;
    line-height: 100px;
    position: relative;
}
.nav-menu ul li a i{
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
    opacity:0;
}
.nav-menu ul li a:hover{
    color:#f4811f;
}
.nav-menu ul li a.active{
    color:#f4811f;
}
.nav-menu ul li a:hover i{
    opacity:1;
}
.nav-menu ul li a.active i{
    opacity:1;
}
.mobile-menu{
    display:none;
}
/*=============SLIDER===============*/
.slider{
    height:550px;
    position: relative;
}
.slide{
    height:100%;
}
.carousel-inner{
    height:100%;
}
.item{
    height:100%;
    background-size: cover!important;
    background-position: top!important;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: white;
    background-color: white;
    border: 1px solid #00103a;
    border-radius: 10px;
}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #00103a;
}
.slider-text{
    position:absolute;
    top:60%;
    right:10%;
    z-index: 999;
    font-size: 30px;
    color:white;
}
.slider-icon{
    position:absolute;
    bottom:5%;
    left:5%;
    z-index: 999;
}
/*=============BANNER===============*/
.banner{
    padding: 10px 0;
    background:url('../images/head-bg.jpg') no-repeat;
    background-size: cover!important;
    border-top: 1px solid #a0a5b3;
}
.banner h2{
    color:#f4811f;
}
.banner p{
    color:white;
    font-size: 17px;
}
#cv{
     height:110px;
     overflow:hidden
}
/*=============SERVICE===============*/
.service{}
.serv{
    background:#e9edf5;
    height: 280px;
    padding-top:20px;
    position: relative;
    overflow-y: hidden;
}
.serv ul{
    margin-bottom:40px;
    text-align:left;
}
.serv ul li{
    color:#001051;
}
.serv ul li:hover{
    color:white;
    text-decoration: underline;
    cursor: pointer;
}
.serv p{
    color: #00103a;
    text-transform: uppercase;
    font-size: 18px;
    padding-top: 10px;
    width: 50%;
    margin: 0 auto;
}
.serv span{
    cursor: pointer;
    color:#7e7e7e;
    position: absolute;
    bottom:0;
    left:50%;
    transform:translateX(-50%);
    z-index: 10;
}
.serv:hover{
    background:#f4811f;
}
.act{
    background:#f4811f!important;
}
/*=============DOCTOR===============*/
.doctor > div{
    height:100%;
}
.doctor h1{
    color:#f4811f;
    text-transform: uppercase;
    margin: 40px 0;
}
.doc-content{
    position: relative;
    height:370px;
}
.doc-line{
    height:170px;
    background:url('../images/head-bg.jpg') no-repeat;
    background-size:cover;
    width:100%;
    position: absolute;
    top:50%;
    transform:translateY(-50%);
}
.doc-img-area{
    height:100%;
}
.doc-img-area div:first-child{
    background:url('../images/head-bg.jpg') no-repeat;
    background-size:cover;
    padding:20px;
    height:370px;
}
.doc-img-area div:first-child img{
    height:100%;
}
.doc-img-area > div{
    height:100%;
    position:relative;
}
.doctor-txt{
    position: absolute;
    top:50%;
    transform:translateY(-50%);
    color:white;
    text-align:left;
}
.doctor-title{
    color:#05153e;
    text-transform: uppercase;
    text-align:left;
    font-size: 20px;
    font-weight: bold;
    margin-top:20px;
}
.doc-cv-area{
    background: #e9eff7;
    padding-top:50px;
    margin-top:-100px;
}
/*=============PACIENT===============*/
.img-paci{
	position:relative;
}
.g-pacient-menu{
    margin-bottom:40px;
}
.g-pacient-menu > div a:hover{
    text-decoration: none;
}
.pacient{
    background-color:#f0f5f5;
    width:200px;
    height:150px;
    padding: 20px 40px;
    margin:20px 30px;
}
.pac-title{
    color:#f4811f;
    margin:20px 0;
    text-transform: uppercase;
    font-size: 25px;
    text-decoration: underline;
    text-decoration-color: #e9edf5;
}
.g-pacient{
    background-color:#f0f5f5;
    width:100%;
    height:200px;
    padding: 20px 40px;
    margin:0 auto;
    margin-bottom: 10px;
}
.g-pacient:hover{
    outline: 2px solid #696969;
}
.g-pacient p{
    padding-top:20px;
    /*text-transform:uppercase;*/
    font-size:14px;
    font-weight: bold;
    color:#f4811f;
}
.g-pacient:hover p{
    color:#00103a;
}
.pacient:hover{
    outline: 2px solid #696969;
}
.pacient p{
    padding-top:20px;
    font-size:14px;
    color:#f4811f;
    font-weight:bold;
}
.pacient:hover p{
    color:#00103a;
}
.paci-img img{
    width:100%;
    padding:20px;
}
.paci-nav span{
	text-transform:uppercase;
	color:#00103a;
	font-size:24px;
}
.paci-nav span:after {
  content: "";
  position: absolute;
  height: 40px;
  border-bottom: 1px solid #00103a;
  width: 400px;
  left:12px;
}
.paci-nav p{
	position:relative;
	margin:20px auto;
}
.paci-nav p:after {
  content: "";
  position: absolute;
  height: 100px;
  border-bottom: 1px solid #00103a;
  width: 600px;
  left:0px;
}
/*=============SOME LINKS===============*/
.first-link{
    margin-bottom:20px;
}
.first-link span{
    background: #f4811f;
    color:#e9edf5;
    width: 300px;
    padding: 10px 0;
}
.first-link a{
    background: #f4811f;
    color:#e9edf5;
    width: 300px;
    padding: 10px 0;
}
.second-link a{
    background: #001051;
    color:#e9edf5;
    width: 200px;
    padding: 10px 0;
    text-align: center;
    margin-bottom: 10px;
}
.first-link a:hover{
    font-weight: bold;
    color:white;
    background: #f4811f;
}
.second-link a:hover{
    font-weight: bold;
    background: #001051;
    color:white;
}
.some-links{
    margin-bottom:40px;
}
/*=============INFO CARUSEL===============*/
.one-info{
    text-align: center;
    padding: 0 20px;
}
.one-info iframe{
    width:100%;
}
.one-info a:hover{
    text-decoration: none;
}
.carousel-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    bottom: 0;
    left: 0;
    width: 5%;
    font-size: 20px;
    color: black;
    text-align: center;
    text-shadow: none!important;
    background-color: none!important;
    filter: alpha(opacity=50);
    opacity: .5;
}
.carousel-control.left {
    left: -40px;
    text-align: left;
    background-image: none!important;
}
.carousel-control.right {
    right: -40px;
    text-align: right;
    background-image: none!important;
}
.carousel-control.left:hover {
    color: black;
}
.carousel-control.right:hover {
    color: black;
}
.info-img-area{
    height:100px;
    margin-bottom:10px;
    background-size: cover!important;
    background-position: top!important;
}
.info-title{
    color:#001051;
    font-weight: bold;
    font-size: 14px;
}
.info-descript {
    color: black;
    font-size: 12px;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
/*=============INFO GALLERY===============*/
.gallery .one-info > div > div{
    padding:5px;
}
/*=============CONTACT===============*/
.contact{
    margin-top:40px;
}
/*=============FOOTER===============*/
.footer-menu{
    height: 100px;
}
.footer-menu > div{
    height:100%;
}
.footer-menu ul{
    text-align: center;
}
.footer-menu ul li{
    display: inline;
}
.footer-menu ul li a{
    color:#e9edf5;
    text-decoration: none;
    font-size: 13px;
    text-transform: uppercase;
    padding: 0 10px;
    line-height: 100px;
    position: relative;
}
.sendbtn{
    background: #001051;
    color:#e9edf5;
}
.sendbtn:hover{
    background: #001051;
    color:#e9edf5;
}
/*=============SINGLE===============*/
.single-img-area img{
    width:100%;
}
.one-link{
    margin-bottom:2px;
}
.one-link > div{
    padding:0 5px;
    background:#e9edf5;
    height:80px;
    position: relative;
}
.one-link div:first-child{
    padding-top:5px;
}
.one-link div:first-child img{
    position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:100%;
}
.single-title-area{
    color:#001051;
    text-transform: uppercase;
    padding:0 10%;
}
.single-date-area{
    color:#e9edf5;    
}
.quest{
    background: #e9edf5;
}
.quest span h4{
    background: #474749;
    float:right;
    padding:5px 20px
}
.panel-heading:hover h4{
    background: #f4811f;
}
.panel-heading:hover .answer{
    background: #f4811f;
}
.answer{
    width:200px;
    height:10px;
    background: #474749;
    float:right;    
    margin-top: 17px;
}
.panel-heading{
    padding:0;
}
.answer{
    width:200px;
    height:10px;
    background: #474749;
    float:right;    
    margin-top: 17px;
}
.quest p{
    padding-left:20px;
    padding-top:20px;
}
.panel-body{
    background:white;
    outline: 2px solid #f4811f;
}
.myquest{
    background:white!important;
}
.myquest .panel-heading{
    border:none!important;
}
.mypanel{
    border:none;
    box-shadow:none;
}
.my-panel-title{
    color:#061656;
    font-weight: bold;
    margin-bottom:10px;
}
.my-panel-title i{
    opacity:1;
    cursor: pointer;
}
.myaccord{
    margin-top:40px;
}
.my-panel-body{
    outline: none!important;
}
.mob-photo{
    display:none;
}
.mymobilecats{
    display:none;
}
/*==RESPONSIVE DESIGN==*/
@media (max-width: 1600px){
    .one-link {
        margin-bottom: 20px;
        height: 80px;
        overflow: hidden;
    }
    .pacient {
        background-color: #f0f5f5;
        width: 200px;
        height: 150px;
        padding: 20px 40px;
        /* margin: 20px 30px; */
        margin: 0 10px;
    }
}
@media (max-width: 1440px){}
@media (max-width: 1280px){
    .serv {
        background: #e9edf5;
        height: 300px;
        padding-top: 20px;
        position: relative;
        overflow-y: hidden;
    }
    .doc-img-area div:first-child {
        height: 290px;
    }
    .doc-content {
        height: 300px;
    }
    .doctor-title {
        margin-top: 5px;
    }
    .pacient {
        background-color: #f0f5f5;
        width: 100%;
        height: 130px;
        padding: 20px 40px;
        margin-bottom: 10px;
    }
    .nav-menu ul {
        padding-left: 0px;
    }
}
@media (max-width: 768px){
    .mymobilecats{
        display:block;
    }
    .mydisplaycats{
        display:none!important;
    }
    .mobile-menu{
        display:block;
        float:right;
    }
    .g-pacient-menu > .col-md-3{
        border-bottom:2px solid black;
        margin-bottom:40px;
        height:auto;
    }
    .mob-photo{
        display:block;
    }
    .doc-img-area div:first-child {
        display: none;
    }
    .nav-menu {
         height: auto; 
        background: #ffffff;
    }
    .dropdown-menu {
        right: 0;
        left:auto;
    }
    .mobile-menu .btn-primary {
        color: #fff;
        background-color: #00103a;
        border-color: #00103a;
    }
    .desctop-menu{
        display:none;
    }
    .head-time div {
        font-size: 17px;
        color: #c3c1c2;
        padding-top: 10px;
    }
    .fb-links p {
        font-size: 18px;
    }
    .nav-menu ul {
        padding-left: 0;
    }
    .nav-menu ul li a {
        font-size: 12px;
        padding: 0 12px;
        line-height: 43px;
    }
    .doc-img-area div:first-child {
        height: 240px;
    }
    .doc-content {
        height: 245px;
    }
    .doctor-title {
        color: #05153e;
        text-transform: uppercase;
        text-align: left;
        font-size: 12px;
        font-weight: bold;
    }
    .doc-cv-area {
        padding-top: 100px;
    }
    .g-pacient p {
        padding-top: 20px;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: bold;
        color: #f4811f;
    }
    .g-pacient {
        background-color: #f0f5f5;
        width: 100%;
        height: 140px;
        padding: 20px 0px;
        margin: 0 auto;
    }
    .g-pacient-menu {
        margin-bottom: 50px;
    }
}
@media (max-width: 600px){
    .serv {
        background: #e9edf5;
        height: 280px;
        padding-top: 20px;
        position: relative;
        overflow-y: hidden;
    }
    .head-phone span {
        font-size: 12px;
        line-height: 120px;
        color: #c3c1c2;
    }
    .head-time div {
        font-size: 12px;
        color: #c3c1c2;
        padding-top: 44px;
    }
    .head-search button {
        position: absolute;
        top: 50%;
        right: 0%;
    }
    .fb-links i {
        font-size: 35px;
        color: #00103a;
        float: left;
        margin-right: 10px;
    }
    .fb-links p {
        font-size: 13px;
    }
    .doc-img-area div:first-child {
        height: 200px;
    }
    .doc-content {
        height: 200px;
    }
    .doctor-title {
        margin-top: 0px;
    }
    .doc-content {
        height: 240px;
    }
}
@media (max-width: 480px){
    .head-search{
        display:none;
    }
    .header {
        height: 130px;
        background: url(../images/head-bg.jpg) no-repeat;
        background-size: cover;
    }
    .footer {
        height: 210px;
        background: url(../images/head-bg.jpg) no-repeat;
        background-size: cover;
    }
    .slider-icon{
        display:none;
    }
    .slider-text {
        position: absolute;
        top: 60%;
        right: 10%;
        z-index: 999;
        font-size: 20px;
        color: white;
    }
    .banner {
        padding: 60px 0;
        background: url(../images/head-bg.jpg) no-repeat;
        background-size: cover!important;
        border-top: 1px solid #a0a5b3;
    }
    /*.doc-img-area div:first-child {*/
    /*    height: 200px;*/
    /*    display:none;*/
    /*}*/
    .second-link{
        text-align:center;
    }
}
@media (max-width: 320px){}