* {
    outline: none !important;
}
body{
    font-family: he2;
}
h2,h3{
    font-family: ge2;
}
.first-nav{
    margin-bottom: 0;
    background: #00c9e9;
    border: none;
    border-radius: 0;
    color: #fff;
}
.first-nav .navbar-nav > li > a{
    color: #fff;
}

ul.nav.navbar-nav.contacts{
    float: left;
}

.first-nav .contacts li {
    margin: 10px;
}
.first-nav .contacts li span.con{
    padding: 5px;
    background-color: #1774aa;
    border-radius: 50%;
    text-align: center;
    margin-right: 10px;
}
.first-nav .contacts li:nth-of-type(1), .first-nav .contacts li:nth-of-type(2) {
    margin-top: 15px;
}
.bootstrap-select .btn {
    background: #1774aa;
    color: #fff !important;
}
.second-nav{
    margin-bottom: 0;
    background: #fff;
    border: none;
    border-radius: 0;
    color: #fff;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.5);
}
.second-nav .navbar-nav > li > a{
    color: #00c9e9;
    min-height: 70px;
}
ul.nav.navbar-nav.menu{
    float: left;
}
.second-nav .navbar-nav>li{
    margin-top: 30px;
}
.second-nav .navbar-header{
    height: 90px;
}
.second-nav a.navbar-brand{
}
/*
 |**********************************************************|
 |                             Carousel                     |
 |**********************************************************|
*/

.main-container {
    min-height: 470px;


}

.main-container .cover-bg{
    /*background: rgba(0,201,233,0.5) ;*/
    background: url("../images/slider-bg.png") no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 100%;
    min-height: 470px;
}
.item{

}
.carousel-indicators {
    bottom: 0;
}
.carousel-control{

}
.carousel-control.right{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.carousel-control.left{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.carousel-control.right,
.carousel-control.left {
    background: #4ea0ca;
    width: 50px;
    height: 50px;
    top: 50%;
    opacity: 1;
}
.carousel-control span .fa{
    padding-top: 5px;
    text-align: center;
}
.carousel .item {
    min-height: 470px;
    width:100%;
}
.carousel-caption{
    bottom: auto;
    padding:0;
}
.caption{
    top: 80px;
}
.carousel-caption h2{
    background: none;
    color: #fff;
    line-height: 60px;
}
.carousel-caption p{
    color: #183f61;
    font-size: 19px;
    margin-top: 30px;
}

.carousel-caption img{
    height: 470px;
}

.carousel .icon-container {
    display: inline-block;
    font-size: 25px;
    line-height: 25px;
    padding: 1em;
    text-align: center;
    border-radius: 50%;
}
.carousel-indicators{
    text-align: right;
}
.carousel-indicators li{
    width: 20px;
    height: 20px;
    background-color: #000;
    border: 4px solid #fff;
}
.carousel-indicators .active{
    width: 20px;
    height: 20px;
    background:transparent;
    border: 4px solid #245b95;
}

.carousel-caption button.more{
    background: #c7dcec;
    color: #245b95;
    font-size: 16px;
    margin-top: 50px;
}


/* Animation delays */
.carousel-caption h2:first-child {
    animation-delay: 1s;
}

.carousel-caption �3{
    animation-delay: 2s;
}

.carousel-caption p{
    animation-delay: 2s;
}

.carousel-caption button{
    animation-delay: 2.5s;
}

/*
 |**********************************************************|
 |                             about                        |
 |**********************************************************|
*/

.about{
    min-height: 280px;
    background: #efedf0;
    border-bottom: 1px solid #ccc;
    padding: 60px 0;
}
.about .text{
    text-align: right;
    padding-right: 20px;
}

.about .text h3{
    color: #245b95;
}

.about .text p{
    font-weight: bold;
}

.about .form{
    min-height: 168px;
    background: url("../images/form-bg.png") no-repeat center center ;
    -webkit-background-size: cover;
    background-size: cover;
}

.about .form .form-group{
    width: 70%;
}

.about .form h3{
    color: #245b95;
}

.about .form h3 span{
    border-radius: 50%;
    color: #fff;
    background-color: #00c9e9;
    padding: 5px;
    text-align: center;
    margin-left: 10px;
}

.about .form .teckt{
    width: 80%;
}
.tecket-date{
    width: 75%;
    float: right;
}

.about .form .form-group button{
    display: inline;
    margin-right: 10px;
}

/*
 |**********************************************************|
 |                             news article                 |
 |**********************************************************|
*/

section {
    padding-top:60px;
}

section .latest-news{
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 20px;
}

section .latest-news h2{
    background: #00c9e9;
    padding:10px;
    margin: 0;
    color: #fff;
}
section .latest-news h2 span{

}

.latest-news ul li{
    border-bottom: 1px solid #ccc;
    padding: 15px 10px;
}
.latest-news ul li .news-content p a{
    margin-right: 10px;
    color: #245b95;
    font-size: 16px;
    text-decoration: none;
}
.latest-news ul li:hover>.news-content>p>a{
    color: #222222;
}
article{
    min-height: 160px;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #f5f5f5;
    margin-bottom: 20px;
    border:1px solid #ccc;

}
article .poster{
    height: 160px;
}
article .poster img{
    width: 100%;
    height: 160px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
article .details{
    padding: 0 25px;
}
article .details h3{
    color: #245b95;
    direction: rtl;
}
article .details h3 a{
    color: #245b95;
    direction: rtl;
}
article .details p{
    font-weight: bold;
    direction: rtl;
}
article .details div{
    padding: 0 10px;
}

article .details .read-more{
    direction: ltr;
}


/*
 |**********************************************************|
 |                              testmonials                 |
 |**********************************************************|
*/

div#slider{
    background: #00c9e9;
}

div#slider .carousel-control.right{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    right: 10%;
}
div#slider .carousel-control.left{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    left: 10%;
}
div#slider .carousel-control.right,
div#slider .carousel-control.left {
    background: none;
    top: 70%;

}

div#slider .carousel-inner .item{
    padding-top: 10px ;
    height: 480px;
}

div#slider .carousel-control span .fa{
    padding-top: 5px;
    text-align: center;
}

div#slider .carousel-caption img{
    width: 110px;
    height: 110px;
    margin-top: 40px;
}
div#slider .slide-caption{
    padding: 0 10px;
}

div#slider .slide-caption h3, div#slider .slide-caption p{
    color: #fff;
}

div#slider .carousel-indicators{
    text-align: center;
}
div#slider .carousel-indicators li{
    width: 20px;
    height: 20px;
    background-color: #2690be;
    border: none;
}
div#slider .carousel-indicators .active{
    width: 20px;
    height: 20px;
    background:#fff;
}
#testmonial .carousel{
    padding: 0 3px;
}
.gallery{
    padding-right: 0;
    padding-left: 5px;
    border-bottom: 2px solid #fff;
}

.gallery ul{
    overflow: hidden;
}
.gallery ul li img{
    width: 100%;
    height: 238px;
}


.gallery-item{
    padding: 2px;
    position: relative;
    height: 240px;
    overflow: hidden;
}
.gallery-item .search{
    position: absolute;
    width: 100%;
    display: block;
    background: rgba(0,201,233,0.5);
    bottom: 0;
    height: 100%;
    text-align: center;
    cursor: pointer;
    opacity: 0;
    transition: all 0.5s ease-in-out;

}
.gallery-item:hover>.search{
    opacity: 1;
}
.gallery-item .search .fa{
    margin-top: 20%;
    color: #fff;
}
/**************** popuo **********************/

.popup{
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 100;
    height: 100%;
    right: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    display: none;
}
.popup .overlay{
    position: fixed;
    top: 0;
    bottom: 0;
    height: 100%;
    right: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    display: none;
    z-index: -1;
}

.popup .main {
    width: 70%;
    height: 500px;
    background: #fff;
    margin: 0 auto;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
    top: 20%;

}
.popup .main .fa{
    position: absolute;
    left: 10px;
    top: 10px;
    color: #fff;
    cursor: pointer;
}
.popup .main img{
    width: 100%;
    height: 498px;
    border-radius: 5px;
}

/*
 |**********************************************************|
 |                              footer                      |
 |**********************************************************|
*/

/* footer */
footer{

    background: #2690be ;
    padding-top: 30px;
}

.footer-top{
    min-height: 200px;
}
/* subscribe */
.subscribe{
    border-right: 2px solid rgba(0,0,0,.3);
}

.subscribe  h4{
    color: #fff;
    text-align: right;
}

.subscribe p{
    color: #00c9e9;
    text-align: right;
}

.input-group .form-control{
    background: #3e98c3;
    color: #fff;
    border: none;
}

.input-group-addon{
    background-color: #00c9e9;
    border: none;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.subscribe ul.policy li {
    text-align: right;
    margin: 10px;
}

.subscribe ul.policy li a{
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}


/* fo-menu */
.fo-menu{
    border-right: 2px solid rgba(0,0,0,.3);
    text-align: right;
}

.fo-menu ul li {
    text-align: right;
    padding: 5px;
}

.fo-menu ul li a {
    color: #fff;
}


/* footer bottom */
.footer-bottom{
    min-height: 60px;
    background:#12b4d9;
    padding: 10px;
}

.footer-bottom p{
    color: #fff;
    font-size: 16px;
    margin-top: 20px;
    text-align: right;
}
.footer-bottom .dev-logo img{
    margin-top: 15px;
}

.footer-top .location ul li{
    margin-bottom: 20px;
    padding: 20px 0;
    color: #fff;
}

.footer-top .location ul li .fa{
    color: #12b4d9;
}

.location .social li{
    display: inline-block;
}
select.form-control option:disabled {
    color: #aaa;
}
.news-item .news-poster img {
    width: 100%;
    height: 85px;
}
.thumbs {
    margin: 0px 0px 0px 0px;
}
.thumbs .col-md-3 {
    overflow: hidden;
}
.thumbs .col-md-3 img {
    width: 100%;
    height: 220px;
    border: 5px solid #ddd;
    margin-bottom: 30px;
    transition: all 0.2s ease-in-out;
}
.thumbs .col-md-3 img:hover {
    border-color: #1774aa;
}
.doctor-block {
    box-shadow: 0px 2px 4px rgba(0,0,0,0.25);
    padding: 15px;
    overflow: hidden;
}
.doctor-block img {
    width: 100%;
    height: 180px;
}