/* Custom CSS */
@media (min-width: 1025px) and (max-width: 1400px) {
    .appointmentbuttons {
        color: white !important;
        margin-bottom: 10px !important;
        background-color: #ffffff00 !important;
        font-size: 11px !important;
    }
}
.appointmentbuttons {
    color: white !important;
    margin-bottom: 10px !important;
    background-color: transparent !important;
    font-size: 14px;
    letter-spacing: 0px !important;
    font-weight: 400 !important;
    border: 1px solid !important;
    border-radius: 0px !important;
    padding: 13px 6px 13px 6px !important; /* Slightly larger padding */
    text-transform: normal !important;
    background: transparent;
    
}
.appointmentbuttons:hover {
     background-color: #E19797 !important;
}


.landinappointmentbuttons:hover {
	background-color: #ffffff !important;
    color: black !important;
}
.landinappointmentbuttons {
        font-family: "Poppins", Sans-serif;
    color: white !important;
    margin-bottom: 10px !important;
    background-color: #ffffff00 !important;
    font-size: 14px;
    letter-spacing: 0px !important;
    font-weight: 400 !important;
    border-style: solid !important;
    border-width: 0.2px !important;
    border-color: #ffffff !important;
    border-radius: 30px 30px 30px 30px !important;
    padding: 12px 5px 12px 5px !important;
    text-transform: normal !important;
    background-image: none !important;
}
.appointmentbuttonsMobile {
    margin-bottom:10px !important;
    background-color: #FFFFFF00 !important;
    font-size: 15px !important;
    letter-spacing: 0px !important;
    font-weight: 400 !important;
    border-style: solid !important;
    border-width: 1px !important;
    border-color: white !important;
    border-radius: 0px !important;
    padding: 10px 22px 10px 22px !important;
    text-transform: normal !important;
    background-image: none !important;
    color: white !important;
}
.appointmentbuttonsMobile:hover {
	background-color:  white!important;
    color: #F28D2E !important;
}

@media (min-width: 320px) and (max-width: 767px) {
  
.appointmentbuttons {
font-size: 14px !important;
	}
}

.elementor-popup-modal {
    z-index: 99999 !important;
}
/*  START Custom WOW-animation v 1.3.2 _f0 FAST (zoom+faster)  */

.fadeInZoom {
    overflow: hidden;
    display: inline-block;
    position: relative;
}
.fadeInZoom {
    overflow: hidden;
    display: block;
    position: relative;
}
.fadeInZoom img {
    width: 100%;
    height: auto;
    opacity: 0;
    transform: scale(1.1);
    transition: transform 2s ease-in-out, opacity 1.5s ease-in-out;
    will-change: transform, opacity;
}
.fadeInZoom.active img {
    opacity: 1;
    transform: scale(1);
}
body.elementor-editor-active .fadeInZoom img {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    visibility: visible !important;
}
body.elementor-editor-active .fadeInZoom {
    overflow: visible !important;
    visibility: visible !important;
    opacity: 1 !important;
    transition: none !important;
}
body.elementor-editor-active .fadeInRightTemp,
body.elementor-editor-active .fadeInLeftTemp,
body.elementor-editor-active .fadeInUpTemp,
body.elementor-editor-active .fadeInDownTemp,
body.elementor-editor-active .fadeInUpOpTemp,
body.elementor-editor-active .blurInTemp {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    filter: none !important;
}
.fadeInRightTemp,
.fadeInLeftTemp,
.fadeInUpTemp,
.fadeInDownTemp,
.fadeInUpOpTemp,
.blurInTemp {
    opacity: 0;
    visibility: hidden;
    animation-fill-mode: forwards;
}
.fadeInRightTemp {
    transform: translate3d(10%, 0, 0);
}
.fadeInRight-active {
    animation: fadeInRight-Custom 2s ease-in-out forwards;
}
.fadeInLeftTemp {
    transform: translate3d(-10%, 0, 0);
}
.fadeInLeft-active {
    animation: fadeInLeft-Custom 2s ease-in-out forwards;
}
.fadeInUpTemp {
    transform: translateY(60px);
}
.fadeInUp-active {
    animation: fadeInUp-Custom 2s ease-in-out forwards;
}
.fadeInDownTemp {
    transform: translateY(-60px);
}
.fadeInDown-active {
    animation: fadeInDown-Custom 2s ease-in-out forwards;
}
.fadeInUpOpTemp {
    transform: none;
}
.fadeInUpOp-active {
    animation: fadeInUpOp-Custom 2s ease-in-out forwards;
}
.blurInTemp {
    filter: blur(10px);
    transform: none;
}
.blurIn-active {
    animation: blurIn-Custom 2s ease-in-out forwards;
}
@keyframes fadeInRight-Custom {
    from { opacity: 0; transform: translate3d(10%, 0, 0); }
    to { opacity: 1; transform: none; }
}
@keyframes fadeInLeft-Custom {
    from { opacity: 0; transform: translate3d(-10%, 0, 0); }
    to { opacity: 1; transform: none; }
}
@keyframes fadeInUp-Custom {
    from { opacity: 0; transform: translateY(60px); }
    to { opacity: 1; transform: translateY(0); }
}
@keyframes fadeInDown-Custom {
    from { opacity: 0; transform: translateY(-60px); }
    to { opacity: 1; transform: translateY(0); }
}
@keyframes fadeInUpOp-Custom {
    from { opacity: 0; }
    to { opacity: 1; }
}
@keyframes blurIn-Custom {
    from { opacity: 0; filter: blur(10px); }
    to { opacity: 1; filter: blur(0); }
}
@keyframes fadeInRight-Custom-f0 {
    from { transform: translate3d(10%, 0, 0); }
    to { transform: none; }
}
@keyframes fadeInLeft-Custom-f0 {
    from { transform: translate3d(-10%, 0, 0); }
    to { transform: none; }
}
@keyframes fadeInUp-Custom-f0 {
    from { transform: translateY(60px); }
    to { transform: translateY(0); }
}
@keyframes fadeInDown-Custom-f0 {
    from { transform: translateY(-60px); }
    to { transform: translateY(0); }
}
.fadein-bg-4 {
    position: relative !important;
    overflow: hidden !important;
}
.fadein-bg-4:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: inherit;
    background-repeat: inherit;
    background-position: inherit;
    background-size: inherit;
    transform: scale(1.1);
    transition: transform 2s;
}
.fadein-bg-4.animated:after {
    transform: scale(1);
}
.fadein-bg-4:before {
    z-index: 1;
}


/* END Custom WOW-animation v 1.3.2 _f0 FAST (zoom+faster)



