@charset "utf-8";
/* CSS Document */
/*----------------
RESET CSS
-----------------*/
body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	/*background: url(../images/v2.jpg) no-repeat center top;*/
	color:#000000;
	text-align:center;
	font-family: "DM Sans", sans-serif;
	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;}
a:hover {}
img {border:none; height:auto; max-width:100%}
li {list-style:none;}
*{box-sizing:border-box;}
.img-full{max-width:100%;}
.clearall{
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
	}
.forMob,.forTab{ display:none ;}
.fl{ float:left;}
.fr{ float:right;}
.white {color: #fff;}

/*====FONTS====*/
@font-face {
	font-family: 'Montserrat';
	src: url('Montserrat-Regular.woff2') format('woff2'),
	url('Montserrat-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Montserrat';
	src: url('Montserrat-Medium.woff2') format('woff2'),
	url('Montserrat-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Montserrat';
	src: url('Montserrat-SemiBold.woff2') format('woff2'),
	url('Montserrat-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Montserrat';
	src: url('Montserrat-Bold.woff2') format('woff2'),
	url('Montserrat-Bold.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;
	}

/*-----------------------
TOP STRIP
------------------------*/
.top__strip{
	background:#000;
	padding:6px 0;
}
.top__strip p{
	font-size:17px;
	line-height:20px;
	font-weight:600;
	color:#fff;
}
.top__strip p span{color:#fff000; font-weight:700;}
.top__strip p img{
	width:26px;
	display:inline-block;
	vertical-align:middle;
	margin:-3px 5px 0 0;
}
.top__strip p img:last-child{transform:scaleX(-1);}

/*==========Header==============*/

.top-fix-bar {
	float: left;
	width: 100%;
	margin-bottom:90px;
	}
.header{
	float:left;
	width:100%;
	height:90px;
	margin-top: -90px;
    position: relative;
	box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
    top:90px;
	}
.fixed-nav .header{
	position: fixed;
	z-index: 9999;
	top: 0;
	background:#fff;
	-webkit-transition: margin .3s ease-out;
    transition: margin .3s ease-out;
	margin-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: 22px;
    max-width: 270px;
	}
ul.mainMenu{
	display: inline-block;
	margin-top:40px;
	}
ul.mainMenu li{
	float:left;
    padding:0 20px;
	border-right:1px solid #6a6a6a;
	}
ul.mainMenu li:last-child{ border:none;}
ul.mainMenu li a{
	float: left;
    color: #484848;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.3px;
    text-transform: capitalize;
	}
ul.mainMenu li a.active,ul.mainMenu li a:hover{}

#cart_btn{
	float: right;
    margin: 20px 0 0 0;
    position: relative;
    width: 191px;
    border-radius: 8px;
    height: 50px;
    background: #28b40d;
	}
#cart_btn p{
	    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    line-height: 42px;
    color: #fff;
    padding: 5px 11px;
	}
#cart_btn span{
	position: absolute;
    right: 0;
    width:35px;
    text-align: center;
    font-size:18px;
    line-height:28px;
	color:#484848;
	padding:7px;
	border-left:1px solid #ffd790;
	top:0;
	bottom:0;
	height:100%;
	}
a.header-btn {
        float: right;
    height: 42px;
    width: 170px;
    font-size: 14px;
    line-height: 42px;
    color: #fff;
    text-align: center;
    background: #27b40d;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-top: 25px;
    border-radius: 5px;
	}

/*MOBILE MENU CSS*/
.mob-mnu-ic{
    cursor: pointer;
    position:absolute;
    right:15px;
    top:33px;
	z-index:16;
	height:30px;
	}
.mob-mnu-ic button{
	outline: none;
    -webkit-appearance: none;
	background: none;
	padding:0;
    cursor: pointer;
	border: none;
	margin:0;
	}
.mob-mnu-ic span{
	color:#fff;
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	margin-top:4px;
	margin-right:5px;
	}
.bar1, .bar2, .bar3 {
	width: 25px;
	height: 2px;
	background-color: #555555;
	transition: 0.4s;
	}
.bar2{margin: 6px 0;}
.dl-active .bar1 {
	-webkit-transform: rotate(-45deg) translate(-8px, 5px);
	transform: rotate(-45deg) translate(-8px, 5px);
	background:#555555;
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-6.5px, -3.5px);
	transform: rotate(45deg) translate(-6.5px, -3.5px);
	background:#555555;
	}
.mobilemenu{
	left:0;
	position:fixed;
	top:110px;
	background:#fff;
	z-index:9999;
	right:0;
	bottom:0;
	overflow:scroll;
	display:none;
	border-top:1px solid #ddd;
	}
.mobimenu-top{ top:80px;}
.mobilemenu li{
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px solid #ddd;
	}
.mobilemenu li a{
	float:left;
	width:100%;
	padding:17px 20px;
	font-size:16px;
	color:#000;
	}
.mobilemenu li a.header-btn {
    float: left;
    width: 150px;
    font-size: 18px;
    color: #ffffff;
    height: 42px;
    line-height: 40px;
    font-weight: 600;
    margin:10px 0;
    border-radius: 20px;
    background: #19c354;
	padding:0;
	text-align:center;
	}

/*====banner-section====*/
.banner-section{
	float: left;
	width: 100%;
	padding: 60px 0;
	background: #fefff3;
	background-size: cover;
	overflow: hidden;
	}

.rating {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    text-align: left;
    margin-bottom: 8px;
}
.rating__star {
    display: inline-block;
    vertical-align: middle;
    margin: -3px 5px 0 0;
    width: 92px;
}
.rating__face {
    display: inline-block;
    vertical-align: middle;
    margin: -3px 0 0 5px;
    width: 118px;
}

.banner-row{
	float:left;
	width:100%;
	position:relative;
	}
.banner-left{
	float:left;
	width:58%;
	text-align:left;
	}
.banner-heading{
	font-size: 56px;
	line-height: 64px;
	/* letter-spacing: -0.1px; */
	font-weight: 400;
	color: #000;
	margin-top: 5px;
	font-family: "DM Serif Display", serif;
	}
.banner-text-box{
	display:inline-block;
	vertical-align:top;
	width:90%;
	padding-bottom:25px;
	position:relative;
	}
.banner-text2{
	    font-size: 17px;
    line-height: 27px;
    color: #000;
    font-weight: 500;
    margin-top: 20px;
    padding: 10px 0 10px 16px;
    background: hsla(65, 94%, 93%, 1);
    background: linear-gradient(354deg, hsla(65, 94%, 93%, 1) 0%, hsla(64, 100%, 97%, 1) 100% 100%);
    background: -moz-linear-gradient(354deg, hsla(65, 94%, 93%, 1) 0%, hsla(64, 100%, 97%, 1) 100%);
    background: -webkit-linear-gradient(354deg, hsla(65, 94%, 93%, 1) 0%, hsla(64, 100%, 97%, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#FBFEDC", endColorstr="#FEFFF0", GradientType=1 );
	}
ul.banner_point{
	display:inline-block;
	vertical-align:top;
	margin-top:-10px;
	}
ul.banner_point li{
	    font-size: 20px;
    line-height: 26px;
    color: #000;
    font-weight: 700;
    text-align: left;
    padding-left: 35px;
    background: url(../images/banner_tik.png) no-repeat left 3px;
    background-size: 23px;
    margin-top: 10px;
	}
.banner-section a.common_btn{
	}
.bnr-btn-seal{
	display:inline-block;
	vertical-align:middle;
	width:23px;
	margin:-2px 0 0 5px;
	}
.button-box{
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 402px;
	text-align: center;
	margin-top: 30px;
	}
.low-stock-box {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.low-stock-text {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    position: relative;
}
.low-stock-text:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin: -2px 8px 0 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #28b447;
    animation: fade 1.2s linear infinite;
}
.low-stock-indicate {
    width: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 10px;
}
.low-stock-indicator {
    width: 16%;
    background: #e6e6e6;
    height: 10px;
}
.low-stock-indicator.active {
    background: #ef2000;
}
.fade {
    animation: fade 1.2s linear infinite;
}
.low-stock-text2 {
    font-size: 15px;
    line-height: 21px;
    color: #f00;
    font-weight: 700;
}

@keyframes fade{
	0%{ opacity:1;}
	50%{ opacity:0;}
	100%{ opacity:1;}
	}

.btn-list {
    width: 100%;
    display: flex;
    justify-content: center;
}
.btn-list li {
    border-right: 1px solid #ccc;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
}
.btn-list li:first-child {
    padding-left: 0;
}
.btn-list li img {
    display: block;
    margin: 0 auto;
    width: 27px;
}
.btn-list li p {
    font-size: 11px;
    line-height: 15px;
    color: #000;
    padding-left: 10px;
    text-align: left;
}
.btn-list li:last-child {
    border-right: none;
    padding-right: 0;
}

.btn-text1{
	font-size:14px;
	line-height:20px;
	color:#000;
	font-weight:700;
	}
.btn-icn1{
	display:inline-block;
	vertical-align:middle;
	width:15px;
	margin:-4px 8px 0;
	}
.btn-text2{
	font-size: 14px;
    line-height: 20px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
	}

.common_btn{
	display: inline-block;
    vertical-align: top;
    width: 100%;
    background: #27b40d;
    height: 67px;
    font-size: 24px;
    line-height: 67px;
    color: #fff;
    font-weight: 700;
    border-radius: 10px;
    
    margin: 10px 0 8px;
	}
.btn-arrow{
	display:inline-block;
	vertical-align:middle;
	margin:-2px 0 0 10px;
	width:25px;
	}
.btn-ship-icn{
	display:inline-block;
	vertical-align:middle;
	width:23px;
	margin:-3px 3px 0 0;
	}
.bnr-img{
	position: absolute;
    right: 10px;
    top: -12px;
    width: 424px;
	}
.bnr-prod-img{
	position: absolute;
    right: 280px;
    top: 70px;
    width: 420px;
	}
.bnr-moon-img{
	position: absolute;
    right: 490px;
    top: 70px;
    width: 107px;
	}

.bnr_review{
	max-width: 335px;
	width: 100%;
	background: #fff;
	border-radius: 15px;
	padding: 20px;
	position: absolute;
	right: 0;
	top: 60px;
	text-align: left;
	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);
}
.bnr_before-after{
	max-width:100%;
	border-radius:15px;
}
.bnr_review__heading{
	font-size:18px;
	line-height:26px;
	font-weight:700;
	color:#000;
	text-align:left;
	margin-top:15px;
}
.bnr_review__star{
	display:inline-block;
	vertical-align:top;
	width:105px;
	margin:10px 0 0;
}
.bnr_review__text{
	font-size:15px;
	line-height:22px;
	text-align:left;
	margin-top:15px;
}
.bnr_review__name{
	border-top:1px solid #dedede;
	padding:15px 0 0 65px;
	margin-top:15px;
	position:relative;
	text-align:left;
}
.bnr_review__face{
	    position: absolute;
    left: 0;
    top: 14px;
    border-radius: 50%;
    max-width: 53px;
}
.bnr_review__name h3{
	font-size:17px;
	line-height:26px;
}
.bnr_review__name p{
	font-size:12px;
	line-height:16px;
	color:#727272;
	margin-top:6px;
}
.bnr_review__name p img{
	display:inline-block;
	vertical-align:middle;
	width:16px;
	margin:-3px 3px 0 0;
}
/*====BNR-STRIP====*/	
	
.bnr-strip{
	float: left;
    width: 100%;
    background: #fff;
    padding: 30px 0 20px;
    border-bottom: 1px solid #e1e1e1;
	}	
	
.bnr-stp-uls{
	display: flex;
    float: left;
    width: 100%;
    flex-wrap: wrap;
    row-gap: 10px;
    justify-content: space-between;
	
	}
.bnr-stp-uls li{
	float: left;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    padding: 0 25px 0 68px;
    text-align: left;
    position: relative;
    border-right: 2px solid #dddddd;
	}	
.bnr-stp-uls li:nth-child(6){ border-right: none;}	
.li-stp-img{
	position:absolute;
	top:0;
	left:0;
	}	


.prob_section{
	    padding: 60px 0 80px;
    background: #ffffff;
    float: left;
    width: 100%;
}
.prob_section_sub-text{
	font-size:19px;
	line-height:25px;
	color:#4C4A4B;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:30px;
	float:left; 
	width:100%;
	}
.prob_section__row{
	    width: 100%;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 90px;
    float: left;
	margin-bottom:10px;
	}
.prob_section__col{
	background: #fff;
	border-radius: 10px;
	border: 2px solid #ffc7c7;
	padding: 20px;
	text-align: left;
	}
.prob_section_col-img{
	display:block;
	width:190.5px;
	margin:-80px auto 0;
	}
.prob_section__col__number{
	    font-size: 22px;
    line-height: 25px;
    color: #000000;
    font-weight: bold;
    margin-top: 20px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    column-gap: 14px;
	}
.prob_section__col__number span{
	flex-shrink: 0;
	width:33px;
	height:33px;
	background:#e10000;
	border-radius:50%;
	font-size:23px;
	line-height:32px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	}

.paragraph{
	font-size: 18px;
	line-height: 26px;
	margin-top: 25px;
	color: #000000;
	}
.prob_section__col .paragraph{ margin-top:15px;}

/*====SECTION_1====*/
.section_1{
	float: left;
	width: 100%;
	padding: 80px 0 60px;
	background: #fefff3;
	position: relative;
	}
.section_1:after {
	content: '';
	position: absolute;
	top: -50px;
	left: 50%;
	width: 2px;
	height: 91px;
	transform: translateX(-50%);
	background: #95280c;
}
.s1-rgt-box{
	float: left;
    width: 97%;
    position: relative;
    padding: 12px 0 8px;
    margin: 28px 0 0;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e5e5e5;
	}	
.s1-icon-img{
	position: absolute;
	top: 9px;
	left: 0;
	max-width: 84px;
	}	
.common_text2{
	    float: right;
    width: 83%;
    font-size: 18px;
    line-height: 27px;
    font-weight: 500;
	}	
.common_heading{
	    float: left;
    width: 100%;
    font-size: 48px;
    line-height: 56px;
    color: #000000;
    font-weight: 400;
    font-family: "DM Serif Display", serif;
	}
.common_text{
	    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    color: #000;
    margin-top: 22px;
	}
.s1_mid{
	display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    width: 100%;
    margin: 0 0 0;
	}
.sec1_left{
	float:left;
	width:48%;
	max-width: 527px;
	}
.s1_imageBx {
    float: left;
    width: 100%;
    margin-top: 30px;
}
.s1_image{
	display:block;
	margin: 6px auto 0;
	border-radius:7px;
	max-width:100%;
	}
.s1_right{
	float: right;
    width: 51.3%;
    text-align: left;
    margin: 20px 0 0;
	}
/*--------STRIP2--------*/
.strip2{
	float: left;
	width: 100%;
	padding: 30px 0 10px;
	}
.strip2-hding{
	letter-spacing:0.5px;
	font-size:23px;
	line-height:30px;
	color:#29323a;
	font-weight:700;
	text-align:center;
	}
.strip2-hding:before,.strip2-hding:after{
	display:inline-block;
	vertical-align:middle;
	width:125px;
	margin:-5px 10px;
	border-bottom:1px solid #ede8e1;
	content:"";
	}
ul.strip2-list{
	float: left;
    width: 100%;
    margin-top: 23px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
    justify-content: space-between;
	}
ul.strip2-list li{
	float: left;
    width: 16.5%;
    text-align: center;
    position: relative;
	}
ul.strip2-list li img{
	margin:0 auto 0;
	display:block;
	max-width:100%;
	}		
ul.strip2-list li p{
	font-size: 18px;
    line-height: 23px;
    letter-spacing: 0.5px;
    color: #000;
    font-weight: 500;
    text-transform: capitalize;
    margin-top: 15px;
	}
	
/*====SECTION_3====*/
.section_3{
	float:left;
	width:100%;
	padding:60px 0;
	background:#fefff3;
	}
.s3_text1{
	
	}
.s3_mid{
	float: left;
    width: 100%;
    padding: 0 50px;
    margin: 45px 0 0;
	}
.s3_left{
	float:left;
	width:50%;
	max-width:464px;
	}
.s3_left_img{
	display:block;
	margin:0 auto 0;
}
.s3_right{
	float:right;
	width:calc(100% - 48%);
	}
.s3_list{
	float:left;
	width:100%;
	}
.s3_list_row{
	float: left;
    width: 100%;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
	}
.s3_list_row img{
	float: left;
	width: 130px;
	}
.s3_list_inr{
	float:right;
	width:calc(100% - 115px);
	text-align:left;
	}
.s3_list_inr span{
	font-size: 24px;
    line-height: 34px;
    color: #000000;
    font-weight: 700;
    text-align: left;
    text-transform: capitalize;
    position: relative;
    display: inline-block;
}
.s3_list_inr span:before, .s3_list_inr span:after {
    content: "";
    position: absolute;
    top: 20px;
    right: -110px;
    width: 98px;
    border-top: 1px solid #000;
}

.s3_list_inr span:after {
    border-radius: 10px;
    width: 15px;
    height: 15px;
    border: 1px solid #000;
    top: 12px;
    right: -127px;
}
.s3_list_inr .common_text{
	float:right;
	font-size: 17px;
	margin-top:5px;
	}

/*-----------------------
SECTION-4
------------------------*/
.section4{
	float:left;
	width:100%;
	padding:60px 0;
	background:#fff;
	position:relative;
}
.sec4_content{
	width:58%;
	float:left;
	text-align:left;
}
.sec4_prod{
	float:right;
	    margin: -90px 0 0 0;
}
.sec4_inner{
	float: left;
    width: 100%;
        margin: -87px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 15px;
    column-gap: 15px;
}
.sec4_box{
	background: #fbfedc;
    border-radius: 20px;
    padding: 20px;
    width: 32%;
    position: relative;
    color: #000;
    text-align: left;
}
.sec4_box_image{
	max-width:100%;
	display:block;
	margin:0 auto 20px;
}
.sec4_box h3{
	font-size: 22px;
    line-height: 30px;
    font-weight: 700;
}
.sec4_box p{
	font-size: 18px;
    line-height: 26px;
    margin-top: 12px;
}
/*====SECTION_5====*/
.section_5{
	float:left;
	width:100%;
	padding:60px 0;
	background:#fefff3;
	}
.s11_right{
	float:right;
	width:56.8%;
	}
.faq_section{
	display: inline-block;
	 width: 70.8%;
	text-align: left;
	 margin: 25px 0 0;
	}
.faq_slide_row{
	float: left;
    width: 100%;
    margin-top: 14px;
    padding: 0 15px;
    background: #fff;
    border: 1px solid #cbcbcb;
    border-radius: 10px;
	}
.accordion{
	float: left;
    width: 100%;
    text-align: left;
    background: url(../images/s2_close.png) no-repeat 98% center;
    background-size: 12px;
    padding: 17px 25px 17px 70px;
    font-size: 20px;
    line-height: 28px;
    text-transform: capitalize;
    font-weight: 700;
    color: #000000;
    letter-spacing: 0.5px;
    position: relative;
    cursor: pointer;
	}
.accordion span {
	     display: block;
    font-size: 20px;
    line-height: 37px;
    font-weight: 300;
	 }
.acdn-img {
	 position: absolute;
	 left: 0;
	 top: 17px;
} 	
.acdn_heading.accordion_open{
	background: url(../images/s2_open.png) no-repeat 98% center;
 background-size: 12px;
padding-bottom: 15px;
 margin-bottom: 15px;
 border-bottom: 1px solid #cbcbcb;
	}
.acdn_content{
	float:left;
	width:100%;
	text-align:left;
	padding:0 35px 15px 0;
	}
.accordion.last, .acdn_content.last{border-bottom:none;}
.acdn_para{
	float:left;
	width:100%;
	font-size:18px;
	line-height:26px;
	color:#000000;
	letter-spacing:0.3px;
	margin-bottom:15px;
	font-weight:normal;
	}
	
.acdn_para a{ color:#00F; text-decoration:underline;}
ul.acdn_list{
	float:left;
	width:100%;
	margin-bottom:15px;
	padding-left:15px;
	}
ul.acdn_list li{
	float:left;
	width:100%;
	font-size:16px;
	line-height:24px;
	color:#000;
	font-weight:normal;
	margin:5px 0;
	}

/*====SECTION_FIVE====*/
.section_five{
	float:left;
	width:100%;
	padding:60px 0 70px;
	background:#fff;
	}
.sec5_block{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:830px;
	margin-top:40px;
	}
.sec5_order_box{
	background:#a64a32;
	display:inline-block;
	vertical-align:top;
	width:100%;
	padding:35px 280px 45px 30px;
	text-align:left;
	position:relative;
	}
.s5_women{
	position:absolute;
	right:0;
	bottom:0;
	}
.s5_prod{
	position: absolute;
	right: 200px;
	bottom: -34px;
	max-width: 260px;
	}
.s5_order_head{
	font-size:37px;
	line-height:43px;
	color:#fff;
	font-weight:600;
	}
.odr_date_box{
	float:left;
	width:100%;
	margin-top:20px;
	
	display: -webkit-flex;
    display: flex;
    align-items: center;
	}	
.odr_date_box h3{
	font-size:80px;
	line-height:70px;
	color:#fff;
	font-weight:500;	
	}	
.date_cont{
	width:calc(100% - 60px);
	text-align:left;
	padding-left:15px;
	margin-top:9px;
	}	
.date_cont p{
	font-size:26px;
	line-height:30px;
	color:#fff;
	letter-spacing:0.5px;
	font-weight:500;
	text-transform:uppercase;
	}	
.date_cont p span{
	display:block;
	font-size:26px;
	text-transform:uppercase;
	letter-spacing:2px;
	}	
.s5_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:735px;
	position:relative;
	margin-top:30px;
	padding-left:75px;
	}	
.s5_box:before{
	content:'';
	position:absolute;
	top:-30px;
	bottom:25%;
	left:10px;
	border-left:1px solid #000000;
	}	
.s5_box_row{
	width:100%;
	text-align:left;
	position:relative;
	padding:25px 30px 30px;
	background:#fff;
	border-radius:5px;
	box-shadow:0 0 9px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:0 0 9px 2px rgba(0,0,0,0.2);
	margin-top:30px;
	}	
.s5_box_row:before{
        content: '';
    position: absolute;
    top: 30px;
    left: -75px;
    background: #a64a32;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 0 0 4px rgb(255 221 213);
    -webkit-box-shadow: 0 0 0 4px rgb(255 221 213);
	}
.s5_box_row:after{
	position:absolute;
	content:"";
	background:url(../images/s5_bx_arw.png) no-repeat left top;
	background-size:100%;
	width:33px;
	height:33px;
	left:-23px;
	top:25px;
	}	
.s5_box_row h3{
	font-size: 22px;
	line-height: 30px;
	color: #000;
	font-weight: 600;
	}	
ul.s5_list{
	display:inline-block;
	vertical-align:top;
	width:60%;
	margin-top:10px;
	}
ul.s5_list li{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:12px;
	font-size:18px;
	line-height:26px;
	color:#000;
	font-weight:400;
	padding-left:35px;
	text-align:left;
	background:url(../images/s5_list_point.png) no-repeat left 3px;
	background-size:21px;
	}
.s5_prg_box{
	    right: 20px;
    width: 38%;
    overflow: hidden;
    position: absolute;
    top: 50%;
    border-radius: 10px;
    transform: translateY(-50%);
}
.s5_prg_img{ width:100%; vertical-align:middle;}

/*====section6====*/
.section6{
	float: left;
    width: 100%;
    background: #fefff3;
    padding: 60px 0;
	}
.s6-row{
	float: left;
    width: 100%;
    margin: 35px auto 0;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
.s6-col{
	width:30.1%;
	position:relative;
	text-align:center;
	}
.s6-col-no-text{
	display: inline-block;
    vertical-align: middle;
    font-size: 25px;
    line-height: 50px;
    color: #fff;
    font-weight: 700;
    position: absolute;
    /* margin: 0 0 0; */
    top: 0px;
    left: 160px;
    width: 50px;
    height: 50px;
    background: #a64a32;
    border-radius: 50%;
    text-align: center;
	}
.s6-col-top{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:25px;
	}
.s6-col-img{
	display:block;
	margin:0 auto;
	max-width:100%;
	border-radius:9px;
	}
.s6-col-btm{
	width:100%;
	padding:20px 0 0;
	}
.s6-col-text{
	    font-size: 22px;
    line-height: 32px;
    color: #000;
    font-weight: 700;
	}
.s6-col-text2{
	font-size:18px;
	line-height:26px;
	color:#000;
	margin-top:12px;
	}
	
.s6-use-row{
	width:100%;
	margin:40px auto 15px;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:center;
	column-gap:20px;
	}
.s6-use-col{
	width:24%;
	text-align:center;
	}
.s6-use-col-img{
	display:block;
	margin:0 auto;
	max-width:100%;
	width:127px;
	}
.s6-use-col-text1{
	font-size:22px;
	line-height:28px;
	color:#211f62;
	font-weight:800;
	}
.s6-use-col-text2{
	font-size:18px;
	line-height:26px;
	color:#000;
	margin-top:10px;
	}



/*====SECTION_7====*/
.section_7{
	float: left;
	width:100%;
	padding: 60px 0;
}
.compare-Box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:800px;
	margin-top:100px;
	border-radius:10px;
	}
.compare-col1{
	float: left;
    width:40%;
    position: relative;
	margin-top:115px;
	}
.compare-list{
	float:left;
	width:100%;
	}
.compare-list li{
	float:left;
	width:100%;
	height:75px;
	text-align:left;
	font-size:18px;
	line-height:22px;
	color:#000;
	font-weight:600;
	position:relative;
	display: flex;
    flex-wrap: wrap;
    align-items: center;
	justify-content:center;
	border-bottom:1px solid #dbdbdb;
	}
.compare-list li:last-child{
	border-bottom:none;
	height:85px;
	}
.compare-col1 .compare-list li{
	justify-content:start;
	padding:10px 10px 10px 5px;
	}
.compare-price{
	text-align:center;
}
.compare-col2 .compare-price{color:#fff;}
.compare-price h3{
	font-size:22px;
	line-height:26px;
	font-weight:600;
}
.compare-price p{
	font-size:17px;
	line-height:22px;
	font-weight:400;
}
.compare-col2{
	float: left;
	width:19%;
	background:#a64a32;
	border-radius:12px;
	}
.compare-top{
	float:left;
	width:100%;
	height:115px;
	}	
.compare-top-text{
	font-size: 16px;
    line-height: 22px;
    color: #000;
    padding: 12px 0;
    font-weight: 700;
	}
.compare-col2 .compare-top-text {
    color: #fff;
}
.compare-col2 .compare-top-text small{
	font-size:16px;
	color:#fff;
	border-radius:6px 6px 0 0;
	display:block;
	margin:-3px auto 0;
	}
.compare-logo{
	width:80px;
	max-width:100%;
	filter:brightness(0) invert(1);
	}
.compare-prod-img{
	margin:-45px auto -5px;

	}
.compare-brand-img{
	}
.compare-icn{
	display:block;
	margin:0 auto;
	width:34px;
	}	
.compare-col3{
	float:left;
	width:19%;
	background:#f2f2f2;
	border-radius:10px;
	}	
.compare-space-col{
	float:left;
	width:1.5%;
	margin-top:115px;
	}
.truth_box{
	display: inline-block;
    vertical-align: top;
    max-width: 800px;
    width: 100%;
    border-radius: 20px;
    padding: 30px;
    margin-top: 50px;
    text-align: left;
    background: #a64a32;
}
.s7_seal {
    vertical-align: middle;
}
.truth_box div {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 200px);
    padding-left: 20px;
}
.truth_box h3{
	font-size: 34px;
    line-height: 40px;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-weight: 400;
    font-family: "DM Serif Display", serif;
    margin-bottom: 10px;
}
.truth_box p{
	font-size: 18px;
    line-height: 26px;
    color: #fff;
}
.truth_box p span{font-weight:600;}

/*========Section Review========*/
.section_review{
	float:left;
	width:100%;
	background:#fefff3;
	padding:60px 0;
	}	
.testimonial_row{
	float:left;
	width:100%;
	margin-top:35px;
	}
.testimonial_column{
	float:left;
	width:31%;
	margin-right:30px;
	box-shadow: 0 4px 15px #0000000a;
	}
.testimonial_column:last-child{margin-right:0;}
.testimonial_column_image{
	display:block;
	margin:0 auto;
	border-radius:10px;	
	}
.testimonial_column_content{
	float:left;
	width:100%;
	text-align:left;
	padding: 20px;
	}
.testimonial_star{
	display:block;	
	width:88px;
	}
.testimonial_column_heading{
	color:#000000;
	font-size:22px;
	line-height:24px;
	font-weight:bold;
	margin-top:15px;
	}
.testimonial_column_paragraph{
	color:#000000;
	font-size:18px;
	line-height:26px;
	margin-top:10px;
	min-height: 132px;
	}
.testimonial_column_name{
	color:#000000;
	font-size:17px;
	line-height:27px;
	margin-top:15px;
	}
.testimonial_column_name span{font-weight:bold;}
.testimonial_verify_tick{
	display:inline-block !important;
	vertical-align:middle;
	margin:-4px 6px 0 0;
	width:17px;
	}	
.review_image{
	display:inline-block;
	vertical-align:middle;
	margin:70px auto 0;
	}

/*====PACKAGE====*/
.section_8{
	float:left;
	width:100%;
	padding:60px 0;
	background:#ffff;
	}
.package_section{
	float:left;
	width:100%;
	margin-top:40px;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	}
.package{
	width:31.3%;
	border:2px solid #d1d1d1;
	border-radius:8px;
	padding: 25px 20px 25px;
	background:#fff;
	position:relative;
	}
.pakge2 {
    border: 2px solid #a64a32;
	box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1);
}
.prod_txt{
	display: inline-block;
    width: 100%;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
	}	
.pakge_heading{
	    float: left;
    width: 100%;
    font-size: 30px;
    line-height: 38px;
    color: #000;
    font-weight: bold;
	}
.duration_text{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:160px;
	font-size:16px;
	line-height:20px;
	color:#000000;
	font-weight:700;
	text-transform:uppercase;
	background:#f2f1ff;
	border-radius:50px;
	padding:4px 10px;
	margin-top:5px;
	}
.pakge1 .duration_text{ background:#edfcd1;}
.pakge2 .duration_text{ background:#ffe0e0;}
.pakgeProd_box{
	    float: left;
    width: 100%;
    padding: 20px 0 0;
    position: relative;
	}
.pakge_prod{
	display:block;
	margin:0 auto;
	}
.prod-shild{
	position: absolute;
    right: 42px;
    top: -6px;
    text-align: center;
    padding: 17px 0 0;
	}
.pakge1 .prod-shild{ right:15px;}
.pakge3 .prod-shild{ right:55px;}
.pakge_seal p{
	float:left;
	width:100%;
	font-size:14px;
	line-height:18px;
	color:#fff;
	font-weight:900;
	text-transform:uppercase;
	}
.pakge_seal p span{
	font-size:23px;
	}
.pakge_priceBox{
	float:left;
	width:100%;
	margin: 15px 0 0;
	text-align:center;
	}
.regular_prc{
	float: left;
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    font-weight: 700;
    padding: 4px;
    background: #fdee4c;
    margin-top: 10px;
	}
.regular_prc span {
    padding: 0 5px;
}

.cut_prc{
	display: table;
    width: auto;
    font-size: 19px;
    line-height: 27px;
    color: #5b5b5b;
    font-weight: 600;
    position: relative;
    margin: 20px auto 0;
}
.cut_prc:after{
	position:absolute;
	right:-2px;
	left:-1px;
	top:42%;
	content:"";
	border-top:2px solid #ed1c24;
	transform:rotate(-15deg);
	}
.prod_price{
	float: left;
    width: 100%;
    font-size: 40px;
    line-height: 49px;
    background: #000;
    font-weight: 700;
    margin: 8px 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	}
.prod_price small {
    display: inline-block;
    vertical-align: middle;
    margin-top: 3px;
    font-size: 18px;
    line-height: 26px;
    color: #000;
    font-weight: 500;
}
.total_price {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: normal;
    margin-top: 0px;
}
.free_shipping{
	float:left;
	width:100%;
	font-size:16px;
	line-height:24px;
	color:#000;
	font-weight:400;
	margin-top:5px;
	}
.free_shipping img{
	display:inline-block;
	vertical-align:middle;
	width:22px;
	margin:-4px 6px 0 0;
	}
a.pakge_btn{
	    float: left;
    width: 100%;
    height: 50px;
    background: #28b40d;
    font-size: 21px;
    line-height: 50px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-align: center;
    border-radius: 7px;
    margin: 10px 0 0;
	}
.package .cc-icon {
    display: inline-block;
    vertical-align: middle;
	margin: 15px auto 0;
    width: 210px;
}
.package_tag{
	position: absolute;
    left: -3px;
    top: -2px;
    background: url(../images/package_tag.png) no-repeat left top;
    background-size: 100%;
    width: 85px;
    height: 84px;
    text-align: center;
    padding-top: 21px;
    padding-left: 5px;
	}
.package_tag2{
	background: url(../images/package_tag2.png) no-repeat left top;
	}
.package_tag3{
	background: url(../images/package_tag3.png) no-repeat left top;
	}		
.package_tag p{
	float: left;
    width: 100%;
    height: 100%;
    font-size: 12px;
    line-height: 21px;
    color: #fff;
    font-weight: 700;
    transform: rotate(-45deg);
    margin-left: 5px;
    text-transform: uppercase;
	}




/*===========contact_strip=============*/
.contact_strip{
	    float: left;
    width: 100%;
    padding: 60px 0;
    background: #a64a32;
	}
.contact_row{
	width: 100%;
	max-width:1030px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
	margin:0 auto;
	flex-wrap: wrap;
	}
.contact_col{
	width: 49.333%;
	padding: 0 20px;
	text-align: center;
	}
.contact_col_2{
	border-left:1px solid #ccc;
	}
.qsn_hdng{
	font-size:24px;
	line-height:30px;
	color:#fff;
	font-weight:600;
	
	}
.qsn_text{
	font-size:17px;
	line-height:26px;
	color:#fff;
	margin-top:15px;
	letter-spacing:0.3px;
	}
a.read_faq{
	display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    max-width: 200px;
    font-size: 19px;
    line-height: 48px;
    height: 50px;
    color: #54e756;
    font-weight: 600;
    border: 1px solid #54e756;
    border-radius: 50px;
    margin-top:25px;
    text-align: center;
	}
.call_text{
	font-size:17px;
	line-height:26px;
	color:#fff;
	font-weight:500;
	margin:5px 0;
	position:relative;
	}
.call_text a{
	color:#fff;
	}
.call_text a:hover{ text-decoration:underline;}
.call_text a img{
	display:inline-block;
	vertical-align:middle;
	margin:-3px 5px 0 0;
	}
ul.social_list{
	float:left;
	width:100%;
	margin-top:25px;
	}
ul.social_list li{
	display:inline-block;
	vertical-align:top;
	padding:0 5px;
	}

/*====footer====*/
.footer{
	float:left;
	width:100%;
	background:#a64a32;
	padding:0 70px;
	}
.footer__text_box{
	float:left;
	width:100%;
	margin-top:30px;
	padding:15px 70px;
	border:2px solid #d2d2d2;
	}
.footer__top_text{
	float: left;
    width: 100%;
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    /* letter-spacing: 0.5px; */
    text-align: center;
	}
.footer__logo_row{
	float:left;
	width:100%;
	margin-top:25px;
	display:flex;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items:center;
	justify-content:space-between;
	}
.footer__logo_row_left{
	width:27%;
	text-align:left;
	}
.footer__logo{
	display: inline-block;
    vertical-align: middle;
    width: 175px;
    filter: invert(1) brightness(10);
	}
.footer__logo_text{
	display:inline-block;
	vertical-align:middle;
	margin-left:18px;
	padding-left:20px;
	border-left:1px solid #747474;
	color:#fff;
	font-size:14px;
	line-height:20px;
	font-weight:400;
	letter-spacing:0.5px;
	}

.footer__logo_row_right{
	text-align:right;
	width:38%;
	}
.footer__logo_row_right li{
	display:inline-block;
	vertical-align:middle;
	}
.footer__logo_row_right li:first-child{
	    text-align: left;
	}
.footer__logo_row_right li img{
	    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
	}
.footer__logo_row_right li a{
	    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
	}
.footer__link_row{
	    float: left;
    width: 100%;
    margin-top: 20px;
    padding: 25px 0;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #fff;
    column-gap: 30px;
	}
.footer__link_row li{
	color:#fff;
	font-size:17px;
	line-height:17px;
	font-weight:400;
	letter-spacing:0.5px;
	position:relative;
	}
.footer__link_row li a{
	display:inline-block;
	vertical-align:middle;
	cursor:pointer;
	 color: #fff;
	}
.footer__link_row li:after{
	content:'';
	position:absolute;
	top:0;
	bottom:0;
	right:-15px;
	width:1px;
	background:#fff;
	}
.footer__link_row li:last-child:after{ display:none;}

.copyright-section{
	float:left;
	width:100%;
	background:#fff;
	padding:25px 0;
	}
.copyright__row{
	float:left;
	width:100%;
	display:flex;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items:center;
	justify-content:space-between;
	}
.copyright__text{
	color:#000;
	font-size:16px;
	line-height:20px;
	font-weight:400;
	letter-spacing:0.5px;
	}
.copyright__logos{
	display:block;
	margin:0 auto;
	width:140px;
	}

/*TERMS- PRIVACY*/

.tems_bg {
	float: left;
	width: 100%;
	padding: 40px 0;
}
.trm-bx {
	    background: #fff;
    width: 100%;
    float: left;
    text-align: left;
    margin: 30px 0;
}
.trm-bx h2 {
	    line-height: 40px;
    color: #333;
    font-size: 24px;
    float: left;
    width: 100%;
    font-weight: 700;
    padding-bottom: 5px;
}
.trm-bx h3 {
	line-height: 28px;
    text-align: left;
    font-size: 22px;
    float: left;
    width: 100%;
    margin: 0px 0 15px;
    color: #3c3c3b;
    font-weight: 600;
    background: #ffffff;
}
.trm-bx ul{
	float:left;
	 width:100%;
	 padding:0 10px;
}
.trm-bx li {
	margin-top: 10px;
	font-size: 16px;
	line-height: 24px;
	float: left;
	width: 100%;
	list-style: disc;
}
.trm-bx strong {
	text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.trm-bx span {
	text-transform: uppercase;
}
.trm-bx p {
	font-size: 16px;
	line-height: 24px;
	float: left;
	width: 100%;
	margin-bottom: 10px;
	font-weight: 400;
}
.trm-bx h4, .trm-bx h5 {
	font-size: 22px;
	float: left;
	width: 100%;
	margin: 10px 0;
	font-weight: 500;
}
.ing-blk h4 {
    text-align: center;
}
.ing-blk img {
    display: block;
    margin: 0 auto 10px;
}
.trm-bx h5 {
	font-size: 20px;
	font-weight: 500;
}
.privacy-list {
	padding: 0 0 0 30px
}
.privacy-list li {
	font-weight: bold;
}
.privacy-list li p {
	font-weight: normal;
	margin-top: 10px;
}
.mrg-tp {
	margin: 15px 0 !important;
	float: left;
	width: 100%
}
.trm-txt {
	float: left;
	width: 100%;
	background: #fff;
	padding: 20px 20px
}
.disclr-bx {
	border: 2px solid #000;
	padding: 10px;
	font-weight: 500;
	float: left;
	width: 100%;
	margin: 0;
}
.disclr-bx p {
	margin-bottom: 0;
	font-weight: bold;
}
.trm-bx ol {
	margin: 0px;
	float: left;
	width: 100%;
	font-weight: 400;
	padding: 0 20px;
	margin-bottom: 20px;
}
.trm-bx .disclmr {
	width: 100% !important;
}
.ing-lft-bx img {
    max-width: 100%;
}

/*********************/
.contact-sec1{
	float:left;
	width:100%;
	background:#fff;
	padding:70px 0;
	}
.cont-sec1Lft{
    float: left;
    width: 45%;
    text-align: left;
	}
.cont-sec1Lft .comn-text{ margin-top:0;}	
ul.cnt-list{
	float:left;
	width:100%;
	text-align:left;
	margin-top:25px;
	}
ul.cnt-list li{
	float: left;
    width: 100%;
    padding: 0 0 20px 60px;
	margin-top:20px;
    position: relative;
	border-bottom: 1px solid #ebebeb;
	}
ul.cnt-list li:last-child{ border:none; padding-bottom:0;}	
ul.cnt-list li img{
    position: absolute;
    left: 0;
    top: 10px;
	filter: grayscale(1);
	}
ul.cnt-list li p{
    float: left;
    width: 100%;
    font-size: 18px;
    color: #000;
    line-height: 30px;
	}	
ul.cnt-list li span{
    font-weight: bold;
	display: block;
	}
.cnt-social{
	float:left;
	width:100%;
	margin-top:40px;
	}	
.cnt-social li{
	display:inline-block;
	vertical-align:top;
	}
.cnt-social li img{
	display:inline-block;
	vertical-align:top;
	}
.cnt-social li:nth-child(2) img{ margin:0 4px;}							

.cont-right{
	float:right;
	width:50%;
	background:#fff;
	position:relative;
	border-radius:22px;
	overflow:hidden;
	box-shadow:0 0 40px 7px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow:0 0 40px 7px rgba(0, 0, 0, 0.3);
	}	
.cont-frm-hd{
	float:left;
	width:100%;
	text-align:left;
	background: rgb(234, 216, 60);
    background: #a64a32;
	padding:20px 30px;
	position:relative;
	}
.cont-frm-hd:after{
    position: absolute;
    content: "";
    left: 30px;
    bottom: -10px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 10px solid #a64a32;
	}	
.cont-frm-hd p{
	float:left;
	width:100%;
	font-size:33px;
	line-height:37px;
	color:#fff;
	font-weight:600;
	letter-spacing:0.5px;
	}	
.cont-frm-hd img{
	position:absolute;
	bottom:-26px;
	right:30px;
	filter: drop-shadow(2px 4px 6px #ccc) grayscale(1);;
	}			
.cont-frm-box{
	float: left;
    width: 100%;
	text-align:left;
	padding:40px 30px 40px;
	}
.cont-input-box{
	float: left;
    width: 100%;
    text-align: left;
    position: relative;
	border-bottom: 1px solid #dbdbdb;
	padding-bottom:12px;
	margin-bottom:40px;
	}
.cont-input-half{ width:47%;}
.cont-input-box2{margin-bottom:0;}	
.cont-input-box label{
	float:left;
	width:100%;
	font-size:14px;
	color:#333;
	margin-bottom:10px;
	}	
.cont-field-all{
    float: left;
    width: 100%;
	background:none;
    color: #fff;
    font-size: 16px;
	font-family: inherit;
	font-weight: 400;
	-webkit-appearance:none;
	outline:none;
	border:none;
	}
.cont-field-all::placeholder{
	 color:#c1bebe;
	 font-size:18px;
	 font-weight:600;
	 }
textarea{ resize:none; height:90px;} 	

.cont-btn{
	margin-top:20px;
	display: inline-block;
    vertical-align: middle;
    
    width: 100%;
    font-size: 20px;
    color: #ffffff;
    background: #28b40d;
    padding: 10px 0 6px;
    font-weight: 800;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.8px;
	border:none;
	border-radius:6px;
	}
	

.contact2-sec1{ position:relative; padding-bottom:50px;}	
.contact2-sec1:before{
	content:'';
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	background:#ffeded;
	height:350px;
	}	
.contact2-sec1 .comn-text{ margin-top:0;}
.cont2Box{
	float:left;
	width:100%;
    background: #dd2027;
    position: relative;
    border-radius: 22px;
	margin-top:50px;
	
   	box-shadow:0 0 40px 7px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow:0 0 40px 7px rgba(0, 0, 0, 0.3);
	}
.cont2-sec1Lft{
	position:absolute;
	top:15px;
	left:15px;
	bottom:15px;
    width: 45%;
	background:#fff;
    text-align: left;
	border-radius: 22px;
	padding:30px 40px;
	}
.cont2-sec1Lft ul.cnt-list{ margin-top:0;}	
.cont2-sec1Lft .cnt-social{ margin-top:50px;}
.cont2-right{
    float: right;
    width: 53%;
	padding:30px;
	}
.cont2-right .cont-frm-box{ padding:0;}		
.cont2-right .cont-frm-hd{ background:none; padding:0; margin-bottom:40px;}	
.cont2-right .cont-frm-hd:after{ display:none;}	
.cont2-right .cont-frm-hd img{ bottom:22px; right:25px;}

.thank-you{ padding:30px 0; float:left; width:100%;}

@media only screen and (max-width: 767px){
	
	}

/*==============Media=============*/

@media only screen and (max-width:1200px){
.container{ width:1004px;}

ul.mainMenu li a {font-size: 16px;}
ul.mainMenu li{    padding: 0 6px;}

.banner-heading { font-size:53px; line-height:51px;}
.bnr-img{         width: 405px;   right: -60px;}
.bnr-prod-img{ width: 260px; right: 302px; bottom: 30px;}
.bnr-moon-img {right: 380px;}
.banner-left {width: 47%;}

.bnr-stp-uls li {padding: 0 14px 0 65px;}

.comn-hding{font-size:44px; line-height:54px;}
.s1-house {margin-top: 80px;width: 570px;}

.s2-bx-tx{padding:0 10px;}

.s3_mid{ padding:0 0;}

.package_section{ padding:0;}
.pakge_prod{ max-width:100%;}
ul.strip2-list li p{ font-size:15px;}

.footer { padding:0;}
.footer__text_box { padding: 15px 10px;}
.footer__logo_row_left { width: 47%;}
.footer__logo_row_right { width: 40%;}
.footer__link_row li { font-size: 16px; line-height: 16px;}
.footer__link_row li:after { right:-28px;}
.copyright__logos { width:350px;}



/*==================================
CSS FOR PRODUCT_DETAILS_PAGE
=====================================*/
.prod_details_left{ width:38%;}
.pkg_btn{width: 250px;}
.cards-secure p{ font-size:11px;}
}

@media only screen and (max-width:1021px){
.container{ width:750px;}
.forDesk{ display:none;}
.forTab{ display:block;}

ul.mainMenu { display:none;}
a.header-btn{ display:none;}
#cart_btn{margin: 20px 60px 0 0;}


ul.feature_list{ padding:0;}
ul.feature_list li{ padding:0 15px;}
.comn_pading{ padding:0;}
.common_text{ font-size:17px;}

.banner-left { width: 52%;}
.rating__star {width: 72px;}
.rating__face {width: 92px;}
.banner-heading { font-size: 42px;  line-height: 51px;}
.banner-text-box { padding-bottom: 25px;}
.banner-text2 {font-size: 16px; line-height: 24px;}
ul.banner_point li { font-size:18px; line-height:24px; background-size:19px; background-position:0 3px; padding-left:30px;}
.bnr-img{ width: 325px; top: 2px; right: -120px;}
.bnr-prod-img { width: 259px; right: 127px;}
.bnr-moon-img {right: 227px; width: 80px;}
.bnr-btn-text1 { font-size: 12px; padding: 2px 5px 0;}
.bnr-btn-icn { width:18px;}

.bnr_review{max-width:280px; padding:15px; top:5px;}
.bnr_review__name{padding:15px 0 0 65px;}
.bnr_review__face{width:50px;}

.banner .btn_box{ width:95%;}

.bnr-stp-uls li{padding: 0 0 0; text-align: center; width: 31%; border-right: none; font-size: 16px; line-height: 22px;}
.li-stp-img{    position: static;  margin: 0 auto 5px; display: block; max-width:48px;}

.sec1_left{width: 38%;}
.s1_image{margin: 45px auto 0;}
.s1_right{width: 60%;}
.s1_act_img{ width:90%;}
.common_sub_head{ font-size:18px; line-height:26px;}
.common_heading{ font-size:37px; line-height:44px;}
.s1-icon-img { max-width: 82px;}

.banner:before{height:390px;}
.bnr-lft{width:70%;}
.bnr-lft-hding {font-size: 38px; line-height: 48px;}
.bnr-stp{margin-top:20px;}
ul.bnr-stplist li{font-size:15px; margin-right:15px;}
.bnr-prd{width: 410px; right: 50px; top: 240px;}
ul.bnr-list li{font-size:19px; margin: 10px 0 0 0;}
.bnr-vdo { max-width:370px; top:320px;}
.bnr-reviw {width: 600px; margin: 60px 0 -180px 20px;}

.prob_section__row{grid-template-columns: repeat(2, minmax(0, 1fr));}

.section1{padding:50px 0; border-top:2px solid #e5e5e5;}
.comn-hding {font-size: 36px;line-height: 44px;}
.s1-rgt{width:100%; margin:0; text-align:center;}
.s1-left{width:100%;}
.s1-house{margin-top:30px; width:auto;}
.s2-house-connect{top:200px;}
ul.s1-list{padding:0 40px;}

ul.strip2-list li{width: 32.5%;}
.strip2-hding {font-size: 20px; line-height: 28px;}
ul.strip2-list li p {font-size: 15px; line-height: 25px;}
ul.strip2-list li img {        width: 85px;}
ul.strip2-list li:nth-child(3):after{ display:none;}


.sec4{padding:40px 0 50px;}
.sec4_arrow{width:22px; top:-65px;}
.sec4_prod{width:360px; margin:-10px 0 0;}
.sec4_box p{ font-size:16px; line-height:26px;}
.sec4_inner{margin: 0 0 0;}
.sec4_box{padding:10px 10px 20px;}
.sec4_box_icon{width:35px;}

.s5_women{ width:240px;}
.s5_prod{ right:120px; width:310px;}

section_3{padding:50px 0;}
.s3_left{ width:40%;}
.s3_right{ width:55%;}
.s3_list_row img{ width:70px;}
.s3_list_inr{ width:calc(100% - 85px);}
.s3_list_inr span{ font-size:20px; line-height:30px;}
.common_text{ font-size:17px; line-height:25px;}

.section_review{padding:40px 0;}
.testimonial_column{width:32%; margin-right:15px;}
.testimonial_star{width:90px;}
.testimonial_column_heading{font-size:18px; line-height:22px;}
.testimonial_column_paragraph{font-size:17px; line-height:25px; letter-spacing:0;}
.testimonial_column_name{font-size:16px; line-height:24px;}
.testimonial_verify_tick{margin:-2px 5px 0 0; width:16px;}
.review_image{margin:35px auto 0;}

.section_8 { padding: 50px 0;}
.package_section{ padding:0 10px;}
.package{ width:31.5%; padding:15px;}
.pakge_seal{ width:62px; height:62px; right:0; padding:14px 0 0;}
.pakge1 .pakge_seal{ right:0;}
.pakge_seal p{ font-size:12px; line-height:16px;}
.pakge_seal p span{ font-size:20px;}
a.pakge_btn{ height:52px; line-height:56px; font-size:22px;}

.s5_left{ width:45%;}
.faq_section{ width:52%;}

.contact-sec1{ padding:30px 0;}
ul.cnt-list{ margin-top:0;}
ul.cnt-list li p{ font-size:16px; line-height:26px;}

.footer__text_box { padding: 15px 20px;}
.footer__top_text { font-size: 13px; line-height: 19px; font-weight: 300;}
.footer__logo_row { margin-top:20px;}
.footer__logo_row_left { width: 46%;}
.footer__logo { width: 100px;}
.footer__logo_text { margin-left: 10px; padding-left: 15px; font-size: 12px; font-weight: 300;}
.footer__logo_row_right { width: 48%;}
.footer__logo_row_right li:first-child { margin-right: 8px; padding-right: 15px;}
.footer__logo_row_right li img { width: 18px; margin-right: 5px;}
.footer__logo_row_right li a { font-size: 13px; font-weight: 300;}
.footer__link_row { padding: 20px 0;}
.footer__link_row li { font-size: 13px; line-height: 14px; font-weight:300;}
.footer__link_row li:after { right: -18px;}

}


@media only screen and (max-width:767px){
.container{ width:100%; max-width:600px; padding:0 15px;}

.forMob{ display:block;}
.hide-mob{ display:none;}

.top__strip p{font-size:13px; position:relative;}
.top__strip p img{position:absolute;}
.top__strip p img:first-child{left:0; top:10px;}
.top__strip p img:last-child{right:0; top:10px;}

.top-fix-bar{ margin-bottom:55px;}
.header{ height:55px; margin-top:-55px; top:55px;}
.mob-mnu-ic{  top:20px;}
.mobilemenu{ top:55px;}
.mobimenu-top{ top:55px;}

ul.mainMenu{ display:none;}
.logo {width: 178px;
        margin-top: 12px;}

#cart_btn { margin: 11px 40px 0 0; height: 34px;padding-right: 0px; width: 100px;}
#cart_btn p {font-size: 14px;line-height: 23px;}
.cart-ic{width: 16px;}
#cart_btn span{width: 30px;font-size: 16px; line-height: 24px;padding: 4px;}
.top_strip_text1{display:none;}
.top_strip_text2{  width: 49%;  margin: 0; text-align: center; font-size: 13px; line-height: 16px;}
.top_strip_text2 img{ display:none;}

.banner-section{ padding:20px 0 30px;  background-size:100%;}
.rating {text-align: center;}
.rating__face {display: none;}
.banner-left { width: 100%; text-align:center;}
.banner-rev-text {font-size: 12px; line-height: 18px;}
.bnr-rev-star { width: 68px; margin: -4px 5px 0 0;}
.banner-text1 { font-size:18px; line-height:24px;}
.banner-heading {font-size: 30px; line-height: 36px; letter-spacing: 0; margin-top: 0;}
.bnr-img{ position: static; margin: 10px 0 5px -15px; width: calc(100% + 30px); max-width: unset;}
.banner-text-box { text-align:left; position:relative; padding:8px 0 5px 0px; width:100%;}
.banner-text2 {font-size: 15px; line-height: 22px; margin-top: 0; padding: 10px 0 10px 10px;}
.bnr-prod-img{width:105px; left:0; right:auto; bottom:5px;}
ul.banner_point { margin-top: 5px; float:left;}
ul.banner_point li { font-size: 16px; line-height: 22px; background-size: 22px; padding: 0 0 5px 30px; border-bottom: 1px solid #ccc; margin-top: 5px;}
ul.banner_point li:last-child{ border-bottom:none; padding-bottom:0;} 
.bnr-btn-text1 {font-size: 13px; padding: 2px 5px 0; background:#f1eeff; margin:0 0 20px;}
.bnr-btn-icn { width: 26px;}
.button-box{ margin-top:20px;}
.btn-text1 {font-size:14px; line-height:20px; font-weight:600;}
.btn-icn1 { margin: -4px 5px 0;}
.common_btn{ font-size:20px; line-height:50px; height:52px;}
.btn-arrow{ width:20px;}
.low-stock-text{ font-size: 12px;}
.low-stock-text2 {font-size: 12px; line-height: 18px;}
.btn-list li {flex-wrap: wrap; padding: 0 10px;}
.btn-list li p{    padding-left: 6px;}

.bnr_review{position:static; max-width:100%; margin-top:25px; float: left;}
.bnr_review__heading{font-size:20px; margin-top:0;}

.prob_section{ padding:30px 0 50px;}
.prob_section__row{grid-template-columns: repeat(1, minmax(0, 1fr)); margin-top:20px;}
.prob_section__col{ margin-top:0; position:relative; padding:15px 120px 15px 15px;}
.prob_section_col-img{ position:absolute; right:15px; top:50%; transform:translateY(-50%); width:100px; margin:0 auto;}
.prob_section__col__number{ margin:0;font-size: 17px;line-height: 22px;column-gap: 10px;}
.prob_section__col__number span{width: 30px; height: 30px;font-size: 20px; line-height: 28px;}
.prob_section__col .paragraph {margin-top: 10px; font-size: 16px; line-height: 24px;}

.section_1{ padding:40px 0 30px;}
.section_1:after{height: 40px; top: -20px;}
.section_1:before { height:50px; top:-25px;}
.sec1_left{ width:100%; max-width:100%; margin:25px 0 5px;}
.s1_mid{  max-width: 100%;}
.s1_right{ width:100%; text-align:center; margin-top:0;}
.s1_imageBx{ margin-top:0px;}
.s1_act_img{ width:95%;}
.common_heading{ font-size:26px; line-height:34px; width: 100%; letter-spacing: -0.8px}
.common_text{ font-size:16px; line-height:24px; margin-top:15px;}
.s1-icon-img{top: 28px; left: -5px; max-width: 64px;}
.common_text2{font-size: 16px;line-height: 24px; text-align: left;}
.s1_image{ margin-top:0;}
.s1-rgt-box{ margin-top:20px; width:100%;}

.strip2{padding: 20px 0 10px;}
.strip2-hding { font-size: 19px;line-height: 26px;}
.strip2-hding:before, .bnrstrip-hding:after{width: 35px; margin: -5px 5px;}
ul.strip2-list {margin-top: 0;}
ul.strip2-list li { width: 33%;  margin: 25px 0 0 0;}
ul.strip2-list li:after{ display:none;}
ul.strip2-list li p {font-size: 12px; line-height: 16px;margin-top: 10px;}
ul.strip2-list li img { width: 45px;}
 
.strip2-hding { font-size: 16px; line-height: 24px;}
.strip2-hding:before, .bnrstrip-hding:after{width: 35px; margin: -5px 5px; display:none;}
.strip2-hding:after{ display:none;}
ul.strip2-list {margin-top: 15px;}
ul.strip2-list li { width: 33%;  margin:0px 0 0 0;}
ul.strip2-list li:after{ display:none;}
ul.strip2-list li p { font-size: 14px; line-height: 20px; margin-top: 5px;}
ul.strip2-list li img { width: 60px;}

.section4{ padding:30px 0;}
.sec4{padding:35px 0 35px;}
.sec4_arrow{top:-60px;}
.sec4_content{width:100%; text-align: center;}
.sec4_mobile{width:100%; margin-top:0px;}
.sec4_inner{margin:0 auto; max-width:380px; width:100%; flex-wrap:wrap; -webkit-flex-wrap:wrap;}
.sec4_box{margin:0 auto 5px; text-align:left; padding:10px 15px 15px; width:100%;}
.sec4_box:last-child{margin-bottom:0px;}
.sec4_box_icon{width:47px;}
.sec4_box p{font-size:16px; line-height:24px; margin-top: 7px;}

.section_five{ padding:30px 0 35px;}
.sec5_block{ width:calc(100% + 30px); margin:25px 0 0 -15px; max-width:none;}
.sec5_order_box {padding: 20px 80px 20px 15px;}
.s5_order_head{ font-size:22px; line-height:30px; letter-spacing:0;}
.s5_women{width: 150px; display:none;}
.s5_prod{right: 0px;width:160px;bottom: -10px;}
.s5_box{ max-width:360px; margin-top:10px; padding:0 7px 0 40px; }
.s5_box_row{ padding:15px 15px 20px;}
.s5_box_row:before{ width:12px; height:12px; left:-35px; top:20px;}
.s5_box:before{ top:50px; left:12px; bottom:28%;}
.s5_box_row:after{ top:12px;}
.s5_box_row h3{ font-size:18px; line-height:24px;}
ul.s5_list li{ font-size:15px; line-height:20px; margin-top:10px; background-size:15px; padding-left:22px; background-position:0 2px;}
ul.s5_list{ width:100%;}
.s5_prg_box{ position:static; width: 100%; transform: none; margin-top: 10px;}

.section_3{ padding:30px 0;} 
.s3_mid{ margin:5px 0 0px; float:none; max-width:100%; display:inline-block; vertical-align:top;}
.s3_left{ display:none; width:100%;}
.s3_right{ width:100%;}
.s3_list_row{ margin:15px 0 0;}
.s3_list_row img{ width:110px;}
.s3_list_inr{width:calc(100% - 78px);}
.s3_list_inr .common_text{ font-size:16px;}
.s3_list_inr span:before, .s3_list_inr span:after{top: 16px;}
.s3_list_inr span:after{top: 8px;}
.s3_list_inr span {font-size: 18px; line-height: 26px;   }

.section_review{padding:30px 0 35px;}
.testimonial_row{margin-top:25px; width:calc(100% + 30px); margin-left:-15px; padding-left:15px;}
.testimonial_column{width:300px !important; margin-right:0;}
.testimonial_star{width:85px;}
.testimonial_column_paragraph{font-size:16px; line-height:24px; min-height: 120px;}
.testimonial_column_content{padding: 15px;}

.section_8{ padding:30px 0 !important;}
.package_section{ padding:0; margin-top:5px; padding:0 0 !important;  margin-top: 0 !important;flex-direction: column-reverse;}
.package{ width:100%; padding:15px 15px 20px; margin-top:20px; border-radius:12px;}
.pakge1{width: 100% !important;}
.pakge2{order:1;}
.pakge3{order:3;}
.pakge_heading{ font-size:26px; line-height:26px;}
.pakge_heading span{ display:inline-block; vertical-align:middle; margin-top:-2px;}
.pakge_mob{ float: left; width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 15px 0 5px; flex-wrap: wrap; flex-wrap: nowrap;}
.pakgeProd_box{ width:100%; padding:0 0;}
.pakge_seal{ display:none;}
.pakge_priceBox{ width:100%; padding-left:10px; border-left:1px solid #eeeeee; margin: 0;}
.duration_text{ font-size:12px; text-align:center; line-height:12px; margin-bottom:10px; padding:7px 10px 5px; max-width:120px;}
.prod_price{ font-size: 28px; line-height: 34px;  width: 100%; margin-top: 5px; margin-bottom: 3px}
.cut_prc{font-size: 17px;line-height: 24px;margin-top: 0px;}
.regular_prc{ float: left; width: 100%; padding-right: 0; font-size: 16px; line-height: 28px; margin-bottom: 5px;}
.free_shipping{ font-size:15px; line-height:18px; margin-top:6px;}
.free_shipping img{ width:20px;}
a.pakge_btn{height: 54px;line-height: 54px;font-size: 22px;max-width: 100%; }
.prod_txt{ font-size:16px;}

.section_5{ padding:30px 0 35px;}
.s5_left{ width:100%;}
.acdn-img{ display:none;}
.faq_section{ width:100%; margin: 5px 0 0;}
.acdn_content{ padding:0 0 15px 0;}
.accordion{padding: 10px 10px 10px 0px; font-size: 18px; line-height: 26px; margin: 0;}
.accordion span{font-size: 18px;}
.acdn_para{ font-size:16px; line-height:24px; margin-bottom: 0;}
ul.acdn_list{ padding-left:0;}
ul.acdn_list li{ font-size:15px; line-height:20px;}

.section6{ padding:30px 0;}
.s6-col{ width:100%;margin-bottom: 10px;}
.s6-col-no-text{height: 40px; width: 40px; line-height: 40px; font-size: 20px; top: 6px;}
.s6-row {    margin: 10px auto 0;}
.s6-col-text2{font-size: 16px; line-height: 24px; margin-top: 7px; top: 8px;}
.s6-col-btm{ padding: 10px 0 0;}
.s6-col-text{  font-size: 20px; line-height: 28px;}
	
.section_7{padding: 30px 0;}
	
.compare-price h3{font-size:19px; line-height:22px;}
.compare-price p{font-size:15px; line-height:17px;}
.truth_box{padding:20px 10px; text-align: center; margin-top: 80px;}
.s7_seal{display: inline-block; margin: -70px 0 10px 0; width: 110px;}
.truth_box div{width:100%; padding: 0;}
.truth_box h3{font-size:24px; line-height:30px;}
.truth_box p{font-size:16px; }

.compare-Box{margin-top:70px;}
.compare-col1{margin-top:100px;}
.compare-col2{width:30%;}
.compare-col3{width:28%;}
.compare-space-col{margin-top:80px;}
.compare-top{height:100px;}
.compare-prod-img{}
.compare-top-text{font-size:14px; line-height:18px;}
.compare-col2 .compare-top-text small{font-size:14px;}
.compare-list li{ font-size: 16px; line-height: 22px;}
.compare-icn{ width:24px;}

.cont-sec1Lft{ width:100%;}
.cont-sec1Lft .comn-para{ margin-top:0;}
ul.cnt-list li{padding: 0 0 20px 52px;}
.cont-right{ width:100%; margin-top:30px;}
.cont-frm-hd p{ font-size:24px;}


.footer__logo_row { flex-direction:column; margin-top:25px;}
.footer__logo_row_left { width:100%; text-align:center;}
.footer__logo {  display: block; margin: 0 auto 15px;  width: 160px;}
.footer__logo_text { margin:15px 0 0; padding-left:0; border-left:none; float:left; width:100%;}
.footer__logo_row_right { width:100%; text-align:center; margin-top:10px;}
.footer__logo_row_right li img { margin-right: 3px;width: 25px;}
.footer__logo_row_right li:first-child { margin-right: 7px; padding-right: 10px;}
.footer__link_row li:after { display:none;}
.footer__link_row { padding: 15px 0; flex-wrap: wrap; column-gap: 14px; row-gap: 12px; justify-content:center;}

.copyright-section { padding: 15px 0;}
.copyright__row { flex-direction: column-reverse; row-gap:10px;}
.copyright__text { font-size:12px;}
.copyright__logos { width: 150px;}

.tems_bg {padding: 10px 0;}
.trm-bx{margin: 8px 0 0;}

.continue-shpbtn{    font-size: 16px;}


}


/************************/
/*TERMS- PRIVACY*/

.trms-sec2{
	float: left;
    width: 100%;
    text-align: left;
    background: #efefef;
    padding: 40px 0;
}
.trms-innner {
    float: left;
    width: 100%;
    background: #fff;
    padding: 10px 20px;
}
.trms-sec2 h1{
	height:40px;
	line-height:40px;
	background:#333;
	color:white;
	margin:20px 0 20px 0;
	padding:0 10px;
	font-size:26px;
	float: left;
    width: 100%;
}
.trms-sec2 h3{
	font-size:24px;
	font-weight:700;
	float:left;
	width:100%;
	margin:0px 0 10px;
}
.trms-sec2 p{
	float:left;
	width:100%;
	font-size:17px;
	line-height:26px;
	margin:0px 0 22px;
}
.trms-sec2 ol{
	float:left;
	width:100%;
	padding:0 20px;
	}
.trms-sec2 ol li {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    margin: 0px 0 10px;
    list-style: auto;
}
.trms-sec2 h4, .trms-sec2 h5{
	font-size:20px;
	font-weight:600;
	float:left;
	width:100%;
	margin:10px 0;
	}
.trms-sec2 h5{ font-size:20px; font-weight:400;}
.top_sec {
    float: left;
    width: 100%;
  background: #a64a32;
    margin-bottom: 20px;
    text-align: left;
}
.trms-sec2 .top-txt {
        float: left;
    width: 100%;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
    line-height: 31px;
    /* height: 37px; */
    font-size: 22px;
    padding: 5px 14px;
    margin: 0;
}
.ing-lft-bx {
    float: left;
    width: 100%;
    text-align: center;
}
.ing-lft-bx img {
    max-width: 100%;
}
@media only screen and (max-width:767px){
.trms-sec2 .top-txt{font-size: 18px; padding: 5px 0;}
}
