@charset "utf-8";
/*====CSS Document====*/

body {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0;
	background: #ffffff;
	color: #000000;
	text-align: center;
    font-family: 'Inter';
	font-weight: normal;
	}
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: block;}
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;}
.img-full {max-width: 100%;}
.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	}
.fl{ float:left;}
.fr{ float:right;}

/*-----------------------
FONTS
------------------------*/

@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-Medium.woff2') format('woff2'),
	url('Inter-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
	}

@font-face {
    font-family: 'Inter';
    src: url('Inter-SemiBold.woff2') format('woff2'),
	url('Inter-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
	}

@font-face {
    font-family: 'Inter';
	src: url('Inter-Bold.woff2') format('woff2'),
	url('Inter-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
	}

@font-face {
	font-family: 'Inter';
	src: url('Inter-ExtraBold.woff2') format('woff2'),
	url('Inter-ExtraBold.woff') format('woff');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
	}

@font-face {
    font-family: 'Archivo';
	src: url('Archivo-ExtraBold.woff2') format('woff2'),
	url('Archivo-ExtraBold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
	}

/*-----------------------
MAIN CSS START
------------------------*/

.container {
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	}
	
/*-----------------------
HEADER
------------------------*/	
.header{
	float:left;
	width:100%;
	height:80px;
	background:#ffffff;
	padding:10px 0;
	}				
.logo{
	    float: left;
    margin-top: 0;
    max-width: 100%;
    height: 70px;
    object-fit: contain;
    position: relative;
    top: -6px;
	}
.header_contact{
	float:right;
	text-align:left;
	letter-spacing:0.3px;
	padding-left:50px;
	margin-top:12px;
	position:relative;
	}	
.header_contact img{
	position:absolute;
	top:3px;
	left:0;
	}	
.header_contact p{
	color:#000;
	font-size:13px;
	line-height:13px;
	}
.header_contact span{
	display:inline-block;
	vertical-align:top;
	color:#1464d2;
	font-size:22px;
	line-height:22px;
	font-weight:bold;
	margin-top:5px;
	}	

/*-----------------------
TOP STRIP
------------------------*/	
.top_strip{
	float:left;
	width:100%;
	background:#ecf4ff;
	padding:8px 0;
	}
.top_strip p{
	color:#000;
	font-size:16px;
	line-height:18px;
	letter-spacing:0.5px;
	}
.strip_dot{
	display:inline-block;
	vertical-align:middle;
	width:8px;
	height:8px;
	background:#e5202c;
	border-radius:50%;
	margin:-2px 12px 0 0;
	border-radius:50%;
	box-shadow:0 0 0 3px rgba(239, 210, 219, 1);
	
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
	}
@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}	

/*========Banner========*/
.banner{
	float:left;
	width:100%;
	padding:35px 0 55px;
	}	
.banner_left{
	float:left;
	width:57%;
	text-align:left;
	padding-top:38px;
	}
.banner_title{
	float:left;
	width:100%;
	color:#2c2c2c;
    font-size:15px;
	line-height:23px;
	letter-spacing:-0.4px;
    font-weight:500;
	}
.banner_title_star{
	display:inline-block;
	vertical-align:middle;
	width:105px;
	margin:-4px 12px 0 0;
	}
.banner_heading{
	float:left;
	width:100%;
	color:#1464d2;
    font-size:58px;
	line-height:64px;
    font-weight:800;
	font-family: 'Archivo';
	letter-spacing:0.5px;
    margin-top:20px;
	}
.banner_paragraph{
	float:left;
	width:64%;
	color:#000000;
    font-size:18px;
	line-height:28px;
    margin-top:30px;
	}
.banner_review_box{
	float:left;
	width:100%;
	text-align:left;
	border:3px solid #8dbdff;
	border-radius:8px;
	padding:30px 270px 30px 25px;
	margin-top:55px;
	position:relative;
	}
.banner_review_image {
    position: absolute;
    bottom: 0;
    right: 0px;
    max-width: 300px;
}
.banner_review_quote{
	position:absolute;
	top:-18px;
	left:20px;
	border-radius:50%;
	width:36px;
	}
.banner_review_star{
	display:block;
	width:136px;
	}
.banner_review_paragraph{
	color:#000000;
    font-size:19px;
	line-height:31px;
	font-style:italic;
	letter-spacing:-0.2px;
    margin-top:15px;
	}
.banner_review_user_name{
	color:#000000;
    font-size:18px;
	font-weight:700;
	line-height:14px;
	margin-top:28px;
	}
.banner_review_user_name span{
	color:#00b66b;
    font-size:14px;
	font-weight:500;
	}
.banner_verify_tick{
	display:inline-block;
	vertical-align:middle;
	width:15px;
	margin:-3px 7px 0 15px;
	}
.banner_right{
	float:right;
	width:39%;
	z-index:1;
	position:relative;
	margin-bottom: 15px;
	}
.form_box{
	float:left;
    width:100%;
    background:#fff;
    border-radius:15px;
    box-shadow:0 0 10px 4px rgba(0,0,0,0.1);
    -webkit-box-shadow:0 0 10px 4px rgba(0,0,0,0.1);
	overflow:hidden;
	}
.form_heading_box{
	float:left;
    width:100%;
	text-align:left;
	background:#1464d2;
	padding:11px 110px 11px 25px;
	position:relative;
	}
.form_heading_box:after{
    content: '';
    position: absolute;
    left:28px;
    bottom:-8px;
    border-left:12px solid #ffffff;
    border-right:12px solid #ffffff;
    border-top:8px solid #1464d2;
	}
.form_heading_box p{
	color:#ffffff;
    font-size:28px;
    line-height:34px;
    font-weight:800;
	}
.cash_icon{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	right:15px;
	width:70px;
	border-radius:50%;
	}
.frm-sec{
   	float:left;
    width:100%;
	padding:22px 25px 25px;
	}
.start_text{
	float:left;
	width:100%;
	color:#000000;
    font-size:18px;
    line-height:26px;
	}
.form_strip{
	float:left;
	width:100%;
	background:#c2f58e;
	border-radius:6px;
	padding:9px 10px;
	margin:15px 0 20px;
	position:relative;
	}
.form_strip p{
	color:#000000;
    font-size:16px;
    line-height:16px;
    font-weight:500;
	}
.form_strip_icon{
	display:inline-block;
	vertical-align:middle;
	margin:-4px 10px 0 0;
	width:16px;
	}
.frmfield{
	float:left;
    width:100%;
    border-radius:4px;
	margin-bottom:16px;
	}
.frmfield label{
    float:left;
    width:100%;
    color:#000;
    font-size:16px;
	line-height:24px;
	font-family: 'Inter';
	font-weight:600;
	text-align:left;
	}
.input-fld{
    float:left;
    width:100%;
    height:50px;
	color:#000;
    font-size:16px;
    background:#fff;
	text-align:left;
    border-radius:5px;
	font-family: 'Inter';
	border:1px solid #bdbdbd;
	font-weight:normal;
	padding:0 10px;
    outline:none;
    -webkit-appearance:none;
	margin-top:5px;
	}
.input-fld:focus{
	border:1px solid #287cd6;
	transition:all ease .5s;
	box-shadow:5px 5px 8px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow:5px 5px 8px 2px rgba(0,0,0,0.1);
	}  
.input-fld.half-fld{
	width:48%;	
	}
.input-fld.margin-rgt{
	margin-right:4%;
	}
select.input-fld{background:url(../images/select-arw.png)no-repeat center right 10px #fff; padding-right:25px;}
.input-fld.amount-input{background:url(../images/dollar-icon.png)no-repeat center left 8px #fff; background-size:26px; padding-left:40px;}
         
.form_button_box{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	margin-top:15px;
	}
.form_button{
	display:inline-block;
	vertical-align:middle;
	width:100%;
    color:#ffffff;
    font-size:22px;
	line-height:22px;
	letter-spacing:0.5px;
    font-weight:bold;
    text-align:center;
	border-radius:6px;
	text-transform:uppercase;
	background:#01bd4d;
	-webkit-box-shadow: 0 3px 3px 1px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px 1px rgba(0,0,0,0.2);
	-webkit-appearance: none;
	outline:none;
	border:none;
	padding:20px 0;
	margin-top:8px;
	cursor:pointer;
	font-family: 'Inter';
	}
.form_button_arrow{
	display:inline-block;
	vertical-align:middle;
	margin:-3px -7px 0 12px;
	width:21px;
	}
.form_button_text1{
	color:#0d0d0d;
    font-size:16px;
    line-height:24px;
	}
.form_button_text2{
	color:#0d0d0d;
    font-size:14px;
    line-height:24px;
	margin-top:10px;
	}
.form_buttom_link{
	color:#1072f9;
	font-weight:600;
	text-decoration:underline;
	}
.form_text{
	float:left;
	width:100%;
	color:#848484;
    font-size:12px;
    line-height:18px;
	text-align:left;
	margin-top:15px;
	}
.policy_link{
	float:left;
	width:100%;
	color:#1072f9;
    font-size:14px;
    line-height:14px;
	font-weight:600;
	text-decoration:underline;	
	margin-top:15px;
	}
	
/*----Featured Section-----*/
.featured__section{
	float:left;
	width:100%;
	padding:25px 0 25px;
	background:#f1f7ff;
	}
.featured__icon{
	float:left;
	width:100%;
	display:flex;
	justify-content:center;
	}
.featured__icon li{
	width:30%;
	padding:0 40px;
	border-right:1px solid #b3d4e4;
	}
.featured__icon li:last-child{ border-right:none;}
.social_icons{
	display:block;
	margin:0 auto;
	width:155px;
	}
.social_stars{
	display:inline-block;
	vertical-align:top;
	margin-top:7px;
	width:108px;
	}	
.featured__icon li p{
	color:#000;
	font-size:17px;
	line-height:17px;
	letter-spacing:0.3px;
	margin-top:10px;
	}
	
/*-------COMMON-CSS-------*/
.common_heading{
	color:#000000;
	font-size:42px;
	line-height:48px;
	font-family: 'Archivo';
	font-weight:800;
	letter-spacing:0.5px;
	}	
.common_paragraph{
	color:#000000;
	font-size:18px;
	line-height:28px;
	margin-top:20px;
	}
.button_box{
    display:inline-block;
    vertical-align:middle;
    max-width:420px;
	width:100%;
	text-align:center;
	margin-top:50px;
	}	
.deadline_text{
	display:inline-block;
    vertical-align:middle;
	color:#000;
    font-size:14px;
    line-height:18px;
	letter-spacing:0.3px;
	background:#fffed9;
    border:1px dashed #d95a05;
    padding:8px 15px;
    border-radius:5px;
	position:relative;
	animation:jump ease-in-out 1.5s infinite;
	margin-bottom:10px;
	}
.deadline_text:after{
	content:"";
	position: absolute;
    left:37px;
    width:10px;
    height:10px;
    bottom:-6px;
    border-right:1px dashed #d95a05;
    border-top:1px dashed #d95a05;
    transform:rotate(137deg);
    background:#fffed9;
	}
@keyframes jump{
	0%{transform: translateY(0);}
	50%{transform: translateY(-10px);}
	100%{transform: translateY(0);}
	}		
.dot_animate{
	animation:breath 1s ease-in-out infinite;
	}
@keyframes breath{
	0%{opacity:1;}
	30%{opacity:0;}
	100%{opacity:1;}
	}	
.common_button{
	display:inline-block;
	vertical-align:middle;
	width:100%;
    color:#ffffff;
    font-size:22px;
	line-height:22px;
    font-weight:bold;
    text-align:center;
	border-radius:6px;
	background:#01bd4d;
	padding:22px 0;
	}
.button_arrow{
	display:inline-block;
	vertical-align:middle;
	margin:-3px -7px 0 12px;
	width:21px;
	}		
.secure_text{
	display:inline-block;
	vertical-align:top;
	color:#262626;
	font-size:14px;
	line-height:14px;
	font-weight:500;
	margin-top:12px;	
	}
.secure_text img{
	display:inline-block;
	vertical-align:middle;
	margin:-6px 8px 0 0;
	width:12px;
	}			
	
/*========Section-1========*/
.section1{
	float:left;
	width:100%;
	padding:65px 0;
	}
.section1_content{
	display:inline-block;
	vertical-align:middle;
	max-width:1085px;
	width:100%;
	}
.section1_content_left{
	float:left;
	width:42%;
	}
.section1_content_box{
	float:left;
	width:100%;
	border:1px solid #ebebeb;
	border-radius:12px;
	overflow:hidden;
	}
.section1_content_box_top{
	float:left;
	width:100%;
	background:#ecf4ff;
	padding:17px 10px;
	}
.section1_content_box_top p{
	color:#000000;
	font-size:18px;
	line-height:18px;
	font-weight:500;
	}
.green_dot{
	display:inline-block;
	vertical-align:middle;
	width:10px;
	height:10px;
	background:#01bd4d;
	border-radius:50%;
	margin:-2px 12px 0 0;
	border-radius:50%;
	box-shadow:0 0 0 3px rgba(186, 232, 217, 1);
	
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
	}	
.section1_content_box_bottom{
	float:left;
	width:100%;
	background:#ffffff;
	padding:20px 30px 25px;
	}
.section1_content_box-image{
	display:block;
	margin:0 auto;
	width:370px;	
	}
ul.section1_list{
	display:inline-block;
	vertical-align:middle;	
	max-width:360px;
	width:100%;
	text-align:left;
	}
ul.section1_list li{
	float:left;
	width:100%;
	border-bottom:1px solid #efefef;
	padding:15px 10px 15px 70px;
	position:relative;
	}
ul.section1_list li:last-child{padding-bottom:0; border-bottom:none;}
ul.section1_list li p{
	color:#000000;
	font-size:17px;
	line-height:25px;
	font-weight:600;
	letter-spacing:0.5px;
	}
ul.section1_list li p span{
	color:#6a6a6a;
	font-size:16px;
	font-weight:400;
	}
.section1_list_icon{
	position:absolute;
	top:20px;
	left:15px;
	width:41px;
	}

.section1_content_right{
	float:right;
	width:51%;
	text-align:left;
	}

/*========Section-2========*/
.section2{
	float:left;
	width:100%;
	background:#f6fbff;
	padding:65px 0;
	}
.s2_content{
	display:inline-block;
	vertical-align:top;
	max-width:850px;
	width:100%;
	margin-top:10px;
	}
.s2_row{
	float:left;
	width:100%;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	position:relative;
	}
.s2_row:before{
	content:'';
	position:absolute;
	left:30px;
	top:60px;
    bottom:-62px;
	border-left:2px dotted #1464d2;
	}
.s2_row:last-child:before{display:none;}
.s2_row_left{
	width:10%;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display:flex;
	flex-wrap:wrap;
	justify-content:start;
	align-items:center;
	}
.s2_row_number{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	display:flex;
	justify-content:center;
	align-items:center;
	width:60px;
	height:60px;
	background:#1464d2;
	border-radius:50%;
	color:#ffffff;
    font-size:30px;
    line-height:30px;
    font-weight:800;
	font-family: 'Archivo';
	text-align:center;
	position:relative;
	}
.s2_row_right{
	width:87%;
	padding:45px 0;
	border-bottom:1px solid #b3d3ff;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	text-align:left;
	}
.s2_row:last-child .s2_row_right{border-bottom:none;}
.s2_row_heading{
	width:35%;
	}
.s2_row_heading p{
	color:#1f1f1f;
    font-size:26px;
    line-height:32px;
    font-weight:bold;
	}
.s2_row_heading p span{
	display:inline-block;
	vertical-align:top;
	color:#1061f6;
	font-size:20px;
	font-weight:400;
	margin-bottom:5px;
	}
.s2_row-paragraph{
	width:57%;
	}
.s2_row-paragraph p{	
	color:#000;
    font-size:18px;
    line-height:26px;
    letter-spacing:0.5px;
	}
.section2 .button_box{margin-top:30px;}

/*========Section-3========*/
.section3{
	float:left;
	width:100%;
	padding:65px 0;
	}
.section3_row{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	width:100%;
	margin-top:20px;
	}
.section3_column{
	width:31.5%;
	text-align:left;
	background:#1b3558;
	border-radius:10px;
	padding:100px 55px 85px 25px;
	margin-top:15px;
	}
.section3_column:nth-child(1){background:url(../images/s3-col1-bg.jpg)no-repeat center top; background-size:cover;}
.section3_column:nth-child(2){background:url(../images/s3-col2-bg.jpg)no-repeat center top; background-size:cover;}
.section3_column:nth-child(3){background:url(../images/s3-col3-bg.jpg)no-repeat center top; background-size:cover;}
.section3_column_quote{
	display:block;
	width:33px;
	}
.section3_column_paragraph{
	color:#ffffff;
	font-size:18px;
	line-height:28px;
	min-height:140px;
	margin-top:10px;	
	}
.section3_column_user_name{
	color:#ffffff;
	font-size:20px;
	line-height:20px;
	font-weight:bold;
	margin-top:20px;		
	}
.section3_column_star{
	display:inline-block;
	vertical-align:middle;
	margin:-6px 10px 0 0;	
	width:88px;
	}
	
/*========Section-4========*/
.section4{
	float:left;
	width:100%;
	background:#f6fbff;
	padding:65px 0;
	}
.section4_left{
	float:left;
	width:45%;
	}
.section4_image{
	display:inline-block;
	vertical-align:middle;
	border-radius:15px;	
	}
.section4_right{
	float:right;
	width:49%;
	text-align:left;
	}	
	
/*========Section-5========*/
.section5{
	float:left;
	width:100%;
	padding:65px 0;
	}
.faq-container{
	display:inline-block;
	vertical-align:middle;	
	max-width:830px;
	width:100%;
	text-align:left;
	margin-top:15px;
	}
.up-slide-dwn{
	float:left;
    width:100%;
	border:2px solid #f0f0f0;
	border-radius:10px;
	margin-top:15px;
	}
.accordion{
	float:left;
    width:100%;
    text-align:left;
    background:url(../images/open-btn.png) no-repeat right 3% center;
    padding:30px 50px 25px 25px;
	color:#1f1f1f;
    font-size:22px;
    line-height:22px;
    font-weight:bold;
    cursor:pointer;
	}
.acdn-heading.accordion-open{
	background:url(../images/close-btn.png) no-repeat right 3% center;
	}
.acdn-content{
	float:left;
    width:100%;
    padding:0 50px 25px 25px;
	}
.acdn-para{
	float:left;
    width:100%;
	color:#000;
    font-size:18px;
    line-height:28px;
	letter-spacing:0.5px;
	}	

/*-----FOOTER-------*/
.footer{
	float:left;
	width:100%;
	background:#fff;
	border-top:1px solid #d7d7d7;
	padding:20px 0 40px;
	}
.footer-txt1{
	font-size:16px;
	line-height:22px;
	letter-spacing:0;
	color:#000;
	margin-top:30px;
	}
.footer-txt1 a{ padding:0 5px;}
.footer-txt2{
	font-size:14px;
	line-height:22px;
	letter-spacing:0;
	color:#000;
	font-weight:300;
	margin-top:25px;
	text-align:left;
	}
.disclmr_text{
	font-size:13px;
	line-height:20px;
	color:#333;
	font-weight:400;
	text-align:left;
	margin-top:30px;
	letter-spacing:0.2px;
	}
.textup{ text-transform:uppercase;}
.disclmr_text .unline{ text-decoration:underline;}
	
/*-----------------------
MEDIA-QUERY
------------------------*/
.show-mob, .show-tab{display:none;}

@media only screen and (max-width: 1200px){
.container{width:1004px;}

.common_heading{font-size:40px; line-height:46px;}
.banner_heading{font-size:54px; line-height:60px;}
.section1_content_left{width:44%;}
.section3_column{padding:100px 25px 85px 25px;}
.form_heading_box p {font-size:23px; line-height:31px;}

}

@media only screen and (max-width:1024px){	
.container{width:750px;}
.show-tab{ display:block;}
.show-desk{ display:none;}

.common_heading{font-size:30px; line-height:38px;}
.common_paragraph{font-size:17px; line-height:25px; letter-spacing:0.3px; margin-top:15px;}
.button_box{margin-top:35px;}
.deadline_text{font-size:13px;}
.common_button{font-size:20px; line-height:20px;}
.button_arrow{margin:-3px -7px 0 7px; width:18px;}
.secure_text{font-size:13px; line-height:13px;}

.header{height:65px; padding:6px 0;}
.logo{width:120px;height: 60px;}
.header_contact{margin-top:8px;}
.header_contact img{width:35px;}
.header_contact span{font-size:20px; line-height:20px;}

.top_strip p{font-size:15px; line-height:17px;}

.banner{padding:35px 0 40px;}
.banner_left{width:54%; padding-top:0;}
.banner_title_star{width:80px; margin:-2px 6px 0 0;}
.banner_heading{font-size:38px; line-height:46px; margin-top:10px;}
.banner_paragraph{width:100%; margin-top:15px;}

.banner_review_box{
	/*overflow-x: clip; */
	padding:25px 130px 25px 20px; margin-top:30px;}
.banner_review_star{width:110px;}
.banner_review_paragraph{font-size:16px; line-height:24px; letter-spacing:0.3px; margin-top:10px;}
.banner_review_user_name{font-size:17px; margin-top:20px;}
.banner_verify_tick{margin:-3px 5px 0 10px;}
.banner_review_image{width:207px;}

.banner_right{width:44%;}
.form_heading_box{padding:11px 75px 11px 20px;}
.cash_icon{width:60px;}
.form_heading_box p{font-size:20px; line-height:28px;}
.frm-sec{padding:22px 16px 25px;}
.frmfield{margin-bottom:10px;}
.start_text{font-size:16px; line-height:22px;}
.form_strip{padding:12px 6px; margin:15px 0;}
.form_strip_icon {margin:-2px 6px 0 0; width:12px;}
.form_strip p{font-size:14px; line-height:14px;}
.input-fld{height:50px;}
.form_button_text1{font-size:13px; line-height:21px; letter-spacing:0.3px;}
.form_button{font-size:20px; line-height:26px; padding:19px 0 16px;}
.form_button_arrow{margin:-4px -7px 0 12px;  width:18px;}
.form_button_text2{font-size:13px; line-height:23px;}
.form_text{width:100%;}

.featured__icon li{ padding:0 15px;}
.social_stars{ width:85px;}
.featured__icon li p{ font-size: 15px; line-height: 15px;}

.section1{padding:40px 0;}
.section1_content_left{width:45%;}
.section1_content_box_top p{font-size:18px; line-height:18px; letter-spacing:0.3px;}
.section1_content_box_bottom{padding:20px 18px 25px;}
ul.section1_list li{padding:15px 10px 15px 60px;}
ul.section1_list li p{font-size:16px; line-height:24px;}
ul.section1_list li p span{font-size:15px;}
.section1_list_icon{left:10px; width:40px;}

.section2{padding:40px 0;}
.s2_row_number{width:50px; height:50px; font-size:28px; line-height:27px;}
.s2_row:before{left:24px;}
.s2_row_right{padding:35px 0;}
.s2_row_heading p{font-size:23px; line-height:27px;}
.s2_row_heading p span{font-size:18px;}
.s2_row-paragraph{width:58%;}
.s2_row-paragraph p{font-size:18px; line-height:26px;}
.section2 .button_box{margin-top:20px;}

.section3{padding:40px 0;}
.section3_row{margin-top:10px;}
.section3_column{width:32%; padding:55px 20px;}
.section3_column_paragraph{font-size:17px; line-height:25px; letter-spacing:0.3px; min-height:175px;}
.section3_column_user_name{font-size:18px; line-height:18px;}

.section4{padding:40px 0;}
.section4_right{width:51%;}

.section5{padding:40px 0;}
.faq-container{margin-top:15px;}
.accordion{font-size:20px; line-height:20px; padding:25px 50px 20px 25px;}

.footer-txt1{margin-top:20px;}
.disclmr_text{margin-top:20px;}

}

@media only screen and (max-width:767px){
.container{ max-width:600px; width:100%; padding:0px 15px; box-sizing:border-box;}
.show-mob{ display:block;}
.hide-mob{ display:none;}

.common_heading{font-size:28px; line-height:33px;}
.common_paragraph{font-size:16px; line-height:24px; margin-top:20px;}
.deadline_text{font-size:12px; line-height:18px; padding:8px 8px;}
.strip_dot{width:5px; height:5px; margin:-2px 8px 0 0;}
.common_button{font-size:19px; line-height:19px; padding:20px 0;}
.button_arrow{margin:-3px -5px 0 5px; width:16px;}
.secure_text{font-size:12px; line-height:12px;}
.secure_text img{margin:-5px 5px 0 0; width:10px;}

.header{height:55px; padding:6px 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{ width: 65px;
        top: -14px;}
.header_contact{margin-top:4px; padding-left:32px;}
.header_contact img{top:6px; width:25px;}	
.header_contact p{font-size:10px; line-height:11px;}	
.header_contact span{font-size:17px; line-height:18px;}	
	
.top_strip p{font-size:12px; line-height:13px;}

.banner{padding:20px 0 0;}
.banner_left{width:100%; text-align:center;}
.banner_title{font-size:12px; line-height:12px;}
.banner_title_star{width:75px; margin:-3px 5px 0 0;}
.banner_heading{font-size:32px; line-height:34px; margin-top:0;}
.banner_paragraph{font-size:16px; line-height:24px; letter-spacing:0.3px; margin-top:12px;}

.banner_review_box{border-width:2px; padding:25px 145px 20px 13px; margin-top:20px;background: #f6f6f6;}
.banner_review_quote{top:-15px; left:15px; width:30px;}
.banner_review_star{width:90px;}
.banner_review_paragraph{font-size:14px; line-height:20px; letter-spacing:0.5px; margin-top:0;}
.mobile_banner_review_image{position:absolute; bottom:0; right:0; width:160px;}
.banner_review_user_name{font-size:15px; margin-top:15px;}
.banner_review_star2{ display:inline-block; vertical-align:middle;width:80px; margin:-3px 3px 0 0;}
.banner_verify_tick{width:11px; margin:-3px 5px 0;}

.banner_right{width:100%; margin-top:20px;}
.form_box{width:calc(100% + 30px); margin-left:-15px; border-radius:0;  box-shadow:none;}
.frm-sec{padding:20px 15px 25px;}
.form_heading_box p{font-size:24px; line-height:32px;}
.cash_icon{width:55px;}
.form_strip{padding:10px 6px; margin:12px 0 15px;}
.input-fld{font-size:15px;}
.form_button_box{margin-top:10px;}

.featured__section{border-bottom:1px solid #eeeeee; padding:25px 0 20px;}
.featured__icon{width:calc(100% + 30px); margin-left:-15px;}
.featured__icon li{width:auto; padding:0 20px;}
.social_icons{width:115px;}
.featured__icon li p{font-size:14px; line-height:17px; margin-top:7px;}

.section1{padding:35px 0;}
.section1_content_right{width:100%; text-align:center;}
.section1_content_box{margin-top:25px; box-shadow:0 0 8px 1px rgba(0, 0, 0, 0.1); -webkit-box-shadow:0 0 8px 1px rgba(0, 0, 0, 0.1); border-radius:10px;}
.section1_content_box_top{padding:16px 10px;}
.section1_content_box_top p{font-size:17px; line-height:17px;}
.section1_content_box_bottom{padding: 20px 15px 25px;}
ul.section1_list{max-width:300px;}
.section1 .deadline_text{font-size:11px;}
.section1 .common_button{font-size:18px; line-height:18px; padding:21px 0;}

.section2{padding:35px 0;}
.s2_row_left{width:15%; align-items: start; padding-top:25px;}
.s2_row_right{width:80%; padding:15px 0; border-bottom:none;}
.s2_row_heading{width:100%;}
.s2_row_heading p{font-size:22px; line-height:28px;}
.s2_row_heading p span{font-size:16px;}
.s2_row-paragraph{width:100%;}
.s2_row-paragraph p{font-size:16px; line-height:24px; letter-spacing:0.3px; margin-top:8px;}
.section2 .button_box{margin-top:15px;}

.section3{padding:35px 0;}
.section3_row{padding:0 5px; margin-top:8px;}
.section3_column{width:100%; padding:100px 50px 30px 25px;}
.section3_column:nth-child(3){padding:170px 50px 30px 25px;}
.section3_column_paragraph{min-height:auto; margin-top:15px; font-size:16px; letter-spacing:0.5px;}
.section3_column_user_name{font-size:15px; line-height:16px; letter-spacing:0.3px; margin-top:25px;}
.section3_column_star{margin:-3px 8px 0 0; width:70px;}

.section4{padding:35px 0;}
.section4_right{width:100%; text-align:center;}
.mobile_section4_image{display:block; margin:16px auto 20px; border-radius:10px;}
.section4 .common_paragraph{text-align:left;}

.section5{padding:35px 0;}
.faq-container{margin-top:10px;}
.accordion{background-position:right 4% center; padding:15px 30px 13px 15px; font-size:17px; line-height:25px;}
.acdn-heading.accordion-open{background-position:right 4% center;}
.acdn-content{padding:0 15px 20px;}   
.acdn-para{font-size:16px; line-height:26px; letter-spacing:0.5px;}

.footer {padding:10px 0 30px;}
.footer-txt1{font-size:13px;line-height:20px; letter-spacing:0.3px;}
.footer-txt2{letter-spacing:0.3px;}
.medi_disclmr{font-size:16px; line-height:20px; margin-top:20px;}
.disclmr_text{font-size:12px; line-height:20px; letter-spacing:0;}

}