.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#FFFFFF;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.table_1 {
   width: 100%;
   overflow: hidden;
   
} 

.table_1 table {
    width: 100%
    
}

@media only screen and (max-width: 600px) {
    .table_1 {
   
   overflow-x: scroll;
   
} 

.table_1 table {
    width: max-content
    
}
.table_1 table td {
    min-width : min-content;
    max-width:250px;
}

}

@media only screen and (max-width: 1024px) {
    .table_1 {
        overflow-x : scroll;
    }
    
    .table_1 table {
    width: max-content
    
}
.table_1 table td {
    min-width : min-content;
    max-width:250px;
}

}

.massage.list-inline-item a {
     font-family: Monospace;
     color: white;
     font-size: 17px;
     border: 1px solid white;
     padding: 1px 13px;
     font-weight: 600;
     background-image: linear-gradient(to right, #00AEEF, #08009D);
     border-radius: 8rem;
     
}

@keyframes leaves {
        0% {
            transform: scale(0.9);
            -webkit-transform: scale(0.9);
        }
        100% {
            transform: scale(0.5);
            -webkit-transform: scale(1);
        }
    }

    .animated_partner {
        animation: leaves 0.7s ease-in-out infinite alternate;
        -webkit-animation: leaves 0.7s ease-in-out infinite alternate;
    }
    .massage.list-inline-item:hover a {
        color: #ffff;
    }


.scale {
    transition: all 0.3s ease-in-out;
}
.scale:hover {
    transform: scale(1.07);
}

@media only screen and (max-width: 600px) {
    .page-header{
        top:37px;
    }
}

.site-content {
    padding: 0px !important;
}

#applyRegistrationHeaderButton {
    font-weight: 800;
    text-transform: uppercase;
    cursor: pointer;
}

.input_width {
    width: 100%;
}

.wpcf7 input[type="submit"]{
    background-color: #f5c007;
    color: #000;
}

#back-to-top {
    bottom: 145px;
    right: 33px;
}

#myPopup{
    display: none;
}/* End custom CSS */