body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: #ffffff;
    text-align: var(--bs-body-text-align);
    background-color: #000000;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

a {
  text-decoration: none;
  color: #ffffff;
}
h1, h2, h3 {
  margin: 15px 0px 15px 0px;
  text-align: center;
}

.mt-4 {
    margin-top: 1.5rem !important;
    width: 80% !important;
    border: 2px solid #0091ff !important;
}

.mt-5 {
    width: 100% !important;
    background: linear-gradient(to bottom, #0091ff, #0000ff) !important;
    color: #fff !important;
}

.navbar.navbar {
background: linear-gradient(to left, #0000ff, #0091ff, #ffffff) !important;
}

.nav-link {
  text-transform: uppercase;
  font-weight: bold;
  color:#fff !important;
}

.nav-link:hover {
  text-transform: uppercase;
  font-weight: bold;
  color:#edc10e !important;
}

.banner-float {
	position: fixed;
	width: 100% !important;
	text-align: center;
	bottom: 0px;
	z-index: 9999;
}

.banner-float img {
	width: 728px !important;
	
}

.banner1 img {
	display: inline-block;
	width: 49% !important;
}

.floating-top {
	background: transfarant; top: 0; height: auto; left: 0; padding: 0px; position: fixed; text-align: center; width: 100%; z-index: 1001;
}
.floating-bottom {
	background: transfarant; bottom: 0; height: auto; left: 0; padding: 0px; position: fixed; text-align: center; width: 100%; z-index: 1001;
}

.floating-top img {
	width: 32% !important;
}
.floating-bottom img {
	width: 32% !important;
}
.headerbanner{
text-align:center;
}
.headerbanner img {
	width:35% !important;
}

.banner-top img {
	width: 728px !important;
	
}

.data {
  border-collapse: collapse;
  width: 100%;
  font-size: 16px;
  margin: auto;
}

@media only screen and (max-device-width: 1000px) {
	
  .floating-top img {
width:100% !important;
}
.floating-bottom img {
width:100% !important;
}
  .headerbanner img{
  width:100% !important;
  }
  
	.banner1 {
		display: block;
		
	}
	
	.banner1 img {
		display: block;
		width: 100% !important;
	}
	.banner2 {
		display: block;
		
	}
	
	.banner2 img {
		display: block;
		width: 100% !important;
	}
	
	.banner {
	width: 100% !important;
	box-sizing: border-box;
	text-align: center;
	background: #3a3a3a;
}

.banner img {
	display: inline-block !important;
	width: 48% !important;
	box-sizing: border-box !important;
	margin: 5px !important;
}
.banner-float {
	position: fixed;
	width: 100% !important;
	text-align: center;
	bottom: 1px !important;
	z-index: 9999 !important;
}

.banner-float img {
	width: 728px !important;
	
}

	.banner-float {
		width: 100% !important;
		
	}

	.banner-top {
		width: 100% !important;
		
	}
	
	.banner-float img {
		width: 100% !important;
		
	}

	.banner-top img {
		width: 100% !important;
		
	}
	

}

@media only screen and (max-device-width: 550px) {
  .banner1 img {
		display: inline-block !important;
		width: 100% !important;
	}
}  
.banner1 {
		display: block !important;
		text-align:center !important;
	}
	
.banner img {
		display: block !important;
		width: 100% !important;
		margin: 0px;
	}
	.banner-float {
		width: 100% !important;
		
	}
	
	.banner-float img {
		width: 100% !important;
		
	}

@media screen and (max-width: 768px) {
  a img {
    height: auto !important;
    max-width: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  img.responsive-banner {
    height: auto !important;
    max-width: 100% !important;
  }
}
@media screen and (max-width: 768px) {
    .arissa-banner {
        height: auto !important;
        max-width: 100% !important;
    }
}

@media (max-width: 768px) {
 .mt-4 {
    margin-top: 1.5rem !important;
    width: 100% !important;
    border: 1px solid rgba(241, 3, 3, 1) !important;
} 
}

@media (max-width: 550px) {
 .mt-4 {
    margin-top: 1.5rem !important;
    width: 100% !important;
    border: 1px solid rgba(241, 3, 3, 1) !important;
} 
}

@media (max-width: 400px) {
 .mt-4 {
    margin-top: 1.5rem !important;
    width: 100% !important;
    border: 1px solid rgba(241, 3, 3, 1) !important;
} 
}