body {
   background-color: #064d57;
   font-family: 'Hind Siliguri', sans-serif;
   margin: 0;
   padding: 0;
   color: #fff;
}

.site_date h5 {
   /* background: red; */
   padding: 2px 0 23px 25px;
   border-radius: 5px;
   color: black;
   font-size: 23px;
}

.site_name h3 {
   color: black;
}

.banner {
   width: 1080px;
   margin: auto;
   background-color: #084154;
   padding: 20px;
   text-align: center;
   border-radius: 8px;
   box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
   overflow: hidden;
}

.banner h4 {
   font-size: 45px;
   /* margin: 39px 0 0 0px; */
   line-height: 60px;
   font-weight: 100;
   color: #ffffff;
   height: 359px;
   text-align: center;
   /* display: flex; */
   /* align-items: flex-start; */
   margin: -7px 0 0 0;
   padding: 49px;
}

#banner-card {
   display: inline-block;
   background: transparent;
   margin: 0 auto;
   padding: 0;
   text-align: center;
}

.main_img {
   border-radius: 5px;
   /* margin: 83px 5px 5px 5px; */
   vertical-align: middle;
   width: 81%;
   border: 3px solid #faff33;
   height: 545px;
   object-fit: cover;
   margin-top: 108px;
}

.banner_header {
   display: flex;
   justify-content: space-between;
   /* margin: -38px 0 0 0; */
}


.site_name h3 {
   font-size: 31px;
}

.top-link {
   font-size: 16px;
   margin-bottom: 10px;
   display: block;
   text-decoration: none;
   color: #fff;
   font-weight: bold;
}

.footer-text {
   margin-top: 20px;
   background: red;
   width: 30%;
   text-align: center;
   margin: 20px auto;
   border-radius: 10px;
   font-size: 24px;
   font-weight: normal;
}



.download-button {
   text-align: center;
   margin: 20px 0;
}

.download-button button {
   padding: 14px 32px;
   font-size: 20px;
   background: #b91c1c;
   color: #fff;
}

.site_logo {
   width: 180px;
   overflow: hidden;
   height: 50px;
}

.site_logo img {
   width: 100%;
}

.banner_ads {
   width: 1115px;
   /* position: absolute; */
   text-align: center;
   display: flex;
   justify-content: center;
   margin: auto;
}

.banner_ads img {
   width: 100%;
}

h5.date_abir {
   position: absolute;
   text-align: left;
   color: black;
   font-size: 25px;
   /* margin: -27px 6px 91px 17px; */
   top: 1100px;
   left: 55px;
}