@charset "utf-8";

/* **************** */

@import "fonts.css";
@import "bootstrap.min.css";
@import "bootstrap-grid.min.css";
@import "font-awesome.min.css";
@import "jquery.fancybox.min.css";
@import "owl.carousel.min.css";
@import "aos.css";
@import "nprogress.css";

/* ****************** */

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: capitalize;
    font-family: b-rg;
    color: #1c3445;
    font-size: 14px;
}

.owl-carousel {
    direction: ltr;
}


.tooltip {
    z-index: 1100 !important;
}

.swal2-popup.swal2-toast.swal2-show {
    overflow-x: hidden;
}

.tooltip-inner {
    max-width: 200px;
    padding: 5px 10px;
    color: #fff;
    text-align: center;
    background-color: #1a66d8;
    border-radius: 0.25rem;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 500;
}

.tooltip .tooltip-arrow {
    display: none;
}

.tooltip.top {
    padding: 5px 0;
}

body {
    padding: 0;
    margin: 0;
}

select {
    display: inline-block;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: middle;
    background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

nav ul {
    list-style: none;
}

ul {
    list-style: none;
}

iframe {
    width: 100% !important;
    border: 0 !important;
    height: 100% !important;
}

::-moz-selection {
    background-color: #1d3445;
    color: #fff;
}

::selection {
    background-color: #1d3445;
    color: #fff;
}

a,
a:hover,
a:visited,
a:link {
    text-decoration: none;
    outline: none;
    cursor: pointer;
}

a {
    display: inline-block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
}

p {
    line-height: 1.5;
}

z {
    font-family: inherit;
    font-weight: normal;
    line-height: 1.3;
}

.modal-open {
    overflow: hidden !important;
}

.modal-backdrop.in {
    opacity: .9;
}

input,
select,
textarea {
    vertical-align: middle;
    margin: 0;
    padding: 0;
    outline: 0;
}

.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}

.nice-select:hover {
    border-color: #dbdbdb;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border-color: #999;
}

.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px;
}

.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none;
}

.nice-select.disabled:after {
    border-color: #cccccc;
}

.nice-select.wide {
    width: 100%;
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}

.nice-select.right {
    float: right;
}

.nice-select.right .list {
    left: auto;
    right: 0;
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}

.nice-select.small:after {
    height: 4px;
    width: 4px;
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}

.nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
    width: 100%;
    height: 300px;
    overflow-y: scroll;
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: right;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: #f6f6f6;
}

.nice-select .option.selected {
    font-weight: bold;
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
}

.no-csspointerevents .nice-select .list {
    display: none;
}

.no-csspointerevents .nice-select.open .list {
    display: block;
}

textarea {
    resize: none;
}

.form-control {
    height: 45px;
    line-height: 38px;
    padding-left: 10px;
    font-size: 13px;
    box-sizing: border-box;
    border-radius: 4px;
    box-shadow: none;
    text-transform: none;
    border: 1px solid #dfdfdf;
    margin-bottom: 0;
    padding: 0 16px;
}

.form-control::placeholder {
    color: #2b3430;
    text-transform: capitalize;
}

textarea.form-control {
    height: 170px !important;
    line-height: normal;
    padding-top: 8px !important;
}

.form-group,
.form-control {
    margin-bottom: 0;
}

.form-control:focus {
    border: 1px solid #dfdfdf;
    border-bottom: 1px solid #2c4c99;
    -webkit-box-shadow: 0 1px 0 0 #2c4c99;
    box-shadow: 0 1px 0 0 #2c4c99;
    color: #303030;
}

.row {
    margin-bottom: 0;
}

.col-xs-12 {
    padding: 0;
}

i {
    color: inherit;
    font-style: normal;
}

.toTop {
    background-color: #e52d27;
    background-image: -webkit-linear-gradient(180deg, rgb(255, 140, 57) 0%, rgb(255, 178, 77) 100%);
    color: #fff;
    position: fixed;
    bottom: 100px;
    right: -60px;
    width: 40px !important;
    height: 40px;
    cursor: pointer;
    line-height: 40px;
    border-radius: 5px;
    text-align: center;
    z-index: 35;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.07);
    overflow: hidden;
}

.toTop:hover {
    background-color: #7f7f7f;
    background-image: -webkit-linear-gradient(180deg, rgb(43, 66, 163) 0%, rgb(57, 81, 185) 100%);
    -webkit-transition: all .5s;
    transition: all .5s;
}

.toTop i {
    font-size: 18px;
    -webkit-transition: all .5s;
    transition: all .5s;
    color: #fff;
}

#loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #2b42a3;
}

.loading {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    padding: 0;
    list-style: none;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.loading img {
    width: 150px;
}

.menu-item-has-children {
    position: relative;
}

.menu-item-has-children .sub-menu {
    position: absolute;
    left: 0;
    right: auto;
    top: 120%;
    opacity: 0;
    visibility: hidden;
    display: block;
    transition: all .3s;
    min-width: 160px;
    border-radius: 5px;
    overflow: hidden;
    background-color: #ffffff;
    z-index: 11;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 86%;
    transition: all .3s;
}

.menu-item-has-children .sub-menu li {
    display: block !important;
    margin: 0 !important;
    width: 46%;
    float: right;
}

.menu-item-has-children .sub-menu li:after {
    display: none;
}

.main-head .main-nav .menu-item-has-children .sub-menu li a {
    display: block;
    padding: 6px 10px;
    font-weight: normal;
    font-size: 15px;
    color: #000;
    border-radius: 5px;
}

.menu-item-has-children .sub-menu li a:before {
    display: none;
}

.menu-item-has-children .sub-menu li a:hover {
    background-color: #e12099;
    color: #fff !important;
    transition: all .3s;
}

.menu-item-has-children>a:after {
    font-family: FontAwesome;
    content: "\f107";
    display: inline-block;
    margin-right: 7px;
    transition: all .3s;
}

.menu-item-has-children:hover>a:after {
    /* transform: rotate(-180deg); */
    /* transition: all .3s; */
}

.btn {
    display: inline-block;
    padding: 0 50px;
    height: 45px;
    line-height: 45px;
    font-size: 15px;
    position: relative;
    border-radius: 50px;
    overflow: visible;
    background-color: #e52d27;
    color: #fff;
    transition: all .3s !important;
    background-image: -moz-linear-gradient(180deg, rgb(43, 66, 163) 0%, rgb(57, 81, 185) 100%);
    background-image: -webkit-linear-gradient(180deg, rgb(43, 66, 163) 0%, rgb(57, 81, 185) 100%);
    background-image: -ms-linear-gradient(180deg, rgb(43, 66, 163) 0%, rgb(57, 81, 185) 100%);
}

.btn:hover {
    color: #ffffff !important;
    background-color: #7f7f7f !important;
    transition: all .3s !important;
}

.fancybox-button svg path {
    fill: #fff;
}

.owl-controls .owl-buttons div .slider-right,
.owl-controls .owl-buttons div .slider-left {
    background-color: transparent;
    position: absolute;
    top: 50%;
    margin: 0;
    color: #fff;
    cursor: pointer;
    text-align: center;
    font-size: 30px;
    z-index: 5;
    transition: all .3s;
    width: auto;
    height: auto;
    line-height: normal;
    transform: translateY(-50%);
    border-radius: 5px;
}

.owl-controls .owl-buttons div .slider-right:hover,
.owl-controls .owl-buttons div .slider-left:hover {
    color: #d9b143;
    transition: all .3s;
}

.owl-controls .owl-buttons div .slider-right {
    right: 2%;
}

.owl-controls .owl-buttons div .slider-left {
    left: 2%;
}

.h-slider .owl-controls .owl-buttons div .slider-right,
.h-slider .owl-controls .owl-buttons div .slider-left {
    opacity: 0;
}

.h-slider .owl-controls .owl-buttons div .slider-right {
    right: 0;
}

.h-slider .owl-controls .owl-buttons div .slider-left {
    left: 0;
}

.hero-s:hover .h-slider .owl-controls .owl-buttons div .slider-right {
    right: 2%;
    opacity: 1;
    transition: all .3s;
}

.hero-s:hover .h-slider .owl-controls .owl-buttons div .slider-left {
    left: 2%;
    opacity: 1;
    transition: all .3s;
}

.owl-controls {
    margin: 0;
}

.owl-controls .owl-buttons div {
    padding: 0;
    opacity: 1;
    margin: 0;
    display: block;
}

.owl-controls .owl-pagination {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 30px;
    left: 0;
    z-index: 5;
    text-align: center;
}

.owl-controls .owl-pagination .owl-page {
    display: inline-block;
}

.owl-controls .owl-pagination .owl-page span {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 2px;
    opacity: 1;
    border-radius: 100%;
    transition: all .3s;
    position: relative;
}

.owl-controls .owl-pagination .owl-page span:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 100%;
}

.owl-controls .owl-pagination .owl-page.active span {
    transition: all .3s;
    border: 2px solid #fff;
}

.i-pagination {
    margin-top: 50px;
    text-align: center;
}

.sidebar {
    background-size: cover;
    /* background-image: url(../images/hero.png); */
    position: fixed;
    height: 100%;
    left: 0;
    top: 0;
    width: 270px;
    z-index: 9999;
    transform: translateX(-100%);
    transition: all .3s;
    background-position: 36%;
    background-color: #fff;
    box-shadow: 3px 0 15px rgba(0, 0, 0, 0.08);
}

.overlay_gen {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.76);
    z-index: 999;
    display: none;
}

.sidebar.opened {
    transform: translateX(0%);
    transition: all .3s;
}

.sidebar:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    /* background-color: rgba(0, 0, 0, 0.86); */
    z-index: 0;
    width: 100%;
    height: 100%;
}

.mob-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    right: 0;
    bottom: 0;
    z-index: 999;
    transform: translateY(101%);
    transition: all .3s;
}

.mob-menu.active {
    transform: translateY(0);
    transition: all .3s;
}

.mob-menu .cl-menu {
    outline: none;
    position: absolute;
    left: 30px;
    top: 40px;
    border-radius: 100%;
    border: 0;
    font-size: 18px;
    padding: 0;
    background-color: black;
    color: #fff;
    font-size: 0;
    transition: all .3s;
    width: 40px;
    height: 40px;
}

.mob-menu ul li {
    display: block;
}

.mob-menu ul li a {
    display: block;
    padding: 15px;
    border-bottom: 1px solid rgb(41, 41, 41);
    color: #fff;
    font-size: 17px;
    text-align: center;
}

.mob-menu .social {
    padding: 18px;
    text-align: center;
}

.mob-menu .social a {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    font-size: 18px;
    background-color: #e52d27;
    border-radius: 100%;
    margin: 0 5px;
    color: #fff;
}

.mob-menu ul {
    margin-top: 90px;
    padding: 0 30px;
}

.mob-menu {
    max-height: 100vh;
    overflow: hidden;
    overflow-y: auto;
}

.menu-item-has-children .sub-menu {
    border: 0;
    border-radius: 5px;
    min-width: 500px;
    overflow: visible;
}

.menu-item-has-children .sub-menu .menu-item-has-children .sub-menu {
    right: 101%;
    left: auto;
    top: 0;
    opacity: 0;
    visibility: hidden;
    border: 0;
    border-top: 3px solid #8bc148;
}

.menu-item-has-children .sub-menu .menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}

.main-head .main-nav .menu-item-has-children .sub-menu li a {
    padding: 10px;
    position: relative;
}

.menu-item-has-children .sub-menu li a:hover {
    color: #8bc148 !important;
}

.main-head .main-nav .menu-item-has-children .sub-menu li a:after {
    position: absolute;
    left: 10px;
    top: 11px;
    transform: rotate(90deg);
}

.main-head .main-nav .menu-item-has-children .sub-menu .menu-item-has-children:hover a:after {
    transform: rotate(180deg);
    transition: all .3s;
}

.mob-menu .menu-item-has-children .sub-menu {
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
    width: 100%;
    max-width: 100%;
}

.mob-menu .menu-item-has-children:hover .sub-menu {
    position: relative;
}

.h-top {
    padding: 15px 0;
    border-bottom: 1px solid #f8f8f8;
}

.h-top .h-date {
    display: inline-block;
}

.h-top .h-date p {
    font-size: 12px;
    color: #808080;
}

.h-top .h-mail {
    float: left;
}

.h-top .h-mail a {
    display: inline-block;
    color: #223a76;
    direction: ltr;
    text-transform: none;
}

.h-top .h-mail a i {
    vertical-align: baseline;
    margin-right: 3px;
}

.h-top .h-date p i {
    vertical-align: baseline;
    margin-left: 3px;
}

.h-bottom {
    padding: 20px 0;
}

.h-bottom .logo {
    float: right;
}

.h-bottom .bot-extra {
    float: left;
    padding-top: 20px;
}

.h-bottom .bot-extra>ul {
    display: inline-block;
    margin: 0 20px;
}

.h-bottom .bot-extra .lang {
    display: inline-block;
    font-size: 16px;
    color: #333;
    vertical-align: middle;
}

.h-bottom .bot-extra .open-menu {
    height: 45px;
    padding: 0 14px;
    border: 0;
    font-size: 20px;
    background-color: transparent;
    margin-right: 15px;
    outline: none;
    display: none;
}

.h-bottom .bot-extra .dropdown-toggle {
    height: 45px;
    line-height: 45px;
    color: #6d6d6d;
    font-size: 18px;
}

.main-nav {
    background-color: #223a76;
    padding: 10px 0;
    text-align: center;
    border-bottom: 3px solid #f49424;
}

.main-nav li {
    display: inline-block;
    margin: 0 7.5px;
}

.main-nav li a {
    display: inline-block;
    background-color: #273f7a;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 15px;
    border-radius: 5px;
    padding: 0 50px;
    transition: all .3s;
}

.main-nav li.current-menu-item a,
.main-nav li a:hover {
    background-color: #f49424;
    transition: all .3s;
}

.h-bottom .logo img {
    float: right;
    width: 110px;
    margin-left: 15px;
}

.h-bottom .logo .txt_alt {
    overflow: hidden;
    padding-top: 20px;
    text-align: justify;
}

.h-bottom .logo .txt_alt h1 {
    color: #223a76;
    font-family: b-bd;
    font-size: 28px;
    margin-bottom: 5px;
}

.h-bottom .logo .txt_alt span {
    color: #223a76;
    text-transform: uppercase;
    font-family: sans-serif;
    letter-spacing: 2px;
}

.hero-s {
    padding: 0;
    position: relative;
    border-bottom: 5px solid #f49424;
}

.hero-s .item {
    background-position: center;
    background-size: cover;
    height: 800px;
    /*    overflow: hidden;*/
    /*    border-radius: 10px;*/
    transition: all .3s;
    /*    opacity: .05;*/
    /*    transform: scale(.92);*/
    direction: rtl;
    position: relative;
}


/*
.hero-s .center .item {
    opacity: 1;
    transition: all .3s;
    transform: scale(1);
}
*/

.hero-s .item .cap {
    position: absolute;
    right: 0;
    width: 100%;
    bottom: 0;
    background: -webkit-linear-gradient(bottom, #000, #fff0);
    height: 50%;
    opacity: 0;
    transition: all 1s;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.hero-s .item .cap .inner {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 30px;
}

.hero-s .item .cap .inner .in-auth {
    display: inline-block;
}

.hero-s .item .cap .inner .in-auth .title {
    /* font-family: b-bd; */
    color: #fff;
    font-size: 22px;
    margin-bottom: 15px;
    transition: all .3s;
    line-height: 1.7;
}

.hero-s .item .cap .inner .in-auth ul li {
    display: inline-block;
    color: #d7d7d7;
    font-size: 12px;
    margin-left: 30px;
}

.hero-s .item .cap .inner .in-auth ul li i {
    transform: scaleX(-1);
    vertical-align: baseline;
    margin-left: 5px;
    font-size: 15px;
}

.hero-s .item .cap .inner .in-price {
    left: -38px;
    position: relative;
    float: left;
    background-color: #f49424;
    color: #fff;
    padding: 20px 30px;
    font-size: 16px;
    position: relative;
}

.hero-s .item .cap .inner .in-price:before {
    content: '';
    border-right: 8px solid #794810;
    position: absolute;
    left: 0;
    bottom: -8px;
    border-left: 0;
    border-bottom: 8px solid transparent;
    border-top: 0px solid transparent;
}

.hero-s .item .cap .inner .in-auth ul li:last-child {
    margin: 0;
}

.hero-s .item .cap .inner .in-auth .title:hover {
    color: #f49324;
    transition: all .3s;
}

.hero-s .center .item .cap {
    opacity: 1;
    transition: all 1s;
}

.h-bottom .bot-extra>ul li {
    position: relative;
}

.h-bottom .bot-extra>ul .dropdown-menu {
    padding: 10px;
    min-width: 250px;
    right: auto;
    left: 0;
    border: 0;
}

.h-bottom .bot-extra>ul .dropdown-menu li .form-control {
    border-color: #fff7ed;
}

.f-head {
    margin-bottom: 60px;
    position: relative;
    text-align: center;
}

.f-head h3 {
    display: inline-block;
    color: #364eb4;
    font-family: b-bd;
    font-size: 24px;
    /* background-color: #0f0f0f; */
    position: relative;
    z-index: 1;
    /* padding-left: 30px; */
    /* padding-bottom: 15px; */
}

.f-head .filters {
    float: left;
}

.f-head .filters a {
    display: inline-block;
    color: #dcdcdc;
    width: 30px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    transition: all .3s;
    margin-right: 5px;
}

.f-head .filters a.active {
    color: #e52d27;
    transition: all .3s;
}

.flats-s .item {
    margin: 15px;
    direction: rtl;
}

.flats-s .item .inner {
    /* box-shadow: 0px 2px 5px 0px rgba(197, 197, 197, 0.15); */
    overflow: hidden;
    background-color: #fff;
    border-radius: 0;
    border: 1px solid rgba(183, 183, 183, 0.2);
    overflow: hidden;
    position: relative;
    transition: all .3s;
    text-align: center;
}

.flats-s .item .inner.list-layout {
    display: none;
}

.flats-s .item .inner.grid-layout {}

.flats-s .item .inner.grid-layout .i-img {
    height: 197px;
    background-position: center;
    background-size: cover;
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid rgba(183, 183, 183, 0.2);
    transition: all .3s;
}

.flats-s .item .inner.grid-layout .i-img a {
    display: block;
    height: 100%;
}

.flats-s .item .inner.grid-layout .i-img .tag {
    background-color: #e52d27;
    color: #fff;
    border-radius: 50px;
    font-size: 12px;
    padding: 9px 30px;
    position: absolute;
    left: 25px;
    top: 25px;
}

.flats-s .item .inner.grid-layout .i-data {
    padding: 21px;
}

.flats-s .item .inner.grid-layout .i-data .extra {
    margin-bottom: 13px;
}

.flats-s .item .inner.grid-layout .i-data .extra span {
    color: #b4b4b4;
    font-size: 11px;
}

.flats-s .item .inner.grid-layout .i-data .extra .rate {
    display: inline-block;
    float: left;
    direction: ltr;
    padding-top: 3px;
}

.flats-s .item .inner.grid-layout .i-data .extra .rate i {
    color: #f49424;
    font-size: 11px;
    margin: 0 -1px;
}

.flats-s .item .inner.grid-layout .i-data .author {
    margin-bottom: 13px;
    text-align: center;
}

.flats-s .item .inner.grid-layout .i-data .author a {
    display: inline-block;
    max-width: 100%;
    /* white-space: nowrap; */
    /* text-overflow: ellipsis; */
    overflow: hidden;
    vertical-align: middle;
    color: #364eb3;
    font-size: 16px;
    /* font-family: b-bd; */
    max-height: 48px;
    line-height: 1.6;
}

.flats-s .item .inner.grid-layout .i-data .price {
    text-align: center;
    margin-bottom: 25px;
}

.flats-s .item .inner.grid-layout .i-data .price p {
    color: #e52d27;
    font-size: 14px;
    font-family: b-bd;
}

.flats-s .item .inner.grid-layout .i-data .feats {
    /* border-top: 1px solid rgba(196, 255, 139, 0.08); */
    /* padding-top: 21px; */
}

.flats-s .item .inner.grid-layout .i-data .feats ul li {
    display: table-cell;
    margin-left: 30px;
    color: #8f8f8f;
    font-size: 11px;
    width: 1%;
    text-align: center;
}

.flats-s .item .inner.grid-layout .i-data .feats ul li i {
    /* transform: scaleX(-1); */
    /* margin-left: 2px; */
    /* vertical-align: baseline; */
    color: #bfbfbf;
    font-size: 17px;
}

.flats-s {
    padding: 90px 0 250px;
    position: relative;
    overflow: hidden;
}

.owl-dots {
    text-align: center;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 30px;
}

.owl-dots button.owl-dot {
    width: 8px;
    height: 8px;
    background-color: transparent;
    border-radius: 100%;
    margin: 0 3px;
    transition: all .3s;
    outline: none;
    box-shadow: 0 0 0 2px #fff;
}

.owl-dots button.owl-dot.active {
    background-color: #ff9b53;
    transition: all .3s;
    box-shadow: 0 0 0 2px #ff9b53;
    /* transform: scale(.9); */
}

.load-more {
    margin-top: 50px;
    text-align: center;
}

.order {
    padding: 75px 0;
    text-align: center;
    position: relative;
    background-position: center;
    background-size: cover;
}

.order .btn {
    margin: 0 10px;
    height: 70px;
    line-height: 70px;
    padding: 0 150px;
    font-family: b-rg;
    font-size: 18px;
    background-color: #f49324;
}

.order .btn.btn-w {
    background-color: #fff;
    color: #233a76;
}

.order:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(27, 47, 97, 0.80);
}

.footer-top {
    padding: 80px 0 40px;
}

.footer-top .footer-item {
    padding: 0 50px;
}

.footer-top .footer-item h4 {
    color: #1e1e1e;
    font-size: 22px;
    margin-bottom: 40px;
}

.footer-top .footer-item p {
    color: #7e7e7e;
    line-height: 2;
    overflow: hidden;
    max-height: 109px;
}

.footer-top .footer-item ul li {
    float: right;
    margin-bottom: 15px;
    width: 50%;
}

.footer-top .footer-item ul li:nth-of-type(even) {
    float: left;
}

.footer-top .footer-item:first-of-type {
    padding-right: 0;
}

.footer-bottom {
    padding: 16px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.03);
}

.footer-bottom p {
    display: inline-block;
    font-size: 11px;
    color: #d4d3d3;
}

.footer-bottom b {
    float: left;
    font-weight: normal;
    font-size: 11px;
    color: #d4d3d3;
}

.footer-bottom b a,
.footer-bottom p span {
    display: inline-block;
    font-size: inherit;
    color: #233a76;
}

.footer-bottom b a:hover {
    color: #f49324;
}

.footer-top .footer-item ul li a {
    display: inline-block;
    color: #7e7e7e;
}

.footer-top .footer-item ul li a:hover {
    color: #f49324;
    transition: all .3s;
}

.footer-top .footer-item .form-group {
    position: relative;
}

.footer-top .footer-item .form-group .form-control {
    border: 1px solid #fff7ed;
    height: 50px;
    padding-left: 60px;
}

.footer-top .footer-item .form-group .form-control::placeholder {
    color: #cccccc;
}

.footer-top .footer-item .form-group .btn {
    position: absolute;
    left: 0;
    top: 0;
    height: 50px;
    border-radius: 0;
    border: 0;
    padding: 0 17px;
    line-height: 48px;
    background-color: transparent;
    color: #f49424;
    outline: none;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.footer-top .footer-item .social {
    margin-top: 50px;
    text-align: left;
    direction: ltr;
}

.footer-top .footer-item .social a {
    display: inline-block;
    color: #a4a4a4;
    font-size: 16px;
    margin-right: 10px;
    transition: all .3s;
}

.footer-top .footer-item .social a:hover {
    color: #f49324;
    transition: all .3s;
}

.flats-s.latest .item .inner.grid-layout {
    display: none;
}

.flats-s.latest .item .inner.list-layout {
    display: block;
    padding: 20px;
}

body {
    /* background-color: #fdfffa; */
}

.hero-s .owl-item {}

.flats-s .item .inner.list-layout .in-img {
    height: 185px;
    width: 196px;
    border-radius: 10px;
    background-position: center;
    background-size: cover;
    float: right;
    margin-left: 40px;
    border: 1px solid #4c4c4c;
    background-color: #141414;
    transition: all 0.3s;
}

.flats-s .item .inner.list-layout .in-img a {
    display: block;
    height: 100%;
}

.flats-s .item .inner.list-layout .in-data {
    /* overflow: hidden; */
    float: left;
    max-width: calc(100% - 237px);
}

.flats-s .item .inner.list-layout .in-data .feats {
    margin-left: 20px;
    display: inline-block;
    border-left: 1px solid rgba(255, 255, 255, 0.05);
    padding-left: 20px;
}

.flats-s .item .inner.list-layout .in-data .feats li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    display: block;
    padding-bottom: 14px;
    margin-bottom: 14px;
    color: #ccc;
    font-size: 12px;
    text-align: center;
    font-family: b-bd;
}

.flats-s .item .inner.list-layout .in-data .feats li i {
    color: inherit;
    font-size: 18px;
    vertical-align: baseline;
    margin-left: 5px;
}

.flats-s .item .inner.list-layout .in-data .feats li span {
    display: block;
    color: #dadada;
    font-size: 11.9px;
}

.flats-s .item .inner.list-layout .in-data .feats li:last-child {
    border: 0;
    padding: 0;
    margin: 0;
}

.flats-s .item .inner.list-layout .in-data .data {
    display: inline-block;
    max-width: calc(100% - 300px);
}

.flats-s .item .inner.list-layout .in-data .extra {
    float: left;
    padding-right: 20px;
    position: relative;
    text-align: center;
}

.flats-s .item .inner.list-layout .in-data .extra .date {
    color: #c5c5c5;
    font-size: 13px;
    margin-bottom: 23px;
}

.flats-s .item .inner.list-layout .in-data .extra .price {
    color: #e52d27;
    font-size: 18px;
    max-width: 50%;
    margin: 0 auto 30px;
    font-family: b-bd;
}

.flats-s .item .inner.list-layout .in-data .extra .btn {
    border-radius: 7px;
    background-color: #de2721;
    box-shadow: 0px 7px 20px 0px rgba(244, 148, 36, 0.1);
}

.flats-s .item .inner.list-layout .in-data .extra:before {
    opacity: .4;
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border: 1px dashed #626262;
    height: 100%;
}

.flats-s .item .inner.list-layout .in-data .extra .btn:hover {
    background-color: #7f7f7f !important;
    color: #fff;
}

.flats-s .item .inner.list-layout .in-data .data .tag {
    display: inline-block;
    background-color: #171717;
    font-size: 11px;
    color: #e52d27;
    border-radius: 50px;
    padding: 6px 10px;
    margin-bottom: 20px;
}

.flats-s .item .inner.list-layout .in-data .data h4 {
    margin-bottom: 15px;
}

.flats-s .item .inner.list-layout .in-data .data a {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    vertical-align: middle;
    color: #fff;
    font-family: b-bd;
    text-overflow: ellipsis;
    font-size: 16px;
    transition: all .3s;
}

.flats-s .item .inner.list-layout .in-data .data p {
    color: #8c8c8c;
    line-height: 2;
    overflow: hidden;
    max-height: 80px;
}

.flats-s .item .inner.list-layout .in-data .data a:hover {
    color: #de2721;
    transition: all .3s;
}

.fl-bottom.fl-list-view .item .inner.list-layout {
    display: block;
    padding: 20px;
}

.fl-bottom.fl-list-view .item .inner.grid-layout {
    display: none;
}

.latest.latest-grid-view .item .inner.list-layout {
    display: none;
}

.latest.latest-grid-view .item .inner.grid-layout {
    display: block;
}

.latest .item {
    margin: 0 0 30px;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 36px;
    line-height: 23px;
    color: #808080;
    font-size: 30px;
    /*    background-color: #2e2e2e;*/
    border-radius: 100%;
    transition: all .3s;
    outline: none;
}

.owl-carousel .owl-nav button.owl-prev {
    left: -5%;
}

.owl-carousel .owl-nav button.owl-next {
    right: -5%;
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
    /*    background-color: #e52d27;*/
    transition: all .3s;
    color: #fff;
}

.latest.latest-grid-view .item {
    padding: 15px;
    margin: 0;
}

.jumbo {
    padding: 50px 0;
    position: relative;
    z-index: 7;
    background-position: center;
    background-size: cover;
}

.jumbo:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.5), #fff0);
    z-index: 0;
}

.jumbo h3 {
    display: inline-block;
    font-family: b-bd;
    color: #fff;
}

.jumbo ul {
    float: left;
}

.jumbo ul li {
    color: #fff;
    display: inline-block;
}

.jumbo ul li a {
    color: inherit;
    transition: all .3s;
}

.jumbo ul li:after {
    content: '/';
    margin: 0 10px;
    display: inline-block;
    vertical-align: middle;
}

.jumbo ul li:last-child:after {
    display: none;
}

.jumbo ul li a:hover {
    color: #f49324;
    transition: all .3s;
}

.about-single {
    padding: 70px 0;
    background-color: #fff;
    border-bottom: 1px solid #f5f5f5;
}

.ab-head {
    margin-bottom: 50px;
}

.ab-head h3 {
    font-family: b-bd;
    margin-bottom: 10px;
    font-size: 30px;
}

.ab-head span {
    color: #b9b9b9;
}

.about-single .block {
    margin-bottom: 50px;
}

.about-single .block h4 {
    color: #f49324;
    font-family: b-bd;
    font-size: 20px;
    margin-bottom: 20px;
}

.about-single .block p {
    font-size: 16px;
    line-height: 2;
}

.terms-sidebar {}

.terms-sidebar .s-inner {
    background-color: #fdfffa;
    padding: 20px;
    border: 1px solid #f3f3f3;
    border-radius: 10px;
}

.terms-sidebar .s-inner a {
    display: block;
    border-bottom: 1px solid #f3f3f3;
    padding: 15px;
    color: #333;
}

.terms-sidebar .s-inner a:first-of-type {
    padding-top: 0;
}

.terms-sidebar .s-inner a:last-of-type {
    padding-bottom: 0;
    border: 0;
}

.terms-sidebar .s-inner a.active {
    color: #f49324;
    transition: all .3s;
}

.terms-sidebar .s-inner a:before {
    font-family: fontawesome;
    display: inline-block;
    content: "\f104";
    margin-left: 0;
    opacity: 0;
    transition: all .3s;
}

.terms-sidebar .s-inner a.active:before {
    opacity: 1;
    margin-left: 5px;
    transition: all .3s;
}

.terms-sidebar.sticky {
    position: fixed;
    width: 325px;
    top: 30px;
    z-index: 1;
}

.terms-content.sticky {
    padding-right: 340px;
    max-width: 100%;
    width: 100%;
}

.faqs .panel-title>a:before {
    float: left;
    font-family: FontAwesome;
    content: "\f068";
    font-size: 12px;
    transition: all .3s;
}

.faqs .panel-title>a.collapsed:before {
    float: left;
    content: "\f067";
}

.faqs .panel {
    border: 0;
    box-shadow: none;
    margin-bottom: 30px;
    background-color: transparent;
}

.faqs .panel:last-of-type {
    margin-bottom: 0;
}

.faqs .panel .panel-heading {
    border: 0;
    background-color: transparent;
    padding: 0;
    border-radius: 0;
}

.faqs .panel-title a {
    font-size: 15px;
    font-family: b-bd;
    color: #1a1a1a;
    padding: 20px;
    background-color: #fefefe;
    border: 1px solid #f2f2f2;
    border-radius: 10px;
    display: block;
    box-shadow: 0 5px 5px rgba(26, 26, 26, 0.03);
    line-height: 1.7;
}

.faqs .panel-title a i {
    margin-left: 10px;
}

.faqs .panel-body {
    padding: 15px;
    box-shadow: 0 5px 15px rgba(26, 26, 26, 0.07);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 1px solid #e5e5e5;
    border-top: 0 !important;
    margin: 0 auto;
    max-width: 90%;
}

.faqs .panel-body p {
    line-height: 1.9;
    color: #1a1a1a;
}

.faqs .panel-title a:not(.collapsed) {
    background-color: #223a76;
    color: #fff;
    box-shadow: 0 10px 20px rgba(255, 95, 90, 0.10);
    border: 1px solid #223a76;
}

.faqs {
    margin: 0 auto;
    max-width: 70%;
}

.con-form {}

.con-form .form-group {
    margin-bottom: 30px;
    position: relative;
}

.con-form .form-group h5 {
    position: absolute;
    background-color: #fff;
    right: 20px;
    top: -9px;
    padding: 3px 10px;
    font-size: 13px;
    color: #2f2f2f;
}

.con-form .form-group .form-control {
    height: 60px;
}

.con-form .form-group .form-control::placeholder {
    color: #cecece;
}

.con-form .form-group textarea.form-control {
    padding-top: 17px !important;
}

.con-form .form-group .form-control:focus {
    border-color: #f49324;
    box-shadow: none;
}

.con-form .form-group .form-control:focus+h5 {
    color: #f49324;
    transition: all .3s;
}

.con-data {}

.con-data .d-inner {
    text-align: center;
    background-color: #fdfffa;
    border-radius: 10px;
    border: 1px solid #f5f5f5;
    overflow: hidden;
}

.con-data .d-inner h3 {
    font-family: b-bd;
    font-size: 20px;
    margin: 30px 0;
}

.con-data .d-inner ul li {}

.con-data .d-inner ul {
    text-align: initial;
    margin-bottom: 30px;
}

.con-data .d-inner ul li a {
    display: block;
    padding: 5px 20px;
    color: #585858;
    transition: all .3s;
}

.con-data .d-inner .all {
    display: block;
    background-color: #233a76;
    color: #fff;
    padding: 14px;
    transition: all .3s;
}

.con-data .d-inner ul li a:hover {
    padding-right: 25px;
    transition: all .3s;
    color: #f49324;
}

.con-data .d-inner .all:hover {
    background-color: #f49324;
}

.wrapper {
    /* background-color: #0f0f0f; */
}

#nprogress {
    height: 5px;
    background-color: #ebebeb;
    width: 100%;
}

main-head {
    padding: 38px 0;
}

.main-head {
    /* padding: 38px 0 140px; */
    /* text-align: center; */
    /* background: -webkit-linear-gradient(top,#000 33%,#fff0); */
    /* position: absolute; */
    z-index: 9;
}

.main-head .logo {
    float: right;
}

.main-head .main-navo {
    display: inline-block;
    /* padding-top: 18px; */
    top: 10px;
    position: relative;
}

.main-head .h-extra {
    float: left;
}

.main-head .main-navo li {
    display: inline-block;
    margin-left: 30px;
    /* padding-bottom: 45px; */
}

.main-head .main-navo li a {
    font-size: 16px;
    color: #fff;
    transition: all .3s;
    position: relative;
    padding-bottom: 45px;
}

.main-head .main-navo li.current-menu-item a,
.main-head .main-navo li:hover a {
    color: #ff9b53;
    transition: all .3s;
}

.main-head .main-navo li a:after {
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #ff9b53;
    bottom: 10px;
    transition: all .3s;
}

.main-head .main-navo li.current-menu-item a:after,
.main-head .main-navo li:hover a:after {
    right: 0;
    left: auto;
    width: 100%;
    transition: all .3s;
}

.main-head .h-extra .btn {
    padding: 0 30px;
    margin-right: 31px;
    background: #5b7ef4;
    float: right;
    position: relative;
    top: -3px;
}

.main-head .h-extra .lang {
    color: #fff;
    font-size: 16px;
    transition: all .3s;
}

.main-head .h-extra .lang:hover,
.open-menu:hover {
    color: #ff9b53;
    transition: all .3s;
}

.open-menu {
    height: 50px;
    border: 0;
    padding: 0;
    width: 50px;
    font-size: 20px;
    color: #fff;
    border-radius: 7px;
    outline: none;
    background-color: transparent;
    line-height: 50px;
    display: none;
    float: left;
    position: relative;
    top: -6px;
}

.main-head:before {
    content: '';
    /* position: absolute; */
    /* left: 0; */
    /* top: 0; */
    /* width: 100%; */
    /* height: 100%; */
    /* background: -webkit-linear-gradient(top, #000 33%, #fff0); */
}

.hero-s .item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: -webkit-linear-gradient(bottom, #000, #fff0);
    width: 100%;
    opacity: .5;
}

.mob-menu .cl-menu:after,
.mob-menu .cl-menu:before {
    content: '';
    position: absolute;
    background-color: #fff;
    width: 2px;
    height: 100%;
    transform: translate(-50%, -50%) rotate(-45deg);
    left: 50%;
    top: 50%;
    transition: all .3s;
}

.mob-menu .cl-menu:after {}

.mob-menu .cl-menu:before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.mob-menu .cl-menu:hover {
    transform: rotate(90deg);
    transition: all .3s;
}

.mob-menu .cl-menu:hover:after,
.mob-menu .cl-menu:hover:before {
    background-color: #e52d27;
    transition: all .3s;
}

.hero-s .hero-cap {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 8;
    /* width: 100%; */
    padding: 0;
    z-index: 10;
    height: 100%;
    display: table;
    /* background-color: rgba(54, 75, 175, 0.45); */
}

.hero-cap h3 {
    text-align: center;
    font-family: b-bd;
    color: #fff;
    margin-bottom: 40px;
    font-size: 28px;
}

.hero-cap .form-group {
    border-radius: 10px;
    position: relative;
    display: flex;
    /* background-color: #141414; */
}

.hero-cap .form-group .form-control {
    height: 50px;
    background-color: #ffffff;
    border: 0;
    font-size: 15px;
    padding: 0 45px;
    border-radius: 50px;
    padding-left: 15px;
    /* border-top-right-radius: 10px; */
    /* border-bottom-right-radius: 10px; */
    display: inline-block;
    /* max-width: 300px; */
    /* border-left: 1px solid rgba(50, 50, 50, 0.30); */
    line-height: 50px;
    color: #000;
    /* float: right; */
    margin-bottom: 15px;
}

.hero-cap .form-group .btn {
    padding: 0 60px;
    margin: 10px 14px;
    background-image: -webkit-linear-gradient(180deg, rgb(255, 140, 57) 0%, rgb(255, 178, 77) 100%);
    outline: none;
}

.hero-cap .form-group .nice-select {
    /* border-radius: 0; */
    background-color: #ffffff;
    padding: 0 25px;
    /* min-width: 220px; */
    width: 100%;
    /* z-index: 9; */
    position: relative;
}

.hero-cap .form-group .form-control::placeholder {
    color: #b2b2b2;
    font-size: inherit;
}

.hero-cap .form-group .fa-search {
    font-size: 15px;
    position: absolute;
    right: 20px;
    top: 15px;
    color: #b2b2b2;
}

.hero-cap .form-group .nice-select span {
    color: #b2b2b2;
    display: block;
    text-align: right;
    font-size: 15px;
}

.hero-cap .form-group .nice-select:after {
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #666;
    border-right: 2px solid #666;
    left: 15px;
    right: auto;
}

.hero-cap .form-group .nice-select .list {
    width: 100%;
    background-color: #ffffff;
    border-radius: 30px;
    margin-top: 5px;
}

.hero-cap .form-group .nice-select .list li {
    text-align: right;
    color: #6b6b6b;
    transition: all .3s;
    font-size: 15px;
    padding: 4px 20px;
}

.hero-cap .form-group .nice-select .list li:hover,
.hero-cap .form-group .nice-select .list li:focus {
    background-color: #ff8e3a;
    color: #fff;
    transition: all .3s;
}

.hero-cap .form-group .nice-select .list li.selected {
    background-color: #dadada;
    color: #848484;
}

.hero-cap .form-group .form-control:focus {
    border-color: transparent;
    box-shadow: 0 0 15px rgba(229, 45, 39, 0.3);
    /*     color: #fff; */
}

.hero-cap .form-group .form-control:focus span {
    color: #000;
}

.hero-s:after {
    content: '';
    position: relative;
    left: 0;
    width: 100%;
    height: 21px;
    bottom: 0;
    display: block;
    background-color: rgba(60, 60, 60, 0.02);
}

.f-head:before {
    content: '';
    position: absolute;
    right: 0;
    top: 18px;
    height: 1px;
    background-color: rgba(245, 245, 245, 0.10);
    width: 92%;
}

.f-head .maz-count {
    float: left;
    background-color: #1a1a1a;
    border-radius: 50px;
    padding: 5px 18px;
    font-size: 12px;
    color: #e5e5e5;
    position: relative;
    z-index: 1;
    top: 2px;
}

.flats-s .owl-dots {
    position: relative;
    bottom: 0;
    margin-top: 32px;
}

.flats-s .owl-dots button.owl-dot {
    background-color: rgba(49, 49, 49, 0.15);
    box-shadow: none;
}

.flats-s .owl-dots button.owl-dot.active {
    box-shadow: none;
    background-color: #ffaf4c;
}

.f-head h3:after {
    content: '';
    position: absolute;
    right: 50%;
    width: 106px;
    height: 7px;
    /* background-image: url(../images/h-after.png); */
    bottom: -14px;
    width: 52px;
    height: 52px;
    border-radius: 100%;
    background-color: rgba(173, 180, 219, 0.10);
    transform: translateX(50%);
}

.flats-s.latest .item .inner {
    border: 1px solid #4c4c4c;
    box-shadow: 0px 2px 3px 0px rgba(197, 197, 197, 0.15);
    border-radius: 10px;
    background-color: #121212;
    transition: all .3s;
}

.flats-s .item .inner:hover {
    box-shadow: 0px 2px 10px 0px rgba(229, 45, 39, 0.15);
    /* background-color: #212121; */
    border-color: #ffe1bc;
    transition: all .3s;
    transform: translateY(-5px);
    box-shadow: 0px 6px 35px 0px rgba(255, 145, 66, 0.07);
}

.load-more .btn {
    background-color: #e52d27;
    padding: 0 50px;
    border-radius: 5px;
    font-size: 17px;
}

.main-footer {
    background-color: #1a1a1a;
    /*    border-top: 1px solid rgba(44, 44, 44, 0.5);*/
    /*    margin-top: 150px;*/
    position: relative;
    z-index: 1;
}

.main-footer .f-top {
    background-color: #141414;
    padding: 70px 50px 50px;
    position: relative;
    z-index: 1;
    margin-top: -135px;
}

.main-footer .f-top .newsletter {
    border-bottom: 1px solid rgba(76, 76, 76, 0.20);
    padding-bottom: 50px;
    margin-bottom: 50px;
}

.main-footer .f-top .newsletter .let-head {
    border-right: 3px solid #e3051f;
    padding: 0 20px;
}

.main-footer .f-top .newsletter .let-head h3 {
    color: #fff;
    font-size: 32px;
    margin-bottom: 10px;
}

.main-footer .f-top .newsletter .let-head p {
    color: #b2b2b2;
    font-size: 16px;
}

.main-footer .f-top .newsletter .let-form {}

.main-footer .f-top .newsletter .let-form .form-group {
    position: relative;
}

.main-footer .f-top .newsletter .let-form .form-group .fa-envelope {
    position: absolute;
    top: 11px;
    font-size: 18px;
    color: #4c4c4c;
    right: 20px;
    transition: all .3s;
}

.main-footer .f-top .newsletter .let-form .form-group .form-control {
    font-size: 16px;
    border: 0;
    border-radius: 0;
    border-bottom: 3px solid #4d4d4d;
    background-color: transparent;
    padding: 0 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
}

.main-footer .f-top .newsletter .let-form .form-group .btn {
    width: 45px;
    height: 45px;
    padding: 0;
    line-height: 45px;
    border-radius: 100%;
    position: absolute;
    left: 20px;
    top: -4px;
}

.main-footer .f-top .newsletter .let-form .form-group .form-control::placeholder {
    color: #4c4c4c;
}

.main-footer .f-top .newsletter .let-form .form-group .form-control:focus {
    box-shadow: none;
}

.main-footer .f-top .newsletter .let-form .form-group .form-control:focus+i {
    color: #fff;
    transition: all .3s;
}

.main-footer .f-top .newsletter .let-form .form-group:after {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 3px;
    background-color: #e52d27;
    width: 0;
    content: '';
    transition: all .3s;
}

.main-footer .f-top .newsletter .let-form .form-group.focused:after {
    width: 100%;
    transition: all .3s;
}

.main-content:before,
.main-content:after {
    position: absolute;
    content: '';
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: -webkit-linear-gradient(left, #1a0200, #e3051f);
    bottom: -4.2%;
    right: 8.2%;
    z-index: 0;
    display: none;
}

.main-content:after {
    left: 8.2%;
    right: auto;
    background: -webkit-linear-gradient(right, #1a0200, #e3051f);
}

.main-footer .f-botom {}

.main-footer .f-top .f-top-inner {}

.main-footer .f-top .f-top-inner .ft-item {}

.main-footer .f-top .f-top-inner .ft-item h4 {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
    color: #fff;
    font-size: 22px;
}

.main-footer .f-top .f-top-inner .ft-item h4:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    background: -webkit-linear-gradient(left, #1a0200, #e3051f);
    height: 2px;
    width: 40px;
}

.main-footer .f-top .f-top-inner .ft-item:last-of-type {
    float: left;
}

.main-footer .f-top .f-top-inner .ft-item img {
    filter: grayscale(1);
    margin-bottom: 20px;
}

.main-footer .f-top .f-top-inner .ft-item p {
    color: #808080;
    line-height: 2;
    overflow: hidden;
    max-height: 81px;
}

.main-footer .f-top .f-top-inner .ft-item ul li {
    float: right;
    width: 50%;
}

.main-footer .f-top .f-top-inner .ft-item ul li:nth-of-type(even) {
    float: left;
}

.main-footer .f-top .f-top-inner .ft-item ul li a {
    display: inline-block;
    position: relative;
    color: #808080;
    font-size: 16px;
    padding: 10px 0;
    transition: all .3s;
}

.main-footer .f-top .f-top-inner .ft-item ul li a:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: rgba(114, 114, 114, 0.1);
    width: 70px;
}

.main-footer .f-top .f-top-inner .ft-item ul li a:before {
    width: 0;
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    transition: all .3s;
    background-color: #fff;
    height: 1px;
}

.main-footer .f-top .f-top-inner .ft-item ul li a:hover:before {
    width: 35px;
}

.main-footer .f-top .f-top-inner .ft-item ul li a:hover {
    color: #fff;
    transition: all .3s;
}

.main-footer .f-top .f-top-inner .ft-item .social-s {
    position: absolute;
    width: 30px;
    left: 0;
    top: 68px;
    text-align: center;
}

.main-footer .f-top .f-top-inner .ft-item .social-s a {
    display: block;
    font-size: 18px;
    color: #808080;
    margin-bottom: 20px;
    transition: all .3s;
}

.social-s {}

.main-footer .f-top .f-top-inner .ft-item .social-s a:hover {
    color: #e52d27;
    transition: all .3s;
}

.main-footer .f-botom b {
    font-weight: normal;
    color: #4c4c4c;
    font-size: 16px;
    display: inline-block;
    /* padding-top: 38px; */
}

.ryad-logo {
    float: left;
    margin-top: -33px;
}

.main-footer .f-botom b i {
    font-size: inherit;
    display: inline-block;
    color: #fff;
    vertical-align: baseline;
}

.ryad-logo a {
    display: inline-block;
    height: 30px;
}

.flats-s .item .inner .i-cap {
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.70);
    border: 1px solid #4c4c4c;
    opacity: 0;
    transition: all .3s;
}

.flats-s .item .inner .i-cap a {
    position: relative;
    top: 70%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 17px;
    /* opacity: 0; */
    transition: all .3s;
    padding: 0 20px;
    height: 70px;
    line-height: 70px;
    text-align: center;
}

.flats-s .item .inner .i-cap a:before {
    content: '';
    position: absolute;
    width: 70px;
    height: 70px;
    background-color: #e52d27;
    border-radius: 100%;
    top: 50%;
    right: -35px;
    transform: translateY(-50%);
    z-index: -1;
    transition: all .5s;
}

.flats-s .item .inner .i-cap a:after {
    content: '';
    position: absolute;
    right: 35px;
    top: 60px;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: #e52d27;
    transition: all .3s;
}

.flats-s .item .inner:hover .i-cap {
    opacity: 1;
    transition: all .3s;
}

.flats-s .item .inner:hover .i-cap a {
    opacity: 1;
    transition: all .3s;
    top: 50%;
}

.flats-s .item .inner .i-cap a:hover:before {
    width: 100%;
    right: 0;
    border-radius: 50px;
    height: 50px;
    transition: all .5s;
}

.flats-s .item .inner .i-cap a:hover:after {
    right: 85%;
    top: 20px;
    transition: all .3s;
}

.flats-s .item .inner .i-img img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    object-position: 50% 70%;
}

.flats-s .item .inner.grid-layout .i-data .author a:hover {
    color: #ff8d39;
    transition: all .3s;
}

.flats-s.fl-top .f-body:after {
    content: '';
    background-color: #1a1a1a;
    width: 140px;
    height: 77px;
    position: absolute;
    right: 0;
    bottom: 50px;
}

.flats-s.fl-top .f-body {
    position: relative;
}

.flats-s.fl-bottom .item .inner.grid-layout .i-data .author a {
    font-size: 16px;
}

.flats-s .item .inner.grid-layout .i-data .price p {
    color: #2c43a5;
    font-size: 14px;
    display: inline-block;
}

.flats-s .item .inner.grid-layout .i-data .extra .rate i {
    color: #999999;
    font-size: 10px;
    transition: all .3s;
}

.flats-s .item .inner.grid-layout .i-data .extra span {
    color: #b4b4b4;
    font-size: 10px;
}

.flats-s.fl-bottom .item .inner .i-img img {
    object-position: 50% 70%;
}

.flats-s .item .inner.grid-layout .i-img .tag {
    display: inline-block;
    background-color: #171717;
    font-size: 10px;
    color: #e52d27;
    border-radius: 50px;
    padding: 2.5px 13.5px;
    margin-bottom: 20px;
}

.flats-s.fl-bottom .item .inner {
    border-radius: 10px;
    overflow: hidden;
}

.flats-s .item .inner.list-layout .in-data .feats li i {
    display: block;
    vertical-align: middle;
    margin: 0 0 3px;
}

.flats-s .item .inner.grid-layout:hover .i-img {
    /* background-color: #262626; */
    /* border-bottom-color: #404040; */
    transition: all .3s;
}

.flats-s.fl-bottom .item .inner.grid-layout .i-img .tag {
    left: 15px;
    top: 15px;
}

.flats-s .item .inner.grid-layout:hover .i-img .tag {
    color: #fff;
}

.flats-s .item .inner.grid-layout:hover .i-data .extra .rate i {
    color: #e52d27;
    transition: all .3s;
}

.flats-s .item .inner.list-layout .in-img img {
    height: 100%;
    width: 100%;
    object-fit: scale-down;
    object-position: 100% 55%;
    padding: 0 10px;
}

.flats-s .item .inner.list-layout:hover .in-img {
    background-color: #262626;
    transition: all .3s;
}

.fl-bottom .owl-carousel .owl-nav button.owl-prev,
.fl-bottom .owl-carousel .owl-nav button.owl-next {
    background-color: transparent;
    color: rgba(0, 0, 0, 0.20);
}

.fl-bottom .owl-carousel .owl-nav button.owl-prev:hover,
.fl-bottom .owl-carousel .owl-nav button.owl-next:hover {
    background-color: transparent;
    color: #ffaf4c;
}

.nws-s .block {}

.nws-s .block .inner {
    border-radius: 7px;
    overflow: hidden;
    /* border-top-left-radius: 0; */
    /* border-top-right-radius: 0; */
    border: 1px solid #1f1f1f;
    background-color: #121212;
    transition: all .3s;
}

.nws-s .block .inner.b-grid {}

.nws-s .block .inner.b-list {
    display: none;
}

.nws-s .block .inner.b-grid .i-img {
    height: 240px;
    background-position: center;
    background-size: cover;
    text-align: center;
    position: relative;
    border-bottom: 1px solid #1f1f1f;
    transition: all .3s;
}

.nws-s .block .inner.b-grid .i-img a {
    position: absolute;
    top: 70%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 17px;
    opacity: 0;
    transition: all .3s;
    padding: 0 20px;
    left: 50%;
    height: 50px;
    line-height: 50px;
}

.nws-s .block .inner.b-grid .i-img a:before {
    content: '';
    position: absolute;
    width: 45px;
    height: 45px;
    background-color: #e52d27;
    border-radius: 100%;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: -1;
    transition: all .5s;
}

.nws-s .block .inner.b-grid .i-img a:after {
    content: '';
    position: absolute;
    right: 15px;
    top: 44px;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background-color: #e52d27;
    transition: all .3s;
}

.nws-s .block .inner.b-grid .i-img a:hover:before {
    width: 100%;
    right: 0;
    border-radius: 50px;
    transition: all .5s;
}

.nws-s .block .inner.b-grid .i-img a:hover:after {
    right: 85%;
    top: 20px;
    transition: all .3s;
}

.nws-s .block .inner.b-grid .i-data p {
    color: #cccccc;
    font-size: 12px;
    margin-bottom: 10px;
}

.nws-s .block .inner.b-grid .i-data p i {
    margin-left: 5px;
    vertical-align: baseline;
}

.nws-s .block .inner.b-grid .i-data .title {
    color: #b2b2b2;
    font-size: 14px;
    transition: all .3s;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    max-height: 46px;
    line-height: 1.7;
}

.nws-s .block .inner.b-grid:hover .i-data .title {
    transition: all .3s;
    color: #fff;
}

.nws-s .block .inner.b-grid .i-data .title:hover {
    color: #e52d27;
    transition: all .3s;
}

.nws-s .block .inner.b-list .i-img {
    height: 256px;
    float: right;
    width: 240px;
    background-position: center;
    background-size: cover;
    border-left: 1px solid #ddd;
    transition: all .3s;
}

.nws-s .block .inner.b-list .i-data {
    overflow: hidden;
    padding: 20px;
}

.nws-s .block .inner.b-list .i-data p {
    color: #cccccc;
    font-size: 13px;
    margin-bottom: 10px;
}

.nws-s .block .inner.b-list .i-data p i {}

.nws-s .block .inner.b-list .i-data .title {
    color: #b2b2b2;
    font-size: 16px;
    font-family: b-bd;
    margin-bottom: 20px;
    overflow: hidden;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all .3s;
}

.nws-s .block .inner.b-list .i-data .btn {}

.nws-s .block .inner.b-grid:hover .i-img a {
    top: 50%;
    transition: all .3s;
    opacity: 1;
}

.nws-s .block .inner.b-grid .i-img:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.70);
    opacity: 0;
    transition: all .3s;
}

.nws-s .block .inner.b-grid:hover .i-img:before {
    opacity: 1;
    transition: all .3s;
}

.nws-s .block .inner.b-grid .i-data {
    padding: 20px 20px 30px;
}

.nws-s .block .inner.b-grid:hover .i-img {
    border-bottom-color: #e52d27;
    transition: all .3s;
}

.nws-s .block .inner:hover {
    border-color: #e52d27;
    transition: all .3s;
    box-shadow: 0px 2px 19px 0px rgba(229, 45, 39, 0.1);
    transform: translateY(10px);
}

.nws-s .block.block-list .inner.b-grid {
    display: none;
}

.nws-s .block.block-list .inner.b-list {
    display: block;
}

.nws-s .block .inner.b-list {
    padding: 0;
    box-shadow: 0px 2px 3px 0px rgba(197, 197, 197, 0.15);
    border: 1px solid #4c4c4c;
}

.nws-s .block .inner.b-list .i-data p.desc {
    line-height: 2;
    overflow: hidden;
    max-height: 75px;
    margin-bottom: 20px;
}

.nws-s .block .inner.b-list:hover .i-data .title {
    color: #fff;
    transition: all .3s;
}

.nws-s .block .inner.b-list .i-data .title:hover {
    color: #e52d27;
    transition: all .3s;
}

.nws-s .block.block-list .inner.b-list:hover {
    transform: translateY(-10px);
    background-color: #1f1f1f;
    border-color: #e52d27;
    transition: all .3s;
    box-shadow: 0px 2px 19px 0px rgba(229, 45, 39, 0.1);
}

.nws-s .block .inner.b-list:hover .i-img {
    border-color: #e52d27;
    transition: all .3s;
}

.nws-s .block.block-list {
    padding: 0;
    margin-bottom: 30px;
}

.nws-s .block.block-list:last-of-type {
    margin: 0;
}

.nws-s {
    padding-bottom: 90px;
}

.flats-s .item .inner .i-cap a span {
    position: absolute;
    right: 28px;
    top: 53px;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: #e52d27;
    transition: all .3s;
}

.flats-s .item .inner .i-cap a:hover span {
    transition: all .3s;
    right: 85%;
    top: 15px;
}

.nws-s .block .inner.b-grid .i-img a span {
    position: absolute;
    right: 5px;
    top: 40px;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background-color: #e52d27;
    transition: all .3s;
}

.nws-s .block .inner.b-grid .i-img a:hover span {
    right: 85%;
    top: 15px;
    transition: all .3s;
}

.loader {
    /*
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
*/
    width: 175px;
    height: 100px;
}

.loader span {
    display: block;
    background: #f49324;
    width: 7px;
    height: 10%;
    border-radius: 14px;
    margin-right: 5px;
    float: left;
    margin-top: 25%;
}

.loader span:last-child {
    margin-right: 0px;
}

.loader span:nth-child(1) {
    animation: load 2.5s 1.4s infinite linear;
}

.loader span:nth-child(2) {
    animation: load 2.5s 1.2s infinite linear;
}

.loader span:nth-child(3) {
    animation: load 2.5s 1s infinite linear;
}

.loader span:nth-child(4) {
    animation: load 2.5s 0.8s infinite linear;
}

.loader span:nth-child(5) {
    animation: load 2.5s 0.6s infinite linear;
}

.loader span:nth-child(6) {
    animation: load 2.5s 0.4s infinite linear;
}

.loader span:nth-child(7) {
    animation: load 2.5s 0.2s infinite linear;
}

.loader span:nth-child(8) {
    animation: load 2.5s 0s infinite linear;
}

.loader span:nth-child(9) {
    animation: load 2.5s 0.2s infinite linear;
}

.loader span:nth-child(10) {
    animation: load 2.5s 0.4s infinite linear;
}

.loader span:nth-child(11) {
    animation: load 2.5s 0.6s infinite linear;
}

.loader span:nth-child(12) {
    animation: load 2.5s 0.8s infinite linear;
}

.loader span:nth-child(13) {
    animation: load 2.5s 1s infinite linear;
}

.loader span:nth-child(14) {
    animation: load 2.5s 1.2s infinite linear;
}

.loader span:nth-child(15) {
    animation: load 2.5s 1.4s infinite linear;
}

@keyframes load {
    0% {
        background: #f49324;
        margin-top: 25%;
        height: 10%;
    }
    50% {
        background: rgb(255, 178, 77);
        height: 100%;
        margin-top: 0%;
    }
    100% {
        background: #f49324;
        height: 10%;
        margin-top: 25%;
    }
}

.head-top {
    padding: 15px 0;
}

.head-top ul {
    float: right;
}

.head-top ul li {
    display: inline-block;
    margin-left: 30px;
}

.head-top ul li:last-child {
    margin: 0;
}

.head-top ul li a {
    font-size: 12px;
    transition: all .3s;
    color: #808080;
}

.head-top ul li a:hover {
    color: #ff9b53;
    transition: all .3s;
}

.head-top .lang {
    float: left;
    direction: ltr;
}

.head-top .lang a {
    font-size: 12px;
    display: inline-block;
    color: #080b1a;
    transition: all .3s;
}

.head-top .lang a i {
    vertical-align: baseline;
    margin-right: 5px;
}

.head-bottom {
    padding: 25px 0 0;
    text-align: center;
    background-image: -moz-linear-gradient(180deg, rgb(43, 66, 163) 0%, rgb(57, 81, 185) 100%);
    background-image: -webkit-linear-gradient(180deg, rgb(43, 66, 163) 0%, rgb(57, 81, 185) 100%);
    background-image: -ms-linear-gradient(180deg, rgb(43, 66, 163) 0%, rgb(57, 81, 185) 100%);
}

.head-bottom .logo .txt_alt {
    overflow: hidden;
    text-align: initial;
    display: inline-block;
}

.head-bottom .txt_alt h3 {
    color: #fff;
    font-family: b-bd;
    font-size: 21px;
    margin-bottom: 5px;
}

.head-bottom .txt_alt p {
    font-family: b-lt;
    color: #ffcf93;
    font-size: 15px;
}

.head-bottom .txt_alt img {}

.head-bottom .logo img {
    width: 115px;
    float: right;
    margin-left: 20px;
}

.main-head .logo a {
    display: block;
}

.head-top .lang a:hover {
    color: #ff9b53;
    transition: all .3s;
}

.main-head .h-extra .user-area {
    display: inline-block;
    float: right;
}

.main-head .h-extra .user-area img {
    background-color: #5b7ef4;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    object-fit: cover;
    margin-left: 5px;
    border: 1px solid #7b93f7;
}

.main-head .h-extra .user-area span {
    color: #fff;
}

.main-head .h-extra .user-area .sub-menu {
    top: 100%;
}

.main-head .h-extra .user-area .sub-menu li {}

.main-head .h-extra .user-area .sub-menu li a {
    padding: 10px 15px;
}

.main-head .h-extra .user-area a {
    position: relative;
}

.main-head .h-extra .user-area a:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #f49424;
    border-radius: 100%;
    box-shadow: 0 0 0 3px #354db3;
    right: 0;
    top: 4px;
}

.main-head .h-extra .user-area a:after {
    display: none;
}

.main-head .sub-menu {
    text-align: initial;
    right: 0;
    left: auto;
    border-radius: 0;
    padding: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.main-head .sub-menu li img {
    width: 25px;
    height: 25px;
    object-fit: scale-down;
    filter: brightness(0);
    margin-left: 10px;
    transition: all .3s;
}

.main-head .sub-menu li a {
    display: block;
    padding: 10px 15px;
    color: #333 !important;
    font-size: 13px;
    border-radius: 50px;
}

.main-head .sub-menu li a:hover {
    background-color: #ff9b53;
    color: #fff !important;
    transition: all .3s;
}

.main-head .sub-menu li a:hover img {
    filter: brightness(0) invert(1);
    transition: all .3s;
}

.main-head .main-navo li .sub-menu li a:after {
    display: none;
}

.main-head .h-extra .user-area a {
    padding-bottom: 27px;
}

.main-head .h-extra .btn:hover {
    background-image: -moz-linear-gradient(180deg, rgb(255, 140, 57) 0%, rgb(255, 178, 77) 100%);
    background-image: -webkit-linear-gradient(180deg, rgb(255, 140, 57) 0%, rgb(255, 178, 77) 100%);
    background-image: -ms-linear-gradient(180deg, rgb(255, 140, 57) 0%, rgb(255, 178, 77) 100%);
}

.menu-item-has-children:after {
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 7px;
    transition: all .3s;
    color: #fff;
    content: '\f067';
    font-size: 10px;
    vertical-align: middle;
}

.menu-item-has-children:hover:after {
    transform: rotate(45deg);
    color: #f59550;
    transition: all .3s;
}

.sidebar .inner {
    height: 100vh;
    overflow: hidden;
    overflow-y: auto;
    position: relative;
    z-index: 1;
    /* max-height: calc(100vh - 15px); */
}

.sidebar .inner::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

.sidebar .inner::-webkit-scrollbar-track {
    background-color: #f7f7f7;
    border-radius: 12px;
}

.sidebar .inner::-webkit-scrollbar-thumb {
    background-color: #ffaf5a;
    border-radius: 12px;
}

.sidebar .inner .side-user {
    /* padding: 20px 0; */
}

.sidebar .inner .side-user .user-img {
    padding: 0 20px;
    background-color: #3047ab;
    padding: 15px 20px;
    border-bottom: 1px solid #f1f1f1;
    position: relative;
}

.sidebar .inner .side-user .user-img img {
    background-color: #5b7ef4;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    object-fit: cover;
    margin-left: 5px;
    border: 1px solid #7b93f7;
}

.sidebar .inner .side-user .user-img span {
    color: #fff;
}

.sidebar .inner .side-user ul li a {
    padding: 12px 20px;
    color: #333;
    display: block;
    border-bottom: 1px solid #f1f1f1;
}

.sidebar .inner .side-user ul li a i {
    vertical-align: baseline;
    margin-left: 5px;
}

.sidebar .inner .side-user ul li a:hover,
.sidebar .side-links ul li a:hover {
    background-color: rgba(241, 241, 241, 0.5);
}

.sidebar .inner .side-user .user-img:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #f49424;
    border-radius: 100%;
    box-shadow: 0 0 0 3px #354db3;
    right: 19px;
    top: 20px;
}

.sidebar h4 {
    padding: 15px 20px;
    background-color: #efefef;
    font-size: 14px;
    font-family: b-bd;
    border-width: 1px 0;
    border-style: solid;
    border-color: rgb(223, 223, 223);
    color: #000;
}

.sidebar .inner .side-user ul li:last-child a {
    border: 0;
}

.sidebar .side-links ul li a {
    padding: 12px 20px;
    color: #333;
    display: block;
    border-bottom: 1px solid #f1f1f1;
}

.sidebar .side-links ul li:after {
    display: none;
}

.sidebar .side-links ul li.menu-item-has-children a:after {
    float: left;
}

.sidebar .side-links ul li .sub-menu {
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    padding: 10px 20px;
    background-color: #f9f9f9;
}

.sidebar .side-links ul li:hover .sub-menu {
    position: relative;
}

.sidebar .side-links ul li .sub-menu a {}

.sidebar .side-links ul li .sub-menu a:hover {
    background-color: #ff9b53;
}

.hero-s .top-hero {
    padding: 0;
    float: left;
}

.hero-s .hero-cap .container {
    display: table-cell;
    height: 100%;
    position: relative;
    top: -90px;
}

.hero-cap .form-group:last-of-type {
    text-align: center;
}

.cats {
    float: left;
    margin-top: -230px;
    position: relative;
    z-index: 7;
}

.cats .inner {
    box-shadow: 0px 3px 45px 0px rgba(197, 197, 197, 0.07);
    border-radius: 10px;
    background-color: #fff;
    padding: 30px 70px;
}

.cats .inner .cats-heade {
    text-align: center;
    margin-bottom: 35px;
}

.cats .inner .cats-heade h3 {
    font-size: 16px;
    color: #666666;
}

.cats .inner .item {
    padding: 0 20px;
    text-align: center;
}

.cats .inner .item a {
    text-align: center;
}

.cats .inner .item img {
    max-width: none;
    width: auto;
    margin: 0 auto 14px;
}

.cats .inner .item p {
    color: #4c4c4c;
}

.main-content {
    background-color: #f5f6fa;
}

.main-content .cats {
    float: left;
    padding: 0;
    /*    margin-left: 4.5%;*/
    /* z-index: 15; */
    position: relative;
}

.cats .owl-carousel .owl-nav button.owl-prev,
.cats .owl-carousel .owl-nav button.owl-next {
    width: 31px;
    height: 31px;
    top: 20%;
}

.cats .owl-carousel .owl-nav button.owl-prev {
    left: -4%;
}

.cats .owl-carousel .owl-nav button.owl-next {
    right: -4%;
}

.cats .owl-carousel .owl-nav button.owl-prev i,
.cats .owl-carousel .owl-nav button.owl-next i {
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 0;
    height: 130%;
    border: 2px solid rgba(76, 76, 76, 0.50);
    border-top: 0;
    border-bottom-left-radius: 100%;
    border-bottom-right-radius: 100%;
    border-right: 0;
    border-left: 0;
    transition: all .3s;
}

.cats .owl-carousel .owl-nav button.owl-prev:after,
.cats .owl-carousel .owl-nav button.owl-next:after {
    content: '';
    background-color: rgba(76, 76, 76, 0.50);
    height: 1px;
    width: 60%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.cats .owl-carousel .owl-nav button.owl-prev:before,
.cats .owl-carousel .owl-nav button.owl-next:before {
    content: '';
    background-color: rgba(76, 76, 76, 0.50);
    height: 1px;
    width: 10px;
    position: absolute;
    transition: all .3s;
}

.cats .owl-carousel .owl-nav button.owl-prev:before {
    transform: rotate(-45deg);
    left: 4px;
    top: 12px;
}

.cats .owl-carousel .owl-nav button.owl-next:before {
    transform: rotate(45deg);
    right: 4px;
    top: 13px;
}

.cats .owl-carousel .owl-nav button.owl-prev:hover i,
.cats .owl-carousel .owl-nav button.owl-next:hover i {
    border-color: #ff9b53;
    transition: all .3s;
}

.cats .owl-carousel .owl-nav button.owl-prev:hover:before,
.cats .owl-carousel .owl-nav button.owl-next:hover:before,
.cats .owl-carousel .owl-nav button.owl-prev:hover:after,
.cats .owl-carousel .owl-nav button.owl-next:hover:after {
    background-color: #ff9b53;
    transition: all .3s;
}

.cats .inner .item a:before {
    content: '';
    width: 40px;
    height: 40px;
    background-color: rgba(244, 148, 36, 0.10);
    position: absolute;
    border-radius: 100%;
    right: 50%;
    transform: translateX(50%);
    top: 0;
    z-index: -1;
}

.cats .inner .item a {
    position: relative;
}

.cats .owl-dots {
    position: relative;
    bottom: auto;
    margin-top: 30px;
}

.cats .owl-dots button.owl-dot {
    width: 7px;
    height: 7px;
    background-color: #e5e5e5;
    margin: 0 4px;
}

.cats .owl-dots button.owl-dot.active {
    background-color: #2f47aa;
    box-shadow: none;
    transform: none;
}

.flats-s svg {
    position: absolute;
    left: 0;
    bottom: 0;
    transform: scaleX(1.5);
}

.flats-s.latest-s {
    padding: 20px 0 90px;
    background-color: #fff;
}

.flats-s .item .inner.grid-layout .i-data .price p.old {
    color: #b2b2b2;
    font-size: 12px;
    text-decoration: line-through;
    font-family: b-rg;
    margin-right: 10px;
}

.flats-s .item .inner.grid-layout .i-data .feats .btn {
    background-image: -moz-linear-gradient(180deg, rgb(43, 66, 163) 0%, rgb(57, 81, 185) 100%);
    background-image: -webkit-linear-gradient(180deg, rgb(43, 66, 163) 0%, rgb(57, 81, 185) 100%);
    background-image: -ms-linear-gradient(180deg, rgb(43, 66, 163) 0%, rgb(57, 81, 185) 100%);
    display: block;
    font-size: 16px;
}

.flats-s .item .inner:hover .i-data .feats .btn {
    background-image: -moz-linear-gradient(180deg, rgb(255, 140, 57) 0%, rgb(255, 178, 77) 100%);
    background-image: -webkit-linear-gradient(180deg, rgb(255, 140, 57) 0%, rgb(255, 178, 77) 100%);
    background-image: -ms-linear-gradient(180deg, rgb(255, 140, 57) 0%, rgb(255, 178, 77) 100%);
}

.flats-s .owl-carousel .owl-nav button.owl-prev:before,
.flats-s .owl-carousel .owl-nav button.owl-next:before {
    content: '';
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 0;
    height: 130%;
    border: 2px solid rgba(0, 0, 0, 0.20);
    border-top: 0;
    border-bottom-left-radius: 100%;
    border-bottom-right-radius: 100%;
    border-right: 0;
    border-left: 0;
    transition: all .3s;
}

.flats-s .owl-carousel .owl-nav button.owl-prev:hover:before,
.flats-s .owl-carousel .owl-nav button.owl-next:hover:before {
    border-color: #ffaf4c;
    transition: all .3s;
}

.flats-s .owl-carousel .owl-nav button.owl-prev i,
.flats-s .owl-carousel .owl-nav button.owl-next i {
    position: relative;
    top: -3px;
}

.faqo {
    text-align: center;
    padding: 90px 0;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.faqo:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -moz-linear-gradient(180deg, rgb(43, 66, 163) 0%, rgb(57, 81, 185) 100%);
    background-image: -webkit-linear-gradient(180deg, rgb(43, 66, 163) 0%, rgb(57, 81, 185) 100%);
    background-image: -ms-linear-gradient(180deg, rgb(43, 66, 163) 0%, rgb(57, 81, 185) 100%);
    opacity: 0.8;
}

.faqo h3 {
    font-family: b-bd;
    color: #fff;
    font-size: 32px;
    margin-bottom: 31px;
}

.faqo p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 40px;
}

.faqo .btn {
    height: 55px;
    line-height: 55px;
    font-size: 18px;
    background: #fff;
    color: #3149ad;
    font-family: b-bd;
}

.faqo .btn:hover {
    background: -moz-linear-gradient(180deg, rgb(255, 140, 57) 0%, rgb(255, 178, 77) 100%);
    background: -webkit-linear-gradient(180deg, rgb(255, 140, 57) 0%, rgb(255, 178, 77) 100%);
    background: -ms-linear-gradient(180deg, rgb(255, 140, 57) 0%, rgb(255, 178, 77) 100%);
    background-color: transparent !important;
}

.footer-top .fot-item {}

.footer-top .fot-item img {
    margin-bottom: 25px;
}

.footer-top .fot-item p {
    color: #b2b2b2;
    font-size: 16px;
    line-height: 1.8;
}

.footer-top .fot-item h4 {
    margin-bottom: 50px;
    color: #fff;
    font-family: b-bd;
    font-size: 20px;
}

.footer-top .fot-item ul li {
    width: 50%;
    float: right;
    margin-bottom: 12px;
}

.footer-top .fot-item li a {
    display: inline-block;
    transition: all .3s;
    color: #b2b2b2;
    font-size: 16px;
}

.footer-top .fot-item .form-group {
    margin: 30px 0;
    position: relative;
    /* max-width: 73%; */
}

.footer-top .fot-item .form-group button {
    background-image: -moz-linear-gradient(180deg, rgb(43, 66, 163) 0%, rgb(57, 81, 185) 100%);
    background-image: -webkit-linear-gradient(180deg, rgb(43, 66, 163) 0%, rgb(57, 81, 185) 100%);
    background-image: -ms-linear-gradient(180deg, rgb(43, 66, 163) 0%, rgb(57, 81, 185) 100%);
    border: 0;
    border-radius: 100%;
    color: #fff;
    width: 53px;
    height: 53px;
    position: absolute;
    left: -15px;
    top: -1px;
    padding: 0;
    line-height: 53px;
    font-size: 14px;
}

.footer-top .fot-item .social {
    padding-right: 10px;
}

.footer-top .fot-item .social a {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #454545;
    text-align: center;
    line-height: 30px;
    border-radius: 100%;
    margin-left: 5px;
    color: #fff;
    transition: all .3s;
}

.footer-top .fot-item .social .fb:hover {
    background-color: #3b5998;
    color: #fff;
    transition: all .3s;
}

.footer-top .fot-item .social .tw:hover {
    background-color: #1da1f2;
    color: #fff;
    transition: all .3s;
}

.footer-top .fot-item .social .ins:hover {
    background-color: #c32aa3;
    color: #fff;
    transition: all .3s;
}

.footer-top .fot-item .social .sc:hover {
    background-color: #fffc00;
    color: #000;
    transition: all .3s;
}

.footer-top .fot-item li a:hover {
    padding-right: 5px;
    transition: all .3s;
    color: #f49424;
}

.footer-top .fot-item .form-group .form-control {
    height: 50px;
    border-radius: 50px;
    font-size: 16px;
    line-height: 50px;
    padding: 0 25px;
    border-bottom-left-radius: 35px;
    border-top-left-radius: 35px;
    padding-left: 45px;
}

.footer-top .fot-item .form-group .form-control::placeholder {
    color: #b2b2b2;
}

.f-botom {
    background-color: #141414;
    border-radius: 50px;
    padding: 30px;
    margin-bottom: 30px;
}

.main-content .cats:before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 70px;
    background-color: #f49424;
    border-radius: 20px;
    content: '';
    z-index: -1;
    top: -15px;
}

.sidebar .inner .side-user ul li {
    display: table-cell;
    width: 1%;
    text-align: center;
    border-left: 1px solid #f1f1f1;
}

.sidebar .inner .side-user ul li:last-child {
    border-left: 0;
}

.sidebar .inner .side-user ul li a {
    padding: 10px;
    border: 0;
}

.sidebar .inner .side-user .user-img {
    padding: 30px 20px;
}

.sidebar .inner .side-user .user-img:before {
    top: 35px;
}

.hero-s .top-hero:after {
    content: '';
    width: 25%;
    height: 100%;
    background-color: rgba(54, 75, 175, 0.45);
    position: absolute;
    right: 0;
    top: 0;
    z-index: 7;
}

.registration-section .registration-box .nav-tabs li a {
    width: 212px;
    height: 60px;
    border: 1px solid #707070;
    border-radius: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    font-family: b-rg;
    background-color: transparent;
    -webkit-transition: .5s;
    transition: .5s;
    display: block;
    line-height: 60px;
    margin: 40px 0;
    color: #707070;
}

.like_button {
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    background-color: white;
}

.registration-section .registration-box .nav-tabs li:first-child a {
    margin-left: 40px;
}

.registration-section .registration-box .nav-tabs li.active a {
    background: #2b42a3;
    color: #fff;
    border-color: #2b42a3;
}

.terms-box .check-box label span {
    width: 18px;
    height: 18px;
    background: #cacbcc 0% 0% no-repeat padding-box !important;
    display: block;
    border-radius: 0 !important;
    margin-left: 7px;
    position: relative;
}

.terms-box .check-box input:checked~label span {
    background: #2b42a3 !important;
}

.terms-box .check-box label span::before {
    content: '';
    position: absolute;
    left: 7px !important;
    top: 4px !important;
    width: 5px !important;
    height: 10px !important;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg) !important;
    -ms-transform: rotate(45deg) !important;
    transform: rotate(45deg) !important;
    border-radius: 0 !important;
}

.terms-box .check-box input:checked~label span::before {
    opacity: 1;
}

.main-head .h-extra .user-area.not-login a::before {
    display: none;
}

.main-head .h-extra .user-area.not-login a {
    padding: 11px 0;
}

.terms-box.forget-bass {
    padding: 0 30px 0;
}

.profile-section .nav-header li.active a:after {
    right: 0;
    left: auto;
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.profile-section .nav-header li.active a {
    border: none;
}

.profile-section .nav-header li {
    box-shadow: none !important;
    border: none !important;
}

.content-bottom .card {
    height: 120px;
    display: block;
    padding: 20px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
    margin: 15px 0
}

.content-bottom .card .img-box {
    width: 114px;
    height: 80px;
    margin-left: 30px;
    float: right;
}

.content-bottom .card .info {
    float: right;
    width: calc(100% - 145px);
    padding: 24px 0;
}

.content-bottom .card .info h3 {
    font-size: 12px;
    margin-bottom: 3px;
}

.content-bottom .card .info p,
.content-bottom .card .info span {
    font-size: 12px;
}

.content-bottom .card .img-box img.img-responsive {
    width: 100%;
    height: 100%;
}

.custom-file {
    float: right;
    margin-bottom: 30px;
}

.input-box {
    float: right;
}

.flats-s .item.item-new-pro {
    width: 70%;
    margin: 0 auto;
    border-bottom: 0;
}

.flats-s .item.item-new-pro .inner.grid-layout .i-img {
    float: left;
    width: 110px;
    height: 110px;
    line-height: 100px;
    border-right: 1px #f1f1f1 solid;
    padding: 5px;
    background: transparent;
}

.flats-s .item.item-new-pro .inner.grid-layout .i-data {
    float: right;
    width: calc(100% - 120px);
    text-align: start;
}

.flats-s .item.item-new-pro .inner.grid-layout .i-img img {
    object-fit: contain;
    object-position: center;
    display: inline-block;
}

.flats-s .item.item-new-pro .inner.grid-layout .i-data .author, .flats-s .item.item-new-pro .inner.grid-layout .i-data .price, .flats-s .item.item-new-pro .inner.grid-layout .i-data .feats {
    text-align: start;
}

.flats-s .item.item-new-pro .inner.grid-layout .i-data .feats .btn {
    width: auto;
    display: none;
}

.flats-s .item.item-new-pro .inner.grid-layout .i-data .price {
    margin: 0;
    line-height: normal;
}

.flats-s .item.item-new-pro .inner.grid-layout .i-data .author {
    margin-bottom: 0px;
}

.flats-s .item.item-new-pro .inner.grid-layout .i-data .author a {
    font-size: 20px;
}

.flats-s .item.item-new-pro .inner.grid-layout .i-data ul li {
    display: inline-block;
    width: 35%;
    line-height: 30px;
    float: right;
    margin-top: 11px;
}

.flats-s .item.item-new-pro .inner.grid-layout .i-data .price p.old {
    /* margin-top: 8px; */
}

.flats-s .item.item-new-pro .inner.grid-layout .i-data ul li .place-i {
    color: #666;
    line-height: normal;
}

.flats-s .item.item-new-pro .inner.grid-layout .i-data ul li .place-i i {
    margin-left: 5px;
}

.rg2 .input-box {
    display: block;
    float: none;
}

.banks-inner {
    padding: 80px 0;
    float: right;
    width: 100%;
}

.block-bank {
    margin: 15px 0;
    border: 1px #ccc solid;
    float: right;
    width: 100%;
}

.block-bank .img-block {
    width: 230px;
    line-height: 170px;
    float: right;
    border-left: 1px #ccc solid;
    text-align: center;
}

.block-bank .img-block img {
    max-height: 140px;
    max-width: 90%;
    margin: auto;
}

.block-bank .details-block {
    float: right;
    padding-right: 20px;
    width: calc(100% - 230px);
    padding-top: 30px;
}

.block-bank .details-block h3 {
    font-size: 22px;
    color: #ed8e31;
    font-weight: bold;
    margin-bottom: 15px;
}

.block-bank .details-block ul li {
    display: block;
    line-height: 2;
    font-size: 17px;
}

.block-bank .details-block ul li i {
    color: #a5a5a5;
    width: 25px;
}

.block-bank .details-block ul li span {
    width: calc(100% - 30px);
    font-size: 16px;
}

.car-advertising .latest .latest-card .img-box img {
    height: 100%;
    object-fit: contain;
    object-position: center;
    margin: auto;
}

.caption .rate.dis-rate {
    float: none !important;
    width: 100%;
    text-align: center;
    margin: 8px auto 0;
}

.custom-file.col-xs-12 {
    padding: 0 15px;
}

.agencies-section .agencies-box a .img-box {height: 150px;overflow: hidden;line-height: 150px;}

.agencies-section .agencies-box a .img-box img {
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.profile-section .header-top .user-box .img-box {
    background: #fff;
    line-height: 125px;
}

.box:nth-child(4) {
    margin: 0 !important;
}

.box .nice-select {
    text-align: start !important;
    height: 50px;
}

.box .nice-select:after {
    right: auto !important;
    left: 16px;
}

.flats-s .item.item-new-pro:nth-child(odd) flats-s latest-s col-xs-12 {background: #ccc;}

.flats-s .item.item-new-pro:nth-child(odd) .inner.grid-layout {
    background: #fcfcfc;
}

.car-advertising .comments {
    margin-top: -180px !important;
}

html {
    overflow-x: hidden;
}


.car-advertising .comments {
    margin-top: 40px!important;
}

#advModal .modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
}

#advModal .modal-dialog .modal-content {
    width: 50%;
    margin: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding: 30px;
    /* text-align: center; */
}

#advModal .modal-dialog .modal-content h3 {
    margin: 0;
    text-align: center;
    color: #364eb4;
    font-family: b-bd;
    font-size: 24px;
    position: relative;
}

#advModal .modal-dialog .modal-content h3::after {content: "";position: absolute;right: 50%;width: 106px;height: 7px;/* background-image: url(../images/h-after.png); */bottom: -14px;width: 52px;height: 52px;border-radius: 100%;background-color: rgba(173, 180, 219, 0.10);transform: translateX(50%);}

#advModal .modal-dialog .modal-content p {
    margin: 30px 0;
    font-size: 15px;
    line-height: 25px;
    color: #666;
}

#advModal .modal-dialog .modal-content ul li {
    font-size: 15px;
    line-height: 25px;
    margin: 10px 0;
}

#advModal .modal-dialog .modal-content ul li::before {content: "-";font-size: 25px;position: relative;top: 3px;margin-left: 5px;display: inline-block;}

.content-ok {
    margin: 30px 0;
}

.content-ok i {font-size: 16px;}

input.cagree {
    margin: 0 0 0 5px;
}

.close.btn-y {
    display: table;
    margin: auto;
    float: none;
    background: #364eb4;
    opacity: 1;
    text-shadow: none;
    color: #fff;
    font-size: 18px;
    line-height: 45px;
    padding: 0 40px;
    border-radius: 50px;
}

.car-advertising .info-car {
    margin-top: 0 !important;
    margin-bottom: 60px;
}

.col-md-12.res-mobile {
    display: none;
}

.main-head .h-extra .user-area .sub-menu {
    min-width: 100px;
}

.main-head .h-extra .user-area .sub-menu li {
    width: 100%;
}

.car-advertising.rg2 {
    background: #E0E0E0 !important;
}
.car-advertising .info-car {
    margin-bottom: 20px !important;
}
.car-advertising .comments {
    margin-top: 20px !important;
}
.car-advertising .add-comment {
    margin-top: 20px !important;
}

.caption h4 button {
    position: absolute;
    left: 15px;
    color: #f00;
}

.car-advertising .comments .comments-box .comment {
    position: relative;
}


.car-advertising .info-car .content .top h2, .car-advertising .info-car .content .center h3, .car-advertising .info-car .content .bottom h3, .car-advertising .info-car .heading-car h2, .car-advertising .user-box h2, .car-advertising .comments .heading-comments h2, .car-advertising .add-comment .heading-comments h2, .car-advertising .send h2, .car-advertising .latest .heading-latest h2 {
    color: #3249ad !important;
}

.sidebar .inner .side-user .login-user li a {
    padding: 20px;
    font-size: 16px;
}


.car-advertising .info-car .content .top p:nth-child(odd) {
    float: left;
}
.car-advertising .info-car .content .top p {
    float: right;
}
.car-advertising .info-car .content .center, .car-advertising .info-car .content .bottom {
    float: right;
    width: 100%;
}
.car-advertising .info-car {
    float: right;
    width: 100%;
}
.car-advertising .slder, .car-advertising .comments, .car-advertising .add-comment {
    float: right;
    width: 100%;
}


.car-advertising .info-car .content .top p {
    float: right;
    width: 50%;
}


.car-advertising .info-car .content .center {
    margin-top: 30px;
}

.col-md-12.res-mobile .col-md-8, .col-md-12.res-mobile .col-md-4 {
    float: right;
    width: 100%;
}

.sidebar .side-links ul li .sub-menu li {
    width: 100%;
}