/****Universal Selector ******/ 
*{
    margin:0px;
    padding:0px;
    box-sizing: border-box;
}

/*Navigation Pannel  */

.nav-link
{
    color:#ffffff;
    font-size: 20px;
    font-weight: 700;
}

.nav-link:hover
{
    color:#ffffff;
    background-color: rgb(255, 255, 255);
    color: #000000 !important;
}

.download
{
    border:none;
    background-color: unset;
}

.header-design
{
    padding-top:5px;
    padding-bottom:0px;
    /* background-color: #e7b1b1;*/
    background: url(../../assets/images/header_back.jpg) top center;
    background-size: cover;
}

.nav-link
{
    color:#ffffff !important;
}


.logo
{
    margin-left:18px;
}


.iso-logo
{
    padding-left:18%;
}

/*New css*/

.logo img{
width:75px;
/* height:54px;*/
float:left; 
color:#ffffff;
text-align:center;
margin-right:16px;
margin-top:6px;
}

.logo a
{
color:#ffffff;
text-decoration: none;
font-weight:bold;
}

.iso-logo img
{
width:65px;
/*height:65px;*/
padding-top:11px;
}

.dr_name
{
/* color:#ffffff;*/
    font-weight: 400;
    color: sienna;
    font-weight: bold;
    margin-top: 6px;  
}

.dr_name:hover{
color: sienna;  
}

.company-news
{
    font-weight:400;
    color: rgb(176, 175, 174);
    font-weight: bold;
    
    padding-top: 10px;
}

.dr-image
{
    width:65px;
    height:65px;
}

/*Drop down style start  */
.dropdown-item
{
    color:#ffffff !important;
}

.dropdown-item:hover{
    color: #212529 !important;
    border-bottom: 4px solid #3e3eff;
}

.menu-color
{
    background-color:#3e3eff !important;
}
/*Drop down style end  */



/***Navigation End  *****/


@media only screen and (max-width: 1199.98px) 
{
    /*****     Navigation Panel start  *******/
    .logo
    {
    margin-left: 0px;
    }
    /*******   Navigation Panel End *******/
}


@media only screen and (max-width: 991.5px) 
{
    /*Navigationa Pannel Start   */
    .company-news
    {
    padding-left:10px;
    }

    .iso-logo
    {
    padding-left: 0;
    text-align: center;
    }

    .dr_name
    {
    font-size:17px !important;
    }

.company-news {
    font-size: 17px;
    font-weight:bold;
    padding-top: 16px;
}  

    /*Navigationa Pannel end   */
}

@media only screen and (max-width: 767px)
{
/*Header start **/
    .company-line
{
    display:inline;
    text-align:center;
}

.company-name
{
    text-align:center;  
    /*padding-top: 35px;*/
        font-size: 22px;
}

.doctor
{
    text-align: center;
}

/*Header end **/ 
}

@media only screen and (max-width: 575.5px)
{
        /*Navigation Header start  **/

.gif-right
{
    left: 51px;
    height: 98px;
}

.logo {
    text-align: left;
    margin-left:0px;
}

.iso-logo {
    text-align: left;
    /* text-align: revert; */
    padding-left: 1.5rem;
}

.doctor {
    text-align: right;
}

.company-news {
    font-size: 15.5px;
}

.dr_name {
    font-size: 15.5px !important;
}

/*Navigation Header end  **/

}


.sm-icons {
  padding: 5px;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}

.sm-icons:hover {
  opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-instagram {
  background: #8F1098;
  color: white;
}

