.navbar-nav > li > a {padding-top:9px !important; padding-bottom:9px !important;}
.navbar {min-height:40px !important}
/*
footer
 */
footer{margin-top:30px;padding-top:30px;background-color:#474B59;border-top:1px solid #ddd;color:#e2e2e2;}
footer hr{border-top:none;border-bottom:1px solid #666;}
footer a{color:#8a8f99;}
footer li{

    margin-bottom: 7px;
}
footer a:hover{color:#acb0b6;text-decoration: none; border-bottom: 1px solid;transition: 150ms ease all;padding-bottom: 0px;}
footer h5{font-family:Yekan,sans-serif;font-size:15px;font-weight:bold;color:#fff;}
#copyright{
    color: #8a8f99;
}

footer .social-networks {
    text-align: center;
    padding-bottom: 0px;
    margin-top: 16px;
}

footer .social-networks a {
    font-size: 25px;
    color: #f9f9f9;
    padding: 10px;
    transition: 0.2s;
}

footer .social-networks a:hover {
    text-decoration: none;
}

footer .facebook:hover {
    color: #0077e2;
}
footer .telegram:hover {
    color: #0077e2;
}
footer .instagram:hover {
    color: #ac2925;
}

footer .google:hover {
    color: #ef1a1a;
}

footer .twitter:hover {
    color: #00aced;
}

footer .btn {
    color: white;
    background-color: #039be5;
    border-radius: 20px;
    border: none;
    width: 150px;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    line-height: 20px;
}

@media screen and (max-width: 767px) {
   footer {
        text-align: center;
    }
    
   
}

#top-menu{

}
#top-menu  li > a{
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}
#top-menu  li > a:hover, li > a:focus{
    background-color: #0288d1;
}
#top-menu > li.open > a {
    background-color: rgba(0,0,0,0.1);
}
#top-menu .dropdown-menu > li > a{
color: #3c3c3c;
}
#top-menu .dropdown-menu > li > a:hover{
    color: #fff;
    background-color: #0288d1;
    text-shadow: none;
}


.modal-open {
    padding-right: 0 !important;
}
html {
    overflow-y: scroll !important;

}
@media only screen and (max-width: 460px){
  html, body {
       
  }
   

}


@media only screen and (max-width: 768px){
    #header_contact_us{
        border: 1px solid #dddddd;
        text-align: center;
        padding:5px 5px 8px 5px;
        border-radius: 15px;
        width: 60%;margin:0 20%;
        line-height: 15px;
        height: 35px;
        font-size:1.3em;
    }
    #list_contact_us{
        left: 18%;
        bottom: 3px;
    }
    #search {
        width: 100% !important;
    }
    #logo{
        text-align: center;
        margin-bottom: -4px;
    }
    /*
     #row-top-menu{
        margin-top: -7px;
    }
    */
 .container {
        max-width: 100% !important;
        overflow-x: hidden !important;
        
    }
      #search-logo .container {
      
        overflow-x: visible !important; 
        
    }
   

}
/*
css for contact us
 */
@media only screen and (min-width: 769px){
    #header_contact_us{
        border: 1px solid #dddddd;
        text-align: center;
        padding:5px 5px 8px 5px;
        border-radius: 15px;
        width: 50%;margin:0 25%;
        line-height: 15px;
        height: 35px;
        font-size:1.3em;
    }
    #list_contact_us{
        left: 18%;

    }
    #search{
        padding-left: 0;
    }
}
/*
end of contact us
 */
 .error{
    border-color: red;
}
.error:hover{
    border-color: red;
}
/*
end of contact us
 */

.f-nav
{
    z-index: 9999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #fff;

}
