/**
*  Styled by:
*       Attiq Ur Rehman
*       Softsourcepk
*       offshore.jump@gmail.com
**/

@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&display=swap');

body {
	font-family: 'Montserrat', sans-serif;
  background: #fff;
  font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px
}
.logo-box h1 {
  font-size: 25px;
  font-weight: bold;
  letter-spacing: -2px;
}

.logo-box {
  padding: 10px 20px;
  width: 49%;
  margin-left: 55px;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffcb36+0,f8a03b+50,f37000+51,ec4300+100 */
  background: #ffcb36; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffcb36 0%, #f8a03b 50%, #f37000 51%, #ec4300 100%); /* FF3.6-15 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffcb36), color-stop(50%,#f8a03b), color-stop(51%,#f37000), color-stop(100%,#ec4300)); /* Chrome4-9,Safari4-5 */
  background: -webkit-linear-gradient(top,  #ffcb36 0%,#f8a03b 50%,#f37000 51%,#ec4300 100%); /* Chrome10-25,Safari5.1-6 */
  background: -o-linear-gradient(top,  #ffcb36 0%,#f8a03b 50%,#f37000 51%,#ec4300 100%); /* Opera 11.10-11.50 */
  background: -ms-linear-gradient(top,  #ffcb36 0%,#f8a03b 50%,#f37000 51%,#ec4300 100%); /* IE10 preview */
  background: linear-gradient(to bottom,  #ffcb36 0%,#f8a03b 50%,#f37000 51%,#ec4300 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcb36', endColorstr='#ec4300',GradientType=0 ); /* IE6-9 */

}

#top-header {
  background-color:#0b4072; /* #fa6d1c;*/
  max-height: 118px;
}



.logo-box:after {
  position: absolute;
  right: -50px;
  top:0;
  content: '';
  width: 50px;
  height: 67px;
  background: url("images/logo-clip.png");
  /*border: 34px solid transparent;
  border-left: 36px solid #ec4300;*/
}

.logo-box img {
  position: absolute;
  top: -12px;
  left: -65px;
  width: 84px;
}


p {
	margin: 0px;
	padding: 0px
}
ul {
	margin: 0px;
	padding: 0px;
	list-style: none
}
ul li {
	margin: 0px;
	padding: 0px
}
a {
	text-decoration: none
}
a:hover {
	text-decoration: none
}
.topMenuBox {
	background: #fb7b30;
	padding: 16px;
	position: relative;
}
.save {
	position: absolute;
	right: 3%;
	padding: 0;
	border-radius: 110px;
	top: 72px;
}
.saleImage {
	position: absolute;
	top: 58px;
	right: 32.3%;
}
.save p {
	color: #fff;
	position: relative;
	font-size: 32px;
	line-height: 28px;
	font-weight: bold;
}
.topMenuBox ul li {
	display: inline-block;
	margin-right: 58px;
}
.topMenuBox ul li a {
	font-size: 19px;
	color: #fff;
}
.top_box {
	background-size: cover;
	padding: 10px;
	margin: 0px 0px 20px;
}
.box_botal h2 {
	font-weight: bold;
	font-size: 25px;
	padding: 10px 0px 0px;
}
.box_botal h2 span {
	font-weight: 600;
}
.box_botal h2 span:first-child {
	color: #259443;
}
.box_botal h2 span:last-child {
	color: #fa6d1c;
}

.botl_box, .package_selector {
	/*box-shadow: 0px 2px 10px #CCC;*/
	cursor: pointer;
	margin: 20px 0px;
  min-height: 270px;
  border: 1px solid #259443;
  border-radius: 14px;
}
.head {
	/*background: #e7f2e1;*/
  background: #e8f4ff;
	/*border-bottom: 1px solid #d87469;*/
	position: relative;
	border-radius: 12px 12px 0px 0px;

}
.head h3 {
	font-weight: 700;
	font-size: 23px;
	text-transform: uppercase;
	color: #0b4072;
	padding: 14px 0px 8px 51px;
}
.head p {
	color: #FFF;
	text-align: right;
	font-weight: 600;
	font-size: 20px;
	padding: 8px 12px;
}
.head p span {
	padding: 3px 20px 5px 40px;
  position: relative;
}

/*.head p span:before {
  position: absolute;
  border: 18px solid transparent;
  content:'';
  width:0;
  height: 0;
  top: 0;
  left: 0;
  border-left:17px solid #d32f2f;
  border-top:17px solid #d32f2f;
}*/

.best_offer {
	position: absolute;
	top: -7px;
	left: -7px;
  /*z-index: 999;
  transform: rotate(-18deg);*/
}
.best_offer img {
  /*width: 150px;*/
  height: auto;
}
.botal_img img {
	margin: 0px auto;
}
.botl_text {
	background: #FFF;
	padding:9px;
	border-radius: 0px 0px 12px 12px
}
.aro {
	padding: 60px 0px 0px;
	text-align: center
}

.aro .fa {
	font-size: 41px;
	color: #eb9e05;
}

.fa-circle-o:after {
  background-image: url(images/select-uncheck.png);
}


.aor1 {
	padding: 70px 0px 0px;
	text-align: center;
	display: none;
}

.aro1 .fa {
	font-size: 41px;
	color: #eb9e05
}
.botal_img {
	padding: 0;
	height: 188px;
  margin-top: 20px;
}
.botl_text .info-block{
  height: 225px;
  padding-right: 0;
}
.botal_img img {
	height: 100%;
	width: auto;
}
.botal_text {
  /*background: #e7f2e1;*/
  border: 1px solid #ececec;
	border-radius: 0;
	padding: 20px 0px;
	margin: 10px 0 0;
  height: 92%;
  width: 97%;
  border-radius: 12px;
}
.botal_text h3,
.per-unit-price {
	font-size: 22px !important;
	font-weight: 700;
	text-transform: uppercase;
	color: #d32f2f;
	text-align: center;
}

.per-unit-price {
  font-size: 30px !important;
}
.per-bottle-text {
  font-size: 14px !important;
  display: block;
}

.del-retaile-price {
  font-size: 22px;
	font-weight: 700;
	color: #aaa;
	text-align: center;
  margin-top: 30px;
  display: block;
  margin-bottom: 15px;
}

.botal_text p {
	color: #f00;
	font-size: 16px;
	text-align: center;
	padding: 4px 0px;
}
.botal_text h2 {
	font-size: 20px !important;
	color: #808080;
	text-align: center;
	padding: 0px 0px 5px;
}
.botal_text h2 span {
	font-size: 31px;
	color: #f11818 !important;
	font-weight: 700;
  margin-top: 15px;
  display: inline-block;
}
.botal_text h4 {
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	color: #000;
}
.btn_text1 {
	text-align: center;
	padding: 10px 0px 0px;
}
.btn_text {
	background: #259443;
  border: none;
	border-radius: 30px;
	text-decoration: none;
	color: #FFF;
	text-align: center;
	padding: 11px 15px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
  width: 90%;
  letter-spacing: 1px;
}

.price-total-only {
  margin: 10px 0;
}

.botl_box a:hover .head,
.botl_box a:active .head,
.botl_box a:focus .head,
.package_selector a:active .head,
.package_selector a:focus .head {
	/*background: #e8f4ff; /*#9fdb9c;*/

  background: hsla(88, 70%, 44%, 1);
  background: linear-gradient(270deg, hsla(88, 70%, 44%, 1) 0%, hsla(87, 99%, 27%, 1) 100%);
  background: -moz-linear-gradient(270deg, hsla(88, 70%, 44%, 1) 0%, hsla(87, 99%, 27%, 1) 100%);
  background: -webkit-linear-gradient(270deg, hsla(88, 70%, 44%, 1) 0%, hsla(87, 99%, 27%, 1) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#76BE21", endColorstr="#4B8901", GradientType=1 );
  color: #fff;
}

.botl_box a:hover .botal_text {
	background: #d9ffad;
}
.botl_box a:active .botl_box, .botl_box a:focus .botal_text {
	background: #e8f4ff;
}
.botal_box1 h3 {
	font-size: 18px;
	font-weight: 400;
	color: #000;
}

.botl_box a:hover .head h3 {
  color: #fff;
}


/* TABLES */
table.table>thead {
	/*color: #eb9e05;*/
	background-color: #e7f2e1;
	font-weight: 700;
}
table.table>thead>tr>th {
	border-bottom: 1px solid #449D44;
	padding: 10px 15px;
	font-size: 21px;
}
table.table>tbody>tr>td {
	padding: 5px 15px;
}
table.table>tbody>tr>td+td {
	width: 1px;
}
table.table select {
	float: right;
	height: 1.5em;
	padding: 0 0.15em;
}
table.table input {
	float: right;
	height: 1.5em;
	padding: 0 0.5em;
}
table.table input+.input-group-addon {
	height: 1em;
	padding: 0 0.75em;
}
.table-container {
	background: #fff;
	border: 1px solid #449D44;
	border-radius: 4px;
	overflow: hidden;
}
.text-bold {
	font-weight: 600;
	font-size: 17px;
}
.table {
  margin-bottom: 0 !important;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
  padding: 7px !important;
}

.bodytext {
	font-weight: bold;
	font-size: 20px;
  position: relative;
  /*border-right: 1px solid #ccc;*/
}

.bodytext img {
  position: absolute;
  top: 22px;
  height: 220px;
  width: auto;
  left: -25%;
  text-align: center;

}
.text-red {
	color: #d32f2f
}
/*****form*******/
.form_box {
	padding-right: 13px;
}
.stap_img img {
	width: 100%;
}
.form_box1 {
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
	background: #fff;
}
.shio {
	text-align: center;
}
.shio a {
	font-weight: 600;
	font-size: 16px;
}
.billing-info-title {
	font-weight: 500;
	font-size: 28px;
	color: #000;
	text-align: center;
	padding: 5px 0px 10px;
  margin: 65px 0 12px;
}
#finalform {
  position: relative;
  z-index: 999;
}
.form-control {
  margin: 1px 0;
  height: 38px;
  border:1p solid #ececec !important'
}
.control-label {
	padding: 9px 0px 0px 15px;
	font-size: 15px;
  text-align: right;
  font-weight: 500;
}
.form-group {
	margin-bottom: 6px;
}
.form-box {
	padding: 0px 11px 0px 0px;
}
.form select {
	/*
    background-color: #e7f2e1;
    box-shadow: 0 0 8px #eb9e05;
  */
	border: 1px solid #eee;
  height: 39px;

}
.billing-section {
  margin-top: 20px;
}
.billing-section h2 {
	font-weight: 400;
	font-size: 25px;
	text-align: center;
	padding: 6px 0px;
}
.lableche {
	text-align: center;
	font-size: 15px;
}
.billing-form {
	padding: 10px 11px 0px 0px;
}

.valid:after, .valid:after {
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 150%;
	margin: 0!important;
	position: absolute;
	right: -.4em;
	top: .3em;
}

/*.valid:after {
	color: #eb9e05;
	content: "\f00c";
}*/

.btn_box {
	padding: 10px 0px 10px;
}
.btn_box .btn {
  background: hsla(88, 70%, 44%, 1);
  background: linear-gradient(270deg, hsla(88, 70%, 44%, 1) 0%, hsla(87, 99%, 27%, 1) 100%);
  background: -moz-linear-gradient(270deg, hsla(88, 70%, 44%, 1) 0%, hsla(87, 99%, 27%, 1) 100%);
  background: -webkit-linear-gradient(270deg, hsla(88, 70%, 44%, 1) 0%, hsla(87, 99%, 27%, 1) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#76BE21", endColorstr="#4B8901", GradientType=1 );
	width: 100%;
	color: #FFF;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	transition: .5s!important;
  margin-bottom: 8px;
}

.btn_box .btn:hover {
	background-color: #ef6c00;
	box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15)!important;
}
.garnti {
	text-align: center;
}
.garnti h2 {
	color: #f11818;
	font-size: 18px;
	font-weight: 600;
  margin-bottom: 5px;
}

.text p {
	text-align: center;
	font-weight: 600;
	font-size: 15px;
}
.text {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
	box-shadow: 0 1px 1px rgba(0,0,0,0.05);
	border-color: #ddd;
	padding: 15px;
	margin: 10px 10px 20px;
}
.text img {
	margin: 10px auto;
}
.last_img img {
	margin: 0px auto;
}
.form_box {
	margin: -77px 0px 0px 0px;
}
#footer {
	padding: 30px 0px
}
.fot_text p {
	text-align: center;
	padding: 10px;
	font-weight: 400;
	font-size: 16px;
}
/*.botl_box i:before {
	content: "\f05d";
}*/
.botl_box i.selected:before, .package_selector i.selected:before {
	content: "\f05d";
}
.botl_box .selected i:before, .package_selector .selected i:before {
	color: #eb9e05;
	content: "\f10c";
}
.expYear {
	display: inline-block;
	width: 45%;
	border-radius: 0 4px 4px 0;
	border-left-width: 0;
	padding: 6px;
	margin-left: -5px;
}
.ccnumber {
	padding-left: 0;
}

/*************************/
@media (min-width: 1200px) {
}
 @media (min-width: 992px) and (max-width: 1199px) {
}
 @media (min-width: 768px) and (max-width: 991px) {
}
@media (max-width: 767px) {
.head h3 {
	text-align: center;
	padding: 5px 0px;
}
.head p {
	text-align: center;
	padding: 4px 0px 11px 0px;
}
.aro {
	padding: 20px 0px;
}
.botal_img {
	padding: 10px 0px;
}
.form_box {
	margin: 20px 0px 0px 0px;
}
}
@media (max-width: 627px) {
}
@media (min-width: 481px) and (max-width: 626px) {
}
@media (max-width: 767px) {
.save {
	position: relative;
	right: auto !important;
	padding: 0;
	border-radius: 110px;
	top: 0 !important;
	left: auto !important;
	margin-top: 16px;
	text-align: center;
}
}

.botal_img img {
	width: auto;
	margin: 0 auto;
	height: 100%;
}
 @media screen and (max-width:767px) {
.save > p {
	margin-top: 0 !important;
	font-size: 28px !important;
	-webkit-text-stroke-width: 1px !important;
	-webkit-text-stroke-color: #ddd !important;
}
}
.save p {
	font-family: fantasy;
	color: #eb9e05;
	font-size: 42px;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: #fff;
	margin-top: -54px;
}
.package-heads {
	color: #eb9e05;
	font-size: 20px;
	font-weight: 800;
}
.package-heads .aro {
	padding: 20px 0;
}
.totalsection-font-sm td {
	font-size: 17px;
	color: #000;
  font-weight: normal;
}
.sub-total td, .grand-total td {
	color: #000; /*#eb9e05;*/
	font-weight: 700;
}
.disclaimer-text p {
	font-size: 17px;
  font-family: 'Montserrat', sans-serif;
}
.shipping-handling-text {
	font-size: 12px !important;
	color: #000 !important;
}
 @media only screen and (min-device-width:768px) and (max-device-width:1024px) {
.special-offers img {
	height: auto;
	margin: 0 auto;
}
.botal_img {
	height: auto;
}
}
/*
.box1 h3, .box3 h3 {
	font-size: 16px;
  padding: 12px 0;
}
*/
/*.can-buy-1, .can-buy-3 {
  text-align: center;
}*/
/*.box3 .fa-circle-o, .box1 .fa-circle-o {
	font-size: 25px;
}*/

.box3 h2, .box1 h2 {
	font-size: 14px;
}
/*.box3 .btn_text, .box1 .btn_text {
	font-size: 11px;
	padding: 6px 8px;
}*/
.box3, .box1 {
	width: 96%;
	margin-left: 15px;
  padding-left: 0;
  padding-right: 0;
}
}
 @media (min-width: 992px) {
.box3 .col-md-6, .box1 .col-md-6 {
	width: 40% !important;
}
}

.final-step-section {
  /*background:#f9a703;*/


  background: hsla(88, 70%, 44%, 1);

background: linear-gradient(270deg, hsla(88, 70%, 44%, 1) 0%, hsla(87, 99%, 27%, 1) 100%);

background: -moz-linear-gradient(270deg, hsla(88, 70%, 44%, 1) 0%, hsla(87, 99%, 27%, 1) 100%);

background: -webkit-linear-gradient(270deg, hsla(88, 70%, 44%, 1) 0%, hsla(87, 99%, 27%, 1) 100%);

filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#76BE21", endColorstr="#4B8901", GradientType=1 );


  color:#fff;
  text-align: center;
  width: 100%;
  min-height: 100px;
  position: relative;
  margin-bottom: 48px;

}

.final-step-section:before {
  position: absolute;
  width:100%;
  height:0;
  border: 173px solid transparent;
  border-top:36px solid #4b8901;
  content:'';
  bottom:-209px;
  left: 0;
  z-index: 9;
}

.final-step-section:after {
  position: absolute;
  width:100%;
  height:0;
  border: 174px solid transparent;
  border-top:44px solid #7f7f7f;
  content:'';
  bottom:-218px;
  left: -1px;

}



.final-step-section h4{
  text-transform: uppercase;
  font-weight: bold;
  text-shadow: 1px 1px 4px #555;
  padding-top: 15px;
  font-family: 'Montserrat', sans-serif;
  font-size: 52px;
}

.final-step-section p {
  font-size: 15px;
  font-weight: bold;
  text-shadow: 1px 1px 4px #555;
  font-family: 'Montserrat', sans-serif;
}

.no-padding {
  padding: 0 !important;
}

.lbl-iagree {
  text-align: left;
  padding: 0;
  font-size: 13px;
}

#iagree {
  height: 16px;
}

.approved-value {
  font-family: 'Montserrat', sans-serif;
  color: #f00;
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
}

.text-value-p {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  margin-bottom: 3px;
  margin-top: 3px;
}

.risk-value {
  color: #f00;
  font-size: 16px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 30px;
}

.left-guarantee-box h4 {
  background: #0b4072;
  padding: 10px 20px;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 69%;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}

.table-container {
  margin-top: 25px;
}

.shipping-address-panel {
  background: hsla(88, 70%, 44%, 1);
  background: linear-gradient(270deg, hsla(88, 70%, 44%, 1) 0%, hsla(87, 99%, 27%, 1) 100%);
  background: -moz-linear-gradient(270deg, hsla(88, 70%, 44%, 1) 0%, hsla(87, 99%, 27%, 1) 100%);
  background: -webkit-linear-gradient(270deg, hsla(88, 70%, 44%, 1) 0%, hsla(87, 99%, 27%, 1) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#76BE21", endColorstr="#4B8901", GradientType=1 );
	padding: 14px 13px 5px 0;
	margin: 0 -12px 0 0px;
}

.shipping-address-panel label, .shipping-address-panel h2 {
	text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
	color: #fff;
}

.footer-navi a {
  color: #0b4072;
  font-size: 17px;
}
