/*
font-family: 'Inter', sans-serif;
*/
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: smooth
}
html, body{
	overflow-x: clip;
}
*,
:after,
:before {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit
}
a,
aside,
body,
del,
div,
dl,
footer,
header,
li,
main,
ol,
p,
section,
span,
ul {
    padding: 0;
    margin: 0;
    text-shadow: none;
    outline: 0;
    box-shadow: none;
    text-decoration: none;
    list-style: none
}
b, strong{
    font-weight: 700;
}
body {
    font-size: 18px;
    line-height: 32px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #656565;
}
p{
    margin-bottom: 30px;
}
a{
    color: #DF7258;
    -webkit-transition: .5s all ease;
    -ms-transition: .5s all ease;
    transition: .5s all ease;
}
a:hover, a:focus{
    color: #191919;
}
h1{
    font-weight: 700;
    font-size: 58px;
    line-height: 70px;
    letter-spacing: .3px;
    margin-bottom: 18px;
}
h2{
    font-size: 48px;
    font-weight: 700;
    line-height: 62px;
    letter-spacing: -.1px;
    color: #11142D;
    margin-bottom: 25px;
}
h2 b, h2 strong{
    color: #DF6951;
}
.mt-100{
    margin-top: 100px;
}
.mtb-100{
    margin: 100px 0px;
}
.ptb-100{
    padding: 100px 0;
}
.ptb-50{
    padding: 50px 0;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #191919;
    z-index: 99;
    -webkit-transition: .5s all ease;
    -ms-transition: .5s all ease;
    transition: .5s all ease;
}
header .navbar, header .navbar-brand {
	padding: 0;
}
header .navbar-brand img {
	max-width: 132px;
}
header .navbar-nav a {
	font-size: 16px;
    line-height: 20px;
	font-weight: 500;
	position: relative;
	color: #fff;
	padding: 35px 0 !important;
    display: block;
	-webkit-transition: .5s all ease;
	-ms-transition: .5s all ease;
	transition: .5s all ease;
}
header .navbar-nav .menu-item + .menu-item {
	margin-left: 40px;
}
header .navbar-nav a:hover, header .navbar-nav li.current-menu-item > a {
	color: #DF7258;
}
header .navbar-nav > .menu-item a:before {
	content: '';
	position: absolute;
	width: 0;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: calc(100% - 5px);
	height: 5px;
	background: #DF7258;
    border-radius: 4px 4px 0px 0px;
	-webkit-transition: .5s all ease;
	-ms-transition: .5s all ease;
	transition: .5s all ease;
}
header .navbar-nav .menu-item a:hover:before, header .navbar-nav .menu-item.current-menu-item a:before {
	width: calc(100% - 2px);
}
header .navbar-nav .menu-item:last-child a {
	padding: 9px 11px !important;
	border: 1px solid #fff;
	border-radius: 5px;
}
header .navbar-nav .menu-item:last-child a:before{
    display: none;
}
header .navbar-nav .menu-item:last-child a:hover{
    background: #DF7258;
    border-color: #DF7258;
    color: #fff;
}
/* Home */
.home-banner, .inner-banner, .trip-banner{
    margin-top: 90px;
}
.hbSwiper .swiper-slide {
	position: relative;
	padding: 153px 0;
	overflow: hidden;
}
.hbSwiper .swiper-slide:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.1) 70.84%, rgba(0, 0, 0, 0) 100%);
}
.hbSwiper .swiper-slide > *{
    position: relative;
    z-index: 1;
}
.hb-desc h1{
    color: #fff;
    max-width: 90%;
}
.hb-desc h1 b, .hb-desc h1 strong{
    text-transform: uppercase;
    display: block;
}
.hb-desc p{
    color: #fff;
    font-weight: 700;
    letter-spacing: .1px;
}
.home-search {
	position: relative;
	top: -125px;
	z-index: 2;
    margin-bottom: -125px;
}
.search-tabs {
	padding: 15px 30px;
	background: #FAFAFA;
	border-radius: 8px 8px 0 0;
    width: 95%;
    margin: 0 auto;
}
.search-tabs ul li a {
	padding: 12px 15px;
	color: #191919;
	font-size: 16px;
	font-weight: 500;
	background: transparent;
    border-radius: 6px
}
.search-tabs ul li.active a{
    background: #42342A;
    color: #fff;
}
.search-content{
    background: #FFFFFF;
    box-shadow: 2px 0px 20px 10px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    padding: 25px 40px;
}
.pricing b {
	display: block;
}
.search-content h6 {
	font-size: 15px;
	line-height: 21px;
	font-weight: 500;
	color: #191919;
	margin-bottom: 14px;
	letter-spacing: .8px;
}
.search-content select {
	border: 0 !important;
	padding: 0 2.25rem 0 0;
	box-shadow: none !important;
	outline: none !important;
    font-weight: 600;
    cursor: pointer;
}
.search-content .pricing b {
	font-weight: 800;
	color: #191919;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: .8px;
}
.search-content .pricing b + b{
    margin-top: 8px;
}
.btn-primary, .gform_button {
	padding: 14px 27px;
	background: #DF6951;
	border-radius: 8px;
	color: #fff;
	border: 0;
	box-shadow: none !important;
	outline: none !important;
	font-size: 18px;
	font-weight: 800;
	line-height: 27px!important;
    -webkit-transition: .5s all ease;
	-ms-transition: .5s all ease;
	transition: .5s all ease;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .gform_button:hover, .gform_button:focus, .gform_button:active{
    background: #191919;
    color: #fff;
}
.search-content .sc-common{
    display: none !important;
}
.search-content .sc-common.active{
    display: flex !important;
}
.home-why {
	position: relative;
	z-index: 1;
}
.home-why::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: -50px;
	background: #FBFBFB;
	z-index: -1;
	display: none;
}
.home-why h2 b, .home-why h2 strong, .home-about h2 b, .home-about h2 strong, .home-best h2 strong, .home-best h2 b, .home-car h2 b, .home-car h2 strong, .home-bus h2 b, .home-bus h2 strong{
    display: block;
}
.hw-left img{
    border-radius: 30px;
    width: 100%;
}
.hwr-box {
	padding: 45px 0;
	display: grid;
	grid-template-columns: auto auto;
	gap: 0px 24px;
	align-items: center;
}
.hwr-icon {
	width: 90px;
	height: 90px;
	position: relative;
	background: linear-gradient(135deg, rgba(223, 114, 88,0.08) 0%, rgba(240, 71, 31,0.08) 100%);
	border-radius: 50%;
	text-align: center;
}
.hwr-icon img {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 50%;
	transform: translateY(-50%);
}
.hwr-desc h4 {
	font-size: 24px;
	line-height: 28px;
	color: #11142D;
	font-weight: 700;
	margin-bottom: 8px;
}
.hwr-desc p {
	font-size: 20px;
	line-height: 30px;
	margin: 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.hwr-box + .hwr-box {
	border-top: 2px solid rgba(101, 101, 101,.1);
}
.hwr-box:nth-child(2) .hwr-icon {
	background: linear-gradient(135deg, rgba(150, 114, 88,0.08) 0%, rgba(66, 52, 42,0.08) 100%);
}
.box-design-1{
    border-radius: 15px;
    background: rgba(223, 105, 81, 0.07);
}
.box-design-1 .bd-img img{
    width: 100%;
    border-radius: 6px 6px 0 0;
}
.box-design-1 .bd-desc {
	background: #FEFEFE;
	border-radius: 0 0 35px 35px;
	padding: 20px;
}
.box-design-1  .bd-desc h4{
    font-size: 24px;
    line-height: 28px;
    color: #0C111F;
    margin-bottom: 10px;
    font-weight: 700;
}
.box-design-1  .bd-desc p{
    font-size: 18px;
    line-height: 32px;
    margin: 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.box-design-1 .bd-price{
    padding: 18px 20px;
}
.box-design-1 .bd-price p, .box-design-2 .bd-amount p, .box-design-3 .bd-amount p{
    margin-bottom: 4px;
    color: rgba(12, 17, 31, 0.6);
    line-height: 1;
    font-size: 15px;
}
.box-design-1 .bd-price span.amount, .box-design-2 .bd-amount span.amount {
    font-size: 24px;
    font-weight: 700;
    color: #0C111F;
}
.box-design-1 .bd-price span.small-text{
    font-size: 18px;
    color: rgba(12, 17, 31, 0.6);
    font-weight: 400;
}
.swiper-button-next, .swiper-button-prev {
	position: relative;
	left: auto;
	right: auto;
	width: 68px;
	height: 68px;
	background: #f5f5f5;
	border-radius: 50%;
    border: 5px solid transparent;
    -webkit-transition: .5s all ease;
    -ms-transition: .5s all ease;
    transition: .5s all ease;
}
.swiper-button-next:after, .swiper-button-prev:after{
    display: none;
}
.swiper-button-next{
    margin-left: 12px;
}
.swiper-button-next:hover, .swiper-button-prev:hover{
    background: #42342A;
    border-color: #CECECE;
}
.swiper-button-next:hover svg path, .swiper-button-prev:hover svg path{
    stroke: #fff;
}
.home-inter::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 40%;
	background: rgba(66, 52, 42, 0.04);
	z-index: -1;
}
.box-design-2{
    border-radius: 20px;
    background: #fff;
    border: 1px solid #E7E7E7;
    box-shadow: 2px 8px 18px rgba(0, 0, 0, 0.08);
}
.box-design-2 .bd-img img{
    width: 100%;
    border-radius: 20px 20px 0 0;
}
.box-design-2 .bd-desc{
    padding: 20px 20px 15px;
}
.box-design-2 .bd-name-flag, .box-design-3 .bd-name{
    margin-bottom: 14px;
}
.box-design-2 .bd-name-flag h4, .box-design-3 .bd-name h4{
    font-size: 20px;
    line-height: 24px;
    color: #11142D;
    font-weight: 600;
    margin-bottom: 5px;
}
.box-design-2 .bd-name-flag p, .box-design-3 .bd-name p {
	margin: 0;
	font-size: 16px;
	color: rgba(25, 25, 25,.8);
	line-height: 20px;
}
.box-design-2 .bd-name-flag img{
    max-width: 40px;
}
a.arrow-img {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: -.1px;
    background-image: url("data:image/svg+xml,%3Csvg width='30' height='31' viewBox='0 0 30 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='15' cy='15.9946' r='15' fill='%23F5F5F5'/%3E%3Cg filter='url(%23filter0_i_120_3045)'%3E%3Cellipse cx='15' cy='15.9947' rx='11.8657' ry='11.8657' transform='rotate(-90 15 15.9947)' fill='%23DF7258'/%3E%3C/g%3E%3Cpath d='M19.6636 16.0679L10.4658 16.0679' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16.1187 20.0762C16.1187 18.3583 19.7007 16.0678 19.7007 16.0678C19.7007 16.0678 16.1187 13.7773 16.1187 12.0595' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cdefs%3E%3Cfilter id='filter0_i_120_3045' x='3.13428' y='4.12891' width='30.7314' height='23.7314' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dx='7'/%3E%3CfeGaussianBlur stdDeviation='10'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.15 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect1_innerShadow_120_3045'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E ");
    background-size: 30px;
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 38px;
}
a.arrow-img:hover, a.arrow-img:focus{
    background-image: url("data:image/svg+xml,%3Csvg width='30' height='31' viewBox='0 0 30 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='15' cy='15.9946' r='15' fill='%23F5F5F5'/%3E%3Cg filter='url(%23filter0_i_120_3045)'%3E%3Cellipse cx='15' cy='15.9947' rx='11.8657' ry='11.8657' transform='rotate(-90 15 15.9947)' fill='%2311142D'/%3E%3C/g%3E%3Cpath d='M19.6636 16.0679L10.4658 16.0679' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16.1187 20.0762C16.1187 18.3583 19.7007 16.0678 19.7007 16.0678C19.7007 16.0678 16.1187 13.7773 16.1187 12.0595' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cdefs%3E%3Cfilter id='filter0_i_120_3045' x='3.13428' y='4.12891' width='30.7314' height='23.7314' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dx='7'/%3E%3CfeGaussianBlur stdDeviation='10'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.15 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect1_innerShadow_120_3045'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E ");
}
.ha-img img{
    width: 100%;
    border-radius: 25px;
}
.ha-numbers {
	background: rgba(223, 114, 88,.3);
	padding: 42px 40px;
	border-radius: 22px;
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 40px;
}
.ha-numbers .ha-box, .con-box{
    text-align: center;
}
.ha-numbers h3, .con-box h3 {
	font-size: 40px;
	line-height: 48px;
	letter-spacing: .4px;
	font-weight: 800;
	color: #11142D;
	margin-bottom: 6px;
}
.ha-numbers h6, .con-box h6 {
	font-size: 18px;
	line-height: 26px;
	color: #191919;
	font-weight: 500;
	margin: 0;
}
.box-design-3{
    position: relative;
}
.box-design-3:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 70%;
    background: rgba(101, 101, 101, 0.08);
    border-radius: 30px;
    z-index: -1;
}
.box-design-3 .bd-img{
    padding: 0 15px;
}
.box-design-3 .bd-img img {
	width: 100%;
	border-radius: 30px;
}
.box-design-3 .bd-desc {
	padding: 25px 20px;
}
.box-design-3 .bd-amount span.amount{
    font-size: 18px;
    font-weight: 700;
    color: #0C111F;
}
.service-box{
    padding: 42px 20px;
    background: #fff;
    -webkit-transition: .5s all ease;
    -ms-transition: .5s all ease;
    transition: .5s all ease;
}
.service-box:hover{
    box-shadow: 0px 7px 29px rgba(100, 100, 111, 0.2);
}
.service-box img, .service-box svg, .spservice-box img, .spservice-box svg{
    max-width: 70px;
    margin-bottom: 20px;
}
.service-box:hover svg path{
    fill: #DF6951;
}
.spservice-box:hover svg path{
    fill: #fff;
}
.service-box h4, .spservice-box h4{
    font-size: 24px;
    line-height: 29px;
    color: #191919;
    font-weight: 600;
    margin-bottom: 10px;
    transition: all 0.5s;
}
.service-box p, .spservice-box p{
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    color: rgba(101, 101, 101, 1);
    transition: all 0.5s;
}
.home-maha .box-design-3::before{
    background: #fff;
}
.hc-img img, .hbu-img img{
    width: 100%;
}
.testi-box{
    z-index: 1;
    -webkit-transition: .5s all ease;
    -ms-transition: .5s all ease;
    transition: .5s all ease;
}
.testi-desc {
	padding: 24px;
}
.testi-img {
	background: linear-gradient(white, white) padding-box, linear-gradient(90deg, #fff 42%, #DF7258 58%) border-box;
	border-radius: 50%;
	border: 1px solid transparent;
	padding: 5px;
}
.testi-img img{
    width: 120px;
    height: 120px;
    object-fit: cover;
}
.testi-desc h3{
    font-size: 32px;
    color: #11142D;
    font-weight: 700;
    line-height: 41px;
    letter-spacing: .1px;
    margin-bottom: 8px;
}
.testi-desc h6{
    font-size: 16px;
    color: #11142D;
    line-height: 20px;
    letter-spacing: .1px;
    margin-bottom: 15px;
}
.testi-desc p{
    font-size: 14px;
    line-height: 26px;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.testi-box::before {
	content: '';
	position: absolute;
	left: 60px;
	right: 0;
	top: 0;
	bottom: 0;
	border: 1px solid #DF7258;
	border-radius: 30px;
    z-index: -1;
    -webkit-transition: .5s all ease;
    -ms-transition: .5s all ease;
    transition: .5s all ease;
}
.testi-box:hover::before {
	background: #DF7258;
}
.testi-box:hover h6, .testi-box:hover h3, .testi-box:hover p, .home-gallery h2, .home-gallery p{
    color: #fff;
}
.home-cta .container{
    padding: 45px;
}
.home-cta h2, .home-cta p {
	color: #fff;
}
.cta-img {
	position: absolute;
	right: 0;
	bottom: 0;
}
.cta-img img {
	max-width: 570px;
}
.home-cta::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 140px;
	background: #11142D;
	z-index: -1;
}
.home-gallery{
    background: #11142D;
}
footer {
    padding: 63px 0 37px;
	background: linear-gradient(90deg, #222222 50%, #191919 50%);
}
.ft-left {
	padding-right: 85px;
}
.ft-left h2 {
	font-size: 40px;
	line-height: 48px;
	color: #fff;
	margin-bottom: 24px;
	font-weight: 700;
	letter-spacing: .5px;
}
footer p {
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: .5px;
}
.ft-left .input-group {
	position: relative;
	display: inline-block;
	max-width: 370px;
}
.ft-left .form-control, .ft-left .ginput_container input {
	padding: 16px;
	border-radius: 8px;
	border: 0;
	outline: none;
	box-shadow: none;
	width: 100%;
}
.ft-left button{
    padding: 0;
    border: 0;
    box-shadow: none;
    outline: none;
    background: #DF7258;
    width: 56px;
    height: 56px;
    text-align: center;
    margin-left: 30px;
    position: relative;
}
.ft-left button img{
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
}
.ft-left .gform_footer{
	padding: 0!important;
	margin: 0!important;
	width: 56px;
	margin-left: 30px!important;
	height: 56px;
}
#gform_2{
	display: flex;
	align-items: center;
}
.copyright{
    margin-top: 78px;
    color: #fff;
    font-size: 16px;
    letter-spacing: .5px;
    line-height: 20px;
    display: inline-block;
}
.ft-right {
	padding-left: 15px;
}
.ft-logo{
    margin-bottom: 40px;
}
.ft-right ul {
	margin-top: 50px;
	column-count: 3;
}
.ft-right ul li a{
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: .5px;
}
.ft-right ul li a:hover, .ft-right ul li a:focus, .ft-right ul li a:active{
    color: #DF7258;
}
.ft-right ul li {
	line-height: 1;
}
.ft-right ul li + li {
	margin-top: 15px;
}


/*   */
.trip-banner{
    padding: 110px 0px 0px;
    position: relative;
    z-index: 1;
}
.trip-banner::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 20%;
	z-index: -1;
	background: linear-gradient(90deg, #1A1A1A 0%, rgba(26, 26, 26, 0.86) 71.93%, rgba(26, 26, 26, 0.3) 100%);
}
.trip-inc{
    display: flex;
    align-items: center;
    margin-top: 60px;
}
.in-mg img{
    width: 100%;
    border-radius: 30px;
}
.trip-inc .in-box{
    margin-left: 26px;
    text-align: center;
    filter: grayscale(100%);
    opacity: 0.5;
    transition: all 0.5s;
}
.trip-inc .in-box:hover{
    filter: grayscale(0%);
    opacity: 1;
}
.trip-inc .in-box h6{
    font-size: 12px;
    font-weight: 500;
    color: rgba(25, 25, 25, 0.8);
}
.trip-inc .in-box .ti-icon{
    width: 64px;
    height: 64px;
    border-radius: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px dashed #D2D2D2;
    margin-bottom: 7px;
    background: transparent;
    transition: all 0.5s;
}
.trip-inc .in-box:hover .ti-icon{
    background: rgba(150, 114, 88, 0.06);
    border: 1px solid rgba(150, 114, 88, 0.06);
}
.in-desc span{
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    display: block;
    color: #fff;
}
.in-desc h1{
    font-size: 50px;
    line-height: 50px;
    font-weight: 800;
    color: #fff;
    margin-top: 15px;
}
.price-desc{
    margin-top: 10px;
}
.price-desc .btn{
    margin-top: 15px;
}
.price-desc span{
    display: block;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 18px;
}
.price-desc ul li{
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
}
.price-desc ul li + li{
    margin-top: 6px;
}
.price-desc ul li b{
    font-size: 22px;
    line-height: 28px;
    color: #fff;
}
.abk-box{
    margin-top: 30px;
}
.in-desc{
    margin-top: 50px;
}
.trip-inc h4{
    font-size: 16px;
    color: rgba(25, 25, 25, 0.8);
    font-weight: 700;
}
.trip-why::before{
    display: none;
}
.trip-abks{
    background: rgba(223, 105, 81, 0.1);
}
.abk-box img {
	width: 100%;
	border-radius: 15px;
	height: 270px;
}
.abk-box a{
    display: block;
    border-radius: 10px;
}
.abks-tabs .tab-content{
    margin-top: 30px;
}
.abks-tabs .tab-content .tab-pane{
    padding: 40px;
    background: #fff;
    border-radius: 15px;
}
.abks-tabs .nav-pills .nav-link{
    padding: 18px 40px;
    background: #fff;
    color: #11142D;
    border-radius: 6px;
    font-size: 17px;
    line-height: 22px;
    font-weight: 700;
}
.abks-tabs .tab-content ul li {
    position: relative;
    padding-left: 50px;
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
    color: #656565;
}
.abks-tabs .tab-content p{
	font-size: 20px;
    font-weight: 500;
    line-height: 36px;
    color: #656565;
	margin-top: 20px;
}
.abks-tabs .tab-content p:first-child{
	margin-top: 0px;
}
.abks-tabs .tab-content p:last-child{
	margin-bottom: 0px;
}
.abks-tabs .tab-content h4{
	font-size: 22px;
    font-weight: 600;
    color: #656565;
	margin: 25px 0px;
}
.abks-tabs .tab-content ul li + li {
    margin-top: 24px;
}
.abks-tabs .tab-content ul li::after {
	content: '';
	position: absolute;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28'%3E%3Cg id='Group_6017' data-name='Group 6017' transform='translate(-235 -3875)'%3E%3Ccircle id='Ellipse_111' data-name='Ellipse 111' cx='14' cy='14' r='14' transform='translate(235 3875)' fill='%23b38a6f'/%3E%3Cpath id='Checkbox' d='M5.9,10.266,0,4.363l1.2-1.2L5.9,7.785,13.688,0l1.2,1.2Z' transform='translate(242 3884)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	top: 4px;
	left: 0;
	bottom: 0;
	width: 28px;
	height: 28px;
}
.abks-tabs .nav-item + .nav-item{
    margin-left: 30px;
}
.abks-tabs .nav-item{
    margin-top: 20px;
}
.abks-tabs .nav-pills .nav-link.active, .abks-tabs .nav-pills .show > .nav-link{
    background: #DF7258;
    color: #fff;
}
.inner-banner{
    padding: 140px 0px;
    position: relative;
    z-index: 1;
}
.inner-banner::before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	background: #000000;
    opacity: 0.7;
}
.inner-banner h1{
    font-size: 40px;
    line-height: 48px;
    color: #fff;
}
.inba-desc{
    position: relative;
    z-index: 1;
    padding: 20px 0px 0px;
}
.inba-desc::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #DF7258;
    width: 110px;
    height: 6px;
    border-radius: 15px;
}
.breadcrumb-main .breadcrumb-item.active{
    color: rgba(255, 255, 255, 1);
}
.breadcrumb-main .breadcrumb-item a{
    color: rgba(255, 255, 255, 0.5);
}
.breadcrumb-main .breadcrumb-item a:hover{
    color: rgba(255, 255, 255, 1);
}
.spservice-box {
    padding: 49px 35px;
    background: rgba(225, 123, 99, 0.1);
    -webkit-transition: .5s all ease;
    -ms-transition: .5s all ease;
    transition: .5s all ease;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 0 0 0;
}
.spservice-box:hover {
    background: rgba(223, 114, 88, 1);
    box-shadow: -4px 0px 0px rgba(190, 87, 63, 1);
}
.spservice-box:hover h4, .spservice-box:hover p{
    color: #fff;
}
.acl-box{
    padding: 45px 35px;
    border: 2px solid #D9D9D9;
    border-radius: 10px;
    text-align: center;
    margin-top: 30px;
}
.acl-box img, .acl-box svg{
    max-width: 200px;
}
.co-links ul li + li{
    margin-top: 24px;
}
.co-links ul li, .co-links ul li a {
    color: #2F3740;
    font-size: 20px;
    line-height: 35px;
    font-weight: 400;
    display: flex;
}
.co-links ul li:hover a{
    color: #DF7258;
}
.co-links ul li i{
    line-height: 35px;
    color: #2F3740;
    font-size: 30px;
    margin-right: 15px;
    max-width: 30px;
    flex: 100%;
    text-align: center;
}
.sej-img img {
	box-shadow: -25px 20px 44px rgba(0, 0, 0, 0.2);
	border-radius: 20px;
	width: 70%;
}
.sej-img {
    text-align: right;
    position: relative;
    z-index: 1;
}
.sejl-img{
    text-align: left;
}
.sej-img::before{
    content: '';
    border: 5px solid #42342A;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 125px;
    left: 30px;
    border-radius: 50%;
    z-index: -1;
}
.sej-img::after{
    content: '';
    border: 5px solid #fff;
    width: 300px;
    height: 300px;
    position: absolute;
    left: 80px;
    bottom: -50px;
    border-radius: 50%;
    z-index: -1;
}
.sejl-img::before{
    top: -49px;
    left: 70px;
}
.sejl-img::after{
    top: -35px;
    right: 60px;
    width: 196px;
    height: 196px;
    left: auto;
}
.sej-desc h2 b, .sej-desc h2 strong{
    color: #fff;
    display: block;
}
.sej-desc p{
    color: #fff;
}
.se-journy .row + .row{
    padding-top: 70px;
}
.se-journy{
    margin-bottom: 50px;
    position: relative;
}
.se-journy::before{
    content: '';
    background: #11142D;
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0px;
    bottom: -50px;
}
.se-journy .shape{
    position: absolute;
}
.se-journy .col-lg-7{
    z-index: 1;
}
.se-journy .shape-1{
    bottom: -66%;
    left: 90px;
}
.se-journy .shape-2{
    bottom: 120px;
    right: 0px;
}
.breadcrumb{
    margin-bottom: 0px;
}
.co-form{
    padding-right: 40px;
}
.gfield_label, .ft-left .gfield_label {
	display: none !important;
}
.ginput_container input, .ginput_container select, .ginput_container textarea, .ft-left .ginput_container input {
	border: 2px solid rgba(223, 105, 81, 0.07);
	border-radius: 6px;
	padding: 9px 22px !important;
	min-width: 51px;
	background: #fff;
	font-size: 16px;
	line-height: 30px;
    color: #6D6E71!important;
}
.ginput_container select {
	padding: 14px 22px !important;
}
.ginput_container input:focus, .ginput_container textarea:focus, .ft-left .ginput_container input:focus {
	border: 2px solid rgba(223, 105, 81, 0.5);
	outline: none !important;
}
.ginput_container textarea{
    min-height: 160px;
}
.gform_wrapper.gravity-theme .gform_fields {
	grid-row-gap: 30px!important;
}
.ft-left .ginput_container input{
    background: #fff;
    border-radius: 8px;
}


.ft-left .gform_footer{
	display: inline-block!important;
}

.swiper-button-next svg, .swiper-button-prev svg {
	max-width: 22px;
}

#forminator-module-593 {
	display: block !important;
	width: 70%;
}


#forminator-module-594 {
	display: block !important;
}
.forminator-field input{
	border: 1px solid #d16b53;
	
}
.forminator-ui#forminator-module-594.forminator-design--default .forminator-input, .forminator-ui#forminator-module-594.forminator-design--default .forminator-input input{
	font-size: 18px;
	font-family: inherit;
	font-weight: 400;
	padding: 12px;
	border-radius: 5px;
	height: 50px;

}

.forminator-button{
	padding: 15px;
	border-radius: 5px;
	background-color: #da6f56;
}
.forminator-ui#forminator-module-594.forminator-design--default .forminator-button-submit{
	color: white;
}
.forminator-button.forminator-button-submit {
	color: white;
	padding: 20px;
}


.ft-left .gform_body{
	display: inline-block;
	width: 80%;
}
.single-package .home-cta {
    padding-bottom: 50px;
}
.home-inter .col-lg-2 .btn.btn-primary, .home-guj .col-lg-2 .btn.btn-primary {
    display: block;
    margin-bottom: 35px;
    width: max-content;
}
.package-grid {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 30px;
}
figure.gallery__thumb {
	margin: 0;
}
.box-design-3 .bd-name p {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.home-best .row + .row .col-lg-3, .sp-services .row + .row .col-lg-4{
	display: inherit;
}
.booking-form .gform_wrapper {
	margin-top: 30px;
}

@media screen and (max-width: 1399px) {
    header .navbar-nav .menu-item + .menu-item {
        margin-left: 25px;
    }
    .hbSwiper .swiper-slide{
        background-position: right!important;
    }
    .ft-left .input-group{
        width: 80%;
    }
    .ft-left {
        padding-right: 50px;
    }
    .ft-left h2 {
        font-size: 39px;
    }
    .home-search .col-lg-10{
        width: 91.66666667%;
    }
    .acl-box img, .acl-box svg {
        max-width: 100%;
    }
    .trip-banner::before {
        bottom: 15%;
    }
    .trip-banner {
        background-size: 100% 85%!important;
    }
    .cta-img img {
        max-width: 490px;
    }
    .ha-numbers h3, .con-box h3{
        font-size: 30px;
        line-height: 38px;
    }
    .ha-numbers h6, .con-box h6{
        font-size: 14px;
        line-height: 20px;
    }
    .testi-desc h3{
        font-size: 25px;
        line-height: 35px;
    }
}
@media screen and (max-width: 1199px) {
    .home-banner, .inner-banner, .trip-banner {
        margin-top: 80px;
    }
    header .navbar-nav a {
        font-size: 14px;
        padding: 30px 0 !important;
    }
    header .navbar-nav .menu-item + .menu-item {
        margin-left: 20px;
    }
    .hbSwiper .swiper-slide {
        padding: 110px 0;
    }
    h1 {
        font-size: 50px;
        line-height: 60px;
    }
    .home-search .col-lg-10{
        width: 100%;
    }
    .ptb-100 {
        padding: 80px 0px;
    }
    .mt-100 {
        margin-top: 80px;
    }
    .mtb-100{
        margin: 80px 0px;
    }
    h2 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .ha-numbers {
        padding: 32px 30px;
    }
    .service-box {
        padding: 30px 20px;
    }
    .trip-banner .col-lg-4{
        width: 41.66666667%;
    }
    .trip-banner {
        padding: 60px 0px 0px;
    }
    .cta-img img {
        max-width: 430px;
    }
    .ft-left {
        padding-right: 20px;
    }
    .inner-banner {
        padding: 110px 0px;
    }
    .spservice-box {
        padding: 30px 25px;
    }
    .sej-img::after {
        width: 230px;
        height: 230px;
        left: 50px;
    }
    .sejl-img::after {
        right: 20px;
        left: auto;
    }
    .acl-box {
        padding: 35px 25px;
    }
    .abks-tabs .nav-pills .nav-link {
        padding: 15px 30px;
    }
    .abks-tabs .tab-content ul li + li {
        margin-top: 18px;
    }
    .copyright {
        margin-top: 48px;
    }
    .ft-left .input-group {
        width: 70%;
    }
	.ft-left .gform_body {
		width: 75%;
	}
	.home-cta .col-lg-7 {
		width: 50%;
	}
	.package-grid {
		grid-template-columns: repeat(2,1fr);
	}
}
@media screen and (max-width: 991px) {
    .close-btn{
        position: absolute;
        right: 40px;
        top: 20px;
    }
    .home-our, .home-inter, .home-guj, .home-himachal, .home-recommand, .home-maha, .home-testi{
        overflow-x: hidden;
    }
    header{
        padding: 15px 0px;
    }
    .navbar-toggler {
        display: block;
        /* top: 2px; */
        right: 25px;
        position: absolute;
        border: 2px solid #DF6951;
        border-radius: 10px;
        width: 40px;
        height: 40px;
        padding: 8px;
        box-shadow: none !important;
    }
    .navbar-toggler .icon-bar {
        width: 100%;
        height: 3px;
        background-color: #fff;
        display: block;
        border-radius: 5px;
    }
    .navbar-toggler .icon-bar + .icon-bar {
        margin-top: 3px;
    }
    button.close-btn {
        width: 100%;
        height: 40px;
        background: #DF6951;
        border: 0;
        right: 0;
        position: absolute;
        font-size: 18px;
        color: #fff;
        padding: 0 15px 0;
        z-index: 2;
        text-align: left;
        top: 0;
        cursor: pointer;
        text-transform: capitalize;
        left: 0;
        display: block;
        line-height: 40px;
        text-align: right;
    }
    button.close-btn svg {
        fill: #fff;
        width: 18px;
        padding-top: 10px;
        vertical-align: unset;
    }
    header .navbar-nav .menu-item-has-children > a::after {
        border-color: #fff;
        border-width: 0 2px 2px 0;
        right: -12px;
        width: 12px;
        height: 12px;
        bottom: 20px;
        transition: all 0.5s;
    }
    header .navbar-nav .menu-item-has-children > a:hover::after {
        border-color: #94C83D;
    }
    header .navbar-nav .menu-item-has-children {
        padding-right: 40px;
    }
    .navbar-collapse {
        padding: 0;
        float: left;
        width: 100%;
        position: fixed;
        left: auto;
        right: -100%;
        top: 0;
        z-index: 11;
        -ms-transition: .4s;
        -webkit-transition: .4s;
        transition: .4s;
        height: 100vh !important;
        border: 0;
        display: block;
        background: #11142D;
        overflow: auto;
    }
    .navbar-collapse.show {
        right: 0;
    }
    header .collapse:not(.show) {
        display: block;
    }
    .navbar-nav{
        width: 100%;
        overflow-x: hidden;
    }
    ul.navbar-nav > li {
        width: 100%;
    }
    header .navbar-nav a {
        font-size: 16px;
        width: 100%;
        display: block;
        padding: 15px!important;
        line-height: 1;
        border: 0;
        color: #fff;
    }
    header .navbar-nav a:hover, header .navbar-nav .current-menu-item a{
        color: #DF7258;
    }
    header .navbar-nav .menu-item + .menu-item {
        margin-left: 0;
        border-top: 1px solid #fff;
    }
    header .navbar-nav .menu-item:last-child a {
        background: 0 0;
        padding: 15px!important;
        border-radius: 0;
        border: 0;
        border-bottom: 1px solid #fff;
    }
    header .navbar-nav .menu-item:last-child a:hover {
        background: transparent;
        color: #DF7258;
    }
    header .navbar-nav .menu-item:last-child a::before {
        display: block;
    }
    .navbar-nav li:last-child a svg{
        display: none;
    }
    ul.navbar-nav{
        padding-top: 40px;
    }
    header .navbar-nav .menu-item + .menu-item {
        margin-left: 0;
    }
    .hbSwiper .swiper-slide {
		padding: 85px 0;
	}
    h1 {
        font-size: 40px;
        line-height: 47px;
    }
    .hb-desc{
        max-width: 80%;
    }
    .ptb-100 {
        padding: 50px 0px;
    }
    .mtb-100{
        margin: 50px 0px;
    }
    .mt-100{
        margin-top: 50px;
    }
    p, .home-inter .col-lg-2 .btn.btn-primary, .home-guj .col-lg-2 .btn.btn-primary{
        margin-bottom: 15px;
    }
    .home-why h2 b, .home-why h2 strong, .home-about h2 b, .home-about h2 strong, .home-best h2 strong, .home-best h2 b, .home-car h2 b, .home-car h2 strong, .home-bus h2 b, .home-bus h2 strong, .sej-desc h2 b, .sej-desc h2 strong {
        display: inline-block;
    }
    h2, .ft-left h2 {
        font-size: 34px;
        line-height: 42px;
        margin-bottom: 10px;
    }
    .hwr-box {
        padding: 25px 0;
    }
    .interSwiper, .ourSwiper, .gujSwiper, .himSwiper, .recSwiper, .mahSwiper, .popSwiper, .testiSwiper {
        justify-content: center;
    }
    .swiper-button-next, .swiper-button-prev {
        width: 50px;
        height: 50px;
        margin: 0 0 30px;
    }
    .swiper-button-next {
        margin-left: 32px;
    }
    .ha-img, .hbu-img{
        margin-bottom: 30px;
    }
    .home-best .row + .row .col-lg-3{
        width: 50%;
    }
    .home-best .service-box{
        margin-bottom: 30px;
    }
    .home-car .hc-img{
        margin-top: 30px;
    }
    .cta-img {
        position: relative;
        text-align: right;
        max-width: fit-content;
        margin-left: auto;
    }
    .home-cta .container {
        padding-bottom: 0;
    }
    footer {
        padding: 40px 0 40px;
        background: linear-gradient(0deg, #222 53%, #191919 47%);
    }
    .ft-right {
        margin-top: 50px;
    }
    .copyright, .ft-right ul {
        margin-top: 30px;
    }
    .testiSwiper {
        padding-bottom: 2px;
    }
    .inner-banner {
        padding: 80px 0px;
    }
    .home-banner, .inner-banner, .trip-banner {
        margin-top: 84px;
    }
    .achivment .row + .row .col-lg-3, .acce-by .row + .row .col-lg-3, .sp-services .row + .row .col-lg-4 {
        width: 50%;
    }
    .trip-inc, .co-links {
        margin-top: 30px;
    }
    .in-mg{
        max-width: 90%;
        /* margin: auto auto 30px; */
    }
    .in-desc h1 {
        font-size: 40px;
        line-height: 40px;
    }
    .trip-banner .col-lg-4 {
        width: 50%;
    }
    .trip-banner{
        background-size: 100% 90%!important;
    }
    .trip-banner::before{
        bottom: 10%;
        /* background: linear-gradient(0deg, #1A1A1A 0%, rgba(26, 26, 26, 0.86) 30.93%, rgba(26, 26, 26, 0.3) 100%); */
    }
    .trab-desc p:last-child{
        margin-bottom: 0px;
    }
    .in-desc {
        margin-bottom: 30px;
    }
    /* .trip-banner .row {
        flex-direction: column-reverse;
    } */
    .trip-inc h4, .trip-inc .in-box h6{
        color: #fff;
    }
    .trip-banner {
        padding: 50px 0px 0px;
    }
    .co-number .row .col-lg-3 {
        width: 25%;
    }
    .se-journy{
        padding: 50px 0px;
        background: #DF7258!important;
        margin-bottom: 0px;
    }
    .se-journy .row + .row {
        /* padding-top: 30px; */
        flex-direction: column-reverse;
    }
    .sej-desc{
        margin-top: 30px;
    }
    .sej-desc p:last-child{
        margin-bottom: 0px;
    }
    .sej-img::before {
        top: 85px;
        left: 50px;
    }
    .sej-img::after {
        left: 80px;
        bottom: 140px;
    }
    .sejl-img::before {
        top: -39px;
        left: 11%;
    }
    .sejl-img::after {
        right: 60px;
        top: 35px;
        left: auto;
    }
    .abks-tabs .nav-pills .nav-link {
        padding: 15px 20px;
        font-size: 16px;
    }
    .abks-tabs .tab-content .tab-pane {
        padding: 30px;
    }
    .abks-tabs .nav-item + .nav-item {
        margin-left: 15px;
    }
    .abks-tabs .tab-content ul li + li {
        margin-top: 12px;
    }
    .abks-tabs .tab-content ul li {
        font-size: 18px;
        line-height: 34px;
        padding-left: 42px;
    }
	.abks-tabs .tab-content p{
		font-size: 18px;
	}
	.abks-tabs .tab-content h4{
		font-size: 20px;
	}
    .abks-tabs .tab-content ul li::after {
        top: 5px;
        width: 25px;
        height: 25px;
    }
	.co-form {
		padding-right: 0px;
	}
	.comap-main iframe {
		height: 300px !important;
	}
	.co-form .gform_wrapper.gravity-theme .gform_fields {
		grid-row-gap: 20px !important;
	}
	.home-cta .col-lg-7 {
		width: 100%;
	}
	header .navbar-nav .menu-item a:hover::before, header .navbar-nav .menu-item.current-menu-item a::before {
		width: 100%;
	}
	header .navbar-nav > .menu-item a::before {
		top: 100%;
		height: 1px;
		border-radius: 0px;
	}	
	.btn-primary, .gform_button {
		padding: 12px 23px;
		font-size: 17px;
	}
	.box-design-1 .bd-desc p {
		font-size: 16px;
		line-height: 25px;
	}
}
@media screen and (max-width: 767px) {
    .hbSwiper .swiper-slide::before {
        background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 10%, rgba(0, 0, 0, 0.1) 100.84%, rgba(0, 0, 0, 0) 100%);
    }
    .hbSwiper .swiper-slide {
        padding: 60px 0;
        background-position: left!important;
    }
    .ptb-100 {
        padding: 50px 0px;
    }
    .mtb-100 {
        margin: 50px 0px;
    }
    .mt-100 {
        margin-top: 50px;
    }
    h1 {
        font-size: 35px;
        line-height: 37px;
        max-width: 95%;
    }
    h2, .ft-left h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .hb-desc {
        max-width: 90%;
    }
    .home-best .service-box {
        text-align: center;
    }
    .hwr-desc h4 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 4px;
    }
    .hwr-desc p {
        font-size: 17px;
        line-height: 26px;
    }
    .swiper-button-next, .swiper-button-prev {
        width: 40px;
        height: 40px;
        margin: 0 0 20px;
    }
    .swiper-button-next svg, .swiper-button-prev svg {
        width: 18px;
        height: 18px;
    }
    .swiper-button-next {
        margin-left: 32px;
    }
    .ha-numbers {
        grid-template-columns: repeat(1,1fr);
    }
    .home-best .row + .row .col-lg-3 {
        width: 100%;
    }
    .home-cta .container {
        padding: 25px 25px 0px;
    }
    .cta-img img {
        max-width: 100%;
    }
    .cta-img {
        margin-top: 20px;
    }
    .ft-left .input-group {
        width: 70%;
    }
    .ft-right ul {
        column-count: 2;
    }
    .ft-right {
        padding-left: 0px;
    }
    .ft-left {
        padding-right: 0px;
    }
    footer {
		background: linear-gradient(0deg, #222 51%, #191919 49%);
	}
    .home-gallery .col-lg-3.text-end{
        text-align: left!important;
    }
    /* .hb-desc p:last-child{
        margin-bottom: 0px;
    } */
    .btn-primary {
        padding: 11px 20px;
        font-size: 16px;
    }
    .inner-banner{
        padding: 60px 0px;
    }
    .inner-banner h1 {
        font-size: 36px;
        line-height: 43px;
        margin-bottom: 10px;
    }
    .breadcrumb-item{
        font-size: 16px;
    }
    .sp-services .row + .row .col-lg-4{
        width: 100%;
    }
    .sej-img::before {
        top: 44px;
        left: 10px;
    }
    .sej-img img {
        width: 80%;
    }
    .sej-img::after {
        left: 10px;
        bottom: 30px;
        width: 170px;
        height: 170px;
    }
    .sejl-img::before {
        top: -39px;
        left: 11%;
    }
    .sejl-img::after {
        right: 0px;
        top: 15px;
        left: auto;
    }
    .co-number .row .col-lg-3 {
        width: 50%;
    }
    .con-box {
        margin-bottom: 30px;
    }
    .co-links ul li, .co-links ul li a {
        font-size: 18px;
    }
    .co-links ul li i {
        font-size: 22px;
    }
	.ft-left .gform_body {
		width: 70%;
	}
	.in-mg {
		max-width: 75%;
		margin: 0 auto;
	}
	.trip-banner {
		background-size: cover !important;
		padding: 50px 0px 50px;
	}
	.trip-banner::before {
		bottom: 0;
		background: linear-gradient(0deg, #1A1A1A 0%, rgba(26, 26, 26, 0.86) 30.93%, rgba(26, 26, 26, 0.3) 100%);
	}
	.trip-banner .in-desc {
		margin-top: 0px;
	}
	.trip-banner .row{
		flex-direction: column-reverse;
	}
	.trip-banner .col-lg-4 {
		width: 100%;
	}
	.in-desc h1 {
		font-size: 36px;
	}
	.package-grid {
		grid-template-columns: repeat(1,1fr);
	}
}
@media screen and (max-width: 575px) {
    .achivment .row + .row .col-lg-3, .acce-by .row + .row .col-lg-3 {
        width: 100%;
    }
    footer {
		background: linear-gradient(0deg, #222 52%, #191919 48%);
	}
	.in-mg {
		max-width: 90%;
	}
	.abks-tabs .nav-pills .nav-link {
		width: 100%;
		text-align: center;
	}
	.abks-tabs .nav-pills .nav-item + .nav-item {
		margin-left: 0px;
	}
	.abks-tabs .nav-pills .nav-item {
		width: 100%;
	}
	.abks-tabs .tab-content h4 {
		font-size: 18px;
	}
	.abks-tabs .tab-content ul li::after {
		top: 6px;
		width: 22px;
		height: 22px;
	}
	.abks-tabs .tab-content .tab-pane {
		padding: 25px;
	}
	.abks-tabs .tab-content p {
		font-size: 16px;
		line-height: 28px;
	}
	.abks-tabs .tab-content ul li {
		font-size: 16px;
		line-height: 30px;
		padding-left: 38px;
	}
    .hb-desc h1 b, .hb-desc h1 strong {
        display: inline;
    }
}