@charset "utf-8";
/* CSS Document */
/*----------------
RESET CSS
-----------------*/
body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#000000;
	text-align:center;
	font-family: 'Inter', sans-serif;
	font-weight:400;
	}
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;}
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;}
.show-tab, show-mob{ display:none;}
.show-desk{ display:block;}
.hide-desk{ display:none;}


@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-Regular.woff2') format('woff2'),
        url('Inter-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/*-----------------------
	MAIN CSS START
------------------------*/
.container {
	width:1170px;
	margin:0 auto;
	padding:0;
	/* position:relative; */
	}
.topStrip{
	
	width:100%;
	padding:6px 0;
	background:#00b721;
	}
    .section-1 .common-text {
    color: #000;
    /* background: rgba(0,0,0,0.65); */
    padding: 5%;
    border-radius: 7px;
}
.topStrip p{
	
	width:100%;
	font-size:16px;
	line-height:22px;
	color:#fff;
	letter-spacing:0.5px;
	}
.top-fix-bar {
    float: left;
    width: 100%;
    height: 100px;
}
.header{
	float:left;
	width:100%;
	background:#ffffff;
	/* height:85px; */
	margin-top:-85px;
	top:85px;
	padding:10px 0;
	position:relative;
	border-bottom:1px solid #dddddd;
	}
.fixed-nav .header{
	position: fixed;
	z-index: 11;
	-webkit-transition: margin .3s ease-out;
	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;
    margin-top: 0;
    width: 167px;
}
ul.topMenu{
	float:right;
	margin:18px 25px 0 0;
	}
ul.topMenu li{
	float:left;
	padding:4px 20px;
	position:relative;
	}
ul.topMenu li a{
	color:#000000;
	font-size:17px;
	line-height:17px;
	letter-spacing:0.5px;
	}
ul.topMenu li:after{
	content:'';
	width:1px;
	background:#d1d1d1;
	top:5px;
	bottom:5px;
	position:absolute;
	right:0;
	}	
ul.topMenu li:last-child:after{display:none;}
ul.topMenu li a:hover, ul.topMenu li a.active{    color: #00b721;}
a.cart-bttn{
    float: right;
	background:#00b721;
    color: #fff;
    font-size:20px;
    text-align: center;
    width:192px;
    height:55px;
    line-height:55px;
	border-radius:60px;
	margin-top:5px;
	font-weight:600;
    box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
	}
	
.cart-icn{
	display:inline-block;
	vertical-align:middle;
	margin:-2px 0 0 8px;
	}
.mob-mnu-ic{
    cursor: pointer;
    position:absolute;
    right: 0px;
    top: 14px;
	z-index:16;
	height:30px;
	}
.mob-mnu-ic button{
	outline: none;
    -webkit-appearance: none;
	background: none;
	padding:0;
    cursor: pointer;
	border: none;
	}
.mob-mnu-ic span{
	color:#000;
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	font-weight:300;
	margin-top:4px;
	margin-right:5px;
	}
.bar1, .bar2, .bar3 {
	width: 30px;
	height: 3px;
	background-color: #000;
	transition: 0.4s;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
	}
.bar2{margin: 6px 0;}
.dl-active .bar1 {
	-webkit-transform: rotate(-45deg) translate(-6px, 5px);
	transform: rotate(-45deg) translate(-6px, 5px);
	background:#000;
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-7px, -7px);
	transform: rotate(45deg) translate(-7px, -7px);
	background:#000;
	}	
.mobilemenu{
	left:0;
	position:fixed;
	top:98px;
	background:rgba(255,255,255,1);
	z-index:10;
	right:0;
	bottom:0;
	overflow:scroll;
	display:none;
	}
.mobimenu-top{ top:65px;}	
.mobilemenu li{
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px solid #dddddd;
	}
.mobilemenu li a{
	float:left;
	width:100%;
	padding:12px 20px;
	font-size:15px;
	color:#000;
	font-weight:500;
	}	
.mobilemenu li a:hover{color:#000;}

/*-----------------------
		BANNER CSS
------------------------*/
.banner {
   float: left;
    width: 100%;
    overflow: hidden;
    padding: 50px 0 120px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 600px;
}
.banner-left{
	    /* float: left; */
    width: 50%;
    text-align: left;
    margin-top: 100px;
    position: relative;
    left: 50%;
	}
.banner-heading {
        /* float: left; */
    width: 100%;
    font-size: 52px;
    line-height: 64px;
    /* color: #27aae1; */
    letter-spacing: 0.5px;
    font-weight: 800;
    color: #ececec;
    /* background: -webkit-linear-gradient(293deg, #893470, #27aae1); */
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
}
.banner-heading span{
	font-weight:bold;
	}
.btn-box{
	display:inline-block;
	vertical-align:top;
	margin-top: 20px;
	width:100%;
	}

    .banner .common-btn{
        margin-left: 0;
    }

    .banner .common-text{
        margin-top: 30px;
    }

.common-btn{
	    display: inline-block;
    vertical-align: top;
    margin-top: 30px;
    max-width: 322px;
    width: 100%;
    float: left;
    font-size: 22px;
    line-height: 66px;
    height: 66px;
    font-weight: 600;
    color: #fff;
    background: #00b721;
    border-radius: 0;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
    margin-left: 5%;
	}

.sec-img{
        max-height: 506px;
}

.btn-arw{
	display:inline-block;
	vertical-align:middle;
	margin:-1px 0 0 15px;
	}
.banner-prod{
	position:absolute;
	right:0;
	max-width:100%;
	}

/*====promise-sec====*/
.promise-sec{
	float:left;
	width:100%;
	padding:0;
	}
ul.promise-list {
    float: left;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 9px 4px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 0 9px 4px rgb(0 0 0 / 10%);
    padding: 15px 20px;
    margin-top: 30px;
}
ul.promise-list li{
	display:inline-block;
	vertical-align:top;
	width:23.5%;
	position:relative;
	padding:20px 15px 20px 65px;
	text-align:left;
	margin-right:15px;
	}
ul.promise-list li:last-child{ margin-right:0; padding-right:0;}
ul.promise-list li:after{
	position:absolute;
	content:"";
	right:0;
	top:0;
	bottom:0;
	height:auto;
	border-right:1px solid #e7e7e7;
	}
ul.promise-list li:last-child:after{ display:none;}
ul.promise-list li img{
	position:absolute;
	left:0;
	top:50%;
	margin-top:-31px;
	}
ul.promise-list li p{
	float:left;
	width:100%;
	font-size:18px;
	line-height:26px;
	color:#000000;
	letter-spacing:0.5px;
	}

/*====section-1====*/
.section-1{
	float:left;
	width:100%;
	padding:60px 0;
	}
.common-heading{
	/* float:left; */
	width:100%;
	font-size:40px;
	line-height:46px;
	color:#222222;
	padding-bottom:40px;
	/* background:url(../images/heding-line.png) no-repeat center bottom; */
	/* margin-bottom: 30px; */
	}
.common-heading span{
	float:left;
	width:100%;
	font-size:50px;
	line-height:56px;
	font-weight:bold;
	}
.common-text {
       /* float: left; */
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    /* letter-spacing: 0.5px; */
    /* margin-top: 30px; */
    color: #e6e6e6;
}
.s1-mid{
    background-color: #000;
    /* display:inline-block; */
    /* vertical-align:top; */
    /* max-width:970px; */
    /* width:100%; */
 }
.sec1-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; */
    /* margin-top: 40px;
    margin-bottom: 20px; */
	}

.scs-abt {
    background: #2e2e2e;
}

.s1-col-box{
	float:left;
	width:16.5%;
	border-radius:8px;
	padding:10px 13px 15px;
	text-align:center;
	}
.s1-bx-1{
	background: rgba(194,85,50,0.1);
	background: linear-gradient(0deg, rgba(194,85,50,1) 0%, rgba(216,113,63,1) 35%, rgba(226,127,70,1) 95%);
	}
.s1-bx-2{
	background: rgba(5,68,80,0.1);
	background: linear-gradient(0deg, rgba(5,68,80,1) 0%, rgba(8,92,73,1) 35%, rgba(9,99,71,1) 95%);
	}
.s1-bx-3{
	background: rgba(42,45,121,0.1);
	background: linear-gradient(0deg, rgba(42,45,121,1) 0%, rgba(57,60,166,1) 35%, rgba(62,64,179,1) 95%);
	}
.s1-bx-4{
	background: rgba(133,13,77,0.1);
	background: linear-gradient(0deg, rgba(133,13,77,1) 0%, rgba(180,59,131,1) 35%, rgba(198,77,153,1) 95%);
	}
.s1-bx-5{
	background: rgba(199,135,35,0.1);
	background: linear-gradient(0deg, rgba(199,135,35,1) 0%, rgba(207,148,47,1) 35%, rgba(231,186,83,1) 95%);
	}
.s1-col-img{
	display:block;
	margin:8px auto 12px;
	}
.s1-col-text{
	float:left;
	width:100%;
	font-size:20px;
	line-height:26px;
	font-weight:600;
	color:#fff;
	padding-top:10px;
	letter-spacing:0.5px;
	border-top:1px solid #f4915a;
	}
.s1-bx-2 .s1-col-text{border-top:1px solid #35b68e;}
.s1-bx-3 .s1-col-text{border-top:1px solid #5357d4;}
.s1-bx-4 .s1-col-text{border-top:1px solid #f985cd;}
.s1-bx-5 .s1-col-text{border-top:1px solid #f3c96d;}

/*====section-2====*/
.section-2 {
    float: left;
    width: 100%;
    padding: 60px 0;
    /* background: #ddbaf5; */
}
.sec2-mid{
	float:left;
	width:100%;
	margin-top:10px;
	}
.collect-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;
	margin-top:40px;
	}
.collect-col{
	float:left;
	width:23%;
	padding:20px;
	/* border:1px solid #e3e3e3; */
	border-radius:6px;
	/* background: #8131b9; */
	box-shadow: 1px 1px 10px #cfcfcf;
	}
.col-prod{
	float:left;
	width:100%;
	padding:0 25px;
	}
.col-prod-img{
	display:block;
	margin:0 auto;
	max-width:100%;
	width:140px;
	}
.collect-cont{
	float:left;
	width:100%;
	text-align:left;
	margin-top:25px;
	}
.pro-star{
	float:left;
	}
.collect-pric{
	/* float:left; */
	width:100%;
	font-size:25px;
	line-height:30px;
	font-weight:bold;
	color:#222222;
	margin-top:5px;
	text-align: center;
	}
.collect-name{
	/* float:left; */
	width:100%;
	color:#16528c;
	font-size:15px;
	line-height:24px;
	font-weight:500;
	margin-top:5px;
	height: 50px;
	text-align: center;
	}
.collect-text{
	/* float:left; */
	width:100%;
	font-size:18px;
	line-height:25px;
	font-weight:500;
	margin-top:5px;
	color:#222222;
	min-height: 50px;
	text-align: center;
	}
.collect-text br{display:none;}
.collect-btn{
	text-align:center;
	font-size:20px;
	height:56px;
	line-height:56px;
	margin-top:15px;
	}
.s2-blue-box{
	float:left;
	width:100%;
	background:#27aae1;
	padding:40px 620px 40px 40px;
	border-radius:10px;
	margin-top:40px;
	text-align:left;
	position:relative;
	}
.blue-box-text{
	float:left;
	width:100%;
	font-size:21px;
	line-height:27px;
	font-weight:500;
	color:#ffde00;
	}
.blue-box-heading{
	float:left;
	width:100%;
	font-size:45px;
	line-height:52px;
	color:#fff;
	font-weight:600;
	margin-top:8px;
	}
.s2-btm-prod{
	position:absolute;
	right:35px;
	top:35px;
	}
.blue-box-text2{
	float:left;
	width:100%;
	font-size:22px;
	line-height:28px;
	color:#fff;
	font-weight:normal;
	letter-spacing:0.5px;
	margin-top:20px;
	}
.s2-blue-box .common-btn{ border:1px solid #fff; margin-top:50px;}

/*====section-2====*/
.section-3{
	float:left;
	width:100%;
	padding:60px 0;
	background:#ffffff;
	}
.s3-mid{
	float:left;
	width:100%;
	}
.s3-mid-right{
	float:right;
	width:calc(100% - 500px);
	text-align:left;
	}
.s3-mid-right .common-heading{
	background:url(../images/hedinglft-line.png) no-repeat left bottom;
	}
ul.s3-right-list{
	float:left;
	width:100%;
	}
ul.s3-right-list li{
	float:left;
	width:100%;
	margin-top:35px;
	text-align:left;
	}
ul.s3-right-list li span{
	float:left;
	width:100%;
	font-size:20px;
	line-height:26px;
	color:#222222;
	font-weight:bold;
	}
ul.s3-right-list li p{
	float:left;
	width:100%;
	margin-top:10px; 
	}
.s3-prod{
	float:left;
	width:443px;
	max-width:100%;
	}
.s3-blue-box{
	float:left;
	width:100%;
	padding:40px;
	background:#27aae1;
	border-radius:10px;
	margin-top:60px;
	}
.s3-box-left{
	float:left;
	width:51%;
	text-align:left;
	}
.s3-box-left .blue-box-heading{ margin-top:0;}
.s3-box-sub-text{
	float:left;
	width:100%;
	font-size:30px;
	line-height:36px;
	font-weight:normal;
	margin-top:18px;
	color:#fff;
	} 
.s3-box-right{
	float:right;
	width:40%;
	}  
.frm-fld{
	float:left;
	width:100%;
	background:#fff;
	border:2px solid #60a8e3;
	border-radius:5px;
	overflow:hidden;
	margin-top:8px;
	}          
.frm-fld .inputfld{
	float:left;
	width:100%;
	height:78px;
	line-height:74px;
	font-size:20px;
	line-height:76px;
	padding:0 25px;
	outline:none;
	border:none;
	color:#000;
	}
a.join-btn{
	height:74px;
	line-height:70px;
	border:2px solid #fff;
	max-width:100%;
	margin-top:25px;
	}				
	


.footer{
	float:left;
	width:100%;
	padding:30px 0;
	border-top:1px solid #e2e2e2;
	}			
.footer-row{
	float:left;
	width:100%;
	}	
.footer-col{
	float:left;
	text-align:left;
	padding:20px 0;
	}	
.footer-col.col1{ width:24%; padding-right:25px;}
.ftr-logo {
    float: left;
    margin-bottom: 25px;
    width: 150px;
}	
.ftr-con-head{
	float:left;
	width:100%;
	font-size:20px;
	line-height:26px;
	font-weight:500;
	color:#0e0e0e;
	}
.col1-text{
	float:left;
	width:100%;
	font-size:17px;
	line-height:26px;
	margin-top:10px;
	color:#0e0e0e;
	}	
				
.footer-col.col2{     width: 51%;
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    padding: 5px 20px 20px;}				
ul.col2-list{
	float:left;
	width:50%;
	}		
ul.col2-list li{
	float:left;
	width:100%;
	padding-left:25px;
	background:url(../images/ftr-chk.png) no-repeat left 6px;
	font-size:16px;
	line-height:24px;
	margin-top:8px;
	color:#0e0e0e;
	}				
				
.footer-col.col3{ width:22%; padding:5px 20px;}			
ul.col3-list{
	float:left;
	width:100%;
	}				
ul.col3-list li{
	float:left;
	width:100%;
	margin-top:25px;
	padding-left:45px;
	text-align:left;
	position:relative;	
	}				
ul.col3-list li img{
	position:absolute;
	left:0;
	top:8px;
	}
	
ul.col3-list li p{
	float:left;
	width:100%;
	font-size:14px !important;
	line-height:24px;
	color:#262626;
	}	

ul.col3-list li p span {
        font-size: 17px !important;
    line-height: 26px;   
}				    		

.show-mob, .show-tab {display: none;}
.show-desk {display: block;}
.fl{ float:left;}
.fr{ float:right;}

.ty-header{
	float: left;
    width: 100%;
	padding:10px 0;
	border-bottom: 1px solid #dddddd;
	}
.ty-section{
	float:left;
	width:100%;
	padding:70px 0;
	}



/*===========CART_DRAWER_PAGE============*/
.cart-overlay{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.7);
	z-index:20;
	display:none;
	}
.drawer {
	width:400px;
	height:100vh;
	overflow:hidden;
	right:0;
	
	-ms-transform: translateX(370px);
	-webkit-transform: translateX(370px);
	transform: translateX(370px);

	position: fixed;
	
	-webkit-overflow-scrolling: touch;
	top: 0;
	bottom: 0;
	padding: 0 0 10px;
	z-index: 22;
	color: #000000;
	background-color: #ffffff;
	transition: all ease 0.5s;
	opacity:0;
	}
.cart_open .drawer{
	-ms-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity:1;
	}
.shifter_page{transition: all ease 0.5s;}
.cart_open .shifter_page{
	-ms-transform: translateX(-370px);
	-webkit-transform: translateX(-370px);
	transform: translateX(-370px);
	}
	
.drawer__header {
	float:left;
	height:50px;
	width: 100%;
	background:#27aae1;
	padding:12px 15px 15px;
	}
.table-cell {
	float:left;
	width: 50%;
	font-size:22px;
	line-height:24px;
	font-weight:700;
	color:#ffffff;
	text-align:left;
	}
.cart-icon{
	float: right;
    margin:15px 25px 0 0;
	position:relative;	
	}
.cart-icon img{ display:inline-block; vertical-align:middle;}
.cart-icon span {
    position: absolute;
    width: 20px;
    height: 20px;
    right: -10px;
    top: -10px;
    background: #ef5237;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    line-height: 19px;
	}
.table-cell .cart-icon{margin:4px 40px 0 0;}

.cross-icon{
	float:right;
	cursor:pointer;
	margin-top:4px;
	}
	
.drower-mdlbx{
	float:left;
	width:100%;
	padding:0 15px 20px;
	overflow-y: auto;
	overflow-x: hidden;
	height:calc(100vh - 50px);
	}
.summry-lft{
	float:left;
	width:100%;
	}
.summry-lft-hdr, .cart-box1, .two, .three{display:none;}
.cart-box2{
	float: left;
    width: 100%;
    padding: 15px 0 15px;
    border-bottom: 1px solid #eaeaea;
    text-align: left;
	}
.cart-box2 .one{
	float:left;
	width:75%;
	}
.cart-prd1{
	float:left;
	width:65px;
	}
.cart-prdname .span2{
	float:left;
    width: calc(100% - 65px);
    font-size: 15px;
    line-height: 20px;
    color: #222222;
    font-weight: 600;
	padding-left:15px;
	letter-spacing:0.5px;
	}
.cart-prdname .span2 br{display:none;}
.cart-prdname .cart-qtybox{
	float:left;
	padding-left:15px;
	font-size:13px;
	font-weight:500;
	color:#333;
	margin-top:5px;
	}
.four{
	float:right;
	width:25%;
	}
.cart-sub-total{
	float:left;
	width:100%;
	text-align:right;
	font-size: 17px;
    line-height: 24px;
    color: #222222;
    font-weight: 500;
	}
.cart-remv{
	float:right;
	margin:15px 0 0 0;
	}
.card-box3rgt{
	float:left;
	width:100%;
	}
ul.cart-prclist{
	float:left;
	width:100%;
	}
ul.cart-prclist li{
	float:left;
	width:100%;
    padding: 15px 0;
    border-bottom: 1px solid #eaeaea;
	font-size: 17px;
    line-height: 18px;
	font-weight:600;
	}
ul.cart-prclist li .span2{float:left;}
ul.cart-prclist li .span1{float:right;}
ul.cart-prclist li:nth-child(1), ul.cart-prclist li:nth-child(2){display:none;}
.cards-img{
	display:inline-block;
	vertical-align:middle;
	margin-top:10px;
	max-width:100%;
	}
a.chk-btn{
    float: left;
    width: 100%;
	background:#27aae1;
    color: #fff;
    font-size: 20px;
	line-height:60px;
    text-decoration: none;
   	height:62px;
	text-align:center;
	font-weight: 600;
	margin-top:20px;
	border-radius:8px;
	}
a.continue-btn{
	float: left;
    width: 100%;
	border:1px solid #27aae1;
    color: #000;
    font-size: 20px;
	line-height:60px;
    text-decoration: none;
	height:62px;
	text-align:center;
	font-weight: 600;
	margin-top:8px;
	border-radius:8px;
	}
.terms-sec {
    text-align: left;
    padding: 10% 0 3%;
}

.inr-strp {
    position: relative;
    z-index: -1;
}


.scs-txt1{font-size: 16px;}
.scs-txt2{    color: #fff!important;
    font-size: 17px;
    /* margin-top: 15%; */
    text-align: left;
    /* width: 600px; */}
s1-mid {
    
    display: inline-block;
    vertical-align: top;
    max-width: 970px;
    width: 100%;
}
.sec1-row {
        /* float: right; */
    width: 100%;
    /* display: -webkit-box; */
    display: -moz-box;
    display: -ms-flexbox;
    /* display: -webkit-flex; */
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* justify-content: space-between; */
    /* margin-top: 40px; */
    /* margin-bottom: 20px; */
    background: #2e2e2e;
    align-items: center;
}
.sec-1-right {
    float: left;
    width: 45%;
    margin-top: 60px;
}
.scs-bnf-1-1{margin-top: 13%;}
.scs-bnf-1{float: left;padding: 20px;border-radius: 100%;background-color: #ebeafb;margin-top: 15px;
border:2px solid #fff;outline: 1px dashed #000;outline-offset: -10px;height: 12rem;width: 12rem;margin-left: 20px;}
.scs-bnf-2{display: inline-block;margin-top: 20px;}
.scs-bnf-3{float: left;padding: 20px;border-radius: 100%;background-color: #ebeafb;margin-top: 15px;
border:2px solid #fff;outline: 1px dashed #000;outline-offset: -10px;height: 12rem;width: 12rem;margin-left: 20px;}
.scs-img{height: 50px;}
.pro-star{display: none !important;}



.a-spacing-small table, tr, td {
    border: 0;
    padding: 0 60px 20px 0;
}