body {
	box-sizing:border-box;
	padding:0;
	margin:0;
	overflow-x:hidden
}
section {
	width:100%;
	height:90vh
}
.swiper-container {
	width:100%;
	height:100%
}
.slide {
	display:flex;
	justify-content:center;
	align-items:center;
	position:relative;
	text-align:center;
	font-size:18px;
	background:#fff;
	overflow:hidden
}
.slide-image {
	position:absolute;
	top:-200px;
	left:-200px;
	width:calc(100%+400px);
	height:calc(100%+400px);
	background-position:50% 50%;
	background-size:cover
}
.slide-title {
	font-size:4rem;
	line-height:1;
	max-width:50%;
	white-space:normal;
	word-break:break-word;
	color:#fff;
	z-index:100;
	font-family:Oswald,sans-serif;
	text-transform:uppercase;
	font-weight:400
}
@media (min-width:45em) {
	.slide-title {
		font-size:7vw;
		max-width:none
	}
}
.slide-title span {
	white-space:pre;
	display:inline-block;
	opacity:0
}
.slideshow {
	position:relative
}
#toggleAutoplay {
	position:absolute;
	bottom:-49px;
	left:50%;
	transform:translateX(-50%);
	background:#3a5895;
	color:#fff;
	border-radius:10px;
	border-color:#3a5896;
	padding:2px 10px;
	box-shadow:none
}
.slideshow-pagination {
	position:absolute;
	bottom:-15px;
	left:0;
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	transition:opacity .3s;
	z-index:10
}
.slideshow-pagination-item,.taxi-service-btn .img-box a {
	display:flex;
	align-items:center
}
.slideshow-pagination-item .pagination-number {
	opacity:.5
}
.slideshow-navigation-button:focus,.slideshow-navigation-button:hover,.slideshow-pagination-item:focus,.slideshow-pagination-item:hover {
	cursor:pointer
}
.slideshow-pagination-item.active .pagination-number {
	opacity:1
}
.slideshow-navigation-button {
	position:absolute;
	top:50%;
	display:flex;
	justify-content:center;
	align-items:center;
	width:5rem;
	z-index:1000;
	transition:.3s;
	color:#fff
}
.slideshow-navigation-button.prev {
	left:0
}
.slideshow-navigation-button.next {
	right:0
}
.pagination-number {
	font-size:1.8rem;
	color:#000;
	font-family:Oswald,sans-serif;
	padding:0 .5rem;
	display:none
}
.pagination-separator {
	position:relative;
	width:70px;
	height:4px;
	background:rgb(255 255 255);
	transition:.3s;
	margin:0 6px
}
.pagination-separator-loader {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#b0b0b0;
	transform-origin:0 0
}
.review_list i {
	color:#ffcc13
}
.bg-heder-img {
	width:100%;
	object-fit:cover
}
.slider_ctn h2 {
	font-size:3rem;
	color:#fff;
	font-weight:700;
	margin-bottom:20px
}
.review_list span {
	font-size:1.7rem;
	font-weight:600;
	color:#fff
}
.slider_ctn-inner {
	z-index:7;
	position:absolute;
	height:100%;
	top:0;
	right:0;
	left:0;
	background:linear-gradient(rgba(0,0,0,0) 20%,#000 189.99%,#000 100%)
}
@media only screen and (max-width:575px) {
	.slider_ctn {
		height:100%
	}
	.bg-heder-img {
		height:auto
	}
	section {
		height:94vh
	}
	.taxi-service-btn .t-inner img {
		width:20px
	}
	.redxpack_drawerCta {
		font-size:13px!important
	}
	.img-box,.redxpack_drawerCta_wrap {
		width:40%
	}
	.pagination-separator {
		width:30px
	}
	.slider_ctn h2 {
		font-size:1rem;
		margin-bottom:1rem
	}
	.positionctn {
		position:absolute;
		width:100%;
		bottom:129px; display: none;
	}
	.price p {
		font-size:22px!important
	}
	.review_list span {
		font-size:.8rem
	}
	.point ul li {
		font-size:18px!important;
		background:#ee2737;
		width:78px;
		padding:5px;
		border-radius:10px;
		margin:0 auto
	}
}
.trusrcard {
	background-color:rgb(224 224 224 / 40%);
	padding:10px;
	border-radius:0;
	max-width:100%;
	bottom:0;
	left: -15px;
	position:absolute;
	width:100%; display: none;
}
.trusrcard h5 {
	font-size:.7rem;
	margin-top:5px;
	color:#fff
}
.trusrcard img {
	width:30px!important;
	height:30px!important
}
.review_list i {
	font-size:1rem
}
.doctorlist .doclist img {
	margin-top:0
}
.trusrcard ul {
	list-style:none;
	padding:0;
	margin:0;
	width:100%;
	display:flex
}
.trusrcard ul li {
	display:flex;
	text-align:center;
	width:20%;
	flex-direction:column;
	align-items:center
}
.slider-header:hover .swiper-pagination-bullet-active:before,.swiper-container:hover .slideshow-pagination-item.active .pagination-separator:before {
	-webkit-animation-play-state:paused;
	-moz-animation-play-state:paused;
	-o-animation-play-state:paused;
	animation-play-state:paused;
	cursor:pointer
}
.slideshow-pagination-item.active .pagination-separator:before {
	content:'';
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background:linear-gradient(to right,rgb(255 189 0) 50%,rgba(255,255,255,0) 50%);
	background-size:200% 100%;
	transition:3.5s ease-out;
	-webkit-animation:3.5s linear biglight;
	animation:3.5s linear biglight;
	z-index:1
}
@-webkit-keyframes biglight {
	from {
		background-position:right bottom
	}
}
.paused:before {
	animation-play-state:paused!important
}
.point ul {
	padding-left:0
}
.point ul li {
	list-style:none;
	color:#fff;
	font-size:23px
}
.price {
	color:#fff;
	display:flex;
	flex-direction:column;
	align-items:center;
	margin-bottom:14px
}
.price p,.talk-to-cd {
	display:inline-block
}
.price p {
	font-size:42px;
	margin:0;
	border-bottom:3px solid #fff
}
.taxi-service-btn {
	padding:0 10px 4px;
	border-radius:23px;
	position:absolute;
	left:-8px;
	right:12px;
	bottom:69px
}
.taxi-service-btn .talk-to-cd {
	background:0 0;
	width:100%!important;
	border-radius:5px!important;
	margin-top:0;
	padding:6px 10px
}
.talk-to-cd {
	background:#103273;
	color:#fff;
	text-align:left;
	margin:20px 0 0;
	text-decoration:none!important
}
.t-inner {
	display:flex;
	justify-content:space-between;
	align-items:center
}
.taxi-service-btn .img-box {
	border:1px solid #ffffff24;
	padding:2px 7px;
	background:#00000091;
	border-radius:5px;
	position:relative
}
.taxi-service-btn .t-inner img {
	width:25px
}
.flatbook img {
	border-radius:7px 7px 0 0
}
.taxi-service-btn .img-box span {
	color:#fff;
	font-size:10px;
	margin:0 5px
}
.redxpack_drawerCta_wrap {
	padding:12px 12px 17px;
	position:relative;
	bottom:0;
	left:0;
	border:none;
	box-shadow:#ffdead;
	width:288px
}
.redxpack_drawerCta {
	width:100%;
	padding:7px 20px;
	background-color:#ee2737;
	border-radius:25px;
	font-size:17px;
	line-height:1.25;
	text-align:center;
	color:#fff;
	text-transform:unset!important;
	box-shadow:none
}
.cta_form input[type=submit] {
	background:#152f4f;
	border:0;
	color:#fff;
	font-weight:600;
	padding:10px 20px;
	margin-top:10px;
	margin-bottom:10px
}
.cta_form1.cta_form.mt-1 {
	background:#00000085;
	background:#000000b8;
	padding:9px 0;
	border-radius:5px;
	position:absolute;
	z-index:1;
	width:100%;
	left:10px
}
.cta_form1.cta_form.mt-1 form {
	display:flex;
	flex-direction:column;
	align-items:center
}
@media only screen and (max-width:577px) {
	.trusrcard {
		bottom: 50px
	}
}
@media only screen and (max-width:479px) {
	.trusrcard small{    font-size: 10px;	}	
}
