@charset "utf-8";
/* CSS Document */
/*==============contact===========*/
.contact{
	padding: 50px 0;
	text-align: center;
	background:#f8f8f8;
}
.cont-hd{text-align:center; padding:0;}
.cont-hd2{}
.cont-lft-frm {
    float: left;
    width: 42%;
    text-align: left;
}
ul.cont-list1{
	margin: 30px 0 0 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	row-gap: 20px;
	float: left;
}
ul.cont-list1 li{
	float: left;
    width: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 50px;
    text-align: left;
    position: relative;
}
ul.cont-list1 li img{
	position: absolute;
    left: 0;
    top: 5px;
}
.cont-list1-p1{
	    font-weight: 600;
    color: #333333;
    font-size: 20px;
    line-height: 30px;
    padding: 0px 0 0 0;
    font-family: "Spectral", serif;
}
.cont-list1-p2{
	color: #4b4d4a;
}
.cont-frm{
	width: 49%;
    float: right;
    margin: 0px 0 0 0;
	text-align:left;
	box-shadow: 0 0 10px #ccc;
    padding: 40px 20px;
}
.cont-frmElmnts{
	float:left;
	width:100%;
	margin:15px 0 0 0;
	display:block;
	position:relative;
}
.cont-frmElmnts input, .cont-frmElmnts textarea{
	width:100%;
	background:#f9f9f9;
	height:41px;
	border:1px solid #ebebeb;
	box-sizing:border-box;
	padding:0 10px 0 10px;
	font-family:inherit;
	font-size:14px;
	color:#000;
	border-radius:4px;
	text-align:left;
}
.cont-lft{ width:49%; float:left;}
.cont-rgt{ width:49%; float:right;}
.cont-frmElmnts textarea{
	height:141px;
    width: 99.83%;
    padding:14px 10px 0 10px;
    border: 1px solid #d2cfcc;}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #8b8b8b;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #8b8b8b;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #8b8b8b;
}
:-moz-placeholder { /* Firefox 18- */
  color: #8b8b8b;
}

/**********************************/
.cart-sec1 .upsell1,.cart-sec1 .upsell2{ 
	display:none;
}
.cart_summary .upsell1,.cart_summary .upsell2{ 
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    margin: 14px 0;
    justify-content: space-around;
    float: left;
    width: 100%;
}
.upsell-box {
        display: inline-block;
    width: 100%;
    background: #f3f3f3;
    border: 1px solid #d0d0d0;
    overflow: hidden;
    border-radius: 10px;
    margin: 0 0px;
}
.offerBox {
        float: left;
    width: 100%;
    cursor: pointer;
    position: relative;
	
}
.offerBox label {
    float: left;
    width: 100%;
    background: #f3f3f3;
    padding: 15px 5px 15px 140px;
	cursor:pointer;
}
.ofrbx-top {
    float: left;
    width: 100%;
    background: rgb(158,64,241);
    background: #faaf40;
    padding: 5px 10px 5px;
    text-align: left;
    border-radius: 10px 10px 0 0;
}
.ofrbx-top .fieldToggle {
    float: left;
    color: #2d2d2d;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    margin: 5px 0;
    cursor: pointer;
    /* padding-left: 30px; */
    position: relative;
    font-weight: 500;
    width: 100%;
}	
.ofrbx-top .fieldToggle p {
    font-size: 22px;
    line-height: 28px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.5px;
}	
.offerBox input[type='checkbox'] {
    position: absolute;
    display: inline-block;
    left: 10px;
    top: 10px;
    margin: 0;
    width: 22px;
    height: 22px;
    background: #fff;
    border: 2px solid #c9c9c9;
    z-index: 9;
    -webkit-appearance: none;
	opacity:0;
}

.offerBox input[type=checkbox]:checked {
       border: 2px solid #74aa33;
}
.offerBox input[type=checkbox]:checked:after{
	    content: '';
    position: absolute;
    top: -9px;
    left: 3px;
    background: url(../images/checkmark.png) no-repeat center center;
    height: 26px;
    width: 26px;
}
.offerBox input[type=checkbox]:checked + .upsel-pack{
	border-color: #74aa33;
	background: #fbfffc;
}
.cart-upsell {
    float: left;
    width: 100%;
}	
.ofrbx-mdl {
        float: right;
    width: 100%;
    padding: 15px;
    position: relative;
    text-align: left;
}
.ofrbx-mdl .up-txt{
	float: left;
    width: 100%;
    color: #2c2c2c;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
}
.up-txt span{ display:block; font-size:14px;}
.pkgPrice {
    float: right;
    width: 30%;
    text-align: right;
    padding-right: 7px;
    color: #2c2c2c;
    font-size: 19px;
    line-height: 20px;
    font-weight: 500;
}
.offrBx-img1 {
        max-width: 140px;
    float: left;
    width: 100%;
    position: absolute;
    left: 0;
    top: 40px;
}
.offrBx-img1:nth-child(2) {
	    left: 73px;
    max-width: 133px;
    top: 22px;
    position: absolute;
}
.offrbx-txt2 {
    font-size: 24px;
    line-height: 24px;
    color: #363636;
    margin-top: 10px;
    float: left;
    width: 100%;
}	
.offrbx-txt2 strong {
    font-size: 22px;
}
.sec1-shopnow {
    display: inline-block;
    margin-top: 15px;
    background: #00ac61;
    color: #fff;
    font-size: 27px;
    line-height: 54px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    height: 56px;
    width: 248px;
}
.offerBox .sec1-shopnow {
    padding: 0 0;
    /* margin: 5px 0 0 0; */
    width: 100%;
    font-size: 20px;
}	
.remove-from-cart {
       color: #f00;
    margin: 10px 0 0;
    font-size: 16px;
    text-decoration: underline;
    position: absolute;
    right: 70px;
    bottom: 100px;
    width: auto;
    z-index: 99;
}

/************************/
/*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:18px;
	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: #df030f;
    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: 1013px){
.cont-lft-frm,.cont-frm {width: 100%;}	
.cont-lft-frm{margin-bottom:20px;}
ul.cont-list1 li{}
}
@media only screen and (max-width: 767px){
.contact {padding: 20px 0;}	
ul.cont-list1 {margin: 10px 0 0 0; row-gap: 10px;}	
ul.cont-list1 li, ul.cont-list1 li:nth-child(2), ul.cont-list1 li:nth-child(1) {}
.cont-list1-p1 {font-size: 18px;line-height: 28px;}
.cont-hd2 {}	
.cont-frm {padding: 20px;}
.cont-lft, .cont-rgt {
    width: 100%;
    float: none;
}
.cont-frmElmnts textarea {height: 100px;}
}
/*==============FAQ===========*/
.faq{
	padding:60px 0 50px;
}

/*-----------accordion--------------*/
#accordion{height:auto!important;margin:34px auto 0 auto;display:block;width:100%;}
.ui-accordion .ui-accordion-header { 
	display: block; 
	cursor: pointer; 
	zoom: 1; 
	background:#fff url(../images/uparrow.png) 99% 24px no-repeat;	
	text-align:left; 
    padding:20px 40px 18px 32px;
	margin:4px 0 0 0;	
	outline:none;
	position:relative;	
	font-size:22px;
	line-height:24px;
	color:#34322d;
	text-align:left;
}
.ui-accordion .ui-accordion-header.active{
	background:#fff url(../images/downarrow.png) 99% 24px no-repeat;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	color:#249834;	
}
.ui-accordion .ui-accordion-header .bullet{
	position:absolute;
	left:0;
	top:20px;
	background:#fff url(../images/qtn-hov.png) left top no-repeat;
	height:24px;
	width:25px;
}
.ui-accordion .ui-accordion-header.active .bullet{
	background:#fff url(../images/qtn.png) left top no-repeat;
	height:24px;
	width:25px;
}
.ui-accordion .ui-accordion-content { 
	padding:0; 
	border-top: 0; 
	overflow: auto; 
	zoom: 1; 
	border:none;
	padding:0 0 10px 0;
	background:#fff;	
}
.accord-txt{
	box-sizing: border-box;
    float: left;
	text-align:left;
    padding: 10px 10px 10px 0;
    width: 100%;
	border-top:1px solid #229635;
}
@media only screen and (max-width: 767px){
.faq{padding:30px 0;}	
	
.ui-accordion .ui-accordion-header .bullet {
    left: 0;
	top:8px;
}
.ui-accordion .ui-accordion-header { 
	font-size: 20px;
    line-height: 24px;
    padding: 10px 40px 10px 28px;
	margin:2px 0 0 0;	
}
.accord-txt {
    padding: 12px 10px 12px 0;
}
.ui-accordion .ui-accordion-header { 	
	background:#fff url(../images/uparrow.png) 99% 18px no-repeat;		
}
.ui-accordion .ui-accordion-header.active{
	background:#fff url(../images/downarrow.png) 99% 18px no-repeat;	
}
}
@media only screen and (max-width: 479px){
.ui-accordion .ui-accordion-header { font-size: 19px;}
}
/*==============about===========*/
.abut-s1{
	padding:50px 0;
}
.ab-img{
	float:right;
	margin:-120px 0 0 50px;
}
.abut-s1-p1{	
	text-align:left;
	color:#2d2d2d;
	margin:20px 0 0 0;
}
.abut-s1-p1 span{color:#319f2f;font-size:21px;}
.abut-s2{
	padding:50px 0;
	display:table;
	margin:0 auto;
}
ul.abut-s2-list{
	padding:40px 0 0 0;
}
ul.abut-s2-list li{
	float:left;
	width:33.33%;
	margin:0 0 0 0;
	text-align:center;
}
ul.abut-s2-list li img{
	display:block;
	margin:0 auto 0 auto;
}
.abut-s2-list-p1{
	font-size:24px;
	line-height:28px;
	color:#2d2d2d;
	margin:20px 0 0 0;
	font-weight:600;
}
.abut-s2-list-p1 span{ color:#2b9b32;}
.abut-s2-list-p2{
	color:#2d2d2d;
	margin:15px 0 0 0;
	padding:0 30px;
}
@media only screen and (max-width: 1179px){
.ab-img {
    float: right;
    margin: -121px 0 0 29px;
    width: 368px;
}
.abut-s2-list-p2 {padding: 0 20px;}
}
@media only screen and (max-width: 1013px){
.abut-s1, .abut-s2 {
    padding: 40px 0;
}	
.ab-img {
    float: none;
    margin:30px auto 20px auto;
	display:block;
    width: 368px;
}
ul.abut-s2-list li img { width: 180px;}
.abut-s2-list-p2 {
    padding: 0 10px;
}
.abut-s1-p1 {
	text-align:center;
}	
.abut-s1-p1 span{font-size:20px;}
}
@media only screen and (max-width: 767px){
.abut-s1, .abut-s2 {
    padding: 30px 0;
}		
ul.abut-s2-list {
    padding: 10px 0 0 0;
}
ul.abut-s2-list li {
    float: none;
    width: 100%;
    margin: 30px 0 0 0;
}
.abut-s2-list-p2 {padding: 0 0;}
}
@media only screen and (max-width: 479px){
.ab-img { width: 243px;}
}
/*==================start review page==================*/
#horizontalTab{padding:40px 0 0 0;}

/****************************************/
.thank-you {
    min-height: 38vh;
    text-align: center;
    padding: 110px 0;
}
.thnx-txt1 {
   display: inline-block;
    width: 100%;
    font-size: 40px;
    line-height: 55px;
    font-weight: 600;
    color: #229635;
    margin-bottom: 10px;
}
.thnx-txt2 {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
}
.pro-p1 {
	display: inline-block;
	color: #2d2d2d;
	width: 70%;
	margin-top: 20px;
	vertical-align: top;
}
@media only screen and (max-width: 767px){
.thank-you {
    min-height: 52vh;
    text-align: center;
    padding-top: 60px;
}
}
@media only screen and (max-width: 479px){
.thank-you {
    min-height: 43vh;
    text-align: center;
    padding-top: 60px;
    padding: 50px 20px;
}
