/* Global Styling */

.hide-always {
	display: none;
}

.cmp-link__screen-reader-only {
	display: none;
}

.navbar li {
	list-style: none;
}

.padlr {
	padding-top: 2px;
	cursor: pointer;
}

.login-set .avatar {
	cursor: pointer;
}

.contactus-set .telephone {
	cursor: pointer;
}

.mob-nav img {
	cursor: pointer;
}

.d-flex {
	display: flex;
}

.hide-mob {
	display: block;
}

.hide-dsktp {
	display: none;
}

.nav-support-btn {
	display: inline;
	padding: 12px 20px;
	border-radius: 10px;
	border: 1.6px solid var(--White, #FFF);
	background-color: transparent;
	color: var(--White, #FFF);
	font-family: Rubik;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	cursor: pointer;
}

.support-container {
	display: flex;
	align-items: center;
	column-gap: 24px;
}


/* .services:first-child a::after,
.services:nth-child(2) a::after {
	content: "" !important;
	background-image: url("../../../../content/dam/balic-web/images/chevron-down-regular.png") !important;
	width: 16px;
	height: 16px;
	display: inline-block;
	background-repeat: no-repeat !important;
	margin-left: 6px;

} */

.services a i {
	background-image: url("../../../../content/dam/balic-web/images/chevron-down-regular.png") !important;
	width: 16px;
	height: 16px;
	display: inline-block;
	background-repeat: no-repeat !important;
	margin-left: 6px;
}

.nav-after-hover {
	transform: rotate(180deg);
}

/* .services:nth-child(2) a:hover::after, .services:first-child a:hover::after{
	transform: rotate(180deg);
} */
.search-icon-solr {
	display: none;
}

.ch-la-t,
.ch-la-t-common,
.login-content,
.contactus-content,
.cube-login,
.cube-contactus {
	display: none;
}

@media (max-width: 500px) {
	.hide-mob {
		display: none !important;
	}

	.hide-dsktp {
		display: block;
		bottom: 0;
		position: absolute;
		z-index: 1000;
		width: 100%;
	}
}


/* Bottom Header Styling */
@media (max-width: 500px) {
	.bottom-header {
		justify-content: space-around;
		align-items: end;
		bottom: 0;
		position: fixed;
		width: 40vw;
		height: 8vh;
		/* background-color: #0072bc; */
		border-top-left-radius: 1rem;
		border-top-right-radius: 1rem;
	}

	.bottom_header {
		/* height: 56px; */
		width: 100%;
	}

	.bottom_header img {
		width: 100%;
		position: fixed;
		bottom: 0;
		filter: drop-shadow(0px -3px 8px rgba(26, 26, 26, 0.20));
		left: 0px;
		/* height: 100%; */
	}

	/* .bottom-header i{
        color: white;
    } */
	.bottom-header-below {
		bottom: 0;
		position: fixed;
		width: 100vw;
		height: 4vh;
		background-color: #0072bc;
		z-index: -1;
	}

	.bottom-header-center {
		justify-content: space-around;
		align-items: center;
		bottom: 2.5vh;
		padding: 2px;
		left: 43vw;
		position: fixed;
		width: 14vw;
		height: 7vh;
		background-color: #0072bc;
		color: white;
		text-align: center;
		border: solid 1px white;
		border-radius: 1rem;
	}

	.bottom-header-left {
		left: 0;
		border-top-right-radius: 1rem;
	}

	.bottom-header-right {
		right: 0;
		border-top-left-radius: 1rem;
	}

	.bottom-nav-tab {
		text-align: center;
		padding-bottom: 1vh;
		border-bottom: solid 5px #fff;
	}

	.bottom-nav-tab-active {
		border-bottom: solid 5px #005DAC;
	}

	.nav-support-btn {
		display: none;
	}

	.btm-nav-text,
	.bottom-nav-text {
		font-size: 10px;
	}
}

/* Navbar Container */
.navbar {
	top: 0px;
	width: 100vw;
	position: fixed;
	z-index: 99;
	align-items: center;
	padding: 16px;
	background-color: var(--Brand-Blue, #005DAC);
	left: 0;
	height: 80px;
	border-bottom: 1px solid #fff;
}

.nav-links {
	margin-left: 24px;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.nav-links .support {
	display: flex;
	gap: 16px;
	align-items: start;
	position: relative;
	top: 4px;

}

@media (max-width: 1000px) {
	.nav-links {
		margin-left: 0px;
		display: flex;
		justify-content: end;
		flex-direction: row-reverse;
	}
}

/* Top Navbar left */
.navbar .menu {
	font-size: 18px;
}

.navbar .menu li:hover {
	border-radius: 5px;
}

.navbar .menu li {
	padding: 5px 14px;
}

.navbar .menu li a {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	line-height: normal;
	display: flex;
	align-items: center;
}

.services .dropdown {
	position: absolute;
	display: none;
	border-radius: 8px;
}

.services .dropdown li {
	margin-left: -30px;
	margin-top: 10px;
	width: 10em;
	text-align: center;
}

.services:hover .dropdown {
	display: block;
}

@media (max-width: 1000px) {
	.navbar .menu {
		display: none;
		position: absolute;
		right: 0;
		left: 0;
		text-align: center;
		padding: 16px 0;
	}

	.navbar .menu li:hover {
		display: grid;
		transition: 0.3s ease;
	}

	.navbar .menu li+li {
		margin-top: 12px;
	}
}

/* Top Navbar right  */
.support-items {
	position: absolute;
	display: none;
	margin-top: 10px;
	width: 200px;
	right: 0;
	transition: all .3s ease-in-out;
	text-align: center;
	border: 1px solid gray;
}

.login-btn {
	display: inline;
	padding: 10px 15px;
	background-color: white;
	color: var(--Brand-Blue, #005DAC);
	;
	border-radius: .5rem;
	font-family: Rubik;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: none;
	cursor: pointer;
}

/* .login-btn::first-letter {
    text-transform: capitalize !important;
} */

.support .contactus:hover+.support-items {
	display: block;
}

.support i {
	font-size: 24px;
	color: white;
}

.contact .img-contact {
	width: 15px;
}

.select-dropdown,
.select-dropdown * {
	margin: 0;
	padding: 0;
	position: relative;
	box-sizing: border-box;
	display: inline;
}

.select-dropdown {
	position: relative;
	border-radius: 4px;
}

.select-dropdown select {
	background-color: var(--Brand-Blue, #005DAC);
	color: white;
	font-size: 1rem;
	font-weight: normal;
	max-width: 100%;
	padding: 8px 24px 8px 10px;
	border: none;
	appearance: none;
}

.select-dropdown select:active,
.select-dropdown select:focus {
	outline: none;
	box-shadow: none;
}

.select-dropdown:after {
	/* content: ""; */
	position: absolute;
	top: 50%;
	right: 8px;
	width: 0;
	height: 0;
	margin-top: -2px;
	border-top: 5px solid #aaa;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}

@media (max-width: 1000px) {
	.services .dropdown {
		left: 55%;
		transform: translateX(35%);
	}

	.login-btn {
		padding: 8px 24px;
		font-size: 12px;
		border-radius: 10px;
	}

	.select-dropdown select {
		font-size: 12px;
	}

	.support i {
		font-size: 20px;
	}

	.support-container {
		display: flex;
		align-items: center;
		column-gap: 16px;
	}

	.navbar {
		width: 100vw;
		height: 54px;
	}

}






@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700&display=swap');

* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

.body-layover {
	height: 100vh;
	width: 100vw;
	background-color: rgba(0, 0, 0, 0.2);
	position: fixed;
	display: none;
	/* z-index: 99; */
}

.contactus-content {
	position: absolute;
	right: 3vw;
}

.ch-la-t {
	position: fixed;
	width: 100%;
	height: 100vh;
	/* display: flex; */
	justify-content: center;
	align-content: center;
	align-items: center;
	z-index: 999;
}

.ch-la-f {
	display: flex;
	width: 800px;
	padding: 36px;
	flex-direction: column;
	align-items: flex-end;
	gap: 36px;
	border-radius: 10px;
	border: 1px solid var(--card-stroke-99-bfde, #99BFDE);
	background: var(--White, #FFF);
}

.ch-la-h-d {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	align-self: stretch;
	border-bottom: 1px solid #99BFDE;
	padding-bottom: 16px;
}

.ch-la-h {
	width: 100%;
	text-align: start;
	color: var(--text-black-131619, #131619);
	font-family: Rubik;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	/* 120% */
	text-transform: capitalize;
	margin: 0px auto;
}

.ch-la-inp-d {

	display: flex;
	align-items: center;
	align-content: center;
	gap: 36px;
	align-self: stretch;
	flex-wrap: wrap;
	width: 728px;
}

.ch-la-inp {
	display: flex;
	padding: 16px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	border-radius: 10px;
	border: 1px solid var(--blue, #005DAC);
	background: var(--card-white-card-ffffff, #FFF);
	color: var(--a, #005DAC);
	font-family: Rubik;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 22px;
	/* 122.222% */
}

.ch-la-inp-active {
	background-color: #005DAC;
	color: white;
}

.m {
	display: none;
}

.d {
	display: flex;
}

@media only screen and (max-width: 768px) {
	.ch-la-t {
		height: auto;
		position: fixed;
		bottom: 0;
		/* display: flex; */
		flex-direction: column;
		align-items: center;
		gap: 10px;
		z-index: 999;
	}

	.ch-la-f {
		display: flex;
		width: 100%;
		padding: 16px;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		gap: 16px;

	}

	.ch-la-inp-d {
		width: 100%;
		gap: 16px;
	}

	.ch-la-inp {
		font-size: 14px;

	}

	.ch-la-h-d {
		flex-direction: column-reverse;
		gap: 16px;
	}

	.ch-la-close-d {
		position: absolute;
		top: -6vh;
		background: transparent;
		text-align: center;
	}

	.m {
		display: flex;
	}

	.d {
		display: none;
	}
}



.ch-la-t-common {
	width: 100%;
	height: 100vh;
	/* display: flex; */
	justify-content: center;
	align-content: center;
	align-items: center;
	z-index: 999;
}

.ch-la-f-common {
	display: flex;
	width: 800px;
	padding: 36px;
	flex-direction: column;
	align-items: flex-end;
	gap: 36px;
	border-radius: 10px;
	border: 1px solid var(--card-stroke-99-bfde, #99BFDE);
	background: var(--White, #FFF);
}

.ch-la-h-d-common {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	align-self: stretch;
	border-bottom: 1px solid #99BFDE;
	padding-bottom: 16px;
}

.ch-la-h-common {
	width: 100%;
	text-align: start;
	color: var(--text-black-131619, #131619);
	font-family: Rubik;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	/* 120% */
	text-transform: capitalize;
	margin: 0px auto;
}

.ch-la-inp-d-common {

	display: flex;
	align-items: center;
	align-content: center;
	gap: 36px;
	align-self: stretch;
	flex-wrap: wrap;
	width: 728px;
}

.m-common {
	display: none;
}

.d-common {
	display: flex;
}

.nav-popup-container {
	display: flex;
	justify-content: center;
	max-height: 65vh;
	overflow-y: scroll;
	width: 100%;
}

@media only screen and (max-width: 768px) {
	.ch-la-t-common {
		background: rgba(0, 0, 0, 0.3);
		position: fixed;
		bottom: 0;
		left: 0;
		/* display: flex; */
		/* flex-direction: column; */
		/* align-items: center; */
		gap: 10px;
		width: 100%;
		height: 100%;
		z-index: 999;
	}

	.ch-la-f-common {
		/*display: flex;
		width: 100%;
		padding: 16px;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		gap: 16px; */
		position: absolute;
		bottom: 0;
		width: 100%;
		padding: 16px;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		gap: 16px;
		border-radius: 10px 10px 0px 0px;

	}

	.ch-la-inp-d-common {
		width: 100%;
		gap: 16px;
	}

	.ch-la-h-d-common {
		flex-direction: column-reverse;
		gap: 16px;
	}

	.ch-la-close-d-common {
		position: absolute;
		top: 2vh;
		right: 3vh;
		background: transparent;
		text-align: center;
	}

	.m-common {
		display: flex;
	}

	.d-common {
		display: none !important;
	}
}



.loginmain-container {
	position: fixed;
	width: 100vw;
	height: 100vh;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.5);
}

.lgc4-2-c {
	position: absolute;
	top: 68px;
	right: 0vw;
	display: inline-flex;
	padding: 24px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	border-radius: 10px;
	border: 1px solid var(--card-stroke-99-bfde, #99BFDE);
	background: var(--card-bg-color-f-4-faff, #F4FAFF);
}

.loginnav ul {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 24px;
	border-bottom: 1px dashed #99BFDE;
}

.loginnav ul li {
	display: flex;
	padding: 12px 0px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	color: var(--text-grey-25-c-666-e, #5C666E);
	font-family: Rubik;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	cursor: pointer;
}

.loginnav .active-login {
	border-bottom: 4px solid var(--a, #005DAC);
	color: var(--a, #005DAC);
}

.btn-d {
	display: flex;
	width: 186px;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
}


.btn-d .loginnav-btn {
	display: flex;
	padding: 8px 24px;
	width: 100%;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	font-weight: 500;
	gap: 8px;
	align-self: stretch;
	border-radius: 20px;
	border: 1px solid var(--balic-brand-color-blue-005-eac, #005DAC);
	background: var(--White, #FFF);
	color: #005DAC;
}

.btn-d .loginnav-btn a {
	color: #005DAC;
}

.btn-d .loginnav-btn-active {
	background: #005DAC;
}

.btn-d .loginnav-btn-active-white {
	color: #fff;
}


.cube-login {
	height: 25px;
	width: 25px;
	background-color: #F4FAFF;
	position: absolute;
	transform: rotate(45deg);
	z-index: 2;
	border-left: 1px solid var(--balic-brand-color-blue-005-eac, #005DAC);
	border-top: 1px solid var(--balic-brand-color-blue-005-eac, #005DAC);
	top: 30px;
}

.cube-contactus {
	height: 25px;
	width: 25px;
	background-color: #F4FAFF;
	position: absolute;
	transform: rotate(45deg);
	z-index: 2;
	border-left: 1px solid var(--balic-brand-color-blue-005-eac, #005DAC);
	border-top: 1px solid var(--balic-brand-color-blue-005-eac, #005DAC);
	top: 32px;
}

.call_icon_mob {
	display: none;
	width: 6vw;
	position: relative;
	top: 2px;
	right: -2px;
}

.call_icon_mob img {
	width: 100%;
}

@media only screen and (max-width: 786px) {
	.lgc4-2-c {
		position: static;
	}

	.call_icon_mob {
		display: block;
	}

	/* .lgc4-2-f-d{
  flex-direction: column;  
  }
  .lgc2-or-btn{
	width: 100%;
  }
	.lgc4-2-c{
	  width: 100%;
	  padding: 16px;
	  gap: 16px;
	  
	}
	.lgc4-2-h-h1{
	  font-size: 18px;
  
	}
	.lgc4-2-f-i, .lgc4-2-ch-d, .lgc4-2-ch-tc{
	  width: 100%;
	}
	.lgc4-2-d-f{
	  flex-direction: column-reverse;
	}  */

}

.campaign-buttons {
	display: flex;
	align-items: center;
	gap: 20px;
}
.campaign-buttons .campaign-brochure {
    border: 1px solid #FFFFFF;
    background: #fff;
    align-items: center;
    padding: 6px 10px;
    display: inline-flex;
    gap: 8px;
    border-radius: 8px;
    cursor: pointer;
}

.campaign-buttons .campaign-brochure img {
	width: 32px;
	height: 32px;
}

.campaign-buttons .campaign-brochure span {
	color: #0072BC;
	font-family: Rubik;
	font-size: 16px;
	font-weight: 500;
}


@media (max-width: 786px) {
	.campaign-buttons  {
		gap: 14px;
	}

	.campaign-buttons .campaign-brochure {
		flex-direction: column;
		background:none;
		border: none;
		gap: 4px;
	}

	.campaign-buttons .campaign-brochure img {
		width: 20px;
		height: 20px;
	}

	.campaign-buttons .campaign-brochure span {
		font-size: 10px;
		color: #fff;
	}


}

/* ------------------Talk to Expert popup------------------ */
.brochure-model-main {
	text-align: center;
	overflow: hidden;
	position: absolute;
	top: 50px;
	right: 0;
	-webkit-overflow-scrolling: touch;
	outline: 0;
	opacity: 0;
	-webkit-transition: opacity 0.15s linear, z-index 0.15;
	-o-transition: opacity 0.15s linear, z-index 0.15;
	transition: opacity 0.15s linear, z-index 0.15;
	z-index: -1;
	overflow-x: hidden;
	overflow-y: auto;
	display: none;
  }
  
  .model-open {
	z-index: 99999;
	opacity: 1;
	overflow: hidden;
	display: block;
  }
  .brochure-model-inner {
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	transform: translate(0, -25%);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: -webkit-transform 0.3s ease-out;
	-o-transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
	display: inline-block;
	vertical-align: middle;
	width: 400px;
	margin: 30px auto;
	max-width: 97%;
  }
  .brochure-model-wrap {
	display: block;
	width: 100%;
	position: relative;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	background-clip: padding-box;
	outline: 0;
	text-align: left;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-height: calc(100vh - 70px);
	  overflow-y: auto;
  }
  .model-open .brochure-model-inner {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	position: relative;
	z-index: 999;
  }
  .model-open .brochure-overlay {
	/* background: rgba(0, 0, 0, 0.6); */
	z-index: 99;
  }


  .cust_title {
    font-size: 18px;
    font-weight: 700;
    color: #4F4F4F;
    letter-spacing: 0.02em;
    margin: 0px 0px 20px;
    display: inline-block;
    margin-left: -5px;
}
.cust_wrapper {
    display: flex;
    margin-bottom: 25px;
}
.pop-up-content-wrap hr {
    border: 2px solid #efefef !important;
    margin-bottom: 20px !important;
}
.cust_wrapper img {
    position: relative;
    top: 50%;
    left: -25%;
}
.cust_section {
    margin-left: 12px;
}
.cust_number {
    margin: 15px 0px 10px;
}
.cust_details {
    color: #5f5f5f;
	font-size: 12px;
}
  
  @media screen and (min-width:800px){
	  .brochure-model-main:before {
		content: "";
		display: inline-block;
		height: auto;
		vertical-align: middle;
		margin-right: -0px;
		height: 100%;
	  }
  }
  @media screen and (max-width:799px){
	.brochure-model-inner{
		margin-top: 5px;
	}
	.brochure-model-main {
		left: 0;
	}
  }
  /* ------------------Talk to Expert popup------------------ */