/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 11, 2016, 12:56:56 PM
    Author     : Keyline
*/

/*Google font*/
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,700|Roboto:400,700,300);


div{
    /*border: 1px solid #000;*/
}
.logo-panel{
    padding: 5px 0 10px 0;
}
.header-contact{
    text-align: right;
    /*padding-top: 15px;*/    
}
.header-contact ul li{

    list-style: none;

}
body{
    font-family: 'Roboto', sans-serif;
}
h1{
    font-weight: 100;

}

#owl-demo .item{
    margin: 3px;
}
#owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
}


.navigation-color{
    background-color: #1e376d;
    height: 45px;
}


.h1{
    color: #626262;
    line-height: 18px;
}
.color{
    color:#802c2e;
}

.paragraph{
    text-align: justify;
    text-align: center;
    color: #333333;
    padding-right: 55px;
    padding-left: 64px;
    line-height: 29px;
    font-size: 16px;
    padding-top: 15px;
}
.navigation-footer{
    background-color: #1e376d;
    color: #768dbe;
    padding-top: 15px;
    margin-top: 30px;
}
hr{
    border-top: 1px solid #768dbb!important;
}
.navigation-footer ul li{
    float: left;
    color: #fff;
    padding: 12px;
    list-style: none;
}
.navigation-footer ul li a{
    color: #fff;
}
.navigation-footer ul{
    padding: 0px;
}
.home-contact-panel{
    background-image: url(../img/background_2color.jpg);
    background-position: center;
    margin: 60px 0;
}
.line{
    margin: 20px 0;
}
.home-doctor-image{
    background-image: url(../img/doctor_mascot.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    /*height: 270px;*/
    color: whitesmoke;
}
.navbar-inverse {
    background-color: #2d335d;
    border-color: #2d335d;
    border-radius: 0px;
    margin: 0px;
    border: none;
}
.navbar-inverse .navbar-nav>li>a {
    color: #ffffff;
}
.form-group {
    margin-bottom: 5px; 
}

.tabs-left>li>a {
    font-weight: bold;
}
.tab-logo{
    width: 200px;
    height: auto;
    margin: 15px auto;
}
.doctor-form{
    background: url(../img/background.gif);
}
.form-horizontal .control-label {
    text-align: left;
}
.logo{
    margin-top: 20px;
}
.index-logo{
    width: 300px;
    margin: 0px auto;
}
.text-left{
    color: #fff;
}
.brand-logos{
    border: 1px solid #f0f0f0;
    padding: 5px;
    max-height: 200px;
    min-height: 119px;
    margin: 14px 0 0px 0;
}
.brnadspanel{
    margin: 20px 0;
    border-bottom: 1px dotted #b1b1b1;
    padding: 71px 0;
}
.compnay-items{
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
}
.gallery-image{
    margin-bottom: 15px;
}
/*sunetra css*/
.fathers_pic_sec{width: 100%; padding: 20px 0;}
.father_heading{width: 100%; text-align: center;}
.father_heading h2{    font-weight: 700;
    color: #080808; text-transform: uppercase; background: url(../img/alpona.png) no-repeat bottom center;    padding-bottom: 22px;
    background-size: 250px;}
.father_para{width: 100%; text-align: justify;}
.father_img_sec{width: 100%;}
.father_img_sec img{width: 100%;}
.father_inner{width: 100%; padding-top: 20px;}
.para_sec{width: 100%; text-align: justify;}

.late_date{width: 100%; text-align: center; padding: 10px 0;}
.late_date a{    width: 325px;
    height: 40px;
    background: #000;
    color: #fff;
    display: inline-block;
    border-radius: 20px;
    font-size: 20px;
    font-weight: 600;
    line-height: 40px;
    text-align: center; text-decoration: none;}


.brand-logo-2{
    margin-top: 10px;
}
.branch_holder{
    width: 100%;
    margin: 0 auto;
    max-width: 266px;
}
.type {
  color: #802c2e;
  /* background: -webkit-linear-gradient(25deg, #eee, #333); */
  background: #000;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 3rem;
  font-weight: 700;
  overflow: hidden;
  white-space: nowrap;
  border-right: 2px solid;
  animation: type 3s alternate-reverse infinite;
  /*animation: type 1.5s steps(90) 1.5s 1 normal both, cursor 1s step-end infinite;*/
  position: relative;
}
.justify-content-center{
    justify-content: center;
}
@keyframes type {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

@keyframes cursor {
  50% {
    border-color: transparent;
  }
}
.d-flex{
    display: flex;
    align-items: center;
}

@media(min-width: 768px){
    .d-md-none{
        display: none;
    }
}
@media(max-width: 767px){
    
    .d-none{
        display: none;
    }
}