
table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {
	box-sizing: border-box;
}

img {
	max-width: 100%;
}

body {
	background: #EEECEC;
}

.ch_header {
	background-color: #fff;

}

.ch_logo img {
	width: 124px;
	position: absolute;
	left: 0;
	top: 10px;
	bottom: 0;
}

.progress-steps {
	display: flex;
	align-items: center;
	justify-content: center;

}

.step {
	width: 35px;
	height: 35px;
	background: #e0e0e0;
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
	/* font-weight: bold; */
	color: #333;
	display: flex;
	justify-content: center;
	align-items: center;
}

.step.completed {
	background: #000000;
	color: white;
}

.step-line {
	width: 70px;
	height: 3px;
	background: #e0e0e0;
}

.step-line.completed {
	background: #000000;
}

.ch_wraper_header {
	max-width: 77%;
	margin: 0 auto;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 109px;
}

.ch_logo {
	/* position: relative; */
	/* left: 0; */
	/* top: 0; */
	/* bottom: 0; */
}

.step.not_complte_step {
	width: 33px;
	height: 33px;
	border: 2px #e0e0e0 solid;
	background: #fff;
}

.current_step {

	background: #fff;

	border: 2px solid #000;

	width: 33px;

	height: 33px;
}

.shipping_van {

	text-align: center;

	margin-top: 32px;
}

.shipping_van h3 {

display: flex;

justify-content: center;

align-items: center;

column-gap: 12px;

font-size: 23px;

font-weight: 700;

margin-bottom: 12px;
}

.shipping_van h3 span {}

.shipping_van h3 i {}

.red {

	color: #E22726;

}

.shipping_van h3 i img {

	width: 46px;
}

.shipping_wraper {
	max-width: 60%;
	margin: 0 auto;
	margin-bottom: 12%;
}

.frm_element {
	background-color: #fff;
	margin-top: 22px;
}

.frm_heading {

	background: #404041;
}

.frm_heading h3 {
	color: #fff;
	display: flex;
	align-items: center;
	column-gap: 12px;
	padding: 12px 0 7px 17px;
	font-size: 22px;
	font-weight: 600;
}

.frm_heading h3 span {}

.frm_heading h3 span img {

	width: 33px;
}

.form_part {
	/* padding: 25px; */
	border: 1px solid #DCDCDC;
}

.frm_holder {}

.frm_row {

	display: flex;

	column-gap: 19px;
}

.frm_col {

	width: 50%;
}

.frm_holder {

	width: 100%;


	margin-bottom: 17px;

}

.frm_control {
	width: 100%;
	border-radius: 4px;
	padding: 8px;
	height: 43px;
	border: 1px solid #ccc;
	font-family: "Source Sans 3", serif;
	font-size: 15px;
}
select.frm_control, select{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 0 24 24' width='24px' fill='%23212121'%3E%3Cpath d='M24 24H0V0h24v24z' fill='none' opacity='1'/%3E%3Cpath d='M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z'/%3E%3C/svg%3E");
     background-repeat: no-repeat;
     background-position: center right;
     background-size: 25px auto;
     appearance: none;
    -webkit-appearance: none;
}

.btn_part {
	text-align: center;
	justify-content: center;
	display: flex;
}

.btn_style {
	/* display: flex; */
	background-color: #E22726;
	color: #fff;
	align-items: center;
	border: 0;
	width: 383px;
	text-align: center;
	font-family: "Source Sans 3", serif;
	font-size: 26px;
	text-transform: uppercase;
	position: relative;
	padding: 9px 18px;
	margin-top: 13px;
	font-weight: 600;
	cursor: pointer;
}

.btn_style span {

	position: absolute;

	right: 16px;

	top: 13px;
}

.btn_style span img {

	width: 25px;
}

.secure_icons {
	text-align: center;
	margin-top: 40px;
}

.secure_icons_1 {

	margin-bottom: 20px;
}

.secure_icons_2 {

	max-width: 323px;

	margin: 23px auto;

	margin-bottom: 0;
}

.secure_icons_1 img {}

.secure_icons_2 img {}


.ch_wraper {
	max-width: 80%;
	margin: 0 auto;
}

.ch_row {
	display: flex;
	column-gap: 30px;

}

.left_frm {
	width: 50%;
}

.right_frm {
	width: 50%;
}


.ch_box_sec {
	display: block;
	position: relative;
	padding-left: 40px;
	margin-top: 23px;
	cursor: pointer;
	font-size: 17px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */
.ch_box_sec input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: -4px;
	left: 0;
	height: 24px;
	width: 24px;
	background-color: #ffffff;
	border: 1px solid #ccc;
}

/* On mouse-over, add a grey background color */
.ch_box_sec:hover input~.checkmark {
	background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.ch_box_sec input:checked~.checkmark {
	background-color: #E22726;
	border: 0;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.ch_box_sec input:checked~.checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.ch_box_sec .checkmark:after {
	left: 8px;
	top: 4px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.order_summery_sec {
	/* padding: 20px; */
}

.order_summery_sec h3 {

	font-weight: 600;

	font-size: 18px;

	margin-bottom: 12px;

}

.Summary_row {

	display: flex;

	padding: 10px 0;

	margin-bottom: 9px;

	border-bottom: 1px solid #ddd;

	justify-content: space-between;

}

.Summary_row p {}

.total_sub p {
	font-weight: 600;
}

.total p {
	font-weight: 600;
	font-size: 20px;
}

.total {

	border-bottom: 0;

}

.total_sub {}

.Summary_ship {

	border-bottom: 0;

	margin-bottom: 0;

	padding-bottom: 2px;

}

.tax_p {}

.padding_form {

	padding: 21px;

	/* border: 1px solid #DCDCDC; */
}


.radio_ord_option {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 4px !important;!i;!;
}

.option_radio {
	display: flex;
	align-items: center;
	font-weight: 600;
}

.padding_form p {
	/* font-weight: 600; */
}

.option_radio input {transform: scale(1.5);margin-right: 13px;position: relative;top: 0px;height: auto;width: auto;}

.red_bg {
	background-color: #E22726;
	color: #fff;
	font-size: 12px;
	padding: 2px 6px;
	margin-left: 8px;
	font-weight: normal;
}

.optiom_price p del {
	font-size: 13px;
	color: #757575;
	font-weight: normal;
	margin-right: 3px;
}

.radio_ord_option_2 {
	border: 0 !important;!i;!;
	margin-bottom: 4px;
	padding: 0;
}

.Subscribe_part {

	border: 1px solid #DCDCDC;

	padding: 17px 12px;

	border-radius: 4px;
}

.Subscribe_part_active {

	border: 1px solid #666;
}

.Choose_Frequency {}

.Choose_Frequency p {

	font-size: 14px;

	margin-top: 22px;

	margin-bottom: 11px;
}

.Choose_Frequency_select {}

.Choose_Frequency_select select.frm_control {}

.Choose_Frequency_select i {
	margin-top: 12px;
	font-weight: normal;
	font-style: italic;
	margin-top: 16px;
	display: block;
	color: #555;
}

.express_checkout {
	position: relative;
	padding: 19px;
	border: 1px solid #E6E6E6;
	border-radius: 4px;
	margin-top: 12px;
}

p.exp_para {

	position: absolute;

	top: -9px;

	left: 0;

	right: 0;

	text-align: center;

	color: #5C5C5C;

	font-size: 14px;

	background: #fff;

	width: 129px;

	display: inline-block;

	margin: 0 auto;
}

.logo_exp_row {display: flex;align-items: center;column-gap: 20px;align-items: center;}

.pay_pal_logo {width: 50%;text-align: center;border: 1px solid #ccc;border-radius: 6px;padding: 13px 0;margin: 0 auto;}

.gpay_logo {width: 50%;text-align: center;width: 50%;text-align: center;border: 1px solid #ccc;border-radius: 6px;padding: 13px 0;display: none;}

.pay_pal_logo img {

	width: 47%;
}

.gpay_logo img {

	width: 32%;
}

.card_icon {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 17px;
}

.card_icon p {

	font-size: 18px;

	font-weight: 600;
}

img.all_cards {

	width: 40%;
}

.payment_part {

	/* padding: 0 12px 12px; */

	border: 1px solid #E6E6E6;

	border-radius: 4px;

	margin-top: 17px;
}

.paymeny_form {

	padding: 13px 22px 1px;

	background: #f8f8f8;

	/* border-radius: 8px; */
}

.term_check .checkmark {
	top: 4px;
}

.term_check {
	margin-bottom: 10px;
}

.btn_part_ch .btn_style {
	background-color: #E22726;
	color: #fff;
	align-items: center;
	border: 0;
	width: 100%;
	text-align: center;
	font-family: "Source Sans 3", serif;
	font-size: 26px;
	text-transform: uppercase;
	position: relative;
	padding: 12px 18px;
	margin-top: 13px;
	font-weight: 600;
}

.secure_icons_ch {
	margin-top: 20px;
	margin-bottom: 23px;
}

.frm_btm {
	padding: 0 20px;
}

.frm_btm_text p {

	padding: 40px 0;

	line-height: 23px;

	font-weight: normal;
}

.frm_btm_text p b {
	font-weight: 700;
}

.faq {
	width: 100%;
	margin: auto;
}

.faq-item {
	border-bottom: 1px solid #e6e6e6;
}

.faq-question {
	width: 100%;
	text-align: left;
	padding: 15px;
	background: #fff;
	border: none;
	outline: none;
	cursor: pointer;
	font-size: 18px;
	transition: background 0.3s ease;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	column-gap: 12px;
}

.faq-question:hover {
	background: #e0e0e0;
}

.faq-answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease-out, padding 0.3s ease;
	padding: 0 15px;
	background: #fff;
}

.faq-answer p {
	margin: 10px 0;
}

.faq-item.active .faq-answer {
	max-height: 200px;
	padding: 10px 15px;
}

.icon {
	font-size: 15px;
	transition: transform 0.3s ease;
	background: #000;
	color: #fff;
	font-weight: normal;
	height: 23px;
	width: 23px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 30px;
}

.faq-item.active .icon {
	transform: rotate(180deg);
}

.faq_part {

	/* padding: 30px 0 ; */

	padding-bottom: 70px;
}

.btm_part {
	background: #fff;
}

.slider_row {

	display: flex;

	align-items: center;

	max-width: 800px;

	margin: 0 auto;

	column-gap: 30px;

	padding: 81px 0 60px 0;

	border-bottom: 1px solid #eee;

	margin-bottom: 50px;
}

.slider_img {

	width: 12%;
}

.review_section {}

.tesimonial_part {}

.review_part {}

.slider_text p {

	font-size: 16px;

	line-height: 21px;

	margin-top: 10px;

	color: #666;
}

.slider_text_top {

	display: flex;

	align-items: center;

	column-gap: 18px;
}

img.arrow_testi {

	width: 40px;
}

.slider_text {

	width: 82%;
}

.slider_img img {}

.slider_text_top h3 {

	font-size: 17px;

	font-weight: 600;
}

.slider_text_top h3 i {

	display: block;

	font-weight: normal;

	font-size: 14px;

	color: #666;
}

.faq_heading {
	text-align: center;

}

.slick-dots {
	display: none !important;
}

.faq_heading {

	margin-bottom: 44px;
}

.faq_heading h2 {
	font-size: 20px;
	font-weight: 600;
}

.btm_btn {
	padding-bottom: 60px;
	text-align: center;
}

.btm_btn .btn_style {
	width: 400px;
	max-width: 100%;
}

.frm_col {
	position: relative;
}

.q_icon {
	position: absolute;
	right: 6px;
	top: 13px;
}

.q_icon img {

	width: 18px;
}
.ques_text{
	width: 95%;
}



  .tooltip {
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
   visibility: hidden;
    width: 157px;
    background-color: #868686;
    color: #fff;
    text-align: center;
    padding: 7px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    top: 24px;
    left: -69px;
    font-size: 12px;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}
.tooltip .tooltiptext::before {
   content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #868686 transparent;
        }


.blink_me {
  animation: blinker 1.3s linear infinite;
  font-size: 18px;
    padding: 4px;
    color: #ce85ee;
    font-weight: 600;

}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.Subscribe_part_top{
	margin-bottom: 20px;
	
}


