/*
* Theme Name: Khaytech - HTML Template
* Author: Themez Hub
* Version: 1.0
* Last Change: 22 May 2023
  Author URI    : http://www.khaytech.com/
-------------------------------------------------------------------*/
/*------------- List Of Table -----------
# Fonts
# Preloader
# Global Settings
# Header Navigation Styles
# Homes Banner
# General Features Design 
# Vesh Property Style
# Detail Page Elements Style
# Veshm All Features Styles
# Inner Page Design
# Blog Design Start
# User Dashboard
# Theme Footer Design
# Responsiveness Start
------------- List Of Table ----------*/

@import url("plugins/animation.css");
@import url("plugins/bootstrap.min.css");
@import url("plugins/rangeSlider.min.css");
@import url("plugins/dropzone.css");
@import url("plugins/nice-select.css");
@import url("plugins/slick.css");
@import url("plugins/slick-theme.css");
@import url("plugins/magnific-popup.css");
@import url("plugins/fontawesome.min.css");
@import url("plugins/light-box.css");
@import url("plugins/morris.css");
/*------------------------------------
	Fonts
------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700&display=swap');
/*------------------------------------
	Preloader
------------------------------------*/
.dark #preloader {
  background-color: #232323;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f7f7f7;
  z-index: 999999;
}
.form-group {
    margin-bottom: 15px;
}
.preloader {
  width: 50px;
  height: 50px;
  display: inline-block;
  padding: 0px;
  text-align: left;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
}

.preloader span {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background:#00a94f;
  -webkit-animation: preloader 1.3s linear infinite;
  animation: preloader 1.3s linear infinite;
}

.preloader span:last-child {
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
}

@keyframes preloader {
  0% {
    transform: scale(0, 0);
    opacity: 0.5;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@-webkit-keyframes preloader {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}
form.dropzone.dz-clickable.primary-dropzone {
    background: rgb(1 126 250 / 10%);
    border: 1px solid rgb(1 126 250 / 20%);
    border-radius: 0.4rem;
}
.dz-default.dz-message i {
    font-size: 3rem;
    color: #017efa;
    display: block;
    margin-bottom: 0.5rem;
}
.dz-default.dz-message span {
    color: #13487e;
    font-weight: 500;
}
i.req {
    color: #e41515;
}
.slick-next {
    right: 20px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 50%;
	z-index:1;
    transition: all ease 0.4s;
}
.slick-prev{
	left: 20px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 50%;
	z-index:1;
    transition: all ease 0.4s;	
}
.slick-prev:before {
	color:#02335d;
}
.slick-next:before {
	color:#02335d;
}
.slick-next:hover, .slick-next:focus, .slick-next:active,
.slick-prev:hover,.slick-next:focus, .slick-next:active{
	background:#017efa;
}
.slick-next:hover:before, .slick-next:focus:before, .slick-next:active:before,
.slick-prev:hover:before,.slick-next:focus:before, .slick-next:active:before{
	color:#ffffff;
}
.irs--flat .irs-line {
    background-color: #dde5eb;
}
.irs--flat .irs-bar {
    background-color: #017efa;
}
.irs--flat .irs-handle>i:first-child {
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    width: 17px;
    height: 100%;
    border-radius: 50%;
    margin-left: -3px;
    background-color: #004981;
}
.irs--flat .irs-handle.state_hover>i:first-child, .irs--flat .irs-handle:hover>i:first-child {
    background-color: #2b9bff;
}
.irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single {
    background-color: #017efa;
}
.irs--flat .irs-from:before, .irs--flat .irs-to:before, .irs--flat .irs-single:before {
    border-top-color:#017efa;
}
/*--- end of preloader ---*/
/*------------------------------------------------------------
	Global Settings
-------------------------------------------------------------*/
* {
  outline: none; }

body {
	background: #ffffff;
	color:#4f5e64;
	font-size:14px;
	font-family: 'Jost', sans-serif;
	margin: 0;
	overflow-x: hidden !important;
	font-weight: 400;
}
.modal-open {
    overflow: hidden !important;
	padding-right:0 !important;
}
html {
  position: relative;
  min-height: 100%;
  background: #ffffff; }
a {
    color:#022f5d;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:hover,
a:focus {
  text-decoration: none; }
.nav-link{
	color:#017efa;
}
a.link {
  color:#017efa; }
a.link:hover, a.link:focus, a:hover, a:focus {
    color:#017efa; 
}
a.text-success:focus, a.text-success:hover {
    color:#0fca98 !important;
}
a.text-primary:focus, a.text-primary:hover {
    color:#017efa !important;
}
a.text-warning:focus, a.text-warning:hover {
    color:#ffac45 !important;
}
a.text-danger:focus, a.text-danger:hover {
    color:#e55151 !important;
}
a.white-link {
  color: #ffffff; }
 a.white-link:hover, a.white-link:focus {
    color: #263238;
}
.text-mid{
	color: #617896;
    font-size: 13px;
    font-weight: 500;
}
.img-responsive {
  width: 100%;
  height: auto;
  display: inline-block; }

.img-rounded {
  border-radius: 4px; }

html body .mdi:before,
html body .mdi-set {
  line-height: initial;
}
section{
	padding:80px 0 80px;
}
section.min{
	padding:50px 0 50px;
}
section.mid{
	padding:80px 0 50px;
}
section.micler, .micler{
	padding:0 0 30px;
}
p {
    line-height:1.8;
}

.gray{
	background:#f7f9fc !important;
}
.gray-simple{
	background:#f1f5f8 !important;
}
.bg-title{
	background:#2540a2;
}
.bg-1{
	background:#f7d0cb;
}
.bg-2{
	background:#dde9ed;
}
.tbl {
    display: table;
} 
.full-height {
    height: 100%;
}
.rtl{
	position:relative;
}
.mr-2 {
    margin-right: 8px;
}
.mr-1{
    margin-right: 4.5px;
}
.alert p {
    margin: 0;
}
.table-cell {
    display: table-cell;
    vertical-align: middle;
}
.no-ul-list{
	padding:0;
}
.no-ul-list li{
	list-style:none;
}
.progress {
    margin-bottom: 1.5em;
}
.full-width{
	width:100%;
}
p, ul, ol, dl, dt, dd, blockquote, address {
    margin: 0 0 10px;
}
.owl-carousel .item {
    padding: 0 15px;
}
.explore-content p {
    font-size: 19px;
    font-family: 'Lora', serif;
    font-style: italic;
}
.explore-content h1, .explore-content h2{
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
}
.shadow-0{
	box-shadow:none !important;
}
.ovr-top {
    margin-top: -60px;
    position: relative;
    z-index: 1;
}
/*------------ Global Settings: Heading-------------*/ 
h1,
h2,
h3,
h4,
h5,
h6 {
	color:#05264e;
	font-weight:700;
	text-transform: capitalize;
}

h5,
h6 {
	color:#2D3954;  
}
h1 {
  line-height: 40px;
  font-size: 36px; }

h2 {
  line-height: 36px;
  font-size: 30px; }

h3 {
  line-height: 30px;
  font-size: 24px; }

h4 {
  line-height: 26px;
  font-size: 21px; }

h5 {
  line-height: 22px;
  font-size: 18px;
}

h6 {
  line-height: 20px;
  font-size: 16px;
}
.lead{
	font-size:20px !important;
}
.lead-i{
    font-family: 'Lora', serif;
	font-size:22px !important;
	font-style:italic;
}
.display-5 {
  font-size: 3rem; }

.display-6 {
  font-size: 36px; }

.display-7 {
  font-size: 26px; }

.box {
  border-radius: 4px;
  padding: 10px; }

html body .dl {
  display: inline-block; }

html body .db {
  display: block; }

.no-wrap td,
.no-wrap th {
  white-space: nowrap; }

.circle {
  border-radius: 100%; }

.theme-cl{
	color:#017efa !important;
}
.theme-bg{
	background:#017efa !important;
}
.classic-bg{
	background:#0563c2 !important;
}
/*------------ Global Settings: Ul List Style ----------------*/
ul.list-style {
    padding: 0;
    margin: 0;
}
ul.list-style li {
    margin-bottom: 1.2em;
    line-height: 1.5;
    list-style: none;
    padding-left:30px;
    position: relative;
}
ul.list-style li:before {
    content: "\e64c";
    position: absolute;
    left: 0;
    font-size: 16px;
    top: 0;
    color: #00BE82;
    font-family: 'themify';
}
ul.list-style.style-2 li:before {
    content: "\e628" !important;
    color:#0273ff;
}

/*------------ Global Settings: Cutom Height ----------------*/
.ht-10{
	height:10px;
}
.ht-20{
	height:20px;
}
.ht-30{
	height:30px;
}
.ht-40{
	height:40px;
}
.ht-50{
	height:50px;
}
.ht-60{
	height:60px;
}
.ht-70{
	height:70px;
}
.ht-80{
	height:80px;
}
.ht-80{
	height:80px;
}
.ht-100{
	height:100px;
}
.ht-110{
	height:110px;
}
.ht-120{
	height:120px;
}
.ht-130{
	height:130px;
}
.ht-140{
	height:140px;
}
.ht-150{
	height:150px;
}
.ht-160{
	height:160px;
}
.ht-170{
	height:170px;
}
.ht-180{
	height:180px;
}
.ht-190{
	height:190px;
}
.ht-200{
	height:200px;
}
.ht-100{
	height:100%;
	min-height:580px;
}
.h-100{
	height:100vh;
	min-height:580px;
}
/*------------ Global Settings: Typography ----------------*/
.fade--4{
	opacity:0.4;
}
.fade--5{
	opacity:0.5;
}
.fade--6{
	opacity:0.6;
}
.fade--7{
	opacity:0.7;
}
.fade--8{
	opacity:0.8;
}
.type--fade {
  opacity: .5;
}
.font--uppercase {
  text-transform: uppercase;
}
.font--medium {
  font-weight:500;
}
.font--bold {
  font-weight:600;
}
.font--extrabold {
  font-weight:700;
}
.font--italic {
  font-style: italic;
}
.type--fine-print {
  font-size: 0.85714286em;
}
.font--size3{
	font-size:0.8rem;
}
.font--size4{
	font-size:1rem;
}
.font--size5{
	font-size:1.2rem;
}
.font--size6{
	font-size:1.4rem;
}
.font--size7{
	font-size:1.6rem;
}
.font--size8{
	font-size:1.8rem;
}
.font--size9{
	font-size:2rem;
}
.type--strikethrough {
  text-decoration: line-through;
}
.type--underline {
  text-decoration: underline;
}
.pos-vertical-center {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
blockquote {
    font-size: 1.78571429em;
    line-height: 1.5em;
    padding: 0;
    margin: 0;
    border-left: 0;
}
blockquote {
    font-style: italic;
}
blockquote:not(:last-child) {
    margin-bottom: 1.04em;
}
/*------------ Global Settings: Common & List ----------------*/
.color--facebook {
  color: #3b5998 !important;
}
.color--twitter {
  color: #00aced !important;
}
.color--googleplus {
  color: #dd4b39 !important;
}
.color--instagram {
  color: #125688 !important;
}
.color--pinterest {
  color: #cb2027 !important;
}
.color--dribbble {
  color: #ea4c89 !important;
}
.color--behance {
  color: #053eff !important;
}
.color--linkedin {
  color: #1685b9 !important;
}
.bg--facebook {
  background: #3b5998 !important;
  color: #fff !important;
}
.bg--twitter {
  background: #00aced !important;
  color: #fff !important;
}
.bg--googleplus {
  background: #dd4b39 !important;
  color: #fff !important;
}
.bg--instagram {
  background: #125688 !important;
  color: #fff !important;
}
.bg--pinterest {
  background: #cb2027 !important;
  color: #fff !important;
}
.bg--dribbble {
  background: #ea4c89 !important;
  color: #fff !important;
}
.bg--behance {
  background: #053eff !important;
  color: #fff !important;
}
.bg--linkedin {
  background:#1685b9 !important;
  color: #fff !important;
}
.height-100, .height-90, .height-80, .height-70, .height-60, .height-50, .height-40, .height-30, .height-20, .height-10 {
    height: auto;
    padding: 5em 0;
}
/*------------ Global Settings: Background & Image ----------------*/
.bg-img-holder {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover !important;
  background-position: 50% 50% !important;
  z-index: 0;
  transition: opacity .3s linear;
  -webkit-transition: opacity .3s linear;
  opacity: 0;
  background: #252525;
}
.bg-img-holder:not([class*='col-']) {
  width: 100%;
}
.bg-img-holder.background--bottom {
  background-position: 50% 100% !important;
}
.bg-img-holder.background--top {
  background-position: 50% 0% !important;
}
.image--light .bg-img-holder {
  background: none;
}
.bg-img-holder img {
  display: none;
}
.imagebg.border--round {
    overflow: hidden;
}
[data-overlay] {
  position: relative;
}
[data-overlay]:before {
  position: absolute;
  content: '';
  background: #252525;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

[data-overlay].image--light:before {
  background: #fff;
}
[data-overlay].bg--primary:before {
  background: #4a90e2;
}
[data-overlay="1"]:before {
  opacity: 0.1;
}
[data-overlay="2"]:before {
  opacity: 0.2;
}
[data-overlay="3"]:before {
  opacity: 0.3;
}
[data-overlay="4"]:before {
  opacity: 0.4;
}
[data-overlay="5"]:before {
  opacity: 0.5;
}
[data-overlay="6"]:before {
  opacity: 0.6;
}
[data-overlay="7"]:before {
  opacity: 0.7;
}
[data-overlay="8"]:before {
  opacity: 0.8;
}
[data-overlay="9"]:before {
  opacity: 0.9;
}
[data-overlay="10"]:before {
  opacity: 1;
}
[data-overlay="0"]:before {
  opacity: 0;
}
[data-scrim-bottom] {
  position: relative;
}
[data-scrim-bottom]:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 80%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #252525 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, #252525));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #252525 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #252525 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #252525 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #252525 100%);
  bottom: 0;
  left: 0;
  z-index: 1;
  backface-visibility: hidden;
}
[data-scrim-bottom]:not(.image--light) h1,
[data-scrim-bottom]:not(.image--light) h2,
[data-scrim-bottom]:not(.image--light) h3,
[data-scrim-bottom]:not(.image--light) h4,
[data-scrim-bottom]:not(.image--light) h5,
[data-scrim-bottom]:not(.image--light) h6 {
  color: #a5a5a5;
  color: #f1f1f1;
}
[data-scrim-bottom]:not(.image--light) p,
[data-scrim-bottom]:not(.image--light) span,
[data-scrim-bottom]:not(.image--light) ul {
  color: #e6e6e6;
}
[data-scrim-bottom].image--light:before {
  background: #fff;
}
[data-scrim-bottom="1"]:before {
  opacity: 0.1;
}
[data-scrim-bottom="2"]:before {
  opacity: 0.2;
}
[data-scrim-bottom="3"]:before {
  opacity: 0.3;
}
[data-scrim-bottom="4"]:before {
  opacity: 0.4;
}
[data-scrim-bottom="5"]:before {
  opacity: 0.5;
}
[data-scrim-bottom="6"]:before {
  opacity: 0.6;
}
[data-scrim-bottom="7"]:before {
  opacity: 0.7;
}
[data-scrim-bottom="8"]:before {
  opacity: 0.8;
}
[data-scrim-bottom="9"]:before {
  opacity: 0.9;
}
[data-scrim-bottom="10"]:before {
  opacity: 1;
}
[data-scrim-top] {
  position: relative;
}
[data-scrim-top]:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 80%;
  background: -moz-linear-gradient(bottom, #252525 0%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, left bottom, color-stop(0%, #252525), color-stop(100%, rgba(0, 0, 0, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(bottom, #252525 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(bottom, #252525 0%, rgba(0, 0, 0, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(bottom, #252525 0%, rgba(0, 0, 0, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #252525 0%, rgba(0, 0, 0, 0) 100%);
  top: 0;
  left: 0;
  z-index: 1;
}
[data-scrim-top]:not(.image--light) h1,
[data-scrim-top]:not(.image--light) h2,
[data-scrim-top]:not(.image--light) h3,
[data-scrim-top]:not(.image--light) h4,
[data-scrim-top]:not(.image--light) h5,
[data-scrim-top]:not(.image--light) h6 {
  color: #fff;
}
[data-scrim-top]:not(.image--light) p,
[data-scrim-top]:not(.image--light) span,
[data-scrim-top]:not(.image--light) ul {
  color: #e6e6e6;
}
[data-scrim-top].image--light:before {
  background: #fff;
}
[data-scrim-top="1"]:before {
  opacity: 0.1;
}
[data-scrim-top="2"]:before {
  opacity: 0.2;
}
[data-scrim-top="3"]:before {
  opacity: 0.3;
}
[data-scrim-top="4"]:before {
  opacity: 0.4;
}
[data-scrim-top="5"]:before {
  opacity: 0.5;
}
[data-scrim-top="6"]:before {
  opacity: 0.6;
}
[data-scrim-top="7"]:before {
  opacity: 0.7;
}
[data-scrim-top="8"]:before {
  opacity: 0.8;
}
[data-scrim-top="9"]:before {
  opacity: 0.9;
}
[data-scrim-top="10"]:before {
  opacity: 1;
}
.imagebg {
  position: relative;
}
.imagebg .container {
  z-index: 2;
}
.imagebg .container:not(.pos-absolute) {
  position: relative;
}
.imagebg:not(.image--light) h1,
.imagebg:not(.image--light) h2,
.imagebg:not(.image--light) h3,
.imagebg:not(.image--light) h4,
.imagebg:not(.image--light) h5,
.imagebg:not(.image--light) h6,
.imagebg:not(.image--light) p,
.imagebg:not(.image--light) ul,
.imagebg:not(.image--light) blockquote {
  color: #fff;
}
.imagebg:not(.image--light) .bg--white h1,
.imagebg:not(.image--light) .bg--white h2,
.imagebg:not(.image--light) .bg--white h3,
.imagebg:not(.image--light) .bg--white h4,
.imagebg:not(.image--light) .bg--white h5,
.imagebg:not(.image--light) .bg--white h6 {
  color: #252525;
}
.imagebg:not(.image--light) .bg--white p,
.imagebg:not(.image--light) .bg--white ul {
  color: #666666;
}
div[data-overlay] h1,
div[data-overlay] h2,
div[data-overlay] h3,
div[data-overlay] h4,
div[data-overlay] h5,
div[data-overlay] h6 {
  color: #fff;
}
div[data-overlay] p{
  color: #fff;
}
.parallax {
  overflow: hidden;
}
/**! 07. Icons **/
.icon {
  line-height: 1em;
  font-size: 3.14285714em;
}
.icon--xs {
  font-size: 1em;
}
.icon--sm {
  font-size: 2.35714286em;
}
.icon--lg {
  font-size: 5.57142857em;
}
.imagebg:not(.image--light) span {
    color: #fff;
}
/*------------ Global Settings: Spinner ----------------*/

@keyframes spinner-border {
  to { transform: rotate(360deg); }
}

.spinner-border {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: text-bottom;
    border: 3px solid;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
  width: $spinner-width-sm;
  height: $spinner-height-sm;
  border-width: $spinner-border-width-sm;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

.spinner-grow {
  display: inline-block;
  width:30px;
  height:30px;
  vertical-align: text-bottom;
  background-color:#ffffff;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
  width:30px;
  height:30px;
}

/*------------ Global Settings: BG Cover -------------*/
.bg-cover{
    background-size: cover !important;
    background-position: center !important;
}	
.image-bg{
    background-size: cover !important;
    background-position: center !important;
}
.default-bg{
	background-size:initial !important;
    background-position:initial !important;
}
.image-bg-wrap {
    background-size: cover !important;
    background-position: center !important;
    position: relative;
}
.image-bg-wrap:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #182538;
    display: block;
    content: "";
    opacity: 0.8;
}

/*-------------- Global Settings: Border ----------------*/
.b-0 {
  border: none !important; }

.b-r {
  border-right: 1px solid #e0ecf5 !important; }

.b-l {
  border-left: 1px solid #e0ecf5 !important; }

.b-b {
  border-bottom: 1px solid #e0ecf5 !important; }

.b-t {
  border-top: 1px solid #e0ecf5 !important; }

.b-all {
  border: 1px solid #e0ecf5 !important; }

.br-width--1{
	border-width:1px !important;
}
.br-width--2{
	border-width:2px !important;
}
.br-width--3{
	border-width:3px !important;
}
.br-width--4{
	border-width:4px !important;
}
/*-------------- Global Settings: Thumb size ----------------*/
.thumb-sm {
  height: 32px;
  width: 32px; }

.thumb-md {
  height: 48px;
  width: 48px; }

.thumb-lg {
  height: 88px;
  width: 88px;
}
.square--20{
	width:20px;
	height:20px;
}
.square--30{
	width:30px;
	height:30px;
}
.square--40{
	width:40px;
	height:40px;
}
.square--50{
	width:50px;
	height:50px;
}
.square--60{
	width:60px;
	height:60px;
}
.square--70{
	width:70px;
	height:70px;
}
.square--80{
	width:80px;
	height:80px;
}
.square--90{
	width:90px;
	height:90px;
}
.square--100{
	width:100px;
	height:100px;
}
.hide {
  display: none; }

.block-circle {
  border-radius: 100%; }

.block-rounded {
  border-radius:0.4rem;
}

/*-------------- Global Settings: Text Colors ----------------*/
.text-white {
  color: #ffffff !important; }

.text-danger {
  color: #e55151 !important; }

.text-muted {
  color:#a0abb8 !important; }

.text-warning {
  color: #ffac45 !important;
 }
.text-paragraph{
	color:#4f5e64 !important;
}
.text-paragraph-2{
	color:#66789c !important;
}
.text-success {
  color:#00BE82 !important; }

.text-info {
  color: #017efa !important; }

.text-inverse {
  color: #3e4555 !important; }

.text-blue {
  color:#1d96ff !important;
}

.text-purple {
  color: #7460ee !important;
}

html body .text-dark {
  color: #8d97ad; }

.text-theme{
  color: #017efa;
}

/*-------------- Global Settings: Alerts & Notification --------------*/
.alert-primary {
    color: #0055ff;
    background-color: #eaf1ff;
    border-color: #eaf1ff;
}
.alert-success {
    color: #00BE82;
    background-color: #e9ffeb;
    border-color: #e9ffeb;
}
.alert-warning {
    color: #ffac45;
    background-color: #fff5e9;
    border-color: #fff5e9;
}
.alert-info {
    color: #08a7c1;
    background-color: #effdff;
    border-color: #effdff;
}
.alert-danger {
    color: #e55151;
    background-color: #ffe9e9;
    border-color: #ffe9e9;
}
.alert-dark {
    color: #3e4758;
    background-color: #eff4ff;
    border-color: #eff4ff;
}
.alert-secondary {
    color: #4b5d6f;
    background-color: #d6dfe8;
    border-color: #d6dfe8;
}
/*-------------- Global Settings: Background Colors ----------------*/
.bg-primary {
  background-color: #017efa !important; }

.bg-success {
  background-color: #00BE82 !important; }

.bg-info {
  background-color:#00c9ce !important; }

.bg-warning {
  background-color: #ffac45 !important; }

.bg-danger {
  background-color: #e55151 !important; }

.bg-orange {
  background-color: #ec2828 !important; }

.bg-yellow {
  background-color: #fed700;
}
.bg-light-success {
  background-color:rgba(0,190,130,0.1);
}

.bg-light-info {
  background-color:rgba(1,126,250,0.1);
}

.bg-light-warning {
  background-color:rgba(255,172,69,0.1);
}

.bg-light-danger {
  background-color:rgba(229,81,81,0.1);
}

.bg-light-megna {
  background-color:rgba(29,200,205,0.1);
}

.bg-light-primary {
  background-color:rgba(1,126,250,0.1);
}

.bg-light-inverse {
  background-color:rgba(62,69,85,0.1);
}
  
.bg-facebook {
  background-color: #3b5a9a;
}

.bg-twitter {
  background-color: #56adf2;
}

.bg-theme {
  background-color: #017efa !important;
}

html body .bg-purple {
  background-color: #7460ee !important;
}

html body .bg-orange {
  background-color:#fff6f5 !important;
}

.bg-transparent {
  background-color:rgba(255,255,255,0.12);
}

html body .bg-white {
  background-color: #ffffff;
}


/*----------- Global Settings: Simple List -----------*/
ul.simple-list {
    padding: 0;
    margin: 0;
}
ul.simple-list li {
    list-style: none;
    padding: 10px 5px 10px 28px;
}
ul.simple-list li {
    list-style: none;
    padding: 10px 5px 10px 28px;
    position: relative;
}
ul.simple-list li:before {
    content: "\e6af";
    font-family: themify;
    position: absolute;
    left: 0;
}

/*-------------- Global Settings: Labels ----------------*/
.label {
  padding:4px 15px;
  color: #ffffff;
  font-weight:500;
  border-radius: 4px;
  font-size: 75%; }

.label-rounded {
  border-radius: 60px; }

.label-custom {
  background-color: #1dc8cd; }

.label-success {
  background-color: #00BE82; }

.label-info {
  background-color: #017efa; }

.label-warning {
  background-color: #ffac45; }

.label-danger {
  background-color: #e55151; }

.label-megna {
  background-color: #1dc8cd; }

.label-primary {
  background-color: #017efa; }

.label-purple {
  background-color: #7460ee; }

.label-red {
  background-color: #fb3a3a; }

.label-inverse {
  background-color: #3e4555; }

.label-default {
  background-color: #f4f8fa; }

.label-white {
  background-color: #ffffff; }

.label-light-success {
  background-color:rgba(0,190,130,0.1);
  color: #00BE82; }

.label-light-info {
  background-color:rgba(1,126,250,0.1);
  color: #017efa; }

.label-light-warning {
  background-color:rgba(255,172,69,0.1);
  color: #ffac45; }

.label-light-danger {
  background-color:rgba(229,81,81,0.1);
  color: #e55151; }

.label-light-megna {
  background-color:rgba(29,200,205,0.1);
  color: #1dc8cd; }

.label-light-primary {
  background-color:rgba(1,126,250,0.1);
  color: #017efa; }

.label-light-inverse {
  background-color:rgba(62,69,85,0.1);
  color: #3e4555; }

/*------------ Global Settings: Table ------------*/
.table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid transparent;
    border-top: 0px !important;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color:#f7f9fb;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border-top: 1px solid #eaeff5;
    border-bottom: none;
}
.table tr th, .table tr td {
    border-color: #eaeff5;
    padding: 12px 15px;
    vertical-align: middle;
}
.table.tbl-big tr th, .table.tbl-big tr td {
    padding:20px 15px;
}
.table.tbl-big.center tr th, .table.tbl-big.center tr td {
    padding:20px 15px;
	text-align:center;
}
table.table tr th {
    font-weight: 600;
}
.table-dark {
    color: #fff;
    background-color: #212529;
}
.table-dark td, .table-dark th, .table-dark thead th {
    border-color: #32383e !important;
}
.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e;
}
/*------------- Global Settings: Badge ----------------*/
.badge {
  font-weight: 400; }

.badge-xs {
  font-size: 9px; }

.badge-xs,
.badge-sm {
  -webkit-transform: translate(0, -2px);
  -ms-transform: translate(0, -2px);
  -o-transform: translate(0, -2px);
  transform: translate(0, -2px); }

.badge-success {
  background-color: #00BE82; }

.badge-info {
  background-color: #017efa; }

.badge-primary {
  background-color: #017efa; }

.badge-warning {
  background-color: #ffac45; }

.badge-danger {
  background-color: #e55151; }

.badge-purple {
  background-color: #7460ee; }

.badge-red {
  background-color: #fb3a3a; }

.badge-inverse {
  background-color: #3e4555; }

/*------------- Global Settings: dropdown ----------------*/
.dropdown-item {
  padding: 8px 1rem;
  color:#607394;
  font-size: 15.5px;
}

/*------------- Global Settings: Buttons ----------------*/
.btn {
	color: #ffffff;
	padding:10px 20px;
	height:50px;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	cursor: pointer;
	-webkit-transition:all ease 0.4s;
	-o-transition:all ease 0.4s;
	transition:all ease 0.4s;
	border-radius:0.4rem;
	border:2px solid transparent;
}

.btn:focus, .btn:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-lg {
    padding:1em 1.5em;
	height:62px;
    font-size:1em;
}
.btn-md {
  padding:1em 1.5em;
  height:45px;
  font-size:0.8rem;
}
.btn-sm {
  padding: .25rem .5rem;
  height:35px;
  font-size: 12px;
}

.btn-xs {
  padding: .2rem .5rem;
  height:30px;
  font-size: 10px;
}

.btn-rounded {
  border-radius:50px !important;
  -webkit-border-radius:50px !important;
}

.btn-arrow {
  position: relative;
}
.btn-danger{
	background:#d84343;
	border-color:#d84343;
	color:#ffffff;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active{
	background:#d24040 !important;
	border-color:#d24040 !important;
	color:#ffffff !important;
}
.btn-outline-danger{
	background:#ffffff;
	border-color:#d84343;
	color:#d84343;
}
.btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger:active{
	background:#d24040 !important;
	border-color:#d24040 !important;
	color:#ffffff !important;
}
.btn-light-danger{
	background:rgba(216, 67, 67,0.12);
	border-color:rgba(216, 67, 67,0.5);
	color:rgba(216, 67, 67,1);
}
.btn-light-danger:hover, .btn-light-danger:focus, .btn-light-danger:active{
	background:#d84343 !important;
	border-color:#d84343 !important;
	color:#ffffff !important;
}
.btn-success{
	background:#00BE82;
	border-color:#00BE82;
	color:#ffffff;
}
.btn-success:hover, .btn-success:focus, .btn-success:active{
	background:#03a975 !important;
	border-color:#03a975 !important;
	color:#ffffff !important;
}
.btn-outline-success{
	background:#ffffff;
	border-color:#00BE82;
	color:#00BE82;
}
.btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success:active{
	background:#00BE82 !important;
	border-color:#00BE82 !important;
	color:#ffffff !important;
}
.btn-light-success{
	background:rgba(0, 190, 130,0.12);
	border-color:rgba(0, 190, 130,0.5);
	color:#00BE82;
}
.btn-light-success:hover, .btn-light-success:focus, .btn-light-success:active{
	background:#00BE82 !important;
	border-color:#00BE82 !important;
	color:#ffffff !important;
}
.btn-warning{
	background:#ffac45;
	border-color:#ffac45;
	color:#ffffff;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active{
	background:#eb9c3a !important;
	border-color:#eb9c3a !important;
	color:#ffffff !important;
}
.btn-outline-warning{
	background:#ffffff;
	border-color:#ffac45;
	color:#ffac45;
}
.btn-outline-warning:hover, .btn-outline-warning:focus, .btn-outline-warning:active{
	background:#ffac45 !important;
	border-color:#ffac45 !important;
	color:#ffffff !important;
}
.btn-light-warning{
	background:rgba(255, 172, 69,0.1);
	border-color:rgba(255, 172, 69,0.5);
	color:#ffac45;
}
.btn-light-warning:hover, .btn-light-warning:focus, .btn-light-warning:active{
	background:#ffac45 !important;
	border-color:#ffac45 !important;
	color:#ffffff !important;
}
.btn-primary{
	background:#017efa;
	border-color:#017efa;
	color:#ffffff;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active{
	background:#0475e5 !important;
	border-color:#0475e5 !important;
	color:#ffffff !important;
}
.btn-outline-primary{
	background:#ffffff;
	border-color:#017efa;
	color:#017efa;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active{
	background:#017efa !important;
	border-color:#017efa !important;
	color:#ffffff !important;
}
.btn-light-primary{
	background:rgba(1, 126, 250,0.1);
	border-color:rgba(1, 126, 250,0.65);
	color:#017efa;
}
.btn-light-primary:hover, .btn-light-primary:focus, .btn-light-primary:active{
	background:#017efa !important;
	border-color:#017efa !important;
	color:#ffffff !important;
}
.btn-info{
	background:#00c9ce;
	border-color:#00c9ce;
	color:#ffffff;
}
.btn-info:hover, .btn-info:focus, .btn-info:active{
	background:#05b8bd !important;
	border-color:#05b8bd !important;
	color:#ffffff !important;
}
.btn-info-outline{
	background:#ffffff;
	border-color:#00c9ce;
	color:#00c9ce;
}
.btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info:active{
	background:#00c9ce !important;
	border-color:#00c9ce !important;
	color:#ffffff !important;
}
.btn-light-info{
	background:rgba(0, 201, 206,0.1);
	border-color:rgba(0, 201, 206,0.5);
	color:#00c9ce;
}
.btn-light-info:hover, .btn-light-info:focus, .btn-light-info:active{
	background:#00c9ce !important;
	border-color:#00c9ce !important;
	color:#ffffff !important;
}
.btn-theme{
	background:#017efa;
	border-color:#017efa;
	color:#ffffff;
}
.btn-theme:hover, .btn-theme:focus, .btn-theme:active{
	background:#0475e5 !important;
	border-color:#0475e5 !important;
	color:#ffffff !important;
}
.btn-outline-theme{
	background:#ffffff;
	border-color:#017efa;
	color:#017efa;
}
.btn-outline-theme:hover, .btn-outline-theme:focus, .btn-outline-theme:active{
	background:#017efa !important;
	border-color:#017efa !important;
	color:#ffffff !important;
}
.btn-light-theme{
	background:rgba(1, 126, 250,0.1);
	border-color:rgba(1, 126, 250,0.65);
	color:#017efa;
}
.btn-light-theme:hover, .btn-light-theme:focus, .btn-light-theme:active{
	background:#017efa !important;
	border-color:#017efa !important;
	color:#ffffff !important;
}
.btn-whites{
	background:#ffffff;
	border-color:#ffffff;
	color:#017efa;
}
.btn-whites:hover, .btn-whites:focus, .btn-whites:active{
	background:#ffffff !important;
	border-color:#ffffff !important;
	color:#046acf !important;
}
.btn-outline-whites{
	background:transparent;
	border-color:#ffffff;
	color:#ffffff;
}
.btn-outline-whites:hover, .btn-outline-whites:focus, .btn-outline-whites:active{
	background:#ffffff !important;
	border-color:#ffffff !important;
	color:#046acf !important;
}
.btn-light-white{
	background:rgba(255, 255, 255,0.1);
	border-color:rgba(255, 255, 255,0.65);
	color:#ffffff;
}
.btn-light-whites:hover, .btn-light-whites:focus, .btn-light-whites:active{
	background:#ffffff !important;
	border-color:#ffffff !important;
	color:#046acf !important;
}
.btn-gray{
	background:#dee2e6;
	border-color:#dee2e6;
	color:#24486c;
}
.btn-gray:hover, .btn-gray:focus, .btn-gray:active{
	background:#ffffff !important;
	border-color:#ffffff !important;
	color:#046acf !important;
}
.btn-light-gray{
	background:#f1f5f8;
	border-color:#f1f5f8;
	color:#1c2d39;
}
.btn-light-gray:hover, .btn-light-gray:focus, .btn-light-gray:active{
	background:#0e1d28 !important;
	border-color:#0e1d28 !important;
	color:#ffffff !important;
}
.btn-outline-gray{
	background:transparent;
	border-color:#dee2e6;
	color:#24486c;
}
.btn-outline-gray:hover, .btn-outline-gray:focus, .btn-outline-gray:active{
	background:#ffffff !important;
	border-color:#017efa !important;
	color:#017efa !important;
}
/*----------- Global Settings: Video ------------------*/
.cover .video-block:not(:first-child):not(:last-child) {
    margin: 2.77em 0;
}
.video-play-icon {
    width:6.42857143em;
    height:6.42857143em;
    border-radius: 50%;
    position: relative;
    z-index:2;
    display: inline-block;
    border: 2px solid #ffffff;
    cursor: pointer;
	line-height:6em;
    background: #ffffff;
	box-shadow:0px 0px 0px 15px rgba(255,255,255,0.2);
	-webkit-box-shadow:0px 0px 0px 15px rgba(255,255,255,0.2);
}
.video-play-icon a {
    font-size: 3em;
	color:#017efa;
}
/*----------- Global Settings: Pagination ------------------*/
.pagination {
    display: table;
    padding-left: 0;
    border-radius: 4px;
    margin:20px auto 0 !important;
}

.pagination>li>a,
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 0;
    margin: 5px;
    color: #0c3966;
    text-decoration: none;
    background-color: #fff;
    border-radius: 2px;
    width: 37px;
    height: 37px;
    text-align: center;
    line-height: 1;
    border: 1px solid #eaeff5;
    -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
    box-shadow: 0 2px 10px 0 #d8dde6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 15px;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover,
.pagination>li>a:focus,
.pagination>li>a:hover {
    z-index: 2;
    color:#ffffff;
    cursor: pointer;
    background-color:#017efa;
    border-color:#017efa;
}

.pagination li:first-child a {
    background:#017efa;
    border: 1px solid #017efa;
    border-radius:2px;
    color: #fff
}

.pagination li:last-child a {
    background: #35434e;
    border: 1px solid #35434e;
    border-radius:2px;
    color: #fff
}
.pagination>li {
    display: inline;
}
.page-item.active .page-link {
    z-index: 2;
    color: #fff;
    background-color: #017efa;
    border-color: #017efa;
}

/*------------- Global Settings: Bootstrap 4 hack --------------*/
.card-columns {
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.card-columns .card {
    margin-bottom: 30px;
}

.invisible {
  visibility: hidden !important;
}

.hidden-xs-up {
  display: none !important;
}

@media (max-width: 575px) {
	.hidden-xs-down {
		display: none !important;
	}
}

@media (min-width: 576px) {
	.hidden-sm-up {
		display: none !important;
	}
}

@media (max-width: 767px) {
	.hidden-sm-down {
		display: none !important;
	} 
}

@media (min-width: 768px) {
	.hidden-md-up {
		display: none !important; 
	} 
}

@media (max-width: 991px) {
	.hidden-md-down {
		display: none !important; 
	} 
}

@media (min-width: 992px) {
	.hidden-lg-up {
		display: none !important;
	}
	.nav-left-side ul.attributes {
		float: none;
	}
}

@media (max-width: 1199px) {
	.hidden-lg-down {
		display: none !important;
	}
}

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
	}
}

.hidden-xl-down {
  display: none !important;
}

/*---------- Global Settings: Section Heading Style ---------*/
.sec-heading {
	margin-bottom:2rem;
}
.sec-heading.lg {
	margin-bottom:30px;
}
.sec-heading.center {
	text-align:center;
}
.sec-heading h2, .sec-heading p{
	margin-bottom:0px;
}
.sec-heading.light h2, .sec-heading.light p{
	color:#ffffff;
}
.gredient-title {
    background: -webkit-linear-gradient(45deg, #002243, #148aff 65%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.sec-heading p{
	margin-bottom:5px;
	line-height:1.7;
}
.single-items {
    padding: 0 10px;
}
.property-slide, .item-slide{
    margin: 0 -15px;
}
.sec-heading2 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.sec-left {
    flex: 1;
}
.sec-left h3 {
    font-size: 20px;
    margin-bottom: 0px;
}
.sec-right a {
    font-size: 14px;
    font-weight: 600;
    opacity: 0.7;
}
/*------------ Global Settings: All Forms Style ---------------*/
.form-control {
    height:50px;
    font-size:14px;
    box-shadow: none;
    border:1px solid #e0ecf5;
	background-clip: initial;
}
.form-control.xs{
	height:30px;
	font-size:10px;
}
.form-control.sm{
	height:35px;
	font-size:12px;
}
.form-control.md{
	height:45px;
	font-size:13px;
}
.form-control.lg{
	height:62px;
	font-size:15px;
}
.hero-search-content.verticle-space .form-group {
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
}
.image-bg .form-control, .bg--dark .form-control {
	color:#495057 !important;
}
.form-group label{
	margin-bottom:4px;
	font-size:12px;
	font-weight:500;
}
textarea.form-control{
	height:150px;
}
.tip-topdata {
    position: relative;
    color: #fff;
    text-decoration: none;
    width: 15px;
    height: 15px;
    display: inline-block;
    background: #394d8c;
    border-radius: 50%;
    text-align: center;
    line-height: 19px;
    margin-left: 5px;
    font-size: 9px;
}
.tip-topdata:before {
    content: attr(data-tip);
    font-size: 11px;
    font-weight: bold;
    position: absolute;
    z-index: 999;
    white-space: nowrap;
    bottom: 9999px;
    left: 0;
    background:#394d8c;
    color: #ffffff;
    padding: 7px 15px;
    line-height: 25px;
    border-radius: 3px;
    top: -42px;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-out;
    -moz-transition: opacity 0.4s ease-out;
    -o-transition: opacity 0.4s ease-out;
    transition: opacity 0.4s ease-out;
    text-shadow: none;
    display: inline-table;
}

.tip-topdata:hover:before {
opacity: 1;
}
.form-submit .select2-container--default .select2-selection--single {
    background-color: #f9fafc;
    border-radius: 0;
    border: none;
    height: 56px;
    border: 1px solid #ebedf5;
    border-radius: 4px;
    padding-left: 15px;
}
.form-submit .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 55px;
}
/**************************************
	Header Navigation Styles
***************************************/
.nav-brand,
.nav-brand:focus,
.nav-brand:hover,
.nav-menu>li>a {
    color:#022f5d;
}

.menu__list,
.nav-dropdown,
.nav-menu,
ul {
    list-style: none
}

.menu__link,
.navigation,
.navigation * {
    -webkit-tap-highlight-color: transparent
}

.navigation,
.navigation * {
    box-sizing: border-box
}

.navigation {
    width: 100%;
    display: table;
    position: relative;
    font-family: inherit;
}

.nav-toggle,
.navigation-hidden .nav-header {
    display: none
}

.navigation-portrait {
    height: 48px
}

.navigation-fixed {
    position: fixed;
    top: 0;
    left: 0
}

.navigation-hidden {
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important
}

.align-to-right {
    float: right
}

.nav-header {
    float: left
}

.nav-brand {
    padding:0px 15px 0px 0;
    font-size: 24px;
	margin-right: 1rem;
    text-decoration: none !important
}

.deatils ul li a,
.indicate a,
.logo h1 a,
.nav-button,
.nav-dropdown>li>a,
.nav-menu>li>a,
nav a {
    text-decoration: none
}

.navigation-portrait .nav-brand {
    font-size: 18px;
    line-height: 48px
}

.nav-logo>img {
    height: 48px;
    margin: 11px auto;
    padding: 0 15px;
    float: left
}

.nav-logo:focus>img {
    outline: initial
}

.deatils ul li a,
.indicate a,
.menu__link:focus,
.menu__link:hover,
nav a,
nav a:focus,
nav a:hover {
    outline: 0
}

.navigation-portrait .nav-logo>img {
    height: 36px;
    margin: 6px auto 6px 15px;
    padding: 0
}

.nav-toggle {
    width: 30px;
    height: 30px;
    padding: 6px 2px 0;
    position: absolute;
    top: 52%;
    margin-top: -14px;
    left:0px;
    cursor: pointer
}

.nav-toggle:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: #70798b;
    border-radius: 10px;
    box-shadow: 0 .5em 0 0 #70798b, 0 1em 0 0 #70798b
}

.navigation-portrait .nav-toggle {
    display: block
}

.navigation-portrait .nav-menus-wrapper {
    width: 320px;
    height: 100%;
    top: 0;
    left: -400px;
    position: fixed;
    background-color: #fff;
    z-index: 20000;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition-duration: .8s;
    transition-timing-function: ease
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
    left: auto;
    right: -400px
}

.nav-menus-wrapper.nav-menus-wrapper-open {
    left: 0
}

.nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
    right: 0
}

.nav-menus-wrapper-close-button {
    width: 30px;
    height: 40px;
    margin: 10px 7px;
    display: none;
    float: right;
    color: #70798b;
    font-size: 26px;
    cursor: pointer
}

.navigation-portrait .nav-menus-wrapper-close-button {
    display: block
}

.nav-menu {
    margin: 0;
    padding: 0;
    line-height: normal
}

.navigation-portrait .nav-menu {
    width: 100%
}

.navigation-landscape .nav-menu.nav-menu-centered {
    float: none;
    text-align: center
}

.nav-menu>li {
    display: inline-block;
    float: left;
    text-align: left
}

.navigation-portrait .nav-menu>li {
    width: 100%;
    position: relative;
    border-top: solid 1px #f0f0f0
}

.navigation-portrait .nav-menu>li:last-child {
    border-bottom: solid 1px #f0f0f0
}

.nav-menu+.nav-menu>li:first-child {
    border-top: none
}

.navigation-landscape .nav-menu.nav-menu-centered>li {
    float: none
}

.nav-menu>li>a {
    padding: 16px 12px;
    display: inline-block;
    transition: color .3s, background .3s;
    font-weight: 600;
    letter-spacing: 0.2px;
    text-transform: capitalize;
    font-size: 13px;
}

.navigation-portrait .nav-menu>li>a {
    height: auto;
    width: 100%;
    padding: 12px 15px 12px 26px
}

.nav-menu>.active>a,
.nav-menu>.focus>a,
.nav-menu>li:hover>a {
    color:#017efa !important;
}

.nav-menu>li>a>[class*=ion-],
.nav-menu>li>a>i {
    width: 18px;
    height: 16px;
    line-height: 16px;
    -ms-transform: scale(1.4);
    transform: scale(1.4)
}

.nav-menu>li>a>[class*=ion-] {
    width: 16px;
    display: inline-block;
    transform: scale(1.8)
}

.navigation-portrait .nav-menu.nav-menu-social {
    width: 100%;
    text-align: center
}

.nav-menu.nav-menu-social>li {
    text-align: center;
    float: none;
    border: none !important
}

.navigation-portrait .nav-menu.nav-menu-social>li {
    width: auto
}

.nav-menu.nav-menu-social>li>a>[class*=ion-] {
    font-size: 12px
}

.nav-menu.nav-menu-social>li>a>.fa {
    font-size: 14px
}

.navigation-portrait .nav-menu.nav-menu-social>li>a {
    padding: 15px
}

.submenu-indicator {
    margin-left: 6px;
    margin-top:6px;
    float: right;
    transition: all .3s
}

.navigation-portrait .submenu-indicator {
    width: 54px;
    height: 44px;
    margin-top: 0;
    position: absolute;
    text-align: center;
    z-index: 20000
}

.submenu-indicator-chevron {
    height: 6px;
    width: 6px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent #39466d #39466d transparent;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: border .3s
}

.navigation-portrait .submenu-indicator-chevron {
    position: absolute;
    top: 18px;
    left: 24px
}

.nav-menu>.active>a .submenu-indicator-chevron,
.nav-menu>.focus>a .submenu-indicator-chevron,
.nav-menu>li:hover>a .submenu-indicator-chevron {
    border-color: transparent #0fca98 #0fca98 transparent
}

.navigation-portrait .submenu-indicator.submenu-indicator-up {
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.nav-overlay-panel {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: none;
    z-index: 19999
}

.no-scroll {
    width: 100%;
    height: 100%;
    overflow: hidden
}
.nav-text {
    margin: 25px 15px;
    color: #70798b
}

.navigation-portrait .nav-text {
    width: calc(100% - 52px);
    margin: 12px 26px 0
}

.navigation-portrait .nav-text+ul {
    margin-top: 15px
}

.nav-dropdown {
    min-width:250px;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    z-index: 98;
    white-space: nowrap
}

.navigation-portrait .nav-dropdown {
    width: 100%;
    position: static;
    left: 0
}

.nav-dropdown .nav-dropdown {
    left: 100%
}

.nav-menu>li .nav-dropdown {
    border: none;
	padding:15px;
	background:#ffffff;
    box-shadow: 0px 0px 2px 0px rgba(32, 32, 32, 0.15);
	-webkit-box-shadow: 0px 0px 2px 0px rgba(32, 32, 32, 0.15);
    border-radius: 0.4rem;
}

.nav-dropdown>li {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    text-align: left
}

.nav-dropdown>li>a {
    width: 100%;
    padding: 14px 20px 14px 10px;
    border-bottom: 1px solid #e4e8ec;
    display: inline-block;
    float: left;
    color:#11293b;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-size: 13px;
    font-weight: 500;
}
.nav-dropdown>li:last-child>a{
	border-bottom:none;
}
.nav-dropdown>li>a:hover, .nav-dropdown>li>a:focus {
    padding-left: 20px;
	color:#017efa;
}
.social-icon a i,
.social-icons a i {
    width: 32px;
    height: 32px;
    display: inline-block;
    border-radius: 16px
}

.nav-dropdown>.focus>a,
.nav-dropdown>li:hover>a {
    color:#017efa;
}

.nav-dropdown.nav-dropdown-left {
    right: 0
}

.nav-dropdown>li>.nav-dropdown-left {
    left: auto;
    right: 100%
}

.navigation-landscape .nav-dropdown-left>li>a {
    text-align: right
}

.navigation-portrait .nav-dropdown>li>a {
    padding: 12px 20px 12px 30px
}

.navigation-portrait .nav-dropdown>li>ul>li>a {
    padding-left: 50px
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>a {
    padding-left: 70px
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>ul>li>a {
    padding-left: 90px
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>ul>li>ul>li>a {
    padding-left: 110px
}

.nav-dropdown .submenu-indicator {
    right: 15px;
    top: 16px;
    position: absolute
}

.menu__list,
.navbar,
nav a {
    position: relative
}

.navigation-portrait .submenu-indicator {
    right: 0;
    top: 0
}

.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.nav-dropdown>.focus>a .submenu-indicator-chevron,
.nav-dropdown>li:hover>a .submenu-indicator-chevron {
    border-color: transparent #017efa #017efa transparent
}

.navigation-landscape .nav-dropdown-left .submenu-indicator {
    left: 10px
}

.navigation-landscape .nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
    -ms-transform: rotate(135deg);
    transform: rotate(135deg)
}

nav a {
    display: inline-block
}

.header {
    background: #fff;
    position: relative;
    padding: 15px 0;
}

.header-top {
    padding: 1em 0;
    background: #05222A
}

.indicate {
    float: left
}

.deatils {
    float: right
}

.indicate a {
    font-size: 1.1em;
    color: #C6C7C7;
    vertical-align: middle
}

.deatils ul li i,
.indicate i {
    font-size: 1.2em;
    color: #888f90;
    vertical-align: middle
}

.indicate i {
    margin-right: .5em
}

.deatils ul li {
    display: inline-block;
    margin: 0 5px
}

.deatils ul li i {
    margin-right: .5em
}

.deatils ul li a {
    font-size: 1.1em;
    color: #C6C7C7;
    vertical-align: middle
}

.social-icons {
    float: right;
    margin-top: .7em
}


.logo h1 a {
    color: #fff;
    font-size: 1.3em
}

.logo span {
    display: block;
    font-size: .32em;
    letter-spacing: 4px
}

.header-bottom {
    padding: 1em 0
}

.navbar-nav {
    float: left;
    margin: 0
}

.navbar-default {
    background: #fff;
    border: none !important
}

.navbar-default .navbar-nav>li>a {
    color: #05222A;
    font-size: 1.3em;
    font-weight: 900
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #02B875;
    background-color: #fff
}

.navbar {
    min-height: 50px;
    margin-bottom: 0;
    border: 1px solid transparent
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #05222A;
    background-color: #fff
}

.menu__list {
    -webkit-flex-wrap: inherit;
    flex-wrap: inherit
}

.menu__item {
    display: block;
    margin: 1em 0
}

.menu__link {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none
}

.menu--francisco .menu__item {
    margin: 0 1.5em
}

.menu--francisco .menu__link {
    position: relative;
    overflow: hidden;
    height: 3em;
    padding: 1em 0;
    text-align: center;
    color: #b5b5b5;
    -webkit-transition: color .3s;
    transition: color .3s
}

.menu--francisco .menu__link:focus,
.menu--francisco .menu__link:hover {
    color: #929292
}

.menu--francisco .menu__item--current .menu__link {
    color: #02B875
}

.menu--francisco .menu__link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    opacity: 0;
    background: #02B875;
    -webkit-transform: translate3d(0, -3em, 0);
    transform: translate3d(0, -3em, 0);
    -webkit-transition: -webkit-transform 0s .3s, opacity .2s;
    transition: transform 0s .3s, opacity .2s
}

.menu--francisco .menu__item--current .menu__link::before,
.menu--francisco .menu__link:hover::before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform .5s, opacity .1s;
    transition: transform .5s, opacity .1s;
    -webkit-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.menu--francisco .menu__helper {
    display: block;
    pointer-events: none
}

.menu--francisco .menu__item--current .menu__helper,
.menu__link:hover .menu__helper {
    -webkit-animation: anim-francisco .3s forwards;
    animation: anim-francisco .3s forwards
}

@-webkit-keyframes anim-francisco {
    50% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    51% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes anim-francisco {
    50% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    51% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
.nav-menu.nav-menu-social>li.list-buttons a{
    border-radius:4px;
    position: relative;
	background:#017efa;
	border:2px solid #017efa !important;
}
.nav-menu.nav-menu-social>li.list-buttons.light a{
	background:#ffffff;
	border:2px solid #ffffff !important;
}
.nav-menu.nav-menu-social>li.list-buttons.border a{
    background: #ffffff;
    border: 2px solid #e3ebf3 !important;
}
.header-fixed .nav-menu.nav-menu-social>li.list-buttons.light a {
    background: #022f5d;
    border-color: #022f5d !important;
}
.nav-menu.nav-menu-social>li.list-buttons a {
    top:0px;
	padding:14px 20px;
    color:#ffffff !important;
}
.nav-menu.nav-menu-social>li.list-buttons.light a {
    color:#08184b !important;
}
.nav-menu.nav-menu-social>li.list-buttons.border a {
    color:#017efa !important;
}
.header-fixed .nav-menu.nav-menu-social>li.list-buttons.light a {
    color:#ffffff !important;
}
.nav-menu.nav-menu-social>li.list-buttons.dark{
    background:#022f5d;
	border-color:#022f5d !important;
}
.nav-menu.nav-menu-social>li.list-buttons.dark a{
	color:#ffffff;
}
.header-fixed .nav-menu.nav-menu-social .text-light {
    color:#0fca98 !important;
}
.nav-brand img {
    max-width: 155px;
    position: relative;
}
.nav-menu.nav-menu-social>li>a>.fas {
    font-size: 15px;
	-ms-transform: scale(1);
    transform: scale(1);
}
.nav-menu.nav-menu-social>li.list-buttons>a{
	display:inline-flex;
	align-items:center;
}
/*--------- Dashboard Dropdown ----------*/
.btn-group.account-drop {
    position: relative;
    padding: 3px 10px;
}
.nav-menu.nav-menu-social>li:last-child .btn-group.account-drop{
	padding-right:0;
}
.account-drop .btn.btn-order-by-filt {
    padding:0px;
	height:40px;
	width:40px;
	color: #06325d;
    font-size: 18px;
    margin-top: 0;
    font-weight: 600;
    border-radius: 50% !important;
    box-shadow: 0px 0px 0px 3px rgb(237 240 245);
    -webkit-box-shadow: 0px 0px 0px 3px rgb(237 240 245);
}
.account-drop .btn.btn-order-by-filt img.avater-img {
    width: 30px;
    border-radius: 50%;
}
.account-drop .dropdown-menu {
    top:70px !important;
    right: 0 !important;
    background: #fff;
    box-shadow: none;
    min-width:300px;
    left: initial !important;
    border: none;
    padding: 0rem;
    overflow: hidden;
	z-index:99;
    border-radius: 0.4rem;
    box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);
    -webkit-box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);
}
.drp_menu_headr {
    display: flex;
    align-items: center;
	justify-content: space-between;
    padding: 1.2rem;
    background:#017efa;
}
.drp_menu_headr h4 {
    font-size: 18px;
    margin: 0;
    color: #ffffff;
}
.account-drop .dropdown-menu ul {
    padding: 0;
    margin: 0;
}
.account-drop .dropdown-menu ul li {
    list-style: none;
    padding: 0;
    width: 100%;
    display: block;
}
.account-drop .dropdown-menu ul li a {
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color:#06325d;
    position: relative;
    padding: 1rem 1.2rem;
    border-bottom: 1px solid #edf0f3;
}
.account-drop .dropdown-menu ul li a i {
    margin-right:7px;
    position: relative;
    top:0px;
}
.notti_coun {
    position: absolute;
    right: 10px;
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #333333;
    border-radius: 50%;
    font-size: 13px;
    font-weight: 600 !important;
    color: #ffffff;
}
span.notti_coun.style-1 {
    background: #2bb170;
}
span.notti_coun.style-2 {
    background: #9972e6;
}
span.notti_coun.style-3 {
    background: #03a9f4;
}
.ntf-list-groups {
    position: relative;
    display: block;
    width: 100%;
}
.ntf-list-groups-single {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 1rem 0.8rem;
    border-bottom: 1px solid #e4e9ed;
}
.ntf-list-groups-icon {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f4f5f7;
}
.ntf-list-groups-caption {
    flex: 1;
    font-size: 14px;
    color: #28496e;
    padding-left: 10px;
}
.ntf-list-groups-caption p{
    margin:0;
}
.ntf-list-groups-single a.ntf-more {
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    width: 100%;
}
span.noti-status {
    position: absolute;
    width: 6px;
    height: 6px;
    background: #f32b2b;
    border-radius: 50%;
    top: 8px;
    right: 10px;
}
.drp_menu_headr-right .btn {
    padding: 0.6rem 1rem;
    height: 40px;
    font-size: 14px;
    font-weight: 600;
}
.mobile_nav ul {
    padding: 0;
    margin: 0;
}
.mobile_nav ul li {
    list-style: none;
    margin-left: 1rem;
}
.mobile_nav ul li a {
    height: 50px;
    width: auto;
    padding: 0.8rem 1.5rem;
    border-radius: 0.4rem;
    border: 2px solid #e3ebf3 !important;
    color: #017efa;
    font-weight: 500;
}
.mobile_nav.dhsbrd li {
    margin: 0;
    display: inline-block;
    width: auto !important;
}
.mobile_nav.dhsbrd ul li a {
    border: none !important;
    width: auto;
    display: inline-flex;
}
.mobile_nav.dhsbrd .account-drop ul li a{
	width:100%;
}
/*===================================================
 Homes Banner
==================================================*/
.image-bg {
    background-size: cover !important;
    background-position: center !important;
}
.image-cover {
    background-size: cover !important;
    background-position: center !important;
}
.image-bottom {
    background-size: auto !important;
    background-position: bottom !important;
}
.image-cover .container, .bg-cover .container{
	position:relative;
	z-index:1;
}
.hero-header{
    padding:5em 0 5em;
    display:flex;
    flex-wrap: wrap;
	min-height: 400px;
    justify-content: center;
    align-items: center;
	min-height:500px;
}
.hero-search-wrap {
    position: relative;
    background:#ffffff;
    max-width: 540px;
    border-radius: 10px;
    padding:30px;
    box-shadow: 0 20px 30px rgba(0, 22, 84, 0.15);
}
.hero-search-wrap.hs-2 {
    background:rgba(255,255,255,0.15);
    border-radius:5px;
    padding:1rem 1rem 0rem;
}
.hero-search-wrap.full-width {
	width:100%;
    max-width:100%;
}
.hero-search h1 {
    text-transform: capitalize;
    color: #022f5d !important;
	font-size:35px;
}
.btn.search-btn {
    background: #017efa;
    padding:5px 15px;
    border-radius:5px;
    box-shadow:none;
    color: #ffffff;
    width: 100%;
	font-size:1rem;
}
.btn.search-btn:hover, .btn.search-btn:focus{
	color:#ffffff !important;
}
.hero-banner.dark-text h1, .hero-banner.dark-text p, .hero-banner.dark-text h1, .hero-banner.dark-text  p{
	color:#4d5968;
}
.choose-propert-type {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 52px;
    position: relative;
    border-right: 1px solid #e2e6ed;
}
.choose-propert-type .nav-link {
    height: 45px;
    font-weight: 500;
    font-size: 13px;
    padding: 5px 20px;
    margin-right: 10px;
    background:rgb(1 126 250 / 15%);
    color:#017efa;
}

/*----------- Classic Search ------------*/
.classic-search-box {
    display: flex;
    align-items: center;
    position: relative;
}
.hero-search-content {
    background: #ffffff;
    padding: 0.7rem;
    border-radius: 10px;
    position: relative;
    width: 100%;
}
.hero-search-content .form-group {
    margin: 0;
}
.hero-search-content .form-group.full{
	flex:1;
	width:100%;
}
.input-with-icon {
    display: flex;
    align-items: center;
    position: relative;
}
.input-with-icon .form-control {
    padding-left: 35px;
    border: none;
    font-size: 15px;
}
.input-with-icon i, .input-with-icon img {
    position: absolute;
    left: 7px;
}
.colored .input-with-icon i, .colored .input-with-icon img {
    color:#017efa;
}
.hero-search-content .form-control{
    height: 52px;
    align-items: center;
    justify-content: center;
	width:100%;
}
.hero-search-content .btn {
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.btn.btn-filter-search {
    background:#e9eef5;
    height: 52px;
    border-radius: 6px;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 24px;
    color: #1a3b6b;
	width:100%;
}
.btn.btn-filter-search i{
    margin-right:10px;
}
.fliox-search-wiop {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.fliox-search-wiop .form-group {
    width: 48%;
    flex: 50%;
    position: relative;
    display: flex;
}
.nice-select ul.list {
    width: 100%;
    z-index: 99;
    box-shadow: none;
    border: 1px solid #f1f3f7;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
    background-color: #e9eef5;
}
.hero-search-content .nice-select .list {
    box-shadow: none;
	border:1px solid #e6ebf1;
}
.briod {
    border-right: 1px solid #e9eef5;
}
.lios-vrst {
    display: flex;
    flex-direction: column;
    margin-top: 2rem;
    position: relative;
}
.lios-vrst ul {
    padding: 0;
    margin: 0;
    position: relative;
    display: flex;
    align-items: center;
}
.lios-vrst ul li {
    flex: 0 0 33.3333%;
    list-style: none;
    width: 33.3333%;
    position: relative;
}
.lios-parts h2 {
    font-size: 3rem;
	margin-bottom:5px;
	font-weight:800;
}
.lios-parts h2 span {
    margin-left: 5px;
}
.lios-parts h6 {
    font-size: 14px;
    font-weight: 600;
    color: #252e38;
}
.nice-select:after {
    border-bottom: 2px solid #28496e;
    border-right: 2px solid #28496e;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
    border-color:#e6ebf1;
}
.nice-select.small-select{
    border-color: #e6ebf1;
    font-weight: 500;
    font-size: 13px;
	color:#28496e;
}
.nice-select .option {
    font-weight: 500;
    color: #536578;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
    background-color:#f4f5f7;
    font-weight: 500;
}
/*--------------- Video Banner --------------*/
.video-banner{
    position: relative;
    background-color: black;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 640px;
    width: 100%;
    overflow: hidden;
}
.video-banner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color:#000000;
    opacity: 0.6;
    z-index:3;
}
.video-banner video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

/*-------------- Homes Banner: Hero Header -----------------*/
.hero-header{
	background:#232323;
	background-position:center;
	background-size:cover;
	padding:4em 0;
	position:relative;
}
.large-banner {
    padding: 5em 0 3em;
    display: flex;
	min-height:660px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.verticle-center{
	text-align:center;
}
.hero-header{
    margin: 0;
    z-index: 2;
	padding:3rem 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
    -webkit-flex-direction: column;
}
.hero-header>*{
	position:relative;
	z-index:4;
}
.vedio-header>* {
    z-index: 22;
}
.hero-header h1{
	font-weight:800;
	line-height:1.3;
}
[data-overlay] {
    position: relative;
}
[data-overlay]:before {
    position: absolute;
    content: '';
    background:#010101;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
[data-overlay="1"]:before {
    opacity: 0.1;
}
[data-overlay="2"]:before {
    opacity: 0.2;
}
[data-overlay="3"]:before {
    opacity: 0.3;
}
[data-overlay="4"]:before {
    opacity: 0.4;
}
[data-overlay="5"]:before {
    opacity: 0.5;
}
[data-overlay="6"]:before {
    opacity: 0.6;
}
[data-overlay="7"]:before {
    opacity: 0.7;
}
[data-overlay="8"]:before {
    opacity: 0.8;
}
[data-overlay="9"]:before {
    opacity: 0.9;
}

/*---------- Map Style --------------*/
.map-left-box{
    float: right;
}
.map-banner-wrap {
    height: calc(100% - 4.8rem);
    position: relative;
    top: 4.88rem;
    transition: .1s;
}
.map-content-bxo{
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 1.875rem;
    scrollbar-color: #d2d2d2 #f3f3f3;
    scrollbar-width: thin;
    transition: all .25s ease-in-out;
    scroll-padding-top: 3rem;
}

.flt-wrap{
    float: left;
    width: 100%;
    position: relative;
}
.map-left-box .home-map-container.fw-map {
    width:40%;
    height: 100%;
    position: fixed;
    right: 0;
    z-index: 22;
    -webkit-transform: translate3d(0,0,0);
    overflow: hidden;
}
.home-map-container.fw-map #map {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    overflow: hidden;
}
.half-map .map-content-wrap{
    position: relative;
    width:60%;
    min-height: 100vh;
    z-index: 10;
    float: left;
}
.map-content-wrap .map-content-bxo{
    max-height: 100%;
    overflow: auto;
    padding: 0;
    overflow: visible;
}
.map-content-wrap .map-content-bxo{
    padding:1.5rem 2em 0;
}
.map-content-list {
    position: relative;
    display: block;
    padding: 0 2rem 2rem;
}
._mp-inner-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom:1rem;
}
._mp-inner-first {
    flex: 1;
    position: relative;
    display: flex;
    align-items: center;
    padding-right: 1rem;
    flex-wrap: wrap;
}
.search-inline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
    border-radius: 6px;
    overflow: hidden;
    border: 2px solid #f1f3f7;
    width: 100%;
    max-width:550px;
	padding: 5px;
}
.search-inline .form-control {
    border-radius: 6px;
	font-weight:500;
	font-size:13px;
    border: none;
}
.search-inline .btn.btn-append {
    background: #017efa;
    border-radius: 4px;
    font-weight: 500;
    color: #ffffff;
	font-size:14px;
}
.filter-pop-link {
    font-size: 14px;
    font-weight: 600;
    color: #06325d;
    transition: all ease 0.4s;
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.inline-filter {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    margin: 4px 10px 4px 0px;
}
.inline-filter:last-child {
    margin-right: 0;
}
.inline-top-filter-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding:0.5rem 0;
    border-bottom: 1px solid #e9ecef;
}
.inline-top-filter-wrap ._mp-inner-content {
    margin: 0;
}
.filter-pop-link.button {
    background: rgba(1, 126, 250,0.1);
    padding: 4px 15px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-size: 13px;
    color: #017efa;
}
.filter-pop-link.button:hover, .filter-pop-link.button:focus,.filter-pop-link.button:active {
    background:#017efa;
    color:#ffffff;
}
.map-popup-wrap .property-listing.property-2 {
    position: relative;
    background: #ffffff;
    border-radius: 0.4rem;
    max-width: 300px;
}
.infoBox {
    position: relative;
    background: #ffffff;
    border-radius: 0.5rem;
    max-width: 300px;
}
.map-popup-wrap .listing-img-wrapper {
    position: relative;
    padding: 5px;
    width: 100%;
    margin-bottom: 0.5rem;
}
.list-single-img img {
    max-width: 100% !important;
}
.map-popup-wrap .property-type {
    padding: 0.2rem 0.8rem;
    background: #07427c;
    border-radius: 0.2rem;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-weight: 500;
    position: absolute;
    top: 15px;
    left: 15px;
}
.map-popup-wrap .listing-detail-wrapper {
    padding: 0 1rem;
}
.map-popup-wrap .listing-short-detail .listing-name {
    margin: 0;
    font-size: 17px;
}
.map-popup-wrap .price-features-wrapper {
    padding: 0 1rem 0.5rem;
}
.map-popup-wrap .listing-card-info-price.price-prefix {
    color: #0077cf;
}
.infoBox>img {
    position: absolute !important;
    top: 10px;
    right: 10px;
    z-index: 2;
}
/*-----------------------------------
	General Features Design 
-----------------------------------*/
/*------------------- Tab Design ------------------*/
.nav-pills .nav-link {
    font-weight: 500;
    padding: 0.8rem 1.6rem;
    background: #131b24;
    color: #ffffff;
    margin-right: 10px;
}
.nav-pills.small .nav-link {
    padding: 0.4rem 0.8rem;
    font-size: 12px;
}
.nav-pills.spacing .nav-link {
    margin-bottom: 10px;
}
.nav-pills.lights .nav-link {
    background: #f1f5f8;
    color: #1a2e3f;
}
.nav-pills.lights .nav-link.active, .nav-pills.lights .show>.nav-link {
    background: #017efa;
    color: #ffffff;
}
.stry-counter {
    position: relative;
    padding: 2px 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
    margin-left: 5px;
    font-weight: 600;
}
/*---------------- Accordian Design ----------------*/
.accordion-button:focus {
    z-index: 3;
    border-color:none;
    outline: 0;
    box-shadow:none;
}
.bi {
    width: 1em;
    height: 1em;
    fill: currentcolor;
}
.accordion-button {
    font-weight: 500;
    color: #00345b;
}
/*---------------- Sidebar Search Design ------------------*/
.page-sidebar {
    background: #ffffff;
    position: relative;
    display: block;
    border-radius: 10px;
    margin-bottom: 10px;
    border: 2px solid #ebf2f8;
}
.over-top .container {
    top: -130px;
    position: relative;
}
.page-sidebar .filter_links {
    padding: 16px 0;
    width: 100%;
    font-weight: 500;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
}
.page-sidebar .filter_links i {
    margin-left: 10px;
}
.item-shorting .left-column h4 {
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
}
.item-shorting .left-column h4 span {
    color:#00afff;
}
.item-shorting-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.item-shorting-box-right {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
ul.shorting-list {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
ul.shorting-list li {
    list-style: none;
    display: block;
    position: relative;
	margin:0 10px;
}
ul.shorting-list li:last-child{
	margin:0;
}
ul.shorting-list li a {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 4px;
    color: #131e29;
    transition: all ease 0.4s;
}
ul.shorting-list li a:hover, ul.shorting-list li a:focus, ul.shorting-list li a.active {
    color: #017efa;
}
.page-sidebar .form-group {
    display: flex;
    width: 100%;
}
.nice-select.select-normal {
    height: 52px;
	width:100%;
    line-height: 50px;
}
.nice-select {
    padding-left: 12px;
    width: 100%;
    float: initial;
}
#back2Top {
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    position: fixed;
    bottom: 10px;
    right: 20px;
    text-align: center;
    font-size: 15px;
    border-radius: 4px;
    text-decoration: none;
    background:#333c56;
    color: #ffffff;
}
#back2Top:hover {
    background-color:#ffffff;
    color:#333c56;
}
/*====================================
	Vesh Property Style
======================================*/
.veshm-list-wraps {
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
}
.veshm-list-thumb {
    display: flex;
    flex-direction: column;
    position: relative;
}
.veshm-list-click{
	transition:transition:all ease 0.4s;;
}
.veshm-list-img-slide a {
    position: relative;
    display: block;
    height: auto;
    width: 100%;
}
.veshm-list-img-slide a:before {
    content: "";
    position: absolute;
    background: #020406;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.2;
}
.veshm-list-block {
    display: flex;
    flex-direction: column;
    position: relative;
    border: 1px solid #e6ebf1;
    border-top: none;
    border-radius: 0 0 10px 10px;
}
.veshm-list-head {
    display: flex;
    justify-content: space-between;
    padding:1.2rem 0.7rem 1.2rem 0.7rem;
    position: relative;
}
.rlhc-price-name {
    margin: auto;
    font-size:22px;
    margin-bottom: 0px;
    position: relative;
    line-height: 1.2;
}
.rlhc-price-name .monthly {
    font-size: 13px;
    font-weight: 500;
    color:#7a88a8;
    margin-left: 2px;
}
.listing-short-detail-flex {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 0;
    width: 100%;
}
.rlhc-title-name {
    margin: 0;
    font-size: 15px;
    font-weight:600;
}
.rlhc-prt-location {
    font-size: 13px;
    display: inline-flex;
}
.veshm-list-footer {
    display: flex;
    flex-direction: column;
    padding: 1rem;
    border-top: 1px solid #e6ebf1;
}
.veshm-list-icons{
	display:flex;
	width:100%;
	position:relative;
	margin-top:5px;
}
.veshm-list-icons ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}
.veshm-list-icons ul li {
    display:inline-flex;
	align-items:center;
    list-style: none;
    margin-right:15px;
	color:#617896;
}
.veshm-list-icons ul li:last-child{
	margin:0;
}
.veshm-list-icons ul li span {
    font-size: 12px;
    font-weight:500;
	margin-left:5px;
}
.veshm-list-icons ul li{
    font-size: 12px;
}
.veshm-tags {
    position: absolute;
    top: -12px;
    left: -2px;
    background: #017efa;
    padding: 0 15px;
    height: 24px;
    border-radius: 0px 4px 4px 0px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index:1;
}
.veshm-list-circls ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.veshm-list-circls ul li {
    display: inline-flex;
	align-items:center;
    list-style: none;
    font-size: 12px;
    font-weight:500;
    color:#617896;
}
.veshm-list-circls ul li:last-child{
	margin:0;
}
.veshm-list-circls ul li span.bed-inf {
    color: #009688;
}
.veshm-list-circls ul li span.bath-inf {
    color: #ff5722;
}
.veshm-list-circls ul li span.area-inf {
    color: #9260ed;
}
.veshm-list-availabilty {
    position: relative;
    display: flex;
    padding: 0 1rem 1rem;
    width: 100%;
}
.veshm-list-availabilty .btn-avalability {
    height: 48px;
    padding: 0 30px;
    width: 100%;
    border-radius: 4px;
    background: rgb(1 126 250 / 15%);
    align-items: center;
    justify-content: center;
    display: flex;
    font-weight: 500;
    font-size: 13px;
    color: #017efa;
    transition: all ease 0.4s;
}
.veshm-list-availabilty .btn-avalability:hover, .veshm-list-availabilty .btn-avalability:focus,.veshm-list-availabilty .btn-avalability:active {
    background:#017efa;
    color:#ffffff;
}
.veshm-list-wraps:hover .veshm-list-availabilty .btn-avalability, .veshm-list-wraps:focus .veshm-list-availabilty .btn-avalability{
	background:#017efa;
    color:#ffffff;
}
.veshm-list-circls ul li span {
    display: inline-flex;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin-right: 4px;
    border: 1px solid #c1cbd5;
    font-size: 10px;
}
.veshm-tags.featured {
    background:#ff6b18;
}
.veshm-tags.trending {
    background:#4caf50;
}
.veshm-tags span {
    font-weight: 500;
    font-size: 13px;
    color: #ffffff;
}
.veshm-tags span i{
    margin-right:5px;
}
.veshm-type {
    position: absolute;
    left: 12px;
    top: 15px;
    z-index: 1;
    padding: 5px 14px;
    background: #003e70;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
	text-transform:capitalize;
    height: 30px;
}
.veshm-type.fr-buy{
	background:#de1243;
}
.veshm-type.fr-sale{
	background:#dc3545;
}
.veshm-type span {
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
}
.btn.btn-like {
    width: 35px;
    height: 35px;
    display: inline-flex;
    padding: 0;
    color:#017efa;
    border: 1px solid #e6ebf1;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 14px;
}
.btn.btn-like.active {
    color:#ff7800;
}
.resi-prty-offers-box {
    display: flex;
    align-items: center;
    padding:0.2rem 0.7rem 1.4rem;
    justify-content: space-between;
    width: 100%;
}
.prty-offers-input {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex: 0 0 45%;
    width: 45%;
}
.prty-offers-input .input-form {
    height: 44px;
    display: flex;
    position: relative;
    border: 1px solid #e6ebf1;
    border-radius: 4px;
}
.prty-offers-input .input-form>input {
    border: none;
    height: 42px;
    box-shadow: none;
	font-weight:500;
}
span.prefix-title {
    position: absolute;
    bottom: -9px;
    font-weight: 500;
    font-size: 11px;
    right: 8px;
    background: #ffffff;
    padding: 0 4px;
	color:#7a88a8;
}
.prty-offers-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 48%;
	width:48%;
}
.btn.btn-offer-send {
    border: none;
    box-shadow: none;
    background: #017efa;
    display: flex;
    justify-content: center;
    border-radius: 4px;
    font-weight: 500;
    font-size: 13px;
    height:46px;
	width:100%;
    align-items: center;
    color: #ffffff;
}
.btn.btn-offer-send:hover, .btn.btn-offer-send:focus, .btn.btn-offer-send:active {
    border: none;
    box-shadow: none;
    background:#0072e3;
    display: flex;
    justify-content: center;
    border-radius: 4px;
    font-weight: 500;
    font-size: 13px;
    height:46px;
	width:100%;
    align-items: center;
    color: #ffffff;
}
.prty-veryfy {
    line-height: initial;
    font-weight: 500;
    font-size: 12px;
}
.prty-veryfy i {
    color:#0eb677;
    margin-right: 5px;
}
.veshm-list-img-slide .slick-prev {
    left: 0;
    z-index: 1;
    width: 30px;
    height: 60px;
    border-radius:0px 100px 100px 0px;
    color: #ffffff !important;
    opacity: 1 !important;
}
.veshm-list-img-slide .slick-next {
    right: 0;
    z-index: 1;
    width: 30px;
    height: 60px;
    border-radius:100px 0px 0px 100px;
    color: #ffffff !important;
    opacity: 1 !important;
}
.slick-prev:before,.slick-next:before {
    opacity:1;
}
.veshm-list-click .slick-next, .veshm-list-click .slick-prev{
	display:none !important;
}
.veshm-list-click:hover .slick-next, .veshm-list-click:focus .slick-next,
.veshm-list-click:hover .slick-prev, .veshm-list-click:focus .slick-prev{
	display:block !important;
}
.compare-btn {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 1;
    font-weight: 500;
    font-size: 13px;
    height: 32px;
    padding: 0 15px;
    border-radius: 4px;
    border: none;
    color: #0b3660;
	background: #ffffff;
}
.compare-btn i{
    color:#017efa;
	margin-right:5px
}
.single-slide {
    padding: 0 5px;
}
/*------------------- Veshm List Property Style ------------------*/
.veshm-list-prty {
    display: flex;
    align-items: flex-start;
    width: 100%;
    border: 2px solid #f1f3f7;
	background:#ffffff;
    border-radius: 6px;
    padding:0.8rem;
    position: relative;
}
.veshm-list-prty-figure {
    display: flex;
    flex-direction: column;
    width: 250px;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
	height: 200px;
}
.veshm-list-prty-figure .veshm-list-img-slide, .veshm-list-prty-figure .veshm-list-click,  .veshm-list-prty-figure .slick-list.draggable, .veshm-list-prty-figure .slick-track{
    height: 100%;
}
.veshm-list-prty-figure .slick-slide img {
    width: 100%;
    height: 200px !important;
    object-fit: cover;
}
.veshm-list-prty-caption {
    flex: 1;
    padding-left: 1rem;
    display: flex;
    flex-direction: column;
    width: auto;
}
.veshm-list-kygf {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 1rem;
}
.veshm-list-typess {
    display: inline-flex;
    height: 30px;
    font-size: 12px;
    font-weight: 500;
    background: rgb(1 126 250 / 12%);
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    border-radius: 4px;
    margin-bottom: 4px;
    color: #017efa;
}
.veshm-list-typess.rent{
	background:rgb(0 170 124 / 12%);
	color: #07ab84;
}
.veshm-list-middle {
    margin-bottom: 0;
    height:66px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.veshm-list-footers {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.veshm-list-footers .rlhc-price-name {
    font-size: 25px;
}
.veshm-list-kygf-flex .vesh-aget-rates {
    justify-content: flex-start;
}

/*------------------------------------------------
	Detail Page Elements Style 
------------------------------------------------*/
/*------- Ratting Box -------------*/
.veshm-fl-rate-box {
    position: relative;
    width: 100%;
    display: flex;
	margin-bottom:30px;
}
.fl-rate-box-head {
    width: auto;
    padding: 2rem 1.5rem;
    display: flex;
	min-height: 150px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius:0.4rem;
	position:relative;
}
.fl-rate-box-caption {
    float: left;
    display: flex;
    align-items: center;
    background: #ffffff;
    border-radius:0.4rem;
    margin-left: 10px;
    min-height: 150px;
    padding: 1rem 1.5rem;
    width: 100%;
}
.flt-yuo10 {
    text-align: center;
    color: #ffffff;
    font-weight: 500;
    font-size: 17px;
}
.flt-yuo10 h4 {
    color: #ffffff;
    font-size: 5rem;
    position: relative;
    line-height: 4rem;
    margin: 0;
}	
.flt-yuo12 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 6px 10px;
    background: rgba(255,255,255,0.1);
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    font-size: 13px;
}
.fls-bystar {
    display: flex;
    align-items: center;
    letter-spacing: 5px;
    margin-bottom: 9px;
}
.fls-bystar span {
    font-size: 18px;
    color: #ff9800;
    margin-right: 2px;
}
.fls-bycaps>* {
    font-weight: 500;
    margin: 0;
}
.fls-by1{
    float: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.btn.btn-sb-mid {
    background: #017efa;
    border-radius: 4px;
}

/*------------- Agent Contact Box ----------*/
.veshm-ct-box {
    position: relative;
    width: 100%;
    border: 1px solid #e8ecf0;
    border-radius: 4px;
    padding:0 0rem;
    background: #ffffff;
}
.veshm-ct-box.no-border {
    border:none;
}
.veshm-ct-you1 {
    position: relative;
    width: 100%;
    padding: 2rem 2rem;
}
.veshm-ct-youa {
    width: 135px;
    height: 135px;
    border-radius: 50%;
    border: 4px solid #f1f6fb;
    padding: 5px;
    margin: 0.5rem auto;
}
.veshm-ct-youb {
    display: block;
    position: relative;
    text-align: center;
}
.veshm-ct-youb h4 {
    margin: 0;
    font-size: 20px;
}
.veshm-ct-youb p {
    margin: 0;
    font-weight: 500;
    font-size: 13px;
}
.veshm-ct-you2 {
    margin-bottom: 1rem;
    position: relative;
	padding:0rem 2rem;
    width: 100%;
}
.veshm-ct-you2>* {
    font-size:35px;
    font-weight: 600;
    color:#e91e63;
}
.veshm-ct-you3, .veshm-ct-you4{
	position: relative;
	padding:0rem 2rem;
    width: 100%;
}
.veshm-ct-youc, .veshm-ct-youd {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}
.veshm-ct-you4 {
    padding:1rem 2rem;
    border-top:1px solid #e8ecf0;
    margin-top: 2rem;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
}

/*-------------- Property Reviews Design ---------------*/
.prt-reviews-groups {
    position: relative;
    display: block;
    width: 100%;
}
.prt-reviews-single {
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    position: relative;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #e6ecf1;
    padding-bottom: 1.5rem;
}
.prt-reviews-single:last-child {
    margin-bottom:0rem;
    border-bottom:none;
    padding-bottom:0rem;
}
.prt-reviews-single-thumb {
    display: block;
    position: relative;
    width: 100%;
}
.prt-rvs-head {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
}
.prt-rvs-head-img {
    position: relative;
    width: 80px;
    height: 80px;
    border: 3px solid #f1f5f8;
    border-radius: 50%;
}
.prt-rvs-head-caption {
    position: relative;
    padding-left: 10px;
    width: auto;
}
.prt-ves-ratting {
    position: relative;
    display: block;
    font-size: 12px;
    margin-bottom: 2px;
    letter-spacing: 1px;
    color:#ff9210;
}
.prt-ves-reviewer h4 {
    position: relative;
    margin: 0 0 2px;
    font-size: 17px;
}
.prt-ves-ratting-title h5 {
    font-size: 14px;
    margin: 0;
    line-height: 1;
}
.prt-reviews-single-content {
    position: relative;
    display: block;
    width: 100%;
    font-size: 14px;
    margin-top: 10px;
}
.prt-ves-paragraph{
	position: relative;
    display: block;
    width: 100%;
	margin-bottom:10px;
}
.prt-post-date {
    position: relative;
    font-size: 12px;
    font-weight: 500;
    color: #3b5162;
}
.nerb-lists-groups {
    position: relative;
    width: 100%;
    display: block;
}
.nerb-lists-single {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.8rem;
    border: 1px dashed #dee6eb;
    margin-bottom: 1rem;
    border-radius: 0.3rem;
}
.nerb-lists-sgl-first {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.nerb-lists-sgl-head {
    position: relative;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(0 190 130 / 10%);
    border-radius: 0.3rem;
}
.nerb-lists-sgl-head h5 {
    color: #00be82;
    margin: 0;
    font-size: 17px;
}
.nerb-lists-sgl-caption{
	width:240px;
	padding-left:10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.nerb-school-name {
    font-size: 15px;
    font-weight: 600;
	color:#00599a;
}
.nerb-school-subtext{
	color: #617896;
    font-size: 13px;
    font-weight: 500;	
}
.nerb-lists-sgl-last {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 3rem;
    width: 100%;
}
.nerb-lists-sgl-01, .nerb-lists-sgl-02, .nerb-lists-sgl-03 {
    display: block;
    position: relative;
    text-align: center;
}
.nerb-section-number {
    font-size: 15px;
    font-weight: 600;
    color: #051b35;
}
.nerb-section-title {
    font-size: 12px;
    font-weight: 500;
}
.othr-place-list {
    position: relative;
    display: flex;
    padding: 1rem;
    background: #ffffff;
    border: 1px dashed #dee6eb;
    border-radius: 0.3rem;
    align-items: flex-start;
    justify-content: flex-start;
}
.othr-place-list-icon {
    width: 40px;
    height: 40px;
    background: rgb(1 126 250 / 10%);
    color: #017efa;
    border-radius: 0.3rem;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.othr-place-list-caption {
    position: relative;
    display: block;
    width: auto;
}
.othr-place-list-title {
    position: relative;
    display: block;
    width: 100%;
}
.othr-place-list-title h5 {
    margin: 0 0 2px;
    font-size: 14px;
    line-height:1;
}
.othr-place-list-subtitle{
	position: relative;
    display: block;
    width: 100%;
}
.othr-place-list-subtitle span{
	color: #617896;
    font-size: 13px;
    font-weight: 500;
}
/*----------- Cover Elements ----------------*/
.vshm-cov-wrap {
    position: relative;
    text-align: center;
    padding: 3rem 0;
}
.vshm-cov-head {
    position: relative;
    display: block;
    margin-bottom: 2rem;
}
.vshm-cov-head>* {
    color: #ffffff;
    font-size: 40px;
}
.vshm-cov-caption {
    position: relative;
    display: block;
    margin-bottom: 2rem;
}
.vshm-cov-caption ul {
    position: relative;
    margin: 0;
    padding: 0;
}
.vshm-cov-caption ul li {
    display: inline-block;
    margin: 7px;
    list-style: none;
}
.vshm-cov-caption ul li a {
    display: inline-flex;
    height: 50px;
    padding: 5px 25px;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    border-radius: 4px;
    border: 2px solid #ffffff;
    align-items: center;
    justify-content: center;
    background: transparent;
    transition: 0.4s all ease;
}
.vshm-cov-caption ul li a:hover, .vshm-cov-caption ul li a:focus {
    color: #017efa;
    background: white;
    border-color: white;
}

/*----------- Detail Elements Design ----------------*/

.vesh-detail-bloc-group {
    display: block;
    position: relative;
    width: 100%;
}
.vesh-detail-bloc {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 30px;
    background: #ffffff;
    padding: 0;
    border-radius: 0.4rem;
}
.vesh-detail-bloc .vesh-detail-bloc_header{
    padding: 1rem 1.5rem;
    border: none;
}
.vesh-detail-bloc .vesh-detail-bloc_header h4 {
    margin: 0;
    font-weight: 700;
    font-size: 16px;
}
.vesh-detail-bloc .vesh-detail-bloc-body{
    padding: 0rem 1.5rem 1.5rem;
	display: inline-block;
    width: 100%;
}
.vesh-detail-bloc.style_2 {
    border-bottom: 1px solid #ebeef0;
    border-radius: 0;
}
.vesh-detail-bloc.style_2 .vesh-detail-bloc_header {
    padding: 1rem 0;
}
.vesh-detail-bloc.style_2 .vesh-detail-bloc-body {
    padding: 0 0 1rem;
}
.vesh-detail-bloc-group .vesh-detail-bloc:last-child {
    margin-bottom: 0;
	border-bottom:none;
	padding-bottom:0;
}
.vesh-detail-bloc-group .vesh-detail-bloc.style_2:last-child {
    margin-bottom: 0;
	border-bottom:none;
	padding-bottom:0;
}
.vesh-detail-bloc-group .vesh-detail-bloc.style_2:last-child .vesh-detail-bloc-body {
    padding: 0;
}
.vesh-detail-bloc-body p:last-child{
	margin-bottom:0;
}
.vesh-detail-bloc .vesh-detail-bloc_header h4:after {
    font-family: "Font Awesome 5 Free";
    content: "\f106";
    position: relative;
    float: right;
    margin-right: 0px;
    transition: 0.2s ease-out;
    background:rgba(1,126,250,0.1);
	border:1px solid rgba(1,126,250,0.2);
	color:#017efa;
    width: 26px;
    height: 26px;
    font-weight: 600;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.vesh-detail-bloc .vesh-detail-bloc_header .collapsed h4:after {
    transform: rotate(180deg);
}
.vesh-detail-bloc.style_2 .vesh-detail-bloc_header h4.no-arrow:after, .vesh-detail-bloc .vesh-detail-bloc_header h4.no-arrow:after{
	display:none;
}
.vesh-detail-headup {
    position: relative;
    display: flex;
    align-items:center;
    justify-content: space-between;
    padding: 1rem 1.5rem;
    width: 100%;
}
.vesh-detail-headup-first {
    padding: 0 1rem 0 0rem;
}
.prt-detail-title-desc {
    display: block;
    position: relative;
}
.prt-detail-title-desc h4 {
    margin-bottom: 2px;
}
.prt-price-fix {
    display: block;
    margin: 0;
	line-height:1.5;
    font-size: 24px;
    font-weight: 800;
	text-align:center;
}
.prt-price-fix span {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: #687b96;
}
.deatil_adv_features {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}
.ilio-icon-wrap{
    list-style: none;
    width:100%;
    height:100px;
    border-radius: 0.2rem;
    background: #f3f7fa;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.ilio-icon {
    font-size: 30px;
    color: #1b5086;
}
.ilio-text {
    font-size: 13px;
    font-weight: 500;
    color: #294459;
}
.avl-features {
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.avl-features li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    margin: 10px 0 10px;
    padding-left: 30px;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    color: #617896;
    font-size: 13px;
    font-weight: 500;
}
.avl-features li:before {
    content:"\f058";
    font-family:"Font Awesome 5 Free";
    position: absolute;
    color: #00ba74;
    width: 20px;
    height: 20px;
    background: rgba(0, 186, 116,0.1);
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    left: 0;
}

.lvs-caption{
	color: #617896;
    font-size:15px;
    font-weight: 500;
}
.lvs-caption i {
    color: #017efa;
    margin-right: 10px;
}
.like_share_list {
    padding: 0;
    margin: 0;
    display: flex;
    padding: 1.2rem;
    align-items: center;
    justify-content: space-between;
}
.like_share_list li {
    flex: 0 0 33.333333%;
    width: 33.333333%;
    list-style: none;
    display: block;
	padding:0 0.5rem
}
.like_share_list li .btn {
    width: 100%;
}
.like_share_list .btn {
    font-weight: 500;
}
.mortgage-wrp-bloc {
    position: relative;
    width: 100%;
    background: rgb(0 190 130 / 10%);
    border: 1px solid rgb(0 190 130 / 20%);
    border-radius: 0.4rem;
    display: flex;
    flex-wrap: wrap;
}
.mortgage-wrp-bloc-single {
    width: 25%;
    flex: 0 0 25%;
    padding: 1.2rem 1.5rem;
    border-right: 1px dashed rgb(0 190 130 / 40%);
}
.mortgage-wrp-bloc-single:last-child {
    border-right:none;
}
.mortgage-wrp-bloc-single .mrtg-wrp-title {
    font-size: 13px;
    font-weight: 500;
    color: #154537;
    margin-bottom: 3px;
}
.mortgage-wrp-bloc-single .mrtg-wrp-subtitle {
    font-size: 24px;
    font-weight: 800;
    color: #00a372;
}

/*------------ Detail Page Sidebar Design ----------*/
.pg-side-groups {
    display: block;
    position: relative;
    width: 100%;
}
.pg-side-block {
    position: relative;
    display: block;
    background: #ffffff;
    border-radius: 0.4rem;
	margin-bottom:20px;
}
.pg-side-block:last-child{
	margin:0;
}
.pg-side-block-head {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 1.5rem;
    border-bottom: 2px solid #f3f7fa;
}
.pg-side-left {
    margin-right: 15px;
}
.pg-side-thumb {
    width: 80px;
    border: 4px solid #f3f7fa;
    border-radius: 50%;
}
.pg-side-right-caption h4 {
    font-size: 20px;
    margin: 0;
}
.pg-side-right-caption span {
    font-size: 13px;
    font-weight: 500;
    color: #617896;
}
.pg-side-block-info {
    position: relative;
    display: block;
    padding: 1.5rem 1.5rem 1rem;
}
.vl-elfo-group {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom:1.5rem;
}
.vl-elfo-group:last-child {
    margin: 0;
}
.vl-elfo-icon {
    width: 40px;
    height: 40px;
    background: transparent;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #2d5272;
    margin-right: 7px;
    border: 2px solid #f3f7fa;
}
.vl-elfo-caption {
    display: block;
    position: relative;
    width: auto;
}
.vl-elfo-caption h6 {
    font-size: 14px;
    margin: 0;
}
.vl-elfo-caption p {
    margin: 0;
    font-size: 13px;
    color: #617896;
    font-weight: 500;
}
.pg-side-block-buttons {
    position: relative;
    display: block;
    padding: 0 1.5rem 1.5rem;
}
.single-button {
    display: block;
    margin: 10px 0;
}
.booking-info-try {
    position: relative;
    display: block;
    padding:1rem;
}
.booking-info-try ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.booking-info-try ul li {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.3rem 0;
}
.booking-info-try ul li h6 {
    font-size: 12px;
    margin: 0;
    line-height: 1;
}
.booking-info-try ul li span {
    font-size: 12px;
    font-weight: 600;
    color: #048e5a;
}
.booking-info-try ul li:last-child {
    background: #1ec08f;
    padding: 0.5rem;
    border-radius: 0.2rem;
}
.booking-info-try ul li h6.total-title {
    font-size: 14px;
    color: #ffffff;
}
.booking-info-try ul li span.total-price {
    font-size:13px;
    color: #ffffff;
}
.datedrp{
  --dd-overlay: rgba(0, 0, 0, .75);
  --dd-text1:#091e33;
  --dd-primary:#617896;
  --dd-gradient:linear-gradient(45deg, #00BE82 0%, #00BE82 100%);
  --dd-selectedBackground:#00BE82;
  --dd-monthBackground:#017efa;
  --dd-confirmButtonBackground:#017efa;
}

/*---------------------------------------------
	Veshm All Features Styles
----------------------------------------------*/
/*-------------- Category Style --------------*/
.vesh-categ-box {
    display: flex;
    flex-direction: column;
    position: relative;
}
.vesh-categ-box .vesh-categ-links{
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 2rem 1rem;
    border-radius: 6px;
    background: #f1f3f7;
	transition:all ease 0.4s;
}
.vesh-categ-box.light .vesh-categ-links{
    background:#ffffff;
	border:2px solid #e3ebf3;
}
.veshm-list-098 {
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 0 13px;
    background: rgb(1 126 250 / 15%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    border-radius: 50px;
    color: #017efa;
}
.veshm-list-098 span {
    font-weight:600;
    font-size:10px;
}
.vesh-categ-icons {
    position: relative;
    display: flex;
    margin: 1.5rem auto 1rem;
}
.vesh-categ-icons i {
    font-size:4rem;
    color: #183153;
	position: relative;
    display: inline-flex;
}
.vesh-categ-icons .abs {
    position: absolute;
    right: 5px;
    top: 5px;
    color:#d0d5df;
    z-index: 0;
}
.vesh-categ-content {
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.vesh-content-title {
    font-size: 17px;
    margin:0 0 2px;
    line-height: 1.2;
}
.vesh-categ-content .vesh-prt-location {
    font-weight: 500;
    font-size:12px;
    color:#5b7388;
}
.vesh-categ-box .vesh-categ-links:hover,.vesh-categ-box .vesh-categ-links:focus, .vesh-categ-box .vesh-categ-links:active {
    background:#017efa;
}
.vesh-categ-box.light .vesh-categ-links:hover,.vesh-categ-box.light .vesh-categ-links:focus, .vesh-categ-box.light .vesh-categ-links:active {
    background:#017efa;
	border:2px solid #17efa;
}
.vesh-categ-box .vesh-categ-links:hover .veshm-list-098,.vesh-categ-box .vesh-categ-links:focus .veshm-list-098{
	background: #ffffff;
	color: #183153;
}
.vesh-categ-box .vesh-categ-links:hover .vesh-categ-icons .abs,.vesh-categ-box .vesh-categ-links:focus .vesh-categ-icons .abs{
	color:rgba(255, 255, 255,0.2);
}
.vesh-categ-box .vesh-categ-links:hover .vesh-categ-icons i,.vesh-categ-box .vesh-categ-links:focus .vesh-categ-icons i{
	color:#ffffff;
}
.vesh-categ-box .vesh-categ-links:hover .vesh-content-title,.vesh-categ-box .vesh-categ-links:focus .vesh-content-title{
	color:#ffffff;
}
.vesh-categ-box .vesh-categ-links:hover .vesh-prt-location,.vesh-categ-box .vesh-categ-links:focus .vesh-prt-location{
	color:rgba(255,255,255,0.7);
}

/*-------------- Category Style 2 --------------*/
.vsm-stay-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    position: relative;
}
.vsm-stay-figure {
    position: relative;
    display: block;
    margin-bottom: 1rem;
}
.vsm-stay-figure figure {
    margin: 0;
}
.vsm-stay-caption {
    position: relative;
    text-align: center;
    width: 100%;
}
.vsm-stay-caption h4 {
    font-size: 15px;
    margin: 0px 0 5px;
}
.vsm-stay-button .vsm-stay-btn {
    font-size: 12px;
    font-weight: 500;
    padding: 8px 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #e3ebf3;
    border-radius: 0.4rem;
    color: #31496c;
}

.side-thumber-wrap {
    position: relative;
    margin-bottom: 1rem;
    width: 100%;
}
.side-effect {
    position: absolute;
    background: #eaf0f9;
    width: 200px;
    height: 200px;
    border-radius: 8px;
    z-index: 0;
    top: -15px;
    right: -15px;
}
.side-thumber-caption {
    position: absolute;
    bottom: 20px;
    right: -50px;
    max-width: 300px;
}
.single-side-thumber {
    position: relative;
    margin-bottom: 12px;
    background: #ffffff;
    padding: 1rem 0.8rem;
    border-radius: 0.4rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    box-shadow: 0px 0px 7px 7px rgb(1 1 1 / 10%);
	-webkit-box-shadow: 0px 0px 7px 7px rgb(1 1 1 / 10%);
}
.side-thumber-caption .single-side-thumber:last-child{
	left:25px;
	position:relative;
}
.single-side-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(1, 126, 250,0.1);
    color: #017efa;
    margin-right: 10px;
}
.single-side-text h6 {
    margin: 0;
    font-size: 12px;
}
.side-thumber-img {
    position: relative;
}
.right .side-effect {
    right: auto;
    left: -15px;
}
.right .side-thumber-caption {
    right: auto;
    left: -50px;
}
.plp-agt-wrap {
    position: relative;
    background: #ffffff;
    padding: 1rem 0.8rem;
    border-radius: 0.4rem;
    width: 270px;
}
.plp-agt-head {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 1.5rem;
}
.plp-agt-head-thumb {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 12px;
}
.plp-agt-captiion-top .plp-tag {
    font-size: 12px;
    padding: 4px 15px;
    background: rgba(0, 165, 113,0.1);
    color: #00a571;
    border-radius: 4px;
    margin-bottom: 2px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.plp-agt-caption-middle {
    position: relative;
    display: block;
}
.plp-agt-caption-middle h5 {
    font-size: 16px;
    margin: 0;
}
.plp-agt-caption-middle span {
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
}

/*--------------- Properties City List ------------------*/
.vesm-city-list-wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
}
.vesm-city-list-head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding:0.5rem 0.5rem;
    background:#f3f7fd;
    margin-bottom: 1rem;
    border-radius: 50px 4px 4px 50px;
}
.vesm-city-list-head span {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #017efa;
    margin-right: 10px;
    color: #ffffff;
}
.vesm-city-list-head h5 {
    margin: 0;
    font-size: 16px;
}
.vesm-city-list-body {
    position: relative;
    display: block;
    width: 100%;
}
.vesm-city-list-body ul {
    display: block;
    margin: 0;
    padding: 0;
}
.vesm-city-list-body ul li {
    list-style: none;
    display: block;
    margin-bottom: 8px;
}
.vesm-city-list-body ul li a {
    font-size: 14px;
    color: #4f5e64;
    cursor: pointer;
	transition:all ease 0.4s;
}
.vesm-city-list-body ul li a i {
    margin-right: 10px;
	transition:all ease 0.4s;
}
.vesm-city-list-body ul li span {
    float: right;
    font-size: 10px;
    font-weight: 500;
    padding: 3px 4px;
    background:#f3f7fd;
    border-radius: 50%;
}
.vesm-city-list-foot {
    position: relative;
    display: block;
    margin-top: 10px;
}
.vesm-city-list-foot .simple-link {
    font-weight: 500;
    color: #017efa;
}
.vesm-city-list-body ul li a:hover, .vesm-city-list-body ul li a:focus {
    color: #017efa;
}
.vesm-city-list-body ul li a:hover i, .vesm-city-list-body ul li a:focus i {
    color: #017efa;
    margin-left: 10px;
}

/*-------------- Review Box ---------------------*/
.vesm-rsv-box-wrap {
    display: flex;
    flex-direction: column;
    margin: 0;
    width: 100%;
    position: relative;
}
.vesm-rsv-box-head {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 0.5rem;
}
.vesm-rsv-box-head .vesm-rsv-txt {
    font-size: 12px;
    font-weight: 800;
    margin-right: 1.5rem;
    color: #182e50;
    letter-spacing: 0.5px;
}
.vesm-rsv-star {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
}
.vesm-rsv-star i {
    font-size: 12px;
    margin-left: 3px;
    color: #ff7220;
}
.vesm-rsv-box-caption {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.vesm-rsv-elcox, .vesm-rsv-elcox-01 {
    display: inline-flex;
    margin-right: 10px;
    position: relative;
    align-items: center;
    justify-content: flex-start;
}
.vesm-rsv-elcox-01 .vshm-arrows {
    color: #03d574;
    font-size: 20px;
    margin-right: 10px;
}
.vesm-rsv-elcox-01 .reviews-ctr {
    margin: 0;
    font-size: 17px;
    font-weight: 800;
}
.vesm-rsv-elcox-02 {
    position: relative;
    display: inline-flex;
    width: auto;
}
.vesm-rsv-elcox-02 ul {
    padding: 0;
    margin: 0;
    margin-left:7px;
    display: inline-flex;
    align-items: center;
}
.vesm-rsv-elcox-02 ul li {
    display: inline-block;
    list-style: none;
    position: relative;
}
.vesm-rsv-elcox-02 ul li figure {
    margin: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    position: relative;
    margin-left: -12px;
    box-shadow: 0px 2px 4px 2px rgb(0 0 0 / 10%);
	-webkit-box-shadow: 0px 2px 4px 2px rgb(0 0 0 / 10%);
}
.vesm-rsv-elcox-02 ul li figure img {
    border-radius: 50%;
}
.vesm-rsv-elcox-02 ul li .img-coun {
    height: 40px;
    width: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
    color: #017efa;
    border: 2px solid white;
    border-radius: 50%;
	margin-left: -12px;
    background:#e7f4ff;
	box-shadow: 0px 2px 4px 2px rgb(0 0 0 / 10%);
	-webkit-box-shadow: 0px 2px 4px 2px rgb(0 0 0 / 10%);
}
/*-------------- List Category Style --------------*/
.vesh-list-categ-box {
    position: relative;
    display: flex;
    flex-direction: column;
}
.vesh-categ-list-links {
    display: flex;
    padding:10px;
    position:relative;
	background:#ffffff;
    border:2px solid #f1f3f7;
    margin-bottom:30px;
    border-radius:6px;
	transition:all ease 0.4s;
}
.vesh-categ-list-content {
    display: flex;
	padding-left:1rem;
    flex-direction: column;
    flex: 1;
    position: relative;
}
.vesh-categ-list-icons {
    padding: 2rem 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f1f3f7;
    border-radius: 4px;
    position: relative;
}
.vesh-categ-list-icons i {
    font-size:3.5rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.vesh-categ-list-content .veshm-list-098 {
    position: relative;
    display: inline-flex;
    width: 80px;
    top: auto;
    right: auto;
}
.vesh-prt-location {
    font-size: 12px;
    font-weight: 500;
    color:#5b7388;
}
.vesh-categ-strt {
    display: flex;
    align-items: center;
    justify-content:space-between;
    margin-top: 1rem;
}
.vesh-categ-strt .starting {
    font-weight: 500;
    font-size: 13px;
}
.vesh-categ-strt .rlhc-price-name {
    font-size: 20px;
    margin: 0;
}
.vesh-categ-strt .rlhc-price-name .monthly {
    font-size: 11px;
}
.vesh-categ-list-links:hover .vesh-categ-list-icons, .vesh-categ-list-links:focus .vesh-categ-list-icons{
	background:#017efa;
	color:#ffffff;	
}
.vesh-categ-list-links:hover, .vesh-categ-list-links:focus{
	
}
.vesh-categ-list-links:hover .vesh-categ-strt .starting, .vesh-categ-list-links:focus .vesh-categ-strt .starting{
	color:#022f5d;
}

/*------------------ Veshm Agent Style -----------------*/
.veshm-agent-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    border: 2px solid #f1f3f7;
    border-radius: 6px;
    background: #ffffff;
}
.veshm-agent-wrap .btn.btn-like {
    color:#ff9800 !important;
    position: absolute;
    left: 12px;
    top: 12px;
}
.veshm-list-75{
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 0 13px;
    background: rgb(1 126 250 / 15%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    border-radius: 50px;
    color: #017efa;
}
.veshm-list-75 span {
    font-weight: 600;
    font-size: 10px;
}
.veshm-agent-thumb {
    width: 130px;
    height: 130px;
    padding: 8px;
    background: #ffffff;
    border-radius: 50%;
	position: relative;
    border: 4px solid #eaeef2;
    margin:3rem auto 1rem;
}
.veshm-agent-content {
    padding: 0 1.2rem 2rem;
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    text-align: center;
}
.vesh-aget-rates {
    display: flex;
    align-items: center;
    justify-content: center;
}
.vesh-aget-rates i {
    font-size: 9px;
    margin: 0 1.4px;
    color: #ff9800;
}
.vesh-aget-rates span {
    font-size: 12px;
    font-weight: 500;
    color:#7b8b9a;
    margin-left: 5px;
}
.vesh-contact {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 1.5rem;
}
.veshm-agent-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:0.7rem 1.2rem;
    border-top: 1px solid #eaeef2;
}
.veshm-agent-footer .rlhc-prt-location {
    font-weight: 500;
    font-size: 12px;
    color: #7a88a8;
    align-items: center;
}
.veshm-agent-social ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: end;
}
.veshm-agent-social ul li {
    list-style: none;
    margin-left: 12px;
    position: relative;
}
.veshm-agent-social ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid #eaeef2;
    font-size: 12px;
	color:#617385;
}
.veshm-agent-wrap:hover a.btn, .veshm-agent-wrap:focus a.btn{
	cursor:pointer;
}
.count-agent-25 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    background: rgb(6 178 138 / 12%);
    color: #06b28a;
    height:26px;
    margin: 0 auto 4px;
    width: auto;
    border-radius: 4px;
}
.count-agent-25 span{
    font-size:12px;
	font-weight:500;
}  
.agent-list-block {
    position: relative;
    display: flex;
    background: #ffffff;
    padding:1.5rem 1.2rem;
    border-radius: 0.4rem;
    align-items: center;
    justify-content: flex-start;
}
.agent-list-fliop {
    position: relative;
    display: block;
}
.agent-list-thumb {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 170px;
    height: 170px;
    border-radius: 0.6rem;
    border: 3px solid #ebf1f4;
    padding: 4px;
}
.agent-list-caption {
    position: relative;
    display: block;
    padding-left: 1rem;
}
span.verify-icon {
    position: absolute;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    font-weight: 800;
    top: 20%;
    right: -6px;
    z-index: 1;
    color: #ffffff;
    background: #0eb677;
    border-radius: 50%;
    border: 2px solid #ffffff;
}
.adgt-wriop-block {
    overflow: hidden;
    position: relative;
}
.adgt-wriop-bg {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 210px;
    background-size: cover !important;
    background-position: center !important;
}
.adgt-wriop-header-info {
    position: relative;
    margin-top: -70px;
}
.adgt-wriop-img-fig {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: 0 auto;
    border: 3px solid #f0f4f7;
    padding: 3px;
	position: relative;
}
.adgt-wriop-cription {
    position: relative;
    padding: 0.5rem 0 1rem 0;
    text-align: center;
}
.adgt-wriop-social {
    position: relative;
    margin: 0;
    padding: 0;
}
.adgt-wriop-social ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.adgt-wriop-social ul li {
    list-style: none;
    position: relative;
    margin: 0 0.5rem;
}
.adgt-wriop-social ul li a {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
/*----------------- Achievement Design --------------*/
.veshm-achivement {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #ffffff;
    border-radius: 1rem;
    box-shadow: 0px 0px 10px 5px rgb(0 0 0 / 7%);
    -webkit-box-shadow: 0px 0px 10px 5px rgb(0 0 0 / 7%);
    padding: 1.5rem 1rem;
}
.veshm-achivement-icons {
    display: flex;
    height: 70px;
    width: 70px;
    background: rgb(1 126 250 / 10%);
    margin: 0 auto 1rem;
    align-items: center;
    justify-content: center;
    border-radius: 100px 0px 100px 100px;
    color: #017efa;
    font-size: 25px;
}
.veshm-achivement-content {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
}
.veshm-achivement-content h2 {
    font-size: 3rem;
}
.veshm-achivement-content p {
    font-size: 14px;
    font-weight: 500;
}
.single-brand {
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.single-brand figure{
	margin:0;
}
/*----------------- Property Location Design --------------*/
.veshm-location-prt {
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 6px;
    overflow: hidden;
	margin-bottom:30px;
}
.veshm-location-figure {
    position: relative;
    display: flex;
    height: auto;
    width: 100%;
}
.veshm-location-content {
    position: relative;
    border: 1px solid #eaeef2;
    overflow: hidden;
    border-top: none;
    padding: 1.2rem 1rem;
	border-radius:0px 0px 6px 6px;
}
.veshm-location-content h4 {
    font-size: 16px;
	line-height:1;
    margin: 0;
}
.veshm-location-content .vesh-aget-rates {
    justify-content: flex-start;
}
.veshm-location-lists {
    position: absolute;
    right: 15px;
    top: 15px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background: #ffffff;
    z-index: 1;
    padding: 0 15px;
    font-weight: 500;
    font-size: 13px;
    color: #034080;
}
.veshm-location-prt.overlay .veshm-location-content {
    border: none;
    border-radius: 0;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
}
.veshm-location-prt.overlay .veshm-location-content h4, .veshm-location-prt.overlay .vesh-aget-rates span{
	color:#ffffff;
}
.veshm-location-prt.overlay .veshm-location-figure:before {
    content: "";
    position: absolute;
    background: #011223;
    left: 0;
    right: 0;
    height: 100%;
    opacity: 0.3;
}
.veshm-location-prt.overlay .veshm-location-lists {
    background: #017efa;
    color: #ffffff;
}

/*--------------- Call To Action -------------*/
.call-action-container.light {
    background: #f1f3f7;
    position: relative;
}
.call-action-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    width: 100%;
}
.call-action-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    width: 100%;
}
.call-action-form{
	display:flex;
	align-items: center;
    justify-content: center;
    flex-direction: column;
	margin-top:2.5rem;
	width:100%;
}
.call-action-form form {
    width:90%;
    margin: 0 auto;
}
.newsltr-form {
    display: flex;
    align-items: center;
    background: #ffffff;
    justify-content: center;
    width: 100%;
    padding: 7px;
    border-radius: 50px;
}
.newsltr-form .form-control {
    border: none;
    border-radius: 50px;
    box-shadow: none;
    font-size: 13px;
    font-weight: 500;
	height:52px;
}
.newsltr-form .btn.btn-subscribe {
    background: #017efa;
    border-radius: 50px;
    font-weight: 500;
    font-size: 13px;
    color: #ffffff;
    height:52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 30px;
}
.call-action-container.dark .newsltr-form .btn.btn-subscribe {
    background: #003364;
}

/*-------------- Pricing Style --------------*/
.veshm-pricing-box {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    border-radius: 8px;
    border: 2px solid #f1f3f7;
    padding: 1rem 0;
    position: relative;
}
.veshm-pricing-header {
    padding: 1rem 1rem 1rem;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.veshm-pricing-header .vesh-prc-icon {
    width: 70px;
    height: 70px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 10px;
    background: rgb(1 126 250 / 10%);
    font-size: 30px;
    color: #017efa;
}
.vesh-prc-icon-caption span {
    background: #dfe5eb;
    padding: 0 15px;
    font-weight: 500;
    font-size:12px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    margin-bottom:8px;
    color: #384f66;
}
.vesh-prc-icon-caption span.golden {
    background: rgb(8 179 133 / 10%);
    color: #08b385;
}
.vesh-prc-icon-caption span.standard{
	background: rgb(233 30 30 / 10%);
    color: #e91e1e;
}
.vesh-prc-icon-caption span.platinum{
	background: rgb(138 88 226 / 10%);
    color: #8a58e2;
}
.vesh-prc-icon-caption h5 {
    font-size: 22px;
}
.veshm-pricing-middle {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding:1rem 1rem 1rem;
}
.veshm-prc-title h2 {
    font-size: 60px;
    line-height: 1;
    color: #017efa;
}
.veshm-prc-title h2 sup {
    font-size: 20px;
    vertical-align: super;
    font-weight: 600;
    color: #8fa0b2;
}
.veshm-prc-title h2 sub {
    font-size: 15px;
    font-weight: 600;
    color: #8fa0b2;
}
.veshm-pricing-content {
    padding: 1rem;
    position: relative;
    display: flex;
    flex-direction: column;
}
.veshm-pricing-content ul {
    position: relative;
    padding: 0;
    margin: 0;
}
.veshm-pricing-content ul li {
    padding: 0.8rem 1rem;
    list-style: none;
    border-bottom: 1px solid #f1f3f7;
    font-weight: 500;
    font-size: 13px;
}
.veshm-pricing-content ul li:last-child{
	border-bottom:none;
	padding-bottom:0;
}
.veshm-pricing-content ul li i{
	margin-right:10px;
	color:#0baf81;
}
.veshm-pricing-content ul li.deactive i{
	color:#4e5c79;
}
.veshm-pricing-content ul li.deactive{
	opacity:0.5;
}
.veshm-pricing-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 1rem;
}
.veshm-pricing-footer .btn.btn-subscribe {
    background: rgb(1 126 250 / 10%);
    width: 100%;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #017efa;
}
.veshm-pricing-box.featured {
    border-color: #017efa;
}
.veshm-pricing-box.featured .veshm-pricing-footer .btn.btn-subscribe {
    background:#017efa;
    color:#ffffff;
}

/*-------------------- Icons List Designs ---------------*/
.veshm-icon-box-list {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.veshm-icon-box-list ul {
    padding: 0;
    margin: 0;
}
.veshm-icon-box-list ul li {
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 100%;
	margin-bottom:1.5rem;
}
.veshm-icon-box-list ul li:last-child{
	margin-bottom:0.5rem;
}
.veshm-icon-box-list ul li .vib-list-wrap21 {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
}
.veshm-icon-box-list ul li .vib-list-icon {
    width: 70px;
    height: 70px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #017efa;
    border-radius: 6px;
    color: white;
    font-size: 25px;
    box-shadow: 6px 6px 0px 2px rgb(1 126 250 / 20%);
	-webkit-box-shadow: 6px 6px 0px 2px rgb(1 126 250 / 20%);
	-moz-box-shadow: 6px 6px 0px 2px rgb(1 126 250 / 20%);
}
.veshm-icon-box-list.style-2 ul li .vib-list-icon {
    background: white;
    border-radius: 50%;
    box-shadow: 4px 3px 8px 4px rgb(13 40 68 / 10%);
    -webkit-box-shadow: 4px 3px 8px 4px rgb(13 40 68 / 10%);
    color: #017efa;
    width: 60px;
    height: 60px;
    font-size: 20px;
}
.vib-list-caption {
    flex: 1;
    padding-left: 2rem;
    position: relative;
    display: block;
}
.vib-list-caption h5 {
    font-size: 17px;
    margin-bottom: 8px;
}
.vib-list-caption p {
    font-size: 14px;
    color: #456478;
    font-weight: 400;
    margin: 0;
}

/*------------------ Services Box Post Design -------------*/
.veshm-posted-box-y78 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    border: 2px solid #f1f3f7;
	background:#ffffff;
    border-radius: 10px;
    padding: 3rem 2rem;
    position: relative;
}
.veshm-posted-head-y78 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:0 0 0.5rem;
}
.veshm-posted-head-y78 img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    max-width: 120px;
}
.veshm-posted-body-y78 {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    position: relative;
}
.veshm-posted-body-y78 h2 {
    font-size:25px;
}
.veshm-posted-body-y78 p {
    margin: 0;
    font-size: 14px;
}
.veshm-posted-footer-y78 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top:2rem;
}
.veshm-posted-footer-y78 .btn.btn-start {
    background: rgb(1 126 250 / 10%);
    min-width: 200px;
    height: 50px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    color:#017efa;
}
.veshm-posted-box-y78.active .veshm-posted-body-y78 h2 {
    color: #004c97;
}
.veshm-posted-box-y78.active .veshm-posted-footer-y78 .btn.btn-start{
	background:#017efa;
	color:#ffffff;
}
.veshm-posted-box-y78.active {
    border-color: #017efa;
}

.veshm-servs-box {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
}
.veshm-servs-box .veshm-servs-box-icon {
    width: 65px;
    height: 65px;
    font-size: 20px;
    border-radius: 50%;
    background:#ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 4px 3px 8px 4px rgb(13 40 68 / 10%);
    -webkit-box-shadow: 4px 3px 8px 4px rgb(13 40 68 / 10%);
    color: #017efa;
}
.veshm-servs-box-caption {
    position: relative;
    padding: 0 0.8rem;
    margin-top: 1rem;
}
.veshm-servs-box-caption h4{
    font-size:20px;
}
.veshm-servs-box-caption p{
	font-size:14px;
}
.veshm-servs-box.light .veshm-servs-box-icon {
    box-shadow: 4px 3px 8px 4px rgb(13 40 68 / 10%);
    -webkit-box-shadow: 4px 3px 8px 4px rgb(255 255 255 / 10%);
}
.veshm-servs-box.light .veshm-servs-box-caption h4 {
    color: #ffffff;
}
.veshm-servs-box.light .veshm-servs-box-caption p {
    color: rgba(255, 255, 255, 0.8);
}
/*----------------- Modal Popup Design -----------------*/
.modal-dialog.filter-popup {
    max-width: 750px;
}
.modal-header {
    padding:2rem 1rem 1rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    flex-direction: column;
}
.mdl-thumb {
    display: block;
    margin-bottom: 1rem;
}
.mdl-title {
    display: block;
    width: 100%;
    margin-bottom: 2rem;
}
.modal-header h4 {
    font-size: 50px;
    color:#0a2a4b;
    margin: 0;
}
.modal-body {
    padding: 1rem 2rem 2rem;
}
.modal-login-form .form-group .form-control {
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border:2px solid #f1f3f7;
    font-weight: 500;
    font-size: 13px;
    color: #2e4862;
}
.modal-login-form .form-group{
	position:relative;
	margin-bottom:20px;
}
.modal-login-form .form-group label {
    font-size: 12px;
    font-weight: 500;
    color: #017efa;
}
.form-group .btn.btn-modal-login {
    background: #017efa;
    width: 100%;
    height: 52px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 17px;
    color: #ffffff;
}
.modal-flex-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.modal-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    margin:2rem 0 2rem;
    font-weight: 500;
    font-size: 14px;
    color: #5b7ea3;
}
.social-login {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.social-login ul {
    margin: 0;
    padding: 0;
	width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.social-login ul li {
    width: 45%;
    flex: 0 0 45%;
    list-style: none;
}
.social-login ul li .btn {
    background: rgb(1 126 250 / 10%);
    border-radius: 5px;
    height: 52px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #017efa;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid rgb(1 126 250 / 20%);
}
.social-login ul li .btn:hover, .social-login ul li .btn:focus, .social-login ul li .btn:active{
	color:#ffffff;
	background:#05264e;
	border-color:#05264e;
}
.social-login ul li .btn.connect-google {
    background: rgb(222 67 2 / 10%);
    color: #de4302;
    border: 1px solid rgb(222 67 2 / 20%);
}
.social-login ul li .btn.connect-google:hover, .social-login ul li .btn.connect-google:focus, .social-login ul li .btn.connect-google:active{
	color:#ffffff;
	background:#de4302;
	border-color:#de4302;
}
.social-login ul li .btn i {
    margin-right: 10px;
}
.social-login ul li .btn i {
    margin-right: 10px;
}
.modal-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 13px;
}
span.mod-close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #eff0f2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    cursor: pointer;
	z-index: 1;
}
.filter-popup .modal-header {
    padding: 1.5rem 1rem 1.5rem;
    border-bottom: 1px solid #eaedf2;
    justify-content: flex-start;
}
.filter-popup .modal-header h4 {
    font-size: 22px;
}
.filter-popup .filter-header {
    display: flex;
    padding: 1rem;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #eaedf2;
}
.filter-popup .filter-header .nav-tabs {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    border: none;
}
.filter-popup .nav-tabs .nav-item {
    display: flex;
    flex: 0 0 25%;
    align-items: center;
    justify-content: center;
}
.filter-popup .nav-tabs .nav-item .nav-link {
    width:100%;
	font-weight:600;
    color: #017efa;
	border-radius: 0.375rem;
    background: rgb(1 126 250 / 10%);
}
.filter-popup .nav-tabs .nav-item .nav-link.active, .filter-popup .nav-tabs .nav-item .nav-link:hover, .filter-popup .nav-tabs .nav-item .nav-link:focus {
    color: #ffffff;
    background: #017efa;
    border-radius: 0.375rem;
}
.filt-buttons-updates {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.filt-buttons-updates .btn {
    height: 46px;
    padding: 5px 20px;
    border-radius: 4px;
    font-size: 14px;
    font-weight:600;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.filt-buttons-updates .btn.btn-save {
    background: #0681fa;
}
.full-tabs-group {
    position: relative;
    padding: 1.5rem 2rem;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.single-tabs-group {
    display: block;
    border-bottom: 1px dashed #dde1e8;
    margin-bottom: 15px;
    padding-bottom: 15px;
    width: 100%;
}
.single-tabs-group:last-child{
	margin-bottom:0;
	padding-bottom:0;
	border:none;
}
.single-tabs-group-header h5 {
    margin: 0 0 8px;
    font-size: 15px;
}
div#filTabContent {
    height: 100%;
    overflow: auto;
    max-height:480px;
}
/*----------------- Testimonials Design -----------------*/
.veshm-reviews-box {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 1rem;
	background:#ffffff;
    border: 2px solid #f1f3f7;
    border-radius: 10px;
}
.veshm-reviews-flex {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    width: 100%;
}
.veshm-reviews-thumb {
    position: relative;
    width: auto;
    display: block;
}
.veshm-reviews-thumb .veshm-reviews-figure {
    width: 70px;
    padding: 4px;
    height: 70px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #e1e5ec;
    border-radius: 50%;
}
.veshm-reviews-caption {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    padding-left: 1rem;
    flex: 1;
}
.veshm-reviews-title h4 {
    font-size: 16px;
    margin: 0;
    line-height: 1.2;
    color: #103a87;
}
.veshm-reviews-rates {
    display: flex;
    align-items: center;
    margin-top: 2px;
    font-size: 9px;
    color: #ff9800;
}
.veshm-reviews-rates i{
    margin-right:4px;
}
.veshm-reviews-rates i.deactive {
    color: #c7d2dd;
}
.veshm-reviews-desc {
    padding: 1rem 0;
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
.veshm-reviews-desc p {
    font-size: 14px;
    margin: 0;
}
.veshm-reviews-designation {
    font-size: 12px;
    font-weight: 500;
    color: #017efa;
}

/*----------------------------------------------
	Inner Page Design 
-----------------------------------------------*/
.page-title {
    padding: 1rem 0;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-size: cover !important;
}
.page-title .ipt-title {
    font-size: 50px;
    margin-bottom: 15px;
    color: #ffffff;
}
.page-title .ipn-subtitle {
    color: #199dff;
    font-weight: 500;
}
.team-grid {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #ffffff;
    border-radius: 0.4rem;
}
.teamgrid-user {
    position: relative;
    display: block;
    padding: 10px;
}
.teamgrid-user img {
    border-radius: 0.4rem;
    display: block;
    width: 100%;
}
.teamgrid-content {
    padding: 0.5rem 1rem 1rem;
    text-align: left;
}
.teamgrid-content h4 {
    font-size: 17px;
    margin: 0;
    line-height: 1.5;
}
.ctr-veshm-box {
    position: relative;
    display: flex;
    width: 100%;
    background: rgb(0 190 130 / 10%);
    border: 1px solid rgb(0 190 130 / 20%);
    border-radius: 0.4rem;
}
.ctr-veshm-signl {
    display: flex;
    flex-direction: column;
    flex: 0 0 33.333333%;
    width: 33.333333%;
	padding: 1.5rem;
    text-align: center;
	border-right: 1px solid rgb(0 190 130 / 20%);
}
.ctr-veshm-signl:last-child{
	border:none;
}
.ctr-veshm-signl-ico {
    font-size: 2rem;
    color: rgb(0 190 130);
    margin-bottom: 0.5rem;
}
.ctr-veshm-signl-caption p {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 13px;
    color: #154a47;
}
.check-ourio-wrap{
    position: relative;
    display: block;
    border-radius: 0.4rem;
    border: 2px solid #e5eef5;
}
.check-ourio-head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 1rem;
    border-bottom: 1px solid #e5eef5;
}
.check-ourio-head h5 {
    margin: 0;
    font-size: 16px;
}
.check-ourio-caption {
    position: relative;
    display: block;
    padding: 1rem;
}
.check-ourio-single {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 15px;
}
.check-ourio-first {
    width: auto;
    flex: 1;
    max-width: 120px;
}
.check-ourio-last {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding-left: 10px;
}
.check-ourio-last h5 {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
}
.prt-jhio-price {
    margin-top: 8px;
}
.panel.panel-default {
    background: #ffffff;
    box-shadow: none;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 20px;
    border: 1px solid #e5eef5;
}
.panel-default>.panel-heading {
    color: #0047ab;
    padding: 14px 15px;
    background-color: #ffffff;
    border-color: #eaeff5;
}
.panel-default>.panel-heading {
    border-bottom: 1px solid #edeef3;
}
.panel-default>.panel-heading h4 {
    margin: 0;
    font-size: 17px;
}
.panel-default>.panel-heading h4 a {
    color: #202738;
    position: relative;
    padding-left: 25px;
}
.panel-default>.panel-heading h4 a:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background: #edeef3;
    border-radius: 50%;
    left: 0;
    top: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    color: #ffffff;
    transition: all ease 0.4s;
}
.panel-default>.panel-heading h4 a[aria-expanded="true"]:before {
    content:"\f00c";
    font-family:"Font Awesome 6 Free";
    background: #11af6d;
}

.panel-default .panel-body {
    padding: 1.5rem 2rem;
}
.box-block-wrap-group {
    position: relative;
    display: block;
    width: 100%;
}
.box-block-wrap {
    position: relative;
    display: block;
	padding: 1rem 1.5rem;
    margin-bottom: 2rem;
    background: #ffffff;
    border-radius: 0.5rem;
}
.box-block-wrap:last-child {
    margin: 0;
}
.box-block-wrap_header {
    position: relative;
    margin-bottom: 1rem;
}
.box-block-wrap_header h2, .box-block-wrap_header h3, .box-block-wrap_header h4 {
    letter-spacing: .5px;
    color: #0d2366;
    margin-bottom:2px;
}
.box-block-wrap_header h2:not(.no-puck)::after, .box-block-wrap_header h3:not(.no-puck)::after, .box-block-wrap_header h4:not(.no-puck)::after {
    content: '';
    display: block;
    width: 24px;
    height: 4px;
    background:#017efa;
    margin-top: 16px;
}
.comp-property {
    position: relative;
    display: block;
    border: 2px solid #dce5eb;
    border-radius: 0.6rem;
    padding: 10px;
}
.clp-title {
    padding: 10px 0;
}
.clp-title h4 {
    font-size: 16px;
    margin: 0;
}
.clp-title span {
    font-size: 13px;
    font-weight: 600;
    color:#017efa;
}
.comp-property ul {
    padding: 0;
    margin: 0;
}
.comp-property ul li {
    font-size: 13px;
    font-weight: 500;
    list-style: none;
    padding: 12px 0;
    border-top: 1px solid #e6ebee;
}
.comp-property ul li.inactive{
	opacity:0.6;
}
span.remove-from-compare {
    position: absolute;
    width: 32px;
    height: 32px;
    right: 15px;
    top: 20px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color:#017efa;
}
/*----------------------------------------------
 Blog Design Start
----------------------------------------------*/
/*------------ Grid Blog Design ------------------*/
.veshm-grid-blog {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    flex-direction: column;
    position: relative;
    border-radius: 6px;
	background:#ffffff;
    border: 2px solid #f1f3f7;
}
.veshm-grid-blog .veshm-grid-blog-thumb {
    padding: 10px;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    display: block;
}
.veshm-grid-blog .veshm-grid-blog-thumb img {
    border-radius: 6px;
    width: 100%;
}
.veshm-grid-blog-body {
    position: relative;
    display: block;
    padding: 0.5rem 1rem;
}
.veshm-grid-body-header {
    position: relative;
    display: block;
    margin-bottom:10px;
}
.veshm-grid-title,.veshm-grid-body-middle {
    display: block;
    position: relative;
    width: 100%;
}
.veshm-grid-posted {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 26px;
    font-size: 12px;
    font-weight: 600;
    background: #017efa;
    padding: 0 15px;
    border-radius: 4px;
    color: #ffffff;
    margin-bottom: 5px;
}
.veshm-grid-title h4 {
    font-size: 16px;
    margin: 0;
}
.veshm-grid-body-middle p {
    font-size: 14px;
    margin: 0;
}
.veshm-grid-body-footer {
    padding:2rem 0 1rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.veshm-grid-body-footer .btn.btn-blog-link {
    height: 50px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #e8edf2;
    font-size: 14px;
    color: #0c3258;
    transition: all ease 0.4s;
}
.veshm-grid-body-footer .btn.btn-blog-link:hover, .veshm-grid-body-footer .btn.btn-blog-link:focus,.veshm-grid-body-footer .btn.btn-blog-link:active{
	background:#017efa;
	color:#ffffff;
}
.blog-list-block {
    display: flex;
    position: relative;
    width: 100%;
    background: #ffffff;
    border-radius: 0.4rem;
    align-items: center;
	padding: 0.5rem;
    justify-content: flex-start;
}
.blog-list-thumber {
    height: 100%;
	flex:1;
}
.blog-list-caption {
    padding: 0 1rem;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.blog-list-caption .bl-title {
    font-size: 15px;
    margin:4px 0 0;
}
.blg-authr {
    margin-top: 1rem;
}
.single-post-item.format-standard {
    position: relative;
    display: block;
    background: #ffffff;
    border-radius: 0.6rem;
}
.post-details {
    position: relative;
    padding: 1rem 1.5rem;
}
.post-tags ul {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
}
.post-tags ul li {
    list-style: none;
    padding: 0;
    position: relative;
    display: inline-block;
}
.post-tags ul li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    background: #f4f5f7;
    font-weight: 500;
    font-size: 12px;
    padding: 4px 12px;
    border-radius: 0.2rem;
    margin-right: 4px;
    margin-bottom: 4px;
}
.pst-foot-roiu {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-top: 1px solid #ebeef3;
    padding: 1.5rem;
}
.pst-foot-roiu ul {
    padding: 0;
    margin: 0;
    display: inline-flex;
}
.pst-foot-roiu ul li {
    list-style: none;
    display: inline-flex;
    margin-right: 10px;
    align-items: center;
}
.pst-foot-roiu ul li a {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f4f5f7;
    border-radius: 0.2rem;
}
.comment-list {
    position: relative;
    display: block;
    width: 100%;
}
.comment-list ul {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
}
.comment-list ul ul {
    margin-left: 2rem;
}
.comment-list ul li {
    display: block;
    list-style: none;
    width: 100%;
}
.comment-list ul li article {
    display: flex;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 2rem;
}
.comment-list ul li article .comment-author {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.comment-list ul li article .comment-details {
    padding-left: 1rem;
    position: relative;
    display: block;
}
.comment-left-meta .author-name {
    font-size: 16px;
    margin: 0;
}
.comment-reply a {
    position: relative;
    float: right;
    padding: 4px 12px;
    background: #f4f5f7;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
}
/*====================================
	User Dashboard
==================================*/
.veshm-dash-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    height: 160px;
    background-color: #444;
    border-radius: 4px;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    transition: .3s;
    cursor: default;
}
.veshm-dash-icon{
	margin-left:10px;
	position:relative;
}
.vsm-icon-lio {
    width:50px;
    height:50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 25px;
}
.veshm-dash-block {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left:0.6rem;
}
.veshm-dash-block_content h4 {
    font-size:25px;
    font-weight: 600;
    padding: 0;
    margin:0 0 5px;
    letter-spacing: 1px;
	display: flex;
    align-items: flex-start;
}
.veshm-dash-block_content h6 {
    line-height: 1;
    margin: 0;
    color: #6d7f8e;
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
}
.veshm-dash-block_content span {
    font-size: 12px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2px 10px;
    line-height: 2;
    margin-left: 5px;
}
.veshm-dash-block-icon {
    position: absolute;
    right: 32px;
    top: 50%;
    transform: translateY(-40%);
    font-size: 80px;
    opacity: .2;
}
.veshm-dash-block-icon {
    font-size: 65px;
}
.veshm-dash-wrapper.widget-1 {
    background: linear-gradient(to left,rgba(255,255,255,0) 30%,rgba(255,255,255,0.1));
    background-color: #ffffff;
    border-left: 4px solid #2bb170;
}
.veshm-dash-wrapper.widget-2 {
    background: linear-gradient(to left,rgba(255,255,255,0) 30%,rgba(255,255,255,0.1));
    background-color: #ffffff;
    border-left: 4px solid #ce024b;
}
.veshm-dash-wrapper.widget-3 {
    background: linear-gradient(to left,rgba(255,255,255,0) 30%,rgba(255,255,255,0.1));
    background-color: #ffffff;
    border-left: 4px solid #f39f00;
}
.card-header {
    background: #ffffff;
    padding: 0.8rem 1rem;
    border-color: #e2e8ec;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.card-header h4, .card-header h5, .card-header h6 {
    font-size: 15px;
    font-weight: 600;
    margin: 0;
}
body #Packages {
    background: #ffffff !important;
    display: inline-block;
    width: 100%;
    padding: 5px 0px;
    box-shadow:0 0 20px 0 rgba(62,28,131,0.1);
    border-radius: 4px;
    margin: 10px 0;
}
.btn.btn-link.collapsed, .btn.btn-link:focus {
    text-decoration: none !important;
}
#extraPackages {
    padding:2rem 1.5rem;
    border-radius: 4px;
	background:#ffffff;
	margin-bottom:25px;
    box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
}
.package-box {
    padding: 1rem 0rem 0;
    border: 1px solid #e8eaf1;
    border-radius: 4px;
    text-align: center;
	margin-bottom:1rem;
}
ul.packages-lists-list {
    padding:0 1rem 1rem;
    margin: 0;
}
ul.packages-lists-list li {
    list-style: none;
    padding: 5px 0;
}
.buypackage {
    background: #f4f5f7;
    padding: 1rem 1rem;
    border-top: 1px solid #e3e6ec;
    text-align: left;
    font-weight: 500;
}
.packages-features-title {
    font-size: 35px;
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.packages-features-title span {
    font-size: 15px;
    font-weight: 500;
    color: #84a0b1;
}
.buypackage span {
    margin-top: 0.7rem;
    display: block;
}
.pay-btn {
    padding: 15px 20px;
    border-radius: 4px;
    background: #f4f5f7;
    margin: 0px 13px 5px 0px;
    display: inline-block;
}
.pay-btn.paypal {
    background: #1468d0;
    color: #ffffff !important;
}
.pay-btn.stripe {
    background: #7f35e0;
    color: #ffffff !important;
}
.pay-btn.wire-trans {
    background: #1ca6e4;
    color: #ffffff !important;
}
.dashboard-wraper {
    position: relative;
	background:#ffffff;
    width: 100%;
    padding: 2em;
    box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
    border-radius:10px;
}
.property_dashboard_navbar {
    position: relative;
    background: #ffffff;
    width: 100%;
	overflow:hidden;
    padding:2em 0 0;
    border-radius: 0.5rem;
    box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);
	-webkit-box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);
}
.dash_user_avater {
    text-align: center;
    margin:2em 0 1rem;
	padding: 0 2rem;
}
.dash_user_avater img {
    max-width: 100px;
    border-radius: 50%;
    margin-bottom: 8px;
    box-shadow: 0px 0px 0px 5px rgb(237 240 245);
	-webkit-box-shadow: 0px 0px 0px 5px rgb(237 240 245);
}
.dash_user_avater h4 {
    margin: 10px 0 0px 0;
    font-size:17px;
}
.dash_user_menues ul {
    padding: 0;
    margin: 0;
}
.dash_user_menues ul li {
    list-style: none;
    padding: 6px 15px;
    margin: 0;
    display: block;
    width: 100%;
}
.dash_user_menues ul li a {
    padding: 1rem 1rem;
    color: #144273;
    border-radius: 0.4rem;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    width: 100%;
    font-weight: 500;
    position: relative;
    transition: all ease 0.4s;
    font-family: 'Jost', sans-serif;
    background:#f0f5fb;
}
.dash_user_menues ul li a:hover, .dash_user_menues ul li a:focus{
	color:#ffffff;
	background:#017efa;
}
span.expiration {
    float: right;
    margin-left: 10px;
    font-size: 10px;
    background: #e12727;
    padding: 3px 8px;
    border-radius: 4px;
    color: #ffffff;
    font-weight: 500;
}
.dash_user_menues ul li.active a {
    color: #ffffff;
    background:#017efa;
    padding: 1rem 2rem;
    border-radius: 0.4rem;
}
.dash_user_menues ul li a i{
	margin-right:10px;
}
.dash_user_footer ul {
    padding:0;
    margin:2rem 0 0;
    display: flex;
    width: 100%;
    background:#017efa;
}
.dash_user_footer ul li {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33.333333%;
    flex: 0 0 33.333333%;
    border-right: 1px solid #1a8cfc;
}
.dash_user_footer ul li:last-child{
	border:none;
}
.dash_user_footer ul li a {
    font-size: 16px;
    padding:14px 0;
    color: #ffffff;
}

/*------------ Chart ---------------*/
.list-inline {
    margin-bottom: 7px;
}

.list-inline {
    margin-bottom: 7px;
}
.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}
.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
.list-inline>li h5 {
    line-height: 18px;
    font-size: 16px;
    font-weight: 400;
}
/*---------- Notification -----------*/
.card {
    border: 1px solid #e8ebef;
    margin-bottom: 30px;
    border-radius: 0.5rem;
    overflow: hidden;
    background: #ffffff;
}
.ground-list {
    -ms-touch-action: auto;
    touch-action: auto;
    overflow: hidden!important;
    -ms-overflow-style: none;
}
.ground {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
.ground-single-list {
    -webkit-box-align: center;
    align-items: center;
}
.ground-single-list {
    padding: 10px 10px;
    border-bottom: 1px solid #eaeff5;
}
.ground-single-list:last-child {
    border: none;
}
.ground>* {
    margin: 0 6px;
}
.ground-single-list a {
    position: relative;
}
.btn-circle-40 {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
}
.ground-content {
    -ms-flex: 1;
    flex: 1;
}
.ground-content>* {
    margin-bottom: 0;
}
.small, small {
    font-size: 80%;
    font-weight: 400;
}
.ground-content>* {
    margin-bottom: 0;
    font-weight: 400;
}
.ground-content h6{
    font-size:14px;
}
.ground-client-list {
    display: block;
    position: relative;
    width: 100%;
}
.ground-client-single-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.8rem 1rem;
    border-bottom: 1px solid #e4ecef;
}
.ground-client-first {
    display: flex;
    float: left;
    position: relative;
    align-items: center;
    justify-content: flex-start;
}
.ground-client-thumb {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.ground-client-caption {
    position: relative;
    padding-left: 0.5rem;
    display: block;
}
.ground-client-caption h5 {
    font-weight: 600;
    font-size: 14px;
    margin: 0;
    line-height: 1;
}
.ground-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.ground-btn .btns {
    width: 35px;
    height: 35px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
td.prt-fgi {
    color: #022f5d;
    font-weight: 600;
}
/*-------------------- Messages Design ----------------*/
.messages-container {
    margin: 0;
    box-shadow: 0 0 12px 0 rgba(0,0,0,.06);
    border-radius: 4px;
    background-color: #fff;
}
.messages-headline {
    font-size: 16px;
    margin: 0;
    padding: 22px 30px;
    background-color: #fff;
    display: block;
    border-bottom: 1px solid #edf1f9;
    border-radius: 4px 4px 0 0;
    position: relative;
}
.messages-headline h4 {
    font-size: 16px;
    padding: 0;
    margin: 0;
    font-weight: 600;
    display: inline-block;
}
.message-action {
    border-radius: 50px;
    font-size: 13px;
    font-weight: 500;
    display: inline-block;
    transition: .3s;
    padding: 0;
    float: right;
}
.messages-container-inner {
    display: flex;
}
.messages-container-inner .dash-msg-inbox {
    max-width: 340px;
    border-right: 1px solid #edf1f9;
}
.messages-container-inner .dash-msg-inbox {
    overflow: hidden;
}
.messages-container-inner .dash-msg-content {
    padding: 30px;
}
.messages-container-inner .dash-msg-inbox, .messages-container-inner .dash-msg-content {
    flex: 1;
}
.messages-container-inner .dash-msg-inbox ul {
    max-height:950px;
    overflow-y: scroll;
    width: 357px;
	list-style: none;
    padding: 0;
    margin: 0;
}
.dash-msg-inbox ul li.active-message {
    border-left: 3px solid #166ef3;
}
.dash-msg-inbox ul li {
    border-bottom: 1px solid #edf1f9;
    transition: .2s;
	list-style: none;
}
.dash-msg-inbox ul li:last-child {
    border-bottom: none;
}
.message-by-headline h5 {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1;
}
.dash-msg-inbox ul li a {
    position: relative;
    display: block;
    padding: 30px;
}
.messages-container-inner .dash-msg-inbox ul li a {
    padding: 25px;
}

.dash-msg-inbox .dash-msg-avatar {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
}
.messages-container-inner .dash-msg-inbox .dash-msg-avatar {
    left: 25px;
}

.dash-msg-avatar img {
    display: inline-block;
    width: 54px;
    height: 54px;
    border-radius: 50%;
}
.messages-container-inner .dash-msg-avatar img {
    width: 40px;
    height: 40px;
}

.dash-msg-inbox .message-by {
    margin-left: 85px;
}
.messages-container-inner .dash-msg-inbox .message-by {
    margin-left:50px;
}
.messages-container-inner .message-by-headline h5 i {
    background: #f98f14;
    padding: 3px 8px;
    border-radius: 50px;
    color: #ffffff;
    font-size: 13px;
}
.messages-container-inner .message-by-headline span {
    font-size: 13px;
    position: absolute;
    top: 25px;
    right: 25px;
	float: right;
    color: #888;
}
.messages-container-inner .dash-msg-inbox .message-by p {
    height: 26px;
    max-width: 205px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    margin: 0;
    padding: 0;
	color: #6b747d;
    line-height: 27px;
}
.message-plunch {
    display: block;
    position: relative;
    margin-bottom: 25px;
}
.message-plunch .dash-msg-avatar {
    position: absolute;
    left: 0;
    top: 0;
}
.message-plunch .dash-msg-avatar img {
    width: 50px;
    height: 50px;
	display: inline-block;
	border-radius: 50%;
}
.message-plunch .dash-msg-text {
    margin-left: 70px;
    background-color:#f4f5f7;
    border-radius: 4px;
    padding: 20px;
    position: relative;
}
.message-plunch .dash-msg-text:before {
    position: absolute;
    top: 12px;
    left: -9px;
    content: "\f0d9";
    font-family: fontawesome;
    font-size: 31px;
    color:#f4f5f7;
}
.message-plunch .dash-msg-text p {
    font-size: 15px;
    padding: 0;
    margin: 0;
    line-height: 27px;
}
.message-plunch.me .dash-msg-avatar {
    left: auto;
    right: 0;
	position: absolute;
    top: 0;
}
.message-plunch.me .dash-msg-text {
    color: #39b36e;
    background-color: rgba(57, 179, 110,0.1);
}
.message-plunch.me .dash-msg-text {
    margin-left: 0;
    margin-right: 70px;
	border-radius: 4px;
    padding: 20px;
    position: relative;
}
.message-plunch.me .dash-msg-text:before {
    color: rgb(235 247 240);
}
.message-plunch.me .dash-msg-text:before {
    left: auto;
    right: -11px;
    content: "\f0da";
}
.message-reply {
    display: block;
    margin-top: 15px;
}
.message-reply textarea {
    max-width: 100%;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    padding: 15px 20px;
}
.message-reply button {
    border-radius: 4px;
    margin-top: 5px;
}
span._user_status {
    width: 12px;
    height: 12px;
    background: #252629;
    display: flex;
    border-radius: 50%;
    border: 1px solid #ffffff;
    position: absolute;
    right: -5px;
    top: 50%;
}
span._user_status.online {
    background: #28af51;
}
span._user_status.offline {
    background: #e23528;
}
span._user_status.busy {
    background: #ff9800;
}


/*---------- Bookmark Property -------*/
table.property-table-wrap {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: none;
}
table.property-table-wrap th {
    border: none;
    background-color: #66676b;
    text-align:left;
    padding:18px 20px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    position: relative;
    z-index: 9;
    line-height:1;
}
table.property-table-wrap th:first-child {
    width: 50%;
    border-radius: 3px 0 0 3px;
}
table.property-table-wrap th:last-child {
    border-radius: 0 3px 3px 0;
}
table.property-table-wrap th i {
    margin-right: 3px;
    font-size: 14px;
}
table.property-table-wrap th {
    background:#2e323c;
}
table.property-table-wrap td {
    padding: 35px 20px;
    vertical-align: middle;
    border-bottom: 1px solid #e4e4e4;
}
table.property-table-wrap .dashboard_propert_wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
table.property-table-wrap td:first-child {
    padding-left: 0px;
    line-height: 25px;
}
table.property-table-wrap .dashboard_propert_wrapper img {
    width: 150px;
    border-radius: 3px;
    flex: 1.1;
    margin-right: 26px;
}
table.property-table-wrap .dashboard_propert_wrapper .title {
    flex: 2;
}
table.property-table-wrap .dashboard_propert_wrapper .title h4 {
    margin-bottom: 0;
    margin-top: 2px;
    display: block;
    font-size: 16px;
	line-height: 1;
}
table.property-table-wrap td.action a {
    display: block;
    color:#677994;
    line-height: 20px;
    padding: 3px 0;
    position: relative;
    margin-left: 21px;
}
table.property-table-wrap td.action a i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background:#f1f3f7;
    text-align: center;
	display: inline-block;
    border-radius: 3px;
}
.bkmark a.delete {
    float: right;
}
table.property-table-wrap .dashboard_propert_wrapper .title span {
    display: block;
}
table.property-table-wrap .dashboard_propert_wrapper .title .table-property-price {
    display: inline-block;
    background: rgba(39, 174, 96,0.1);
    color: #27ae60;
    border-radius: 2px;
    font-size: 13px;
    margin-top: 9px;
    padding: 2px 10px;
}

/*---------- My Property --------------*/
._prt_filt_dash {
    background: #ffffff;
    border-radius: 0.4rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 1.5rem 1.5rem;
    margin-bottom: 2rem;
    box-shadow: 0 0 10px 0 rgb(62 28 131 / 10%);
	-webkit-box-shadow: 0 0 10px 0 rgb(62 28 131 / 10%);
}
._prt_filt_dash_flex {
    flex: 1;
}
._prt_filt_dash_flex .foot-news-last {
    max-width:300px;
}
._prt_filt_add_new .prt_submit_link {
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    background:#017efa;
    border-radius: 0.2rem;
}
._prt_filt_add_new .prt_submit_link i {
    color:#87c4ff;
    margin-right: 7px;
}
.dashboard_property {
    background: #ffffff;
    border-radius: 0.4rem;
    overflow: hidden;
    box-shadow: 0 0 10px 0 rgb(62 28 131 / 10%);
	-webkit-box-shadow: 0 0 10px 0 rgb(62 28 131 / 10%);
}
.dashboard_property .table .thead-dark th {
    color: #fff;
    background-color: #27ae60;
    border-color: #27ae60;
}
.dash_prt_wrap {
    display: flex;
    align-items: center;
    width: auto;
}
.dash_prt_thumb {
    width:100px;
    border-radius: 4px;
    overflow: hidden;
    height:80px;
}
.dash_prt_thumb img {
    background-size: cover;
    object-fit: cover;
    height: 100%;
}
.dash_prt_caption {
    flex: 1;
    padding-left: 10px;
}
.dash_prt_caption h5 {
    margin: 0;
    font-size:16px;
    line-height: 1.2;
}
.prt_dashb_lot {
    font-size: 13px;
    color: #667094;
}
.prt_dash_rate span {
    font-size: 14px;
    font-weight: 700;
    color: #333c56;
}
.prt_leads span{
    font-size: 13px;
    color: #667094;
}
.prt_leads_list ul {
    padding: 0;
    padding: 0;
}
.prt_leads_list ul li {
    list-style: none;
    display: inline-block;
}
.prt_leads_list ul li a {
    width: 30px;
    height: 30px;
    display: list-item;
    align-items: center;
    justify-content: center;
    text-align: center;
    background:transparent;
    line-height: 30px;
    border-radius: 50%;
}

.prt_leads_list ul li a{
	position: relative;
    margin-left: -15px;
	border:2px solid #ffffff;
	z-index:1;
}
.prt_leads_list ul li:first-child a {
    margin: 0;
}
.prt_leads_list ul li a._leads_name {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #f4f5f7;
    line-height: 30px;
    border-radius: 50%;
    font-weight: 600;
}
.prt_leads_list ul li a.leades_more {
    width: 30px;
    height: 30px;
    display: list-item;
    display: inline-flex;
    justify-content: center;
    text-align: center;
    background: #edf0f5;
    line-height: 30px;
    font-size: 13px;
    border-radius: 50%;
    font-weight: 600;
    color: #6a728e;
}
._leads_view_title span {
    font-size: 13px;
    color: #6b7494;
}
._leads_view h5, ._leads_posted h5 {
    position: relative;
    margin: 0;
    line-height: 1;
	font-size:15px;
}
._leads_status .active {
    padding: 3px 15px;
    background: rgba(76, 175, 80,0.1);
    border-radius: 50px;
    font-size: 12px;
    color:#4caf50;
    border: 1px solid rgba(76, 175, 80,0.2);
    font-weight: 600;
    margin-bottom: 3px;
    display: inline-flex;
}
._leads_status .expire {
    padding: 3px 15px;
    background: rgba(233, 30, 58,0.1);
    border-radius: 50px;
    font-size: 12px;
    color: #e91e3a;
    border: 1px solid rgba(233, 30, 58,0.2);
    font-weight: 600;
    margin-bottom: 3px;
    display: inline-flex;
}
._leads_action a {
    width: 37px;
    height: 37px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dde0e8;
    font-size: 14px;
    border-radius: 4px;
    color: #828bab;
    margin: 2px;
}
.prt_leads_list ul li a._leads_name.style-1 {
    background: rgba(255, 118, 0,0.1);
    color: #ff7600;
}
.prt_leads_list ul li a._leads_name.style-2{
    background: rgba(63, 81, 181,0.1);
    color: #3f51b5;
}
.prt_leads_list ul li a._leads_name.style-3{
    background: rgba(139, 195, 74,0.1);
    color: #8bc34a;
}
.prt_leads_list ul li a._leads_name.style-4{
    background: rgba(3, 169, 244,0.1);
    color: #03a9f4;
}
.prt_leads_list ul li a._leads_name.style-5 {
    background: rgba(178, 66, 197,0.1);
    color: #b242c5;
}
.prt_leads_list ul li a._leads_name.style-6{
    background: rgba(0, 150, 136,0.1);
    color: #009688;
}
.prt_leads_list ul li a._leads_name.style-7{
        background: rgba(255, 193, 7,0.1);
    color: #ffc107;
}
.prt_leads_list ul li a._leads_name.style-8{
        background: rgba(125, 89, 189,0.1);
    color: #7d59bd;
}

/*----------------------------------------------
	Theme Footer Design
---------------------------------------------*/
footer{
	z-index:99;
	font-weight:500;
	position:relative;
}
.skin-dark-footer{
	background:#065eb5;
}
.skin-dark-footer.black{
	background:#172832;
}
img.img-footer {
    max-width: 180px;
    margin-bottom:1.5rem;
}
.footer-add {
    color:#b5c9dd;
    font-size:13px;
}
.footer-logo img {
    max-width: 185px;
}
.footer-widget {
    padding:70px 0;
}
h4.widget-title {
    margin-bottom: 20px;
    font-weight:600;
    font-size:15px;
	color: #003a75;
}
.footer-widget ul {
    padding: 0;
    margin: 0;
}
.footer-widget ul li {
    list-style: none;
    margin-top:15px;
    display: block;
}
.footer-widget ul li a, .footer-widget p{
	color:#022f5d;
	font-size:13px;
}
footer.skin-dark-footer h4{
    color: #ffffff;
}
footer.skin-dark-footer .footer-widget ul li a, footer.skin-dark-footer, footer.skin-dark-footer a, .skin-dark-footer .footer-widget p {
    color:#b5c9dd;
    transition: all ease 0.4s;
    font-size:13px;
}
footer.skin-dark-footer .footer-widget ul li a:hover, footer.skin-dark-footer .footer-widget ul li a:focus{
    color:#ffffff;
}
.widget_media_image {
    margin-top: 3rem;
}
.footer-bottom {
    padding:0 0 20px;
	text-align:center;
	color:#022f5d;
	font-size:13px;
}
.skin-dark-footer .footer-bottom{
	color:#ffffff;
}
footer.skin-dark-footer ul.footer-bottom-social li a:hover, footer.skin-dark-footer ul.footer-bottom-social li a:focus{
	color:#ffffff;
	opacity:1;
}
.footer-widget .ftp-info {
    background: #e2e7ef;
    display: flex;
    max-width: 225px;
    padding: 0.5rem 1rem;
    align-items: center;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
}

.footer-widget .ftp-info i{
    margin-right:10px;
}
footer.skin-dark-footer .footer-widget .ftp-info {
    background: #003364;
    color: #ffffff;
}
.call-action-caption h2 {
    font-weight: 800;
}
/*--------------------------------------------------
	Responsiveness Start
---------------------------------------------------*/
@media all and (min-height: 600px) and (min-width: 767px) {
  .height-10 {
    height: 10vh;
  }
  .height-20 {
    height: 20vh;
  }
  .height-30 {
    height: 30vh;
  }
  .height-40 {
    height: 40vh;
  }
  .height-50 {
    height: 50vh;
  }
  .height-60 {
    height: 60vh;
  }
  .height-70 {
    height: 70vh;
  }
  .height-80 {
    height: 80vh;
  }
  .height-90 {
    height: 90vh;
  }
  .height-100 {
    height: 100vh;
  }
}

@media all and (max-width: 1199px) and (min-width: 991px) {


}
	
@media (max-height: 600px) {

}

@media (min-width: 1200px) {
	h1, .h1 {
		font-size:4.5em;
		line-height: 1.31818182em;
	}
	.hero-header{
		height:100vh;
		min-height:700px;
	}
	.content h1{
		font-size:70px;
	}
	.hero-content p{
		font-size:22px;
	}
	.veshm-dash-block_content h4 {
		font-size: 35px;
	}
}

@media (min-width: 1024px) {
	
}

@media (min-width: 993px) {
	.head-shadow{
		box-shadow:0 5px 30px rgba(0, 22, 84, 0.1);
		-webkit-box-shadow:0 5px 30px rgba(0, 22, 84, 0.1);
	}
	.header.head-border {
		border-bottom: 1px solid #e9ecef;
	}
	.hero-header{
		min-height:650px;
	}
	.inline-top-filter-wrap .container-fluid, .header .container-fluid{
		padding: 0 2rem;
	}
	.over-top .container {
		top: -50px;
		position: relative;
	}
	.vshm-io8y h2 {
		line-height: 1.4;
		font-size: 2.5rem;
	}
	.mobile_nav {
		display: none;
	}
}

@media (min-width: 992px) {
	.side_stiky {
		position: sticky;
		top: 100px;
	}
	.header.header-fixed {
		border-bottom:1px solid #e9ecef;
		background: #ffffff;
		position: fixed;
		z-index: 999;
		width: 100%;
		top: 0;
		-webkit-transition: 0.2s ease-in;
		-o-transition: 0.2s ease-in;
		transition: 0.2s ease-in;
		-webkit-animation-duration: 0.5s;
		animation-duration: 0.5s;
		-webkit-animation-name: slideInDown;
		animation-name: slideInDown;
	}
	.header.header-light.head-fixed {
		position: fixed;
		z-index: 99;
		width: 100%;
		transition: none !important;
		border-bottom: 1px solid #e6ecf0;
		animation-name:none !important;
	}
	.filter_search_opt {
		display: none;
	}
	.header.header-transparent {
		background: transparent;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		display: inline-block;
		width: 100%;
		z-index: 4;
		border-bottom: 1px solid rgba(255,255,255,0.1);
	}
	.change-logo .nav-brand.fixed-logo {
		display: none;
	}
		.change-logo.header-fixed .nav-brand.fixed-logo {
		display: block;
	}
	.change-logo.header-fixed .nav-brand.static-logo {
		display: none;
	}
	.header.header-transparent.header-fixed {
		border-bottom:1px solid #e9ecef;
		background: #ffffff;
		position: fixed;
		z-index: 999;
		width: 100%;
		top: 0;
		-webkit-transition: 0.2s ease-in;
		-o-transition: 0.2s ease-in;
		transition: 0.2s ease-in;
		-webkit-animation-duration: 0.5s;
		animation-duration: 0.5s;
		-webkit-animation-name: slideInDown;
		animation-name: slideInDown;
	}
	.header.header-transparent .nav-brand, .header.header-transparent .nav-brand:focus, .header.header-transparent .nav-brand:hover, .header.header-transparent .nav-menu>li>a {
		color: #ffffff;
	}
	.header.header-transparent.dark .nav-brand, .header.header-transparent.dark .nav-brand:focus, .header.header-transparent.dark .nav-brand:hover, .header.header-transparent.dark .nav-menu>li>a {
		color:#39466d;
	}
	.header.header-transparent .submenu-indicator-chevron {
		border-color: transparent #ffffff #ffffff transparent;
	}
	.header.header-transparent .nav-submenu .submenu-indicator-chevron {
		border-color: transparent #70798b #70798b transparent;
	}
	
	.header.header-transparent.dark .submenu-indicator-chevron {
		border-color: transparent #39466d #39466d transparent;
	}
	.header .nav-menu>.active>a .submenu-indicator-chevron, .header .nav-menu>.focus>a .submenu-indicator-chevron, .header .nav-menu>li:hover>a .submenu-indicator-chevron {
		border-color: transparent #017efa #017efa transparent;
	}
	.header.header-transparent.header-fixed .nav-brand, .header.header-transparent.header-fixed .nav-brand:focus, .header.header-transparent.header-fixed .nav-brand:hover, .header.header-transparent.header-fixed .nav-menu>li>a {
		color:#022f5d;
	}
	.header.header-transparent.header-fixed .submenu-indicator-chevron {
		border-color: transparent #022f5d #022f5d transparent;
	}
	.hero-banner {
		min-height: 580px;
	}
	.hero-search h1 {
		font-size:40px;
	}
	h1, .h1 {
		font-size:3.5em;
		line-height: 1.31818182em;
	}
	.content h1{
		font-size:70px;
	}
	.hero-content p{
		font-size:22px;
	}
	
	.jumbo-banner.software .hero-content {
		margin-top:0em;
	}
	.jumbo-banner.software .hero-content h1{
		font-size:60px;
	}
	.sec-heading h2 {
		font-size: 35px;
		line-height: 1.2;
		font-weight: 800;
	}
	.page-title-wrap h1{
		font-size:55px;
		line-height:1.4;
	}
	div#fltbox {
		display: block;
	}
	a.filter_links {
		display: none !important;
	}
	.page-sidebar{
		max-width:92%;
	}
}



@media (min-width: 768px) {
	.inline-top-filter-wrap {
		position: fixed;
		top: 4.88rem;
		width: 100%;
		z-index: 44;
		background: #ffffff;
	}
	.map-banner-wrap.exlio.half-map {
		height: calc(100% - 9rem);
		top: 9rem;
	}
}

@media (max-width: 1200px) {
	.vesh-content-title {
		font-size: 14px;
	}
	.veshm-agent-social ul li {
		margin-left: 5px;
	}
}	

@media (max-width: 1023px) {
	
}


@media (max-width: 992px) {	
	.nav-menu.nav-menu-social {
		display: none;
	}
	.nav-header {
		display: flex;
		align-items: center;
		float: left;
		width:100%;
	}
	.navigation-portrait .nav-brand {
		margin-left:35px;
		flex: 1;
	}
	.nav-menu>li .nav-dropdown {
		box-shadow: none;
		padding: 0;
	}
	.nav-menu>li>.nav-dropdown:before{
		display:none;
	}
	.footer-widget {
		padding-bottom: 60px;
		padding-top: 0;
	}
	footer.dark-footer, footer.skin-light-footer, footer.skin-dark-footer {
		padding-top: 60px;
	}
	ul.mobile_nav.dhsbrd {
		margin: 0;
	}
	.dash_prt_wrap {
		flex-direction: column;
		min-width: 200px;
		align-items: flex-start;
	}
	.dash_prt_thumb {
		width: 100%;
	}
	.dash_prt_caption {
		padding: 10px 0 0;
	}
	td.m2_hide {
		min-width: 150px;
	}
	.map-banner-wrap {
		height: calc(100% - 0rem);
		top: 0;
		border-top: 1px solid #ebeef1;
	}
	.inline-top-filter-wrap{
		border-top: 1px solid #ebeef1;
	}
	.map-left-box {
		display: none;
	}
	.half-map .map-content-wrap {
		width: 100%;
	}
	.adgt-wriop-block {
		margin-bottom: 1rem;
	}
	.pg-side-groups {
		margin-top: 1.5rem;
	}
	
}
@media (max-width: 991px) {
	a.nav-brand.static-logo {
		display: none;
	}
	.full-search-2 .classic-search-box .form-group {
		margin-bottom: 1rem;
	}
	.full-search-2 .hero-search-content .form-control {
		border: 2px solid #e2e8ed;
	}
	.briod {
		border-right:none;
	}
	.full-search-2 .hero-search-content {
		padding: 1.7rem 0.7rem 0.7rem;
	}
	.side-thumber-caption {
		right: 50px;
	}
	.right .side-thumber-caption {
		left: 20px;
	}
	.choose-us-head {
		margin-bottom: 2.5rem;
	}
	.property_dashboard_navbar {
		margin-bottom: 1rem;
	}
}

@media (max-width: 767px) {
	.hero-search h1 {
		font-size: 25px;
	}
	h1 {
		line-height:35px;
		font-size: 25px;
	}
	h2 {
		line-height: 28px;
		font-size: 22px;
	}
	.vshm-cov-head>* {
		font-size: 26px;
		line-height: 25px;
	}
	.lios-parts h2 {
		font-size: 2rem;
		margin-bottom: 2px;
		font-weight: 800;
	}
	.lios-parts h6 {
		font-size: 11px;
	}
	.lios-vrst {
		margin-bottom: 1rem;
	}
	.hero-search-wrap {
		padding: 20px 15px;
	}
	.classic-search-box {
		display: flex;
		flex-direction: column;
	}
	.choose-propert-type {
		border: none;
	}
	.hero-search-content .form-group.full {
		padding: 5px 0;
		margin: 5px 0;
	}
	.hero-search-content .form-control {
		border: 2px solid #e2e8ed;
	}
	.veshm-list-prty {
		display: flex;
		flex-direction: column;
	}
	.veshm-list-prty-figure {
		width: 100%;
		margin-bottom: 0.8rem;
	}
	.veshm-list-prty-caption {
		padding-left: 0;
	}
	.classic-search-box .form-group {
		width: 100%;
	}
	.btn.btn-filter-search {
		width: 100% !important;
		display: flex;
		margin-bottom: 0.5rem;
	}
	.veshm-list-prty .veshm-list-prty-caption {
		flex: auto;
		width: 100%;
	}
	.veshm-list-middle {
		height: auto;
		margin-bottom: 0.5rem;
	}
	.messages-container-inner {
		display: flex;
		flex-direction: column;
	}
	.agent-list-block {
		flex-direction: column;
	}
	.agent-list-thumb {
		width: 100%;
		height: auto;
		margin-bottom: 1rem;
	}
	.agent-list-caption {
		padding: 0;
	}
	.blog-list-block {
		flex-direction: column;
	}
	.blog-list-thumber {
		height: auto;
	}
	.blog-list-caption {
		margin-top: 1rem;
		padding: 0 1rem 1rem;
	}
	.post-details .post-title {
		font-size: 18px;
		line-height: 1.4;
	}
	.ctr-veshm-box {
		flex-direction: column;
	}
	.ctr-veshm-signl {
		flex: 0 0 100%;
		width: 100%;
		border-right: none;
		border-bottom: 1px solid rgb(0 190 130 / 20%);
	}
	.nerb-lists-single {
		flex-direction: column;
		align-items: flex-start;
	}
	.nerb-lists-sgl-caption {
		width: 100%;
	}
	.nerb-lists-sgl-last {
		padding: 1rem 0 0.5rem;
	}
	.mortgage-wrp-bloc {
		flex-direction: column;
	}
	.mortgage-wrp-bloc-single {
		flex: 0 0 100%;
		width: 100%;
		border-bottom: 1px dashed rgb(0 190 130 / 40%);
		border-right: none;
	}
	.mortgage-wrp-bloc-single:last-child{
		border-bottom:none;
		border-right: none;
	}
	.avl-features li {
		flex: 0 0 50%;
		width: 50%;
		max-width: 50%;
	}
	.vesh-detail-headup {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	.vesh-detail-headup-first {
		margin-bottom: 1rem;
	}

}



@media (max-width: 600px) {
	.page-title .ipt-title {
		font-size:35px;
		margin-bottom: 8px;
		color: #ffffff;
	}
	table.property-table-wrap .dashboard_propert_wrapper .title {
		margin-top: 1rem;
	}
	._prt_filt_dash_flex .btn-md {
		padding: 0.8rem 0.99rem;
		font-size: 12px;
		font-weight: 600;
	}
	._mp-inner-content.elior {
		display: flex;
		flex-direction: column;
	}
	._mp-inner-content.elior ._mp-inner-first {
		padding: 0;
		width: 100%;
		margin-bottom: 0.7rem;
	}
	._mp-inner-content.elior .search-inline {
		width: 100%;
		max-width: 100%;
	}
	._mp-inner-content.elior .filter-pop-link {
		width: 100%;
		display: flex;
	}
	._mp-inner-content.elior ._mp_inner-last {
		width: 100%;
	}
	.map-content-wrap .map-content-bxo {
		padding: 1.5rem 1em 0;
	}
	.map-content-list {
		padding: 0 1rem 2rem;
	}
	.adgt-wriop-block .single-button .btn-md {
		padding: 1rem;
		font-size: 12px;
	}
	.fls-by1 {
		float: initial;
		flex-direction: column;
		align-items: flex-start;
	}
	.fls-byheadline h5 {
		margin: 0;
	}
	.fl-rate-box-head {
		padding: 1rem 1rem;
	}
	.flt-yuo10 h4 {
		font-size: 4rem;
	}
	.nav-pills .nav-link {
		padding: 0.8rem 1.3rem;
	}
	
}

@media (max-width: 500px) {
	.page-title .ipt-title {
		font-size:25px;
		margin-bottom:5px;
		color: #ffffff;
	}
	.nav-brand {
		padding-right: 0px;
	}
	.nav-brand img {
		max-width: 140px;
		position: relative;
	}
}




