@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

html, body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	min-height: 100%;
	overflow-x: hidden;
}

body {
	font-family: 'Poppins';
	color: #161824;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	background: #FFF ;
}

a, a:link, a:visited {
	outline: none;
	text-decoration: none;	
	-moz-tap-highlight-color: transparent; 
	-webkit-tap-highlight-color: transparent; 
}

img {
	border: none;
	margin: 0px;
	max-width: 100%;
}

h1 {
	font-family: 'Poppins';
	font-weight: bold;
	font-size: 55px;
	margin: 0px;
	padding: 0px;	
}

h2 {
	font-family: 'Poppins';
	font-weight: bold;
	font-size: 50px;
	line-height: 52px;
	margin: 0px;
	padding: 0px;
}

h3 {
	font-family: 'Poppins';
	font-weight: 600;
	font-size: 30px;
	line-height: 42px;
	margin: 0px;
	padding: 0px;	
}

h4 {
	font-family: 'Poppins';
	font-weight: 500;
	font-size: 24px;
	margin: 0px;
	padding: 0px;	
}

h5 {
	font-family: 'Poppins';
	font-weight: normal;
	font-size: 22px;
	line-height: 22px;
	margin: 0px;
	padding: 0px;	
}

h6 {
	font-family: 'Poppins';
	font-weight: normal;
	font-size: 20px;
	line-height: 32px;
	margin: 0px;
	padding: 0px;	
}

p {
	font-family: 'Poppins';
	font-weight: normal;
	font-size: 19px;
	line-height: 29px;
	margin: 0px;
	padding: 0px;	
}

button {
	font-family: 'Poppins';
	font-weight: 600;
	font-size: 16px;
}

form, input, select, textarea {
	margin: 0px;
	padding: 0;
	font-family: 'Poppins';
}

textarea {
	resize: none;
}

input:focus, textarea:focus {
	outline: none;
}

input::-moz-focus-inner { 
	border: 0;
	padding: 0;
}

article, aside, details, figcaption, figure,  
footer, header, hgroup, menu, nav, section, time {  
	display: block; 
	margin: 0px;
	padding: 0; 
} 

li{
	list-style: none;
}

.customClear {
	clear: both;
	font-size: 0em;
	line-height: 0px;
	height: 0px;
	margin: 0px;
	padding: 0px;
}

/*IE below 9*/
#ieWrapper {
	background: #000;
	position: fixed;
	z-index: 100;
	top: 0;	left: 0;
	width: 100%;
	height: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.ieHolder {
	position: relative; 
	width: 555px;
	padding: 20px;
	margin: 200px auto 0 auto;
	background: #FFF;
	border: 7px solid #2b2927;
}

.btnIeUpdate {
	background: url(../images/btnIeUpdate.jpg) 0 0 no-repeat;
	width: 144px;
	height: 37px;
	position: absolute;
	right: 20px;
	bottom: 20px;
	color: #fff;
	line-height: 37px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.ieLogo {
	float: left;
	width: 134px;
	height: 139px;
	background: url(../images/ieLogo.jpg) no-repeat 0 0;
}

.ieContent {
	float: right;
	margin: 0;
	padding: 0;
	width: 350px;
	color: #666;
	font-size: 15px;
	line-height: 18px;
}

.ieContent strong {
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dashed #cccccc;
	display: block;
	font-size: 18px;
	color: #333;
	font-weight: normal;
}
/*End IE below 9*/

/* -------------------------------flex-slider Start-------------------------------------------------------------------------- */
@font-face {
	font-family: 'flexslider-icon';
	src: url('fonts/flexslider-icon.eot');
	src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* ====================================================================================================================
	* RESETS
	* ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
	outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
/* ====================================================================================================================
	* BASE STYLES
	* ====================================================================================================================*/
.flexslider {
	margin: 0;
	padding: 0;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}
.flexslider .slides img {
	width: 100%;
	display: block;
}
.flexslider .slides:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .flexslider .slides {
	display: block;
}
* html .flexslider .slides {
	height: 1%;
}
.no-js .flexslider .slides > li:first-child {
	display: block;
}
/* ====================================================================================================================
	* DEFAULT THEME
	* ====================================================================================================================*/
.flexslider {
	margin: 0 0 60px;
	background: #fff;
	border: 4px solid #fff;
	position: relative;
	zoom: 1;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
	-o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
	box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
	zoom: 1;
}
.flexslider .slides img {
	height: auto;
	-moz-user-select: none;
}
.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.loading .flex-viewport {
	max-height: 300px;
}
@-moz-document url-prefix() {
	.loading .flex-viewport {
		max-height: none;
	}
}
.carousel li {
	margin-right: 5px;
}
.flex-direction-nav {
	*height: 0;
}
.flex-direction-nav a {
	text-decoration: none;
	display: block;
	width: 40px;
	height: 40px;
	margin: -20px 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
	color: rgba(0, 0, 0, 0.8);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
	font-family: "flexslider-icon";
	font-size: 40px;
	display: inline-block;
	content: '\f001';
	color: rgba(0, 0, 0, 0.8);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
	content: '\f002';
}
.flex-direction-nav .flex-prev {
	left: -50px;
}
.flex-direction-nav .flex-next {
	right: -50px;
	text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
	opacity: 0.7;
	left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
	opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
	opacity: 0.7;
	right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
	opacity: 1;
}
.flex-direction-nav .flex-disabled {
	opacity: 0!important;
	filter: alpha(opacity=0);
	cursor: default;
	z-index: -1;
}
.flex-pauseplay a {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	opacity: 0.8;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	color: #000;
}
.flex-pauseplay a:before {
	font-family: "flexslider-icon";
	font-size: 20px;
	display: inline-block;
	content: '\f004';
}
.flex-pauseplay a:hover {
	opacity: 1;
}
.flex-pauseplay a.flex-play:before {
	content: '\f003';
}
.flex-control-nav {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 50%;
	transform: translateY(-50%);
	text-align: center;
}
.flex-control-nav li {
	margin: 13px 6px;
	display: block;
	zoom: 1;
	*display: inline;
}
.flex-control-paging li a {
	width: 10px;
	height: 10px;
	display: block;
	background: #00bbf1;
	border: 1px solid #ffffff;
	background: #00bbf1;
	cursor: pointer;
	text-indent: -9999px;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin-left: 36px;
}
.flex-control-paging li a:hover {
	background: #333;
	background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
	background: #396195;
	background: #396195;
	cursor: default;
	border: 0;
	width: 7px;
	height: 7px;
	margin-left: 38px;
}
.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}
.flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
}
.flex-control-thumbs img {
	width: 100%;
	height: auto;
	display: block;
	opacity: .7;
	cursor: pointer;
	-moz-user-select: none;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.flex-control-thumbs img:hover {
	opacity: 1;
}
.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}
/* ====================================================================================================================
	* RESPONSIVE
	* ====================================================================================================================*/
@media screen and (max-width: 860px) {
	.flex-direction-nav .flex-prev {
		opacity: 1;
		left: 10px;
	}
	.flex-direction-nav .flex-next {
		opacity: 1;
		right: 10px;
	}
}
/* -------------------------------flex-slider End-------------------------------------------------------------------------- */

/* Whatsapp icon starts here */
	.whatsapp-icon {
		position: fixed;
		top: 0;
		bottom: 0;
		right: 45px;
		width: 39px;
		height: 39px;
		margin: auto;
    z-index: 2;
	}

	.whatsapp-img {
		display: block;
		position: relative;
		width: 39px;
		height: 39px;
		border-radius: 50%;
	}

	.whatsapp-img:before,
	.whatsapp-img:after {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		width: 39px;
		height: 39px;
		border-radius: 50%;
		box-shadow: 0 0 0 rgba(220,244,222, 1);
		animation: pulse 2s infinite ;
	}

	.whatsapp-img:after {
		animation-delay: .3s;
	}

	.whatsapp-img:hover {
		animation: none;
	}
	
	@-webkit-keyframes pulse {
		0% {
			-webkit-box-shadow: 0 0 0 0 rgba(220,244,222, 1);
		}
		70% {
				-webkit-box-shadow: 0 0 0 10px rgba(220,244,222, 0);
		}
		100% {
				-webkit-box-shadow: 0 0 0 0 rgba(220,244,222, 0);
		}
	}
	@keyframes pulse {
		0% {
			-moz-box-shadow: 0 0 0 0 rgba(220,244,222, 1);
			box-shadow: 0 0 0 0 rgba(220,244,222, 0.4);
		}
		70% {
				-moz-box-shadow: 0 0 0 10px rgba(220,244,222, 0);
				box-shadow: 0 0 0 20px rgba(220,244,222, 0);
		}
		100% {
				-moz-box-shadow: 0 0 0 0 rgba(220,244,222, 0);
				box-shadow: 0 0 0 0 rgba(220,244,222, 0);
		}
	}
/* Whatsapp icon ends here */

.page-center {
	max-width: 1115px;
	margin: 0 auto;
	width: 100%; 
}

.header-top{
	background: #f0f4f9;
	width: 100%;
	height: 45px;
}
.header-top-center {
	max-width: 1115px;
	margin: 0 auto;
	width: 100%;
	display: flex;
	height: 100%;
}

.top-social-media {
	display: flex;
	align-items: center;
}

.top-social-media a {
	padding: 0 16px;
	display: flex;
	position: relative;
}

.top-social-media a:not(:last-child)::after {
	content: "";
	background-color: #ccc;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 1px;
	height: 26px;
}

.top-right-menu {
	display: flex;
	flex-grow: 1;
	justify-content: flex-end;
}

.top-right-menu ul {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin: 0;
}

.top-right-menu ul li a {
	font-size: 16px;
	font-weight: normal;
	color: #00a1e2;
	padding: 0 20px;
	position: relative;
}

.top-right-menu li:not(:last-child) a:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 1px;
	height: 26px;
	background-color: #ccc;
}

header {
	position: relative;
}
.site-logo {
	padding: 20px 0 0 0;
	width: 133px;
}

.main-header-center {
	margin: 0 auto;
	max-width: 1115px;
	position: relative;
	width: 100%;
	display: flex;
	padding-bottom: 38px;
	z-index: 0;
}

.main-header-right{ 
	display: flex;
	flex-grow: 1;
	justify-content: flex-end;
	padding-top: 34px;
}

.main-header-right ul {
	display: flex;
	margin: 0;
}

.main-header-right ul li a {
	font-size: 17px;
	font-weight: 600;
	color: #00a1e2;
	margin-left: 35px;
}

.main-header-right ul li.header-mail {
	padding: 15px;;
	background: url("../images/mail.png") 0 no-repeat;
	background-position: top 19px left;
}

.main-header-right ul li.header-phone {
	padding: 15px;;
	background: url("../images/phone.png") 0 no-repeat;
	background-position: top 19px left;
}

.main-header-right ul li span {
	margin-left: 35px;
	font-size: 14px;
	font-weight: normal;
	color: #7f99bb;
	display: flex;
}

.main-header-right li.header-mail :not(:last-child)::after {
	content: "";
	border-right: 1px solid #ccc;
	padding: 0px 0 20px 0;
	margin: 30px 25px;
}

.menu-center {
	background: #00a1e2;
	max-width: 1115px;
	margin: 0 auto;
	width: 100%;
	border-radius: 5px;
	display: flex;
	position: absolute;
	left: 50%;
	bottom: -44px;
	transform: translateX(-50%);
	z-index: 1;
}

.menu-left {
	width: 50%;
}

.menu-left ul {
	display: flex;
	padding-left: 42px;
	margin: 0;
	gap: 30px;
	height: 100%;
	align-items: center;
}

.menu-left ul a { 
	color: #ffffff;
	font-size: 18px;
	line-height: 18px;
}

.menu-right {
	width: 50%;
}

.menu-right .get-btn {
	font-size: 17px;
	background: #00bbf1;
	padding-left: 38px;
	min-width: 244px;
	height: 100%;
	display: flex;
	align-items: center;
}

.menu-right ul {
	display: flex;
	justify-content: flex-end;
	padding: 0;
	margin: 0;
}

.menu-right ul a { 
	color:#ffffff;
	font-size: 15px;
	font-size: 17px;
	font-weight: 600;
	display: block;
}

.next-img {
	padding: 26px 26px 24px 26px;
}

.menu-right ul a img {
	display: block;
}

/* Mobile menu starts here */
.menu-icon {
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 38px;
	height: 28px;
	position: absolute;
	top: 8px;
	right: 2.5vw;
	border-radius: 5px;
	background-color: #00a1e2;
	cursor: pointer;
}

.menu-icon span {
	width: 20px;
	height: 2px;
	margin: 2px 0;
	border-radius: 50%;
	background-color: #fff
}

.mobile-menu {
	display: none;
	position: fixed;
	top: 0;
	left: 100%;
	width: 100%;
	height: 100vh;
	background-color: #00a1e2;
	z-index: 2;
	transition: all ease .3s;
}

.mobile-menu.active {
	left: 0;
}

.menu-content {
	padding: 70px 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}

.menu-close {
	position: absolute;
	top: 15px;
	right: 3.5vw;
	max-width: 20px;
	cursor: pointer;
}

.mobile-menu ul {
	padding: 0;
	margin: 0;
}

.menu-top {
	margin-bottom: 30px;
}

.menu-top li {
	margin-bottom: 15px;
}

.menu-top li a {
	color: #fff !important;
	font-size: 15px;
}

.menu-bottom ul {
	display: flex;
	justify-content: center;
}

.menu-bottom .get-btn {
	font-size: 15px;
	background: #00bbf1;
	color: #fff;
	box-shadow: 0 5px 10px 0 rgb(0 68 158 / 30%);
	border-radius: 15px;
	height: 40px;
	padding: 0 25px;
	margin-right: 15px;
	display: flex;
	align-items: center;
}

.menu-bottom .next-img {
	height: 40px;
	display: flex;
	align-items: center;
	padding: 0;
}
/* Mobile menu ends here */

.home-banner {
	background: #00bbf1;
	width: 100%;
	position: relative;
}

.banner-first-slide {
	background-position: right;
	background-repeat: no-repeat;
	background-size: cover;
}

.banner-center {
	max-width: 1115px;
	margin: 0 auto;
	max-width: 1115px;
	padding-top: 172px;
	padding-bottom: 230px;
}

.banner-text {
	max-width: 696px;
	width: 100%;
}

.banner-text span {
	color: #ffffff;
	font-size: 19px;
	font-weight: 600;
	padding-bottom: 28px;
}

.banner-text span::after {
	content: "";
	border-top: 2px solid #ffffff;
	width:60px;
	display: inline-block;
	margin: 0 0 5px 20px;
}

.banner-text h2 {
	font-size: 55px;
	font-weight: bold;
	color: #ffffff;
	line-height: 60px;
	padding: 28px 0 35px 0;
}

.banner-text p {
	font-size: 19px;
	font-weight: normal;
	color: #ffffff;
	padding: 0 0 7px 20px;
	border-left:2px solid #ffffff;
	max-width: 489px;
	width: 100%;
}

.banner-btn-wrapper {
	margin-top: 35px;
}

.banner-get-quote-btn{
	background: #ffffff;
	border: 1px solid #ffffff;
	color: #00bbf1;
	padding: 20px 30px;
	display: inline-block;
	border-radius: 10px;
	font-size: 17px;
	font-weight: 600
}

.banner-get-quote-btn:hover {
	color: #ffffff;
	border: 1px solid #ffffff;
	padding: 20px 30px;
	display: inline-block;
	border-radius: 10px;
	font-size: 17px;
	background: none;
}

.banner-contact-btn {
	color: #ffffff;
	border: 1px solid #ffffff;
	padding: 20px 30px;
	display: inline-block;
	border-radius: 10px;
	font-size: 17px;
	margin-left: 20px;
	font-weight: 600
}

.banner-contact-btn:hover{
	background: #ffffff;
	color: #00bbf1;
	padding: 20px 30px;
	display: inline-block;
	border-radius: 10px;
	font-size: 17px;
}

.insurance-type {
	position: relative;
	background-color: #fff;
}

.type-box {
	position: absolute;
	max-width: 1270px;
	margin: auto;
	top: -130px;
	left: 0;
	right: 0;
	width: 100%;
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.1);
}

.type-content {
	position: relative;
	padding: 165px 45px 85px;
}

.type-content-wrap {
	position: absolute;
	top: -60px;
	left: 0;
	right: 0;
	padding: 0 45px 25px;
	text-align: right;
}

.type-content-wrap > a {
	color: #00bbf1 !important;
	margin-right: 30px;
	font-size: 18px;
	font-weight: 300;
}

.type-item-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	margin: 0;
	margin-bottom: 30px;
}

.item-box {
	flex-basis: calc(14.28% - 15px);
	text-align: center;
	border-radius: 10px;
	box-shadow: 0 0 15px 0 #e6edf9;
	background-color: #fff;
	transition: all .3s ease;
}

.item-box:hover {
	background-color: #00bbf1;
	box-shadow: 0 0 35px 0 #84a2c0;
}

.item-box a {
	display: block;
	padding: 18px 10px;
	color: #00bbf1 !important;
	transition: all .3s ease;
	font-size: 17px;
	font-weight: 300;
}

.item-box:hover a {
	color: #fff !important;
}

.item-img {
	margin-bottom: 12px;
	max-height: 48px;
	width: 100%;
}

.registartion-form {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 60px;
}

.input-wrap, .button-wrap {
	flex-basis: 25%;
}

.input-wrap input {
	width: calc(100% - 55px);
	height: 60px;
	border: 0;
	border-bottom: 1px dashed #b2e3f6;
	font-size: 24px;
	font-weight: 300;
	padding: 0 8px;
}

.input-wrap input::placeholder {
  color: #a3b1d2;
  opacity: 1;
}

.input-wrap input:-ms-input-placeholder {
  color: #a3b1d2;
}

.input-wrap input::-ms-input-placeholder {
  color: #a3b1d2;
}

.button-wrap {
	text-align: right;
}

.button-wrap button {
	height: 60px;
	border: 0;
	border-radius: 20px;
	font-size: 24px;
	font-weight: 500;
	padding: 0 40px;
	background-color: #00bbf1;
	box-shadow: 0 5px 10px 0 rgb(0, 68, 158, 0.3);
	color: #fff;
	text-transform: uppercase;
}

.text-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.helper-text {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}

.helper-text a {
	color: #00bbf1 !important;
	font-size: 19px;
	font-weight: 300;
	line-height: 16px;
}

.helper-text .divider {
	width: 1px;
	padding-top: 4px;
	height: 100%;
	margin: 0 8px;
	border-right: 1px solid #a3b1d2
}

.recent-quote {
	display: flex;
	align-items: flex-end;
}

.recent-quote a {
	color: #00bbf1 !important;
	font-size: 19px;
	font-weight: 500;
	line-height: 16px;
	margin-right: 45px;
}

.inspire-us {
	padding-top: 380px;
	padding-bottom: 250px;
	background-color: #fff;
	background-image: url('../images/bgInspireUs.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.inspire-wrap {
	max-width: 1170px;
	margin: 0 auto;
	display: flex;
}

.inspire-item {
	flex-basis: 50%;
}

.left-content {
	margin-right: 70px;
	position: relative;
}

.left-text {
	position: absolute;
	bottom: 0;
	left: 68px;
	right: 68px;
	margin: auto;
	transform: translateY(50%);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 18px 25px;
	border-radius: 10px;
	background-color: #00bbf1;
}

.quote-img {
	max-width: 57px;
	margin-right: 18px;
	flex-basis: 57px;
}

.left-text p {
	flex-basis: calc(100% - 75px);
	font-size: 18px;
	color: #fff;
}

.right-content {
	margin-left: 25px;
}

.right-content h5 {
	color: #00bbf1;
	margin-bottom: 18px;
}

.right-content h2 {
	color: #201d1d;
	margin-bottom: 30px;
}

.right-content h6 {
	color: #333333;
	margin-bottom: 50px;
}

.inspire-item button {
	height: 65px;
	border: 0;
	border-radius: 20px;
	font-size: 22px;
	font-weight: 600;
	padding: 0 50px;
	background-color: #00bbf1;
	box-shadow: 0 5px 25px 0 rgb(0, 0, 0, 0.25);
	color: #fff;
	text-transform: uppercase;
}

.purpose {
	background: linear-gradient(to left, #e5f8fe 0%, #fff 70%);
	position: relative;
}

.purpose .graphics {
	position: absolute;
	top: 220px;
	left: 145px;
}

.purpose-wrap {
	padding: 135px 0 190px;
	max-width: 1135px;
	margin: auto;
	text-align: center;
}

.purpose-wrap h2 {
	color: #00bbf1;
	margin-bottom: 25px;
}

.purpose-wrap p {
	font-size: 19px;
	color: #5a5a5a;
	margin-bottom: 80px;
}

.purpose-wrap a {
	color: #00bbf1;
	font-size: 24px;
	font-weight: 600;
	text-decoration: underline;
}

.insurance-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 58px;
}

.insurance-item {
	flex-basis: calc(50% - 20px);
	margin-bottom: 40px;
}

.insurance-box {
	padding: 40px 35px;
	border-radius: 20px;
	background-color: #fff;
	box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.15);
	text-align: left;
	height: calc(100% - 80px);
}

.insurance-box h4 {
	font-weight: 600;
	color: #0088af;
	margin-bottom: 18px;
}

.insurance-box a {
	color: #00bbf1 !important;
	font-size: 16px;
	margin-left: 98px;
}

.insurance-details {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 25px;
}

.insurance-img {
	flex-basis: 72px;
	min-height: 72px;
}

.insurance-img img {
	height: 72px;
}

.insurance-text {
	flex-basis: calc(100% - 98px);
}

.insurance-text p {
	color: #5a5a5a;
	line-height: 21px;
	margin-bottom: 0;
}

.partners {
	background-color: #fff;
	background-image: url('../images/bgInspireUs.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-top: 110px;
	padding-bottom: 125px;
}

.partners-wrap {
	max-width: 1170px;
	margin: auto;
}

.partners-wrap h2 {
	color: #00bbf1;
	margin-bottom: 45px;
	text-align: center;
}

.partners-wrap p {
	color: #5a5a5a;
	margin-bottom: 65px;
	text-align: center;
}

.partners-slider.owl-carousel .owl-stage-outer {
	padding-bottom: 55px;
}

.partners-slider.owl-carousel .owl-dots {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
}

.partners-slider.owl-carousel button.owl-dot {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: 1px solid #fff;
	background-color: #87dff8;
	margin: 0 6px;
}

.partners-slider.owl-carousel button.owl-dot.active {
	box-shadow: 0 5px 5px 0 rgb(0, 0, 0, 0.1);
	background-color: #00bbf1
}

.partner-img {
	padding: 5px 12px;
	border-radius: 10px;
	box-shadow: 0 5px 5px 0 rgb(232, 249, 254, .5);
	background-color: #fff;
	border: 2px solid #e5f8fe;
	flex-basis: calc(20% - 15px);
}

.partner-img img {
	margin: auto;
}

.free-consultaion {
	padding: 20px 0;
	min-height: 475px;
	background: url("../images/free-consultaion-banner.jpg") 0 no-repeat;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 0;
}

.free-consultaion::after {
	content: "";
	background: rgb(0,161,226);
	background: linear-gradient(90deg, rgb(0 161 226 / 88%) 0%, rgb(0 187 241 / 88%) 100%);
	position: absolute;
	width: 100%;
	height: 100%;
}

.free-consultaion-center {
	max-width: 1115px;
	margin: 0 auto;
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 1;
}

.free-consultaion-center h2 {
	color: #ffffff;
	font-size: 54px;
	font-weight: bold;
}

.free-consultaion-center p {
	color: #ffffff;
	font-size: 22px;
	font-weight: 300;
	padding: 35px 0 56px 0;
}

.free-consult-btn {
	background: #ffffff;
	color: #04aadf;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 274px;
	margin: auto;
	padding: 0 35px;
	height: 83px;
	border-radius: 10px;
	font-size: 22px;
	font-weight: 600;
	box-shadow: 0px 5px 70px 0px rgb(0 0 0 / 25%);
}
.footer-section {
	background: url("../images/footer-right-bg.jpg") right bottom no-repeat;
	padding-top: 110px;
}

.footer-content {
	max-width: 1170px;
	margin: 0 auto;
	width: 100%;
	padding-bottom: 50px;
}

.footer-wrapper {
	display: flex;
	gap: 77px;
}

.footer-logo-section {
	max-width: 400px;
    width: 100%;
}
.footer-logo-section img {
	width:128px;
}
.footer-logo-section p {
	padding-top: 15px;
}
.footer-text{
	color:#5a5a5a;
	font-size: 18px;
	font-weight: 300;
}

.footer-contact-section {
	max-width: 390px;
	width: 100%;
}

.footer-heading{
	color: #00bbf1;
	font-size: 24px;
	font-weight: 500;
	padding-top: 20px;
}

.footer-contact-location {
	margin:0;
	padding: 0;
}

.footer-contact-location .footer-address::before {
	content: "";
	background: url("../images/location.png") 0 no-repeat;
	padding: 0 14px;
	margin-bottom: 25px;
}

.footer-contact-location li{
	display: flex;
}

.footer-contact-location li:first-child {
	padding-top: 35px;
}

.footer-contact-location li p {
	width: 320px;
} 

.footer-contact-number {
	padding-top: 25px;
}
.footer-contact-location .footer-contact-number::before {
	content: "";
	background: url("../images/footer-phone.png") 0 no-repeat;
	padding: 0 14px;
}

.footer-contact-mail {
	padding-top: 25px;
}

.footer-contact-location .footer-contact-mail::before {
	content: "";
	background: url("../images/footer-mail.png") 0 no-repeat;
	padding: 0 14px;
}

.footer-social-media-container {
	padding-top: 35px;
}

.footer-social-media-container a{
	padding-right: 5px;
}

.footer-social-media > img {
	padding-top: 20px;
}

.footer-bottom {
	background: #f0f4f9;
	padding: 30px 0;
}

.footer-bottom p {
	text-align: center;
}

/* Inner Pages */
.inner-banner {
	background: url('../images/innerBanner.jpg') no-repeat;
	background-size: cover;
	background-position: right center;
}

.banner-center h1 {
	color: #fff;
	text-align: center;
}

.breadcrumb {
	display: flex;
	align-items: center;
	justify-content: center;
}

.breadcrumb a,
.breadcrumb h6,
.breadcrumb span {
	color: #fff !important;
	font-size: 20px;
	font-weight: 300;
}

.breadcrumb span {
	margin: 0 5px;
}

.inner-content {
	background-color: #fff;
	background-image: url('../images/bgInspireUs.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.about-wrap {
	padding-top: 140px;
	padding-bottom: 135px;
}

.inner-content h2 {
	max-width: 530px;
	font-size: 45px;
	color: #201d1d;
	margin-bottom: 30px;
}

.inner-content p {
	font-size: 20px;
	color: #333333;
}

.contact-info {
	position: relative;
	padding-top: 320px;
}

.info-box {
	position: absolute;
	margin: auto;
	top: -100px;
	left: 0;
	right: 0;
	width: 100%;
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 0 5px 40px 0 rgb(0 0 0 / 10%);
	overflow: hidden;
}

.info-wrap {
	position: relative;
	padding: 90px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.info-wrap:before {
	content: '';
	width: 56px;
	height: 62px;
	background: url('../images/graohicsBlue.png') no-repeat;
	background-size: contain;
	background-position: left bottom;
	position: absolute;
	left: 0;
	bottom: 0;
}

.info-item {
	flex-basis: 33.33%;
}

.info-details {
	padding:0 45px;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.info-details:after {
	content: '';
	width: 1px;
	height: 72px;
	background-color: #e5eaf1;
	position: absolute;
	right: 0;
	top: -4px;
}

.info-item:last-child .info-details:after {
	display: none;
}

.info-icon {
	flex-basis: 45px;
	margin-top: 8px;
}

.info-icon img {
	max-width: 30px;
}

.info-text {
	flex-basis: calc(100% - 45px);
}

.info-text h6,
.info-text a {
	font-weight: 600;
	color: #00a1e2;
	line-height: 24px;
	font-size: 20px;
}

.info-text p {
	font-size: 15px;
	color: #8ba2c1
}

.contact-map {
	padding-bottom: 180px;
	display: flex;
	flex-wrap: wrap;
}

.contact-form, .map {
	flex-basis: 50%;
}

.map img {
	width: 100%;
}

.form-content {
	padding-right: 35px;
}

.form-content input,
.form-content textarea {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #e5eaf1;
	padding: 24px 0;
	font-size: 16px;
	font-weight: 300;
	width: 100%;
}

.form-content textarea {
	height: 100px;
	position: relative;
	background-image: url('../images/graphicsTextarea.png');
	background-repeat:  no-repeat;
	background-size: 10px;
	background-position: right bottom;
}

.form-content textarea:after {
	position: absolute;
	bottom: 2px;
	right: 0;
	content: '';
	background: url('../images/graphicsTextarea.png') no-repeat;
	background-size: contain;
	background-position: right bottom;
	width: 11px;
	height: 10px;
}

.form-content input::placeholder,
.form-content textarea::placeholder {
  color: #7f99bb;
  opacity: 1;
}

.form-content input:-ms-input-placeholder,
.form-content textarea:-ms-input-placeholder {
  color: #7f99bb;
}

.form-content input::-ms-input-placeholder,
.form-content textarea::-ms-input-placeholder {
  color: #7f99bb;
}

.contact-form .contact-submit {
	border: 0;
	border-radius: 10px;
	background-color: #00a1e2;
	color: #fff;
	padding: 18px 22px;
	margin-top: 60px;
	cursor: pointer;
}

.inner-whitebg {
	background: #fff;
	position: relative;
}

.inner-whitebg .graphicsLeft img,
.inner-whitebg .graphicsTopRight img,
.inner-whitebg .graphicsBottomRight img {
	width: 100%;
}

.inner-whitebg .graphicsLeft {
	position: absolute;
	left: 0;
	top: 0;
	max-width: 960px;
}

.inner-whitebg .graphicsTopRight {
	position: absolute;
	right: 0;
	top: 0;
	max-width: 480px;
}

.inner-whitebg .graphicsBottomRight {
	position: absolute;
	right: 20px;
	bottom: 290px;
	max-width: 335px;
}

.products-wrap {
	padding-top: 275px;
	padding-bottom: 325px;
	display: flex;
	flex-wrap: wrap;
}

.tabNav-wrap {
	flex-basis: 318px;
}

.tabPanel-wrap {
	flex-basis: calc(100% - 318px);
}

.tabNav .tab {
	margin: 0;
	margin-top: 25px;
	padding: 42px 0;
	border-radius: 20px;
	background-color: #00b0eb;
	background: linear-gradient(to top, #00a1e2, #00b0eb);
	box-shadow: 5px 5px 40px 0px rgba(0,171,232,0.35);
}

.tabNav .tab .tablinks {
	padding: 18px 32px;
	color: #fff;
	font-size: 22px;
	cursor: pointer;
	position: relative;
	z-index: 1;
	border-bottom: 1px solid #26b8eb;
}

.tabNav .tab .tablinks:last-child {
	border-bottom: 0;
}

.tabNav .tab .tablinks.active {
	color: #00a1e2;
}

.tabNav .tab .tablinks.active:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: -5px;
	right: -22px;
	background-color: #fff;
	z-index: -1;
}

.tabNav .tab .tablinks.active:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 100%;
	width: 23px;
	height: 15px;
	background: url('../images/graphicsTriangle.png') no-repeat;
	background-position: left -1px top -1px;
	background-size: contain;
}

.tabPanel {
	padding-left: 100px;
}

.tabPanel .tabcontent {
	display: none;
}

.tabPanel .tabcontent.active {
	display: block;
}

.policy-details {
	padding-top: 20px ;
	padding-bottom: 25px;
	border-bottom: 1px solid #f7f7f7;
}

.policy-details:first-child {
	padding-top: 0;
}

.policy-details:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.policy-details h3 {
	margin-bottom: 10px;
	color: #00a1e2;
}

.policy-details p {
	font-size: 16px;
	color: #444444;
}


/* Responsive CSS */
@media screen and (max-width: 1700px) {
	.purpose .graphics {
    top: 200px;
		left: 8.53vw;
	}

	.info-details {
		padding: 0 30px;
	}

	.inner-whitebg .graphicsLeft {
    max-width: 50vw;
	}

	.inner-whitebg .graphicsTopRight {
		max-width: 37vw;
	}

	.inner-whitebg .graphicsBottomRight {
		max-width: 21vw;
		bottom: 5.3vw;
	}
}

@media screen and (max-width: 1300px) {
	h2, .inner-content h2 {
		font-size: 40px;
		line-height: 46px;
	}

	.whatsapp-icon {
		right: 20px;
	}

	.page-center, .type-box, .menu-center, 
	.banner-center, .main-header-center,
	.header-top-center, .inspire-wrap,
	.purpose-wrap, .partners-wrap,
	.footer-content {
		max-width: 96vw;
	}

	.button-wrap button, .input-wrap input {
		font-size: 20px;
	}

	.insurance-box h4 {
		font-size: 21px;
	}

	.purpose-wrap p {
		font-size: 17px;
	}

	.footer-wrapper {
		flex-wrap: wrap;
		gap: 45px;
	}

	.footer-logo-section {
		max-width: 100%;
		flex-basis: 100%;
		text-align: center;
	}

	.footer-contact-section, .footer-social-media {
		flex-basis: 50%;
		max-width: 100%;
	}

	.footer-social-media {
		flex-basis: calc(50% - 45px);
	}

	.info-text h6,
	.info-text a {
		font-size: 18px;
	}

	.info-details {
		padding: 0 25px;
	}
}

@media screen and (max-width: 1024px) {
	h2 {
		font-size: 35px;
	}

	h5 {
		font-size: 20px;
	}

	h6 {
		font-size: 18px;
    line-height: 26px;
	}

	p, .inner-content p {
		font-size: 16px;
		line-height: 22px;
	}

	.whatsapp-icon {
		right: 15px;
	}

	.banner-center {
		padding-top: 125px;
    padding-bottom: 225px;
	}

	.banner-get-quote-btn, .banner-contact-btn {
		padding: 12px 30px;
	}

	.registartion-form {
    margin-bottom: 35px;
	}

	.type-content {
		padding: 135px 30px 45px;
	}

	.type-content-wrap {
		padding: 0 30px 25px;
	}

	.item-box a, .type-content-wrap > a,
	.helper-text a, .recent-quote a,
	.purpose-wrap a, .footer-text {
		font-size: 14px;
		line-height: 18px;
	}

	.button-wrap button, .input-wrap input,
	.inspire-item button {
		height: 52px;
    font-size: 17px;
	}

	.banner-text p, .left-text p,
	.purpose-wrap p, .free-consultaion-center p,
	.banner-text span {
		font-size: 16px;
	}

	.banner-text h2,
	.free-consultaion-center h2 {
    font-size: 40px;
		line-height: 50px;
	}

	.banner-text {
    max-width: 560px;
	}

	.banner-text h2 {
		padding: 5px 0 25px 0;
	}

	.inspire-us {
    padding-top: 250px;
		padding-bottom: 130px;
	}

	.left-content {
    margin-right: 30px;
	}

	.left-text {
		left: 45px;
    right: 45px;
		padding: 14px 20px;
	}

	.quote-img {
    max-width: 42px;
	}

	.right-content h5,
	.insurance-wrap {
    margin-bottom: 10px;
	}

	.right-content h6,
	.partners-wrap p {
    margin-bottom: 40px;
	}

	.purpose-wrap {
    padding: 75px 0 75px;
	}

	.purpose-wrap h2,
	.insurance-details,
	.partners-wrap h2 {
    margin-bottom: 15px;
	}

	.purpose-wrap > p {
    margin-bottom: 50px;
	}

	.purpose-wrap > a {
		font-size: 18px;
	}

	.purpose .graphics {
    top: 110px;
    left: 4.53vw;
    max-width: 85px;
	}

	.insurance-box {
    padding: 35px 30px;
		height: calc(100% - 75px);
	}

	.partners {
		padding-top: 75px;
    padding-bottom: 75px;
	}

	.partners-slider.owl-carousel button.owl-dot {
    width: 12px;
    height: 12px;
		margin: 0 3px;
	}

	.free-consultaion {
    min-height: 375px;
	}

	.free-consultaion-center p {
    padding: 18px 0 50px 0;
	}

	.free-consult-btn {
		max-width: 150px;
		height: 60px;
		font-size: 17px;
	}

	.footer-section {
		padding-top: 75px;
	}

	.footer-logo-section img {
    width: 112px;
	}

	.footer-heading {
    font-size: 18px;
		padding-top: 0;
	}

	.footer-contact-location li {
    padding-top: 12px;
	}

	.footer-contact-location li:first-child,
	.footer-social-media-container {
    padding-top: 20px;
	}

	.footer-social-media > img {
    padding-top: 12px;
    max-width: 110px;
	}

	.footer-social-media-container a img {
		max-width: 30px;
	}

	.info-text h6,
	.info-text a {
    font-size: 16px;
	}

	.info-text p {
    font-size: 13px;
    color: #8ba2c1;
	}

	.products-wrap {
		padding-top: 140px;
    padding-bottom: 160px;
	}

	.tabPanel {
    padding-left: 60px;
	}
}

@media screen and (max-width: 992px) {
	h2 {
    font-size: 28px;
		line-height: 32px;
	}

	h5 {
    font-size: 18px;
	}

	h6 {
    font-size: 16px;
    line-height: 22px;
	}

	.main-header-right ul li a {
    font-size: 15px;
		margin-left: 28px;
	}

	.main-header-right ul li span {
		font-size: 13px;
		margin-left: 28px;
	}

	.menu-left ul {
		padding-left: 38px;
	}

	.site-logo {
    width: 100px;
	}

	.menu-left ul a,
	.menu-right .get-btn {
		font-size: 15px;
	}

	.main-header-right {
		padding-top: 20px;
	}

	.main-header-right ul li.header-mail,
	.main-header-right ul li.header-phone {
		padding-top: 0;
		background-position: top 3px left;
	}

	.menu-center {
		height: 50px;
		bottom: -35px;
	}

	.menu-right li {
		height: 50px;
		display: flex;
    align-items: center;
	}

	.banner-get-quote-btn, .banner-contact-btn {
    padding: 8px 22px;
		font-size: 14px;
	}

	.banner-text p, .left-text p, 
	.purpose-wrap p, .free-consultaion-center p, 
	.banner-text span {
    font-size: 14px;
	}

	.banner-text p {
		max-width: 370px;
		padding: 0 0 7px 12px;
	}

	.input-wrap input {
    font-size: 16px;
		width: calc(100% - 40px);
	}

	.registartion-form {
    margin-bottom: 25px;
	}

	.button-wrap button, .inspire-item button {
		border-radius: 14px;
		padding: 0 35px;
		height: 40px;
    font-size: 14px;
	}

	.inspire-us {
    padding-top: 200px;
    padding-bottom: 80px;
	}

	.left-content {
    margin-right: 10px;
	}

	.right-content h2 {
    margin-bottom: 15px;
	}

	.right-content h6, .partners-wrap p {
    margin-bottom: 30px;
	}

	.left-text {
    left: 32px;
    right: 32px;
    padding: 12px 15px;
	}

	.quote-img {
    max-width: 35px;
	}

	.purpose-wrap {
    padding: 50px 0 50px;
	}

	.purpose-wrap h2, .insurance-details, 
	.partners-wrap h2 {
    margin-bottom: 10px;
	}

	.purpose-wrap > p {
    margin-bottom: 35px;
	}

	.insurance-wrap {
		margin-bottom: 0;
	}

	.insurance-box {
    padding: 25px 15px;
		height: calc(100% - 50px);
	}

	.insurance-box h4 {
    font-size: 17px;
	}

	.insurance-text {
    flex-basis: calc(100% - 85px);
	}

	.insurance-box a {
    margin-left: 85px;
	}

	.purpose-wrap > a {
    font-size: 16px;
	}

	.partners {
    padding-top: 50px;
    padding-bottom: 50px;
	}

	.free-consultaion {
    min-height: 300px;
	}

	.free-consult-btn {
    max-width: 130px;
    height: 50px;
    font-size: 15px;
		padding: 0 25px;
	}

	.free-consultaion-center p {
    padding: 15px 0 30px 0;
	}

	.footer-section {
    padding-top: 50px;
	}

	.footer-content {
		padding-bottom: 30px;
	}

	.about-wrap {
    padding-top: 100px;
    padding-bottom: 95px;
	}

	.info-wrap {
		padding: 50px 0;;
	}

	.info-details {
		padding: 0 45px;
	}

	.info-item {
		flex-basis: 50%;
		margin-bottom: 20px;
	}

	.info-item:not(:first-child) .info-details:after {
		display: none;
	}

	.contact-map {
    padding-bottom: 100px;
	}

	.contact-form .contact-submit {
		padding: 14px 22px;
	}
}

@media screen and (max-width: 768px) {
	h3 {
		font-size: 26px;
	}

	h6 {
    font-size: 14px;
    line-height: 20px;
	}

	.menu-center {
		display: none;
	}

	.menu-icon {
		display: flex;
	}

	.mobile-menu {
		display: block;
	}

	.page-center, .type-box, .menu-center, 
	.banner-center, .main-header-center, 
	.header-top-center, .inspire-wrap, 
	.purpose-wrap, .partners-wrap, 
	.footer-content, .free-consultaion-center {
    max-width: 90vw;
	}

	.top-social-media {
    padding: 12px 0;
	}

	.top-social-media a:first-child {
		padding-left: 0;
	}

	.top-right-menu {
		padding-right: 30px;
	}

	.top-right-menu ul {
    padding: 0;
	}

	.top-right-menu ul li a {
    font-size: 14px;
		padding: 10px;
	}

	.site-logo {
    width: 85px;
	}

	.main-header-right li.header-mail :not(:last-child)::after {
		margin: 30px 10px;
	}

	.main-header-right ul {
		padding: 0;
	}

	.main-header-right ul li.header-mail, 
	.main-header-right ul li.header-phone {
		background-size: 25px;
		padding-right: 0;
		padding-bottom: 0;
	}

	.main-header-right ul li a {
    font-size: 13px;
    margin-left: 16px;
	}

	.main-header-right ul li span {
    font-size: 12px;
    margin-left: 16px;
	}

	.main-header-center {
		padding-bottom: 15px;
	}

	.banner-center {
		padding-top: 65px;
    padding-bottom: 80px;
	}

	.banner-text {
    max-width: 380px;
	}

	.banner-text h2, .free-consultaion-center h2 {
    font-size: 30px;
    line-height: 38px;
	}

	.banner-text h2 {
    padding: 0 0 20px 0;
	}

	.type-box,
	.type-content-wrap {
		position: relative;
		top: 0;
		box-shadow: none;
	}

	.type-content {
    padding: 45px 0;
	}

	.type-content-wrap {
		padding: 0 0 30px;
		text-align: center;
	}

	.type-item-wrap {
		justify-content: flex-start;
		margin-bottom: 10px;
	}

	.item-box {
    flex-basis: calc(25% - 15px);
		margin: 0 7.5px;
		margin-bottom: 15px;
	}

	.item-box a {
		font-size: 12px;
	}

	.type-content-wrap > a {
		margin-right: 0;
	}

	.registartion-form {
		justify-content: center;
	}

	.input-wrap {
    flex-basis: 33%;
		margin-bottom: 20px;
		display: flex;
    justify-content: center;
	}

	.button-wrap {
		flex-basis: 100%;
		text-align: center;
	}

	.input-wrap input {
    font-size: 14px;
		height: 30px;
	}

	.helper-text, .text-wrap {
		display: block;
		text-align: center;
	}

	.helper-text a {
		display: block;
		margin-bottom: 10px;
	}

	.helper-text .divider {
		display: none;
	}

	.recent-quote {
		justify-content: center;
	}

	.recent-quote a {
		margin-right: 0;
	}

	.inspire-us {
    padding-top: 50px;
    padding-bottom: 50px;
	}

	.inspire-wrap {
		display: block;
	}

	.left-content {
    margin-right: 0;
	}

	.left-img {
		text-align: center;
	}

	.left-text {
		max-width: 400px;
	}

	.left-img img {
		width: 100%;
		max-width: 600px;
		margin: auto;
	}

	.right-content {
    margin-left: 0;
    margin-top: 80px;
		text-align: center;
	}

	.right-content h5,
	.right-content h2 {
		text-align: center;
	}

	.right-content h2 {
    margin-bottom: 25px;
	}

	.right-content h6 {
		text-align: left;
	}

	.purpose .graphics {
		display: none;
	}

	.insurance-item {
    flex-basis: 100%;
		max-width: 400px;
		margin: auto;
    margin-bottom: 40px;
	}

	.insurance-box {
    padding: 25px;
	}

	.free-consultaion {
    min-height: 250px;
	}

	.free-consult-btn {
    max-width: 120px;
    font-size: 14px;
		height: 40px;
	}

	.footer-logo-section img {
    width: 80px;
	}

	.footer-wrapper {
    flex-wrap: wrap;
    gap: 25px;
	}

	.footer-contact-location .footer-address::before {
    padding: 0 14px;
    margin-bottom: 0;
    background-position: top 3px left;
	}

	.footer-contact-section, .footer-social-media {
    max-width: 50%;
	}

	.footer-text {
    font-size: 11px;
	}

	.inner-banner .banner-center {
    padding-top: 95px;
    padding-bottom: 130px;
	}

	.inner-content p {
		text-align: justify;
	}

	.banner-center h1 {
		font-size: 40px;
		line-height: 42px;
	}

	.breadcrumb a, 
	.breadcrumb h6, 
	.breadcrumb span {
		font-size: 16px;
	}

	.inner-content h2 {
    font-size: 28px;
    line-height: 36px;
		margin-bottom: 20px;
	}

	.about-wrap {
    padding-top: 50px;
    padding-bottom: 45px;
	}

	.info-item {
		flex-basis: 100%;
	}

	.info-item .info-details:after {
		display: none;
	}

	.contact-info {
    padding-top: 280px;
	}

	.contact-map {
		display: block;
	}

	.form-content {
    padding-right: 0;
	}

	.contact-form .contact-submit {
		font-size: 14px;
		margin-top: 30px;
		padding: 12px 22px;
		margin-bottom: 50px;
	}

	.form-content input, .form-content textarea {
		font-size: 14px;
	}

	.contact-map {
    padding-bottom: 60px;
	}

	.products-wrap {
		display: block;
		padding-top: 80px;
    padding-bottom: 100px;
	}

	.tabNav-wrap {
		max-width: 500px;
    margin: auto;
    margin-bottom: 70px;
	}

	.tabNav .tab .tablinks {
		font-size: 18px;
    padding: 15px 32px;
	}

	.tabPanel {
		padding-left: 0;
	}
}

@media screen and (max-width: 500px) {
	h2 {
    font-size: 24px;
	}

	h3 {
		font-size: 24px;
		line-height: 32px;
	}

	.header-top {
    height: fit-content;
		padding-bottom: 10px;
	}

	.header-top-center {
		display: block;
	}

	.top-right-menu {
		padding-right: 0;
	}

	.top-social-media {
		justify-content: center;
	}

	.top-social-media a:not(:last-child)::after {
		display: none;
	}

	.top-right-menu ul {
    justify-content: center;
    width: 100%;
		margin-top: 0;
	}

	.main-header-right ul {
    display: block;
	}

	.main-header-right ul li span {
		display: none;
	}

	.main-header-right ul li.header-mail, 
	.main-header-right ul li.header-phone {
		height: 28px;
		display: flex;
    align-items: center;
		margin-bottom: 6px;
	}

	.main-header-right li.header-mail :not(:last-child)::after {
		display: none;
	}

	.main-header-center {
		padding-top: 15px;
    padding-bottom: 15px;
		align-items: center;
	}

	.main-header-right,
	.site-logo {
    padding-top: 0;
	}

	.banner-text h2, .free-consultaion-center h2 {
    font-size: 24px;
    line-height: 32px;
	}

	.banner-text span::after {
		margin: 0 0 5px 10px;
	}

	.item-box {
    flex-basis: calc(50% - 15px);
	}

	.input-wrap  {
		flex-basis: 100%;
	}

	.left-text {
    left: 20px;
    right: 20px;
		max-width: 300px;
	}

	.quote-img {
		margin-right: 10px;
	}

	.left-text p {
		flex-basis: calc(100% - 45px);
	}

	.partners-slider.owl-carousel button.owl-dot {
    width: 10px;
    height: 10px;
		margin: 0 1px;
	}

	.partners-slider.owl-carousel .owl-stage-outer {
    padding-bottom: 35px;
	}

	.footer-wrapper {
		display: block;
	}

	.footer-contact-section, .footer-social-media {
    max-width: 100%;
		padding-top: 20px;
	}

	.footer-heading, .footer-social-media {
		text-align: center;
	}

	.footer-contact-location li:first-child, .footer-social-media-container {
    padding-top: 10px;
	}

	.footer-bottom {
    padding: 20px 0;
	}

	.info-details {
    padding: 0 30px;
	}

	.products-wrap {
    display: block;
    padding-top: 40px;
    padding-bottom: 60px;
	}

	.tabNav-wrap {
		max-width: 300px;
		margin-bottom: 55px;
	}
}