body {
  background-image: url('../images/bg.png');
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}
h1 {
  display: inline-block;
  padding-bottom: 10px;
  float: left;
  font-family: Lato, sans-serif;
  font-size: 30px;
  line-height: 44px;
  font-weight: 700;
  text-align: left;
}
h2 {
  margin-bottom: 5px;
  padding-left: 10px;
  font-family: Lato, sans-serif;
  color: #007DCB;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
}
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
}
p a{

	
}
a {
	text-decoration:none;
	color:#007DCB;	
}
.button {
  display: inline-block;
  margin-top: 20px;
  padding: 7px 20px;
  border-bottom: 3px solid #900;
  background-color: #c00;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  color: white;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
}
.button:hover {
  background-color: #900;
}
.button.promo {
  margin-top: 40px;
}
.button.offers {
  position: absolute;
  display: block;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}
.button.moreoffers {
  margin-top: 0px;
  float: none;
  line-height: 28px;
}
.button.offersbtn {
  margin-top: 0px;
  float: right;
  line-height: 28px;
}
.button.catalogue {
  float: right;
}
.branding-bar-wrapper {
  display: block;
  width: 100%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  background-color: #edeeef;
}
.branding-bar {
  display: block;
  position: relative;
  width: 100%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 10px solid #FFB900;
    background: #0F217D; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#0F217D, #0477C8); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#0F217D, #0477C8); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#0F217D, #0477C8); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#0F217D, #0477C8); /* Standard syntax */
}
.clearboth:before, .clearboth:after{
	content: " ";
	display: table;
	clear:both;
}
.two-column-section{
	width: 45%;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	text-align: center;
	}
.dbslogo {
  margin-left: 20px;
  float: left;
}
.social-icon{
	float:right;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.social-icon img{
	height: 42px;
	width: 42px;
}

.banner-wrapper.mobile {
  display: none;
}
ul.red-square>li {
	list-style-type: none;
    background: url(../images/posb_square-red.png) no-repeat top left;
	padding-left: 25px;
}
a.btn.btn-primary {
    color: #fff !important;
	    padding: 7px 12px;
}
.btn.btn-primary {
    background-color: #007dcb;
    border-bottom: 2px solid #0f1f7a;
}
a.btn:visited {
    color: #666363;
}
a:visited, .posb a:hover {
    color: #007DCB;
}
.btn:hover {
    background-color: #0064a2;
}
.btn{
	display: inline-block;
	    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
    font-weight: 700;
	text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    background-repeat: repeat-x;
    border: 0;
	border-radius: 0;
    filter: none;
	box-shadow: none;
	}
ol li{
	font-family: Lato, sans-serif;
    font-size: 16px;
	}
	.content-sign-up{margin-bottom: 5px; font-family: Lato, sans-serif; font-size: 16px;
    line-height: 22px; 
     text-align: left;}
.banner-wrapper.desktop {
  display: block;
  width: 100%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}
.tabs-menu {
  display: block;
  width: 100%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 2px solid #cbc9c9;
}
.tab-link {
  width: 33.33%;
  min-height: 70px;
  border-right: 1px solid #dedad5;
  border-bottom: 3px solid #f4f0ea;
  background-color: #f4f0ea;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 18px;
  font-weight: 700;
}
.tab-link:hover {
  border-bottom-color: #c00;
  background-color: white;
}
.tab-link.w--current {
  border-bottom-color: #c00;
  background-color: white;
  font-weight: 700;
}
.tab-link.mid {
  width: 33.34%;
  border-bottom: 3px solid #f4f0ea;
}
.tab-link.mid:hover {
  border-bottom-color: #c00;
}
.tab-link.mid.w--current {
  border-bottom-color: #c00;
}
.tab-pane {
  text-align: center;
}
.tab-container {
  position: relative;
  display: block;
  width: 100%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}
.bnr-img {
  float: left;
}
.content-wrapper {
  display: block;
  width: 100%;
  max-width: 960px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  border-bottom: 2px solid #cac7c1;
  background-color: white;
}
.content-wrapper.moreoffers {
  background-color: rgba(0, 0, 0, 0.49);
}
.img-wrapper {
  display: inline-block;
  width: 20%;
  float: left;
}
.img-wrapper.indulge {
  width: 20%;
  float: left;
}
.dbsshopper {
  width: 150px;
}
.dbsshopper-text {
  display: inline-block;
  width: 75%;
  margin-top: 10px;
  margin-left: 20px;
  float: left;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 28px;
}
.dbsshopper-text2 {
  display: inline-block;
  width:90%;
  margin-top: 10px;
  margin-left: 20px;
  float: left;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 28px;
}
.dbsshopper-text3 {
  display: inline-block;
  width:100%;
  margin-top: 30px;
  margin-left: 0px;
  float: left;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 28px;	
}
.spin-text {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  margin-left: 20px;
  float: left;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 28px;
}
.container {
  display: block;
  width: 100%;
  max-width: 940px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}
.week {
  color: #c00;
  font-size: 24px;
  font-weight: 400;
}
.promo-row {
  margin-bottom: 10px;
  padding: 10px;
  border-bottom: 1px solid #e9e9e9;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
.promo-row:hover {
  background-color: #f9f9f9;
}
.promo-img {
  width: 25%;
  padding: 10px 20px 10px 10px;
  float: left;
}
.promo-details {
  display: inline-block;
  width: 75%;
  padding: 20px 10px 10px 20px;
  float: right;
}
.list {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 24px;
}
.list-item {
  margin-bottom: 5px;
}
.promo-subheader {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}
.promo-img-style {
  padding: 5px;
  float: left;
  border: 1px solid #cdcdcd;
}
.promo-img-style2 {
  padding: 5px;
  float: center;
  border: 1px solid #cdcdcd;
}
.footnote {
  margin-top: 20px;
  padding: 5px 10px;
  background-color: #f1f1f1;
  font-family: Lato, sans-serif;
  color: #555;
  font-size: 13px;
}
.more-offers {
  position: relative;
  height: 30px;
  margin-top: 10px;
}
.horizontal-line {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 14px;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px solid #f1f1f1;
  background-color: #cdcdcd;
}
.footer {
  display: block;
  width: 100%;
  max-width: 960px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  border-top: 5px solid #c00;
  background-color: black;
}
.footer-text {
  display: block;
  width: 100%;
  max-width: 960px;
  margin: 15px auto 10px;
  padding-left: 20px;
  font-family: Lato, sans-serif;
  color: #888;
  font-size: 12px;
}
.promo-more {
  width: 100%;
  max-width: 90px;
  margin-top: 40px;
  font-family: Lato, sans-serif;
  color: #c00;
  text-decoration: none;
}
.promo-more:hover {
  text-decoration: none;
}
.arrow-icon {
  height: 11px;
  margin-top: 5px;
  margin-left: 8px;
  float: right;
}
.view-more {
  float: left;
}
.bnr-text-wrapper {
  position: absolute;
  top: 0px;
  right: 10px;
  bottom: 0px;
  width: 50%;
  margin-top: 80px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  float: right;
  text-align: left;
}
.bnr-text-wrapper.desktop {
  position: absolute;
  display: block;
  width: 50%;
}
.bnr-header {
  margin-bottom: 10px;
  border-bottom: 0px none transparent;
  color: #c00;
  font-size: 37px;
  font-weight: 800;
  text-shadow: white 1px 1px 0px;
}
.bnr-header.taka {
  font-size: 33px;
  line-height: 40px;
}
.bnr-header.desktop {
  float: none;
  color: #c00;
  font-size: 37px;
  font-weight: 900;
}
.dbs-shopper {
  font-size: 20px;
  line-height: 28px;
}
.tnc-text {
  margin-top: 13px;
  float: left;
  font-family: Lato, sans-serif;
}
.tnc-link {
  color: #c00;
  font-weight: 700;
  text-decoration: none;
}
.tab1 {
  position: static;
  width: 33%;
  max-width: 33%;
  min-height: 70px;
  float: left;
  border-bottom: 3px solid #f4f0ea;
  background-color: #f4f0ea;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
}
.tab1:hover {
  border-bottom-color: #c00;
  background-color: white;
}
.tab1.w--current {
  border-bottom-color: #c00;
  background-color: white;
}
.tab2 {
  position: static;
  width: 33%;
  max-width: 33%;
  min-height: 70px;
  float: left;
  border-bottom: 3px solid #f4f0ea;
  background-color: #f4f0ea;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
}
.tab2:hover {
  border-bottom-color: #c00;
  background-color: white;
}
.tab2.w--current {
  border-bottom-color: #c00;
  background-color: white;
}
.tab3 {
  position: static;
  width: 34%;
  max-width: 34%;
  min-height: 70px;
  float: left;
  border-bottom: 3px solid #f4f0ea;
  background-color: #f4f0ea;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
}
.tab3:hover {
  border-bottom-color: #c00;
  background-color: white;
}
.tab3.w--current {
  border-bottom-color: #c00;
  background-color: white;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.top-bar {
  background-image: url('../images/top-bg.jpg');
}
.black-header {
  color: #333;
  font-size: 37px;
}
.black-header-small {
  font-size: 24px;
}
.offers-heading {
  margin-bottom: 20px;
  border-bottom: 1px dotted #ccc6c6;
}
.dbsindulge {
  width: 112px;
  float: none;
}
.offerimage {
  width: 100px;
  float: none;
}
.spinimage {
  width: 900px;
  float: none;
  padding-right: 10px;
}

.promo-text {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 18px;
}
.merchant{width:33%; margin-bottom: 25px; float:left; background-color:#FFFFFF; font-family: Arial, Helvetica, sans-serif; font-weight: normal; border:dotted 1px #cfcfcf; padding:0;}
  .merchant tr:first-child td{height:135px; border-right:dotted 1px #cfcfcf; text-align:center; font-size: 16px; padding:10px; vertical-align:middle;}
  .merchant tr:first-child+tr td{line-height: 16px; border-right:dotted 1px #cfcfcf; border-top:dotted 1px #cfcfcf; font-size: 16px; padding-top:10px; padding-left:10px; padding-right:10px; text-align:center; vertical-align:bottom;}
  .merchant tr:first-child+tr+tr td{font-size: 13px; line-height:1.2em; color: #444444; border-right:dotted 1px #cfcfcf;  padding-bottom:10px; padding-left:10px; padding-right:10px; text-align:center; vertical-align:top;}
@media (max-width: 991px) {
  .tab-link.mid {
    width: 25%;
  }
  .tab-link.right {
    width: 45%;
  }
  .tab-link.right.w--current {
    width: 45%;
  }
  .tab-link.left {
    width: 30%;
  }
  .tab-link.left.w--current {
    width: 30%;
  }
  .img-wrapper {
    width: 20%;
  }
  .img-wrapper.indulge {
    width: 20%;
  }
  .dbsshopper {
    width: 120px;
  }
  .dbsshopper-text {
    width: 75%;
    margin-top: 20px;
    float: left;
	text-align:left;
  }
    .dbsshopper-text2 {
    width: 100%;
    margin-top: 20px;
    float: left;
	text-align:left;
  }
    .spin-text {
    width: 100%;
    margin-top: 20px;
    float: left;
	text-align:left;
  }
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .promo-img {
    width: 30%;
  }
  .promo-details {
    width: 70%;
  }
  .bnr-text-wrapper {
    margin-top: 10px;
    margin-right: 10px;
  }
  .bnr-header {
    font-size: 28px;
    line-height: 32px;
  }
  .bnr-header.taka {
    font-size: 26px;
    line-height: 30px;
  }
  .bnr-header.desktop {
    font-size: 28px;
    line-height: 30px;
  }
  .dbs-shopper {
    font-size: 19px;
  }
  .black-header {
    font-size: 28px;
  }
  .black-header-small {
    font-size: 22px;
  }
  .dbsindulge {
    width: 112px;
  }
    .offerimage {
    width: 112px;
  }
    .spinimage {
    width: 900px;
  }
    .merchant tr:first-child+tr td{padding-top: 0; height: 40px;}
}
@media (max-width: 767px) {
  h1 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: center;
  }
  .button {
    width: 100%;
  }
  .button.offersbtn {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    line-height: 28px;
  }
  .banner-wrapper {
    display: none;
  }
  .banner-wrapper.mobile {
    display: block;
  }
  .tab-link.mid {
    width: 100%;
    min-height: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-right-style: none;
  }
  .tab-link.right {
    width: 100%;
    min-height: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .tab-link.right.w--current {
    width: 100%;
    min-height: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-right-style: none;
  }
  .tab-link.left {
    width: 100%;
    min-height: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-right-style: none;
  }
  .tab-link.left.w--current {
    width: 100%;
  }
  .tab-container {
    text-align: center;
  }
  .bnr-img {
    width: 80%;
    float: none;
  }
  .img-wrapper {
    width: 50%;
    margin-bottom: 20px;
    float: left;
    text-align: center;
  }
  .img-wrapper.indulge {
    width: 100%;
    float: left;
    text-align: center;
  }
  .dbsshopper-text {
    display: block;
    width: 100%;
    margin-top: 25px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: left;
  }
    .dbsshopper-text2 {
    display: block;
    width: 100%;
    margin-top: 25px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: left;
  }
    .spin-text {
    display: block;
    width: 100%;
    margin-top: 25px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: left;
  }
  .promo-img {
    width: 30%;
    float: left;
  }
  .promo-details {
    width: 70%;
  }
  .footer-text {
    padding-left: 0px;
    text-align: center;
  }
  .bnr-text-wrapper.mobile {
    position: static;
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: rgba(0, 0, 0, 0.09);
  }
  .bnr-header.mobile {
    line-height: 34px;
    text-align: left;
  }
  .dbs-shopper {
    text-align: left;
  }
  .tnc-text {
    margin-top: 13px;
    float: none;
    text-align: center;
  }
  .mobile-blackheader {
    color: #333;
  }
  .mobile-blackheader-small {
    font-size: 24px;
  }
  .offers-heading {
    padding-bottom: 20px;
  }
  .dbsindulge {
    float: none;
  }
    .offerimage {
    float: none;
  }
    .spinimage {
    float: none;
  }
   .merchant tr:first-child+tr td{height: 50px;}
   .two-column-section{width:100%;}
   .btn{width: 100%;}
}

@media (min-width: 767px) {
	.dbsindulge {
		position: absolute;
		right: 30px;
    bottom: 30px;
}
  
}
@media (max-width: 479px) {
  h1 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 900;
  }
  h2 {
    padding-left: 0px;
  }
  .button {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .button.more {
    margin-top: 30px;
  }
  .tab-link.mid.mobile {
    padding: 8px 20px;
    font-size: 16px;
  }
  .tab-link.right.mobile {
    padding: 8px 20px;
    font-size: 16px;
  }
  .tab-link.right.mobile.w--current {
    padding: 8px 20px;
    font-size: 16px;
  }
  .tab-link.left.mobile {
    padding: 8px 20px;
    font-size: 16px;
  }
  .bnr-img {
    width: 95%;
  }
  .content-wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }
  .img-wrapper {
    display: inline-block;
    width: 50%;
    float: left;
    text-align: center;
  }
  .img-wrapper.indulge {
    display: inline-block;
    width: 100%;
    float: right;
  }
  .dbsshopper {
    width: 100px;
  }
  .dbsshopper-text {
    width: 100%;
    padding-left: 0px;
  }
    .dbsshopper-text2 {
    width: 100%;
    padding-left: 0px;
  }
    .spin-text {
    width: 100%;
    padding-left: 0px;
  }
  .promo-img {
    width: 100%;
    margin-bottom: 10px;
    padding: 0px;
    float: none;
  }
  .promo-details {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    float: none;
  }
  .bnr-header.mobile {
    margin-bottom: 5px;
    font-size: 24px;
    line-height: 28px;
  }
  .dbs-shopper {
    font-size: 18px;
    line-height: 24px;
  }
  .bnr-text.mobile {
    font-size: 14px;
  }
  .tnc-text {
    text-align: center;
  }
  .dbsindulge {
    width: 100px;
  }
    .offerimage {
    width: 100px;
  }
    .spinimage {
    width: 900px;
  }
  .merchant{width: 100%;}
  .merchant tr:first-child+tr td{padding-top: 10px; height: initial;}

}