.overlap-form {
    width: 100%;
    margin: -40px auto;
    padding: 0 20px;
}

.rghtIcn {
 text-align: center;
	position: relative;

}

.rghtIcn img {
    width: 40px;
    height: 40px;
    margin: 0 auto;
}
.rghtIcn h4 {
    color: #895a36;
    font-size: 20px;
}
.IcnRght {
    position: relative;
    min-height: 160px;
}
.IcnRght:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(246, 171, 74);
    background: linear-gradient(127deg, rgba(var(--pcrgb), 1) 0%, rgba(var(--scrgb), 1) 100%);	
    clip-path: circle(30% at 0% 0%);
    left: 0;
    top: 0;
    z-index: -1;
    transition: all .3s linear;
}
.IcnRght:hover:before {
    clip-path: circle(150% at 0% 0%);
}

.IcnRght:hover .ServIcn {
    margin: 0 auto;
    width: 60px;
    height: 60px;
    margin-top: 10px;
    text-align: center;
}
.IcnRght:hover img {
    filter: brightness(8);
    width: 40px;
    height: 40px;
    margin: 0 auto;   
}
.IcnRght:hover .rghtIcn h4 {
    color: #fff;
}
.IcnRght .ServIcn {
    width: 60px;
    height: 60px;
    margin-top: 10px;
    text-align: center;
}
.ServIcn img {
    filter: brightness(5);
    width: 35px;
    height: 35px;
    padding: 3px;
}
ul.cerVacnHygn {
    list-style: none;
    padding: 0;
    display: flex;
    width: 100%;
    background: #db943d;
	background: linear-gradient(90deg, rgba(var(--pcrgb), 1) 0%, rgba(var(--scrgb), 1) 100%);
	    border-radius: 6px;
    margin-top: 10px;
}
ul.cerVacnHygn li {
    padding: 16px 10px;
    flex: 0 0 30%;
    border-right: 1px dotted #fff6;
}
.certifdIcon {
    margin-top: 10px;
}
ul.cerVacnHygn li .CrtfIcon {
    display: flex;
    color: #fff;
    padding: 0;
}
.CrtfIcon img {
    
    width: 30px;
    height: 30px;
    margin-right: 6px;
}
ul.cerVacnHygn li:last-child {
    flex: 0 0 auto;
    border-right: 0;
}
.ratings {
    display: flex;
    padding: 15px 0;
}
.google-review {
    margin-right: 30px;
}
.google-review img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.wdt-content-item {
    padding: 0 15px;
    text-align: justify;
}
.wdt-content-media-group {
    margin-right: 30px;
}
.wdt-content-image {
    width: 100px;
    height: 100px;
    justify-content: center;
    align-items: center;
    background: #dfe7ed;
    border-radius: 27px;
    border: 1px solid #C7D5E1;
    text-align: center;
    margin: 0 auto;
}
.wdt-content-image img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
    width: 100%;
    padding: 20px;
}
ul.pikHygnFood {
    list-style: none;
    padding: 0;
    display: flex;
    width: 100%;
    background: #fff;
    /* background: linear-gradient(90deg, rgba(var(--scrgb), 1) 0%, rgba(var(--pcrgb), 1) 100%); */
    border-radius: 6px;
    margin-top: 10px;
	position: relative;
	border: 1px solid #b1ad68
   
}


ul.pikHygnFood li {
    padding: 16px 10px;
    border-right: 1px dotted #fff6;
}
ul.pikHygnFood  li:last-child {
    flex: 0 0 auto;
    border-right: 0;
}
ul.pikHygnFood li .CrtfIcon {
    display: flex;
    color: #d09b49;
    padding: 0;
}