@import url('https://fonts.googleapis.com/css?family=Maven+Pro:400,500,700,900');
body{
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #605e7e;
    text-align: left;
    background-color: #fff;
    font-family: 'Maven Pro', sans-serif;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-font-feature-settings: "liga" 0;
    font-feature-settings: "liga" 0;
    height: 100%;
    overflow-y: scroll;
    position: relative;
}
a {
	color: #605e7e;
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}
a:hover {
	color: #6963ff ;
	text-decoration: none;
}
a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
	color: inherit;
	text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
	outline: 0;
}
h4, .h4 {
    font-size: 1.125rem;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.66em;

    line-height: 1.1;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.66em;
}
.top-bar {
    border-bottom: 1px solid #e8ebf3;
}
.top-bar-left ul {
    margin-bottom: 0;
}

p, ul, ol, blockquote {
    margin-bottom: 1em;
}
ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
.top-bar .top-bar-left .socials li {
    display: inline-block;
    float: left;
    font-size: 15px;
    margin: 9px 15px;
}
.text-dark {
    color: #504e70 !important;
}
.top-bar .top-bar-right {
    display: flex;
}

.top-bar .top-bar-right {
    float: right;
}
.header-main .top-bar-right .custom {
    display: flex;
    margin: 10px 0;
}
.header-main .top-bar-right .custom li {
    margin-right: 15px;
}
.text-dark {
    color: #504e70 !important;
}
.header-main i {
    color: #6963ff;
}
.btn-pink {
    color: #fff;
    background-color: #ff2b88;
    border-color: #ff2b88;
}
.dh-menu li>a.active {
    background-color: #6963ff;
    color: #fff !important;
}
.dh-menu>li>a {
    display: block;
    padding: 9px 15px;
    text-decoration: none;
    position: relative;
    margin: 0 2px;
    border-radius: 3px;
    color: #fff;
}
.dh-menu>li>a {
    color: #504e70;
}
.sptb-2 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.cover-image {
    background-size: cover !important;
    width: 100%;
    position: relative;
}
.bg-background-color .content-text {
    position: relative;
    z-index: 10;
}
.bg-background-color:before {
  background: rgba(255,43,135,1);
background: -moz-linear-gradient(left, rgba(255,43,135,1) 0%, rgba(246,41,12,1) 0%, rgba(255,43,135,1) 0%, rgba(104,99,255,0.35) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,43,135,1)), color-stop(0%, rgba(246,41,12,1)), color-stop(0%, rgba(255,43,135,1)), color-stop(100%, rgba(104,99,255,0.35)));
background: -webkit-linear-gradient(left, rgba(255,43,135,1) 0%, rgba(246,41,12,1) 0%, rgba(255,43,135,1) 0%, rgba(104,99,255,0.35) 100%);
background: -o-linear-gradient(left, rgba(255,43,135,1) 0%, rgba(246,41,12,1) 0%, rgba(255,43,135,1) 0%, rgba(104,99,255,0.35) 100%);
background: -ms-linear-gradient(left, rgba(255,43,135,1) 0%, rgba(246,41,12,1) 0%, rgba(255,43,135,1) 0%, rgba(104,99,255,0.35) 100%);
background: linear-gradient(to right, rgba(255,43,135,1) 0%, rgba(246,41,12,1) 0%, rgba(255,43,135,1) 0%, rgba(104,99,255,0.35) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff2b87', endColorstr='#6863ff', GradientType=1 );
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    display: block;
    z-index: 1;
    top: 0;
}
.bg-transparent {
    background: transparent;
}
.card-body> :last-child {
    margin-bottom: 0;
}
.overflow-hidden {
    overflow: hidden;
}
.mt-6, .my-6 {
    margin-top: 2rem !important;
}
.no-gutters>.col, .no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.custom-select {
    display: inline-block;
    width: 100%;
    height: 3rem;
    padding: 0.5rem 1.75rem 0.5rem 0.75rem;
    line-height: 1.5;
    color: #a7b4c9;
    vertical-align: middle;
    background-size: 8px 10px;
    border: 1px solid #e8ebf3;
    border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn-lg, .btn-group-lg>.btn {
    font-size: 1.09rem;
    min-width: 2.75rem;
    font-weight: 400;
}
.btn-pink {
    color: #fff;
    background-color: #ff2b88;
    border-color: #ff2b88;
}
.btn {
    cursor: pointer;
    font-weight: 400;
    letter-spacing: .03em;
    font-size: 0.8125rem;
    min-width: 2.375rem;
}
.br-bl-md-0 {
    border-bottom-left-radius: 0px !important;
}
.br-tl-md-0 {
    border-top-left-radius: 0px !important;
}
.btn-block {
    display: block;
    width: 100%;
}
.custom-control {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.custom-controls-stacked .custom-control {
	margin-bottom: .25rem;
}
.custom-control-label {
	vertical-align: middle;
}
.custom-control-label:before {
	border: 1px solid rgba(167, 180, 201,.5);
	background-color: #fff;
	background-size: .5rem;
}
.custom-control-description {
	line-height: 1.5rem;
}
.input-group-prepend, .input-group-append, .input-group-btn {
	font-size: 0.9375rem;
}
.input-group-prepend>.btn, .input-group-append>.btn, .input-group-btn>.btn {
	height: 100%;
	border-color: rgba(0, 40, 100, 0.12);
}
.input-group-prepend>.input-group-text {
	border-right: 0;
}
.input-group-append>.input-group-text {
	border-left: 0;
}
/**widgets*/

.widgets {
	font-size: 35px;
	padding: 20px;
}
.widgetstext {
	top: 0;
	bottom: 0;
	padding: 20px 40px;
}
.widget-line h4 {
	font-size: 24px;
	font-weight: 600;
}
.fs {
	font-size: 25px;
}
.widget-line p {
	font-size: 16px;
}
.widget-line-list li {
	display: inline-block;
	font-size: 16px;
	line-height: 27px;
	padding: 5px 20px 0 15px;
}
.widget-line-list li {
	list-style-type: none;
}
.btn-lg, .btn-group-lg>.btn {
    padding: 0.5rem 1rem;
    font-size: 1.125rem;
    line-height: 1.625;
    border-radius: 3px;
}
.sptb {
    padding-top: 3rem;
    padding-bottom: 4rem;
    background: #f6f7fb;
}
.center-block {
    float: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.city-search-sec card{
    background: #f6f7fb;
}
.section-title {
    padding-bottom: 2rem;
}
.center-block {
    margin-right: auto;
    margin-left: auto;
    float: inherit !important;
}
.center-block {
    float: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.section-title {
    padding-bottom: 2rem;
}
.center-block {
    margin-right: auto;
    margin-left: auto;
    float: inherit !important;
}
.section-title p {
    text-align: center;
    font-size: 16px;
    margin-bottom: 0;
}
.arrow-ribbon {
    color: #FFF;
    padding: 2px 8px;
    position: absolute;
    top: 10px;
    left: 0px;
    z-index: 999;
    font-size: 18px;
}

.bg-danger {
    background-color: #ff382b !important;
}
.card {
    position: relative;
    margin-bottom: 1.5rem;
    width: 100%;
}

.mb-0, .my-0 {
    margin-bottom: 0 !important;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    border-radius: 4px;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #e8ebf3;
}
.arrow-ribbon {
    color: #FFF;
    padding: 2px 8px;
    position: absolute;
    top: 10px;
    left: 0px;
    z-index: 999;
    font-size: 18px;
}

.bg-danger {
    background-color: #ff382b !important;
}
.arrow-ribbon.bg-danger:before {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    right: -15px;
    border-top: 15px solid transparent;
    border-left: 15px solid #ff382b;
    border-bottom: 15px solid transparent;
    width: 0;
}
.item-card7-img {
    position: relative;
}
.item-card7-img:before {
    content: '';
    display: block;
    position: absolute;
    background: rgba(0,0,0,0.4);
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
}
.item-card7-imgs {
    position: relative;
    overflow: hidden;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
}
.item-card7-imgs:before {
    content: '';
    display: block;
    position: absolute;
    background: rgba(25, 36, 79,0.3);
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 1;
}
.item-card7-img a {
    position: absolute;
}

.item-card7-imgs a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.item-card7-img a {
    position: absolute;
}

.item-card7-imgs a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.item-card7-overlaytext {
    position: relative;
}
.item-card7-img a {
    position: absolute;
}

.item-card7-overlaytext a {
    position: absolute;
    bottom: 12px;
    left: 12px;
    z-index: 2;
}
.item-card7-img h4 {
    position: absolute;
    bottom: 20px;
    right: 15px;
    font-size: 25px;
    color: #fff;
}

.item-card7-overlaytext h4 {
    position: absolute;
    bottom: 12px;
    right: 12px;
    font-size: 25px;
    color: #fff;
    z-index: 2;
}
.font-weight-semibold {
    font-weight: 500 !important;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0;
    padding: 1.5rem 1.5rem;
    position: relative;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}
.ribbon-top-left {
    top: -10px;
    left: -10px;
}

.ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
    z-index: 10;
}
.ribbon-top-left::before {
    top: 0;
    right: 50px;
}

.ribbon-top-left::before, .ribbon-top-left::after {
    border-top-color: transparent;
    border-left-color: transparent;
}
.ribbon::before, .ribbon::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid;
}
.ribbon-top-left span {
    right: -8px;
    top: 30px;
    transform: rotate(-45deg);
}

.ribbon span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 8px 0;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
    text-transform: capitalize;
    text-align: center;
}
.ribbon-top-left::after {
    bottom: 50px;
    left: 0;
}

.ribbon-top-left::before, .ribbon-top-left::after {
    border-top-color: transparent;
    border-left-color: transparent;
}
.ribbon::before, .ribbon::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid;
}
.arrow-ribbon {
    color: #FFF;
    padding: 2px 8px;
    position: absolute;
    top: 10px;
    left: 0px;
    z-index: 999;
    font-size: 18px;
}

.bg-info {
    background-color: #00d6e6 !important;
}
.arrow-ribbon.bg-info:before {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    right: -15px;
    border-top: 15px solid transparent;
    border-left: 15px solid #00d6e6;
    border-bottom: 15px solid transparent;
    width: 0;
}
.card-body> :last-child {
    margin-bottom: 0;
}
.icon-card {
    display: inline-block;
}
.icon-card li {
    float: left;
    font-size: 13px;
    width: 100%;
    margin-bottom: 0.5rem;
}
.owl-carousel-icons5 .owl-nav button{

}
.owl-carousel-icons5 .owl-nav .owl-prev {
    position: absolute;
    top: 42%;
    left: auto;
    right: -24px;
    margin-top: -1.65em;
}
.owl-carousel-icons5 .owl-nav .owl-next {
    position: absolute;
    top: 58%;
    left: auto;
    right: -24px;
    margin-top: -1.65em;
}
.owl-carousel-icons4.owl-carousel .owl-item img{
	margin:0 auto;
}
#carousel-controls.owl-carousel .owl-item img{
	width:100%;
}
.card-footer:last-child {
    border-radius: 0 0 calc(3px - 1px) calc(3px - 1px);
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}
.card-footer {
    border-top: 1px solid #e8ebf3;
    color: #5f6877;
}
.card-footer, .card-bottom {
    padding: 1rem 1.5rem;
    background: none;
}
.card-footer {
    padding: 1rem;
    background-color: #fff;
    border-top: 1px solid #e8ebf3;
}

/* OWL CAROUSEL */
.owl-carousel {
	position: relative;
}
.owl-carousel .owl-item {
	position: relative;
	cursor: url(../images/other/cursor.png), move;
	overflow: hidden;
}


.owl-nav {
	display: block;

}
#small-categories .owl-nav .owl-prev, #small-categories .owl-nav .owl-next{
	top: 58%;
}
.slider .owl-nav .owl-prev{
	left: 15px;
}
.slider .owl-nav .owl-next{
	right: 15px;
}
.owl-nav .owl-prev {
	position: absolute;
	top: 50%;
	left: -25px;
    right: -1.5em;
    margin-top: -1.65em;
}
.owl-nav .owl-next {
	position: absolute;
	top: 50%;
	right: -25px;
    margin-top: -1.65em;
}
.owl-nav button:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098D1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.owl-nav button {
	display: block;
    font-size: 1.3rem !important;
    line-height: 2em;
    /* padding: 0.55em; */
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
    text-align: center;
    color: #6963ff !important;
    background: rgba(255,255,255,0.5) !important;
    border: 1px solid #e8ebf3 !important;
	z-index:100000;
	box-shadow: 0 4px 15px rgba(67,67,67,.15);
}
.item-card {
    overflow: hidden;
    border-radius: 2px;
}
.item-card-desc {
    position: relative;
}
.item-card .item-card-desc:before {
    content: '';
    display: block;
    position: absolute;
    background: rgba(25, 36, 79,0.5);
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 1;
}
.item-card-desc a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.item-card-img {
    overflow: hidden;
}
.item-card .item-card-desc img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    width: 100%;
}
.item-card .item-card-desc .item-card-text {
    position: absolute;
    top: 42%;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    z-index: 2;
}
.item-card-text h4 {
    font-size: 25px;
    font-weight: 300;
}
.item-card-text span {
    font-size: 30px;
    display: block;
    margin: 0.5rem;
    font-weight: 500;
}
.item-card .item-card-desc:hover img{
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.item-card:hover .item-card-desc:before{
	background:linear-gradient(to right, rgba(59, 162, 255, 0.7), rgb(105, 99, 255, 0.7));
}
.arrow-ribbon.bg-primary:before {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    right: -15px;
    border-top: 15px solid transparent;
    border-left: 15px solid #6963ff;
    border-bottom: 15px solid transparent;
    width: 0;
}
.arrow-ribbon {
    color: #FFF;
    padding: 2px 8px;
    position: absolute;
    top: 10px;
    left: 0px;
    z-index: 999;
    font-size: 18px;
}

.bg-purple {
    background-color: #604dd8 !important;
    color: #fff !important;
}
.arrow-ribbon.bg-purple:before {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    right: -15px;
    border-top: 15px solid transparent;
    border-left: 15px solid #604dd8;
    border-bottom: 15px solid transparent;
    width: 0;
}
.input-lg {
    height: 47px !important;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 3px;
}
.footer-main {
    padding-top: 3rem;
    padding-bottom: 3rem;
    border-top: 1px solid rgba(167, 180, 201,.1);
    border-bottom: 1px solid rgba(167, 180, 201,.1);
}
.bg-dark {
    background-color: #19244f !important;
}
.footer-main h6 {
    font-size: 17px;
    margin-bottom: 1.2rem;
    font-weight: 600;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.footer-main a {
    line-height: 2;
    transition: opacity .2s;
    color: rgba(255,255,255,0.6);
}
.footer-main .payments li {
    float: left;
    margin-right: 15px;
    display: inline-block;
    list-style: none;
    font-size: 20px;
}
.social li {
    float: left;
    margin-right: 15px;
    display: inline-block;
    list-style: none;
    font-size: 15px;
    float: right;
}
.social li a {
    color: rgb(255, 255, 255,0.6);
    line-height: 0;
}
.footer-main a:hover {
    color: #6963ff;
}
footer .border-top {
    border-top: 1px solid rgba(167, 180, 201,.1) !important;
}
.footer-links a {
    color: rgba(255,255,255,0.8);
}
.banner-1{
    background: url(../images/realestate.jpg) center center;"
}
.bg-background:before {
    background: linear-gradient(to right, rgba(59, 162, 255, 0.9), rgb(105, 99, 255, 0.8));
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    display: block;
    z-index: 1;
    top: 0;
}
.bg-background .header-text1 {
    position: relative;
    z-index: 10;
}

.banner-1 .header-text1 {
    left: 0;
    right: 0;
    color: #fff;
}
.search-background {
    /* background: #fff; */
    border-radius: 3px;
    overflow: hidden;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.banner-1 .search-background .form-control {
    border-radius: 0;
}
.border-right-0 {
    border-right: 0 !important;
}
.banner-1 .input-lg {
    height: 47px !important;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 3px;
}
.banner-1 .input-lg-1 {
    height: 47px !important;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 3px;
}
.page-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    position: relative;
    min-height: 50px;
    background: #fff;
}
.page-title {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 2.5rem;
}
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0 !important;
    list-style: none;
    border-radius: 3px;
    left: 0;
    bottom: 0px;
    padding: 0 !important;
    background-color: transparent !important;
}
.page-header .breadcrumb-item a {
    color: #6963ff;
}
.ribbon-top-right {
    top: -10px;
    right: -10px;
}

.ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
    z-index: 10;
}
.text-danger {
    color: #ff382b !important;
}
.ribbon-top-right::before {
    top: 0;
    left: 36px;
}
.ribbon-top-right::before, .ribbon-top-right::after {
    border-top-color: transparent;
    border-right-color: transparent;
}
.ribbon::before, .ribbon::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid;
}
.ribbon-top-right::after {
    bottom: 36px;
    right: 0;
}

.ribbon-top-right::before, .ribbon-top-right::after {
    border-top-color: transparent;
    border-right-color: transparent;
}
.ribbon::before, .ribbon::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid;
}
.ribbon-top-right span {
    left: -8px;
    top: 30px;
    transform: rotate(45deg);
}

.ribbon span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 8px 0;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
    text-transform: capitalize;
    text-align: center;
}

.rating-stars .rating-stars-container .rating-star.is--active, .rating-stars .rating-stars-container .rating-star.is--hover {
    color: #f1c40f;
}
.rating-stars .rating-stars-container .rating-star.sm {
    display: inline-block;
    font-size: 14px;
    color: #83829c;
    cursor: pointer;
    padding: 1px;
}
.arrow-ribbon2 {
    color: #FFF;
    padding: 3px 8px;
    position: absolute;
    top: 10px;
    left: -1px;
    z-index: 999;
    font-size: 30px;
}
.arrow-ribbon2:before {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    right: -24px;
    border-top: 24px solid transparent;
    border-left: 24px solid #6963ff;
    border-bottom: 24px solid transparent;
    width: 0;
}
.carousel-control-prev {
    left: -1.8rem;
}
.carousel-control-prev {
    left: 0;
}

.carousel-control-prev, .carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.6;
}
.product-slider #thumbcarousel {
    margin: 10px 0 0 0;
    padding: 0;
}
.product-slider #thumbcarousel .carousel-item {
    text-align: center;
}
.product-slider #thumbcarousel .carousel-item .thumb {
    width: 100%;
    margin: 0 2px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    max-width: 128px;
}
.product-slider .carousel-item img {
    width: 100%;
    height: auto;
}
#thumbcarousel .carousel-control-prev {
    left: 0;
    background: rgba(0,0,0,0.5);
}

.carousel-control-prev {
    left: -1.8rem;
}
#thumbcarousel .carousel-control-next {
    right: 0;
    background: rgba(0,0,0,0.5);
}

.carousel-control-next {
    right: -1.8rem;
}
.bg-primary {
    background-color: #6963ff !important;
}
.btn-primary {
    color: #fff;
    background-color: #6963ff;
    border-color: #6963ff;
}
.profile-pic {
    text-align: center;
}
.card-title {
    font-size: 1.125rem;
    line-height: 1.2;
    font-weight: 500;
}
.card-header {
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid #e8ebf3;
}
.item-det h3{
    font-size: 1.4rem;
    font-weight: 600;
}
.card-body+.card-body {
    border-top: 1px solid #e8ebf3;
}
.avatar-xxl {
    width: 4rem;
    height: 4rem;
    line-height: 5rem;
    font-size: 2rem;
}
.item-user span i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #f2f3f8;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
}
.item-user .item-user-icons a {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    text-align: center;
    border-radius: 100px;
    line-height: 2rem;
    margin-top: 0.3rem;
}

.facebook-bg {
    background: #3b5998;
    color: #fff;
}
.twitter-bg {
    background: #0c85d0;
    color: #fff;
}
.google-bg {
    background: #c63224;
    color: #fff;
}
.dribbble-bg {
    background: #e62a72;
    color: #fff;
}
.pinterest-bg {
    background: #8c0615;
    color: #fff;
}
.product-filter-desc .product-filter-icons a {
    width: 2.5em;
    height: 2.5em;
    line-height: 2.4em;
    border-radius: 50%;
    font-size: 1em;
    display: inline-block;
    vertical-align: middle;
}
.widget-spec li {
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
    display: flex;
}
.widget-spec li i {
    margin-right: 0.5rem;
    margin-top: 3px;
}
.product-tags a {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 5px 10px;
    border-radius: 2px;
    color: #1a1a1a;
    font-size: 12px;
    border: 1px solid #e8ebf3;
}
.product-tags li a:hover {
    background: #6963ff;
    border-color: #6963ff;
    border-radius: 2px;
    color: #fff!important;
}
.item2-gl-nav {
    padding: 15px;
    border: 1px solid #e8ebf3;
    text-align: right;
    border-radius: 3px;
}
.item2-gl-nav .item2-gl-menu {
    margin-right: 10px;
}
.ml-auto, .mx-auto {
    margin-left: auto !important;
}
.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.item2-gl-nav .item2-gl-menu li	.active {
    color: #6963ff;
}

.item2-gl-nav .item2-gl-menu li a {
    padding: 10px 10px 11px 10px;
    color: #605e7e;
    font-size: 20px;
}
.item2-gl-nav .item2-gl-menu li a {
    padding: 10px 10px 11px 10px;
    color: #605e7e;
    font-size: 20px;
}
.item2-gl .tab-content {
    padding-top: 1.5rem;
    text-align: initial;
}
.item-card9-icons {
    position: absolute;
    top: 20px;
    right: 15px;
    z-index: 999;
}
.item-card9-icons a {
    width: 2rem;
    display: inline-block;
    height: 2rem;
    text-align: center;
    border-radius: 100px;
    line-height: 2rem;
    border-radius: 50px;
    color: #fff;
}

.wishlist {
    background: #605e7e;
}
.wishlist.active {
    background: #e62a72;
}
.item-card9-imgs {
    overflow: hidden;
}

.item-card9-imgs {
    position: relative;
    height: 185px;
}
.amount-pro {
  font-size: 16px;
  margin-bottom: 10px;
  color: #6963ff !important;
}
.amount-pro a{
    color: #6963ff !important;
}
.item-card9-img .item-card9-imgs a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}
.tab-content #tab-11 .item-card9-imgs img {
    height: 100%;
}
.item-card9-imgs img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  height: 100%;
  width: 100%;
  background-size: cover;
}
.cover-image {
    background-size: cover !important;
    width: 100%;
    position: relative;
}
.tab-content #tab-11 .item-card9-img {
    width: 400px;
}
.item-card9-img {
    position: relative;
}
.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}
.custom-control {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.custom-controls-stacked .custom-control {
	margin-bottom: .25rem;
}
.custom-control-label {
	vertical-align: middle;
}
.custom-control-label:before {
	border: 1px solid rgba(167, 180, 201,.5);
	background-color: #fff;
	background-size: .5rem;
}
.custom-control-description {
	line-height: 1.5rem;
}
.input-group-prepend, .input-group-append, .input-group-btn {
	font-size: 0.9375rem;
}
.input-group-prepend>.btn, .input-group-append>.btn, .input-group-btn>.btn {
	height: 100%;
	border-color: rgba(0, 40, 100, 0.12);
}
.input-group-prepend>.input-group-text {
	border-right: 0;
}
.input-group-append>.input-group-text {
	border-left: 0;
}
.float-right {
    float: right !important;
}
.label-secondary {
    background-color: rgba(5, 117, 230,0.1);
    color: #605e7e !important;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    /* line-height: 1; */
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
.label {
    display: inline-block;
    margin-bottom: .5rem;
}
.custom-control-label:before {
    border: 1px solid rgba(167, 180, 201,.5);
    background-color: #fff;
    background-size: .5rem;
}
.custom-control-label {
    margin-bottom: 0;
    position: initial;
}
.custom-control-label {
    vertical-align: -webkit-baseline-middle;
    vertical-align: baseline;
}
.custom-control-label:before {
    border: 1px solid rgba(167, 180, 201,.5);
    background-color: #fff;
    background-size: .5rem;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}
.custom-checkbox .custom-control-label::before {
    border-radius: 3px;
}
.custom-checkbox .custom-control-label::before {
    border-radius: .25rem;
}

.custom-control-label:before {
    border: 1px solid rgba(167, 180, 201,.5);
    background-color: #fff;
    background-size: .5rem;
}
.custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #e8ebf3;
}
.custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}
.ui-widget-header {
    border: 1px solid #2c4359;
    background: #6963ff;
    color: #e1e463;
    font-weight: bold;
}
.card-body> :last-child {
    margin-bottom: 0;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #e8ebf3;
    background: #6963ff;
    font-weight: bold;
    color: #333333;
}
#amount {
    border: 0;
    font-weight: 500;
    font-size: 18px;
}
.showmore-button {
  font-weight: 600;
color: #fff;
background-color: transparent;
cursor: pointer;
text-align: center;
background: #6963FD;
padding: 5px 0 2px 0;
}
.city-search-sec{
  margin:30px 0 50px 0;
}

/* Range Slider */
.range-slider .input-range {
  -webkit-appearance: none;
  width: 150px;
  height: 10px;
  border-radius: 5px;
  background:  #B7B6B6;
  outline: none;
}
.range-slider .input-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background:  #666;
  cursor: pointer;
  -webkit-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
}
.range-slider .input-range::-webkit-slider-thumb:hover {
  background:  #27C6FF;
}
.range-slider .input-range:active::-webkit-slider-thumb {
  background: #27C6FF;
}
.range-slider .range-value {
  display: inline-block;
  position: relative;
  width: 60px;
  color: #fff;
  font-size: 16px;
  font-weight:bold;
  line-height: 20px;
  text-align: center;
  border-radius: 3px;
  background: #27C6FF;
  padding: 5px 10px;
  margin-left: 7px;
}
.range-slider .range-value:after {
  position: absolute;
  top: 8px;
  left: -7px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-right: 7px solid #27C6FF;
  border-bottom: 7px solid transparent;
  content: '';
}
