@charset "utf-8";
/* CSS Document */

footer {
    /*max-width: 100% !important;*/
    background-color: #222222;
}

/* Gradient header */
.page-header .header {
    background: rgb(0,94,180);
    background: -moz-linear-gradient(90deg, rgba(0,94,180,1) 0%, rgba(218,64,113,1) 70%, rgba(236,62,111,1) 80%, rgba(252,61,106,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0,94,180,1) 0%, rgba(218,64,113,1) 70%, rgba(236,62,111,1) 80%, rgba(252,61,106,1) 100%);
    background: linear-gradient(90deg, rgba(0,94,180,1) 0%, rgba(218,64,113,1) 70%, rgba(236,62,111,1) 80%, rgba(252,61,106,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#005eb4",endColorstr="#fc3d6a",GradientType=1);
}
/*.padding {
  	padding: 5% 5% 0 5%;
	}*/

/* Big font for banner */
/*h1.uob-h2.mb-md-5 {
    font-family: "Noto Sans Light",sans-serif;
    font-size: 60px;
    font-weight: bold;
    line-height: 75px;
}*/

/* fixed mobile logo shape */
.page-header .header .lg-down-header .lg-down-logo img {
    width: auto;
}


.table-sureblue {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	overflow: hidden;
	-webkit-box-shadow: rgba(0, 0, 13, 0.15) 0 0 10px 0;
	-moz-box-shadow: rgba(0, 0, 13, 0.15) 0 0 10px 0;
	box-shadow: rgba(0, 0, 13, 0.15) 0 0 10px 0;
}

.table-sureblue thead th,
.table-sureblue thead td {
  	--sureblue-52: #005eb8;
	font-weight: normal;
	color: white;
	background-color: var(--sureblue-52);
	border: 0;
}

.table-sureblue thead th:first-child,
.table-sureblue thead td:first-child {
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;
}

.table-sureblue thead th:last-child,
.table-sureblue thead td:last-child {
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px;
}

.table-sureblue tbody th,
.table-sureblue tbody td,
.table-sureblue tbody th p,
.table-sureblue tbody td p {
	color: var(--grey-40);
}

.bg-gradient-pink {
	background-image: linear-gradient(118deg, #23e0de 0%, #ff4b8f 100%);
}

.bg-gradient-pink .owl-theme .owl-dots .owl-dot span {
	border-color: var(--black);
}
.bg-gradient-pink .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background-color: var(--dark);
	border-color: var(--dark);
}

.card-tmrw-benefit {
	background-color: var(--dark);
}
.card-tmrw-benefit .card-title {
	color: var(--warning);
}
.card-tmrw-benefit .card-body {
	color: var(--trust-white);
}
.owl-carousel .owl-stage {
	display: flex;
}
@media (max-width: 768px) {
	.img-tmrw-benefit {
		width: 60px;
	}
}
.breadscrum {
  display:flex
}
:root{
  --logo-width: 86px;
  --logo-max-width: unset;
  --logo-height: 24px;
}

@media screen and (min-width: 992px) {
  :root {
    --logo-width: 100%;
    --logo-max-width: unset;
    --logo-height: 30px;    
  }
}