body {
  /* background: #D9D9D9; */
  background: #F5F5F5;
}

.header {
  position: relative;
  background: #3399FF;
  height: auto;
}

.header .navbar-light {
  padding-top: 1em;
  margin: auto;
}

.header .navbar-expand-lg a img {
  width: 250px;
  height: 100px;
  object-fit: contain;
  margin-bottom: 0;
  padding-bottom: 0;
}

.header span form a {
  width: 39px;
  height: 38px;
  background: #FFBA6F;
  border-radius: 4px;
}


/* main section  */
.main .card {
  border: none;
}

.main .active {
  background: #FFE5E5;
}

.main .latest {
  background: #FFCB0054;
}

.main .sponsored {
  background: #CC99FF38;
}

.main .card .card-body {
  height: 200px;
  background: #F5F5F5;
}

.main .card .card-body img {
  width: 370px;
  height: 165px;
  object-fit: cover;
  object-position: center;
  padding: 0;

}

.main .card .col-sm-8 {
  display: flex;
  align-items: center;
}



/* footer section  */
footer {
  background: #3399FF;
}

footer .row .form-outline {
  position: relative;
}

footer .row .form-outline input {
  background: #295AB7;
  border: 1px solid #18A0FB;
  border-radius: 3px;
}

footer .row .form-outline input::placeholder {
  color: #fff;
}

footer .row .form-outline i {
  position: absolute;
  top: 12px;
  right: 20px;
}