@charset "utf-8";
/* CSS Document */

body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	text-align:center;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	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:#333; text-decoration:none;}
a:hover {outline: none; text-decoration:none;}
img {border:none; height:auto; max-width:100%;}
li {list-style:none;}
*{box-sizing:border-box;}
.clearall{
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
	}
	
/*=========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-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: '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;
}

	
/*-----------------------
MAIN CSS START
------------------------*/
.container{
	width:970px;
	margin:0 auto;
	padding:0;
	position:relative;
	}

/*-----------------------
CSS FOR HEADER
------------------------*/	
.header{
	background:#e2e2e2;
	float:left;
	width:100%;
	padding:10px 0;
	}
.header p{
	font-size:9px;
	line-height:9px;
	color:#828282;
	text-transform:uppercase;
	}	
.logo{
	margin:6px auto 0;
	display:block;
	width:200px;
	}		
 	
/*-----------------------
		BANNER
------------------------*/	
.main_section{
	background:#f4f4f4;
	float:left;
	width:100%;
	padding:35px 0;
	}	
.section_1{
	float:left;
	width:100%;
	}	
.published_text{
	display:inline-block;
	vertical-align:top;
	font-size:14px;
	line-height:14px;
	color:#202020;
	position:relative;
	padding-bottom:12px;
	}	
.published_text:before{
	content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    background: #000;
    height: 2px;
    width: 50px;
    transform: translateX(-50%);
	}		
.main_heading{
    font-size: 40px;
    line-height: 48px;
	color:#0a0a0a;
	font-weight:800;
	margin-top:15px;
	}
.common_text{
    font-size: 18px;
    line-height: 27px;
	color:#000;
	text-align:left;
	margin-top:30px;
	}
.mt_0{ margin-top:0 !important;}	
.comments_wrap{
	margin:30px auto 0;
	width:100%;
	display: -webkit-flex;
	display: flex;
	justify-content:center;
	align-items: center;
	}
.comments_wrap span{
	width:28px;
	height:28px;
	background:#000;
	border-radius:50%;
	font-size:12px;
	line-height:12px;
	color:#fff;
	font-weight:500;
	display: -webkit-flex;
	display: flex;
	justify-content:center;
	align-items: center;
	flex-shrink:0;
	}
.comments_wrap p{
	font-size:14px;
	line-height:14px;
	color:#202020;
	text-align:left;
	padding-left:10px;
	}	
.main-banner{
	margin:40px auto;
	display:block;
	border-radius:10px;
	}
	
.succesful_reason_wrap{
	float:left;
	width:100%;
	}
.succesful_reason_box{
	float:left;
	width:100%;
	text-align:left;
	background:#fff;
	border:1px solid #dddddd;
	border-radius:10px;
	padding:38px 50px 50px;
	margin-top:40px;
	}
.reason_heading{
	font-size:34px;
	line-height:42px;
	color:#000;
	font-weight:bold;
	}	
.reason_imgbx{
	display:inline-block;
	vertical-align:top;
	position:relative;
	}	
.reason-image{
	margin:35px auto;
	display:block;
	border-radius:10px;
	}	
.moneybk-seal{
    position: absolute;
    top: 67px;
    right: 24px;
    width: 148px;
	}	
.reason_strip{
	display:inline-block;
	vertical-align:top;
	width:100%;
	background:#fffde5;
	border-radius:2px;
	text-align:left;
	padding:12px 10px 12px 20px;
	margin-top:35px;
	}
.reason_strip_inner{
	float:left;
	width:100%;
	border-left:6px solid #d4a355;
	padding:3px 0 3px 16px;
	}		
a.link_text{
	color:#000fd4;
	}
ul.reason_list{
	display:inline-block;
	vertical-align:top;
	width:100%;
	}		
ul.reason_list li{
	display:inline-block;
	vertical-align:top;
	width:100%;
	background:url(../images/checked.webp) no-repeat left 5px;
	background-size:20px;
	font-size: 18px;
    line-height: 27px;
    color: #000;
    text-align: left;
	padding-left:30px;
	margin-top:18px;
	}	
.semibold{ font-weight:600;}		
.fs_20{
	font-size:20px !important;
	line-height:28px !important;
	}	
.reason_strip2{ background:#ffeded;}
.reason_strip2 .reason_strip_inner{ border-left: 6px solid #ff3e3e;}		
	
	
						
	
/*-----------------------
 Section 2
------------------------*/
.section_2{
	float:left;
	width:100%;
	padding:45px 0;
	}
.common_heading{
    font-size: 36px;
    line-height: 44px;
    color: #000;
    font-weight: bold;
	}
.ratting_text{
	font-size:20px;
	line-height:20px;
	color:#000;
	margin-top:20px;
	}	
.ratting_text img{
    display: inline-block;
    vertical-align: middle;
    width: 117px;
    margin: -13px 15px 0 0;
	}	
	
.reviews_wrap{
	margin:45px auto 0;
	width:100%;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}	
.reviews_box{
	width:32%;
	background:#fff;
	border:1px solid #dddddd;
	padding:10px;
	overflow: hidden;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
	}	
.review-image{
	margin:0 auto 0;
	display:block;
	}	
.review_box_content{
	float:left;
	width:100%;
	text-align:left;
	padding:12px 5px 10px; 
	flex: 1;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
	}	
.review_heading{
	font-size:18px;
	line-height:22px;
	color:#000;
	font-weight:bold;
	}	
.review-star{
	display:block;
	width:83px;
	margin-top:10px;
	}
.review_text{
	font-size:17px;
	line-height:25px;
	color:#000;
	margin:10px 0 24px;
	}	
.review_name{
	font-size:18px;
	line-height:18px;
	color:#000;
	font-weight:bold;
	
	display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: auto;	
	}	
.review_name span{
	font-size:13px;
	line-height:13px;
	color:#737373;
	font-weight:normal;
	border-left:2px solid #cacaca;
	padding-left:12px;
	margin-left:12px;
	}
.verified-image{
	display:inline-block;
	vertical-align:middle;
	width:16px;
	margin:-1px 6px 0 0;
	}			

.product_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:930px;
	background:#ffffff;
	border-radius:15px;
	border:1px dashed #000000;
	-webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
	padding:50px 30px 30px;
	position:relative;
	margin-top:80px;
	}
.product_box_tag{
	position:absolute;
    top:-18px;
    left:50%;
    transform:translateX(-50%);
	width:228px;
	color:#ffffff;
	font-size:16px;
	line-height:26px;
	font-weight:600;
	text-transform:uppercase;
	background:#000000;
	border-radius:50px;
	padding:5px 10px;
	}
.product_box_tag img{
	display:inline-block;
	vertical-align:middle;
	margin:-2px 6px 0 0;
	width:21px;
	}
.product_box_title{
	color:#0a0a0a;
	font-size:14px;
	line-height:24px;
	font-weight:600;
	letter-spacing:-0.3px;
	}
.product_box_title:before, .product_box_title:after{
    display: inline-block;
    vertical-align: middle;
    content:'';
    right:0;
    top:50%;
    width:45px;
    height:1px;
    background:#000000;
    opacity:0.6;
	margin:-4px 8px 0 0;
	}
.product_box_title:after{
    margin-left:-2px;
	}
.product_box_title img{
	display:inline-block;
	vertical-align:top;
	margin:3px 10px 0;
	width:15px;
	}
.product_box_heading{
	color:#000000;
	font-size:36px;
	line-height:44px;
	font-weight:bold;
	margin-top:10px;
	}
.product_box_inner{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	width:100%;
	margin-top:30px;					
	}
.product_box_left{
	width:44.3%;
	}
.product_box_image{	
	display:inline-block;
    vertical-align:middle;
    border-radius:10px;
	}
.product_box_right{
	width:51.9%;
	}
.product_box_paragraph{
	color:#0a0a0a;
	font-size:18px;
	line-height:26px;
	text-align:left;
	}
ul.product_list{
	float:left;
	width:100%;
	margin-top:15px;	
	}
ul.product_list li{
	float:left;
	width:100%;
	color:#000000;
	font-size:16px;
	line-height:22px;
	text-align:left;
	font-weight:500;
	background:url(../images/bullet-tick.webp)no-repeat left 3px;
	background-size:16px;
	padding-left:25px;
	margin-top:15px;	
	}
	
.button_box{
	display:inline-block;
    vertical-align:middle;
	max-width:445px;
    width:100%;
	margin:30px auto 0;
	}
ul.common_button_list{
    display: flex;
    align-items: center;
	justify-content: center;
    width:100%;
	}
ul.common_button_list li{
	color:#000000;
	font-size:15px;
	line-height:15px;
	border-right:1px solid #515458;
	padding:0 10px;
	position:relative;
	}
ul.common_button_list li:first-child{padding-left:0;}	
ul.common_button_list li:last-child{border-right:none; padding-right:0;}	
.green_dot{
	display:inline-block;
	vertical-align:middle;
	margin:-2px 8px 0 0;
	width:7px;
	height:7px;
	border-radius:50%;
	background:#33d682;
	animation: breath 1.3s infinite;
	}
.hourglass{
	display:inline-block;
	vertical-align:middle;
	width:8px;
	margin:-3px 8px 0 0;
	animation:rotateP 2.5s  ease-in-out forwards infinite 
	}
@keyframes rotateP{
	0%{transform:rotate(0)}
	50%{transform:rotate(180deg)}
	100%{transform:rotate(180deg)}
	} 
@keyframes rotate{
	0%{transform:rotate(00deg)}
	100%{transform:rotate(360deg)}
	}
@keyframes breath{
	0%{opacity:1;}
	50%{opacity:0;}
	100%{opacity:1;}
	}
.common_button{
	display:inline-block;
    vertical-align:top;
    width:100%;
    color:#ffffff;
    font-size:22px;
    line-height:22px;
    font-weight:bold;
    text-align:center;
    border-radius:8px;
    background:#04ad4a;
	-webkit-box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, 0.3);
	padding:22px 0;
	margin:12px 0;
	}
.button_arrow{
	display:inline-block;
	vertical-align:middle;
    width:20px;
    margin:-2px 0 0 15px;
	}
.common_button_text{
	color:#000;
	font-size:15px;
	line-height:18px;
	font-weight:500;
	}
.common_button_text span{
	display:inline-block;
    width:68px;
	color:#ff0000;
	font-weight:bold;
	}		

/*-----------------------
CSS FOR FOOTER
------------------------*/
.footer {
	float:left;
	width:100%;
	padding:40px 0;
	background: #fff;
	}
.footer_logo{
	display:block;
	margin:0 auto 20px;
	width:170px;
	}
.footer_text{
	font-size: 16px;
	line-height:22px;
	color: #000;
	margin-top: 8px;
	}
.footer_text a{
	color: #000;
	padding: 0 6px;
	}

/*=======Media Query========*/
.show-mob, .show-tab {display: none;}
.fl{ float:left;}
.fr{ float:right;}	


@media only screen and (max-width:1021px){
.container{width:750px;}
.show-desk {display: none;}
.show-tab {display: block;}

.main_section{ padding:35px 0 20px;}
.main_heading{ font-size: 36px; line-height: 46px;}
.succesful_reason_box{ padding: 35px 30px 40px;}
.reason_heading{ font-size: 30px; line-height: 40px;}
.common_heading{ font-size: 32px; line-height: 40px;}

.moneybk-seal{ top: 60px; right: 20px; width: 125px;}

.ratting_text{ font-size: 18px; line-height: 18px;}

.review_name{ font-size: 15px; line-height: 15px;}
.review_name span{ font-size: 12px; line-height: 12px;}

.product_box{padding:40px 25px 30px;}
.product_box_heading{font-size:30px; line-height:38px;}
.product_box_inner{align-items:flex-start; margin-top:25px;}
ul.product_list{margin-top:8px;}
ul.product_list li{margin-top:10px;}

}

@media only screen and (max-width:767px){
.container{width:100%; padding:0 15px; max-width:600px; box-sizing:border-box;}
.show-mob{display:block;}
.hide-mob{display:none;}

.header{ padding:8px 0;}
.header p{ font-size:8px; line-height:8px;}
.logo{ margin: 3px auto 0; width: 155px;}

.main_section{ padding: 25px 0;}
.published_text{ font-size: 13px; line-height: 13px; padding-bottom: 10px;}
.main_heading{ font-size: 30px; line-height: 36px;}	
.comments_wrap{ margin: 20px auto 0;}

.main-banner{ margin: 20px auto 25px; min-height:220px; object-fit: cover;}
.common_text{ font-size: 17px; line-height: 25px; margin-top: 20px;}

.moneybk-seal{ top: 40px; right: 15px; width: 75px;}

.succesful_reason_box{ padding: 20px 15px 25px; margin-top: 30px;}	
.reason_heading{ font-size: 26px; line-height: 32px;}
.reason-image{ margin: 20px auto 0; min-height:200px; object-fit: cover;}

.reason_strip{ margin-top:20px; padding:12px;}
.reason_strip_inner{ border-left: 5px solid #d4a355; padding: 3px 0 3px 12px;}	
ul.reason_list li{ background-size: 18px; background-position-y: 7px; font-size: 17px; line-height: 24px; padding-left: 26px; margin-top: 15px;}	
	
.reason_strip2 .reason_strip_inner{ border-left: 5px solid #ff3e3e;}	
.fs_20{ font-size: 18px !important; line-height: 26px !important;}	
	
.section_2{ padding: 30px 0 15px;}	
.common_heading{ font-size: 28px; line-height: 36px;}	
.ratting_text{ font-size: 14px; line-height: 14px; margin-top: 15px;}	
.ratting_text img{ width: 86px; margin: -8px 7px 0 0;}	
.reviews_wrap{ margin: 30px auto 0; max-width: 310px; row-gap:25px;}
.reviews_box{ width:100%;}	
.review_heading{ font-size: 17px; line-height: 21px;}
.review-star{ width:75px;}
.review_text{ font-size: 16px; line-height: 24px;}	
.review_name span{ font-size: 11px; line-height: 11px;}
.verified-image{ width: 13px; margin: -1px 4px 0 0;}

.product_box{padding:25px 20px 20px; margin-top:56px;}
.product_box_tag{width:150px; font-size:14px; line-height:23px; top:-15px; padding:3px 5px;}
.product_box_tag img{margin:-2px 5px 0 0; width:18px;}
.product_box_title:before, .product_box_title:after{width:18px; margin:-4px 4px 0 0;}
.product_box_title img{margin:3px 5px 0;}
.product_box_heading{font-size:28px; line-height:36px; margin-top:5px;}
.product_box_inner{margin-top:20px;}
.product_box_right{width:100%;}
.product_box_paragraph{font-size:17px; line-height:25px; margin-top:18px;}
.product_box_left{ width:100%;}
ul.common_button_list li{ font-size: 13px; line-height: 13px;}
.common_button_text{ font-size: 13px; line-height: 13px;}
.common_button{ font-size: 18px; line-height: 20px; padding: 18px 0;}
	
.footer{ padding:25px 0;}	
.footer_logo{ width:140px;  margin: 0 auto 16px;}	
.footer_text{ font-size: 14px; line-height: 20px;}	
}

@media only screen and (max-width:375px){
.ratting_text img{ width: 78px; margin: -7px 7px 0 0;}
}