*{
    font-family: "Inter Variable", "Inter", sans-serif;
}

.btn-blue-fill{
    background: #2A3484 !important;
    color: #fff !important;
}


.text-blue{
    /* background: #2A3484; */
    color: #2A3484;
}

/* Site footer styling. Scope this to the component so article footers keep their editorial surface. */
.af-footer{
    background: rgba(35, 31, 32, 1)
}

.af-footer a{
    text-decoration: none;
}

.af-footer input{
    background-color: transparent !important;
    border-right:0px !important;
    border-radius: 0% !important;
}

.af-footer a{
    border-radius: 0px !important;
}

.copyright{
    background-color: linear-gradient( to bottom,rgba(35, 31, 32, 1),rgba(42, 52, 132, 1)) !important;
}


/* medibuff page designing */



/* navbar designing and styling */
nav li a{
    color: black !important;
    font-weight: bold;
    transition: all;
}

nav li a:hover{
    color:#2A3484 !important;
    font-weight: bold;
    text-decoration:underline;
}


nav li a:active{
    color:#2A3484 !important;
    font-weight: bold;
    text-decoration:underline;
}

.about-image{
    background:
        linear-gradient(#001efff1, #001effe8),
        url('../images/v2/v2-about-doctor.jpg');
    background-position: center;
    background-size: cover;
}

.btn-black{
    border:1px solid black !important;
    background-color:transparent;
    transition: all 0.1s ease;
}

.btn-black:hover{
    background-color:black;
    color:#fff;
}

.btn-inverse{
    border: 1px solid #2A3484;
    color: #2A3484;
    background-color: transparent !important;
}

.service-card{
    transition: all 0.2s ease-in;
}

.services .service-card:hover{
    background-color: #2FC3B0 !important;
    box-shadow: 0 .5rem 1rem rgb(0 0 0 / 65%) !important;

}


/* Keyboard and touch-friendly actions shared by footer and contact pages. */
.contact-action{color:inherit!important;text-decoration:none}.contact-action:hover{text-decoration:underline}.contact-action:focus-visible{outline:3px solid #a4b900;outline-offset:4px;text-decoration:underline}
