﻿
 .menuzord-brand {
    margin: 6px 0 px 0 0 !important;
    float: left;
    color: #666;
    text-decoration: none;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    cursor: pointer;
}



  .menuzord-brand img {
        max-height:175.20px !important;
    }
    .menuzord-menu > li.active > a, .menuzord-menu > li:hover > a {
        color: #333;
        border-bottom-color: #F39712; 
    }
    .menuzord-menu > li > a {
        padding: 15px 16px 15px !important;
        border-bottom: solid 4px transparent;
        -o-transition: border .3s linear;
        -moz-transition: border .3s linear;
        -webkit-transition: border .3s linear;
        /*Nileshh  transition: border .3s linear;*/
         color: #76788D !important;
    }
    section > .container, section > .container-fluid {
        padding-top: 50px;
        padding-bottom: 70px;
    }
    .required{
      color:  #FF0000;
    }
    .form-control {
        /* Nileshh border-radius: 0;
        box-shadow: none;*/
        height: 40px;
    }
    .menuzord-menu {
        margin: 0;
        padding: 0;
        float: left;
        list-style: none;
        border-top: 1px solid #e5e5e5;
        margin-top: -1px;
    }
    .extrabox{
      border: 1px solid #ececec;
      padding: 10px 0 0px 0;
    }
    li.even { background-color: #dff2ff !important;}
    li.odd { background-color: #bfddff !important; } 

    ul.list li {
    margin: 3px 0;
    font-weight: 500;
    padding-left: 15px;
    position: relative;
    }

    .widget .services-list li {
        background-color: #eeeeee;
        border-bottom: 1px solid #ddd;
        padding: 7px 15px 6px 20px;
    }
    .widget ul.list li, .widget .post {
        margin-bottom: 2px;
        padding-bottom: 4px;
    } 
    .menuzord .menuzord-menu > li.active > a, .menuzord .menuzord-menu > li:hover > a, .menuzord .menuzord-menu ul.dropdown li:hover > a {
        background: #fff none repeat scroll 0 0;
       
    }