@import url('https://fonts.googleapis.com/css?family=Muli:400,600,700,800,900&display=swap');
body{ margin: 0; padding: 0; margin-top: 0px; font-family: 'Muli', sans-serif;}
img{max-width: 100%;}
h2, h3, h4, h5{font-weight: 800; /*color: #fff;*/}
ul{
    padding: 0;
    margin: 0;
}
li{
    list-style: none;
    text-decoration: none;
    display: inline-block;
}
a{
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    outline: none;
}
a:hover{
    text-decoration: none;
    outline: none;
}
a:focus{
    outline: none;
}
button{
    outline: none;
}
button:focus{
    outline: none;
}
/********************header-section******************/
.header-section {
    padding: 10px 0;
    background-color: #fff;
}
.banner-section.sec-padding
{
    padding: 20px 0 30px 0;
    min-height: 400px;
}
.ek_editor_content p {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}
.ek_editor_content h2, .ek_editor_content h3, .ek_editor_content h4, .ek_editor_content h5 {
    color: #212529;
}
.ek_editor_content h2 {font-size: 24px;}
.sticky .header-wrapper{
    background-color: #fff;
    border: none;
    box-shadow: 0 0 50px rgba(0, 0, 1, 0.11);
    border-bottom: none;
}
.header-wrapper{
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 5;
    box-shadow: 0 0 13px rgba(0, 0, 1, 0.11);
}
.header-wrap {
    display: flex;
    justify-content: space-between;
}
.navigation-bar{display: flex; align-self: center; width: 50%;}
.navigation-bar ul.ul-inner{
    padding: 0;
    margin: 0;
    display: none;
}
.navigation-bar ul li{
    /*display: block;*/
    padding: 9px 0;
}
.navbar{padding: 0;}
.navbar-icon {
    color: white;
    background: #1c1c57;
    display: inline-block;
    padding: 5px 9px;
}
a.menu-bar {
    display: inline-block;
    line-height: 1;
    font-size: 0;
    width: 35px;
    vertical-align: middle;
    float: right;
}
a.menu-bar span.bars {
    display: inline-block;
    background-color: red;
    width: 74%;
    line-height: 1;
    border-radius: 5px;
    height: 3px;
    margin: 0 0 5px;
    cursor: pointer;
}
.navigation a#menu-bar {
    color: red;
}
.navbar-toggler.collapsed .bar1 {transform: rotate(0);}
.navbar-toggler .bar1 {
    transform: rotate(45deg);
    transform-origin: 1% 10%;
    transition: .5s;
}
.navbar-toggler.collapsed .bar2 {opacity: 1;}
.navbar-toggler .bar2 {opacity: 0; transition: .5s;}
.navbar-toggler.collapsed .bar3 {transform: rotate(0);}
.navbar-toggler .bar3 {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
    transition: .5s;
}
/* .navbar-toggler {
    position: absolute;
    right: 0px;
    top: -40px;
    border: none;
    padding: 0;
} */
.nav-inner {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.create-account a.create {
    background-color: #ef3139;
    color: #fff;
    padding: 8px 15px;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    font-weight: 800;
    border: 2px solid #ef3139;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    font-size: 14px;
    margin-right: 8px;
}
.mobile-button{display: none;}
.mobile-button a.create {
    background-color: #ef3139;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    font-weight: 800;
}
.create-account{
    display: flex;
    align-items: baseline;
    align-self: center;
    position: absolute;
    right: 0;
}
.create-account ul li{
    border-right: 2px solid #003575;
    line-height: 13px;
    padding: 0 11px;
    float: left;
}
.create-account ul li:last-child {
    border-right: none;
    padding-right: 0;
}
.create-account ul li a{
    color: #003575;
    font-size: 14px;
    text-transform: uppercase !important;
    font-weight: 800;
}

.dropdown-sign {
    display: none;
}
.dropdown-sign button {
    background-color: unset;
    color: red;
    padding: 0;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    font-weight: 800;
    border: none;
}
a.dropdown-item:last-child {
    border-bottom: none;
}
a.dropdown-item {
    color: #fff !important;
    border-bottom: 1px solid #184881;
    padding: 10px 12px;
}
.dropdown-menu1 {
    display: none;
}
/*.dropdown-menu{
    background-color: #003575;
    padding: 0;
    margin: 0;
    border-radius: 0;
    left: -38px;
    top: 35px;
    position: absolute;
}*/
.dropdown-menu1 {
    background-color: #003575;
    padding: 0;
    margin: 0;
    border-radius: 0;
    left: -38px;
    top: 35px;
    position: absolute;
}
.dropdown-item:focus, .dropdown-item:hover{
    background-color: #003575;
}

.header-bn ul li a#navbarDropdown {
    color: #ef3139;
    font-size: 13px;
    font-weight: 700;
    padding: 0;
}
.header-bn ul li a#navbarDropdown::after{
    content: "\f107";
    font-family: FontAwesome;
    display: inline-block;
    transition: 0.5s;
    font-size: 17px;
    transform-origin: center;
}
.navbar .submenu li.nav-item.dropdown {
    margin-right: 7px;
}
.header-bn ul li.dropdown.show a#navbarDropdown::after{
    transform: rotate(-180deg);
}
.user-dropdown a#navbarDropdown {
    background-color: unset;
    color: red;
    padding: 0;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    font-weight: 800;
    border: none;
}
.menu-sub p {
    margin-bottom: 0;
}
.menu-sub p a {
    padding: 3px 13px;
    font-weight: 400 !important;
}
.header-bn .navbar .dropdown-menu a {
    color: #003575 !important;
    border-bottom: none;
    font-weight: 800;
    padding: 0;
}
.menu-sub a {

    font-size:14px;
}
.menu-sub {
    margin-bottom: 20px;
}
.menu-sub:last-child {
    margin-bottom: 20px;
}
.header-bn .navbar .dropdown-menu {
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 2;
    min-width: 82vw;
    top: 40px;
    border: none;
    padding: 28px 20px;
    box-shadow: 0 0 13px rgba(0, 0, 1, 0.11);
}
.header-bn .navbar .dropdown-menu .dropdown-item:focus, .dropdown-item:hover{
    background-color: unset;
}
.user-menu {
    background-color: #003575;
    padding: 0;
    margin: 0;
    border-radius: 0;
    display: none;
    position: absolute;
    top: 58px;
}
.user-menu a {
    color: #fff !important;
    border-bottom: 1px solid #184881;
    padding: 10px 12px;
}
/********************banner-section*********************/
.banner-section {padding: 40px 0 30px 0;}
.side-banner{
    background-image: url("../images/banner.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 82px 0;
    text-align: center;
    height: 100%;
}
.side-banner h4 {
    font-size: 24px;
    margin-bottom: 35px;
    font-weight: 400;
}
.side-navigation > a {
    display: block;
}
.side-banner h2 {
    text-transform: uppercase;
    font-size: 50px;
}
.side-navigation ul .dropdown-sub{
    display: none;
    background-color: #042956;
    width: 100%;
    border-radius: 0;
    padding: 0;
    margin: 0;
    top: -1px;
    z-index: 1;
}
/*.side-navigation > ul > li:hover ul{
    display: block;
}*/
.side-btn a {
    color: red;
    display: inline-block;
    margin-top: 8px;
    font-weight: 700;
    font-size: 17px;
}
.navigation {
    display: none;
}
.form__control
{
    width: 65%;
}
input.form-control {
   /*  width: 65%; */
    display: inline-block;
    border-radius: 0;
    border: none;
    height: 50px;
    padding: 10px 22px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    /* text-transform: capitalize; */
    color: #000;
}
.form-control::placeholder{color: #000;}
button.search {
    background-color: #ef3139;
    color: #fff;
    border: none;
    padding: 13px 25px;
    margin-left: -4px;
    display: inline-block;
    font-weight: 800;
    cursor: pointer;
}
.side-navigation {
    
}
.side-navigation ul.cat-ul{
    background-color: #003575;
    height: 407px;
    overflow: auto;
}
.side-navigation ul li.dropdown > a::after {
    content: "\f107";
    font-family: FontAwesome;
    display: inline-block;
    float: right;
}
.side-navigation h5 {
    background-color: #ef3139;
    font-size: 18px;
    text-transform: uppercase;
    padding: 15px 20px;
    margin: 0;
}
.side-navigation h5::after{
    content: "\f107";
    font-family: FontAwesome;
    display: none;
    float: right;

}
.side-navigation ul li {
    display: block;
    
    border-top: 1px solid #184881;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.side-navigation ul li:hover{background-color: #ef3139;}
.side-navigation ul li a {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    padding: 10px 22px;
}
/*******************************content-section**********************/
.latest-aid {padding: 80px 0;}
.latest-aid h3 {
    color: #003575;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 38px;
}
.latest-inner h4 {
    color: #003575;
    font-size: 20px;
    font-weight: 700;
    margin-top: 15px;
}
.latest-inner ul li:first-child {padding-left: 0;}
.latest-inner ul li {
    border-right: 1px solid #757575;
    line-height: 15px;
    padding: 0 10px;
     color: #757575;
    font-size: 14px;
}

.latest-inner ul li:last-child {border-right: none;}
.latest-inner {
    position: relative;
    margin-bottom: 40px;
}
.latest-inner a {
    display: block;
}
.latest-inner span {
    background-color: #ef3139;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    padding: 3px 10px;
    position: absolute;
    top: 55%;
    font-weight: 700;
    z-index: 1;
    left: 0;
}
.popular-categories {
    background-color: #f7f7f7;
    padding: 80px 0;
}
.popular-categories a {
    display: block;
}
.popular-categories h3 {
    color: #003575;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 38px;
}
.categories {
    background-color: #fff;
    text-align: center;
    padding: 30px 0;
    margin-bottom: 40px;
    height: 145px;
   box-shadow: 0 0 50px rgba(0, 0, 1, 0.11);
}
.categories p {
    margin: 0;
    color: #003575;
    font-size: 16px;
    font-weight: 700;
    margin-top: 10px;
}
/*************************footer-section*********************/
.footer-section {background-color: #003575;}
.footer-outer {padding: 45px 0;}
.footer-navigation h4 {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.footer-navigation ul li a {
    color: #fff;
    font-size: 14px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.footer-navigation ul li a:hover{color: #ef3139;}
.footer-navigation ul li {display: block;}
.social-icon h4 {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.social-icon ul li a {
    color: #fff;
    background-color: #1a4a83;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50px;
    margin-right: 5px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.social-icon ul li a:hover{background-color: #ef3139;}
.copy-right {
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding: 13px 0;
    border-top: 1px solid #335d91;
}
/*******************************listing**************************/
.header-bn {
    background-color: #f7f7f7;
    padding: 25px 0;
}
.header-bn ul li.home a {
    color: #ef3139;
    font-size: 13px;
    font-weight: 700;
}
.header-bn ul li.home{margin-right: 4px;}
.header-bn ul li.listing {
    color: #757575;
    font-size: 13px;
    font-weight: 700;
    border-left: 2px solid #757575;
    padding: 0 9px;
    display: inline-block;
    line-height: 11px;
}




.listing-wrapper {padding: 60px 0 98px 0;}
.lw-inner {
    position: relative;
    margin-bottom: 40px;
}
.lw-inner a{
    display: block;
}
.lw-inner span {
    background-color: #ef3139;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    padding: 3px 10px;
    position: absolute;
    top: 50%;
    font-weight: 700;
    z-index: 1;
    left: 0;
}
.lw-inner h4 {
    color: #003575;
    font-size: 20px;
    font-weight: 700;
    margin-top: 15px;
}
.lw-inner ul li:first-child {padding-left: 0;}
.lw-inner ul li:last-child {border-right: none;}
.lw-inner ul li {
    border-right: 1px solid #757575;
    line-height: 15px;
    padding: 0 10px;
    color: #757575;
    font-size: 14px;
}
.listing-select {
    display: flex;
    justify-content: space-between;
    margin-bottom: 22px;
}
.listing-select form{display: inline-flex;}
.listing-select span {
    color: #757575;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 37px;
}
.listing-select form .custom-select {
    border-radius: 0;
    font-size: 13px;
    color: #757575;
    padding-right: 36px;
}
.custom-select:focus{
    border-color: #ced4da;
    outline: 0;
    box-shadow: none;
}
.custom-select {
    background-image: url("../images/select-icon.png");
    background-size: auto;
    background-repeat: no-repeat;
}
.go {
    background-color: #ef3139;
    border: none;
    color: #fff;
    display: inline-block;
    padding: 6px 18px;
    margin-left: 8px;
    font-size: 14px;
    font-weight: 800;
}
.listing-btn {text-align: center;}
.load-btn {
    width: 100%;
    text-align: center;
}
.load-more__btn{
    color: #003575;
    border: 1px solid #003575;
    padding: 10px 17px;
    font-size: 13px;
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.load-more__btn:hover{
    background-color:#003575;
    color: #fff; 
}
.listing-sidebar h3 {
    background-color: #003575;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    margin: 0;
    padding: 10px 21px;
}
.la-title .listing-link {
    display: block;
    color: #003575;
    font-weight: 700;
}
.la-title .listing-link i {
    float: right;
    font-weight: 900;
    font-size: 22px;
}
.listing-sidebar {box-shadow: 0 0 50px rgba(0, 0, 1, 0.11);}
.listing-card {
    padding: 10px 21px;
    border-bottom: 1px solid #ddd;
}
.listing-card:last-child {border-bottom: none;}
.custom-checkbox{
    padding: 0;
    margin: 10px 0;
}
.custom-control-input{
    top:0;
    right:0;
}
.custom-control-input:focus ~ .custom-control-label::before{
    box-shadow: none;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before{
    border-color: #ddd;
}
.custom-control-label::before{
    right: 0;
    left: unset;
    border: #ddd solid 1px;
}
.custom-control-label::after{
    right: 0;
    left: unset;
}
.custom-control-input:checked ~ .custom-control-label::before{
    border-color: #003575;
    background-color: #003575;
    border-radius: 3px;
}
.custom-checkbox .custom-control-label::before{border-radius: 3px;}
.custom-control-label{
    width: 100%;
    font-size: 13px;
    color: #757575;
}
.acc-search {
    width: 100%;
    background-color: #ef3139;
    color: #fff;
    padding: 8px 20px;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    font-weight: 800;
    margin-bottom: 10px;
    margin-top: 10px;
    border:none;
}
.listing-body .mm-form {
    display: inline-flex;
    padding: 17px 0 8px 0;
    width: 100%;
}
.listing-body .mm-form .form-control {
    padding: 6px 15px;
    height: auto;
    border: 1px solid #ddd;
    width: 45%;
    margin-right: 14px;
}
.listing-body .mm-form .form-control::placeholder{
    color: #757575;
    font-size: 13px;
}
/**************************************detail-page****************/
.header-bn span.listing a {
    color: #ef3139;
    font-size: 13px;
    font-weight: 700;
}
.header-bn span.listing{
    margin-right: 4px;
    border-left: 2px solid #757575;
    line-height: 11px;
    display: inline-block;
    padding-left: 9px;
}
.detail-wrapper {padding: 50px 0;}
#carousel img {
    -webkit-filter: brightness(50%);
    filter: brightness(50%);
}
#carousel .flex-active-slide img {
   -webkit-filter: brightness(100%);
   filter: brightness(100%);
}
.flexslider{margin: 0; z-index: 1;}
.flex-direction-nav a::before{
    content: "\f104";
    font-family: FontAwesome;
    display: inline-block;
    padding-right: 7px;
    vertical-align: middle;
    font-weight: 900;
    font-size: 28px;
    color: #fff;
}
.flex-direction-nav {
    /* margin-bottom: -21px; */
    height: 0;
}
.flex-direction-nav a.flex-next::before{content: "\f105";}
#carousel .flex-direction-nav a{top: 39%;}
.flexslider:hover .flex-direction-nav .flex-next{opacity: 1; right: 0;}
.flexslider:hover .flex-direction-nav .flex-prev{opacity: 1; left: 4px;}
.flexslider ul li{cursor: pointer;}
.slides h4{
    color: #003575;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    cursor: auto;
}
.detail-description {
    /* padding: 30px 0 15px 0; */
}
.car-detail-wrapper-des {
    background-color: #fff;
    box-shadow: 0 0 50px rgba(0, 0, 1, 0.11);
    /* padding: 0 20px; */
    margin-top: 30px;
}
.detail-description h5 {
    font-size: 24px;
    color: #003575;
    font-weight: 700;
}
.detail-description p {
    font-size: 13px;
    color: #757575;
}
.detail-side-btn {
    background-color: #fff;
    box-shadow: 0 0 50px rgba(0, 0, 1, 0.11);
    margin-bottom: 22px;
    padding: 20px;
}
.detail-kr-inner p {
    font-size: 13px;
    color: #757575;
    margin-bottom: 2px;
}
.detail-side-btn h5 {
    font-size: 30px;
    color: #003575;
    font-weight: 700;
    text-align: left;
    word-break: break-all;
}
.detail-kr-inner {
    margin-bottom: 12px;
}
.detail-side-admin{
    box-shadow: 0 0 50px rgba(0, 0, 1, 0.11);
    text-align: center;
    padding: 15px;
    margin-bottom: 20px;
}
.detail-side-admin h5 {
    font-size: 20px;
    color: #003575;
    font-weight: 700;
    text-align: left;
}
.detail-side-admin p {
    margin-top: 5px !important;
    font-size: 10px;
    color: #757575;
    margin: 0;
}
.detail-post-in {
    background-color: #fff;
    box-shadow: 0 0 50px rgba(0, 0, 1, 0.11);
    padding: 20px;
}
.detail-post-in h5 {
    font-size: 20px;
    color: #003575;
    font-weight: 700;
    text-align: left;
    margin-bottom: 0;
}
.detail-post-in p {
    font-size: 13px;
    color: #757575;
    margin-bottom: 10px;
}
.detail-side-inner {
    display: flex;
    margin: 15px 0;
    align-items: center;
}
.detail-side-info {
   /*  padding-left: 8px; */
}
.detail-side-info h6 {
    font-size: 16px;
    color: #003575;
    font-weight: 700;
    text-align: left;
    margin-bottom: 0;
}
.detail-side-admin a {
    background-color: #ef3139;
    color: #fff;
    padding: 8px 8px;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    font-weight: 800;
    border: 2px solid #ef3139;
    width: 100%;
    text-transform: uppercase;
    font-size: 10px;
    text-align: center;;
}
.car-detail{
    /* padding: 25px 0; */
    border-bottom: 1px solid #ddd;
}
.cd-inner h4{
    color: #757575;
    font-size: 13px;
    width: 49%;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
}
.cd-inner p{
    margin: 0;
    width: 49%;
    color: #757575;
    font-size: 13px;
    display: inline-block;
}
.car-detail-outer {
    display: inline-block;
    width: 100%;
    /* height: 32px; */
}
.cd-inner {
    width: 49%;
    display: inline-block;
    justify-content: space-around;
    align-items: baseline;
    /*align-self: center;*/
    /* margin-top: 10px; */
    margin-bottom: 10px;
}
.car-detail h3{
    font-size: 24px;
    color: #003575;
    font-weight: 700;
}
.message.error{

    text-align: center;
    background-color: red;
    width: 40%;
    margin: 0 auto;
    color: #fff;
}
.message.success
{
    text-align: center;
    background-color: green;
    width: 40%;
    margin: 0 auto;
    color: #fff;

}
@media (max-width: 1199px){
    .latest-inner span{top: 47%;}
    .lw-inner span{top:48%;}
    .detail-side-btn a{padding: 8px 8px;}
    .detail-side-btn{padding: 20px 15px;}
    .detail-side-admin a{font-size: 13px;}
}
@media (max-width: 991px){
    .side-banner h2{font-size: 32px;}
    .side-banner h4{font-size: 18px;}
    .side-navigation h5{padding: 12px 20px;}
    .footer-navigation {margin-bottom: 30px;}
    .create-account ul li{padding: 0 5px; float: left;}
    .create-account ul li a{font-size:12px;}
    .detail-side-wrap {margin-top: 35px;}
    .detail-side-btn{text-align: center;}
    .detail-side-btn h5{text-align: center;}
    .detail-side-admin h5{text-align: center;}
    .detail-side-inner{justify-content: center;}
    .detail-post-in{text-align: center;}
    .detail-post-in h5{text-align: center;}
    .navigation-bar{width:56%;}
    .create-account a.create{
        padding: 8px;
        font-size: 12px;
    }
    .menu-sub:last-child {
        margin-bottom: 20px;
    }
}
@media (max-width: 767px){
    /*.side-navigation{display: none;}*/
    .side-navigation{margin-bottom: 15px; display: block;}
    .dropdown-sign{
        position: absolute;
        top: 30%;
        left: 60%;
        display: inline-block;
    }
    #head
    {
        margin-top: 10px;
    }
    .navigation-bar ul.ul-inner{display: block;}
    .header-wrap{display: inline-block; width: 100%; position: relative;}
    .navigation-bar ul li{padding: 0;}
    .create-account ul{width: 100%; margin-bottom: 15px; display: none; }
    .create-account a.create{
        margin-left: 15px;
        padding: 5px 8px;
        font-size: 13px;
        margin-right: 0;
    }
    .navigation-bar ul li a {
        color: #fff;
        padding: 9px 20px;
        display: block;
        text-transform: capitalize;
        text-decoration: none;
        cursor: pointer;
        border-bottom: 1px solid #184881;
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;  
    }
    .navigation-bar ul li a:hover{color: #ef3139;}
    /*.navigation-bar{display: none;}*/
    /*.nav-drop-down{display: none;}*/
    .navbtn {
        float: right;
        position: absolute;
        right: 0;
        top: -56px;
        color: red;
    }
    /*.nav-drop-down {width: 100%;}*/
    .nav-inner{display: none;}
    .navigation {
        background-color: #003575;
        position: absolute;
        width: 100%;
        top: 76px;
    }
    .navigation {
        display:block;
    }
    .side-navigation h5::after{display: inline-block;}
    /*.side-navigation ul.cat-ul{display: none;}*/
    .side-navigation h5{padding: 8px 13px;}
    .create-account{
        padding: 0;
        flex-direction: column-reverse;
        margin-bottom: 12px;
        margin-top: 15px;
        position: unset;
    }
    .mobile-button{
        display: inline-block; 
        position: absolute;
        left: 59%;
        top: 8px;
    }
    .create-account ul li{
        border-right: 0;
        display: block !important;
        width: 100%;
        padding: 4px 0;
    }
    .create-account ul li a{
        font-size: 16px;
        text-transform: capitalize !important;
        font-weight: 400;
    }
    .navbar-collapse {
        position: absolute;
        top: 15px;
        background-color: #003575;
        z-index: 999;
        left: -15px;
        right: -15px;
        box-shadow: 0 0 50px rgba(0, 0, 1, 0.11);
        max-height: calc(100vh - 65px);
        overflow: auto;
    }
    .header-section{padding: 16px 0;}
    .listing-sidebar{margin-bottom: 30px;}
    .ul-inner li{display: block;}
/*    .dropdown-menu {
        position: static;
        width: 100%;
        padding: 15px;
        margin-top:10px;
    }*/
    a.dropdown-item {color: #757575;}
    .cd-inner{margin-top: 0 !important; align-self: baseline;}
    ul .sub-menu{
        position: static; 
        display: none;
    }
    .banner-section{
        padding: 25px 0;
    }
    .header-bn .navbar .dropdown-menu{min-width: 70vw;}

}
@media (max-width: 575px){
    .latest-aid{text-align: center;}
    .latest-aid {padding: 35px 0;}
    .latest-aid h3{margin-bottom: 20px; font-size: 32px;}
    .popular-categories {padding: 38px 0;}
    .popular-categories h3{font-size: 28px;}
    .side-banner h2 {font-size: 22px;}
    .side-banner h4 br{display: none;}
    .side-banner{padding: 90px 15px;}
    .latest-inner{display: inline-block;}
    .lw-inner {display: inline-block;}
    .listing-result {text-align: center;}
    .car-detail-outer{display: inline-block; margin-bottom: 0;}
    .cd-inner{width: 100%; margin-bottom: 5px;}
    .car-detail-outer{height: auto;}
    .cd-inner{margin-top: 0 !important;}
    .car-outer2 > .cd-inner:nth-child(2) {display: none;}
    .side-navigation h5{font-size: 14px;}
    .header-bn .navbar .dropdown-menu {min-width: 92vw;}
    .create-account a.create{font-size:11px;}

}
@media (max-width: 495px){
    .header-wrap a img {max-width: 205px;}
    .mobile-button a.create{font-size: 14px; padding: 8px 14px;}
    .mobile-button{top:3px;}
    /* .navbar-toggler{top:-33px;} */
    .slides h4{font-size: 20px;}
    .dropdown-sign{top: 19%; left: 66%;}
    .navbtn{top:-52px; right: 14px;}
    .navigation{top: 62px;}
    .header-bn{padding: 17px 0;}
    .header-bn ul li.home {margin-right: 1px;}
    .header-bn span.listing{padding-left: 7px;}
    .header-bn ul li.home a{font-size: 12px;}
    .header-bn ul li.listing{font-size: 12px; padding: 0 6px;}
    .header-bn ul li a#navbarDropdown{font-size:12px;}

}
@media (max-width: 395px){
    .side-banner{padding:40px 15px;}
    input.form-control{width: 100%;}
    .side-banner h4{margin-bottom: 22px;}
    .side-banner h2{margin-bottom: 22px;}
    .categories p{font-size:13px;}
    .header-wrap a img {max-width: 172px;}
    .mobile-button a.create {font-size: 12px; padding: 5px 9px;}
    /* .navbar-toggler {top: -27px; right: -6px;} */
    .mobile-button{left: 57%;}
    body{margin-top: 66px;}
    .footer-outer {padding: 30px 0;}
    .banner-section {padding: 14px 0;}
    .detail-wrapper {padding: 30px 0;}
    .listing-wrapper {padding: 30px 0;}
    .la-title .listing-link{font-size: 12px;}
    .la-title .listing-link i{font-size: 17px;}
    .cd-inner h4{font-size: 12px;}
    .cd-inner p{width: 39%;}
    .cd-inner p br{display: none;}
    .car-detail-wrapper-des{padding: 0 12px;}
    .cd-inner h4{width: 59%;}
    a.dropdown-item{
        padding: 6px 7px;
        font-size: 13px;
    }
    .dropdown-menu1{min-width: 0;}
    .navbtn{top: -46px;}
    .navigation{top: 54px;}
}
.custombtn {
    background-color: #ef3139;
    color: #fff;
    border: none;
    padding: 13px 25px;
    margin-left: -4px;
    display: inline-block;
    font-weight: 800;
    cursor: pointer;
}

@media (max-width: 767px) {

    .dropdown-menu1 {
        left: 0px !important;
        top: 27px !important;
    }
}

@media (max-width: 575px) {

    .dropdown-menu1 {
        left: 0px !important;
        top: 27px !important;
    }
}


@media (max-width: 767px) {

    .dropdown-sign {
        top: 19% !important;
        left: 53% !important;
    }
}

@media (max-width: 575px) {

    .dropdown-sign {
        top: 19% !important;
        left: 53% !important;
    }
}

@media (max-width: 767px) {
    .navbtn {
        right: 0px !important;
    }
}

@media (max-width: 575px) {
    .navbtn {
        right: 0px !important;
    }
}



/* Style by UIUX @ 18-03-2020 due to Collpased sidebar */
.uiux_sidebar .la-title{
    background-color: #f5f5f5;
    padding: 8px 15px;
}
.uiux_sidebar .listing-card{
    padding: 0;
}
.uiux_sidebar .listing-body{
    padding: 15px;
}
.p_r_0{
    padding-right: 0;
}
.p_r_20{
    padding-right: 20px;
}
.uiux_sidebar .sub_catg_label{
    display: inline-block;
    width: 100%;
}
.uiux_sidebar .sub_catg_checkbox{
    margin-top: 0;
    margin-bottom: 0 !important;
}
.uiux_sidebar .sub_catg_checkbox_body{
    padding-top: 0px;
    padding-bottom: 10px;
}
.uiux_sidebar .categ_filters_body{
    max-height: 1000px;
    overflow-y: auto;
}

.styled_scroll::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.styled_scroll::-webkit-scrollbar
{
    width: 6px;
    background-color: #F5F5F5;
}

.styled_scroll::-webkit-scrollbar-thumb
{
    background-color: #d2d2d2;
}

.create_adds
{
    background-color: #ef3139;
    color: #fff;
    padding: 8px 15px;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    font-weight: 800;
    border: 2px solid #ef3139;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    font-size: 14px;
    margin-right: 8px;
 }
 .create_adds:hover
 {
    color: #fff !important;
 }
 .box_sha
 {
    width:100%; 
    padding: 50px 0px; 
    text-align: center; 
    box-shadow: 0 0 50px rgba(0, 0, 1, 0.11);
 }
 .box_sha p
 {
    font-size: 20px; 
    font-weight: 900;
 }
 
 
 
 
 
 /* Style by UIUX @ 25-03-2020 */
.follower_item {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid 
    #ccd5d6;
    padding: 10px;
}
.follower_item .follower_img_sec{
    width: 50px;
    height: 50px;
    float: left;
    overflow: hidden;
    display: inline-block;
}
.follower_img_sec .img-fluid {
    border-radius: 50%;
    width: 50px;
    height: 50px;
}
.follower_item .follower_action_btn_sec a {
    background-color: #ef3139;
    border-color: #ef3139;
    font-weight: 800;
    padding: 8px;
    font-size: 12px;
    text-transform: uppercase;
    color: #FFF !important;
}
.follower_item .follower_info_sec{
    padding: 0px 10px;
    width: calc(100% - 150px);
    float: left;
}
.follower_item .follower_info_sec h4{
    font-size: 16px;
    margin-bottom: 5px;
    padding: 13px 5px;
}
.follower_item .follower_info_sec h4 a{
    color: #003575;
}
.follower_item .follower_info_sec p{
    font-size: 13px;
    color: #9e9e9e;
    margin-bottom: 0px;
}
.follower_action_btn_sec{
    max-width: 100px;
    float: right;
}

.post_ad_desc_form .form-group span{
    margin-left: 20px;
}
.post_ad_desc_form .form-group select{
    height: 50px;
}
.social-icon ul li a i{
    height: 40px;
    line-height: 40px;
}
.error{
    color: red;
    font-weight: 600;
}
.toggle
{
    border: 1px solid;
}

.material-checkbox {
    z-index: 0;
    position: relative;
    display: inline-block;
    color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);
    font-family: var(--pure-material-font, "Roboto", "Segoe UI", BlinkMacSystemFont, system-ui, -apple-system);
    font-size: 16px;
    line-height: 1.5;
}


/* Input */
.material-checkbox > input {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    z-index: -1;
    position: absolute;
    left: -10px;
    top: -8px;
    display: block;
    margin: 0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
    box-shadow: none;
    outline: none;
    opacity: 0;
    transform: scale(1);
    pointer-events: none;
    transition: opacity 0.3s, transform 0.2s;
}

/* Span */
.material-checkbox > span {
    display: inline-block;
    width: 100%;
    cursor: pointer;
}

/* Box */
.material-checkbox > span::before {
    content: "";
    display: inline-block;
    box-sizing: border-box;
    margin: 3px 11px 3px 1px;
    border: solid 2px; /* Safari */
    border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
    border-radius: 2px;
    width: 18px;
    height: 18px;
    vertical-align: top;
    transition: border-color 0.2s, background-color 0.2s;
}

/* Checkmark */
.material-checkbox > span::after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 1px;
    width: 10px;
    height: 5px;
    border: solid 2px transparent;
    border-right: none;
    border-top: none;
    transform: translate(3px, 4px) rotate(-45deg);
}

/* Checked, Indeterminate */
.material-checkbox > input:checked,
.material-checkbox > input:indeterminate {
    background-color: #ef3139;
}

.material-checkbox > input:checked + span::before,
.material-checkbox > input:indeterminate + span::before {
    border-color: #ef3139;
    background-color: #ef3139;
}

.material-checkbox > input:checked + span::after,
.material-checkbox > input:indeterminate + span::after {
    border-color: rgb(var(--pure-material-onprimary-rgb, 255, 255, 255));
}

.material-checkbox > input:indeterminate + span::after {
    border-left: none;
    transform: translate(4px, 3px);
}

/* Hover, Focus */
.material-checkbox:hover > input {
    opacity: 0.04;
}

.material-checkbox > input:focus {
    opacity: 0.12;
}

.material-checkbox:hover > input:focus {
    opacity: 0.16;
}

/* Active */
.material-checkbox > input:active {
    opacity: 1;
    transform: scale(0);
    transition: transform 0s, opacity 0s;
}

.material-checkbox > input:active + span::before {
    border-color: #ef3139;
}

.material-checkbox > input:checked:active + span::before {
    border-color: transparent;
    background-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
}

/* Disabled */
.material-checkbox > input:disabled {
    opacity: 0;
}

.material-checkbox > input:disabled + span {
    color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38);
    cursor: initial;
}

.material-checkbox > input:disabled + span::before {
    border-color: currentColor;
}

.material-checkbox > input:checked:disabled + span::before,
.material-checkbox > input:indeterminate:disabled + span::before {
    border-color: transparent;
    background-color: currentColor;
}


.material-radio {
    z-index: 0;
    position: relative;
    display: inline-block;
    color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);
    font-family: var(--pure-material-font, "Roboto", "Segoe UI", BlinkMacSystemFont, system-ui, -apple-system);
    font-size: 16px;
    line-height: 1.5;
    margin: 0 5px;
}

/* Input */
.material-radio > input {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    z-index: -1;
    position: absolute;
    left: -10px;
    top: -8px;
    display: block;
    margin: 0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
    outline: none;
    opacity: 0;
    transform: scale(1);
    pointer-events: none;
    transition: opacity 0.3s, transform 0.2s;
}

/* Span */
.material-radio > span {
    display: inline-block;
    width: 100%;
    cursor: pointer;
}

/* Circle */
.material-radio > span::before {
    content: "";
    display: inline-block;
    box-sizing: border-box;
    margin: 2px 4px 2px 0;
    border: solid 2px; /* Safari */
    border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    vertical-align: top;
    transition: border-color 0.2s;
}

/* Check */
.material-radio > span::after {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background-color: #ef3139;
    transform: translate(5px, 5px) scale(0);
    transition: transform 0.2s;
}

/* Checked */
.material-radio > input:checked {
    background-color: #ef3139;
}

.material-radio > input:checked + span::before {
    border-color: #ef3139;
}

.material-radio > input:checked + span::after {
    transform: translate(5px, 5px) scale(1);
}

/* Hover, Focus */
.material-radio:hover > input {
    opacity: 0.04;
}

.material-radio > input:focus {
    opacity: 0.12;
}

.material-radio:hover > input:focus {
    opacity: 0.16;
}

/* Active */
.material-radio > input:active {
    opacity: 1;
    transform: scale(0);
    transition: transform 0s, opacity 0s;
}

.material-radio > input:active + span::before {
    border-color: #ef3139;
}

/* Disabled */
.material-radio > input:disabled {
    opacity: 0;
}

.material-radio > input:disabled + span {
    color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38);
    cursor: initial;
}

.material-radio > input:disabled + span::before {
    border-color: currentColor;
}

.material-radio > input:disabled + span::after {
    background-color: currentColor;
}

.member_plan{
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.12);
    background-color: #fff;
    text-align: center;
    padding: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.custombtn:hover
{
    background-color: #ef3139;
}
.member_plan_title
{
    color: #003575;
    /* font-size: 14px; */
    text-transform: uppercase !important;
    font-weight: 800;
}
.main_heading
{
    color: #ef3139;
    font-weight: 800;
    padding: 10px;
}
.lw-inner .post_actions a {
    width: 49%;
    display: inline-block;
    border: 1px solid #ef3139;
    border-radius: 0;
    background: #ef3139;
    color: #FFF;
}
<<<<<<< HEAD
.error{
    color: red;
    font-weight: 600;
    width: 100%;
}
.flex-caption { 
  background: tomato; 
  color: white;
  position: absolute;
  bottom: 0;
  padding: 1em;
}
.whishlist, .unwhishlist{color: #ef3139 !important;}
.NewsWhislist
{
    color: #ef3139;
    font-size: 20px;
    cursor: pointer;
    margin-top: 10px;
}
.cat_icon
{
    color: #f36369;
    font-size: 32px;
}
.popular-categories div[class^=col-] {
    float: none;/* Overwrites float left */
    display: inline-block;
    vertical-align: top;
}
.popular-categories .row{
    justify-content: center;
}





/* STYLE BY UIUX @ 30-03-2020 */
.location_input_wrapper .input-group-text{
    border-color: #aaa !important;
}
.location_input{
    background-color: #fff;
    border-color: #aaa !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.location_dropdown_btn{
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background-color: #e9ecef;
    border-color: #aaa !important;
}

.listing_dropdown_wrapper{
    position: relative;
}
.location_dropdown{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 97.3%;
    background-color: white;
    border: 1px solid #efefef;
    z-index: 9;
    padding: 15px 15px 0;
    margin: 0 auto;
    box-shadow: 0px 3px 15px rgba(189, 189, 189, 0.45);
    
}
.location_dropdown .cities
{
    min-height: 250px;
    max-height: 450px;
    overflow-y: auto;
}
.location_dropdown ul{
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
}
.location_dropdown li{
    display: inline-block;
    width: 25%;
    float: left;
    margin-bottom: 15px;
}
.location_dropdown li a{
    font-size: 14px;
    color: #003575;
    font-weight: 500;
    font-weight: 600;
    transition: .3s;
}
.location_dropdown li a:hover{
    color: #ef3139;
}
.location_dropdown .custom-control-label::before, .location_dropdown .custom-control-label::after{
    left: 0;
    top: 1.4px;
}
.location_dropdown .custom-control-label{
    padding-left: 25px;
    cursor: pointer;
}
.location_dropdown .txt_black{
    color: #000;
}
.success_msg_section{
    padding-top: 70px;
    padding-bottom: 70px;
}
.success_msg_box{
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.12);
    background-color: #fff;
    text-align: center;
    padding: 50px;
}
.success_msg_box h4{
    color: #EF3139;
    margin-bottom: 20px;
}
.success_msg_box p{
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0;
}
.p_message{
    padding: 50px 10px;
}
.custom-control-input{top: 0;}
.select2-container{margin-top: -5px;}
.select2-container--default .select2-selection--single{border: 1px solid #ced4da;}
.select2-container .select2-selection--single .select2-selection__rendered{padding: 8px;}
.price_style label{display:inline-block; width: 100%;}
.price_style div{margin:0; padding: 0; display:inline-block;}
.message_top{padding: 8px 20px; text-align:center;}
@media(max-width: 991px){
    .location_dropdown li{
        width: 33%;
    }
}
@media(max-width: 768px){
    .location_dropdown li{
        width: 50%;
    }
    /* .fb_login {
        background: #4267b2;
        color: #fff;
        display: block;
        padding: 9px 5px 9px 8px !important;
        box-shadow: 1px 0px 2px 0px #777;
        font-size: 12px;
    } */
    .icon-color {
        color: #fff !important;
        padding-right: 3px !important;
    }
}
.fb_login
{
    background: #4267b2;
    color: #fff;
    display: block;
    padding: 9px 5px 9px 21px;
    box-shadow: 1px 0px 2px 0px #777;
    text-align: center;
}
.fb_login i{
    margin-right: 4px;
}
.fb_login:hover
{
    background: #4267b2;
    color: #fff;
}

.icon-color
{
    color: #fff;
    padding-right: 10px;
}

.btn-carrot , .btn-carrot:hover {
    color: #fff;
    background-color: #ef3139;
    border-color: #ef3139;
}
.modal-title
{
    color: #003575 !important;
}
.cd-inner_custom
{
    width: 30% !important;
}
.h4_heading
{
    color: #757575;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    word-break: break-all;
}
.name_of_review
{
    border-top: 1px solid #ddd;
    padding: 0 !important;
}
.review_des {
    padding: 15px 0 7px 0;
}
.date_heading
{
    color: #757575;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    word-break: break-all; 
}
.fixed_div
{
    max-height: 385px;
    overflow-x: hidden;
}
 .categories_sub
{
    display: block;
    border-top: 1px solid #184881;
}
.categories_sub h5
{
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 10px 22px;
    background-color: transparent;
}
.ul_sub
{
    background-color: #042956;
    width: 100%;
    border-radius: 0;
    padding: 0;
    margin: 0;
    top: -1px;
    z-index: 1;
}
.ul_sub li
{
    display: block;
    border-top: 1px solid #184881;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;  
}
 .ul_sub li a
{
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    padding: 10px 22px; 
}

.foot_content ul li
{
    display: block;
}

.steps_p
{
    margin-bottom: 15px;
    font-size:  18px;
}

.steps_image
{
    padding: 15px;
    width: 100%;
    max-width: 75%;
}

#flashMessage.message.error {
    margin: 20px auto 0;
}


/* width */
.catg_dropdown::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.catg_dropdown::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.catg_dropdown::-webkit-scrollbar-thumb {
  background: #055aab; 
}

/* Handle on hover */
.catg_dropdown::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.view_all,.view_all:hover
{
    float: right;
    font-size: 18px;
    border: none;
    background: no-repeat;
    color: #e24053;
    font-weight: 600;
    border-bottom: 1px solid;
}