/**
 * Add border box sizing in all browsers to remove inconsistency .
 * Added by Azad
 */
*,
::before,
::after {
  box-sizing: border-box;
}
/**
 * 1. Add text decoration inheritance in all browsers to remove inconsistency.
 * 2. Add vertical alignment inheritance in all browsers to remove inconsistency.
 * Added by Azad
 */
::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}
/**
 * 1. Use the default cursor in all browsers .
 * 2. Change the line height in all browsers .
 * 3. Use a 4-space tab width in all browsers .
 * 4. Remove the grey highlight on links in iOS .
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers .
 */
/**
 *Added by Azad
 */
html {
  cursor: default;
  line-height: 1.5;
  -moz-tab-size: 4;
  tab-size: 4;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Helvetica", sans-serif;
  overflow: hidden;
}
/**
 * Remove the border on images within links in IE 10-.
 */
/**
 *Added by Azad
 */
img {
  border-style: none;
  display: block;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.box1 {
  background-color: #fef8d6;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 8px 20px;
  margin-bottom: 0px;
  border-radius: 5px;
  padding-left: 0px;
  padding-bottom: 1px;
  border: 1px solid #fad33d;
}
.box1 .left {
  display: inline-block;
}
.box1 .right {
  font-size: 17px;
  display: inline-block;
  margin-left: 20px;
}
.box1 .right a {
  padding: 0px 20px;
  text-decoration: none;
  color: #0c4c7c;
  border-left: 2px solid #000;
  font-weight: 600;
  font-size: 17px;
}
.box1 .right a:hover {
  text-decoration: underline;
  color: #0c4c7c;
}
.box1 h1 {
  margin: 0px;
  font-size: 21px;
  line-height: 31px;
  display: inline-block;
}
/*            Covid box starts       */
.covid-box {
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #ffec9c;
  margin-bottom: 20px;
  border-radius: 5px;
  max-width: 830px;
}
.covid-box .left {
  display: inline-block;
  background-color: #ffe269;
  padding: 8px 20px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.covid-box .right {
  font-size: 17px;
  display: inline-block;
  padding: 8px 0px;
  background-color: #ffec9c;
}
.covid-box .right a {
  padding: 0px 20px;
  text-decoration: none;
  color: #0c4c7c;
  border-left: 2px solid #000;
  font-weight: 600;
}
.covid-box .right a:first-child {
  border-left: 0px;
  padding-left: 15px;
}
.covid-box .right a:hover {
  text-decoration: underline;
  color: #0c4c7c;
}
.covid-box h1 {
  margin: 0px;
  font-size: 21px;
  line-height: 31px;
  display: inline-block;
}
/*            Covid box ends         */
.box1 span {
  font-size: 21px;
  line-height: 26px;
  font-weight: 600;
  margin-left: 40px;
}
.box2 {
  clear: both;
  padding: 0px 0px;
  border-radius: 5px;
}
.box2 .header-container {
  background-color: #ffd522;
  display: inline-block;
  padding: 10px 20px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom: 1px solid #faa61a;
  border-right: 1px solid #faa61a;
}
.box2 .header-container h1 {
  font-size: 19px;
  line-height: 26px;
  margin: 0px;
  padding: 0px;
}
.box2 .paragraph1 {
  font-size: 17px;
  line-height: 27px;
  padding: 0px 20px;
  margin-top: 10px;
  margin-bottom: 0px;
  font-weight: 600;
}
.box2 .paragraph2 {
  font-size: 17px;
  line-height: 27px;
  padding: 0px 20px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.box2 .paragraph3 {
  font-size: 17px;
  line-height: 24px;
  padding: 10px 20px;
  margin-top: 10px;
  background-color: #ffe269;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.link {
  text-decoration: none;
  color: #0c4c7c;
}
.box3 .item1 {
  width: 496px;
  float: left;
}
.box3 .item2 {
  width: 300px;
  margin-left: 34px;
  float: left;
}
.box3::after {
  clear: left;
}
.box1,
.box2,
.box3 {
  /* updated by ruhul - 25-02-24 for maximizing top banner size */
  /* max-width: 830px; */
  max-width: 100%;
}
.box3::after {
  clear: both;
}
.box4 {
  clear: left;
}
.box7 {
  clear: left;
}
.box4,
.box5,
.box6,
.box7,
.box8,
.box9 {
  display: block;
  float: left;
  /* margin-top: 20px; */
  margin-top: 7px; /* Update By Onjon - 06-15-2021 */
}
.box5 {
  margin-left: 34px;
}
.box6 {
  margin-left: 33px;
}
.box8 {
  margin-left: 34px;
}
.box9 {
  margin-left: 33px;
}

/* Added by Onjon - 06-15-2021 */
.box1:first-of-type {
  padding-bottom: 7px;
  text-align: center;
}

.box1:nth-child(4) {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: -15px;
}

.box1:nth-child(4) .header--text {
  display: block;
}

.box1:nth-child(4) .header--text p {
  padding-top: 4px;
  padding-bottom: 4px;
  font-weight: 400 !important;
}

.box2 {
  margin-top: -15px;
}

.box6 {
  margin-left: 38px;
}

.time-based-container.double-column-ad {
  display: flex;
}
.time-based-container.double-column-ad .time-based-content {
  width: 50%;
}
.time-based-container.double-column-ad :is(img, video) {
  width: 100%;
}
.time-based-container .time-based-content {
  margin: 0;
  margin-top: 20px;
}
.time-based-container .time-based-content img {
  /* border: 1px solid #fad33d; */
  /* border-radius: 0; */
  max-width: 100%;
}
/* Added by Onjon - 06-15-2021 End */

/* added by ruhul - for marquee text effect */
/* .modern-marquee-container {
  overflow: hidden;
} */
/* .header--text {
  white-space: nowrap; 
} */
/* Pause the animation when the user's mouse is over it */
/* .box1:hover .header--text {
  animation-play-state: paused;
} */

/* The animation definition */
/* @keyframes scroll-left-anim {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
} */

/* Optional but recommended: Stop animation for users who prefer reduced motion */
@media (prefers-reduced-motion: reduce) {
  .header--text {
    /* animation: none; */
  }
}
@media only screen and (max-width: 600px) {
  body {
    overflow: hidden !important;
  }
  .box3 .item1 {
    width: 406px;
  }
  .box3 .item2 {
    width: 244px;
  }
  .box6 img,
  .box9 img {
    width: 200px;
  }
  .box4 img,
  .box7 img {
    width: 200px;
  }
  .box5 img,
  .box8 img {
    width: 200px;
  }
  .box1 h1 {
    font-size: 18px;
  }
}

/* Added by Ruhul - 250520 - for fixing image width */
@media screen and (max-width: 900px) {
  img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 800px) {
  body {
    overflow: hidden !important;
  }
  .box3 .item1 {
    width: 410px;
  }
  .box3 .item2 {
    width: 239px;
    height: 250px;
  }
  .box9 img {
    width: 236px;
  }
  .box6 img {
    width: 236px;
    height: 185.78px;
  }
  .box4 img,
  .box7 img {
    width: 189px;
  }
  .box5 img {
    width: 190px;
    height: 185.78px;
  }
  .box5 img,
  .box8 img {
    width: 190px;
  }
  .box7 img,
  .box8 img,
  .box9 img {
    height: 172px !important;
  }
  .box3 .left-lists {
    padding-right: 0px;
  }
  .box1 h1 {
    font-size: 18px;
  }
  .box1 .right {
    font-size: 16px;
  }
  .box1 span {
    font-size: 17px;
  }
  .box2 img {
    width: 100%;
  }
  .box1 {
    /* max-width: 682px; */
  }
  .covid-box {
    max-width: 682px;
  }
  .countdown {
    max-width: 682px !important;
  }
  .covid-box .right a {
    padding: 0px 7px;
  }
  .covid-box .right a:first-child {
    padding-left: 5px;
  }
  .time-based-content a {
    width: 100%;
  }
}
@media screen and (-ms-high-contrast: active),
  screen and (-ms-high-contrast: none) {
  /* IE10+ specific styles go here */
  .box1 {
    margin-bottom: 20px;
  }
  .box4,
  .box5,
  .box6,
  .box7,
  .box8,
  .box9 {
    margin-top: 20px;
  }
}

.countdown ul {
  padding: 0px 5px;
  margin: 0px;

  display: inline-block;
}
.countdown {
  max-width: 830px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #ffec9c;
  font-weight: 600;
  font-size: 20px;
  padding: 5px;
}
.countdown p {
  display: inline-block;
  padding: 0px;
  margin: 0px;
  padding-left: 15px;
}

.countdown li {
  display: inline-block;
  list-style-type: none;
  padding-right: 15px;
}
.countdown li span {
  display: inline-block;
  padding-right: 5px;
}

/* Onjon Update 11-17-2020 */
.box9 {
  width: 215px !important;
}

/* Onjon Added 01-03-2021 */
.left-section {
  width: 50%;
  float: left;
}

.right-section {
  float: right;
}

/* Update By Onjon - 02-23-2022 */
.countdown {
  margin-bottom: 15px;
  margin-top: -2px;
  border-radius: 5px;
}

/* Onjon Added 03-03-2021 */
.header--text a,
.header--text span a {
  text-decoration: none;
  color: #033662;
  font-weight: 600;
  font-size: 18px; /* Onjon Added 04-03-2021 */
}

.header--text a:hover,
.header--text span a:hover {
  text-decoration: underline;
}

.header--text > a:first-of-type {
  padding-left: 8px;
}

.mobile-app-release {
  background-color: #fedc2f;
  padding: 6px 24px;
  margin-left: 50px;
  border-radius: 5px;
  border: 2px solid #fff7ca;
}

.box1 {
  /*padding-right: 10px !important;*/
}

.box1 h1 {
  /*margin-right: -10px;*/
}

@media only screen and (max-width: 800px) {
  .header--text a,
  .header--text span a {
    font-size: 18px;
  }

  .header--text > a:first-of-type {
    padding-left: 0px;
  }

  .box1 {
    /*padding-right: 0px !important;
		padding-left: 12px;*/
  }

  .box1 h1 {
    margin-right: -20px;
  }

  .mobile-app-release {
    padding: 5px 20px;
    padding-top: 6px;
    margin-left: 18px !important;
    border-radius: 5px;
    border: 2px solid #fff7ca;
  }

  .box1 h2 {
    font-size: 20px !important;
    margin-left: 5px !important;
  }

  .box6 {
    margin-left: 34px;
  }

  .left-section img {
    width: 100%;
  }

  .left-section {
    width: 49.5%;
  }

  .right-section {
    width: 49.5% !important;
    float: right;
  }
}

/* Onjon Added 03-03-2021 Ended */

/* Onjon Added 03-25-2021 */

.center-content {
  margin: auto;
  width: 94%;
}

.box1 h2 {
  font-size: 21px;
  margin-left: -2px;
  margin-bottom: 10px;
}

/* Onjon Added 03-25-2021 Ended */

/* Onjon Added 06-23-2021 Ended */

.box2 .left-section .right {
  float: right;
}

/* Onjon Added 06-23-2021 Ended */

/* Onjon Added 10-26-2021 */

.box2.column-full-width {
  width: 100%;
  padding-top: 10px;
}

.box2.column-full-width .left-column {
  width: 44%;
  float: left;
}

.box2.column-full-width .right-column {
  width: 55%;
  float: right;
}

.box2.column-full-width .right-column a img {
  padding-left: 20px;
}

.box2.column-full-width .left-column a img,
.box2.column-full-width .right-column a img {
  margin-bottom: 12px; /* Update by Onjon - 02-23-2022 */
  width: 100%;
}

.box2.column-full-width .left-column a img {
  /* max-height: 256px; */
  max-height: 534px; /* Update by Ruhul - 03-11-2023 from 256px*/
}

.box2.column-full-width .right-column a:nth-child(3) img {
  height: 227px;
}

.box2.column-full-width .right-column a.stay-button {
  text-align: center;
  display: block;
  margin-left: 20px;
  border: 2px solid #ffc212;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 19px;
  background-color: #fff2af;
  text-decoration: none;
  font-weight: 700;
  color: #0c4c7c;
  border-radius: 10px;
  font-family: "Helvetica", sans-serif;
}

.national-conf-registration {
  background-color: #fedc2f;
  padding: 20px 24px;
  margin-left: 50px;
  border-radius: 10px;
  border: 2px solid #fff7ca;
  font-size: 18px;
  max-width: 830px;
  text-decoration: none;
  margin-left: 30px;
  margin: 0 auto;
  text-align: center;
}

.national-conf-site {
  font-size: 18px;
  text-decoration: none;
  color: #033662;
  margin-right: 30px;
  font-weight: 600;
}

.register-now-button {
  text-align: center;
  border: 2px solid #abca6d;
  font-size: 19px;
  background-color: #bddc80;
  text-decoration: none;
  font-weight: 700;
  color: #0c4c7c;
  border-radius: 10px;
  font-family: "Helvetica", sans-serif;
  padding: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media only screen and (max-width: 750px) {
  .box2.column-full-width .right-column a:nth-child(3) img {
    height: 220px;
  }
}

@media only screen and (max-width: 690px) {
  .box2.column-full-width .right-column a:nth-child(3) img {
    height: 192px;
  }

  .box2.column-full-width .right-column a img {
    height: 199px;
  }
}

/* Onjon Added 10-26-2021 Ended */

/* Onjon Added 04-28-2021 */
.image-map-div {
  padding-left: 20px;
  margin-bottom: 12px;
}
/* Onjon Added 04-28-2021 Ended */

.stay-button-tash {
  text-align: center;
  display: block;
  border: 2px solid #abca6d;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 19px;
  background-color: #bddc80;
  text-decoration: none;
  font-weight: 700;
  color: #0c4c7c;
  border-radius: 10px;
  font-family: "Helvetica", sans-serif;
}

/* CSS for fixing hyper links width - 21-01-2024 - By Ruhul */
.time-based-content a {
  width: 100%;
  display: block;
}
