/* header */
.navbar-default .navbar-toggle {
    border-color: transparent;
    background: transparent;
    padding: 0;
    margin-top: 15px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #111;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background: transparent;
}
.nav_header {
    background: #F6EA18;
    padding-top: 18px;
}
.navbar {
    min-height: 0;
    margin-bottom: 15px;
    border: 0 solid transparent;
}
.header-search-adddon{
    background: #fff;
    border: none !important;
    border-radius: 0 50px 50px 0 !important;
}
.header-search-input{
    background: #fff;
    border: none !important;
    border-radius: 50px 0 0 50px !important;
}
.header-search-input:focus{
    box-shadow: none;
}
.btn-transparent{
    background: transparent;
    border: none;
}
.btn-transparent:focus, .btn-transparent:active{
    outline: none !important;
    box-shadow: none;
}
.delete-account{
    color: red;
    background-color: transparent;
    border: none;
    padding: 10px;
    font-size: 16px;
    width: 100%;
    margin-bottom: 10px;
    text-align: start;
}
.delete-account:hover{
    background: #EDEEEE;
    font-family: ta_bold, sans-serif;
    border-radius: 4px;
    padding: 10px;
}
.nemenu {
    background: #D6D6D6;
    margin-bottom: 0;
    padding-top: 3px;
}
.nemenu ul li a {
    padding: 10px 50px;
    display: inline-block;
    color: #888;
    font-family: ta_bold, sans-serif;
    border-bottom: 2px solid #D6D6D6;
}
.nemenu ul li a.active {
    border-bottom: 2px solid #565A5D;
    color: #565A5D;
}
.nemenu ul li a:hover {
    border-bottom: 2px solid #565A5D;
    color: #565A5D;
    transition: 0.2s ease;
}
.master-content-div{
    padding-top: 37px;
}
.user .fa-check-circle{
    background-color: #111 !important;
    color: #F6EA18 !important;
    border-radius: 50% !important;
}
.slider {
    position: relative;
}
.article-div{
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    margin-bottom: 10px;
    width: 100%;
}
.article-div:hover img{
    transform: scale(1.5);
    transition: 500ms ease;
}
.article-div img{
    width: 100%;
    height: 300px;
    border-radius: 4px;
}
.article-div-title{
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    padding: 6px;
    border-radius: 0 0 4px 4px;
}
.article-details-div{
    padding: 10px;
    margin-bottom: 15px;
}
.article-details-div img{
    border-radius: 4px;
}
.user_details_2{
    position: fixed;
    width: 100%;
    bottom: 0;
    right: 0;
}
.fixed-bottom{
    position: fixed;
    width: 100%;
    bottom: 0;
    right: 0;
}
.add-remove-request-btn{
    background-color: #525659;
    border: 1px solid #525659;
    color: #fff;
    text-align: center;
    padding: 10px 25px;
    border-radius: 4px;
}
.add-remove-request-btn:hover{
    transition: 500ms ease;
    background-color: #fff;
    color: #525659;
}

.navbar-first-div{
    background-color: #525659;
    color: #fff;
    height: 120px;
    position: relative;
    padding: 0 !important;
}
.navbar-first-div p{
    font-size: 16px;
    position: absolute;
    bottom: 0;
    right: 20px;
}
.cbp-spmenu-right.cbp-spmenu-open {
    overflow-y: scroll !important;
}


.my-account-div p{
    font-size: 20px;
    color: #777;
    padding-right: 10px;
}
.my-account-ul li{
    border-bottom: 1px solid #ccc;
    padding: 10px;
    width: 100%;
    font-size: 16px;
}
.my-account-ul li:last-child{
    border-bottom: none;
}
.my-account-ul li a{
    color: #777;
}
.my-account-ul li:hover a, .my-account-ul li a .active{
    color: #826636;
}
.my-account-ul li button{
    color: #FF0707;
    background-color: transparent;
    border: none;
}
.my-account-ul li button:hover{
    color: #826636;
}
.vehicle-modal-link{
    padding: 15px 10px;
    font-size: 16px;
    font-weight: bold;
}
.vehicle-modal-link i{
    margin-left: 15px;
}


.link1{
    color: #333;
}
.link1:hover{
    color: #826636;
}
.se-pre-con {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #F6EA18;
}



/* custom helpers */
.custom-min-vh-100{
    min-height: 100vh;
}
.width-100{
    width: 100% !important;
}
.font-w-bold{
    font-weight: bold;
}
.margin-r-25{
    margin-right: 25px;
}
.padding-r-l-25{
    padding: 0 25px;
}
.padding-r-25{
    padding-right: 25px;
}
.padding-10{
    padding: 10px;
}
.padding-t-r-l-10{
    padding: 10px 10px 0 10px;
}
.margin-top-10{
    margin-top: 10px !important;
}
.margin-top-13{
    margin-top: 13px !important;
}
.margin-0{
    margin: 0;
}
.margin-r-l-10{
    margin: 0 10px;
}
.margin-bottom-10{
    margin-bottom: 10px;
}
.margin-bottom-25{
    margin-bottom: 25px;
}
.border-0{
    border: none;
}
.border-r-0{
    border-radius: 0;
}
.bg-light-silver{
    background-color: #F5F5F5 !important;
}
.bg-light-silver2{
    background-color: #FAF0E6 !important;
}
.bg-light-silver3{
    background-color: #F3F2D8 !important;
}
.bg-color-white{
    background-color: #fff !important;
}
.border-bottom{
    border-bottom: 1px solid #8266361a;
}
.color-red{
    color: #FF0707 !important;
}
.color-silver{
    color: #B3B4C5 !important;
}
.color-black{
    color: #111 !important;
}
.float-left{
    float: left;
}
.float-right{
    float: right;
}


/* media */
@media screen and (max-width: 767px) {
    .modal-dialog-bottom{
        margin: 0;
        position: absolute;
        width: 100%;
        bottom: 0;
    }
    .modal-dialog-bottom .modal-content{
        border: none;
        border-radius: 0;
    }
    .nemenu ul li {
        width: 30%;
    }
    .nemenu ul li a {
        width: 100%;
        padding: 10px 0 !important;
    }
    .tabbable-line > .tab-content {
        padding: 0;
    }
    .master-content-div{
        padding-top: 15px;
    }
}



::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    border-radius: 3px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    height: 3px; /*for horizontal scroll*/
    width: 3px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    border-radius: 3px;
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);*/
    background-color: #D6D6D6;
}