:root {
	--base-clr: #d5a953;
	--base-rgb: 213, 170, 83;
	--body-clr: #536479;
	--title-clr: #3d065f;
	--title-rgb: 61, 6, 95;
	--body-bg: #ffffff;
	--section-bg: #f3f9ff;
	--dark-clr: #3d065f;
	--dark-rgb: 61, 6, 95;
	--white-clr: #ffffff;
	--white-rgb: 255, 255, 255;
	--primary-clr: #0c67a3;
	--primary-rgb: 12, 103, 163;
	--border-clr: #e5e5e5;
	--border-dark: #283c40;
	--border-dark-only: transparent;
	--heading-fonts: "Jost";
	--body-fonts: "Jost";
	--base-shadow-sm: 0 0 1px var(--base-clr), 0 0 3px var(--base-clr);
	--base-shadow: 0 0 1px var(--base-clr), 0 0 2px var(--base-clr),
		0 0 3px var(--base-clr), 0 0 5px var(--base-clr), 0 0 7px var(--base-clr);
	--light-clr: #daddff;
}

.formSpin{
    border-color: #fff !important;
    border-right-color: transparent !important;
    width: 21px;
    height: 21px;
    border-width:2px !important;
    display: none;
}

.gmap_canvas {
    overflow: hidden;
    background: none !important;
    height: 450px;
    width: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.gmap_canvas iframe {
    width: 100%;
    height: 100%;
}

@media (max-width: 767px) {
    .gmap_canvas {
        height: 380px;
    }
}

.user--profile {
    display: flex;
    align-items: center;
    position: relative;
}

.user--profile .thumb {
    width: 260px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    height: 175px;
}

.user--profile .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.user--profile .content {
    padding-left: 30px;
}

.user--profile .content .title {
    margin: 0;
}

@media (max-width: 767px) {
    .user--profile .content .title {
        font-size: 22px;
        line-height: 1.3;
    }
}

@media (max-width: 575px) {
    .user--profile {
        flex-wrap: wrap;
    }

    .user--profile .thumb {
        width: 100%;
        height: unset;
        max-width: 300px;
        margin: 0 auto;
    }

    .user--profile .content {
        width: 100%;
        padding: 20px 0 0;
        text-align: center;
    }
}

.form-control[type=file i] {
    appearance: none;
    background-color: initial;
    cursor: default;
    align-items: baseline;
    color: inherit;
    text-overflow: ellipsis;
    white-space: pre;
    text-align: start !important;
    padding: initial;
    border: initial;
    overflow: hidden !important;
}

.remove-thumb {
    position: absolute;
    text-align: center;
    background: #d90429;
    z-index: 1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    left: 10px;
    top: 10px;
    display: none;
    color: var(--white-clr);
}

.profile--card {
    padding: 30px;
    border: 1px solid var(--border-clr);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: var(--body-bg);
}

@media (max-width: 575px) {
    .profile--card {
        padding: 20px 15px;
    }
}

.dashborad--content {
	padding: 30px;
	display: flex;
	flex-direction: column;
}

@media (max-width: 575px) {
	.dashborad--content {
		padding: 30px 15px;
	}
}

.dashboard-card {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: var(--body-bg);
	border: 1px solid var(--border-clr);
	display: block;
	color: var(--base-clr);
	position: relative;
	position: relative;
	padding: 10px 0;
}

.dashboard-card:not(:last-child) {
	margin-bottom: 10px;
}

.dashboard-card .dashboard-link {
	position: absolute;
	inset: 0;
}

.dashboard-card .deposit-btn-grp {
	display: flex;
	margin: -5px;
}

.dashboard-card .deposit-btn-grp a {
	display: block;
	margin: 5px;
	font-size: 12px;
	flex-grow: 1;
	width: calc(50% - 10px);
}

.dashboard-card__header {
	display: flex;
	align-items: center;
	padding: 20px;
	height: 100%;
}

.dashboard-card__header__icon {
	width: 56px;
	height: 56px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #f3f9ff;
	border-radius: 50%;
}
.dashboard-card__header__icon img {
	width: 35px;
	height: 35px;
	object-fit: contain;
}

.dashboard-card__header__cont {
	width: calc(100% - 65px);
	padding-left: 20px;
}

.dashboard-card__header__cont .name {
	font-weight: 600;
	margin: 0;
}

@media screen and (min-width: 768px) and (max-width: 1399px) {
	.dashboard-card__header {
		padding: 20px 15px;
	}

	.dashboard-card__header .dashboard-card__header__cont {
		width: calc(100% - 55px);
		padding-left: 15px;
	}
}

.dashboard-card__content {
	padding: 15px 20px;
	background: rgba(var(--title-rgb), 0.031);
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	border-top: 1px solid var(--border-clr);
}

.dashboard-card__content h6 {
	font-weight: 400;
	font-size: 14px;
}

@media screen and (min-width: 768px) and (max-width: 1399px) {
	.dashboard-card__content {
		padding: 20px 15px;
	}
}

.dashboard--wrapper {
	margin: -10px;
}

.dashboard--wrapper .dashboard--width {
	padding: 10px;
	width: 320px;
	flex-grow: 1;
}

@media (min-width: 768px) {
	.dashboard--wrapper .dashboard--width {
		width: 100%;
		max-width: 33.3333333333%;
	}
}

@media screen and (min-width: 1024px) {
	.dashboard--wrapper .dashboard--width {
		max-width: 25%;
	}
}

.dashboard-title {
	color: var(--base-clr);
	margin: 0;
	margin-bottom: 15px;
}

.dashboard--content-item:not(:last-child) {
	margin-bottom: 40px;
}

.dashboard--content-item .social-icons li a i {
	width: 50px;
	height: 50px;
	line-height: 50px;
	background: rgba(var(--title-rgb), 0.051);
}

.dashboard--content-item .social-icons li a i:hover {
	background: var(--base-clr);
	color: var(--dark-clr);
}

.cmn--btn {
	font-family: var(--heading-fonts);
	position: relative;
	color: #fff;
	border-radius: 7px;
	width: auto;
	font-weight: 500;
	text-transform: capitalize;
	outline: none;
	border: none;
	padding: 10px 25px;
	overflow: hidden;
	background: var(--base-clr);
	text-decoration: none;
	border: 2px solid var(--base-clr, 0.3);
	text-align: center;
}

.cmn--btn:hover,
.cmn--btn.btn-outline {
	color: var(--base-clr);
	background: transparent;
	border-color: var(--base-clr);
}

.cmn--btn:hover .round-effect::before,
.cmn--btn.btn-outline .round-effect::before {
	background: var(--base-clr);
}

.cmn--btn:hover .round-effect i,
.cmn--btn.btn-outline .round-effect i {
	color: var(--white-clr);
}

.cmn--btn.btn-outline:hover {
	background: var(--base-clr);
	color: #fff;
}

.cmn--btn .round-effect {
	position: relative;
	margin-left: 15px;
}

.cmn--btn .round-effect::before {
	width: 25px;
	height: 25px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: rgba(var(--dark-rgb), 0.3);
}

.cmn--btn .round-effect i {
	position: relative;
	z-index: 1;
}

button.cmn--btn {
	padding-top: 0;
	padding-bottom: 0;
	height: 50px;
}

button.cmn--btn:hover {
	color: #fff;
	background: var(--base-clr);
}

.btn.cmn--btn {
	outline: none;
	box-shadow: none;
}

.btn.cmn--btn:hover {
	color: #3d065f;
	border-color: rgba(61, 6, 95, 0.1);
}

.chat__list {
	margin: 0;
	display: block;
	max-height: calc(100vh - 250px);
	min-height: 400px;
	overflow-y: scroll;
}

.chat__list > li {
	width: 100%;
	border-bottom: 1px solid #e1e1e1;
	padding: 10px 0;
}

.chat__list > li:last-child {
	border: none;
}

.chat__item {
	width: 100%;
}

.chat__item .item__inner {
	display: block;
	padding: 10px 15px;
	border-radius: 5px;
	margin-right: 14px;
}

.chat__item .item__inner .chat__meta {
	margin: 3px;
	margin-top: -25px;
	padding-left: 65px;
	font-size: 13px;
}

.chat__item .item__inner a {
	color: #456;
}

.chat__item.active .item__inner,
.chat__item:hover .item__inner {
	background: rgba(31, 31, 35, 0.05);
}

.chat__msg-header .post__creator {
	display: inline-flex;
	position: relative;
}

.chat__msg-header .post__creator .profile-link {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.msg__wrapper {
	padding: 0;
}

.chat__msg-body {
	max-height: calc(100vh - 250px);
	min-height: 400px;
	overflow-y: scroll;
	background: var(--section-bg);
}

@media (min-width: 1200px) {
	.chat__msg-body {
		min-height: 500px;
	}
}

@media (min-width: 1400px) {
	.chat__msg-body {
		min-height: 550px;
	}
}

.chat__msg-body .msg__wrapper li p {
	padding: 10px 15px;
	border-radius: 15px 15px 15px 0;
	font-size: 15px;
	display: inline-block;
}

.chat__msg-body .msg__wrapper li.incoming__msg p {
	background: rgba(var(--title-rgb), 0.2);
	color: var(--title-clr);
}

.out__msg {
	background: #206bc4 !important;
	color: #fff;
}

.chat__msg-footer .send__msg {
	box-shadow: 0 0 15px rgba(31, 31, 35, 0.05);
}

.chat__msg-footer .send__msg .input-group {
	position: relative;
}

.chat__msg-footer .send__msg .form--control {
	height: 50px;
	padding: 10px 15px;
	padding-left: 60px;
	color: var(--title-clr);
}

.chat__msg-footer .send__msg .send-btn {
	background: rgba(31, 31, 35, 0.05);
	width: 50px !important;
	height: 50px !important;
	padding: 0;
	font-size: 24px;
	color: #fff;
	background: #206bc4 !important;
}

.chat__msg-footer .send__msg .upload-file {
	cursor: pointer;
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0;
	z-index: 11;
	width: 50px;
	height: 50px;
	background: var(--section-bg);
	font-size: 18px;
	border-radius: 5px 0 0 5px !important;
	border: 1px solid var(--border-clr);
}

.msg__item .comment-img {
	max-width: 300px;
	width: 100%;
}

.msg__item .comment-img img {
	width: 100%;
}

ul li {
	list-style: none;
}

.msg__item .post__creator-content {
	padding-top: 0;
}

.chat__msg-footer .send__msg .upload-file i,
.chat__msg-footer .send__msg .upload-file {
	text-align: center;
	line-height: 50px;
}

.send-btn {
	border-radius: 0 5px 5px 0;
	line-height: 50px;
}

.msg__item .post__creator-content .comment-date {
	display: block;
	font-size: 11px;
	margin-bottom: 7px;
}

.chat__msg-footer {
	margin-top: 20px;
}

.outgoing__msg .post__creator {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
}

.post__creator-content {
	max-width: 90%;
}

@media screen and (min-width: 768px) {
	.post__creator-content {
		max-width: 575px;
	}
}

.outgoing__msg .post__creator-content {
	text-align: right;
	padding-left: 18px;
	padding-right: 18px;
}

.incoming__msg .post__creator-content {
	padding-left: 18px;
	padding-right: 18px;
}

.outgoing__msg .post__creator-content p {
	border-radius: 15px 15px 0 15px !important;
}

body * ::-webkit-scrollbar {
	width: 5px !important;
	height: 5px;
}

body * ::-webkit-scrollbar-thumb {
	background: var(--body-bg) !important;
	border-radius: 5px !important;
}

.msg__wrapper li {
	list-style: none;
	padding: 0;
}

.msg__wrapper li p {
	margin-bottom: 0;
}

.btn-primary {
	background: var(--primary-clr);
}

.chat__msg-header {
	border: none !important;
}

.chat__list {
	padding-right: 0;
}

.chat__list li {
	padding: 0 !important;
	border: none !important;
}

.post__creator .name {
	font-size: 18px;
}

.chat__item.active .item__inner {
	background: rgba(var(--title-rgb), 0.041);
	border-radius: 3px;
	margin: 0;
}

.chat-wrapper-header {
	padding: 12px 15px;
	background: var(--primary-clr);
	-webkit-border-radius: 7px 7px 0 0;
	-moz-border-radius: 7px 7px 0 0;
	border-radius: 7px 7px 0 0;
}

.chat-wrapper-body {
	border: 1px solid var(--border-clr);
	border-top: none;
	-webkit-border-radius: 0 0 7px 7px;
	-moz-border-radius: 0 0 7px 7px;
	border-radius: 0 0 7px 7px;
}

.incoming__msg,
.outgoing__msg {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 80%;
}

.incoming__msg .opponent__img,
.outgoing__msg .opponent__img {
	width: 30px;
	height: 30px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
}

.incoming__msg .opponent__img img,
.outgoing__msg .opponent__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.incoming__msg .message__content,
.outgoing__msg .message__content {
	width: calc(100% - 40px);
	font-size: 14px;
	padding: 30px;
	background: var(--section-bg);
	border: 1px solid var(--border-clr);
	border-radius: 5px;
}

@media screen and (max-width: 450px) {
	.incoming__msg .message__content,
	.outgoing__msg .message__content {
		padding: 20px;
	}
}

.incoming__msg .message__content p,
.outgoing__msg .message__content p {
	margin: 0;
}

@media screen and (max-width: 450px) {
	.incoming__msg,
	.outgoing__msg {
		max-width: calc(100% - 15px);
	}
}

.outgoing__msg {
	margin-left: auto;
	flex-direction: row-reverse;
}

.outgoing__msg .message__content {
	background: rgba(var(--primary-rgb), 0.3);
	border: none;
}

.chat-wrapper-body {
	padding: 0 20px 20px;
}

.chat-wrapper-body li {
	display: flex;
}

.chat-wrapper-body li:not(:last-child) {
	margin-bottom: 35px;
}

.chat-wrapper-body .create-chat-context {
	height: 445px;
	overflow-y: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}

.chat-wrapper-body .create-chat-context::-webkit-scrollbar {
	display: none;
}

.chat-wrapper-body textarea.form-control {
	height: 115px;
}

.message--file {
	background: var(--section-bg);
	color: var(--body-clr);
	position: absolute;
	bottom: 10px;
	left: 10px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background: var(--section-bg);
}

.send--btn {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.attachments {
	text-decoration: underline;
	color: var(--base-clr);
}

.attachments--img {
	max-width: 280px;
	display: block;
}

.attachments--img img {
	width: 100%;
}

.favourite-container img {
	width: 150px;
	border-radius: 3px;
	flex: 1.1;
	margin-right: 26px;
}

.select2-results__option--selectable {
	font-size: 14px;
}
.select2-container--open .select2-dropdown--below {
	border-top: 1px solid #e5e5e5;
}

body *::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	width: 4px;
}

body *::-webkit-scrollbar {
	width: 4px;
}

body *::-webkit-scrollbar-thumb {
	background-color: var(--theme-primary-color);
	outline: 1px solid var(--theme-primary-color);
	width: 4px;
}

.select-lang .select2-container,
.select-lang
	.select2-container--default
	.select2-selection--single
	.select2-selection__arrow,
.select-lang .select2-container--default .select2-selection--single,
.select-lang
	.select2-container--default
	.select2-selection--single
	.select2-selection__rendered {
	height: 45px;
	line-height: 45px;
}
.select-lang {
	font-size: 14px;
}

.select-lang .select2-container--default .select2-selection--single {
	border: none;
	background: transparent;
}
.select-lang .select2-search__field {
	box-shadow: none;
	outline: none;
	padding: 0 10px;
}
.js-select ~ .select2 {
	padding: 0 10px;
	border: 1px solid var(--border-clr);
	border-radius: 5px;
}
@media (width >= 1200px) {
	.nav-menu li{
		font-size: 16px;
		padding-inline: 6px;
	}
}
@media (992px <= width < 1200px) {
	.nav-brand img {
		width: 100px;
	}
}
@media (width <= 992px) {
	.nav-header {
		width: 100%;
		gap: 7px;
	}
	.mr-auto {
		margin-left: 0 !important;
	}
}
@media (width < 500px) {
	.nav-brand img {
		width: 100px;
	}
	.nav-brand {
		padding-inline: 0 !important;
	}
}
@media (width < 395px) {
	.nav-brand img {
		width: 85px;
	}
	.select-lang {
		font-size: 12px;
	}

	.select-lang .select2-container,
	.select-lang
		.select2-container--default
		.select2-selection--single
		.select2-selection__arrow,
	.select-lang .select2-container--default .select2-selection--single,
	.select-lang
		.select2-container--default
		.select2-selection--single
		.select2-selection__rendered {
		height: 38px;
		line-height: 38px;
	}
}

:root {
	--base: #2540a2;
	--white: #ffffff;
}
.select-lang
	.select2-container--default
	.select2-selection--single
	.select2-selection__arrow {
	right: 4px;
}
.select-lang .select2-container--open .select2-dropdown--below {
	text-transform: capitalize;
}select.form-control {
	-webkit-appearance: button;
}
@media (max-width:575px) {
	.dashboard-wraper .dashborad--content{
		padding: 0;	
	}
}
.gap-10px{
	gap: 10px;
}

@media (width < 992px) {
	
	.navigation-portrait .nav-menu.nav-menu-social > li{
		width: 100%;
	}
	.navigation-portrait .nav-menu.nav-menu-social > li > a{
		position: relative;
	}
	.navigation-portrait .nav-menu.nav-menu-social .submenu-indicator {
		position: absolute;
		width: 100%;
		right: 0;
		top: 0;
		height: 50px;
		transform: scale(1);
	}
	.navigation-portrait .submenu-indicator-chevron{
		left: unset;
		right: 25px;
	}
}
@media (min-width:992px) {
	.nav-menus-wrapper {
		display: flex;
	}
	.nav-menus-wrapper .nav-menu:not(.nav-menu-social) {
		margin-inline: auto;
	}
}
.track-order-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.track-order-wrapper .track-order-input {
    width: 100%;
}

@media (width >= 768px) {
    .track-order-wrapper .col--5 {
        width: calc(40% - 16px);
    }

    .track-order-wrapper .col--2 {
        width: calc(20% - 16px);
    }
}

.search-track-initials {
    padding: 3.2857142857rem 0;
    max-width: 231px;
    margin: 0 auto;
}

.search-track-initials img {
    width: 5.1428571429rem;
    margin-bottom: 1.1428571429rem;
}

.tracking-flow-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    row-gap: 1.6rem;
}

.tracking-flow-wrapper .tracking-flow-item {
    text-align: center;
}

.tracking-flow-wrapper .tracking-flow-item .img img {
    max-width: 30px;
}

@media (width < 768px) {
    .tracking-flow-wrapper {
        max-width: 450px;
        margin-inline: auto;
    }
}

.tracking-flow-item {
    position: relative;
    flex-grow: 1;
}

.tracking-flow-item .icon,
.tracking-flow-item .serial {
    color: #9b9b9b;
    background: var(--white);
    width: 1.7142857143rem;
    height: 1.7142857143rem;
    text-align: center;
    line-height: 1.7142857143rem;
    font-size: 0.8571428571rem;
    border-radius: 50%;
    display: block;
    margin: 0.92rem auto 0.7142857143rem;
    z-index: 2;
    position: relative;
}

.tracking-flow-item .icon {
    display: none;
}

.tracking-flow-item::after, .tracking-flow-item::before {
    content: "";
    position: absolute;
    height: 0.1428571429rem;
    background: #d9d9d9;
    width: 50%;
    top: 3.8571428571rem;
}

.tracking-flow-item::before {
    inset-inline-end: 50%;
}

.tracking-flow-item::after {
    inset-inline-start: 50%;
}

@media (width >= 768px) {
    .tracking-flow-item:last-child::after {
        display: none;
    }

    .tracking-flow-item:first-child::before {
        display: none;
    }
}

.tracking-flow-item.active::after, .tracking-flow-item.active::before {
    background: var(--base);
}

.tracking-flow-item.active .serial {
    display: none;
    background: var(--base);
    color: var(--white);
}

.tracking-flow-item.active .icon {
    display: block;
    background: var(--base);
    color: var(--white);
}

@media (width < 768px) {
	.tracking-flow-item {
		width: 50%;
	}
}
.success-icon {
	width: 70px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 35px;
	background: #2540a2;
	border-radius: 50%;
	font-size: 24px;
	box-shadow: 0 0 0 10px #2540a270, 0 0 0 18px #2540a270;
	color: #fff;
}
.section-title {
	margin-bottom: 45px;
}
.checking-details .item {
	max-width: 120px;
	width: calc(50% - 5px);
}
.checking-details .check-in {
	text-align: center;
	border: 1px solid #2540a2;
	border-radius: 5px;
	flex-grow: 1;
	margin-top: 5px;
}
.checking-details .check-in .day {
	background: #2540a2;
	padding: 6px;
	border-radius: 5px 5px 0 0;
	display: block;
	color: #fff;
}
.checking-details .check-in h6 {
	font-weight: 700;
	margin: 0;
}
.property-listing.property-1 .listing-like-top i.active{
	color: #fe3e67;
}
.signup-screen-wrap {
    display: flex;
    justify-content: center;
    border-radius: 10px;
    overflow: hidden;
	flex-wrap:wrap;
}
.signup-screen-single {
    display: flex;
    flex-direction: column;
    flex: 0 0 100%;
    background:#ffffff;
    padding:2rem 2rem;
}

/*------------ Agent Widgets ----------*/
.sides-widget {
	background-color: #fff;
	color: #707070;
	border-radius: 8px;
	border: 1px solid #ebeef5;
	overflow: hidden;
	transition: 0.5s;
	margin-bottom: 30px;
}

.sides-widget {
	margin-bottom: 30px;
}
.sides-widget:last-child {
	margin-bottom: 0;
}
.sides-widget-header {
	position: relative;
	display: flex;
	background: #0fca98;
	padding: 1.5rem 1.4rem;
	color: #ffffff;
	align-items: center;
}
.sides-widget-details {
	padding-left: 20px;
	display: block;
	position: relative;
}
.sides-widget-body {
	padding: 1.5rem 1.4rem;
}
.sides-widget-details h4 {
	margin-bottom: 2px;
	color: #ffffff !important;
}
.sides-widget-details h4 > a {
	color: #ffffff !important;
}

.sides-widget-header .agent-photo {
	float: left;
	display: block;
}
.sides-widget-header .agent-photo img {
	border-radius: 50%;
	max-width: 60px;
}

.sides-widget-details span {
	color: #b8ffec;
}
.sides-widget-details span i {
	font-size: 18px;
	position: relative;
	top: 3px;
	color: #ffeb3b;
	margin-right: 10px;
}
.cookie-bar-wrap{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	background: #ffffff;
	padding: 25px 0;
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}
.cookie-bar-action{ 
	display: inline-block;
}

.like_share_wrap {
	background-color: #fff;
	color: #707070;
	border-radius: 4px;
	padding: 20px;
	border: 1px solid #e6eaf3;
	transition: 0.25s;
	margin-bottom: 20px;
}
ul.like_share_list {
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	width: 100%;
}
ul.like_share_list li {
	flex: 0 0 50%;
	padding: 0 5px;
	list-style: none;
	width: 50%;
}
ul.like_share_list li a {
	width: 100%;
	color: #03a98a !important;
	background: rgba(3, 169, 138, 0.1);
	border: 1px solid #03a98a;
	border-radius: 0.4rem;
	font-weight: 600;
	font-size: 14px;
}
ul.like_share_list li:last-child a {
	background: rgba(249, 93, 2, 0.1);
	color: #f95d02 !important;
	border-color: #f95d02;
}

.box {
	display: block;
	height: 250px;
	width: 250px;
	margin: 10px 10px 10px 10px;
	background-color: white;
	border-radius: 5px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
	overflow: hidden;
}

.box-settings {
	display: block;
	height: 270px;
	width: 220px;
	margin: 0px 10px 0px 10px;
	background-color: white;
	border-radius: 5px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
	overflow: hidden;
}

.upload-options {
	position: relative;
	height: 50px;
	padding: 14px;
	cursor: pointer;
	overflow: hidden;
	text-align: center;
}

.upload-options-settings {
	position: relative;
	height: 60px;
	padding: 14px;
	cursor: pointer;
	overflow: hidden;
	text-align: center;
}

.wrapper-image-preview {
	margin-left: -6px;
}

.back-preview-image {
	height: 200px;
	width: 100%;
	position: relative;
	overflow: hidden;
	background-color: #f5f5f5 !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
}

.image-upload {
	visibility: hidden;
}
.image-upload1 {
	visibility: hidden;
}
.image-upload2 {
	visibility: hidden;
}
.img-upload-label {
	cursor: pointer;
}

ul.like_share_list li a i {
	margin-right: 7px;
}

.spinner-border {
    border-color: #fff !important;
    border-right-color: transparent !important;
    width: 21px;
    height: 21px;
    border-width:2px !important;
    display: none;
}

a:hover
{
	color: unset;
}



















/* ABOUT US STARTS HERE */
.about-onro-v2 {
  background: #ffffff;
  padding: 110px 0;
}

.about-onro-wrap {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 80px;
  align-items: center;
}

/* Image */
.about-onro-image img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: 18px;
}

/* Content */
.about-onro-content h2 {
  font-size: 42px;
  color: #111111;              /* BLACK */
  margin-bottom: 10px;
  font-weight: 600;
}

.about-onro-content h4 {
  font-size: 22px;
  font-weight: 500;
  color: #c9a24d;              /* GOLD */
  margin-bottom: 15px;
}

.about-onro-content p {
  font-size: 16px;
  line-height: 1.7;
  color: #444444;
  margin-bottom: 16px;
}

.about-onro-content .emphasis {
  font-weight: 600;
  color: #111111;
  margin-top: 30px;
  border-left: 4px solid #c9a24d; /* GOLD accent */
  padding-left: 14px;
}

/* Mobile */
@media (max-width: 768px) {
  .about-onro-wrap {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .about-onro-image img {
    height: 360px;
  }
}
/* ABOUT US ENDS HERE */


/* WHY CHOOSE US STARTS HERE */
.why-onro-v2 {
  background: #fdcea1;         
  padding: 110px 0;
  color: #ffffff;
}

.why-onro-wrap {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 80px;
  align-items: center;
}

/* Visual */
.why-onro-visual img {
  width: 100%;
  height: 800px;
  object-fit: cover;
  border-radius: 18px;
}

/* Headings */
.why-onro-content h2 {
  font-size: 40px;
  margin-bottom: 40px;
  color: #000000;             
  font-weight: 600;
}

/* Points */
.why-points {
  list-style: none;
  padding: 0;
  margin: 0;
}

.why-points li {
  display: flex;
  gap: 24px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(201,162,77,0.25); /* GOLD subtle */
}

/* Number Badge */
.why-points span {
  width: 44px;
  height: 32px;
  border-radius: 50%;
  background: #000000;        
  color: #ffffff;              
  font-weight: 600;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Point Content */
.why-points h4 {
  font-size: 22px;
  margin-bottom: 8px;
  color: #000000;
  font-weight: 500;
}

.why-points p {
  font-size: 16px;
  color: #000000;
  line-height: 1.6;
}

/* Mobile */
@media (max-width: 768px) {
  .why-onro-wrap {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .why-onro-visual img {
    height: 360px;
  }
}
/* WHY CHOOSE US ENDS HERE */


/* ABOUT SECTION STARTS HERE  */
.services-50 {
  width: 100%;
  background: #ffffff;
}

/* ROW */
.service-50-row {
  display: flex;
  width: 100%;
  min-height: 420px;
}

/* IMAGE SIDE */
.service-50-image {
  width: 50%;
}

.service-50-image img {
  width: 100%;
  height: 400px;      /* Standard height */
  object-fit: cover;  /* Keeps image nicely cropped */
  display: block;
}

/* CONTENT SIDE */
.service-50-content {
  width: 50%;
  padding: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #ffffff;
}

/* Heading */
.service-50-content h3 {
  font-size: 30px;
  color: #111111;              /* BLACK */
  margin-bottom: 14px;
  font-weight: 600;
}

/* Paragraph */
.service-50-content p {
  font-size: 16px;
  color: #444444;              /* Dark neutral */
  margin-bottom: 22px;
  line-height: 1.7;
}

/* REVERSE FOR SELL */
.service-50-row.reverse {
  flex-direction: row-reverse;
}

@media (max-width: 768px) {
  .service-50-image img {
    height: 240px;   /* Smaller height for mobile */
  }


   .service-50-row.reverse .service-50-image img {
    height: 240px;   /* Smaller height for mobile */
  }
}


/* ACTION BUTTON (ONRO STYLE) */
.action-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  max-width: max-content;
  padding: 12px 32px;
  background: #ebbb42;         /* ONRO ORANGE */
  color: #ffffff;
  border-radius: 05px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14.5px;
  transition: background 0.3s ease, transform 0.25s ease;
}

.action-btn:hover {
  background: #daa214;         /* BLACK */
  transform: translateY(-2px);
  color: #ffffff;
}

/* OPTIONAL GOLD ACCENT (use if needed) */
.service-50-content::before {
  content: "";
  width: 60px;
  height: 3px;
  background: #c9a24d;         /* GOLD */
  margin-bottom: 18px;
}

/* MOBILE */
@media (max-width: 992px) {
  .service-50-row {
    flex-direction: column;
  }

  .service-50-image,
  .service-50-content {
    width: 100%;
  }

  .service-50-content {
    padding: 40px 25px;
    text-align: center;
  }

  .service-50-content::before {
    margin-left: auto;
    margin-right: auto;
  }
}
/* ABOUT SECTION ENDS HERE  */


/* FOOTER SECTION STARTS HERE */
/* ===========================
   ONRO FOOTER – MAIN WRAPPER
=========================== */

.onro-footer {
  width: 100%;
  background: #0f0f10; /* deep dark */
  color: #ffffff;
  padding: 60px 0 0;
  position: relative;
}

/* Ensure container does NOT limit background */
.onro-footer .container {
  position: relative;
  z-index: 2;
}

/* ===========================
   FOOTER BLOCKS
=========================== */

.footer-block {
  margin-bottom: 40px;
}

.footer-logo {
  max-width: 160px;
  margin-bottom: 20px;
}

.footer-about {
  font-size: 15px;
  line-height: 1.7;
  color: #000000;
  max-width: 320px;
}

/* ===========================
   TITLES
=========================== */

.footer-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #ffffff;
}

/* ===========================
   LINKS
=========================== */

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links a {
  font-size: 15px;
  color: #cfcfcf;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #000000;
}

/* ===========================
   CONTACT INFO
=========================== */

.footer-contact {
  font-size: 15px;
  color: #000000;
  margin-bottom: 12px;
}

.footer-contact a {
  color: #000000;
  text-decoration: none;
}

.footer-contact a:hover {
  color: #000000;
}

/* ===========================
   FOOTER BOTTOM
=========================== */

.onro-footer-bottom {
  margin-top: 60px;
  padding: 25px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.onro-footer-bottom p {
  font-size: 14px;
  color: #000000;
}

/* ===========================
   SOCIAL ICONS
=========================== */

.footer-social {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-end;
  gap: 18px;
}

.footer-social li a {
  font-size: 16px;
  color: #cfcfcf;
  transition: color 0.3s ease;
}

.footer-social li a:hover {
  color: #ffffff;
}

/* ===========================
   RESPONSIVE FIXES
=========================== */

@media (max-width: 768px) {
  .footer-about {
    max-width: 100%;
  }

  .footer-social {
    justify-content: flex-start;
    margin-top: 15px;
  }

  .onro-footer {
    padding-top: 60px;
  }
}

/* FOOTER SECTION ENDS HERE */



/* CONTACT SECTION STARTS HERE */
.contact-section {
    padding: 80px 0;
    background: #ffffff;
}

/* Container */
.container {
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
}

/* Grid */
.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: flex-start;
}

/* Section Headings */
.section-tag {
    font-size: 14px;
    letter-spacing: 1.5px;
    color: #c9a24d; /* GOLD */
    text-transform: uppercase;
    font-weight: 600;
}

.section-title {
    font-size: 34px;
    margin: 10px 0;
    color: #111111; /* BLACK */
}

.section-desc {
    color: #555555;
    margin-bottom: 30px;
}

/* Form Fields */
.contact-form-box form input,
.contact-form-box form textarea {
    width: 100%;
    padding: 14px 16px;
    margin-bottom: 15px;
    border-radius: 10px;
    border: 1px solid #e0e0e0;
    font-size: 15px;
    transition: border-color 0.3s ease;
}

.contact-form-box form input:focus,
.contact-form-box form textarea:focus {
    outline: none;
    border-color: #F5F5DC; /* ORANGE */
}

/* Textarea */
.contact-form-box form textarea {
    resize: none;
}

/* Button */
.contact-form-box form button {
    padding: 14px 34px;
    border-radius: 30px;
    border: none;
    background:  #111111; /* BLACK */  
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.2s ease;
}

.contact-form-box form button:hover {
    background: #F5F5DC; /* ORANGE */
    transform: translateY(-2px);
}

/* RIGHT SIDE IMAGE */
.contact-visual-box {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  height: 535px;   /* decrease this value */
}

.contact-visual-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;   /* 👈 key fix */
  display: block;
}

/* OVERLAY CARD */
.contact-overlay-card {
  position: absolute;
  bottom: 30px;
  left: 30px;
  max-width: 280px;

  background: rgba(17, 17, 17, 0.75);
  backdrop-filter: blur(10px);
  padding: 22px 20px;
  border-radius: 16px;

  color: #ffffff;
}

.contact-overlay-card h4 {
  font-size: 18px;
  margin-bottom: 12px;
  color: #c9a24d; /* GOLD */
}

.contact-overlay-card p {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1.6;
}

.contact-overlay-card a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-overlay-card a:hover {
  color: #F5F5DC; /* ORANGE */
}

/* MOBILE */
@media (max-width: 991px) {
  .contact-visual-box {
    height: 360px;
    margin-top: 30px;
  }

     .contact-grid {
        grid-template-columns: 1fr;
    }

  .contact-overlay-card {
    left: 20px;
    bottom: 20px;
  }
}


/* MOBILE */
@media (max-width: 991px) {
    .contact-grid {
        grid-template-columns: 1fr;
    }

    .map-wrapper {
        height: 300px;
    }
}
/* CONTACT SECTION ENDS HERE */




/* TESTIMONIAL STARTS HERE */
.testimonials-minimal {
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;

    padding: 100px 0;
    background: #f7f7f7;              /* soft neutral */
    overflow: hidden;
}

/* HEADER */
.testimonials-header {
    max-width: 1200px;
    margin: 0 auto 70px;
    padding: 0 20px;
    text-align: center;
}

.testimonials-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    letter-spacing: 1.5px;
    margin-bottom: 16px;
    color: #daa214;                   /* GOLD */
    text-transform: uppercase;
    font-weight: 600;
}

.testimonials-eyebrow .dot {
    width: 8px;
    height: 8px;
    background: #c9a24d;              /* GOLD */
    border-radius: 50%;
}

/* SLIDER */
.testimonials-viewport {
    width: 100%;
}

.testimonials-track {
    display: flex;
    gap: 40px;
}

/* CARD */
.testimonial-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 48px 40px;
    min-width: 360px;
    min-height: 420px;
    box-shadow:
        0 10px 25px rgba(0,0,0,0.06),
        0 30px 60px rgba(0,0,0,0.05);

    text-align: center;
    flex: 0 0 360px;

    display: flex;
    flex-direction: column;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

/* subtle premium lift */
.testimonial-card:hover {
    transform: translateY(-4px);
    box-shadow:
        0 18px 40px rgba(0,0,0,0.08),
        0 35px 70px rgba(0,0,0,0.06);
}

/* USER ICON */
.user-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 24px;
    background: #f1f1f1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.user-icon i {
    font-size: 22px;
    color: #111111;                   /* BLACK */
}

/* TEXT */
.testimonial-text {
    font-size: 17px;
    line-height: 1.75;
    color: #2e2e2e;

    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
}

/* AUTHOR */
.testimonial-author strong {
    display: block;
    font-size: 16px;
    color: #111111;                   /* BLACK */
    margin-top: 24px;
}

.testimonial-author span {
    font-size: 14px;
    color: #daa214;
    font-weight: 600;
}

/* DOTS */
.testimonial-dots {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.testimonial-dots .dot {
    width: 8px;
    height: 8px;
    background: #d6d6d6;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.testimonial-dots .dot.active {
    width: 22px;
    background: #F5F5DC;              /* ONRO ORANGE */
    border-radius: 10px;
}

/* MOBILE */
@media (max-width: 768px) {
    .testimonial-card {
        min-width: 280px;
    }

    .testimonials-header h2 {
        font-size: 32px;
    }
}
/* TESTIMONIAL ENDS HERE */


/* CONTACT IFRAME SECTION STARTS HERE */
.contact-map-section {
    width: 100%;
    height: 227px;
    overflow: hidden;
    border-radius: 0;
}

.contact-map-section iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

/* Optional: reduce height on mobile */
@media (max-width: 768px) {
    .contact-map-section {
        height: 300px;
    }
}
/* CONTACT IFRAME SECTION ENDS HERE */



/* FOOTER SECTION STARTS HERE */

.onro-footer {
  background: #1e1818;
  color: #cfd8e3;
  padding: 70px 0 0;
  font-size: 14px;
}

/* BLOCK */
.footer-block {
  margin-bottom: 40px;
}

.footer-logo {
  max-width: 160px;
  margin-bottom: 18px;
}

/* TEXT */
.footer-about {
  line-height: 1.7;
}

/* TITLES */
.footer-title {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}

/* LINKS */
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links a {
  color: #cfd8e3;
  text-decoration: none;
  transition: color 0.3s ease;
}




.footer-contact a {
  color: #000000;
  text-decoration: none;
}


/* FOOTER BOTTOM */
.onro-footer-bottom {
  border-top: 1px solid #2a2a2a;
  padding: 20px 0;
  margin-top: 20px;
}

.onro-footer-bottom p {
  font-size: 13px;
  color: #9aa4b2;
}

/* SOCIAL */
.footer-social {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-social li {
  display: inline-block;
  margin-left: 14px;
}

.footer-social a {
  color: #cfd8e3;
  font-size: 15px;
  transition: color 0.3s ease;
}

/* FOOTER SECTION ENDS HERE */



.about-banner-image {
    width: 100%;
    height: 300px;          /* adjust height as needed */
    object-fit: cover;      /* fills area without distortion */
    display: block;
}

.banner-section {
    padding: 0 !important;
}


/* SECTION BACKGROUND */
.about-me-v2 {
    background: #f4f4f4;
    padding: 100px 0;
}

/* CONTAINER */
.about-me-v2-container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    gap: 70px;
}

/* IMAGE */
.about-me-v2-image {
    flex: 1;
}

.about-me-v2-image img {
    width: 100%;
    height: 700px;
    border-radius: 25px;
    object-fit: cover;
    display: block;
}

/* CONTENT */
.about-me-v2-content {
    flex: 1;
}

.about-me-v2-content h2 {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 15px;
}

.about-me-v2-content h4 {
    font-size: 22px;
    color: #c9a24d; /* your gold */
    font-weight: 500;
    margin-bottom: 30px;
}

.about-me-v2-content p {
    font-size: 17px;
    line-height: 1.9;
    color: #555;
    margin-bottom: 22px;
}

/* GOLD LEFT BORDER HIGHLIGHT */
.about-me-v2-highlight {
    border-left: 4px solid #c9a24d;
    padding-left: 20px;
    font-weight: 500;
    color: #111;
}

/* ===============================
   TABLET (Below 992px)
================================= */
@media (max-width: 992px) {

    .about-me-v2 {
        padding: 70px 0;
    }

    .about-me-v2-container {
        flex-direction: column;
        gap: 40px;
    }

    .about-me-v2-image img {
        height: 500px;
    }

    .about-me-v2-content h2 {
        font-size: 32px;
    }

    .about-me-v2-content h4 {
        font-size: 20px;
    }

    .about-me-v2-content p {
        font-size: 16px;
    }
}


/* ===============================
   MOBILE (Below 768px)
================================= */
@media (max-width: 768px) {

    .about-banner-image {
        height: 200px;
    }

    .about-me-v2 {
        padding: 50px 0;
    }

    .about-me-v2-container {
        width: 92%;
        gap: 30px;
    }

    .about-me-v2-image img {
        height: 350px;
        border-radius: 18px;
    }

    .about-me-v2-content h2 {
        font-size: 26px;
    }

    .about-me-v2-content h4 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .about-me-v2-content p {
        font-size: 15px;
        line-height: 1.7;
    }

    .about-me-v2-highlight {
        padding-left: 15px;
        border-left-width: 3px;
    }
}


/* ===============================
   SMALL MOBILE (Below 480px)
================================= */
@media (max-width: 480px) {

    .about-banner-image {
        height: 170px;
    }

    .about-me-v2-image img {
        height: 380px;
    }

    .about-me-v2-content h2 {
        font-size: 22px;
    }

    .about-me-v2-content h4 {
        font-size: 16px;
    }

    .about-me-v2-content p {
        font-size: 14px;
    }
}


/* ===============================
   FOUNDER QUOTE SECTION
================================= */

.founder-quote-section {
    background: #ffffff;
    padding: 50px;
    margin-bottom: 50px;
    text-align: center;
}

.founder-quote-container {
    width: 85%;
    max-width: 900px;
    margin: auto;
}

.founder-quote-content {
    position: relative;
}

.quote-mark {
    font-size: 90px;
    color: #c9a24d;
    display: block;
    line-height: 1;
    margin-bottom: 10px;
    font-weight: 600;
}

.founder-quote-text {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.6;
    color: #111;
    margin-bottom: 25px;
}

.founder-quote-author {
    font-size: 16px;
    color: #777;
    letter-spacing: 1px;
    text-transform: uppercase;
}


@media (max-width: 768px) {

    .founder-quote-section {
        padding: 70px 0;
    }

    .quote-mark {
        font-size: 60px;
    }

    .founder-quote-text {
        font-size: 22px;
    }

    .founder-quote-author {
        font-size: 14px;
    }
}

@media (max-width: 480px) {

    .founder-quote-text {
        font-size: 18px;
    }

    .quote-mark {
        font-size: 50px;
    }
}





.agent-info {
    margin-top: 20px;
    text-align: center;
}

.agent-info h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}

.agent-info p {
    font-size: 18px;
    color: #777;
    margin: 0;
}


.footer-agent-info {
    margin-top: 15px;
}

.footer-agent-name {
    font-size: 18px;
    font-weight: 550;
    margin-bottom: 5px;
    color: #ffffff; /* change if footer background is light */
}

.footer-agent-license {
    font-size: 16px;
     font-weight: 550;
    color: #000000; /* softer tone for license */
    margin: 0;
}




/* ===== QUICK MOBILE FIX FOR BUY / SELL / RENT SECTION ===== */
@media (max-width: 991px) {

    .services-50 .service-50-row {
        display: flex;
        flex-direction: column !important;
        text-align: center;
    }

    .services-50 .service-50-image,
    .services-50 .service-50-content {
        width: 100% !important;
    }

    .services-50 .service-50-image img {
        width: 100%;
        height: auto;
        display: block;
    }

    .services-50 .service-50-content {
        padding: 30px 20px;
    }

}




/* REVERSE FOR SELL */
.service-50-row.reverse {
  flex-direction: row-reverse;
}
