.t-header .t-header-brand-wrapper{background:none}
.header-fixed .header{ box-shadow: 0 0 5px #999;background: #fbfcfd;}
.logo{margin:0;}
img{max-width: 100%;}
footer{position: relative;background: #f0f4f4;}
footer *{color: #333 !important;}
.t-header .t-header-content-wrapper .t-header-search-box{width: auto;}
.t-header-search-box .form-control {
    border: 1px solid #ddd !important;
}
.t-header-search-box select {
    width: 125px !important;
    border-radius: 20px 0 0 20px !important;
}
.t-header-search-box input {
    width: 350px !important;
    transition: ease 1s;
    border-radius: 0 20px 20px 0 !important;
}
.t-header-search-box input:focus {
    background: #f0f8ff !important;
}
.t-header-search-box button {
    right: 0;
    z-index: 3 ;
    position: absolute;
    height: 31px !important;
    width: 33px;
    margin: 1px;
}
.howWorks li{padding: 10px 20px;} 
.howWorks li.active{border-left: 4px solid rgb(145, 0, 0);}
.navCategory ul.c{
    text-transform: uppercase;
    display:none;
    position: absolute;
    padding: 20px;
    background: rgba(255,255,255,.9);
    border-radius: 0 20px 20px 20px;
    border: 1px solid #eee;
    box-shadow: 5px 9px 5px #666;
    top: 32px;
    z-index:1
}
.navCategory ul ul{padding-left: 20px;}
.navCategory div:hover > ul{display: block;}
.navCategory b a{padding:15px 0}
.navCategory li a{font-weight: bold;display: block;padding: 5px 0;}
.navCategory li a:hover{border-bottom: 1px dashed #ccc;}
.imgHeader{background-color: #333;}
.homeList{
    overflow: auto;
    height: 510px;
    background: #fff;
    border-radius: 10px;
}
.homeList li{
    border-bottom: 1px dashed #ddd;
    border-top: 1px dashed #ddd;
    border-left: none;
    border-right: none;
}
.homeList li:first-child{
    border-top:none;
}
.homeList li:hover{
    background: #f0f8ff;
}
.homeList .image-parent a {
    background-position: center;
    background-repeat:no-repeat;
    background-size: cover;
    width: 100px;
    height: 80px;
    display: block;
}
.w80{width: 65px;display: inline-block;}
.social-share{display: inline-block;padding:0}

@media (max-width: 768px){
    .forMobile{display:none}
    .t-header .btn-outline-success{margin: 0 10px 0 0!important;}
    .t-header .t-header-brand-wrapper{min-width: fit-content;
        margin-left: 15px;
        height: auto;
    }
    .t-header .t-header-brand-wrapper a .logo-mini {
        width: auto;
        height: 40px;
    }
    .t-header .t-header-toggler.t-header-mobile-toggler{
        margin-left: auto;
        border: 2px solid #aaa;
        border-radius: 10px;
        margin-right: 0;
        padding: 2px 15px;
    }
}