/* Add here all your CSS customizations */
.nutritionist-box .thumb-info-side-image-wrapper .nutritionist-image {
    overflow: hidden;
}
.nutritionist-box:hover .thumb-info-side-image-wrapper .nutritionist-image img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

#diet-plan-carousel .owl-stage,
.plan-carousel .owl-stage {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: box;
}

#diet-plan-carousel .btn.btn-borders.btn-quaternary.active{
    background-color: #e5e0c9;
    border-color: #edeada !important;
    color: #777777;
}

.plan-carousel .btn.btn-secondary.active{
    color: #ffffff;
    border-color: #2a3647 #2a3647 #2a3647;
    background-color: #2a3647;
}

.with-pointer .owl-item a {
    cursor: pointer !important;
}

.wrapper-contact-form select{
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    background: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'><path fill='#444' d='M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'></path></svg>");
    background-position: 100% 50%;
    background-repeat: no-repeat;
}