.fresh-tabs .fresh-help__card{
	display: block;
}

.fresh-tabs-carusel-item > .row{
	margin-left:0;
	margin-right:0;
}

.fresh-tabs .owl-carousel-tab .owl-nav{
	display: none;
}

.fresh-tabs .owl-carousel-tab .owl-dots{
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.fresh-tabs .owl-carousel-tab .owl-dots .owl-dot span{
	width: 17px;
	height: 17px;
	background-color: #FFF;
	border-color: #D9D9D9;
	border-width: 1px;
	border-style: solid;
}

.fresh-tabs .owl-carousel-tab .owl-dots .owl-dot.active span{
	background-color: #D9D9D9;
	border-color: #D9D9D9;
}

.fresh-help__media iframe{
	width: 100%;
	min-height:300px;
	border-radius: 0.75rem;
}

.fresh-tabs .fresh-help__card{
	min-height: auto;
}

