.bottom-fixed-actions{
    width: 100%;justify-content: space-between;
    background-color: black;
    position: fixed;
    bottom: 0;
    padding: 8px;z-index: 999;
    display: flex;
    gap: 12px;
}
.bottom-fixed-actions a {
    font-size: 12px !important;
}
.FAB-left {
    position: fixed;
    bottom: 96px;
    left: 16px;
    border-radius: 100%;
    background-color: green;
    padding: 8px;
    padding-inline: 10px;
    z-index: 1000;
}
.FAB-left a img {
    height: 28px !important;
    width: 28px !important;
}
.w-full {
    width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.w-fit{
    display: flex;
    flex: 1;
    width: fit-content;
    align-items: center;
    justify-content: center;
}

.btn-neutral{
    background: #5c5c5c;
    color: #ffffff;
    border: 1px solid #5c5c5c;
}
@media (min-width: 768px) {
    .hidden-md {
        display: none !important;
    }
}
@media (max-width: 768px) {
    .patient-img{
        height:124px;
        width:124px;
    }
}
.aspect-square{
    aspect-ratio: 1/1!important;
    object-fit: cover;
    position: bottom;
}
.benefit-item .benefit-icon i {
    display: flex;
    align-self: center;
    justify-content: center;
} 
.watch_video .container .row .col-md-6{
    padding-bottom: 12px !important;
}
@media screen and (max-width: 1024px) {
    .fitness_bg_2 {
        background: url(../Website-content-for-Gynecomastia-In-Delhi/main-image-transformed.png) no-repeat center/cover;
        background-position-x: -580px;
        background-position-y: 110px;
        background-image: none;
    }
    .text-highlight{
        text-align: center !important;
    }
    .header {
        position: relative;
        padding: 0;
        min-height: fit-content !important;
        padding-top: 48px!important;
        padding-bottom: 24px!important;
        background-color: #dde7e6;
    }
}
.header {
    position: relative;
    padding: 0;
    min-height: 100vh;
    padding-top: 48px !important;
    padding-bottom: 24px !important;
}