/*.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);
	  }*/
	  .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:#333;
	  border: 1px solid #2b3c7d;
	  }
	  .input-search::placeholder{
	  color:rgba(0, 0, 0, 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(78, 78, 78, 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%;
	  }
.subsectionheader h3:after {
     background:none;
	  }
.subsectionheader h3 {
	padding: 40px 0 0 0;
	position: relative;
	font-size: 1.8rem;
	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: 33%;
	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; }

.banner-home .banner-item .content::after {
	background:none !important;
}

.banner-home .banner-item .content .scrollit {
	z-index: 1;
	position: absolute;
	right: 100px;
	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;
}
.btn-section {
	width: 100%;
	text-align: center;
	margin-top: 20px;
	position: absolute;
	bottom: 10px;
	/*left: 0px;*/
	padding-right: 15px;
	padding-left: 15px;
}
.retail-card .rtext-section {
	height: 220px;
}
.retail-card .bogotoptext-section {
	height: 190px;
}
.retail-card .bogotext-section {
	height: 150px;
}
.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;
}
.retail-card .text-section {
	padding: 20px 20px;
}
.modal-content ul {
	margin-left: 0px;
	padding-left: 20px;
	list-style-type: square;
	max-height: 250px;
	overflow-y: auto;
	word-wrap: break-word;
}
/* .modal-content ul li{} */
.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 #00294f;
	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);
}
.nologotitle {
	position: absolute;
	left: auto;
	top: 20%;
	/* margin: 0 auto; */
	width: 100%;
	font-size: 20px;
	padding: 10px;
	color: #333;
	text-transform: uppercase;
}
.modal-body p{margin-top: 0;
	margin-bottom: 0.5rem;}
	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;
	}
	@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: 767.98px) {
	.nologotitle {

		font-size: 18px;

	  }

.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;
}
.subsectionheader h3 {
	font-size: 1.2rem;
}
.main-navigation .navigation-container {
	background-color: #3d8282;
}
}
  @media (max-width: 767.98px) {
	.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;

	}
	.modal-content {
		pointer-events: auto;
		text-transform: uppercase;
		 /* word-wrap: anywhere;
		word-break: break-word;
		word-spacing: normal; */
	}
	.modal-content p, .modal-content ul li{
		font-size: 0.8rem;
		/* word-wrap: anywhere; */
		word-break: break-word;
		word-spacing: normal;
	}
.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%;
}

.about-out4-item4 {
	width: 50%;
	margin: 0 auto;
	float: none;
}

  }

@media (max-width: 576px) {
/*.absulatebtn {
position: absolute;
left: 28%;
bottom: 10px;
}
.absulateretail-card {
padding-bottom: 30px;
} */
.btn-text {
	font-size: 0.7375rem;
}
}