a
{
	color:#000;
	transition-duration:0.4s;
    -webkit-transition-duration:0.4s;
	text-decoration:none;
}

a:hover, a:focus, a:active
{
	color:#000;
	text-decoration:none;
	outline:none;
}

body
{
	font-family:"Roboto", sans-serif;
	margin:0px;
	padding:0px;
	line-height:30px;
	font-size:16px;
	color:#606060;
}

h1
{
	color:#000;
	font-weight:300;
	font-size:48px;
	line-height:48px;
	text-transform:none;
	margin:0px 0px 30px 0px;
	padding:0px 0px 0px 0px;
}

h1.large
{
	font-size:120px;
	line-height:100px;
	color:#000;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:1px;
	margin-bottom:0px;
	display:block;
}

h1.large span
{
	display:block;
	font-size:18px;
	line-height:30px;
	text-transform:uppercase;
	font-weight:500;
}

h2
{
	color:#000;
	font-size:30px;
	line-height:30px;
	font-weight:normal;
	text-transform:none;
	margin-top:0px;
	margin-bottom:40px;
	text-align:center;
}

h2.large
{
	font-size:36px;
	line-height:36px;
	font-weight:300;
}

h2 span
{
	display:block;
	font-size:14px;
	text-transform:uppercase;
	color:#154080;
	font-weight:500;
}

h3
{
	color:#fff;
	font-weight:500;
	margin-bottom:10px;
	font-size:24px;
	line-height:30px;
	padding:0px;
	margin-top:0px;
	text-transform:uppercase;
	letter-spacing:1px;
}

h3 span
{
	display:block;
	font-size:14px;
}

h4
{
	color:#000;
	font-weight:500;
	margin-bottom:10px;
	font-size:18px;
	text-transform:uppercase;
	padding:0px;
	margin-top:20px;
}

h5
{
	color:#000;
	font-size:18px;
	line-height:26px;
	font-weight:500;
	text-transform:none;
	letter-spacing:0px;
	margin-bottom:20px;
	margin-top:10px;
}

h5.claim-rejection
{
	padding-top:70px;
	background:url(../images/claim-rejection-icon.jpg) 0px 0px no-repeat;
}

h5.claim-deduction
{
	padding-top:70px;
	background:url(../images/claim-deduction-icon.jpg) 0px 0px no-repeat;
}

h5.delay-in-claim
{
	padding-top:70px;
	background:url(../images/delay-in-claim-icon.jpg) 0px 0px no-repeat;
}

h5.health-claim-reimbursement
{
	padding-top:70px;
	background:url(../images/health-claim-rebursement-icon.jpg) 0px 0px no-repeat;
}

h5.misselling-and-fraud-sales
{
	padding-top:70px;
	background:url(../images/misselling-and-fraud-sales-icon.jpg) 0px 0px no-repeat;
}

h5.know-your-policy
{
	padding-top:70px;
	background:url(../images/know-your-policy-icon.jpg) 0px 0px no-repeat;
}

h5.text-uppercase
{
	letter-spacing:1px;
}

h6
{
	color:#fff;
	margin-top:10px;
	margin-bottom:10px;
	font-weight:normal;
	font-size:18px;
	line-height:30px;
	text-transform:none;
}

hr
{
	border-top:1px solid #d5d5d5;
	margin-top:1.5rem;
    margin-bottom:1.5rem;
}

.btn-link
{
	color:#3c84fd;
	font-weight:bold;
	text-transform:uppercase;
	font-size:12px;
	line-height:30px;
	display:block;
	margin:15px 20px 15px 0px;
	letter-spacing:1px;
	text-decoration:none;
}

.btn-link:hover, .btn-link:focus
{
	text-decoration:none;
	color:#fff;
}

.btn-link.black
{
	color:#000;
}

.btn-link.black:hover, .btn-link.black:focus
{
	color:#3c84fd;
}

.btn-default
{
	display:inline-block;
	border:none;
	background-color:#5bc213;
	font-size:16px;
	font-weight:500;
	text-transform:uppercase;
	letter-spacing:1px;
	padding:10px 30px;
	margin:30px auto 0px auto;
	color:#fff;
	text-decoration:none;
	border-radius:28px;
}

.btn-default:hover, .btn-default:focus
{
	border:none;
	color:#fff;
	background-color:#1bbfff;
	text-decoration:none;
}

.btn-block
{
	display:inline-block;
	width:auto;
	font-size:12px;
	background-color:#601236;
	font-weight:600;
	text-transform:uppercase;
	letter-spacing:1px;
	padding:9px 50px;
	color:#fff;
	border:none;
	border-radius:20px;
	margin-top:30px;
}

.btn-block:hover, .btn-block:focus
{
	background-color:#000;
	border:none;
	color:#fff;
	text-decoration:none;
}

.btn-primary
{
	display:inline-block;
	width:auto;
	font-size:14px;
	background-color:#3c84fd;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1px;
	padding:12px 30px;
	margin-top:25px;
	margin-bottom:0px;
	color:#fff;
	border:none;
	border-radius:10px;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.active
{
	background-color:#000;
	text-decoration:none;
	color:#fff;
}

.header
{
	position:absolute;
	left:20px;
	right:20px;
	z-index:1000;
	background-color:#fff;
	border-radius:0px 0px 20px 20px;
}

.navbar-brand
{
	display:block;
	padding:20px;
	float:left;
}

nav
{
	background-color:transparent;
	margin:30px;
	padding:0px;
}

.navbar
{
	padding:10px 0px 0px 0px;
}

.navbar-nav
{
	margin-top:0px;
}

.navbar-nav .nav-item
{
	margin-left:10px;
	margin-right:10px;
}

.navbar-nav .nav-item:first-child
{
	margin-left:0px;
}

.navbar-nav .nav-item:last-child
{
	margin-right:0px;
}

.navbar-nav .nav-item .nav-link
{
	font-size:14px;
	line-height:18px;
	text-transform:uppercase;
	color:#595959;
	font-weight:500;
	padding:8px 17px;
	display:block;
	border-radius:20px;
	opacity:1;
}

.navbar-nav .nav-item .nav-link:hover, .navbar-nav .nav-item .nav-link.active
{
    color:#154080;
	padding:6px 15px;
	border:2px solid #154080;
	text-decoration:none;
	background-color:transparent;
}

.navbar-nav .dropdown-menu
{
	border-radius:0px;
}

.navbar-nav .dropdown-menu a
{
	color:#000;
	font-size:12px;
	text-transform:uppercase;
	letter-spacing:1px;
}

.navbar-toggler
{
	color:#5a2a6c;
	border:none;
	border-radius:0px;
	float:none;
	box-shadow:none;
	display:block;
	padding:0px;
	width:100%;
	margin:0px 15px 15px 15px;
}

.navbar-toggler:hover, .navbar-toggler:focus
{
	outline:none;
	border:none;
}

.navbar-toggler-icon
{
	color:#fff;
	font-size:12px;
	text-transform:uppercase;
	padding:0px 15px;
	margin:0px;
	height:45px;
	width:100%;
	border:none;
	background:#5bc213 url(../images/menu-icon.png) center center no-repeat;
	border-radius:20px 20px 20px 20px;
}

.navbar-toggler-icon:hover, .navbar-toggler-icon:focus
{
	background:#154080 url(../images/menu-icon.png) center center no-repeat;
	outline:none;
	border:none;
}

.phone
{
	color:#fff;
	display:inline-block;
	padding:30px 30px 30px 60px;
	font-size:18px;
	font-weight:500;
	background:#3c84fd url(../images/phone-icon-small.png) 30px 34px no-repeat;
}

.phone:hover, .phone:focus
{
	color:#3c84fd;
	background:#ffffff url(../images/blue-phone-icon-small.png) 30px 34px no-repeat;
}

#carouselSlider.carousel
{
	height:700px;
	z-index:0;
	padding:0px;
	background-color:#000;
	margin-top:0px;
	text-align:center;
}

#carouselSlider.carousel .carousel-caption
{
	text-align:center;
	margin-bottom:0px;
}

#carouselSlider.carousel.inner
{
	height:355px;
}

#carouselSlider.carousel.inner .carousel-inner .carousel-item
{
	height:355px;
	text-align:center;
}

#carouselSlider.carousel-indicators li
{
	width:10px;
	height:10px;
	display:block;
	border-radius:50%;
	opacity:1;
	margin:0px 5px;
}

#carouselSlider.carousel-indicators .active
{
	background-color:#f5c660;
	opacity:1;
}

.carousel.testimonial
{
	height:440px;
}

.carousel.testimonial .carousel-indicators
{
	margin-top:20px;
}

.block
{
	padding:75px 0px;
}

a.calculate-link
{
	width:221px;
	height:81px;
	display:block;
	z-index:10000;
	position:fixed;
	right:0px;
	bottom:13%;
	background:#5bc213 url(../images/calculate-fee.png) 21px 18px no-repeat;
	border-radius:17px 0px 0px 17px;
	padding-left:70px;
	font-size:16px;
	line-height:24px;
	padding-top:17px;
	color:#fff;
	font-weight:500;
	text-transform:uppercase;
	letter-spacing:1px;
}

a.calculate-link:hover, a.calculate-link:focus
{
	background:#1bbfff url(../images/calculate-fee.png) 21px 18px no-repeat;
}

.radius-block
{
	border-radius:20px;
	display:block;
	text-align:left;
}

.blue-circle
{
	width:214px;
	height:214px;
	display:block;
	background-color:#154080;
	border-radius:50%;
	color:#fff;
	text-align:center;
	font-size:18px;
	line-height:30px;
	font-style:italic;
	padding:40px 30px;
	margin:0px auto;
}

.process-arrow, .process-arrow-left
{
	width:75px;
	height:38px;
	display:block;
	background:url(../images/black-arrow.png) 0px 0px no-repeat;
	position:absolute;
	right:-37px;
	margin-top:30%;
	top:-19px;
}

.process-arrow-left
{
	background:url(../images/black-arrow-left.png) 0px 0px no-repeat;
}

.process-arrow-down
{
	width:52px;
	height:175px;
	display:block;
	background:url(../images/u-arrow.png) 0px 0px no-repeat;
	position:absolute;
	right:-50px;
	top:-175px;
}

.absolute-title
{
	position:absolute;
	right:0px;
	bottom:0px;
}

.absolute-title h1
{
	font-size:60px;
	line-height:42px;
	font-weight:bold;
	text-transform:uppercase;
	color:#fff;
	margin:0px;
	padding:0px;
}

blockquote
{
	text-align:center;
	color:#fff;
	font-size:18px;
	line-height:30px;
	font-style:italic;
	background:url(../images/quote-icon.png) 0px 0px no-repeat;
	padding-top:70px;
}

blockquote cite
{
	font-style:normal;
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight:500;
	display:block;
	margin-top:40px;
}

.service-bg.claim-rejection
{
	background:url(../images/claim-rejection-inner-icon.png) bottom right no-repeat;
}

.service-bg.claim-deduction
{
	background:url(../images/claim-deduction-inner-icon.png) bottom right no-repeat;
}

.service-bg.delay-in-claim
{
	background:url(../images/delay-in-claim-inner-icon.png) bottom right no-repeat;
}

.service-bg.health-claim-reimbursement
{
	background:url(../images/health-claim-rebursement-inner-icon.png) bottom right no-repeat;
}

.service-bg.misselling-and-fraud-sales
{
	background:url(../images/misselling-and-fraud-sales-inner-icon.png) bottom right no-repeat;
}

.service-bg.know-your-policy
{
	background:url(../images/know-your-policy-inner-icon.png) bottom right no-repeat;
}

ul.list-unstyled
{
	padding:0px;
	margin:0px;
	margin-bottom:15px;
}

ul.list-unstyled li
{
	padding-left:25px;
	display:block;
	background:url(../images/list-icon.png) 0px 7px no-repeat;
	padding-bottom:10px;
}

ul.list-unstyled.blue li
{
	background:url(../images/blue-list-icon.png) 0px 7px no-repeat;
	color:#212529;
}

.accordion-button:not(.collapsed)
{
	color:#154080;
	background-color:#f1f1f1;
}

.abs-img
{
	position:absolute;
	right:0px;
	top:-60px;
}

.quote
{
	width:40px;
	height:32px;
	display:block;
	background:url(../images/quote-icon-gray.png) 0px 0px no-repeat;
	position:absolute;
	top:-20px;
	left:20px;
}

.border-block
{
	margin:50px auto;
	background-color:#efefef;
	border:2px dashed #8d8d8d;
	padding:40px 50px 0px 50px;
	display:inline-block;
	font-weight:bold;
}

.form-group
{
	display:block;
	padding-bottom:15px;
}

.form-control, .form-select
{
	height:auto;
	padding:10px;
	border-radius:0px;
}

.big
{
	font-size:18px;
	line-height:24px;
}

.blue
{
	color:#154080;
}

.gray
{
	color:#8d8d8d;
}

.white
{
	color:#fff;
}

.dark-gray
{
	color:#474747;
}

.dark-blue-bg
{
	background-color:#154080;
	color:#fff;
}

.light-blue-bg
{
	background-color:#1bbfff;
	color:#fff;
}

.green-bg
{
	background-color:#5bc213;
	color:#fff;
}

.orange-bg
{
	background-color:#ef9f00;
	color:#fff;
}

.gray-bg
{
	background-color:#f1f1f1;
	color:#818181;
}

.black-bg
{
	background-color:#000;
}

.gray-bg .border-bottom, .gray-bg .border-end
{
	border-color:#c2c2c2 !important;
}

label.error
{
	clear:both;
	width:auto;
	height:auto;
	float:none;
	border:none;
	font-size:12px;
	line-height:18px;
	font-weight:normal;
	color:#ff0000;
	text-transform:none;
	padding:0px;
	margin:0px;
	display:block;
	padding-top:4px;
}

iframe
{
	float:left;
}

footer
{
	font-size:12px;
	line-height:24px;
	font-weight:500;
	color:#8b8b8b;
	margin:0px;
	background-color:#efefef;
}

footer a
{
	color:#5f5f5f;
}

footer a:hover, footer a:focus
{
	color:#000;
	text-decoration:underline;
}

footer .copyright, footer .copyright a, footer address
{
	font-size:14px;
	line-height:24px;
	font-weight:normal;
	color:#898989;
}

footer .copyright a:hover, footer .copyright a:focus
{
	color:#000;
}

footer .navbar-nav
{
	display:inline-block;
	margin:0px auto 0px auto;
	float:none;
}

footer .nav-item
{
	margin:0px 20px;
	padding:0px;
	float:left;
}

footer .nav-item:first-child
{
	margin-left:0px;
}

footer .navbar-nav .nav-link
{
	color:#595959;
	padding:0px;
	font-weight:500;
	font-size:14px;
	line-height:30px;
	text-transform:uppercase;
	text-align:center;
}

footer .navbar-nav .nav-item .nav-link:hover, footer .navbar-nav .nav-item .nav-link.active, footer .navbar-nav .nav-item .nav-link:focus
{
    color:#000;
	background-color:transparent;
	text-decoration:none;
	border:none;
	padding:8px 17px;
}

footer .social-media
{
	display:block;
	float:right;
}

footer .social-media a
{
	width:24px;
	height:24px;
	float:left;
	margin:0px 10px;
}

footer .social-media a.facebook
{
	background:url(../images/facebook-icon.png) 0px 0px no-repeat;
}

footer .social-media a.facebook:hover, footer .social-media a.facebook:focus
{
	background:url(../images/facebook-icon.png) -24px 0px no-repeat;
}

footer .social-media a.insta
{
	background:url(../images/instagram-icon.png) 0px 0px no-repeat;
}

footer .social-media a.insta:hover, footer .social-media a.insta:focus
{
	background:url(../images/instagram-icon.png) -24px 0px no-repeat;
}

footer .social-media a.twitter
{
	background:url(../images/twitter-icon.png) 0px 0px no-repeat;
}

footer .social-media a.twitter:hover, footer .social-media a.twitter:focus
{
	background:url(../images/twitter-icon.png) -24px 0px no-repeat;
}

footer .social-media a.youtube
{
	background:url(../images/youtube-icon.png) 0px 0px no-repeat;
}

footer .social-media a.youtube:hover, footer .social-media a.youtube:focus
{
	background:url(../images/youtube-icon.png) -24px 0px no-repeat;
}

footer .social-media a.linked-in
{
	background:url(../images/linked-in-icon.png) 0px 0px no-repeat;
}

footer .social-media a.linked-in:hover, footer .social-media a.linked-in:focus
{
	background:url(../images/linked-in-icon.png) -24px 0px no-repeat;
}

@media all and (min-width:1024px) and (max-width:1200px)
{
	.navbar-light .navbar-nav .nav-item
	{
		margin-left:3px;
		margin-right:3px;
	}
	
	.navbar-light .navbar-nav .nav-link
	{
		padding:0px 7px;
		border-radius:8px;
	}
	
	#carouselSlider.carousel
	{
		height:auto;
	}
	
	#carouselSlider.carousel img
	{
		width:auto;
		height:auto;
	}
}

/* #Tablet (Portrait)
================================================== */
@media only screen and (max-width:992px)
{
	h1
	{
		font-size:24px;
		line-height:36px;
		margin:0px 0px 30px 0px;
		padding:0px 0px 0px 0px;
	}
	
	h2
	{
		margin-top:15px;
		margin-bottom:15px;
	}
	
	#carouselSlider.carousel
	{
		height:auto;
	}
	
	#carouselSlider.carousel-caption
	{
		display:none;
	}
	
	.btn-link
	{
		font-size:18px;
		line-height:24px;
	}
	
	.block
	{
		padding:50px 0px;
	}
}

@media (max-width:768px)
{
	footer .navbar-nav
	{
		padding-top:15px;
		padding-bottom:15px;
		margin:0px auto;
	}
}

/*  #Mobile (Portrait)
================================================== */
@media only screen and (max-width:480px)
{
	h1
	{
		font-size:30px;
		line-height:36px;
		margin:0px 0px 20px 0px;
		padding:0px 0px 0px 0px;
	}
	
	h1.large
	{
		margin-bottom:30px;
	}
	
	h2
	{
		margin-top:15px;
		margin-bottom:15px;
	}

	h2.accordion-header
	{
		margin-top:1px;
	}
	
	h2.large
	{
		line-height:48px;
	}
	
	.header
	{
		position:static;
		left:0px;
		right:0px;
		background-color:#fff;
		border-radius:0px;
		padding:15px 15px;
	}
	
	.navbar-brand
	{
		padding:10px;
	}
	
	.header-links a
	{
		margin:0px 10px;
	}
	
	nav
	{
		margin:0px;
	}
	
	.navbar-nav
	{
		padding-left:15px;
		padding-right:15px;
	}
	
	.navbar-nav .nav-item
	{
		margin-bottom:10px;
	}
	
	.navbar-nav .nav-item .nav-link
	{
		padding-bottom:10px;
		padding-top:10px;
		font-size:16px;
	}
	
	.navbar-nav .nav-item .nav-link:hover, .navbar-nav .nav-item .nav-link.active
	{
		padding-bottom:10px;
		padding-top:10px;
	}
	
	.navbar-nav .nav-item:last-child .btn-default
	{
		margin-bottom:15px;
		margin-top:10px;
	}
	
	#carouselSlider.carousel.inner, #carouselSlider.carousel.inner .carousel-inner .carousel-item
	{
		height:auto;
	}
	
	.m-image
	{
		width:100%;
		height:auto;
	}
	
	.process-arrow, .process-arrow-left, .process-arrow-down
	{
		width:38px;
		height:75px;
		display:block;
		background:url(../images/down-arrow.png) 0px 0px no-repeat;
		position:absolute;
		left:50%;
		margin-left:-19px;
		right:auto;
		margin-top:0px;
		top:auto;
		bottom:-30px;
	}
	
	.service-bg
	{
		padding-bottom:100px;
	}

	.carousel.testimonial, .carousel.testimonial .carousel-item
	{
		height:auto;
	}
	
	.abs-img
	{
		position:static;
		padding-top:30px;
		padding-left:15px;
		padding-right:15px;
		width:100%;
	}
	
	.border-end.border-bottom
	{
		border-right:none;
		border-bottom:1px solid #dee2e6 !important;
	}
	
	.border-end
	{
		border-right:none !important;
		border-bottom:1px solid #dee2e6 !important;
	}
	
	footer
	{
		text-align:center;
	}
	
	footer .copyright
	{
		text-align:center;
	}
	
	footer .navbar-nav
	{
		float:none;
		display:block;
	}
	
	footer .navbar-nav .nav-item, .navbar-nav .nav-item:first-child, .navbar-nav .nav-item:last-child
	{
		float:none;
		margin:0px 0px;
		text-align:center;
	}

	footer .navbar-nav .nav-item .nav-link
	{
		padding-top:7px;
		padding-bottom:7px;
	}
	
	footer .social-media
	{
		float:none;
		margin:0px auto 0px auto;
		display:inline-block;
	}
	
	footer .text-end
	{
		text-align:center !important;
	}
}