.elementor-3448 .elementor-element.elementor-element-315b77d{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:flex-end;}.elementor-3448 .elementor-element.elementor-element-315b77d:not(.elementor-motion-effects-element-type-background), .elementor-3448 .elementor-element.elementor-element-315b77d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF00;}.elementor-3448 .elementor-element.elementor-element-92b57b1{z-index:998;}#elementor-popup-modal-3448 .dialog-widget-content{background-color:#FFFFFF00;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-3448 .dialog-message{width:0vw;height:auto;}#elementor-popup-modal-3448{justify-content:flex-end;align-items:center;}@media(min-width:768px){.elementor-3448 .elementor-element.elementor-element-315b77d{--content-width:0px;}}/* Start custom CSS for html, class: .elementor-element-92b57b1 */button:focus,
button:focus-visible,
a:focus,
a:focus-visible {
  outline: none;
  box-shadow: none;
}

.sticky-button-elements {
    position: fixed;
    top: 50%;
    right: 0%;
    transform: rotate(-90deg);
    display: flex;
    margin-right: -103px;
    padding: 0;
    z-index: 9999;
    animation: slide-left 0.25s ease-in;
  padding-bottom: 10px;
   transition: opacity 0.25s !important;
}

.sticky-button-elements a {
    text-decoration: none;
    color: white !important;
    margin: 0 0px; 
    z-index: 999;
    font-size:14px;
    font-family:lato;
    
}

.apply, .enquire, .give {
    padding: 16px 24px;
    transition-duration: 0.25s;
    font-weight:600;

}

.apply {
    background-color: #3FA535;
}

.enquire {
    background-color: #F7A600;
}

.give {
    background-color: #009FE3;
}



@keyframes slide-left {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.hide {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s;
}





@media only screen and (max-width: 767px) {
    .sticky-button-elements {
        top: auto;
        bottom: 0;
        right: 0;
        transform: rotate(0deg);
        margin-right: 0;
        width: 100%;
        justify-content: center; 
        padding: 10px 0; 
         transition: opacity 0.25s !important;
    }
}/* End custom CSS */