@import url('https://fonts.googleapis.com/css2?family=Audiowide&display=swap');

h1, h2,h3,h4,h5,h6
{
font-family: 'Audiowide', cursive !important;
}
.slogan {
    font-family: 'Audiowide', cursive !important;
    text-transform: uppercase;
    text-shadow: 3px 3px 3px #000;
}
#u_content_custom_slider_1 .d-con-slider .d-slider-item .d-appointment-button {
    padding: 11px 20px 11px 20px;
}
.d-con-slider-button button.d-appointment-button:after, .d-con-button a:after  {
    content: "\f101";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 12px !important;
    margin-left: 7px;
}
.d-con-slider-button .d-appointment-button, .d-con-button a {
    text-transform: uppercase;
    font-weight: 700;
}
.font-15 p
{
font-size: 15px !important;
}
.w-600, .w-600 p {
    font-weight: 600 !important;
}
.t-sha {
   text-shadow: 3px 3px 3px #000;
}
.d-slider-caption br {
    display: none !important;
}
.width-860 .v-col-padding {
    max-width: 777px;
    margin: 0 auto;
}
.width-745 .v-col-padding {
    max-width: 745px !important;
    margin: 0 auto;  
}
.text-sho {
    text-shadow: 0 2px 2px rgba(0,0,0,.5) !important;
}
.ba-fixd
{
background-attachment: fixed;
}
h2.d-modal-title.text-center {
    display: none;
}
.modal .modal-header {
    padding: 15px 0 0px !important;
    border-bottom: none;
}
.modal .modal-content {
    padding: 0 15px 20px !important;
}
.modal-footer {
    border-top: 2px solid #305ced !important;
  
}
.modal-body {
    padding: 0 !important;
}
.modal-body img {
    width: 100% !important;
}
.modal-body {
    max-height: max-content;
    overflow-y: auto !important;
}
.modal-footer .d-con-announcement-button {
    background: transparent !important;
    color: #000 !important;
    border: 1px solid #000 !important;
}
.modal-footer .d-con-announcement-button:hover {
    background: #ccc !important;
}

@media screen and (max-width: 991px) {
.hidden-xs.d-con-slider-caption {
    display: none !important;
}
}