/*Header css*/

.groceryHeader {
    background-image: url("../../img2/grcry.jpg");
    background-position: center center;
    background-repeat: no-repeat;
	position: relative;
	padding:60px 0 !important;
}

.banner-text {
    max-width: 546px;
}
.banner-text h1{
	padding-bottom:10px;
}
.banner-text h1 img {
    display: inline-block;
}

.banner-text > h2 {
    color: #111111;
    font-family: open sans;
    font-size: 21px;
}

.topgryBox > h3 {
    font-size: 20px;
	color:#000;
    text-align: center;
    padding-bottom: 20px;
}
.checklist {
    margin:20px 0;
}
.checklist li:before {
    background:#111111;
    content: "";
    height: 3px;
    left: -2px;
    position: absolute;
    top: 15px;
    transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    width: 8px;
}
.checklist li:after {
    background:#111111;
    content: "";
    height: 3px;
    left: 2px;
    position: absolute;
    top: 11px;
    transform: rotate(-50deg);
    -webkit-transform: rotate(-50deg);
    width: 14px;
}
.checklist li {
    color: #111;
    font-size: 17px;
    padding: 0 0 6px 25px;
    position: relative;
}

.groceryHeader .btns {
    padding: 30px 0 0;
}
.btns .btn-theme {
    display: inline-block;
}

.groceryHeader .btn-theme {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
	padding:18px 20px;
	margin-right:5px;
	min-width:200px;
}
.groceryHeader .btn-theme.green-Btn {
    background-color: #2dbe60;
    border-color: #2dbe60;  
}
.groceryHeader .btn-theme.kpl-Btn {
    background-color: #36b2b2;
    border-color: #36b2b2;  
}
.progrs:last-child .progrsTxt {
    border:none;
}



.stats .left_grid {
    display: table-cell;
    width: 80%;
	vertical-align:top;
	padding-right:8px;
}
.stats .rght_grid{
    display: table-cell;
    width: 20%;
	vertical-align:top;
}

.progrsBar {
    display: inline-block;
    width:65%;
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAH0lEQVQIW2NkQAWSjEh8SQYGhucwATAHJAkSgHNAAgBJLgMeVQZnUgAAAABJRU5ErkJggg==) repeat;
	vertical-align:middle;
	background-color:#f6f6f6;
	height:88px;
	margin: 0 20px 0 0;
}

.progrs {
    padding-bottom: 10px;
    width: 100%;
}

.progrsTxt {
	border-bottom: 1px solid #e6e6e6;
	display: inline-block;
	height: 88px;
	line-height: 21px;
	padding: 10px 0 0 5px;
	vertical-align: middle;
	width:32%;
}
.orngColor {
    color: #ff883e;
}

.kplColor {
    color: #36b2b2;
}

.greenColor {
    color: #2dbe60;
}
.progrsBar > span {
	color: #ffffff;
	display: block;
	font-size: 30px;
	font-weight: 700;
	height: 100%;
	padding: 26px 10px 0 0;
	text-align: right;
}

.progrsBar.orng span {
	background-color: #ff883e;
	width: 24%;
}

.rght_grid .box {
	background: #f6f6f6;
	padding: 50px 20px 0;
	min-height: 280px;
	text-align: center;
	min-width: 260px;
}

.rght_grid .box h3 {
	color: #686868;
	font-family: open sans;
	font-size: 19px;
	line-height: 26px;
	padding-bottom: 30px;
}

.progrsBar.kpl span {
	background-color: #36b2b2;
	width: 55%;
}

.progrsBar.green span {
	background-color: #2dbe60;
	width: 15%;
}

.no-obligtn {
	font-size: 12px;
	display: block;
}

.btn-theme.orange {
	border-color: #ff883e;
	color: #fff;
	font-size: 20px;
	padding: 8px 20px;
}

.stats {
	margin: 30px 0 40px;
}
.sales-stats{
    position: relative;
    padding:0px 0 0 60px;
    margin:30px 0 0 0;
    max-width:500px;
    
}
.sales-stats::before {
  background-image: url("../../img2/stats-icon.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: "";
  height: 36px;
  left: 0;
  position: absolute;
  top: 10px;
  width: 40px;
}

.sales-stats > p {
  color: #222222;
  font-size: 20px;
  font-weight: 600;
}
.gryBg {
	background-color: #f6f6f6;
}

.grocry-scrn-Txt {
	max-width:630px;
	width:49%;
	display: inline-block;
	vertical-align: middle;
}

.grocry-scrn-Txt .theme-heading,
.grocry-scrn-Txt .theme-heading h2,
.grocry-scrn-Txt .theme-heading p {
	text-align: left;
}

.grocry-scrn-Txt .theme-heading p {
	line-height: 27px;
	font-size: 17px;
}

.grocry-scrn-img {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
}

.resp-tabs-list > li {
  background: #ffffff;
  border-left: 1px solid #2a8c8c;
  color: #000000;
  cursor: pointer;
  display: table-cell;
  font-size: 17px;
  height: 56px;
  padding: 10px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
.resp-tabs-list > li span{
    display: block;
    line-height:1;
    font-size: 12px;
}
.resp-tab-item.resp-tab-active {
    background-color: #2e9999;
    color: #ffffff;
    font-weight: 700;
}
.resp-tabs-list > li:first-child{
	border-left:none;
}


.resp-tabs-list {
    display: table;
    margin-top: -56px;
    width: 100%;
	table-layout:fixed;
}
.tab_head{background-color:#2a8c8c;padding: 40px 0 70px;}

.resp-tabs-container {
    margin: 60px 0 0;
}
.tab_container {
    background-color: #36b2b2;
    padding:0px 0 40px;
}

.tab_imgBox > img {
    max-width: 100%;
}


.tab_imgBox {
    border: 2px solid #73c9c9;
    display: inline-block;
    min-height: 240px;
    padding: 10px;
    width: 42%;
	position:relative;
}

/*.tab_imgBox::after {
    background-image: url("../../img2/green-cros.png");
	width:32px;height:32px;
	content:"";
	position:absolute;
	top:10px;
	right:10px;
}*/

.tab_imgBox > img {
    left: 50%;
    position: absolute;
    top: 50%;
	padding:30px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.tab_shoper .resp-tabs-container {
    overflow: hidden;
    position: relative;
}

.tab_shoper h2.resp-accordion {
    background:#ff883e;
    border-bottom: 1px solid #30353a;
    color: #ffffff;
    cursor: pointer;
    display: none;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    margin: 0;
    padding: 15px;
    text-align: left;
}

.tab_shoper .resp-tab-content {
    display: none;
}
.tab_txtBox {
    display: inline-block;
    padding: 0 0 0 22px;
    vertical-align: top;
    width: 56%;
	color:#fff;
}
.tab_txtBox > h2 {
    font-family: open sans;
    font-size: 30px;
    line-height: 1.25;
}

.tab_txtBox > p {
    font-size: 17px;
    padding: 10px 0 15px;
    color:#fff;
}

.tab_txtBox > h4 {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 20px;
}
.btn-theme.whiteBtn {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #2a8c8c;
    font-size: 20px;
    font-weight: 400;
    margin-right: 10px;
}
.tab_head .theme-heading > h2 {
    color: #ffffff;
}

.grocery-bm .left_pnl {
    float: left;
    width:46%;
	padding-top:30px;
}

.grocery-bm .rght_pnl {
    float: right;
    vertical-align: top;
    width:50%;padding-top:45px;
}

.grocery-bm .theme-heading h2{
    text-align: left;
	font-size:35px;
}

.grocery-bm .theme-heading p {
    text-align: left;
}

.grocery-bm .checklist li {
    color: #3f3e3e;
    font-size: 16px;
	padding-bottom:10px;
}

.grocery-bm .checklist li:before, .grocery-bm .checklist li:after{
    background:#ff883e;
}


.topgryBox {
    background-color: #f2f2f2;
    padding:20px 30px;
}

.botmgryBox {
    background-color: #e6e6e6;
    padding:20px 40px;
    text-align: center;
}

.botmgryBox > h3 {
    color: #000000;
    font-size: 20px;
	padding-bottom:10px;
}


.botmgryBox .btn-theme {
  display: inline-block;
  vertical-align: top;
  padding: 11px 20px;
  font-size:20px;
  margin:2px;
}
.orangePtrn{background-image: url('../../img2/gr-orange-ptrn.jpg');}

.orangePtrn .theme-heading h2{color:#fff;}

.paymnt-mode > h2 {
    color: #fff;
    font-size: 19px;
    font-family: open sans;
    font-weight: 600;
	min-height:60px;
}

.paymnt-mode > p {
    color: #ffffff;
	padding-top:8px;
}

.paymnt-mode {
    display: inline-block;
    vertical-align: top;
    width: 33%;
	padding-right:20px;
}

.paymnt-mode h2 img {
    display: inline-block;
    padding: 0 10px 0 0;
    vertical-align: middle;
}

.paymentMthd {
    padding: 15px 0 0;
}


.gr-fetures {
    margin: 30px 0 15px -20px;
}
.gr-fetures .box {
    float: left;
    width: 50%;
}

.gr-fetures .box-in {
    background-color: #ffffff;
    margin: 0 0 20px 20px;
    padding: 35px 40px;
    box-shadow: 0 0px 1px #e5e5e5;
    min-height:520px;
}

.gr-fetures .box-in .theme-heading h2{
    font-size: 28px;
	font-family: "helveticaneuecyrbold";
}
.imgBox{padding-bottom:20px;height:215px;}

.imgBox > img {
    max-width: 100%;
}

.bottom_div .btn-theme{
	font-weight:400;
	padding:12px 20px;
	font-size:20px;
	margin-right:10px;
}

.btn-theme.green {
    background-color: #35b362;
    border-color: #35b362;
    color: #ffffff;
}

.bottom_div {
    text-align: center;
	padding-bottom:0;
}

.bottom_div > h3 {
    color: #262626;
    font-size: 20px;
    padding-bottom: 15px;
}
.packageBg{background-image:url('../../img2/gr-bg2.jpg');color:#fff;}

.packageBg .theme-heading > h2 {
    color: #ffffff;
    font-family: helveticaneuecyrbold;
    font-size: 35px;
}
.packageBg .theme-heading > p {
    color: #ffffff;
}

.twoCell {
    text-align: center;
	padding:50px 0;
}
.twoCell .cell > h3 {
    background-color: #2e9999;
    display: table;
    font-size: 24px;
    height: 57px;
    line-height: 57px;
    margin: 0 auto 20px;
    min-width: 210px;
    padding: 0;
}

.twoCell .cell {
    background-color: #36b2b2;
    display: inline-block;
    margin: 0 8px;
    max-width: 445px;
    padding:45px;
    vertical-align: top;
    width: 49%;
	border-radius:5px;
}
.twoCell .cell.greenBg{background-color:#37c168;}

.twoCell .cell.greenBg > h3 {
    background-color: #2fa85a;
}

.cell.greenBg .btn-theme {
    color: #37c168;
}
.cell .btn-theme:hover{background-color: #2e9999;border-color:#2e9999;}
.cell.greenBg .btn-theme:hover {
    color: #fff; background-color: #2fa85a;
	border-color:#2fa85a;
}
.cell .btn-theme {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #36b2b2;
	font-size:18px;
}



.price {
    font-size: 64px;
    font-weight: 700;
}

.midTxt > p {
    display: table-cell;
    vertical-align: middle;
}

.twoCell .cell  .midTxt {
    display: table;
    height:90px;
    width: 100%;
}


.grocry-mony .lft_grid {
    float: left;
    width: 38%;
	vertical-align: middle;
}


.grocry-mony .rght_grid {
    float: right;
    vertical-align: middle;
    width: 60%;
	text-align:center;
}
.crcl-list{
	margin:20px 0;
}
.crcl-list > li {
    border:3px solid #ffffff;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    height: 221px;
    margin:10px;
    padding: 40px;
    text-align: center;
    vertical-align: top;
    width: 221px;
}

.crcl-list h3 {
    font-size: 20px;
	padding-top:10px;
}
.grocry-mony p.note_text {
  font-size: 16px;
  margin: 30px 0 0 0;
  font-style: italic;
}


.grocry-mony .theme-heading > p{font-size:19px;color:#fff;text-align:left;}
.grocry-mony  p{font-size:19px;color:#fff;}

.grocry-mony .btn-theme {
    background:#ffffff;
    border-color: #fff;
    color: #ff8e47;
    font-size: 20px;
	font-weight:400;
	margin-top:10px;
	display:inline-block;
	
}

.all-feature {
    padding: 30px 0 0;
}
.grocry-mony {
    padding:30px 0px;
	text-align:center;
}

.gr-feature-list {
    margin: 10px 0 30px -20px;
    text-align: center;
}

.gr-feature-list > li {
    display: inline-block;
    margin: 0 -2px;
    padding: 10px 0 10px 20px;
    vertical-align: top;
    width: 33.3%;
}

.gr-feature-list > li .featureBox {
    background:#ffffff;
    min-height: 270px;
    padding: 25px; box-shadow: 0 0 2px #e5e5e5;-webkit-box-shadow: 0 0 2px #e5e5e5;
}

.featureBox .icn {
    margin-bottom: 5px;
    min-height: 50px;
}

.featureBox > h2 {color: #111111;font-family: open sans;font-size: 20px;font-weight: 700;padding: 5px 0px 10px;}
.featureBox > p {color: #808080;}
.gr-features{ background-attachment: fixed;background-color: #1e8cbe;background-image: url("../../img2/gr-bg3.jpg");}
.all-feature > h2 {color: #fff;font-family: open sans;font-size: 23px;line-height: 34px;padding: 10px 0 15px;}
.all-feature .btn-theme {
  display: block;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 10px;
  max-width: 240px;
  padding: 14px 21px;
  margin: 0 auto;
  color:#35b362;
}
.all-feature .btn-theme:hover{background-color:#fff;color:#35b362;border-color:#fff}

.gr-footr {background-color:#f6f6f6;background-image: url("../../img2/gr-bg4.png");background-position: center bottom;background-repeat: no-repeat; background-size: 100% auto;}
 .bottom-txt:before {background:#ff9450;content: "";height: 2px;left: 50%;margin: 0 0 0 -82px;position: absolute;top: 0;width: 165px;}
.bottom-txt {position: relative;text-align: center;padding-top:20px;}
.bottom-txt h3 {color: #222222;font-size: 21px;font-weight: 600;text-align: center;}
.bottom-txt .btn-theme.orange {padding: 12px 20px;margin-top:15px;}
.gr-footr p {padding: 0 50px;}
.icon_box {height: 167px;position: relative;text-align: center;width: 167px;vertical-align:top;display: table-cell;}
.txt_box {display: table-cell;vertical-align:top;padding-left:20px;}
.icon_box.orangBg {background-color: #ff9450;}
.icon_box > img {left: 50%;position: relative;top: 50%;margin:0; transform: translate(-50%, -50%);-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);}
.txt_box > h2 {color: #000000;font-family: open sans;font-size: 20px;font-weight: 700;padding-bottom: 20px;}
.icon_box.light-green {background-color: #36b2b2;}
.icon_box.greenBg {background-color: #35b362;}
.gr-sale-customr > li {float: left;padding: 0 10px 20px 0;width: 50%;}
.gr-sale-customr {padding: 40px 0 0;}
.gry-Box {background-color: #f6f6f6;padding: 40px 30px;text-align: center;}
.gry-Box .btns {margin: 20px 0 0;}
.gry-Box .btn-theme {font-size: 20px;font-weight: 400;margin: 0 4px;padding: 12px 20px;}
.gry-Box > h3 {color: #000000;font-size: 19px;}
.disclmr {font-size: 11px;text-align: center;padding-top:25px;}
.box-cntnr {
    display: table;
    width: 100%;
}

/*Circel css*/
.ftr_circle_list {padding:70px 0 50px;}
.ftr_circle_list .circle {border-radius: 50%;display: inline-block;height: 290px;margin: 0 -12px;vertical-align: top;width: 290px;border:14px solid;}
.circle-in {left: 50%;position: relative;top: 50%;transform: translate(-50%, -50%);-webkit-transform: translate(-50%, -50%);}

.ftr_circle_list .circle p {color: #ffffff;font-size: 20px;padding: 15px;text-align: center;}
.lghtgreen{background-color:#40b6b6;}
.blueBg{background-color:#28a3d6;}
.ylwBg{background-color:#f7b457;}
.orngBg{background-color:#ff9450;}
.grenBg{background-color:#35b362;}

.ftr_circle_list .circle.blueBg{border-color:#3dacda;}
.ftr_circle_list .circle.lghtgreen{border-color:#54bebe;}
.ftr_circle_list .circle.ylwBg{border-color:#f5bf75;}
.ftr_circle_list .circle.orngBg{border-color:#ff9e63;}
.ftr_circle_list .circle.grenBg{border-color:#49bb73;}

/*Circel css*/


/*----Packages section----*/

.section.packages{background: #ececec; 
	display: block;
    padding: 45px 0;
    position: relative;}
	
.section.packages .theme-heading h2 { line-height:normal; padding-bottom:0px; color:#000;}
.section.packages .theme-heading h2 span{font-size:48px; font-weight:bold;color:#000;}

.tbl-pkg tr th {
	background: #222 ;
	color: #fff;
	font-size: 28px;
	font-weight: 400;
	padding: 20px 25px;
	text-align: center;
	vertical-align: top;
}
.tbl-pkg tr th:nth-child(2) {
 background: #ff873e ;
}

.tbl-pkg tr p{font-size:13px;color:#fff;}
.tbl-pkg tr th:nth-child(3) {
 background: #222 none repeat scroll 0 0;
 border-left: none;
 border-right: 1px solid #596669;
}
.tbl-pkg tr th:last-child {
	border-radius: 0 2px 0 0;
	border-right:none;
}
.price-label.label-org {
	background: #f24130 none repeat scroll 0 0;
}
.price-label {
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-style: inherit;
	font-weight: 600;
	margin: 9px 0 5px;
	padding: 5px 15px;
}
.price-label.label-org {
	background: #000;
}
.price-label {
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-style: inherit;
	font-weight: 600;
	margin: 9px 0 5px;
	padding: 5px 15px;
}
.tbl-pkg tr td.bttm a.btn-theme.red, .tbl-pkg tr td.bttm a.btn-theme.white {
	background: #000  ;
	border: medium none;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	margin: 3px auto;
	padding: 8px 10px;
	min-width:230px;
}
.tbl-pkg tr td.bttm a.btn-theme.white {
	background: #fff none repeat scroll 0 0;
	color: #1c2426;
}
.tool-tip {
	background: #333333 none repeat scroll 0 0;
	border-radius: 50%;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	height: 17px;
	line-height: 16px;
	position: relative;
	text-align: center;
	width: 17px;
}
 .tool-tip .bubble::before {
 border-left: 6px solid rgba(0, 0, 0, 0);
 border-right: 6px solid rgba(0, 0, 0, 0);
 border-top: 6px solid #333333;
 bottom: -6px;
 content: "";
 position: absolute;
 right: 13px;
}
.tool-tip .bubble {
	background: #333333 none repeat scroll 0 0;
	border-radius: 3px;
	bottom: 28px;
	display: none;
	font-size: 12px;
	font-weight: 400;
	padding: 8px 15px;
	position: absolute;
	right: -10px;
	text-align: left;
	width: 245px;
	z-index: 9;
}
.tool-tip:hover .bubble {
	display: block;
}
.tbl-pkg tr:last-child td {
	background: #fff none repeat scroll 0 0;
}
.tbl-pkg tr td.bttm {
	border: medium none;
	padding: 20px;
	text-align: center;
}
.tbl-pkg tr:last-child td:nth-child(2) {
 background: #ff873e ;

}
.tbl-pkg tr:last-child td:nth-child(3) {
 background: #222;
 border-left:none;
	 border-right:none;
}
.tbl-pkg tr td:first-child {
	background: #f0f0f0;
	color: #333;
	font-size: 15px;

}
.tbl-pkg tr:last-child td:nth-child(2) a.btn-theme.red {
background:#000;
}

.tbl-pkg h6.redheading{color:#fc8f1b;}
.tbl-pkg tr:last-child td:first-child {
	background: #222 ;
	color:#fff;
}
.tbl-scroll.food-panda-pkgs.alignleft {
	margin:40px 0 0;
}
.tbl-pkg tr td {
	border: 1px solid rgba(0, 0, 0, 0.05);
	color: #585a5a;
	background:#fff;
	font-size: 14px;
	line-height: 1.4;
	padding: 20px 15px 20px 20px;
}

.grocry-scrn-Txt .btn-theme {
  display: inline-block;
}
.image-block {
  padding: 15px 0;
}
.image-block img{
  max-width:100%;
}
.btn-wrap {
  padding: 20px 0 0;
}
.btn-wrap .btn-theme {
  margin: 0;
}
.gr-more-ftr{
	display:table;
	width:100%;
	margin:0 -15px;
}
.gr-more-ftr li{
	display:table-cell;
	vertical-align: top;
	width:50%;
	padding:0 15px;
}

@media only screen and (min-width: 991px) and (max-width: 1050px) {


/*Circel css*/	
.ftr_circle_list .circle {height: 230px;width: 230px;}
.ftr_circle_list .circle p {font-size: 15px;padding:15px;}
.ftr_circle_list .circle h3{font-size:20px;line-height:19px;}	
/*Circel css*/	

.grocry-scrn-img > img {max-width: 100%;}
.progrsTxt {width: 38%;}
.progrsBar {width: 58%;}
.progrsBar > span {font-size: 20px;padding: 34px 10px 0 0;}	
.crcl-list > li {height: 200px;padding: 25px;width: 200px;}	
.all-feature > h2 {font-size: 20px;line-height: 26px;}
.gr-more-ftr .box-cntnr {text-align: center;}
.gr-more-ftr .icon_box {display: block;margin:0 auto;}
.gr-more-ftr .txt_box {display: block;padding: 20px 0 0;}
.btn-wrap {display: inline-block;}
.gr-more-ftr .icon_box {display: block;margin:0 auto;}
.gr-more-ftr .txt_box{display:block;padding:20px 0 0 0;text-align: center}
}



@media only screen and (min-width: 768px) and (max-width: 990px) {	
.ftr_circle_list .circle {border-radius: 0;height: 220px;margin: 0 5px 15px;width: 46%;}	
.groceryHeader {background-position: left top;}
.grocry-scrn-img > img {max-width: 100%;}
.progrsBar {width: 100%;}	
.progrsTxt {height: auto;padding: 10px 0 10px 5px;width: 100%;}
.progrsBar > span {font-size: 22px;padding: 33px 10px 0 0;}
	
.tab_txtBox > h2 {font-size: 21px;}	
.tab_txtBox > h4 {font-size: 16px;padding-bottom: 10px;}
.topgryBox > img {max-width: 100%;}	
.grocery-bm .left_pnl {padding-top: 0;width: 100%;}	
.grocery-bm .rght_pnl {padding-top: 15px;width: 100%;}	
.paymnt-mode {width: 32%;padding-right:10px;}	
.paymnt-mode > h2 {font-size: 18px;}
.gr-fetures .box-in {padding: 35px 20px;}
.gr-fetures .box-in .theme-heading h2 {font-size: 22px;}
.theme-heading p {font-size: 14px;}
.twoCell .cell {width: 47%;}
.grocry-mony {padding: 0px;text-align:center;}	
.grocry-mony .theme-heading > h2 ,.grocry-mony .theme-heading > p{text-align: center;}
.grocry-mony .lft_grid, .grocry-mony .rght_grid {width: 100%;}
.grocry-mony .rght_grid {text-align:center;padding:20px 0;}	
.gr-feature-list > li {width: 49%;}	
.gry-Box .btn-theme {margin: 5px;}
.btn-wrap {display: inline-block;}
.gr-more-ftr .icon_box {display: block;margin:0 auto;}
.gr-more-ftr .txt_box{display:block;padding:20px 0 0 0;text-align: center}
}



@media screen and (max-width: 767px) {
.ftr_circle_list {padding: 30px 0;}
.ftr_circle_list .circle {display: block;margin:0px auto 15px;border-radius: 0;width:100%;height:auto;}	
.circle-in {left:0;position: relative;top:0;transform:none;-webkit-transform:none;padding:20px;}
.ftr_circle_list .circle p{padding:0px 0 0;}
	
.theme-heading p {font-size: 14px;}
.groceryHeader {background-position: left top;background-size:cover;}
.progrsBar {width: 100%;margin:0;}
.grocry-scrn-img > img {max-width: 100%;}
.progrsTxt {height: auto;padding: 10px 0 10px 5px;width: 100%;}	
.groceryHeader .btn-theme {font-size: 16px;font-weight: 600;min-width: inherit;padding: 14px 18px;}	
.banner-text > h2 {font-size: 18px;}	
.stats .left_grid ,.stats .left_grid{display:block;padding-right: 0px;width:100%;}
.progrsBar > span {font-size: 22px;padding: 32px 10px 0 0;}
.progrsBar.green span {width: 23%;}	
.progrsBar.orng span {width: 28%;}
.rght_grid .box {min-height: inherit;padding: 20px 10px;}	
.stats {margin: 0;}
.grocry-scrn-Txt {width: 100%;max-width:100%;}	
.grocry-scrn-img {margin-top: 0;vertical-align: bottom;width: 100%;}
.grocry-mony .theme-heading > h2 ,.grocry-mony .theme-heading > p{text-align: center;}
.tab_imgBox {width: 100%;}
.tab_txtBox {padding: 20px 0 0;width: 100%;}
.btn-theme.whiteBtn {font-size: 16px;margin-right: 5px;padding: 10px;}
.grocery-bm .left_pnl {padding-top: 0;width: 100%;}	
.grocery-bm .rght_pnl {padding-top: 10px;width: 100%;}
.topgryBox > img {max-width: 100%;}
	
.botmgryBox {padding: 15px;}
.all-feature {
    padding: 0;
}
.paymnt-mode {
    padding: 0 0 20px;  
    width: 100%;
}

.gr-fetures .box {
    width: 100%;
}

.gr-fetures .box-in {
    padding: 15px 20px;
}

.gr-fetures .box-in .theme-heading h2 {
    font-size: 22px;
}
.imgBox {
    height: auto;
}
.tab_imgBox > img{position:relative;left: 0;top:0;transform:none;-webkit-transform:none;padding:15px;}
	
.bottom_div .btn-theme {
    font-size: 15px;
    margin: 0;
    padding: 12px 15px;
}

.bottom_div {
    padding-bottom: 0;
}

.twoCell .cell {
    margin: 0 0 10px;
    padding: 30px;
    width: 100%;
}
.packageBg {
    background-size: cover;
}

.twoCell {
    padding:0;
}
	
.grocry-mony .lft_grid,.grocry-mony .rght_grid {
    width: 100%;
}
.grocry-mony .rght_grid {
    text-align: center;
	padding-top:20px;
}

.crcl-list > li {
    margin: 0 0 20px;
}
	.grocry-mony {
    padding:0;
		text-align:center;
}

.gr-feature-list > li .featureBox {
    min-height: inherit;
}
.gr-feature-list {
    margin: 0 0 20px;
}	
.gr-feature-list > li {
    margin: 0;
    padding: 10px;
    width: 100%;
}



.gr-sale-customr > li {
    background:#f0f0f0;
    margin-bottom: 10px;
    padding: 20px;
    width: 100%;
}
	.icon_box {
    display: block;
    height: 150px;
    margin: 0 auto 10px;
    width: 150px;
}
	.gr-more-ftr li{display: block;width: auto;padding:20px 0;}
	.gr-more-ftr{margin:0}
	.btn-wrap {display: inline-block;}
	
.txt_box {display: block;padding-left: 0;text-align: center;}
.gry-Box .btn-theme {margin: 5px;}
.gry-Box {background-color:transparent;padding: 0;}
.gr-footr p {padding: 0;}
		.groceryHeader {
    padding: 25px 0 !important;
}
	
/*tab css*/	
	
	
.tab_shoper ul.resp-tabs-list {display: none;}	
.tab_shoper h2.resp-accordion {display: block;font-family: open sans;}
.tab_shoper .resp-arrow {border-left: 6px solid transparent;border-right: 6px solid transparent;border-top: 12px solid #ffffff;float: right;height: 0;margin-top: 6px;width: 0;}
.tab_shoper h2.resp-tab-active {background:#1b1f23 !important;}
.tabscontent{ background-color: #2a8c8c;padding:15px;}
.tab_shoper h2.resp-tab-active span.resp-arrow {border-style: solid;border-width: 0 6px 12px;margin-top: 0;}
.tab_head{padding:15px 0;}
.resp-tabs-container {margin: 20px 0 0;}
.grocery-bm .theme-heading h2 {font-size: 24px;}	
.grocery-screen {padding: 10px 0 0;}
.gr-fetures {margin: 0 0 0px -20px;}
.tab_imgBox {
    min-height: inherit;
}
.tbl-pkg tr th{padding:15px 20px; font-size:25px;}
.tbl-pkg{min-width:470px;}
.tbl-pkg tr td.bttm a.btn-theme.red, .tbl-pkg tr td.bttm a.btn-theme.white{min-width:1px;}
}



