@font-face {
    font-family: 'fertigoregular';
    src: url('../fonts/fertigo_regular.woff2') format('woff2'),
         url('../fonts/fertigo_regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

h1, h2, h3, h4, h5, h6{
   font-family: 'fertigoregular' !important; 
}

.ba-modal .modal-image img {
  border-radius: 30px !important;
}


.more-z-index{
	z-index: 10 !important;
}


.less-z-index{
	z-index: -10 !important;
}


@media only screen and (max-width: 768px){
    .sp-contact-email{
        display: none !important;
    }
    .sp-contact-mobile{
        display: none !important;
    }
}