.topBar {
    background-color: #defbee !important;
}

.topBarIcn {
    font-size: 16px !important;
    position: static !important;
}

.topBarTxt {
    font-size: 14px;
}

.headerLogo {
    height: 100px !important;
}

.headerTxt {
    font-size: 38px;
    font-weight: bold;
    font-family: inherit;
    /* color: #0053a9; */
    color: #06442a;
    line-height: 36px;
}

.headerTxtCenter {
    margin-top: -20px;
}

.headerTxtParent {
    font-size: 15px;
    font-weight: bold;
    font-family: inherit;
    color: #0053a9;
    margin: 6px 0;
}

.headerGap {
    border-top: 1px solid #d1d1d1;
}

.headerMenu {
    background-color: #06442a !important;
}

.headerMenuLink {
    font-size: 14px !important;
    text-transform: none !important;
    font-family: 'Open Sans' !important;
}

.sliderTxt {
    font-size: 19px;
    /* bottom: -230px !important; */
    bottom: -220px !important;
    position: relative;
    background: #047f49;
    display: block;
    padding: 4px 18px !important;
    font-weight: 500;
    line-height: normal;
}

.homeSliderCon {
    height: 550px !important;
}

.noBg {
    background: none !important;
}

.tblDirectorCard {
    font-size: 13px;
    line-height: 17px;
}

.tblDirectorCard td {
    padding: 4px 4px !important;
}

.directorPhoto {
    width: -webkit-fill-available !important;
    border-radius: 200px;
}

.alignCenter {
    vertical-align: middle !important;
}

.profileCardBox {
    border: 1px solid #666666;
    border-radius: 20px;
    height: 100%;
}

.profileCardHeader {
    text-transform: none;
    font-size: 17px;
    text-align: center;
    display: inline-block;
    position: relative;
    top: -18px;
    background: white;
    padding: 0 18px;
}

.profileCardHeaderCon {
    display: block;
    text-align: center;
}

.profileCardAuthor {
    font-family: sans-serif;
    color: black !important;
}

.fs20p {
    font-size: 20px !important;
}
.fs15p {
    font-size: 15px !important;
}

.googleMap {
    border: 0;
    width: -webkit-fill-available;
    height: 339px;
    border-radius: 20px;
}

.footerLogoInner {
    position: absolute;
    top: 0px;
    left: 17px;
}

.fan {
    animation: spin 40s linear infinite;
    /* 2s per rotation */
}

/* Keyframes for clockwise rotation */
@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.bannerArea::after {
    content: "";
    position: absolute;
    inset: 0;
    /* covers full div */
    background: rgba(0, 0, 0, 0.5);
    /* black overlay, 0.5 = 50% dark */
}

.memberBadge {
    position: absolute;
    top: -26px;
    right: -18px;
    width: 87px;
}
.memberBadgeVector {
    position: absolute;
    width: 49px;
    top: 0;
    left: 370px;
}
.btnRnd {
    border-radius: 28px;
}
.w500p {
    width: 500px !important;
}
.wFill {
    width: -webkit-fill-available !important;
}
.footerLeafArt {
    width: 330PX;
    left: -55px;
    top: -28px;
}
@media only screen and (max-width: 668px) {
    .headerLogo {
        height: 50px !important;
        width: 50px !important;
    }
    .headerTxtParent {
        font-size: 10px;
        line-height: 15px;
        margin-top: 15px;
    }
    .headerTxt {
        font-size: 20px;
        line-height: 21px;
    }
    .homeSlider {
        max-height: 280px;
        overflow: hidden;
    }
}