.mt-0 {
	margin-top: 0px;
}
.mb-5 {
	margin-bottom: 15px;
}
.line-clamp-1 {
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.line-clamp-2 {
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.ap_dest_title {
    /* font-family: 'Poppins';
    font-weight: 500; */
    font-size: 28px;
    color: #091f33;
    position: relative;
    line-height: 1.3;
    margin-top: 5px;
}

    .ap_dest_title:after {
        content: '';
        width: 100px;
        height: 2px;
        background-color: #f44336;
        position: absolute;
        bottom: -5px;
        left: 0px;
        right: 0px;
		margin:0 auto;
    }

.ap-box-dest {
    box-shadow: 0px 2px 4px #aaa;
    padding-top: 5px;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.ap-img-dest {
	width:100%;
	height:225px;
	object-fit: cover;
	padding:8px;
}
.ap-dest-link {
    color: #888;
    border-bottom: 2px solid #888;
    padding-bottom: 4px;
    transition: 350ms;
}
.ap-dest-link:hover {
    color: #f07d31;
    border-bottom: 2px solid #f07d31;
}
.btn-more {
	cursor:pointer;
	color:#f07d31;
	margin-bottom:0px;
}
.ap-dept-img {
	width:250px; height:250px;
	border-radius: 50%;
	position: relative;
	margin: 0 auto;
	margin-bottom: 30px;
}
.ap-dept-img img {
	width:250px; height:250px;
	object-fit: cover;
	border-radius: 50%;
}
.ap-dept-img:after {
    content: '';
    width: 250px;
    height: 250px;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 8px;
    background-color: #f07d31;
    z-index: -1;
}
.ap_neo-bg {
    background-color: #EBECF0;
    padding-bottom: 30px;
}
.ap-box-recom {
    box-shadow: inset 2px 2px 5px #babecc, inset -5px -5px 10px #fff;
    padding: 8px;
    border-radius: 10px;
    overflow: hidden;
}
.ap-box-recom .img-recom {
    height: 225px;
    width: 100%;
    object-fit: cover;
    border-radius: 2px;
    box-shadow: inset 2px 2px 5px #babecc, inset -5px -5px 10px #fff;
	
}
.ap-box-recom:hover .img-recom {
    animation: myfirst 3s linear 200ms infinite alternate;
}

@keyframes myfirst {
  0%   {transform:scale(1)}
  50%  {transform:scale(1.1)}
  100% {transform:scale(1)}
}
.recom-img-box {
    position: relative;
    width: 100%;
    height: 225px;
    overflow: hidden;
}
.recom-text h4 {
    font-size: 15px;
    line-height: 1.25;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.ap_neo-bg {
    background-color: #EBECF0;
    padding-bottom: 30px;
}
.ap-recom-link {
    box-shadow: -5px -5px 20px #fff, 5px 5px 20px #babecc;
    margin-bottom: 10px;
    display: inline-block;
    border-radius: 5px;
    padding: 2px 10px;
}
.owl-theme .owl-nav {
    top: calc(50% - 25px);
}
.owl-theme .owl-nav button {
    border-radius: 50% !important;
    width: 30px;
    height: 30px;
}
.owl-theme .owl-nav button span {
    font-size: 30px;
    line-height: 26px;
}
.ap-dept-hdd {
    display: flex;
    width: 100%;
    justify-content: center;
    height: 300px;
    align-items: center;
}
.link-ttp {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: rgb(9 31 51 / 23%);
    border-radius: 50%;
	font-size: 20px;
	transition: 300ms;
}
.link-ttp:hover {
    color: #fff;
    font-size: 22px;
}
.exp-ind-dest {
	position:relative;
	margin-bottom:30px;
}
.exp-ind-dest img {
	width: 100%;
	height: 380px;
	object-fit: cover;
	
}
.exp-ind-dest .exp-ind-title {
    position: absolute;
    bottom: 0px;
    left: 0;
    padding: 15px;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
}
.exp-tlt {
	
}
.exp-ind-dest a {
    background-color: rgb(255 255 255 / 85%);
    border: 1px solid #fff;
    padding: 0px 15px;
    border-radius: 30px;
    color: #000;
}
.whyicons {
    background-image: url(../images/why-choose-icons.png);
    background-repeat: no-repeat;
    display: inline-block;
    margin: 0 auto;
    height: 40px;
}
.whyicons-4 {
    width: 37px;
    background-position: 0 -48px;
}
.whyicons-5 {
    width: 55px;
    background-position: -40px -48px;
}
.whyicons-6 {
    width: 37px;
    background-position: -100px -48px;
}
.why-box {
    padding: 20px;
    border: 1px solid #e1e1e1;
    box-shadow: inset 5px 5px 10px #b5b5b5, inset -5px -5px 10px #ffffff;
    border-radius: 8px;
	margin-bottom: 20px;
}
.why-extra-img {
    height: 300px;
    width: 300px;
    object-fit: cover;
    object-position: bottom;
    float: right;
}

.recom-text {
    padding: 0 5px;
}
.recom-rating {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #fff;
    background-color: #00695c;
    border-radius: 4px;
    line-height: 1;
    padding: 4px;
}
.recom-rating .fa-star {
	color: #ff9800;
}
.recom-price {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}
.recom-price span {
    font-size: 16px;
    color: #607d8b;
}
.recom-duration {
    color: #000;
    margin: 8px 0px 13px;
    font-size: 15px;
    text-align: left;
}
.recom-icn {
    background-color: #607d8b;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
.ap-city-slide {
    height: calc(100vh - 100px);
}
.ap-city-slide.carousel-inner .item img {
    height: calc(100vh - 100px);
    width: 100%;
    object-fit: cover;
}
.place-visit-img-anchor  {
    display: block;
    overflow: hidden;
    height: 220px;
    border-radius: 5px;
    box-shadow: 4px 4px 5px #aaa;
    transition: 300ms;
}
.place-visit-img {
    width: 100%;
    max-width: 100%;
    height: 220px;
    object-fit: cover;
    margin-bottom: 10px;
    border-radius: 5px;
    box-shadow: 4px 4px 5px #aaa;
    transition: 300ms;
}
.visit-place-box:hover .place-visit-img {
	transform: scale(1.25);
}


.visit-place-type {
	text-align: center;
}
.visit-place-type img:first-child {
	/* margin-left: 20px; */
}
.visit-place-type img {
	margin-left: 10px;
}
.visit-place-box {
    border: 1px solid #e1e1e1;
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-radius: 8px;
    box-shadow: 4px 4px 24px #ccc;
}
.visit-place {
    position: relative;
    max-height: 800px;
    overflow: hidden;
}
.visit-place:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 50px;
    background: linear-gradient(0deg, #fff, transparent);
    bottom: 0;
    left: 0;
}
.cp-transp {
    box-shadow: 0px 0px 10px inset #aaa;
    border-radius: 8px;
    padding: 8px;
}
.cp-transp-text {
    font-size: 18px;
    font-weight: 600;
    margin-left: 5px;
}
.transp-list {
    margin: 10px 0 30px;
    padding-left: 20px;
}
.transp-list li {
    padding-bottom: 20px;
    position: relative;
	list-style-type: none;
}
.transp-list li:last-child {
    padding-bottom: 0px;
}
.transp-list li:before {
    content: '';
    position: absolute;
    top: 5px;
    left: -18px;
    width: 8px;
    height: 8px;
    border-radius: 1px;
    z-index: 999;
    transform: rotate(45deg);
}
.transp-list li:after {
    content: '';
    position: absolute;
    top: 10px;
    left: -15px;
    width: 1px;
    height: 100%;
    background-color: #ddd;
}
.transp-list li:last-child:after {
    content: '';
	display: none;
}
.flight-transp li:before { background-color:#e91e63;}
.flight-transp-txt { color:#e91e63; background-color: #fff; padding:0 4px;}
.train-transp li:before { background-color:#795548;}
.train-transp-txt { color:#795548; background-color: #fff; padding:0 4px;}
.car-transp li:before { background-color:#201f33;}
.car-transp-txt { color:#091f33; background-color: #fff; padding:0 4px;}
.cp-transp-km {background-color: #fff; padding:0 4px; float: right}
.line-bottom { position: relative; }
.line-bottom:after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 2px dotted #aaa;
    z-index: -1;
}
.panel-title > a:before {
    float: right !important;
    font-family: FontAwesome;
    content:"\f068";
    padding-right: 5px;
}
.panel-title > a.collapsed:before {
    float: right !important;
    content:"\f067";
}
.panel-title > a:hover, 
.panel-title > a:active, 
.panel-title > a:focus  {
  text-decoration:none;
}
.visit-place-bt {
	height:46px;
	margin-bottom: 5px;	
}
.visit-place-box h4 a {
    font-size: 16px;
    padding-left: 20px;
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center;
    display: block;
    color: #000;
}
.visit-place-box p {
	font-size: 14px;
	padding-left: 10px;
	margin-bottom: 0px;
}
.grad-btn {
    background: linear-gradient(355deg, #0a8080, #0ab0a6);
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
    margin: 8px 10px 0;
    transition: 250ms;
    box-shadow: 2px 2px 13px #aaa;
    border-radius: 8px;
}
.grad-btn:hover {
    background: linear-gradient(360deg, #0ab0a6, #0a8080);
    color: #fff;
    box-shadow: 0px 0px 2px #aaa;
}
.not-exist-ic {
	position:relative;
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color: #f44336;
}
.not-exist-ic:after {
	content:"\f057";
	/* position:absolute; */
}
.exist-ic {
	position:relative;
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color: #009688;
}
.exist-ic:after {
	content:"\f14a";
	/* position:absolute; */
}
.cp-transp-heading{
    padding-left: 5px;
    border-top: 1px solid #ccc;
    padding-top: 10px;
    color: #777899;
    font-weight: bold;
}
.best-time-bx {
    padding: 5px;
    border-radius: 10px;
    border: 1px solid;
    border-top: 5px solid;
    box-shadow: 3px 6px 18px #ddd;
}
.summer-bx-border {
	border-color:#b20;
}
.monsoon-bx-border {
	border-color:#607d8b;
}
.winter-bx-border {
	border-color:#2196f3;
}
.temp-ics {
    width: 40px;
    height: 40px;
    display: inline-block;
    background-image:url('../images/temp-ic.png');
    background-size: 80px;
    background-repeat: no-repeat;
    vertical-align: bottom;
}
.best-time-ic {
    width: 30px;
    margin: 5px;
}

/* .ap-blog-item.destin .ap-blog-photo, .ap-blog-item.destin .ap-blog-photo img {
	height: calc(100vw / 4 - 200px);
} */
.ap-blog-item.destin .ap-blog-title {
    width: calc(100% - 50px);
}
.ap-blog-item.destin .ap_blog_comment {
	width: 45px;
}
.ap-blog-item.destin .ap_blog_comment .ap_comment_ic {
	font-size: 14px;
}
.ap-blog-item.destin .ap-blog-title a, .ap-blog-item.destin .ap-blog-byline, .ap-blog-item.destin .ap-blog-name, .ap-blog-item.destin .ap_blog_comment .comment-count {
	font-size: 14px;
}
.vpt-tooltip {
	position: relative;
	display: inline-block;
}
.vpt-tooltip:before {
    content: attr(title);
    position: absolute;
    top: -32px;
    left: -24px;
    background-color: #000;
    color: #fff;
    border: 1px solid #aaa;
    padding: 2px 10px;
    width: 100px;
    white-space: nowrap;
    border-radius: 8px;
    display: none;
}
.vpt-tooltip:after {
    background-color: #e91e63;
    content: "";
    left: 50%;
    bottom: 30px;
    position: absolute;
    display: none;
    width: 10px;
    height: 10px;
	border:2px solid #fff;
    border-radius: 50%;
}
.vpt-tooltip:hover:after, .vpt-tooltip:hover:before {
	display: block;
}
.video-banner-section {
    margin-top: -7px;
}
.video-banner-section .video-background, .video-banner-section .video-background source {
    width: 100vw;
    /* height: 500px; */
    background-color: #000;
}

/*--- aditya css ---*/
.pck-section .box figure { overflow: hidden; position: relative; margin-bottom: 10px; height: 387px;}
.pck-section .box figure .overlay{ transform: translate(-50%, 0); background: #091f33; border-radius: 50%; width: 470px; position: absolute; bottom: -350px; z-index: 1; height: 326px; left: 50%; text-align: center;
padding: 48px 0; transition: transform 0.4s ease-in-out; z-index: 11;}
.pck-section .box figure .overlay a { color: #fff; padding: 4px 10px; border-radius: 15px;}
.pck-section .box figure:hover .overlay { transform: translate(-50%, -160px);}
.pck-section .box figure img { transition: all 0.4s ease-in-out; transform: scale(1); height: 100%; object-fit: cover; width: 100%;}
.pck-section .box figure:hover img { transform: scale(1.1);}
.pck-section .box p { font-size: 14px;}
.pck-section .overlay2 { position: absolute; width: 100%; background: linear-gradient(0deg, black, transparent); bottom: 0; padding: 46px 14px 12px; color: #fff;}
.pck-section .overlay2 p { margin-bottom: 0;}
.pck-section .overlay2 .title { font-size: 26px; font-weight: 600; line-height: 28px;}
.pck-section .overlay2 .text-sm { font-style: italic;}
.playfair { font-family: 'Playfair Display',serif; font-weight: 600;}
.pck-section .box {border: 1px solid #ddd;}
.pck-section .box .caption-box { padding: 0 10px 14px; min-height: 103px; position: relative;}
.pck-section .box .caption-box p { color: #000; font-size: 14px; font-weight: 500; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.pck-section .box .caption-box .more {color: #f44336; transition: all 0.4s ease-in-out; font-weight: 500; text-transform: capitalize; position: absolute; bottom: 9px; outline: none;}
.pck-section .box .caption-box .more:hover { color: #091f33;}
.pck-section .box figure::before { opacity: 0; content: ''; background: linear-gradient(165deg, #f44336, #f4433654); position: absolute; width: 100%; height: 100%; top: 0; z-index: 1; transition: all 0.4s ease-in-out;}
.pck-section .box figure:hover::before { opacity: 1;}
.pck-section .box figure .overlay a:hover { color: #ffc107;}
.pck-section .box .text-sm { text-transform: capitalize;}
.section-title span {font-weight: 600; color: #091f33;}
.section-title .title { font-size: 24px; line-height: 30px; color: #091f33;}
.section-title { position: relative; padding-left: 18px; margin-bottom: 30px;}
.section-title::before { content: ''; background: #f44336; width: 4px; height: 100%; left: 0; position: absolute;}
.section-title .title { font-size: 24px; color: #f44336; margin: 0;}
.weather-sec .box-content { background: #e3e3e3;}
.weather-sec .box-content ul{ display: grid; grid-template-columns: auto auto; margin: 0;}
.weather-sec .box-content ul li { padding: 8px; display: flex; align-items: center;}
.weather-sec .box-content ul li p { margin: 0; font-weight: 600; font-size: 14px;}
.weather-sec .box-content ul li:nth-child(2) { border-left: 1px solid #dbdbdb;}
.weather-sec .box-content ul li .icon { float: left; width: 25px; margin-right: 5px;}
.weather-sec .img-box { background: #ddd; padding: 18px;}
.weather-sec .img-box .title { text-align: center; font-weight: 600;}
.weather-sec .img-box .icon { background: #fff; border-radius: 50%; width: 60px; margin: 0 auto; margin-top: -44px; margin-bottom: 14px; padding: 5px;}
.pkg-slider .slick-list { margin: 0 -10px;}
.pkg-slider .item { margin: 0 10px;}
.pkg-slider .slick-prev { left: -23px;}
.pkg-slider .slick-next { right: -23px;}
.page-header2 { position: relative;}
.page-header2 .overlay { position: absolute; width: 100%; height: 100%; z-index: 1; top: 0;}
.page-header2 .page-title { max-width: 478px; color: #fff; position: relative; z-index: 10;}
.page-header2 .page-title span { font-size: 28px; font-weight: 600;}
.thm-breadcrumb { margin-bottom: 0; margin-top: 12px;}
.thm-breadcrumb li { position: relative; display: inline-block; color: #333; font-size: 14px; font-weight: 500; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.thm-breadcrumb li a { position: relative; display: inline-block; color: #f44336; font-size: 14px; font-weight: 500; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.thm-breadcrumb li a i { padding-right: 3px;}
.box-bg { background: #0000008a; position: absolute; left: 50%; transform: translate(-50%, -50%); top: 50%; text-align: center; padding: 4px 12px;}
.slick-arrow { z-index: 1; width: 24px; height: 40px; background: #0000009c !important;}
.slick-next:before { content: "\f105";}
.slick-prev:before { content: "\f104";}
.slick-prev:before, .slick-next:before { font-family: "fontawesome";}
.title-wraper { display: flex; align-items: center; justify-content: space-between;}
.btn-red {background: #f44336; color:#fff;}
.btn-red:hover, .btn-red:active {background: #091f33 !important; color:#fff}
.btn {transition: all 0.4s ease-in-out;}
.link { color: #091f33; font-weight: 500; font-size: 18px;}
.link:hover, .link:active { color: #f44336;}
.impr i { margin-right: 4px;}
.tour-sec .caption-box { background: #fff; padding: 14px;}
.tour-sec .caption-box .exp-tlt { margin: 0 0 10px; font-weight: 600;}
.tour-sec .caption-box .btn { border-radius: 26px;}
.tour-sec .caption-box .btn { border-radius: 26px; padding: 4px 14px;}
.tour-sec figure { position: relative; height: 150px;}
 .tour-sec figure::before { content: ''; position: absolute; width: 95%; height: 95%; border: 1px solid #fff; left: 50%;
     transform: translate(-50%, -50%); top: 50%;  }
.tour-sec figure img { width: 100%; height: 100%; object-fit: cover;}
.tour-sec .overlay { opacity: 0; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background: linear-gradient(165deg, #f44336, #081552); width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; transition: all 0.4s ease-in-out;}    
.tour-sec .overlay .btn { background: #fff; color: #f44336; padding: 5px 10px; font-weight: 500; border-radius: 18px; font-size: 13px; outline: none;}
.tour-sec .overlay .btn:hover { background: #020202; color: #fff;}
.tour-sec .overlay:hover { opacity: 1;}
.tour-sec figure .title { position: absolute; bottom: 0; width: 100%; background: linear-gradient(0deg, black, transparent); padding: 18px 12px 6px;}
.tour-sec figure .exp-tlt { color: #fff; font-size: 16px; font-weight: normal;}
.blog-section .ap-blog-photo { border-radius: 0; box-shadow: none;}
    .blog-section .ap-blog-photo img {transform: scale(1);transition: transform 0.4s ease-in-out;height: 100%;width: 100%; object-fit: cover;
    }
.blog-section .ap-blog-photo { height: 150px;}
.blog-section .ap-blog-photo:hover img { transform: scale(1.1);}
.blog-section .ap-blog-item { border-radius: 0; border: 1px solid #ddd; background: none;}
.blog-section .ap-blog-text { padding: 10px 10px;}
.blog-section .ap_blog_comment { position: absolute; top: 103px; background: #f44336; border-radius: 50%; width: 40px; height: 44px; right: 36px; text-align: center; display: flex; align-items: center; justify-content: center; color: #fff;}
.blog-section .ap_blog_comment .ap_comment_ic { color: #fff;}
.blog-section .ap_blog_comment span { color: #fff; font-weight: 500;}
.blog-section .ap-blog-title {display: block; width: 100% !important; margin: 0;}
.blog-section .ap-blog-title a { font-weight: 600; color: #000;}
.tour-slider .item { margin: 0 10px;}
.btn-more::after {content: "\f107"; font-family: 'FontAwesome'; margin-left: 5px; transition: all 0.4s ease-in-out;}
.btn-more.arrow-up::after {content: "\f106";}
#main-nav-mobile { position: absolute;}
#main-nav-flyout { position: absolute; top: 50px;}
.btn-more { color: #f44336; font-weight: 500; font-size: 16px;} 
.user-nm span { margin-right: 8px;}
.weather-section .icon-box { width: 102px; border: 1px solid #ddd; text-align: center; float: right; padding: 8px 5px; margin-bottom: 10px;}
.weather-section .icon-box img { width: 38px; margin: 0 auto; margin-bottom: 5px;}
.weather-section .icon-box .text { font-weight: 600; line-height: 17px;font-size: 13px;}
.weather-section .sm-title { font-weight: 600; margin-top: 0; color: #091f33; display: flex; align-items: center;}
.weather-section .wrap { margin-bottom: 22px; border-bottom: 1px solid #ddd; padding-bottom: 10px;}
    .weather-section .wrap:nth-last-child(1) {
        border-bottom: 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }
.weather-section .wrap .left-sec .icon { margin-right: 10px;}
.weather-section .wrap .left-sec .icon img {width: 25px;}
.weather-sec .title-wraper { margin-bottom: 50px;}
.pkg-section .caption-box { position: relative; padding: 0 12px 14px; border-bottom: 3px solid #f44336;}
.pkg-section .caption-box .more {color: #f44336; font-weight: 500; text-transform: capitalize; outline: none;}
.pkg-section .caption-box .title { font-weight: 700; min-height: 40px; font-size: 18px; margin: 30px 0 8px;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical;}
.pkg-section .caption-box .title a {color: #000;}
.pkg-section figure { border-bottom: 2px solid #f44336; overflow: hidden; height: 203px;}
.pkg-section figure img {
    transform: scale(1);
    transition: all 0.4s ease-in-out;
    /* height: calc(100vw / 7 - -10px); */
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pkg-section .box:hover figure img { transform: scale(1.1);}
.pkg-section .tolip-box { position: absolute; top: -53px; left: 50%; display: flex; gap: 6px; transform: translate(-50%, 0);}
.pkg-section .tolip-box .icon { background: #f44336; position: relative; width: 40px; height: 40px; margin-bottom: 6px; padding: 10px; border-radius: 50%; transition: all 0.4s ease-in-out;}
.pkg-section .tolip-box .icon:hover { background: #091f33;}
.pkg-section .tolip-box .icon span { display: none; background: #000; color: #fff; padding: 4px 20px; position: absolute; top: -32px; transform: translate(-50%, 0); left: 50%; width: max-content;}
.pkg-section .tolip-box .icon:hover span { display: block;}
.pkg-section .box { border: 1px solid #ddd;}
.pkg-section .caption-box p { margin-bottom: 20px; font-size: 14px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; line-clamp: 3; -webkit-box-orient: vertical; min-height: 63px;}
.btn-round { display: inline-block; background: #f44336; color: #fff; border-radius: 27px; padding: 6px 25px; transition: all 0.4s ease-in-out;}
.btn-round:hover { background: #091f33; color: #fff;}
.btn-round i { padding-left: 5px;}
.custom-gap { margin: 60px 0;}
.transport-section .box {
    border: 1px solid #ddd;
    min-height: 242px;
}
.transport-section .box .icon { border: 1px solid #ddd; border-radius: 50%; width: 90px; margin: 0 auto; margin-top: -24px; background: #fff; padding: 13px; position: relative;}
.transport-section .box .icon span { border-radius: 50%; padding: 5px; position: absolute; right: -24px; top: 30px; font-size: 18px;display: flex; align-items: center; justify-content: center; width: 32px; height: 32px;}
.transport-section .box .icon::before { content: ''; background: #dbdbdb; width: 75px; height: 75px; position: absolute; border-radius: 50%; left: -2px; bottom: -2px; z-index: -1;}
.transport-section .title-wraper { margin-bottom: 45px;}
.transport-section .box .content { text-align: center; padding: 0 14px 10px;}
.transport-section .box .content p { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; line-clamp: 4; -webkit-box-orient: vertical;}
.transport-section .box .title { color: #091f33; font-weight: 600; margin-top: 24px;}
.transport-detail .sm-title { display: flex; align-items: center; color: #091f33; margin-top: 0; text-transform: capitalize;}
.transport-detail .sm-title .icon {margin-right: 15px;}
.transport-detail .sm-title .icon img { width: 48px;}
.transport-detail .sm-title .icon2 { margin-left: 5px;}
.bg-red { background: #f44336; color: #fff;}
.bg-green { background: #2d7a30; color: #fff;}
.text-red { color: #f44336;}
.text-green { color: #2d7a30;}
.transport-detail .wrap { border-bottom: 1px solid #ddd; padding-bottom: 10px; margin-bottom: 20px;}
.transport-detail .wrap:nth-last-child(1) { border-bottom: 0; }
.transport-section .box .toolip {display: none; text-transform: capitalize; position: absolute; color: #fff; top: -46px; padding: 4px 7px; font-size: 14px; font-weight: 500; left: 50%; transform: translate(-50%, 0);}
.transport-section .box .toolip::after { content: "\f0d7"; font-size: 25px; color: #f44336; position: absolute; bottom: -20px; left: 50%; font-family: 'FontAwesome'; transform: translate(-50%, 0);}
.transport-section .box .toolip.bg-green::after { color: #2d7a30;}
.transport-section .box:hover .toolip { display: block;}
.transport-detail .box .toolip { display: none; text-transform: capitalize; position: absolute; color: #fff; top: -26px; padding: 4px 7px; font-size: 14px; font-weight: 500; left: 80px;}
.transport-detail .box .toolip::after { content: "\f0d7"; font-size: 25px; color: #f44336; position: absolute; bottom: -20px; left: 50%; font-family: 'FontAwesome'; transform: translate(-50%, 0);}
.transport-detail .box .toolip.bg-green::after { color: #2d7a30;}
.transport-detail .box:hover .toolip { display: block;}
.table-box { border: 1px solid #ddd}
.table-box .col-wrap { display: flex; justify-content: space-between; border-bottom: 1px solid #ddd;}
.table-box .title { color: #fff; background: #091f33; padding: 8px 4px; text-align: center; font-size: 16px; text-transform: capitalize;}
.table-box .col-wrap .col { padding: 6px; width: 50%; font-weight: 500;}
.table-box .col-wrap .col-h { font-weight: 600; text-transform: capitalize; border-right: 1px solid #ddd;}
.table-box .col-wrap:nth-last-child(1) { border-bottom: 0;}
.table-box .col-wrap .col-head {border-right: 1px solid #ddd}
.table-box .col-wrap .col-head:nth-last-child(1) {border-right: 0}
.city-detail-box::after { content: ''; background: #091f33f7; position: absolute; width: 100%; height: 100%; top: 0; left: 0;}
.city-detail-box ul { position: relative; z-index: 1; margin: 0;}
.city-detail-box li { color: #fff; position: relative; align-items: center; margin-bottom: 12px; border-bottom: 1px solid #ffffff1f; padding-bottom: 13px;}
.city-detail-box li:nth-last-child(1) { margin-bottom: 0; border-bottom: 0; padding-bottom: 0;}
.city-detail-box li i { background: #f44336; display: inline-block; padding: 13px; border-radius: 50%; margin-right: 5px; display: inline-block;}
.city-detail-box li p { margin-top: 0; display: inline-block; width: 79%; vertical-align: bottom;}
.city-detail-box li i img { filter: invert(1); width: 28px;}
.city-detail-box li p strong { font-weight: 500;}
.city-detail-box li .map { color: #ffb443;}
.fee-box { display: flex; gap: 13px; margin-top: 15px;}
.fee-box .wrp { display: flex; align-items: center;}
.fee-box .wrp .icon { width: 56px; border: 1px solid #000; border-radius: 50%; padding: 8px; margin-right: 10px;}
.fee-box .wrp p { font-weight: 500;}
.edit-modal .modal-content { padding: 0;}
.edit-modal .modal-title { font-weight: 600;}
.edit-modal .modal-header .close { color: #091f33; text-shadow: none; color: #fff; transition: all 0.4s ease-in-out; opacity: 1; background: #f44336; padding: 10px; position: absolute; right: 8px; top: 10px; border-radius: 50%; width: 40px; height: 40px;}
.edit-modal .modal-header .close:hover { background: #091f33;}
.link-wrap { display: flex; justify-content: space-between; align-items: center; padding: 10px 0 0;}
.link-wrap ul { margin-top: 0;}
.link-wrap .link { font-size: 16px;}
.link-wrap .link i { font-size: 18px;}
.title-wraper { margin-bottom: 30px;}
.title-wraper .section-title { margin-bottom: 0;}
.page-head .page-title { font-size: 37px; font-weight: 600; color: #091f33; text-align: center;}
.page-head { padding: 23px 0;}
.text-black {color: #091f33 !important;}
.page-head .page-title { position: relative;}
.page-head .page-title::before { content: ''; position: absolute; width: 80px; height: 3px; transform: translate(-50%, 0); left: 50%; bottom: -12px; background: #f44336;}
.icon-wrap { display: grid; grid-template-columns: auto auto auto auto; gap: 7px; margin-top: 10px; width: 100%;}
.icon-wrap p { font-size: 12px;}
.icon-wrap i { width: 53px; margin: 0 auto; margin-right: 0 !important; display: inline-block;}
.icon-wrap .icon { text-align: center;}
.icon-wrap .icon p { margin: 6px 0 0;}
.city-detail-box .more-icon { position: absolute; right: 0; color: #fff; font-size: 16px; top: 15px;}
.city-detail-box .schd { width: 100%; display: none; margin-top: 12px;}
.city-detail-box .schd li { width: 100%; display: grid; grid-template-columns: auto auto auto; align-items: baseline;}
.city-detail-box .schd li span { display: block; font-size: 13px;}
.city-detail-box .schd li .item { width: 95px;}
.city-detail-box .schd li .item:nth-child(2) { width: 232px; font-size: 13px;}
.icon-wrap .icon span { font-size: 13px;}
.city-detail-box .schd li .item:nth-child(3) {width: auto; margin-left: 8px;}
.city-detail-box .schd li .item p { margin: 0; font-size: 14px;}
.city-detail-box .detail-charge { display: none; margin: 16px 0 0;}
.city-detail-box .detail-charge th { font-weight: 500;}
.page-header2 .wrap figure img { margin: 0 auto; object-fit: cover; height: 32.6875vw; max-height: 700px; object-position: center center; width: 100%;}
a { outline: none !important;}
.city-detail-box .fee-list { padding-left: 18px;}
.city-detail-box .fee-list li {font-size: 15px;display: flex;}
.title-wrap { display: flex; justify-content: space-between;}
.title-wrap .icon { background: #f44336; position: relative; width: 40px; height: 40px; margin-bottom: 6px; padding: 10px; border-radius: 50%; transition: all 0.4s ease-in-out;}
.icons-wrap { display: flex;}
.icons-wrap .icon { margin-left: 8px;}
.icons-wrap .icon { position: relative;}
.icons-wrap .icon .text { display: none; background: #000; color: #fff; padding: 4px 20px; position: absolute; top: -32px; transform: translate(-50%, 0); left: 50%; width: max-content;}
.icons-wrap .icon:hover .text { background: #091f33; display: block;}
.city-detail-box .schd { padding-left: 18px;} 
.city-detail-box .fee-list li .name { width: 125px;}
.city-info-head {background: #485656; padding: 20px 12px;}
.city-info-head h3 { color: #fff; margin: 0;}
.city-info-head .head-text .icon { position: relative; font-size: 12px;}
.city-info-head .toolip { display: none; background: #091f33; color: #fff; padding: 8px 20px; position: absolute; top: -38px; transform: translate(-50%, 0); left: 50%; width: max-content; font-family: 'Poppins'; font-size: 14px;}
.city-info-head .toolip::after {content: "\f0d7";position: absolute;font-family: 'FontAwesome';left: 50%;transform: translate(-50%, 0);bottom: -9px;color: #091f33;}
.city-info-head .head-text .icon:hover .toolip {display: block;}
.thm-breadcrumb li:nth-child(1) { height: 22px; float: left;padding-right: 4px;}
.thm-breadcrumb li::after {content: "/";margin: 0 4px;}
.thm-breadcrumb li:nth-last-child(1)::after { display: none;}
.blog-section .ap-blog-item {
    margin-bottom: 0;
}
.slider-box { margin-bottom: 0 !important;}
.faq #accordion { margin-bottom: 0;}
.city-detail-box .detail-charge .fee-list { padding-left: 58px;}
/*--- map ---*/
.map-wrap { margin-top: 25px;}
.map-section p { line-height: 27px;}
#main-nav-flyout { display: none;}
.map-box a {position: relative;}
.map-box a::before { content: "himachal"; color: #000; font-size: 174px;}
.map-box a:hover path { fill: rgb(12 61 141);}
.map-box span.pin { position: absolute; left: 30%; top: 20%; background: #000; color: #fff; padding: 2px 14px;}
.map-box .text {
    font-size: 14px;
    font-weight: 500;
    color: #555;
    margin-left: 53px;
}
.place-tolip { opacity: 0; text-transform: capitalize; position: absolute; color: #fff; padding: 4px 7px; font-size: 14px; font-weight: 500; transform: translate(-50%, 0); background: #f44336; width: max-content;}
.place-tolip::after { content: "\f0d7"; font-size: 25px; color: #f44336; position: absolute; bottom: -20px; left: 50%; font-family: 'FontAwesome'; transform: translate(-50%, 0);}
.place-tolip.show { opacity:1;}
.map-box .delhi { top: 96px; left: 200px;}
.place-tolip.ladkh { top: 3%; left: 35%;}
.place-tolip.jamu { top: 7%; left: 29%;}
.place-tolip.pnb { top: 95px; left: 180px;}
.place-tolip.uk { top: 19%; left: 41%;}
.place-tolip.hr { top: 17%; left: 31%;}
.place-tolip.hp { top: 12%; left: 35%;}
.place-tolip.up { top: 27%; left: 44%;}
.place-tolip.rj { top: 29%; left: 26%;}
.place-tolip.bh { top: 170px; left: 153px;}
.place-tolip.bh { top: 31%; left: 60%;}
.place-tolip.mp { top: 40%; left: 36%;}
.place-tolip.gu { top: 39%; left: 19%;}
.place-tolip.jh { top: 38%; left: 55%;}
.place-tolip.wb { top: 40%; left: 65%;}
.place-tolip.ch { top: 43%; left: 49%;}
.place-tolip.od { top: 48%; left: 55%;}
.place-tolip.mh { top: 51%; left: 30%;}
.place-tolip.tl { top: 57%; left: 40%;}
.place-tolip.goa { top: 60%; left: 24%;}
.place-tolip.dm { top: 46%; left: 17%;}
.place-tolip.kt { top: 68%; left: 30%;}
.place-tolip.ap { top: 66%; left: 39%;}
.place-tolip.tm { left: 37%; bottom: 17%;}
.place-tolip.kl { bottom: 17%; left: 31%;}
.place-tolip.an { right: 4%; bottom: 28%;}
.place-tolip.lk { left: 17%; bottom: 15%;}
.place-tolip.sk { left: 66%; top: 24%;}
.place-tolip.ar { left: 79%; top: 24%;}
.place-tolip.asm { left: 79%; top: 29%;}
.place-tolip.ng { left: 83%; top: 29%;}
.place-tolip.mn { left: 81%; top: 33%;}
.place-tolip.mz { left: 79%; top: 38%;}
.place-tolip.me { left: 73%; top: 31%;}
/*--- map end ---*/
.states .item {
    margin-bottom: 24px;
    padding: 0 15px;
}
.tour-sec.states figure {
    height:180px;
}
/*--- my custom responsive css ---*/
@media (max-width: 1200px) {
    .city-detail-box li p {
                width: 73%;
            }

            .city-detail-box .schd {
                padding-left: 0;
                margin-top: 10px;
            }
        }

        @media (max-width: 991px) {
            .tour-sec .slick-next, .tour-slider .slick-next {
                right: 10px;
            }

            .tour-sec .slick-prev, .tour-slider .slick-prev {
                left: 10px;
            }

            .tour-slider .slick-arrow {
                top: 23%;
            }

            .weather-sec .box-content ul {
                grid-template-columns: auto;
            }

                .weather-sec .box-content ul li .icon {
                    width: 22px;
                }

            .pkg-section .caption-box p {
                font-size: 14px;
            }

            .city-detail-box li p {
                vertical-align: middle;
                margin: 0;
            }
        }

        @media (max-width: 768px) {
            .page-header2 .page-title .caption {
                display: none;
            }

            .tour-sec figure {
                height: 212px;
            }
            .states .row {
                display: grid;
                grid-template-columns: auto auto;
            }
                .states .row::before { display: none;}
            }

        @media (max-width: 767px) {
            .tour-slider .slick-arrow {
                top: 50%;
            }

            .weather-sec .box-content {
                margin-bottom: 50px;
            }

                .weather-sec .box-content ul {
                    justify-content: center;
                }

            .weather-section .icon-box {
                width: auto;
                display: inline-block;
                margin: 0 10px 0 0;
                float: none;
            }

            .weather-section .wrap {
                margin-bottom: 30px;
                padding-bottom: 30px;
            }

            .page-header2 .page-title span {
                font-size: 18px;
            }

            .transport-section .block {
                margin-bottom: 45px;
            }

                .transport-section .block:nth-last-child(1) {
                    margin-bottom: 0;
                }

            .pkg-slider .slick-prev {
                left: 0;
            }

            .pkg-slider .slick-next {
                right: 0;
            }

            .transport-detail .wrap {
                padding-bottom: 38px;
                margin-bottom: 30px;
            }

            .city-info-head {
                margin-top: 25px;
            }

                .city-detail-box .schd {
                    padding-left: 16px;
                }
                .page-head .page-title { font-size: 24px;}
        }

        @media (max-width: 600px) {
            .page-header2 .page-title {
                font-size: 15px;
            }

            .slick-arrow {
                width: 26px;
                height: 30px;
            }
        }

        @media (max-width: 580px) {
            .page-header2 .wrap img {
                height: 200px;
            }

            .section p {
                font-size: 13px;
            }

            .pck-section .box figure {
                height: 537px;
            }
            .page-head .page-title { font-size: 20px;}
            .states .row {
                grid-template-columns: auto;
            }
            .tour-sec.states figure {
                height: auto;
            }
        }

        @media (max-width: 480px) {
            .section-title .title {
                font-size: 18px;
                padding-right: 16px;
            }

            .link {
                font-size: 14px;
                width: 99px;
                display: block;
                text-align: right;
            }

            .transport-section .section-title {
                margin-bottom: 0;
            }

            .city-detail-box .schd {
                padding-left: 12px;
            }

                .city-detail-box .schd li .item:nth-child(3) {
                    margin-left: 4px;
                }

                .city-detail-box .schd li .item p {
                    font-size: 13px;
                }

            .pck-section .box figure img {
                height: 100%;
            }

            .pck-section .box figure {
                height: 383px;
            }

            .pkg-section figure {
                height: 300px;
            }

            .tour-sec figure {
                height: 280px;
            }
            .weather-section .wrap:nth-last-child(1) {
                border-bottom: 0;
                margin-bottom: 0;
                padding-bottom: 0;
            }
            .custom-gap {
                margin: 40px 0;
            }
            .city-detail-box .fee-list {
                padding-left: 14px;
            }
            .city-detail-box .schd li .item {
                width: 116px;
            }
        }
        @media (max-width: 380px) {            
            .title-wrap .section-title { margin-bottom: 20px;}
            .icons-wrap { justify-content: end;}
            .title-wrap .icon { width: 30px; height: 30px;display: flex; align-items: center; padding: 7px; margin-bottom: 0;}
            .title-wrap .icon img {width: 100%;}
            .title-wraper { margin-bottom: 12px;}
            .title-wraper a.link { text-align: right; display: block;}
            .section-title { margin-bottom: 18px;}
            .title-wrap .section-title { margin-bottom: 0;} 
        }
        @media (max-width: 320px) {
            .city-detail-box li p {width: 72%;}
            .city-detail-box .schd li .item:nth-child(2) {margin-left: 2px;}            
            .title-wrap .section-title { margin-bottom: 12px;}
        }
        /*--- my custom responsive css end ---*/
        /*--- aditya css end ---*/

        @media (max-width: 768px) {
            .ap-dept-img {
                position: relative;
                width: 150px;
                height: 150px;
                margin-bottom: 30px;
            }

                .ap-dept-img img {
                    width: 150px;
                    height: 150px;
                    object-fit: cover;
                    border-radius: 50%;
                }

                .ap-dept-img:after {
                    content: '';
                    width: 150px;
                    height: 150px;
                    border-radius: 50%;
                    position: absolute;
                    top: 2px;
                    left: 8px;
                    background-color: #f07d31;
                    z-index: -1;
                }

            .link-ttp {
                font-size: 14px;
            }
        }

        @media (min-width: 768px) {
            .carousel {
                margin-top: -7px;
            }
        }
