<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
@media screen and (min-width:992px) {
.navbar-light .navbar-brand {
 display:none;
}
}
@media screen and (min-width:992px) and (max-width:1200px) {
.headertoprightsideupdate {
 display:none;
}
.header_logo {
 max-width: 20%;
}
.first {
    margin-top: 135px;
    padding-left: 0px;
    padding-right: 0px;
}
.header_logo img {
    height: 95px;
    width: 145px;
}
.topheaderad {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

}
@media screen and (max-width:992px) {
.topheaderad, .headertoprightsideupdate {
 display:none;
}
}
 @media screen and (max-width:576px) {
.first_j {
 padding:0;
}
.header_logo {
	text-align: center;
    margin: 0 auto;
    max-width: 45%;
}
.header_logo img {
    height: 60px;
    width: 100px;
}
.first {
 margin-top:60px;
}

.fb_table {
    border: 1px solid #dbdbf2;
    width: 90%;
}
.fd_message{
	height:250px;
}
.copyright p{
	font-size:16px;
}
.copyright p a{
	font-size:17px;
}
}
@media screen and (min-width:576px) and (max-width:768px) {
.header_logo {
	text-align: center;
    margin: 0 auto;
    max-width: 45%;
}
.header_logo img {
    height: 60px;
    width: 100px;
}

.first {
 margin-top: 60px;
}
.first_j {
 padding:0;
}
.container {
 width:100%;
 max-width:100%;
}

.mainmenu {
 margin-top:0%;
}

.fb_table {
    border: 1px solid #dbdbf2;
    width: 90%;
}
.fd_message{
	height:250px;
}
.copyright p{
	font-size:16px;
}
.copyright p a{
	font-size:17px;
}
}
@media screen and (min-width:768px) and (max-width:992px) {
.header_logo {
	text-align: center;
    margin: 0 auto;
    max-width: 45%;
}
.header_logo img {
    height: 60px;
    width: 100px;
}

.first {
 margin-top: 60px;
}

.container {
 width:100%;
 max-width:100%;
}
.first_j {
 padding:0;
}
.fb_table {
    border: 1px solid #dbdbf2;
    width: 90%;
}
.fd_message{
	height:300px;
}
.copyright p{
	font-size:16px;
}
.copyright p a{
	font-size:17px;
}

}
</pre></body></html>