html {min-height: 100%;}
body {font-size: 14px; color: #4b4b4d; line-height: normal; font-family: 'Poppins', sans-serif; display:block; margin:auto;}
h1{font-size: 22px;color: #263238;line-height: 51px;font-weight: 400;}
h2{font-size: 22px;color: #263238;line-height: 51px;font-weight: 400;}
h1, h2, h3, .h1, .h2, .h3 {margin-top: 0px;margin-bottom: 0px;}
.h1, .h2 {font-size: 50px;color: #292a31;position: relative;}
.h1 span, .h2 span {font-size: 35px;color: #469203;}
a:hover{cursor:pointer;}
p {margin-bottom: 0px;}
.bc1 {background: #ffffff;}
.bg2 {background: #4b4b4d;}
.bg3{background:#19191e;}
.bg4{background:#5e524d;}
.ftr{color:#858383;}
.ftr a{color:#ccc;}
.fw500{font-weight: 500}
a:hover {text-decoration: none;}
a:focus{color: #000 !important; text-decoration: none !important; outline: none !important;}
.bt1 {border-top: 1px solid #ccc;}
.bb1 { border-bottom: 1px solid #ccc;}
.bb2 {border-bottom: 1px solid #3d3e44;}
.br1 {border-right: 1px solid #ccc;}
.b5{border:5px solid #ef3b04;}
.c1 {color: #fff;}
.ma{margin:0 auto;}
.m5{margin:5px;}
.pl0 {padding-left: 0px;}
.pl30 {padding-left: 30px;}
.pr0 {padding-right: 0px;}
.ptb10 {padding-top: 10px; padding-bottom: 10px;}
.plr0 {padding-left: 0px; padding-right: 0px;}
.plr15 {padding-left:15px;padding-right:15px;}
.p15 {padding: 15px;}
.pt10 {padding-top: 10px;}
.pt15 {padding-top: 15px;}
.pt20 {padding-top: 20px;}
.pt30 {	padding-top: 30px;}
.pt60 { padding-top: 60px;}
.pb10 {	padding-bottom: 10px;}
.pb20 {	padding-bottom: 20px;}
.pb40 {	padding-bottom: 40px;}
.pb80 {	padding-bottom: 80px;}
.pl40 {	padding-left: 40px;}
.mb10 {	margin-bottom: 10px;}
.mb20 {	margin-bottom: 20px;}
.mb30 {	margin-bottom: 30px;}
.mb40 {	margin-bottom: 40px;}
.mb50 {	margin-bottom: 50px;}
.mb60 {	margin-bottom: 60px;}
.mt40 {	margin-top: 40px;}
.mt60 { margin-top: 60px;}
.mt30 {	margin-top: 30px;}
.ml30{margin-left:30px}
.ml10 {	margin-left: 10px;}
.mr30 {	margin-right: 30px;}
.mt10 {	margin-top:10px;}
.lh22 {	line-height: 22px;}
.lh32 {	line-height: 32px;}
.b4 {border: 4px solid #fff;}
.bs1 {box-shadow: 0 0 10px 4px #ccc;}
.zi9{z-index:1111111;}
.bdr5{border:5px solid #3e3f47;}
.dbma{display: block; margin: auto;}
.scrollTop {position: fixed;right: 1%; bottom: 0px; background-color: #ed1c24;padding: 10px; opacity: 0;
    transition: all 0.4s ease-in-out 0s; border-radius:10px 10px 0 0;z-index: 999;}
.scrollTop a { font-size: 18px; color: #fff; text-decoration: none;}
ul.parallax {list-style: none;margin: 0;padding: 0;position: absolute;right: 30%;bottom: 10%;z-index: -1;}
ul.parallax li {display: inline-block;}
ul.parallax li span {width: 40px;margin: 15px;height: 200px;background-color: #ffffff;display: block;    border-radius: 100px;opacity: 0.1;-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);    transform: rotate(45deg)}
.pulse{animation-name:pulse;
    -webkit-animation-name:pulse;
    animation-duration:1.5s;
    -webkit-animation-duration:1.5s;
    animation-iteration-count:infinite;
    -webkit-animation-iteration-count:infinite}
 @keyframes pulse{0%,100%{transform:scale(.9);opacity:.9}50%{transform:scale(1);opacity:1}}
@-webkit-keyframes pulse{0%,100%{-webkit-transform:scale(.95);opacity:.7}50%{-webkit-transform:scale(1);opacity:1}}
.fixed {position: fixed;top:0; left:0; width: 100%; }
/*html {
  scroll-behavior: smooth;
}*/


.btn-danger {
    color: #fff;
    background-color: #ed1c24;
    border-color: #ed1c24;
}


/* TOP HEADER START */
.navbar-default .navbar-nav>li>a {color: #dadada !important;}
.navbar-default {background-color: transparent;border-color: transparent;}
.navbar { border: none; margin-bottom: 0px; padding:0;}
.nav > li > a {    font-size: 16px;
    line-height: normal;
    padding-top: 0px;
    padding-bottom: 15px;
    margin-right: .4rem !important;
    margin-left: .4rem !important;
    color: #dadada;
    position: relative;;}
	
	
.custom-logo {
    height: 85px !important;
    width: auto;
    padding-top: 7px !important;     transition: 0.3s all ease-in-out;
}
.navbar-dark .navbar-nav .nav-item::after {
    content: '';
    width: 0%;
   
}
.navbar-dark .navbar-nav .active>.nav-item::after{
	 content: '';
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 7px;
    background-color: #ed1c24;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border-radius: 50px;
    left: 0px;
	}

.navbar-dark .navbar-nav .nav-item:focus::after, .navbar-dark .navbar-nav .nav-item:hover::after {content: '';
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 7px;
    background-color: #ed1c24;
   -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border-radius: 50px;
    left: 0px; border:transparent;
    }
	
	
	 .nf_signin {
        display: inline-block; 
    float: right;
    width: 100%;
    padding: 0px 0 0 0;
	 text-align: right;
    margin-top: 12px;
}

 .nf_signin .dtl{border-right: 1px solid #dddddd;  padding-right: 15px;}

.mobile-d-view{}
.mobile-logo-view{}

.navbar-dark .navbar .nav-item:not(:last-child) {
  margin-right: 35px;
}

 .dropdown-toggle::after {
   transition: transform 0.15s linear; 
}

.show.dropdown .dropdown-toggle::after {
  transform: translateY(3px);
}

.navbar-dark .navbar-nav .dropdown-menu {
   
    padding: 10px;
    background: #000000f7;
    border-radius: 0; margin-top: -5px;
}

.navbar-dark .navbar-nav .dropdown-menu li a{transform: translateY(3px); font-size: 13px;
    font-weight: 200 !important;
    border-bottom: 1px solid #1f1f1f;
    padding: 12px 0;
    color: #fff !important;}
	.navbar-dark .navbar-nav .dropdown-menu li a:hover{ color:#ed1c24 !important;}
	.navbar-dark .navbar-nav .dropdown-menu li:focus::after, .navbar-dark .navbar-nav .dropdown-menu li:hover::after
	{    background-color:transparent !important;  }

 .nf_signin .dtl a::after, .nf_signin .dtl a{ color:#ed1c24 !important}
.nf_signin .dtl a:hover{ color:#333  !important}

	.navbar-dark.sticky-top .navbar-toggler { margin-top: 0px;}
.navbar-dark.sticky-top .cart{ margin-top:16px}

.navbar-dark.sticky-top .nf_signin, .navbar-dark.sticky-top .header-social { display:none}
	.navbar-dark.sticky-top .custom-logo {height: 49px !important; padding-top: 0px !important;}
	.navbar-dark.sticky-top #navbarNav, .navbar-dark.sticky-top  .btn-danger{ margin-top:14px;  transition: 0.3s all ease-in-out;}
	

 .diblock {float: right !important;
        display: block !important;}
	
	.btn-tog{    margin: 0;
    position: absolute;
    right: 0;
    top: 19px;}
	.btn-tog img{ width:32px}
	
	.header-social {
    display: inline-block;
    padding: 10px 0px 16px 0px;
    width: 172px;
    margin-right: 0px;
}
		
.header-social  a{ text-align:center;
	background-color: rgb(255, 255, 255);
    width: 22px;
    line-height: 16px;
    height: 22px;
    background-size: 24px;
    border-radius: 21px !important;
    border: 0.5px solid #404041;
    padding: 2px; 
    color: #404041;
    margin: 0 2px; float:right;}
	
	.header-social a:hover{ color:#ed1c24;}
	#mySidenav .dropdown-menu{width: 100%;border-radius: 0;background: #262626; font-size: 13px;}

	.navbar-dark .btn-danger {
	    color: #fff;
    border: 1px solid #ed1c24;
    transition: 0.3s all ease-in-out;
    background-color: #ed1c24;
    font-weight: 500;
    font-size: 13.4px;
    transition: 0.3s all ease-in-out;
    width: 100%;
    padding: 8px 2px;
}
	
.navbar-dark .btn-danger:hover {
     color: #fff;
border: 1px solid #333;
transition: 0.3s all ease-in-out;
background-color: #333; 
}

.cart{
float: right;
    padding: 10px 0;
    margin-right: 10px; position:relative;
}
.cart a{ color: #1b1b1c; }

.cart .fa{font-size: 21px !important;}

.cart .dropdown-toggle::after {
    transition: transform 0.15s linear; display:none;
}

.cart:hover .mini-cart-content{ display:block; opacity:1;}

.cart .mini-cart-content {
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    padding: 25px 20px;
    position: absolute;
    right: 15px;
    top: 100%;
    margin-top: 32px;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    width: 350px;
    z-index: 99;
}

.cart .mini-cart-content:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 100%;
    height: 32px;
}

.cart .mini-product {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.cart  .mini-product__thumb {
    border: 1px solid rgba(0, 0, 0, 0.07);
    margin-right: 15px;
    -webkit-flex-basis: 80px;
    -ms-flex-preferred-size: 80px;
    flex-basis: 80px;
    width: 80px;
}

.cart  .mini-product__info {
    -webkit-flex-basis: calc(100% - 95px);
    -ms-flex-preferred-size: calc(100% - 95px);
    flex-basis: calc(100% - 95px);
    width: calc(100% - 95px);
}



.cart .mini-product__info .title {
    font-size: 15px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 8px;
}

.cart .mini-product__info .title a {
    color: #1b1b1c;
}

.cart .mini-product__info .mini-calculation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}


.cart .mini-product__info .mini-calculation .price {
    margin-bottom: 0;
    font-weight: 600;
    vertical-align: middle;
}

.cart  .mini-product__info .mini-calculation .price span {
    color: #eeb644;
}

.cart  .mini-product__info .mini-calculation .remove-pro {
    font-size: 18px;
    line-height: 1;
}

.ion-trash-b:before {
    content: "\f253";
}

























.cart-total {
          background-color: #ed1c24;
    border-radius: 50%;
    color: #FFFFFF;
    display: block;
    font-size: 75%;
    text-align: center;
    line-height: 20px;
    height: 20px;
    width: 20px;
    position: absolute;
    left: -12px;
    top: 0;
}


.ads{text-align: center;
    padding: 20px 0;}
.ads h3{    font-weight: 400; line-height: 25px;
    color: #6d6e70;
    font-size: 24px;}
.ads h1{    color: #6d6e70;
    font-weight: 700;
    font-size: 25px;
    padding: 0;
    margin: 0;
    margin-bottom: -6px;}



.home-abt{     background-color: #e11e25;
    color: #fff;
    padding: 50px 0 30px; }
.home-abt-left{ }
.home-abt-left h2{    font-size: 28px;
    font-weight: 700;     margin-top: 0px; line-height: 35px;
    color: #fff; }
.home-abt-left h4{font-size: 25px;
    font-weight: 600;
    padding-top: 11px;
    line-height: 38px; }
.home-abt-left p{font-size: 20px;
    text-align: justify; }
.home-abt-right{}
.home-abt-left-in{ position:relative; display: inline-block; width: 100%;}
.home-abt-right img{ width:100%}

.bannerhbg{ display:inline-block; background:#000; width:100%;}
.Ingredients{ padding:40px 0}


.Ingredients .title{text-align: center;
    font-size: 30px;
    font-weight: 500;
    padding: 0 0 30px;} 
.Ingredients h2{}
.Ingredients .media{ margin-top: 60px;}
.Ingredients .media .media-body{     text-align: justify;
    font-size: 15px;
    line-height: 21px;
    word-spacing: -1px;} 
.Ingredients .media.first{  margin-top: 150px;}
.Ingredients .media.left img{  margin-right: -32px; margin-left: 10px;}
.Ingredients .media.right img{  margin-left: -32px; margin-right: 10px;}
.Ingredients .media.middle{margin-left: 45%; margin-top: 0;}
.Ingredients .middleimg img{ margin:auto; display:block}
.Ingredients .middleimg{}
.Ingredients .middle img{margin: auto;
    text-align: center;
    display: block;}
.Ingredients .media img{  width: 120px;}
.Ingredients .media .media-body h5{    font-size: 21px !important;
    color: #ed1c24;
    padding-bottom: 5px;
    font-weight: 600;}
.Ingredients .media .media-body  p{  line-height: 18px;  text-align: justify;}
	
.why-use-bigjack{    width: 100%;
    display: inline-block;
    position: relative;
    padding-bottom: 25px;}	
.why-use-bigjack h1{text-align: center;
    font-size: 32px;
    font-weight: 600;
    color: #263238;}	
	.why-use-bigjack p{font-size: 18px;
    text-align: justify;
    padding-top: 11px;
    line-height: 25px;
    font-weight: 500;}
	
	
.howork{ padding: 40px 0; background:url('../bigjack/assets/images/footer-bg.png') center center no-repeat; background-size:cover; width:100%;}	
.howork .howork-top{ border-bottom: 1px solid #525252;
    width: 100%;
    position: relative;
    display: inline-block;
    padding-bottom: 30px;}
	
.howork .howork-top h1{color: #ffcb05;
    font-weight: 700;
    text-align: center;
    font-size: 27px;}
.howork .howork-top p{text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 15px;}
.howork .howork-top img{    display: block;
    margin: auto;}


		
.howork .howork-bottom{padding: 35px 0 20px;}	
.howork-bottom .left{}	
.howork-bottom .left img{margin: auto;
    width: 307px;
    display: block;}
		
.howork-bottom .right{    padding-top: 10px;
    padding-left: 0px;
    background: url(../bigjack/assets/images/left-bg.png) bottom left no-repeat;
        background-size: 88%;
    padding-bottom: 10px;}	
		
.howork-bottom .right h1{    color: #ed1c24;
    font-size: 42px;
    font-weight: 700;}	
.howork-bottom .right h2{        color: #fff;
    font-size: 33px;
    font-weight: 400;
    margin-top: 3px;}	
.howork-bottom .right .list{padding: 20px 0;
    display: inline-block;
    padding-left: 40px; }
.howork-bottom .right .list ul li{    font-size: 40px;
    position: relative;
    color: #fff;
   
    font-weight: 500;
    padding-left: 17px;
    list-style-type: none;}
	

	.howork-bottom .right .list ul li::before{ content: '';
    width: 30px;
    height: 30px;
    background: #ed1c24;
    position: absolute;
    left: -30px;     
	border-radius: 2px;
    margin-right: 10px;
    top: 11px;}
		.howork-bottom .right .list ul li:first-child::before { background:#5f5f5f !important;}
	.howork-bottom .right .list ul li:last-child::before { background:#fff !important;}
	
	.howork-bottom .right .chart{       margin-top: -111px;}
	.howork-bottom .right .chart img{    margin: auto;
    width: 160px;
    display: block;}
	.howork-bottom .right .chart h1:hover, .howork-bottom .right .list ul li:hover, .howork-bottom .right .chart 	img:hover{ opacity:0.7}
	.howork-bottom .right .chart h1{ text-align:center; color: #fff;}
	#homeslider carousel-item  img{ width:100% !important}
	
	.testimonial{     padding: 25px 0;}
	.testimonial h1{text-align: center;
    padding: 10px 10px 28px;
    font-size: 30px;
    color: #58595b;
    font-weight: 400;
    line-height: 47px;}
	.testimonial  .in-items{    text-align: justify;
    background: #e6e7e8;
    padding: 17px;
    border-radius: 10px;
    min-height: 291px;}
	.testimonial .in-items p {       color: #231f20;
    font-size: 16px; line-height: 24px;
    font-weight: 500; word-spacing: -1px;}
	.testimonial .in-items img {    display: block;
   margin: auto;
    border: 3px solid #ed1c24;
    width: 82px !important;
    margin-top: 20px;
    border-radius: 63px;
    height: 82px;}
	.testimonial .in-items h4{ margin:0; text-align: center;
    font-size: 19px;
    color: #231f20;
    padding-top: 9px;
    font-weight: 600;}
	.testimonial .in-items .review{}
	.blog .carousel-indicators {
	left: 0;
	top: auto;
   bottom: -65px;

}

.free-consult { 
    padding: 44px 0 55px;
 background:url('../bigjack/assets/images/tfn-bg.jpg') center center no-repeat; background-size:cover; width:100%;} 
.free-consult .tfn {    color: #fff;
    text-align: center;
    font-size: 25px;}
.free-consult h1 {text-align: center;
    color: #ed1c24;
    font-size: 30px; }
.free-consult p{color:#fff; text-align:center; font-size: 18px;}
.free-consult .button{}


.free-consult .btn-danger { margin: auto;
     margin: auto;
    display: block;
    margin-top: 29px;
    color: #fff;
    background-color: #ed1c24 !important;
    border-color: #ed1c24 !important;
    font-size: 18px;
    font-weight: 500;
    width: 258px; text-align: center;
}

.free-consult .btn-danger:hover{ background:#3a3939  !important; border-color: #3a3939  !important;}

.product-pack{padding: 35px 0;}
.product-pack-in{ text-align: center;    
    min-height: 548px;
    border: 6px solid #ccc;
       padding: 20px 20px;}
	
	.product-pack-in:hover{ border-color:#ed1c24; transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out; }
	
	.product-pack-in:hover .btn-dark{ background:#ed1c24; border-color: #ed1c24;}
	
	
	
	.hvr-float-shadow:active, .hvr-float-shadow:focus, .hvr-float-shadow:hover {
    -webkit-transform: translateY(-17px);
    transform: translateY(-17px);
}

.hvr-float-shadow:active:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:hover:before {
    opacity: 1;
    -webkit-transform: translateY(17px);
    transform: translateY(17px);
}
	
	.hvr-float-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
	
	
	.hvr-float-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center,ellipse,rgba(0,0,0,.35) 0,rgba(0,0,0,0) 80%);
    background: radial-gradient(ellipse at center,rgba(0,0,0,.35) 0,rgba(0,0,0,0) 80%);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform,opacity;
    transition-property: transform,opacity;
}
	
	
	
	
	
.product-pack img{display: block;
    margin: auto;
  height: 169px;
    width: auto !important;
    margin-bottom: 22px;
   }
.product-pack h1{    font-size: 28px; color: #404041;}
.product-pack p{     font-size: 14px;
    line-height: 21px;
       padding-bottom: 8px;
    color: #777777;}
.product-pack h4{    font-size: 24px;
    color: #4b4b4d;
    padding-top: 7px;
    text-transform: capitalize;}
.product-pack .btn-dark{     background: #1d2124; position:relative; overflow:hidden;
    margin-top: 8px;
    margin-bottom: 10px;}
	
.product-pack .btn-dark:hover{ background:#ed1c24; border-color: #ed1c24;}

.package_box .package-details h4 {    font-size: 25px;
    font-weight: 500;
    color: #5a5b5d;
    line-height: 1;
    margin: 0;
    text-transform: uppercase;
    padding-bottom: 10px;}

img.img-responsive.freeshipping {
    width: 100% !important;
      height: auto;
    max-width: 189px;
    margin: 0px;
    float: left;
}


	.product-pack .btn-dark:before, .product-pack .btn-dark:after {    border-bottom: 15px solid hsla(0,0%,100%,.5);
    border-top: 15px solid hsla(0,0%,100%,.5);
    content: "";
    height: 200%;
    left: -20px;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    transform-origin: 50% 50% 0;
    width: 125%;
    -webkit-transform: rotate(45deg) scaleY(0);
    transform: rotate(45deg) scaleY(0);
    -webkit-transition: opacity .4s ease 0s,transform .35s ease 0s;
    transition: opacity .4s ease 0s,transform .35s ease 0s;
    visibility: visible;
    z-index: 1;}
	
	
	/*.product-pack .btn-dark:hover:before {opacity: 1;
    -webkit-transform: rotate(45deg) scaleY(4);
    transform: rotate(45deg) scaleY(4);}*/
	
	.product-pack-in:hover .btn-dark:before{opacity: 1;
    -webkit-transform: rotate(45deg) scaleY(4);
    transform: rotate(45deg) scaleY(4);}

.package_box .pricediv{
	   width: 100%;
    display: inline-block;
    padding: 13px 0 10px;
    border-top: 1px dashed #efefef;
    margin-top: 14px;
	}

.package_box .pricediv .prices {
    line-height: 100%;
    display: inline-block;
    float: left;
}

.package_box .pricediv .prices {
    line-height: 24px;
    font-family: Montserrat,sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #d33;
}


 .package_box .pricediv .prices del {
    line-height: 100%;
}
 .package_box .pricediv  .prices del span {
    text-decoration: line-through;
}

 .package_box .pricediv  .prices del {
    font-size: 13px;
    color: #a8a8a8;
    font-weight: 400;
}

 .package_box .pricediv .prices ins {
    text-decoration: none;
}




.package_box .pricediv .rating btn-group-sm>.btn, .package_box .pricediv .rating .btn-sm {
    padding: 0px 2px; font-size: 10px;}


.package_box .pricediv .rating {
    float: right; text-align: right;
}

.package_box .pricediv .star-rating {
    overflow: hidden;
    position: relative;
    width: 80px;
    height: 1.2em;
    margin: auto;
    line-height: 1.2em;
    font-family: FontAwesome;
    font-size: 14px;     float: right;
}

.package_box .pricediv .star-rating:before {
    content: "\f006\f006\f006\f006\f006";
    color: #666;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    letter-spacing: 3px;
}

.package_box .pricediv .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}
.package_box .pricediv .star-rating span:before {
    content: "\f005\f005\f005\f005\f005";
    top: 0;
    position: absolute;
    left: 0;
    color: #f7bc3d;
    letter-spacing: 3px;
}

.package_box .pricediv  .review-count{
	    display: inline-block;
    text-align: right;
    float: right;
    font-size: 12px;
    width: 100%;
    font-weight: 400;
    color: #797676;
    padding-top: 4px;
	}




.package_box ul.package_advantage {text-align:left;margin:0px;padding:0;list-style:none;}
.package_box ul.package_advantage li{position:relative;display:block;padding:0px 0px 0 54px;min-height:42px;font-size:16px;line-height:20px;margin-bottom:10px;max-width:253px;width:100%;}
.package_box ul.package_advantage li span {display: block;padding-top: 7px;}
.package_box ul.package_advantage li::before{position: absolute;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f00c";
    left: 0px;
    width: 29px;
    height: 29px;
    background: #efefef;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ed1c24;
    font-size: 18px;
    border: 1px solid #e0e0e0;}
.package_box .price {height:70px;background:#3d3d3f;color:#fff;max-width:220px;width:100%;
margin: 0 auto;border-radius: 6px;padding: 7px;}



.h-features{ padding: 40px 0; background:url('../bigjack/assets/images/footer-bg.png') center center no-repeat; background-size:cover; width:100%;}	

.h-features h1{  font-size: 28px;
    color: #f9f9fb;
    text-align: center;
    margin: auto;
    padding-bottom: 20px;}
.h-features p{    font-size: 18px;
    text-align: justify;
    color: #fff;
    line-height: 33px;}

.h-features .f-bottom{background: #fff;
    border-radius: 140px 140px 0 0;     min-height: 534px;
    margin-top: 38px;
    margin-bottom: 20px;}
.h-features .f-bottom h1{    text-align: center;
    font-size: 18px;
    color: #404041;
    line-height: 22px;
    padding: 15px;}
.h-features .f-bottom p{text-align: center;
    color: #404041;
    font-weight: 500;
    font-size: 15px;
    padding: 0px 10px 24px;
    line-height: 25px;}
.h-features .f-bottom img{ display: block; width:100%;
    margin: auto;}



.h-faq{ padding: 40px 0 0; width:100%;}	

.h-faq h1{  font-size: 28px;
    color: #58595b;
    text-align: center;
    margin: auto;
    padding-bottom: 20px;}
	
.h-faq p{font-size: 18px;
    text-align: justify;
    color: #58595b;
    line-height: 27px;
    font-weight: 500;}
	
.faq { width: 100%;
    padding: 50px 10px;}
	
.faq p{font-size: 16px;
    text-align: justify;
    color: #58595b;
    line-height: 27px;
    font-weight: 300;}

.faq  .card-header {
    padding: 0;
    margin-bottom: 0;
   
}

.faq .card-title > a:before {
    float: right !important;
    font-family: FontAwesome;
    content: "\f056";
    padding-right: 5px;
}
.faq .card-title > a.collapsed:before {
    float: right !important;
    content: "\f055";
}

.faq .card-title{ margin:0}

.faq a {
    text-decoration: none;
    display: block;
       color: #ffffff;
    font-size: 18px;
    padding: 10px;
    background: #111;
    font-weight: 400;
}


.faq .card-title a.collapsed{ background: #ccc; border-color: #ccc; background: #ccc;
    border-color: #ccc;
    color: #191818;}
.faq .card-title a.collapsed{ background: #ccc; border-color: #ccc;}

.faq a:hover, .faq a:active, .faq a:focus, .faq .btn-link:hover, .faq .entry-meta a:hover, .faq .comments-link a:hover, .faq .edit-link a:hover 
{ color:#ed1c24 !important;
	}


/* The colour of the indicators */
.owl-theme .owl-dots .owl-dot span {
    background: #e6e7e8;
    border-radius: 50%;
      width: 15px;
    height: 15px; padding: 2px;
	
    background-clip: content-box;
    border: 1px solid #e6e7e8;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #bcbdc0 !important;
    border: 1px solid #bcbdc0;
    background-clip: content-box !important;
    width: 15px;
    height: 15px;
    padding: 2px;
	
}
	
	
.owl-theme .owl-dots,.owl-theme {text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{ display:none; color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{margin:30px 4px;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{}
.owl-theme .owl-nav { display:none}

/****** Style Star Rating Widget *****/
.rating {
    border: none;
    float: none;
    display: block;
    margin: auto;
    text-align: center;
    width: 134px;
}


.rating > input { display: none; } 
.rating > label:before { 
  margin: 5px;
  font-size: 1.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}

.rating > .half:before { 
  content: "\f089";
  position: absolute;
}

.rating > label { 
  color: #777775; 
 float: right; 
}




/*ABOUT PAGE CSS*/
.inner-page-title-sec{padding: 40px 0; background: #000 url('../bigjack/assets/images/subpagebg.jpg') center center no-repeat; background-size:cover; }
.about-page-banner{ padding-top:20px;}
.about-page-banner img{ display:block; margin:auto; }
.about-page-banner h1{ display: none;
    color: #ffffff;
    text-align: center;
    margin: auto;
    font-size: 30px;
    font-weight: 300; }
	
.about-bigJack{ padding:40px 0; }
.about-bigJack p{font-size: 16px;
line-height: 25px; }	
.about-bigJack h1{font-size: 35px;
    font-weight: 700;
    padding-bottom: 20px;}	
.about-bigJack img{}
.why-choose-bigjack ol{ padding-left:20px}
.why-choose-bigjack{ background: #e6e7e8; padding:40px 0} 
.why-choose-bigjack p{font-size: 16px;}	
.why-choose-bigjack h1{font-size: 32px; padding-bottom: 20px;font-weight: 700;}
	
.why-choose-bigjack ol li{ padding-left: 15px; padding-bottom: 17px;}
.why-choose-bigjack ol li h6{font-size: 18px; color: #263238; line-height: 25px;}
.why-choose-bigjack ol li p{font-size: 14px;}
.text-danger {color: #ed1c24!important;}
.safe-bigjack{ padding: 40px 0; background: #000 url('../bigjack/assets/images/top_banner.jpg') center center no-repeat; background-size:cover;}

/*END-ABOUT PAGE CSS*/


/*CONTACT PAGE CSS*/
.inner-page-title-sec{padding: 40px 0; background: #000 url('../bigjack/assets/images/subpagebg.jpg') center center no-repeat; background-size:cover; }
.contact-page-banner h1{ 
       color: #ffffff;
    text-align: center;
    margin: auto;
    font-size: 50px;
    font-weight: 500;
    padding: 50px 0;}
	
	.contact-detail{padding:40px 0; text-align:center;}
	.contact-detail h3{font-size: 20px; padding-top: 20px;font-weight: 600;}
	.contact-detail h4{         font-size: 20px;
    padding-bottom: 30px;
    font-weight: 400;}
	.contact-detail a{ color: #333;}
	.contact-detail img { display:block; margin:auto;     width: 60px;}
	.contactpage-form{ background:#e6e7e8; padding: 10px 20px;}
.contactpage-form h3{        position: relative;   color: #4b4b4d;
 
    font-weight: 500;
    text-align: left;
    padding: 12px 0;}
	
	.contactpage-form h3::after {
   content: '';
    position: absolute;
    bottom: 8px;
    z-index: 99;
    width: 51px;
    left: 0px;
    height: 5px;
    background: #ed1c24;
    border-radius: 35px;
}
	
	.contactpage-form  p{ text-align:left; }
	.contactpage-form  p label{display: inline-block;     width: 100%;
    margin-bottom: .5rem;
    font-size: 12px;}
	.contactpage-form  .wpcf7-form input {
    width: 100%;
    padding: 6px;
}

 .contactpage-form  .wpcf7-submit{        padding: 5px !important;
    border-radius: 6px;
    background: #ed1c24!important;
    border-color: #ed1c24!important;
    color: #fff;
    font-size: 16px;
       width: 154px!important;
    text-align: center;
    margin: auto;
    float: none;
    display: block;
    font-weight: 500;}
	
	.contactpage-form span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 1em;
    font-weight: normal;
    display: block;
    padding: 10px;
   
}

.contactpage-form  div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{color: #fff;}
/*END CONTACT PAGE CSS*/


/*START PRIVACY PAGE CSS*/
.privacy-contanint{ padding:40px 0;}

.privacy-contanint p {font-size: 14px !important ;}

.privacy-contanint h2{ line-height: 23px;
    font-size: 20px;
    padding-bottom: 10px;}


/*START PRIVACY PAGE CSS*/



/*START HOW TO ORDER PAGE CSS*/

.how-to-order{    text-align: center;
    padding: 40px 0;
    min-height: 600px;}
	.how-to-order-in{ width:100%; position:relative;}
.how-to-order-in::after{ content: '';
       width: 75px;
    height: 78px;
    background: url(../bigjack/assets/images/hafter.png) 17px 0px no-repeat;
    position: absolute;
    background-size: 55px;
    padding: unset;
    top: 22%;
    right: -47px;}
.how-to-order-in.afterno::after{ display:none;}



.how-to-order h3{     font-weight: 400;
    line-height: 33px;
    color: #231f20;
    font-size: 30px;
    padding-top: 18px;}
.how-to-order h1{    color: #6d6e70;
    font-weight: 700;
    font-size: 25px;
    padding: 0;
    margin: 0;
    margin-bottom: 6px;}
.how-to-order img{     width: 78%;
}
.how-to-order .content-section{padding-top: 25px;
    width: 100%;
    display: inline-block;}
.how-to-order .content-section p{}
.how-to-order .content-section ul li{    line-height: 28px;
    list-style-type: none;
    font-weight: 500;}

.how-to-order .content-section ul li:before{ color:#ed1c24; content: "\f046"; font: normal normal normal 14px/1 FontAwesome; padding: 10px;  }

.how-to-order .content-section ul {
    margin-top: 20px;}


/*END HOW TO ORDER PAGE CSS*/



/* ORDER LIST PAGE CSS*/
.product-pack .htitle{    padding: 0 0 50px;}
.product-pack .htitle h1 {  text-align: center;
font-size: 35px;
padding-bottom: 20px;
font-weight: 600;
color: #6d6e70;
line-height: 34px;
}
	.product-pack .htitle p{ text-align:justify}
	
	
	

/*END ORDER LIST PAGE CSS*/


/***** CSS Magic to Highlight Stars on Hover *****/

.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label { color: #FFD700;  } /* hover previous stars in list */

.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label { color: #FFED85;  } 
	
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus,.navbar-default .navbar-nav > .active > a:hover {background-color: #ed1c24; color: #fff;}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {background-color: #ed1c24; color: #fff; border: 2px solid #ed1c24;}
.logo {padding-top: 5px;}
/*.main-menu .collapse.navbar-collapse {margin-top: 18px;}*/
.no-webp .banner{background: url(../images/top_banner.jpg) center center no-repeat;}
.webp .banner{background: url(../images/top_banner.webp) center center no-repeat;}
.banner{background-size: cover !important;max-height: 610px;}   
.left-banner{ margin-bottom: 41px;}
.center-banner img{display: block; margin: auto;margin-top: 45px;margin-left: 25px;}
.left-banner h1{font-size:31px; line-height: 41px; color: #ffffff; text-transform: uppercase; margin-top: 41px; font-weight: 700;}
.bannerul_1{margin:0 auto;}
.no-webp .bannerul_1 .li1{background: url(../images/power.png) no-repeat right center;}
.webp .bannerul_1 .li1{background: url(../images/power.webp) no-repeat right center;}
.bannerul_1 .li1 {padding: 15px 0px 15px 0px;color: #ffffff; list-style: none; font-size: 21px; font-weight: 400; padding:18px 0; line-height: 28px;}

.no-webp .bannerul_1 .li2{background: url(../images/sexual.png) no-repeat right center;}
.webp .bannerul_1 .li2{background: url(../images/sexual.webp) no-repeat right center;}

.bannerul_1 .li2 {padding: 15px 0px 15px 0px;color: #ffffff; list-style: none; font-size: 21px; font-weight: 400; padding:18px 0; line-height: 28px;}

.no-webp .bannerul_1 .li3{background: url(../images/performance.png) no-repeat right center;}
.webp .bannerul_1 .li3{background: url(../images/performance.webp) no-repeat right center;}

.bannerul_1 .li3 {padding: 15px 0px 15px 0px;color: #ffffff; list-style: none; font-size: 21px; font-weight: 400; padding:18px 0; line-height: 28px;}
.bannerul_1 {padding: 0 1%; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -ms-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out;}

.field-box{position:relative;float:left;width:100%;margin-bottom: 15px;}
.field-box .validation-icon{position:absolute;right:10px;top:20%}
.field-box .wrong{background: url(../img/valid-notvalid.png);width: 18px;height: 20px;background-size: cover;background-repeat: no-repeat;background-position: 100% bottom;}
.field-box .valid{background: url(../img/valid-notvalid.png);width: 18px;height: 20px;background-size: cover;background-repeat: no-repeat;background-position: 100% top;}
.form-wrap {position: relative;margin-left: auto;margin-top: 46px;width: 85%;background: #410502;
padding: 1px 20px 17px;}
.form-title {color:#ffffff;margin: 15px 0; font-size: 36px; font-weight: 700; text-align: center;    text-transform: uppercase; text-shadow: 1px 1px 1px #000;}
.form__element {display: block; outline: none; width: 100%; margin: 10px 0 0 0; height: 40px; padding: 15px;
    font-size: 16px;}
.button-wrap { text-align: center; margin: 10px 0;}
.button_form { width: 100%;}
.button { outline: none; border: 1px solid #bc0000; -webkit-box-shadow: 0 5px 12px 0 rgba(0, 0, 0, .7), inset 0 2px 0 0 #ed1c24; box-shadow: 0 5px 12px 0 rgba(0, 0, 0, .7), inset 0 2px 0 0 #ed1c24;
    position: relative; z-index: 100; font-size:18px; font-weight: 700; text-transform: uppercase; color: #fff; padding:8px 25px; border-radius: 5px; background: #fd0000; text-shadow: 1px 1px 1px #000;
    background: -moz-linear-gradient(top, #fd0000 0%, #b50000 100%); background: -webkit-gradient(left top, left bottom, color-stop(0%, #fd0000), color-stop(100%, #b50000)); background: -webkit-linear-gradient(top, #fd0000 0%, #b50000 100%); background: -o-linear-gradient(top, #fd0000 0%, #b50000 100%); background: -ms-linear-gradient(top, #fd0000 0%, #b50000 100%); background: linear-gradient(to bottom, #fd0000 0%, #b50000 100%); cursor: pointer;}
/*TOP BAR END*/

/*MARQUEE SECTION START*/
.marquee_sec{background-color: #000000; }
/*MARQUEE SECTION END*/

/* SECTION-1 START */
.section_1{margin:10px 0;}
.section_1 h2{font-size: 36px; font-weight: 500; text-align: center; color: #bf0444; }
.section_1 p{    font-size: 19px;
    font-weight: 400;
        text-align: justify;
    color: #4b4b4d;
    padding-bottom: 20px;
    line-height: 29px;}
.step_4 img{display: block; margin:auto;}
.step_4 h3{font-size: 21px;font-weight: 600;text-align: center;color: #bf0444;padding: 0;text-transform: uppercase;min-height: 70px;display: flex;align-items: center;justify-content: center;
margin: 20px 0 0;}
.step_4 p{font-size:16px; font-weight: 600; text-align: left; color: #4b4b4d; padding: 0px 0px 30px 0; line-height: 28px;}
/* SECTION-1 END */

/*ORDER NOW SECTION START*/
no-webp.ordernow_1{background:#030000 url(../images/second_banner.jpg) center center no-repeat;}
.webp .ordernow_1{background:#030000 url(../images/second_banner.webp) center center no-repeat;}
.ordernow_1{background-size: cover !important;max-height: 546px;}
.ordernow_1 .ordernow img{display: block; margin: auto; margin: 100px 0;}
.ordernow .txt{font-size: 24px; font-weight: 600; color: #ffffff; padding-top: 81px; text-align: center; text-transform: uppercase; line-height: 36px;}
.a1{text-decoration: none;display: block; opacity: 1;-webkit-transform: scale(1,1); -webkit-transition-timing-function: ease-out; -webkit-transition-duration: 450ms;-moz-transform: scale(1,1);     -moz-transition-timing-function: ease-out; -moz-transition-duration: 450ms; }
.a1:hover {-webkit-transform: scale(1.05,1.07);-webkit-transition-timing-function: ease-out;-webkit-transition-duration: 450ms; -moz-transform: scale(1.05,1.07); -moz-transition-timing-function: ease-out; -moz-transition-duration: 450ms;position: relative;  cursor: pointer;box-shadow:5px 5px 5px #cdcdcd }
.giq{display:block; width:50%; margin: auto;}
.giq a:hover{box-shadow:1px 1px 0px rgba(109,16,0,.4);}
.giq a{border-radius: 5px;
font-size: 18px;
display: block;
color: #fff;
padding: .5em 1.2em;
margin: auto;
background: #bf0444;
box-shadow: -3px 4px 0px rgba(109,16,0,.8);
text-align: center;
margin-bottom: 31px;}

.giq{-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-ms-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;transition: all 0.3s ease-out;} 
.tac{text-align: center;} 
.no-webp .ordernow_2{background:#030000 url(../images/third_banner.jpg) center center no-repeat;}
.webp .ordernow_2{background:#030000 url(../images/third_banner.webp) center center no-repeat;}
.ordernow_2{background-size: cover !important;max-height: 546px;}
.ordernow_2 .ordernow img{display: block; margin: auto; margin: 100px 0;}

.no-webp .ordernow_3{background:#030000 url(../images/fourth_banner.jpg) center center no-repeat;}
.webp .ordernow_3{background:#030000 url(../images/fourth_banner.webp) center center no-repeat;}

.ordernow_3{background-size: cover !important;max-height: 546px;}
.ordernow_3 .ordernow img{display: block; margin: auto; margin: 100px 0;}

.post-slider-sec .not-found{     margin-top: 30px;
    display: inline-block;
    width: 100%;
    background: #f7f7f7;} 

.post-slider-sec .not-found .page-content p{padding: 15px}

/*ORDER NOW SECTION END*/

/*SECTION-4 START*/
.ingredient h1{font-size: 21px; color: #bf0444; font-weight: 400; padding-bottom:10px;line-height: 31px;text-transform: capitalize;}
.ingredient p{font-size: 16px; color: #4b4b4d; font-weight: 300; padding-bottom: 21px; line-height:24px;text-align: justify;}
/*SECTION-4 END*/

/* Client Testimonials SECTION START */
.carousel-indicators {bottom: 0px;}
.carousel-indicators li {background-color: #b0b1b1; border: 1px solid #b0b1b1; height:4px;width: 30px; border-radius: 10px;}
.carousel-indicators .active {background-color:#ed1c24;border:1px solid #ed1c24;height: 4px; width:30px; border-radius: 10px;}
.client_sec{background-color: #ffffff; padding-top:20px; padding-bottom:20px;}
.client_sec h4{text-align: center; color:#000000; font-size: 28px; font-weight: 600; padding: 30px 0;}
.client_sec h2 span{text-transform: uppercase; text-align: center; color:#000000; font-size: 31px; padding-bottom: 21px;}
.client_sec p {
    text-transform: lowercase;
    text-align: center;
    color: #000000;
    font-size: 21px;
    line-height: 31px;
    opacity: 0.7;
    margin-bottom: 30px;
}



#toggle{
    height:100vh;
	position:fixed;
	top:0; right:0;
    width:0px;
    max-width:100%;
    background:#fff;
    transition: width 750ms ease-in-out;
	border-radius: 10px;
    box-shadow: 0 4px 20px 1px rgba(0,0,0,.06), 0 1px 4px rgba(0,0,0,.08);
    border: 0; z-index: 1;
}

#toggle .card, #toggle .card .card-header{ border:0; border-radius:0;}




/* SLIDER CSS START */
.testimonial figure.snip1232 {position: relative;float: left;overflow: hidden;margin: 10px;min-width: 220px;width: 95%;color: #333;text-align: left;box-shadow: none !important;}
.testimonial figure.snip1232 .author {margin: 0;height: 80px;display: block;text-align: left;padding: 0 35px;    position: relative;z-index: 1;}
.testimonial figure.snip1232 img {max-width: 100%;height: 80px;width: 80px;border-radius: 50%;margin-right: 5px;display: block;z-index: 1;position: absolute;right:36%;object-fit: cover;box-shadow: 1px 6px 6px 0px #695656;}
.testimonial figure.snip1232 .txt {color: #000000;display: block;border-radius: 8px;position: relative;   background-color: #e3e3e3;padding: 65px 50px 35px;font-size: 14px;font-weight: 500;margin: -40px 0 0;    line-height: 1.6em;box-shadow: 0 0 5px rgba(0, 0, 0, .15);}
.testimonial figure.snip1232 .txt p.stars i{color:#ffcc00; font-size: 14px;font-weight: 500;margin-right: 32px;}
.testimonial figure.snip1232 .txt:before {top: 55px;left: 20px;}
.testimonial figure.snip1232 .txt:after, .testimonial figure.snip1232 .txt:before {
    font-family: FontAwesome;content: "\201C";position: absolute;font-size: 50px;opacity: .3;font-style: normal;}
.testimonial figure.snip1232 .txt:after {content: "\201D";right: 20px;bottom: 5px;}
#revslider .owl-prev{position: absolute;left: -10px;color: #000;top: 47%;background: #fff;width: 35px;height: 40px;    font-size: 24px;display: flex;align-self: center;justify-content: center;margin: 0px;border-radius: 50%;    padding-top: 9px;}
#revslider .owl-next {position: absolute;right: -10px;color: #000;top: 47%;background: #fff;width: 35px; height: 40px;font-size: 24px;display: flex;align-self: center;justify-content: center;margin: 0px;border-radius: 50%;    padding-top: 9px;}
.morecontent span {display: none;}
.morelink {display: block;}
/* SLIDER CSS END */    
.testimonial h2 {font-size: 36px;
    font-weight: 500;
    text-align: center;
    color: #58595b !important;
    padding-top: 10px;     padding-bottom: 10px;}


.testimonial  .successstory{padding-bottom: 40px;     text-align: center;}

.testimonial  .successstory h4 {padding: 5px 0 8px;}
.testimonial  .successstory p{    font-size: 15px;
        text-align: center; line-height: 25px;
    padding-bottom: 20px;}

.testimonial  .successstory .carousel-indicators {
    bottom: 0px;
    margin-bottom: -20px !important;
}

.testimonial  .successstory .profile-circle img{ width:106px;}




/* Client Testimonials SECTION END */


/* FAQ SECTION START */
/* -------------ACCORDIAN START--------- */
.acord{background-color:#f7f7f7; margin: 0 0 5px; font-size: 16px; cursor: pointer;}
.acord-lead{background:#cbcbcb; color:#000; width:100%; padding:12px 26px;position:relative; cursor:pointer; font-size:18px;font-weight: 400;text-transform: capitalize;}
.acord-lead.active{ background:#2e3136; color:#fff;}
.acord-lead:after, .acord-lead:before{ content:"";position:absolute;height:4px;width:12px;background:#000;
    top:0; bottom:0; margin:auto 0;}
.acord-lead:after{right:20px; height:4px; width:12px;}
.acord-lead:before{right:24px;height:12px; width:4px;}
.acord-lead.active:after{background:#fff;}
.acord-lead.active:before{width:0; height:0;}
.acord-content{overflow:hidden; padding:.125em 2%; max-height:0em; -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;  -ms-transition: all 0.3s ease-out;  -o-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
.acord-content.open{padding:12px 26px; max-height:400px; -moz-transition: none; -webkit-transition: none;
    -ms-transition: all 0 ease-in; -o-transition: all 0 ease-in; transition: none; line-height: 31px;font-size: 18px;}
/* -------------ACCORDIAN CLOSE--------- */
/* FAQ SECTION END */

/* FOOTER START */
.paddg {    padding: 30px 0 20px 0;
    line-height: 28px;
    font-size: 15.5px;
    font-weight: 500;
    color: #58595b;}
footer { background:url('../bigjack/assets/images/footer-bg.png') center center no-repeat; background-size:cover;
        padding: 40px 0;}
	
footer .widget-area .widget-title{      font-size: 22px;
    position: relative;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 20px;}
	footer .widget-area a{ color: #fff !important; }
		footer .widget-area p{     color: #fff !important;
    text-align: justify;
    font-weight: 300;
    line-height: 20px;
    word-spacing: -1px;
    font-size: 13px;}
	footer .widget-area .widget-title::after{content: '';
    position: absolute;
    bottom: -7px;
    z-index: 99;
    width: 51px;
    left: 0px;
    height: 4px;
    background: #ed1c24;
    border-radius: 21px;}
	
	footer .widget-area #menu-footer-menu{margin: 0;
    padding: 0;}
	footer .widget-area .menu-item  { border-bottom: 1px dashed #ffffff; padding: 4px 0;
    list-style-type: none;}
		footer .widget-area .menu-item a{
    display: inline-block;
    font-size: 16px;
    font-weight: 300;}
	footer .widget-area .menu-item a:hover{color:#ed1c24 !important;}
	footer .widget-area .menu-item:first-child {padding:0}
	footer .widget-area .menu-item:last-child {border-bottom:none;}
	
footer  .primary-footer {background-color: #ed1c24; padding: 8px 0 0px;text-align: center; color:#fff;}
footer .primary-footer .links {color: #fff; font-family: 'Poppins', sans-serif;;}



.toggle-footer .hide-links {display: none;}

.toggle-footer.expanded .hide-links {display: block;}
.toggle-footer.expanded .show-links {display: none;}

.toggle-footer span {margin:20px 0 0;display: block;font-weight: 600;cursor: pointer;}
.toggle-footer span i {border: solid 1px #444;width: 20px;height: 20px;
display: flex;align-items: center;justify-content: center;float: left;border-radius: 50%;margin: -2px 10px 0 0px;font-size: 14px;}

.footer-product-link .widget-title.h6 {font-size:17px;margin: 10px 0 20px;position: relative;}
.footer-product-link .widget-title.h6::after {content: '';position: absolute;
bottom: -7px;z-index: 99;width: 51px;left: 0px;height: 4px;background: #ed1c24;border-radius: 21px;}
.footer-product-link .menu {list-style: none;margin: 0px;padding: 0px;}
.footer-product-link .menu li {display: block;margin: 0 0 8px;}
.footer-product-link .menu li a {display: block;text-decoration: none;color: #333;position: relative;padding: 0 0 0 15px;}
.footer-product-link .menu li a:hover{color: #f00;}
.footer-product-link .menu li a::before{content: "\f101";font-family: FontAwesome;left:0px;position:absolute;top:0;}

footer  .primary-footer .links a {color: #fff !important; text-decoration: none;padding: 0 18px;font-size: 14px;    text-transform: capitalize;text-align: center; font-family: 'Poppins', sans-serif;}
footer .primary-footer .links a:hover {color: #000}
footer .primary-footer .links a:focus {outline: 0}
.copyright {text-align: center;margin: 15px 0;}
.copyright p {font-size: 16px !important;}
.copyright p.allrights {color: #f00;}
.copyright p a {font-size: 16px !important; color: #58595b;
    
    font-family: 'Poppins', sans-serif;
    display: inline-block !important;}
.content img {text-align: center;
    padding: 0px 15px; max-width: 100%;
    display: block;
    margin: 10px auto;}
.copyright span {    color: #ed1c24;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;}
.copyright span a {color: inherit;text-decoration: none;font-size: .9em;}
/* FOOTER END */
.sidenav {height: 100%;width: 0;position: fixed;z-index:999;top: 0;right: 0;background-color: #111;  overflow-x: hidden;transition: 0.5s;padding-top: 60px;}
.sidenav a {padding: 8px 8px 8px 18px; text-decoration: none; font-size: 16px; color: #818181 !important; display: block; transition: 0.3s;}
.sidenav a:hover {color: #ed1c24;}
.sidenav .closebtn {position: absolute;top: 0;right: 25px;font-size: 36px;margin-left: 50px;}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed; 
 
}

.sidenav a {
 
}


.sidenav a:hover {
  color: #ed1c24;
}

.sidenav ul li{     text-decoration: none;
    list-style-type: none;
    width: 100%;
      border-bottom: 1px solid #1d1d1d;
   
}

.sidenav .closebtn {
    position: absolute;
    top: -11px;
    left: 0;
    font-size: 36px;
    margin-left: 0px;
    color: #ed1c24;
    opacity: 0.9;
}

.sidenav .closebtn:hover{ color:#ccc; }

#primary-menu {
 padding: 0 0 8px;
    width: 100%;     
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}



@media screen and (max-height: 450px) 
{
.sidenav {padding-top: 15px;}
.sidenav a {font-size: 18px;}
}





/************Blog******Section*************/
 .blog-section .carousel-indicators {
    bottom: 0px !important ;
}

.blog-section footer  { margin-top:30px}
.blog-section img{width:100%;height: auto;}
.blog-section { margin-bottom:30px}

.blog-section .wp-bp-sidebar-width .card {    -webkit-box-shadow: 1px 2px 15px #e5e5e5; padding: 15px;border: solid 1px #f7f7f7;margin-top:2rem;}
.blog-section .sidebar-1-area .widget{padding: 0px;}
.blog-section .wp-bp-sidebar-width .card .searchform {margin-bottom: 15px;}
.blog-section .wp-bp-sidebar-width .card ul {margin: 0 0 10px;padding: 0 0 0 15px;}
.blog-section .wp-bp-sidebar-width .card ul li{    position: relative;
    list-style: none;
    font-size: 14px;
    margin-bottom: 7px;}
.blog-section .wp-bp-sidebar-width .card ul li::before {content: "\f101";font-family: FontAwesome;left:-15px;position:absolute;top:4px;color: #ed1c24;}
.blog-section .wp-bp-sidebar-width .card .widget-title.h6 {margin-top: 15px;
   font-size: 18px;
    color: #313131;
    font-weight: 600;
}
.blog-section .wp-bp-sidebar-width .card ul li a {    font-size: 13px;
        line-height: 24px;
    color: #8d8c8c;
    font-weight: 400;}
.blog-section .wp-bp-sidebar-width .card ul li a:hover{color:#ed1c24;}


.blog-section article.card {border: solid 1px #f7f7f7;box-shadow: 0 .125rem .25rem
rgba(0,0,0,.075);border-radius: 0px;margin-top: 2rem;padding: 15px;}
.blog-section article.card .card-body .post-thumbnail img {width: 100%;height: auto;}

.blog-section article.card .card-body .post-thumbnail {margin:15px 0 15px;display:block;}
.blog-section article.card .card-footer {padding:0;background-color:#fff;
border-top: 0px solid rgba(0, 0, 0, 0.125);}
.blog-section article.card a:hover{color:#ed1c24;}
.blog-section article.card .card-title{color: #404041;font-size: 24px;}
.blog-section article.card .card-title a {color: #404041;font-size: 24px;}
.blog-section article.card .card-title a:hover{color:#ed1c24 !important;}
.blog-section article.card  .btn.btn-success.btn-sm:hover{color:#ed1c24;}


.blog-section .wp-bp-404 .card { border: solid 1px #f7f7f7;
    -webkit-box-shadow: 1px 2px 15px #e5e5e5;
    margin-top: 2rem;
    padding: 0px;
    border-radius: 6px;}
	
	.blog-section .wp-bp-404 .card .not-found{ background:#ffffff;}
	.blog-section .wp-bp-404 .tagcloud a{border: 1px solid #e0e0e0;
    font-size: 12px;
    padding: 0px 8px;
    color: #ed1c24;
    display: inline-block;
    border-radius: 11px;
    margin-bottom: 5px;}
	.blog-section .wp-bp-404 .widget-title{
	margin-top: 15px;
    font-size: 18px;
    color: #313131;
    font-weight: 600;}
	
	.blog-section .wp-bp-404 .widget_archive .screen-reader-text{ display:none;}
	.blog-section .wp-bp-404 .widget_archive select{    width: 100%;
    border: 1px solid #dee2e6;}
	
	
	
	.blog-section .wp-bp-404 .tagcloud a:hover{color:#4b4b4d;}
	
	.blog-section .wp-bp-404 .widget_recent_entries a, .blog-section .wp-bp-404 .widget_categories a{ color:#4b4b4d; font-size:13px; }
	.blog-section .wp-bp-404 .widget_recent_entries a:hover, .blog-section .wp-bp-404 .widget_categories a:hover{ color: #ed1c24;}
	

/*.blog-section article.card {border: solid 1px #f7f7f7; -webkit-box-shadow: 1px 2px 15px #e5e5e5; border-radius: 0px;margin-top: 1rem; padding: 0px;}*/
.blog-section article.card .card-body .post-thumbnail img {width: 100%;height: auto;}

.blog-section article.card .card-body .post-thumbnail {margin:15px 0 15px;display:block;}
.blog-section article.card .card-footer {       padding: 10px;
    background-color: #fff;
    border-top: 1px dashed rgb(195, 195, 195);
    padding-top: 13px;}
	.badge-light {
    color: #212529;
    background-color: #efefef;
}

.entry-meta {
    font-size: .9rem;
} .entry-meta a{color:#ed1c24 !important}
.blog-section article.card .card-title .entry-meta  {font-size:14px; }
.blog-section article.card .card-title .entry-meta .posted-on a time{color:#ed1c24 !important}
.updated:not(.published) {
    display: none;
}

	.blog-section article.card .comments-link a{ float:right; font-size:13px; color:#ed1c24; margin-top: 7px;}
	.blog-section article.card .comments-link a::before {
  content: "\f0e6";
    font-family: FontAwesome;
    position: relative;
    top: 0px;
    color: #ed1c24;
    padding-right: 6px;
    font-size: 16px;
}
	
	.blog-section article.card .comments-link a:hover{  color:#333}
	.blog-section article.card .screen-reader-text{ display:none; }
	.blog-section article.card .card-footer .badge-pill{color: #333}
	.blog-section article.card .card-footer .badge-pill:hover, .blog-section article.card .card-footer .badge-pill a{color: #333;
    font-weight: 500;}
	.blog-section article.card .card-footer .badge-pill a:hover{color:#ed1c24; }
.blog-section article.card a:hover{color:#ed1c24;}
.blog-section article.card .card-title{color: #404041;
    font-size: 24px;
    line-height: 28px;}
.blog-section article.card .card-title a {color: #404041;
    font-size: 22px;}
.blog-section article.card .card-title a:hover{color:#ed1c24 !important;}
.blog-section article.card  .btn.btn-success.btn-sm:hover{color:#ed1c24;}

.wp-bp-sidebar-width .card  .widget_meta ul li{ display: inline-flex !important;
    border: 1px solid #e2e2e2;
    padding: 3px 8px;
    background: #fbfbfb;}


.wp-bp-sidebar-width .card  .widget_meta ul li::before {
    content: "";
    font-family: FontAwesome;
    left: -15px;
    position: absolute;
    top: 4px;
    color: #ed1c24;
}
.wp-bp-sidebar-width .card .widget_recent_entries, .wp-bp-sidebar-width .card .widget_recent_comments, .wp-bp-sidebar-width .card .widget_archive, .wp-bp-sidebar-width .card .widget_categories, .wp-bp-sidebar-width .card  .widget_meta{-webkit-box-shadow: 1px 2px 15px #e5e5e5;
    padding: 15px;
    border: none;
    border-radius: 5px;
    margin-top: 10px !important;}
	
	
	.blog-section .page-header {    margin: 0;
   padding-bottom: 0px; position:relative;
    border-bottom: 1px dashed #c3c3c3 ; z-index:0;
}
 .blog-section .card  header {z-index: 0; position: relative !important;}


	.blog-section .page-header h1{ }
	
	.wp-bp-sidebar-width .card .widget_recent_entries ul li{    border-bottom: 1px dashed #e8e8e8;
    padding: 7px 0;}
	
	.wp-bp-sidebar-width .card .widget_recent_entries ul li::before {
    content: "\f101";
    font-family: FontAwesome;
    left: -15px;
    position: absolute;
    top: 10px;
    color: #ed1c24;
}
	.blog-section .entry-summary { }
	.form-control {
   
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
	    border: 1px solid #e4e4e4;}
	
	
.wp-bp-sidebar-width .card  .widget_meta ul{     margin: 17px 0 0 0 !important;
    padding: 0;}

 .blog-section .meta_data a{    color: #333; display:none;}
   .blog-section .meta_data a:hover{    color: #ed1c24}

.navbar-dark .navbar-nav .nav-link {
      color: #231f20!important; font-weight: 500;
}


.sidequery{ padding:10px;}

.entry-footer  { border-top:1px dashed #ccc; background:#f2f2f2;  }

.modal-header {
   /* display: -webkit-box;
    display: inline-block;*/}
	
	.wpcf7-form textarea, .wpcf7-form input{width: 100%;
    border: 1px solid #dee2e6;}
	
	.sidequery .form7-btn {
   margin: 7px 0 0px 0;
    text-align: center;
}
	.sidequery .wpcf7-form label {
   
    width: 100%;
}
	
	
	.sidequery h1   { text-align: center;
    font-size: 25px;
    color: #ffffff;
    font-weight: 600;
    margin: 0;
    padding-top: 13px;
    line-height: 26px;
    padding-bottom: 4px;
    text-transform: uppercase;}

.sidequery .form-top{  text-align: center;
    margin-bottom: 0px;
  padding: 12px 10px 77px;
    background: url(../bigjack/assets/images/form-bg.png) no-repeat bottom center;     background-size: cover;}
	
	.sidequery .form-top p{    margin-bottom: 12px;
    font-size: 14px;
    color: #fff;}
	.sidequery .form-top h4{    font-size: 18px;
    margin-bottom: 4px;
    padding-top: 18px;
    color: #FFEB3B;
    text-transform: uppercase;}
	
.comments-area.card {border: solid 1px #f9f9f9; -webkit-box-shadow: 1px 2px 15px #e5e5e5;
border-radius: 0px;padding: 15px;margin: 15px 0 25px;}
.comment-form-cookies-consent {padding: 0 0 0 15px;}

.comments-area.card .btn-primary.comment-submit-btn{background:#ed1c24;border-color:#ed1c24;}
.comments-area.card .btn-primary.comment-submit-btn:active:focus{background: #ff9c2b;border-color:#ff9c2b;}
.comments-area.card .btn-primary.comment-submit-btn:focus{background:#434244;border-color:#434244;box-shadow: none;}
.comments-area.card .btn-primary.comment-submit-btn:hover{background:#434244;border-color: #434244;}

.comments-area.card .comment-list {list-style: none;margin:15px 0 30px;padding: 0;}
.comments-area.card .comment-list li{margin-bottom: 10px;}
.comments-area.card .comment-list .comment-img {border: solid 1px #ddd;margin-right: 1rem !important;}
.comments-area.card .comment-list a {color: #ed1c24;font-weight: 600;text-decoration: none;}
.comments-area.card .comment-list a:hover{color:#434244;}
.comments-area.card .comment-list li ul {list-style:none;margin:15px 0 0;padding: 0 0 0 80px;}
.comments-area.card .comment-list div.mt-3 {margin-top:0px !important;font-size: 14px;}
.comments-area.card .comment-list div.mt-3 p{margin-bottom:0px;}
.comments-area.card .comment-list .wb-cancel-reply {float: right;}
.comments-area.card .comment-list .wb-cancel-reply #cancel-comment-reply-link{background: #ed1c24;color:#fff;padding: 2px 15px;border-radius: 2px;}
.comments-area.card .comment-list .wb-cancel-reply #cancel-comment-reply-link:hover{background: #434244;}
.comments-area.card .logged-in-as a {color: #404041;padding-left: 15px;text-decoration: none;}
.comments-area.card .logged-in-as a:last-child{}
.comments-area.card .logged-in-as a:hover{color: #ed1c24;}
.navigation.post-navigation .nav-links a{color:#ed1c24;}
.navigation.post-navigation .nav-links a:hover{color:#434244;}

.entry-summary p { padding-top: 10px !important; margin-bottom: 10px;      text-align: justify;   line-height: 25px;}
.entry-summary .btn-success  { background: #ffffff !important;
    border: 1px solid #ed1c24;
    color: #313131;
    border-radius: 20px;}
/*.content-area{ padding-bottom:30px;}*/
 .wb-comment-form h5{font-size: 20px;
    color: #263238;} 

.logged-in-as{ padding-bottom:10px}
 .tags{     font-size: 12px;}
.blog-section .meta_data .tags a{border: 1px solid #e0e0e0;
    font-size: 12px;
    padding: 0px 8px;
    color: #ed1c24;
    display: inline-block;
    border-radius: 11px;
    margin-bottom: 5px;}
	   
	   .meta_data .tags a:hover{color:#333333 !important }

.meta_date{font-size: 12px; }
.meta_data  {margin-top: 17px !important;
    display: inline-block;
    width: 100%;
    border-top: 1px dashed #b3b3b3;
    padding-top: 17px; }
.blog-section p a{    
    margin-top: -5px;
    display: inline-block;}
	
	
	.blog-section .entry-content  p a{ display:inline-block;}
	
	   .blog-section .entry-content ol , .blog-section .entry-content ul  {margin-left: 28px;}
	
 .single .blog-section p a{   
    margin-top: -5px;
    display: inline;}   
	.blog-section .meta_data  p { padding-bottom:0 !important}
	.sidequery{-webkit-box-shadow: 1px 2px 15px #e5e5e5;
    padding: 0px;
    border: none;
    border-radius: 5px;     overflow: hidden;
    margin-top: 10px !important;}
	
	
	.sidequery  .wpcf7-form p {
    padding-bottom: 0px !important;
}
	
	.blog-section .sidebar-1-area .widget.border-bottom{ border-bottom: 0px solid #dee2e6!important;
}
	#text-4 #wpcf7-f65-o1{     margin: 0px 10px 2px;
    padding: 10px;}
.wpcf7-form input{width:100%} 
.wpcf7-form textarea{    width: 100%;
    height: 78px; } 



.blog-section article.card a span { background-color: rgb(255, 255, 255);
    width: 24px;
    line-height: 24px;
    height: 24px;
    background-size: 24px;
    border-radius: 21px !important;
     border: 0.5px solid #ed1c24;
    padding: 2px;}

.blog-section article.card a span:hover svg path{fill: #ed1c24; opacity:0.9 !important;}
.blog-section  .entry-content p{ padding-bottom:15px !important; text-align:justify; line-height: 25px;}


 
.form7-btn {margin: 0 0 10px 0;}
.form7-btn input.wpcf7-submit{width: 78%;
    display: inline-block;
    color: #fff;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    background: #ed1c24;
    border-color: #ed1c24;
    border-radius: 76px;
    background: url(../bigjack/assets/images/form-bg.png) no-repeat center center;
    background-size: cover;}

.form7-btn input.wpcf7-submit:focus, .form7-btn input.wpcf7-submit:active, .form7-btn input.wpcf7-submit:hover{background: #434244;border-color: #434244;}

 .meta_date::before {
       content: "\f073";
    font-family: FontAwesome;
    left: 0px;
    position: relative;
    top: 0px;
    color: #ed1c24;
}

.cash-dilevery{ text-align:center;}
.cash-dilevery h6{font-size: 13px;}
.cash-dilevery img{     text-align: center;
    padding-bottom: 10px;     width: 22px;}
.wp-bp-sidebar-width .card .widget_meta{ margin-bottom:20px}

.blog-section .wp-bp-sidebar-width .card {
    -webkit-box-shadow: 0px 0px 0px #e5e5e5;
  padding:0 ;
    border: solid 1px #ffffff;
  
}




	
	

.footer-social{    text-align: left;
    width: 100%;
    display: inline-block;
       padding-top: 2px;
    margin-left: 0px;}
	
		.footer-social p{display: inline-flex;} 
.footer-social p a{ background-color: rgb(255, 255, 255);
    width: 24px;
    line-height: 19px;
    height: 24px;
    background-size: 24px;
    border-radius: 21px !important;
    border: 0.5px solid #ed1c24;
    padding: 2px;
    color: #333;
    margin: 0 4px;}
	
	
	
		.footer-social p{display: inline-flex;} 
.footer-social p a{background-color: rgb(255, 255, 255);
    width: 26px;
    line-height: 19px;
    height: 26px;
    background-size: 24px;
    border-radius: 21px !important;
    border: 2px solid #ffffff;
    padding: 2px;
    margin: 0px 3px;
    background: transparent;
    text-align: center;}
	
	.footer-social p a:hover{ color:#ed1c24 !important;}
	
footer .contactlink{}

footer .contactlink a{    font-size: 16px;
    font-weight: 300;
        padding-bottom: 14px;
    display: inline-block;}

footer .contactlink a:hover{color:#ed1c24 !important}

footer .contactlink a i{padding: 2px;
    background: #fff;
    color: #040708;
    border-radius: 4px;
    width: 24px;
    text-align: center;
    font-size: 18px;
    margin-right: 4px;}
	
	
	footer .foo-contact{ background:#ed1c24; padding:10px 15px;}
	footer .foo-contact h3{     color: #fff;
    font-size: 21px;
    font-weight: 600;
    text-align: -webkit-center;
    padding: 12px 0;}
	footer .foo-contact p{ 
    line-height: 3px;}
	footer .foo-contact .wpcf7-form input {
    width: 100%;
    padding: 6px;
}

footer .foo-contact  .wpcf7-submit{    padding: 18px !important;
    border-radius: 6px;
    background: #231f20!important;
    border-color: #231f20!important;
    color: #fff;
    font-size: 17px;
       width: 194px!important;
    text-align: center;
    margin: auto;
    float: none;
    display: block;
    font-weight: 500;}
	
	footer span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 1em;
    font-weight: normal;
    display: block;
    padding: 10px;
    color: #f7e700;
}

footer  div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{color: #fff;}


#wp-bp-posts-slider { border:0px solid rgba(0, 0, 0, 0.125); }
#wp-bp-posts-slider .carousel-item img {-o-object-fit: cover; object-fit: cover; }
#wp-bp-posts-slider .carousel-caption { background: rgba(0, 0, 0, 0.4); width: 100%; height: 100%; top: 0; left: 0; right: 0; bottom: 0; padding: 2rem 4rem; }
#wp-bp-posts-slider .carousel-control-prev, #wp-bp-posts-slider .carousel-control-next { width: 10%; }
.custom-logo-link { margin-right: 1rem; }


/**************Product******Details******Page**************/

.single-poduct-page{background: #f9f9f9;  padding: 20px 0;}
.product-single-sec {    margin: 15px 0 0;
    display: block;
    width: 100%;
    border-bottom: solid 1px rgba(0, 0, 0, 0.05);
    padding: 0 0 15px;
    box-shadow: 1px 2px 15px #e5e5e5;
    padding: 40px 40px 25px;
    margin: 10px 0 30px;
    border-radius: 4px;
    background: #fff;
    -webkit-box-shadow: 1px 2px 15px #e5e5e5;
}
.product-info-sec .product-info-tabs p{ text-align:justify; line-height: 24px;}


.product-single-sec .woocommerce-breadcrumb {margin: 0 0 10px;}
.product-single-sec .woocommerce-breadcrumb a{color: #7ab939;}
.product-single-sec .woocommerce-breadcrumb a:hover{color: #7ab939;}

.product-single-sec .product-images-view {width: 100%;
display: inline-block;
margin: 11px auto;
padding: 10px;
}

.showimg{ padding:10px !important}

.showimg img{
margin: auto;
display: block;}


.product-details-view .product_name {font-size: 24px;margin: 0px 0 5px;line-height: 34px; font-weight:400; color:#6d6e70;
border-bottom: dotted 2px #d3d2d2; padding: 0 0 10px;}
.product_rating-sec .star-rating { overflow: hidden; position: relative; height: 1.618em;line-height: 1.618;font-size: 1em;
 width: 5.3em;
    font-family: 'star';
    font-weight: 400;
}

.product_rating-sec{}


.review-bottom-list  {    padding-top: 27px;
    border-top: 1px solid #eaeaea;
    margin-top: 19px;}




.product_rating-sec .btn-group-sm>.btn, .product_rating-sec .btn-sm {
    padding: 0px 2px;}

.right-user-review  .rating{    margin-top: 5px;
    margin-bottom: 5px;}
  .review-stars1  .btn-group-xs>.btn, .review-stars1 .btn-xs, .product-info-sec .btn-group-sm>.btn,  .product-info-sec .btn-sm, .woocommerce-product-rating .btn-group-sm>.btn,  .woocommerce-product-rating .btn-sm {
    padding: 0px 2px !important; font-size: 10px;}

.product_rating-sec .woocommerce-product-rating{display: flex;}
 #wpcr__ratings-vote-container-2555 .wpcr__report-section p:last-child, #wpcr__ratings-vote-container-2275 .wpcr__report-section p:last-child, #wpcr__ratings-vote-container-2505 .wpcr__report-section p:last-child{ display:none  !important;}
 
   #wpcr__ratings-vote-container-2555 section > p:first-child, #wpcr__ratings-vote-container-2275 section > p:first-child, #wpcr__ratings-vote-container-2505 section > p:first-child{ display:none  !important;}
 #wpcr__ratings-vote-container-2505 .wpcr__report-section .wpcr__report-section__status, #wpcr__ratings-vote-container-2275 .wpcr__report-section .wpcr__report-section__status, #wpcr__ratings-vote-container-2505 .wpcr__report-section .wpcr__report-section__status{ display: none !important; }
.product_rating-sec .star-rating span::before{color:#f2b54b;}
.product_rating-sec .star-rating span:before {
     content: "\f005";
    top: 0;
    position: absolute;
    left: 0;
    color: royalblue; font-family: "FontAwesome";
}
.product_rating-sec .woocommerce-review-link {font-size: 12px;color: #404041;}
.product_rating-sec .star-rating:before {
	
    content: "\f005";
    opacity: .25;
    float: left;
    top: 0;
    left: 0;
    position: absolute; font-family: "FontAwesome";
}
.product_rating-sec .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}



.product-details-view .product_stock{list-style:none;margin:10px 0 0;padding:0px;}
.product-details-view .product_stock li{display:inline-block;text-transform:uppercase; background:#d0d0d0;padding:4px 15px;color:#fff;font-weight:600;border-radius:1px;margin-right:5px;}
.product-details-view .product_stock li.instock.active{background:#7ab939;}
.product-details-view .product_stock li.outofstock.active{background:#e56262;}
.product-price-details {margin: 15px 0 0;}
.product-price-details .form-group{margin-bottom: 2px;}
.product-price-details .form-group .col-form-label {padding: 0 0 0 15px;font-weight: 500; font-size: 18px;}
.product-price-details .form-group .product_dtl-text {font-size:19px;font-weight:500; color: #000;}
.product-price-details .form-group .product_dtl-text small {display: block; font-size: 12px; color: #666;}
.product-price-details .form-group .product_dtl-text .mrp-price {font-size: 18px;}
.product-price-details .form-group .product_dtl-text.crossprice{text-decoration:line-through;color:#666;}
.product-price-details .form-group .product_dtl-text .pro-quantity input{width: 70px;
    border: 1px solid #ced4da;
    border-radius: 0;
    text-align: center;}
.product-price-details .form-group .product_dtl-text .check-delivery{max-width: 350px;width: 100%;display:block;}
.product-price-details .form-group .product_dtl-text .check-delivery small {display:block;
line-height:20px;font-size:12px;}
.product-price-details .form-group .product_dtl-text .check-delivery .input-group{border-bottom: 1px solid #ced4da;}
.product-price-details .form-group .product_dtl-text .check-delivery .input-group .input-group-text{background:#fff;border: none;}
.product-price-details .form-group .product_dtl-text .check-delivery .input-group .form-control{border:none;box-shadow: none;}
.product-price-details .form-group .product_dtl-text .check-delivery .input-group .form-control:focus{box-shadow: none;}
.product-price-details .form-group .product_dtl-text .check-delivery .input-group .input-group-append .btn {border: none;border-radius: 0px;}


.purchaseproduct_btn button {text-transform: uppercase;font-size:18px;border-radius: 6px;padding: 8px 12px;}
.purchaseproduct_btn .btn-dark{text-transform: uppercase;font-size:18px;border-radius: 6px;text-decoration: none;color: #fff;padding: 8px 12px;}
.purchaseproduct_btn .added_to_cart.wc-forward {display: none;}
.purchaseproduct_btn {max-width:468px;width: 100%;margin: 21px 0 15px;}
.pbottom-paymnt-icon h4 {font-size: 14px;margin: 0px 0 10px;line-height: 28px;border-bottom: dotted 2px #d3d2d2;padding: 0 0 5px;text-transform: uppercase;font-weight: 600;}
#postcode_div {margin: 0;}
#postcode_div .alert-danger{background:transparent;font-weight:400;font-size:13px;margin:0;}
#postcode_div .alert-danger{background:transparent;font-weight:400;font-size:13px;margin:0;}
#postcode_div .alert-success{background:transparent;font-weight:400;font-size:13px;margin:0;}

.product-info-sec { display: block;
    width: 100%;
    box-shadow: 1px 2px 15px #e5e5e5;
    padding: 20px 30px 30px;
    margin: 10px 0 20px;
    border-radius: 4px;
    background: #fff;
    -webkit-box-shadow: 1px 2px 15px #e5e5e5;}
	
.product-info-sec h2.hdingsingle {    text-transform: uppercase;
    font-weight: 400;
    font-size: 32px;
    margin: 0 0 10px;
    color: #929292;}
.product-info-sec .product-info-tabs {border: solid 0px rgba(0, 0, 0, 0.05);display: block;
width: 100%;}

.product-info-sec .product-info-tabs .nav li {border-right: 1px solid #e6e7e8; width: 33.3%;}
.product-info-sec .product-info-tabs  .nav li:last-child{ border:none;}



.product-info-sec .product-info-tabs .nav{    border: 1px solid #e6e7e8; width:100%;}

.product-info-sec .product-info-tabs .tab-content {padding: 15px 15px 15px;border: solid 1px rgba(0, 0, 0, 0.05);}
.product-info-sec .product-info-tabs .tab-content h1{font-size: 24px;}
.product-info-sec .product-info-tabs .tab-content h2{font-size: 24px; font-weight:700;}
.product-info-sec .product-info-tabs .tab-content h3{font-size: 24px;}
.product-info-sec .product-info-tabs .tab-content h4{font-size: 24px;}
.product-info-sec .product-info-tabs .tab-content ul li{ }
.product-info-sec .product-info-tabs .tab-content ol{padding-left: 15px;}
.product-info-sec .product-info-tabs .tab-content ol li{margin-bottom: 10px;}

.product-info-sec .product-info-tabs #prodtltab li a {color: #929292;
    text-transform: uppercase;
    font-size: 23px;
    position: relative;
    background: #fff;
   
    text-align: center;
    border-radius: 0;
    font-weight: 500;
    padding: 10px;}
.product-info-sec .product-info-tabs #prodtltab li a.active{    background: #fff;
    color: #333;}
.product-info-sec .product-info-tabs #prodtltab li a.active::after{width: 50px;
    height: auto;
    border-style: solid;
    border-width: 3px;
    border-color: #ed1c24;
    position: absolute;
    content: '';
    top: 90%;
        left: 40%;}


.review-product {padding: 30px 0 0;display: block;width: 100%;}
.review-product #comments h2.woocommerce-Reviews-title {font-size: 21px;margin: 0 0 15px;}
.review-product ol.commentlist {list-style: none;margin: 0px;padding: 0px;}
.review-product ol.commentlist li {display: flex;width: 100%;margin: 0 0 15px;}
.review-product ol.commentlist li .avatar {float: left;margin: 0 15px 0 0;width: 50px;
height: 50px;border-radius: 50%;}
.review-product ol.commentlist li .comment-text {padding: 0;float: left;}
.review-product ol.commentlist li .comment-text  p.meta{margin: 0px;}
.review-product ol.commentlist li .comment-text .description p{margin: 0px;}
.star-rating span::before{color:#f2b54b !important;}
p.stars:hover a::before{color:#f2b54b !important;}

.review-product #review_form #reply-title {font-size: 24px;font-weight: 600;text-transform: capitalize;}
.review-product #review_form  #submit {background: #74bb43;border-color:#74bb43;}
.review-product #review_form  #submit:hover{background: #74bb43;border-color:#74bb43;}
.review-product #review_form textarea#comment {height: 120px !important;}
.review-product #review_form .comment-form{max-width: 600px;width: 100%;}

.review-product #review_form .comment-form .comment-form-cookies-consent {padding: 0;display: flex;line-height: 1;}
.review-product #review_form .comment-form .comment-form-cookies-consent label{padding-left: 10px;margin: 0;}

.review-product p.stars.selected a.active::before {color:#f2b54b !important;}
.review-product p.stars.selected a:not(.active)::before {color:#f2b54b !important;}



.review-bottom-list .product-rating-single {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
}


.review-bottom-list .product-rating-single li.review-single {
    display: block;
    justify-content: center;
    width: 100%;
    background: #f4f4f4;
    padding: 15px;
    border-radius: 4px;
    min-height: 204px;
}

.review-bottom-list .product-rating-single li .review-single1 {
    display: flex;
    width: 100%;
    background: #f4f4f4;
    margin-bottom: 10px;
}

.product-rating-single li.review-single .left-user-sec {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

.product-rating-single li.review-single .left-user-sec img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    max-width: 48px;
}


.product-rating-single li.review-single .right-user-review .author-name {
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
}

.rating .review-stars {
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    height: 12px;
    text-align: left;
    background-image: url(//uat.nutrafirst.in/wp-content/themes/nutrafirst/images/star-empty.svg);
    background-repeat: repeat-x;
}

.rating .rtng-usr {
    display: inline-block;
    height: 12px;
    background-image: url(//uat.nutrafirst.in/wp-content/themes/nutrafirst/images/star-filled.svg);
    background-repeat: repeat-x;
    vertical-align: top;
}

.product-rating-single li.review-single .right-user-review time {
    font-size: 13px;
    line-height: 1;
}

.product-rating-single li.review-single .review-full .reviewtitle {
    font-size: 17px;
    font-weight: 600;
    margin: 0 0 5px;
}

.product-rating-single li.review-single .review-full a {
    color: #444;
    font-weight: 600;
}


.product-rating-single li.review-single .review-full a {
    color: #444;
    font-weight: 600;
}











/**************Cart Page Css********/

.woocommerce form.checkout_coupon,  .woocommerce form.login, .woocommerce form.register {
    border: 1px solid #d3ced2;
    padding: 20px;
    margin: 2em 0;
    text-align: left;
    border-radius: 5px;
}

.woocommerce-form-login-toggle  .showlogin, .woocommerce-form-coupon-toggle .showcoupon{ color: #00ad09;}
.cart-page-container{ background: #f9f9f9; padding: 20px 0;}
.cart-page-container article.card{display: block;
    width: 100%;
    border-bottom: solid 1px rgba(0, 0, 0, 0.05);
    box-shadow: 1px 2px 15px #e5e5e5;
    padding: 20px 30px 25px;
    margin: 0px 0 10px;
    border-radius: 4px;
    background: #fff;
    -webkit-box-shadow: 1px 2px 15px #e5e5e5;}
article.card.mt-3r {margin-top: 1rem;border: none;}
article.card .card-body {padding:0 !important;}
article.card .card-body .entry-title.h2 {text-transform: uppercase; font-size: 29px; padding-bottom: 10px;font-weight: 600;}
.cartleft-sec .table.table-striped.cart {border: solid 1px #e1e1e1; margin:0;}
.cartleft-sec .table.table-striped.cart .thead-dark th {color: #404041;border: none;background-image: linear-gradient(#f2f2f2, #e1e1e1, #e2e2e2); font-size: 16px; font-weight: 500;}
.cartleft-sec .table.table-striped.cart tbody tr:nth-of-type(2n+1) {background-color: #ffffff;}
.cartleft-sec .table.table-striped.cart tbody td{vertical-align: middle;  padding: 8px 8px;}

.cartleft-sec .table.table-striped.cart tbody td .coupon .input-text{padding: 8px; border: 1px solid #e4e4e4; width: 199px;}
.cartleft-sec .table.table-striped.cart tbody td{vertical-align: middle;}
.cartleft-sec .table.table-striped.cart tbody td.product-thumbnail img { width:100%; height:auto;}
.cartleft-sec .table.table-striped.cart tbody td.product-thumbnail a {display: block; max-width: 70px !important; width: 100%;}
.cartleft-sec .table.table-striped.cart tbody td.product-name a {    text-decoration: none;
    color: #404041;
        font-size: 12px;
    font-weight: 500;}
	
	.cartleft-sec  .shop_table.shop_table_responsive.woocommerce-cart-form__contents button[type="submit"]:hover, .cartleft-sec  .form-row.place-order button[type="submit"]:hover, .cartleft-sec  .single-product .summary.entry-summary button[type="submit"]:hover {
    background-color: #ed1c24 !important;
    border-color: #ed1c24 !important; 
    color: #fff;
    opacity: 1;
}
	
	
.cartleft-sec .table.table-striped.cart tbody td.product-remove a {color:#f00;font-size: 21px;}
.cartleft-sec .table.table-striped.cart tbody td.product-quantity .quantity {width: 85px;}
.cartleft-sec .table.table-striped.cart .bottom-trr .btn.btn-success{background:#74bb43 !important;border-color: #74bb43 !important;}
.cart-rightsec h2 {background: #74bb43;color:#fff;text-transform: capitalize;font-weight: 400;
font-size: 24px;padding: 9px 12px 12px;margin: 0px;}
.cart-rightsec .shipping-div{border: solid 1px #e1e1e1;margin: 0 0 15px;}
.cart-rightsec .shipping-div h4 {background-image: linear-gradient(#f2f2f2, #e1e1e1, #e2e2e2);color:#404041;font-weight: 400;font-size: 24px;padding: 13px 15px 14px;margin: 0;line-height: 1;}
.cart-rightsec .shipping-div .input-group {padding: 15px;}
.cart-rightsec .shipping-div #postcode_div {text-align: center;margin-bottom: 15px;}


.cart-rightsec .cart_totals{border: solid 1px #e1e1e1;margin: 0 0 15px;}
.cart-rightsec .cart_totals h4{background-image: linear-gradient(#f2f2f2, #e1e1e1, #e2e2e2);color:#404041;font-weight: 400;font-size: 24px;padding: 13px 15px 14px;margin: 0;line-height: 1;}
.cart-rightsec .cart_totals table th, table td {font-weight: 400;padding: 10px 15px; border-bottom: 1px solid #e4e4e4;}
.cart-rightsec .cart_totals #shipping_method {list-style: none;margin: 0px;}
.cart-rightsec .cart_totals #shipping_method label {display: block;margin-bottom: 0;}
.cart-rightsec .cart_totals table.shop_table_responsive tr td {text-align: right; width:100%}
 .woocommerce-cart-form__cart-item  .product-price{ width: 100px;}
.cart-rightsec woocommerce-cart-form__cart-item cart_item .woocommerce-shipping-destination {
display: none;}
.cart-rightsec .cart_totals .wc-proceed-to-checkout {text-align: center;background: #f8f8f8;
padding:15px 0 15px;}
.cart-rightsec .cart_totals .wc-proceed-to-checkout .checkout-button {text-decoration: none;
color: #fff;text-transform: uppercase;padding: 8px 15px;}
.cart-rightsec .cart_totals table.shop_table_responsive {margin: 0;border-bottom: 1px solid #dee2e6;}



/***********Checkout Page********/

.checkout-page-container { background: #f9f9f9; padding: 20px 0;}
.checkout-page-container article.card {
    display: block;
    width: 100%;
    border-bottom: solid 1px rgba(0, 0, 0, 0.05);
    box-shadow: 1px 2px 15px #e5e5e5;
    padding: 20px 30px 25px;
    margin: 0px 0 10px;
    border-radius: 4px;
    background: #fff;
    -webkit-box-shadow: 1px 2px 15px #e5e5e5;
}


.customer_details-checkout .form-control {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    border: 1px solid #e4e4e4;
    color: #8c8c8c !important;
    font-size: 14px !important;
    font-weight: 300;
}


.woocommerce-terms-and-conditions-checkbox-text a, .woocommerce-privacy-policy-text .woocommerce-privacy-policy-link{ color: #ed1c24;}

.woocommerce-checkout a:hover{color: #404041;}
.customer_details-checkout .create-account {clear: both;padding: 0 15px;}
.customer_details-checkout .customer_details-billing {float: left;width: 100%;border: solid 1px #e1e1e1;margin: 0 0 15px;}
.customer_details-checkout .customer_details-billing h3 {background-image: linear-gradient(#f2f2f2, #e1e1e1, #e2e2e2);color:#404041;font-size: 28px;font-weight: 400;padding: 8px 15px 12px;line-height: 1;}
.customer_details-checkout .customer_details-billing .woocommerce-billing-fields__field-wrapper {padding: 15px;}
.customer_details-checkout label {width: 100%;display: block; margin-bottom: 2px; font-size: 14px;}
.customer_details-checkout .woocommerce-input-wrapper {width: 100%;display: block;}
.customer_details-checkout .form-row {float: left;width: 100%;margin-left: 0px;}
.customer_details-checkout .form-row.create-account {margin: 0 0 0 15px !important;}
.customer_details-checkout #billing_first_name_field, #billing_company_field, #billing_city_field, #billing_area_field, #billing_address_1_field, #billing_state_field, #billing_postcode_field {float: left;width: 49%;margin-right: 1%;margin-left: 0;}
.customer_details-checkout #billing_last_name_field, #billing_country_field, #billing_email_field, #billing_phone_field{float: left;width: 49%;margin-left: 1%;}
.customer_details-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {line-height:38px;}
.customer_details-checkout .select2-container .select2-selection--single {height: 38px;margin: 0 0 0px;}
.select2-container--default .select2-selection--single .select2-selection__arrow b {margin-left: -6px;margin-top: 4px;}
.customer_details-checkout .customer_details-shipping-dtl #shipping_first_name_field, #shipping_company_field, #shipping_postcode_field, #shipping_area_field, #shipping_address_1_field, #shipping_state_field, #shipping_city_field{float: left;width: 49%;margin-right: 1%;margin-left: 0;}
.customer_details-checkout .customer_details-shipping-dtl #shipping_last_name_field, #shipping_email_field, #shipping_phone_field, #shipping_country_field{float: left;width: 49%; margin-left: 0%;}
.customer_details-checkout .customer_details-shipping-dtl .shipping_address {border: solid 1px #e1e1e1;float: left;width: 100%;padding: 15px; margin: 6px 0 10px;}
.yourorder-sec {border: solid 1px #e1e1e1;}
.yourorder-sec #order_review_heading {background-image: linear-gradient(#f2f2f2, #e1e1e1, #e2e2e2);margin: 0px;color:#404041;font-weight: 400;padding: 7px 15px;font-size: 28px;}
.yourorder-sec table tbody tr:nth-of-type(2n+1) {background-color: rgba(0, 0, 0, 0.02);}
.yourorder-sec table thead th {border-bottom: 0px solid #dee2e6;text-transform: capitalize;
font-size: 18px;font-weight: 500;padding: 10px 15px;}
.yourorder-sec table thead th:last-child{text-align: right;}
.yourorder-sec table tbody tr td{font-size: 14px;vertical-align: middle;}
.yourorder-sec table tbody tr td:last-child{text-align: right;font-size: 16px;font-weight: 500; color: #828282;}
.yourorder-sec table tfoot th{    color: #737373;
    padding: 10px 15px;
    text-transform: uppercase;
    font-weight: 600 !important;     border-bottom: 1px solid #e4e4e4;
    font-size: 15px;}
.yourorder-sec table tfoot tr td{text-align: right;font-size: 16px;font-weight:500;vertical-align: middle;min-width: 150px;padding: 10px 15px; color: #484848;}
.yourorder-sec #shipping_method {list-style: none;margin: 0px;}
.yourorder-sec #shipping_method label {display: block;margin-bottom: 0;}
.yourorder-sec .woocommerce-checkout-payment {padding: 15px;background:#f7f7f7;}
.yourorder-sec .woocommerce-checkout-payment ul li{ list-style-type: none;
    padding: 10px 0px 10px;
    border-bottom: 1px dashed #c1c0c0;}
.yourorder-sec .woocommerce-checkout-payment .form-row.validate-required {margin:0px 0 0 5px;}
.yourorder-sec .woocommerce-privacy-policy-text {font-size:13px;}
.yourorder-sec .woocommerce-checkout-payment h3 {font-weight: 400;font-size: 24px;margin: 0 0 15px;}
.yourorder-sec .woocommerce-checkout-payment .payment_methods label {font-weight:600;margin: 0px;}
.yourorder-sec .form-row.place-order button[type="submit"] {background: #74bb43;border-color:
#74bb43;text-transform: uppercase;font-size: 21px;width: 200px;margin: 0 auto;}
.yourorder-sec .form-row.place-order button[type="submit"]:hover{background:#74bb43bf !important;border-color:#74bb43!important;}

#otp_sec {text-align: center;float: left;width: 100%;padding: 15px 0 0;}
#send_otp:hover {background: #454545;border-color: #454545;}
#place_orders {width: 100%;text-align: center;max-width: 200px;margin: 0 auto;}
#otp_checkout {max-width: 200px;width: 100%;margin: 10px auto; border: 1px solid #dadada;}


/*************Thank You Page Order Submitted*********/

.thankyous-page-container{
	background: #f9f9f9;
    padding: 20px 0;
	}

.order-submitted-thankyou ul.order_details {list-style: none;margin: 0px;padding: 0px;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;}
.order-submitted-thankyou ul.order_details li {-ms-flex-preferred-size: 0;flex-basis: 0;
-ms-flex-positive: 1;flex-grow: 1;max-width: 100%;box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);margin: 0 15px 15px 0px;min-height: 130px;align-items: center;display: flex;
justify-content: center;flex-flow: column;    background: linear-gradient(#f2f2f2, #e1e1e1, #e2e2e2);color: #1f1d1d;border-radius: 4px;}
.order-submitted-thankyou ul.order_details li .woocommerce-Price-amount.amount {color: 
#1f1d1d;display: inline-flex;}

.order-submitted-thankyou ul.order_details li:last-child{margin-right: 0px;}
.order-submitted-thankyou ul.order_details li i {font-size:32px;width: 45px;height: 45px; display: flex;align-items: center;justify-content: center;border-radius: 50%; color:#a0d901;line-height: 1;margin: 0px;}
.order-submitted-thankyou ul.order_details li .woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol i {font-size: 16px !important;width: 20px;height: 25px;color: #1f1d1d;}
.order-submitted-thankyou .woocommerce-order-details {float: left;width: 68%;border: solid 1px 
#e1e1e1;margin-top: 15px;}
.order-submitted-thankyou .woocommerce-thankyou-order-received {text-align: center;font-size: 24px;margin: 0 0 30px;color:#404041;font-weight: bold;}
.order-submitted-thankyou .thankyou-top {width: 100%;max-width: 150px;margin: 0 auto;}

.woocommerce-order-received  header.entry-header {display: none;}
.order-submitted-thankyou .entry-content{margin: 0px;}
.woocommerce-order-received article.card.mt-3r {margin-top: 0;}

.order-submitted-thankyou .woocommerce-order-details .woocommerce-order-details__title{
color:#404041;font-weight: 400;padding: 10px 15px 12px;margin: 0px;line-height: 1;font-size: 28px;background-image: linear-gradient(#f2f2f2, #e1e1e1, #e2e2e2);}
.order-submitted-thankyou .woocommerce-order-details table thead th {border-bottom: 0px solid 
#dee2e6;text-transform: capitalize;font-size: 18px;font-weight: 500;padding: 10px 15px;}
.order-submitted-thankyou .woocommerce-order-details table thead th:last-child{text-align:right}
.order-submitted-thankyou .woocommerce-order-details table{margin: 0px;}
.order-submitted-thankyou .woocommerce-order-details table tbody tr td a{color: #6c757d;}
.order-submitted-thankyou .woocommerce-order-details table tbody tr td:last-child {
text-align: right;font-size: 16px;}
.order-submitted-thankyou .woocommerce-order-details table tfoot tr td:last-child {
text-align: right;font-size: 16px;font-weight: 600;}
.order-submitted-thankyou .woocommerce-order-details table tfoot tr th{text-transform: uppercase;padding: 10px 15px;}
.order-submitted-thankyou .woocommerce-customer-details {float: left;width: 30%;
 margin-left: 2%;}
.order-submitted-thankyou .woocommerce-customer-details .col2-set {display: block;}
.order-submitted-thankyou .woocommerce-customer-details .col2-set .col-1 {
-webkit-box-flex: 0;-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}
.order-submitted-thankyou .woocommerce-customer-details .col2-set .col-2 {-webkit-box-flex: 0;
-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}
.order-submitted-thankyou .woocommerce-customer-details .woocommerce-column {border: solid 1px 
#e1e1e1;margin: 15px 0 15px;float: left;width: 100%;padding: 0px;}
.order-submitted-thankyou .woocommerce-customer-details .woocommerce-column__title {color:#404041;font-weight: 400;padding: 10px 15px 12px;margin: 0px;line-height: 1;
font-size: 28px;background-image: linear-gradient(#f2f2f2, #e1e1e1, #e2e2e2);}
.order-submitted-thankyou .woocommerce-customer-details address {padding: 15px;margin: 0px;}
.order-submitted-thankyou .woocommerce-customer-details address p{margin: 0px;}
.order-submitted-thankyou table tbody tr:nth-of-type(2n+1) {background-color: rgba(0, 0, 0, 0.02);}

/*************END Thank You Page Order Submitted*********/


/*CHANGE PASSWORD START*/

.chng-password-page-container{ background: #f9f9f9; padding: 20px 0;}
.chng-password-page-container article.card{display: block;
    width: 100%;
    border-bottom: solid 1px rgba(0, 0, 0, 0.05);
    box-shadow: 1px 2px 15px #e5e5e5;
    padding: 20px 30px 25px;
    margin: 0px 0 10px;
    border-radius: 4px;
    background: #fff;
    -webkit-box-shadow: 1px 2px 15px #e5e5e5;}

.chng-password-page-container form .btn{ background-color:#0f0e0f !important; border-color:#0f0e0f !important; }
.chng-password-page-container form .btn:hover{ background-color:#ed1c24 !important; border-color:#ed1c24 !important; }


/*END CHANGE PASSWORD START*/



/* --- MY ACCOUNT START -------- */

/* Profile container */
.myaccount-page-container { background: #f9f9f9; padding: 20px 0;}
.myaccount-page-container article.card {
    display: block;
    width: 100%;
    border-bottom: solid 1px rgba(0, 0, 0, 0.05);
    box-shadow: 1px 2px 15px #e5e5e5;
    padding: 20px 15px 25px;
    margin: 0px 0 10px;
    border-radius: 4px;
    background: #fff;
    -webkit-box-shadow: 1px 2px 15px #e5e5e5;
}

.profile {
  margin: 20px 0;
}

/* Profile sidebar */
.profile-sidebar {
  padding: 20px 0 10px 0;
 background: #eaeaea;     display: inline-block;
}

.profile-userpic img {
  float: none;
  margin: 0 auto;
  width: 50%;
  height: 50%;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}

.profile-usertitle {
  text-align: center;
  margin-top: 20px; /*border-bottom: 2px solid #fff;*/
}

.profile-usertitle-name {
    color: #ed1c24;
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 7px;
}

.profile-usertitle-job {
    text-transform: uppercase;
    color: #333333;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 15px;
}

.profile-userbuttons {
  text-align: center;
  margin-top: 10px;
}

.profile-userbuttons .btn {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  padding: 6px 15px;
  margin-right: 5px;
}

.profile-userbuttons .btn:last-child {
  margin-right: 0px;
}
    
.profile-usermenu {
  margin-top: 30px;
}

.profile-usermenu ul li {
  border-top: 1px solid #f0f4f7;
      width: 100%;
 
}

.profile-usermenu ul li:last-child {
  border-bottom: none;
}

.profile-usermenu ul li a {
color: #5d5d5d;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    width: 100%;
    padding: 10px;
    margin: 0 !important;
}

.profile-usermenu ul li a i {
  margin-right: 8px;
  font-size: 14px;
}

.profile-usermenu ul li a:hover {
  background-color: #ed1c24;
  color: #ffffff; transition: all 0.3s ease-in-out 0s;
}

.profile-usermenu ul li.active {
  border-bottom: none;
}

.profile-usermenu ul li.active a {
  color: #ffffff;
    background-color: #ed1c24;
    border-left: 4px solid #3A3A3A;
  margin-left: -4px;
}

/* Profile Content */
.profile-content {
  padding: 0px;
  background: #fff;
  min-height: 460px;
}

.profile-content .card{
    border-radius: 10px;
    box-shadow: 0 4px 20px 1px rgba(0,0,0,.06), 0 1px 4px rgba(0,0,0,.08);
    border: 0;	
	
}

.profile-content .card .card-body {
    padding: 2rem .5rem ; 
}

.profile-content .dashboard .card{ min-height:100px;} 

.profile-content .card h6{ font-size:14px; font-weight:500; color:#ccc;}

.profile-content .card-icon-big [class^=fa] {
       font-size: 22px;
      color: rgba(41, 41, 41, 0.86);
}
.profile-content .card-icon-big .card-body{ padding-top:20px !important;}

.profile .profile-content .orders{}
.profile .profile-content .orders table.table td, .profile .profile-content .orders.table th {
    padding: .55rem 0.3rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    font-size: 12px;
}

.profile .profile-content .order-view .tble-detail .card-body{ padding:0 20px !important;}
.profile .profile-content .order-view .tble-detail tr th,
.profile .profile-content .order-view .tble-detail tr td { border-top: 1px solid #e4e4e4;}
.profile .profile-content .order-view .tble-detail tr td {     border-bottom: 0px solid #e4e4e4;}
.profile .profile-content .order-view .tble-detail .woocommerce-table__product-name a{ font-size:13px; color:#67bd03;}
.profile .profile-content .order-view .tble-detail .woocommerce-table__product-name a:hover{ font-size:13px; color:#333;}
.profile .profile-content .order-view .tble-detail tr th{ padding:10px; font-weight: 600;}
.profile .profile-content .order-view .tble-detail tr td.woocommerce-table__product-name { width:63%;}

.profile .profile-content .my-acc-order-details i.small{line-height: 13px; display: inline-block; padding-top: 5px;;}









/* --- END MY ACCOUNT QURIES START -------- */








@media only screen and (min-width: 1920px) {
	
	#homeslider{ max-width: 1140px; width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;}
	
	}




/* --- MEDIA QURIES START -------- */
/* MEDIA 320 */
@media (min-width:320px) and (max-width:767px) {
.dn{display: none;}
.pull-left, .pull-right {float: none !important}
.nav > li > a {border-radius: 0px;margin-bottom: 10px;margin-left: 0px;text-align: center;}
.logo {margin-bottom: 20px;
    padding-left: 10px;;}
.col-md-12.paddg .text-center {line-height: 22px;}  
.navbar-toggle {border-radius: 0; float: right; margin-right: 0; margin-top: 28px; padding: 6px;}
.main-menu .collapse.navbar-collapse {margin-top: 0px;}
/*.section_1 h2 {font-size: 21px;font-weight: 500;text-align: center;color: #bf0444;padding-bottom: 25px;line-height: 31px;}*/
.form-title {font-size: 31px;}
.section_1 p {font-size:16px; line-height: 24px;text-align: center;}
.ingredient h1 {text-align: center;} 
.ingredient p {text-align: center;} 
.giq { display: block; width: 100%; margin: auto;}
.ordernow .txt {font-size:18px; line-height:31px; margin:24px 0px 24px 0;}
.client_sec h4 {font-size:18px; padding: 30px 0; line-height:26px;}
.client_sec p {font-size: 16px;line-height: 24px;}    
.left-banner h1 {font-size: 21px;}
.bannerul_1 .li1{font-size: 18px;}
.bannerul_1 .li2{font-size: 18px;}
.bannerul_1 .li3{font-size: 18px;}
.acord-content.open {line-height: 24px;font-size: 16px;} 
.copyright {margin-top: 0;line-height: 22px;} 

.meta_data {
    margin-top: 17px !important;
    display: inline-block;
}
.tags, .meta_date {
    margin-left: 0px;
} 
.howork-bottom .right .chart{ display:none;}
 .about-bigJack img { display: block; margin: auto; width: 300px;     margin-top: 20px;}
  .faq { padding: 20px 10px;}  
  
.how-to-order-in::after {
    content: '';
    background-size: 41px;
    top: 228px;
    left: 84px;
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.how-to-order h3 { font-size: 22px;padding-bottom: 50px;padding-top: 0;}
.how-to-order h3 br{ display:none;}
.how-to-order img { width: 200px }
.how-to-order-in { width: 263px; display: block; margin: auto;}
 .how-to-order{ min-height: auto; padding: 10px 0;}
  .product-pack .htitle h1 {font-size: 20px; line-height:23px; padding-bottom: 15px;}
  .product-pack .htitle {padding: 0 0 5px;}
.contact-page-banner h1 {font-size: 25px;}
.contact-page-banner h1 { padding:20px 0; line-height: 31px;}

.product-details-view .product_name {font-size: 18px;}
.product-info-sec h2.hdingsingle {font-size: 20px;}
.product-info-sec .product-info-tabs #prodtltab li a { font-size: 18px; margin: 0;}
.product-info-sec .product-info-tabs .tab-content h2 {font-size: 18px;}
.product-info-sec .product-info-tabs .tab-content h4 {font-size: 18px;}
.product-single-sec { padding: 20px 20px 15px; margin: 10px 0 10px;}
.product-info-sec {padding: 10px 20px 20px; margin: 10px 0 10px;}
.product-info-sec .product-info-tabs p{ text-align:justify}



.product-info-sec .product-info-tabs .nav {display: block;}   
.product-info-sec .product-info-tabs #prodtltab li a {border-radius: 0px;border-bottom: solid 1px #ffffff8f;margin: 0;}   
.product-info-sec .product-info-tabs #prodtltab li a.active::after {left:48%;z-index:9;}    
.product-info-sec .product-info-tabs .tab-content{font-size: 14px;line-height: 22px;}   
    
.product-info-sec .product-info-tabs .tab-content h2 {text-transform: capitalize;font-weight: 600;font-size: 22px;}
.product-info-sec .product-info-tabs .tab-content h3 {text-transform: capitalize;font-weight: 600;font-size: 22px;} 
.product-info-sec .product-info-tabs .tab-content h4 {text-transform: capitalize;font-weight: 600;font-size: 22px;}  
  table.shop_table_responsive tr td:before {
    content: attr(data-title) ": ";
    float: left;
}  
table.shop_table_responsive thead {
    display: none;
}
.cartleft-sec .table.table-striped.cart tbody td {display: block; text-align: right; clear: both; width:100%;}  
.cartleft-sec .table.table-striped.cart tbody td { display: inline-block; border-bottom: 0;
    background: #fbfbfb;}
.striped.cart tbody td.product-quantity .quantity .input-text.qty.text {margin: -22px 0 0px;}
.cart-rightsec table.shop_table_responsive tr td:before{ display:none;}
.chng-password-page-container article.card { padding: 15px 15px 15px;}
.chng-password-page-container{ padding: 15px 15px 10px;}
.thankyous-page-container{padding: 15px 15px 15px;}
.cart-page-container {}
.cart-page-container article.card { padding: 15px 15px 15px;}
.checkout-page-container article.card { padding: 15px 15px 15px;}
.checkout-page-container article.card { padding: 15px 15px 15px;}
article.card .card-body .entry-title.h2 { font-size: 20px;}
.cart-page-container { padding: 0px 0 5px;}
.myaccount-page-container article.card { padding: 15px 15px 15px;}
.myaccount-page-container{padding: 15px 15px 15px;}
.profile-sidebar { width: 100%; margin-bottom:20px}
.nf_signin .dtl {border-right: none;padding-right:0px;}
.navbar-dark .navbar-toggler { z-index: 999; margin-top: 18px;}

  .mobile-d-view{ width:69%}
.mobile-logo-view{ width:30%}

.cartleft-sec .table.table-striped.cart tbody td.product-thumbnail a { max-width: 170px !important; width: 100%;}
.product-pack-in { padding: 10px 15px;}
.product-pack img { margin-bottom: 10px;}
.product-info-sec .product-info-tabs .nav li {display:inline-block; width: 32% }
.cartleft-sec .table.table-striped.cart tbody td .coupon .input-text {width: auto;}
.about-page-banner img{ display:none}
.about-page-banner h1 { display: block;  }
.about-page-banner {
    padding-top: 20px;
    text-align: center;
    margin: auto;
    display: block;
}

.why-choose-bigjack, .about-bigJack { padding: 10px 0;}
.h-features .f-bottom { min-height: 134px;}
.why-use-bigjack p {font-size: 15px;}
.why-use-bigjack h1 { text-align: center;font-size: 23px; line-height: 27px;}
.testimonial .successstory p { font-size: 15px;}
.testimonial .successstory h4 {font-size: 16px;    padding: 10px 0 0px;}

	.contactpage-form h3::after {bottom: 2px; left: 45%;}
	.contactpage-form h3 { text-align: center; font-size: 19px;}
	.navbar .cart{ position:relative;   margin-right: 54px;  margin-top: 3px;}
	
.product-info-sec #ratingDetails h4{ font-size:18px}
.small-container {left: 21px;}
.log-form .btn-info { padding: 6px 10px;font-size: 16px;}
.how-to-order .content-section {padding-top: 0; }
.how-to-order .content-section ul li, .how-to-order .content-section p{ text-align:justify;}

}



/* MEDIA 768 */
@media (min-width:768px) and (max-width:991px){
.dn{display: none;}
.nav > li > a {font-weight: 500;margin-left: 0;    padding: 6px 10px 15px 10px; font-size: 14px;}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus,.navbar-default.navbar-nav > .active > a:hover, .navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {border: none !important;}

.diblock {width: 79%;}

.left-banner h1 {font-size: 18px;}
.bannerul_1 .li1{font-size: 18px;}
.bannerul_1 .li2{font-size: 18px;}
.bannerul_1 .li3{font-size: 18px;}
.form-title {font-size: 31px;}
.giq { display: block; width: 100%; margin: auto;}
.ordernow .txt {font-size:18px; line-height:31px; margin:24px 0px 24px 0;}

footer .foo-contact .wpcf7-submit {     width: 100% !important;
    font-size: 14px;}
footer .widget-area .widget-title {font-size: 19px;}
footer .widget-area .menu-item a {display: inline-block; font-size: 14px;}
footer .contactlink a { font-size: 14px;}
footer .widget-area p {font-size: 11px;
line-height: 13px; }
.home-abt-left p {font-size: 14px;}
.home-abt-left h4 {font-size: 20px; padding-top: 0px;line-height: 26px;}
.home-abt-left h2 {font-size: 25px; margin-top: 10px;}

.Ingredients .middleimg { display:none;}
.Ingredients .media.right img { margin-left:0; width:80px}
.Ingredients .media.left img {margin-right:0px; width:80px}
.Ingredients .media.middle { margin-left: 0; padding: 10px;}
.Ingredients .media.first { margin-top: 10px;}
.Ingredients .media {
    margin-top: 20px;
    min-height: 182px;
    margin-bottom: 30px;
    -webkit-box-shadow: 10px 10px 40px -6px rgba(0, 0, 0, 0.1);
    box-shadow: 10px 10px 40px -6px rgba(0, 0, 0, 0.1);
    padding: 15px;
    border-radius: 7px;}

.howork-bottom .right .chart img { margin: auto; width: 100%;}
.howork-bottom .right .chart h1 { font-size: 30px;}
.howork-bottom .right h2 { font-size: 25px;} 
.product-pack h1 { font-size: 20px;}
.product-pack img {    height: 130px; margin-bottom: 10px;}
  .faq { padding: 51px 10px;} 
 .how-to-order-in::after { content:'';  background-size: 41px; top: 22%; right: -52px;}
.how-to-order h3 {font-size: 25px; padding-top: 10px;}
.product-details-view .product_name {font-size: 18px;}
.product-info-sec h2.hdingsingle {font-size: 20px;}
.product-info-sec .product-info-tabs #prodtltab li a { font-size: 18px;}
.product-info-sec .product-info-tabs .tab-content h2 {font-size: 18px;}
.product-info-sec .product-info-tabs .tab-content h4 {font-size: 18px;}
.product-single-sec { padding: 20px 20px 15px; margin: 10px 0 10px;}
.product-info-sec {padding: 10px 20px 20px; margin: 10px 0 10px;}
 .profile-usermenu ul li a { font-size: 12.5px;}
.profile-sidebar { width: 100%;}
.header-social {width: 195px;}
.navbar-dark .btn-danger{font-size: 11px;}
.navbar-expand-sm .navbar-nav .nav-link {padding-right:.4rem; padding-left: .2rem;}
.product-pack h4 {font-size: 20px;}
.package_box ul.package_advantage li {font-size: 14px;}
.product-pack-in { padding: 10px 15px;     min-height: 516px;}
.howork-bottom .left img {
    margin: auto;
    width: 100%;
    display: block;
}

.why-use-bigjack p {
    font-size: 16px;}
	
	.section_1 p {font-size: 16px;}
	.testimonial h2 {
    font-size: 30px;
    padding-top: 0px;
    padding-bottom: 5px;}
	
	.contactpage-form h3::after {bottom: 2px; left: 40%;}
	.contactpage-form h3 { text-align: center; font-size: 18px;}
	.product-info-sec #ratingDetails h4{ font-size:18px}
	
.package_box .pricediv .review-count{text-align: center;}
.package_box .pricediv .rating { text-align: center; width: 100%;}
.package_box .pricediv .prices{width: 100%;}	
	
	
}

@media (min-width:768px) and (max-width:890px){
.navbar-dark .btn-danger {    font-size: 10px;
    padding: 6px 4px;
    margin-top: 4px;}
.nav > li > a{ margin-right: .0rem !important; margin-left: .0rem !important;}
.header-social { padding: 10px 0px 3px 0px;}


}






/* MEDIA 992 */
/*-- Sperater --*/
@media (min-width:992px) and (max-width:1199px){
.nav > li > a {font-size: 14px;}
.step_4 img{display: block; margin:auto;}
.step_4 h3{font-size: 21px; font-weight: 600; text-align: center; color: #bf0444; padding: 24px 0px;text-transform: uppercase;}
.step_4 p{font-size:16px; font-weight: 600; text-align: left; color: #4b4b4d; padding: 0px 0px 30px 0; line-height: 28px;}
.product-pack h4 {font-size: 21px;}
.product-pack-in {min-height: 544px;}

}



@media only screen and (max-width: 767px) {
.mobile-header .mobcol {display: none;}    
.mobile-header .logo-header {display: flex;align-items: center;justify-content: center;}
.mobile-header .logo-header .custom-logo-link {margin-right: 0;} 
.mobile-header ul.mobile-menu-list li.mob-user-menu.search {display: block;}  
.cartleft-sec table.shop_table_responsive tr td::before {content: attr(data-title) "";}  
.cartleft-sec .table.table-striped.cart tbody td.product-quantity .quantity {width: 100%; 
float: left;}    
.cartleft-sec .table.table-striped.cart tbody td.product-quantity .quantity .input-text.qty.text {width: 85px;float: right;margin: -21px 0 0px;}
.cartleft-sec .shop_table.shop_table_responsive.woocommerce-cart-form__contents .coupon{display: block;text-align: left;float: left;width: 100%;margin: 0 0 10px;} 
.cartleft-sec .shop_table.shop_table_responsive.woocommerce-cart-form__contents .coupon label{width: 100%;float: left;}    
.cartleft-sec .shop_table.shop_table_responsive.woocommerce-cart-form__contents .coupon input {
margin-left: 0px;float: left;width: 50%;} 
.cartleft-sec .table.table-striped.cart .bottom-trr .btn.btn-success {margin-left: 0px !important; padding: 6px 10px;}    
.myaccount-dashboard .woocommerce-column.woocommerce-column--1.woocommerce-column--billing-address.col-1 {-webkit-box-flex: 0;-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;margin: 0 0 15px;}    
.myaccount-dashboard .woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address.col-2{-webkit-box-flex: 0;-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}    
.myaccount-dashboard .col-1.woocommerce-Address{-webkit-box-flex: 0;-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;margin: 0 0 15px;}    
.myaccount-dashboard .col-2.woocommerce-Address{-webkit-box-flex: 0;-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;} 
.category-page-sec .category-sec-list h2 {font-size: 24px;}    
.category-sec-list-content {font-size: 14px;line-height: 22px;}      
.about-page-sec .about-main-sec {font-size: 14px;line-height: 22px;}    
.about-page-sec .about-main-sec h2 {font-size: 21px;}
.about-page-sec .about-main-sec h3 {font-size: 21px;}
.about-page-sec .about-main-sec h4 {font-size: 21px;}
.about-page-sec .about-main-sec h5 {font-size: 21px;}    
.product-images-view {margin: 10px 0 30px;}       
.footer-section .footer-widgets .row .col-4 {-ms-flex: 0 0 60%;flex: 0 0 60%;max-width: 60%;} 
.footer-section .footer-widgets .row .col.frst{-ms-flex: 0 0 40%;flex: 0 0 40%;max-width: 40%;} 
.authentic-page .authentic-top-sec {padding: 15px 0 0;font-size: 14px;line-height: 22px;}    
.authentic-top-sec .authentic-top-right {min-height: auto;} 
.supply_chain-sec{padding:50px 0 0;}
.supply_chain-sec .chain_listing li{width:33%;margin-bottom:50px;}
.supply_chain-sec .chain_listing li:nth-child(3n)::after{display:none;}    
 
.mobile-header .search-mobile {display: block;position: absolute;width: 100%;background:#fff;
padding: 5px 15px;top: 100%;display: none;}   
    
}

@media only screen and (max-width:667px) {

    
}




@media only screen and (max-width:767px) {
.center-banner img {display: block;margin: 0px auto 0;}
.form-wrap {margin: 0 auto 40px;width:85%;}
.banner {max-height: initial !important;height: auto;}    

.navbar-expand-sm .navbar-toggler {
    display: block;
}
.navbar-nav{ display:none;}
.diblock {width: 79%;}
.navbar-dark .btn-danger { font-size: 12px; display:none;}
.header-social { padding: 10px 0px 3px 0px; display:none;}

.custom-logo {height: 60px !important;}
footer .foo-contact .wpcf7-submit {     width: 100% !important;
    font-size: 14px;}
	
	footer .foo-contact {
    background: #ed1c24;
    padding: 10px 15px;
    width: 81%;
    margin: auto;
    display: block;
    margin-top: 25px;
}

footer .foo-contact label {
width:100%
}
.ads { padding:20px 0}
.ads br{ display:none;}
.ads h3 { padding-bottom: 25px;}
.home-abt-left p {font-size: 14px;}
.home-abt-left h4 {font-size: 20px; padding-top: 0px;line-height: 26px;}
.home-abt-left h2 {font-size: 25px; margin-top: 10px;}



.Ingredients .title {font-size: 25px; padding: 0 0 0px;}
.Ingredients .middleimg { display:none;}
.Ingredients .media.right img { margin-left:0; width:80px}
.Ingredients .media.left img {margin-right:0px; width:80px}
.Ingredients .media.middle { margin-left: 0; padding: 10px;}
.Ingredients .media.first { margin-top: 10px;}
.Ingredients .media {
    margin-top: 10px;
    min-height: auto;
    margin-bottom: 10px;
    -webkit-box-shadow: 10px 10px 40px -6px rgba(0, 0, 0, 0.1);
    box-shadow: 10px 10px 40px -6px rgba(0, 0, 0, 0.1);
    padding: 15px;
    border-radius: 7px;
}
.Ingredients { padding: 15px 0;}
.howork {padding: 20px 0;}
.howork-bottom .right .chart img { margin: auto; width: 100%;}
.howork-bottom .right .chart h1 { font-size: 30px;}
.howork-bottom .right h2 { font-size: 25px;} 
.howork-bottom .left{ display:none}
.product-pack-in{margin-bottom: 15px;  min-height:auto;}
.product-pack { padding: 20px 0;}
.testimonial { padding: 0px 0}
.testimonial h1 { padding: 23px 10px 17px; font-size: 26px; line-height: 33px;}
.home-abt-left { margin-top: -48px;}
.h-features .f-bottom { border-radius: 0;}
.h-features .f-bottom img {width: 150px;}
.h-features .f-bottom { padding-top: 20px;}
.h-features {padding: 20px 0;}
.h-features h1 {font-size: 20px; padding-bottom: 0px;}
.h-features p {font-size: 15px; line-height: 20px;}
.h-faq { padding: 20px 0;}
.h-faq h1{ padding:0px 0 10px; font-size:25px;}
.h-faq p { font-size: 15px; line-height: 22px;}
.faq {padding-top: 20px;}
.h-faq {padding: 20px 0 0px;}
.about-page-banner img {width: 80px;} 
.contact-detail h4 {font-size: 13px;}
.contact-detail h3 { font-size: 19px;}
.contactpage-form { margin-bottom: 20px;}
.contact-detail {padding: 20px 0;}
.howork-bottom .right { background-size: 82%;}



}


@media only screen and (max-width:567px) {
.form-wrap {width:100%;}
.left-banner h1 {margin-top: 0;} 
.navbar-dark .btn-danger { font-size: 12px;}   
.header-social { display:none;
    padding: 10px 0px 3px 0px;
}
footer .foo-contact .wpcf7-submit {     width: 100% !important;
    font-size: 14px;}
	
	footer .foo-contact {
    background: #ed1c24;
    padding: 10px 15px;
    width: 85%;
    margin: auto;
    display: block;
    margin-top: 25px;
}
.Ingredients .media { margin-top: 10px; min-height: auto;margin-bottom: 10px;}
.Ingredients .title {font-size: 25px; padding: 0 0 0px;}
.Ingredients { padding: 15px 0;}
.testimonial { padding: 0px 0}
.howork {padding: 20px 0;}
.howork-bottom{ display:none}
.product-pack-in{margin-bottom: 15px; min-height:auto;}
.product-pack h1 { font-size: 18px;}
.product-pack { padding: 20px 0;}
.testimonial h1 { padding: 23px 10px 17px; font-size: 26px; line-height: 33px;}
.home-abt-left { margin-top: -48px;}
.h-features .f-bottom img {width: 150px;}
.h-features .f-bottom { padding-top: 20px;}
.h-features {padding: 20px 0;}
.h-features h1 {font-size: 20px; padding-bottom: 0px;}
.h-features p {font-size: 15px; line-height: 20px;}
.h-faq { padding: 20px 0;}
.h-faq h1{ padding:0px 0 10px; font-size:25px; line-height: 29px;}
.h-faq p { font-size: 15px; line-height: 22px;}
.faq {padding-top: 20px;}
.h-faq {padding: 20px 0 0px;}
.about-page-banner img{ display:none} 
.about-page-banner h1{ display:block; color:#ffffff; font-size:20px; }
.inner-page-title-sec{ padding:10px;}
.about-page-banner{ padding:0;}
.contact-detail h4, .contact-detail h3 { font-size: 20px; }
.contact-detail h4{ padding-bottom:15px;}
.product-info-sec .product-info-tabs .nav li { border-right: 1px solid #e6e7e8; width: 100%; border-bottom: 1px solid #e6e7e8;}
.product-info-sec .product-info-tabs #prodtltab li a {margin: 0 !important;background: #fbfbfb;}
.product-info-sec .product-info-tabs #prodtltab li a.active::after { width:44%; top: 86%;left: 27%;border-radius: 7px;}
.purchaseproduct_btn .btn-dark {margin-bottom: 7px;}

.cartleft-sec .table.table-striped.cart tbody td .coupon .input-text { width: 100%; margin-bottom: 10px;}
.cartleft-sec .table.table-striped.cart tbody td.product-thumbnail a { display: block; max-width: 160px !important; width: 100%; margin: auto;}

.profile .profile-content .orders table.table td, .profile .profile-content .orders.table th {padding: .5rem 0.55rem;}
.about-page-banner img{ display:none !important;}

.l_2_f .img_box {
  display:none;
}
.l_2_f .c_box {    width: 100% !important;}
.log-form .nav-tabs { width: 100%;}

}