/*.subsectionheader h3:after {
      position: absolute;
      background: url("../icon/lamp-xs.png");
      background-position: center;
      background-size: contain;
      top: 0;
      width: 50px;
      height: 115px;
      left: calc( 50% - 30px);
	  }*/
	  .banner-section .owl-theme .owl-nav {
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 100%;
	  }

	  .banner-section .owl-theme .owl-nav .owl-prev{
		position: absolute;
		left: 50px;
		top: 0;
		background: rgba(255, 255, 255, 0.15);
		height: 56px;
		width: 56px;
		border-radius: 50%;
		border: none;
		text-align: center;
		color: rgba(0, 0, 0, 0);
		line-height: 56px;
		font-size: 0px;

		margin-top: -30px;
		-webkit-transition: all 300ms ease;
		-o-transition: all 300ms ease;
		transition: all 300ms ease;
	  }

	  .banner-section .owl-theme .owl-nav .owl-prev:after {
		font-family: "Font Awesome 5 Free";
		content: "\f054";
		position: absolute;
		top: 0;
		width: 56px;
		height: 56px;
		line-height: 56px;
		font-weight: 700;
		left: 0;
		color: #ffffff;
		font-size: 24px;
		cursor: pointer;
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
		-webkit-transition: all 300ms ease;
		-o-transition: all 300ms ease;
		transition: all 300ms ease;
	  }

	  .banner-section .owl-theme .owl-nav .owl-next {
		position: absolute;
		right: 50px;
		top: 0;
		background: rgba(255, 255, 255, 0.15);
		height: 56px;
		width: 56px;
		border-radius: 50%;
		border: none;
		text-align: center;
		line-height: 56px;
		color: rgba(0, 0, 0, 0);
		font-size: 0px;
		opacity: 1;
		cursor: pointer;
		margin-top: -30px;
		-webkit-transition: all 300ms ease;
		-o-transition: all 300ms ease;
		transition: all 300ms ease;
	  }

	  .banner-section .owl-theme .owl-nav .owl-next:after {
		font-family: "Font Awesome 5 Free";
		content: "\f054";
		position: absolute;
		top: 0;
		width: 56px;
		height: 56px;
		line-height: 56px;
		font-weight: 700;
		right: 0;
		color: #ffffff;
		font-size: 24px;
		-webkit-transition: all 300ms ease;
		-o-transition: all 300ms ease;
		transition: all 300ms ease;
	  }
	  .banner-section .owl-theme .owl-nav .owl-prev, .banner-section .owl-theme .owl-nav .owl-next{
		  opacity: 0.09;
	  }
	  .banner-section:hover .owl-theme .owl-nav .owl-prev, .banner-section:hover .owl-theme .owl-nav .owl-next{
		  opacity: 0.9;
	  }
	  .banner-section .owl-theme .owl-nav .owl-prev:hover,
	  .banner-section .owl-theme .owl-nav .owl-next:hover{

	  }
	  .owl-theme .owl-dots {
		  position: absolute;
		  left: 33%;
		  bottom: 20px;
	  }
	  .banner-section .owl-theme .owl-dots .owl-dot {
		  border: none;
		  border-radius: 50%;
		  margin: 0px;
		  -webkit-border-radius: 50%;
		  -moz-border-radius: 50%;
		  -ms-border-radius: 50%;
		  -o-border-radius: 50%;
	  }
	  .banner-section .owl-theme .owl-dots .owl-dot span {
	  width: 10px;
	  height: 10px;
	  margin: 5px;
	  background:rgb(209, 215, 221);
	  border-radius: 50%;
	  -webkit-transition: all 0.5s;
	  -o-transition: all 0.5s;
	  -ms-transition: all 0.5s;
	  -moz-transition: all 0.5s;
	  transition: all 0.5s;
	  -webkit-border-radius: 50%;
	  -moz-border-radius: 50%;
	  -ms-border-radius: 50%;
	  -o-border-radius: 50%;
	  }
	  .banner-section .owl-theme .owl-dots .owl-dot.active span, .banner-section .owl-theme .owl-dots .owl-dot:hover span {
		  /* background: #1d4999; */
		  background: #fff;
		  width: 10px;
		  height: 10px;
		  border-radius: 50%;
		  -webkit-transition: all 0.5s !important;
		  -o-transition: all 0.5s !important;
		  -ms-transition: all 0.5s !important;
		  -moz-transition: all 0.5s !important;
		  transition: all 0.5s !important;
	  }

.mt-20{ margin-top: 20px;}
.mb-40{ margin-bottom: 20px;}
.subsectionheader h3:after {
     background:none;
	  }
.subsectionheader h3 {
	padding: 40px 0 0 0;
	position: relative;
	font-size: 2.0rem;
	line-height: 1.125em;
	font-weight: 700;
	color: #333;
	margin-bottom: 0em;
	letter-spacing: 0.02em;
	z-index: 1;
}

.section-header::after, .section-header::before {
 background:none !important;

}
.bg-none::after,.bg-none::before {
 background:none !important;
}

.about-out2-item-inner3 {
	max-width: 20%;
	float: left;
}


.logocenter{ max-width:500px; margin:0 auto;}
.logomidle{display:inline-block !important;}
.banner-inner {
	position: relative;
	padding: 0px 0;
	color: #FFF;
	background-position: center;
	background-size: cover;
}
.banner-text{
position: absolute;
bottom: 30%;
left: 10%;
}
.flickity-page-dots {
	display: none !important;
}
.terms{ margin-top:40px;}
.terms ul{ margin-left:10px; padding-left:10px;}
.terms ul li{ font-size:12px}
.banner-home .banner-item .content {
      min-height:100%;
      padding: 0px 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: list-item;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background-position: center;
      background-size: cover;
      position: relative;
	left: 0px;
}

.banner-home .banner-item .content::after {
	background:none !important;
}

.banner-home .scrollit {
	z-index: 1;
	position: absolute;
	right: 10%;
	bottom: 20px;
}
.ex-onlinesaving-items .item {
	width: 50%;
	padding: 15px;
}
.ex-onlinesaving-card {
	-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 20px;
	padding: 10px;
	position: relative;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.ex-onlinesaving-card .img-sections {
	overflow: hidden;
	padding-bottom:5%;
	border-radius: 10px 10px 0 0;
}
.ex-onlinesaving-card .title {
	color: #00294F;
	font-size: 1.25rem;
	line-height: 1.375em;
	font-weight: 400;
	color: #00294F;
	margin-bottom: 0em;
	display: inline-block;
	padding-right: 30px;
	position: relative;
	font-family: "BentonSansNormal", sans-serif;
}
.ex-onlinesaving-card:hover {
text-decoration: none; }
.ex-onlinesaving-card:hover {
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
-webkit-box-shadow: 0 12px 16px rgba(0, 0, 0, 0.2);
box-shadow: 0 12px 16px rgba(0, 0, 0, 0.2); }

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.scroll_To_Top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  right: 15px;
  bottom: 70px;
  background: #cc0102;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
  transition: all ease-in-out 0.3s;
  text-align: center;
}

.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 8px;
  left: 8px;
}

.scroll_To_Top:hover {
  color: #fff;
  background: #F00;
  box-shadow: 0 0 5px rgba(3, 3, 3, .7);
}
.scroll_To_Top > span > img {
margin-top: 10px
}
.section-header:after, .section-header:before {
  	background:none !important;

}
.section-header h1::after, .section-header h2::after, .section-header h3::after {
   background:none !important;
}
.modal-body p {
	margin-top: 0;
	margin-bottom: 0.3rem;
}
.modal-body ul {
	padding-left: 20px;
	height: 400px;
	overflow-x: auto;
}
.btn-section {
	width: 100%;
	text-align: center;
	margin-top: 20px;
	position: absolute;
	bottom: 15px;
	left: 0px;
	padding-right: 15px;
	padding-left: 15px;
}

.rmlink {
	border: 0;
	font-size: 14px;
	cursor: pointer;
	font-weight: 400;
	padding: 5px 20px;
	white-space: nowrap;
	background-image: linear-gradient(190deg, #00294f 0%, #00294f 10%, #00294f 75%);
	border: 1px solid #fff;
	color: #fff;
	border-radius: 10px;
	transition: .45s all ease-in-out;
	transform: translateY(100px) -webkit-box-shadow: -26px 1px 27px rgba(0, 0, 0, 0.3);
}
.ribbon{position: absolute;
	left: -40px;
	bottom: 0px;
	z-index: 100 !important;}
.flickity-enabled.is-fade .flickity-slider > .is-selected content:: {
	pointer-events: auto;
}
.banner-home .banner-item .content::marker {
	display: none;
	content: none;
}
.valetineiconbox {
	position: relative;
	padding: 10px 10px;
	/* width: 434px; */
	/* margin: 0 auto; */
	text-align: center;
	margin-top: 0px;
	margin-left: 0px;
	vertical-align: middle;
	text-align: center;
	display: flex;
	align-content: center;
	justify-content: center;
	margin-top: 50px;
}

.valetineiconbox .valetineiconboxbg {
	/* float: left; */
	/* float: left; */
	position: relative;
	width: 20.00%;
	text-align: center;
	align-items: center;
	display: inline-flex;
	border: 1px solid #3a6665;
	margin: 10px;
	border-radius: 7px;
	min-height: 58px;
	padding-top: 15px;
	padding: 15px 5px 0px;
transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
top: 0px;
}
.valetineiconbox .valetineiconboxbg:hover {
	top: -5px;
	box-shadow: -5px 20px 24px rgba(25, 29, 71, 0.1);
  }
.valetineiconbox a {
	width: 100%;
}
.valetineiconbox .valetineicon {
	max-width: 60px;
	/* border: 2px solid #fff; */
	padding: 10px;
	margin-right: 10px;
	/* background-color: #e50e72; */
	/* background-image: linear-gradient(116deg, #f4328d 15%, #ec2b83 40%, #a80745 70%); */
	border-radius: 50%;
	margin: 0 auto;
	position: absolute;
	left: 28.33%;
	top: -43px;
	background: #0e3482;

}
.valetineiconbox .valetineicon::before {
	border: 1px solid #182e79;
	content: "";
	position: absolute;
	height: 60px;
	width: 60px;
	border-radius: 50%;
	top: 0px;
	left: 0px;
	/* border-left-color: transparent; */
	/* border-top-color: transparent; */
	rotate: 15deg;
}
.valetineiconbox .valetineicon img {
	max-width: 100%;
	filter:brightness(0) invert(1);
	u-webkit-filter:;
	-webkit-filter:brightness(0) invert(1);
}

.valetineiconbox .valetineiconboxbg:hover .valetineicon img {
	max-width: 100%;
	/* filter:unset;
	u-webkit-filter:;
	-webkit-filter:unset; */
}
.valetineiconbox h4 {
	color: #333 !important;
	margin-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 14px;
	display: inline-block;
}
a.cityhome i {
	font-weight: 600;
	color: #FFF;
	font-size: 26px  !important;
}
#menu-bar {
	width: 35px;
	height: 40px;
	margin: 20px 0 20px 20px;
	margin-bottom: 10px;
	cursor: pointer;
}
#bar1 {
	transform: translateY(-4px);
}
#bar3 {
	transform: translateY(4px);
}
.bar {
	height: 3px;
	width: 100%;
	background-color: #fff;
	display: block;
	border-radius: 0px;
	transition: 0.3s ease;
}
.navigation-container {
	position: absolute;
	right: 5%;
}
.desklmenu{display: block !important;

}
.mblmenu{display: none !important;

}
.dropdown-menu.show {
	display: block;
	left: -140px;
	border-radius: unset;
	top: 52px;
}
.owl-theme .owl-dots {
	display: none;
}
.retail-items .offerbuffet{ line-height: normal;}
@media only screen and (max-width: 1200px) {
	.main-navigation .right-content {
		display: -webkit-box;
		/* display: -ms-flexbox; */
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		/* float: right; */
		position: absolute;
		right: 5%;
	}
	.desklmenu{display: none !important;

	}
	.mblmenu{display: block !important;

	}
}
@media (max-width: 810.98px) {
	.valetineiconbox .valetineicon {

		left: 20.00%;


	}
}
@media (max-width: 767.98px) {
	.banner-home .scrollit {
		display: none;
	}
	.owl-theme .owl-dots {
		display: block;
		left: 37.33%;
	}
	.banner-section .owl-theme .owl-nav {
		display: none;
	  }
	.main-navigation .right-content {
		display: -webkit-box;
		/* display: -ms-flexbox; */
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		/* float: right; */
		position: absolute;
		right: 5%;
	}
	.desklmenu{display: none !important;

	}
	.mblmenu{display: block !important;

	}
	.ribbon {
		position: absolute;
		left: -5%; bottom: 0px;
		z-index: 5 !important;
		width: 70%;
	}
	.flickity-viewport {
		overflow: hidden;
		position: relative;
		height: 100%;
		min-height: 300px;
	}
.banner-textx  {
	display:none;
}
.banner-inner h1 {
	font-size: 1.0rem;
	line-height: 1.0em;
}
.banner-inner p {
	font-size: 0.525rem;
	margin-bottom: 0em;
}
.banner-inner::after {
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left top, right top, color-stop(-0.72%, rgba(0, 41, 79, 0.7)), color-stop(84.19%, rgba(26, 103, 175, 0)));
	background: linear-gradient(90deg, rgba(0, 41, 79, 0.7) -0.72%, rgba(26, 103, 175, 0) 84.19%);
	left: 0;
	top: 0;
}

.banner-home .banner-item .content .scrollit {
display: none !important;
}
.about-out2-item-inner3 img {
	max-width: 50%;
}
.retail-icard {
height: 220px!important;

}
.retail-eicard{height:102px!important;}
.section-header h1, .section-header h2, .section-header h3 {
    padding-top: 25px;
}
.main-navigation .navigation-container {
	background-color: #061d4f;
}
}
  @media (max-width: 767.98px) {
.main-navigation .nav-item {
	border-bottom: 1px solid #093b7b;
}
.about-out2-item-inner3 {
    max-width: 50%;
    float: left;
}

.offer_bottom .about-out2-item-inner3 {
    max-width: 50%;
    float: left;
}
.about-out2-item-inner3 h4 {
    padding: 7px 6px;
}

.about-out2-item-inner3 h4 {
    margin: 0 8px;
}

.banner-home .banner-items {
    display: block;
    width: 100%;
    height: 100%;
}
.offer_bottom {
	position: relative;

}
/*.about-out4-item4 {
	width: 50%;
	margin: 0 auto;
	float: none;
}*/

/* .offer_bottom .about-out2-item3 {
	position: absolute;

  } */
	.valetineiconbox {
	display: block;
	padding: 0;
	}
	.valetineiconbox .valetineiconboxbg {
	/* float: left; */
	/* float: left; */
	position: relative;
	width: 43%;
	text-align: center;
	align-items: center;
	/* float: left; */
	margin-bottom: 40px;
	height: 80px;
	vertical-align: top;
	}
	.valetineiconbox .valetineicon {
		left: 33.33%
	}

  }




@media (max-width: 576px) {
.absulatebtn {
position: absolute;
left: 28%;
bottom: 10px;
/* margin-top: 16px; */
}
.absulateretail-card {
padding-bottom: 30px;
}
.btn-text {
	font-size: 0.7375rem;
}
}