.carousel-item img{
width:100%;
height:100%;
}

.navbar-nav{
	 background: white;
}
.nav-item:hover{
	color:white;
	color: white;
    background: white;
    border-bottom: 2px solid #24778d;
	transition: 0.1s;
}
.list-group-item span{
	background-color: darkgrey;
    padding: 5px;
	font-weight: 500;
}
.table>:not(caption)>*>* {
	background:transparent !important;
}
.product{
	margin-top: 87px !important;
}
.form-width{
	//width:70%;
	margin:auto;
}
.nav-link{
	padding:10px 20px;
}
.navbar {
	height:77px;
}
.slider{
	margin-top: 77px !important;
}


.zoom-in-zoom-out {
	width:50px;height:auto;width: 50px;
    position: fixed;
    height: auto;
    bottom: 0px;
    right: 12px;
  margin: 24px;
  width: 50px;
  height: auto;
 
  animation: zoom-in-zoom-out 2s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.zoom-in-zoom-out-email {
	width:50px;height:auto;width: 50px;
    position: fixed;
    height: auto;
    bottom: 0px;
    left: 12px;
  margin: 24px;
  width: 50px;
  height: auto;
 
  animation: zoom-in-zoom-out 2s ease-out infinite;
}

@keyframes zoom-in-zoom-out-email {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}


.card_descr_h{
	
	height: 110px;
	overflow-x: hidden;
	overflow-y: auto;
}
.card_descr_height {
    height: 35px !important;
    overflow-x: hidden;
    overflow-y: auto;
}
.card-social-icons img{
	width:40px;
	height:auto;
	border:1px solid grey;
	border-radius: 50%;
}

#connect_form label{
	margin-bottom:10px;
}
.logo_dim{
	height:77px;
	width:auto;
}
@media screen and (max-width: 700px) {
  
	.logo_dim{
		height:57px;
		width:auto;
	}
	.brand {
		height: 100% !important;
		border: 1.5px dotted #30737d;
		border-radius: 4px;
		margin-bottom:20px;
	}
}

.card-title {
	height:50px;
}
.btn btn-primary{
text-decoration: none;
}
.brand{
	
    height: 80vh;
    border: 1.5px dotted #30737d;
    border-radius: 4px;
}
.filter_title{
    text-align: center;
    padding: 10px 20px;
    background: #30737d;
    color: #fff;
}

.main {
	width: 74%;
    /* height: 200vh; */
  
    display: inline-block;
    flex-direction: column;
    background: #fff;
    padding-left: 10px;
    position: relative;
    /* left: 25vw;*/
}

.sidebar {
	width: 25%;
    min-height: 200px;
    overflow: auto;
    background: #beddf0;
    color: #48793c;
    position: sticky;
    top: 10px;
    font-size: 25px;
    display: inline-block;
}
.check-box-brand{
	padding:10px;
}
.text-primary {
    --bs-text-opacity: 1;
    color: #2d5e85 !important;
}
.featured-product a{
	text-decoration:none;
	color:black;
}
.budget_pro a{
	text-decoration:none;
}