@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700;800&display=swap');

.js .slider-single > div:nth-child(1n+2) {
	display: none;
}

.js .slider-single.slick-initialized > div:nth-child(1n+2) {
	display: block;
}

.tab_bg_color {
	padding-bottom: 80px !important;
}

.slick_tab {
	width: 100%;
	margin: 0px auto;
	font-family: 'Open Sans', sans-serif;
	z-index: 99;
}

.tab_caption {
	width: 100%;
	margin: 0px auto;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}

.tab_caption div {
	width: 50%;
}

.tab_caption h3 {
	margin-right: 20px;
	font-size: 34px;
	text-align: right;
	font-style: normal;
}

.tab_caption h3 span {
	font-weight: bold;
	color: #ed1c24;
}

.slick_tab .slick-slider {
	margin-bottom: 0px;
}

.slick_tab .slick-slide {
	margin: 0px;
}

.slick_tab h3 {
	padding: 10px 13px;
	color: #3498db;
	font-size: 16px;
	margin: 0px 4px;
	position: relative;
	text-align: center;
	color: #859096;
    /* margin-right: 0; */
	background: #fff;
    /* border: 1px solid #DDDDDD; */
	background-color: #dde4ea;
	border-radius: 90px;
}

.slick_tab .slider-single {
	background-color: #f1b44a;
	margin-top: 40px;
	min-height: 300px;
	width: 100%;
	border-radius: 40px;
    /* display: flex; */
	overflow: hidden;
    /* background-image: url(../images/card_patch.jpg); */
	position: relative;
}

.slick_tab .slider-single .content {
}

.slider-single ul.list_style {
	margin: 0px;
	padding: 0px;
}

.slider-single .list_style li {
	margin-left: 25px;
	margin-bottom: 15px;
	list-style-image: url(../images/star_icon.png);
}


.slider-single .list_style li b { font-weight: bold;
}

.slick_tab .slider-single h3 {
	border-radius: inherit;
	line-height: 10rem;
}

/* .slick_tab .slider-nav h3::before {
	content: "";
	display: block;
	padding-top: 75%;
} */

/* .slick_tab .slider-nav h3 span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
} */

.slick_tab .slider-nav .slick-slide {
	cursor: pointer;
}

.slider-nav {
	margin-bottom: 30px !important;
}

.slider-nav div {
}

.slider-nav div h3 {
}

.slick_tab .slick-slide.is-active h3 {
	background-color: #ff3e3f;
	color: #fff;
}

.slick_tab .slick-prev, .slick-next {
	background: none;
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 37%;
	display: block;
	width: auto;
	height: 40px;
	margin-top: 25px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: 0;
 
}

.slick_tab .slick-prev {
	left: 0px;
 
    top: 30px;
}
 
.slick_tab .slick-next {
    right: 10px;
    /* left: 10px; */
 
    top: 30px;
}


.slick_tab .slick-prev::after {
	font-family: 'Open Sans', sans-serif;
    /* font-weight: bold; */
	content: "←";
	color: #f0b148;
	font-size: 25px;
	text-transform: uppercase;
	margin-left: 10px;
}

 




/* .slick_tab .slick-next:before {
	font-family: 'Open Sans', sans-serif;
	content: "Swipe";
	color: #2f3c44;
	font-size: 14px;
	text-transform: uppercase;
} */

.slick_tab .slick-next::after {
	font-family: 'Open Sans', sans-serif;
    /* font-weight: bold; */
	content: "→";
	color: #f0b148;
	font-size: 25px;
	text-transform: uppercase;
	margin-left: -10px;
}

@media(max-width:600px) {


	.slick_tab .slider-single {
		border-radius: 20px;
	}

	.slider-single .list_style li {
		margin-left: 25px;
		margin-bottom: 15px;
		list-style-image: url(../images/star_icon.png);
		font-size: 12px;
		line-height: 17px;
	}


	/* .img_div h1 {
		top: 20px;
		left: inherit;
		bottom: 0px;
		font-size: 17px;
		font-weight: 800;
		text-align: center;
		width: 100%;
	} */


	.img_div h1 {
		top: inherit;
		left: 36px;
		bottom: -40px;
		font-size: 17px;
		font-weight: 800;
		text-align: left;
		width: 100%;
		position: absolute;
	}

	.tab_caption {
		width: 90%;
		align-items: center;
		margin-bottom: 20px;
		display: block;
	}

	.tab_caption div {
		width: 100%;
		font-size: 12px;
		line-height: 17px;
		text-align: center;
	}

	.tab_caption h3 {
		font-size: 24px;
		text-align: center;
		margin-right: inherit;
		padding: 0% 0%;
		margin-bottom: 20px;
		line-height: 30px;
	}

	.tab_bg_color {
		padding-top: 40px !important;
		padding-bottom: 30px !important;
		margin-bottom: 20px !important;
	}

	.tab_caption h3 span {
		display: block;
	}

	.input_section p {
		margin-bottom: 0px !important;
	}
}







@media (min-width:600px) and (max-width:900px) {

 
}