@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-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-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-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-Medium.woff2') format('woff2'),
        url('Inter-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
	}
/*-----------------------
MAIN CSS START
------------------------*/

.container {
	width:1130px;
	margin:0 auto;
	padding:0;
	position:relative;
	}
	
/*-----Top-Caption-------*/
.top_caption{
	float:left;
	width:100%;
	background:#f3f3f3;
	padding:8px 0 7px;
	}
.top_caption p{
    font-size:10px;
    line-height:12px;
	color:#6a6a6a;
	letter-spacing:0.5px;
	text-transform:uppercase;
	}
	
/*=======COMMON-CSS======*/	
.common_heading{
	color:#000000;
	font-size: 34px;
    line-height: 42px;
    font-weight: bold;
	text-align:left;
	margin-top:35px;
	}
.common_text{
	color:#000000;
	font-size:20px;
	line-height:30px;
	text-align:left;
	margin-top:25px;
	}
.common_sub_text{
	color:#000000;
	font-size:22px;
	line-height:30px;
	font-weight:bold;
	text-align:left;
	margin-top:30px;
	}
	
.common_img{
	display:block;
	margin:35px auto 0;
    box-sizing: content-box;
	}
.shadow{
	border:4px solid #fff;
	-webkit-box-shadow:0 0 8px 2px rgba(0,0,0,0.1);
	box-shadow:0 0 8px 2px rgba(0,0,0,0.1);
	}

.link_text{ color:#000fff;}	

/*-------Main-Section------*/	
.main_section{
	float:left;
	width:100%;
	padding:30px 0 45px;
	}
.section_content{
	float:left;
	width:100%;
	}
.left_section{
	float:left;
	width:68.5%;
	}
	  	
ul.breadcum_list{
	display:inline-block;
	vertical-align:top;
	width:100%;
	}
ul.breadcum_list li{
	float:left;
	color:#000;
	font-size:14px;
	line-height:22px;
	text-align:left;
	padding:0 12px 0 6px;
	position:relative;
	} 
ul.breadcum_list li:first-child{padding-left:0;}
ul.breadcum_list li:last-child{padding-right:0;}
ul.breadcum_list li:after{
	content:'';
	position:absolute;
	top:5px;
	right:0;
	background: url(../images/breadcum-arrw.webp)no-repeat center top;
	background-size:6px;
	width:6px;
	height:12px;
	}
ul.breadcum_list li:last-child:after{display:none;}
ul.breadcum_list li.active{
	font-weight:bold;
	}  	
.main_heading{
	font-size:48px;
	line-height:56px;
	color:#000000;
	font-weight:bold;
	text-align:left;
	margin-top:18px;
	}

.comn_imgbx_row{
	display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 35px auto 10px;
    border: 4px solid #fff;
    box-sizing: content-box;
	-webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2);
	position:relative;
	}
.comn_imgbx_col{
	width:49.74%;
	position: relative;
	}
.col_img{
	display:block;
    margin:0 auto;
	width:100%;
	}
.col_icn{
	position:absolute;
	top:18px;
	left:18px;
	width:65px;
	}

.author_box {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	margin:16px auto 0;
	padding:0 0 13px;
	text-align: left;
	border-bottom:2px solid #cfe2e9;
	}
.author_row {
    padding-right:12px;
    position: relative;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	}
.author_row:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left:0;
    width: 5px;
    height: 5px;
    background: #000;
    border-radius: 50%;
	}
.author_row:first-child:before{ display:none;}
.author_img{
	display:inline-block;
	vertical-align:top;
	border-radius:50%;
	width:45px;
	}
.authorbx_text {
	font-size:14px;
	line-height:22px;
	color:#121212 ;
    padding-left:15px;
	}
.normal_text{ color:#787878;}
.fs_16{ font-size:16px !important;}
.blue_tick {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 14px;
	}
	
.common_short_img{
	margin:30px 0 0 40px;
	}
.bfr_aft_listbx{
	position:absolute;
	top:30px;
    right:80px;
	}
.bfr_aft_list{
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	width:100%;
	max-width:173px;
	row-gap: 20px;
    margin: 0 auto;
	}

.bfr_aft_list li{
	width:100%;
	background:#fff;
	border-radius:10px;
	overflow:hidden;
	}
.bfr_aft_list li img{
	display:block;
	margin:0 auto;
	}
.bfr_aftr_txt{
	width:100%;
	padding:6px 10px;
	font-size:16px;
	line-height:20px;
	color:#000;
	font-weight:bold;
	}
.phase_box{
	display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 35px auto 10px;
    border: 4px solid #fff;
    box-sizing: content-box;
	-webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2);
	position:relative;
	}
.phase_imgbx{
	width:33%;
	background:#eaeaea;
	position: relative;
	}
.phase_imgbx img{
	display:block;
    margin:0 auto;
	}
.pahse_txtbx{
	display:inline-block;
	vertical-align:top;
	width:100%;
	padding:8px 10px 5px;
	}
.pahse_txtbx h4{
	font-size:16px;
	line-height:18px;
	color:#000;
	font-weight:bold;
	}
.pahse_txtbx p{
	font-size:15px;
	line-height:18px;
	color:#000;
	margin-top:2px;
	}
.price_box{
	position:absolute;
	bottom: 20px;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
	max-width:255px;
	padding:10px 12px;
	background:#ff0000;
	border-radius:50px;
	}
.price{
	font-size:16px;
	line-height:20px;
	color:#fff;
	font-weight:600;
	}
.price span{
	font-size:24px;
	line-height:24px;
	font-weight:bold;
	}
.price_bx_txt{
	font-size:16px;
	line-height:22px;
	color:#fff;
	margin-top:4px;
	}
.green_bg{ background:#02b900 !important;}

.step_box{
	display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 35px auto 10px;
    border: 4px solid #fff;
    box-sizing: content-box;
	-webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2);
	position:relative;
	}
.step_imgbx{
	width:24.47%;
	background:#546698;
	position: relative;
	}
.step_arw{
    position: absolute;
    top: 50%;
    right: -33px;
    transform: translateY(-50%);
    width: 55px;
    z-index: 1;
	}
.step_bx_img{
	display:block;
    margin:0 auto;
	}
.step_txtbx{
	display:inline-block;
	vertical-align:top;
	width:100%;
	padding:8px 10px 7px;
	}
.step_txtbx p{
	font-size:17px;
	line-height:23px;
	color:#fff;
	font-weight:bold;
	}
.comn_hdng_normal_txt{
	font-size:28px;
	line-height:30px;
	color:#000;
	font-weight:600;
	}
.text_red{ color:#ff0000 !important;}


.common_btnbx{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:40px;
	}
a.common_btn{
   	display:inline-block;
	vertical-align:top;	
    width: 100%;
    height:82px;
	background:#01b95e;
    font-size:28px;
    line-height:82px;
    color: #fff;
    font-weight:bold;
    text-align: center;
    border-radius:12px;
	box-shadow:0 2px 5px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow:0 2px 5px 1px rgba(0,0,0,0.2);
	}
.btn_arw{
	display:inline-block;
	vertical-align:middle;
	margin:-2px 0 0 20px;
	width:14px;
	}
ul.btn_blw_list{
	display:-webkit-flex;
	display:flex;
	flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
	max-width:700px;
    margin:12px auto 0;
	}
ul.btn_blw_list li{
	position:relative;
	font-size:16px;
	line-height:20px;
	color:#000;
	padding-left:12px;
	}
ul.btn_blw_list li:before{
	content:'';
	position:absolute;
	top:50%;
	left:0;
	transform: translateY(-50%);
	width:5px;
	height:5px;
	background:#000;
	border-radius:50%;
	}
/*========Right-Section========*/
.right_section{
	float:right;
	width:26%;
	}
.sticky{
    top:25px;
	position:-webkit-sticky;
	position:sticky;
	}
.order_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	border:2px solid #000000;
	background:#fff9e8;
	padding:18px 14px 25px;
	}	
.order_box_heading{
	color:#000000;
	font-size:24px;
	line-height:30px;
	font-weight:bold;
	}
.order_box_heading span{color:#3d4f7c;}
.order_box_txt{
	font-size:18px;
	line-height:24px;
	color:#000000;
	font-weight:600;
	margin-top:8px;
	}
.order_product_box{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	margin-top:18px;
	position:relative;
	}
.rgt_product_img{
	display:block;
	margin:0 auto;
	}	
.seal_txt{
	position:absolute;
	top:0;
	left:8px;
	width:96px;
	height:96px;
	border-radius:50%;
	background:#546698;
	
	display:-webkit-flex;
	display:flex;
	flex-wrap: wrap;
    justify-content:center;
    align-items:center;
	}
.seal_txt p{
	font-size:14px;
	line-height:18px;
	color:#fff;
	}
.order_box a.common_btn{
	height:57px;
	font-size:18px;
	line-height:57px;
	border-radius:8px;
	margin:0 auto 0;
	text-transform:uppercase;
	box-shadow:0 3px 5px 2px rgba(0,0,0,0.2);
	}
.rgt_btn_arw{
	display:inline-block;
	vertical-align:middle;
	margin:-2px 0 0 14px;
	width:12px;
	}

/*========footer==========*/
.footer{
	float:left;
	width:100%;
	border-top:1px solid #cccccc;
	padding:35px 0;
	}	
.footer_para{
	font-size:12px;
	line-height:18px;
	color:#7e7e7e;
	margin-bottom:20px;
	}
.footer_text{
	color:#7e7e7e;
	font-size:16px;
	line-height:32px;
	letter-spacing:0.3px;
	}
.footer_text a{ padding:0 18px; color:#7e7e7e;}

/*-----------------------
MEDIA-QUERY
------------------------*/
.show-mob, .show-tab{display:none;}
.margin-top-0{margin-top:0 !important}

@media only screen and (max-width: 1200px){
.container{width:1004px;}
.hide-1200{display:none;}

.main_heading{ font-size: 44px; line-height: 52px;}

.bfr_aft_list{ max-width: 145px;}

.common_short_img{ margin: 30px 0 0 37px;}

.step_txtbx p{ font-size: 15px; line-height: 20px;}
	
.order_box_heading{ font-size: 22px; line-height: 30px;}

}

@media only screen and (max-width:1021px){	
.container{width:750px;}
.show-tab{display:block;}
.show-desk{display:none;}

.common_heading{ font-size:27px; line-height:37px; margin-top:30px;}
.common_text{ font-size:18px; line-height:26px; letter-spacing:0; margin-top: 22px;}
.common_sub_text{ font-size: 20px; line-height: 28px; margin-top: 25px;}
.common_img{ margin:25px auto 6px;}
.common_short_img{ margin: 25px 0 0 36px; width: 230px;}
.comn_hdng_normal_txt{ font-size: 22px; line-height: 26px;}
.shadow{ border: 3px solid #fff;}	
	
.main_heading{ font-size:32px; line-height: 40px; margin-top: 13px;}
.comn_imgbx_row{ margin: 25px auto 10px; border: 3px solid #fff;}
.col_icn{ width: 50px;}

.author_box{ margin: 12px auto 0; padding: 0 0 10px;}

.bfr_aft_listbx{ top: 20px; right: 65px;}
.bfr_aft_list{ max-width: 105px;row-gap: 16px;}
.bfr_aft_list li{ border-radius: 7px;}
.bfr_aftr_txt{ padding: 6px 10px; font-size: 14px; line-height: 18px;}

.phase_box{ margin: 30px auto 10px; border: 3px solid #fff;}
.pahse_txtbx{ padding: 6px 5px 5px;}
.pahse_txtbx h4{ font-size: 15px;line-height: 20px;}
.pahse_txtbx p{ font-size: 12px; line-height: 16px;}

.price_box{ max-width: 200px; bottom: 10px; padding: 6px 11px;}
.price span{ font-size: 20px; line-height: 20px;}
.price{ font-size: 15px; line-height: 19px;}
.price_bx_txt{ font-size: 15px; line-height: 20px; margin-top: 2px;}

.step_box{ margin: 30px auto 10px; border: 3px solid #fff;}
.step_txtbx p{ font-size: 13px;line-height: 16px;}
.step_arw{ right: -23px; width: 40px;}
	
.common_btnbx { margin-top: 30px;}
a.common_btn{ height: 75px; font-size: 26px; line-height: 75px; border-radius: 10px;}	
ul.btn_blw_list li{ font-size: 12px; line-height: 16px; padding-left: 9px;}
ul.btn_blw_list li:before { width: 4px; height: 4px;}

.right_section{ width: 28%;}
.order_box{ padding: 15px 12px 25px;}
.order_box_heading{ font-size: 17px; line-height: 25px;}
.order_box_txt{ font-size: 14px; line-height: 20px; margin-top: 5px;}
.rgt_product_img{ width: 175px;}
.seal_txt{ left: 2px; width: 86px; height: 86px;}
.seal_txt p{ font-size: 13px; line-height: 18px;}
.order_box a.common_btn { height: 55px; font-size: 15px;line-height: 55px;}
.rgt_btn_arw{margin: -2px 0 0 7px; width: 9px;}
	
.footer{ padding: 30px 0;}	
.footer_text{ font-size: 15px; line-height: 28px;}
	
}

@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:22px; line-height:30px; margin-top:20px;}
.common_sub_text{ font-size: 18px; line-height: 26px; margin-top: 20px;}
.common_text{ font-size:17px; line-height:25px; margin-top:20px;}
.common_short_img{ margin: 24px auto 0; float:none;}
.common_img{ margin:23px auto 0;box-sizing: border-box;}
.common_image_height{ min-height: 230px; object-fit: cover;}
.object-right{object-position: right;}

.comn_hdng_normal_txt{ font-size: 19px; line-height: 23px;}
.shadow{ border: 2px solid #fff;}
	
.top_caption{ padding:5px 0;}
.top_caption p{ font-size: 10px; line-height: 12px;}

.main_section{ padding:18px 0 35px;}
.left_section{ width: 100%;}
ul.breadcum_list li{ font-size: 13px; line-height: 19px; padding: 0 15px 0 10px;}
ul.breadcum_list li:after{ top: 5px; background-size: 5px; width: 5px; height: 10px;}
.main_heading{ font-size:27px; line-height:33px; margin-top:5px;}
 
.comn_imgbx_row{ margin: 22px auto 5px; border: 2px solid #fff; box-sizing: border-box;}
.col_icn{ width: 35px; top: 16px; left: 16px;}
	
.author_row{ padding-right: 8px;}
.author_row:before{ width: 4px; height: 4px;}
.fs_16{ font-size: 13px !important;}
.authorbx_text{ font-size: 12px; line-height: 18px; padding-left: 8px;}
.blue_tick{ margin: -2px 0 0 5px;width: 13px;}
.padding_left_0{ padding-left:0;}
	
.bfr_aft_listbx{ top:15px; right:20px; bottom:15px;}
.bfr_aft_list{ max-width:90px; row-gap:20px;}
.bfr_aft_list li{ border-radius: 4px;}
.bfr_aftr_txt{ padding: 4px 7px; font-size: 11px;line-height: 11px;}
	
.phase_box{ margin: 25px auto 5px; border: 2px solid #fff; box-sizing:border-box;}
.pahse_txtbx{ padding: 4px 2px;} 
.pahse_txtbx h4{ font-size: 13px; line-height: 17px;}
.pahse_txtbx p{ font-size: 10px; line-height: 12px;}	

.price_box{ max-width: 140px; bottom:12px; padding: 5px 8px;}
.price{ font-size: 13px; line-height: 16px;}
.price span{ font-size: 15px; line-height: 15px;}
.price_bx_txt{ font-size: 12px; line-height: 15px; margin-top: 1px;}
		
.step_box{ margin: 25px auto 5px; border: 2px solid #fff;box-sizing:border-box;}
.step_arw{ right: -15px; width: 22px;}
.step_txtbx{ padding: 4px 2px 5px;}
.step_txtbx p{ font-size: 11px;line-height: 13px;}
		
.common_btnbx{ margin-top: 25px;}
a.common_btn{ height: 60px; font-size: 19px;line-height: 60px; border-radius: 8px;}		
.btn_arw{ margin: -2px 0 0 13px; width: 11px;}
		
ul.btn_blw_list{ margin: 10px auto 0; max-width: 365px;}
ul.btn_blw_list li{ font-size: 8px; line-height: 10px; padding-left: 5px;}
ul.btn_blw_list li:before{ width: 2px; height: 2px;}
		
.right_section{ width:100%; margin-top:30px; padding: 0 15px;}
.sticky {position: static;}
.order_box{ padding:25px 20px;}
.order_box_heading{ font-size: 23px; line-height: 28px;}
.order_box_txt {font-size: 17px;line-height: 21px;margin-top: 9px;}
.rgt_product_img{ width: 220px;}
.order_box a.common_btn {height: 60px;font-size: 17px;letter-spacing: 1px;line-height: 60px;}


.footer{ padding:30px 0 25px;}
.footer_para{ font-size: 11px; line-height: 15px; margin-bottom: 18px;}
.footer_text{ font-size: 13px; line-height: 25px;}
.footer_text a{ padding: 0 6px;}

.footer-cta{
	float:left;
	width:100%;
	text-align:center;
	position:fixed;
	bottom:0;
	z-index:99;
	padding: 0 10px 10px;
	}
a.footer_btn{
	display: inline-block;
	vertical-align: middle;
	max-width: 510px;
	width: 100%;
	color: #ffffff;
	height: 60px;
	font-size:20px;
	line-height:60px;
	text-align: center;
	font-weight: 700;
	text-align: center;
	background:#01b95e;
	margin: 0 auto 0;
	border-radius: 12px;
    box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.2);
	}
a.footer_btn img{
    display: inline-block;
    vertical-align: middle;
    width:10px;
    margin:0 0 0 12px;
	}
	
}