@import url(https://fonts.googleapis.com/css2?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);



*{

	font-family: "Poppins";

}



section{

	width: 100%;

	float: left;

}

a{

	text-decoration: none;

}

a:hover{

	text-decoration: none;

}

.top-bar {

	background-color: #0241cc;

	padding: 8px 0;

	position: fixed;

	z-index: 99;

	background: linear-gradient(90deg,#0E4BCF -.01%,#EB3659 99.99%);

}

.travel-blog-main .common-heading.common-heading-1 {

    background: linear-gradient(90deg, #212529 -.01%,  #212529 99.99%);

    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;

    background-clip: text;

}
.home-faq-bt button {
    border-radius: 12px;
    border: 1px solid #9dbbfd;
    background: #1f4799;
    padding: 16px 100px;
    color: #fefefe;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.banner {

	padding: 200px 0;

	text-align: center;

	background-image: url('../images/banner.jpg');

	color: #fff;

}

.banner-data h1 {

	font-family: Poppins;

	font-size: 48px;

	font-weight: 500;

	line-height: 48px;

	text-align: center;

	margin: 0px 0 0 0;

}

.banner-data h3 {

	font-family: Poppins;

	font-size: 28px;

	font-weight: 500;

	line-height: 28px;

	text-align: center;

	margin: 24px 0 0 0;

}

.row.row-first {

	display: flex;

	justify-content: space-between;

	align-items: center;

}

.heading {

	font-family: Poppins;

	font-size: 40px;

	font-weight: 700;

	line-height: 50px;

	text-align: left;

	background: linear-gradient(90deg,#0E4BCF -.01%,#EB3659 99.99%);

	-webkit-background-clip: text;

	-webkit-text-fill-color: transparent;

	background-clip: text;

	margin-left: 15px;

}

.row.row-first .btn.btn-primary.dropdown-toggle.pro-c {

	border: 1px solid #9DBBFD;

	background: #fff;

	padding: 16px 24px;

	color: #7B7B7B;

	font-family: Poppins;

	font-size: 16px;

	font-weight: 400;

	line-height: 16px;

	text-align: left;

	width: 279px;

	border-radius: 8px;

	position: relative;

}

.row.row-first .dropdown-toggle::after {

	display: inline-block;

	margin-left: .255em;

	vertical-align: .255em;

	content: "";

	border-top: .3em solid #000;

	border-right: .3em solid transparent;

	border-bottom: 0;

	border-left: .3em solid transparent;

	position: absolute;

	right: 24px;

	top: 44%;

	border-radius: 50px;

}

header .top-bar {

    /* background: #f1be3200; */

    padding: 8px 0;

    text-align: left;

}

.footer {

    background: transparent !important;

}

footer {

    padding: 0 !important;

}

.inner-block-img img {

    width: 100%;

    height: 396px;

    object-fit: cover;

}

.inner-block {

	position: relative;

	border-radius: 20px;

	overflow: hidden;

}

.inner-block::after {

	content: '';

	position: absolute;

	background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0, 0, 0, 0.75) 75%, rgba(0, 0, 0, 0.66) 100%);

	top: 0;

	left: 0;

	right: 0;

	bottom: 0;

	border-radius: 20px;

	z-index: 1;

}

.inner-block .inner-block-content {

	position: absolute;

	bottom: 0;

	padding: 20px;

	color: #fff;

	z-index: 9;

	width: 100%;

}

.inner-block-content-1 h3 {

	font-family: Poppins;

	font-size: 20px;

	font-weight: 600;

	line-height: 25px;

	text-align: left;

}

.inner-block-data span {

	font-family: Poppins;

	font-size: 14px;

	font-weight: 300;

	line-height: 21px;

	text-align: center;

}

.inner-block-data span a {

	color: #132547;

	padding: 8px 12px;

	background: #fff;

	border-radius: 4px;

}

.inner-block-data {

	display: flex;

	gap: 12px;

	margin-bottom: 16px;

}

.section-first .row.row-first {

	margin-bottom: 40px;

}

.section-first {

	padding: 80px 0;

}

.section-first .row.row-second {

	gap: 40px 0;

}

.home-faq-bt a {

	border-radius: 12px;

	border: 1px solid #9dbbfd;

	background: #1f4799;

	padding: 16px 100px;

	color: #fefefe;

	text-align: center;

	font-family: Poppins;

	font-size: 18px;

	font-style: normal;

	font-weight: 500;

	line-height: 100%;

}

.home-faq-bt {

	display: flex;

	justify-content: center;

	width: 100%;

}

.section-first .row.row-third {

	margin: 40px 0 0 0;

}

.add-banner .home-my-account-btn button {

	margin: 24px 0 0;

	background: #03A600;

	border-radius: 8px;

	border: 0;

	padding: 16px 24px;

	color: #fefefe;

	text-align: center;

	font-family: Poppins;

	font-size: 16px;

	font-style: normal;

	font-weight: 500;

	line-height: 100%;

}

.add-banner .home-my-account-btn button img {

	margin-right: 8px;

	width: auto;

	height: 20px;

}
.add-banner .home-my-account-btn a img {

	margin-right: 8px;

	width: auto;

	height: 20px;

}
.add-banner .home-my-account-btn {
    margin: 24px 0 0 0;
}
.add-banner .home-my-account-btn a {

	margin: 24px 0 0;

	background: #03A600;

	border-radius: 8px;

	border: 0;

	padding: 16px 24px;

	color: #fefefe;

	text-align: center;

	font-family: Poppins;

	font-size: 16px;

	font-style: normal;

	font-weight: 500;

	line-height: 100%;

}



.add-banner h2 {

	font-family: Poppins;

	font-size: 33px;

	font-weight: 300;

	line-height: 41.25px;

	text-align: left;

	color: #fff;

}

.add-banner h2 span {

	display: block;

}

.add-banner h3 {

	font-family: Poppins;

	font-size: 37px;

	font-weight: 600;

	line-height: 37px;

	text-align: left;

	color: #fff;

}

.add-banner .add-block-1 {

	background-image: url('../images/stats-bg.jpg');

}

.add-banner .add-block-1 {

	background-image: url('../images/stats-bg.jpg');

	background-size: cover;

	border-radius: 20px;

}

.add-block-img {

	display: flex;

	justify-content: center;

}

.add-block-img img {

	margin-top: 15px;

}



.create-sec.create-sec-last .create-data {

	display: flex;

	align-items: center;

	justify-content: center;

	max-width: 100%;

	gap: 40px;

}

.create-sec.create-sec-last .create-block {

	padding: 24px;

	background: #EEF1F8;

	border: 0;

	border-radius: 12px;

	margin: 0 !important;

}

.create-sec.create-sec-last .create-block-img img {

	width: auto;

	height: 46px;

}

.create-block-cont h3 {

	color: #132547;

	font-size: 18px;

	font-weight: 500;

	line-height: 22.5px;

	text-align: left;

}

.create-block {

	display: flex;

	gap: 24px;

	align-items: center;

}

.footer .logo-img img {

	width: auto;

	height: 80px;

}

.footer {

	padding: 50px 0;

	text-align: center;

}

footer {

	background-image: url('../images/footer.jpg');

	background-size: cover;

	background-repeat: no-repeat;

}

.low-footer .container {

	background: linear-gradient(90deg,rgba(14,75,207,0) -.01%,#EB3659 52.99%,rgba(14,75,207,0) 99.99%);

}

footer {

	width: 100%;

	float: left;

}

.low-foot-1 {

	display: flex;

	justify-content: space-between;

	align-items: center;

}

.low-foot-1 .foot-para {

	text-align: left;

  }

  .low-footer p {

	color: #fff;

	font-weight: 300;

	line-height: 100%;

	margin: 12px 0;

  }

  .foot-para a {

	color: #fff;

	font-weight: 500;

	line-height: 100%;

}

.low-foot-1 p {
    flex: 0 0 30%;
    max-width: 30%;
}

  .low-foot-1 .foot-social {

	text-align: right;

}

.low-foot-1 .foot-social img {

	width: auto;

	height: 16px;

}

.foot-social a {

	margin: 0 8px;

	padding: 0;

	background: transparent;

	border-radius: 4px;

}

.create-sec.create-sec-last {

	margin-bottom: 80px;

}

.inner-1 .dropdown-menu.show {

	width: 100%;

}

.foot-para a, .low-footer p {

	text-align: center;

	font-family: Poppins;

	font-size: 14px;

	font-style: normal;

}

.inner-block-content-1 h3 a {

    font-family: Poppins;

    font-size: 20px;

    font-weight: 600;

    line-height: 25px;

    text-align: left;

	color: #fff;

}

section.slider_banner_section {
    margin-top: 40px;
}
.crousal-cate-txt h3 a:hover {
	color: #01d700;
	text-decoration: none;
	background: linear-gradient(90deg, #FFF -.01%, #FFF 99.99%) !important;
	-webkit-background-clip: text !important;
	-webkit-text-fill-color: transparent !important;
	background-clip: text !important;
}
.travel-blog-main.travel-blog-main-2 h4 span {
	font-family: Poppins;
	background: linear-gradient(90deg,#0E4BCF -.01%,#EB3659 99.99%);
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}
.guide-blog .crousal-cate-txt h3 a:hover {
	text-decoration: none;
	background: linear-gradient(90deg, #0E4BCF -.01%, #EB3659 99.99%) !important;
	background-clip: border-box !important;
	-webkit-background-clip: text !important;
	-webkit-text-fill-color: transparent !important;
	background-clip: text !important;
}
@media (min-width: 1366px) {

	.container, .container-lg, .container-md, .container-sm, .container-xl {

	  max-width: 1280px;

	}

}



@media (max-width: 1600px) {

	.banner-data h1 {

		font-size: 44px;

	}
	.travel-blog-main.travel-blog-main-2 h1 {
		font-size: 36px;
	}
	.banner-data h3 {

		font-size: 24px;

		line-height: 24px;

	}

	.heading {

		font-size: 36px;

		line-height: 44px;

	}

	.add-banner h2 {

		font-size: 30px;

		line-height: 36px;

	}

	.add-banner h3 {

		font-size: 36px;

		line-height: 36px;

	}

}







@media (max-width: 1366px) {

	.banner-data h1 {

		font-size: 36px;

	}
	.travel-blog-main.travel-blog-main-2 h2, .travel-blog-main.travel-blog-main-2 h3, .travel-blog-main.travel-blog-main-2 h4 {
		font-size: 28px !important;
	}
	.travel-blog-main.travel-blog-main-2 h1 {
		font-size: 32px;
	}
	.inner-block-img img {

		width: 100%;

		height: 350px;

		object-fit: cover;

	}

	.banner-data h3 {

		font-size: 22px;

		line-height: 22px;

	}

	.heading {

		font-size: 34px;

		line-height: 40px;

	}

	.add-banner h2 {

		font-size: 28px;

		line-height: 34px;

	}

	.add-banner h3 {

		font-size: 32px;

		line-height: 32px;

	}

	.footer .logo-img img {

		width: auto;

		height: 65px;

	}

	.banner {

		padding: 160px 0;

	}

}



@media (max-width: 1199px) {

	.low-foot-1 p {

	  flex: 0 0 32%;

	  max-width: 32%;

	  

	}
	.travel-blog-main.travel-blog-main-2 h1 {
		font-size: 28px;
	}
	.low-foot-1 p {

		flex: 0 0 32%;

		max-width: 32%;

	}

	.low-foot-1 p {

		flex: 0 0 32%;

		max-width: 32%;

	}

	.inner-block-img img {

		width: 100%;

		height: 289px;

		object-fit: cover;

	}

  }



@media (max-width: 991px) {

	.banner-data h1 {

		font-size: 28px;

	}
	.travel-blog-main.travel-blog-main-2 h2, .travel-blog-main.travel-blog-main-2 h3, .travel-blog-main.travel-blog-main-2 h4 {
		font-size: 24px !important;
	}
	.travel-blog-main.travel-blog-main-2 h1 {
		font-size: 24px;
	}
	.logo-img img {

		width: auto;

		height: 16px;

	}

	.section-first .row.row-second {

		justify-content: center;

	}

	.banner-data h3 {

		font-size: 20px;

		line-height: 20px;

	}

	.heading {

		font-size: 28px;

		line-height: 32px;

	}

	.add-banner h2 {

		font-size: 24px;

		line-height: 28px;

	}

	.add-banner h3 {

		font-size: 28px;

		line-height: 28px;

	}

	.footer .logo-img img {

		width: auto;

		height: 65px;

	}

	.banner {

		padding: 130px 0;

	}

	.create-sec.create-sec-last .create-block-img img {

		width: auto;

		height: 36px;

	}

	.add-banner .row.row-first {

		flex-direction: column-reverse;

	}

	.add-banner h2 {

		text-align: center;

	}

	.add-banner h3 {

		text-align: center;

	}

	.home-my-account-btn {

		display: flex;

		justify-content: center;

	}

	.add-block-img img {

		margin-top: 24px;

	}

	.add-banner .add-block-1 {

		padding: 24px 24px 0;

	}

	.inner-block-content-1 h3 {

		font-size: 16px;

		line-height: 20px;

	}

	.section-first {

		padding: 50px 0;

	}

	.create-sec.create-sec-last {

		margin-bottom: 50px;

	}

	.low-foot-1 {

		flex-wrap: wrap;

	}

	.low-foot-1 .foot-para {

		order: 1;

		-webkit-order: 1;

	}

	.low-foot-1 .foot-para-add {

		text-align: center;

		order: 3;

		-webkit-order: 3;

	}

	.low-foot-1 .foot-social {

		order: 2;

		-webkit-order: 2;

	}

	.low-foot-1 {

		justify-content: center;

	}

	.low-foot-1 p {

		flex: 0 0 50% !important;

		max-width: 50% !important;

	}

	.low-foot-1 p {

		flex: 0 0 50% !important;

		max-width: 50% !important;

	}

	.low-foot-1 p {

		flex: 0 0 50% !important;

		max-width: 50% !important;

	}

}





@media (max-width: 767px) {

	.banner-data h1 {

		font-size: 24px;

	}
	.icons {
		padding: 8px !important;
		margin: 0 !important;
		width: 40px !important;
		height: 40px !important;
		line-height: 20px !important;
	}
	.travel-blog-main.travel-blog-main-2 h2, .travel-blog-main.travel-blog-main-2 h3, .travel-blog-main.travel-blog-main-2 h4 {
		font-size: 20px !important;
	}
	.travel-blog-main.travel-blog-main-2 h1 {
		font-size: 20px;
		margin: 20px 0 10px;
	}
	.footer {
		background-image: url(../images/footer.jpg) !important;
		background-size: cover !important;
		background-repeat: no-repeat;
	}
	.top_banner {
		background-position: left;
	}
	section.new-breadcrum .top_banner_main {
		display: none;
		/* margin-top: 30px; */
	}
	section.travel-blog-main.travel-blog-main-2 {
		margin-top: 24px;
	}
	.banner-data h3 {

		font-size: 18px;

		line-height: 18px;

	}

	.heading {

		font-size: 24px;

		line-height: 28px;

	}

	.add-banner h2 {

		font-size: 20px;

		line-height: 24px;

	}

	.add-banner h3 {

		font-size: 24px;

		line-height: 24px;

	}

	.footer .logo-img img {

		width: auto;

		height: 65px;

	}

	.banner {

		padding: 100px 0;

	}

	.create-sec.create-sec-last .create-block {

		flex-direction: column;

		text-align: center;

		padding: 15px 12px;

		gap: 10px;

	}

	.create-sec.create-sec-last .create-block-cont h3 {

		text-align: center;

		margin: 0;

	}

	.create-sec.create-sec-last .create-data {

		gap: 24px;

	}

	.footer .logo-img img {

		width: auto;

		height: 50px !important;

	}

	.footer{

		padding: 30px 0;

	}

	.create-sec.create-sec-last {

		margin-bottom: 30px;

	}

	.section-first {

		padding: 30px 0;

	}

	.section-first .row.row-first {

		margin-bottom: 24px;

	}

	.section-first .row.row-third {

		margin: 24px 0 0 0;

	}
	.low-foot-1 .foot-para-add {
		background: linear-gradient(90deg,rgba(14,75,207,0) -.01%,#EB3659 52.99%,rgba(14,75,207,0) 99.99%);
		padding: 8px;
		margin-bottom: 0;
	}
	.low-footer .container {
		background: linear-gradient(90deg, rgba(14, 75, 207, 0) -.01%, #afafaf00 52.99%, rgba(14, 75, 207, 0) 99.99%);
	}
	.footer {
		padding: 30px 0 10px;
	}
	.low-foot-1 .foot-para-add {
		background: linear-gradient(90deg,rgba(14,75,207,0) -.01%,#EB3659 52.99%,rgba(14,75,207,0) 99.99%);
		padding: 8px;
		font-size: 12px;
		margin-bottom: 0;
	}
	.low-footer {
		background: #2448b8;
	}
	a.banner-heading-text {
		display: none;
	}
	form.filter-flex select {
		font-size: 13px !important;
		margin: 0;
	}
	.comments-section .comment {
		padding: 0 !important;
	}
	.comments-section {
		padding: 0 !important;
	}
	.captchaSection {
		flex-wrap: wrap !important;
	}
	.trending-blog-widgets.attraction-blog-widget .trending_blog_box h3 a {
		font-size: 18px;
	}
	.side-bar .heading-main .common-heading {
		font-size: 24px;
	}
	.side-bar .heading-main {
		margin-top: 24px;
	}
	.bottom-layer2 .form_wrap2 {
		flex: 1 1 100% !important;
	}
	.bottom-layer2 {
		margin-bottom: 15px !important;
	}
}



@media (max-width: 576px) {

	.banner-data h3 {

		font-size: 16px;

		line-height: 16px;

		margin-top: 0px;

	}

	.create-block-cont h3 {

		font-size: 16px;

	}

	.create-sec.create-sec-last .create-block-img img {

		width: auto;

		height: 32px;

	}

	.create-sec.create-sec-last .create-data {

		gap: 10px;

	}

	.row.row-first.first-a {
		justify-content: flex-start;
	}

	.heading {

		font-size: 18px;

		line-height: 28px;

	}

	.row.row-first .btn.btn-primary.dropdown-toggle.pro-c {

		padding: 10px 24px;

		font-size: 14px;

		width: 200px;

	}

	.inner-block-content-1 h3 {

		font-size: 14px;

		line-height: 20px;

	}

	.inner-block-data span a {

		padding: 4px 8px;

	}

	.add-banner h2 {

		font-size: 18px;

		line-height: 22px;

	}

	.add-banner h3 {

		text-align: center;

		font-size: 20px;

	}

	.low-foot-1 p {

		flex: 0 0 100% !important;

		max-width: 100% !important;

	}

	.low-foot-1 p {

		flex: 0 0 100% !important;

		max-width: 100% !important;

	}

	.low-foot-1 p {

		flex: 0 0 100% !important;

		max-width: 100% !important;

	}

	.low-foot-1 .foot-para {

		text-align: center;

	}

	.low-foot-1 .foot-social {

		text-align: center;

	}

	.banner {

		padding: 80px 0;

	}
	form.filter-flex select {
		font-size: 13px !important;
		margin: 0;
	}
	form.filter-flex select {
		font-size: 13px !important;
	}
	.treval-common-padding {
		padding: 30px 0;
	}
}