a:hover{
        text-decoration: none;
}
ul{
    padding:0;
    list-style:none;
    margin: 0;
}

body {
    background-color: #f6f6f6;
    line-height: 1.6;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    visibility: visible;
    font-family: "Poppins", sans-serif;
    color: #373b3e;
    position: relative;
}
.form-control:focus {
    box-shadow: none;
}
button:focus {
    outline: 0px auto -webkit-focus-ring-color;
}
.main-contents {
    padding-top: 50px;
}
/*--Header Design Css--*/

.header-logo a {
    color: white;
    padding: 5px 0;
    display: block;
    text-transform: uppercase;
}
.header-section {
    width: 100%;
    z-index: 9;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #232f3e;
    
}
.header-section ul li a {
    color: white;
    display: inline-block;
    padding: 5px 0;
}
.search-section {
    border-bottom: 2px solid #b9b9b9;
    margin: 0 5%;
    padding:0;
}
.modal-backdrop.show {
    opacity: 0!important;
}
.search-section input {
    border: 0;
    height: 60px;
}
button.input-group-text {
    background: none;
    border: 0;
    font-size: 30px;
}
.searchModelsdiv {
    max-width: 100%;
    margin: 0;
    top: 35px;
    position: fixed;
    width: 100%;
}


/*--Header Design Css--*/


/*--Home Page Design Css--*/

.inforpanel {
    height: 250px;
    background: white;
    padding: 15px;
    text-align: center;
}
.inforpanel span {
    display: inline-block;
    font-size: 50px;
    background: #009688;
    height: 120px;
    width: 120px;
    padding: 20px 0;
    color: white;
    border-radius: 50%;
}

.inforpanel p {
    margin: 0;
    padding: 5px 0;
}
.inforpanel p.count {
    font-size: 30px;
    padding: 0;
}
/*--Home Page Design Css--*/

@media only screen and (max-width: 800px) {
  .header-section ul li a {
    font-size: 12px;
    }
}


