.elementor-191 .elementor-element.elementor-element-2c1cfe52{--display:flex;--min-height:160px;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-evenly;--align-items:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;border-style:solid;--border-style:solid;border-width:1px 0px 1px 0px;--border-top-width:1px;--border-right-width:0px;--border-bottom-width:1px;--border-left-width:0px;border-color:#000000;--border-color:#000000;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-191 .elementor-element.elementor-element-2c1cfe52:not(.elementor-motion-effects-element-type-background), .elementor-191 .elementor-element.elementor-element-2c1cfe52 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-astglobalcolor5 );}.elementor-191 .elementor-element.elementor-element-6c9def96{--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;--justify-content:center;--align-items:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-191 .elementor-element.elementor-element-6c9def96.e-con{--align-self:stretch;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-cd75fd9 *//* ===========================
   AKSHA HEALTH PREMIUM FOOTER
=========================== */

.ak-footer{
    background:#062963;
    color:#ffffff;
    font-family:'Poppins',sans-serif;
    padding:70px 8% 25px;
    position:relative;
}

.ak-footer-top{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:50px;
}

.ak-footer-column h3{
    color:#ffffff;
    margin-bottom:22px;
    font-size:22px;
    font-weight:600;
    position:relative;
}

.ak-footer-column h3:after{
    content:'';
    width:45px;
    height:3px;
    background:#009FE2;
    position:absolute;
    left:0;
    bottom:-8px;
    border-radius:20px;
}

.footer-logo{
    width:190px;
    margin-bottom:20px;
}

.ak-footer-column p{
    color:#d7d7d7;
    line-height:1.8;
    font-size:15px;
    margin-bottom:15px;
}

.ak-footer-column ul{
    list-style:none;
    padding:0;
    margin:0;
}

.ak-footer-column ul li{
    margin-bottom:14px;
}

.ak-footer-column ul li a{
    color:#d8d8d8;
    text-decoration:none;
    transition:.3s;
    font-size:15px;
}

.ak-footer-column ul li a:hover{
    color:#009FE2;
    padding-left:8px;
}

.ak-footer-column i{
    color:#009FE2;
    margin-right:10px;
}

.ak-footer-column p a{
    color:#ffffff;
    text-decoration:none;
}

.ak-footer-column p a:hover{
    color:#009FE2;
}

.footer-social{
    display:flex;
    gap:14px;
    margin-top:25px;
}

.footer-social a{
    width:44px;
    height:44px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:rgba(255,255,255,.08);
    color:#fff;
    font-size:18px;
    transition:.35s;
}

.footer-social a:hover{
    background:#009FE2;
    transform:translateY(-6px);
}

.footer-btn{
    display:inline-block;
    margin-top:18px;
    padding:14px 24px;
    background:#009FE2;
    color:#fff;
    text-decoration:none;
    border-radius:40px;
    font-weight:600;
    transition:.35s;
    box-shadow:0 10px 25px rgba(0,159,226,.30);
}

.footer-btn:hover{
    background:#ffffff;
    color:#062963;
    transform:translateY(-4px);
}

.ak-footer hr{
    margin:55px 0 25px;
    border:none;
    border-top:1px solid rgba(255,255,255,.12);
}

.footer-bottom{
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
    gap:15px;
}

.footer-bottom p{
    margin:0;
    color:#c7c7c7;
    font-size:14px;
}

/* Back To Top */

#backToTop{
    position:fixed;
    right:28px;
    bottom:28px;
    width:55px;
    height:55px;
    border:none;
    border-radius:50%;
    background:#009FE2;
    color:#fff;
    font-size:20px;
    cursor:pointer;
    display:none;
    z-index:999;
    transition:.3s;
    box-shadow:0 10px 30px rgba(0,159,226,.35);
}

#backToTop:hover{
    transform:translateY(-5px);
    background:#ffffff;
    color:#062963;
}

/* Tablet */

@media(max-width:992px){

.ak-footer-top{
grid-template-columns:repeat(2,1fr);
gap:40px;
}

}

/* Mobile */

@media(max-width:768px){

.ak-footer{
padding:55px 25px;
}

.ak-footer-top{
grid-template-columns:1fr;
gap:35px;
}

.footer-logo{
width:170px;
}

.footer-bottom{
flex-direction:column;
text-align:center;
}

.footer-social{
justify-content:center;
}

.footer-btn{
width:100%;
text-align:center;
}

#backToTop{
right:18px;
bottom:18px;
width:48px;
height:48px;
}

}/* End custom CSS */