
    .classlogo{
        height: 73px;
        width: 80px;
    }
    .classlogo img{
        height: 100%;
        width: 100%;
    }
    .nav-active{
        color: #2d5ea2 !important;
        font-weight: 600;
    }
    body, html {
            margin: 0;
            padding: 0;
            width: 100%;
            height: 100vh;
            overflow-x: hidden;
            display: flex;
            flex-direction: column;
        }
    .nav-link .text-dark{
        color: black;
        font-weight: 500;
    }
    .classLoginContainer {
        display: flex;
        flex-grow: 1;
        width: 100%;
        height:100% !important;
    }
    .column {
        flex: 1;
        height: 92vh;
    }
    .imgDiv{
        height: 100%;
        background-image: url("../img/familybg.jpg");
        background-size: cover;
        background-position: bottom;
        width: 100%;
    }
    .imgDiv img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .select2{
        width:100%;
    }
    .classModalNewsContent{
        color: black;
    }
    .classModalNewsContent{
        color: black;
    }
    .classModalNewsContent h3{
        color: #2d5ea2;
    }
    .modal-dialog-slideout .modal-header-news, .modal-dialog-slideout {
        display: block;  
    }
    .custom-footer {
        background-color: rgba(0, 0, 0, 0.3);
        padding: 10px 0;
    }

    /* facility finder css */
	.mb-2{
		margin-bottom: 10px !important;
	}
	.classPointerImg{
		height:20px;
		width : 18px;
		display: inline-block;
	}
	.classPointerImg img{
		height:100%;
		width : 100%;
	}
	.nav-pills .nav-link {
		color: #406cab;
	}
	.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
		color: #fff;
		background-color: #406cab;
	}
	.nav-pills .nav-link:hover {
		color: #8e98a7;
	}
	.select2{
		width: 100% !important;
	}
