﻿.CardMenu {
    background-color: #ffffff;
    box-shadow: 1.5px 1.5px 5px 0.1px #999;
    border-radius: 1rem !important;
}

.navbar2 {
    position: relative;
    min-height: 35px;
    margin-bottom: 0px;
    border: 1px solid transparent;
}

.gpf-nav2 {
    background-color: white;
    color: antiquewhite !important;
    height: 40px;
    background-color: #19449c !important;
}

.tabhead {
    background-color: #5e9ad2;
    font-size: 20px;
    height: 32px;
    font-weight: bold;
    color: #FFFFFF;
    padding-bottom: 30px;
}

.tabtotalheight {
    background-color: #fec13a;
    font-size: 20px;
    height: 60px;
    font-weight: bold;
}

.tabtotal {
    background-color: #fec13a;
    font-size: 20px;
}

.head-label {
    background-color: #19449c;
    font-size: 16px;
    height: 32px;
    color: white;
}

.txt-bg-Blue {
    background-color: #f5fffb;
}

.txt-bg-Gray {
    background-color: #f5f5f5;
}

.pro1 {
    position: absolute;
    left: 47%;
    top: 20%;
    z-index: 2;
}

.font-w {
    color: white;
    transition-duration: 0.2s;
}

.font-g {
    color: #19449C;
}

.back-g {
    background-color: #19449C !important;
}

.hr1 {
    background-color: #000;
    height: 1px;
    border: solid 1px #CCC;
    position: absolute;
    top: 45%;
    width: 100%;
    margin: 0px;
}


.text-p {
    position: absolute;
    width: 100%;
    left: 0;
}

.fixed-top2 {
    position: fixed;
    top: 70px;
    right: 0;
    left: 0;
    z-index: 1030
}

.m-conten {
    margin-top: 40px !important;
}

.modal-popup {
    background-color: #000000a3;
    opacity: 0.8;
}


@media (max-width: 767.98px) {
    .gpf-nav2 {
        height: 55px;
    }

    .tabtotalheight {
        background-color: #FFF2CC;
        font-size: 16px;
        height: auto;
    }

    .w-sm {
        width: 100%;
        margin-bottom: .5rem !important;
    }

    .dnone {
        display: none;
    }


    .m-conten {
        margin-top: 55px !important;
    }

    .pro1 {
        left: 42%;
    }

   

}