.elementor-kit-1911{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-22c920c:#004209;--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:var( --e-global-color-astglobalcolor5 );}.elementor-kit-1911 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;}.elementor-widget:not(:last-child){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}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 */.ast-container {
    max-width: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.highlight-text span {
    background-color: red;
    color: white;
    padding: 5px 10px;
}

.highlight-text-small span {
    background-color: red;
    color: white;
    padding: 0px 6px;
}

.h1-sml-red-block span {
    font-size: 32px !important;
}

.hero-pill span {
    margin: 0 !important;
}

.h1-sml-red-block-mob span {
    font-size: 18px !important;
}

.highlight-text-mob span {
    background-color: red;
    color: white;
    padding: 3px 5px;
}

.provide-my-name-is span {
    font-size: 18px !important;
    padding-left: 4px !important;
}


/* Availability Schedule CSS */
.availability-schedule {
    font-family: 'Roboto', sans-serif;
}
.availability-row {
    display: flex;
    border-top: 1px solid #000;
}
.availability-label {
    width: 38%;
    padding-bottom: 20px;
    padding-left: 32px;
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 38px;
}
.availability-value {
    padding-bottom: 20px;
    margin: 0;
    font-size: 20px;
    font-weight: 300;
    line-height: 38px;
}

/* Tablet screensize between 768px and 1024px*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
.provide-my-name-is span {
    font-size: 18px !important;
    padding-left: -4px !important;
    }

.availability-label {
    width: 38%;
    padding-bottom: 20px;
    padding-left: 0px;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 38px;
}
.availability-value {
    padding-bottom: 20px;
    margin: 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 38px;
}

}


/* Mobile screensize upto 767px*/
@media screen and (max-width: 767px) {
.provider-name-mob {
    line-height: 150px !important;
    }

.availability-label {
    width: 38%;
    padding-bottom: 20px;
    padding-left: 0px;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 38px;
}
.availability-value {
    padding-bottom: 20px;
    margin: 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 38px;
}
}


/* Padding for nav menu - Only for Main Nav Menu */
.main-nav-hover .elementor-nav-menu li a {
    padding: 10px 15px !important;
    border-radius: 0px;
}


/* Background color on hover - Only for Main Nav Menu */
.main-nav-hover .elementor-nav-menu li a:hover {
    background-color: white; /* Change to your preferred color */
    color: red !important;
    padding: 10px 15px !important;
    border-radius: 0px;
}

/* Background color for active menu item - Only for Main Nav Menu */
.main-nav-hover .elementor-nav-menu li.current-menu-item a,
.main-nav-hover .elementor-nav-menu li.current-menu-parent a {
    background-color: white;
    color: red !important;
    padding: 10px 15px;
    border-radius: 0px;
}/* End custom CSS */