@import url('https://fonts.googleapis.com/css2?family=Corinthia:wght@400;700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*,
*::after,
*::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/*==BASIC-SETUP==*/
body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  background: #ffffff;
}

.scraped-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;

}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.row > div {
  padding-right: 15px;
  padding-left: 15px;
}

a,
a:hover,
a:active {
  text-decoration: none;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
label {
  margin-bottom: 0;
}

/* scroll-bar */
.scrolltotop {
  width: 40px;
  height: 40px;
  border-radius: 100px 100px 0 0;
  background: #333333;
  text-align: center;
  padding-top: 8px;
  font-size: 20px;
  color: #ffffff;
  position: fixed;
  right: 8px;
  bottom: 10px;
  display: none;
  transition: 0.2s all ease;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
}

.scrolltotop:hover {
  color: #fff;
  background: rgba(51, 51, 51, 0.7);
}

/*==THIS IS START==*/

.sec_1 {
  padding: 40px 0;
}

.sec_1_title h2 {
  text-align: center;
  color: #9B5456;
  font-size: 30px;
  line-height: 56px;
  font-weight: 700;
  margin: 0 0 40px;
}

.sec_1_cnt {
  display: grid;
  place-items: center;
  grid-template-columns: repeat(6,1fr);
}

.sec_2 {
  padding: 50px 0;
  background-color: #9B5456;
  display: none;
}

.sec_2sm {
  background-color: #ffffff;
  display: block;
  padding: 30px 0 0;
}

.sec_2_title h2 {
  text-align: center;
  color: #ffffff;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  margin: 0 0 40px;
}

.sec_2sm .sec_2_title h2   {
  color: #9B5456;
}

.sec_2_cnt {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}

.sec_2_cnt p {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  margin: 0 0 25px;
}

.sec_2sm .sec_2_cnt p {
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin: 0 0 25px;
}

.sec_2sm .sec_2_img {
  width: 45%;
}

.sec_2sm .sec_2_img img {
  width: 100%;
}

.sec_3 {
  padding: 50px 0;
}

.sec_3_title h2 {
  text-align: center;
  color: #9B5456;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  margin: 0;
}

.sec_3_title p {
  text-align: center;
  color: #333333;
  font-size: 24px;
  line-height: 35px;
  font-weight: 400;
  margin: 0 0 25px;
}

.main-content {
  position: relative;
}

.main-content .owl-theme .custom-nav {
  position: absolute;
  top: 89%;
  left: 37%;
  right: 37%;
}

.main-content .owl-theme .custom-nav .owl-prev, .main-content .owl-theme .custom-nav .owl-next {
  position: absolute;   
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
}

.main-content .owl-theme .custom-nav .owl-prev i, .main-content .owl-theme .custom-nav .owl-next i {
  font-size: 30px;
  color: red;
}

.main-content .owl-theme .custom-nav .owl-prev {
  left: 0;
}

.main-content .owl-theme .custom-nav .owl-next {
  right: 0;
}

.main-content .owl-theme .owl-dots .owl-dot.active span, .main-content .owl-theme .owl-dots .owl-dot:hover span {
  background: #9B5456;
}

.main-content .owl-theme .owl-dots {
  margin-top: 40px;
}

.slider_cnt {
  border: 1px solid #9B5456;
  padding: 25px 35px;
  display: flex;
  align-items: flex-start;
  gap: 30px;
}

.slider_img {
  width: 35%;
}

.slider_text {
  width: 65%;
}

.slider_text h3 {
  display: inline-block;
  background: #9B5456;
  border-radius: 5px;
  padding: 2px 8px;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0 0 22px;
}

.slider_text ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #2F2F2F;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  padding: 0 0 16px;
}

.slider_text ul li img {
  width: 20px !important;
}

.slider_text ul {
  padding-bottom: 20px;
  border-bottom: 1px solid #7F7F7F;
}

.slider_text h4 {
  color: #333333;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-style: italic;
  margin: 20px 0 30px;
}

.name_info {
  display: flex;
  align-items: center;
  gap: 30px;
}

.name_info p {
  color: #2F2F2F;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 8px;
}

.name_info p .star {
  width: 78px !important;
}

.name_info p .check_2 {
  width: 15px !important;
}

.sec_4 {
  padding: 50px 0;
  background-color: #9B5456;
}

.sec_4_title h2 {
  font-size: 40px;
  font-weight: 800;
  line-height: 50px;
  text-align: center;
  color: #ffffff;
  margin: 0;
}

.sec_4_title p {
  font-size: 24px;
  font-weight: 400;
  line-height: 50px;
  text-align: center;
  color: #ffffff;
  margin: 0 0 25px;
}

.sec_4_grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-gap: 40px;
}

.sec_4_cnt {
  padding: 15px;
  background-color: #ffffff;
  border-radius: 20px;
  text-align: center;
}

.sec_4_cnt h3 {
  font-size: 25px;
  line-height: 38px;
  font-weight: 500;
  letter-spacing: -1px;
  color: #2F2F2F;
  margin: 15px 0 0;
}

.sec_4_cnt p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #2F2F2F;
  margin: 15px 0;
  height: 144px;
}

.sec_4_img {
  width: 100%;
}

.sec_5 {
  padding: 50px 0;
}

.sec_5_grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-gap: 30px;
}

.sec_5_cnt {
  border: 2px solid #9B5456;
  border-radius: 20px;
  padding: 20px 20px;
  text-align: center;
}

.sec_5_img {
  border-radius: 7px;
  width: 100%;
}

.sec_5_cnt h3 {
  margin: 20px 0 10px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000000;
  height: 32px;
}

.sec_5_cnt p {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.6px;
  font-weight: 400;
  color: #2F2F2F;
  margin: 0;
}

.sec_5_btm {
  text-align: center;
  padding: 40px 0 0;
}

.sec_5_btm select {
  max-width: 360px;
  border: 2px solid #9B5456;
  border-radius: 10px;
  color: #9B5456;
  width: 100%;
  background-color: #ffffff;
  appearance: none;
  font-size: 18px;
  font-weight: 500;
  padding: 15px 30px;
  cursor: pointer;
  background-image: url("https://assets.checkoutchamp.com/Funnel/assets/images/0b06b648-677b-41ae-808d-ced5e01c5280/508ba841-2add-4b81-b284-083133060441/down.svg");
  background-repeat: no-repeat;
  background-position:  94% 50%;
}

.sec_6 {
  background-color: #9B5456;
  padding: 55px 0;
}

.sec_6_grid {
  display: grid;
  grid-template-columns: repeat(6,1fr);
  grid-gap: 30px;
}

.sec_6_cnt {
  text-align: center;
}

.sec_6_cnt p {
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #ffffff;
  height: 48px;
  text-transform: uppercase;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.sec_7 {
  padding: 50px 0;
}

.wm_table_area {
  padding-top: 30px;
}

.wm_table_area table {
	width: 100%;
  border-collapse: collapse;
}

.wm_table_area th {
  font-family: "Nunito Sans", sans-serif;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	color: #000000;
	padding: 20px 16px;
}

.wm_table_area td {
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	color: #333333;
  text-transform: uppercase;
	text-align: center;
	border-bottom: 0.5px solid #333333;
  padding: 20px 16px;
}

.wm_table_area .th_2 {
  color: #ffffff;
  font-weight: 600;
}

.wm_table_area .td_1 {
	text-align: left;
	width: 30%;
}

.th_1 {
	width: 30%;
}

.th_2, .th_3, .th_4, .th_5 {
  width: 17.5%;
}

.th_2 img, .th_3 img, .th_4 img {
	display: block;
	max-width: 96px;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 10px;
}

.th_2 {
  background-color: #9B5456;
  border-bottom: 0.5px solid #9B5456;
}

.td_2, .td_3, .td_4, .td_5 {
  width: 17.5%;
	padding: 20px 16px;
}

.td_2 {
	background-color: #9B5456;
	color: #ffffff !important;
	font-weight: 700 !important;
  border-bottom: 0.5px solid #333333;
  border-bottom: 0.5px solid #9B5456 !important;
}

.td_border_1 {
	border-radius: 16px 16px 0 0;
}

.td_border_2 {
	border-radius: 0 0 16px 16px;
}

.th_border_1 {
	border-radius: 16px 0 0 0 !important;
}

.td_b_n {
  border-bottom: 0 !important;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.sec_8 {
  background-color: #9B5456;
  padding: 50px 0;
}

.sec_8_flex {
  display: flex;
  align-items: flex-start;
  gap: 70px;
}

.sec_8_left {
  width: 60%;
}

.sec_8_left h2 {
  font-size: 40px;
  line-height: 45px;
  font-weight: 700;
  color: #ffffff;
  margin: 20px 0 0;
}

.sec_8_left h2 span {
  font-weight: 500;
}

.sec_8_left p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #ffffff;
  margin: 25px 0;
}

.sec_8_left h3 {
  font-family: "Corinthia", cursive;
  font-size: 48px;
  line-height: 26px;
  font-weight: 400;
  color: #ffffff;
  margin: 10px 0 0;
}

.sec_8_img {
  width: 40%;
}

.sec_8_img img {
  border-radius: 12px;
  width: 100%;
}

.shape img {
  width: 100%;
}

.sec_9 {
  padding: 50px 0 100px;
}

.sec_9 .sec_3_title p {
  font-size: 18px;
  line-height: 24px;
  margin: 15px 0 35px;
}

.sec_9_grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-gap: 30px;
}

.sec_9_cnt {
  box-shadow: 0px 12px 30px 0px #0000000F;
  text-align: center;
  padding: 60px 20px;
}

.sec_9_cnt h3 {
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  line-height: 50px;
  font-weight: 300;
  color: #9B5456;
  margin: 0 0 20px;
}

.sec_9_cnt h4 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  color: #7F4B50;
  margin: 0 0 15px;
}

.sec_9_cnt p {
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-style: italic;
  line-height: 26px;
  font-weight: 400;
  color: #282828;
  margin: 0;
}

.shape_2 img {
  width: 100%;
  margin-bottom: -10px;
}

.sec_10 {
  padding: 50px 0;
  background-color: #ffffff;
}

.sec_10 .sec_4_title h2 {
  color: #2F2F2F;
}


.sec_10 .sec_4_title p {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  margin: 10px 0 20px;
  color: #2F2F2F;
}

.sec_10_cnt img {
  display: block;
  margin: 0 auto;
}

.sec_10_cnt h4 {
  font-size: 20px;
  font-weight: 700;
  color: #2F2F2F;
  margin: 0;
}

.sec_10_cnt p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #2F2F2F;
  margin: 15px 0 20px;
}

.sec_11 {
  padding: 50px 0;
  background-color: #9B5456;
}

.sec_11 .scraped-container {
  max-width: 1350px;
}

.sec_11_cnt {
  border-radius: 30px;
  padding: 50px 80px;
  background-color: #ffffff;
}

.sec_11_top h2 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  color: #9B5456;
  margin: 0;
  text-align: center;
}

.sec_11_top img {
  width: 100%;
  margin: 25px 0;
}

.reviwe_cnt_box {
  max-width: 1170px;
  margin: 0 auto;
  padding: 25px 35px;
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #00000014;

}

.reviwe_left {
  width: 18%;
}

.reviwe_left p {
  font-family: "Nunito Sans", sans-serif;
  color: #2F2F2F;
  font-size: 11px;
  font-weight: 300;
  line-height: 19px;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 5px
}

.reviwe_left h3 {
  font-family: "Nunito Sans", sans-serif;
  color: #2F2F2F;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  margin: 8px 0 3px;
}

.reviwe_left span {
  font-family: "Nunito Sans", sans-serif;
  color: #2F2F2F;
  font-size: 10px;
  font-weight: 400;
  line-height: 19px;
  margin: 0;
  display: block;
}

.reviwe_right {
  width: 85%;
  border-left: 1px solid  #00000014;
  padding-left: 15px;

}

.reviwe_right h3 {
  font-size: 22px;
  font-weight: 700;
  color: #7F4B50;
  margin: 0;
}

.reviwe_right h4 {
  font-size: 16px;
  font-weight: 700;
  font-family: "Nunito Sans", sans-serif;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 8px 0 20px;
  color:#2F2F2F;
}

.reviwe_right p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Nunito Sans", sans-serif;
  color: #000000;
}

.sec_12{
  padding: 80px 0;
}

.accordion-button:not(.collapsed)::after {
	background-image: url("https://assets.checkoutchamp.com/Funnel/assets/images/0b06b648-677b-41ae-808d-ced5e01c5280/508ba841-2add-4b81-b284-083133060441/plus.svg");  
	transform: rotate(-45deg);
}

.accordion-button::after {
	flex-shrink: 0;
	width: 30px;
	height: 30px;
	margin-left: auto;
	content: "";
	background-image: url("https://assets.checkoutchamp.com/Funnel/assets/images/0b06b648-677b-41ae-808d-ced5e01c5280/508ba841-2add-4b81-b284-083133060441/plus.svg");  
	background-repeat: no-repeat;
	background-size: 100% 100%;
	transition: transform 0.2s ease-in-out;
}

.accordion-item {
	margin-bottom: 15px;
}

.accordion-button:focus {
	z-index: 3;
	outline: 0;
	box-shadow: none;
}

.accordion-button {
	cursor: pointer;
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 10px 20px;
	font-size: 17px;
	font-weight: 500;
	color: #9B5456;
	text-align: left;
	background-color: #fff;
	border: 0;
	border-radius: 0;
	overflow-anchor: none;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
	border: none;
  border: 1px solid #9B5456;
  border-radius: 8px;
}

.accordion-button:not(.collapsed) {
	color: #9B5456;
	background-color: #ffffff;
	box-shadow: none;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.accordion-item {
  border: 0;
}

.accordion-body {
	padding: 10px;
	padding-right: 50px;
}

.accordion-body p {
	font-weight: 400;
	line-height: 30px;
}

.faq_title h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  text-align: center;
  color: #9B5456;
  margin: 0 0 40px;
}

.sec_13 {
  background-color: #9B5456;
  text-align: center;
  padding: 30px 0;
}

.sec_13 h2 {
  font-size: 35px;
  line-height: 45px;
  color: #ffffff;
  font-weight: 700;
  margin: 0;
}

.icon {
  text-align: center;
  margin-top: -25px;
}

.sec_14 {
  padding: 40px 0 70px;
}

.sec_14_flex {
  display: flex;
  align-items: flex-start;
  gap: 50px;
}

.sec_14_left {
  width: 60%;
}

.sec_14_right {
  width: 40%;
}

.sec_14_left h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  color: #212529;
  margin: 0;
}

.sec_14_left p {
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  color: #212529;
  margin: 0;
}

.list_1 ul {
  padding-left: 25px;
  padding-bottom: 20px;
}

.list_1 ul li {
  list-style-type: disc;
  font-size: 16px;
  font-weight: 400;
  color: #212529;
  margin: 0;
}

.list_2 ul li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #333333;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding: 0 0 10px;
}

.cta a {
  display: block;
  text-align: center;
  background-color: #9B5456;
  padding: 16px 10px;
  border-radius: 8px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.2s;
}

.cta a del {
  font-size: 18px;
  font-weight: 400;
}

.cta a:hover {
  opacity: 0.8;
}

.sec_14_btm p {
  text-align: center;
  color: #E60000;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  margin: 25px 0 0;
}

.sec_15 {
  padding: 0 0 40px;
}

.sec_15_title {
  text-align: center;
  padding-top: 20px;
}

.sec_15_title h2 {
  font-size: 40px;
  line-height: 40px;
  font-weight: 300;
  color: #000000;
  margin: 0 0 40px;
}

.sec_15_title h3 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 72px;
  line-height: 40px;
  font-weight: 300;
  color: #000000;
  margin: 0;
}

.sec_15_title img {
  width: 132px;
  margin: 15px 0 0;
}

.sec_15_title p {
  font-size: 20px;
  line-height: 40px;
  font-weight: 300;
  color: #000000;
  margin: 0;
}

.sec_15_r {
  padding: 30px 0;
  border-bottom: 1px solid #00000014;
}

.sec_15_r h3 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #1B1A1C;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.sec_15_r h3 span {
  color: #00B67B;
  font-size: 12px;
  font-weight: 300;
}

.sec_15_r h2 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #1B1A1C;
  margin: 10px 0;
}

.sec_15_r p {
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #1B1A1C;
  margin: 0;
}

.sec_15_rb {
  border: 0;
}

.sec_14_right img {
  width: 100%;
}

.main-content2 {
  position: relative;
}

.main-content2 .owl-theme .custom-nav {
  display: none;
}

.main-content2 .owl-theme .owl-dots .owl-dot.active span, .main-content2 .owl-theme .owl-dots .owl-dot:hover span {
  background: #9B5456;
}

.main-content2 .owl-theme .owl-dots {
  display: none;
}

.sec_1_img img {
  width: initial !important;
  height: initial !important;
}

.sec_1_img{
  vertical-align: middle;
}

.sec_4_grid_sm {
  display: none;
}

.sec_4_grid_sm .sec_4_cnt {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.sec4_sm_img {
  width: 40%;
}

.sec4_sm_cnt {
  width: 60%;
  text-align: left;
}

.sec_4_btm p {
  font-size: 16px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  color: #ffffff;
  margin: 25px 0 0;
  text-align: center;
}

.sec_14_sm {
  display: none;
}



.main-content5 {
  position: relative;
  display: none;
}

.main-content5 .owl-theme .custom-nav {
  position: absolute;
  top: 89%;
  left: 37%;
  right: 37%;
  display: none;
}

.main-content5 .owl-theme .custom-nav .owl-prev, .main-content5 .owl-theme .custom-nav .owl-next {
  position: absolute;   
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
}

.main-content5 .owl-theme .custom-nav .owl-prev i, .main-content5 .owl-theme .custom-nav .owl-next i {
  font-size: 30px;
  color: red;
}

.main-content5 .owl-theme .custom-nav .owl-prev {
  left: 0;
}

.main-content .owl-theme .custom-nav .owl-next {
  right: 0;
}

.main-content5 .owl-theme .owl-dots .owl-dot.active span, .main-content5 .owl-theme .owl-dots .owl-dot:hover span {
  background: #9B5456;
}

.main-content5 .owl-theme .owl-dots {
  margin-top: 10px;
}


.s10_sm {
  display: none;
  padding: 0 10px;
}

.s10_sm .accordion-button {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding:8px 0;
  font-size: 14px;
  font-weight: 400;
  color: #2F2F2F;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  border: none;
  border-bottom: 1px solid  #00000014;
  border-radius: 0;
}

.s10_sm  .accordion-item {
  margin-bottom: 0;
}

.s10_sm  .accordion-button::after {
  flex-shrink: 0;
  width: 14px;
  height: 18px;
  margin-left: auto;
  content: "";
  background-image: url("https://assets.checkoutchamp.com/Funnel/assets/images/0b06b648-677b-41ae-808d-ced5e01c5280/508ba841-2add-4b81-b284-083133060441/Expand.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: transform 0.2s ease-in-out;
}

.s10_sm  .accordion-button:not(.collapsed)::after {
  transform: rotate(-180deg);
}

.s10_sm  .accordion-body p {
  font-size: 14px;
  line-height: 20px;
  color: #2F2F2F;
  font-weight: 400;
}


.reviwe_right p i {
  color: #9B5456;
  margin-right: 5px;
  margin-top: -5px;
  display: inline-block;
  position: relative;
}

.s14_h2_sm {
  display: none;
}

#countdown {
  display: none;
}

#countdown span span {
	color: red;
	font-size: 15px;
	font-weight: 400;
	text-align: center;
}

#countdown {
	display: flex;
	align-items: center;
  justify-content: center;
  text-align: center;
}

.hours {
	color: #F73025;
  font-size: 30px;
  font-weight: 700;
}

.minutes {
  color: #F73025;
  font-size: 30px;
  font-weight: 700;
}


.seconds {

  color: #F73025;
  font-size: 30px;
  font-weight: 700;
}
	


.label {
	margin-left: 3px;
	margin-right: 3px;
	color: #F73025;
}

#timer {
	color: #F73025;
}

.sec_14_left {
  position: relative;
}

.tttt {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 30px;
  top: 0;
}

.tttt2 {
  display: flex;
}

.s14_h2 {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
}

.tttt img {
  width: 40px;
  height: 40px;
}












.product-slider-area {
	padding: 40px 0;
}
  
.ps-inner {
	display: flex;
  align-items: flex-start;
  gap: 40px;
}
  
.ps-left {
	position: relative;
	padding-top: 0;
  width: 50%;
}

.ps-right {
  width: 50%;
}



.swiper {
	width: 100%;
	height: 100%;
  }

  .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
  }

  .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
  }

  .swiper {
	width: 100%;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
  }

  .swiper-slide {
	background-size: cover;
	background-position: center;
  }

  .mySwiper2 {
	height: 80%;
	width: 100%;
  }

  .mySwiper {
	height: 20%;
	box-sizing: border-box;
	padding: 10px 0;
  }

  .mySwiper .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 1;
  }

  .mySwiper .swiper-slide-thumb-active {
	opacity: 1;
  }

  .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
  }


  

  

  
  .main_img_reviwe {
	display: flex;
	align-items: flex-start;
  padding-top: 20px;
  }
  
  .mir_t {
	padding-left: 15px;
  }
  
  .mir_t p {
  font-size: 14px;
  font-style: italic;
  color: #121212;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 0px;
  }
  
.mir_t h4 {
	font-size: 14px;
	font-weight: 700;
	color: #121212;
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 0;
  margin-top: 6px;
}

.mir_t h4 img {
  width: 60px;
}
  
  .ps-r-top span {
	display: block;
	font-size: 14px;
	font-weight: 500;
	color: #333333;
	margin: 0;
}

.ps-r-top h4{
    font-family: "Nunito Sans", sans-serif;
	font-size: 16px;
  line-height: 24px;
	font-weight: 400;
	color: #F9F6F1;
	margin: 0;
  background-color: #9B5456;
  border-radius: 5px;
  display: inline-block;
  padding: 2px 20px;
  margin-bottom: 10px;
}
  
  .ps-r-top span img {
	max-width: 80px;
	margin-right: 8px;
  }
  
  .ps-r-top h2 {
  	font-size: 28px;
  	font-weight: 700;
  	margin: 10px 0;
    color: #333333;
  }
  
  .price-details {
	display: flex;
	align-items: center;
	padding: 5px 0;
  }
  
  .a-price del {
  font-size: 17px;
  line-height: 30px;
  margin-right: 5px;
  font-weight: 400;
  color: #272727;
  }
  
  .o-price h3 {
	color: #975D5A;
	font-size: 22px;
	margin: 0px 8px;
	font-weight: 600;
  }
  
  .current-price {
    color: #222222;
    font-size: 35px;
    margin-right: 5px;
    font-weight: 600;
  }
  
  .discount-price {
    color: #818181;
    font-size: 28px;
    line-height: 30px;
    margin-right: 5px;
    font-weight: 500;
    text-decoration: line-through;
  }
  
  .offer-t p {
	padding: 8px 6px;
	font-size: 12px;
	color: #FFFFFF;
	background: #975d5a;
	font-weight: 500;
	border-radius: 3px;
	margin-left: 8px;
  }

  .ps_p_1 p {
    font-size: 18px;
    line-height: 24px;
    color:#000000;
    margin: 0;
    padding: 15px 0 0;
    border-top: 1px solid #D4B896;
    margin-top: 10px;
  }
  
  .ps-r-list ul li {
	display: flex;
	align-items: flex-start;
  gap: 8px;
	color:#121212;
	font-size: 16px;
	font-weight: 500;
	padding: 15px 0 0;
	line-height: 24px;
  }

  .ps-r-list ul li i {
    font-size: 20px;
    color: #975D5A;
    margin-top: 5px;
    display: inline-block;
  }

  .ps-r-list ul li strong {
    font-weight: 700;
  }

    .ps-r-list ul li p {
      margin: 0;
    }

  .ps_p_2 p {
    font-size: 16px;
    line-height: 24px;
    color: #FF0000;
    background-color: #F9F6F1;
    border-radius: 8px;
    padding: 4px 16px;
    display: inline-block;
  }

  .ps_p_2 {
    padding: 15px 0;
    border-bottom: 1px solid #D4B896;
    margin-bottom: 30px;
  }
  



  
  .radio-submit-btn{
	  max-width: 570px;
  }
  
  .radio-submit-btn a {
	  display: block;
	  text-align: center;
	  background-color: #00cac8;
	  color: #ffffff;
	  padding: 14px 0;
	  border-radius: 5px;
	  margin-bottom: 200px;
  }
  
  .custom-radio_button label {
	display: flex;
	justify-content: space-between;
  }
  .ps-r-btn-title p {
	font-size: 16px;
	font-weight: 500;
	color: #FF0000;
	margin: 0;
  }
  
  .ps-r-b-r svg {
	width: 15px;
  }
  
  .ps-r-main-btn a {
	text-align: center;
	display: block;
	transition: 0.2s;
	text-transform: uppercase;
	padding: 15px 30px;
	background-color: rgb(151, 93, 90);
	box-shadow: rgba(37, 42, 50, 0.32) 0 1px 4px 1px;
	font-size: 22px;
	font-weight: 500;
	color: #ffffff;
	border-radius: 4px;
	margin: 15px 0;
  max-width: 630px;
  }

  .ps-r-main-btn a del {
    font-weight: 400;
  }
  
  .ps-r-main-btn a:hover {
	opacity: 0.8;
  }
  
  .ps-r-btm img {
	width: 100%;
  }
  
  .ps-r-btm-2 img {
	cursor: pointer;
	margin-top: 8px;
  }
  
  .n_ps_p_3 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    padding-bottom: 10px;
  }

  .n_ps_p_3 p {
    font-size: 10px;
    font-weight: 400;
    color: #000000;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 5px;
  }

  .faq_inner_top .s10_sm {
    display: block;
  }

  .top img {
    width: 100%;
  }

  .logo {
    text-align: center;
    padding: 20px 0 0;
  }

  .logo img {
    max-width: 350px;
  }

  .faq_inner_top .s10_sm .accordion-button {
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 8px 0;
    font-size: 14px;
    font-weight: 600;
    color: #2F2F2F;
  }

  .faq_inner_top {
    max-width: 630px;
    padding-top: 20px;
  }

  .free_n {
    max-width: 630px;
    margin-top: 25px;
  }

  .re_1 {
    margin-top: 20px;
  }

  .fram_sm {
    display: none;
  }

  .bv {
    border: 1px solid #C5C5C5;
    background-color: #F7F7F7;
    padding: 6px 13px;
    border-radius: 10px;
    margin: 15px 0;
    max-width: 630px;
  }

  .bv h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 700;
    color: #000000;
    margin: 0;
  }

  .bv p {
    font-size: 12px;
    font-weight: 400;
    color: #000000;
    margin: 9px 0;
  }

  .bv h4 {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 10px;
    font-weight: 700;
    color: #000000;
    margin: 0;
  }

  .bv_2 p {
    margin-bottom: 0;

  }

  .ha {
    max-width: 630px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 25px 0;
  }

  .ha_t {
    display: flex;
    align-items: flex-start;
  }



  .ha_t_h h3 {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    margin: 5px 0
  }

.ha_t_right {
  width: 25%;
  border: 1px dashed #9B5456;
  padding: 15px 0;
  text-align: center;
  border-radius: 10px;
}

.ha_left {
  width: 75%;
  padding-right: 30px;
}

.ha_tt {
  padding-top: 15px;
}

.ha_tt p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 5px 0;
}

.ha_tt del {
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  margin: 0;
  color: #7F7F7F;
}

.ha_tt p span {
  color: #FF0000;
  font-weight: 700;
}

.ha_tt ul {
  padding-left: 15px;
  padding-bottom: 15px;
  padding-top: 15px;
  width: 60%;
}

.ha_tt ul li {
  list-style-type: disc;
  font-size: 15px;
  font-weight: 400;
  line-height: 17px;
  padding: 0 0 5px;
  color: #000000;
}

.ha_tt h4 {
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  margin: 0;
  color: #FF0000;
}

.ha_b p {
  font-style: italic;
  font-size: 16px;
  font-weight: 400;
  margin: 15px 0 0;
  color: #FF0000;
  text-align: center;
}

.main-content02 {
  position: relative;
  max-width: 630px;
}

.main-content02 .owl-theme .custom-nav {
  position: absolute;
  top: 10%;
  left: 37%;
  right: 0%;
}

.main-content02 .owl-theme .custom-nav .owl-prev, .main-content02 .owl-theme .custom-nav .owl-next {
  position: absolute;   
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
}

.main-content02 .owl-theme .custom-nav .owl-prev i, .main-content02 .owl-theme .custom-nav .owl-next i {
  font-size: 30px;
  color: red;
}

.main-content02 .owl-theme .custom-nav .owl-prev {
  left: 0;
  display: none;
}

.main-content02 .owl-theme .custom-nav .owl-next {
  right: 0;
}

.main-content02 .owl-theme .owl-dots {
  display: none;
}

.rrr_cnt {
  background-color: #F9F9F9;
  border-radius: 10px;
  padding: 5px;
  margin-top: 10px;
  max-width: 630px;
}

.rrr_cnt img {
  width: initial !important;
}

.rrr_cnt .main_img_reviwe {
  padding-top: 0px;
}

.rrr_cnt .mir_t h4 {
  margin: 0 0 7px;
}

.rrr_cnt .mir_t h4 img {
  width: 65px !important;
}

.product-slider-area {
  padding: 40px 0 0;
}

.rrr2 {
  display: none;
}

.main-content002 {
  position: relative;
  max-width: 630px;
}

.main-content002 .owl-theme .custom-nav {
  position: absolute;
  top: 10%;
  left: 37%;
  right: 0%;
}

.main-content002 .owl-theme .custom-nav .owl-prev, .main-content002 .owl-theme .custom-nav .owl-next {
  position: absolute;   
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
}

.main-content002 .owl-theme .custom-nav .owl-prev i, .main-content002 .owl-theme .custom-nav .owl-next i {
  font-size: 30px;
  color: red;
}

.main-content002 .owl-theme .custom-nav .owl-prev {
  left: 0;
  display: none;
}

.main-content002 .owl-theme .custom-nav .owl-next {
  right: 0;
}

.main-content002 .owl-theme .owl-dots {
  display: none;
}

.pay_sm {
  display: none;
}

.pp2 {
  display: none;
}

.pppp_sm {
  display: none;
}

.pppp_sm  P {
  color: #E60000;
  font-size: 11px;
  line-height: 24px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 9px;
  justify-content: center;
}

.timer {
  font-size: 2rem;
  display: flex;
  gap: 5px;
}

.time-section {
  display: flex;
  /* flex-direction: column; */
  align-items: center;
}

.number {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-weight: bold;
  color: red;
}

.label {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: red;
}

/* আপনি এখানে label গুলোর স্টাইল কাস্টমাইজ করতে পারেন */
.label.hours { color: red; }
.label.minutes { color: red; }
.label.seconds { color: red; }


.swiper-button-next, 
.swiper-button-prev {
  width: 32px;
  height: 32px;
  color: #1F1F1F;
  background-color: #F8F8F8;
  border-radius: 50%;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 16px;
  font-weight: 900;
}

.mySwiper .swiper-slide-thumb-active {
  border: 2px solid #333333;
}

.mir_img img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.psrtop_link a {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  text-decoration: underline;
  transition: 0.2s all ease;
  display: inline-block;
  margin-bottom: 8px;
}

.psrtop_link a:hover {
  color: #975D5A;
}

.ps-r-list {
  border-top: 1px solid #D4B896;
  margin-top: 12px;
}


 /*==== custom-radio button =====*/
  
 .rb-title h3 {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  margin: 0 0 5px;
}

.rb-title p {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  margin: 0;
}

.rb-img img {
  max-width: 100px;
  width: 100%;
}

.rb-price h4 {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  margin: 0;
}

.rb-price h4 del {
font-weight: 400;
}

.rb-price p {
  font-size: 14px;
  font-weight: 600;
  color:  #975D5A;
  margin: 0;
}

.rb-img {
  padding-left: 45px;
}

.rb-price {
  text-align: right;
  padding-left: 0;
}

.custom-radio-btn-wrapper {
  max-width: 570px;
  margin: 20px auto 0;
}

.custom-radio_button {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  position: relative;
}

.free-s-b {
  padding: 5px 7px;
  width: 155px;
  border-radius: 5px;
border: 1px solid #975D5A;
  text-align: center;
  position: absolute;
  top: -15px;
  background: #fff;
  left: 50px;
}

.free-s-b p {
  font-size: 13px;
  font-weight: 600;
  color: #000000;
}

.most-p {
  width: 130px;
  background-color: #00cac8;
  padding: 4px 10px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  position: absolute;
  top: -12px;
  right: 20px;
  text-align: center;
}

.most-p::before {
  border-bottom-color: #5d8f70;
  left: -8px;
  border-left: 8px solid transparent;
  display: block;
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  content: "";
  border-bottom-width: 12px;
  border-bottom-style: solid;
  filter: brightness(.7);
}

.most-p::after {
  border-bottom-color: #5d8f70;
  right: -7px;
  border-right: 8px solid transparent;
  display: block;
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  content: "";
  border-bottom-width: 12px;
  border-bottom-style: solid;
  filter: brightness(.7);
}

.most-p2 {
  background-color: #f7dc5a;
}

.most-p p {
  font-size: 13px;
  font-weight: 600;
  color: #ffffff;
  text-transform: capitalize;
}

.most-p2 p {
  color: #000000;
}

.custom-radio_button [type="radio"]:checked,
.custom-radio_button [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.custom-radio_button [type="radio"]:checked + label,
.custom-radio_button [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

.custom-radio_button [type="radio"]:checked + label:before,
.custom-radio_button [type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 2px solid #71717C;
  border-radius: 50%;
  background: #fff;
  opacity: 0;
}

.custom-radio_button [type="radio"]:checked + label:after,
.custom-radio_button [type="radio"]:not(:checked) + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #00cac8;
  position: absolute;
  left: 24px;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
}

.custom-radio_button [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.custom-radio_button [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 0;
}

.custom-radio_button [type="radio"]:checked + label:before {
  border-color: #00cac8;
}

.custom-radio_button [type="radio"]:not(:checked) + label,
.custom-radio_button [type="radio"]:checked + label {
  max-width: 570px;
  width: 100%;
  display: flex;
  align-items: center;
  background: #ffffff;
  border: 2px solid #dddcdc;
  padding: 20px 15px;
  border-radius: 8px;
  padding-left: 20px;
}

.custom-radio_button [type="radio"]:checked + label {
  background: #E9DDDC;
  border-color: #975D5A;
}

.radio-submit-btn{
  max-width: 570px;
}

.radio-submit-btn a {
  display: block;
  text-align: center;
  background-color: #00cac8;
  color: #ffffff;
  padding: 14px 0;
  border-radius: 5px;
  margin-bottom: 200px;
}

.custom-radio_button label {
display: flex;
justify-content: space-between;
}
.ps-r-btn-title p {
font-size: 16px;
font-weight: 500;
color: #FF0000;
margin: 0;
}

.ps-r-b-r svg {
width: 15px;
}

.ps-r-main-btn a {
text-align: center;
display: block;
transition: 0.2s;
text-transform: uppercase;
padding: 15px 30px;
background-color: rgb(151, 93, 90);
box-shadow: rgba(37, 42, 50, 0.32) 0 1px 4px 1px;
font-size: 18px;
font-weight: 700;
color: #ffffff;
border-radius: 4px;
margin: 15px 0;
}

.ps-r-main-btn a:hover {
opacity: 0.8;
}

.ps-r-btm img {
width: 100%;
}

.ps-r-btm-2 img {
cursor: pointer;
margin-top: 8px;
}

.ha_p_cnt img {
  max-width: 80px;
}

.ha_p_cnt  p {
  font-size: 12px;
  text-align: center;
  font-weight: 700;
  color: #7F7F7F;
  margin-bottom: 5px;
}


.ha_p_cnt2 {
  padding: 10px 0;
  border-top: 2px solid #7F7F7F;
  border-bottom: 2px solid #7F7F7F;
}

.ha_p_cnt3 {
  margin-top: 10px;
}

.vk {
  padding: 12px 10px;
  width: 100%;
  background-color: #F8F8F8;
  margin-top: 10px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.vk_left {
  width: 60%;
  padding: 30px 0 0 18px;
}

.vk_img {
  width: 40%;
}

.vk_img img {
  width: 100%;
}

.vk_left h3 {
  font-size: 18px;
  text-align: left;
  font-weight: 600;
  color: #000000;
  margin: 0 0 8px;
}

.vk_left p {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 5px;
}



.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mySwiper3 .swiper-pagination-bullet {
  background-color: #9B5456;
  width: 12px;
  height: 12px;
}

.mySwiper3  .swiper-pagination {
  bottom: -35px;
  z-index: 9999;
  position: relative;
}

.mySwiper3 {
  position: relative;
  z-index: 1;
  padding-bottom: 40px;
}

.mySwiper4 {
  display: none;
}

.mySwiper4 .swiper-pagination-bullet {
  background-color: #9B5456;
  width: 12px;
  height: 12px;
  text-align: center;
  margin: 0 auto;
}

.mySwiper4  .swiper-pagination {
  bottom: -35px;
  z-index: 9999;
  left: 50%;
  position: relative;
}

