body{
    background-color: #38b4d633 !important;
    overflow-x: hidden!important;
}
*{
    outline:none;
}
a{
    text-decoration:none!important;
    color:#212121;
    transition: 0.3s;
}
a:hover, a:focus{
    color:#f37a20;
}
.form-control{
    color:#212121;
    border:1px solid #ddd;
    border-radius: 0.5rem;
    height:38px;
}
.form-control:focus{
    color:#000;
    border:1px solid #ccc;
    box-shadow: 0 3px 9px #00000014;
}
textarea.form-control{
    height:auto;
}
.btn-primary{
    background-color:#f37a20 !important;
    border-color:#f37a20 !important;
}
.btn-primary:hover{
    background-color: #f37a20!important;
    border-color: #f37a20!important;
}
.btn-primary:focus{
    box-shadow: 0 0 0 0.2rem rgb(22 103 166 / 28%)!important;
}
.btn-primary:active{
    background-color:#f37a20!important;
    border-color:#f37a20!important;
}
.btn-outline-primary{
    color: #f37a20!important;
    border-color: #f37a20!important;
}
.btn-outline-primary:hover{
    color: #fff!important;
    background-color: #f37a20!important;
    border-color: #f37a20!important;
}
.btn-outline-primary:focus{
    box-shadow: 0 0 0 0.2rem rgb(22 103 166 / 28%)!important;
}
.btn-outline-primary:active{
    color: #fff!important;
    background-color: #f37a20!important;
    border-color: #f37a20!important;
}
.alert{
    padding: 0.5rem 0.75rem;
}
.alert i{
    margin-right:5px;
}
.table{
    margin-bottom:0;
}
.table th, .table td{
    line-height:30px;
    white-space:nowrap;
    vertical-align: middle;
}
.table th .wrap, .table td .wrap{
    white-space:normal;
}
.table thead th{
    border-top:none;
    border-bottom:2px solid #f1f4f6!important;
    padding-top:20px;
    font-weight:600;
}
.table td{
    border-top:1px solid #f1f4f6!important;
}
.table tfoot th{
    border-bottom: :none;
    border-top:2px solid #f1f4f6!important;
    padding-bottom:20px;
    font-weight:600;
}
.table .btn{
    padding: 3px 12px;
    font-size: 0.85rem;
}
.table img{
    height: 50px;
    margin-top: -2px;
    margin-right: 10px;
    border-radius: 0.5rem;
    background-color: #fff;
    padding: 5px;
    border: 1px solid #ddd;
}
.dropdown-toggle::after{
    display:none!important;
}
.dropdown-menu{
   
    box-shadow:0 6px 12px rgba(0, 0, 0, .175);
    border:none;
    overflow:hidden;
   
}
.dropdown-item{
    border-bottom:1px solid #ddd;
    padding:7.5px 15px;
    cursor:pointer;
    transition: 0.3s;
}
.dropdown-item:last-child{
    border-bottom:none;
}
.dropdown-item:hover, .dropdown-item:focus{
    background-color: #38b4d6 !important;
    color: #fff  !important;
    border-radius: 0.25rem;
}
.dropdown-item img{
    width:20px;
    height:20px;
    border-radius:10rem;
    margin-right:10px;
    margin-top:-2px;
}
.dropdown-menu label{
    line-height:1;
}
.popover{
    background-color:#fff;
    border:none;
    box-shadow:0 0 13px 0 rgba(2, 136, 209, 0.06);
    border-radius:1rem;
    padding:10px;
    margin-top:-2px;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before{
    border:none;
}
.popover .popover-body{
    padding:0;
    color:#212121;
}
.popover h5{
    display:inline-block;
    font-size:0.9rem;
    margin:0 20px 0 0;
}
.popover .btn{
    width:30px;
    height:30px;
    padding:0;
    text-align:center;
    line-height:27px;
    font-size:0.9rem;
}
.popover .btn-primary{
    color:#fff!important;
}
.pagination{
    display: inline-flex;
    justify-content: center;
    margin: 0 0 30px;
    width: 100%;
}
.page-item:first-child .page-link{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    font-size: 2rem;
    line-height: 1.15;
}
.page-item:last-child .page-link{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 2rem;
    line-height: 1.15;
}
.page-item .page-link{
    margin: 0 0 0 8px;
    padding: 0;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #000;
    border-radius: 0.25rem;
}
.page-item.active .page-link, .page-item .page-link:hover, .page-item .page-link:focus{
    background-color:#f37a20;
    border-color: #f37a20;
    color:#fff;
}
select.form-control[multiple]{
    border-radius:1rem;
    overflow:auto;
}
select.form-control[multiple]::-webkit-scrollbar-track{
    background:#fff;
    margin:15px;
}
select.form-control[multiple]::-webkit-scrollbar{
    width:10px;
}
select.form-control[multiple]::-webkit-scrollbar-thumb{
    background:#c1c1c1;
    border-radius:10rem;
    border:2px solid #fff;
}
.form-group{
    margin-bottom:20px;
}


/*.navbar{*/
/*    background-color: #fff;*/
/*    padding: 15px;*/
/*    box-shadow: 0 1px 2px #0000000d;*/
/*    height: 85px;*/
/*}*/
.navbar{
    position: relative;
    background-color: #fff;
    /*padding: 20px;*/
    box-shadow: 0 1px 2px #0000000d;
    z-index: 999;
}



.navbar .navbar-brand img{
    width: 130px;
}
.navbar .navbar-collapse{
    justify-content: flex-end;
}
.navbar .navbar-nav .nav-link{
    color: #000;
    padding: 11px 20px;
    transition: 0.3s;
}
.navbar .navbar-nav .nav-item:last-child .nav-link{
    background-color: #38b4d6;
    color: #fff;
    padding: 10px 20px;
    margin-left: 10px;
    border-radius: 0.25rem;
}
.navbar .navbar-nav .nav-link img{
    width: 20px;
    margin-right: 5px;
    border-radius: 10rem;
}
.main-panel{
    background-size: cover;
    background-position: bottom;
    /*padding: 240px 0;*/
}
.main-panel form{
    background-color: #ffffffd1;
    padding: 60px 30px 40px;
    border-radius: 3rem 3rem 0 0;
    box-shadow: 0 2px 4px #00000036;
    margin-left: -2px;
    margin-right: -2px;
}
.main-panel form .col-md-3,.main-panel form .col-md-2, .main-panel form .col-md-1{
    padding-left: 2px;
    padding-right: 2px;
}
.heading{
    margin-bottom: 30px;
}
.heading h2{
    font-size: 1.65rem;
    font-weight: 700;
    margin: 0;
}
.ads-by-categories{
    padding: 80px 0 50px;
}
.ads-by-categories .container{
    border-bottom: 1px solid;
}
.ads-by-categories .category{
    margin-bottom: 30px;
    text-align: center;
}
.ads-by-categories .category img{
    width: 100%;
    border-radius: 100rem;
    margin-bottom: 15px;
}
.ads-by-categories .category h5{
    font-size: 1rem;
    margin-bottom: 0;
    text-transform: capitalize;
    height: 37px;
    overflow: hidden;
}
.shops{
    padding: 30px 0 0;
}
.shops-page .panel{
    padding-bottom: 0;
}
.shops-page .panel .no-results-found{
    margin-bottom: 30px;
}
.shop{
    margin-bottom: 30px;
    text-align: center;
}
.shop img{
    width: 100%;
    border-radius: 100rem;
    margin-bottom: 15px;
    border: 1px solid #ddd;
}
.shop h5{
    font-size: 1rem;
    margin: 0;
}
.shops .owl-nav .owl-prev, .shops .owl-nav .owl-next{
    position: absolute;
    top: -45px;
    right: 0;
    font-size: 1rem;
    width: 25px;
    height: 25px;
    border: 1px solid #ddd;
    text-align: center;
    line-height: 23px;
    background-color: #fff;
    border-radius: 0.25rem;
}
.shops .owl-nav .owl-prev{
    right: 30px;
}
.ads{
    position: relative;
    padding: 80px 0 50px;
}

/*.ads .ad {*/
/*    position: relative;*/
/*    background-color: #fff;*/
/*    margin-bottom: 30px;*/
/*    padding: 15px;*/
/*    border-radius: 1rem;*/
/*    border: 1px solid #ddd;*/
/*    min-height: 305px;*/
/*}*/

.ads .ad {
    position: relative;
    background-color: #fff;
    margin-bottom: 10px;
    padding: 0px;
    height: auto !important;
    border-radius: 1rem;
    border: 1px solid #ddd;
    min-height: 370px !important;
}


.ads .ad .ribbon{
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 100px;
    height: 100px;
    text-align: center;
}
.ads .ad .ribbon span{
    font-size: 9px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    width: 116px;
    display: block;
    background: linear-gradient(#28a745 0%, #218838 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 25px;
    right: -23px;
}
.ads .ad .ribbon.ribbon-blue span{
    background: linear-gradient(#17a2b8 0%, #17a2b8 100%);
}
.ads .ad .ribbon span::before{
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #166026;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #166026;
}
.ads .ad .ribbon.ribbon-blue span::before{
    border-left: 3px solid #0e6674;
    border-top: 3px solid #0e6674;
}
.ads .ad .ribbon span::after{
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #166026;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #166026;
}
.ads .ad .ribbon.ribbon-blue span::after{
    border-right: 3px solid #0e6674;
    border-top: 3px solid #0e6674;
}
.ads .ad img{
    width: 100%;
    margin-bottom: 15px;
    border-radius: 1rem;
    border: 1px solid #ddd;
}
.ads .ad h5{
    margin-bottom: 5px;
    font-size: 1.2rem;
    height: 20px;
    overflow: hidden;
}
.ads .ad p{
    font-size: 0.95rem;
    color: #999;
    margin-bottom: 0px;
}
.ads .ad p span{
    display: inline-block;
 
}
.ads .ad p span:first-child{
    margin-left: 0;
}
.ads .ad h6{
    font-size: 1.1rem;
    margin: 0;
}
.ads .ad h6 button{
    border: none;
    background-color: transparent;
    padding: 0;
    line-height: 0;
    outline: none;
    transition: 0.3s;
    color: #999;
}
.ads .ad h6 button:hover{
    color: #000;
}
.ads .ad h6 button i{
    line-height: 21px;
}
.google-ad{
    padding: 30px 0;
    text-align: center;
}
.google-ad img{
    max-width: 100%;
}
.features{
    position: relative;
    padding: 30px 0 0;
}
.features .feature{
    background-color: #fff;
    margin: 30px 0;
    border-radius: 1rem;
    padding: 0 30px 30px;
    box-shadow: 0 5px 20px 0 #00000012;
    min-height: 385px;
}
.features .feature i{
    font-size: 1.5rem;
    width: 70px;
    height: 70px;
    background-color: #0bbab2;
    color: #fff;
    line-height: 70px;
    border-radius: 10rem;
    text-align: center;
    margin: -30px 0 15px;
}
.features .feature h4{
    font-size: 1.25rem;
    margin-bottom: 5px;
}
.features .feature p{
    color: #999;
    margin: 0;
    font-size: 0.95rem;
}
.page{
    position: relative;
    min-height: 100vh;
    padding: 30px 0 0;
}
.page.ads-page .ads{
    padding: 0;
    background-color: transparent;
}
.panel{
    position: relative;
    background-color: #fff;
    padding: 30px;
    border-radius: 1rem;
    box-shadow: 0 3px 12px 0 #00000012;
    margin-bottom: 30px;
}
.panel-heading{
    position: relative;
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 15px;
}
.account-page .panel{
    padding: 60px 30px;
}
.account-page .panel h6{
    position: relative;
    text-align: center;
    margin: 30px 0;
}
.account-page .panel h6::before{
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: calc(50% - 30px);
    height: 1px;
    background-color: #ddd;
}
.account-page .panel h6::after{
    content: '';
    position: absolute;
    right: 0;
    top: 10px;
    width: calc(50% - 30px);
    height: 1px;
    background-color: #ddd;
}
.account-page .panel .btn-facebook{
    background-color: #3b5998;
    color: #fff;
    margin-bottom: 5px;
}
.account-page .panel .btn-google{
    background-color: #dd4b39;
    color: #fff;
}
.profile-page .user-details-panel{
    position: relative;
    text-align: center;
}
.profile-page .user-details-panel form .btn{
    position: absolute;
    top: 45px;
    left: 45px;
    border-radius: 10rem;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 0;
    padding: 0;
    font-size: 0.8rem;
}
.profile-page .user-details-panel img{
    width: 100%;
    border-radius: 1rem;
    margin: 0 auto 30px;
    border: 1px solid #ddd;
}
.profile-page .user-details-panel h4{
    font-weight: 900;
    margin-bottom: 5px;
}
.profile-page .user-details-panel p{
    font-size: 0.95rem;
    color: #888888;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.profile-page .balance-panel h4{
    text-align: center;
    font-size: 2.5rem;
    font-weight: 800;
    margin: 0;
    color: #28a745;
}
.profile-page .balance-panel h4 sup{
    font-size: 40%;
    top: -1.5em;
    font-weight: 700;
    color: #000;
}
.profile-page .menu-panel a{
    display: block;
    margin-bottom: 7.5px;
    padding-bottom: 7.5px;
    border-bottom: 1px solid #ddd;
    font-weight: 500;
    transition: 0.3s;
}
.profile-page .menu-panel a:hover, .profile-page .menu-panel a.active{
    color: #f37a20;
}
.profile-page .menu-panel a:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}
.profile-page .menu-panel a i{
    margin-right: 5px;
    color: #f37a20;
    font-size: 0.8rem;
    width: 20px;
    text-align: center;
}
.profile-page .my-ad{
    margin-bottom: 30px;
    border: 1px solid #ddd;
    border-radius: 1rem;
    padding: 30px;
}
.profile-page .my-ad:last-child{
    margin-bottom: 0;
}
.profile-page .my-ad img{
    width: 100%;
    border-radius: 1rem;
}
.profile-page .my-ad .details h4{
    margin-bottom: 5px;
    font-size: 1.2rem;
}
.profile-page .my-ad .details p{
    color: #999;
    margin-bottom: 15px;
}
.profile-page .my-ad .details p span{
    display: inline-block;
    margin: 0 10px;
}
.profile-page .my-ad .details p span:first-child{
    margin-left: 0;
}
.profile-page .my-ad .details .actions{
    text-align: right;
}
.profile-page .my-ad .details .actions .btn{
    font-size: 0.75rem;
    padding: 3px 6px;
    border-radius: 0.15rem;
}
.profile-page .form-group .fa-eye{
    position: absolute;
    right: 25px;
    top: 10px;
    color: #999;
}
.create-ad-page .panel-heading .btn{
    padding: 3px 15px;
    margin-right: 15px;
}
.create-ad-page .category{
    position: relative;
    border: 1px solid #ddd;
    border-radius: 0.25rem;
    margin-bottom: 10px;
    padding: 15px 5px 15px 15px;
    transition: 0.3s;
    cursor: pointer;
    background-color: #e8ecec;
}
.create-ad-page .category input[type=radio]{
    position: absolute;
    top: 4px;
    left: 4px;
}
.create-ad-page .category:hover, .create-ad-page .category.active{
    background-color: #f37a20;
    color: #fff;
}
.create-ad-page .category img{
    float: left;
    height: 40px;
    margin-right: 10px;
}
.create-ad-page .category h5{
    overflow: hidden;
    font-size: 1rem;
    margin: 0;
    height: 40px;
    font-weight: normal;
    line-height: 40px;
}
.create-ad-page .category-selection-panel .row{
    margin-left: -5px;
    margin-right: -5px;
}
.create-ad-page .category-selection-panel .col-md-4{
    padding-left: 5px;
    padding-right: 5px;
}
.other-categories-selection-panel, .ad-main-details-panel, .attributes-panel, .media-panel, .location-panel{
    display: none;
    min-height: 350px;
}
.other-categories-selection-panel ul, .sub-cat-panel ul, .further-sub-cat-panel ul, .model-sub-cat-panel ul{
    margin: 0;
    padding: 0;
    list-style: none;
    height: 340px;
    overflow: auto;
    padding-right: 30px;
}
.other-categories-selection-panel ul::-webkit-scrollbar{
    width: 5px;
}
.other-categories-selection-panel ul::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px #ccc;
}
.other-categories-selection-panel ul::-webkit-scrollbar-thumb{
    background-color: #666;
}
.other-categories-selection-panel ul li, .sub-cat-panel ul li, .further-sub-cat-panel ul li, .model-sub-cat-panel ul li{
    padding: 15px 10px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    transition: 0.3s;
}
.other-categories-selection-panel ul li:last-child{
    padding: 15px 10px 0 10px;
    border-bottom: none;
}
.other-categories-selection-panel ul li:hover, .other-categories-selection-panel ul li.active,  .sub-cat-panel ul li.active, .further-sub-cat-panel ul li.active, .model-sub-cat-panel ul li.active{
    border-color: #f37a20;
    color: #f37a20;
}
.other-categories-selection-panel ul li input[type=radio], .main-cat-panel ul li input[type=radio]{
    margin-right: 10px;
}
.other-categories-selection-panel ul li i{
    float: right;
    line-height: 1.5;
}
.ad-main-details-panel{
    display: none;
}
.media-panel .thumbnail-preview{
    position: relative;
    border: 1px solid #ddd;
    border-radius: 0.25rem;
    padding: 15px;
    height: 200px;
}
.media-panel .thumbnail-preview img{
    position: absolute;
    max-height: 100%;
    max-width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 15px;
}
.media-panel .thumbnail-uploader{
    border: 1px solid #ddd;
    border-radius: 0.25rem;
    padding: 30px;
    height: 200px;
    text-align: center;
    color: #999;
    cursor: pointer;
}
.media-panel .thumbnail-uploader i{
    font-size: 3rem;
    margin-bottom: 30px;
}
.media-panel .thumbnail-preview p{
    margin-bottom: 0;
}

.media-panel .photos-preview{
    border: 1px solid #ddd;
    border-radius: 0.25rem;
    padding: 15px 15px 0;
    height: 200px;
    margin: 0;
}
.media-panel .photos-preview .imgThumbContainer{
    border: 1px solid #ddd;
    border-radius: 0.25rem;
    margin-bottom: 15px;
}
.media-panel .photos-preview .imgRemoveBtn{
    position: absolute;
    right: 2px;
    top: 2px;
    color: #bd2130;
    z-index: 999;
    background-color: #fff;
    border-radius: 10rem;
    box-shadow: 0 2px 2px #00000054;
}
.media-panel .photos-preview img{
    position: absolute;
    max-height: 100%;
    max-width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 5px;
}
.media-panel .photos-uploader{
    border: 1px solid #ddd;
    border-radius: 0.25rem;
    padding: 30px;
    height: 200px;
    text-align: center;
    color: #999;
    cursor: pointer;
}
.media-panel .photos-uploader i{
    font-size: 3rem;
    margin-bottom: 30px;
}
.media-panel .photos-preview p{
    margin-bottom: 0;
}
.show-ad-page .google-ad{
    margin: -30px 0 0;
}
.show-ad-page .ribbon{
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 999;
    overflow: hidden;
    width: 100px;
    height: 100px;
    text-align: center;
}
.show-ad-page .ribbon span{
    font-size: 9px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    width: 116px;
    display: block;
    background: linear-gradient(#28a745 0%, #218838 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 25px;
    right: -23px;
}
.show-ad-page .ribbon.ribbon-blue span{
    background: linear-gradient(#17a2b8 0%, #17a2b8 100%);
}
.show-ad-page .ribbon span::before{
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #166026;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #166026;
}
.show-ad-page .ribbon.ribbon-blue span::before{
    border-left: 3px solid #0e6674;
    border-top: 3px solid #0e6674;
}
.show-ad-page .ribbon span::after{
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #166026;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #166026;
}
.show-ad-page .ribbon.ribbon-blue span::after{
    border-right: 3px solid #0e6674;
    border-top: 3px solid #0e6674;
}
.show-ad-page .owl-carousel{
    margin-bottom: 30px;
}
.show-ad-page .owl-carousel .photo{
    height: 400px;
    background-size: cover;
    background-position: center;
}
.show-ad-page .owl-nav .owl-prev, .show-ad-page .owl-nav .owl-next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    border: 1px solid;
    border-radius: 0.25rem;
    text-align: center;
    line-height: 24px;
    transition: 0.3s;
}
.show-ad-page .owl-nav .owl-prev{
    left: 15px;
}
.show-ad-page .owl-nav .owl-next{
    right: 15px;
}
.show-ad-page .owl-nav .owl-prev:hover, .show-ad-page .owl-nav .owl-next:hover{
    color: #f37a20;
}
.show-ad-page .owl-dots{
    margin-bottom: 30px;
    text-align: center;
}
.show-ad-page .owl-dots .owl-dot{
    display: inline-block;
    margin-left: 10px;
    width: 15px;
    height: 3px;
    background-color: #000;
}
.show-ad-page .owl-dots .owl-dot.active{
    background-color: #f37a20;
}
.show-ad-page .ad-actions{
    text-align: right;
}
.show-ad-page .ad-actions button{
    color: #999;
    border: none;
    background-color: transparent;
    padding: 0;
    line-height: 0;
    transition: 0.3s;
}
.show-ad-page .ad-actions button:hover{
    color: #000;
}
.show-ad-page .ad-actions a{
    color: #999;
    margin-left: 15px;
    transition: 0.3s;
}
.show-ad-page .ad-actions a:hover{
    color: #000;
}
.show-ad-page .posted-ago{
    margin-bottom: 30px;
    color: #999;
}
.show-ad-page .place-a-bid{
    margin-bottom: 30px;
}
.show-ad-page .form-group{
    padding: 0 15px;
    margin: 0 0 5px;
}
.show-ad-page .form-group p{
    display: inline-block;
    float: right;
    margin: 0;
}
.show-ad-page .user-details-panel{
    position: relative;
    text-align: center;
}
.show-ad-page .user-details-panel h6{
    margin-bottom: 30px;
}
.show-ad-page .user-details-panel img{
    width: 100%;
    border-radius: 1rem;
    margin: 0 auto 30px;
    border: 1px solid #ddd;
}
.show-ad-page .user-details-panel h4{
    font-weight: 900;
    margin-bottom: 5px;
}
.show-ad-page .user-details-panel p{
    font-size: 0.95rem;
    color: #888888;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


label{
    font-weight: 600;
}
.image-upload{
	background-color:#fff;
    border: 1px solid #ddd;
    border-radius:1rem;
    padding:20px;
    text-align:center;
	margin-bottom:20px
}
.image-upload img{
	width:100%;
}
.image-upload-multiple{
	background-color:#fff;
    border: 1px solid #ddd;
    border-radius:1rem;
    padding:20px 20px 0;
    text-align:center;
	margin-bottom:20px;
}
.image-upload-multiple img{
	width:100%;
    margin-bottom:20px;
}
.image-upload-multiple video{
	height: auto;
	margin-bottom: 20px;
}
.image-upload-multiple .btn{
	width: 30px;
    height: 30px;
    padding: 0;
    text-align: center;
    line-height: 27px;
    font-size: 0.75rem;
    margin-right: 1px;
    box-shadow: none;
	position: absolute;
    right: 20px;
    top: 5px;
	z-index: 999;
}
.no-results-found{
    background-color: #fff;
    padding: 88px 30px;
    text-align: center;
    color: #999;
    border: 1px solid #ddd;
    border-radius: 1rem;
}


.social-media-panel{
    background-color: #f37a20;
    padding: 15px 0;
    text-align: center;
    color: #fff;
}
.social-media-panel h4{
    display: inline-block;
    margin-right: 15px;
}
.social-media-panel .social-media{
    display: inline-block;
}
.social-media-panel .social-media a{
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #999;
    color: #fff;
    font-size: 1rem;
    line-height: 30px;
    margin-left: 5px;
}
footer{
    position: relative;
    background-color: #e8ecec;
    color: #212121;
    padding: 30px 0 0;
}
footer .footer-col{
    margin-bottom: 30px;
}
footer .footer-col h4{
    text-transform: uppercase;
    font-size: 1.2rem;
    margin-bottom: 15px;
}
footer .footer-col.about img{
    width: 100%;
    margin-bottom: 15px;
}
footer .footer-col.about p{
    font-size: 1rem;
    margin-bottom: 10px;
}
footer .footer-col.about p i{
    background-color: #f37a20;
    width: 25px;
    height: 25px;
    font-size: 0.7rem;
    text-align: center;
    line-height: 25px;
    color: #fff;
    margin-right: 10px;
    border-radius: 10rem;
}
footer .footer-col.links ul{
    list-style: none;
    margin: 0;
    padding: 0;
    column-count: 2;
}
footer .footer-col.links ul li{
    margin-bottom: 15px;
}
footer .footer-col.links ul li a{
    color: #212121;
}
footer .footer-col.links ul li a i{
    margin-right: 5px;
    font-size: 0.85rem;
}
footer .footer-col.subscribe form{
    position: relative;
}
footer .footer-col.subscribe form .btn{
    position: absolute;
    top: 0;
    right: 0;
}
footer .bottom-line{
    color: #fff;
    background-color: #f37a20;
    margin: 0 0 -30px;
    padding: 15px 0;
    text-align: center;
}

/*own css */

.ad .row {
    margin: 0 0px !important;
    border: 1px solid #e8ecec;
    border-radius: 9px;
    padding: 10px 3px;
    position: absolute;
    bottom: 8px;
    left: 8px;
    right: 8px;
}

.col-md-3 {
    padding-right: 8px !important;
    padding-left: 8px !important;
}


@media (max-width: 575px) {
        .ads .ad {
        min-height: 270px !important;
    }
    
        .ad .row {
        position: static;
        margin-top: 10px !important;
    }
    
}



/* Show the search bar container and make it sticky on mobile devices */


@media (max-width: 767.98px) {
    
  .main-panel form{
      border-radius: 3rem;
  }
  .col-md-2 {
    padding: 0 8px 0px 8px !important;
  }
  
  /*.main-panel{*/
  /*    padding: 100px 0;*/
  /*}*/
      .ads .ad p {
    font-size: 12px;
          
      }
      
.navbar .navbar-nav .nav-item:last-child .nav-link
{
 margin-left: 0px;
}
  
/*  .contact-btn{*/
/*    background: #3490dc !important;*/
/*    border: #3490dc !important;*/
/*    margin-bottom: 11px !important;*/
/*}*/


button.btn.btn-primary.btn-block.mt-2.mb-3.contact-btn {
     background: #f37a20  !important;
    border: #f37a20  !important;
    margin-bottom: 10px !important;
}

/*for mobile nav only start   */


/*.navbar{*/
/*    display:none;*/
/*}*/

/*.navbar{*/
/*    width: 100%;*/
/*    padding-bottom: 15px;*/
/*}*/

/*.navbar .navbar-brand img{*/
/*    width: 60%;*/
/*}*/
/*.navbar .navbar-brand{*/
/*    margin: 0 0 10px 0px;*/
/*    padding: 0;*/
/*    justify-content: center;*/
/*    display: flex;*/
/*}*/




.custom-location-cls {
    width: 40% !important;
    margin-top: 5px;
}

.custom-location-cls input, .custom-keywords-cls input{
    height : 45px;
}

.custom-keywords-cls {
    width: 40%;
    margin-top: 5px;
}

.custom-input-group {
    width: 20% !important;
    margin-top: 5px;
}


.navbar .col-md-3, .navbar .col-md-6{
    padding-left: 10px;
    padding-right: 10px;
}

/*.navbar .row{*/
/*    margin-left: -10px;*/
/*    margin-right: -10px;*/
/*}*/
 .custom-btn {
 width:100%;  
border-radius: 0.25rem !important;

}

/*for sticky start */

.search_form form
{
margin-top: -6px;
margin-left: -11px;
position: fixed;
top: 0;
z-index: 999;
}

/*for sticky end */


/*for mobile nav only start   */


}


/*for ck editor  */
.cke_notification_warning{
    display:none;
}

.profile-page .balance-panel h4{
    font-size:1.5rem;
}

img.coin-img {
    width: 20px;
    vertical-align: middle;
}

.d-lg-none, .d-lg-none a {
    color: #000 !important;
  padding: 5px 5px !important;
} 


/*banner form css start */

.nav-pills-custom .nav-link {
    /*color: #aaa;*/
    background: #efefef;
    position: relative;
}


.nav-pills-custom .nav-link.active {
    color: #45b649;
    background: #fff !important;
}


/* Add indicator arrow for the active tab */
@media (min-width: 992px) {
    
    /*.nav-pills-custom .nav-link::before {*/
    /*    content: '';*/
    /*    display: block;*/
    /*    border-top: 8px solid transparent;*/
    /*    border-left: 10px solid #fff;*/
    /*    border-bottom: 8px solid transparent;*/
    /*    position: absolute;*/
    /*    top: 50%;*/
    /*    right: -10px;*/
    /*    transform: translateY(-50%);*/
    /*    opacity: 0;*/
    /*}*/
}

.nav-pills-custom .nav-link.active::before {
    opacity: 1;
}

/*banner form css end */


.custom-tabs{
    margin-top: -355px;
}

/*.cat_banner {*/
/*    min-height: auto !important;*/
/*    height: 100vh !important;*/
/*}*/

.main-panel {
    width: 100%;
}

.cat_banner .main-panel {
    position: relative;
    bottom: 23px;
    object-fit: cover;
    height: 100%;
    object-position: top;
}

@media (max-width: 1600px) {
    .cat_banner {
        min-height: auto;
        height: 680px !important;
    }
}

@media (max-width: 1440px) {
    .cat_banner {
        min-height: auto;
        height: 650px !important;
    }
}

@media (max-width: 1200px) {
    .cat_banner {
        min-height: auto;
        height: 600px !important;
    }
}

@media (max-width: 1100px) {
    .cat_banner {
        height: 575px !important;
    }
}

@media (max-width: 991px) {
    .cat_banner {
        height: 590px !important;
    }
}


    
@media only screen and (min-device-width: 768px)  {

    .navbar-light .navbar-nav .nav-link{
    color: #fff !important;
}


.custom-tabs .input-group input, .w-san {
    background: #a1d3f8;
}
.custom-tabs .custom-select {
    background-color: #a1d3f8  !important;
}
}
    
  
    


@media screen and (max-width: 600px) {
 .cat_banner {
        height: 750px !important;
    }
   .custom-tabs{
    margin-top: -590px !important;
}

.input-group input {
    background: #a1d3f87a;
}
.custom-select {
    background-color: #a1d3f87a !important;
}


.ads .ad h5{
    white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
  margin: -22px 0px 0px 0px;
  font-size:16px;

}




}

.nav-pills-custom {
    width: fit-content;
}

.category-selection-panel.active {
    color: #f37a20 !important;
}


.category-selection-panel {
    color: #38b4d6 !important;
}

 .navbar{
     color:#fff;
        background: linear-gradient(71deg, rgba(255,255,255,1) 30%, rgba(56,180,214,1) 58%, rgba(243,122,32,1) 81%);

    }
    
    @media only screen and (max-width: 560px) {
        .navbar{
        color:#fff;
        background: linear-gradient(71deg, rgba(255,255,255,1) 40%, rgba(56,180,214,1) 58%, rgba(243,122,32,1) 81%)!important;
    }
    }
    
.custom-width {
    max-width: 1440px !important;
}





.navbar-toggler{
        background-color: #fff !important;
}


/*icon change css s */

.fa-bus {
    width: 22px; /* Adjust as needed */
    height: 22px; /* Adjust as needed */
    background-image: url('/uploads/exacvator.svg');
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    text-indent: -9999px !important; 
}
.active .fa-bus  {
     background-image: url('/uploads/orange.svg');
}

/*icon change css e */

#search_form input {
    background: white;
}


.sub-cat-panel ul li:hover{
    border-color: #f37a20;
    color: #f37a20;
}


input[type="radio"]:checked {
    accent-color: red; 
}


.search-locations, .search-results{
    padding: 10px;
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    border: none;
    position: absolute;
    width: 100%;
    background-color: #fff;
    border-radius: 0.25rem;
    max-height: 300px;
    overflow: auto;
    z-index: 9;
    display:none;
}

.custom-straight{
        display:flex;
    }

 span.views-cls {
    float: right;
        }
