body {
	background-color: #F9FFDC;
}

.c-section {
	padding-top: 0;
	padding-bottom: 0;
}

/* top-cover */
.pro-img img {
	border-radius: 50%;
	border: 1px solid #ffbf1f !important;
}

@media (max-width: 480px) {
	.pro-img {
		display: flex;
		justify-content: center;
	}

	.pro-img img {
		width: 70% !important;
	}
}

.banner-items:hover strong {
	color: #dc143c;
}

/* service */
.service-items {
	box-shadow: rgba(122, 122, 122, 0.0588235) 0px 0px 6px 3px;
	-webkit-box-shadow: rgba(122, 122, 122, 0.0588235) 0px 0px 6px 3px;
	-moz-box-shadow: rgba(122, 122, 122, 0.0588235) 0px 0px 6px 3px;
	background-color: white;
	padding: 0 20px 20px;
	box-sizing: border-box;
	transition: all 0.5s;
}

.smb-section__header {
	position: relative;
	z-index: 10;
}

.ser-sec {
	position: relative;
}

.ser-text {
	position: absolute;
	top: 0;
	left: 300px;
	z-index: 0;
}

@media (max-width: 900px) {
	.ser-text {
		left: 0;
	}
}


@media (min-width: 900px) {
	.service-items:hover {
		transform: scale(1.05, 1.05);
	}
}

.service-items .wp-block-button__link:hover {
	background-color: #FF821F !important;
	border-color: #FF821F !important;
	color: white !important;
}

@media (max-width: 480px) {
	.service-items .wp-block-button__link {
		background-color: #FF821F !important;
		border-color: #FF821F !important;
		color: white !important;
	}
}


/* panel */
.smb-panels__item {
	overflow: hidden;
}

.smb-panels__item .smb-panels__item__body img {
	transition: transform 0.7s;
}

.smb-panels__item:hover img {
	transform: scale(1.1);
}

.smf-item__col {
	background-color: white;
}


/* contact */
.smf-complete-content {
	text-align: center !important;
}

.wp-block-snow-monkey-blocks-items-banner:hover .smb-items__banner__title {
	color: #dc143c;
}

/* price */
.price-li li {
	display: flex;
	justify-content: space-between;
}

.price-li li span {
	display: block;
}

/* faq */
.faq-cont {
	background-color: white;
	max-width: 1000px;
	padding: 0 20px;
}

/* works */
.work-sec {
	position: relative;
}

.work-text {
	position: absolute;
	top: 0;
	left: 300px;
	z-index: 0;
}

@media (max-width: 900px) {
	.work-text {
		left: 0;
	}
}

.snow-monkey-form {
	max-width: 980px;
	padding: 40px 0;
}

.instaicon {
	margin: 0 !important;
	position: fixed;
	top: 18px;
	right: 80px;
	z-index: 9999;
	width: 30px !important;
}