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

body {
	font-family: "Poppins", sans-serif !important;
	overflow-x: hidden;
}

@font-face {
	font-family: 'strong_girl';
	src: url('../fonts/strong_girl.otf') format('opentype');
}
 a{text-decoration: none; }
 a:hover{text-decoration: none; }
.crv_fnt {
	font-family: "strong_girl" !important;
}



::placeholder {
	font-family: "Poppins", sans-serif !important;
}

input {
	font-family: "Poppins", sans-serif !important;
}

.containernew {
	width: 1200px;	margin: auto;
}

.w-100 {
	width: 100%;
}

.w-50 {
	width: 50%;
}
.h-100 {
	height: 100%;
}

.h-50 {
	height: 50%;
}

.w-25 {
	width: 25%;
}

.v-mid {
	vertical-align: middle;
}

.direction-clmn {
	flex-direction: column;
}

.d-flex {
	display: flex;
}

.justify-content-start {
	justify-content: start;
}

.justify-content-end {
	justify-content: end;
}

.justify-content-center {
	justify-content: center;
}

.justify-content-between {
	justify-content: space-between;
}

.justify-content-around {
	justify-content: space-around;
}

.justify-content-evenly {
	justify-content: space-evenly;
}

.align-items-start {
	align-items: start;
}

.align-items-end {
	align-items: end;
}

.align-items-center {
	align-items: center;
}

.text_g {
	color: #0F8765;
}

.d-inflex {
	display: inline-flex;
}

.text-center {
	text-align: center;
}

.fs_14 {
	font-size: 14px;
}

.ft-500 {
	font-weight: 500;
}

.ft-600 {
	font-weight: 600;
}

.ft-400 {
	font-weight: 400 !important;
}

.ft-700 {
	font-weight: 700;
}

.mt-0 {
	margin-top: 0px !important;
}

.mt-10 {
	margin-top: 10px;
}

.mt-13 {
	margin-top: 13px;
}

.mt-15 {
	margin-top: 15px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-60 {
	margin-top: 60px;
}

.f-18 {
	font-size: 18px;
}

.f-20 {
	font-size: 20px;
}

.text-b {
	color: #0A5B9B; font-size: 35px;
}

.text {
    font-size: 15px;
    text-align: center;
}
.containernew {

	margin: auto;
}
.newBG{    background: #ECF8FC;
    padding-bottom: 50px;
    padding-top: 10px;
}
.vtsldr{
	    height: 300px;
    object-fit: cover;
}
.custom_heading {
    font-size: 30px;
    text-align: center;
    font-weight: 600;
}

.bs_plc_box_prnt {
	gap: 25px;
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: repeat(3, 1fr);
 
}

.bs_plc_box {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
  max-height: 217px;
}
.bs_plc_box img{width: 100%; height: 100%; object-fit: cover;}

.bs_plc_box .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent linear-gradient(180deg, #FFFFFF00 0%, #A0A0A000 37%, #71717100 48%, #3C3C3C77 62%, #252525AB 83%, #000000 100%) 0% 0% no-repeat padding-box;
	;
}
.custom_head {
	font-size: 35px;
}
.bs_plc_box .cnt {
	position: absolute;
	bottom: 15px;
	left: 15px;
	color: #fff;
}

.bs_plc_box .cnt span {
	font-size: 13px;
}

.bs_plc_box .cnt h5 {
	font-size: 18px;
	margin-left: 10px;
	font-weight: 600;
}

.bs_plc_box.w-50 .cnt h4 {
	margin-right: 30px;
}

.bs_plc_box_prnt .colmn .row {
	display: flex;
	gap: 25px;
}


.hero_sec {
	position: relative;
}
.hero_sec .cnt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 25%);
    z-index: 2;
}
.opcitybg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #0000008a;
    z-index: 2;
    height: 100%;
}
.hero_sec .cnt h4.crv_fnt {
	font-size: 42px;
	color: #fff;
}
.hero_sec .cnt h1 {
    font-size: 35px;
    color: #fff;
    font-weight: 600;
}
.hero_sec .cnt h3 {
	font-size: 38px;
	line-height:32px;
	color: #fff;
	font-weight: 600;
}

.search_box_prnt {
	position: relative;
	max-width: 612px;
	margin: auto;
}

.search_box {
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 100px;
	color: #888888;
	background: #fff;
	position: relative;
	overflow: hidden;
	width: 612px;
	margin: auto;
	margin-top: 25px;
}
.search_box input {
    width: 100%;
    text-transform: capitalize;
    border: 0px;
    height: 64px;
    padding: 0px 189px 0 61px;
    outline: none;
    border-radius: 100px;
    font-size: 18px;
}
.bnner-ttl {
    text-decoration: none;
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    bottom: 45%;
    font-size: 50px;
    z-index: 5;
    font-weight: 500;
    color: #fff;
}
.search_box button:hover {	background: #234d6e;}
.search_box button {
	background: #0A5B9B;
	color: #fff;
	width: 169px;
	height: 64px;
	align-items: center;
	justify-content: center;
	display: inline-flex;
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 100px;
	border: 0;
	outline: none;
	font-size: 18px;
	font-family: "Poppins", sans-serif !important;
	cursor: pointer;
}

.search_box img {
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	max-width: 25px;
}

.pckg_sec_prnt {
    margin-top: -31px;
    position: relative;
}

.pckg_sec {
	list-style: none;
	background: #fff;
	box-shadow: 0px 0px 6px #00000029;
	border: 1px solid #98D1FF;
	border-radius: 100px;
	padding: 10px;
	margin: 0px auto;
}

.pckg_sec li {
	display: inline-flex;
	align-items: center;
	margin-right: 17px;
}
.hldy_thm_box{position: relative;}
.pckg_sec li a{text-decoration: none !important; display: inline-flex;
	align-items: center;}

.pckg_sec li:last-child {
	margin-right: 0px;
}

.pckg_sec li span {
	margin-left: 10px;
	font-size: 15px;
	font-weight: 500;
	color: #000;
}

.pckg_sec li img {
	border-radius: 50%;
}

.jckpt_box_prnt {
	gap: 30px;
	margin-top: 30px;
}

.jckpt_box {
	width: 20%;
}

.jckpt_box span {
	display: block;
	color: #000;
}
.ht461px{max-height:461px;}
.ht461px img{height:461px;}
.jckpt_box .img_box {
	border-radius: 20px;
	overflow: hidden;
	height: 200px;
	max-height: 217px;
}
.jckpt_box .img_box img {
    width: 100%;
    background-size: cover;
    height: 100%;
    object-fit: cover;
}

.bs_plc_box_prnt .colmn {
	flex-direction: column;
	gap: 25px;
	justify-content: space-around;
}
.hldy_thm_slider.owl-carousel .owl-nav.disabled {display: block !important;}

.hldy_thm_box {
    background: #F0F9FF;
    border: 1px solid #98D1FF;
    border-radius: 50%;
    padding: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 190px;
    height: 190px;
    margin: auto;
    text-align: center;
}

.hldy_thm_box .cnt h4{color: #000;}

.hldy_thm_box .img_box {
	max-height: 53px;
	max-width: 53px;
}

.hldy_thm_box .img_box img {
	width: 100%;
	height: 100%;
}

.hldy_thm_box .cnt span {
	font-size: 14px;
}


.hldy_thm_slider .owl-nav button {
	background: none !important;
	position: absolute;
	top: 50%;
	margin: 0 !important;
	transform: translateY(-50%);
}

.hldy_thm_slider .owl-nav .owl-prev {
	left: -27px;
}

.hldy_thm_slider .owl-nav .owl-next {
	right: -27px;
}

.vs_dstn_box_prnt .owl-nav button {
	background: none !important;
	position: absolute;
	top: 50%;
	margin: 0 !important;
	transform: translateY(-50%);
}

.vs_dstn_box_prnt .owl-nav .owl-prev {
	left: -27px;
}

.vs_dstn_box_prnt .owl-nav .owl-next {
	right: -27px;
}

.vs_dstn_box .img_box{
	border-radius: 20px;
	overflow: hidden;
	max-height: 278px;
}

.vs_dstn_box span {
	display: block;
	color:#000;
}

.tab_nav a {
	text-decoration: none;
	border: 1px solid #6F6F6F;
	border-radius: 7px;
	height: 55px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0px 20px;
	font-size: 20px;
	color: #6F6F6F;
	margin-right: 16px;
}

.tab_nav li.active a {
	color: #0A5B9B;
	border-color: #0A5B9B;
	box-shadow: 0px 3px 6px #00000012;
}


.hd_gems_box {
	position: relative;
	border-radius: 20px !important;
	overflow: hidden;
	display: flex;
}


.hd_gems_box .cnt {
	position: absolute;
	top: 50%;
	left: 45px;
	transform: translateY(-50%);
	color: #fff;
}

.hd_gems_box .cnt h4 {
	font-size: 42px;
}

.hd_gems_box .cnt h5 {
	font-size: 30px;
}

.hd_gems_box .cnt div p {
	font-size: 15px;
	margin-right: 20px;
}

.hd_gems_box:before{content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: transparent linear-gradient(270deg, #FFFFFF00 0%, #A0A0A000 37%, #71717100 48%, #3C3C3C77 62%, #252525AB 83%, #000000 100%) 0% 0% no-repeat padding-box; opacity: 0.75;}
.hd_gems_slider {
	border-radius: 20px !important;
	overflow: hidden;
}

.hd_gems_slider .owl-item{border-radius: 20px;}

.hd_gems_slider .owl-dots .owl-dot span {
	width: 13px;
	height: 13px;
	margin: 5px 5px;
}

.hd_gems_slider .owl-dots .owl-dot:hover span {
	background: #0A5B9B;
}

.hd_gems_slider .owl-dots .owl-dot.active span {
	width: 34px;
	background: #0A5B9B;
}

.pop_dstn_box {
	position: relative;
}

.pop_dstn_box .card {
	box-shadow: 0px 3px 20px #0000001A;
	border-radius: 15px;
	padding: 15px;
	width: 90%;
	position: absolute;
	bottom: -30%;
	background: #fff;
	left: 50%;
	transform: translateX(-50%);
}

.pop_dstn_box .card .card_title {
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	padding-bottom: 12px;
}

.pop_dstn_box .card .card_dtl {
	margin-top: 12px;
}

.pop_dstn_box .card .plchlrd p {
	font-size: 12px;
	color: #52545E;
}

.pop_dstn_box .card .amt p {
	font-size: 12px;
	color: #52545E;
	margin-right: 6px;
}

.pop_dstn_box .card .amt span {
	font-size: 16px;
	color: #000;
	font-weight: 600;
}

.pop_dstn_box .card .link {
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
	color: #0A5B9B;
}

.pop_dstn_box .card .link span {
	margin-right: 10px;
}

.pop_dstn_box .card .link img {
	width: 16px;
}

.pop_dstn_slider .owl-nav button {
	background: none !important;
	position: absolute;
	top: 26%;
	margin: 0 !important;
}

.pop_dstn_slider .owl-nav .owl-prev {
	left: -27px;
}

.pop_dstn_slider .owl-nav .owl-next {
	right: -27px;
}

.pop_dstn_slider .owl-stage-outer {
	padding-bottom: 135px;
}

.eb_pckg_box {
	background: transparent linear-gradient(253deg, rgba(255, 60, 20, 0.8) 0%, rgba(227, 0, 11, 0.8) 100%) 0% 0% no-repeat padding-box;
	border-radius: 15px;
	padding: 35px 55px;
	color: #fff;
	position: relative;
}

/* .eb_pckg_box:before{content:''; background-image: url(../img/budget_trip.png); background-position: right; background-size: contain; background-repeat: no-repeat; position: ; right: 0; bottom: 0; width: 100%; height: 100%;} */
.eb_pckg_box .cnt {
	width: 60%;
	position: relative;
	z-index: 1;
}

.ud_pckg {
	list-style: none;
	margin-top: 20px;
	flex-wrap: wrap;
}

.ud_pckg li {
	margin-right: 20px;
	margin-top: 20px;
}

.ud_pckg li a {
	height: 48px;
	border: 1px solid #fff;
	padding: 0px 15px;
	text-decoration: none;
	color: #fff;
	display: inline-flex;
	border-radius: 6px;
	align-items: center;
	justify-content: center;
	font-size: 18px;
}

.eb_pckg_box .img_box {
	width: 40%;
	position: relative;
}

.eb_pckg_box .img_box img {
    position: absolute;
    right: -45px;
    bottom: -35px;
    width: 120%;
}


.rnt_srch {
	background: #EFEFEF;
	padding: 60px 0px;
}

.rnt_srch_box_prnt {
	gap: 15px;
	margin-top: 40px;
}

.rnt_srch_box {
	background: transparent linear-gradient(180deg, #FFFFFF 0%, #FAFDFF 100%) 0% 0% no-repeat padding-box;
	box-shadow: inset 0px -1px 6px #CCD9E3, 0px 3px 6px #363C580D;
	border: 1px solid #EEEEEE;
	border-radius: 9px;
	padding: 15px 15px 15px 15px;
	position: relative;
	width: 25%;
}

.rnt_srch .badge {
	background: #0A5B9B;
	border-radius: 4px;
	padding: 3px 8px;
	font-size: 12px;
	color: #fff;
	display: inline-flex;
	position: absolute;
	top: -12px;
}

.rnt_srch h4 {
	font-size: 15px;
	margin: 5px 0px;
}

.rnt_srch p {
	font-size: 12px;
}

.why_bk_box_prnt {
	gap: 20px;
}

.why_bk_box {
    border: 0;
    border-radius: 0;
    padding: 20px;
    width: 25%;
    text-align: center;
}

.why_bk_box .img_box {
	height: 59px;
}

.why_bk_box .img_box img {
	height: 100%;
	margin: 0 auto;
}


.testimonial {
	margin-bottom: 0px;
}

.testimonial_box_prnt {
	gap: 25px;
}

.testimonial_box_prnt .owl-item {
	padding: 6px 10px;
}

.testimonial_box {
	background: #FAFAFE 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 12px #00000012;
	border: 1px solid #EEEEEE;
	border-radius: 14px;
	padding: 25px 30px;
}

.testimonial_box .usr_dtl .dtl {
	margin-left: 15px;
}

.usr_dtl h5 {
	font-size: 16px;
}

.usr_dtl p {
	font-size: 14px;
	color: #8E8E8E
}

.testimonial_box .dt {
	font-size: 12px;
	color: #8E8E8E;
}

.sec_bg {
    background-image: url(../img/bg_01.png);
    padding: 60px 0px;
    background-size: cover;
    width: 100%;
    height: 100%;
    padding-bottom: 150px;
}

.mr-tpp{
    margin-top: -90px !important;
}
.testimonial_box_prnt .owl-dots .owl-dot span {
	width: 13px;
	height: 13px;
	margin: 5px 5px;
}

.testimonial_box_prnt .owl-dots .owl-dot:hover span {
	background: #0A5B9B;
}

.testimonial_box_prnt .owl-dots .owl-dot.active span {
	width: 34px;
	background: #0A5B9B;
}


.modal {
	position: fixed;
	top: 0;
	left: 0;
	background: #000000BF;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 100;
	opacity: 0;
	visibility: hidden;
}
	.modal .form_box {
		width: 695px;
		margin: auto;
		padding: 15px 30px;
		background: #fff;
		box-shadow: 0px 10px 65px #00000012;
		border-radius: 20px;
		position: relative;
	}
.form_box h4 {
	font-size: 22px;
}

.form_grp label {
	font-size: 14px;
	margin-bottom: 5px;
	display: flex;
}

.input_grp {
	position: relative;
}

.input_grp .input_icon {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}

.form_grp input {
	border: 1px solid #76C0FA;
	border-radius: 10px;
	height: 50px;
	outline: none;
	width: 100%;
	padding: 0px 15px;
	font-size: 15px;
	font-weight: 600;
}

.form_grp_row {
	gap: 20px;
}


.quantity_box {
	border: 1px solid #76C0FA;
	border-radius: 10px;
	padding: 0px 17px;
	height: 50px;
}

.quantity_box input {
    border: 0px;
    width: 62px;
    text-align: center;
    height: auto;
    background: #fff;
}

.quantity_box button {
	background: none;
	border: none;
	font-size: 23px;
	font-weight: 500;
	opacity: 0.5;
	cursor: pointer;
}

button.submit {
	height: 52px;
	background: #0A5B9B;
	border-radius: 26px;
	padding: 12px 32px;
	border: 0px;
	outline: none;
	font-size: 16px;
	color: #fff
}

.close {
	position: absolute;
	top: 20px;
	right: 20px;
}

.modal.open {
	opacity: 1;
	visibility: visible;
	transition: 0.4s;
}

.modal_btn {
	display: inline-flex;
	align-items: center;
	box-shadow: 0px 3px 6px #EC821C30;
	border: 1px solid #EC821C;
	border-radius: 100px;
	color: #181818;
	font-weight: bold;
	font-size: 14px;
	height: 57px;
	padding: 18px;
	text-decoration: none;
	position: fixed;
	right: 35px;
	bottom: 30px;
	z-index: 50;
	background: #fff;
}

.modal_btn span {
	line-height: 17px;
	margin-left: 10px;
}

.auto_sgtn {
	position: absolute;
	top: 100%;
	width: 100%;
	box-shadow: 0px 3px 25px #00000040;
	border-radius: 19px;
	background: #fff;
	padding: 0;
	overflow: hidden;
	max-height: 300px;
	z-index: 12;
}
	.auto_sgtn h4 {
		font-size: 16px;
		font-weight: 400;
		padding: 10px 15px;
		padding-bottom: 5px;
	}
.auto_sgtn h4 strong {
	font-weight: 600;
}

.auto_sgtn h4 img {
	max-height: 36px;
	margin-right: 14px;
}

.auto_sgtn_ul {
	list-style: none;
}

	.auto_sgtn_ul li {
		list-style: none;
		cursor: pointer;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 10px 15px;
		border-top: 1px solid #e5e5e5;
	}
		.auto_sgtn_ul li:hover {
			background: #fbfbfb;
			cursor: pointer;
			border-radius: inherit;
		}
.auto_sgtn_ul li a {
	text-decoration: none;
	color: #000;
}

	.auto_sgtn_ul li .img_box {
		width: 40px;
		height: 40px;
		border-radius: 12px;
		margin-right: 15px;
	}
.ulimg img {
	border-radius: 10px;
	object-fit: cover;
	height: 40px;
	width: 40px;
}
.auto_sgtn_ul li .cont p {
	font-size: 18px;
	font-weight: 500;
}
.auto_sgtn_ul li .cont span {
	color: #707070;
	font-size: 14px
}
.auto_sgtn_ul  ul li:hover {
	background: #fbfbfb;
	cursor: pointer;
}


.holiday_loder {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	bottom: 0;
	display: none;
	right: 0;
	-ms-backdrop-filter: blur(3px);
	-o-backdrop-filter: blur(3px);
	-moz-backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
	background-color: rgb(0 0 0 / 45%);
	z-index: 99999;
}

.h_ldr_bx .f18 {
	font-size: 18px;
	font-weight: 600;
}

.h_ldr_bx .f15 {
	font-size: 15px;
}

.h_ldr_bx .f_c_18 {
	font-size: 18px;
	font-weight: 600;
	color: #0A5B9B;
}

.h_ldr_bx {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    margin: auto;
    transform: translate(-50%, -50%);
    padding: 20px;
    border-radius: 8px;
    width: 30%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.stages {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin: 10px auto;
	padding: 10px 0;
}

.dot-pulse {
	position: relative;
	left: -9999px;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background-color: #0A5B9B;
	color: #0A5B9B;
	box-shadow: 9999px 0 0 -5px #8f8f8f;
	animation: dotPulse 1.5s infinite linear;
	animation-delay: .25s;
}

	.dot-pulse::before, .dot-pulse::after {
		content: '';
		display: inline-block;
		position: absolute;
		top: 0;
		width: 10px;
		height: 10px;
		border-radius: 5px;
		background-color: #8f8f8f;
		color: #0A5B9B;
	}

	.dot-pulse::before {
		box-shadow: 9984px 0 0 -5px #8f8f8f;
		animation: dotPulseBefore 1.5s infinite linear;
		animation-delay: 0s;
	}

	.dot-pulse::after {
		box-shadow: 10014px 0 0 -5px #8f8f8f;
		animation: dotPulseAfter 1.5s infinite linear;
		animation-delay: .5s;
	}

@keyframes dotPulseBefore {
	0% {
		box-shadow: 9984px 0 0 -5px #8f8f8f;
	}

	30% {
		box-shadow: 9984px 0 0 2px #8f8f8f;
	}

	60%, 100% {
		box-shadow: 9984px 0 0 -5px #8f8f8f;
	}
}

@keyframes dotPulse {
	0% {
		box-shadow: 9999px 0 0 -5px #8f8f8f;
	}

	30% {
		box-shadow: 9999px 0 0 2px #8f8f8f;
	}

	60%, 100% {
		box-shadow: 9999px 0 0 -5px #8f8f8f;
	}
}

@keyframes dotPulseAfter {
	0% {
		box-shadow: 10014px 0 0 -5px #8f8f8f;
	}

	30% {
		box-shadow: 10014px 0 0 2px #8f8f8f;
	}

	60%, 100% {
		box-shadow: 10014px 0 0 -5px #8f8f8f;
	}
}

.ngt_dy {
	position: absolute;
	top: 135px;
	background: #000;
	right: 15px;
	padding: 3px 10px;
	color: #fff;
	font-size: 11px;
	border-radius: 50px;
	box-shadow: 0 0 7px rgb(255 255 255 / 25%);
}

.outer, .currcircl {
	display: none;
}

.errorfrm {
	color: #ff2828;
	font-size: 11px;
	background: #ffeaee;
	padding: 3px 10px;
	border: 0;
	border-radius: 4px;
	display: none;
	position: absolute;
	line-height: 15px;
	white-space: nowrap;
	transition: all .5s ease;
	text-transform: capitalize;
	width: auto;
	margin: 0;
	left: 0;
	top: 45px;
	z-index: 999;
	font-weight: 500;
	-webkit-transition: opacity 600ms, visibility 600ms;
	transition: opacity 600ms, visibility 600ms;
}

	.errorfrm::before {
		content: "";
		left: 5px;
		top: -7px;
		width: 0;
		height: 0;
		border-top: 0;
		border-right: 8px solid transparent;
		border-left: 8px solid transparent;
		border-bottom: 8px solid #ffeaee;
		position: absolute;
		z-index: 10;
	}
.input_grp input::placeholder {
	font-size: 14px;
	font-weight: 500;
}
.email-ico {
	background: url(https://www.easemytrip.com/holidays/Content/customize/img/email-ico.svg);
	background-size: 18px 14px;
	background-position: 97% 50%;
	background-repeat: no-repeat;
}

.location-ico {
	background: url(https://www.easemytrip.com/holidays/Content/customize/img/location-ico.svg);
	background-size: 18px 14px;
	background-position: 97% 50%;
	background-repeat: no-repeat;
}

.calnder-ico {
	background: url(../img/clndr.svg);
	background-size: 18px 14px;
	background-position: 97% 50%;
	background-repeat: no-repeat;
}
.call-ico {
	background: url(https://www.easemytrip.com/holidays/Content/customize/img/call-ico.svg);
	background-size: 18px 14px;
	background-position: 97% 50%;
	background-repeat: no-repeat;
}

.user-ico {
	background: url(https://www.easemytrip.com/holidays/Content/customize/img/user-ico.svg);
	background-size: 18px 14px;
	background-position: 97% 50%;
	background-repeat: no-repeat;
}

.sub_qu:hover {background: #234d6e;}
.sub_qu {
    height: 52px;
    background: #0A5B9B;
    border-radius: 26px;
    padding: 12px 32px;
    border: 0px;
    outline: none;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}

.tabs-nav {
	list-style: none;
}

.tab-content {
	display: none;
}

	.tab-content.active {
		display: block;
	}
	
.hero_sec{height: 300px;}	
.hero_slider a img{height: 300px;}	
.eb_pckg_box{	
	background: linear-gradient(180deg, rgb(255 255 255) 8%, rgb(250 253 255) 100%);
    box-shadow: 0 0 7px rgb(0 -1 6 / 6%) inset;
    border: 1px solid #F5F5F5;
    color: #000;
}
	.deskvw{display: block;}
	.mobvw{display: none;}
	@media only screen and (min-width: 150px) and (max-width: 600px){
			.deskvw{display: none;}
			.mobvw{display: block;}
.eb_pckg_box {
        background: #fff;
        box-shadow: none;
        border: 0;
        color: #000;
        padding: 0 !important;
    }	
.nothing_text {
	display: unset !important;
}	
	.hero_sec{height: 50vh;}	
.hero_slider a img{height: 50vh !important;}	

		.h_ldr_bx {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    margin: auto;
    transform: translate(-50%, -50%);
    padding: 20px;
    border-radius: 8px;
    width: 80%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.custom_head {
    font-size: 18px;
}

.bnner-ttl {
    text-decoration: none;
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    top: 35px;
    font-size: 35px;
    z-index: 99;
    font-weight: 500;
    color: #fff;
}

	}
	
	
	
	
	
	/* Circle */
.hoverEff {
	position: relative;
	overflow: hidden;
}
.hoverEff:hover img {
transform: scale(1.1);transition: transform 0.3s ease;
}
.tab_nav_link:hover{
background: #f9fdff;
    border: 1px solid #0A5B9B;
}
.hldy_thm_box:hover{background:#e2f3ff;border:1px solid #0A5B9B;}
.modal_btn:hover {
    background: #eaf6ff;
}

.pckg_sec li a:hover img, .jckpt_box_prnt a:hover img, .vs_dstn_box_prnt a:hover img{transform: scale(1.1);transition: transform 0.3s ease;}
.pckg_sec li a:hover span{color:#0A5B9B;}
.jckpt_box_prnt a:hover span, .vs_dstn_box_prnt a:hover span{color:#0A5B9B;}


.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}


.contai_1100 {
    width: 1050px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.img-ico {
    width: 30%;
    position: relative;
    margin: auto 10%;
}

    .img-ico img {
        position: absolute;
        top: -129px;
        width: 100%;
        max-width: unset;
    }
.info-ttl {
    width: 70%;
    margin: auto;
    position: relative;
    font-size: 28px;
    font-weight: 600;
    color: #fff;
}
.infi-bx {
    float: left;
    width: 100%;
    background: #3B3F51;
    padding: 15px;
    border-radius: 10px;
    margin-top: 80px;
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}	
.info-ttl .lft-p {
    margin: auto;
    top: -60px;
    font-size: 22px !important;
    position: absolute;
    font-weight: 600;
    color: #000 !important;
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
}
.info-ttl {
    width: 70%;
    margin: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.info-ttl a {
    position: relative;
    font-size: 25px;
    font-weight: 500;
    color: #fff;
    display: flex;
    align-items: center;
}

.info-ttl .icon {
    color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    margin-right: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.icon img {
    width: 100%;
}



.fancy {
    overflow: hidden;
    --offset: 1px;
    border: 1px solid #aedbff;
}

.fancy::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    background: conic-gradient(transparent 180deg, #0A5B9B, #0A5B9B);
    transform: translate(-50%, -50%);
    aspect-ratio: 1;
    animation: rotate 2s linear infinite;
}

.fancy::after {
  content: "";
  position: absolute;
  width: calc(100% - 2 * var(--offset));
  height: calc(100% - 2 * var(--offset));
  inset: var(--offset);
  background: inherit;
  border-radius: inherit;
}

.fancy input {
  position: absolute;
  color: #006d77;
  background: transparent;
  font-size: 1rem;
  inset: 0;
  padding: 1.5rem;
  z-index: 10;
}
.modal_btn span,  .fancy img{
    position: relative;
    z-index: 1;
}


@keyframes rotate {
  from {
    transform: translate(-50%, -50%) scale(1.4) rotate(0turn);
  }
  to {
    transform: translate(-50%, -50%) scale(1.4) rotate(1turn);
  }
}
