.content-section {
	
	padding:50px 0px;
}

.breadcrumbs-section {
	padding: 30px 0px 15px 0px;
	background: #ededed;
}

.main-content .alignleft {
	margin-right:40px;
	margin-bottom:25px;
}

.main-content .wp-block-media-text {
	margin-bottom:25px;
}

body .is-layout-flex {
	margin-bottom:50px;
}

.wp-block-image img {
	margin-bottom:15px;
}

.wp-block-media-text__content {
	padding-left:0px !important;
}

.content-section {
	padding-bottom:0px !important;
}

.front-content {
	padding-top:110px ;
}

iframe {
	margin-bottom:30px;
}

.rating-block {
    display: flex;
    align-items: center;
    gap: 5px;
}

.rating-block img {
	width: 4rem;
    height: auto;
}

.star {
    color: #fde047;
    font-size: 32px;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}


/***************************** sticky footer ************************/
.sticky-footer {
	opacity:0;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: -1;
	transition: all ease .3s;

}
@media screen and (max-width:768px ) {
	.sticky-footer.active {
		z-index: 9;
		opacity:1;
	}
}
.sticky-footer .sticky-footer__wrapper {
	text-align: center;
	padding: 15px;
	background: #fff;
	box-shadow:rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px -2px 20px 0px
}
.sticky-footer .sticky-footer__button{
	background-color: #54A8C7;
    color: #FFF;
	display: flex;
	align-items: center;
	font-size: 18px;
	font-weight: 800;
	justify-content: center;
	padding: 0.875rem 1.25rem;
	width: 100%;
	margin-bottom: 0px;
}