    .color-blue {
        background-color: #00218C;
    }
    
    .txt-blue {
        color: #00218C;
    }
    
    .container-fluid {
        margin: 0%;
        padding: 0%;
    }
    
    .body {
        padding: 0px;
    }
    
    .container {
        height: auto;
        width: 1380px;
        padding: 0px;
    }
    
    .mail {
        float: left;
    }
    
    .email {
        margin-left: 50px;
        color: white;
        float: left;
    }
    
    .navbar-nav {
        font-weight: 500;
        font-size: 20px;
    }
    
    .navbar-toggler-icon {
        display: none;
    }
    
    .navbar-nav {
        --bs-nav-link-hover-color: #104087;
    }
    
    .nav-link:hover {
        border-bottom: 3px solid #104087;
    }
    
    .navbar-nav .nav-link.active {
        border-bottom: 3px solid #104087;
        color: #ffffff;
    }
    
    .nav-link {
        border-bottom: 3px solid #ffffff;
        margin-right: 30px;
    }
    
    .call {
        float: left;
        margin-right: 10px;
    }
    
    .appointment-btn {
        width: 200px;
        background-color: #FF0000;
        color: #ffffff;
        height: 50px;
        font-size: 20px;
        font-weight: 600;
        border-radius: 5px;
        border: none;
        margin-left: 20px;
    }
    
    .physio-txt {
        margin-top: 100px;
    }
    
    .appointment-btn:hover {
        background-color: #ffffff;
        color: #FF0000;
        transition: 0.3s;
        border: #FF0000 1px solid;
    }
    
    .bg1 {
        position: relative;
        background-image: url(../images/bg1.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    
    .bg2 {
        position: relative;
        /* height: 100vh;    */
        background-image: url(../images/bg2.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    
    .bg3 {
        position: relative;
        /* height: 100vh; */
        background-image: url(../images/bg3.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    
    .bg5 {
        height: 100vh;
        position: relative;
        background-image: url(../images/bg5.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    
    .bg6 {
        position: relative;
        background-image: url(../images/bg6.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        border-radius: 80px;
    }
    
    .bg7 {
        position: relative;
        background-image: url(../images/bg7.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height: 1000px;
    }
    
    .riview-bg {
        position: relative;
        background-image: url(../images/riview-bg.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    
    .aboutus-bg {
        background-image: url(../images/aboutus-bg.png);
        height: 400px;
        background-repeat: no-repeat;
    }
    
    .treatment-bg {
        background-image: url(../images/service-bg.png);
        height: 400px;
        background-repeat: no-repeat;
    }
    
    .contact-bg {
        background-image: url(../images/contact-bg.png);
        height: 400px;
        background-repeat: no-repeat;
    }
    
    .testimonials-bg {
        background-image: url(../images/testimonials-bg.png);
        height: 400px;
        background-repeat: no-repeat;
    }
    
    .call-box {
        box-shadow: 0 4px 8px 0 rgba(255, 255, 255, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        padding: 20px;
        border-radius: 10px;
    }
    
    .appointment-box {
        box-shadow: 0 4px 8px 0 rgba(255, 255, 255, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        padding: 20px;
        border-radius: 10px;
    }
    
    .book-appo-box {
        box-shadow: 0 4px 8px 0 rgba(255, 255, 255, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }
    
    #fname {
        border: none;
        border-radius: 5px;
        padding: 20px;
        /* width: 40%; */
    }
    
    .mail-txt {
        color: #00218C;
    }
    
    .call-icon {
        float: left;
        margin-right: 20px;
        margin-top: 12px;
    }
    
    a.home {
        list-style: none;
        color: #ffffff;
        text-decoration: none;
    }
    
    .pt-50 {
        padding-top: 8%;
        padding-bottom: 50px;
    }
    
    .box1 {
        background-color: #ffffff;
        border-radius: 10px;
        justify-content: center;
        text-align: center;
        color: #00218C;
        font-weight: 700;
        font-size: 40px;
    }
    
    .txt {
        font-weight: 400;
        font-size: 30px;
        margin-top: -15px;
    }
    
    .heading {
        font-weight: 700;
        font-size: 40px;
        color: #ffffff;
    }
    
    .heading-txt {
        font-weight: 700;
        font-size: 40px;
        color: #00218C;
    }
    
    .txt-center {
        justify-content: center;
        text-align: center;
    }
    
    .accordion-item .accordion-header .accordion-button {
        background-color: #00218C;
        color: #ffffff;
        font-size: 24px;
    }
    
    .accordion-body {
        border: #00218C 1px solid;
    }
    
    .accordion-button::after {
        flex-shrink: 0;
        width: 0px;
        height: 0px;
        margin-left: 0px;
        content: "";
        background-image: var(--bs-accordion-btn-icon);
        background-repeat: no-repeat;
        background-size: var(--bs-accordion-btn-icon-width);
        transition: var(--bs-accordion-btn-icon-transition);
        background-color: #ffffff;
        border-radius: 50%;
    }
    
    .mt-100 {
        margin-top: 100px;
    }
    
    .pt-80 {
        padding-top: 80px;
    }
    
    .testimonials-img {
        margin-top: 20%;
    }
    
    .points {
        font-size: 20px;
        font-weight: 600;
        color: #00218C;
        margin-top: 20px;
    }
    
    .card {
        box-shadow: 0 4px 8px 0 rgba(255, 255, 255, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }
    
    .book-btn {
        background-color: #00218C;
        color: #ffffff;
        cursor: pointer;
        border: none;
        font-size: 24px;
        width: 20%;
        padding: 10px;
        border-radius: 5px;
        margin-top: 20px;
        margin-left: 10px;
    }
    
    .book-btn:hover {
        background-color: #ffffff;
        color: #00218C;
        transition: 0.3s;
        border: #00218C 1px solid;
    }
    
    .card-title {
        color: #FF0000 !important;
        margin-top: -20px;
        font-weight: 600;
    }
    
    .card:hover {
        transform: scale(1.06);
    }
    
    .card {
        cursor: pointer;
        transition: 0.5s;
    }
    
    .all-treatment-btn {
        width: 200px;
        background-color: #ffffff;
        color: #FF0000;
        height: 50px;
        font-size: 24px;
        font-weight: 600;
        border-radius: 5px;
        border: none;
        margin-left: 20px;
    }
    
    .all-treatment-btn:hover {
        color: #00218C;
        transition: 0.5s;
    }
    
    .visestao ul li {
        list-style: none;
        color: #ffffff;
        font-size: 24px;
        font-weight: 600;
        padding-top: 10px;
    }
    
    .visestao {
        /* margin-top: 10%; */
        padding: 30px;
        background-image: url(../images/visesta-bg.png);
        background-repeat: no-repeat;
    }
    
    .pida {
        margin-top: 180px;
        padding-top: 20px;
        padding-left: 50px;
    }
    
    .call ul li {
        /* font-size: 22px; */
        list-style: none;
        font-weight: 600;
        padding-top: 10px;
    }
    
    .our-pages ul li {
        font-size: 24px;
        padding-top: 8px;
    }
    
    .contact-us {
        padding-left: 0px;
    }
    
    .time ul li {
        list-style: none;
    }
    
    .footer-space {
        margin-top: 80px;
    }
    
    .check-mark {
        margin-right: 10px;
    }
    
    .marging-top {
        margin-top: 100px;
    }
    
    .heading-txt1 {
        margin-top: 70%;
        font-size: 40px;
        font-weight: 600;
        color: #00218C;
    }
    
    @media (max-width: 575.98px) {
        body {
            margin: 0px;
        }
        .container-fluid {
            height: auto;
        }
        .social-media {
            text-align: center;
            margin-bottom: 5px;
        }
        .bg5 {
            /* position: relative; */
            background-image: url(../images/bg-media-quiry.png);
            /* background-size: cover; */
        }
        .visestao ul li {
            list-style: none;
            color: #ffffff;
            font-size: 10px;
            font-weight: 600;
            padding-top: 10px;
        }
        .footer-logo {
            align-items: center;
            text-align: center;
            width: 50%;
            margin-left: 22%;
            margin-top: 20px;
        }
        .footer-space {
            margin-top: 20px;
        }
        .check-mark {
            width: 5%;
        }
        .pida {
            margin-top: 10px;
            padding-top: 20px;
            padding-left: 10px;
        }
        .physio-txt {
            margin-top: 20px;
        }
        .mt-100 {
            margin-top: 50px;
        }
        .text1 {
            font-size: 26px;
            /* margin-left: 30px; */
            text-align: center;
        }
        .design {
            width: 20%;
            margin-left: 40%;
        }
        .marging-top {
            margin-top: 50px;
        }
        .heading-txt1 {
            margin-top: 10%;
            font-size: 40px;
            font-weight: 600;
            color: #00218C;
        }
        .testimonials-img {
            margin-top: 0px;
        }
        .navbar-toggler {
            border: none;
            --bs-navbar-toggler-border-color: rgb(255, 255, 255);
        }
        .book-btn {
            background-color: #00218C;
            color: #ffffff;
            cursor: pointer;
            border: none;
            font-size: 24px;
            width: 50%;
            padding: 10px;
            border-radius: 5px;
            margin-top: 20px;
            margin-left: 70px;
        }
        .collapsed {
            height: 35px;
            border: none;
        }
        .logo-a {
            width: 80%;
        }
    }