.navbar-brand img {
    width: 8%;
    margin-top: 12px;
    padding-bottom: 15px;
}
.banner--stick .navbar-brand img {
    width: 8%;
}
.navbar.center:not(.wide) .flex-it .align-center > * {
     pointer-events: unset;
}
.navbar .navbar-nav > li > a {
    font-size: 16px;
    font-weight: 300;
}
.light-wrapper {
    background: #ffffff;
}
.inner2 {
    padding-top: 0px;
}
.lead {
    font-size: 20px;
}
button.btn.btn-rounded {
    margin-top: 20px;
}
a:focus {
    outline: unset;
}



@media (max-width: 767px) {
	
.navbar-brand img{
	width: 30%;
}
.navbar .navbar-header {
    padding-top: 0;
    padding-bottom: 0;
}

}



        /* Card */
        .uhs-card {
            background: #fff;
            border-radius: 10px;
            overflow: hidden;
            padding: 0 30px 35px;
            text-align: center;
            height: 100%;
            transition: 0.3s ease;
            border: 1px solid #ededed;
        }

        .uhs-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 12px 35px rgba(0,0,0,0.08);
        }

        /* Blue top bar */
        .uhs-top-bar {
            height: 10px;
            background: #c1e6e3;
            margin: 0 -30px 25px;
        }

        /* Title */
        .uhs-title {
            font-size: 24px;
            font-weight: 700;
            color: #1d2433;
            margin-bottom: 15px;
        }

        /* Subtitle */
        .uhs-subtitle {
            font-size: 15px;
            line-height: 1.7;
            color: #6b7280;
            margin-bottom: 30px;
            text-align: justify;
        }

        /* Features */
        .uhs-feature-list {
            list-style: none;
            padding: 0;
            margin: 0 0 40px;
            text-align: left;
        }

        .uhs-feature-list li {
            padding: 12px 0;
            border-bottom: 1px solid #eceef3;
            font-size: 15px;
            color: #4b5563;
        }

        .uhs-feature-list li:last-child {
            border-bottom: none;
        }

        .uhs-feature-list i {
            color: #ff0a6c;
            margin-right: 10px;
            font-size: 15px;
        }

        /* Price */
        .uhs-price-label {
            font-size: 15px;
            color: #6b7280;
            margin-bottom: 8px;
        }

        .uhs-price {
    font-size: 42px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 15px;
    margin-top: 15px;
}
.uhs-price-label2 {
    margin-bottom: 30px;
}

        .uhs-price span {
            font-size: 16px;
            font-weight: 500;
        }

        /* Button */
        .uhs-btn {
            display: inline-block;
            padding: 12px 38px;
            border: 2px solid #5585c2;
            border-radius: 50px;
            color: #5585c2;
            text-decoration: none;
            font-size: 14px;
            font-weight: 700;
            transition: 0.3s ease;
        }

        .uhs-btn:hover {
            background: #5585c2;
            color: #fff;
        }

        /* Bottom Features */
        .uhs-bottom-features {
            margin-top: 45px;
            text-align: center;
        }

        .uhs-bottom-features span {
            display: inline-block;
            margin: 10px 18px;
            font-size: 15px;
            color: #1f2937;
        }

        .uhs-bottom-features i {
            color: #0d4bff;
            margin-right: 8px;
        }

        /* Responsive */
        @media (max-width: 991px) {
            .uhs-card {
                margin-bottom: 25px;
            }

            .uhs-title {
                font-size: 22px;
            }

            .uhs-price {
                font-size: 34px;
            }
        }