html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

/*Navbar*/
.navbar {
    background-color: #508BBB;
    /*box-shadow:#e0e0e0 10px 10px initial;*/
}

.NavLink {
    color: #ffffff;
    font-weight: 600;
    background: linear-gradient(#366cc1 0 0), linear-gradient(#508BBB 0 0);
    background-size: 0% 3px,100% 3px; /* we make the top one 0% width */
    background-position: bottom left;
    background-repeat: no-repeat;
    transition: 0.5s;
    margin-right: 20px;
}

    .NavLink:hover, .NavLink:active, .NavLink:focus {
        color: #ffffff;
        font-weight: 600;
        background-size: 100% 3px;
    }

.NavLink2 {
    color: #ffffff;
    font-weight: 600;
    margin-right: 20px;
}

    .NavLink2:hover, .NavLink2:active, .NavLink2:focus {
        color: #ffffff;
        font-weight: 600;
        background-size: 100% 3px;
    }

body {
    margin-bottom: 60px;
    background-color: #fff;
    padding-left: 0;
}

body, html {
    font-family: 'Nunito', sans-serif;
}

/* Footer */
footer {
    background-color: #508BBB;
    position: fixed;
    left: 0;
    bottom: 0;
    height: 55px;
    width: 100%;
    color: white;
    text-align: center;
    padding: 20px;
    z-index:20;
}

.footerLeft {
    color: #e0e0e0;
    font-size: 14px;
    float: left;
    text-align: left;
    font-weight: 600;
}

    .footerLeft > a {
        color: #8eccff;
        text-decoration: none;
    }

.footerRight {
    color: #e0e0e0;
    font-size: 14px;
    font-weight: 500;
}

    .footerRight > a {
        color: #e0e0e0;
        text-decoration: none;
    }

.footerSocial {
    color: #e0e0e0;
    font-size: 14px;
    font-weight: 500;
    float: right;
}

/*Index Page*/
.IndexSec1{

}

.IndexCard1{
    padding:20px;
    border:solid 2px #6cc465ae;
    color:#5c9b57;
    font-size:18px;
    font-weight:400;
}

.IndexCard2 {
    padding: 20px;
    border: solid 2px #9169c4ae;
    color: #7957a5;
    font-size: 18px;
    font-weight: 400;
}

.IndexCard3 {
    padding: 20px;
    border: solid 2px #65c4bbae;
    color: #5aaaa3;
    font-size: 18px;
    font-weight: 400;
}

.CarouselItem:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: black;
    opacity: 0.4;
    z-index: 1;
}

.IndexCarouselCap {
    z-index: 2;
}

    .IndexCarouselCap > h3 {
        color: #fff;
        font-weight: 300;
    }

    .IndexCarouselCap > p {
        color: #fff;
        font-size: 20px;
        font-weight: 300;
    }
.HomeCollBtn {
    color: #adf3a6;
    border-radius: 0px;
    border-color: #adf3a6;
    box-shadow:none;
}
    .HomeCollBtn:focus {
        box-shadow: none;
    }


.HomeCollBtn2 {
    color: #fff;
    border-radius: 0px;
    /*border-color: #adf3a6;*/
    box-shadow: none;
    /*float:right;*/
}

    .HomeCollBtn2:hover {
        background-color:transparent;
        border:1px solid #5c9b57;
        color:#5c9b57;
    }

    .HomeCollBtn2:focus {
        box-shadow: none;
    }

.BrfImg{
    border:solid 4px #73a2ebae;
}

/* Health Packages Section */

.packHead {
    color: #8a62bd;
    font-weight: 600;
    text-align: center;
}

.packCard {
    outline: solid 1px #e0e0e0b1;
    border-radius: 0px;
    box-shadow: 5px 5px 2px #e0e0e0b1;
}

    .packCard:hover {
        outline: solid 1px #508bbbb6;
        border-radius: 0px;
        box-shadow: 5px 5px 2px #508bbbb6;
    }

.packCardBody{
    padding:20px;
}

.packCardHead {
    font-size:20px;
    color: #5c9b57;
    background-color:#d9ebd7;
    border-bottom:none;
    font-weight: 600;
}

.packCardFoot{
    background-color: #e4d6f6;
    border-top:none;
}

.packCardCost {
    color: #8a62bd;
    font-size: 15px;
    font-weight: 600;
    padding-top: 5px;
    padding-bottom: 5px;
}

.packCardText {
    font-size: 14px;
}

.packCardTotTest {
    color: #6b6b6b;
    font-style: italic;
    font-weight: 600;
    font-size: 14px;
}

.packDetBtn {
    background-color: transparent;
    color: #508BBB;
    border-radius: 0px;
    border: solid 1px #508BBB;
    float: right;
    font-size: 14px;
}

    .packDetBtn:hover {
        background-color: #8a62bdb9;
        color: #fff;
        border-radius: 0px;
        border: solid 1px #8a62bdb9;
    }

.InvestListPopup {
    padding:10px;
    background-color: #fff;
    text-align: center;
    font-size: 22px !important;
    height: auto;
    vertical-align: middle;
    color:#508BBB;
    margin-left:0px;
}

/* About Us */
.aboutusHead {
    color: #5c9b57;
    font-weight: 400;
    text-align: center;
}

.aboutusImg {
    border: solid 5px #91d18ccc;
}

.aboutusQuote{
    text-align:center;
    font-size:20px;
    font-weight:500;
    color:#3e3e3e;
}

.whoHead {
    color:#508BBB;
    font-weight:600;
}

/* Doctors */
.docHead{
    color:#366cc1;
    text-align:center;
}

.docName {
    font-weight: 400;
    color: #2f2f2f;
    font-weight: 500;
}

.docDesig {
    font-size: 14px;
    font-weight: 400;
    color: #3d6789;
}

/* Service */
.ServHead {
    color: #8a62bd;
    text-align: center;
}

.servCard1 {
    background-color: #6272bd;
    color: #ffffff;
}
    .servCard1:hover {
        background-color: #abb9fb;
        border:none;
        color: #6272bd;
    }

.servCard2 {
    background-color: #69a86c;
    color: #ffffff;
}
    .servCard2:hover {
        background-color: #9fe8a3;
        border: none;
        color: #69a86c;
    }

.servCardBody{
    text-align:center;
    padding-bottom:0px;
}

/* Contact */
.contactCard1 {
    background-color: #5f97b7;
    border: none;
    border-radius: 0px;
    color: #cde8ff;
}

.contactCard2 {
    background-color:#896cb4;
    border:none;
    border-radius:0px;
    color:#ecdcffff;
}

.contactCard3 {
    background-color: #68aa6c;
    border: none;
    border-radius: 0px;
    color: #deffdb;
}

.contactCard4 {
    background-color: transparent;
    border: solid 1px #b076b1;
    border-radius: 0px;
    color: #b076b1;
    font-weight: 600;
}

.phoneSpan1 {
    color: #cde8ff;
    margin-right: 10px;
}
.phoneSpan2 {
    color: #ecdcffff;
    margin-right: 10px;
}
.phoneSpan3 {
    color: #deffdb;
    margin-right: 10px;
}

.phoneSpan4 {
    color: #b076b1;
    margin-right: 10px;
}

.contactMapCard {
    border: 2px solid #508bbb74;
}

/*Masters - Card, buttons, popup, form*/
.MasterMain {
    overflow: auto;
    height: 90%;
    padding: 2px 20px;
    margin-top: 10px;
}

.MasterHead {
}

.MasterHeader {
    color: #366cc1;
    font-size:20px;
    font-weight: 600;
    /*border-bottom: solid 2px #758bba;*/
    padding-bottom: 5px;
    background: linear-gradient(#366cc1 0 0), linear-gradient(#ffffff 0 0);
    background-size: 0% 3px,100% 3px; /* we make the top one 0% width */
    background-position: bottom left;
    background-repeat: no-repeat;
    transition: 0.5s;
}

    .MasterHeader:hover {
        background-size: 100% 3px; /* 100% width on hover */
    }

.MasterHeaderBtns {
    float: right;
}

.masterBtn {
    color: #68aa6c;
}

    .masterBtn:hover {
        color: #8a62bd;
    }

    .masterBtn:active, .masterBtn:focus {
        color: #8a62bd;
        outline: none;
        border: none;
        box-shadow: none;
    }

.masterCardBody {
    padding: 20px !important;
    border-radius: 5px;
    box-shadow: 5px 2px 10px 0px #dbdbdb;
    transition: margin-left .5s;
}

/*Disclaimer*/
.discHead {
    color: #8f63a4;
    font-weight: 600;
}

.discURL {
    color: #366cc1;
    font-weight: 600;
}