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-card {
   display: inline-block;
   background: transparent;
   margin: 0 auto;
   padding: 0;
   text-align: center;
}

.banner h4 {
   font-size: 55px;
   line-height: 68px;
   font-weight: 100;
   color: #ffffff;
   height: 135px;
   text-align: center;
   padding: 0 11px;
}

.main_img {
   border-radius: 5px;
   vertical-align: middle;
   width: 95%;
   border: 5px solid #b61c1c;
   height: 523px;
   object-fit: cover;
   margin-top: 32px;
}

.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: #ffffff;
   font-size: 25px;
   top: -1px;
   right: 193px;
}

h5.category_abir {
   position: absolute;
   top: 5px;
   font-size: 25px;
   color: black;
   left: 67px;
}

.cmt {
   position: absolute;
   bottom: 421px;
   right: 855px;
   padding: 2px 7px;
   width: 210px;
}

.cmt img {
   width: 100%;
}

h5.site_name {
   position: absolute;
   text-align: left;
   color: #ffffff;
   font-size: 25px;
   right: 473px;
   bottom: -28px;
}

h5.date_url {
   position: absolute;
   text-align: left;
   color: #ffffff;
   font-size: 23px;
   right: 576px;
   bottom: 398px;
}