/*.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); 

	  }*/

.main-navigation .amex-logo {

width: 52px;

position: relative;

top: -4px;

}	  

.banner-homex{

width: 100%;

overflow: hidden;

background-color: #cfd2cc;

/* box-shadow: 3px 25px 56px -28px rgba(0,0,0,0.45);  */



}	 

/* .bribbon{height: 20px; width: 70%; margin: 0 auto;background-color: #cfd2cc;} */

.owl-theme  .owl-dots {

margin-top: 10px;

position: absolute;

bottom: 10px;

left: 50%;

}

.retail-card .text-section.retail-card .text-section {

	padding: 20px 20px;

}

.retail-card .bogotoptext-section {

	height: 190px;

}  

.retail-card .bogotext-section {

	height: 100px;

}

.srcboxcontainer{ max-width: 300px; margin: 0 auto;}

.srcboxcontainer img{ max-width: 24px;}

.search-box {

width: fit-content;

height: fit-content;

position: relative;

text-align: center;

padding-top: 40px;

/* text-align: center; */

margin: 0 auto;

}

.input-search{

height: 50px;

width: 95%;

border-style: none;

padding: 10px;

font-size: 16px;

letter-spacing: 2px;

outline: none;

border-radius: 25px;

transition: all .5s ease-in-out;

background-color:transparent;

padding-right: 40px;

color:#fff;

border: 1px solid #fff;

}

.input-search::placeholder{

color:rgba(224, 224, 224, 0.9);

font-size: 14px;

font-weight: 100;

}

.btn-search {
	width: 66px;
	height: 50px;
	border-style: none;
	font-size: 17px;
	font-weight: bold;
	outline: none;
	cursor: pointer;
	border-radius: 50%;
	position: absolute;
	right: 0px;
	color: #ffffff;
	background-color: transparent;
	pointer-events: painted;
}

.btn-search:focus ~ .input-search{

width: 300px;

border-radius: 25px;

background-color: transparent;

border-bottom:1px solid rgba(226, 224, 224, 0.5);

transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);



}

.input-search:focus {

	width: 300px;

	border-radius: 25px;

	background-color: transparent;

	border: 1px solid rgb(44, 61, 128);

	transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);

	box-shadow: 0px 4px 4px rgba(22, 43, 117, 0.25);

}



/* When the input field gets focus, change its width to 100% */

input[type=text]:focus {

width: 100%;

}	  	  

.mt-20{ margin-top: 20px;}

.mb-40{ margin-bottom: 20px;}	  

.subsectionheader h3:after {

     background:none;

	  }	  

.subsectionheader h3 {
	padding: 20px 0px;
	position: relative;
	font-size: 1.7rem;
	line-height: 1.125em;
	font-weight: 700;
	color: #b3d3f4;
	margin-bottom: 0px;
	letter-spacing: 0.02em;
	z-index: 1;
	text-transform: uppercase;
	text-align: center;
}


.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 p{ color: #FFF;}
.terms ul li{ font-size:12px;color: #FFF;}

.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 .banner-item .content .scrollit {

	z-index: 1;

	position: absolute;

	right: 100px;

	bottom: 20px;

}

.banner-homex{

position: relative;	

}

.banner-homex .scrollit {
	z-index: 1;
	position: absolute;
	right: 10%;
	bottom: 14%;
}

.banner-homex .btn-primary {
	font-size: 1.0rem;
	line-height: 1em;
	font-weight: 700;
	color: #fff;
	background-color: #044d9d;
	padding: 10px 30px 10px 30px;
	border-radius: 50px;
	border: 0;
	position: relative;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: -webkit-transform;
	/* transition-property: -webkit-transform; */
	/* transition-property: transform; */
	transition-property: transform, -webkit-transform;
	/* -webkit-transform: translateZ(0); */
	/* transform: translateZ(0); */
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-transform: translateY(-6px);
	transform: translateY(-6px);
	-webkit-animation-name: hover;
	animation-name: hover;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
}

.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: #30438e;

  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: #2e70b8;

  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;

}

.btn-section {
	width: 100%;
	text-align: center;
	margin-top: 20px;
	position: relative;
	bottom: 10px;
	/* left: 0px; */
	/* padding-right: 15px; */
	/* padding-left: 15px; */
	display: flex;
	justify-content: center;
}


.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 #e9e9ec;
	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: 33.33%;

	top: -43px;

	background: #044d9d;

	

}

.valetineiconbox .valetineicon::before {

	border: 1px solid #2474cc;

	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: #fff !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;

}

.btn-text {

	font-size: 12px;

	line-height: normal;

	font-weight: 400;

	cursor: pointer;

	text-transform: uppercase;

	border-radius: 0;

	background-color: transparent;

	padding: 0;

	margin-top: 15px;

	color: #00294F;

	border-top: 1px solid #ccc;

	padding: 5px 10px;

}

.nologotitle {

	position: absolute;

	left: auto;

	top: 20%;

	/* margin: 0 auto; */

	width: 100%;

	font-size: 20px !important;

	padding: 10px;

	color: #333;

	text-transform: uppercase;

}

@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) {
.retail-card .bogotext-section {
	height: 200px;
}
	.nologotitle {

		font-size: 14px !important;

	}

	.owl-theme .owl-dots {

		

		left: 40%;

	}

	.banner-homex .btn-primary {

		display: none !important;

	}

	.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:220px!important;}

.section-header h1, .section-header h2, .section-header h3 {

    padding-top: 25px;

}

.main-navigation .navigation-container {

	background-image: linear-gradient(121deg, #293977 0%, #30438e 51%, #293977 90%);

	opacity: 0.98;

}

}

  @media (max-width: 767.98px) {



.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: 30.33%;

	}



  }



  



  

@media (max-width: 576px) { 

.absulatebtn {

position: absolute;

left: auto;

bottom: 0px;

/* margin-top: 16px; */

}

.absulateretail-card {

padding-bottom: 30px;

} 

.btn-text {

	font-size: 0.7375rem;

}

}