html,
body {
    overflow-x: hidden;
}

.text-brown {
    color: #641a38;
}
.bg-brown {
    background: #641a38;
}
.bg-white-smoke {
    background: #f5f5f5;
}
.text-justify {
    text-align: justify;
}
.fw-500 {
    font-weight: 500;
}
.fw-600 {
    font-weight: 600;
}
.processwidthicon {
    width: 50px;
}
.pt-50 {
    padding-top: 50px;
}
.pt-60 {
    padding-top: 60px;
}
.pb-30 {
    padding-bottom: 30px;
}
.pb-50 {
    padding-bottom: 50px;
}
.pb-60 {
    padding-bottom: 60px;
}
.cntrone {
    display: grid;
    justify-content: center;
}
.w-97 {
    width: 97%;
}
.fs-30 {
    font-size: 30px;
}
.bg-alice {
    background: aliceblue;
}

.callbutton {
    position: fixed;
    bottom: 85px;
    z-index: 99;
    left: 30px;
}

.content-center {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
}

.pulse {
    height: 50px;
    width: 50px;
    background-color: #0ac023;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.pulse::before {
    content: "";
    position: absolute;
    border: 2px solid #0ac023;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border-radius: 50%;
    animation: pulse 1s linear infinite;
}

@keyframes pulse {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }
    50% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}

.pulse::after {
    content: "";
    position: absolute;
    border: 2px solid #0ac023;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border-radius: 50%;
    animation: pulse 1s linear infinite;
    animation-delay: 0.3s;
}

.whatsapp {
    position: fixed;
    right: 30px;
    bottom: 85px;
    background: transparent;
    z-index: 1001;
}

.pulse1 {
    /* background-color: #091e3e; */
    /* border-radius: 50%; */
    display: flex;
    justify-content: center;
    align-items: center;
    /* position: relative; */
}

.whatsapp-button {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 0px;
    position: relative;
    background-color: #24cc63;
    color: #fff;
    /* cursor: pointer; */
    box-shadow: 0 0 0 0 #24cc63;
}

.pulse1::before {
    content: "";
    position: absolute;
    border: 2px solid #24cc63;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border-radius: 50%;
    animation: pulse 1s linear infinite;
}

.pulse1::after {
    content: "";
    position: absolute;
    border: 2px solid #24cc63;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border-radius: 50%;
    animation: pulse 1s linear infinite;
    animation-delay: 0.3s;
}

.responsive-map2 {
    overflow: hidden;
    padding-bottom: 60%;
    position: relative;
    height: 0;
}

.responsive-map2 iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}
.mt-50 {
    margin-top: 50px;
}
.mb-50 {
    margin-bottom: 50px;
}
.copyright-area {
    padding-bottom: 10px;
}
.copyright-area-content {
    text-align: center;
    border-top: 1px solid #641a38;
    padding-top: 30px;
}
.copyright-area-content p {
    color: #641a38;
    font-size: 15px;
}

/* Show dropdown on hover */
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    transition: opacity 3s ease, visibility 3s ease;
}

/* Enable sub-menu on hover */
.dropdown-submenu {
    position: relative;
}

.nav-item.dropdown:hover .dropdown-submenu .dropdown-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    margin-top: -5px;

}

/* Show submenu only when hovering on "Treatments" */
.dropdown-submenu:hover > .shows {
    display: block !important;
}
.fs-20 {
    font-size: 20px;
}
.fs-25 {
    font-size: 25px;
}

@media only screen and (min-width: 280px) and (max-width: 767px) {
    .mblmszero{
        margin-left: 0px !important;
    }
    .mblmtzero {
        margin-top: 0px !important;
    }
    .mblmtten {
        margin-top: 10px !important;
    }
    .mblmttwenty {
        margin-top: 20px !important;
    }
    .mblpttwenty {
        padding-top: 20px !important;
    }
    .mblpbtwenty {
        padding-bottom: 20px !important;
    }
    .mblptthirty {
        padding-top: 30px !important;
    }
    .mblpbthirty {
        padding-bottom: 30px;
    }
    .mblpbforty {
        padding-bottom: 40px;
    }
    .mblcntr {
        display: flex;
        justify-content: center;
    }
    .mbltxtcntr {
        text-align: center;
    }
    .mblpbzero {
        padding-bottom: 0px;
    }
    .mblmbthirty {
        margin-bottom: 30px !important;
    }
    .mblmtforty {
        margin-top: 40px;
    }
    .mblmbforty {
        margin-bottom: 40px;
    }
    .mblptforty {
        padding-top: 40px;
    }
    .mbljststr {
        display: flex !important;
        justify-content: start !important;
    }
    .mblaligntstr {
        display: flex !important;
        align-items: start !important;
    }
    .mblpx-3 {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .mblpe {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .mblps {
        padding-left: 13px !important;
    }
    .mblptzero {
        padding-top: 0px;
    }
    .mbltitledv {
        margin-bottom: 10px !important;
    }
    .mblmtthirty {
        margin-top: 30px !important;
    }
    .mblpadd {
        padding: 20px !important;
    }
    .mblmbtwenty {
        margin-bottom: 20px !important;
    }
    .nav-item.dropdown:hover .dropdown-submenu .dropdown-menu {
        display: none;
        position: relative;
        top: 0;
        left: 5%;
        margin-top: -5px;
    }
}

.marquee-container {
    width: 100%;
    overflow: hidden;
    padding: 10px;
    border-radius: 10px;
    position: relative;
}

.uppercase-text {
    text-transform: uppercase;
}

/* Media */
@media (max-width: 768px) {
    text {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    text {
        font-size: 4rem;
    }
}

/* Background size */
path {
    stroke-width: 2rem;
}

@media (max-width: 768px) {
    path {
        stroke-width: 6rem;
    }
}

@media (max-width: 480px) {
    path {
        stroke-width: 8rem;
    }
}

#marquee-text a {
    color: white !important;
    text-decoration: none;
}
