@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Ubuntu+Condensed');

body {
    font-family: 'Roboto', sans-serif;
}

ul {
    margin: 0;
    padding: 0;
}

a, a:hover, a:focus {
    color: unset;
    text-decoration: none;
    outline: 0
}

p {
    margin: 0 0 5px;
    word-wrap: break-word;
}

.color-white {
    color: white;
}

.mt-0 {
    margin-top: 0 !important;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus, .form-control:focus {
    border-color: unset;
    outline: 0;
    box-shadow: none;
}

.no-width {
    min-width: unset;
}

header {
    box-shadow: 1px 1px 6px 0px #c4c4c4;
}

.header-top {
    background: #eb0835;
    padding: 8px 20px 10px 25px;
}

.header-top .header-top-right {
    /*float: right;*/
}

.header-top .header-top-right li {
    display: inline-block;
    padding: 0 16px;
}

.header-top .header-top-right li a {
    font-size: 15px;
    color: #f9f9f9;
    outline: none;
    text-decoration: none;
}

.header-top .header-top-right li a i {
    margin-right: 5px;
}

.header-top .header-top-right li ul li a {
    color: #10458e
}

.container-fluid {
    padding-right: 55px;
    padding-left: 55px;
}

.side-nav {
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    margin-right: 10px;
}

.side-nav .closebtn {
    font-size: 27px;
    padding: 0px 26px;
    text-align: right !important;
}

.side-nav i {
    font-size: 35px;
    color: #10458e;
}

.side-nav .side-nav-open {
    height: 100%;
    width: 300px;
    position: fixed;
    z-index: 99;
    top: 0;
    right: -300px;
    background-color: #002a63;
    overflow-x: hidden;
    transition: 0.5s;
}

.side-nav .side-nav-open a[aria-expanded="false"]::before, .index-category a[aria-expanded="false"]::before {
    font-family: FontAwesome;
    content: "\f107";
    float: right;
}

.side-nav .side-nav-open a[aria-expanded="true"]::after, .index-category a[aria-expanded="true"]::after {
    font-family: FontAwesome;
    content: "\f106";
    float: right;
}

.side-nav .side-nav-open a[aria-expanded="true"] {
    background-color: #003682;
}

.side-nav-open i {
    font-size: 18px;
    margin-right: 10px;
    color: #ec0834;
    width: 18px;
    text-align: center;
}

.side-nav-open li {
    display: block;
}

.side-nav .icon-list a {
    display: block;
    color: white;
    border: 3px solid transparent;
    text-align: left;
}

.side-nav .icon-list li a:hover, .index-category .main-cat:hover, .submenu a:hover {
    border-left: 3px solid #ec0834;
    background-color: #10458e;
    transition: all 0.2s ease-in-out;
}

.submenu a {
    padding: 10px 51px;
    font-size: 15px;
    transition: all 0.50s ease-in-out;
}

.side-nav .icon-list .main-cat {
    font-size: 18px;
    font-weight: 500;
    padding: 5px 26px;
    text-align: left;
}

.index-category .main-cat {
    padding: 15px 26px;
}

#advertise, #favourite {
    padding: 30px 0;
}

.index-category .main-cat {
    font-size: 16px;
    border-radius: 6px;
}

.index-category i {
    margin-right: 10px;
}

.side-nav .icon-list li ul li {
    list-style-type: none;
}

.list-submenu li a {
    padding: 6px 51px;
    font-size: 15px;
}

.index-category a:focus {
    background-color: #003682 !important;
}

.header-bottom-right {
    float: right;
}

.search-area {
    padding: 17px 0;
    display: flex;
    float: left;
    width: 58%;
}

.searchbox {
    float: left;
    border-radius: 4px 0 0 4px;
    border-right: transparent;
    height: 38px !important;
    border: 1px solid #eb0835;
}

.search-btn {
    float: left;
    border-radius: 0px 4px 4px 0;
    height: 38px;
    color: #fff;
    background-color: #eb0835;
    border-color: #eb0835;
    padding: 6px 15px;
}

.search-btn.active, .search-btn.active.focus, .search-btn.focus, .search-btn:active:focus, .btn-default:active, .btn-default:focus, .search-btn:hover {
    background-color: #ff224e !important;
    border-color: #ff224e !important;
    color: #fff !important;
}

.post-ad {
    padding: 8px 15px;
    background-color: #eb0835;
    color: white;
    float: right;
    border-radius: 4px;
    font-size: 17px;
    font-weight: 500;
    margin: 16px 0;
}

.post-ad:hover {
    background-color: #cc0028;
    color: white;
}

.bs-slider {
    overflow: hidden;
    max-height: 400px;
    position: relative;
    background: #000000;
}

.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
}

.fade {
    opacity: 1;
}

.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    transition: opacity ease-in-out 1s;
}

.fade .item:first-child {
    top: auto;
    position: relative;
}

.fade .item.active {
    opacity: 1;
    z-index: 2;
    transition: opacity ease-in-out 1s;
}

.control-round .carousel-control { /*top:44%;width:55px;height:55px;z-index:1;color:#ffffff;display:block;font-size:24px;cursor:pointer;overflow:hidden;line-height:15px;text-shadow:none;position:absolute;font-weight:normal;background:#ffffff40;padding:9px;transform:rotate(45deg);*/
    top: 44%;
     /* width: 55px; */ /* height: 55px; */ z-index: 1;
    color: #ffffff;
    /* display: block; */
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 15px;
    text-shadow: none;
    /* position: absolute; */
    font-weight: normal;
    /* background: #ffffff40; */
    padding: 9px;
    /* transform: rotate(45deg); */
}

.control-round .carousel-control.left {
    left: -2%;
}

.control-round .carousel-control.right {
    width: 11% !important;
}

.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover {
    color: #fdfdfd;
    background: #84848438;
    border: 0px transparent;
}

/*.control-round .carousel-control.left>span:nth-child(1){left:45%;transform:rotate(-45deg);margin-left:12px;}*/
.control-round .carousel-control.right > span:nth-child(1), .control-round .carousel-control.left > span:nth-child(1) {
    top: 50% !important;
    position: absolute !important;
    transform: translateY(-50%) !important;
}

.carousel-control.right {
    left: auto !important;
    /* background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%); */
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%) !important;
    /* background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5))); */
    /* background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1) !important;
    /* background-repeat: repeat-x; */
}

.carousel-control {
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 10%;
    font-size: 43px !important;
    color: #fff !important;
    text-align: center !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6) !important;
    filter: alpha(opacity=50) !important;
    opacity: 1 !important;
}

.indicators-line > .carousel-indicators {
    right: 45%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}

.indicators-line > .carousel-indicators li {
    padding: 0;
    width: 15px;
    height: 10px;
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: #fff;
    margin-right: 5px;
    transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
    z-index: 10;
    cursor: pointer;
}

.indicators-line > .carousel-indicators li:last-child {
    margin-right: 0;
}

.indicators-line > .carousel-indicators .active {
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: #ffffff00;
    position: relative;
    transition: box-shadow 0.3s ease;
    transition: background-color 0.3s ease;
    border: 1px solid #ffffff00;
}

.indicators-line > .carousel-indicators .active:before {
    transform: scale(0.5);
    background-color: #e60834;
    content: "";
    position: absolute;
    left: -4px;
    top: -6px;
    width: 16px;
    height: 20px;
    border-radius: 50%;
    transition: background-color 0.3s ease;
}

.control-round .carousel-control span {
    color: white;
}

.index-category {
    background-color: #002a63;
    border-radius: 6px;
    color: white;
}

.ad-block {
    border: 1px solid #ababab;
    border-radius: 10px;
    margin: 10px 0;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 0px 2px 2px;
}

.ad-image img {
    border-radius: 8px;
}

.ad-block h4 {
    font-size: 15px;
    margin-bottom: 4px;
}

.ad-detail {
    font-size: 14px;
}

.date-view {
    margin-top: 10px;
    border-bottom: 1px solid #94949459;
}

.date-color {
    color: #333333;
}

.text-bold {
    font-weight: bold;
}

.main-menu {
    background-color: #e9e9e9;
    padding-top: 11px;
}

.main-menu a {
    position: relative;
    color: black;
    display: inline-block;
    padding: 8px 25px;
    font-size: 18px;
}

.main-menu a {
    border-radius: 8px 8px 0 0 !important;
}

.main-menu a:hover, .main-menu li.active {
    background-color: white;
    border-radius: 8px 8px 0 0;
    box-shadow: 0px -3px 2px 0px #002a63;
}

.show-detail {
    padding: 5px 0;
    float: left;
    font-size: 13px;
    display: block;
    font-weight: normal;
    margin: 0;
    text-align: center;
}

.mobile-app {
    background-color: #eb0835;
    padding-top: 80px;
    color: white;
    margin-top: 10px;
}

.app-icon i {
    margin: 0 10px;
    font-size: 34px;
    transition: 0.5s all;
}

.app-icon i:hover {
    color: black;
}

.color-000 {
    color: #000000;
}

footer {
    font-family: 'Open Sans', sans-serif;
}

.footer-top {
    padding: 40px 0;
}

.footer-heading {
    font-family: 'Ubuntu Condensed', sans-serif;
    margin-bottom: 5px;
    line-height: 0.8;
    font-size: 28px;
    color: #eb0835;
    margin-bottom: 16px;
}

.footer-des {
    color: #979797;
    font-size: 13px;
    line-height: 24px;
    margin-top: 15px;
}

ul {
    list-style-type: none;
}

.footer-link li {
    margin: 13px 0;
}

.footer-link i {
    margin-right: 12px;
    font-size: 10px;
    color: #848383;
    transition: 0.5s all;
}

.footer-link a {
    color: #7e7e7e;
    font-size: 15px;
    text-transform: capitalize;
}

.footer-link a:hover {
    color: #1d292f;
}

.footer-link a:hover i.fa.fa-long-arrow-right {
    color: #1d292f;
    margin-right: 8px;
    transition: 0.5s all;
}

.footer-bottom {
    background-color: #10458e;
}

.social-link {
    margin: 20px 0;
}

.social-link li {
    display: inline-block;
    margin: 0 5px;
}

.social-link li a {
    position: relative;
}

.social-link li i:hover {
    background-color: white;
}

.social-link li .fb i:hover {
    color: #3d5a99;
}

.social-link li .tw i:hover {
    color: #1da1f2;
}

.social-link li .yt i:hover {
    color: #ff0000;
}

.social-link li .insta i:hover {
    color: #7347c0;
}

.social-link li a i {
    font-size: 23px;
    width: 35px;
    line-height: 35px;
    transition: 0.5s all;
    border-radius: 8px;
    color: white;
}

.copyrights p {
    color: #dcdcdc;
    letter-spacing: 1px;
    margin-bottom: 33px;
}

.modal-header-color {
    background-color: #eb0835;
    color: white;
}

.form-control {
    height: 35px;
}

.border-0 {
    border: 0 !important;
}

.outline-0 {
    outline: 0;
}

.submit-btn:focus {
    color: white;
}

.lan-modal {
    width: 500px;
    top: 50%;
    transform: translateY(-50%) !important;
}

.lan-link {
    margin-bottom: 16px;
    font-size: 25px;
    height: unset;
}

#language .modal-body {
    padding: 15px 60px;
}

#imageUpload1, #imageUpload2, #imageUpload3, #imageUpload4, #imageUpload5 {
    display: none;
}

#profileImage1, #profileImage2, #profileImage3, #profileImage4, #profileImage5 {
    cursor: pointer;
}

.profile-container {
    overflow: hidden;
    border-radius: 50%;
    box-shadow: 0px 2px 8px 3px #c4c4c4;
    margin: auto;
}

.profile-container img {
    width: 130px;
    height: 130px;
}

.signup-modal .form {
    padding: 38px 40px 0;
}

.signup-modal .tab-group {
    list-style: none;
    padding: 0;
    margin: 0 0 22px 0;
}

.signup-modal .tab-group:after {
    content: "";
    display: table;
    clear: both;
}

.signup-modal .tab-group li a {
    display: block;
    text-decoration: none;
    padding: 7px;
    background: rgba(160, 179, 176, 0.25);
    color: #a0b3b0;
    font-size: 18px;
    float: left;
    width: 50%;
    text-align: center;
    cursor: pointer;
    transition: 0.5s ease;
}

.tab-group li a:hover {
    background: #ca082e;
    color: #ffffff;
}

.signup-modal .tab-group .active a {
    background: #eb0835;
    color: #ffffff;
}

.signup-modal .tab-content > div:last-child {
    display: none;
}

.signup-modal h1 {
    margin: 0 0 26px;
}

.signup-modal input, .signup-modal textarea {
    font-size: 16px;
    width: 100%;
    padding: 5px 10px;
    background: none;
    border: 1px solid #a0b3b0;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.signup-modal input:focus, textarea:focus, .add-post input:focus, select:focus, .form-control:focus {
    outline: 0;
    border-color: #eb0835 !important;
}

#myProfile table td[class*=col-], #myProfile table th[class*=col-] { /*display:inline-block;float:unset;*/
}

.sitemap {
    padding: 50px 0;
}

.sitemap a {
    color: #FF0000;
    display: block;
    font-size: 18px;
    margin: 6px 0;
    font-weight: 500;
}

.sitemap ul {
    list-style-type: lower-roman;
}

.terms {
    padding: 30px 0;
}

.terms ul {
    list-style-type: circle;
    padding: 0 16px;
}

.terms h4 {
    margin: 20px 0;
}

.pagination-product .page-link {
    font-size: 16px;
    color: #eb0835;
    border-radius: 50%;
    margin: 0 2px;
}

.pagination > .active > .page-link, .pagination > .active > .page-link:hover {
    background-color: #eb0835;
    border-color: #eb0835;
}

.pagination .page-link:hover {
    color: #eb0835;
}

.pagination > li > a:focus {
    color: #eb0835;
}

.left-right-arrow {
    font-size: 23px !important;
    margin: -5px 0 !important;
}

.add-post {
    margin: 27px auto;
    float: none;
}

.add-post label {
    margin: 9px 0;
    font-size: 16px;
}

.add-post input, .add-post select {
    font-size: 17px;
    height: 100%;
    padding: 5px 10px;
    background: none;
    border: 1px solid #a0b3b0;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.br-0 {
    border-radius: 0;
}

.pd-0 {
    padding: 0 !important;
}

.mt-22 {
    margin-bottom: 22px;
}

.add-photo {
    box-shadow: none;
    margin-bottom: 15px;
}

.add-post .row {
    margin: 0 0 15px 0;
    padding: 0 18px;
}

.add-post form {
    border: 1px solid #b1b1b1;
}

.avatar-upload {
    position: relative;
    max-width: 205px;
    margin: 0px auto;
}

.avatar-upload .avatar-edit {
    position: absolute;
    right: 12px;
    z-index: 1;
    top: 10px;
}

.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-edit input + label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit input + label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}

.avatar-upload .avatar-edit input + label:after {
    content: "\f040";
    font-family: 'FontAwesome';
    color: #757575;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}

.avatar-upload .avatar-preview, .avatar-preview2 {
    width: 192px;
    height: 192px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #F8F8F8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.avatar-upload .avatar-preview > div, .avatar-preview2 > div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.logo img {
    padding: 9px 4px 0;
}

.header-profile {
    width: 32px;
    background-color: aquamarine;
    height: 32px;
    border-radius: 50%;
}

.upload-image {
    width: 130px;
    height: 130px;
    text-align: center;
    margin: 0;
    line-height: 130px;
    background-color: #dfdfdf;
}

.round-img {
    border-radius: 50%;
    display: inline-block;
    float: left;
    box-shadow: 0 0 4px 2px #a3a3a3;
}

.owner-name {
    padding-left: 15px;
    display: inline-block;
}

.owner-name a {
    color: black;
}

.post-detail {
    background-color: #fbfbfb;
    padding: 9px 18px;
    border-radius: 16px;
    margin-bottom: 20px;
    box-shadow: 0 0 3px 0px #595959;
}

.post-detail2 {
    background-color: #ededed;
}

.owner-social a {
    color: #10458e;
    font-size: 34px;
}

.owner-social a:hover {
    color: #616161;
}

.price {
    padding: 15px;
    font-size: 25px;
    background-color: #ededed;
    color: #2a2a2a;
    border-radius: 16px;
    text-align: center;
    margin-bottom: 20px;
    box-shadow: 0 0 3px 0px #595959;
}

.m-0 {
    margin: 0 !important;
}

.f-16 {
    font-size: 16px;
}

.f-18 {
    font-size: 18px;
}

.f-20 {
    font-size: 20px;
}

.f-22 {
    font-size: 22px;
}

.d-color {
    color: #eb0835;
}

.post-detail hr {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 0;
    border-top: 1px solid #cecece;
}

.mt-10 {
    margin-top: 10px;
    word-wrap: anywhere;
}

.share-ad .share-ad-title {
    font-size: 18px;
    font-weight: 500;
}

.share-ad a {
    background-color: #10458e;
    border-radius: 7px;
    color: #fff;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 35px;
    font-size: 21px;
    margin: 2px 6px;
}

.share-ad a:hover {
    background-color: #616161;
}

.cat-section {
    background-color: #efefef;
}

.cat-section p {
    font-size: 17px;
}

.cat-section .heading {
    color: #ffffff;
    padding: 8px 0;
    border-bottom: 1px solid #10458e;
    margin: 15px 15px;
}

.cat-section .heading span {
    background-color: #10458e;
    padding: 7px 31px;
    border-radius: 8px 8px 0px 0px;
    display: inline-block;
}

.cat-icon {
    color: #eb0835;
    font-size: 35px;
}

.cat-list {
    border-radius: 8px;
    padding: 9px 13px;
    box-shadow: 0 0 3px 0px #595959;
    display: block;
    background-color: white;
}

.cat-listing {
    color: #ffffff;
    background-color: #848484;
    border-radius: 12px;
    font-size: 14px !important;
    padding: 2px 0;
}

.list-row {
    margin: 10px 0 29px 0;
}

.color-light-black {
    color: #333945;
}

.color-pink {
    color: #eb0835;
}

.like {
    font-size: 25px;
    color: #eb0835;
    cursor: pointer;
}

.fa-heart:before {
    content: "\f004" !important;
}

#favourite .like .fa-heart-o:before {
    content: "\f08a" !important;
}

.mt-4 {
    margin-top: 4px;
}

.ad-description {
    margin-bottom: 6px;
}

.price2 {
    font-size: 20px;
}

.views-date {
    font-size: 20px;
}

.views-date i, .t-detail i, .map-location i {
    margin-right: 6px;
}

#map_wrapper {
    height: 400px;
}

#map_canvas {
    width: 100%;
    height: 100%;
}

.filter {
    padding: 0 21px;
    cursor: pointer
}

#filter form, #add-car form, #looking-car form {
    padding: 0 20px;
}

.btn-default2 {
    color: #fff;
    background-color: #eb0835;
    border-color: #eb0835;
}

.btn-default2:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #ccc;
}

.btn-default3 {
    color: #fff;
    background-color: #0467c8 !important;
    border-color: #0467c8 !important;
}

.btn-default3:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #ccc;
}

.t-detail .t-date {
    font-size: 13px;
    color: #939393;
}

.n-block {
    background-color: #ededed;
    margin: 9px 0;
    padding: 14px;
    box-shadow: 1px 2px 0px 0px #dbdbdb;
    display: block;
    color: #000000;
}

.n-block:hover, .n-block:focus {
    color: #000000;
}

.btn-pink {
    color: #fff;
    background-color: #eb0835;
    border: 1px solid #eb0835;
}

.btn-pink:hover {
    color: white;
    background-color: #ff224e;
}

.add-track {
    font-size: 20px;
    cursor: pointer;
    background-color: #eb0835;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    margin: 0px 0 9px auto;
    color: white;
    position: relative;
    display: block
}

.plus-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#loading {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    background-color: #fff;
    z-index: 99;
    text-align: center;
    background-image: url(../img/map.jpg);
}

#loading-image {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
    transform: translate(-50%, -50%);
    background-color: white;
    border-radius: 13px;
    width: 320px;
}

#loading-image img {
    padding: 11px;
}

.load-msg {
    background-color: #eb0835;
    margin: 0;
    color: white;
    padding: 11px;
    font-size: 16px;
    font-weight: 500;
}

.load-msg .cancle-msg {
    font-weight: 300;
    font-size: 15px;
}

.cancle-btn {
    background-color: #FFFFFF;
    display: inline-block;
    color: #eb0835;
    border-radius: 4px;
    padding: 2px 15px;
    border: 1px solid white;
}

.cancle-btn:hover {
    background-color: transparent;
    color: white;
}

.bt {
    border-bottom: 1px solid #cecece;
}

.map-location {
    padding: 8px 0;
    font-size: 16px;
}

.cancle-map {
    display: inline-block;
    margin: 1px 0;
    padding: 2px 22px;
    font-size: 16px;
    border-radius: 4px;
}

#feedback {
    background-color: #0000009c;
}

.feedback-img {
    box-shadow: 0 0 8px 3px #afafaf;
}

.feedback-form .stars {
    background: url("../img/stars.png") repeat-x 0 0;
    width: 150px;
    margin: 15px auto;
}

.feedback-form .stars input[type="radio"] {
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
}

.feedback-form .stars input[type="radio"].star-5:checked ~ span {
    width: 100%;
}

.feedback-form .stars input[type="radio"].star-4:checked ~ span {
    width: 80%;
}

.feedback-form .stars input[type="radio"].star-3:checked ~ span {
    width: 60%;
}

.feedback-form .stars input[type="radio"].star-2:checked ~ span {
    width: 40%;
}

.feedback-form .stars input[type="radio"].star-1:checked ~ span {
    width: 20%;
}

.feedback-form .stars label {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 !important;
    padding: 0 !important;
    text-indent: -999em;
    float: left;
    position: relative;
    z-index: 10;
    background: transparent !important;
    cursor: pointer;
}

.feedback-form .stars label:hover ~ span {
    background-position: 0 -30px;
}

.feedback-form .stars label.star-5:hover ~ span {
    width: 100% !important;
}

.feedback-form .stars label.star-4:hover ~ span {
    width: 80% !important;
}

.feedback-form .stars label.star-3:hover ~ span {
    width: 60% !important;
}

.feedback-form .stars label.star-2:hover ~ span {
    width: 40% !important;
}

.feedback-form .stars label.star-1:hover ~ span {
    width: 20% !important;
}

.feedback-form .stars span {
    display: block;
    width: 0;
    position: relative;
    top: 0;
    left: 0;
    height: 30px;
    background: url("../img/stars.png") repeat-x 0 -60px;
    transition: width 0.5s;
}

.addcar-btn {
    padding: 6px 16px;
    font-size: 17px;
    border-radius: 4px;
}

.signup {
    background-color: white;
    box-shadow: 0px 5px 7px 0px #a5a5a5;
    padding: 20px 15px 0;
}

.sign-back {
    background-image: url("../img/sign-bg.jpg");
    background: linear-gradient(to bottom, #F61835 0%,#F61835 50%,#F61835 74%,white 50%,white 100%);
}

.f-pw {
    font-size: 18px;
    margin-bottom: 11px;
}

.login-button{
    background-color: #eb0835;
    color: #ffffff;
    font-size: 16px;
font-weight: bold;
}
.signup-button{
    background-color: #eb0835;
    color: #ffffff;
}
.f-pw:hover {
    color: #eb0835;
}

.f-pw2 {
    font-size: 14px;
    font-weight: 500;
    color: #555555;
}

.f-bg {
    background-color: #3d5a99;
    color: #ffffff;
}

.t-bg {
    background-color: #1da1f2;
    color: #ffffff;
}

.g-bg {
    background-color: #ec3c3f;
}

.i-bg {
    background-color: #7347c0;
    color: #ffffff;
}

.d-signup .profile-container img, #editprofile .profile-container img {
    width: 100%;
}

.job-list-no {
    background-color: #eb0835;
    color: white;
    border-radius: 50%;
    padding: 7px;
    font-weight: bold
}

.job-complete {
    font-size: 17px;
    border-radius: 7px;
    background-color: #3bbe30;
    color: white;
    text-align: center;
    padding: 4px 0;
}

.job-running {
    background-color: #ff7200;
}

.job-accept {
    background-color: #02a7a0;
    display: block;
}

.job-reject {
    background-color: #ee1600;
    display: block;
}

.job-accept:hover, .job-reject:hover {
    color: #ffffff;
}

.color-green {
    color: #0b9100;
}

.color-red {
    color: #ee1600;
}

.submit-rating {
    display: flex;
    align-items: center;
    justify-content: left;
}

.rating-label {
    position: relative;
    height: 21px;
    width: 40px;
    text-align: center;
    z-index: 3;
    font-weight: bold;
    cursor: pointer;
    color: #d0cccd00;
    transition: 500ms;
    margin-bottom: 0
}

.rating-label-fun {
    left: -33px;
    text-align: right;
}

.rating-label-meh {
    left: 35px;
    text-align: left;
    color: #d0cccd00;

}

.smile-rating-container input {
    display: none;
}

.toggle-rating-pill {
    position: relative;
    height: 32px;
    width: 71px;
    background: #d0cccd;
    border-radius: 500px;
    transition: all 500ms;
}

.smile-rating-toggle {
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: white;
    left: 59px;
    border-radius: 500px;
    transition: all 500ms;
    z-index: 4;
}

#fun:checked ~ .rating-label-meh, #fun:checked ~ .rating-label-fun, #meh:checked ~ .rating-label-meh {
    color: #d0cccd00;
}

#fun:checked ~ .smile-rating-toggle, #fun2:checked ~ .smile-rating-toggle {
    left: 97px;
}

#fun:checked ~ .toggle-rating-pill, #fun2:checked ~ .toggle-rating-pill {
    background-color: #eb0835;
}

.setting-1 {
    padding: 10px 0;
    border-bottom: 1px solid #8c8c8ca1;
}

.chat {
    background-color: #f3f3f3;
    padding: 30px 0;
}

.chat-section {
    margin-top: 13px;
}

.chat-head {
    padding: 15px;
    color: white;
    background-color: #eb0835;
}

.f-15 {
    font-size: 15px;
}

.chat-box {
    border: 1px solid #949494;
    padding: 0;
    background-color: white;
}

.chat-block {
    padding: 10px 15px 0;
    background-color: #ffffff;
}

.chat-block:hover {
    background-color: #ffe9e9;
}

.w3-display-left, .w3-display-left:focus {
    position: absolute;
    top: 50%;
    left: 0%;
    background-color: #ffffff;
    transform: translate(0%, -50%);
    border: none;
    color: #eb0835;
    font-size: 27px;
    outline: 0;
}

.w3-display-right {
    position: absolute;
    top: 50%;
    right: 0%;
    background-color: #ffffff;
    transform: translate(0%, -50%);
    border: none;
    color: #eb0835;
    font-size: 27px;
    outline: 0;
}

.pr-0 {
    padding-right: 0 !important;
}

.chat-block img {
    border-radius: 50%;
    box-shadow: 0 0 5px 2px #a1a1a1;
    margin-right: 9px;
}

.chat-date {
    color: #b5b5b5;
    font-size: 11px;
}

.chat-des {
    padding-bottom: 11px !important;
    border-bottom: 1px solid #b5b5b5;
}

.chat-detail {
    padding: 10px;
    margin-top: 11px;
    border-radius: 5px;
}

.chat-detail-right {
    background-color: #ffe9e9;
}

.chat-detail-left {
    background-color: #e9e9e9;
}

.chat-icon {
    position: absolute;
    top: 8px;
    font-size: 18px;
    cursor: pointer
}

.chat-icon-send {
    right: 20px;
}

.chat-icon-img {
    right: 59px;
}

.style-4 {
    max-height: 400px;
    height: 400px;
    overflow-y: scroll;
    margin-bottom: 11px;
    padding-right: 9px;
}

.style-4::-webkit-scrollbar-track {

    background-color: #ffffff;
}

.style-4::-webkit-scrollbar {
    width: 2px;
    background-color: #ffffff;
    opacity: 0;
}

.style-4::-webkit-scrollbar-thumb {
    background-color: #999999;

}

.playpause {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 44px;
    cursor: pointer;
}

.upload-item .owl-wrapper-outer {
    box-shadow: none
}

.upload-item .owl-pagination {
    top: 0px;
}

.upload-item .owl-controls {
    background: transparent;
}

/* Image popup */
#image-popup.modal {
    position: fixed;
    z-index: 1;
    padding-top: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #0000009c;
    animation: fadein 2s;
}

#image-popup .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: auto;
    max-width: 500px;
    transition: 2s;
}

#image-popup .close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

#image-popup .mySlides2 {
    display: none;
}

#image-popup .mySlides2 img {
    transition: 2s;
}

.cursor {
    cursor: pointer;
}

#image-popup .prev,
#image-popup .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

#image-popup .next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

#image-popup .prev:hover,
#image-popup .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

#image-popup .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* end Image popup */
@media only screen and (max-width: 524px) {
    .smile-rating-container {
        position: relative;
        height: 10%;
        width: 490px;
        margin: auto;
        font-family: 'Roboto', sans-serif;
        top: 20%;
    }

    .submit-rating {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .rating-label {
        position: relative;
        font-size: 1.6em;
        text-align: center;
        flex: 0.34;
        z-index: 3;
        font-weight: bold;
        cursor: pointer;
        transition: 500ms;
    }

    .rating-label-fun {
        left: -58px;
        text-align: right;
    }

    .rating-label-meh {
        left: 50px;
        text-align: left;
    }

    .smile-rating-container input {
        display: none;
    }

    .toggle-rating-pill {
        position: relative;
        height: 65px;
        width: 165px;
        background: #d0cccd;
        border-radius: 500px;
        transition: all 500ms;
    }

    .smile-rating-toggle {
        position: absolute;
        width: 54px;
        height: 54px;
        background-color: white;
        left: 168px;
        border-radius: 500px;
        transition: all 500ms;
        z-index: 4;
    }

    #fun:checked ~ .smile-rating-toggle {
        left: 266px;
    }
}

@media only screen and (max-width: 476px) {
    .header-top .header-top-right li {
        padding: 0 5px !important;
        display: inline-block;
    }

    #advertise .container-fluid, header .container-fluid {
        padding: 0 !important;
    }
}

@media only screen and (max-width: 410px) {
    .header-top .header-top-right li {
        padding: 0 3px !important;
    }

    .header-top .header-top-right li a {
        font-size: 13px !important;
    }
}

@media only screen and (max-width: 561px) {
    .search-area {
        width: 100% !important;
        float: unset;
    }

    /*header .post-ad {
        width: 31% !important;
        text-align: center !important;
        margin-bottom: 32px;
        display: block;
        margin: 0 auto 10px auto;
        padding: 8px 0px;
        float: unset;
    } */
    
    header .post-ad {
      /* width: 81% !important;*/
        text-align: center !important;
        margin-bottom: 32px;
        display: block;
        margin: 15px auto 10px auto;
        padding: 8px 0px;
        float: unset;
    }

    .owner-name span {
        font-size: 15px !important;
    }

    .owner-social a {
        font-size: 22px !important;
    }
}

@media only screen and (max-width: 991px) {
    .header-bottom {
        text-align: center !important;
    }
}

@media only screen and (max-width: 991px) {
    .main-menu a {
        padding: 8px 6px !important;
        font-size: 15px !important;
    }
}

@media only screen and (max-width: 602px) {
    .nav-tabs > li {
        float: unset !important;
        margin-bottom: -1px !important;
        text-align: center !important;
    }

    .control-round .carousel-control.right {
        text-align: left !important;
    }

    .mySlides {
        width: 100% !important;
    }
}

@media only screen and (max-width: 768px) {
    .price2 {
        margin-bottom: 16px !important;
    }
}

@media only screen and (max-width: 343px) {
    .mobile-app img {
        width: 100%;
    }
}

@media only screen and (max-width: 650px) {
    .views-date {
        font-size: 14px !important;
    }

    .f-16 {
        font-size: 13px;
    }

    .f-18 {
        font-size: 13px;
    }
}

#image-popup {
    animation: fadein 2s;
    animation: fadeout 2s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-moz-keyframes fadein { /* Firefox */
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-o-keyframes fadein { /* Opera */
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fade.in {
    /*opacity: 1;*/
    display: block;
    /*transition: opacity 1s ease-in;*/
}

.fade {
    /*opacity: 0;
    display: none;
    animation: fadein 2s;*/
}

.profile-video-section {
    width: 100% !important;
    height: 303px !important;
    background-color: black;
}

#image-popup .profile-video-section {
    width: -webkit-fill-available;
!important
}

.header-bottom{
    margin-bottom: 5px;
}
.search-area{
    width: 100%;
}
#about .text-center p{
    text-align: justify;
}

@media only screen and (max-width: 768px) {
    .side-nav{
        margin-left: -200px;
    }
    .search-responsive{
        width: 100%;
    }
}

@media only screen and (max-width: 425px){
    .side-nav {
         margin-left: 0px;
    }
}
@media only screen and (max-width: 320px){
    .side-nav{
        margin-top: 23px;
    }
    .header-bottom .logo {
        display: inline-flex;
    }
}
/* post button respon*/

.rebin{

background: url(//opensooqui2.os-cdn.com/os_web/desktop/free-en.png) no-repeat 0 0;
width: 41px;
height: 41px;
top: 0px;
left: 120px;
background-size: 88%;
position: absolute;

}

@media only screen and (min-device-width : 861px) and (max-device-width : 910px) {
.post-ad {

    font-size: 15px !important;
}

.rebin{

background: url(//opensooqui2.os-cdn.com/os_web/desktop/free-en.png) no-repeat 0 0;
    background-size: auto;
width: 41px;
height: 41px;
top: 0px;
left: 110px;
background-size: 88%;
position: absolute;

}

}

@media only screen and (min-device-width : 816px) and (max-device-width : 861px) {

    .post-ad {

    font-size: 14px !important;
}

.rebin{

background: url(//opensooqui2.os-cdn.com/os_web/desktop/free-en.png) no-repeat 0 0;
    background-size: auto;
width: 33px;
height: 32px;
top: 0px;
left: 103px;
background-size: 88%;
position: absolute;

}

 }   

@media only screen and (min-device-width : 787px) and (max-device-width : 815px) {

    .post-ad {

    font-size: 13px !important;
}

.rebin{

background: url(//opensooqui2.os-cdn.com/os_web/desktop/free-en.png) no-repeat 0 0;
    background-size: auto;
width: 33px;
height: 32px;
top: 0px;
left: 96px;
background-size: 88%;
position: absolute;

}


 } 

@media only screen and (min-device-width : 768px) and (max-device-width : 787px) {

    .post-ad {

    font-size: 11px !important;
}

.rebin{

background: url(//opensooqui2.os-cdn.com/os_web/desktop/free-en.png) no-repeat 0 0;
    background-size: auto;
width: 33px;
height: 32px;
top: 0px;
left: 85px;
background-size: 88%;
position: absolute;

}

    
 }  
 
 
 #banner_promt .item img{
       display: block;
        width: 88%;
        height: 200px;
        margin-left: 7%;
       
    }
    
   #banner_promt .item {
    opacity: 1 !important;
}

.sliderval {
    margin: 6%;
    color: #eb0835;
    font-weight: 700;
}

