@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: Arial, Helvetica, 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;}
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;
	}
.fl{ float:left;}
.fr{ float:right;}
.show-tab, .show-mob{ display:none;}

/*-----------------------
	MAIN CSS START
------------------------*/
.container {
	width:1110px;
	margin:0 auto;
	padding:0;
	position:relative;
	}
/*===========Header===========*/
.header{
	float:left;
	width:100%;
	padding:15px 0;
	background:#000;
	position:relative;
	}
.header_logo{
    float: left;
	width: 250px;
	margin-top:12px;
	}
.header_text {
	position: absolute;
	top: -5px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
	
    font-size: 10px;
    line-height: 16px;
    color: #c7c7c7;
	}	
a.header_btn{
	float:right;
	width:100%;
	max-width:220px;
	height:50px;
	background:#00b942;
	font-size:18px;
	line-height:50px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	border-radius:8px;
	}
.btn_arw{
	display:inline-block;
	vertical-align: middle;
	margin: -3px 0 0 35px;
	}
/*-----------------------
		MAIN SECTION
------------------------*/
.main_sec {
    float:left;
    width:100%;
	overflow:hidden;
	padding:30px 0 60px;
	}
.left_section{
    float: left;
    width: 72%;
    text-align: left;
	}
.main_heading{
	font-size:48px;
	line-height:54px;
	color:#000;
	font-weight:bold;
	padding-bottom:15px;
	border-bottom:2px solid #2b5d9b;
	}
.author_box {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	padding:15px 0;
	text-align: left;
	}
.author_row {
    padding-right:15px;
    position: relative;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	}
.author_row:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left:0;
    width: 5px;
    height: 5px;
    background: #000;
    border-radius: 50%;
	}
.author_row:first-child:before{ display:none;}
.author_img{
	display:inline-block;
	vertical-align:top;
	border-radius:50%;
	}
.authorbx_text {
	font-size:16px;
	line-height:24px;
	color:#121212 ;
	font-weight:bold;
    padding-left:18px;
	}
.normal_text{
	color:#787878;
	font-weight:normal;
	}
.blue_tick {
    display: inline-block;
    vertical-align: middle;
    margin: -4px 0 0 7px;
	}
.common_img{
	display:block;
	margin: 30px auto 0;
    box-sizing: content-box;
	}
.shadow{
	border:4px solid #fff;
	-webkit-box-shadow:0 0 4px 1px rgba(0,0,0,0.2);
	box-shadow:0 0 4px 1px rgba(0,0,0,0.2);
	}
.comn_img1{ margin-top:0;}
.common_text{
	font-size:20px;
	line-height:28px;
	color:#000000 ;
	margin-top:35px;
	}

.refrence_col-img{
	display: flex;
    justify-content: center;
	flex-direction: column;
    position: relative;
	width:100%;
	max-width:680px;
	margin:30px auto 0;
	text-align:center;
	}
.refrence_col-img sup{
	position:absolute;
	right:3px;
	top:-10px;
	font-size:14px;
	line-height:14px;
	color:#000;
	}
.media_img{
    display:block;
	margin:10px auto 0;
	max-width:100%;
	}	
.common_heading{
	font-size:40px;
	line-height:50px;
	color:#000000 ;
	font-weight:bold;
	margin-top:35px;
	padding-bottom:15px;
	border-bottom:2px solid #c8c8c8;
	}
.link_text{
	color:#000fff;
	}	
ul.shoping_bnft_list{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:10px;
	}
ul.shoping_bnft_list li{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:25px;
	padding:0 0 25px 40px;
	position:relative;
	}
ul.shoping_bnft_list li:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 35px;
    right: 0;
    border-bottom: 1px solid #e9e9e9;
	}
ul.shoping_bnft_list li:last-child{ padding-bottom:0;}
ul.shoping_bnft_list li:last-child:before{ display:none;}

.green_tick{
	position:absolute;
	top:2px;
	left:0;
	}
ul.shoping_bnft_list li h3{
	font-size: 24px;
    line-height: 28px;
    color: #000000;
	font-weight:bold;
	}
ul.shoping_bnft_list li .common_text{
    margin-top:13px;
	}
.thc_flower_blk{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:20px;
	}
.thc_flower_box{
	display:-webkit-flex;
	display:flex;
	flex-wrap: wrap;
    align-items: center;
	
	width:100%;
	margin:10px auto 0;
	background:#fef6d6;
	padding:30px 14px; 
	}
.thc_flwr_imgbx{
	width:85px;
	}
.thc_flwr_img{
	display:block;
	margin:0 auto;
	}
.thc_flwr_contbx{
	width:calc(100% - 85px);
	padding-left:10px;
	}
.thc_flwr_contbx h3 {
    font-size: 24px;
    line-height: 28px;
    color: #000000;
    font-weight: bold;
	}
.thc_flower_box .common_text{
	margin-top:13px;
	}
	
.delivery_block {
    display: inline-block;
    vertical-align: top;
    width: 100%;
	padding-left: 20px;
	position:relative;
	}
.delivery_block:after{
    content: '';
    position: absolute;
    top: 9%;
    left: 36px;
    bottom: 13%;
    border-left: 2px dotted #3d3d3d;
	}	
.delivery_box {
    width: 100%;
    background: #fff;
    margin-top: 30px;
	padding-left:65px;
	}
.delivery_box_inr{
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	align-items: center;

	width:100%;
	padding-bottom:25px;
	border-bottom: 1px solid #e6e6e6;
	}
.delivery_box_inr.last{ border:none; padding-bottom:0;}
.delivery_contbx{
	width:55%;
    padding: 0 60px 0 0;
	}
.step_count{
	font-size: 24px;
    line-height: 28px;
    color: #010101;
    font-weight: bold;
	position:relative;
	}
.step_count:before{
    content: '';
    position: absolute;
    top: -3px;
    left: -65px;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 8px solid #21c25a;
    border-radius: 50%;
    z-index: 1;
	}	
.delivery_contbx_text{
	font-size: 20px;
    line-height: 28px;
    color: #000000;
    letter-spacing: 0.2px;
    margin-top:25px;
	}
.delivery_imgbx {
    width: 45%;
	}
.delivery_bx_img{
	display:block;
	margin:0 auto;
	box-sizing:content-box;
	}	
	
.common_text2{
	font-size: 22px;
    line-height: 30px;
    color: #000000;
	font-weight:bold;
    letter-spacing: 0.2px;
    margin-top: 35px;
	}
.product_img{
	display:block;
	margin:30px auto 0;
	}
.state_box{
	display: inline-block;
    vertical-align: top;
    width: 100%;
    background: #fffdf3;
    -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
    box-shadow:0 0 10px 3px rgba(0, 0, 0, 0.1);
    margin-top: 45px;
    padding:30px 35px 35px;
	}
.state_box .common_heading{ margin-top:0;}
.state_box .common_text{ margin-top:25px;}
.state_map{
	display:block;
	margin:35px auto 0;
	}
	
	
/*=====Right Section=====*/
.right_section{
	float:right;
	width:24%;
	}
.right_box{
	float:left;
	width:100%;
	margin-top: 15px;
	}
.right_box_inner{
	float: left;
    width: 100%;
    background: #fff;
    padding:20px 12px 20px;
    text-align: center;
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1);
	}
.rgt_box_logo{
	display:block;
	margin:0 auto;
	width:108px;
	}
.rgt_sec_text{
    font-size:18px;
    line-height: 26px;
    color: #000;
	margin-top:10px;
	}	
.rgt_bx_product{
    display: block;
    margin:12px auto 0;
	}
ul.order_box_list{
	float: left;
    width: 100%;
    padding: 0 15px 0 20px;
	margin-top:10px;
	}
ul.order_box_list li{
	float:left;
	width:100%;
	color:#000000;
    font-size:16px;
    line-height:20px;
	text-align:left;
	font-weight:bold;
	background: url(in_css_ab89f49fac52285a52dae40babdd36ab.static.png) no-repeat left 1px;
    background-size: 16px;
	padding-left:25px;
	margin-top:8px;
	}
.rgt_btn {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 225px;
    height: 48px;
    background: #00b942;
    font-size: 18px;
    line-height: 48px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-radius: 6px;
    margin-top: 15px;
	}
.rgt_btn img{
	display:inline-block;
	vertical-align:middle;
	margin:-3px 0 0 20px;
	width:9px;
	}	


/*REFERENCES*/	
	
.references_div{
	float:left;
	width: 100%;
	margin-bottom:50px;
	text-align:left;
	}
.references_div h3{
	font-size:20px;
	line-height:26px;
	color:#000;
	font-weight:bold;
	}
.refrence_list{
	display: -ms-flexbox !important;
    display: flex !important;
	-ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
	-ms-flex-pack: justify !important;
    justify-content: space-between !important;
	margin-top:15px;
	}
.refrence_list ul{
	width:48%;
	}
.refrence_list ul li{
	text-align:left;
	font-size:13px;
	line-height:18px;
	color:#858585;
	margin-top:10px;
	word-break:break-all;
	position:relative;
	padding-left:20px;
	}
.refrence_list ul li span{
	position:absolute;
	left:0;
	top:0;
	}
/*====Footer====*/
.footer{
	float:left;
	width:100%;
	background:#fff;
	padding:45px 0 45px;
	border-top:1px solid #c8c8c8;
	}
.footer_txt1{
	float:left;
	width:100%;
	font-size:18px;
	line-height:22px;
	color:#454545;
	margin-bottom:25px;
	}
.footer_txt1 a{ padding:0 5px;}
.footer_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:833px;
	border:1px solid #dadada;
	margin-bottom:25px;
	padding:14px 20px;
	}
.footer_para{
	font-size:13px;
	line-height:18px;
	color:#454545;
	}
.margin_0{ margin-bottom:0 !important;}

.fr{ float:right;}
.fl{ float:left;}

/*---------Media Querry---------*/

@media only screen and (max-width:1200px){
.container{width:1004px;}

.main_heading{ font-size: 45px; line-height: 55px;}

.authorbx_text{ padding-left: 10px;}
.dot{ margin-right: 5px;}

ul.order_box_list{ padding: 0 10px 0 6px;}

}
@media only screen and (max-width:1021px){
.container{width:750px;}
.show-desk {display: none;}
.show-tab {display: block;}

.header{ padding: 12px 0;}
a.header_btn{ max-width: 185px; height: 45px; font-size: 17px; line-height: 45px;}
.btn_arw{ margin: -3px 0 0 20px;}
	
.main_sec{ padding: 30px 0 50px;}
.main_heading{ font-size: 34px; line-height: 44px;}

.author_row{ padding-right:10px;}
.author_row:before{ width: 5px; height: 5px; left: 6px;}
.blue_tick{ margin: -4px 0 0 5px;width: 14px;}
.author_img{ width: 40px;}
.authorbx_text{ font-size: 15px; line-height: 20px; padding-left:30px;}
.authorbx_text.text_1{ padding-left:15px;}


.common_text{ font-size: 18px; line-height: 26px; margin-top: 25px;}
.media_img_mob{ margin: 10px auto 0;}	
.common_heading{ font-size: 30px; line-height:38px; margin-top: 25px; padding-bottom: 13px;}

ul.shoping_bnft_list li h3{ font-size: 22px; line-height: 26px;}
ul.shoping_bnft_list li .common_text{ margin-top: 10px; font-size: 17px; line-height: 25px;}

.thc_flower_box{ padding: 20px 14px;}
.thc_flwr_imgbx{ width: 70px;}	
.thc_flwr_contbx{ width: calc(100% - 70px);}
.thc_flwr_contbx h3{ font-size: 20px; line-height: 26px;}
.thc_flower_box .common_text{ margin-top: 10px; font-size: 17px; line-height: 23px;}

.delivery_box{ padding-left: 55px; margin-top: 25px;}
.delivery_block:after{ left: 25px;}
.delivery_box_inr{ padding-bottom: 25px;}
.step_count{ font-size: 20px; line-height: 25px;}
.delivery_contbx{ padding: 0 20px 0 0;}
.delivery_contbx_text{ font-size: 17px; line-height: 25px; margin-top: 20px;}
.common_text2{ font-size: 20px; line-height: 26px;}

.state_box{ padding: 25px 20px 30px;}

.right_section{ width: 25%;}
.rgt_sec_text{ font-size: 15px; line-height: 23px;}
.right_box_inner{ padding: 15px 8px 18px;}
ul.order_box_list{ padding: 0; margin-top: 8px;}
ul.order_box_list li{ font-size: 13px; line-height: 20px; background: url(in_css_ab89f49fac52285a52dae40babdd36ab.static.png) no-repeat left 3px; background-size: 13px; padding-left: 20px; margin-top: 6px;}
.rgt_btn{ height: 45px; font-size: 16px; line-height: 45px; margin-top: 10px;}
.rgt_btn img{ margin: -3px 0 0 20px;}
	
.footer{ padding: 35px 0 35px;}	
.footer_txt1{ font-size: 17px; line-height: 20px; margin-bottom: 20px;}
.footer_box{ max-width: 700px; margin-bottom: 20px;}
	
}

@media only screen and (max-width:767px){
.container{width:100%; padding:0 15px; max-width:600px; box-sizing:border-box;}
.show-desk{display:none;}
.show-mob{display:block;}
.hide-mob{ display:none;}

.header { padding:10px 0;}
.header_text { font-size:8px; line-height:10px; top: 0px;}
.header_logo{ float:none; display:inline-block; vertical-align:top; margin-top:15px; width:200px;}
a.header_btn {max-width: 125px;height: 38px;font-size: 15px;line-height: 38px; margin-top:2px; display:none;}
.btn_arw {width: 8px;margin: -3px -2px 0 5px;}

.main_sec{ padding: 20px 0 30px;}
.left_section{ float: left; width: 100%;}
.main_heading{ font-size: 29px; line-height: 34px; padding-bottom: 10px;}

.author_box{ padding: 10px 0 12px; justify-content: space-between;}
.author_row{ padding-right: 0;}
.author_row:before{ width: 4px; height: 4px; left:9px; display:none;}
.blue_tick{ margin: -2px 0 0 5px; width: 15px;}
.authorbx_text{ font-size: 14px; line-height: 22px; padding-left: 0;}
.authorbx_text.text_1{ padding-left: 0;}

.comn_img1{ margin-top:6px !important;}
.shadow{ border: 2px solid #fff;}
.common_text{ font-size: 17px; line-height: 25px; margin-top: 20px;}

.refrence_col-img{margin: 20px auto 0;}
.news_image { margin:8px auto 0;}
.media_img_mob{ margin: 8px auto 0;}	
.refrence_col-img sup {top: -7px;font-size: 11px;line-height: 12px;}



.common_heading{ font-size: 24px; line-height: 32px; padding-bottom: 12px;}

.common_img{ margin: 25px auto 0;}
ul.shoping_bnft_list li{ margin-top: 20px; padding: 0px 0 20px 35px;}
ul.shoping_bnft_list li h3 { font-size: 19px; line-height: 23px;}
.green_tick{ width: 20px;}

.thc_flower_box{ padding: 15px 12px; align-items: flex-start;}
.thc_flwr_imgbx{ width: 50px;}
.thc_flwr_contbx{ width: calc(100% - 50px);}
.thc_flwr_contbx h3{ font-size: 18px; line-height: 24px;}
	
.delivery_block{ padding-left: 0;}
.delivery_block:after{ left: 12px; top: 3%;  bottom: 21%;}
.step_count:before{ top: -3px; left: -40px; width: 12px; height: 12px; border: 7px solid #21c25a;}
.delivery_box{ padding-left: 40px; margin-top: 20px;}
.delivery_contbx{ padding: 0; width: 100%;}
.step_count{ font-size: 18px; line-height: 22px;}
.delivery_imgbx{ width: 100%;}
.delivery_bx_img{ margin:15px 0 0;}
.delivery_contbx_text{ font-size: 16px; line-height: 22px; margin-top:10px;}
.delivery_box_inr{ padding-bottom: 20px;}

.common_text2{ font-size: 18px; line-height: 24px;}
	
.state_box{ padding: 20px 14px 25px; margin-top:35px;}
.state_box .common_heading{ font-size: 21px; line-height: 31px;}
.state_box .common_text{ margin-top: 18px;}

.right_section{ width: 100%;}
.right_box{ margin-top: 35px; padding: 0 20px;}
.right_box_inner{ padding: 20px 25px 25px;}
.rgt_box_logo{ width: 120px;}
.rgt_sec_text{ font-size: 18px; line-height: 26px;}
ul.order_box_list{ float:none; display:block; margin:10px auto 0; max-width:240px;}
ul.order_box_list li{ font-size: 16px; line-height: 23px; background-size: 16px; padding-left: 24px; margin-top: 8px;}
.rgt_btn{ height: 50px; font-size: 20px; line-height: 50px; margin-top: 18px; max-width: 240px;}

.refrence_list{ margin-top:10px;}
.references_div h3 {font-size: 18px;line-height: 22px;}
.refrence_list ul{ width:100%;}
	
.footer{ padding: 20px 0 0;}	
.footer_txt1{ font-size: 15px; line-height: 20px; margin-bottom: 15px;}
.footer_box{ max-width: 100%; margin-bottom: 15px; padding: 16px 12px;}
.footer_para{ font-size: 12px; line-height: 17px;}

.btmfix{ margin-top:20px;}
.footer-cta{
	float:left;
	width:100%;
	text-align:center;
	position:fixed;
	padding:0;
	bottom:0;
	z-index:99
	}
a.footer_btn{
    display: inline-block;
    vertical-align: middle;
    max-width: 510px;
    width: 100%;
    color: #ffffff;
	height:58px;
    font-size:21px;
    line-height:58px;
    text-align: center;
    font-weight: 700;
    text-align: center;
    background:#00b942;
    border-radius:0;
    margin: 0 auto 0;
	}
a.footer_btn img{
    display: inline-block;
    vertical-align: middle;
    width:10px;
    margin: -4px 0 0 15px;
	}
}


/*---------- SVG MAP -------*/
.map{
    float: left;
    width: 100%;
    position: relative;
    text-align: center;
    margin-top: 30px;
    margin-left: 20px;
	}
.map-arw{
	position:absolute;
	left:30px;
	bottom:30px;
	font-size:18px;
	color:#333;
	}
.map-arw img{
	display:block;
	margin:0 auto;
	}
.map svg{
	float:left;
	width:100%;
	text-align:center;
	}
.stateText {
	fill: #FFFFFF;
	pointer-events: none;
	}

.stateImage {
	fill: #04af41;
	}

.stateButton {
	fill: #000;
	}

.stateImage,
.stateButton {
	cursor: pointer;
	transition: 0.4s;
	}

.stateImage:hover,
.stateButton:hover {
	fill: #048c34;
	}
@media only screen and (max-width:767px){
.map{ margin:25px 0 0 14px;}

}



:root {
  --logo-size: 100px;
--glitch-start: 60px;
--glitch-height: 110px;  /* enough to cover the bottom */
}


.logo-wrapper {
  position: relative;
  width: var(--logo-size);
  height: var(--logo-size);
 
  margin: 0 auto 1rem auto;
  display: block;

}

.logo-blink {
  position: absolute;
  top: 0;
  left: 0;
  width: var(--logo-size);
  height: var(--logo-size);
  z-index: 1;
}

.logo-blink img,
.glitch-logo img {
  width: var(--logo-size);
  height: var(--logo-size);
  position: absolute;
  top: 0;
  left: 0;
}

.glitch-crop {
  position: absolute;
  top: var(--glitch-start);
  height: var(--glitch-height);
  width: var(--logo-size);
  overflow: hidden;
  z-index: 2;
  pointer-events: none;
}

.glitch-logo {
  position: absolute;
  top: calc(var(--glitch-start) * -1); /* shift up */
  left: 0;
  width: var(--logo-size);
  height: var(--logo-size);
}

.glitch-logo img {
  position: absolute;
  top: 0;
  left: 0;
  width: var(--logo-size);
  height: var(--logo-size);
}


.with-eyes,
.with-eyes-glitch {
  animation: blinkOn 2s infinite;
}

.no-eyes,
.noeyes,
.noeyes-glitch {
  animation: blinkOff 2s infinite;
}

@keyframes blinkOn {
  0%, 94%, 100% { opacity: 1; }
  95%, 99%     { opacity: 0; }
}

@keyframes blinkOff {
  0%, 94%, 100% { opacity: 0; }
  95%, 99%     { opacity: 1; }
}