#header .header-container .logo {
    width: 50%;
}
.ola-search-dropdown {
	right: 3px;
}
.tabbed-nav li {
    padding: 5px 0;
}
/* travelling */
.travel-tab a {
	outline: none;
}
.travel-tab a:hover {
	text-decoration: none;
	outline: none;
}
.travel-container .travel-box-wrapper {
    width: calc(88% / 3);
}
.travel-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
	width: 63%;
    margin: 2% auto 0 auto;
}
.travel-box {
    border: 2px solid #95989A;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.travel-box a {
	display: block;
	padding: 10% 0 3% 0;
}
.travel-box img {
	margin-bottom: 10px;
	max-height: 90px;
}
.travel-box h3,
.after-travel-box h3 {
	line-height: 20px;
	font-size: 21px;
	color: #484848;
	font-weight: normal;
}
.after-travel-container .after-travel-box-wrapper {
    width: calc(85% / 4);
}
.after-travel-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
	width: 86%;
    margin: 2% auto 0 auto;
}
.after-travel-box {
    border: 2px solid #95989A;
    border-radius: 30px;
	padding: 15% 0 3% 0;
}
.after-travel-box img {
	margin-bottom: 5px;
	max-height: 92px;
}
.after-travel-box p {
	margin-top: 0;
}
.top-wrapper {
    background: #F1F1F1;
    text-align: center;
    padding: 3% 0;
}
.top-wrapper h2 {
	color: #484848;
	font-weight: normal;
	-webkit-text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	-moz-text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.top-wrapper p {
	color: #5B5B5B;
}
.travel-banner {
    padding: 15px 20px;
    min-height: 250px;
    background: url("../../dbs_info/travel/banner.jpg")no-repeat center center;
    background-size: cover;
    background-position: center center;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	position: relative;
	height: 250px;
}
.shop-banner {
    padding: 15px 20px;
    height: 250px; 
    background: url("../../dbs_info/shopping/shop-banner.jpg")no-repeat center center;
    background-size: cover;
    background-position: center center;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	position: relative;
}
.travel-banner h1,
.shop-banner h1 {
    margin-top: 10px;
    margin-bottom: 5px;	
}
.travel-banner h1 {
	color: #FFF;
	-webkit-text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	-moz-text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.shop-banner h1 {
	color: #fff;
}
.travel-banner h1,
.shop-banner h1,
.shop-banner h2,
.travel-banner h2 {
    line-height: 1.1;
}
.travel-banner h2 {
	color: #FFF;
	-webkit-text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	-moz-text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.shop-banner h2 {
	color: #fff;
}
.travel-banner h2,
.shop-banner h2 {
    margin-top: 0px !important;
    font-size: 20px;
    font-weight: 100;
}
.travel-tab .block-2,
.travel-tab .block-8 {
    background: url("../../dbs_info/travel/pexels-photo-335393.png")no-repeat center center #fff;
    background-size: 100%;
}
@media (max-width: 768px){
	.travel-tab .block-2,
	.travel-tab .block-8 {
	    background-image: none !important;
	}
}

.travel-tab .block-8,
.travel-tab .block-10 {
	padding-bottom: 3%!important;
}
.travel-tab .block {
    padding: 0 9% 0 16%;
    position: relative; 
}
.travel-tab .block-14 {
	padding-bottom: 2.5%;
}
.travel-tab .block-16 {
	padding-bottom: 2.4%;
}
.travel-tab .block-18 {
	padding-bottom: 5%;
}
.travel-tab .block-1,
.travel-tab .block-7 {
	background: url("../../dbs_info/travel/t2-banner-02.jpg")no-repeat;
	/*height: 226px;*/
	height: 255px;
}
.travel-tab .block-2:before,
.travel-tab .block-8:before,
.travel-tab .block-14:before {
    background: #909090;
    font-weight: 100;
    font-size: 35px;
    color: #027cc9;
    content: "";
    position: absolute;
    width: 3px;
	left: 129px;
	z-index: 5;
}
.travel-tab .block-2:before {
	top: 103px;
	height: calc(212.5%);
	display: none;
}
.travel-tab .block-8:before {
	height: calc(252.5%);
	top: 95px;
	display: none;
}
.travel-tab .block-14:before {
	height: calc(757%);
	top: 100px;
	display: none;
}
.travel-tab .block h1 img {
	vertical-align: bottom;
	margin-left: 10px;
}
.travel-tab .block-2 h1 img {
	max-height: 66px;
}
.travel-tab .block-4  h1 img {
	max-height: 52px;
}
.travel-tab .block-6  h1 img {
	max-height: 54px;
}
.travel-tab .block-8  h1 img {
	max-height: 52px;
}
.travel-tab .block-10  h1 img {
	max-height: 58px;
}
.travel-tab .block-12  h1 img {
	max-height: 63px;
}
.travel-tab .block-14  h1 img {
	max-height: 67px;
}
.travel-tab .block-16  h1 img {
	max-height: 57px;
}
.travel-tab .block-18  h1 img {
	max-height: 47px;
	vertical-align: top;
}
.travel-tab .block-20  h1 img {
	max-height: 52px;
}
.travel-tab .block-2 h1 {
	margin: 4.5% 0 3% 0;
}
.travel-tab .block-3 {
	margin-top: 2.3%;
	background: url("../../dbs_info/travel/t1-image01.jpg")no-repeat center center;
	/*height: 404px;*/
	height: 255px;
}
.travel-tab .block-4 h1 {
	margin: 45px 0 20px 0;
}
.travel-tab .block-4 dl > div {
	margin-bottom: 25px;
}
.travel-tab .block-5 {
	margin: 5% 0 0 0;
	background: url("../../dbs_info/travel/t1-image02.jpg")no-repeat 50% 14%;
	height: 255px;
}
.travel-tab .block-9,
.travel-tab .block-11,
.travel-tab .block-15,
.travel-tab .block-17,
.travel-tab .block-19 {
	height: 285px;
}
.travel-tab .block-9 {
	background: url("../../dbs_info/travel/t2-banner-03.jpg")no-repeat 50% 27%;
	background-size: cover;
}
.travel-tab .block-11 {
	background: url("../../dbs_info/travel/t2-banner-04.jpg")no-repeat center center;
	background-size: cover;
}
.travel-tab .block-13 {
	background: url("../../dbs_info/travel/t3-banner-02.jpg")no-repeat center center;
	height: 255px;
	background-size: cover;
}
.travel-tab .block-15 {
	background: url("../../dbs_info/travel/t3-banner-03.jpg")no-repeat 50% 10%;
	background-size: cover;
}
.travel-tab .block-17 {
	background: url("../../dbs_info/travel/t3-banner-04.jpg")no-repeat center center;
	    background-size: contain;
}
.travel-tab .block-19 {
	background: url("../../dbs_info/travel/t3-banner-05.jpg")no-repeat center center;
	background-size: cover;
	
}

.travel-tab .block-6 h1 {
	margin: 7% 0 3% 0;
}
.travel-tab .block-8 h1 {
	margin: 6% 0 3% 0;
}
.travel-tab .block-10 h1 {
	margin: 8% 0 3.5% 0;
}
.travel-tab .block-12 h1 {
	margin: 6% 0 3% 0;
}
.travel-tab .block-14 h1 {
	margin-bottom: 2%;
}
.travel-tab .block-16 h1 {
	margin: 5% 0 2.5% 0;
}
.travel-tab .block-18 h1 {
	margin: 6% 0 3% 0;
}
.travel-tab .block-20 h1 {
	margin: 7% 0 3% 0;
}
.travel-tab .block h1 {
    position: relative;
	color: #484848;
	-webkit-text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	-moz-text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	z-index: 5;
}
.travel-tab .block h1:before {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 3px solid #027cc9;
    display: inline-block;
    text-align: center;
    line-height: 45px;
    position: absolute;
    top: 20px;
    left: -61px;
    color: #027cc9;
	background: #fff;
	z-index: 5;
	font-size: 35px;
}
.travel-tab .block-4  h1:before,
.travel-tab .block-6  h1:before,
.travel-tab .block-8  h1:before,
.travel-tab .block-18  h1:before,
.travel-tab .block-20  h1:before {
	top: 0;
}
.travel-tab .block-16  h1:before,
.travel-tab .block-10  h1:before ,
.travel-tab .block-12  h1:before {
	top: 10px;
}
.travel-tab .block-2 h1:before,
.travel-tab .block-8 h1:before,
.travel-tab .block-14 h1:before {
    content: "1";
}
.travel-tab .block-4 h1:before,
.travel-tab .block-10 h1:before,
.travel-tab .block-16 h1:before {
    content: "2";
}
.travel-tab .block-6 h1:before,
.travel-tab .block-12 h1:before,
.travel-tab .block-18 h1:before {
    content: "3";
}
.travel-tab .block-20 h1:before {
    content: "4";
}
.travel-tab .block-3,
.travel-tab .block-5,
.travel-tab .block-9,
.travel-tab .block-11,
.travel-tab .block-13,
.travel-tab .block-15,
.travel-tab .block-17,
.travel-tab .block-19 {
	position: relative;
	z-index: 5;
}
.travel-tab .tabbed-content .tabcontent dl > div.first {
	-moz-transform: skew(0deg, -1deg);
	-webkit-transform: skew(0deg, -1deg);
	-o-transform: skew(0deg, -1deg);
	-ms-transform: skew(0deg, -1deg);
	transform: skew(0deg, -1deg);
	margin-bottom: 20px;
	z-index: 5;
	position: relative;
}
.travel-tab .tabbed-content .tabcontent dl > div {
	border: 1px solid #95989A;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
	position: relative;
	z-index: 5;
}
.travel-tab .tabbed-content .tabcontent dl > div.first dt {
	margin-top: 5px;
}
.travel-tab .tabbed-content .tabcontent dl > div.first dt,
.travel-tab .tabbed-content .tabcontent dl > div.first dd,
.travel-tab .block dt::before {
	-moz-transform: skew(0deg, 0deg);
	-webkit-transform: skew(0deg, 0deg);
	-o-transform: skew(0deg, 0deg);
	-ms-transform: skew(0deg, 0deg);
	transform: skew(0deg, 0deg);
}
.travel-tab .tabbed-content .tabcontent dl > div.first dd {
	line-height: 22px;
}
.travel-tab .tabbed-content .tabcontent dl > div  dt a {
	color: #027cc9 !important;
}
.travel-tab .tabbed-content .tabcontent dl > div dd {
	color: #5F5F5F;
}
.travel-tab .block dt {
    position: relative;
	-webkit-text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	-moz-text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.travel-tab .block dt:before {
    content: "";
    position: absolute;
    left: -61px;
    top: 30px;
    width: 21px;
    height: 21px;
    background: #027cc9;
    border: 4px solid #fff;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
	z-index: 5;
}
.travel-tab .tabbed-content .tabcontent {
    margin-top: 0;
}
.travel-tab .tabbed-content .tabcontent dl > div {
	margin-bottom: 15px;
	float: left;
    width: 97%;
}
.travel-tab h2 {
    margin: 0 0 5px 0!important;
}
.travel-tab .tabbed-nav.hidden-phone li {
    height: 54px;
	border: 0;
    margin: 0;
	border-bottom: 7px solid #D2D2D2;
}
.travel-tab .tabbed-nav.hidden-phone > li > a {
    color: #2B2B2B;
}
.travel-tab .tabbed-nav.hidden-phone > li.active {
	border-bottom: 7px solid #027cc9;
}
.travel-tab .tabbed-nav.hidden-phone {
    margin: 0 0 3px 0;
	border-bottom: 0;
	padding: 0;
}
.travel-tab .tab-icon {
    width: 20%;
    margin-right: 5px;
}
.travel-tab  .tabbed-nav.hidden-phone li:first-child:nth-last-child(3),
.travel-tab .tabbed-nav.hidden-phone li:first-child:nth-last-child(3) ~ li {
    /*width: calc(99.2% / 3);*/
	width: 32.88%;
    padding: 5px 0 0 0;
	border-top: 0;
}
.travel-tab .tabbed-nav.hidden-phone > li.active {
    background: none;
}
.travel-tab .tabcontent dd {
    margin: 5px 0 0 0;
}
.travel-tab .more {
	display: block;
	margin: 10px 0 5px 0;
	background: #027cc9;
	width: 150px;
	height: 27px;
	line-height: 27px;
	text-align: center;	
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
	float: right;
}
.travel-tab .more a {
	text-decoration: none;
	color: #fff;
}
.travel-tab  .page-module {
	padding-bottom: 3.5%;
}

/* shopping */
.travel-tab .tabbed-nav.hidden-phone li:nth-child(1),
.travel-tab .tabbed-nav.hidden-phone li:nth-child(2) {
	border-top: 0;
}
.travel-tab .shop-tab.hidden-phone > li::before {
	display: none;
}
.travel-tab .shop-tab.hidden-phone li {
    height: 51px;
	/*width: 49.8%!important;
	width: calc(95.6% / 2) !important;*/
	width: 47.6%;
}
.supportBlk .tabbed-nav.hidden-phone li:first-child:nth-last-child(2),
.supportBlk .tabbed-nav.hidden-phone li:first-child:nth-last-child(2) ~ li, 
.supportBlk .tabbed-nav.hidden-phone li:first-child:nth-last-child(1) {
	width: 49.5%;
}
.travel-tab .shop-tab.hidden-phone > li > a {
	line-height: 62px;
}
.travel-tab .shop-tab.hidden-phone {
    margin: 0;
}
.mt {
	margin: 0 0 2.8% 0;
}
.travel-tab .tabbed-content .tabcontent dl > div.first dd .more-first {
    margin: 5px 0 5px 79.5%;
}
.travel-tab h1.shop-title01 {
	padding-top: 8px;
}
.travel-tab h1.shop-title01:before {
	top: 10px!important;
}
.travel-tab h1.shop-title02 {
    margin: 8.5% 0 2.5% 0;
}
.travel-tab h1.shop-title02 img {
	max-width: 67px;
	max-height: 100%;
}
.travel-tab h1.shop-title03 img {
	max-width: 50px;
}
.travel-tab h1.shop-title03:before,
.travel-tab h1.shop-title06:before {
	content: "4"!important;
}
#benefits-shopping {
	padding-bottom: 22%;
}
.travel-tab .block-s1,
.travel-tab .block-s7 {
	background: url("../../dbs_info/shopping/shop-banner01.jpg")no-repeat;
	height: 255px;
}
.travel-tab .block-s3 {
	    background: url(../../dbs_info/shopping/shop-banner02.jpg)no-repeat center 9%;
    height: 270px;
}
.travel-tab .block-s2 h1 img,
.travel-tab .block-s8 h1 img {
	max-width: 45px;
}
.travel-tab .block-s2 h1,
.travel-tab .block-s8 h1 {
	margin: 7% 0 2% 0;
}
.travel-tab .block-s2 h1:before {
    content: "1";
	top: 0;
}
.travel-tab .block-s2,
.travel-tab .block-s8 {
	padding-bottom: 3.5%;
}
.travel-tab .block-s2,
.travel-tab .block-s8 {
    background: url("../../dbs_info/shopping/shop-banner07.png")no-repeat center center #fff;
    background-size: 100%;
}
@media (max-width: 768px){
	.travel-tab .block-s2,
	.travel-tab .block-s8 {
	    background-image: none !important; 
	}
}
.travel-tab .block-s2:before {
    background: #909090;
    font-weight: 100;
    font-size: 35px;
    color: #027cc9;
    content: "";
    position: absolute;
    width: 3px;
	left: 128px;
	z-index: 5;
}
.travel-tab .block-s2:before {
	top: 103px;
	height: calc(334%);
	display: none;
}
.travel-tab .block-s4 {
	background: url("../../dbs_info/shopping/bg-curve01.png")no-repeat center 78% #fff;
    background-size: 100%;
}
@media (max-width: 768px){
	.travel-tab .block-s4,
	.travel-tab .block-s6,
	.travel-tab .block-s2, 
	.travel-tab .block-s8,
	.travel-tab .block-s10,
	.travel-tab .block-s12,
	.travel-tab .block-2, 
	.travel-tab .block-8 {
	    background-image: none !important; 
	}
}
.travel-tab .block-s4  h1 img {
	max-height: 52px;
}
.travel-tab .block-s4 h1 {
	margin: 45px 0 20px 0;
}
.travel-tab .block-s4 dl > div {
	margin-bottom: 25px;
}
.travel-tab .block-s4  h1:before {
	top: 0;
}
.travel-tab .block-s4 h1:before {
    content: "2";
}
.travel-tab .block-s5 {
	margin: 6% 0 0 0;
	background: url("../../dbs_info/shopping/shop-banner03.jpg")no-repeat;
	height: 284px;
}
.travel-tab .block-ss5 {
    margin: 5% 0 0 0;
	background: url("../../dbs_info/shopping/shop-banner04.jpg")no-repeat;
	height: 284px;
}
.travel-tab .block-s3,
.travel-tab .block-ss5,
.travel-tab .block-s5 {
	position: relative;
	z-index: 5;
}
.travel-tab .block-s6 {
	background: url("../../dbs_info/shopping/bg-curve04.png")no-repeat center 100% #fff;
    background-size: 100%;
}
.travel-tab .block-s6  h1 img {
	max-height: 54px;
}
.travel-tab .block-s6 h1 {
	margin: 7% 0 3% 0;
}
.travel-tab .block-s6  h1:before {
	top: 0;
}
.travel-tab .block-s6 h1:before {
    content: "3";
}
.travel-tab .block-s8:before {
    background: #909090;
    font-weight: 100;
    font-size: 35px;
    color: #027cc9;
    content: "";
    position: absolute;
        width: 3px;
    left: 128px;
	z-index: 5;
}
.travel-tab .block-s8:before {
	height: calc(299%);
	top: 95px;
	display: none;
}
.travel-tab .block-s8  h1:before {
	top: 0;
}
.travel-tab .block-s8 h1:before {
    content: "1";
}
.travel-tab .tabbed-content .tabcontent .block-s8 dl > div.first {
    margin-bottom: 25px;
}
.travel-tab .block-s9,
.travel-tab .block-s11,
.travel-tab .block-ss11,
.travel-tab .block-s13 {
	position: relative;
	z-index: 5;
}
.travel-tab .block-s9 {
	background: url("../../dbs_info/shopping/shop-banner05.jpg")no-repeat;
	height: 284px;
}
.travel-tab .block-s10 {
	background: url("../../dbs_info/shopping/bg-curve03.png")no-repeat center 200% #fff;
    background-size: 100%;
	padding-bottom: 8.5%;
}
.travel-tab .block-s10  h1 img {
	max-height: 58px;
}
.travel-tab .block-s10 h1 {
	margin: 9.5% 0 5.5% 0;
}
.travel-tab .block-s10  h1:before {
	top: 10px;
}
.travel-tab .block-s10 h1:before {
    content: "2";
}
.travel-tab .block-s11 {
	background: url("../../dbs_info/shopping/shop-banner03.jpg")no-repeat;
	height: 285px;
}
.travel-tab .block-ss11 {
	background: url("../../dbs_info/shopping/shop-banner06.jpg")no-repeat;
	height: 285px;
}
.travel-tab .block-s12 {
	padding-bottom: 3%;
	background: url("../../dbs_info/shopping/bg-curve02.png")no-repeat center 300% #fff;
    background-size: 100%;
}
#rewards-shopping {
	padding-bottom: 2%;
	background: none;
}
.travel-tab .block-s12  h1 img {
	max-height: 63px;
}
.travel-tab .block-s12 h1 {
	margin: 6% 0 2.5% 0;
}
.travel-tab .block-s12  h1:before {
	top: 10px;
}
.travel-tab .block-s12 h1:before {
    content: "3";
}
/* Differences in Ledger and Available Balance */
.deposit-wrapper {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0;
}
.deposit-banner {
	background: #007dcb;
	color: #fff;
	padding: 0 20px 100px 20px;
	position: relative;
}
.deposit-banner p {
	line-height: 25px;
	font-size: 20px;
	color: #666363;
}
.deposit-banner h1 {
	margin: 0;
	padding-top: 20px;
	-webkit-text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	-moz-text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.deposit-banner h4 {
	margin-top: 5px;
	line-height: 24px;
}
.day-wrapper {
	padding: 0 20px;
}
.balance-wrapper {
	padding: 0 25px;
}
.balance {
	background: url("../../dbs_info/balance/bg.jpg")no-repeat 45% center;
	-webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.16);
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.16);
	width: 100%;
	float: left;
	display: flex;
	margin: -83px 0 30px 0;
	padding: 5% 0 7% 0;
	position: relative;
}
.balance img {
	max-width: 73px;
}
.balance h1 {
	margin: 15px 0 28px 0;
	-webkit-text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	-moz-text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	color: #464646;
	font-size: 32px;
}
.balance h4 {
	line-height: 24px;
	color: #5B5B5B;
	padding: 0 3%;
	font-size: 20px;
	font-weight: normal;
}
.left-block {
	padding: 0% 11% 0 5%;
}
.right-block {
	padding: 0% 6%;
}
.bal-text {
	color: #007dcb;
}
.text-center {
	text-align: center;
}
.day-wrapper {
	background: #f5f5f5;
	display: flex;
	margin-top: -50px;
	padding-top: 5px;
	padding-right: 11%;
}
.day-wrapper img {
	max-width: 45px;
	margin: 15px 45px 0 25px;
}
.day-wrapper h4 {
	font-size: 16px;
}
.day-wrapper p {
	font-size: 13px;
}
.day-wrapper .line {
	height: 1px;
	background: #95989A;
	margin-top: 30px;
}
.day-wrapper .span6 p {
	margin-top: 0;
	color: #505050;
}
.day-wrapper h6 {
	color: #252525;
}
.day-wrapper .day p {
	color: #95989A;
	padding: 0 5%;
}
.global-footer .right-section .icn-youtube {
	width: 20px;
}
/* responsive */

@media (max-width: 1000px){
	body {
    max-width: 1000px;
	width: 100%;
}
#header .header-container {
    width: 100%;
	margin: 0;
}
.page-module {
	margin: 0 auto 8px auto;
}
.dbs-breadcrumb {
	margin: 0 auto;
	max-width: 1000px;
	padding: 10px 0 0 0;
}
}
.breadcrumb {
    /*padding: 12px 0 3px 20px;*/
}
.graphic-banner {
    background-image: url(../../dbs_info/statements/backdrop_us.png)no-repeat center center;
}
@media only screen and (min-width: 1024px) {
.travel-banner,
.travel-tab .block-15,
.travel-tab .block-19,
.travel-tab .block-ss5,
.travel-tab .block-ss11,
.graphic-banner {
	background-size: 100%;
}
}
@media only screen and (max-width: 1366px) {
.travel-banner, .travel-tab .block-15, .travel-tab .block-19, .travel-tab .block-ss5, .travel-tab .block-ss11, .graphic-banner {
	background-size: auto!important;
}
}
@media only screen and (max-width: 1024px) {
.graphic-banner {
	background-size: auto!important;
}
/****** tab 1 *****/
/*.travel-banner { 
	height: auto;
	min-height: 190px;
}*/
.travel-banner h1,
.travel-banner h2 {
    color: #fff;
}
.travel-banner h1 {
	font-size: 48px;
}
.travel-tab .block h1:before,
.travel-tab .block dt:before {
	margin-left: -67px;
	left: 0;
}
.travel-tab .block {
    padding: 0 9% 0 16.6%;
}
/***** tab 2 *****/
.travel-tab .block-8:before {
    height: calc(271.5%);
}
/***** tab 3 *****/
.travel-tab .block-14:before {
    height: calc(811%);
}
/***** shopping tab 1 *****/
.travel-tab .block-s2:before {
    height: calc(364.5%);
}
/***** shopping tab 2 *****/
.travel-tab .block-s8:before {
    height: calc(304.5%);
}
.shop-banner h1 {
    font-size: 48px;
}
.supportBlk .footer, .supportBlk #footer-content {
	padding: 15px;
}
.balance {
	background-position: 50%;
}
}
@media only screen and (max-width: 991px) {
.ola-search-dropdown {
	right: 6px;
}
.global-footer .left-section,
.global-footer .right-section {
    width: 100%;
}
.global-footer .left-section {
	margin-bottom: 20px;
}
/***** tab 1 *****/
/*.travel-banner {
    height: auto;
    min-height: 160px;
}*/
/*.travel-tab .tabbed-nav.hidden-phone li:first-child:nth-last-child(3), .travel-tab .tabbed-nav.hidden-phone li:first-child:nth-last-child(3) ~ li {
    width: calc(99% / 3);
}*/
.travel-tab .block-1 {
    height: 72px;
}
.travel-tab .block-7 {
    height: 95px;
}
.shop-tab .block h1:before, .shop-tab .block dt:before {
    margin-left: -60px;
}
.travel-tab .block-3 {
	height: 185px;
}
.travel-tab .block-2:before {
    height: calc(210.5%);
	left: 115px;
}
/***** tab 2 *****/
.travel-tab .block-8:before {
    height: calc(271.5%);
	left: 115px;
}
/***** tab 3 *****/
.travel-tab .block-14:before {
    height: calc(809%);
	left: 115px;
}
.travel-tab .block-13 {
    /*height: 120px;*/
}
/***** shopping tab 1 *****/
.travel-tab .block-s2:before {
    height: calc(363.5%);
	top: 100px;
}
.travel-tab .block-s9,
.travel-tab .block-s11 {
	background-size: auto!important;
}
}
@media only screen and (max-width: 768px) {
.graphic-banner h1 {
	font-size: 48px;
}
/***** tab 1 *****/
.travel-tab .block h1:before, .travel-tab .block dt:before {
    margin-left: -64px;
}
.travel-tab h2 {
    width: 96%;
    margin: 0 auto!important;
}
.travel-container {
    width: 85%;
}
.travel-tab .block h1 {
	font-size: 36px;
}
.travel-tab .block-2:before {
	top: 95px;
	height: calc(193%);
}
.travel-tab .block-2:before, .travel-tab .block-8:before, .travel-tab .block-14:before {
	left: 0;
    margin-left: 85px;
}
.travel-tab .block-4 h1 img {
    vertical-align: middle;
}
.travel-tab .block-6 h1:before,
.travel-tab .block-20 h1:before  {
    top: 15px;
}
.travel-tab .block-5 {
    height: 185px;
}
.travel-tab .block-1 {
    height: 132px;
}
.travel-tab .block-1, .travel-tab .block-7 {
	/*background: url("../../dbs_info/travel/t2-banner-02-mobile.jpg")no-repeat left center!important;
	background-size: contain;
	background-attachment: fixed;*/
}
/***** tab 2 *****/

.travel-tab .block-8:before {
    top: 80px;
}
.travel-tab .block-8 h1:before {
	top: 15px;
}
.travel-tab .block-12 h1:before {
	top: 20px;
}
.travel-tab .block-8:before {
    height: calc(268%);
}
.travel-box img {
    max-height: 70px;
}
/***** tab 3 *****/
.after-travel-container {
    width: 100%;
}
.travel-tab .block-14 h1 {
	margin-top: 0;
}
.travel-tab .block-14 h1:before {
	top: 10px;
}
.travel-tab .block-14 h1 img {
    max-height: 50px;
}
.travel-tab .block-14:before {
    height: calc(854%);
    top: 60px;
}
.after-travel-box img {
    max-height: 70px;
}
/***** shopping tab 1 *****/
.travel-tab .block-s2:before {
	top: 85px;
	left: 85px;
}
.travel-tab .block-s2:before {
    height: calc(357%);
}
.travel-tab .block h1:before, .travel-tab .block dt:before {
    margin-left: -60px;
}
/***** shopiing tab 2 *****/
.travel-tab .block-s8:before {
	left: 85px;
	top: 88px;
}
.travel-tab .block-s8:before {
    height: calc(298%);
}
.travel-tab .block-s1,
.travel-tab .block-s7 {
	background-size: auto!important;
}
/* footer */
.footer .row-fluid .span3 {
	width: 48.93617%;
}
.supportBlk input.btn.btn-primary {
	max-width: 314px;
}
.balance {
	background-position: 50%;
}
}
@media only screen and (max-width: 736px) {
.travel-tab .tabbed-nav.hidden-phone li:first-child:nth-last-child(3) ~ li {
    width: 32.9%!important;
}
.travel-tab .block-s2::before {
    left: 78px;
}
.travel-tab .block-s2::before {
    height: calc(356%);
}
.travel-tab .block-s8::before {
    left: 78px;
}
.balance {
	background-position: 50%;
}
}
@media only screen and (max-width: 667px) {
.travel-tab .block-2::before, .travel-tab .block-8::before, .travel-tab .block-14::before {
    margin-left: 67px;
}
.travel-tab .block-2::before {
    top: 90px;
	height: calc(199%);
}
.travel-tab .block-14::before {
    height: calc(869%);
}
.travel-tab .block-s2::before {
    left: 66px;
}
.travel-tab .block-s2::before {
    height: calc(348.5%);
}
.travel-tab .block-s8::before {
    left: 67px;
	top: 85px;
}
.travel-tab .block-s8::before {
    height: calc(291%);
}
.balance {
	background-position: 50%;
}
}
@media only screen and (max-width: 640px) {
 
.travel-tab .tabbed-nav.hidden-phone li:first-child:nth-last-child(3), 
.travel-tab .tabbed-nav.hidden-phone li:first-child:nth-last-child(3) ~ li {
	width: 100%;
}
.travel-tab .block h1 {
    font-size: 33px;
}
.travel-tab .block-18 h1 img {
    vertical-align: bottom;
}
 
/***** tab 1 *****/
.travel-container .travel-box-wrapper {
    width: calc(90% / 3);
}
.travel-container {
    width: 100%;
}
.travel-tab .block-2:before {
	top: 90px;
	
}
.travel-tab .block-2:before, .travel-tab .block-8:before, .travel-tab .block-14:before {
    /*margin-left: 65px;*/
	display: none;
}
.travel-tab .block-3 {
    /*height: 200px;
	background: url("../../dbs_info/travel/t1-image01-mobile.jpg")no-repeat 0% 0%!important;
	background-size: cover;
	background-attachment: fixed;*/
}
.travel-tab .block-2:before {
    height: calc(186%);
}
.travel-tab .block-1, .travel-tab .block-7 {
	height: 200px;
}
/***** tab 2 *****/
.travel-tab .block-8:before {
    height: calc(263%);
}
  
 
.travel-tab .block-12 h1 img {
    max-height: 40px;
}
/***** tab 3 *****/
.after-travel-container {
    display: inline-block;
}
.after-travel-container .after-travel-box-wrapper {
	width: 100%;	
}
.after-travel-container .after-travel-box-wrapper {
    width: calc(60% / 2);
    display: inline-block;
    margin: 10px;
}
.travel-tab .block-14:before {
    height: calc(872%);
}
 
/***** shopping tab 1 *****/
.travel-tab .block-s2:before {
    top: 80px;
    left: 65px;
}
.travel-tab .block-s2:before {
    /*height: calc(348%);*/
	display: none;
}
.travel-tab .block-s1, .travel-tab .block-s7 {
    background-position: 50% 30%;
	height: 200px;
	background: url(../../dbs_info/shopping/shop-banner01.jpg)no-repeat;
}
.travel-tab .block-s3 {
    height: 200px;
    background-position: 50% 30%;
	background: url(../../dbs_info/shopping/shop-banner02.jpg)no-repeat;
}
.travel-tab .block-s5,.travel-tab .block-s11 {
    background-position: 30% 20%;
	background: url(../../dbs_info/shopping/shop-banner03.jpg)no-repeat;
}
.travel-tab .block-ss5,.travel-tab .block-ss11 {
    background-position: 25% 0%;
	background: url(../../dbs_info/shopping/shop-banner04.jpg)no-repeat;
}
.travel-tab .block-s2, .travel-tab .block-s8 {
    background-position: 0% 50%;
}/*
.travel-tab .block-s4,
.travel-tab .block-s6  {
    height: 711px;
}
.travel-tab .block-s2, .travel-tab .block-s8 {
    height: 903px;
}*/
/***** shopping tab 2 *****/
.travel-tab .block-s8:before {
    /*left: 65px;
    top: 80px;
	height: calc(292.5%);*/
	display: none;
}
.balance {
	display: block;
	background: #fff;
}
.balance .left-block {
	padding: 0 5% 10% 5%;
}
.balance .right-block {
    padding: 0 5%;
}
.day-wrapper img {
    margin: 10px;
	max-width: 35px;
}
.day .span6 {
	width: 100%;
}
.travel-tab .block-s9 {
    background-position: 20% 0%;
	background: url(../../dbs_info/shopping/shop-banner05.jpg)no-repeat;
}
.travel-tab h1.shop-title02 img {
    max-width: 57px;
}
.travel-tab .block-s6 h1 img {
    max-height: 44px;
}
.travel-tab .block-s12 h1 img {
    max-height: 53px;
}
.travel-tab .block-s12 h1 img {
    max-height: 43px;
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { 
.travel-banner,
.shop-banner {
	/*background-position-y: 40%!important;*/
}
/*
.travel-tab .block-1 {
    background-position-y: 5%!important;
}
.travel-tab .block-3 {
    background-position-y: 10%!important;
}
.travel-tab .block-5 {
    background-position-y: 0%!important;
}*/
.travel-tab .tabbed-nav.hidden-phone li:first-child:nth-last-child(3), 
.travel-tab .tabbed-nav.hidden-phone li:first-child:nth-last-child(3) ~ li {
	width: 100%!important;
}
.travel-tab .block h1 {
    font-size: 33px;
}
.travel-tab .block-18 h1 img {
    vertical-align: bottom;
}
.travel-tab .block-5 {
	height: 200px;
	background-size: cover!important;
	background-attachment: fixed;
	background-position: 50% 50%!important;
	background: url(../../dbs_info/travel/t1-image02.jpg)no-repeat center center;
}
/***** tab 1 *****/
.travel-container .travel-box-wrapper {
    width: calc(90% / 3);
}
.travel-container {
    width: 100%!important;
}
.travel-tab .block-2:before {
	top: 90px;
	
}
.travel-tab .block-2:before, .travel-tab .block-8:before, .travel-tab .block-14:before {
    /*margin-left: 65px;*/
	display: none;
}
.travel-tab .block-3 {
    height: 200px;
	background: url("../../dbs_info/travel/t1-image01-mobile.jpg")no-repeat 0% 0%!important;
	background-size: cover!important;
	background-attachment: fixed;
}
.travel-tab .block-2:before {
    height: calc(186%);
}
.travel-tab .block-1, .travel-tab .block-7 {
	height: 200px;
}
/***** tab 2 *****/
.travel-tab .block-8:before {
    height: calc(263%);
}
.travel-tab .block-11,
.travel-tab .block-9 {
	background-size: 100%!important;
    background-position: 0% 0%!important;
	height: 220px;
}
.travel-tab .block-9 {
    background: url(../../dbs_info/travel/t2-banner-03.jpg)no-repeat center center;
}
.travel-tab .block-11 {
    background: url(../../dbs_info/travel/t2-banner-04.jpg)no-repeat center center;
}
.travel-tab .block-12 h1 img {
    max-height: 40px;
}
/***** tab 3 *****/
.after-travel-container {
    display: inline-block;
}
.after-travel-container .after-travel-box-wrapper {
	width: 100%;	
}
.after-travel-container .after-travel-box-wrapper {
    width: calc(60% / 2);
    display: inline-block;
    margin: 10px;
}
.travel-tab .block-14:before {
    height: calc(872%);
}
.travel-tab .block-15 {
    background-size: auto!important;
    height: 226px;
    background-position: 70% 20%!important;
	background: url(../../dbs_info/travel/t3-banner-03.jpg)no-repeat center center;
}
.travel-tab .block-17 {
    background-position: 50% 70%!important;
	background: url(../../dbs_info/travel/t3-banner-04.jpg)no-repeat center center;
}
.travel-tab .block-19 {
    background-position: 40% 40%!important;
	background: url(../../dbs_info/travel/t3-banner-05.jpg)no-repeat center center;
}
.travel-tab .block-13 {
    height: 200px;
    background-size: auto!important;
    background-position: 50% 10%!important;
	background: url(../../dbs_info/travel/t3-banner-02.jpg)no-repeat center center;
}
/***** shopping tab 1 *****/
.travel-tab .block-s2:before {
    top: 80px;
    left: 65px;
}
.travel-tab .block-s2:before {
    /*height: calc(348%);*/
	display: none;
}
.travel-tab .block-s1, .travel-tab .block-s7 {
    background-position: 50% 30%!important;
	height: 200px;
	background: url(../../dbs_info/shopping/shop-banner01.jpg)no-repeat;
}
.travel-tab .block-s3 {
    height: 200px;
    background-position: 50% 30%!important;
	background: url(../../dbs_info/shopping/shop-banner02.jpg)no-repeat;
}
.travel-tab .block-s5,.travel-tab .block-s11 {
    background-position: 30% 20%!important;
	background: url(../../dbs_info/shopping/shop-banner03.jpg)no-repeat;
}
.travel-tab .block-ss5,.travel-tab .block-ss11 {
    background-position: 25% 0%!important;
	background: url(../../dbs_info/shopping/shop-banner04.jpg)no-repeat;
}
.travel-tab .block-s2, .travel-tab .block-s8 {
    background-position: 0% 50%;
}/*
.travel-tab .block-s4,
.travel-tab .block-s6  {
    height: 711px;
}
.travel-tab .block-s2, .travel-tab .block-s8 {
    height: 903px;
}*/
/***** shopping tab 2 *****/
.travel-tab .block-s8:before {
    /*left: 65px;
    top: 80px;
	height: calc(292.5%);*/
	display: none;
}
.balance {
	display: block;
	background: #fff;
}
.balance .left-block {
	padding: 0 5% 10% 5%;
}
.balance .right-block {
    padding: 0 5%;
}
.day-wrapper img {
    margin: 10px;
	max-width: 35px;
}
.day .span6 {
	width: 100%;
}
.travel-tab .block-s9 {
    background-position: 20% 0%!important;
	background: url(../../dbs_info/shopping/shop-banner05.jpg)no-repeat;
}
.travel-tab h1.shop-title02 img {
    max-width: 57px;
}
.travel-tab .block-s6 h1 img {
    max-height: 44px;
}
.travel-tab .block-s12 h1 img {
    max-height: 53px;
}
.travel-tab .block-s12 h1 img {
    max-height: 43px;
}
}
@media only screen and (max-width: 568px) {
.travel-tab .block-2::before, .travel-tab .block-8::before, .travel-tab .block-14::before {
    margin-left: 50px;
}
.travel-tab .block-2::before {
    height: calc(185.3%);
}
.travel-tab .block-8::before {
    height: calc(265.5%);
}
.travel-tab .block-14::before {
    height: calc(892%);
}
/* shopping */
.travel-tab .block-s2::before,
.travel-tab .block-s8::before {
    left: 50px;
}
.travel-tab .block-s2::before {
    height: calc(337.4%);
}
.travel-tab .block-s8::before {
    height: calc(283%);
}
}
@media only screen and (max-width: 768px) {
.travel-banner {
	
}
.tabbed-nav.visible-phone {
	margin-top: 20px;
	display: block!important;
}
.tabbed-nav li:first-child {
    border-left: 0;
}
.tabbed-nav li.last-child {
    border-right: 0;
}
.tabbed-nav li {
	border-right: 0;
}
.tabbed-nav li.active {
	border-bottom: 0;
}
.supportBlk .tabbed-nav.hidden-phone {
	display: none;
}
.tabbed-nav.visible-phone li.prev,
.tabbed-nav.visible-phone li.next {
    margin-top: 15px;
}
#header .header-container .logo {
    width: auto;
}
.ola-search-dropdown-active .ola-search-dropdown {
    width: 580%;
}
.footer .span3 {
	width: 100%;
}
.footer ul.square {
    margin: 30px 20px;
}
/***** tab 1 *****/
.travel-container {
    display: inline-block;
}
.travel-container .travel-box-wrapper {
    width: 41%;
    margin: 20px auto;
}
.travel-tab .block-2:before, .travel-tab .block-8:before, .travel-tab .block-14:before {
    margin-left: 38px;
}
.travel-tab .block-2:before {
    top: 85px;
}
.travel-tab .block-2:before {
    height: calc(180%);
}
.travel-tab .block-2 h1 img {
    max-height: 56px;
}
.travel-tab .block-4 h1 img {
    max-height: 42px;
}
.travel-tab .block-6 h1 img {
    max-height: 52px;
}
.travel-tab .block-2:before {
    height: calc(167.5%);
}
/***** tab 2 *****/
.travel-tab .block-8:before {
    height: calc(262%);
}
.travel-tab .block-8 h1 img {
    max-height: 42px;
}
.travel-tab .block-10 h1 img {
    max-height: 48px;
}
.travel-tab .block-12 h1 img {
    max-height: 43px;
}
.travel-tab .block h1 {
	font-size: 24px;
}
.travel-tab .block-8:before {
    height: calc(258%);
}
/***** tab 3 *****/
.travel-tab .block-14 h1 img {
    max-height: 40px;
}
.travel-tab .block-16 h1 img {
    max-height: 47px;
}
.travel-tab .block-18 h1 img {
    max-height: 37px;
    vertical-align: bottom;
}
.travel-tab .block-20 h1 img {
    max-height: 42px;
}
.travel-tab .block-14:before {
    height: calc(834%);
}
.after-travel-container .after-travel-box-wrapper {
    width: 41%;
    display: block;
    margin: 20px auto;
}
/***** shopping tab 1 *****/
.travel-tab .block-s2:before {
    top: 50px;
    left: 37px;
	height: calc(332.5%);
}
.travel-tab h1.shop-title01 {
    padding-top: 0;
}
.travel-tab .block-s4 h1 img {
    max-height: 48px;
}
.travel-tab .block-s12 h1 img {
    max-height: 50px;
}
.travel-tab .block-s10 h1 img {
    max-height: 50px;
}
.travel-tab .block-s8 h1 img {
    max-width: 40px;
}
.travel-tab h1.shop-title03 img {
    max-width: 40px;
}
/***** shopping tab 2 *****/
.travel-tab .block-s8:before {
    left: 38px;
    top: 75px;
}
.travel-tab .block-s8:before {
    height: calc(278%);
}
.supportBlk .tabbed-nav.hidden-phone li:first-child:nth-last-child(2), 
.supportBlk .tabbed-nav.hidden-phone li:first-child:nth-last-child(2) ~ li, 
.supportBlk .tabbed-nav.hidden-phone li:first-child:nth-last-child(1) {
    width: 100%;
}
/* footer */
.footer .row-fluid .span3 {
	width: 100%;
}
.footer .row-fluid .span3:nth-child(2) {
	margin: 0;
}
}
@media only screen and (max-width: 414px) {
.travel-tab .shop-tab.hidden-phone li {
    width: 44.4% !important;
}
.travel-tab .block-s2::before {
    left: 24px;
	height: calc(319.3%);
}
.travel-tab .block-s8::before {
	left: 24px;
	top: 70px;
	height: calc(268.7%);
}
.travel-tab .block-6 h1::before {
    top: 0;
}
.travel-tab .block-s12 h1 img {
    max-height: 60px;
}
}
@media only screen and (max-width: 375px) {
.travel-tab .block h1::before, .travel-tab .block dt::before {
    margin-left: -57px;
}
.travel-tab .block-2::before, .travel-tab .block-8::before, .travel-tab .block-14::before {
    margin-left: 26px;
}
.travel-tab .block-2::before {
    top: 82px;
}
.travel-tab .block-2::before {
    height: calc(171%);
}
.travel-container .travel-box-wrapper {
    width: 51.5%;
}
.travel-tab .block-10 h1 img {
    max-height: 45px;
}
.after-travel-container .after-travel-box-wrapper {
    width: 51.5%;
}
.travel-tab .block-14::before {
    height: calc(786%);
}
/* shopping */
.travel-tab .shop-tab.hidden-phone li {
    width: 94% !important;
}
.travel-tab .block-s2::before {
    left: 26px;
	height: calc(307.3%);
}
.travel-tab .block-6 h1::before {
    top: 0;
}
.travel-tab .block-s6 h1 img {
    max-height: 35px;
}
.travel-tab .block-s12 h1 img {
    max-height: 35px;
}
.travel-tab .block-s8::before {
    height: calc(259%);
}
}
@media only screen and (max-width: 360px) {
.ola-search-dropdown-active .ola-search-dropdown {
    width: 550%;
}
.travel-container .travel-box-wrapper {
    width: 54%;
}
.travel-tab .block h1::before, .travel-tab .block dt::before {
    margin-left: -55px;
}
.travel-tab .block-2::before, .travel-tab .block-8::before, .travel-tab .block-14::before {
    margin-left: 25px;
}
.travel-tab .block-2::before {
    top: 80px;
}
.travel-tab .block-6 h1::before, .travel-tab .block-20 h1::before {
    top: 0;
}
.travel-tab .block-2::before {
    height: calc(171.5%);
}
.travel-tab .block-10 h1 img {
    max-height: 38px;
}
.travel-tab .block-12 h1::before {
    top: 0;
}
.travel-tab .block-8::before {
    height: calc(244%);
}
.after-travel-container .after-travel-box-wrapper {
    width: 54%;
}
.travel-tab .block-14::before {
    height: calc(783%);
}
/* shopping */
.travel-tab .block-6 h1 img,
.travel-tab .block-s12 h1 img {
    max-height: 28px;
}
.travel-tab .block-s6 h1 img,
.travel-tab .block-s12 h1 img {
    max-height: 25px;
}
.travel-tab .block-s10 h1 img {
    max-height: 48px;
}
.travel-tab .block-s8::before {
    height: calc(262%);
}
}
@media only screen and (max-width: 320px) {
.ola-search-dropdown-active .ola-search-dropdown {
    width: 460%;
}
.travel-banner h1 {
    font-size: 48px;
}
/***** tab 1 *****/
.travel-container .travel-box-wrapper {
    width: 61%;
}
.travel-tab .block h1 {
    font-size: 23px;
}
.travel-tab .block-2 h1 img {
    max-height: 30px;
}
.travel-tab .block-4 h1 img {
    max-height: 23px;
}
.travel-tab .block-6 h1 img {
    max-height: 21px;
}
.travel-tab .block-2:before, .travel-tab .block-8:before, .travel-tab .block-14:before {
    margin-left: 20px;
}
.travel-tab .block h1:before, .travel-tab .block dt:before {
    margin-left: -53px;
}
.travel-tab .block h1:before {
    width: 30px;
    height: 30px;
	line-height: 30px;
	font-size: 20px;
	top: 0;
}
.travel-tab .block h1:before {
    margin-left: -45px;
	top: 10px;
}
.travel-tab .block-2:before {
    top: 45px;
}
.travel-tab .block-6 {
	padding-top: 10%;
}
.travel-tab .block-4 h1 {
	margin-top: 0;
}
.travel-tab .block-2:before {
    height: calc(168.5%);
}
.travel-tab .block-8 h1 img {
    max-height: 32px;
}
.travel-tab .block-8:before {
    top: 45px;
}
/***** tab 2 *****/
.travel-tab .block-10 h1 img {
    max-height: 25px;
}
.travel-tab .block-8:before {
    height: calc(248%);
}
.after-travel-container .after-travel-box-wrapper {
    width: 61%;
}
.travel-tab .block-9 {
    height: 230px;
}
/***** tab 3 *****/
.travel-tab .block h1 {
    font-size: 20px;
}
.travel-tab .block-14:before {
    top: 45px;
}
.travel-tab .block-16 h1 img {
    max-height: 32px;
}
.travel-tab .block-18 h1 img {
    max-height: 27px;
}
.travel-tab .block-14:before {
    height: calc(808%);
}
.travel-tab .block-13 {
    height: 70px;
}
/* shopping tab 1 */
.travel-tab .shop-tab.hidden-phone li {
    width: 100% !important;
	padding: 5px 0!important;
}
.travel-tab .block-s2::before {
    left: 20px;
}
.travel-tab .block-s4 h1 img {
    max-height: 30px;
}
.travel-tab .block-s4 h1 {
    margin: 0 0 20px 0;
}
.travel-tab h1.shop-title02:before {
	top: 0;
}
.travel-tab .block-s6 h1 img {
    max-height: 30px;
}
.travel-tab .block-s2::before {
    height: calc(308.3%);
}
.travel-tab .block-s8::before {
    left: 21px;
    top: 65px;
	height: calc(261.5%);
}
.travel-tab .block-s8 h1::before {
    top: 15px;
}
.travel-tab .block-s10 h1 img {
    max-height: 50px;
}
.travel-tab .block-s12 h1 img {
    max-height: 33px;
}
.travel-tab .block-s12 h1 img {
    max-height: 30px;
}
}

/*Fixes*/
.parallaxie{
	height: 300px !important; 
	background-size: cover !important;
}
.visible-xs{
		display:  none;
	}
@media (max-width: 768px){
	.block-s1,
	.block-s2,
	.block-s3,
	.block-s4,
	.block-s5,
	.block-s6,
	.block-s7,
	.block-s8,
	.block-s9,
	.block-s10,
	.block-s11,
	.block-s12,
	.block-s13,
	.block-s14,
	.block-s15,
	.block-s16,
	.block-s17,
	.block-s18,
	.block-s19{
		background-position: center center;
	}
	.travel-tab .block-17,
	.travel-tab .block-11{
		background-size: cover !important;
	}
	.travel-tab .block-1, 
	.travel-tab .block-7, 
	.travel-tab .block-s1, 
	.travel-tab .block-s7, 
	.travel-tab .block-s3,
	.travel-tab .block-s5, 
	.travel-tab .block-s11,
	.travel-tab .block-ss5,
	.travel-tab .block-ss11,
	.travel-tab .block-s9{
	    background-position: center center !important;
	    background-size: cover !important;
	}
	.travel-tab .block-s3{
		background-position: center top !important;
	}
	.parallaxie{
		height: 285px !important; 
	}
	.travel-tab .block{ 
	}
	.image-right{
		float: right;
    	margin-top: -20px;
	}
	.visible-xs{
		display:  block;
	}
	.travel-tab .block-1, .travel-tab .block-7{
		background-position: 27% 80% !important;
	}
}

.tabbed-nav li.active>a{
	    color: #007dcb;
}

.shadow-white{
	    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	    color: #007dcb;
}