@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&amp;display=swap');
.stLogo_img {
    width: 200px!important;
}
body {
    background-color: #f0f2f5;
    font-size: 13px;
	font-family: 'Poppins', sans-serif;
    line-height: 25px;
	color: #34495e;
}
h1, h2, h3, h4, h5, h6 {
	color: #000000;
}
p {
    font-size: 13px;
    line-height: 22px;
	color:#34495e;
}
img {
    height: auto;
    max-width: 100%;
}
ul, ol {
    list-style: outside none none;
}
ul {
    margin: 0;
    padding: 0;
}
img {
    transform-style: preserve-3d;
}
a {
   transition: color 300ms ease 0s, background-color 300ms ease 0s;
   text-decoration:none !important;
   color:#34495e;
}
a:hover {
   transition: color 300ms ease 0s, background-color 300ms ease 0s;
   color:#34495e;
}
a, a:hover {
    text-decoration: none;
}
a:focus {
    outline: medium none;
    outline-offset: 0;
}
.carousel-caption h5 a {
    color: #fff;
    padding: 5px 20px;
    border-radius: 100px;
    background: rgb(0 0 0 / 90%);
}
.carousel-caption p {
    float: left;
    width: 100%;
    margin-top: 10px!important;
}
.carousel-caption p a {
    color: #fff;
    padding: 5px 20px;
    border-radius: 100px;
    background: #ab3b61;
}
.hv-100{
    height: 100vh;
}

.cpBtnBpx {
    float: left;
    width: 100%;
    min-height: 45px;
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative;
}
/*
.cpBtnBpx {
    margin-top: 15px;
    position: relative;
}*/ 

.btn_outer {
    z-index: 1;
    color: #fff;
    width: 190px;
    padding: 8px 0;
    text-align: center;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    display: inline-block;
    background: #ab3b61;
    border: 1px solid;
    cursor: pointer;
    transition: all .5s ease-in-out;
}


.btn_inner {
    top: 0;
    left: 0;
    color: #ab3b61;
    width: 190px;
    padding: 8px 0;
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
    display: inline-block;
    background: #fff;
    border: 1px dashed #ab3b61;
    cursor: pointer;
    position: absolute;
    transition: all .5s ease-in-out;
}

.cpImgBox {
    height: 100%;
    display: flex;
    align-items: center;
}
.cpImgBox .card-img-top {
    width: 100%;
    height: 100px;
}

/*
.cpImgBox {
    height: 100%;
    display: flex;
    align-items: center;
}
.cpImgBox .card-img-top {
    width: 100%;
    height: 100px;
}*/


/*
.btn_outer {
    z-index: 1;
    color: #fff;
    width: 125px;
    padding: 8px 0;
    text-align: center;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    display: inline-block;
    background: #ab3b61;
    border: 1px solid;
    cursor: pointer;
    transition: all .5s ease-in-out;
} 
*/
.btn_outer:hover {
    color: #ab3b61;
    background: #fff;
    border: 1px dashed #ab3b61;
    transition: all .5s ease-in-out;
}
.btn_outer:after {
    top: 0;
    right: -30px;
    content: "";
    position: absolute;
    border-top: 0 solid #ab3b61;
    border-left: 0 solid transparent;
    border-right: 0 solid #ab3b61;
    border-bottom: 0 solid transparent;
    transition: all .5s ease-in-out;
}
.btn_outer:hover:after {
    right: 0;
    border-top: 10px solid #ab3b61;
    border-left: 40px solid transparent;
    border-right: 10px solid #ab3b61;
    border-bottom: 40px solid transparent;
    transition: all .5s ease-in-out;
}
.btn_outer:before {
    top: 0;
    left: -30px;
    content: "";
    position: absolute;
    border-top: 0 solid transparent;
    border-left: 0 solid #ab3b61;
    border-right: 0 solid transparent;
    border-bottom: 0 solid #ab3b61;
    transition: all .5s ease-in-out;
}
.btn_outer:hover:before {
    left: 0;
    border-top: 32px solid transparent;
    border-left: 10px solid #ab3b61;
    border-right: 40px solid transparent;
    border-bottom: 10px solid #ab3b61;
    transition: all .5s ease-in-out;
}

.btn_inner {
    top: 0;
    left: 0;
    color: #ab3b61;
    width: 190px;
    padding: 8px 0;
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
    display: inline-block;
    background: #fff;
    border: 1px dashed #ab3b61;
    cursor: pointer;
    position: absolute;
    transition: all .5s ease-in-out;
}
/*
.btn_inner {
    top: 0;
    left: 0;
    color: #ab3b61;
    width: 125px;
    padding: 8px 0;
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
    display: inline-block;
    background: #fff;
    border: 1px dashed #ab3b61;
    cursor: pointer;
    position: absolute;
    transition: all .5s ease-in-out;
}  */


.cpCatMainBox {
    margin-bottom: 25px;
}
.cpCatMainBox img {
    width: 100%;
    border-radius: 5px 5px 0 0;
}
.catInfo {
    padding: 10px;
    text-align: center;
    background: #ffffff;
    border-radius: 0 0 5px 5px;
    border-left: 1px solid #cfcfcf;
    border-right: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
    transition: all .5s ease-in-out;
}
.cpCatMainBox:hover .catInfo {
    padding: 10px;
    text-align: center;
    background: #ab3b61;
    border-radius: 0 0 5px 5px;
    border-left: 1px solid #ab3b61;
    border-right: 1px solid #ab3b61;
    border-bottom: 1px solid #ab3b61;
    transition: all .5s ease-in-out;
}
.catInfo h5 {
    height: 50px;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 7px;
    padding-bottom: 7px;
    border-bottom: 1px solid #dadada;
    transition: all .5s ease-in-out;
}
.cpCatMainBox:hover .catInfo h5 {
    color: #fff;
    border-bottom: 1px solid #fff;
    transition: all .5s ease-in-out;
}
.catInfo p {
    margin-bottom: 0;
    transition: all .5s ease-in-out;
}
.cpCatMainBox:hover .catInfo p {
    color: #fff;
    transition: all .5s ease-in-out;
}
.cpStoreBox {
    padding: 8px;
    display: flex;
    background: #fff;
    border-radius: 5px;
    align-items: center;
    margin-bottom: 30px;
    border: 1px solid #d1d1d1;
}
.cpStoreBox:hover {
    background: #ab3b61;
    border: 1px solid #ab3b61;
}
.stImg {
    width: 30%;
    margin-right: 10px;
}
.stInfo {
    width: 70%;
}
.cpStoreBox:hover .stInfo h6 {
    color: #fff;
}
.stInfo p {
    margin-bottom: 0;
}
.cpStoreBox:hover .stInfo p {
    color: #fff;
}
.newsletterBox .form-control {
    height: 45px;
}
.bg1 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/bg1.png);
}
.bg2 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/bg2.png);
}
.bg3 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/bg3.png);
}
.footer {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/bg4.png);
}
.map {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.badge {
    border-radius: 8px;
    font-size: 12px;
    font-weight: 400;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #2946f7;
}
.page-item.active .page-link {
    background-color: #ab3b61;
    border-color: #ab3b61;
    color: #fff;
    z-index: 1;
}
.page-link {
    color: #ab3b61;
    border: none !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.bg-dark {
    background-color: #224495!important;
  /*  background-color: #1b2a4e!important; */
}
.box-shadow-none {
    border: 7px solid #fff !important;
    box-shadow: none !important;
}
.searchMenuBox {
    display: flex;
    align-items: center;
}
.search-box {
    width: fit-content;
    height: fit-content;
    position: relative;
    margin-left: 10px;
}
.input-search{
  height: 50px;
  width: 50px;
  border-style: none;
  padding: 10px;
  font-size: 15px;
  outline: none;
  border-radius: 25px;
  transition: all .5s ease-in-out;
  background-color: #ab3b61;
  padding-right: 40px;
  color:#fff;
  text-indent: 10px;
}
.input-search::placeholder{
  color:#fff;
  font-size: 15px;
  letter-spacing: 2px;
  font-weight: 400;
}
.btn-search{
  width: 50px;
  height: 50px;
  border-style: none;
  font-size: 20px;
  font-weight: bold;
  outline: none;
  cursor: pointer;
  border-radius: 50%;
  position: absolute;
  right: 0px;
  color:#ffffff ;
  background-color:#ab3b61;
  pointer-events: painted;  
}
.btn-search:focus {
  outline: none;
}
.btn-search:focus ~ .input-search{
  width: 300px;
  outline: none;
  border-radius: 100px;
  background-color: #ab3b61;
  transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
}
.input-search:focus{
  width: 300px;
  border-radius: 100px;;
  background-color: #ab3b61;
  border-bottom:1px solid rgba(255,255,255,.5);
  transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
}x`

.login-with-social .btn {
    color: #fff;
    font-size: 13px;
    padding: 12px 0;
    position: relative;
	font-weight: 400;
    text-transform: uppercase;
}
.btn-twitter {
    background: #64ccf1 none repeat scroll 0 0;
}
.btn-google {
    background: #df4930 none repeat scroll 0 0;
}
.btn-facebook {
    background: #507cc0 none repeat scroll 0 0;
}
.login-with-social .btn .mdi {
    font-size: 19px;
    left: 18px;
    position: absolute;
    top: 8px;
}
.btn {
    font-size: 13px;
    padding: 12px 39px;
    font-weight: bold;
    border-radius: 8px;
}
b, strong {
    font-weight: 500;
}

#content .card {
    box-shadow: none;
    margin: 0;
    padding: 26px 0px 26px 26px;
}
#content .card-body, #content .card-footer {
    padding: 16px 0;
}
#content .card-footer span {
    font-size: 12px;
}
#content .card-footer {
    padding-bottom:0px;
}
.map-slider-form {
    background: #efefef none repeat scroll 0 0;
    left: auto !important;
    padding: 20px 0;
    position: relative !important;
    right: auto !important;
}
.slider-h-auto .carousel-item {
    height: auto !important;
}
.padding-card .card-body {
    padding: 35px;
}
.margin-auto {
    margin: auto;
}
.no-radius {
    border-radius: 0 !important;
}
label {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 2px;
}
.form-control {
    background-color: #f8f8f8;
    border-color: #eeeeee;
    font-size: 13px;
}	
.select2-container--open .select2-dropdown--below {
    border: medium none;
    border-radius: 0;
}
.section-padding {
    padding: 100px 0;
}
.text-success {
    color: #ab3b61 !important;
}
a.text-success:focus, a.text-success:hover {
    color: #2946f7 !important;
}
.bg-primary{
    background-color: #ab3b61 !important;
}
.btn-success, .btn-primary, .btn-outline-primary:hover {
    background-color: #ab3b61;
    border-color: #ab3b61;
    color: #fff;
}
.btn-outline-primary {
    color: #ab3b61;
    border-color: #ab3b61;
}
.btn-success:hover, .btn-success:focus {
    background-color: #2946f7;
    border-color: #2946f7;
    color: #fff;
}
.btn-success.disabled, .btn-success:disabled {
    background-color: #2946f7;
    border-color: #2946f7;
    color: #fff;
}
.btn-outline-success {
    background-color: transparent;
    background-image: none;
    border-color: #ab3b61;
    color: #ab3b61;
}
.btn-outline-success:hover {
    background-color: #2946f7;
    border-color: #2946f7;
    color: #fff;
}
.btn-outline-success.focus, .btn-outline-success:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
    background-color: transparent;
    color: #2946f7;
}
.btn-link {
    background-color: transparent;
    color: #ab3b61;
    font-weight: 400;
}
.demo-page .card.padding-card .card-body {
    padding: 0;
}
.demo-page .card.padding-card .card-body h5 {
    font-size: 15px;
    padding: 4px 10px;
}
.clrBG1 {
    background-color: #ede2dc;
}
.clrBG2 {
    background-color: #bbb2b5;
}
.clrBG3 {
    background-color: #ab3b61;
}
.clrBG4 {
    background-color: #123d6a;
}
.clrBG5 {
    background-color: #edc8b8;
}
.footer h6 {
    color: #fff;
}
.footer ul li a {
    color: #6e98c8!important;
}
.footer ul li a:hover {
    color: #fff!important;
}
/* Navbar */
nav.navbar {
    padding: 0;
    border-bottom: 5px solid;
    /*background: rgb(238,226,220);*/
    /*background: -moz-linear-gradient(top,  rgba(238,226,220,1) 0%, rgba(255,255,255,1) 100%);*/
    /*background: -webkit-linear-gradient(top,  rgba(238,226,220,1) 0%,rgba(255,255,255,1) 100%);*/
    /*background: linear-gradient(to bottom,  rgba(238,226,220,1) 0%,rgba(255,255,255,1) 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eee2dc', endColorstr='#ffffff',GradientType=0 );*/
    border-image: linear-gradient(90deg, #123C69, #EDC7B7, #AC3B61) 1;
    background-size: cover;
    /*background-image: url(../images/snow_falling4.gif); */
}
nav.navbar .navbar-nav .nav-link {
    padding: 28px 14px;
    color: #123C69;
    font-weight: 400;
    font-size: 15px;
}
.logo img {
    height: 60px;
}
.dropdown-menu {
    border: medium none;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    padding: 6px;
    border-radius: 8px;
}
.dropdown-menu .dropdown-item {
    font-size: 13px;
    padding: 7px 20px;
    border-radius: 8px;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #5169f0;
}
.main-nav-right .btn {
    padding: 7px 16px;
    border: none;
    border-radius: 50px;
}
.main-nav-right .list-inline-item {
    margin: 0;
}

/* Slider */
.site-slider {
    position: relative;
}
.site-slider .carousel-item {
  /*height: 500px;
  min-height: 500px;*/
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.carousel-item img {
    width: 100%;
    border-radius: 20px 100px 20px 100px;
}

/* Slider Form */
.slider-form {
    left: 15%;
    position: absolute;
    right: 15%;
    top: 35%;
}
.slider-form form {
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.slider-form .input-group-addon {
    line-height: 58px;
    position: absolute;
    text-align: center;
    width: 41px;
    z-index: 9;
}
.slider-form .input-group-addon .mdi {
    font-size: 18px;
}

.slider-form .select2-selection {
    border: medium none !important;
    border-radius: 0  !important;
    height: auto  !important;
    padding: 15px 15px 15px 33px;
}
.slider-form .form-control {
    border: medium none !important;
    border-radius: 0  !important;
    height: auto  !important;
    padding: 19px 15px 19px 43px;
}
.slider-form  .select2-selection__arrow {
    margin: 15px 12px 0;
}
.slider-form .btn {
    font-size: 13px;
    padding: 14px 8px;
    border-radius: 8px !important;
    border: 5px solid;
}
.inner-page-form .input-group{
    padding: 1px;
}

/* Card */
.card {
    border: medium none;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    margin-bottom: 32px;
    border-radius: 8px;
    overflow: hidden;
}
.card-list .badge {
    right: 20px;
    padding: 7px 10px;
    position: absolute;
    top: 20px;
    z-index: 9;
}

.card-list .card-body .card-title {
    font-size: 18px;
}
.card-list .card-body .card-subtitle {
    font-size: 14px;
    font-size: 13px;
    font-weight: 400;
    color: #929cab;
}
.card-list .card-body h2 small {
    font-size: 19px;
}
.card-list .card-footer span {
    margin: 0 16px 0 0;
}

.card-footer {
    background: #fff none repeat scroll 0 0;
    border-color: #eeeeee;
}

.card-overlay {
    height: 380px;
    overflow: hidden;
    position: relative;
}
.card-overlay .card-img {
    height: 380px;
    object-fit: cover;
    width: 100%;
}
.card-overlay .card-img-overlay {
    left: 0;
    margin: auto;
    right: 0;
    text-align: center;
    top: auto;
}
.review-block-rate .mdi {
    color: #ffc107;
    font-size: 19px;
    letter-spacing: -3px;
}

.review-block-rate {
    margin: 15px 0px;
}

.review-block-rate .badge-pill {
    vertical-align: text-bottom;
}
.store_filter {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 35px;
    justify-content: space-between;
}
.store_filter a {
    width: 35px;
    height: 35px;
    font-size: 14px;
    color: #123d6a;
    font-weight: 600;
    text-align: center;
    line-height: 35px;
    border-radius: 3px;
    background: #edc8b8;
}
.store_filter a:hover {
    color: #fff;
    background: #ab3b61;
}
.boxHeading {
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 5px;
    background: #ede2dc;
}
.boxHeading h3 {
    color: #123d6a;
    font-weight: 700;
    margin-bottom: 0;
}
/* Agents Card */
.agents-card {
    padding-bottom: 15px;
}
.agents-card img {
    background: #fff none repeat scroll 0 0;
    border-radius: 90px;
    box-shadow: 0 0 24px rgba(11, 123, 255, 0.12);
    height: 107px;
}
/* Sidebar Card */
.sidebar-card .card-body {
    padding: 1.25rem;
}
.sidebar-card a:hover h6 {
    color: #ab3b61;
}
.sidebar-card li a:hover {
    color: #ab3b61;
}
.sidebar-card-list li a {
    display: inline-block;
    width: 100%;
}
.sidebar-card-list > li {
    line-height: 32px;
}
.sidebar-card-list li a .sidebar-badge {
    float: right;
    font-weight: 500;
    margin: 0;
}

#featured-properties .card-body {
    padding: 30px 0;
}

#featured-properties .card {
    box-shadow: none;
    margin: 0;
}
#featured-properties img {
    border-radius: 3px;
}
#featured-properties  .carousel-indicators .active {
    background-color: #818080;
}
#featured-properties  .carousel-indicators li {
    background-color: rgba(166, 166, 166, 0.5);
}
#featured-properties .carousel-indicators {
    margin: 0;
}


/* Grid/list Filters */
.tags-action span {
    background: #fff none repeat scroll 0 0;
    border-radius: 8px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    display: inline-block;
    padding: 3px 10px;
}
.tags-action span i {
    margin: 0 0 0 3px;
}
.site_top_filter {
    margin-bottom: 18px;
}
.view-mode {
    margin: 0 0 0 9px;
}
.view-mode a {
    background: #fff none repeat scroll 0 0;
    border-radius: 8px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	display: inline-block;
	margin: 0 0 0 4px;
    padding: 3px 10px;
}
.view-mode a.active {
    color: #34495e;
}
.sort-by-btn .btn {
    min-width: 160px;
    padding: 6px 9px;
    text-align: left;
    border: none;
}
.sort-by-btn .dropdown-toggle::after {
    position: absolute;
    right: 11px;
    text-align: right;
    top: 15px;
    vertical-align: top;
}

.card-list-view .card-body, .card-list-view .card-footer {
    padding: 10px 20px;
}

.blog-card img.card-img-top {
    min-height: 200px;
}

/* Blog */
.blog-card .card-footer img {
   margin: 0 11px 0 0;
    width: 33px;
}
.blog-card .badge {
    font-size: 12px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: normal;
    margin: 0 0 12px;
    padding: 6px 10px;
    text-transform: uppercase;
}
.blog-card .badge-primary {
    background-color: rgba(92, 93, 232, 0.1);
    color: #5c5de8;
}
.blog-card .badge-danger {
    background-color: rgba(250, 100, 35, 0.1);
    color: #fa6423;
}
.blog-card .badge-success {
    background-color: rgba(0, 216, 200, 0.09);
    color: #00d8c8;
}
.blog-card .badge-dark {
    background-color: rgba(52, 58, 64, 0.19);
    color: #343a40;
}
.blog-card .badge-info {
    background-color: rgba(23, 160, 184, 0.17);
    color: #17a2b8;
}
.blog-card .badge-white {
    background-color: rgba(255, 255, 255, 0.81);
    color: #5c5de8;
}

/* Property Single */

.reviews-card .d-flex {
    height: 50px;
    width: 50px;
}
.reviews-card h5 small {
    color: #848484;
    font-size: 12px;
    margin: 0 0 0 8px;
}
.star-rating i {
    font-size: 15px;
    letter-spacing: -6px;
}

.list-icon i {
    float: left;
    font-size: 36px;
    line-height: 47px;
    width: 52px;
}
.list-icon {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    margin-bottom: 32px;
    border-radius: 8px;
    overflow: hidden;
    background-color: #ffffff;
    padding: 15px 21px;

}
.list-icon strong {
    text-transform: uppercase;
    vertical-align: text-top;
    font-weight: 600;
    color: #000;
}
.list-icon p {
    line-height: 11px;
}

.property-single-title {
    bottom: 0;
    left: 0;
    padding: 37px 0;
    position: absolute;
    right: 0;
}

/* Add Property */
.property-features-add .custom-control {
    margin: 7px 0;
}
.fuzone {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 3px dashed #eeeeee;
    border-radius: 8px;
    cursor: pointer;
    display: inline-block;
    min-height: 150px;
    position: relative;
    text-align: center;
    transition: all 0.3s linear 0s;
    width: 100%;
}
.fuzone .fu-text {
    color: #98aab8;
    font-size: 12px;
    margin: 50px 40px;
    position: relative;
    text-align: center;
}
.fuzone .fu-text i {
     display: inline-block;
    font-size: 54px;
    padding-bottom: 10px;
    transition: all 0.3s linear 0s;
    width: 100%;
}

.fuzone input {
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
}
/* My Account */
.user-pages-sidebar .nav-link {
    padding: 8px 0;
    position: relative;
}
.user-pages-sidebar .nav-link:hover {
    color: #007bff;
}
.user-pages-sidebar .nav-item {
    display: inline-block;
    width: 100%;
}
.user-pages-sidebar .nav-link.active:after {
    content: "";
    position: absolute;
    left: -35px;
    background: #007bff;
    top: 9px;
    bottom: 9px;
    width: 3px;
}
.user-pages-sidebar .nav-link:hover:after {
    content: "";
    position: absolute;
    left: -35px;
    background: #007bff;
    top: 9px;
    bottom: 9px;
    width: 3px;
}
.user-pages-main {
    margin: -66px 0 0 0;
}

/* Property Single Gallery */

.property-single-title-gallery {
    background: #fff none repeat scroll 0 0;
    padding: 50px 0;
    position: relative;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}



/* Footer */
.footer li {
    line-height: 34px;
}
.footer-social a {
    background: #ab3b61 none repeat scroll 0 0;
    border-radius: 50px;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    text-align: center;
    width: 35px;
    color: #fff;
}
.footer-social a:hover {
    background: #000 none repeat scroll 0 0;
    color: #f5f5f5;
}
.footer-logo {
    width: 150px;
}
/* Mobile Media */
@media screen and (max-width: 991.9px) {
    
    #navbarResponsive {
    top: 68px;
    left: 0;
    width: 100%;
    z-index: 99;
    position: absolute;
    background: #fff;
}
    
    .card-footer {
    float: left;
    width: 100%;
}         
    /*
#navbarResponsive {
    top: 68px;
    left: 0;
    width: 100%;
    z-index: 9;
    position: absolute;
    background: #fff;
} */
}

@media screen and (max-width: 767.9px) {
h1 {
        font-size: 25px;
    }
.sideBar {
    display: none;
}
.store_filter {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 2%;
}
.store_filter a {
    margin-bottom: 5px;
}
section.section-padding.bg-white.bg1 {
    padding-top: 20px !important;
}
.h2, h2 {
    font-size: 1.5rem;
}
.section-title.text-center.mb-5 {
    margin-bottom: 20px !important;
}
.section-title.text-center.mb-5 h1 {
        font-size: 25px;
    }
.h3, h3 {
    font-size: 1.2rem;
}
h2.text-white.my-2 {
    font-size: 20px;
}
.newsletterBox .form-control {
    margin-bottom: 10px;
}
}
@media screen and (max-width: 670.9px) {
.search-box {
    right: 10px;
    margin-left: 0;
    position: absolute;
}
.logo img {
    height: 45px;
}
.navbar-light .navbar-toggler {
    margin-right: 55px;
}
.carousel-caption h5 {
    float: left;
    width: 100%;
    font-size: 15px;
}
.carousel-caption {
    bottom: -5px;
}
.carousel-indicators {
    bottom: -15px
}
.carousel-caption h5 a {
    float: left;
    width: 100%;
}
}
@media (min-width: 0px) and (max-width: 767px) {
.carousel-item img {
    border-radius: 20px;
}
.carousel-caption {
    position: absolute;
    right: 5%;
    left: 5%;
    bottom: 5px;
}
	.container {
         max-width: 100%;
    }
	.section-padding {
    padding: 50px 0;
}
nav.navbar {
    padding: 10px 15px;
}
.navbar-toggler {
    padding: 2px 5px;
}
nav.navbar .navbar-nav .nav-link {
    border-bottom: 1px solid #ececec;
    padding: 10px 12px;
    text-align: center;
}
.main-nav-right {
    text-align: center;
}
nav.navbar .dropdown-menu .dropdown-item {
    font-size: 13px;
    padding: 7px 20px;
    text-align: center;
}
/*	.carousel-indicators {*/
/*    bottom: auto;*/
/*    left: auto;*/
/*    margin: 0;*/
/*    position: absolute;*/
/*    right: 12px;*/
/*    top: 16px;*/
/*}*/
.banner-list {
    padding:0px 15px !important;
}
.banner-list h6 {
    font-size: 13px;
    font-weight: 100;
    line-height: 21px;
    margin: 0 0 27px !important;
}
.banner-list .card {
    margin-top: 30px;
}
.inner-page-form, .slider-form {
    bottom: 1px  !important;
    left: 1px;
    right: 1px;
    top: auto !important;
}
.inner-page-form .container, .slider-form .container{
    padding: 0;
}
.carousel-control-prev, .carousel-control-next {
    display: none;
}

.property-single-title {
    text-align: center;
}
.property-single-title .text-right {
    text-align: center !important;
}
.property-single-title .footer-social {
    margin: 20px 0 0;
}
.btn {
    font-size: 13px;
    font-weight: bold;
    padding: 9px 27px;
}


h1 {
    font-size: 34px;
}
h2 br {
    display: none;
}
.padding-card .card-body, .sidebar-card .card-body {
    padding: 18px;
}
.card-list-view .card-body, .card-list-view .card-footer {
    text-align: center;
    padding: 18px;
}
.footer h4 {
    margin: 0 0 10px !important;
}
.footer h6 {
    margin: 30px 0 8px  !important;
}
.site_top_filter{
	text-align:center;
}
.site_top_filter .float-right {
     float: none  !important;
    margin: 3px 1px  !important;
}


}
@media (min-width: 768px) and (max-width: 1023px) {
		.container {
         max-width: 100%;
    }
	nav.navbar {
    padding: 10px 15px;
}
.navbar-toggler {
    padding: 2px 5px;
}
nav.navbar .navbar-nav .nav-link {
    border-bottom: 1px solid #ececec;
    padding: 10px 12px;
    text-align: center;
}
.main-nav-right {
    text-align: center;
}
nav.navbar .dropdown-menu .dropdown-item {
    font-size: 13px;
    padding: 7px 20px;
    text-align: center;
}
.carousel-indicators {
    bottom: auto;
    left: auto;
    margin: 0;
    position: absolute;
    right: 12px;
    top: 16px;
}
.padding-card .card-body, .sidebar-card .card-body {
    padding: 18px;
}
.card-list-view .card-body, .card-list-view .card-footer {
    padding: 18px;
}
.section-padding {
    padding: 60px 0;
}
	
}
@media (min-width: 1024px) and (max-width: 1200px) {
     .container {
         max-width: 100%;
    }
}
/* End Mobile Media */


.profile-sidebar img {
    width: 100%;
    margin-bottom: 15px;
}

.profile-sidebar .card-title {
    margin-bottom: 5px;
}

.profile-sidebar .card-subtitle {
    font-size: 12px;
    font-weight: 600;
}

.card-info p {
    margin-bottom: 5px;
}