header.ke-header {
    background: transparent;
    height: 84px;
    padding: 22px 0;
}

header.ke-header ul.login-list {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}

header.ke-header ul.login-list li {
    display: inline-block;
}

header.ke-header ul.login-list li a {
    display: block;
    text-decoration: none;
    background: #e20000;
    border-radius: 20px;
    width: 87px;
    height: 40px;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue",
        Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 500;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
}

header.ke-header ul.login-list li a:hover {
    opacity: 0.5;
}

header.ke-header ul.login-list li + li a {
    color: #fe0000;
    background: #ffffff;
}

header.ke-header ul.login-list li + li {
    margin-left: 5px;
}

a.ke-logo {
    display: block;
    text-align: center;
}

/* a.ke-logo img {
    margin: 124px auto;
    width: 298px;
} */
.bg-brand{
    background: #e31700!important;
}
.auth-btn{
    padding: 13px;
    border-radius: 8px!important;
}
.ke-banner {
    background: url("../img/hero.jpg");
    height: 800px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -84px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ke-banner h1 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    color: #ffffff;
    margin-bottom: 0;
}
.ke-banner-inner form {
    max-width: 549px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.ke-banner-search {
    background: #ffffff;
    border-radius: 28px;
    max-width: 549px;
    width: 100%;
    height: 56px;
    flex-grow: 1;
    margin: 30px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 8px 0 23px;
    box-shadow: 0 0 2px #000;
}

.ke-banner-search input {
    height: 56px;
    width: 100%;
    padding: 0 15px;
    border: none;
}

.ke-banner-search button:focus,
.ke-banner-search button:hover,
.ke-banner-search input:hover,
.ke-banner-search input:focus {
    outline: none;
    box-shadow: none;
    border: none;
}

.ke-banner-search button {
    width: 40px !important;
    height: 40px;
    background: #fe0000;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 50%;
    padding: 0;
    flex: 0 0 40px;
    transition: all 0.3s ease-in-out;
}

.mobile-logo img {
    width: 150px;
    /* margin-top: -256px; */
}

.ke-banner-search button:hover {
    opacity: 0.8;
}
.banner-get-app img{
    width:180px;
}

    
.save-address {
    width: 204px;
    height: 32px;
    color: #454545;
    font-weight: 500;
    font-size: 14px;
    line-height: 32px;
    font-family: "Montserrat", sans-serif;
    background-color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin: 24px 0 0 150px;
    border-radius: 16px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 0 2px #000;
}

a.save-address:hover {
    opacity: 0.8;
}

.ke-service {
    padding: 110px 0;
}

.ke-service-info {
    text-align: center;
}

.ke-service-info-inner {
    max-width: 250px;
    margin: 0 auto;
}

/* .our-services .ke-service-info img{
    max-width: 610px;
    width: 100%;
    height: 340px;
    object-fit: cover;
} */
.ke-service-info h3 {
    color: #454545;
    font-weight: 700;
    font-size: 25px;
    margin-top: 8px;
    color: #000;
}

.ke-service-info p {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #000;
}

.ke-service-info a {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: #000;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    text-decoration: underline;
}

.key-service-item {
    background-color: #fff6f6;
    border-radius: 10px;
}

.key-service-item .info {
    padding: 32px !important;
}

.key-service-item .info h3 {
    font-size: 23px;
    margin-bottom: 27px;
}

.key-service-item .info p {
    margin-bottom: 46px !important;
    line-height: 22px;
    color: #343538;
}
.key-service-item .info p.mb-custom {
    padding-bottom: 27px !important;
}
.key-service-item .info img {
    width: 100%;
    max-height: 230px;
    object-fit: cover;
}

.learn-more-btn {
    background-color: #f01414;
    padding: 14px 32px;
    font-size: 16px;
    color: #fff !important;
    text-decoration: none !important;
    border-radius: 10px;
    width: max-content;
}

/* .ke-service-info a:hover {
    opacity: .5;
} */

.ke-get-move {
    background: #f3fbfd;
}

.ke-rave {
    background: #ffebeb;
}

.ke-card-area {
    padding: 68px 0;
}

.ke-card-info h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 38px;
    line-height: 45px;
    color: #454545;
}

.ke-card-info p {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #454545;
    margin-bottom: 38px;
}

.ke-card-info a {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 40px;
    color: #ffffff;
    background: #fe0000;
    border-radius: 20.5px;
    height: 40px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    padding: 0 13px;
}

.ke-footer-widget-title h4 {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #191919;
    margin-bottom: 16px;
}

ul.ke-footer-widget-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.ke-footer-widget-list li {
    display: block;
}

ul.ke-footer-widget-list li a {
    display: block;
    /* font-family: 'Montserrat', sans-serif; */
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    color: #767676;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

ul.ke-footer-widget-list li a:hover {
    text-decoration: underline !important;
    color: #191919;
}

footer.ke-footer {
    padding: 44px 0 32px 0px;
    border-top: 1px solid rgb(214, 214, 214);
    background-color: rgb(255, 255, 255);
    z-index: 1;
    padding: 40px 0;
    margin-top: 90px;
}

footer.ke-footer .app-store img,
footer.ke-footer .play-store img {
    max-width: 170px;
    width: 100%;
}

.ke-footer-top {
    margin-bottom: 50px;
}

ul.ke-footer-widget-list li + li {
    margin-top: 8.5px;
}

.ke-footer-store ul,
.ke-copyright-right ul,
.ke-copyright-left ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ke-copyright-left img {
    margin-right: 8px;
    max-height: 16px;
}

.ke-copyright-right ul li,
.ke-copyright-left ul li {
    display: inline-block;
    transition: opacity 0.2s ease 0s;
    margin-right: 2px;
}

.ke-copyright-left ul li a {
    display: block;
    text-decoration: none;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    color: #767676;
    /* padding: 0 8px; */
    transition: opacity 0.2s ease 0s;
}

.ke-copyright-right ul li {
    opacity: 0.7;
}

.ke-copyright-right ul li:hover {
    opacity: 1;
}

.ke-copyright-middle {
    flex: 0 0 126px;
}

.ke-copyright-right {
    flex: 0 0 114px;
}

.ke-copyright-right .social-icon {
    width: 32px;
    height: 30px;
    border-radius: 0.375rem;
    margin-left: 5px;
    font-size: 14px;
    position: relative;
    opacity: 0.7;
    transition: all 0.3s ease;
    overflow: hidden;
}

.ke-copyright-right .social-icon i {
    position: absolute;
    transition: all 0.3s ease;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ke-copyright-right .social-icon i:first-child {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    visibility: hidden;
    opacity: 0;
}

.ke-copyright-right .social-icon:hover {
    opacity: 1;
}

.ke-copyright-right .social-icon:hover i:first-child {
    top: 50%;
    left: 50%;
    visibility: visible;
    opacity: 1;
}

.ke-copyright-right .social-icon:hover i:last-child {
    top: -100%;
    left: 50%;
}

.ke-copyright-right .social-icon.facebook {
    background: #3b5998;
}

.ke-copyright-right .social-icon.twitter {
    background: #00acee;
}

.ke-copyright-right .social-icon.instagram {
    background: #8a3ab9;
}

.ke-copyright-middle p {
    margin: 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    color: #191919;
    padding: 0 8px;
}

.ke-copyright-right ul li + li {
    margin-left: 16px;
}

.ke-copyright-right ul li:hover {
    opacity: 1;
}

.ke-copyright-right {
    margin-left: 24px;
}

.ke-copyright-right ul {
    display: flex;
    width: auto;
}

.ke-copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 24px;
    margin-top: 24px;
    border-top: 1px solid #ffffff12;
}

.ke-copyright-left {
    display: flex;
    align-items: center;
}

.ke-copyright-left p {
    color: #767676;
    font-weight: 500;
}

.ke-footer-store ul li {
    max-width: 180px;
    display: block;
    padding: 2px 8px;
    border-radius: 8px;
    background-color: rgb(73, 73, 73);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    opacity: 0.7;
    transition: opacity 0.2s ease 0s;
}

.ke-footer-store ul li a {
    display: block;
}

.ke-footer-store ul li + li {
    margin-top: 17px;
}

.ke-footer-store ul li:hover {
    opacity: 1;
}

.ke-footer-store ul li:nth-child(2) {
    margin-top: 16px;
}

.ke-get-app {
    padding: 0 12px;
    display: none;
}

.ke-get-app-inner {
    border-bottom: 1px solid #efefef;
    padding: 20px 0;
}

.ke-get-app h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #454545;
    margin-bottom: 0;
}

.ke-get-app a {
    background: #fe0000;
    border-radius: 20.5px;
    width: 113px;
    height: 36px;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 36px;
    color: #ffffff;
    display: block;
    text-decoration: none;
    margin-left: auto;
    transition: all 0.3s ease-in-out;
}

.ke-get-app a:hover {
    opacity: 0.5;
}
/*
-----------------------------------------------
--------- Independence Today Section ----------
-----------------------------------------------
*/
.independence-today {
    width: 100%;
    padding: 80px 0;
    background: #111111;
}
.independence-today .section-title {
    margin-bottom: 80px;
}
.independence-today .section-title h2 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 30px;
}
.independence-today .learn-more-btn {
    font-size: 16px;
    font-weight: 700;
}
.independence-today .info p {
    color: rgba(255, 255, 255, 0.8);
}
/*
-----------------------------------------------
---------- Cities Map Area Section ------------
-----------------------------------------------
*/

.map-area {
    background-image: url("/public/assets/images/map/cities-marker.png");
    background-position: center;
    width: 100%;
    min-height: 465px;
    background-size: cover;
    padding: 20px;
    background-repeat: no-repeat;
    transition: all 0.3s ease, box-shadow 0.3s ease;
}

.marker {
    position: absolute;
    display: flex;
    align-items: center;
    border-radius: 25px;
    background-color: #fff;
    transition: all 0.3s ease, box-shadow 0.3s ease;
    width: 30px;
    height: 30px;
    overflow: hidden;
    padding: 5px;
}

.marker:hover {
    width: min-content;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transform: scale(1.1);
    z-index: 10;
}
.marker.customHover{
    width: min-content;
    transform: scale(1.4);

}
.marker .icon {
    margin-top: -2px;
    margin-left: 2px;
}

.location-marker .title {
    color: #000;
    font-weight: 600;
    opacity: 0;
    transition: opacity 0.3s ease;
    white-space: nowrap;
    padding: 10px;
}

.marker:hover .title {
    opacity: 1;
}
.marker.customHover .title {
    opacity: 1;
}

.marker:nth-child(1) {
    bottom: 4%;
    left: 71%;
}

.marker:nth-child(2) {
    top: 18%;
    left: 25%;
}

.marker:nth-child(3) {
    top: 67%;
    left: 71%;
}




/*
----------------------------------------------------------------
----------------------------- Modals  CSS -----------------------
----------------------------------------------------------------
*/
#signInSignUpModal .modal-dialog{
  max-width:560px;
}
#signInSignUpModal .modal-content{
  border-radius:16px!important;
}
#signInSignUpModal .signin-title{
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  color: rgb(25, 25, 25);
}
#signInSignUpModal .discount-message{
  background-color: rgb(236, 252, 252);
  padding: 8px;
  border-radius: 0px;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgb(25, 25, 25);
}
#signInSignUpModal .tab-menu {
  display: flex;
  border-radius: 25px;
  overflow: hidden;
  width: max-content;
  margin: 20px auto;
  background: #E9ECEF;
}

#signInSignUpModal .tab-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 8px 10px;
  cursor: pointer;
  flex: 1;
  min-width: 80px;
}

#signInSignUpModal .tab-item:not(.active) {
  background-color: #e9ecef;
  color: black;
}

#signInSignUpModal .tab-item.active {
  background-color: #000;
  border-radius: 30px;
  color: white;
}

#signInSignUpModal .tab-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}
.social-auth-btn{
  max-width: 350px;
  width: 100%;
  margin:0 auto;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  color:#fff;
}
.google-btn{
  background:#4285f6;
}
.google-btn:hover{
  background:#D6D6D6;
  color:#fff;
}
.facebook-btn{
  background:#3b5998;
  color:#fff;
}
.facebook-btn:hover{
  background:#0E1F56;
  color:#fff;
}
.apple-btn{
  background:#000;
}
.apple-btn:hover{
  background:#333333;
  color:#fff;
}
.auth-divider::before,
.auth-divider::after {
  position: absolute;
  content: "";
  width: 30%;
  height: 1px;
  top: 18px;
  background: #c4c4c4;
}
.auth-divider::before {
  left: 20px;
}
.auth-divider::after{
  right: 20px;
}
.auth-form label {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: rgb(25, 25, 25);
}
.auth-form input,
.auth-form select {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0ch;
  font-weight: 500;
  color: rgb(25, 25, 25);
  border-radius: 10px!important;
  z-index: 1;
  padding:10px 16px;
  border: none;
  box-shadow: rgb(247, 247, 247) 0px 0px 0px 1px inset;
  background-color: rgb(247, 247, 247);
}
.common-btn {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background: rgb(220 38 38);
  padding: 8px 24px;
  border-radius: 30px;
  border:none;
  outline:none;
}
.sign-continue-btn:hover {
  color: #fff;
  background:#D91400;
}
.sign-in-guide-info{
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: rgb(118, 118, 118);
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}
.backto-signin-btn{
    background:rgb(255, 240, 237);
    color:#D91400;
}
.backto-signin-btn:hover{
    background:#FFE0DB;
    color:#D91400;
}
.resend-reset-email-btn{
    font-size: 16px;
    font-weight: 700;
    color:#D91400;
}
.backto-signin-btn-two:hover{
    color:#fff;
    background:#D91400;
}

/*Cart Offcanvas CSS*/
#cartOffcanvas{
  max-width: 480px;
  width: 100%;
}
.cart-products-list .product img{
  width:60px;
  height:60px;
  border-radius: 5px;
  object-fit:cover;
}
.cart-title{
  font-size: 12px;
  font-weight: 700;
  color: #606060;
}
.store-title{
  font-size: 18px;
  font-weight: 700;
  color: #000;
}
#cartOffcanvas .checkout-btn{
  font-size: 16px;
  font-weight: 700;
  color:#fff;
}
.cart-products-list{
  border-top: 1px solid #f1f1f1;
}
.cart-products-list .product{
  border-bottom: 1px solid #f1f1f1;
}
.cart-products-list .product:hover{
 background-color: #F3F3F3;
}
.product-info h5{
  font-size: 14px;
  font-weight: 500;
  color:#191919;
}

.product-info small{
  width:130px;
  height:18px;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  color:#606060;
  text-overflow:ellipsis;
  white-space:nowrap;
  overflow:hidden;
}
.product-info span.price{
  font-size: 14px;
  font-weight: 500;
  color:#191919;
}
.quantity-container{
  background:#f7f7f7;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 8px;
}
.quantity-container:hover{
  background:#F3F3F3;
}
.decrement-btn,
.increment-btn{
  width:32px;
  height:32px;
}

.offcanvas-mobile h3{
  font-size: 24px;
  font-weight: 700;
  color:#191919;
}
.mobile-cart-box{
  padding:16px;
  border: 1px solid #f1f1f1;
  border-radius: 6px;
}
.quantity-display{
    display: flex;
    align-items: center;
}
.delivery-by{
  width:max-content;
  font-size: 12px;
  font-weight: 700;
  color:#191919;
  background:#f1f1f1;
}
.store-logo img{
  width:40px;
  height:40px;
  border-radius: 50%;
  object-fit: cover;
}
.store-name{
  font-size:12px!important;
  font-weight: 500;
  color:#191919;
}
.store-description{
  font-size:14px!important;
  font-weight: 500;
  width:90%;
  height:25px;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  color:#606060;
  text-overflow:ellipsis;
  white-space:nowrap;
  overflow:hidden;
}
.check-btn,
.add-more-product-btn{
  font-size:14px!important;
  font-weight: 700!important;
  color:#191919;
  background:#f1f1f1!important;
}
.cart-badge{
    background:#fe0000;
}
.otc {
	position: relative;
	width: 320px;
	margin: 0 auto;
}

.otc fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}

.otc fieldset div {
	display: flex;
	align-items: center;
	justify-content: center
}

.otc legend {
	margin: 0 auto 1em;
	color: #fff;
	font-weight: bold;
}

input[type="number"] {
	width: 48px;
    height: 48px;;
	margin: .1em;
	padding: 8px 0 4px;
	appearance: textfield;
	-webkit-appearance: textfield;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0ch;
    font-weight: 500;
    color: rgb(25, 25, 25);
    border-radius: 8px;
    z-index: 1;
    padding: 0px 16px;
    border: none;
    box-shadow: rgb(247, 247, 247) 0px 0px 0px 1px inset;
    background-color: rgb(247, 247, 247);


}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* 2 groups of 3 items */
input[type="number"]:nth-child(n+4) {
	order: 2;
}
.otc div::before {
	content: '';
	height: 2px;
	width: 12px;
	margin: 0 .25em;
	order: 1;
	background: #fff;
	border-radius: 2px;
	opacity: .4;
}

.otc label {
	border: 0 !important;
	clip: rect(1px, 1px, 1px, 1px) !important;
	-webkit-clip-path: inset(50%) !important;
	clip-path: inset(50%) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	white-space: nowrap !important;
}




/*Checkout sidebar CSS*/
.checkout-sidebar{
    max-width:480px;
    width:100%;
    height: 100vh;
    overflow-y: auto;
    margin-left:auto;
    border-left: 1px solid rgb(231, 231, 231);
}
.order-summary{
    margin-top:25px;
    cursor: pointer;

}
.order-summery-text{
    background: #F7F7F7;
    border-radius: 6px;
}
.order-summary-title{
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: rgb(25, 25, 25);
}
.order-items h4{    
    font-size: 24px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.04ch;
    text-transform: none;
    color: rgb(25, 25, 25);
}
.order-items button{
    font-size: 13px;
    font-weight: 700;
    padding: 6px 20px;
    border-radius: 24px;
    border: none;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    user-select: none;
    text-decoration: none;
    background-color: rgb(231, 231, 231);
    box-shadow: rgb(231, 231, 231) 0px 0px 0px 1px inset;
    color: #191919;
}
.order-statistics p{
    font-size: 16px;
    font-weight: 400;
    color: #191919;
    margin-bottom: 10px;
}
p.total{
    font-size: 16px;
    font-weight: 700;
    color: #191919;
    margin-bottom: 10px;
}
.order-summary hr{
   border-top:  1px solid rgb(231, 231, 231);
}
.order-statistics{
    border-bottom:  1px solid rgb(231, 231, 231);
}
.order-place-fixed-btn{
    border-top:  1px solid rgb(214, 214, 214);
    z-index: 20;
    overflow: hidden;
}
.promo-apply h2{
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -0.02ch;
    text-transform: none;
    color: rgb(25, 25, 25);

}
.promo-apply label{
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    color: rgb(25, 25, 25);
}
.promo-input-box{
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: rgb(25, 25, 25);
    width: 100%;
    border-radius: 8px;
    z-index: 1;
    padding: 10px 12px;
    box-shadow: rgb(247, 247, 247) 0px 0px 0px 1px inset;
    background-color: rgb(247, 247, 247);
}
.promo-apply input{
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    background: transparent;
}
.promo-apply button{
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    color: #767676;
}
#promoModal .modal-content{
    border-radius: 16px;
}
@media all and (max-width: 768px) {
    .ke-service {
        padding: 50px 0;
    }
    .ke-banner-inner {
        text-align: center;
    }
}
