@import url('https://fonts.googleapis.com/css2?family=Roboto&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Martel:wght@300&amp;family=Nanum+Gothic+Coding&amp;family=Source+Sans+Pro:wght@600;700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Carter+One&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&amp;family=Nunito:ital,wght@0,200..1000;1,200..1000&amp;display=swap');

body {margin: 0; font-family: Arial, Helvetica, sans-serif;}
ul{padding: 0px; margin: 0px;}
a{cursor: pointer;}
.clr{clear: both;}
header:has(.nav-bar){display: flex; justify-content: center; position: fixed; width: 100%; top: 0; z-index: 9999;}

.nav-top-latest{width: 100%; height: 100px; background-color: #024b6e; position: absolute; z-index: 9; display: flex; justify-content: center;}
.nav-top-latest ul{width: 73%; display: flex; height: 60px;}
.nav-top-latest ul li{width: 50%; height: inherit; list-style-type: none; color: #ffffff; display: flex;}
.nav-top-latest ul li a{display: flex; text-decoration: none;}
.nav-top-latest ul li a span{width: 20%; min-width: 100px; height: inherit; display: inline-block; background-color: #ffff00; color: #d81313; font-family: 'Roboto', sans-serif; font-size: 23px; font-weight: bold; line-height: 22px; text-align: left; padding: 8px 0 8px 15px; box-shadow: 10px -2px 20px -6px #1d1d1d; background-image: url(../images/latest-puja-bg.png); background-repeat: no-repeat; background-position: right;}
/*.nav-top-latest ul li a span{width: 20%; min-width: 100px; height: inherit; display: inline-block; background-color: #ffff00; color: #d81313; font-family: 'Roboto', sans-serif; font-size: 23px; font-weight: bold; line-height: 22px; text-align: center; padding: 8px 0 8px 0px; box-shadow: 10px -2px 20px -6px #1d1d1d;}*/
.nav-top-latest ul li a span small{font-size: 20px;}
.nav-top-latest ul li a p{display: inline-block; width: 80%; font-family: 'Nanum Gothic Coding', monospace; font-size: 20px; color: #ffffff; margin: 0px; line-height: 25px; padding: 5px 0 0 30px; box-shadow: inset 6px 2px 6px #1d1d1d; border-top-right-radius: 13px;}
.sub-menu{position: relative;}
.dropdown-menu{display: none; position: absolute; top: 73px; left: -30px; padding: 0;}
.dropdown-menu li:hover{background-color: #F3F3F3; border-radius: 5px;}
.dropdown-menu li a{padding: 20px 15px; display: inline-block; border-bottom: 1px solid #DFDADA; width: 100%;}


.latest-slider-prev{background: url(../images/latest-slider-left-arrow.png) no-repeat 0 0; font-size: 0px; width: 20px; height: 41px; display: inline-block; position: absolute; top: 0px; bottom: 0px; left: -100px; margin: auto 0;}
.latest-slider-next{background: url(../images/latest-slider-right-arrow.png) no-repeat 0 0; font-size: 0px; width: 20px; height: 41px; display: inline-block; position: absolute; top: 0px; bottom: 0px; right: -65px; margin: auto 0;}

.menu-expand-collapse{display: none;}

.nav-bar{background-color: #024b6e; border-radius: 10px; width: 100%; margin: 0px 0px; position: relative; z-index: 9999; display: flex; align-items: center; flex-wrap: nowrap;}
.logo{position: relative; left: 0; top: 0;}
.nav-title{flex: 1; text-align: center; font-size: 24px; font-weight: bold; color: #ffffff; padding: 25px 10px; text-transform: uppercase; font-family: 'Roboto', sans-serif; white-space: nowrap;}
.menu{flex: 0 0 auto;}
.menu > ul{display: flex; justify-content: flex-end; padding: 0px; margin: 0px; flex-wrap: nowrap;}
.menu > ul > li{padding: 25px 10px; list-style-type: none; white-space: nowrap;}
.menu > ul > li a{text-decoration: none; color: #ffffff; text-transform: uppercase; font-weight: 400;}

/*
.menu ul li:nth-child(4){position: relative;}
.menu ul li:nth-child(5)::before{content: "Birth Day"; display: inline-block; position: absolute; top: 10px; color: red; font-size: 12px; animation: blinker 1s linear infinite;}
*/
.menu ul li:nth-child(5)::before{content: ""; display: inline-block; position: absolute; top: 10px; color: red; font-size: 12px; animation: blinker 1s linear infinite;}
.menu ul li:nth-child(6)::before{content: ""; display: inline-block; position: absolute; top: 10px; color: red; font-size: 12px; animation: blinker 1s linear infinite;}

@keyframes blinker {  
  50% { color: blue}
}

.topnav {overflow: hidden; background-color: #333;}
.topnav a {float: left; display: block; color: #f2f2f2; text-align: center; padding: 14px 16px; text-decoration: none; font-size: 17px;}
.topnav a:hover {background-color: #ddd; color: black;}
.topnav a.active {background-color: #04AA6D; color: white;}
.topnav .icon {display: none;}

header{position: relative;}
.side-nav-bar{position: fixed; right: 0px; top: 280px; z-index: 9;}
.side-nav-bar ul{position: relative;}
.side-nav-bar ul li{list-style-type: none;position: absolute; padding: 10px; transition: 1s;}
/*.side-nav-bar ul li a{}*/
/*.side-nav-bar ul li:hover a{padding: 10px 20px 10px 10px;}*/
.side-nav-bar ul li:nth-child(1){background-color: #1877f2; width: 55px; right: 0;}
.side-nav-bar ul li:nth-child(1):hover{width: 70px;}
.side-nav-bar ul li:nth-child(2){background-color: #ff0000; width: 55px; top: 55px; right: 0;}
.side-nav-bar ul li:nth-child(2):hover{width: 70px;}
.side-nav-bar ul li:nth-child(3){background-color: #25d366; width: 55px; top: 100px; right: 0;}
.side-nav-bar ul li:nth-child(3):hover{width: 70px;}
/*Banner css homepage start*/
.banner-section{position: relative;}
.banner-section a.allindia-tour{position: absolute; right: 0px; top: 200px;}
.banner-section a.allindia-tour span{position: absolute; right: 4px; top: 65px; transform: rotate(91deg); color: #ff0000; width: 100%; font-weight: bold;}
.home-banner .slick-prev{display: none !important;}
.home-banner .slick-next{display: none !important;}
	.home-banner-desk{display: block !important;}
	.home-banner-mobi{display: none !important;}
/*Banner css homepage end*/

/*Footer panel start*/
.footer-panel{background-color: #333333; padding: 20px 0;}
.footer-panel .row{width: 100%;}
.footer-panel .row div{padding: 25px;}
.footer-panel .footer-menu{padding-left: 20px;}
.footer-panel .footer-menu-2 li, .footer-panel .footer-menu li{list-style-type: none; padding-bottom: 10px;}
.footer-panel .footer-menu-2 li a, .footer-panel .footer-menu li a{color: #ffffff; text-decoration: none;}
.footer-panel .footer-menu-2 li{color: #20c1da;}
.footer-panel .footer-menu-2 li:first-child{font-size: 19px;}
.footer-social{display: flex; align-items: center;}
.footer-social li{list-style-type: none; padding-right: 15px;}
/*Footer panel end*/

/*Hotel Holiday Tab homepage css start*/
.banner-section .hotel-holiday-tab {width: 90%; margin: 0 auto;}
.banner-section .hotel-holiday-tab ul.nav{position: absolute; bottom: 180px; background-color: #3c4145; border-radius: 10px; --bs-nav-tabs-border-width: 0px;}
.banner-section .hotel-holiday-tab > ul li{border-radius: 10px; width: 150px; height: 70px;}
.banner-section .hotel-holiday-tab ul li button{width: inherit; height: inherit; color: #ffffff; font-family: 'Nanum Gothic Coding', monospace; font-size: 18px; font-weight: bold; letter-spacing: 2px;}
.banner-section .hotel-holiday-tab .nav-tabs .nav-link.active{background-color: #024b6e; color: #fffc02; border: none; border-bottom: 6px solid #0f9ee3; border-radius: 10px; border-bottom-right-radius: 10px; border-bottom-left-radius: 10px; box-shadow: 0px 2px 10px 0px #1d1d1d;}
.banner-section .hotel-holiday-tab .nav-tabs .nav-link{border: none;}

.tab-content>.tab-pane{height: inherit;}

.tab-content ul.search-tab-list{display: flex; height: inherit;}
.tab-content ul.search-tab-list > li{width: 33.33%; list-style-type: none; height: inherit;}
.tab-content ul.search-tab-list > li:nth-child(1){padding: 15px 15px 0px 15px; position: relative;}

.banner-section .hotel-holiday-tab ul.search-tab-list li button.search-drop-btn{width: 100%; height: auto; position: relative;}
.banner-section .hotel-holiday-tab ul.search-tab-list li button.search-btn{position: absolute; bottom: 10px; left: 0px; right: 0px; margin: 0 auto;color: #ffffff;  background-color: #0f9ee3; min-width: 367px; height: 60px; border: none; border-bottom: 6px solid #fffc02; border-radius: 10px; box-shadow: 1px 0px 10px 0px #1d1d1d; font-size: 22px;}
.banner-section .hotel-holiday-tab ul.search-tab-list li button.search-btn:hover{background-color: #0f90ce;}
.search-drop-btn small{color: #0000ff; font-size: 15px; width: 100%; display: inline-block;}
.search-drop-btn strong{color: #000000; font-size: 25px; width: 100%; display: inline-block;}
ul.search-dropdown-content.show {display: block;}
ul.search-dropdown-content { position: absolute; top: 52px; left: 17px; display: none; background-color: #ffffff; min-width: 371px; overflow: auto; border: 1px solid #ddd; z-index: 1;}
ul.search-dropdown-content input{background: #fff; border: 0; box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1); color: #000; font-size: 16px; font-weight: bold; outline: 0; padding: 11px 10px 11px 30px; width: 100%; position: relative;}

ul.search-dropdown-content span::before{content: ''; display: inline-block; width: 15px; height: 15px; background-image: url(../images/zoom-black.png); z-index: 999; position: absolute; top: -31px; background-size: 15px 15px; left: 8px;}
ul.search-dropdown-content > li{width: 100% !important; border-radius: 0px !important;}
ul.search-dropdown-content li:hover{background-color: #f6f4f4;}
ul.search-dropdown-content span{display: block; padding: 10px 20px; color: #000; font-size: 16px; font-weight: bold; position: relative;}
ul.search-dropdown-content li a{display: inline-block; color: #000000; text-decoration: none; padding: 10px 20px;}


.top-place{padding: 15px 15px 0px 15px; background-color: #0e5b80; border-radius: 0px ;}
.top-place p{text-align: center; color: #ffffff; font-weight: bold; margin-bottom: 5px;}
.top-place ul{display: flex; flex-wrap: wrap; justify-content: space-between;}
.top-place ul li{width: 45% !important; list-style-type: none; padding: 0 0 0 15px !important; height: unset !important; position: relative;}
.top-place ul li::before{content: ""; width: 6px; height: 10px; display: inline-block; position: absolute; top: 6px; left: 0px; background-image: url(../images/arrow.png);}
.top-place ul li a{color: #ffffff; text-decoration: none;}

#search-tab{position: absolute;}
#search-tab::before{position: relative; content: ""; display: inline-block; width: 15px; height: 15px; background-image: url(../images/zoom.png); background-size: 15px; top: 3px; left: -6px;}
.search-catagory ul{display: flex; flex-wrap: wrap; height: inherit;}
.search-catagory ul li{width: 33.33%; list-style-type: none; display: flex; justify-content: center; align-items: center; border: 1px solid #ffffff;}
.search-catagory ul li:nth-child(-n + 3){border-top: none;} 
.search-catagory ul li:nth-child(3n){border-right: none;}
.search-catagory ul li:nth-child(3n  - 2){border-left: none;} 
.search-catagory ul li:nth-child(n + 7){border-bottom: none;}
.search-catagory ul li a{color: #ffffff; text-decoration: none;}
.search-catagory ul li:hover{background-color: #086e9f;}
.search-catagory ul li:hover a{color: #fffc02;}
/*.search-catagory ul li:nth-child(even){background-color: #13668d;}*/
/*.search-catagory ul li:nth-child(odd){background-color: #086e9f;}*/

.banner-section .hotel-holiday-tab .hotel-holiday-tab-content{background-color: #024b6e; height: 180px; border-radius: 10px;}
.banner-section .hotel-holiday-tab .hotel-holiday-tab-content .hotel-tab-content{display: flex; justify-content: space-between;}
.banner-section .hotel-holiday-tab .hotel-holiday-tab-content .hotel-tab-content ul {display: flex; flex-wrap: wrap; width: 84%; max-width: 1050px; padding: 20px 30px 30px 30px; text-align: left;}
.banner-section .hotel-holiday-tab .hotel-holiday-tab-content .hotel-tab-content ul li{width: 33%; list-style-type: none; color: #ffffff;}
.banner-section .hotel-holiday-tab .hotel-holiday-tab-content .hotel-tab-content ul li leble, .banner-section .hotel-holiday-tab .hotel-holiday-tab-content .hotel-tab-content ul li input{display: block;}
.banner-section .hotel-holiday-tab .hotel-holiday-tab-content .hotel-tab-content ul li input{width: 100%; max-width: 205px;}
.banner-section .hotel-holiday-tab .hotel-holiday-tab-content .hotel-tab-content input[type="submit"]{color: #ffffff; background-color: #0f9ee3; width: 200px; height: 180px; border: none; border-left: 6px solid #fffc02; border-radius: 10px; box-shadow: -12px -3px 13px -9px #1d1d1d; font-size: 22px;}
.banner-section .hotel-holiday-tab .hotel-holiday-tab-content .hotel-tab-content input[type="submit"]:hover{background-color: #0f90ce;}
.hotel-tab-content input[type="button"]{color: #ffffff; background-color: #0f9ee3; width: 100%; height: 60px; border: none; border-bottom: 6px solid #fffc02; border-radius: 10px; box-shadow: 1px 0px 10px 0px #1d1d1d; font-size: 22px;}
.hotel-tab-content input[type="button"]:hover{background-color: #0f90ce;}

.HotelNOtFound{text-align: center;}
.HotelNOtFound img{display: inline-block; width: 100%; max-width: 300px;}
.HotelNOtFound a{color: #ffffff; background-color: #0f9ee3; border: none; border-bottom: 6px solid #fffc02; border-radius: 10px; box-shadow: 1px 0px 10px 0px #1d1d1d; font-size: 22px; display: inline-block; padding: 10px 80px; text-decoration: none;}
/*Hotel Holiday Tab homepage css end*/

/*Tour homepage css start*/
.tour-home{background-image: url(../images/tour-background.jpg); background-position: bottom; background-repeat: no-repeat; /*height: 730px; margin-bottom: 40px;*/}
.tour-home .tour-container{width: 90%; margin: 0 auto;}
.tour-home .tour-container h2{font-family: 'Roboto', sans-serif; text-align: center; font-size: 35px; position: relative; padding: 30px 0 10px 0;}
.tour-home .tour-container h2::after{content: ""; width: 100px; height: 3px; background-color: #0f9ee3; position: absolute; bottom: 0; left: 0; right: 0; margin: 0 auto;}
.tour-home .tour-container h2::before{content: ""; width: 50px; height: 6px; background-color: #fffc02; position: absolute; bottom: -1px; left: 0; right: 0; margin: 0 auto; z-index: 1;}
.tour-home .tour-container .tour-slider{padding-top: 30px; padding-bottom: 50px; position: relative;}

.tour-slider-prev{background: url(../images/tour-slider-left-arrow.png) no-repeat 0 0; font-size: 0px; width: 40px; height: 80px; display: inline-block; position: absolute; top: 0px; bottom: 0px; left: -50px; margin: auto 0;}
.tour-slider-next{background: url(../images/tour-slider-right-arrow.png) no-repeat 0 0; font-size: 0px; width: 40px; height: 80px; display: inline-block; position: absolute; top: 0px; bottom: 0px; right: -45px; margin: auto 0;}
.tour-home .tour-container .tour-slider .tour-card-img{position: relative; width: 100%; max-width: 400px; overflow: hidden;}
.tour-home .tour-container .tour-slider .tour-card-img small{position: absolute; right: -31px; top: 16px; background-color: #ef810a; color: #ffffff; padding: 3px 35px; transform: rotate(50deg);}
.tour-home .tour-container .tour-slider .tour-card-img img{width: 100%;}


.tour-home .tour-container .tour-slider .tour-card-img .tour-card-dn{position: absolute; top: 0; left: 0; clip-path: circle(45% at 0% 11%); width: 190px; height: 90px; background-color: #000; opacity: 0.8;}
.tour-home .tour-container .tour-slider .tour-card-img .tour-card-dn p{color: #ffffff; padding: 7px 0 0 10px; font-weight: bold; letter-spacing: 3px;}
.tour-home .tour-container .tour-slider .tour-card-img .tour-card-dn span:first-child{display: block;}
.tour-home .tour-container .tour-slider .tour-card-img .tour-card-dn span:last-child{border-top: 2px solid #ffffff; padding-top: 2px;}
.tour-home .tour-container .tour-slider .tour-card-img ul.tour-facilities{display: flex; justify-content: flex-end; width: 100%; max-width: 400px; position: absolute; bottom: 0px; background-color: rgba(0,0,0,0.8)}
.tour-home .tour-container .tour-slider .tour-card-img ul.tour-facilities li{list-style-type: none; padding: 7px; border-right: 1px solid #ffffff; width: auto;}
.tour-home .tour-container .tour-slider .tour-card-content{background-color: #ffffff; width: 100%; max-width: 400px; min-height: 180px; display: flex; position: relative; overflow: hidden;}
.tour-home .tour-container .tour-slider .tour-card-content .tour-card-content-details{width: 90%;}
.tour-home .tour-container .tour-slider .tour-card-content .tour-card-content-details p{margin-bottom: 5px;}
.tour-home .tour-container .tour-slider .tour-card-content .tour-card-content-details p:first-child{text-transform: uppercase; font-weight: bold; padding-top: 10px;}
.tour-home .tour-container .tour-slider .tour-card-content .tour-card-content-details p:last-child{position: relative;}
.tour-home .tour-container .tour-slider .tour-card-content .tour-card-content-details p:last-child small{position: absolute; top: -2px;}
.tour-home .tour-container .tour-slider .tour-card-content .tour-card-content-details p:last-child small::after{content: ""; width: 100%; height: 1px; background: #ff0000; position: absolute; top: 10px; left: 1px; transform: rotate(-12deg);}
.tour-home .tour-container .tour-slider .tour-card-content .tour-card-content-details p:last-child strong{position: absolute; top: 15px;}
.tour-home .tour-container .tour-slider .tour-card-content .tour-card-content-details p img{display: inline-block; padding: 0 5px 0 10px;}
.tour-home .tour-container .tour-slider .tour-card-content .tour-card-content-details p.routemap-2{display: flex;}
.tour-home .tour-container .tour-slider .tour-card-content .tour-card-content-details p.routemap-2 img{height: fit-content;}
/*.tour-home .tour-container .tour-slider .tour-card-content .tour-card-content-logo{position: relative;}*/
.tour-home .tour-container .tour-slider .tour-card-content .tour-card-content-logo a img{width: 50px;}
.tour-home .tour-container .tour-slider .tour-card-content .tour-card-content-logo a:nth-child(1){position: absolute; top: 20px; right: -10px;}
.tour-home .tour-container .tour-slider .tour-card-content .tour-card-content-logo a:nth-child(2){position: absolute; top: 68px; right: -10px;}
.tour-home .tour-container .tour-slider .tour-card-content .tour-card-content-logo a:nth-child(3){position: absolute; top: 116px; right: -10px;}

/*.tour-home .tour-container .tour-slider .tour-card-content .tour-card-content-logo a img{box-shadow: -10px 0px 15px 0px #8e8e8e;}*/
.tour-home .tour-container .tour-slider .tour-card-content .tour-card-content-logo a:hover{right: 0px; transition: 1s;}
.tour-home .tour-container .tour-slider .tour-card-submit{display: flex; justify-content: space-around; width: 100%; max-width: 400px;}
.tour-home .tour-container .tour-slider .tour-card-submit a{background-color: #024b6e; color: #fffc02; width: 100%;  text-align: center; text-decoration: none; padding: 15px 0px; font-family: 'Martel', serif;}
.tour-home .tour-container .tour-slider .tour-card-submit a:first-child{border-right: 1px solid #ffffff;}
.tour-home .tour-container .tour-slider .tour-card-submit a:hover{background-color: #03415e;}
.tour-view-all{text-align: center;}
.tour-view-all a{color: #ffffff; background-color: #0f9ee3; display: inline-block; width: 250px; height: 60px; text-align: center; border: none; border-bottom: 6px solid #fffc02; border-radius: 10px; box-shadow: 0px 0px 13px -4px #1d1d1d; font-size: 22px; text-decoration: none; padding: 10px;}
.tour-view-all a:hover{background-color: #0f90ce; color: #ffffff;}
/*Tour homepage css end*/

/*Tour Catagory homepage css start*/
.tour-catagory-home{height: 100%; background-image: url(../images/tour-catagory-home-background.jpg); background-attachment: fixed;
    background-position: center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover;
    background-size: cover; background-repeat: no-repeat; /*margin: 0 -15px 0 -15px;*/}

.tour-catagory-home h2{font-family: 'Roboto', sans-serif; text-align: center; font-size: 35px; position: relative; padding: 30px 0 10px 0; color: #ffffff;}
.tour-catagory-home h2::after{content: ""; width: 100px; height: 3px; background-color: #0f9ee3; position: absolute; bottom: 0; left: 0; right: 0; margin: 0 auto;}
.tour-catagory-home h2::before{content: ""; width: 50px; height: 6px; background-color: #fffc02; position: absolute; bottom: -1px; left: 0; right: 0; margin: 0 auto; z-index: 9;}
.tour-catagory-home ul{display: flex; width: 90%; margin: 0 auto; flex-wrap: wrap; padding-top: 35px;}
.tour-catagory-home ul li{list-style-type: none; width: 25%; text-align: center; padding: 40px 0;}
.tour-catagory-home ul li a{position: relative; color: #ffffff; text-decoration: none; display: inline-block; width: 230px; height: 180px; border: 2px solid #fffc02; border-radius: 15px;}
.tour-catagory-home ul li a::before{content: ""; width: 96px; height: 96px; display: inline-block; position: absolute; left: 0; right: 0; top: -52px; margin: 0 auto;}
.tour-catagory-home ul li a span{position: absolute; bottom: 10px; left: 0; right: 0; margin: 0 auto; font-size: 26px; font-family: 'Nanum Gothic Coding', monospace; min-height: 75px;}

.tour-catagory-home ul li.batch-home a::before{background-image: url(../images/batch-home.png);}
.tour-catagory-home ul li.hill-home a::before{background-image: url(../images/hill-home.png);}
.tour-catagory-home ul li.offbeat-home a::before{background-image: url(../images/offbeat-home.png);}
.tour-catagory-home ul li.tracking-home a::before{background-image: url(../images/tracking-home.png);}
.tour-catagory-home ul li.honeymoon-home a::before{background-image: url(../images/honeymoon-home.png);}
.tour-catagory-home ul li.pilgrimage-home a::before{background-image: url(../images/pilgrimage-home.png);}
.tour-catagory-home ul li.short-trip-home a::before{background-image: url(../images/short-trip-home.png);}
.tour-catagory-home ul li.bike-tour-home a::before{background-image: url(../images/bike-tour-home.png);}
.tour-catagory-home ul li.national-tour-home a::before{background-image: url(../images/national-home.png);}
.tour-catagory-home ul li.international-tour-home a::before{background-image: url(../images/international-home.png);}

/*Tour Catagory homepage css end*/

/*Query homepage css start*/
.query-home{height: 100%; background-image: url(../images/query-backgroung-home.jpg); background-attachment: fixed;
    background-position: center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover;
    background-size: cover; background-repeat: no-repeat; /*margin: 0 -15px 0 -15px;*/}
.query-home .query-home-container{width: 90%; margin: 0 auto; display: flex;}
.query-home .query-home-container .query-home-container-left{width: 50%;}
.query-home .query-home-container .query-home-container-left h3{color: #ffffff; font-family: 'Source Sans Pro', sans-serif; font-weight: 700; font-size: 36px; padding: 30px 0 10px 0;}
.query-home .query-home-container .query-home-container-left p{color: #ffffff; font-size: 25px; margin-bottom: 40px;}
.query-home .query-home-container .query-home-container-left input{display: block; width: 100%; max-width: 350px; height: 44px; padding: 8px 10px; outline: none; border: 2px solid #ffffff; border-radius: 3px; background: transparent; font: 17px/19px 'Open Sans', Helvetica, Arial, sans-serif; color: #f0f0f0; text-transform: none; margin: 20px 0;}
.query-home .query-home-container .query-home-container-left input:last-child{height: 100px;}
.query-home .query-home-container .query-home-container-left input[type="button"]{background-color: #024b6e; color: #fffc02;width: 170px; height: 50px; text-align: center; text-decoration: none; padding: 15px 0px; font-family: 'Martel', serif; margin: 30px 90px; border: none;}

.query-home .query-home-container .query-home-container-right{width: 50%;}
.query-home .query-home-container .query-home-container-right ul{display: flex; flex-wrap: wrap; padding-bottom: 35px;}
.query-home .query-home-container .query-home-container-right ul li{list-style-type: none; padding: 47px 53px 10px 0px;}
.query-home .query-home-container .query-home-container-right ul li div{width: 250px; height: 235px; display: inline-block; text-align: center; border: 2px solid #fffc02; border-radius: 10px; padding: 40px 0 0 0;}
.query-home .query-home-container .query-home-container-right ul li div p:has(span){font-weight: bold; font-size: 30px; padding: 10px 0; margin: 0px;}
.query-home .query-home-container .query-home-container-right ul li div p{color: #ffffff; font-size: 25px;}
/*Query homepage css end*/
/*MD profile Home Start*/
.md-profile-home .md-profile-home-cont{display: flex;}
.md-profile-home .md-profile-home-cont article:first-child{background-color: #0f90ce; min-width: 300px; position: relative; min-height: 370px;}
.md-profile-home .md-profile-home-cont article:first-child img:first-child{display: inline-block!important;}
.md-profile-home .md-profile-home-cont article:first-child img:last-child{display: none !important;}
.md-profile-home .md-profile-home-cont article:first-child img{position: absolute; right: -144px; top: 0; bottom: 0; margin: auto;}
.md-profile-home .md-profile-home-cont article:last-child{background-color: #024b6e; width: 100%;}
.md-profile-home .md-profile-home-cont article:last-child h2{color: #ffffff; font-family: 'Source Sans Pro', sans-serif; font-weight: 700; font-size: 36px; padding: 30px 0 10px 0; text-align: center}
.md-profile-home .md-profile-home-cont article:last-child p{font-size: 20px; text-align: justify; padding: 0 160px; color: #ffffff; line-height: 25px;}
.md-profile-home .md-profile-home-cont article:last-child p:nth-child(3),.md-profile-home .md-profile-home-cont article:last-child p:nth-child(4){text-align: center;}
.md-profile-home .md-profile-home-cont article:last-child p:nth-child(4){margin-bottom: 30px;}
/*MD profile Home End*/

/*Customer Testimonials homepage css end*/
.customer-testimonials-home .customer-testimonials-home-cont{width: 90%; margin: 0 auto;}
.customer-testimonials-home h2{font-family: 'Roboto', sans-serif; text-align: center; font-size: 35px; position: relative; padding: 30px 0 10px 0; color: #000000;}
.customer-testimonials-home h2::after{content: ""; width: 100px; height: 3px; background-color: #0f9ee3; position: absolute; bottom: 0; left: 0; right: 0; margin: 0 auto;}
.customer-testimonials-home h2::before{content: ""; width: 50px; height: 6px; background-color: #fffc02; position: absolute; bottom: -1px; left: 0; right: 0; margin: 0 auto; z-index: 9;}
.customer-testimonials-home ul{padding: 20px 0;}
.customer-testimonials-home ul li div{display: flex;}
.customer-testimonials-home .slick-list{padding-top: 20px;}
.customer-testimonials-home ul li img{padding-right: 30px;}
.customer-testimonials-home ul li p{display: inline-block; position: relative; padding: 50px 60px 0px 40px; font-size: 20px;}
.customer-testimonials-home ul li p::before{content: ""; background-image: url(../images/quot-1.png); display: inline-block; width: 74px; height: 57px; position: absolute; top: -20px; left: -40px;}
.customer-testimonials-home ul li p::after{content: ""; background-image: url(../images/quot-2.png); display: inline-block; width: 74px; height: 57px; position: absolute; bottom: 0px; right: 0px;}
.ct-slider-dots {display: flex; justify-content: center; position: absolute; left: 0; right: 0; bottom: 20px;}
.home-banner-section .ct-slider-dots{bottom: 0px;}
.ct-slider-dots li{list-style-type: none;}
.ct-slider-dots li:only-child{display: none;}
.ct-slider-dots li.slick-active span {background-color: #162684;}
.ct-slider-dots li span{text-align: center; display: inline-block; cursor: pointer; width: 12px; height: 12px; background: #f4f4f4;  border-radius: 50%; margin: 0 5px; text-indent: -20000px; border: 1px solid #909dd6;}

/*Login popup start*/
.login-section .tab-content p.error{padding: 0px; margin: 0px;}

.login-section ul{background-color: #024b6e; border: none;}
.login-section ul li{width: 33.33%;}
.login-section ul li button{width: 100%; padding: 15px 0px; font-family: 'Nanum Gothic Coding', monospace; font-weight: bold; font-size: 20px; color: #ffffff;}
.login-section ul li button:hover{color: #fffc02;}
.login-section ul li button.active{background-color: #0f9ee3 !important; color: #fffc02 !important; border: none; border-bottom: 1px solid #0f9ee3 !important; height: 100%;}

.login-section .tab-content p{font-size: 25px; font-weight: bold; font-family: 'Itim', cursive; text-align: center; padding: 20px 0; margin-bottom: 0px;}
.login-section .tab-content #register-tab-pane p{padding: 10px 0 0 0; line-height: 20px;}
.login-section .tab-content p small{font-size: 17px;}
.login-section .tab-content ul.login-sec-input{background-color: transparent; display: flex; flex-wrap: wrap; justify-content: center; padding-bottom: 50px;}
.login-section .tab-content ul.login-sec-input li{width: 90%; list-style-type: none;}
.login-section .tab-content ul.login-sec-input li a{text-decoration: none; color: #0f9ee3; text-align: right; display: block; margin-bottom: 20px;}
.login-section .tab-content ul.login-sec-input li a::hover{color: #fffc02;}
.login-section .tab-content ul.login-sec-input li input[type="text"], .login-section .tab-content ul.login-sec-input li input[type="email"], .login-section .tab-content ul.login-sec-input li input[type="password"], .login-section .tab-content ul.login-sec-input li input[type="date"]{outline: none; box-sizing: border-box; padding: 7px 20px; background-color: #fbfdff; color: #757782; font-size: 16px; font-weight: bold; margin-top: 20px; border: 1px solid #d5d5d5; opacity: 1; box-shadow: 0 1px 4px 0px rgb(0 0 0 / 5%); border-radius: 3px; display: inline-block; width: 100%; font-family: 'Nanum Gothic Coding', monospace;}
.login-section ul.login-sec-input li button{background-color: #0f9ee3; border: none; border-radius: 10px;}
.login-section ul.login-sec-input li small{display: inline-block; text-align: center; padding-top: 10px; line-height: 16px;}
.forgot-password-block{display: none;}
.otp-block{display: none;}
.login-section .tab-content ul.login-sec-input li:last-child{margin-top: 20px;}
.login-section .tab-content #userLoginForm ul.login-sec-input li:last-child{margin-top: 0px;}
.login-section .tab-content #agentLoginForm ul.login-sec-input li button{margin-top: 20px;}

li:has(a.sentOtpCls){position: relative;}
.sentOtpCls{position: absolute; right: 0; top: 20px; display: inline-block; color: #ffffff!important; background-color: #0f9ee3; padding: 8px; border: none; border-radius: 5px; font-size: 16px;}

li:has(a.sentOtpCls2){position: relative;}
.sentOtpCls2{position: absolute; right: 0; top: 20px; display: inline-block; color: #ffffff!important; background-color: #0f9ee3; padding: 8px; border: none; border-radius: 5px; font-size: 16px;}
/*Login popup end*/

/*Contact us start*/
.office-list {padding: 0px 40px; margin-bottom: 50px;}
.office-list h2{font-family: "Nunito", sans-serif; text-align: center; font-size: 35px; position: relative; padding: 30px 0 10px 0;}
.office-list h2::after{content: ""; width: 100px; height: 3px; background-color: #0f9ee3; position: absolute; bottom: 0; left: 0; right: 0; margin: 0 auto;}
.office-list h2::before{content: ""; width: 50px; height: 6px; background-color: #fffc02; position: absolute; bottom: -1px; left: 0; right: 0; margin: 0 auto; z-index: 1;}

.office-list h3{font-family: "Nunito", sans-serif; position: relative; display: inline-block; margin: 20px 0;}
.office-list h3::after{content: ""; width: 50px; height: 2px; background-color: #000000; display: inline-block; position: absolute; right: -60px; top: 0; bottom: 0; margin: auto;}

.office-list ul{display: flex; flex-wrap: wrap;}
.office-list ul li{width: 32%; padding: 15px; background-color: #f0f0f0; list-style-type: none; margin: 0 10px 10px 0;}
.office-list ul li p{font-family: "Lato", sans-serif; margin-bottom: 5px;}
.office-list ul li p a{text-decoration: none; font-family: "Lato", sans-serif; color: #000000;}
/*Contact us end*/

/*Profile start*/
.profile-details-content{width: 90%; margin: 0 auto; padding: 40px 0; position: relative;}
.profile-details-content ul.nav{background-color: #3c4145; --bs-nav-tabs-border-width: 0px; width: max-content;}
.profile-details-content ul.nav li{border-radius: 10px; width: 150px; height: 70px;}
.profile-details-content ul.nav li:last-child{width: 80px; border-left: 1px solid #4b4f52; border-radius: 0px;}
.profile-details-content ul.nav li:last-child a{display: inline-block; width: inherit; height: inherit; text-align: center; text-decoration: none; color: #ffffff;}
.profile-details-content ul.nav li:last-child a img{padding-top: 10px; width: 25px;}

.profile-details-content ul.nav li button{width: inherit; height: inherit; color: #ffffff; font-family: 'Nanum Gothic Coding', monospace; font-size: 18px; font-weight: bold; letter-spacing: 2px;}
.profile-details-content ul.nav li button:hover{color: #ffffff;}
.profile-details-content .nav-tabs .nav-link.active{background-color: #024b6e; color: #fffc02; border: none; border-bottom: 6px solid #0f9ee3; border-radius: 10px; border-bottom-right-radius: 10px; border-bottom-left-radius: 10px; box-shadow: 0px 2px 10px 0px #1d1d1d;}
.profile-details-content .nav-tabs .nav-link{border: none;}

.profile-details-content .profile-content-details{background-color: #024b6e; min-height: 370px;}
.profile-details-content .profile-content-details .profile-editor{padding: 10px 30px 100px 30px;}
.profile-details-content .profile-content-details .profile-editor ul{display: flex; flex-wrap: wrap; padding-bottom: 30px;}
.profile-details-content .profile-content-details .profile-editor ul li{list-style-type: none; width: 50%; font-family: 'Itim', cursive; font-size: 20px; padding: 10px 20px 10px 0px;}
.profile-details-content .profile-content-details .profile-editor ul li:nth-child(even){padding: 10px 0px 10px 0px;}
.profile-details-content .profile-content-details .profile-editor ul li label{width: 100%; padding: 0 0 10px 0; color: #ffffff;}
.profile-details-content .profile-content-details .profile-editor ul li input{width: 100%; padding: 10px;}
.profile-details-content .profile-content-details .profile-editor input[type="button"]{color: #ffffff; background-color: #0f9ee3; display: inline-block; width: 300px; height: 60px; text-align: center; border: none; border-bottom: 6px solid #fffc02; border-radius: 10px; box-shadow: 0px 0px 13px -4px #1d1d1d; font-size: 22px; text-decoration: none; padding: 10px; margin: 0 auto; position: absolute; right: 0; left: 0;}
.profile-details-content .profile-content-details .profile-editor input[type="button"]:hover {background-color: #0f90ce;}

.profile-details-content .profile-content-details .booking-editor{padding: 30px 10px 20px 10px;}
.profile-details-content .profile-content-details .booking-editor .booking-table-responsive{overflow-x: auto;}
.profile-details-content .profile-content-details .booking-editor .booking-table-responsive table tr{background-color: #ffffff; border-bottom: 1px solid #f4f4f4;}
.profile-details-content .profile-content-details .booking-editor .booking-table-responsive table tr:first-child{background-color: #f4f4f4;}
.profile-details-content .profile-content-details .booking-editor .booking-table-responsive table tr th{padding: 10px; text-align: center; border-right: 1px solid #dfdddd; font-family: 'Nanum Gothic Coding', monospace; color: #024b6e; font-size: 17px}
.profile-details-content .profile-content-details .booking-editor .booking-table-responsive table tr th:last-child, .profile-details-content .profile-content-details .booking-editor .booking-table-responsive table tr td:last-child{border-right: none;}
.profile-details-content .profile-content-details .booking-editor .booking-table-responsive table tr td{padding: 10px; border-right: 1px solid #dfdddd; font-family: 'Itim', cursive; font-size: 17px}
.profile-details-content .profile-content-details .booking-editor .booking-table-responsive table tr td:nth-child(1){width: 120px;}
.profile-details-content .profile-content-details .booking-editor .booking-table-responsive table tr td:nth-child(2){width: 230px;}
.profile-details-content .profile-content-details .booking-editor .booking-table-responsive table tr td:nth-child(3){width: 180px;}
.profile-details-content .profile-content-details .booking-editor .booking-table-responsive table tr td:nth-child(4){width: 125px; text-align: center;}
.profile-details-content .profile-content-details .booking-editor .booking-table-responsive table tr td:nth-child(5){width: 125px; text-align: center;}
.profile-details-content .profile-content-details .booking-editor .booking-table-responsive table tr td:nth-child(6){width: 72px; text-align: center;}
.profile-details-content .profile-content-details .booking-editor .booking-table-responsive table tr td:nth-child(7){width: 82px; text-align: center;}
.profile-details-content .profile-content-details .booking-editor .booking-table-responsive table tr td:nth-child(8){width: 82px; text-align: center;}
.profile-details-content .profile-content-details .booking-editor .booking-table-responsive table tr td:nth-child(9){width: 82px; text-align: center;}
.profile-details-content .profile-content-details .booking-editor .booking-table-responsive table tr td:nth-child(10){}
.profile-details-content .profile-content-details .booking-editor .booking-table-responsive table tr td .invoice{display: inline-block; width: 90px; background-color: #04AA6D; color: #ffffff; text-align: center; text-decoration: none; border-radius: 5px; padding: 2px; margin-bottom: 2px;}
.profile-details-content .profile-content-details .booking-editor .booking-table-responsive table tr td .cancle{display: inline-block; width: 90px; background-color: #d21515; color: #ffffff; text-align: center; text-decoration: none; border-radius: 5px; padding: 2px;}
/*Profile end*/

/*Agent Profile start*/
.banner-section.tour-details-banner h1.agent-profile{position: absolute; bottom: 30px; left: 50px; color: #ffffff; font-size: 30px; text-transform: capitalize; font-family: 'Itim', cursive; text-shadow: 2px 2px 4px #000000;}

.agent-achievement h2 {font-family: 'Roboto', sans-serif; text-align: center; font-size: 35px; position: relative;   padding: 0px 0 10px 0; margin-bottom: 30px;}
.agent-achievement h2::after{content: ""; width: 100px; height: 3px; background-color: #0f9ee3; position: absolute; bottom: 0; left: 0; right: 0; margin: 0 auto;}
.agent-achievement h2::before{content: ""; width: 50px; height: 6px; background-color: #fffc02; position: absolute; bottom: -1px; left: 0; right: 0; margin: 0 auto; z-index: 1;}

.agent-achievement{width: 90%; margin: 0 auto; padding: 40px 0; position: relative;}
.agent-achievement .agent-table-responsive{overflow-x: auto; margin-bottom: 30px;}
.agent-achievement .agent-table-responsive table tr{background-color: #ffffff; border-bottom: 1px solid #f4f4f4;}
/*.agent-achievement .agent-table-responsive table tr:first-child{background-color: #024b6e;}*/
.agent-achievement .agent-table-responsive table tr:nth-child(odd){background-color: #ebeaec;}
.agent-achievement .agent-table-responsive table tr:first-child th{padding: 20px 10px; text-align: center; border-right: 1px solid #dfdddd; font-family: 'Nanum Gothic Coding', monospace; color: #ffffff; font-size: 17px; background-color: #024b6e; }
.agent-achievement .agent-table-responsive table tr th:first-child{border-top-left-radius: 15px;}
.agent-achievement .agent-table-responsive table tr th:last-child{border-top-right-radius: 15px;}
.agent-achievement .agent-table-responsive table tr th:last-child, agent-achievement .booking-table-responsive table tr td:last-child{border-right: none;}
.agent-achievement .agent-table-responsive table tr td{padding: 10px; border-right: 1px solid #dfdddd; font-family: 'Itim', cursive; font-size: 17px; text-align: center;}
.agent-achievement .agent-table-responsive table tr td:last-child{border: none;}

.agent-achievement h3{font-size: 30px; color: #024b6e; font-family: 'Patrick Hand', cursive; padding-bottom: 10px;}
.agent-achievement p{font-size: 20px; font-family: 'Itim', cursive;}
.agent-achievement ul li{list-style-type: none; position: relative; padding: 0px 0px 15px 30px; font-size: 20px; font-family: 'Itim', cursive;}
.agent-achievement ul li::before{content: ""; position: absolute; left: 0px; top: 5px; background-image: url(../images/check-point.png); width: 20px; height: 20px;}

.agent-mei{width: 100%; background-color: #e6e7e9; padding: 20px; text-align: center;}
.agent-mei h2 {font-family: 'Roboto', sans-serif; text-align: center; font-size: 35px; position: relative;   padding: 0px 0 10px 0; margin-bottom: 30px;}
.agent-mei h2::after{content: ""; width: 100px; height: 3px; background-color: #0f9ee3; position: absolute; bottom: 0; left: 0; right: 0; margin: 0 auto;}
.agent-mei h2::before{content: ""; width: 50px; height: 6px; background-color: #fffc02; position: absolute; bottom: -1px; left: 0; right: 0; margin: 0 auto; z-index: 1;}
.agent-mei img{padding: 10px; max-width: 100%;}
.agent-mei p{font-size: 20px; font-family: 'Itim', cursive; padding-top: 20px;}
.agent-mei p small{display: inline-block; line-height: 18px; padding-top: 5px;}

.agent-t-point h2 {font-family: 'Roboto', sans-serif; text-align: center; font-size: 35px; position: relative;   padding: 0px 0 10px 0; margin-bottom: 30px;}
.agent-t-point h2::after{content: ""; width: 100px; height: 3px; background-color: #0f9ee3; position: absolute; bottom: 0; left: 0; right: 0; margin: 0 auto;}
.agent-t-point h2::before{content: ""; width: 50px; height: 6px; background-color: #fffc02; position: absolute; bottom: -1px; left: 0; right: 0; margin: 0 auto; z-index: 1;}
.agent-t-point p{font-size: 20px; font-family: 'Itim', cursive; padding-top: 20px;}
.agent-t-point{width: 90%; margin: 0 auto; padding: 40px 0; position: relative;}
.agent-t-point ul li{list-style-type: none; position: relative; padding: 0px 0px 15px 30px; font-size: 20px; font-family: 'Itim', cursive;}
.agent-t-point ul li::before{content: ""; position: absolute; left: 0px; top: 5px; background-image: url(../images/check-point.png); width: 20px; height: 20px;}

.agent-yearly-achivement{width: 100%; background-color: #024b6e; color: #ffffff; padding: 20px;}
.agent-yearly-achivement h2 {font-family: 'Roboto', sans-serif; text-align: center; font-size: 35px; position: relative;   padding: 0px 0 10px 0; margin-bottom: 30px;}
.agent-yearly-achivement h2::after{content: ""; width: 100px; height: 3px; background-color: #0f9ee3; position: absolute; bottom: 0; left: 0; right: 0; margin: 0 auto;}
.agent-yearly-achivement h2::before{content: ""; width: 50px; height: 6px; background-color: #fffc02; position: absolute; bottom: -1px; left: 0; right: 0; margin: 0 auto; z-index: 1;}


.agent-yearly-achivement .agent-table-responsive{overflow-x: auto; margin-bottom: 30px;}
.agent-yearly-achivement .agent-table-responsive table tr{background-color: #ffffff; border-bottom: 1px solid #979696; color: #000000;}
.agent-yearly-achivement .agent-table-responsive table tr th{padding: 20px 10px; text-align: center; font-family: 'Nanum Gothic Coding', monospace; color: #000000; font-size: 17px; background-color: #0f9ee3; border-top: 15px solid #024b6e;}
.agent-yearly-achivement .agent-table-responsive table tr td{padding: 10px; border-right: 1px solid #979696; font-family: 'Itim', cursive; font-size: 17px; text-align: center;}
.agent-yearly-achivement .agent-table-responsive table tr td span{font-size: 30px;}
.agent-yearly-achivement .agent-table-responsive table tr td:last-child{border: none;}
/*Agent Profile end*/

/*Cancle Tour start*/
.cancle-tour{border: 8px solid #024b6e; padding: 20px;}
.cancle-tour h4{font-size: 30px; color: #d20909; font-family: 'Patrick Hand', cursive; text-align: center;}
.cancle-tour ul{display: flex; flex-wrap: wrap; padding: 20px 0 10px 0;}
.cancle-tour ul li{list-style-type: none; width: 100%; position: relative; padding: 0px 0px 10px 30px; font-size: 20px; font-family: 'Itim', cursive;}
.cancle-tour ul li::before{content: ""; position: absolute; left: 0px; top: 5px; background-image: url(../images/check-point.png); width: 20px; height: 20px;}
.cancle-tour p{text-align-last: center;}
.cancle-tour p a{color: #ffffff; background-color: #0f9ee3; padding: 5px 50px; text-decoration: none; border: none; border-bottom: 6px solid #a21b1b; border-radius: 10px; box-shadow: 1px 0px 10px 0px #1d1d1d; font-size: 22px;text-align-last: center; display: inline-block;}
.cancle-tour p a:hover{background-color: #0f90ce;}
/*Cancle Tour end*/

/*About Us Start*/
.aboutus-section .aboutus-details-content{width: 90%; margin: 0 auto;}
.aboutus-section .aboutus-details-content h2{font-family: 'Roboto', sans-serif; text-align: center; font-size: 35px; position: relative; padding: 30px 0 10px 0;}
.aboutus-section .aboutus-details-content h2::after{content: ""; width: 100px; height: 3px; background-color: #0f9ee3; position: absolute; bottom: 0; left: 0; right: 0; margin: 0 auto;}
.aboutus-section .aboutus-details-content h2::before{content: ""; width: 50px; height: 6px; background-color: #fffc02; position: absolute; bottom: -1px; left: 0; right: 0; margin: 0 auto; z-index: 1;}
.aboutus-section .aboutus-details-content p{text-align: center; font-size: 20px; font-family: "Lato", sans-serif;}

.query-home .query-home-container .query-home-container-right.about-info{width: 100%;}

.aboutus-section .aboutus-details-content ul.our-member{display: flex; padding-top: 50px;}
.aboutus-section .aboutus-details-content ul.our-member li{width: 25%; max-width: 300px; height: 370px; text-align: center; position: relative; list-style-type: none; margin-right: 10px;}
.aboutus-section .aboutus-details-content ul.our-member li span{position: absolute; width: 100%; height: 240px; bottom: 0px; left: 0px; background-color: #0f9ee3; z-index: -9; padding: 150px 0 0 0;}
.aboutus-section .aboutus-details-content ul.our-member li span p{color: #ffffff; font-size: 26px; line-height: 25px;}
.aboutus-section .aboutus-details-content ul.our-member li span p small{font-family: 'Nanum Gothic Coding', monospace; font-size: 16px;}

a.more{color: #ffffff; background-color: #0f9ee3; display: inline-block; width: 200px; height: 60px; text-align: center; border: none; border-bottom: 6px solid #fffc02; border-radius: 10px; box-shadow: 0px 0px 13px -4px #1d1d1d; font-size: 22px; text-decoration: none; padding: 10px;}
a.more:hover{background-color: #0f90ce;}
/*About Us End*/

/*Gallery Start*/
.gallery{width: 90%; margin: 0 auto;}
.gallery .gallery-tab ul.nav{background-color: #3c4145; border-radius: 10px; --bs-nav-tabs-border-width: 0px;}
.gallery .gallery-tab ul li.nav-item{border-radius: 10px; width: 50%; height: 70px;}
.gallery .gallery-tab ul li.nav-item button{width: 100%; height: inherit; color: #ffffff; font-family: 'Nanum Gothic Coding', monospace; font-size: 18px; font-weight: bold; letter-spacing: 2px;}
.gallery .gallery-tab .nav-tabs .nav-link.active{background-color: #024b6e; color: #fffc02; border: none; border-bottom: 6px solid #0f9ee3; border-radius: 10px; border-bottom-right-radius: 10px; border-bottom-left-radius: 10px; box-shadow: 0px 2px 10px 0px #1d1d1d;}

.gallery .gallery-tab .gallery-tab-content{padding: 20px 0px;}
.gallery .gallery-tab .gallery-tab-content .tab-content-image{display: flex; flex-wrap: wrap;}
.gallery .gallery-tab .gallery-tab-content .tab-content-image li{border: 1px solid #eaebeb; list-style-type: none; padding: 10px 10px 0px 10px; margin: 30px 20px 0px 0px; width: 32%; max-width: 400px;}
.gallery .gallery-tab .gallery-tab-content .tab-content-image li:nth-of-type(3n){margin: 30px 0px 0px 0px;}
.gallery .gallery-tab .gallery-tab-content .tab-content-image li img{width: 100%; max-width: 400px; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; box-shadow: 0px 1px 5px 0px #1d1d1d;}
/*.gallery .gallery-tab .gallery-tab-content .tab-content-image li:hover img {transform: scale(1.3);}*/
.gallery .gallery-tab .gallery-tab-content .tab-content-image li span{display: flex; height: 68px; align-items: center; padding: 10px 65px 10px 15px; position: relative;}
.gallery .gallery-tab .gallery-tab-content .tab-content-image li span::before{content: ""; position: absolute; right: 0; width: 55px; height: 50px; background-image: url(../images/zoom-black.png); background-repeat: no-repeat; border-left: 2px solid #0f9ee3; background-position-x: right;}
.gallery .gallery-tab .gallery-tab-content .tab-content-image li span.video-icon::before{content: ""; position: absolute; right: 0; width: 50px; height: 50px; background-image: url(../images/video-icon-color.png); background-size:35px; background-repeat: no-repeat; border-left: 2px solid #0f9ee3; background-position-x: right; background-position-y: center;}

.zoom-img{position:relative;display:block;}
.zoom-img::before{content:'';position:absolute;left:0;top:0;width:100%;height:100%;background:url(../images/zoom.png) no-repeat center center rgba(0,0,0,.4);background-size:35px;transform:scale(.5);opacity:0;transition: all ease .5s; border-bottom-left-radius: 18px; border-bottom-right-radius: 18px;}
.zoom-img:hover::before{transform: scale(1);opacity:1;}
.zoom-video{position:relative;display:block;}
.zoom-video::before{content:'';position:absolute;left:0;top:0;width:100%;height:100%;background:url(../images/video-icon.png) no-repeat center center rgba(0,0,0,.4);background-size:45px;transform:scale(.5);opacity:0;transition: all ease .5s; border-bottom-left-radius: 18px; border-bottom-right-radius: 18px;}
.zoom-video:hover::before{transform: scale(1);opacity:1;}
/*Gallery End*/

/*Thank you page Start*/
.error-page{background-color: red; background: url(../images/error-bg.png) no-repeat right top; height: 500px; text-align: center;}
		.error-page img{padding-top: 100px;}
		.error-page.thank-you img{padding-top: 20px;}
		.error-page h2{padding: 20px 0 10px 0; color: #ff8400; font-family: "Nunito", sans-serif; font-weight: bold; font-size: 40px;}
		.error-page p{padding: 10px 0 0 0; margin: 0px; font-family: "Lato", sans-serif; font-size: 20px; color: #000000;}
/*Thank you page End*/
.error{font-size: 15px!important;}
@media screen and (max-width: 1280px) {
	.tour-home .tour-container .tour-slider li{padding-right: 5px;}
	.query-home .query-home-container .query-home-container-right ul li{padding: 47px 30px 10px 0px;}
}
@media screen and (max-width: 600px) {
	.gallery .gallery-tab .gallery-tab-content .tab-content-image li{width: 100%;}
/*Nav top latest start*/
	.nav-top-latest{height: 82px;}
	.latest-slider-prev{left: -43px;}
	.latest-slider-next{right: -43px;}
	.nav-top-latest ul{padding-left: 20px;}
	.nav-top-latest ul li a p{box-shadow: none;}
/*Nav top latest end*/
/*Login popup start*/
	.login-section ul li button{font-size: 18px;}
	.login-section .tab-content p{font-size: 22px;}
/*Login popup end*/
	
	.topnav a:not(:first-child) {display: none;}
	.topnav a.icon {float: right; display: block;}
/*	Menu part*/
	.dropdown-menu{display: block; position: unset; background-color: #f3f3f3; border: 0;}
	.dropdown-menu li a{position: relative; padding: 10px 15px; border: 0;}
	.dropdown-menu li a::before{position: absolute; left: 0; top: 0; bottom: 0; content: ""; width: 4px; height: 2px; display: inline-block; background-color: #000000; margin: auto;}
	.nav-bar{background-color: #024b6e; box-shadow: 0px 1px 5px 0px #1d1d1d;}
	.menu-expand-collapse{display: block; text-align: right;}
	.logo{left: 20px; top: -20px;}
	.logo a img{width: 80px;}
	.menu{display: none;}
	.menu > ul{flex-wrap: wrap; padding-top: 40px;}
	.menu > ul > li{width: 100%; padding: 8px 15px; position: relative;}
	.menu ul li:nth-child(5)::before, .menu ul li:nth-child(6)::before, .menu ul li:nth-child(7)::before{ top: -2px;}
/*	Menu part*/
/*	Social Media Part*/
	.side-nav-bar ul li:nth-child(1){background-color: #1877f2; width: 40px; right: 0;}
	.side-nav-bar ul li:nth-child(2){background-color: #ff0000; width: 40px; top: 44px; right: 0;}
	.side-nav-bar ul li:nth-child(3){background-color: #25d366; width: 40px; top: 88px; right: 0;}
	.side-nav-bar ul li img{width: 100%;}
	
/*	Social Media Part*/
/*	Banner part*/
	.home-banner-desk{display: none !important;}
	.home-banner-mobi{display: block !important;}
	.hotel-holiday-tab{position: relative;}
	.banner-section .hotel-holiday-tab .hotel-holiday-tab-content{height: auto;}
	.banner-section .hotel-holiday-tab ul.nav{bottom: unset; top: -60px;}
	.banner-section .hotel-holiday-tab ul li{width: 112px; height: 60px;}
	.banner-section .hotel-holiday-tab .hotel-holiday-tab-content .hotel-tab-content{flex-wrap: wrap;}
	.banner-section .hotel-holiday-tab .hotel-holiday-tab-content .hotel-tab-content ul{width: 100%;}
	.banner-section .hotel-holiday-tab .hotel-holiday-tab-content .hotel-tab-content ul li{width: 100%;}
	.banner-section .hotel-holiday-tab .hotel-holiday-tab-content .hotel-tab-content ul li input{max-width: unset;}
	.banner-section .hotel-holiday-tab .hotel-holiday-tab-content .hotel-tab-content input[type="submit"]{width: 100%; height: 70px; border-bottom: 6px solid #fffc02; border-left: unset; box-shadow: 0px 8px 18px -15px #1d1d1d;}
	
/*	Search part*/
	.tab-content ul.search-tab-list{flex-wrap: wrap;}
	.tab-content ul.search-tab-list > li:nth-child(1){height: 200px !important;}
	.tab-content ul.search-tab-list > li{width: 100%; height: inherit !important;}
	ul.search-tab-list li button.search-drop-btn{min-width: 303px;}
	ul.search-dropdown-content{min-width: 303px;}
	ul.search-tab-list li button.search-btn{min-width: 300px;}
	.banner-section .hotel-holiday-tab ul.search-tab-list li button.search-btn{min-width: 303px; width: 303px; bottom: 20px;}
	.top-place {padding: 15px 15px 15px 15px;}
	.search-catagory ul li{text-align: center;}
/*	Search part*/
	
/*	Banner part*/
/*	Tour thumbnail*/
/*	.slick-track{width: 400px !important;}*/
	.tour-slider-next{display: none !important;}
	.tour-slider-prev{display: none !important;}
	.tour-slider-dots{display: flex; justify-content: center; margin: 13px 0 0; padding: 0px;}
	.tour-slider-dots li{list-style-type: none;}
	.tour-slider-dots li button{width: 15px; height: 15px; background-color: #b2b2b2; border-radius: 50%; margin: 0 3px; border: 0 solid; font-size: 0;}
	.tour-slider-dots li.slick-active button{background-color: #0f9ee3;}
	.tour-home .tour-container .tour-slider{padding-bottom: 16px;}
	 ul.search-dropdown-content > li{height: auto !important; border-bottom: 1px solid #e7e9ea;}
	.tour-home .tour-container .tour-slider .tour-card-img img{width: 100%;}
	

/*	Tour thumbnail*/
/*	Home Tour Catagory*/
	.tour-catagory-home ul{justify-content: space-evenly;}
	.tour-catagory-home ul li{width: 50%;}
	.tour-catagory-home ul li a{width: 150px; height: 150px;}
	.tour-catagory-home ul li a span{bottom: unset; top: 70px; font-size: 21px;}
	.tour-catagory-home ul li a span.tch-two-line{bottom: unset;}
/*	Home Tour Catagory*/
/*	Home Experience The Conformable Tour*/
	.query-home .query-home-container{flex-wrap: wrap;}
	.query-home .query-home-container .query-home-container-left{width: 100%; margin-bottom: 35px;}
	.query-home .query-home-container .query-home-container-left h3{text-align: center;}
	.query-home .query-home-container .query-home-container-left p{text-align: center; line-height: 30px;}
	.query-home .query-home-container .query-home-container-left input[type="button"]{margin: 0 auto;}
	
	.query-home .query-home-container .query-home-container-right{width: 100%;}
	.query-home .query-home-container .query-home-container-right ul{justify-content: space-between;}
	.query-home .query-home-container .query-home-container-right ul li{width: 48%; padding: 15px 0px 0px 0px;}
	.query-home .query-home-container .query-home-container-right ul li div{width: auto; padding: 20px 0 0 0;}
	.query-home .query-home-container .query-home-container-right ul li div p{line-height: 33px;}
	.query-home .query-home-container .query-home-container-right ul li div p:has(span){padding: 17px 0;}
/*	Home Experience The Conformable Tour*/	
/*	Home Customer Testimonials*/
	.customer-testimonials-home ul li div{flex-wrap: wrap; justify-content: center;}
	.customer-testimonials-home ul li img{padding-right: 0px;}
	.customer-testimonials-home ul li p{padding: 50px 5px 10px 10px;}
	.customer-testimonials-home ul li p::before{top: 10px; left: 0px; width: 44px; height: 27px; background-size: 44px 27px;}
	.customer-testimonials-home ul li p::after{bottom: -15px; right: 2px; width: 44px; height: 27px; background-size: 44px 27px;}
/*	Home Customer Testimonials*/
	
/*	Footer*/
	.footer-social li{padding-right: 10px;}
	.footer-social li:last-child{padding-right: 0px;}
	.foot-mail a{font-size: 15px;}
/*	Footer*/
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {position: absolute; right: 0; top: 0;}
  .topnav.responsive a {float: none; display: block; text-align: left;}
/*	Contuct Us*/
	.office-list ul li{width: 100%;}
/*	Contuct Us*/
/*	About Us*/
	.aboutus-section .aboutus-details-content ul.our-member{flex-wrap: wrap; justify-content: center;}
	.aboutus-section .aboutus-details-content ul.our-member li{width: 100%; margin-bottom: 30px;}
/*	About Us*/
/*	Agent Login*/
	.banner-section.tour-details-banner h1.agent-profile {left: 20px;}
/*	Agent Login*/
/*Thank you page Start*/
	.error-page{background: none;}
	.error-page p{padding: 10px;}
	.error-page.thank-you img{width: 100%; max-width: 400px;}	
/*Thank you page End*/
/*MD profile Home Start*/
	.md-profile-home .md-profile-home-cont article:first-child img:first-child{display: none!important;}
	.md-profile-home .md-profile-home-cont article:first-child img:last-child{display: inline-block!important;}
	.md-profile-home .md-profile-home-cont{flex-wrap: wrap;}
	.md-profile-home .md-profile-home-cont article:first-child{min-width: unset; width: 100%; min-height: 170px;}
	.md-profile-home .md-profile-home-cont article:first-child img:last-child{right: 0; left: 0; bottom: -190px;}
	.md-profile-home .md-profile-home-cont article:last-child{padding: 140px 0 40px 0;}
	.md-profile-home .md-profile-home-cont article:last-child p{padding: 0px 20px;;}
/*MD profile Home End*/
}
/*WC End*/
@media screen and (min-aspect-ratio:13 / 7) and (max-device-width:1114px) and (orientation:landscape){
    body:before{content:''; position:fixed; left:0; top:0; width:100%; height:100%; background:#000 url(../images/orientation-change.html) no-repeat 50% 50%; background-size:400px; z-index:9999999999;}
    }



