@font-face {
	font-family: 'calluna';
	src:  url("//d3a1v57rabk2hm.cloudfront.net/bluecoffeeboxltd/rapido-copy-1/fonts/calluna-regular.woff?ts=1630051947&host=my.cratejoy.com") format('woff');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'akrobat';
	src:  url("//d3a1v57rabk2hm.cloudfront.net/bluecoffeeboxltd/rapido-copy-1/fonts/akrobat-regular.woff?ts=1630051947&host=my.cratejoy.com") format('woff');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'akrobat';
	src:  url("//d3a1v57rabk2hm.cloudfront.net/bluecoffeeboxltd/rapido-copy-1/fonts/akrobat-bold.woff?ts=1630051947&host=my.cratejoy.com") format('woff');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'akrobat';
	src:  url("//d3a1v57rabk2hm.cloudfront.net/bluecoffeeboxltd/rapido-copy-1/fonts/akrobat-semiBold.woff?ts=1630051947&host=my.cratejoy.com") format('woff');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'karla';
	src:  url("//d3a1v57rabk2hm.cloudfront.net/bluecoffeeboxltd/rapido-copy-1/fonts/karla-regular.woff?ts=1630051947&host=my.cratejoy.com") format('woff');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'karla';
	src:  url("//d3a1v57rabk2hm.cloudfront.net/bluecoffeeboxltd/rapido-copy-1/fonts/karla-italic.woff?ts=1630051947&host=my.cratejoy.com") format('woff');
	font-weight: 100;
	font-style: normal;
}

body {
 margin: 0px;
 color: #231f20;
 /*font-family: 'calluna';*/
 font-family: 'akrobat';
 font-size: 20px;
 font-weight:300;
 line-height:normal;
 overflow-x:hidden;
}
img{ max-width:100%; }
h1, h2, h3, h4, h5, h6 {
    color: #1b2774;
	font-family: 'akrobat';
    font-size: 55px;
	font-weight:bold;
    margin:0px;
}
h2{ font-size:41px;}
h3{ font-size:25px;}
h4{ font-size:20px;}
h5{ font-size:18px;}
h6{ font-size:15px;}
hr{ margin:10px 0px; border:0px; border-bottom:1px dashed #828282;}
p, ul, ol{ margin:0px; padding:0px;}
ul , ol  { margin:0px; padding:0px;}
ul {display:block; }
a img { border: 0px;}
a{
 text-decoration:none;
 outline:none;
 transition: all 0.2s linear 0s;
 color:#000;
}
.ml-50{
	margin-left:50px;	
}
p { line-height:25px; margin-bottom: 15px; }
.clr{ display: block; float: none; clear: both;}
.c { overflow:hidden; float:none; clear:both;}
.left,.flot_left{ float:left;}
.right,.flot_right{ float:right ;}
.a_left { text-align: left ;}
.a_center { text-align: center;}
.a_right { text-align: right;}
a { text-decoration:none; -moz-transition:all linear 0.2s; -ms-transition:all linear 0.2s; -o-transition:all linear 0.2s; -webkit-transition:all linear 0.2s; transition:all linear 0.2s;}
.hidden { display:none;}
.italic{ font-style:italic; }
.bold{ font-weight:bold; }
table{ border-spacing:0px; border-collapse:collapse; }
a:hover{
	text-decoration:none;
	color:#94b4cb;	
}
a:focus{
	outline:none;	
}
input[type="text"], input[type="url"], input[type="tel"], input[type="email"], input[type="password"], select, textarea {
    border: 1px solid #858585;
    box-sizing: border-box;
    color: #868686;
    font-size: 17px;
    font-weight: 300;
    padding: 11px 15px;
    resize: vertical;
    width: 100%;
	border-radius:2px;
	font-family: 'akrobat';
}
input[type="submit"]{
	resize: vertical;
   	border:none;
	font-weight:400;
	box-sizing:border-box;
	font-family: 'akrobat';
	font-size: 17px;
}
.black-btn, a.black-btn {
    background-color: #231f20;
    color: #f3f3f2;
    display: inline-block;
    font-family: 'akrobat';
    font-size: 18px;
    font-weight: 400;
 	letter-spacing: 1px;
    padding: 12px 15px;
}
.black-btn:hover, a.black-btn:hover{
    background-color: #7593a9;
}
.black-btn a.black-btn.large {
    font-size: 23px;
    font-weight: 600;
    padding: 18px 38px;
}
.black-btn a.black-btn.medium {
    font-size: 22px;
    padding: 10px 18px;
}
.black-btn a.black-btn.large.about{
	padding: 8px 15px;	
}

.black-btn,a.continue-btn{
	font-size:24px;
	font-weight:700;
}
/*------------mobile menu------*/

#mob_menu {
    background-color: #e5f3ff;
    color: #fff;
    height: 100%;
    left: -100%;
    opacity: 1;
    position: fixed;
	overflow:auto;
    top: 0;
    max-width: 300px;
	width:100%;
    z-index: 999999;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-family: 'akrobat';
}
#mob_menu #close{
	text-align:right;	
}
#mob_menu.show_menu{
	left:0px;
}
#mob_menu .close_btn a {
    color: #fff;
    font-size: 26px;
	font-family: 'akrobat';
    margin-right: 10px;
    margin-top: 10px;
	margin-bottom:10px;
	display:inline-block;
}
#mob_menu ul,
#mob_menu ul li{
	margin:0px;
	padding:0px;
	list-style:none;	
}
#mob_menu ul li{
	display:block;	
}
#mob_menu ul li a {
	display:block;
	font-size:18px;
	color:#231f20;
	font-family: 'akrobat';
	text-transform:uppercase;
	font-weight:500;
	padding: 10px 15px;
}
#mob_menu ul li:hover > a {
	color:#fff;
}
#mob_menu ul li a .fa {
    margin-left: 4px;
}
#mob_menu ul li ul {
    padding-left: 40px;
    margin-bottom: 10px;
}
.mob_btn{
	display:none;
	padding-left: 10px;
    position: absolute;
    top: 17px;
	z-index:1;
}
/*------------btn------*/

#popup{
 width:100%;
 display:none;
}
#grayshadow{
 width:100%;
 height:100%;
 position:fixed;
 background:rgba(00,00,00,.7) ;
 opacity:.1px;
 top:0;
 left:0;
 z-index:100;
 display:block;
}
#windo{
 position:fixed;
 width:64px;
 height:64px;
 z-index:200;
 display:block; 
 text-align:center;
}
#message_pop{
 position:fixed;
 z-index:200;
 background:#FFF;
 display:block; 
 box-shadow:#666 0px 0px 10px;
 text-align:center;
 display:none;
 border-radius:5px;
 width:366px;
}

#popup .info,#popup  .success,#popup  .warning,#popup  .error,#popup  .validation {
border: 1px solid;
padding:10px 15px;
background-repeat: no-repeat;
background-position: 10px center;
margin:1px;
text-align:center;
border-radius:5px;
}
#popup .info {
color: #00529B;
background-color: #BDE5F8;
}
#popup .success {
color: #4F8A10;
background-color: #DFF2BF;
}
#popup .error {
color: #D8000C;
background-color: #FFBABA;
}
#popup .success input[type="button"],#popup .success input[type="submit"],#popup .success input[type="reset"],
#popup .error input[type="button"],#popup .error input[type="submit"],#popup .error input[type="reset"]{
	margin:0px auto;	
}
#popup .ok {
background-color: #000;
border: 0 none;
color: #fff;
cursor: pointer;
font-size: 16px;
font-weight: 400;
padding: 8px 15px;
width: 100px;
}
.warnOpn {
 color: #e80505;
 text-align:left;
 white-space: nowrap;
 margin-left:0px;
}
.warnOpn .arrw {
 position: absolute;
 margin-left: -20px;
 color: #dada00;
 font-weight: bold;
 display:none;
}
.success h3, .success h4 {
    font-weight: 300;
    margin-bottom: 10px;
}
.success h3, .error h3 {
    font-size: 21px;
    font-weight: 200;
    margin-bottom: 10px;
}

.topSection{
	padding:1px 0px;
	text-align:center;
}
.topSection .subsciptionSec {
    color: #fff;
    font-family: "akrobat";
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
}
.topSection .subsciptionSec  .square {
    background-color: #fff;
    border: 1px solid #fff;
    color: #94b4cb;
    display: inline-block;
    font-weight: 500;
    padding: 4px 15px;
}
.topSection .subsciptionSec  .square:hover{
	background-color: #94b4cb;
	color:#fff;	
}

.logoNavSec{
	padding:5px 0px;	
}

.logoNavSec .navSection li {
    display: inline-block;
    vertical-align: top;
	position:relative;
}
.logoNavSec .navSection li + li {
    margin-left: 25px;
}
.logoNavSec .navSection li a {
    font-family: "akrobat";
    font-size: 17px;
    letter-spacing: 3px;
    padding: 10px 0;
	font-weight: 600;
	display:block;
    text-align: left;
}
.logoNavSec .navSection ul li ul {background: #000;box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1); left: -12px;min-width: 160px;opacity: 0;position: absolute;transition: all 0.2s linear 0s;visibility: hidden;z-index: 999; border-radius:3px;padding: 3px 0;}
.logoNavSec .navSection ul li ul li {display: block;padding: 0;}
.logoNavSec .navSection ul li ul li a {font-size: 14px;padding: 4px 8px; color:#fff;letter-spacing: 0;line-height: 22px;}
.logoNavSec .navSection ul li ul li + li { margin-left: 0;}
.logoNavSec .navSection ul li ul li:hover > a{background:#fff;color:#000;}
.logoNavSec .navSection ul li:hover > ul{opacity:1;visibility:visible;}
.logoNavSec .navSection ul li ul li a i {padding-right: 15px;}
.logoNavSec .navSection ul li ul::before {
    content: "\f0de";
    font-family: fontawesome;
    left: 15px;
    position: absolute;
    top: -9px;
}

.logoNavSec .navSection {
    text-align: right;
	margin: 0;
	display:block;
	padding-top: 25px;
}
.logoNavSec .navSection a.cartInfo {
    background-image: url("//d3a1v57rabk2hm.cloudfront.net/bluecoffeeboxltd/rapido-copy-1/images/cart-icon-blk.png?ts=1630051948&host=my.cratejoy.com");
    background-position: left center;
    background-repeat: no-repeat;
    display: inline-block;
	padding: 10px 0 10px 40px;
    vertical-align: top;
}
.logoNavSec .navSection a.cartInfo:hover {
    background-image: url("//d3a1v57rabk2hm.cloudfront.net/bluecoffeeboxltd/rapido-copy-1/images/cart-icon.png?ts=1630051948&host=my.cratejoy.com");
}
.bannerSection {
    background-image: url("//d3a1v57rabk2hm.cloudfront.net/bluecoffeeboxltd/rapido-copy-1/images/banner-3.jpg?ts=1630051948&host=my.cratejoy.com");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 142px 0 100px;
	border-top: 2px solid #e6e6e7;
}
.bannerSection .bannerText h1 {
    letter-spacing: 2px;
    margin-bottom: 25px;
}
.bannerSection .bannerText h4 {
    color: #231f20;
    letter-spacing: 2px;
	margin-bottom: 30px;
	line-height:32px;
}
.bluecoffeeSection {
    padding: 80px 0px 45px;
}
.bluecoffeeSection .coffee-info h2 {
    color: #1b2774;
    letter-spacing: 3px;
	margin-bottom: 30px;
}
.bluecoffeeSection .coffee-info .quality > ul {
    list-style: outside none none;
}
.bluecoffeeSection .coffee-info .quality li::before {
    background-color: #000;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 15px;
    vertical-align: top;
    width: 15px;
	margin-right: 12px;
}
.bluecoffeeSection .coffee-info .quality li + li {
    margin-top: 20px;
}
.bluecoffeeSection .coffee-info .quality {
    margin-bottom: 30px;
}
.howItWork {
    padding: 60px 0 140px;
    text-align: center;
}
.howItWork .box p {
    line-height: 20px;
}
.howItWork .imgBox {
    margin-bottom: 23px;
}
.howItWork .box h3 {
    margin-bottom:5px;
	color:#1b2774;
}
.howItWork .heading {
    margin-bottom: 11px;
}
.howItWork .blackBtn.medium a{
	font-size:22px;
}
.howItWork .blackBtn.medium {
    margin-top: 20px;
}
.testimonnialSec{
	background-color:#e2e9ef;
	padding:65px 0px 155px;
	background-image:url("//d3a1v57rabk2hm.cloudfront.net/bluecoffeeboxltd/rapido-copy-1/images/coffee-logo.png?ts=1630051949&host=my.cratejoy.com");
	background-position:center;
	background-repeat:no-repeat;
}
.testimonnialSec .testimony{
	text-align:center;	
	position:relative;
}
.testimonnialSec .testimony .heading h3 {
    font-weight: 500;
    letter-spacing: 1px;
	color:#1b2774;
}
.testimonnialSec .testimony .testiText {
    padding: 0 120px;
    font-size: 20px;
	font-style:italic;
/*	font-family: 'karla';
*/}
.testimonnialSec .testimony .testiText .name {
    font-weight: 100;
}
.testimonnialSec .testimony .heading {
    margin-bottom: 50px;
}
.testimonnialSec .testimony .testiText p {
    margin-bottom: 30px;
	line-height: 30px;
}
.testimonnialSec .testimony .owl-controls .owl-nav .owl-next,.testimonnialSec .testimony .owl-controls .owl-nav .owl-prev{
	width:30px;
	height:55px;
	position:absolute;
	background-repeat:no-repeat;
	display:block;
}
.testimonnialSec .testimony .owl-controls .owl-nav .owl-next {
	background-image:url("//d3a1v57rabk2hm.cloudfront.net/bluecoffeeboxltd/rapido-copy-1/images/testi-arrow-right.png?ts=1630051952&host=my.cratejoy.com");
	right:2%;
	bottom:30%;
	
}
.testimonnialSec .testimony .owl-controls .owl-nav .owl-prev {
    background-image: url("//d3a1v57rabk2hm.cloudfront.net/bluecoffeeboxltd/rapido-copy-1/images/testi-arrow-left.png?ts=1630051952&host=my.cratejoy.com");
    bottom: 30%;
    left: 2%;
}
.bluecoffeeSection.featured h3 {
    font-weight: 300;
}
.bluecoffeeSection.featured{
	padding:95px 0px 65px;
	text-align:left;	
}
.bluecoffeeSection.featured .coffee-info{
	padding-top:35px;
}
.otherSec{
	text-align:center;
	position:relative;
	padding: 60px 0 90px;	
}
.otherSec h2{
	font-size:28px;
	font-weight:500;
	margin-bottom: 30px;	
}
.otherSec .rosters a + a {
    margin-left: 60px;
}
.otherSec .slide .owl-controls .owl-nav .owl-next,.otherSec .slide .owl-controls .owl-nav .owl-prev{
	width:30px;
	height:55px;
	position:absolute;
	background-repeat:no-repeat;
	display:block;
}
.otherSec .slide .owl-controls .owl-nav .owl-next{
	background-image:url("//d3a1v57rabk2hm.cloudfront.net/bluecoffeeboxltd/rapido-copy-1/images/testi-arrow-left.png?ts=1630051952&host=my.cratejoy.com");
	left:0;
	bottom:28%;	
}
.otherSec .slide .owl-controls .owl-nav .owl-prev {
    background-image: url("//d3a1v57rabk2hm.cloudfront.net/bluecoffeeboxltd/rapido-copy-1/images/testi-arrow-right.png?ts=1630051952&host=my.cratejoy.com");
    bottom: 28%;
    right: 0;
}
.qstnSec{
	padding:50px 0px 30px;
	background-color:#e4ddd5;
	text-align:center;	
}
.qstnSec h2{
	color:#1b2774;
	font-size:28px;
	font-weight:500;
	line-height: 39px;
	margin-bottom: 25px;	
}
.followSec{
	padding:80px 0 100px;
	text-align:center;	
}
.followSec .heading h3{
	font-size:26px;
	font-weight:500;
	margin-bottom: 40px;	
}
.followSec .colmnList a {
    display: inline-block;
}
.followSec .colmnList a {
    margin: 8px;
}
#instafeed > a {
    display: inline-block;
    max-width: 20%;
    padding: 5px;
}
.footerSec{
	background-color:#e2e9ef;
	padding:45px 0px 35px;	
	text-align: center;
}
.footerSec .round{
	margin-bottom: 40px;	
}
.footerSec .round a {
    margin: 8px;
}
.footerSec .formBox {
    margin: 0 auto 35px;
    max-width: 500px;
}
.footerSec .formBox .mail{
	width:350px;
	float:left;	
}
.footerSec .formBox .signup {
    float: right;
    width: calc(100% - 350px);
}
.footerSec .formBox .signup input[type="submit"]{
	background-color:#858585;
	padding:12px 15px;
	width:100%;
	color:#ffffff;	
}
.footerSec .footerNav li{
	display:inline-block;	
}
.footerSec .footerNav li+li{
	margin-left:30px;	
}
.footerSec .footerNav li a{
	font-family: 'akrobat';	
	font-size:17px;
	font-weight:400;
	padding:20px 0px;
}
.footerSec .info li {
    display: inline-block;
	vertical-align: middle;
}
.footerSec .info li a{
	font-family: 'karla';
	font-size:17px;
	font-weight:400;
}
.footerSec .info li + li {
    border-left: 2px solid #393b3d;
    margin-left: 20px;
    padding-left: 20px;
}
.footerSec .footerNav {
    margin-bottom: 25px;
}
.blueSec{
	background-color:#1b2774;
	padding:15px 0px;
	text-align:center;	
}
.blueSec .copyRight h6 {
    color: #fff;
	font-weight: 400;
}


/*------------------------inner-page----------------*/



.bannerSection.aboutSection {
    background-image: url("//d3a1v57rabk2hm.cloudfront.net/bluecoffeeboxltd/rapido-copy-1/images/about-banner4-new-new.jpg?ts=1630051948&host=my.cratejoy.com");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 123px 0 113px;
	border-top: 2px solid #e6e6e7;
	text-align:center;
}
.bannerSection.faqSection {
    background-image: url("//d3a1v57rabk2hm.cloudfront.net/bluecoffeeboxltd/rapido-copy-1/images/about-banner5-new.jpg?ts=1630051948&host=my.cratejoy.com");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 123px 0 113px;
	border-top: 2px solid #e6e6e7;
	text-align:center;
}
.bannerSection.termsSection {
    background-image: url("//d3a1v57rabk2hm.cloudfront.net/bluecoffeeboxltd/rapido-copy-1/images/about-banner7-new.jpg?ts=1630051948&host=my.cratejoy.com");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 123px 0 113px;
	border-top: 2px solid #e6e6e7;
	text-align:center;
}
.bannerSection .bannerText h1 {
    letter-spacing: 2px;
    margin-bottom: 25px;
	color: #1b2774;
}
.bannerSection .bannerText h4 {
    color: #1b2774;
    letter-spacing: 2px;
	margin-bottom: 30px;
}
.bannerSection .blackBtn.large a {
    padding: 18px 40px;
	letter-spacing: 1px;
	font-size:23px;
}

.banner-btm-sec {
    background-color: rgb(151, 183, 202);
    padding: 10px 0;
}
.banner-btm-sec .banner-btm-cont {
    font-size: 0;
    text-align: center;
}
.banner-btm-cont .banner-btm-box {
    color: rgb(27, 39, 116);
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    margin-left: 10px;
    margin-right: 10px;
    vertical-align: top;
    width: calc(33.3% - 20px);
}
.banner-btm-box .box-image {
    display: inline-block;
    vertical-align: middle;
}
.banner-btm-box .box-text {
    display: inline-block;
    font-size: 25px;
    padding-left: 20px;
    vertical-align: middle;
	line-height: 22px;
}
 














.howWeSec{
	padding:60px 0px 80px;	
}
.howWeSec .heading {
    margin-bottom: 20px;
}
.howWeSec .whyWe-pic{
	position:relative;	
}
.howWeSec .whyWe-pic .founder {
    bottom: 30px;
    position: absolute;
    right: -70px;
}
.howWeSec .whyText .whyInfo p,
.howWeSec .whyText .whyInfo li {
    font-family: "akrobat";
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}

.environmentText ul,
.howWeSec .whyText .whyInfo ul {
	list-style-position: inside;
}
.howWeSec .whyText {
    margin-left: 80px;
}
.environment {
    background-image: url("//d3a1v57rabk2hm.cloudfront.net/bluecoffeeboxltd/rapido-copy-1/images/about-environment.jpg?ts=1630051948&host=my.cratejoy.com");
    background-position: center center;
    background-repeat: no-repeat;
    padding: 55px 0 60px;
    text-align: center;
}
.environment .environmentText {
    margin: 0 auto;
    max-width: 630px;
}
.environment .environmentText p {
    line-height: 26px;
}
.environment .heading {
    margin-bottom: 20px;
}
.weCare{
	padding:85px 0px 80px;	
}
.weCare .weCareImg{
	position:relative;	
}
.weCare .weCareImg .blueSeal {
    position: absolute;
    right: -55px;
    top: -68px;
}
.weCare .weCareImg img {
    width: 100%;
}
.weCare .weCareInfo {
    padding: 65px 0 55px;
}
.weCare .weCareInfo .heading h3 {
    font-weight: 500;
	margin-bottom:5px;
}
.weCare .weCareInfo .heading h2 {
    letter-spacing:3px;
}
.weCare .weCareInfo .heading {
    margin-bottom: 25px;
}
.weCare .weCareInfo p {
    margin-top: 25px;
	line-height:28px;
}
.ourValue {
    padding: 80px 0 20px;
    text-align: center;
}
.ourValue h2 {
    letter-spacing: 2px;
}
.ourValue .Blue .BlueBox h3 {
    color: #cad9e4;
    font-size: 133px;
	margin-bottom: 35px;
}
.ourValue .Blue .BlueBox h2 {
    font-size: 25px;
    font-weight: 500;
	margin-bottom: 25px;
}
.ourValue .Blue .BlueBox p {
    line-height: 25px;
    margin-bottom: 30px;
}
.ourValue .heading {
    margin-bottom: 30px;
}
.ourValue .blackBtn a.blackBtn.large.about{
	margin-top:45px;	
}
.followSec.about {
    padding: 60px 0 90px;
}
/*----------------------------subscribe--------------------*/

.bannerSection.subscribeBanner {
    background-image: url("//d3a1v57rabk2hm.cloudfront.net/bluecoffeeboxltd/rapido-copy-1/images/subscribe-banner4.jpg?ts=1630051952&host=my.cratejoy.com");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5px 0;
	border-top: 2px solid #e6e6e7;
	text-align:center;
}
.subscribeBanner .logo {
    margin-bottom: 0;
}
.subscribeBanner .bannerText h1 {
    color: #1b2774;
    letter-spacing: 2px;
    margin-bottom: 5px;
}
.subscribeBanner .blackBtn.large a {
    font-size: 20px;
    letter-spacing: 1px;
    padding: 10px 40px;
}
.bannerSection.subscribeBanner .sub-arrow{
	padding-top:15px;
}
.subscriptinBlock{
	padding:70px 0;
	text-align:center;
}
.subscriptinBlock h5{ 
	font-family: 'akrobat';	
	font-size:25px;
	font-weight:400;
	/*margin-bottom:65px;*/
}
.subscriptinBlock .bluCoffeBox > h3 {
    font-size: 30px;
    font-weight: 700;
    padding-top: 15px;
	font-family: 'akrobat';
	margin-bottom:0px;	
}
.subscriptinBlock h2{
	font-family: 'akrobat';	
	font-size:20px;
	font-weight:700;
	margin-bottom:15px;
	padding-top: 25px;
}
.subscriptinBlock h3{
	font-family: 'calluna';
	font-size:17px;
	padding-top: 25px;
	margin-bottom:55px;
}
.subscriptinBlock p{
/*	font-family: 'calluna';
	color:#7c7c7c;*/
	font-size:18px;
}
.subscriptinBlock .whoisSectn{
	margin:0 auto;
	padding-top: 65px;
}
#whoFor #forBlueBag {
}
#whoFor #forBlueBox {
}

.subscriptinBlock .whoisSectn .justBox, .subscriptinBlock .whatCoffee .likeCofee .justBox, .subscriptinBlock .whatCoffee .paymentSectn .justBox, .subscriptinBlock .duration .durationBox,
.continueSectn .justBox{
	border:#93b4ca 1px solid;
	margin-top: 65px;
	padding:10px 25px;
	position:relative;
	min-height:140px;
}
.subscriptinBlock .coffeBoxSectn .justBox .subShape, .subscriptinBlock .whoisSectn .justBox .subShape, .subscriptinBlock .whatCoffee .likeCofee .justBox .subShape,  .subscriptinBlock .duration .durationBox .subShape,
.continueSectn .justBox .subShape{
	background-image:url("//d3a1v57rabk2hm.cloudfront.net/bluecoffeeboxltd/rapido-copy-1/images/hexagon.png?ts=1630051949&host=my.cratejoy.com");
	background-position:center center;
	background-repeat:no-repeat;
	left: 50%;
    position: absolute;
    top: -30px;
    transform: translateX(-50%);
	width:49px;
	height:56px;
}
.subscriptinBlock .coffeBoxSectn .justBox.active .subShape, .subscriptinBlock .whoisSectn .justBox.active .subShape, .subscriptinBlock .whatCoffee .likeCofee .justBox.active .subShape, .subscriptinBlock .duration .durationBox.active .subShape,
.continueSectn .justBox.active-box .subShape{
	background-image:url("//d3a1v57rabk2hm.cloudfront.net/bluecoffeeboxltd/rapido-copy-1/images/hex-blue.png?ts=1630051949&host=my.cratejoy.com");
}
.subscriptinBlock .whoisSectn .lucky{
	padding-bottom:60px;
	display: none;
}
.subscriptinBlock .whatCoffee{
	margin:0 auto;
	width:95%;
	padding-top:0;
}
.subscriptinBlock .whatCoffee .preparedBox{
	border:#93b4ca 1px solid;
	margin-top: 65px;
	position:relative;
	min-height:266px;
}
.subscriptinBlock .whatCoffee .preparedBox img{
/*	width:100%;
*/}
.preparedBox .cofeeImage {
    padding: 25px 0 0;
}
.subscriptinBlock .whatCoffee .coffeeBox{
	border:#93b4ca 1px solid;
	margin-top: 65px;
	position:relative;
	min-height:275px;
}
.subscriptinBlock .whatCoffee .coffeeBox img{
	width:100%;
}
.subscriptinBlock .whatCoffee .coffeePrepared {
    width: 20%;
}
.coffeeBox.noCoffee {
    opacity: 0.5;
    pointer-events: none;
}

.coffeeBox .cofeeImage {
    position: relative;
}
.coffeeBox .cofeeImage .popStrip{
    position: absolute;
    bottom: -14px;
}
.paymentSectn  .popPlan {
    position: relative;
}
.paymentSectn  .popPlan .popStrip {
    position: absolute;
    top: -6px;
}
.popStrip {
    background-color: #1b2774;
    color: #fff;
    font-family: "akrobat";
    font-size: 16px;
    font-weight: bold;
    padding: 5px;
    width: 100%;
}
.popStrip.blueStrip {
    background-color: #94b4cb;
}
.subscriptinBlock .whatCoffee .coffeeBox .subShape, .subscriptinBlock .whatCoffee .preparedBox  .subShape, .subscriptinBlock .whatCoffee .planBox .subShape{
	background-image:url("//d3a1v57rabk2hm.cloudfront.net/bluecoffeeboxltd/rapido-copy-1/images/hexagon.png?ts=1630051949&host=my.cratejoy.com");
	background-position:center center;
	background-repeat:no-repeat;
	left: 50%;
    position: absolute;
    top: -30px;
	transform: translateX(-50%);
	width:49px;
	height:56px;
	z-index:999;
}
.subscriptinBlock .whatCoffee .coffeeBox.active .subShape, .subscriptinBlock .whatCoffee .preparedBox.active  .subShape, .subscriptinBlock .whatCoffee .planBox.active .subShape{
	background-image:url("//d3a1v57rabk2hm.cloudfront.net/bluecoffeeboxltd/rapido-copy-1/images/hex-blue.png?ts=1630051949&host=my.cratejoy.com");
}
.subscriptinBlock .whatCoffee .coffeeBox .cofetext{
	min-height: 100px;
	padding:0 15px;
}
.subscriptinBlock .whatCoffee .coffePrefer {
	padding-top: 60px;
}
.subscriptinBlock .whatCoffee .duration {
	display:none;
    margin: 0 auto;
    width: 65%;
	padding-top: 65px;
}
#noGift .paymentSectn {
    display: block;
}
#gift .paymentSectn {
    display: block;
}
#noGift .paymentSectn #weekly {
    display: none;
}
#noGift .paymentSectn #biWeekly {
    display: none;
}
#gift .paymentSectn #weekly {
    display: none;
}
#gift .paymentSectn #biWeekly {
    display: none;
}
.subscriptinBlock .whatCoffee .paymentSectn {
}
.subscriptinBlock .whatCoffee .likeCofee{
	padding-top:60px;
}
.subscriptinBlock .whatCoffee .likeCofee h1{
	margin-bottom:10px;
}
/*.subscriptinBlock .whatCoffee .paymentSectn h1{
	margin-bottom:65px;
}
*/.subscriptinBlock .whatCoffee .paymentSectn .justBox{
	padding:0px;
	min-height:340px;
}
.subscriptinBlock .whatCoffee .paymentSectn .justBox .boxNumbr{
	background-image:url("//d3a1v57rabk2hm.cloudfront.net/bluecoffeeboxltd/rapido-copy-1/images/payment-bg.png?ts=1630051951&host=my.cratejoy.com");
	background-position:center center;
	background-repeat:no-repeat;
	padding: 40px 0;
	margin-top:30px;
}
.subscriptinBlock .whatCoffee .paymentSectn .justBox .boxNumbr span.number{
	font-size:38px;
	font-weight:700;
	color:#000;
	font-family: 'akrobat';
	display:block;
}
.subscriptinBlock .whatCoffee .paymentSectn .justBox .boxNumbr span.box{
	font-size:20px;
	font-weight:700;
	color:#000;
	font-family: 'akrobat';
	display:block;
}
.subscriptinBlock .whatCoffee .paymentSectn .justBox h2{
	font-size:22px;
	margin-bottom:4px;
    padding-top: 30px;
}
.subscriptinBlock .whatCoffee .paymentSectn .justBox p{
	font-size:18px;
	font-weight:700;
	font-family: 'akrobat';
	color:#000;
	margin-bottom:3px;
}
.subscriptinBlock .whatCoffee .paymentSectn .justBox p.save{
	color:#94b4cb;
	font-size:21px;
	font-weight:700;
	margin-bottom:12px;
}
.subscriptinBlock .whatCoffee .paymentSectn .justBox .mostPopulr{
	padding-top:10px;
}
.subscriptinBlock .whatCoffee .paymentSectn .justBox .mostPopulr a{
	background:#e1eaef;
	display:none;
	color:#94b4cb;
	font-size:23px;
	font-weight:700;
	font-family: 'akrobat';
	padding:5px 0;
}
.subscriptinBlock .whatCoffee .paymentSectn .justBox:hover,
.subscriptinBlock .coffeBoxSectn .justBox:hover,
.subscriptinBlock .whoisSectn .justBox:hover,
.subscriptinBlock .whatCoffee .coffeeBox:hover,
.subscriptinBlock .whatCoffee .likeCofee .justBox:hover,
.subscriptinBlock .whatCoffee .paymentSectn .justBox.active,
.subscriptinBlock .whatCoffee .coffeeBox.active,
.subscriptinBlock .whatCoffee .likeCofee .justBox.active,
.subscriptinBlock .whoisSectn .justBox.active,
.subscriptinBlock .whatCoffee .preparedBox:hover,
.subscriptinBlock .whatCoffee .preparedBox.active,
.subscriptinBlock .duration .durationBox:hover,
.subscriptinBlock .duration .durationBox.active,
.subscriptinBlock .coffeBoxSectn .bluCoffeBox.active,
.continueSectn .justBox.active-box{
	background:#f4f8fa;
	cursor:pointer;
}
.continueSectn .justBox.active-box{
	cursor:inherit !important;	
}
.subscriptinBlock .whatCoffee .paymentSectn .justBox:hover, .subscriptinBlock .whatCoffee .paymentSectn .justBox.active .mostPopulr a{
	display:block;
}
.subscriptinBlock .continueSectn{
	padding-top:55px;
}
.subscriptinBlock .continueSectn p a{
	color:#7c7c7c;
	text-decoration:underline;
}
.radioBtnBox{
    background-position: left 2px;
    background-repeat: no-repeat;
    padding-left: 30px;
	cursor:pointer;
	max-width: 520px;
	text-align:left;
	margin:0px auto;
	margin-top:40px;
}
.radioBtnBox+.radioBtnBox{
	margin-top:15px;	
}
.radioBtnBox#box-choice{
	display:none;	
}
.subscriptinBlock .radioBtnBox h2 {
    font-family: "akrobat";
    font-size: 25px;
    font-weight: 400;
    padding-top: 0px;
    margin-bottom: 0px;
}
.radioBtnBox.notchecked {
	background-image:url("//d3a1v57rabk2hm.cloudfront.net/bluecoffeeboxltd/rapido-copy-1/images/circle.png?ts=1630051948&host=my.cratejoy.com");
}
.radioBtnBox.notchecked {
	background-image:url("//d3a1v57rabk2hm.cloudfront.net/bluecoffeeboxltd/rapido-copy-1/images/circle.png?ts=1630051948&host=my.cratejoy.com");
}
.radioBtnBox.checked{
	background-image:url("//d3a1v57rabk2hm.cloudfront.net/bluecoffeeboxltd/rapido-copy-1/images/circle-clrd.png?ts=1630051948&host=my.cratejoy.com");
}
.subscriptinBlock .coffeBoxSectn .justBox{
	border: 1px solid #93b4ca;
    margin-top: 65px;
    min-height: 140px;
    position: relative;
}
.justBox .giftMsg {
    background: #1b2774 none repeat scroll 0 0;
    border: 1px solid #000;
    color: #fff;
    display: none;
    left: 0;
    padding: 10px;
    position: absolute;
    bottom: -125px;
    width: 100%;
	z-index: 9999;
}
.justBox:hover > .giftMsg{
	display:block;	
}
.coffeBoxSectn {
    margin: 0 auto;
    width: 65%;
}
.subscriptinBlock .coffeBoxSectn .bluCoffeBox p.save {
    color: #94b4cb;
    font-size: 21px;
    font-weight: 700;
	padding: 0 35px;
}

/*---faq----*/
.faq-answer {
    display: none;
}
.faq_question_head {
    background-image: url("//d3a1v57rabk2hm.cloudfront.net/bluecoffeeboxltd/rapido-copy-1/images/faq-question.png?ts=1630051949&host=my.cratejoy.com");
    background-position: left 8px;
    background-repeat: no-repeat;
    border-bottom: medium none;
    color: #313335;
	padding-left:30px;
}
.faq_box:first-child .faq_question_head {
    border-top: medium none navy;
}
.faq_box {
	cursor: pointer;
	padding: 10px 0;
}
.faq_box  + .faq_box {
	border-top: 1px solid #eaeaea;
}
.faq-head {
    font-weight: 600;
    margin: 0;
}
.faq-answer > p {
	color: #000;
    font-size: 17px;
    font-weight: 300;
    line-height: 20px;
    margin: 0;
}
.faq-answer > p + p {
    margin-top: 18px;
}
.faq-answer {
	border-bottom: 1px solid #66c6ba;
	border-bottom:none;
    padding: 10px 0 10px 30px;
	color:#666666;
}
.faq_box:last-child {
    margin-bottom: 0;
}
.faq_section {
    padding: 66px 0 145px;
    position: relative;
    z-index: 999;
}
.faq_box:last-child .faq_question_head.select1{
	border-bottom: none;
}

.faq-answer a {
    color: #000;
    font-weight: bold;
}
/*----privacy----*/

.privcyCnt {
    min-height: 300px;
}

/*-------shop listing-------*/
.shop-section {
    min-height: 500px;
}
.shop-section .top-sorting {
    margin-bottom: 50px;
}
.shop-section .top-sorting {
    margin-bottom: 40px;
	border: 1px solid #e1e1e1;
	padding: 15px;
	overflow: hidden;
}
.top-sorting .top-group {
    text-align:center;
	padding-bottom:10px;
}
.shop-section .top-sorting .categories {
    display: inline-block;
}
.shop-section .top-sorting .categories .filter_option {
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
}
.shop-section .top-sorting .categories .top-select {
    display: inline-block;
}
.shop-section .top-sorting .categories .top-select ul
{
	padding-left:0px;
}
.shop-section .top-sorting .categories .top-select ul li {
    display: inline-block;
    list-style: outside none none;
	margin-left: 10px;
}
.shop-section .top-sorting .categories + .categories {
    margin-left: 30px;
}
.shop-section .top-sorting .categories .top-select select {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border:solid 1px #e1e1e1;
	border-radius: 0;
}
.shop-section .top-sorting .categories ul.product_paging {
    margin: 0;
}
.shop-section .top-sorting .categories.page {
    display:inline-block;
}
.shop-section .top-sorting .categories.page ul li a {
    font-weight: 300;
}
.shop-section .top-sorting .categories.page ul li.active a {
    background: #40cea5 none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    display: inline-block;
    line-height: 12px;
}
.shop-section .top-sorting .categories.page ul {
    padding-left: 0;
	padding-top: 8px;
}
.shop-section .ecom-listing {
    border: medium none;
    margin-bottom: 0;
}
.shop-section .ecom-listing .listing-data .card {
    display: inline-block;
    margin: 5px;
    width: calc(23% - 10px);
}
.shop-section .ecom-listing .listing-data {
    width: auto;
	text-align:center;
}
.card .product-img .img-container {
    background-position: center center;
    background-size: cover;
    border: 1px solid #e0e0e0;
    display: inline-block;
    height: 280px;
    overflow: hidden;
    width: 100%;
}
.ecom-listing .product-sub  .price {
    border-bottom: none;
}
.summary  #product-form .cselect {
    height: auto;
}
.giftIdea.shopBanner {
    border-top: 2px solid #e6e6e7;
    padding: 30px 0 0;
}
.giftIdeaBox h3 a{
	padding-bottom:3px;
	border-bottom:2px solid #000;	
}
.giftIdeaBox h3 a:hover {
    color: #94b4cb;
	border-bottom:2px solid #94b4cb;	
}
/*----customer sec----*/
.contentSec {
    padding: 50px 0;
}
.login h2 {
    font-size: 40px;
    line-height: normal;
    padding-bottom: 20px;
}
.followSec {
    border-top: 1px solid #ddd;
    padding: 80px 0 100px;
    text-align: center;
}
.loginForm {
    margin: 0 auto;
    max-width: 500px;
}
.loginForm a {
    display: block;
    margin: 15px 0 0;
}
.checkout_button.primary-button, .btn.btn-primary{
	background-color: #231f20;
    color: #f3f3f2;
    display: inline-block;
    font-family: "akrobat";
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 12px 15px;
}
.checkout_button.primary-button:hover, .btn.btn-primary:hover{
	background-color: #7593a9;
}
.frgerPwForm {
    margin: 0 auto;
    max-width: 450px;
}
.frgerPwForm .form-control {
    height: auto;
}
.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}
#checkout_form section {
    margin-bottom: 0;
}
.JoinToday {
    background-color: #1b2774;
    padding: 50px 0;
    text-align: center;
}
.JoinToday h2 {
    color: #fff;
    font-weight: bold;
	padding-bottom:30px
}
.JoinToday  .getStartBtn > a {
	border:2px solid #fff;
    background-color: #fff;
    color: #231f20;
    display: block;
    font-family: "akrobat";
    font-size: 20px;
    font-weight: bold;
    margin: 0 auto;
    padding: 12px 25px;
    width: 175px;
}
.JoinToday  .getStartBtn > a:hover{
	background-color:transparent;
	color:#fff;
}
.JoinToday  .joinNews > a {
    color: #fff;
    display: inline-block;
    font-family: "akrobat";
    font-size: 22px;
    margin: 30px 0 0;
}
.JoinToday  .joinNews > a:hover {
	text-decoration:underline;	
}
/*----cart sec----*/
.checkout_content .styled_cart table tr td .product-name {
    font-size: 30px;
    line-height: 30px;
}
.checkout_content .styled_cart table tr td{
    font-size: 20px;
    line-height: 35px;
}
.checkout_content .styled_cart table tr td .subscription-plan {
    font-size: 20px;
    line-height: 35px;
}
label {
    font-size: 16px;
    font-weight: 300;
}
.checkout_content.newco #id_coupon_code {
    padding: 10px;
	height:50px;
}
.checkout_content .coupon_section #add_coupon_code {
    height: 50px;
}
.checkout_content input.not-required[type="text"]:valid + label[placeholder]::before{
 transform: translate(0px, -1.5em) scale(0.9, 0.9);
}
.checkout_content input.not-required[type="text"][required]:focus + label[placeholder]::before ,
.checkout_content input.not-required[type="text"][required]:valid + label[placeholder]::before { 
 transform: translate(0px, -1.5em) scale(0.9, 0.9);
}
.checkout_content input.not-required[type="text"] + label[placeholder], .checkout_content input[type="text"][required] + label[placeholder], .checkout_content input[type="email"][required] + label[placeholder], .checkout_content input[type="password"][required] + label[placeholder] {
 line-height:normal;
}
#company:not(.not-empty) + label::before, #unit:not(.not-empty) + label::before, #phone_number:not(.not-empty) + label::before {
    transform: translate(-9px, 4px) scale(0.9, 0.9);
    transition-duration: 0.2s;
}
#company:focus + label::before, #unit:focus + label::before, #phone_number:focus + label::before {
    transform: translate(-9px, -1.5em) scale(0.9, 0.9);
    transition-duration: 0.2s;
}
.checkout_content input.not-required[type="text"]:focus + label[placeholder]::before, .checkout_content input.not-required[type="text"]:valid + label[placeholder]::before, .checkout_content input[type="text"][required]:focus + label[placeholder]::before, .checkout_content input[type="text"][required]:valid + label[placeholder]::before, .checkout_content input[type="email"][required]:focus + label[placeholder]::before, .checkout_content input[type="email"][required]:valid + label[placeholder]::before, .checkout_content input[type="password"][required]:focus + label[placeholder]::before, .checkout_content input[type="password"][required]:valid + label[placeholder]::before{
	font-weight:300;	
}
.checkout_content input[type="text"], .checkout_content input[type="date"], .checkout_content input[type="email"], .checkout_content input[type="password"] {
    height: 45px;
	padding:10px;
}
/*----contact sec----*/
.contctInfo > h3 {
    padding-bottom: 20px;
}
.contctInfo > h4 {
    padding-bottom: 20px;
}
.contctInfo > a {
    color: #1b2774;
    display: block;
    font-family: akrobat;
    font-size: 18px;
    font-weight: 700;
}
.contactForm > h3 {
    padding-bottom: 25px;
}
.contactForm > h3 {
    padding-bottom: 25px;
}
.userData {
    margin-bottom: 15px;
}
.dataContainer .userData {
    float: left;
    width: 49%;
}
.dataContainer .userData + .userData {
    margin-left: 16px;
}
.userData  input {
    border: 1px solid #1b2774;
}
.userData textarea {
    border: 1px solid #1b2774; 
	min-height: 250px;
}
.userData button {
	border: 1px solid transparent;
    background-color: #231f20;
    color: #fff;
    font-size: 20px;
    padding: 10px 20px;
}
.userData button:hover{
    background-color: #7593a9;
	color:#fff;
}
/*----Terms sec----*/
.termsBox > h3 {
    padding-bottom: 20px;
}
.termsBox + .termsBox {
    padding-top: 20px;
}
.termsBox > ul {
    margin: 0;
    padding: 0 0 15px;
	margin:0 0 0 30px;
}
.termsBox li {
    list-style: outside none disc;
}
.termsBox li + li {
    margin-top: 8px;
}
.termsBox a {
    color: #94b4cb;
    font-weight: bold;
}
.termsBox a:hover{
    color: #1b2774;
}
/*--------------gift page------------*/
.giftPage #gift {
    display: block;
}
.subscriptinBlock .giftPage .whatCoffee .coffePrepared {
    display: none;
	padding-top:65px;
}
.subscriptinBlock .giftPage .whatCoffee {
    padding-top: 0;
}
.checkout_content .styled_cart table #shipping_row {
    /*display: none;*/
}

/*--------------Thank you page------------*/
.thankyouMsg h1 {
    padding-bottom: 20px;
}
.thankyouMsg {
    min-height: 200px;
}
/*--------------who we are page------------*/
.whoWeAre {
    padding: 50px 0;
    text-align: left;
	background-image:url("//d3a1v57rabk2hm.cloudfront.net/bluecoffeeboxltd/rapido-copy-1/images/gallery-shot.jpg?ts=1630051949&host=my.cratejoy.com");
	background-repeat:no-repeat;
	background-position:left center;
	background-size: cover;
}
.whoWeAre .whoWeCnt {
    background-color: rgba(255, 255, 255, 0.85);
    display: inline-block;
    max-width: 450px;
    padding: 50px 35px;
    text-align: center;
  	margin-top: 50px;
	margin-bottom: 50px;
	border-radius: 5px;
}
.whoWeAre .whoWeCnt > h3 {
    padding-bottom: 20px;
}
.gotQustn {
	background-color:#94b4cb;
    padding: 12px 0;
    text-align: center;
	color:#1b2774;
}
.gotQustn span {
    font-weight: bold;
}
.gotQustn a {
    color: #1b2774;
    display: inline-block;
    text-decoration: underline;
}
.gotQustn a:hover {
	color:#fff;
}
.giftIdea {
    padding: 50px 0;
    text-align: center;
}
.giftIdea .heading {
    padding-bottom: 30px;
}
.giftIdea .giftIdeaBox > h3 {
    padding: 15px 0;
}
/*--------------Shop page------------*/
#product-form .form-group {
    display: inline-block;
    margin-right: 15px;
}
#product-form .freeDelivery {
    color: #1b2774;
    font-weight: 600;
}
.item .product-sub .name-container {
	margin-bottom: 0;
	min-height: 50px;
	padding-bottom: 10px;
}
.shop-section .abtBusinessCat {
    padding: 30px 0;
}
.shop-section .heading {
    padding: 0 0 30px;
    text-align: center;
}
.shop-section .abtBusinessCnt > h2 {
    padding-bottom: 15px;
}

.subscribeBanner .blackBtn a {
    position: relative;
}
.subscribeBanner .blackBtn .giftPopup {
    background: #7593a9 none repeat scroll 0 0;
    font-size: 15px;
    left: 50%;
    padding: 10px;
    position: absolute;
    top: 57px;
    transform: translateX(-50%);
    width: 300px;
	display:none;
}
.subscribeBanner .blackBtn .giftPopup::after {
	border:12px solid #7593a9;
	border-top-color:transparent;
	border-left-color:transparent;
	border-right-color:transparent;
	-moz-border-top-color:transparent;
	-moz-border-left-color:transparent;
	-moz-border-right-color:transparent;
	-ms-border-top-color:transparent;
	-ms-border-left-color:transparent;
	-ms-border-right-color:transparent;
	-o-border-top-color:transparent;
	-o-border-left-color:transparent;
	-o-border-right-color:transparent;
	-webkit-border-top-color:transparent;
	-webkit-border-left-color:transparent;
	-webkit-border-right-color:transparent;
    content: "";
    left: 50%;
    position: absolute;
    top: -23px;
    transform: translateX(-50%);
}
.subscribeBanner .blackBtn a:hover > .giftPopup{
	display:block;	
}
a:focus{
	text-decoration:none;
}

/*------------------------landing-page----------------*/

.landingbannerSection {
    background-image: url("//d3a1v57rabk2hm.cloudfront.net/bluecoffeeboxltd/rapido-copy-1/images/about-banner7-new.jpg?ts=1630051948&host=my.cratejoy.com");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 142px 0 100px;
	border-top: 2px solid #e6e6e7;
}
.landingbannerSection .bannerText h1 {
    font-size: 75px;
    color: #1a2775;
    letter-spacing: 2px;
    margin-bottom: 50px;
    padding: 18px 100px;
}
.landingbannerSection .bannerText h4 {
    color: #231f20;
    letter-spacing: 2px;
	margin-bottom: 30px;
	line-height:32px;
}
.landingbannerSection .black-btn.large a {
    font-size: 23px;
    letter-spacing: 1px;
    padding: 18px 40px;
}

.landinghowItWork {
    padding: 60px 0 140px;
    text-align: center;
}
.landinghowItWork .box p {
    line-height: 20px;
}
.landinghowItWork .imgBox {
    margin-bottom: 23px;
}
.landinghowItWork .box h3 {
    margin-bottom:5px;
	color:#1b2774;
}
.landinghowItWork .heading {
    margin-bottom: 11px;
}
.landinghowItWork .blackBtn.medium a{
	font-size:22px;
}
.landinghowItWork .blackBtn.medium {
    margin-top: 20px;
}
.landingProductSection{
	padding:50px 0px;
	text-align:center;	
}
.landingProductSection .landingProductBox{
	margin-bottom:30px;	
}
.landingProductSection h2 {
    margin-bottom: 35px;
}
.landingProductSection {
	background-color:#eef5f9;
}
.landingProductBox .landingProduct {
    border: 1px solid #94b4cb;
    display: inline-block;
    margin: 0 10px;
	margin-bottom:20px;
    max-width: 320px;
	width:100%;
    border-radius: 3px;
    font-size: 19px;
}
.landingProductBox .landingProduct a{
	display:block;	
}
.landingProductBox .landingProduct h3 {
    color: #fff;
    background: #94b4cb;
    padding: 14px 5px;
    text-transform: uppercase;
    font-size: 24px;
}
.landingProductBox .landingProduct .image {
    margin-bottom: 20px;
}
.landingProductBox .landingProduct .image img {
    width: 100%;
}
.landingProductBox .landingProduct h4 {
    color: #1b2774;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 8px;
}
.landingProductBox .landingProduct h6 {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.landingProductSection .black-btn {
    font-size: 20px;
    min-width: 190px;
    padding: 14px 15px;
}

.landing-page .topSection,.landing-page .navSection ,.landing-page .followSec{
    display: none;
}
.subscriptinBlock .whatCoffee .coffeePrepared:nth-child(4) {
   /* display: none;*/
}
.subscriptinBlock .whatCoffee .coffeePrepared {
   /* width: 25%;*/
}

.cart_addresses .ship_to .editor .row:nth-child(3) .col-md-3 {
    display: none;
}
.cart_addresses .ship_to .editor .row:nth-child(3) .col-md-9 {
    width: 100%;
}
.register .registration .col-md-6 {
    width: 100%;
}
.register .create-small-text {
    margin-bottom: 18px;
	font-size:15px;
}
.register .pass-small-text {
    margin-top: -14px;
	position:relative;
	font-size:15px;
}
.register .pass-small-text i {
    margin-right: 8px;
}
.subscriptinBlock .whatCoffee .paymentSectn .frequency-section .justBox {
    min-height: auto;
    padding: 20px 0 40px;
}
.whoissection .whoisSectn {
    padding-top: 0;
    width: 65%;
}
.subscriptinBlock .whoissection, .subscriptinBlock .plan-section, .subscriptinBlock .coffePrepared,.subscriptinBlock .frequency-section{
    padding-top: 60px;
}
.subscriptinBlock .hidebox{
	display:none;	
}
.checkout_content .styled_cart .auto-renew-cart,.checkout_content .styled_cart .auto-renew-cart-text {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}
.checkout_content .styled_cart .auto-renew-cart,
.checkout_content .styled_cart .auto-renew-cart-text{
	display:none !important;	
}
.subscriptinBlock .whatCoffee .paymentSectn .frequency-item p {
    font-weight: 400;
    margin-top: 8px;
    min-height: 40px;
    padding: 0 15px;
}
#notgifttext,#gifttext{
	display:none;
}
.confirm_order h5 {
    font-size: 18px;
    margin-bottom: 6px;
}
.confirm_order h6 {
    font-size: 20px;
    margin-bottom: 8px;
}
.subscriptinBlock .continueSectn .continue-Btn {
    margin-bottom:20px;
	margin-top:20px;
}
.continueSectn .justBox {
    max-width: 370px;
    padding: 14px !important;
    margin: 0px auto;
    padding-top: 50px !important;
}
.continueSectn .justBox p{
	font-weight:400 !important;	
}
#paypal-checkout-section {
    display: none;
}

/*--------*/
.logo-line {
    background-color: #e2e9ef;
    padding: 50px 0;
}
.logo-line .heading > h3 {
    margin-bottom: 25px;
    text-align: center;
}
.logo-line .logo-line-box {
    font-size: 0;
    text-align: center;
}
.logo-line .logo-line-box .logo-box {
    display: inline-block;
    vertical-align: top;
    width: calc(20% - 20px);
}
.logo-line .logo-box + .logo-box {
    margin-left: 20px;
}

.addon-product-box {
    font-size: 0;
}
.addon-product-box .addon-box {
    display: inline-block;
    font-size: 17px;
    margin: 0 10px;
    vertical-align: top;
    width: calc(32% - 10px);
}
.addon-box .addto-btn a {
    background: #231f20 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    padding: 10px 35px;
    vertical-align: top;
}
.addon-box .form-box select {
    border: 1px solid #ccc;
    max-width: 150px;
    padding: 8px 15px;
    text-align: center;
}
.addon-box .addto-btn {
    margin-bottom: 25px;
}
.addon-box .form-box .control-label {
    font-weight: 200 !important;
    margin-bottom: 6px;
}
.continue-btn-box a {
    background: #231f20 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    min-width: 200px;
    padding: 16px 35px;
    vertical-align: top;
}
.continue-btn-box a:hover{
	background:#7593a9;
}
.continue-btn-box {
    padding: 40px 0;
}

.roasters-section {
    font-size: 0;
    text-align: center;
}
.roasters-section .roasters-box {
    border: 1px solid #e2e9ef;
    display: inline-block;
    font-size: 15px;
    margin: 0 15px 30px;
    padding: 20px 15px;
    vertical-align: top;
    width: calc(33% - 30px);
}
.roasters-section .roasters-box .image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 150px auto;
    height: 180px;
    margin-bottom: 15px;
}
.roasters-section .roasters-box h2 {
    font-size: 22px;
    margin-bottom: 12px;
}
.roasters-section .roasters-box h3 {
    font-size: 14px;
    font-weight: 300;
}
.partner-slide-box .item {
    display: inline-block;
    vertical-align: top;
    margin: 0px 20px;
}
.otherSec h3 a {
    color: #0066c0;
    text-decoration: underline;
}
.otherSec h3 a:hover{
    color:#000;
}
.join-club-box {
    text-align: center;
}
.join-club-box h1 {
    font-size: 30px;
    margin-bottom: 12px;
}
.join-box-form {
    max-width: 480px;
    margin: 0px auto;
	margin-top:30px;
}
.join-box-form input[type="submit"] {
    background: #231f20;
    color: #f3f3f2;
    padding: 12px 24px;
}
.join-box-form input[type="submit"]:hover {
    background: #7593a9;
}
.join-box-form .mail {
    margin-bottom: 15px;
}
.thank-club-box {
    margin: 0 auto;
    max-width: 900px;
}
.thank-club-box h1 {
    font-size: 40px;
    margin-bottom: 25px;
    text-align: center;
}
.thank-club-box .image-box {
    margin: 0 auto 30px;
    max-width: 540px;
    text-align: center;
}
.thank-club-box .blackBtn {
    margin-bottom: 25px;
    text-align: center;
}
.thank-club-box ul {
    margin-bottom: 22px;
    margin-left: 25px;
}
.thank-club-box ul li + li {
    margin-top: 7px;
}

.top-join {
    color: #1b2774;
    font-family: "akrobat";
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 20px 0px;
	text-align:center;
	background-color:#94b4cb;
}
.top-join .top-btn {
    margin-top:0px;
    text-align: center;
}
.top-join .top-btn a {
    background: #1b2774 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    padding: 10px 25px;
    vertical-align: top;
	font-size:18px;
}
.top-join .top-btn a:hover {
    background: #000 none repeat scroll 0 0;
}
.top-center-box {
	font-size:0px;
}
.top-center-box .left-box {
    display:inline-block;
	vertical-align:middle;
    text-align: left;
    width: 56%;
    font-size: 20px;
}
.top-center-box .right-box {
    display:inline-block;
	vertical-align:middle;
	width:43%;
}
.top-center-box .left-box p {
    margin-bottom: 0;
}

/*----------------------------responsive------------------------------*/
@media only screen and (min-width: 1200px) and (max-width:1279px){
	.dataContainer .userData + .userData {
		margin-left: 13px;
	}
}
@media only screen and (min-width: 992px) and (max-width:1199px){
	.dataContainer .userData + .userData {
		margin-left: 13px;
	}
	.card .product-img .img-container {
		height: 232px;
		width: 232px;
	}
	.subscriptinBlock .coffeBoxSectn .bluCoffeBox p.save{
		padding:0;	
	}
	.subscriptinBlock .whoisSectn {
		width: 80%;
	}
	.subscriptinBlock .whatCoffee .coffeePrepared p {
		font-size: 14px;
		padding: 0;
	}
	.landingbannerSection .bannerText h1 {
		font-size: 50px;
		padding: 0;
	}
	.logoNavSec .navSection li a{
		font-size:15px;	
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px){
	.dataContainer .userData + .userData {
		margin-left: 10px;
	}
	.logoNavSec .navSection li + li {
		margin-left: 21px;
	}
	.bannerSection.aboutSection {
		padding: 80px 0;
	}
	.howWeSec .heading h2 {
		font-size: 34px;
	}
	.howWeSec .whyText {
		margin-left: 35px;
	}	
	.weCare .weCareInfo {
		padding: 40px 0 30px;
	}
	.weCare .weCareImg .blueSeal {
		right: -48px;
		top: -55px;
		width: 100px;
	}
	.howWeSec .whyWe-pic .founder {
		bottom: 22px;
		right: -52px;
		width: 100px;
	}
	
	.logoNavSec .navSection li a {
		font-size: 15px;
		letter-spacing: 1px;
	}
	.logoNavSec .navSection li + li {
		margin-left: 14px;
	}
	
}
@media only screen and (max-width:1199px){
	.banner-btm-box .box-image {
		display: block;
	}
	.banner-btm-box .box-text {
		display: block;
		padding-left: 0;
	}
}
@media only screen and (max-width:991px){
	.followSec {
    	padding: 80px 0 100px;
	}
	.howItWork {
		padding: 60px 0;
	}
	.shop-section .ecom-listing .listing-data.card1 .card .product-img {
		width: 220px;
	}
	.shop-section .card1 .card .product-sub .card-group {
		margin-left: 260px;
	}
	.footerSec .info li + li {
		border-left: medium none;
		margin-left: 0;
		padding-left: 0;
		padding-top: 15px;
	}
	.footerSec .info li {
		display: block;
		vertical-align: middle;
	}
	.shop-section .ecom-listing .listing-data .card {
		width: calc(45% - 10px);
	}
	.card .product-img .img-container {
		height: 300px;
		width: 300px;
	}
	.whoWeAre{
		text-align:center;
	}
	.whoWeAre .whoWeCnt{
		margin-bottom:0;	
	}
	.giftIdea .giftIdeaBox > h3 {
		font-size: 20px;
		padding: 15px 0;
	}
	.subscriptinBlock .coffeBoxSectn {
		width: 80%;
	}
	.subscriptinBlock .whoisSectn {
		width: auto;
	}
	.subscriptinBlock .coffeBoxSectn .bluCoffeBox p.save{
		padding:0 10px;	
	}
	.subscriptinBlock .whatCoffee .coffeePrepared {
		width: 50%;
	}
	.landingbannerSection .bannerText h1 {
		font-size: 50px;
		padding: 0;
	}
	.roasters-section .roasters-box h2 {
		min-height: 52px;
	}

}
@media only screen and (max-width:767px){
	.topSection {
		padding: 44px 0 15px 40px;
	}
	.bluecoffeeSection .imgsec img {
		width: 100%;
	}
	.bluecoffeeSection .imgsec {
		margin-bottom: 20px;
	}
	.logoNavSec .navSection{
		display:none;
	}
	.logoNavSec .logoSection{
		text-align:center;
	}
	.mob_btn{
		display:block;
		background-color: #94b4cb;
		left: 40px;
		line-height: 0;
		padding: 10px;
		top: 93px;
	}
	.mob_btn img {
		width: 17px;
	}
	/*.subscriptinBlock .whoisSectn .justBox, .subscriptinBlock .whatCoffee .likeCofee .justBox, .subscriptinBlock .whatCoffee .paymentSectn .justBox, .subscriptinBlock .whatCoffee .coffeeBox{
		margin-bottom:65px;
	}*/
	.bannerSection{
		padding:100px 0px;	
	}
	.howWeSec .whyWe-pic img {
		width: 100%;
	}
	.howWeSec .whyText {
		margin-left: 0;
	}
	.howWeSec .whyWe-pic {
		margin-bottom: 20px;
	}
	.weCare .weCareInfo {
		padding: 40px 0 0;
	}
	.bannerSection.aboutSection {
		padding: 40px 0 30px;
	}
	.howWeSec {
		padding: 60px 0 50px;
	}
	.weCare {
		padding: 70px 0 45px;
	}
	.ourValue {
		padding: 60px 0 45px;
	}
	.howWeSec .whyWe-pic .founder {
		bottom: 0;
		right: 0;
		width: 100px;
	}
	.weCare .weCareImg .blueSeal {
		right: 0;
		top: 0;
		width: 100px;
	}
	.shop-section .ecom-listing {
		padding: 0 20px;
	}
	.shop-section .ecom-listing .listing-data .card {
		margin: 10px;
		width: calc(50% - 20px);
	}
	.shop-section .top-sorting .categories + .categories {
		margin-left: 0;
		padding-bottom: 10px;
	}
	.shop-section .top-sorting .categories {
		margin-right: 20px;
	}
	.contctInfo {
		padding-bottom: 20px;
		text-align: center;
	}
	.contactForm {
		text-align: center;
		max-width: 500px;
		margin: 0 auto;
	}
	.dataContainer .userData {
		float: none;
		width: auto;
	}
	.dataContainer .userData + .userData {
		margin-left: 0;
	}
	.card .product-img .img-container {
		height: 275px;
		width: 100%;
	}
	.giftIdea {
		padding: 30px 0 15px;
	}
	.giftIdea .heading {
		padding-bottom: 10px;
	}
	.giftIdeaBox {
		padding: 15px 0;
	}
	.giftIdea.shopBanner .giftIdeaBox {
		padding: 0;
	}
	.giftIdea.shopBanner .container {
		padding-left: 5px;
		padding-right: 5px;
	}
	.giftIdea.shopBanner .row {
		margin-left: -5px;
		margin-right: -5px;
	}
	.giftIdea.shopBanner .col-sm-4.col-xs-4 {
		padding: 0 5px;
	}
	.shop-section .ecom-listing .listing-data .card {
		margin: 5px;
		width: calc(49% - 10px);
	}
	.shop-section .abtBusinessCat  .abtBusinessCnt {
		padding-top: 30px;
	}
	.justBox .giftMsg {
		bottom: -170px;
	}
	.subscriptinBlock .whoisSectn .justBox {
		margin: 65px auto 0;
		width: 290px;
	}
	.subscriptinBlock .whatCoffee .coffeePrepared {
		width: 100%;
	}
	.roasters-section .roasters-box {
		width: calc(50% - 30px);
	}
	.top-center-box .left-box {
		display: block;
		margin-bottom: 10px;
		text-align: center;
		width: auto;
	}
	.top-center-box .right-box {
		display: block;
		width: auto;
	}
	.topSection {
		display: none !important;
	}
	.banner-btm-cont .banner-btm-box {
		display: block;
		width: auto;
		margin-left: 0;
		margin-right: 0;
	}
	.banner-btm-cont .banner-btm-box + .banner-btm-box {
		margin-top: 10px;
	}

}
@media only screen and  (max-width:639px){
	.card .product-img .img-container {
		height: 225px;
		width: 100%;
	}
	.whoWeAre .whoWeCnt {
	    padding: 30px 15px;
	}
	.gotQustn span {
		display: block;
	}
	.giftIdea .giftIdeaBox > h3 {
		font-size: 15px;
	}
	.shop-section .top-sorting .categories {
		margin-right: 0;
		min-width: 49%;
	}
	.shop-section .top-sorting .categories .top-select {
		width: 180px;
	}
	.shop-section .top-sorting .categories .filter_option {
		min-width: 80px;
	}
	.subscriptinBlock .coffeBoxSectn {
		width: auto;
	}
	.landingbannerSection{
		padding:82px 0 50px;
		text-align:center;	
	}
	.landingbannerSection .bannerText h1 {
		font-size: 30px;
		padding: 0;
	}
	
}
@media only screen and  (max-width:520px){
	.bannerSection {
		padding: 50px 0;
	}
	.bannerSection .bannerText h1{
		font-size:35px;
	}
	.howItWork {
		padding: 30px 0;
	}
	.testimonnialSec .testimony .testiText {
		padding: 0 40px;
	}
	.testimonnialSec {
		padding: 65px 0;
	}
	.otherSec {
    	padding: 0 0 90px;
	}
	.footerSec .info li + li {
		border-left: medium none;
		margin-left: 0;
		padding-left: 0;
	}
	.footerSec .info li {
		display: block;
		padding-bottom: 10px;
		max-height:25px;
	}
		.ourValue .heading {
		margin-bottom: 40px;
	}
	.ourValue .Blue .BlueBox h1 {
		margin-bottom: 15px;
	}
		h2 {
		font-size: 35px;
	}
	.followSec.about {
		padding: 40px 0 60px;
	}
		.footerSec .formBox .mail {
		float: none;
		margin-bottom: 15px;
		width: 100%;
	}
	.footerSec .formBox .signup {
		float: none;
		width: 35%;
	}
	.howWeSec {
		padding: 60px 0 25px;
	}
	.shop-section .top-sorting .categories {
		display: block;
		margin-right: 0;
		width: 100%;
	}
/*	.shop-section .top-sorting .categories .filter_option {
		display: inherit;
		float: left;
		width: 100px;
		padding-top: 12px;
	}
	.shop-section .top-sorting .categories .top-select {
		display: block;
		margin-left: 110px;
	}
*/	.shop-section .top-sorting .top-group .categories:nth-child(3) {
		margin-top: 10px;
	}
	.top-sorting .top-group {
		float: none;
	}
	.footerSec .formBox .mail {
		float: none;
		margin: 0 auto;
		width: auto;
	}
	.footerSec .formBox .signup {
		float: none;
		margin: 10px auto 0;
		width: 120px;
	}
	.shop-section .ecom-listing .listing-data .card {
		float: none;
		margin: 0 auto;
		text-align: center;
		width: 100%;
	}
	.card .product-img .img-container {
		height: 290px;
		width: 100%;
	}
	.shop-section .ecom-listing .listing-data .card + .card {
		margin-top: 20px;
	}
	.giftIdea.shopBanner .col-sm-4.col-xs-4 {
		float: none;
		padding: 0 5px;
		width: auto;
	}
	.giftIdea.shopBanner .giftIdeaBox {
		margin: 0 auto;
		max-width: 280px;
		padding: 0;
	}
	.shop-section .top-sorting .categories .top-select select {
		padding: 5px 10px;
	}
	.shop-section .top-sorting .categories .filter_option {
		min-width: 60px;
	}
	.shop-section .top-sorting .categories .top-select {
		width: 150px;
	}
	.subscriptinBlock .whoisSectn {
		width: auto;
	}
	.subscriptinBlock .coffeBoxSectn .col-xs-6, .subscriptinBlock .whatCoffee .col-xs-6, .subscriptinBlock .whatCoffee .paymentSectn .col-xs-4 {
		float: none;
		width: auto;
	}
	.subscriptinBlock .whoisSectn .justBox, .subscriptinBlock .whatCoffee .likeCofee .justBox, .subscriptinBlock .whatCoffee .paymentSectn .justBox, .subscriptinBlock .duration .durationBox {
		margin: 65px auto 0;
		width: 275px;
	}
	.subscriptinBlock .whatCoffee .preparedBox {
		margin: 65px auto 0;
		width: 275px;
	}
	.subscriptinBlock .whatCoffee .coffeeBox {
		margin: 65px auto 0;
		width: 275px;
	}
	.subscriptinBlock .coffeBoxSectn .justBox{
		width:275px;
		margin:65px auto 0;	
	}
	.radioBtnBox {
    	background-position: left 3px;
		text-align:left;
	}
	.subscriptinBlock .radioBtnBox h1 {
		font-size: 25px;
	}
	.landingProductBox .landingProduct{
		margin:0px;
		margin-bottom:30px;
	}
	.roasters-section .roasters-box {
		width: calc(100% - 30px);
	}
}

@media only screen and  (max-width:445px){
	.mob_btn{
		display:block;
		background-color: #94b4cb;
		left: 40px;
		line-height: 0;
		padding: 10px;
		top: 117px;
	}
}

@media only screen and  (max-width:445px){
	.topSection .subsciptionSec .sub {
		display: inline-block;
		padding-top: 26px;
	}
}

#recipient_email { display: none; }