/*
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 : 29 Apr, 2019, 3:41:22 PM
    Author     : Lenovo
*/
.highlight{background-color: yellow;}
* {box-sizing: border-box;}
#myInput {
    background-image: url('/css/searchicon.png');background-position: 10px 12px;background-repeat: no-repeat;width: 100%;
    font-size: 16px;padding: 12px 20px 12px 40px;border: 1px solid #ddd;margin-bottom: 12px;}
h5{color: #F20000;font-size: 15px;text-transform: none;font-weight: 500;margin-bottom: 10px;}
h6 {line-height:20px;font-size: 12px;text-transform: none;font-weight: 500;margin-bottom: 20px;color: #000;}
.page-title-parallax{background-image: url('../images/header/4.jpg');background-position:center top;}
.site-content-archive-product{margin-bottom:60px;}
.p-font{text-transform:uppercase;}
.text-display-1{color:#000;}
#login_page{font-size: 16px;}
#login_page:hover{text-decoration: underline;}
/*FAQS*/
.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}
.active, .accordion:hover {background-color: #e9e9e9;}
.accordion:after { content: '\002B'; color: #777; font-weight: bold;float: right;margin-left: 5px; }
.active:after {content: "\2212";}
.panel {padding: 0 18px;background-color: #fbfbfb;max-height: 0;overflow: hidden; transition: max-height 0.2s ease-out;}
.panel ul {list-style-type: none;padding-left: 0px;padding: 15px 0px;}
.panel ul li a:hover{color: #000;}

.entry-meta-author{color: #000;}
mark { background-color: yellow;color: blue;}
.highlight { background-color: yellow; }
.archive-search-wrap-inner {margin-top: 0px;}
.archive-search-wrap-inner article {padding-bottom: 20px;}
.archive-search-wrap-inner .entry-excerpt {margin-top: 10px;}