body {
   background-color: #064d57;
   font-family: 'Hind Siliguri', sans-serif;
   margin: 0;
   padding: 0;
   color: #fff;
}

.site_date h5 {
   padding: 3px 15px;
   border-radius: 5px;
   color: #333;
   font-size: 34px;
   margin: 62px 0 0 0;
}

.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: 55px;
   margin: 25px 60px;
   line-height: 69px;
   font-weight: 100;
   color: #ffffff;
}

.main_img {
   border-radius: 5px;
   /* margin: 5px; */
   vertical-align: middle;
   width: 93%;
   height: 535px;
   object-fit: cover;
   margin-top: -24px;
}

.banner_header {
   display: flex;
   justify-content: space-between;
   align-items: center;
}


.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;
}

@media (max-width: 600px) {
   .banner img {
      display: block;
      margin: 5px auto;
   }

   .banner h4 {
      /* font-size: 16px; */
   }
}

.download-button {
   text-align: center;
   margin: 20px 0;
}

.download-button button {
   padding: 14px 32px;
   font-size: 20px;
   background: #b91c1c;
   color: #fff;
}

.site_logo {
   width: 325px;
   overflow: hidden;
   height: 90px;
   margin: -40px 0 0px 403px;
}

.site_logo img {
   width: 100%;
}

.banner_ads {
   width: 1116px;
   margin: auto;
}

.banner_ads img {
   width: 1115px;
}