p,
li {
	font-family: Gotham;
	font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: CircularStd;
	color: #111;
}

.text360 span {
	color: #fff;
}

.banner-h2 {
	height: 300px;
}

#form1 {
	background: #eae8e8;
	border-radius: 6px;
	padding: 30px;
	width: 100%;
}

#form1 p {
	margin-bottom: 6px !important;
}

#form1 p span {
	position: absolute;
	right: 0;
	top: 0;
}

.refund-request-info label {
	color: var(--bs-body-color);
	margin-bottom: 10px;
	font-size: 14px;
}

.refund-request-info input[type="text"] {
	background: #fff;
	padding: 15px 20px;
	border: 2px solid #bfbfbf;
	border-radius: 8px;
}

.refund-request-info input[type="submit"] {
	background: #f7b400;
	color: #000;
	border: 0px solid #ddd;
	border-radius: 10px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 14px;
	width:100%;
}


/***** RIGHSIDE RELATED LINKS CSS START ****/
.contact-call {
	position: absolute;
	bottom: 10px;
	left: 15px;
}

.link-title {
	background: #2d337b;
	display: block;
	padding: 30px 34px;
	margin-bottom: 0;
}

.custom-list-style2 li {
	font-family: Gotham;
	font-size: 14px;
	list-style: none;
}

.custom-list-style2 li a {
	color: #fff;
	padding: 15px;
	display: block;
	background: #1b1f52;
	border-bottom: 1px solid #343a7b;
	position: relative;
	padding-left: 45px;
	z-index: 1;
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
}

.custom-list-style2 li a::before {
	content: '';
	height: 2px;
	width: 5px;
	background: #ddd;
	position: absolute;
	left: 30px;
	top: 50%;
	transform: translateY(-50%);
}

.custom-list-style2 li a::after {
	content: '';
	position: absolute;
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #343a7b;
	z-index: -1;
	transition: width .4s;
}

.custom-list-style2 li a:hover::after {
	width: 100%;
}

.custom-list-style2 li a.br-6:hover::after {
	width: 100%;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

/***** RIGHTSIDE RELATED LINKS CSS END ****/

.banner-img {
	padding: 250px 0 40px;
	background: var(--navy-color) !important;
	position: relative;
}
.heroBanner-content h1{color: #fff;
    text-align: center;
    font-size: 36px;
    line-height: 36px;
    font-weight: 100;}

.heroBanner-content h1 span{
		background: -webkit-linear-gradient(#087e8b, #fff);
		background-clip: text;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		display:block;
	}
	


@media (max-width: 1399px) {
	.top-image .need-help a {
		font-size: 17px;
	}
}

@media (max-width: 1199px) {
	.top-image .need-help a {
		font-size: 14px;
	}
	.banner-img{padding-top:200px;}
}

@media (max-width: 991px) {
	.top-image .need-help a {
		font-size: 20px;
	}
	
}

@media(max-width:767px){
	.refund-request-info input[type="text"]{
		padding: 10px 20px;
        border: 1px solid #bfbfbf;
	}
	.refund-request-info input[type="submit"]{
		padding: 10px 20px;
        font-size: 12px;
	}
	.heroBanner-content h1{font-size: 26px;
        line-height: 26px;}
}