/*
Item: Active Matrimonial CMS
Author: Active IT zone
URL: https://www.activeitzone.com
*/
.navbar-brand {
	display: inline-block;
	padding-top: 0px; 
	padding-bottom: 0px; 
	margin-right: 0px; 
	font-size: 1.25rem;
	line-height: inherit;
	white-space: nowrap;
}
.listing-image {
	height: 216px !important;
}
.home-p-member a.btn.btn-styled.btn-xs.btn-base-1.z-depth-2-bottom.mt-2.text-white:focus,
.home-p-member a.btn.btn-styled.btn-xs.btn-base-1.z-depth-2-bottom.mt-2.text-white:hover {
    color: inherit;
    text-decoration: none;
    background: #24242D;
    border: 1px solid #24242D;
}
.swiper-container {
    height: 100%;
    padding: 0px 10px;
    margin: 0 -10px;
}
.sticky-header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}
.sticky-header .navbar.bg-default {
    background: #fffffff3;
    border-bottom: 1px solid #f1f1f1f3;
}

.sticky-header + .sticky-content {
	padding-top: 114px;
}

button.multiselect {
	background-color: initial;
	border: 1px solid #E91E63;
  }

  .multiselect-container .checkbox [type="checkbox"]{
	opacity:1 !important;
	
}

.selcls {
    /*padding: 9px;*/
    border: solid 1px #fff;
    outline: 0;
    background-color: transparent !important; 
   
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px; color:#fff !important;
	height: 33px !important;
}
.selcls option { color: #ccc !important;
background-color: rgb(31, 30, 30) !important;
}

.multiselect-container>li>a>label.checkbox { 
	color:#E91E63; 
 }

 .price-tag small{
	 font-size: 12px;
 }
 
.c-red-1 { color:#d83939;}
.package_bg { height:662px; min-height:662px; height:auto !important;}
 
 @media only screen and (min-width: 1400px) {
 .outer-search {  
    width: 65%;
}
 }