@charset "utf-8";

/* CSS Document */



body {

	top:0;

	bottom:0;

	left:0;

	right:0;

	margin:auto;

	padding:0;

	background:#fff;

	color:#000;

	text-align:center;

	-webkit-font-smoothing: antialiased;

	-moz-font-smoothing: antialiased;

	font-smoothing: antialiased;

	font-family: 'Public Sans';

	}

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:#333; text-decoration:none;}

a:hover {outline: none; text-decoration:none;}

img {border:none; height:auto;}

li {list-style:none;}

*{box-sizing:border-box;}

.clearall{

	clear:both;

	font-size:1px;

	line-height:1px;

	height:1px;

	}



/*-----------------------

FONTS

------------------------*/

@font-face {

    font-family: 'Public Sans';

    src: url('PublicSans-Bold.woff2') format('woff2'),

        url('PublicSans-Bold.woff') format('woff');

    font-weight: bold;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'Public Sans';

    src: url('PublicSans-ExtraBold.woff2') format('woff2'),

        url('PublicSans-ExtraBold.woff') format('woff');

    font-weight: 800;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'Public Sans';

    src: url('PublicSans-Regular.woff2') format('woff2'),

        url('PublicSans-Regular.woff') format('woff');

    font-weight: normal;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'Public Sans';

    src: url('PublicSans-Italic.woff2') format('woff2'),

        url('PublicSans-Italic.woff') format('woff');

    font-weight: normal;

    font-style: italic;

    font-display: swap;

}



@font-face {

    font-family: 'Public Sans';

    src: url('PublicSans-SemiBold.woff2') format('woff2'),

        url('PublicSans-SemiBold.woff') format('woff');

    font-weight: 600;

    font-style: normal;

    font-display: swap;

}





/*-----------------------

MAIN CSS START

------------------------*/

.container{

	width:1170px;

	margin:0 auto;

	padding:0;

	position:relative;

}

.overflow{

	overflow:hidden;

}



.fl{float:left;}

.fr{float:right;}



.hide-desk{display:none;}





/*-----------------------

HEADER

------------------------*/

.header{

	padding:15px 0;

}

.header__inner{

	display:flex;

	display:-webkit-flex;

	justify-content:space-between;

	-webkit-justify-content:space-between;

	align-items:center;

	-webkit-align-items:center;

}

.logo{

	width:110px;

}

.call__info{

	width:270px;

	border:1px solid #921516;

	display:flex;

	display:-webkit-flex;

	border-radius:100px;

	overflow:hidden;

}

.call__icon{

	background:#921516;

	display:flex;

	display:-webkit-flex;

	align-items:center;

	justify-content:center;

	width:70px;

	padding:8px;

	margin-right:8px;

}

.call__icon img{

	width:34px;

}

.call__text{

	width:calc(100% - 75px);

	text-align:left;

	padding:5px 5px 6px;

}

.call__text p{

	color:#29324d;

	font-size:13px;

	line-height:17px;

}

.call__text h3{

	font-size:21px;

	line-height:25px;

	font-weight:bold;

	color:#1e233a;

}



/*-----------------------

SECTION-1

------------------------*/

.section-1{background: url(../images/section-1New2.jpg) center top no-repeat #1f253d;padding:20px 0;}

.section-1__inner{

	display:flex;

	display:-webkit-flex;

	justify-content:space-between;

	-webkit-justify-content:space-between;

}

.section-1__left{

	width:61.28%;

	padding:80px 0;

	text-align:left;

}

.rating__text{

	font-size:14px;

	line-height:16px;

	color:#fff;

}

.rating__text img{

	display:inline-block;

	vertical-align:middle;

	width:140px;

	margin:-4px 6px 0 0;

}

.section-1__heading{font-size:60px;line-height:67px;font-weight:800;color: #c3c2c2;margin-top:10px;}

.section-1__text{

	font-size:22px;

	line-height:30px;

	color:#fff;

	margin-top:25px;

}

.section-1__text span{

	font-weight:700;

}

.section-1__review{

	max-width:570px;

	width:100%;

	padding:25px 25px 0;

	background:#fff;

	border-radius:10px;

	overflow:hidden;

	box-shadow: 6px 6px 0px 0 #b2bbdd;

	-webkit-box-shadow: 6px 6px 0px 0 #b2bbdd;

	margin-top:50px;

}

.section-1__star{

	width:115px;

	display:block;

	margin:0 0 15px;

}

.section-1__review__heading{

	font-size:20px;

	line-height:24px;

	font-weight:700;

}

.section-1__review__text{

	font-size:18px;

	line-height:26px;

	font-style:italic;

	margin-top:15px;

}

.section-1__review__name{

	background:#f6f6f6;

	width:calc(100% + 50px);

	margin-left:-25px;

	margin-top:25px;

	padding:10px 25px;

}

.section-1__review__name span{

	font-size:17px;

	line-height:22px;

	font-weight:700;

	color:#010101;

}

.section-1__review__name small{

	font-size:12px;

	line-height:16px;

	color:#535353;

}

.section-1__review__name small img{

	display:inline-block;

	vertical-align:middle;

	width:13px;

	margin: -4px 5px 0 10px;

}

.section-1__right{

	width:35%;

}

.form_box{

    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_box_top{

	font-size:13px;

	line-height:17px;

	background:#ffefef;

	padding:10px;

}

.form_box_top:before{

	content:'';

	display:inline-block;

	vertical-align:middle;

	background:#ff0000;

	width:7px;

	height:7px;

	border-radius:50%;

	box-shadow:0px 0px 0px 3px #ffcdcd;

	margin:-3px 10px 0 0;

	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;

}

.form_box_top span{

	font-weight:600;

}

.form_box_heading{

	font-size:30px;

	line-height:35px;

	font-weight:800;

	color:#1e243b;

	padding:0 10px;

	margin-top:5px;

	}

.frm-sec{

	padding:0 25px 30px;

	}

.form_strip{

	background:#ffffd6;

	border-radius:6px;

	border:1px dashed #e6a518;

	padding:9px 10px;

	margin:15px 0;

	position:relative;

	color:#000000;

    font-size:16px;

    line-height:16px;

    font-weight:600;

	}

.frmfield{

    border-radius:4px;

	margin-bottom:16px;

	text-align:left;

	}

.frmfield label{

    color:#000;

    font-size:16px;

	line-height:24px;

	font-family: 'Public Sans';

	font-weight:600;

	text-align:left;

	}

.info__icon{

	display:inline-block;

	vertical-align:middle;

	width:13px;

	margin:-3px 0 0 5px;

	cursor:pointer;

}

.tooltip__text{

	visibility: hidden;

	font-size:13px;

	line-height:17px;

	width: 250px;

	background-color: #292929;

	color: #fff;

	text-align: left;

	border-radius: 5px;

	padding: 5px 10px;

	position: absolute;

	z-index: 1;

	bottom: 125%; /* Position above the element */

	left: 50%;

	margin-left: -88px;

	opacity: 0;

	transition: opacity 0.3s;

	box-shadow:0px 0px 10px 1px rgba(0,0,0,0.1);

	-webkit-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.1);

	border:1px solid #000;

}

.tooltip__text:after{

	content: '';

    position: absolute;

    border-left: 8px solid transparent;

    border-right: 8px solid transparent;

    border-top: 8px solid #292929;

    bottom: -8px;

    left:81px;

}

.tooltip{

	position:relative;

	display:inline-block;

	vertical-align:top;

}

.tooltip:hover .tooltip__text {

      visibility: visible;

      opacity: 1;

    }

.input-fld{

	width:100%;

    height:55px;

	color:#000;

    font-size:16px;

    background:#fff;

	text-align:left;

    border-radius:5px;

	font-family: 'Public Sans';

	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;

	max-width:360px;

	width:100%;

    color:#ffffff;

    font-size:24px;

	line-height:24px;

	letter-spacing:0.5px;

    font-weight:bold;

    text-align:center;

	border-radius:100px;

	background:#921516;

	box-shadow:0px 6px 0px 0px #e7797a;

	-webkit-box-shadow:0px 6px 0px 0px #e7797a;

	-webkit-appearance: none;

	outline:none;

	border:none;

	padding:18px 0 22px;

	margin-top:8px;

	cursor:pointer;

	font-family: 'Public Sans';

	}

.form_button_arrow{

	display:inline-block;

	vertical-align:middle;

	margin:-3px -7px 0 12px;

	width:21px;

	}

.form_button_text1{

	color:#0d0d0d;

    font-size:13px;

    line-height:20px;

	}

.form_button_text2{

	color:#0d0d0d;

    font-size:13px;

    line-height:20px;

	margin-top:10px;

	}

.form_buttom_link{

	color:#1072f9;

	font-weight:600;

	text-decoration:underline;

	}

.form_text{

	color:#848484;

    font-size:13px;

    line-height:19px;

	text-align:left;

	margin-top:20px;

	}

.form_text a{color:#848484;}

.policy_link{

	color:#1072f9;

    font-size:14px;

    line-height:14px;

	font-weight:600;

	text-decoration:underline;	

	display:block;

	margin-top:15px;

	}



/*-----------------------

SECTION-2

------------------------*/

.section-2{

	padding:80px 0;

}

.section-2__inner{

	display:flex;

	display:-webkit-flex;

	justify-content:space-between;

	-webkit-justify-content:space-between;

}

.section-2__left{

	width:42.73%;

	text-align:left;

	position:relative;

	padding-top:230px;

}

.section-2__box{

	display:flex;

	display:-webkit-flex;

	justify-content:flex-end;

	-webkit-justify-content:flex-end;

}

.section-2__image{

	border-radius:15px;

	position:absolute;

	left:0;

	top:0;

	max-width:100%;

}

.section-2__list{

	width:65%;

	background:#fff;

	border-radius:15px;

	position:relative;

	z-index:1;

	padding:10px 25px;

	box-shadow:6px 6px 0px 0px #b2bbdd;

}

.section-2__list li{

	font-size:20px;

	line-height:26px;

	font-weight:bold;

	background:url(../images/section-2-tick.png) left 28px no-repeat;

	padding:25px 0 25px 40px;

	border-bottom:2px solid #f5f5f5;

}

.section-2__list li:last-child{border-bottom:none;}

.section-2__dots-1{

	position: absolute;

    right: 15px;

    top: 120px;

}

.section-2__dots-2{

	position: absolute;

	left: 90px;

	bottom: 20px;

}

.section-2__right{

	width:51.28%;

	text-align:left;

}

.heading{

	font-size:45px;

	line-height:52px;

	font-weight:800;

	color:#1e233a;

}

.common__text--center{

	max-width:830px;

	margin:auto;

	width:100%;

}

.common__text{

	font-size:18px;

	line-height:26px;

	margin-top:20px;

}

.button_box{

    display:inline-block;

    vertical-align:middle;

    max-width:350px;

	width:100%;

	text-align:center;

	margin-top:45px;

	}	

.deadline_text{

	display:inline-block;

    vertical-align:middle;

	color:#000;

    font-size:13px;

    line-height:18px;

	letter-spacing:0.3px;

	position:relative;

	margin-bottom:10px;

	}

.deadline_text:before{

	content:"";

	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;}

}	

	

.common_button{

	display:inline-block;

	vertical-align:middle;

	width:100%;

    color:#ffffff;

    font-size:20px;

	line-height:20px;

    font-weight:bold;

    text-align:center;

	border-radius:100px;

	background:#921516;

	padding:15px 0 20px;

	box-shadow:0px 6px 0px 0px #e7797a;

	-webkit-box-shadow:0px 6px 0px 0px #e7797a;

	}

.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:13px;

	line-height:13px;

	font-weight:600;

	margin-top:18px;	

	}

.secure_text img{

	display:inline-block;

	vertical-align:middle;

	margin:-6px 8px 0 0;

	width:12px;

	}



/*-----------------------

SECTION-3

------------------------*/

.section-3{

	padding:50px 0 60px;

	background:#f7f9ff;

}

.section-3__inner{

    display: grid;

    grid-column-gap: 36px;

    grid-template-columns: 1fr 1fr 1fr;

	margin:50px 0 10px;

}

.section-3__inner__box{

	background:#1e243b;

	border-radius:10px;

	box-shadow:6px 6px 0px 0px #b2bbdd;

	padding:30px;

	position:relative;

	color:#fff;

	display:flex;

	display:-webkit-flex;

	flex-direction:column;

	-webkit-flex-direction:column;

}

.section-3__num{

	width:37px;

	height:37px;

	background:#fff;

	border-radius:50%;

	color:#1e233a;

	font-size:26px;

	line-height:33px;

	font-weight:700;

	position:absolute;

	top:-16px;

	left:50%;

	transform:translateX(-50%);

}

.section-3__inner__box h3{

	font-size:30px;

	line-height:35px;

	font-weight:700;

	margin:15px 0;

}

.section-3__inner__box p{

	font-size:18px;

	line-height:26px;

	margin-bottom:15px;

	letter-spacing:0.3px;

}

.section-3__image{

	margin:auto auto 0;

	max-width:100%;

}



/*-----------------------

SECTION-4

------------------------*/

.section-4{

	padding:50px 0 60px;

}

.section-4__inner{

	display: grid;

    grid-column-gap: 36px;

    grid-template-columns: 1fr 1fr 1fr;

	margin:60px 0 10px;

}

.section-4__inner__box{

	border:1px solid #000;

	border-radius:10px;

	padding:25px;

	box-shadow: 6px 6px 0px 0 #b2bbdd;

    -webkit-box-shadow: 6px 6px 0px 0 #b2bbdd;

	position:relative;

	text-align:left;

}

.review__face{

	position:absolute;

	left:25px;

	top:-15px;

	border-radius:8px;

}

.review__star{

	width:82px;

	margin-left:115px;

}

.review__name{

	padding:0 0 18px 115px;

}

.review__name span{

	font-size:15px;

	line-height:17px;

	color:#010101;

	font-weight:bold;

}

.review__name small{

	font-size:11px;

	line-height:13px;

	color:#535353;

}

.review__name small img{

	width:13px;

	display:inline-block;

	vertical-align:middle;

	margin:-5px 5px 0 10px;

}

.reivew__text{

	font-size:18px;

	line-height:24px;

	margin-top:15px;

}



/*-----------------------

SECTION-5

------------------------*/

.section-5{

	padding:50px 0 60px;

	background:#f7f9ff;

}

.section-5__inner{

	display:flex;

	display:-webkit-flex;

	justify-content:space-between;

	-webkit-justify-content:space-between;

	align-items:center;

	-webkit-align-items:center;

}

.section-5__left{

	width:51%;

	text-align:left;

}

.section-5__right{

	width:40%;

}

.debt__box{

	display:flex;

	display:-webkit-flex;

	border:1px solid #000;

	border-radius:10px;

	box-shadow:6px 6px 0px 0px #b2bbdd;

	-webkit-box-shadow:6px 6px 0px 0px #b2bbdd;

	overflow:hidden;

}

.debt__box__left, .debt__box__right{

	width:50%;

	padding:40px 25px 50px;

}

.debt__box__left{background:#fff3f7;}

.debt__box__right{

	display:flex;

	align-items:center;

	-webkit-align-items:center;

	justify-content:center;

	-webkit-justify-content:center;

	background:#fff;

}

.debt__list-heading{

	font-size:20px;

	line-height:24px;

	font-weight:700;

	color:#ff0000;

}

ul.debt__list{

	display:inline-block;

	vertical-align:top;

	max-width:170px;

	width:100%;

}

ul.debt__list li{

	width:100%;

	box-shadow:0px 0px 10px 0px rgba(0,0,0,0.1);

	-webkit-box-shadow:0px 0px 10px 0px rgba(0,0,0,0.1);

	background:#fff;

	border-radius:8px;

	padding:10px;

	margin-top:20px;

}

.debt__icon{

	width:27px;

	display:block;

	margin:0 auto 5px;

}

ul.debt__list li p{

	font-size:15px;

	line-height:19px;

}

.debt__box__right img{

	width:120px;

}

.debt__box__right h3{

	font-size:25px;

	line-height:30px;

	font-weight:700;

	color:#000;

	margin-top:25px;

}



/*-----------------------

SECTION-6

------------------------*/

.section-6{

	padding:50px 0 60px;

}

.faq-container{

	display:inline-block;

	vertical-align:middle;	

	max-width:830px;

	width:100%;

	text-align:left;

	margin-top:15px;

	}

.up-slide-dwn{

	border:2px solid #d4daed;

	border-radius:10px;

	margin-top:15px;

	}

.accordion{

    text-align:left;

    background:url(../images/open-btn.png) no-repeat right 3% center;

    padding:20px 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{

    padding:0 50px 25px 25px;

	}

.acdn-para{

	color:#000;

    font-size:18px;

    line-height:28px;

	letter-spacing:0.5px;

	}	



/*-----FOOTER-------*/

.footer{

	background:#fff;

	border-top:1px solid #d7d7d7;

	padding:20px 0 40px;

	}

.footer-txt1{

	font-size:18px;

	line-height:24px;

	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;

	margin-top:25px;

	text-align:left;

	}

.disclmr_text{

	font-size:14px;

	line-height:21px;

	color:#727272;

	font-weight:400;

	margin-top:30px;

	letter-spacing:0.2px;

	text-align:left;

	}

.textup{ text-transform:uppercase;}

.disclmr_text .unline{ text-decoration:underline;}



/*-----------------------

SECOND FORM

------------------------*/

.form__section{

	background:url(../images/inner_banner.png?v=12) center top no-repeat #1f253d;

	padding:50px 0 60px;

}

.second__form__content{

	text-align:left;

	max-width:830px;

	width:100%;

	margin:0 auto 40px;

}

.second__form__content .section-1__heading{

	font-size:55px;

	line-height:62px;

	margin-top:0px;

}

.form__section__inner{

	display:inline-block;

	vertical-align:top;

	max-width:830px;

	width:100%;

	background:#fff;

	padding:30px;

	border-radius:10px;

	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);

}

.second__form-heading{

	font-size: 30px;

	line-height: 35px;

	font-weight: 800;

	color: #1e243b;

	padding: 0 10px;

	margin-top: 5px;

}

.second__form__field{

	display: grid;

	grid-row-gap: 12px;

	grid-template-columns: 1fr;

	margin:25px 0;

}

.second__form__input{

	display: grid;

	grid-column-gap:15px;

	grid-template-columns: 1fr;

}

.second__form__input--2{grid-template-columns: 1fr 1fr;}

.second__form__input--3{grid-template-columns: 1fr 1fr 1fr;}

.second__input-fld{

	width:100%;

    height:55px;

	color:#1c1c1c;

    font-size:16px;

    background:#fff;

	text-align:left;

    border-radius:5px;

	font-family: 'Public Sans';

	border:1px solid #bdbdbd;

	font-weight:normal;

	padding:0 10px;

    outline:none;

    -webkit-appearance:none;

	margin-top:5px;

	}

.second__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);

	}

select.second__input-fld {

    background: url(../images/select-arw.png) no-repeat center right 10px #fff;

    padding-right: 25px;

}

.second__input-fld.amount-input {

    background: url(../images/dollar-icon.png) no-repeat center left 10px #fff;

    background-size: 26px;

    padding-left: 45px;

}

.label__added{

	text-align:left;

}

.label__added label{

	color: #000;

	font-size: 15px;

	line-height: 24px;

	font-family: 'Public Sans';

	font-weight: 600;

	text-align: left;

}



/*-----------------------

THANKYOU CSS

------------------------*/

.thank-you{

	padding:60px 0;

	background:#1f253d;

}

.thank-you__inner{

	max-width:770px;

	width:100%;

	margin:0 auto;

	background:#fff;

	border-radius:15px;

	padding:35px 35px 40px;

}

.thank-you__tick{

	width:35px;

	display:block;

	margin:0 auto 10px;

}

.thank-you__heading{

	font-size:35px;

	line-height:35px;

	font-weight:700;

}

.thank-you__text{

	font-size:18px;

	line-height:26px;

	color:#000;

	margin-top:15px;

}

.thank-you__strip{

	max-width:540px;

	width:100%;

	margin:0 auto;

	padding:12px 30px;

	background:#fff7d0;

	border:1px solid #ffa800;

	border-radius:15px;

	display:flex;

	display:-webkit-flex;

	align-items:center;

	-webkit-align-items:center;

	justify-content:center;

	-webkit-justify-content:center;

	margin-top:25px;

}

.thank-you__strip img{

	display:inline-block;

	vertical-align:middle;

	width:35px;

}

.thank-you__strip p{

	font-size:24px;

	line-height:30px;

	font-weight:700;

	padding:0 30px;

}

.thank-you__info{

	max-width:540px;

	width:100%;

	margin:75px auto 0;

	background:#1f253d;

	border-radius:15px;

	display: flex;

	display:-webkit-flex;

    flex-direction: column;

	-webkit-flex-direction: column;

}

.call-icon{

	width:88px;

	height:88px;

	border-radius:50%;

	display:block;

	margin:-44px auto 0;

	background:#1f253d;

	border:1px solid #fff;

	display:flex;

	display:-webkit-flex;

	justify-content:center;

	-webkit-justify-content:center;

	align-items:center;

	-webkit-align-items:center;

}

.call-icon img{

	width:44px;

}

.thank-you__info__text{

	font-size:24px;

	line-height:30px;

	font-weight:600;

	color:#fff;

	padding:20px;

}

.thank-you__info__phone{

	font-size:30px;

	line-height:34px;

	font-weight:800;

	color:#01bd4d;

	border-top:1px solid #fff;

	padding:20px;

}

.thank-you__info__phone a{color:#fff;}







/*-----------------------

MEDIA CSS

------------------------*/

@media only screen and (max-width:1180px){

.container{width:1000px;}



.section-1__heading{font-size:50px; line-height:60px;}

.tooltip__text{margin-left:-110px;}

.tooltip__text:after{left:104px;}

.label__added label{font-size:13px;}

}



@media only screen and (max-width:1010px){

.container{width:750px;}



.section-1__heading{font-size:38px; line-height:46px;}

.section-1__text{font-size:17px; line-height:26px;}

.rating__text img{width:120px;}

.section-1__right{width:37%;}

.frm-sec{padding:0 15px 30px;}

.form_box_top{font-size:11px; line-height:13px;}

.form_box_heading{font-size:21px; line-height:25px;}

.form_strip{padding:7px; font-size:13px; line-height:13px;}

.tooltip__text{margin-left:-170px;}

.tooltip__text:after{left:164px;}



.section-2{padding:50px 0;}

.section-2__left{width:45%;}

.section-2__image{width:280px;}

.section-2__list{width:75%; padding: 5px 15px;}

.section-2__list li{font-size:17px; line-height:24px; padding: 15px 0 15px 30px; background-size:20px; background-position:left 20px;}

.heading{font-size:36px; line-height:44px;}

.common__text{font-size:17px; line-height:25px;}



.section-3{padding:40px 0 50px;}

.section-3__inner{grid-column-gap: 20px;}

.section-3__inner__box{padding:20px;}



.section-4{padding:40px 0 50px;}

.section-4__inner{grid-column-gap:20px;}

.section-4__inner__box{padding:15px;}

.review__face{left:15px; width:85px;}

.review__star{margin-left:95px;}

.review__name{padding:0 0 0 95px;}

.review__name span{display:block;}

.review__name small{font-size:10px;}

.review__name small img{width:12px; margin: -3px 3px 0 5px;}



.section-5{padding:40px 0 50px;}

.section-5__right{width:47%;}



.section-6{padding:40px 0 50px;}



/*-----------------------

SECOND FORM

------------------------*/

.second__form__content .section-1__heading{font-size:46px; line-height:56px;}



}



@media only screen and (max-width:767px){

.hide-mob{display:none;}

.hide-desk{display:block;}

.container{width:100%; padding:0 15px; max-width:600px; box-sizing:border-box;}



.header{padding:8px 0;}

.logo{width:105px;}

.call__info{width:170px;}

.call__icon{width:40px; margin-right:5px;}

.call__icon img{width:21px;}

.call__text{width:calc(100% - 45px);}

.call__text p{font-size:8px; line-height:12px;}

.call__text h3{font-size:13px; line-height:15px;}



.section-1{background: url(../images/section-1-mobileNew.jpg) center top no-repeat;padding:20px 0 30px;max-width:380px;margin:0 auto;}

.section-1__inner{flex-wrap:wrap; -webkit-flex-wrap:wrap;}

.section-1__left, .section-1__right{width:100%; padding:0;}

.section-1__right{margin-top:30px;}

.section-1__heading{font-size:34px; line-height:38px;}

.section-1__text{font-size:15px; line-height:24px; margin-top:12px;}

.form_box_heading{font-size:26px; line-height:33px; margin-top:10px;}

.form_strip{font-size:15px; line-height:18px;}

.form_button{padding:16px 0;}

.form_button_text1{margin-top:10px;}

.form_text{font-size:12px; line-height:16px;}



.section-1__review{border:1px solid #000; text-align:left; padding: 20px 100px 0 15px; position:relative; margin-top:40px;}

.section-1__reiview-image{position:absolute; right:-20px; bottom:-20px;}

.section-1__review__name{width:calc(100% + 30px);}

.section-1__review__name span{display:block;}

.section-1__review__name small img{margin:-4px 5px 0 0;}

.section-1__review__heading{font-size:18px;}

.section-1__review__text{font-size:16px; line-height:24px;}

.rating__text{color:#000; margin-top:30px;}

.rating__text img{display:block; margin:0 auto 3px; width:160px;}





.section-2{padding:25px 0 35px; border-top:1px solid #e9e9e9;}

.heading{font-size:28px; line-height:34px;}

.section-2__inner{flex-wrap:wrap; -webkit-flex-wrap:wrap;}

.section-2__left, .section-2__right{width:100%;}

.section-2__left{padding-top:110px; margin:35px auto 10px;}

.section-2__dots-1{right:30px; top:30px;}

.section-2__dots-2{left:30px; bottom:30px;}

.section-2__image{width:230px;}

.section-2__list{width:68%;}

.section-2__list li{font-size:15px; line-height:20px;}

.button_box{display:block; margin:25px auto 0;}



.section-3{padding:25px 0 35px;}

.section-3__inner{grid-template-columns: 1fr; grid-row-gap: 40px; margin: 40px 0 10px;}

.section-3__inner__box h3{font-size:25px; line-height:30px;}

.section-3__inner__box p{font-size:17px; line-height:25px;}

.section-3__image{margin:20px auto;}



.section-4{padding:25px 0 35px;}

.section-4__inner{grid-template-columns: 1fr; grid-row-gap: 40px; margin: 40px 0 30px;}

.review__name{padding:0 0 12px 95px;}

.review__name span{display: inline-block; vertical-align: middle;}

.reivew__text{font-size:16px; line-height:22px; margin-top:10px;}



.section-5{padding:25px 0 35px;}

.section-5__inner{flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-direction:column-reverse;}

.section-5__left, .section-5__right{width:100%;}

.debt__box{margin:30px auto 10px;}

.debt__box__left{width:58%; padding: 20px 20px 30px;}

ul.debt__list li p{width:calc(100% - 45px); display:inline-block; vertical-align:middle; text-align:left;}

.debt__icon{display:inline-block; vertical-align:middle; margin-right:6px;}

.debt__box__right{width:42%; padding: 20px 15px 30px;}

.debt__box__right img{width:100px;}

.debt__box__right h3{font-size:19px; line-height:24px; margin-top:15px;}



.section-6{padding:25px 0 35px;}

.faq-container{margin-top:10px;}

.accordion{background-position:right 4% center; padding:10px 30px 15px 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:24px;}



.footer {padding:10px 0 30px;}

.footer-txt1{font-size:13px;line-height:20px; letter-spacing:0.3px; margin-top:20px;}

.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; margin-top:20px;}



/*-----------------------

SECOND FORM

------------------------*/

.form__section{

	background: url(../images/section-1-mobile.png) center top no-repeat;

	padding: 20px 0 30px;

	max-width: 380px;

	margin: 0 auto;

}

.second__form__content{margin:0 auto 25px;}

.second__form__content .section-1__heading{font-size:26px; line-height:32px;}

.form__section{padding:20px 0 35px;}

.form__section__inner{padding:15px 15px 30px;}

.second__form-heading{font-size:26px; line-height:33px;}

.second__form__field{margin:17px 0; grid-row-gap: 10px;}

.second__form__input--2, .second__form__input--3{grid-template-columns: 1fr; grid-row-gap: 10px;}

.label__added label{font-size:15px;}



/*-----------------------

THANKYOU CSS

------------------------*/

.thank-you{padding:30px 0;}

.thank-you__inner{padding:25px 15px 30px; border-radius:10px;}

.thank-you__tick{width:25px;}

.thank-you__heading{font-size:28px; line-height:28px;}

.thank-you__text{font-size:17px; line-height:26px;}

.thank-you__strip{padding:10px 15px 15px; text-align:left; border-radius:10px;}

.thank-you__strip img:last-child{display:none;}

.thank-you__strip p{font-size:19px; line-height:24px; padding:0 10px;}

.thank-you__info{margin:55px auto 0; border-radius:10px;}

.call-icon{width:68px; height:68px; margin: -32px auto 0;}

.call-icon img{width:30px;}

.thank-you__info__text{font-size:18px; line-height:26px; padding:15px;}

.thank-you__info__phone{font-size:20px; line-height:24px;}

}
h3.headingFillingForm {
    margin: 10px 0;
    color: #fff;
}

@media(max-width: 767px){
	h3.headingFillingForm{
		color: #000;
	}
}




















