 /*! elementor - v3.16.0 - 14-09-2023 */
 .elementor-widget-google_maps .elementor-widget-container {
     overflow: hidden
 }

 .elementor-widget-google_maps .elementor-custom-embed {
     line-height: 0
 }

 .elementor-widget-google_maps iframe {
     height: 374pt;
     margin-left: 2%;
     border-radius: 7px;
 }

 #snackbar {
     visibility: hidden;
     min-width: 250px;
     margin-left: -125px;
     background-color: #25256B;
     font-weight: 700;
     color: #fff;
     text-align: center;
     border-radius: 2px;
     padding: 16px;
     position: fixed;
     z-index: 10;
     left: 80%;
     bottom: 70%;
     font-size: 17px;
 }

 #snackbarERR {
     visibility: hidden;
     min-width: 250px;
     margin-left: -125px;
     background-color: #FF3232;
     color: #fff;
     text-align: center;
     border-radius: 0.5rem;
     padding: 16px;
     position: fixed;
     z-index: 15;
     left: 80%;
     bottom: 70%;
     font-size: 17px;
 }

 #snackbarERR.show {
     visibility: visible;
     -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
     animation: fadein 0.5s, fadeout 0.5s 2.5s;
 }

 #snackbar.show {
     visibility: visible;
     -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
     animation: fadein 0.5s, fadeout 0.5s 2.5s;
 }

 .breadcumb-wrapper {
    background-repeat: no-repeat;
    background-position: center center;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0.5)),url('../../images/contactUs-banner.jpg') !important;
    background-size: cover;
}

 @-webkit-keyframes fadein {
     from {
         bottom: 30%;
         opacity: 0;
     }

     to {
         bottom: 55%px;
         opacity: 1;
     }
 }

 @keyframes fadein {
     from {
         bottom: 30%;
         opacity: 0;
     }

     to {
         bottom: 55%;
         opacity: 1;
     }
 }

 @-webkit-keyframes fadeout {
     from {
         bottom: 55%;
         opacity: 1;
     }

     to {
         bottom: 30%;
         opacity: 0;
     }
 }

 @keyframes fadeout {
     from {
         bottom: 55%;
         opacity: 1;
     }

     to {
         bottom: 30%;
         opacity: 0;
     }
 }