/* Top Header CSS  */
.top-header-left {
    display: flex;
    gap: 14px;
}

.tl-item {
    display: flex;
    gap: 5px;
}

.top-header-left .tl-item #phone-number a,
.top-header-left .tl-item #email-address a {
    color: white !important;
    font-size: 15px;
}

div#shipping-text {
    color: white;
    font-size: 14px;
    width: 13rem;
}

/* Search CSS */
.ast-search-menu-icon.slide-search .search-form,
.ast-header-search .slide-search .search-field {
    opacity: 1;
    visibility: visible;
    border: none;
    background: #F1F1F1;
    position: static;
    transform: none !important;
    border-radius: 10px;
}

.ast-search-icon {
    top: 0.8rem;
    right: 0.6rem;
    position: absolute;
}

.ast-search-menu-icon .search-field::placeholder {
    color: #505050B2;
}

.ast-search-menu-icon .search-field {
    padding: 24px 18px !important;
}

.ast-header-search form.search-form .search-field:focus {
    border: 1px solid #505050B2;
    border-radius: 10px;
}

.get-a-free-quote {
    white-space: nowrap;
    background: #f34640;
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 15px;
}

.get-a-free-quote:hover {
    opacity: 0.9;
    background: #f34640;
    cursor: pointer;
}

/* // menu css  */

.site-below-header-wrap .ast-builder-menu-1,
.site-header-section>div:last-child .ast-main-header-bar-alignment {
    width: 100%;
}

ul#mega-menu-primary {
    display: flex !important;
    justify-content: center;
}

.site-below-header-wrap>div {
    height: 60px !important;
}

.site-below-header-wrap .ast-builder-menu-1 {
    height: 60px !important;
}

.site-below-header-wrap .ast-main-header-bar-alignment {
    height: 60px !important;
}

.site-below-header-wrap #mega-menu-wrap-primary {
    height: 60px !important;
}

.site-below-header-wrap #mega-menu-primary {
    height: 60px !important;
}

.site-below-header-wrap .mega-menu-link {
    height: 60px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu {
    visibility: visible;
    box-shadow: -150px 75px 88px #00000026;
}

ul#mega-menu-primary>.mega-menu-item>.mega-menu-link:hover {
    color: #84B8E1 !important;
}

.mega-toggle-on .mega-menu-link {
    color: #84B8E1 !important;
}

.mega-menu-item-type-custom>ul {
    display: none !important;
}

.mega-toggle-on>ul {
    display: block !important;
}

/* Footer CSS */
.footer-col1-inner-col {
    align-items: flex-start;
}

.footer-col1-inner-col p {
    margin-top: 5px !important;
}

footer {
    font-size: 14px;
}

footer .ast-builder-grid-row-4-lheavy .ast-builder-grid-row {
    grid-template-columns: 2fr 1fr 2fr 1fr;
}

footer * {
    color: #505050 !important;
}

footer h6 {
    color: #000000 !important;
    font-size: 16px;
}

footer p {
    margin-bottom: unset;
}

footer section.widget {
    margin-bottom: 10px;
}

footer .social-icons {
    display: flex;
    gap: 10px;
}

footer .site-below-footer-inner-wrap::after {
    content: "";
    height: 1px;
    width: 100%;
    background: #00000033;
    position: relative;
    top: -50px
}

@media (max-width: 1230px) {
    footer .ast-builder-grid-row-4-lheavy .ast-builder-grid-row {
        grid-template-columns: 1fr 1fr;
        grid-row-gap: 20px !important;
    }

    footer .footer-policies-heading {
        margin-top: 0px !important;
    }
}

@media (max-width: 910px) {
    footer .ast-builder-grid-row-4-lheavy .ast-builder-grid-row {
        grid-template-columns: auto !important;
        grid-row-gap: 20px !important;
    }

    footer .footer-policies-heading {
        margin-top: 0px !important;
    }
}


/* // Dynamic Css */
@media (max-width: 1100px) {
    .about-us-section .about-us-section-c2 {
        display: none;
    }

    .about-us-section>div>div {
        background-image: unset !important;
        background-color: #F2F9FD;
        border-radius: 20px;
        min-height: unset;
    }
}