@charset "utf-8";
/*====CSS Document====*/

body {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0;
	background: #fff;
	color: #000000;
	text-align: center;
    font-family: 'Lab Grotesque';
	font-weight: normal;
	display: flex; 
	display: -webkit-flex; 
	flex-wrap:wrap;
	}
div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {margin: 0;padding: 0;}
header, section, footer, aside, nav, main, article, figure {display: flex; display: -webkit-flex; flex-wrap:wrap;}
table, tr, td {border: 0;}
a {outline: none;color: inherit;text-decoration: none;}
img {border: none; max-width: 100%; height:auto;}
li {list-style: none;}
* {box-sizing: border-box;}
.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	}
.for-mob{display:none;}
.for-desk{}
.for-tab{display:none;}
.fl{ float:left;}
.fr{ float:right;}


/*-----------------------
FONTS
------------------------*/
@font-face {
    font-family: 'Lab Grotesque';
    src: url('LabGrotesque-Bold.woff2') format('woff2'),
        url('LabGrotesque-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lab Grotesque';
    src: url('LabGrotesque-Black.woff2') format('woff2'),
        url('LabGrotesque-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lab Grotesque';
    src: url('LabGrotesque-Medium.woff2') format('woff2'),
        url('LabGrotesque-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('Inter-Regular.woff2') format('woff2'),
        url('Inter-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('Inter-Light.woff2') format('woff2'),
        url('Inter-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}




/*-----------------------
MAIN CSS START
------------------------*/
.container {
	width:1170px;
	position:relative;
	flex-direction: column;
	}
.wrapper{
	width:100%;
	overflow:hidden;
	}


/*--------Header Section---------*/

header{
	justify-content: center;
	flex-basis: 100%;
	margin-bottom:70px;
	position:relative;
	z-index:9;
	}
.header__inner{
	height: 130px;
	margin-top: -70px;
	top:70px;
	justify-content: center;
	align-items: center;
	flex-basis: 100%;
	position:relative;
	z-index:1;
	}
header.fixed .header__inner{
	width:100%;
	background:#23366e;
	position: fixed;
	transition: margin .3s ease-out;
	-webkit-transition: margin .3s ease-out;
	margin-top:0;
	top:0;
	-webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
    box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);	
	}
.logo{
	float:left;
	height: 120px;
	width: auto;
    max-width: 100%; 
	object-fit: contain;
	}	
ul.nav-bar{
	display:inline-block;
	vertical-align:middle;
	margin-top: 46px;
	
	}
ul.nav-bar li{
	float:left;
	font-size:18px;
	line-height:25px;
	letter-spacing:0.5px;
	position:relative;
	font-family: 'Inter';
	padding-right:25px;
	}
ul.nav-bar li a{
	display:block;
	color:#ffffff;
	letter-spacing:0.3px;
	}
ul.nav-bar li a:hover,ul.nav-bar li a.active{
	color: #27b5d6;
	}
.header_right{
	float:right;
	margin-top: 47px;
	}
.header-login{
	float:right;
	font-size:18px;
	line-height:24px;
	color:#fff;
	letter-spacing:0.3px;
	}
.header-login img{
	display:inline-block;
	vertical-align:middle;
	margin:-2px 3px 0 0;
	}
.header-btn{
	float:right;
	font-size:24px;
	line-height:28px;
	margin:0 25px 0 0;
	font-weight:900;
	letter-spacing:0.5px;
	color:#ffffff;
	}

/*-------------------
BANNER CSS
---------------------*/	
.banner{
	justify-content: center;
	flex-basis: 100%;
	position:relative;
	background:url(../images/banner.jpg) no-repeat center top;
	background-size: cover;
	padding-bottom: 30px;
	}
.banner:before{
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	height:195px;
	background:#fff;
	content:"";
	}
.banner_content{
	display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
	justify-content: space-between;
	}
.banner_left{
	text-align:left;
	width:60%;
	padding:80px 40px 30px 0;
	position:relative;
	}
.banner_left:before{
	position:absolute;
	left:-2000px;
	bottom:0;
	right:30px;
	border-bottom:1px solid #ddd;
	content:"";
	}
.banner_review-rate{
	font-size:18px;
	line-height:26px;
	color:#ffffff;
	font-weight:bold;
	letter-spacing:0.5px;
	}
.banner_review-rate img{
	display:inline-block;
	vertical-align:middle;
	margin:-5px 10px 0 0;
	}
.banner_heading{
	font-size:60px;
	line-height:66px;
	font-weight:900;
	letter-spacing:-0.5px;
	color:#ffffff;
	margin-top:20px;
	}
.banner_heading span{ color:#27b5d6;}
.banner_text{
	padding-right:40px;
	font-size:19px;
	line-height:26px;
	letter-spacing:0.5px;
	color:#ffffff;
	margin-top:25px;
	}
.regular-font{font-family: 'Inter';}

.common_button{
	display: flex;
    display: -webkit-flex;
	justify-content: start;
	}
.button_center{justify-content: center;}
.common_button a{
	width:350px;
	background:#ef9323;
	margin-top:50px;
	color:#ffffff;
	font-size:26px;
	line-height:28px;
	padding:20px 0;
	font-weight:900;
	border-radius:50px;
	letter-spacing:0.5px;
	text-align:center;
	}
.common_button a img{
	display:inline-block;
	vertical-align:middle;
	margin:-5px -10px 0 15px;
	}
ul.banner_list{
	width: 100%;
    margin-top: 170px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
	gap: 50px;
	}
ul.banner_list li{
	width:30%;
	text-align:left;
	padding-right:20px;
	position:relative;
	}
ul.banner_list li:after{
	position:absolute;
	right:0;
	bottom:0;
	top:15px;
	border-right:1px solid #d8d8d8;
	content:"";
	}
ul.banner_list li:last-child:after{ display:none;}
ul.banner_list li span{
	font-size:40px;
	line-height:42px;
	color:#29396d;
	letter-spacing:0.5px;
	font-weight:bold;
	}
ul.banner_list li p{
	font-size:18px;
	line-height:24px;
	color:#000000;
	margin-top:8px;
	letter-spacing:0.5px;
	margin-top:15px;
	}
.banner_right{
	width:40%;
	background:#1c2c52;
	position:relative;
	}
.banner_right::before{
	position:absolute;
	right:-1000px;
	bottom:0;
	top:0;
	left:100%;
	background:#1c2c52;
	content:"";
	}
.banner_right:after{
	position:absolute;
	left:-30px;
	top:30px;
	bottom:-30px;
	right:-1000px;
	border:1px solid #2977c7;
	content:"";
	}
.hero-img{
	margin:0 auto;
	max-width:none;
	position: relative;
	z-index:2;
	}
.banner_right-review{
	margin-top:50px;
	padding-left:120px;
	text-align:left;
	position:relative;
	}
.inv-comma{
	position:absolute;
	left:35px;
	top:0;
	}
.banner-t-para{
	font-size:16px;
	line-height:22px;
	letter-spacing:0.5px;
	color:#ffffff;
	font-style:italic;
	}
.banner-t-name{
	font-size:13px;
	line-height:22px;
	letter-spacing:0.5px;
	color:#ffffff;
	margin-top:25px;
	}
.banner-t-name span{
	font-size:20px;
	font-weight:500;
	color:#0eafd4;
	font-family: 'Lab Grotesque';
	}
	
	
/*-----------------
SECTION_ONE
-------------------*/
.section_one{
	justify-content: center;
    flex-basis: 100%;
    padding: 75px 0 40px;
	}
.sec1_content{
	display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
	}
.sec1_left{
	width:35%;
	text-align:left;
	margin-right: auto;
	margin-top:25px;
	}
.sec1_imgbox{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:400px;
	position:relative;
	}
.sec1_imgbox:before{
	position:absolute;
	right:-25px;
	top:30px;
	bottom:-25px;
	left:40px;
	content:"";
	border:1px solid #2977c7;
	}
.s1-img{
	display:inline-block;
	vertical-align:middle;
	position:relative;
	}
.satisfied-circle{
	position:absolute;
	right:-85px;
	bottom:45px;
	width:135px;
	height:135px;
	background:#fff;
	border-radius:50%;
	text-align:left;
	padding:30px 20px;
	}
.satisfied-circle span{
	font-size:45px;
	line-height:44px;
	color:#29396d;
	font-weight:bold;
	}
.satisfied-circle img{
	display:block;
	width:70px;
	margin:2px 0;
	}
.satisfied-circle p{
	font-size:12px;
	line-height:20px;
	color:#29396d;
	font-family: 'Inter';
	}
	
.sec1_right{
	width:57%;
	text-align:left;
	}
.subhdng{
	font-size:16px;
	line-height:26px;
	color:#1783df;
	font-weight:500;
	text-transform:uppercase;
	letter-spacing:2px;
	margin-bottom:15px;
	}
.subhdng:before{
	display:inline-block;
	vertical-align:middle;
	width:70px;
	border-bottom:1px solid #187ad0;
	content:"";
	margin:-4px 16px 0 0;
	}
.no-line:before{ display:none;}
.common_heading{
	color: #000000;
    font-size: 50px;
    line-height: 60px;
    font-weight: bold;
	}
.common_text{
	color: #000000;
    font-size: 19px;
    line-height: 26px;
	letter-spacing:0.3px;
	margin-top:25px;
	}
ul.sec1_list{
	margin:35px 0 0;
	}
ul.sec1_list li{
	text-align:left;
	margin-top:15px;
	color: #000000;
    font-size: 19px;
    line-height: 26px;
	letter-spacing:0.3px;
	padding-left:35px;
	font-family: 'Inter';
	background:url(../images/s1-tik.png) no-repeat left 3px;
	}

/*-----------------
SECTION_TWO
-------------------*/
.section_two{
	justify-content: center;
    flex-basis: 100%;
    padding: 70px 0 20px;
	background:#202f59;
	position:relative;
	}
.section_two:before{
	position:absolute;
	left:0;
	top:0;
	right:0;
	height:220px;
	background:#fff;
	content:"";
	}
.sec2_row{
	display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
	}
.sec2_left{
	width:52%;
	background:#fff url(../images/s2-left-bg.jpg) no-repeat center bottom;
	text-align:left;
	padding:20px 35px 160px;
	}
ul.sec2_injury-list{
	display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
	width:100%;
	margin-top:30px;
	}
ul.sec2_injury-list li{
	width:100%;
	text-align:left;
	}
.injury-header{
	padding:20px 0;
	border-bottom:1px solid #ddd;
	font-size:26px;
	line-height:30px;
	color:#dfe0e4;
	font-weight:900;
	cursor:pointer;
	position:relative;
	}
.injury-header.active{
	color:#202f59;
	}
.injury-header.active:after{
	position:absolute;
	right:0;
	top:50%;
	background:url(../images/rght-arw.png) no-repeat center center;
	width:41px;
	height:41px;
	margin-top:-20px;
	content:"";
	}
ul.sec2_injury-list li:last-child .injury-header{ border:none;}
.injury-header img{
	display:inline-block;
	vertical-align:middle;
	margin:-5px 20px 0 0;
	}
.sec2_right{
	width:48%;
	}
.sec2_right-col{
	width:100%;
	/*padding-bottom:30px;*/
	text-align:left;
	}
.injury-img{
	width:100%;
	}
.sec2_right-col-content{
	padding:5px 20px 0 40px;
	}
.color-white{ color:#fff;}
.sec2_right-col .common_button a{ margin-top:30px; width:265px;padding: 18px 0;}


/*-----------------
SECTION_THREE
-------------------*/
.section_three{
	justify-content: center;
    flex-basis: 100%;
    padding:70px 0;
	background:#202f59;
	}
.sec3_row{
	display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin-top:20px;
	}
.sec3_col{
	width:calc(25% - 15px);
	background:#fff;
	padding:25px 20px 25px;
	text-align:center;
	margin-top:30px;
	position:relative;
	}
.s3-icon{
	display:block;
	margin:0 auto 15px;
	width:50px;
	}
.sec3_col h3{
	font-size:26px;
	line-height:30px;
	color:#000000;
	font-weight:bold;
	}
.sec3_col p{
	color: #000;
    font-size: 17px;
    line-height: 24px;
	letter-spacing:0.3px;
    margin-top: 15px;
	font-family: 'Inter';
	}
	
/*-----------------
SECTION_FOUR
-------------------*/
.section_four{
	justify-content: center;
    flex-basis: 100%;
    padding:70px 0 60px;
	}
.sec4_lead-process{
	display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
	margin:0 auto;
	width:100%;
	max-width:1100px;
	position:relative;
	}
.sec4_lead-process:before{
	position:absolute;
	left:50%;
	top:70px;
	bottom:80px;
	border-right:1px solid #c5c5c5;
	content:"";
	}
.lead_process_row{
	display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
	justify-content: space-between;
	margin-top:60px;
	}
.lead_process_col_content{
	width:50%;
	padding:0 30px;
	position:relative;
	}
.lead_process_col_content.fl{
	text-align:right;
	}
.lead_process_col_content.fr{
	text-align:left;
	}
.lead_process_col_content:before{
	position:absolute;
	top:10px;
	width:15px;
	height:15px;
	background:#1783df;
	border-radius:50%;
	content:"";
	}
.lead_process_col_content.fl:before{
	right:-8px;
	}
.lead_process_col_content.fr:before{
	left:-7px;
	}
.lead_process_col_content h3{
	font-size: 30px;
    line-height: 36px;
    color: #000000;
    font-weight: bold;
	}
.lead_process_col_content p{
	color: #000;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 0.4px;
    margin-top: 18px;
    font-family: 'Inter';
	}
.lead_process_col_subhdng{
	width: 50%;
    padding: 0 30px;
    position: relative;
	}
.lead_process_col_subhdng.fr{
	text-align:left;
	}
.lead_process_col_subhdng.fl{
	text-align:right;
	}
.lead_process_col_subhdng p{
	font-size: 16px;
    line-height: 26px;
    color: #1783df;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 6px;
	}
.lead_process_col_subhdng.fr p:before{
	display: inline-block;
    vertical-align: middle;
    width: 50px;
    border-bottom: 1px solid #187ad0;
    content: "";
    margin: -4px 16px 0 0;
	}
.lead_process_col_subhdng.fl p:after{
	display: inline-block;
    vertical-align: middle;
    width: 50px;
    border-bottom: 1px solid #187ad0;
    content: "";
    margin: -4px  0 0 16px;
	}

/*-----------------
SECTION_FIVE
-------------------*/
.section_five{
	justify-content: center;
    flex-basis: 100%;
    padding: 70px 0;
	background:#202f59;
	}
.sec5_content{
	display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
	justify-content: space-between;
	padding:0 45px;
	}
.sec5_left{
	width:60%;
	text-align:left;
	padding:40px 0 0 0;
	}
.s5_subhdng{
	font-size: 20px;
    line-height: 26px;
	letter-spacing:0.5px;
    color: #1783df;
    font-weight: 500;
    margin-bottom: 20px;
	position:relative;
	padding-left:80px;
	}
.s5_subhdng:before {
    content: '';
    position: absolute;
    width: 70px;
    top: 11px;
    left: 0;
    height: 1px;
    background: #1783df;
	}
	
.contact-list{
	width:100%;
	margin-top:35px;
	}
.contact-list li{
	color:#ffffff;
	font-size:18px;
	line-height:26px;
	letter-spacing:0.5px;
	padding-left:40px;
	margin-top:25px;
	position:relative;
	font-weight: 300;
	font-family: 'Inter';
	}
.contact-list li strong{font-weight:600;font-family: 'Lab Grotesque';}
.contact-list li img{
	position:absolute;
	left:0;
	top:3px;
	}

.contact_box{
	float:right;
	width:40%;
	background:#ffffff;
	border-radius:10px;
	padding:20px 20px 25px;
	border:1px solid #1783df;
	}
.contact_boxheading{
	width:100%;
	color:#202f59;
	font-size:35px;
	line-height:42px;
    font-weight: bold;
	text-align:left;
	letter-spacing:0.5px;
	border-bottom:1px solid #9bb7d5;
	padding-bottom:12px;
	}
.contact_form{
	margin-top:10px;
	}
.contact_fields, .contact_msg{
	width: 100%;
    background: #fff;
    border: 1px solid #d7d7d7;
    height: 50px;
    border-radius: 7px;
    margin-top: 14px;
    padding: 0 15px;
    font-family: 'Inter';
    color: #000;
    font-size: 17px;
	letter-spacing:0.3px;
	outline:none;
	}
.frmElement{
	display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
.contact_fields.half{ width:calc(50% - 5px);}
.contact_msg{
	padding:15px;
	height:100px;
	resize:none;
	}
.contact_submit{
	display:block;
	width: 320px;
	max-width: 100%;
    background: #ef9323;
    margin-top: 20px;
    color: #fff;
    font-size: 23px;
    line-height: 24px;
	border-radius:50px;
    padding: 20px 0;
    font-weight: 900;
    letter-spacing: 0.5px;
    transition: all 300ms;
	font-family: 'Lab Grotesque';
	cursor:pointer;
	border:none;
	outline:none;
	}
.contact_submit img{
	display: inline-block;
    vertical-align: middle;
    margin: -5px -10px 0 10px;
	}

/*------------------
FOOTER
------------------*/
.footer_linksec{
	flex-basis: 100%;
	justify-content: center;
	padding:50px 0;
	background:#fff;
	}
.ftr-links-inr{
	display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
.ftr-links-col{
	text-align:left;
	padding-right: 30px;
	}
.ftr-links-col-1{
	width:25%;
	}
.ftr-links-col-4{ padding-right:0;}

.footerLogo{
	display:block;
	max-width:100%;
	width: 120px;
	height: auto;
	}
.footerText{
	font-size:17px;
	line-height:24px;
	color:#000000;
	letter-spacing:0.3px;
	font-family: 'Inter';
	margin-top:25px;
	}
.ftr-links-hd {
    font-size: 20px;
    line-height: 26px;
    color: #197bdc;
    font-weight: bold;
    margin-bottom: 10px;
	}
ul.ftr-links-list{
	}
ul.ftr-links-list li{
	margin:12px 0 0;
	font-size:17px;
	line-height:24px;
	color:#000000;
	text-align:left;
	font-family: 'Inter';
	letter-spacing:0.3px;
	}
ul.ftr-links-list li a{color:#000000;}
ul.social_list{
	}
ul.social_list li{
	margin:15px 0 0;
	font-size:17px;
	line-height:24px;
	color:#000000;
	text-align:left;
	font-family: 'Inter';
	letter-spacing:0.3px;
	position:relative;
	padding-left:28px;
	}
ul.social_list li img{
	position:absolute;
	left:0;
	top:5px;
	}

.footer{
	flex-basis: 100%;
	justify-content: center;
	padding:30px 0;
	background:#fff;
	border-top:1px solid #ddd;
	text-align:center;
	}
.footer_text{
	font-size:17px;
	line-height:24px;
	font-family: 'Inter';
	letter-spacing:0.3px;
	color:#000000;
	}

/*-----------------------
MEDIA-QUERY
------------------------*/

@media only screen and (max-width: 1200px){
.container{width:1004px;}

.banner_left{padding: 50px 30px 30px 0;}
.banner_heading{font-size: 48px;line-height: 60px;}
ul.banner_list{margin-top: 100px;}
.hero-img{width: 700px;}

.common_heading{font-size: 45px;line-height: 55px;}
.common_text{font-size: 18px;}

.sec5_content{ padding:0;}


}

@media only screen and (max-width:1021px){	
.container{width:750px;}
.for-desk{ display:none;}
.for-tab{display:block;}

ul.nav-bar{ display:none;}

header{margin-bottom: 70px;}
.header__inner{height: 115px; margin-top: -70px; top: 70px;}
.logo{width: 190px;}
.header_right {margin-top: 23px;}

.banner:before{height: 180px;}
.banner_left{width: 60%;padding: 40px 30px 30px 0;}
.banner_review-rate{font-size: 16px;line-height: 26px;}
.banner_heading {font-size: 38px;line-height: 48px;}
.banner_text {padding-right: 25px; font-size: 17px; line-height: 26px;margin-top: 20px;}
.common_button a{margin-top: 40px;font-size: 26px; line-height: 28px;width: 330px;}
ul.banner_list{ margin-top:80px;gap: 20px;}
ul.banner_list li { width: 32%;padding-right: 10px;}
ul.banner_list li span {font-size: 28px;line-height: 28px;}
ul.banner_list li p{font-size: 16px;line-height: 22px;margin-top: 15px;}
.hero-img{ width:600px;}
.banner_right-review {margin-top: 40px;padding-left: 60px;}
.inv-comma { left: 14px;width: 30px;}
.banner-t-para {font-size: 16px;line-height: 22px;}

.sec1_left{width: 37%;}
.sec1_imgbox:before{right: -20px;top: 25px;bottom: -20px;left: 30px;}
.common_heading {font-size: 35px;line-height: 44px;}
.common_text {font-size: 17px;margin-top: 20px;}
ul.sec1_list li{font-size: 17px; line-height: 25px;}

.sec2_left{padding: 20px 25px 80px;background-size: 100%;}
.sec2_right-col-content {padding: 5px 20px 0 30px;}
.injury-header{ padding: 15px 0;font-size: 23px; line-height: 26px;}
.injury-header img{ width:35px;margin: -5px 15px 0 0;}
.injury-header.active:after{ background-size:100%; width:30px; height:30px; margin-top:-15px;}

.sec3_col{width: calc(50% - 15px);}

.sec5_left{ width: 52%;}
.s5_subhdng{font-size: 16px;line-height: 24px;padding-left: 50px;}
.s5_subhdng:before{width: 40px;}
.contact-list li{ font-size:16px;}
.contact_box {width: 48%;}
.contact_boxheading{font-size: 32px; line-height: 38px;}

.ftr-links-col-1{ width:100%;margin-bottom: 40px;}

}

@media only screen and (max-width:767px){
.container{max-width:600px; width:100%; padding:0px 15px;}

.for-mob{display:block;}
.hide-mob{display:none;}

.header-login{ display:none;}
header{position: relative; z-index: 9; margin-bottom:55px;}
.header__inner{ box-shadow: 0 5px 5px 0 rgba(0,0,0,0.1); height: 115px; margin-top: -55px; top: 55px;}
.logo{width: auto; height: 100px; margin-top:12px;}
.header_right{margin-top: 16px;}
.header-btn{ font-size: 18px; line-height: 24px; margin: 33px 0 0 0;}

.banner{ padding:0;}
.banner:before{ display:none;}
.banner_left{ width:100%; padding:30px 0;text-align: center;}
.banner_left:before{ display:none;}
.banner_review-rate {font-size: 15px;line-height: 24px;}
.banner_review-rate img {margin: -5px 7px 0 0;width: 80px;}
.banner_heading {font-size: 32px;line-height: 40px;letter-spacing: 0;margin-top: 15px;}
.banner_text{ padding:0;font-size: 16px;line-height: 25px;margin-top: 15px;}
.banner_left .common_button{justify-content: center;}
.common_button a,.sec2_right-col .common_button a {margin-top: 25px;font-size: 22px;line-height: 26px;width: 270px;padding: 16px 0;}

.banner_right{ width:100%;background:none; padding-bottom:25px;}
.banner_right::before,.banner_right:after{ display:none;}
.hero-img{ width:100%; }
.banner_right-review {margin-top: 26px;padding-left: 48px;}
.inv-comma{ left:0;}
.banner-t-para {font-size: 15px;}
.banner-t-name {margin-top: 18px;}
.banner-t-name span{ font-size:16px;}

.banner_list-mob{ display:inline-block; vertical-align:middle; width:calc(100% + 30px); margin:0 0 0 -15px; background:#fff; padding:20px 15px; border-bottom:1px solid #ddd;}
ul.banner_list{ margin:0; gap: 18px;}
ul.banner_list li {width: 30%;}
ul.banner_list li:after {right: -2px;bottom: 5px;top: 5px;}
ul.banner_list li span { font-size: 23px;line-height: 23px;}
ul.banner_list li p {font-size: 14px;line-height: 20px;margin-top: 10px;}

.section_one{ padding:30px 0;}
.sec1_right{ width:100%;}
.sec1_left{ width:100%;text-align: center; padding:0 10px 20px 0;}
.subhdng{font-size: 14px; line-height: 20px;margin-bottom: 10px;}
.subhdng:before {width: 50px;margin: -4px 10px 0 0;}
.common_heading {font-size: 28px;line-height: 34px;}
.sec1_imgbox{max-width: 320px;}
.sec1_imgbox:before {right: -15px;top: 20px;bottom: -15px;left: 20px;}
.common_text{ font-size:16px;line-height: 25px;margin-top: 15px;}
ul.sec1_list {margin: 25px 0 0;}
ul.sec1_list li {font-size: 16px;}

.section_two{ padding:30px 0 20px;}
.sec2_left{ width:100%;padding: 0px 15px 0; background-image:none;}
ul.sec2_injury-list{border-top:1px solid #ddd;border-bottom:1px solid #ddd;margin-top: 25px; width:calc(100% + 30px); margin-left:-15px;}
ul.sec2_injury-list li{ width:33.33%; text-align:center;}
.injury-header img{ display:block; margin:0 auto 5px;}
.injury-header {padding:15px 10px 15px;font-size: 17px;line-height: 22px; border:none; border-right:1px solid #ddd;}
.injury-header.active:after{ display:none;}
.sec2_right{ width:100%;}
.sec2_right-col{ padding:0;}
.sec2_right-col-content{ padding:5px 10px;}

.section_three{ padding:30px 0;}
.sec3_row{ margin-top:10px; padding:0 15px;}
.sec3_col{ width:100%;margin-top:17px;}
.sec3_col h3 {font-size: 24px;line-height: 27px;letter-spacing: 0.3px;}
.sec3_col p{ font-size:16px;}

.section_four{ padding:30px 0;}
.sec4_lead-process:before{ left:0;top: 45px;}
.lead_process_row{ margin-top:30px;}
.lead_process_row.reverse{flex-direction: column-reverse;}
.lead_process_col_content{ width:100%; padding:0 0 0 30px;}
.lead_process_col_content:before{top: -22px;}
.lead_process_col_content.fl{ text-align:left;}
.lead_process_col_content.fl:before{ right:auto; left:-7px;}
.lead_process_col_content h3{font-size: 24px;line-height: 30px; margin-top:8px;}
.lead_process_col_content p {font-size: 16px;line-height: 24px;margin-top: 10px;}

.lead_process_col_subhdng{ width:100%; padding:0 0 0 30px;}
.lead_process_col_subhdng.fl{ text-align:left;}
.lead_process_col_subhdng p{font-size: 14px;line-height:24px;}
.lead_process_col_subhdng.fr p:before{width: 35px;margin: -4px 10px 0 0;}
.lead_process_col_subhdng.fl p:after{ display:none;}
.lead_process_col_subhdng.fl p:before{display: inline-block;vertical-align: middle;width: 35px;border-bottom: 1px solid #187ad0;content: "";margin: -4px 10px 0 0;}

.section_five{ padding:30px 0;}
.sec5_left{ width:100%; padding:0 5px;}
.s5_subhdng {font-size: 14px; line-height: 24px;padding-left: 37px;}
.s5_subhdng:before { width: 30px;}
.sec5_left .common_heading{font-size: 30px;line-height: 38px;}
.contact-list {margin-top:20px;}
.contact-list li{ font-size:16px; padding-left:35px; margin-top:15px;}
.contact-list li img{ width:18px;}
.contact_box{ width:100%; margin-top:30px;padding:15px 20px 25px;}
.contact_boxheading{font-size: 28px; line-height: 35px;}
.contact_fields, .contact_msg{ font-size:15px;}
.contact_submit{width: 230px;padding: 15px 0;font-size: 21px;}

.footer_linksec{ padding:30px 0;}
.footerLogo{ width: 100px; height: auto;}
.ftr-links-col-1{ padding-right:15px;margin-bottom: 30px;}
.footerText {font-size: 15px;line-height: 24px;margin-top: 20px;}
.ftr-links-hd {font-size: 18px;line-height: 24px;}
ul.ftr-links-list li{font-size: 16px;line-height: 22px;}
.ftr-links-col-4{ margin-top:30px;}

.footer{padding: 20px 0;}
.footer_text{font-size: 14px;line-height: 22px;}

}