@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
:root {
  --primary:#299dad;
  --secondary:#251942;
  --white:#fff;
  --black:#000;
}
body {
    margin: 0;
    padding: 0 !important;
	font-family: "Roboto", sans-serif;
    scroll-behavior: smooth;
    overflow: inherit !important;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="date"], textarea, select {
    background: none;
    border: solid 1px #f1f1f1;
    color: #444;
    font-size: 14px;
    line-height: normal;
    margin: 0 0 10px;
    padding: 12px 20px;
    width: 100%;
    outline: 0;
    border-radius: 5px;
    font-family: "Roboto", sans-serif;
    background: var(--white);
}
input[type="submit"] {
    text-transform: capitalize;
    border: none;
    padding: 10px 20px;
    font-size: 15px;
    border: 0;
    cursor: pointer;
    background: var(--primary);
    outline: none;
    font-weight: 400;
    border-radius: 8px;
    font-family: "Roboto", sans-serif;
    color: var(
    --white);
}
input[type="submit"]:hover {
    background: var(--primary);
    color: var(
  --white);
    transition: 0.8s;
}
textarea {
  height: 100px;
  margin-bottom: 5px;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px 0;
	font-family: "Roboto", sans-serif;
    color: #444444;
    font-weight: 500;
    text-transform: inherit;
    line-height: normal;
}
h1 {
  font-size:28px
}
h2 {
  font-size:24px
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size:18px
}
h6 {
  font-size:16px
}
p {
    padding: 0;
    margin: 0 0 10px 0;
    font-family: "Roboto", sans-serif;
    color: #454a50;
    font-size: 15.5px;
    font-weight: 400;
    line-height: 28px;
}
ul, li, a {
    list-style-type: none;
	font-family: "Roboto", sans-serif;
    color: #222;
    line-height: 24px;
    font-size: 15px;
    letter-spacing: 0;
}
a:hover {
  transition:0.8s;
  text-decoration:none;
}
.heading, .leftheading {
    margin-bottom: 20px;
    font-family: "Roboto", sans-serif;
    font-size: 45px;
    position: relative;
    font-weight: 700;
    text-align: center;
    width: fit-content;
    color: var(--black);
}
.subheading {
    display: block;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .5px;
    font-family: "Roboto", sans-serif;
    padding-left: 20px;
    line-height: normal;
    margin-bottom: 15px;
    color: var(--primary);
}
.subheading:before {
    position: absolute;
    top: -1px;
    left: 8px;
    height: 23px;
    width: 2px;
    content: '';
    background: var(--primary);
    transform: rotate(200deg);
}
.subheading:after {
    position: absolute;
    top: 0px;
    left: 115px;
    height: 23px;
    width: 2px;
    content: '';
    background: var(--primary);
    transform: rotate(200deg);
}
.heading {
    display: block;
    margin: 0 auto 30px;
}
.leftheading {
    text-align: start;
    position: relative;
    z-index: 0;
    font-size: 45px;
    line-height: 55px;
}
.zoomeffect {
    overflow: hidden;
    position: relative;
}
.zoomeffect img {
  transition: transform 0.8s ease-in-out;
}
.zoomeffect:hover img {
  transform: scale(1.1);
}


/* Header */
header {
    position: fixed;
    top: 25px;
    width: 100%;
    z-index: 99;
}

header img {
    width: 150px;
}
 
.headercnt {
    display: flex;
    align-items: center;
    column-gap: 15px;
}
.headercnt h4 {
    font-size: 17px;
    margin: 0;
}
.headercnt h4 span {
    display: block;
}
.headercnt i {
    font-size: 35px;
    color: var(--primary);
}

/* Menubar */
.logo {
    background: #ffff;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    width: 200px;
}

.logo a {
    color: var(--primary);
    text-transform: uppercase;
    font-size: 30px;
    letter-spacing: 2px;
}
.mainmenu {
    z-index: 3;
    box-shadow: 0 2px 12px #0000000a;
}
.mainmenu.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99;
    background: var(--white);
    border-bottom: 1px solid #299dad61;
    padding: 10px 0;
    box-shadow: 0 0 10px 0px rgb(0 0 0 / 21%);
}
 
.btn-primary {
    background: var(--primary);
    color: var(--white);
    border: unset;
    margin-top: 5px;
	text-decoration: none;
    font-weight: 400;
    padding: 11px 30px;
    font-family: "Roboto", sans-serif;
    text-transform: capitalize;
    border-radius: 50px;
    letter-spacing: 1px;
}
.btn-check:focus+.btn-primary, .btn-primary:focus {
    color: var(--white);
    background-color: var(--primary) !important;
}

/* Main Slider */
.mainslider figure{
	margin:0;
}
.carousel-item img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    filter: brightness(0.6);
    animation: scale 12s linear infinite alternate;
}
@keyframes scale {
0% {
    transform: scale(1.0);
}
100% {
    transform: scale(1.3);
}
}
.carousel-item video {
    height: 100vh;
    object-fit: cover;
}
.mainslider .carousel-caption {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.carousel-caption ul {
    column-gap: 15px;
}

.carousel-content {
    background-color: #ffffff33;
    padding: 15px;
    border-radius: 20px;
    backdrop-filter: blur(2px);
}

.carousel-content small {
    font-family: "Manrope", serif;
    font-size: 14px;
    color: var(--white);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}
.mainslider .carousel-caption h2 {
    font-size: 58px;
    line-height: 70px;
    font-weight: 600;
    letter-spacing: .5px;
    opacity: 0;
    animation: lts .5s ease-in-out .3s forwards;
    margin: 15px 0;
    color: var(--white);
    font-family: "Barlow", sans-serif;
}
.mainslider .carousel-caption h2 span {
    font-size: 58px;
    font-weight: bold;
    color: var(--primary);
    margin: 0;
    letter-spacing: 2px;
}
.mainslider .carousel-caption p {
    font-size: 15px;
    width: 78%;
    margin: 15px auto;
    color: #fff;
}

@keyframes lts{
0%{
	transform:translateX(-150px);
}
100%{
	opacity:1;
	transform:translateX(0px);
}
}
.mainslider .carousel-content .btn-primary {
    opacity: 0;
    animation: lts .5s ease-in-out 1.2s forwards;
    margin-top: 10px;
    font-size: 16px;
    border: 1px solid #ffffff2b;
    padding: 12px 30px;
    font-weight: 300;
    background: var(--primary);
    color: #fff !important;
    border-radius: 50px;
}
.mainslider .carousel-control {
	position: absolute;
	bottom: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	font-size: 18px;
	height: 45px;
	background: var(--blackcolor) !important;
	color: var(--whitecolor);
 transition: opacity .15s ease;
	border-radius: 50%;
}
.mainslider .carousel-control.right {
    right: 105px;
    left: auto;
}
.mainslider .left.carousel-control {
	left: 84% !important;
}
.mainslider button i {
    background: rgba(0,0,0,.5);
    font-size: 27px;
    width: 35px;
    height: 55px;
    line-height: 55px;
}

/* side bar section  */
.sidebars figure {
    height:50px;
    width: 50px;
    background: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
}
.sidebars figure img {
    width: 30px;
}
.sidebars a {
    display: inline-block;
}
.sidebars li {
    margin-bottom: 10px;
}
.sidebars {
    /* background: #f9f9f9f9; */
    display: inline-block;
    padding: 18px 10px 0;
    /* border-left: 3px solid var(--primary); */
    border-radius: 10px;
    position: fixed;
    right: 0;
    z-index: 9999;
    top: 50%;
/*     box-shadow: 0 0 10px 0px rgba(0,0,0,0.1); */
}

.icon-label {
    position: absolute;
    left: -120px; /* hidden offscreen */
    opacity: 0;
    background: #1aa3b0;
    color: #fff;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 14px;
    white-space: nowrap;
    transition: all 0.3s ease;
}
.icon-labels {
    position: absolute;
    left: -120px; /* hidden offscreen */
    opacity: 0;
    background: #1aa3b0;
    color: #fff;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 14px;
    white-space: nowrap;
    transition: all 0.3s ease;
}
.sidebars li a:hover .icon-label {
    left: -100px;
    opacity: 1;
    top: 30px;
}
.sidebars li a:hover .icon-labels {
    left: -100px;
    opacity: 1;
    top: 85px;
}

/* slider responsive button section  */
button#rmp_menu_trigger-573 {
    display: block;
}
#rmp-container-573 {
    width: 100%;
    max-width: 100%;
    background: #000;
    z-index: 99999;
}
ul.menutop.clearfix {
    display: none;
}
#rmp_menu_trigger-573:hover, #rmp_menu_trigger-573:focus {
    background: var(--primary) !important;
}
#rmp_menu_trigger-573 {
    width: 40px;
    height: 40px;
    position: relative;
    top: 0px !important;
    border-radius: 2px;
    display: none;
    text-decoration: none;
    right: 5%;
    background: var(--primary) !important;
    transition: transform 0.5s, background-color 0.5s;
}
#rmp-container-573 {
    position: fixed;
    top: 0;
    margin: 0;
    transition: transform 0.5s;
    overflow: auto;
    display: block;
    width: 75%;
    max-width: 350px;
    min-width: 320px;
    background-color: #1d4354;
    background-image: url("");
    height: 100%;
    left: 0;
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
}
ul#rmp-menu-573 li a {
    color: #fff;
    padding: 15px 15px 10px 15px;
    display: inline-block;
    letter-spacing: 1px;
    font-size: 20px;
    margin-bottom: 12px;
}
ul#rmp-menu-573 {
    margin-top: 20px;
}

/* about us section  */

.about {
    padding: 60px 0;
}
.about-content {
    padding-left: 40px;
}

ul.aboutlist {
    margin: 20px 0 40px;
}
.about .leftheading span {
    color: var(--primary);
}
.aboutlist li {
    width: 100%;
    margin-bottom: 15px;
    font-weight: 400;
    padding-left: 37px;
    font-size: 16px;
    position:relative;
}
.aboutlist li:before {
    position: absolute;
    top: 0;
    content: '\f00c';
    left: 0;
    font-family: 'Font Awesome 5 Free';
    color: var(--white);
    font-weight: 800;
    height: 25px;
    width: 25px;
    background: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 12px;
}
a:hover {
/*     color: var(--white) !important; */
}

/* seasons SECTION CSS  */

.seasons {
    background: #ecffff;
    padding: 50px 0;
}
.seasons .slick-slide {
    margin: 0 12px;
}
.about-seasons img {
    width: 100% !important;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
    margin: 0 auto 16px;
    display: block;
}

.seasons .slick-dots {
    text-align: center;
    margin-top: 30px;
}
 .about-seasons{
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.about-seasons{
	 background: #fff;
    height: 100%;
    padding: 10px;
    border-radius: 10px;
}
.seasonsdesc a{
		 color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    letter-spacing: 1px;
    margin-top: 14px;
    display: block;
}
.season-card > .col-lg-3:nth-child(1) .about-seasons .seasonsdesc a{
	background-color: #f66497;
}
.season-card > .col-lg-3:nth-child(1) .about-seasons {
    border-bottom: 2px solid #f66497;
}
/* 2nd card */
.season-card > .col-lg-3:nth-child(2) .about-seasons .seasonsdesc a{
	background-color: #77a235;
}
.season-card > .col-lg-3:nth-child(2) .about-seasons {
    border-bottom: 2px solid #77a235;
}
/* 3rd */
.season-card > .col-lg-3:nth-child(3) .about-seasons .seasonsdesc a{
	background-color: #e28019;
}
.season-card > .col-lg-3:nth-child(3) .about-seasons {
    border-bottom: 2px solid #e28019;
}
/* 4th */
.season-card > .col-lg-3:nth-child(4) .about-seasons .seasonsdesc a{
	background-color: #2f5e8b;
}
.season-card > .col-lg-3:nth-child(4) .about-seasons {
    border-bottom: 2px solid #2f5e8b;
}
.seasonsdesc h3 {
    color: #000;
    font-weight: 500;
    font-size: 24px;
}
.about-services {
    background: #fff;
    height: 100%;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid var(--primary);
}
.about-services img {
    width: 60px;
}

/* hotels section  */
.hotels {
    margin: 60px 0;
}
.abou-hotels figure{
overflow:hidden;
border-radius:10px;
position:relative;
transition:.5s ease-in-out;
}
.abou-hotels figure:hover img{
transform:scale(1.1);
transition:.5s ease-in-out;
}

.hotels .row .col-lg-3:first-child {
    width: 40%;
}
.hotels .row .col-lg-3:nth-child(2) {
    width: 60%;
}
.hotels .row .col-lg-3:nth-child(3) {
    width: 33%;
}
.hotels .row .col-lg-3:nth-child(4) {
    width: 33%;
}
.hotels .row .col-lg-3:nth-child(5) {
    width: 33%;
}
.hotels .row{
row-gap:20px;
}

.abou-hotels img {
    width: 100%;
    height: 300px;
    object-fit: cover;
   filter: brightness(0.8);
   transition:.5s ease-in-out;
}
.abou-hotels figure h3 {
    position: absolute;
    top: 10px;
    color: #fff;
    left: 10px;
    background: linear-gradient(45deg, var(--primary), #000);
    padding: 10px 30px;
    border-radius: 50px;
    font-size: 17px;
    letter-spacing: 1px;
}

/* transfer services section  */
.transfer {
    background: linear-gradient(45deg, #000000fa, #000000b8), url(../images/transferimages.webp);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 50px 0;
}
.about-transer {
    background: #299dad26;
    padding: 15px;
    border-radius: 10px;
    height: 100%;
    border: 1px solid #299dada6;
}
.about-transer img {
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid #878787;
/*     object-position: bottom; */
}
.about-transer h3 {
    color: #fff;
    text-align: center;
    font-size: 30px;
    margin: 20px 0 0 0;
}

/* our ticket section  */

h2.leftheading span {
    color: var(--primary);
}
.about-tickets img {
    width: 50px !important;
}
.tickets ul li {
    width: 47%;
}
.tickets ul {
    column-gap: 15px;
}
.about-tickets figure {
    height: 70px;
    width: 70px;
    background: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 16px;
}
.about-tickets {
    text-align: center;
    background: #f9f9f9;
    border: 1px solid #299dad4d;
    padding: 20px 12px;
    border-radius: 10px;
}
.about-tickets h3 {
    color: #000;
    font-size: 25px;
}
.about-tickets a {
    background: var(--primary);
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    display: block;
}

/* marquee section  */
.marquee {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    display: flex;
    margin: 30px 0 60px 0;
}

.marquee__content {
  display: flex;
  align-items: center;
  gap: 40px; /* space between items */
  animation: scroll 20s linear infinite;
}
.marquee__content li {
    display: flex;
    align-items: center;
    list-style: none;
    column-gap: 20px;
    margin-right: 50px;
}
.marquee h2 {
    color: #000;
    margin: 0;
    letter-spacing: 1px;
}
ul.marquee__content li figure {
    height: 70px;
    width: 70px;
    background: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.marquee__content figure {
  margin: 0;
}

.marquee__content img {
    width: 50px;
}

/* scrolling animation */
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

/* instagram section  */
.instagram {
    background: #f9f9f9;
    padding: 40px 0;
}
.about-insta img {
    height: 280px;
    object-fit: cover;
    border-radius: 10px;
}
.instagram .row {
    row-gap: 20px;
}
/* FOOTER SECTION CSS */
footer {
    background: linear-gradient(45deg, #000000f2, #000000d4), url(../images/footerbanners.webp);
    padding-top: 60px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
footer .border-start {
    border-left: 1px solid #dee2e640!important;
}
.details li {
    margin-bottom: 17px;
}
a.footer-logo {
    width: 240px;
    background: var(--white);
    height: 105px;
    display: flex;
    border-radius: 10px;
    align-items: center;
    padding: 20px;
}
footer a.footer-logo img {
    width: 200px;
}
ul.ftrsmoicons a {
    background: #cccccc26;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 5px;
}
ul.ftrsmoicons a i {
    margin: 0;
}
ul.ftrsmoicons a span {
    border-left: 1px solid #ffffff47;
    padding-left: 10px;
}
footer a.footer-logo img {
    width: 200px;
    padding: 2px 19px;
    margin-bottom: 0px;
}
footer .ftr-link a {
    font-size: 15px;
    display: inline-block;
    padding-bottom: 15px;
    font-weight: 400;
    position:relative;
}
footer .ftr-link li {
    position: relative;
    padding-left: 30px;
}
ul.details a {
    font-weight: 400;
}
footer .ftr-link li:before {
    position: absolute;
    content: '\f072';
    color: var(--primary);
    font-family: 'Font Awesome 5 Free';
    top: 0px;
    left: 0;
}
.details li {
    display: flex;
    align-items: center;
    column-gap: 10px;
    background: #299dad45;
    padding: 10px 20px;
    border-radius: 5px;
    border-left: 2px solid var(--primary);
    border-right: 2px solid var(--primary);
}
.details li {
    display: flex;
    align-items: center;
    column-gap: 5px;
    width: 85%;
    position: relative;
}
.details p {
    padding-left: 45px;
}
.details a {
    padding-left: 45px;
}
ul.details i {
    height: 35px;
    width: 35px;
    background: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: var(--primary);
    font-size: 16px;
    position: absolute;
}
footer li:last-child a {
    border: none !important;
}
.ftrcontact li:last-child {
    border: none;
}
footer h3 {
    color: var(--white);
    font-size: 22px;
    margin-bottom: 40px;
    position:relative;
}
footer h3:after {
    background: var(--primary);
    position: absolute;
    content: "";
    height: 1px;
    width: 50px;
    bottom: -15px;
    left: 0;
}
footer h3:before {
    background: var(--primary);
    position: absolute;
    content: "";
    height: 1px;
    width: 40px;
    bottom: -15px;
    left: 60px;
}
footer a, footer ul li {
    color: #fff;
    transition: 0.5s ease-in-out;
    font-weight: 700;
}
footer a:hover {
    color: var(--primary);
}
footer i{
    font-size: 13px;
    margin-right: 6px;
}
footer p {
    margin-bottom: 0;
    color: #efefef;
}

.ftricons {
    margin-top: 15px;
    column-gap: 5px;
}
.ftricons li i {
    color: #fff;
    font-size: 13px;
    background: #ff67021c;
    width: 32px;
    height: 32px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.ftr-contact {
    display: flex;
    column-gap: 20px;
    border-bottom: 1px solid #ffffff1f;
    padding-bottom: 25px;
}
.ftrcontact li {
    display: flex;
    align-items: center;
    column-gap: 10px;
    font-size: 15px;
    padding: 20px 0;
    border-bottom: 1px solid #1c1c1c;
}
.ftr-contact li i {
    color: var(--white);
    font-size: 16px;
    background: #ffffff1f;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 13px;
}
.ftr-contact li h4 {
    font-size: 18px;
    color: var(--white);
    margin: 18px 0 5px;
    font-weight: 600;
}
.ftrcontact li {
    display: flex;
    align-items: center;
    column-gap: 10px;
    font-size: 15px;
    padding: 17px 0;
    border-bottom: 1px solid #1c1c1c;
}
.ftrcontact li a {
    font-size: 16px;
}
.ftrcontact li a span {
    font-size: 15px;
}
.ftrcontact li i {
    font-size: 16px;
    margin: 0;
    color: var(--primary);
}
.ftr-newsletter input[type="submit"] {
    width: 100%;
    margin-top: 5px;
}

.copyright {
    padding: 15px 0;
    margin-top: 40px;
    border-top: 1px solid #ffffff1c;
}
.copyright .row {
    align-items: center;
}
.copyright p, .copyright p a {
    margin: 0 !important;
}
.copyright p a {
    font-weight: 400;
}
.copyright ul {
    display: flex;
    column-gap: 30px;
    justify-content: flex-end;
}
.copyright li{
	position:relative;
}
.copyright li:before {
    position: absolute;
    top: 9px;
    left: -12px;
    background: var(--white);
    content: '';
    height: 6px;
    width: 6px;
    border-radius: 30px;
}
.smoicons li a {
    display: flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    color: var(--white);
    font-size: 17px;
    transition: all ease-in-out .5s;
}
.smoicons li a{
    margin: 0;
    height: 30px;
    width: 30px;
    background: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-size: 15px;
}
ul.smoicons li:first-child a {
    background: #1973d2;
}
ul.smoicons li:nth-child(2) a{
    background: #000 !important;
}
ul.smoicons li:nth-child(3) a{
    background: #d23c8f;
}
ul.smoicons li:nth-child(4) a{
    background: #0073b4;
}
#GoToTop {
    display: none;
    position: fixed;
    bottom: 45px;
    right: 25px;
    border-radius: 2px;
    z-index: 99999999;
    padding: 0;
    background: var(
    --primary);
    width: 50px;
    height: 50px;
    text-align: center;
    cursor: pointer;
    font-size: 17px;
    text-decoration: none;
    padding-top: 10px;
    color: var(--white);
    border-radius: 50px;
    border: 2px solid var(--white);
}
#GoToTop .fa {
	display: block;
	padding-bottom: 3px;
}
#GoToTop:hover {
	background: var(--primary);
	color: var(--white);
}
#GoToTop.show {
	display:block
}
#whatsappbtn {
    cursor: pointer;
    position: fixed;
    bottom: 4%;
    left: 20px;
    z-index: 99999999;
    padding: 0 9px;
    background: #4fcc5d;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 32px;
    color: var(--white);
    z-index: 1;
}

#whatsappbtn:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #4fcc5d;
    box-shadow: 0 0 10px #4fcc5d;
    animation: playbtn 3s linear infinite forwards;
    z-index: -3;
}

@keyframes playbtn {
    from {
        transform: scale(1.0);
        opacity: 1;
    }

    to {
        transform: scale(1.5);
        opacity: 0;
    }
}
#whatsappbtn img {
    width: 30px;
    margin-top: 10px;
}

.secondary-container {
	padding: 60px 0;
}

.breadcrumb {
    background: linear-gradient(45deg, #299dad, #000000);
    padding: 50px 0;
    text-align: center;
}
.breadcrumb p {
    margin: 0;
    color: var(--white);
}
.breadcrumb a {
    color: var(--white);
    margin-right: 25px;
    position: relative;
}

.breadcrumb a:after {
    position: absolute;
    content: '\f101';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-size: 12px;
    top: -1px;
    right: -21px;
    color: var(--white);
}


@media (max-width:1199px){
.topbar .col-lg-8 {
    width: 80%;
}
.topbar .col-lg-4 {
    width: 20%;
}
.about img {
    height: auto;
}
.about-content {
    padding: 25px;
}
.about-content .leftheading {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 10px;
}
.pricing-list {
    width: 100%;
}
form.wpcf7-form.init {
    padding: 10 !important;
}
}









@media (max-width:991px){
.topbar p:first-child {
    display: none;
}
.menutop {
    display: none;
}
.logo a {
    font-size: 24px;
}
.logo {
    padding: 15px 0;
}
.mainslider .carousel-caption h2 {
    font-size: 35px;
    line-height: 45px;
    margin: 20px 0 10px;
}
.mainslider .carousel-caption p {
    font-size: 16px;
}
.carousel-item img {
    height: 600px;
}
.about {
    padding: 50px 0;
}
.about .row {
    row-gap: 22px;
}
.pricing {
    padding: 40px 0 50px;
}
.time-duration {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 15px;
}
.owner {
    padding: 50px 0;
}
.owner .row {
    row-gap: 22px;
}
.ourgallery {
    padding: 40px 0 50px;
}
.moreinfo {
    padding: 40px 0 60px;
}
.moreinfo .row {
    row-gap: 22px;
}
footer {
    padding-top: 40px;
}
.newsletter {
    width: 100%;
}
.newsletter h4 {
    font-size: 22px;
    margin: 0 0 20px;
}
footer .row {
    border-top: none;
    padding-top: 0;
    margin-top: 15px;
	row-gap: 20px;
}
footer h3 {
    color: var(--white);
    padding-bottom: 0;
    font-size: 20px;
    font-weight: 600;
}
.ftr-link {
    border-left: none;
    padding-left: 0;
}
.ftrcontact li {
    padding: 15px 0;
}
.copyright {
    padding: 10px 0;
    margin-top: 30px;
}
}

@media (max-width:767px){
header {
    position: inherit;
    background: var(--black);
}
.smoicons li a {
    width: 33px;
    height: 33px;
    font-size: 13px;
}
.top-contact p a {
    font-size: 14px;
}
.mainmenu .col-sm-3, .mainmenu .col-sm-9 {
    width: 50%;
}
.logo a {
    font-size: 25px;
}
.mainslider .carousel-caption h2 {
    font-size: 27px;
    line-height: 40px;
    margin: 20px 0 10px;
}
.carousel-item img {
    height: 450px;
}
.about-content {
    padding: 20px;
}
.about-content .leftheading {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 5px;
}
.heading, .leftheading {
    font-size: 35px;
	margin-bottom: 10px;
}
.leftheading {
    font-size: 30px;
    line-height: 45px;
}
}

@media (max-width:568px){
.carousel-item img {
    height: 400px;
}
.carousel-content small {
    display: none;
}
.carousel-control-next, .carousel-control-prev {
    width: 45px;
    height: 45px;
}
.carousel-control-prev {
    left: 15px;
}
.carousel-control-next {
    right: 15px;
}
.mainslider .carousel-caption h2 {
    margin: 0 0 10px;
}
.carousel-item img {
    height: 350px;
}
.about {
    padding: 40px 0;
}
.heading, .leftheading {
    margin-bottom: 10px;
    font-size: 30px;
}
.heading {
    margin: 0 auto 20px;
}
.pricing {
    padding: 30px 0 40px;
}
.pricing-list h3 {
    font-size: 18px;
}
.pricing-list {
    padding: 8px 0;
    margin: 8px 0;
}
.nav {
    margin-bottom: 15px;
}
.nav-link {
    padding: 10px 15px;
    font-size: 15px;
}
.time-duration h3 {
    font-size: 17px;
}
.time-duration h3 img {
    width: 22px;
}
.owner {
    padding: 35px 0 30px;
}
.owner-content .leftheading br {
    display: none;
}
.ourgallery {
    padding: 30px 0 40px;
}
.moreinfo {
    padding: 25px 0 40px;
}
.leftheading {
    font-size: 25px;
    line-height: 35px;
}
.moreinfo img {
    height: auto;
}
}

@media (max-width:414px){
.carousel-caption {
    width: 100%;
}
.mainslider .carousel-caption h2 {
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 5px;
}
.mainslider .carousel-caption p {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0;
}
.logo a {
    font-size: 22px;
}
.carousel-item img {
    height: 280px;
}
.subheading {
    font-size: 35px;
}
.about-content .leftheading {
    font-size: 25px;
    line-height: 35px;
}
}

@media (max-width:375px){
.top-contact i {
    padding-right: 5px;
}
.top-contact p a {
    font-size: 13px;
}
.smoicons {
    column-gap: 2px;
}
.smoicons li a {
    width: 28px;
    height: 28px;
    font-size: 12px;
}
.smoicons img {
    width: 14px;
}
.time-duration h3 img {
    display: none;
}
.time-duration {
    row-gap: 5px;
}
.time-duration h3 {
    font-size: 17px;
    line-height: 27px;
    text-align: center;
}
.nav {
    column-gap: 8px;
    row-gap: 8px;
}
.carousel-control-prev {
    left: 10px;
}
.carousel-control-next {
    right: 10px;
}
.carousel-control-next, .carousel-control-prev {
    width: 40px;
    height: 40px;
    border: 1px solid var(--white);
}
}

/* FEATURES DETAILS CSS */

.features-sidebar {
    position: sticky;
    top: 0;
}
.features-content img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 3px;
}
.features-info {
    background: #f5f9fd;
    padding: 25px;
    margin-top: 10px;
    border-radius: 3px;
    border: 1px solid #ededed;
}
.features-info h3 {
    font-weight: 700;
    font-size: 25px;
    color: var(--black);
}
.features-info h4 {
    color: var(--black);
    font-weight: 700;
    padding-left: 20px;
    position: relative;
}
.features-info h4:before {
    position: absolute;
    top: 9px;
    left: 0;
    content: '';
    background: var(--primary);
    height: 10px;
    width: 10px;
    border-radius: 30px;
    outline: 3px solid #f47b2047;
}
.features-sidebar li a {
    padding: 15px 15px 15px 40px;
    display: block;
    background: linear-gradient(90deg, #193775, #f39c12);
    color: var(--white);
    border-bottom: 1px solid #ffffff21;
    position: relative;
    margin-bottom: 3px;
    border-radius: 3px;
}
.features-sidebar li a:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 30px;
    background: #ffffff26;
    content: '';
    border-radius: 0 50px 50px 0;
}
.sidebar-content {
    background: #f5f9fd;
    padding: 25px;
    margin-top: 10px;
    border-radius: 3px;
    border: 1px solid #ededed;
}
.sidebar-content h3 {
    font-weight: 700;
    color: var(--black);
}
.question {
    padding-top: 30px;
}
.facts-item li {
    line-height: 35px;
    padding-left: 30px;
    position: relative;
    color: #454a50;
    font-size: 15.5px;
}
.facts-item li:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '\f0a9';
    font-family: 'Font Awesome 5 Free';
    color: var(--primary);
    font-weight: 700;
}


/* HOW IT WORKS */

.worksthumb img {
    width: 100%;
    height: auto;
}
.workscontent .leftheading {
    font-size: 35px;
    line-height: 50px;
    margin-bottom: 10px;
}
.workscontent h3 {
    font-weight: 600;
    background: -webkit-linear-gradient(90deg, #193775, #193775, #f39c12, #f39c12);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* SERVICES DETAILS CSS */

.servicedtl-content img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 3px;
}
.servicedtl-sidebar {
    position: sticky;
    top: 0;
}
.servicedtl-info {
    background: #f5f9fd;
    padding: 25px;
    margin-top: 10px;
    border-radius: 3px;
    border: 1px solid #ededed;
}
.servicedtl-info h3 {
    font-weight: 700;
    font-size: 25px;
    color: var(--black);
}
.servicedtl-sidebar li a {
    padding: 15px 15px 15px 40px;
    display: block;
    background: linear-gradient(90deg, #193775, #f39c12);
    color: var(--white);
    border-bottom: 1px solid #ffffff21;
    position: relative;
    margin-bottom: 3px;
    border-radius: 3px;
}
.servicedtl-sidebar li a:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 30px;
    background: #ffffff26;
    content: '';
    border-radius: 0 50px 50px 0;
}
.sidebar-contact {
    background: #f5f9fd;
    padding: 25px;
    margin-top: 10px;
    border-radius: 3px;
    border: 1px solid #ededed;
}
.sidebar-contact h3 {
    font-weight: 600;
    background: -webkit-linear-gradient(90deg, #193775, #193775, #f39c12, #f39c12);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/* NEWS SECTION CSS */

.news .row {
    row-gap: 22px;
}
.news-item {
    box-shadow: inset 0 0 30px #1c39742b;
    border-radius: 3px;
    overflow: hidden;
    height: 100%;
}
.news-info {
    padding: 20px;
}
.news-info h3 {
    color: var(--black);
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 5px;
}
.news-item span {
    top: 10px;
    left: 10px;
    background: linear-gradient(90deg, #193775, #f39c12);
    color: var(--white);
    padding: 5px 15px 4px;
    font-size: 15px;
    border-radius: 3px;
}



/* CONTACT US PAGE */

.contact-list {
    background: linear-gradient(90deg, #193775, #f39c12);
    padding: 28px;
    border-radius: 3px;
    position: relative;
    z-index: 1;
}
.contact-list:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: '';
    background: url(../images/map.png);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.4;
	z-index: -1;
}
.contact-info span, .contact-info a {
    color: var(--white);
}
.contact-list .contact-item:last-child {
    margin: 0;
}
.contact-item {
    background: #ffffff1c;
    padding: 24px;
    border: 1px solid #ffffff33;
    display: flex;
    align-items: center;
    column-gap: 15px;
    margin-bottom: 20px;
    border-radius: 3px;
    transition: .5s;
}
.contact-item:hover {
    background: var(--white);
}
.contact-item:hover .contact-info span, .contact-item:hover .contact-info a {
    color: #000;
}
.contact-item i {
    background: var(--primary);
    height: 60px;
    width: 60px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    font-size: 20px;
	position:inherit !important;
}
.contact-info span {
    display: block;
    font-weight: 500;
    font-size: 22px;
}
.contact-form {
    padding: 25px 25px 22px;
    border: 1px solid #0066b01c;
    border-radius: 3px;
    box-shadow: 0 0 14px #edededf5;
    background: #0066b00a;
}
.contact-form h3 {
    font-weight: 600;
    background: -webkit-linear-gradient(90deg, #193775, #193775, #f39c12, #f39c12);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.contact-form input, .contact-form textarea {
    border: solid 1px #0066b030;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 6px;
}
.contactus h3 {
    font-size: 30px;
    margin-bottom: 15px;
}
.contact-form input[type="submit"] {
    margin: 0;
    padding: 10px 35px;
    border: none;
    letter-spacing: 1px;
}
.contact-form textarea {
    height: 105px;
	margin:0;
}
.googlemap {
    padding-top: 30px;
}
.contactaddr {
    margin-top: 60px;
}
.contactaddr-item {
    border: solid 1px #ddd;
    padding: 25px;
    border-radius: 6px;
	display: flex;
    align-items: center;
    column-gap: 20px;
}
.contactaddr-item i {
    font-size: 25px;
    border: solid 2px var(--primary);
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: var(--primary);
}
.contactaddr-item p {
    width: 100%;
    margin: 0 auto;
}
.contactaddr-item h4 {
    margin: 0 0 6px;
}


.signup {
    background: #f7f7f7;
    padding: 45px 0;
}
.signup .row {
    background: var(--white);
    padding: 15px;
    border-radius: 3px;
    margin: 20px 0;
}
.signup .row:nth-child(even) {
    flex-direction: row-reverse;
}
.signup .row:nth-child(even) .signup-content{
	padding-left:0;
}
.signup img {
    border-radius: 10px 100px 10px 10px;
    height: 300px;
    object-fit: cover;
}
.signup-content {
    padding-left: 20px;
}
.signup-content h3 {
    font-weight: 700;
}
.signup-content ul {
    display: flex;
    align-items: center;
    column-gap: 15px;
    margin-bottom: 15px;
}
.signup-content li {
    background: #2f416c12;
    padding: 3px 20px;
    border-radius: 2px;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 15px;
}
.note-content {
    background: var(--white);
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #f47b2033;
}
.note-content h3 {
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}
.note-content li {
    color: #454a50;
    font-size: 16px;
    line-height: 32px;
	position:relative;
	padding-left:20px;
}
.note-content li:before {
    position: absolute;
    top: 11px;
    left: 0;
    content: '';
    background: linear-gradient(90deg, #193775, #f39c12);
    height: 9px;
    width: 9px;
    border-radius: 30px;
    outline: 3px solid #87878745;
}
.signin-item {
    box-shadow: inset 0 0 30px #253c7029;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    height: 100%;
}
.signin-item img {
    width: 90px;
}
.signin-item h3 {
    font-weight: 600;
    color: #000;
    margin: 10px 0;
}
.signin-item ul {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    margin-bottom: 15px;
}
.signin-item li {
    border: 1px solid #de921b47;
    padding: 2px 20px;
    border-radius: 6px;
    font-weight: 500;
}

/* LIVE DEMO CSS */

.meating .row {
    row-gap: 22px;
}
.meating-item {
    background: #f7f7f7;
    padding: 25px;
    text-align: center;
    border: 1px solid #ededed;
    border-radius: 15px;
}
.meating-item img {
    width: 75px;
}
.meating-item h3 {
    color: var(--black);
    font-weight: 600;
    margin: 15px 0 10px;
}
.meetingdtl iframe {
    border-radius: 20px;
}
.meetingdtl ul {
    column-gap: 10px;
    margin-top: 20px;
}

.announcement {
    box-shadow: inset 0 0 30px #253c7014;
    padding: 30px;
    border-radius: 6px;
    background: #f9f9f9;
}
.announcement h3 {
    font-weight: 700;
    color: var(--black);
}
.announcement li {
    position: relative;
    color: #454a50;
    line-height: 35px;
    padding-left: 20px;
}
.announcement li:before {
    position: absolute;
    top: 12px;
    left: 0;
    content: '';
    background: linear-gradient(90deg, #193775, #f39c12);
    height: 9px;
    width: 9px;
    border-radius: 30px;
    outline: 3px solid #87878745;
}

/* place of intrest page css  */
.nav-sidebar {
    background: #299dad14;
    padding: 20px;
    border-radius: 10px;
    border-bottom: 3px solid var(--primary);
}
.nav-pills .nav-link {
    border: 0;
    background: var(--white);
    display: flex;
    align-items: center;
    column-gap: 10px;
    border-radius: 50px !important;
    padding: 5px 20px 5px 5px;
    text-align: left;
    color: #000 !important;
    font-family: unset;
    border: unset !important;
    font-size: 17px;
}
.nav-link figure {
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #299dad30;
    border-radius: 50%;
}
.nav-pills .nav-link.active img {
    filter: invert(1);
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff !important;
    background-color: var(--primary);
}
.place-content img {
    height: 450px;
    object-fit: cover;
    border-radius: 4px;
}
.place-info {
    background: #299dad14;
    padding: 20px;
    margin-top: 15px;
    border-radius: 4px;
}
.place-info ul li {
    margin-bottom: 25px;
    position: relative;
    padding-left: 40px;
}
.place-info ul li:before {
    position: absolute;
    content: '\f072';
    color: var(--primary);
    font-family: 'Font Awesome 5 Free';
    top: -5px;
    left: 0;
    font-weight: 800;
    height: 35px;
    width: 35px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

 /* Hill Stations Styling */
.hill-stations {
  background: #f8f9fa;
}

.hill-card {
  border-radius: 15px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background: #fff;
}

.hill-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.hill-img {
 position:relative;
overflow:hidden;
}

.hill-img img {
  width: 100%;
  height: 250px !important;
  object-fit: cover;
}
.hill-img:before {
    background: #ffffff80 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    transition: all .7s ease 0s;
    right: 0;
    top: 0;
    z-index: 1;
}
.hill-img:after {
    background: #ffffff80 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    transition: all .7s ease 0s;
    right: 0;
    top: 0;
    z-index: 1;
}
.hill-img:hover:before {
    left: 50%;
    opacity: 1;
    right: 50%;
}
.hill-img:hover:after {
    bottom: 50%;
    opacity: 1;
    top: 50%;
}




.hill-content h5 {
  color: #2c3e50;
  margin-bottom: 8px;
}

.hill-content p {
  font-size: 14px;
  line-height: 1.5;
  min-height: 60px;
}

.hill-content .btn {
  border-radius: 25px;
  font-size: 13px;
  padding: 6px 16px;
}



/*  s.s */
/* About Page */
.abut-prim-sec{
	padding: 60px 0;
}
.abut-prim-sec {
  background-image: url('https://algopagedev.com/project/traveldivision.in/wp-content/uploads/2025/09/ture-abut-bg-img.png'); 	
  background-size: cover;     
  background-position: center; 
  background-repeat: no-repeat;
  background-attachment: fixed; 
  opacity: 1;
}

.abut-left-custm-cuntr{
	align-items: center;
    flex-direction: row;
    justify-content: space-between;
	padding: 0 30px;
}
.abut-left-custm-cuntr a{
 width: fit-content;
	
}
.custm-countbx{
	    width: 65%;
}
.custm-countbx p{
	width: fit-content;
}

.count-abut-ibx {
    height: 75px;
    width: 75px;
    border-radius: 50% !important;
    margin-right: 10px !important;
}
.abut-prim-sec .card img {
  aspect-ratio: 16/9;
  object-fit: cover;
}
.abut-prim-rigt-wrap{
    padding: 0 0 50px 40px;
    background-color: transparent;
}
.abut-prim-sec .card-body {
    border: 1px solid #a9a9a9;
    border-radius: 10px;
    box-shadow: 0 6px 25px rgb(0 0 0 / 20%);
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px 20px;
    margin: 10px;
}

@media (max-width: 767.98px) {
  .abut-prim-sec .card-body {
    flex-direction: column;
    gap: 1rem;
  }
  .abut-prim-sec .vr {
    display: none;
  }
}

.heading-ltm {
    display: block;
    margin: 0 auto 5px;
    font-family: "Roboto", sans-serif;
    font-size: 40px;
    position: relative;
    font-weight: 700;
    text-align: center;
    width: fit-content;
}
.bg-main{
   background: #299dad;
    color: #fff;
}
.popular-tour{
	padding: 60px 30px;
}
/* .tour-card {
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background: #fff;
} */
.tour-card{
	position: relative;
    display: block;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
	 border: 1px solid #299dad75;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.05);
}
.tour-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}
.img-wrap{
	position: relative;
}
/* .img-wrap:before{
	position: absolute;
    content: '';
	background-color: #299dad;
    width: 100%;
    height: 0%;
    left: 0px;
    top: 0px;
    opacity: 0.8;
    transition: all 300ms 
ease;
} */
/* .tour-card:hover .img-wrap:before{
	  height: 100%;
} */
.tour-card img {
  height: 220px;
  object-fit: cover;
}

.tour-card .card-footer {
  border: none;
  font-size: 14px;
background: linear-gradient(46deg, var(--primary), #1e4c53);
	align-items: center;
	transition: all 0.3s ease-in;
}
.tour-card:hover .card-footer{
    background: linear-gradient(46deg, #1e4c53, var(--primary));
}
.pack-btn {
    color: #fff;
    font-size: 16px;
    text-align: right;
    padding: 7px 0px;
    display: flex;
    border-radius: 3px;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.card-body{
	padding-bottom: 0 !important;
}
/* testimonial */
.testimonial-section{
	padding: 60px 0px;
	background-color: #ecffff;
}
.testimonal-top{
	padding-bottom: 50px;
}
.testimonial-card-wrap {
    width: 100%;
    margin: 0 auto !important;
    align-items: center;
}

.card-title {
  font-weight: 600;
  font-size: 22px;
  color: #343a40;
}

.stars {
  color: #20c997;
  font-size: 1.5rem;
}

.card-text {
  color: #6c757d;
  font-weight: 400;
  line-height: 1.7;
  margin-top: 1rem;
}

.author-info {
  display: flex;
  align-items: center;
  margin-top: 1.5rem;
}

.author-info img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 15px;
}

.author-name {
  font-weight: 700;
  color: #343a40;
  font-size: 1rem;
}
button.slick-prev.slick-arrow {
    left: 0px !important;
}
button.slick-next.slick-arrow {
	 right: 0px !important;
   
}
button.slick-prev.slick-arrow:hover, button.slick-next.slick-arrow:hover{
	opacity: .7 !important;
}
button.slick-prev.slick-arrow:after, button.slick-next.slick-arrow:after {
    background-color: #800020 !important;
	color: #fff;
}
button.slick-prev.slick-arrow, button.slick-next.slick-arrow {
    height: 35px !important;
    width: 45px !important;
    opacity: .9 !important;
    border-radius: 5px;
	top: -7% !important;
	transition: all 0.1s ease-in !important;
}
.card-custom{
	height: 350px !important;
	max-height: 100%;
}


/* slick slider tesstimonial */
.testimonial-slider .card {
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  padding: 15px;
  margin-right: 20px;
}

.testimonial-slider .card:nth-child(3n){
	margin-left: 0;
}
.slick-slide {
  margin: 0 10px;
}
.slick-prev:before, .slick-next:before {
  color: #000; /* arrow color */
  font-size: 25px;
}
.slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}


/*Contact Page  */
.trav-contact-sec{
	display: flex;
    padding: 60px 40px;
	gap: 30px;
}
.contact-left-section {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            padding: 0px;
            gap: 0px;
            width: 40%;
        }
        .contact-info-section {
            display: flex;
            flex-direction: column;
            gap: 20px;
            background-color: white;
            padding: 30px;
            border-radius: 1rem;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
            width: 100%;
            max-width: 100%;
			border: 1px solid #c7c7c7;
        }
.contact-info-item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 10px 20px;
    border: 1px solid #299dad;
    border-radius: 10px;
}
.contact-info-item .icon {
    font-size: 1.5rem;
    color: #299dad;
    background-color: #b9e1e7;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
        .contact-info-item-content h6 {
            font-weight: 700;
            margin-bottom: 2px;
            font-size: 1.1rem;
            color: #343a40;
        }
        .contact-info-item-content p {
            margin: 0;
            color: #6c757d;
            font-size: 0.9rem;
        }
        .title {
            font-weight: 700;
            color: #0d284a;
            font-size: 2rem;
            text-align: center;
            margin-bottom: 5px;
        }
        .subtitle {
            font-weight: 700;
            color: #0d284a;
            font-size: 1.5rem;
            text-align: center;
            margin-bottom: 20px;
        }




/* form */
.contact-form-section {
    background-color: #b9e1e7;
    padding: 40px;
    border-radius: 1rem;
    width: 60%;
    max-width: 100%;
    border: 1px solid #299dad;
}
.hotel-form-section {
    background-color: #b9e1e7;
    padding: 40px;
    border-radius: 1rem;
    max-width: 100%;
    border: 1px solid #299dad;
}
.form-title {
    font-weight: 700;
    color: #343a40;
    font-size: 2rem;
    margin-bottom: 20px;
}

.wpcf7-form-control {
    border-radius: 3px;
    border: 1px solid #ced4da;
    padding: 0.75rem 1rem;
    width: 100%;
}
.hotel-submit .wpcf7-form-control-wrap{
	width: 100%;
}
.wpcf7-form-control::placeholder {
    color: #adb5bd;
}

.btn-submit {
    background-color: #20c997;
    color: white;
    border: none;
    padding: 0.75rem 2rem;
    border-radius: 0.5rem;
    font-weight: 700;
    transition: background-color 0.3s;
    cursor: pointer;
}

.btn-submit:hover {
    background-color: #1a9e77;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
}
.contact-btn{
	background-color: #299dad !important;
	color: #fff;
	transition: all 0.1s ease-in;
}
.contact-btn:hover{
	background-color: #0d6c7a !important;
	color: #fff;
	transition: all 0.3s ease;
}

.con-social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #299dad; 
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  transition: 0.1s !important;
}
.con-social-icon:hover {
  background-color: #ffd3de; 
	color: #800020 !important;
  transform: translateY(-3px);
}
/* For smaller screens, the columns stack */
@media (max-width: 768px) {
    .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* support-newsletter  */
.support-newsletter {
  background-color: #f5f8fb;
  padding: 60px 0;
}
.support-clint-img-gp{
	justify-content: space-between;
}
.support-block, .newsletter-block {
    background: #fff;
    padding: 25px;
    border-radius: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    height: 100%;
    border: 1px solid #800020;
}

.support-block h3,
.newsletter-block h3 {
  font-weight: 700;
  margin-bottom: 5px;
  color: #0d2c4c;
	font-size: 26px;
}

.support-block p,
.newsletter-block p {
  color: #555;
  margin-bottom: 25px;
}

.avatar-group img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-left: -10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}



.newsletter-form input {
    border-radius: 50px 0 0 50px;
    border: 1px solid #ccc;
    padding: 18px 22px;
    width: 70%;
    margin: 0;
    outline: none;
}

.newsletter-form button {
  border-radius: 0 50px 50px 0;
  border: none;
  background: #800020;
  color: #fff;
  padding: 12px 20px;
  font-weight: 600;
  transition: 0.3s;
}
.newsletter-form button i{
	font-size: 20px;
}
.newsletter-form button:hover {
  background: #299dad;
}
.form-control:focus {
    color: #212529;
    background-color: #ffdfe2;
    border-color: #dc3545;
    outline: 0;
    box-shadow: none !important;
}
.character-img {
  max-width: 200px;
}
.text-warning {
    font-size: 12px;
}
.pack-icon-list i{
	color: #3b9f9f;
}
.popular-tour-card .card-title{
	transition: all 0.3s ease-in;
}
.popular-tour-card:hover .card-title{
	color: #2a9eae;
}
.pack-icon-list{
	display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.tour-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}



/* tour-package-details.php */

.included ul li, .Excludes ul li {
    margin: 0 0 10px !important;
    position: relative;
    font-weight: 400;
    font-size: 16px;
	color: #7a7a7a;
}

.included li i{
	color: green;
	margin-right: 10px;
}
.Excludes ul li i{
	color: red;
	margin-right: 10px;
}
.tour-plan .accordion-item {
            border: none;
            border-left: 2px dashed #ddd;
            padding-left: 40px;
            position: relative;
            margin-bottom: 10px;
        }

        .tour-plan .timeline-dot {
            position: absolute;
            left: -11px;
            top: 0px;
            width: 22px;
            height: 22px;
            border: 2px solid #2a9eae;
            border-radius: 50%;
            background: #fff;
            z-index: 1;
        }
.tour-plan .timeline-dot.active {
    background: #2a9eae;
    color: #fff;
    border: #2a9eae;
    height: 17px;
    width: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
}
.tour-plan .timeline-dot.active i {
    font-size: 35px;
    margin-top: -35px;
    color: #ad2749;
	display: block;
}
        .tour-plan .accordion-button {
            font-weight: 600;
            background: transparent;
            box-shadow: none;
        }

.tour-plan .accordion-button:not(.collapsed) {
      background: #bbf0f7;
       color: #065965;
}

        .tour-plan .accordion-body {
			    border-left: 3px solid #299dad;
    			background: #299dad12 !important;
        }

        .tour-plan .highlight-box {
            background: #eaf2ff;
            padding: 20px;
            margin-top: 15px;
            border-radius: 5px;
        }
.form-check-input:checked {
    background-color: #800020 !important;
    border-color: #800020 !important;
}


/* booking form  */
.booking-form p {
  margin-bottom: 15px;
}

.booking-form input,
.booking-form textarea,
.booking-form select {
  width: 100%;
  padding: 10px;
  border: 1px solid #c1c1c1;
  border-radius: 6px;
}

.booking-form input:focus,
.booking-form textarea:focus {
  border-color: #299dad;
  outline: none;
}

.booking-form [type="submit"] {
  background: linear-gradient(45deg, var(--primary), #000);
  color: #fff;
  padding: 12px 25px;
  border: none;
	transition: all 0.3s ease-in;
  border-radius: 6px;
  cursor: pointer;
}

.booking-form [type="submit"]:hover {
  background: linear-gradient(180deg, var(--primary), #000);
}
.form-pbook p br{
	display: none;
}

.form-pbook form{
    border: 1px solid #299dad;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    padding: 25px 15px 0px;
}
.form-pbook form h2{
	color: #299dad;
	margin-bottom: 5px;
}
.tour-plan h3{
	font-size: 32px;
}
.package-titl-decp h2{
	font-size: 36px;
}
.tour-plan.container{
	padding: 0 !important;
}
.booking-form label{
	width: 100%;
}
.main-details-p-wrap row{
	position: relative;
}
#wpcf7-f4060-o1{
	position: sticky;
    top: 120px;
}
.pack-date-info{
    display: flex;
    justify-content: space-between;
    margin-top: -10px;
    background: #166d78;
    padding: 5px 10px;
    position: relative;

}
.datetag, .scheduled_day{
	color: #fff;
}
.tour-location li{
    display: flex;
    gap: 25px;
    margin-top: 25px;
	margin-bottom: -7px;
    height: 30px;
    justify-content: center;
    align-items: baseline;
	font-size: 20px;
    font-weight: 500;
}
.row-rivers{
	flex-direction: row-reverse;
}
.timeline-dot {
    background: #2a9eae;
    color: #fff;
    border: #2a9eae;
    height: 20px;
    width: 20px;
    position: relative;
    display: flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
     top: 6px;
}
.timeline-dot i{
	font-size: 35px;
    margin-top: -35px;
    color: #ad2749;
	display: none;
}
.timeline-dot1 {
    background: #2a9eae;
    color: #fff;
    border: #2a9eae;
    height: 17px;
    width: 17px;
    position: relative;
    display: flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    top: 3px;
}
.timeline-dot1 i {
    font-size: 27px;
    margin-top: -25px;
    color: #ad2749;
}
.tour-location{
	border-bottom: 1px dashed #299dad;
}
.form-pbook, .pack-left-wrap{
	padding-bottom: 60px;
}
ul.pck-li-styl li i {
    color: #299dad;
    margin-right: 10px;
    margin-bottom: 12px;
}
.img-wrap .package-date{
	height: 30px;
    width: 180px;
    position: absolute;
    top: 0;
    text-align: center;
    left: 0;
    padding: 5px 10px;
    background-color: #299dad;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    border-radius: 0 0 15px 0;
	z-index:2;
}


@media (max-width: 767px) {
	.newsletter-content{
		    width: 100%;
	}

	.character-img{
		display: none;
	}
	.newsletter-form{
		    justify-content: center;
	}
}

.Newsletter-box , .Support-box{
	margin: 0;
}


/* width of the entire scrollbar */
::-webkit-scrollbar {
  width: 10px;
}

/* the track (background) */
::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

/* the draggable handle (thumb) */
::-webkit-scrollbar-thumb {
  background: linear-gradient(150deg,#0dcaf0 10%, #cc0e0e 60%, #0dcaf0 80%);
  border-radius: 10px;
}


/* page scroll bar design */
.lake-content {
    scrollbar-color: #299dad #ffd3de;
}

/* Chrome, Edge, Safari */
.lake-content::-webkit-scrollbar {
    width: 10px;              
}

.lake-content::-webkit-scrollbar-track {
    background: #ffd3de;      
    border-radius: 10px;
}

.lake-content::-webkit-scrollbar-thumb {
    background: #299dad;      
    border-radius: 10px;
    border: 2px solid #e0e0e0;  
}

.lake-content::-webkit-scrollbar-thumb:hover {
    background: #1f7c7c;        
}
.transfer .row{
	    row-gap: 20px;
}
.icon-labeles{
	position: absolute;
    left: -120px;
    opacity: 0;
    background: #1aa3b0;
    color: #fff;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 14px;
    white-space: nowrap;
    transition: all 0.3s 
ease;
}
.sidebars li a:hover .icon-labeles {
    left: -100px;
    opacity: 1;
    bottom: 15px;
}
.popular-tour-btn-bx{
	    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.popular-tour-btn-bx a{
	padding: 13px 30px !important;
	background: linear-gradient(46deg, var(--primary), #1e4c53);
	color: #fff;
	outline: none;
	transition: all 0.2s ease-in;
	border: none;
	margin: 0;
}
.popular-tour-btn-bx a:hover{
	background: linear-gradient(180deg, var(--primary), #1e4c53);
}
.heading-left {
    display: block;
    margin: 0 0 5px;
    font-family: "Roboto", sans-serif;
    font-size: 40px;
    position: relative;
    font-weight: 700;
    text-align: start;
    width: fit-content;
}

.cta-section .btn:hover {
    background: #0066cc;
}

/* Booking form Section */
.book_hotel_frmbx {
      background: linear-gradient(45deg, #2020209e, #2020209e), url(https://algopagedev.com/project/traveldivision.in/wp-content/uploads/2025/10/adv1.webp);
	    background-size: cover;
   		background-position: center;
   		background-attachment: fixed;
        padding: 60px 30px;
        font-family: Arial, sans-serif;
    }
label {
    display: block;
} 
.hotel-form label{
    color: #fff;
    font-size: 14px;
    margin: 0 !important;
}
.hotel-form input[type="submit"]{
	width: 200px;
}
.hotel-submit p{
	display: flex;
    align-items: center;
    justify-content: center;
}
.hotel-form input, .hotel-form textarea, .hotel-form select{
	margin-bottom: 0 !important;
}
.hotel-booking row{
	margin: 0 !important;
}
.hotel-booking {
    margin-top: 20px;
}
.hotel-booking .wpcf7-form-control:focus {
    color: #212529;
    background-color: #f2edff;
    border-color: #40365a;
    outline: 0;
    box-shadow: none !important;
}
/* ***	RESPONSIVE	*** */
@media  only screen and (max-width: 1880px) {
	
}
@media  only screen and (max-width: 1780px) {

}

@media  only screen and (max-width: 1680px) {

}

@media  only screen and (max-width: 1550px) {

}

@media  only screen and (max-width: 1440px) {
.count-abut-ibx {
    height: 62px;
    width: 75px;
}
}

@media  only screen and (max-width: 1366px) {

}
@media  only screen and (max-width: 1180px) {
footer .ps-5 {
    padding-left: 1rem!important;
}
footer .col-lg-3 {
    width: 25%;
}
footer .col-sm-2 {
    width: 20%;
}
footer .col-lg-4 {
    width: 30%;
}
}

@media  only screen and (max-width: 1150px) {
/* 	.row.g-4.popular-tour-card-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
} */
		.popular-tour-card{
		width: 100%;
	}
}



@media  only screen and (max-width: 1080px) {
.about-seasons img {
    width: 250px !important;
    height: 250px;
}
}

@media  only screen and (max-width: 1024px) {
	.seasonsdesc h3 {
    font-size: 20px;
}
	.seasonsdesc  p{
		line-height: 22px;
		margin-bottom: 12px;
	}
	.seasonsdesc a {
    padding: 7px 10px;
    margin-top: 0px;

}
	.season-card {
		    display: grid;
    grid-template-columns: repeat(2, 1fr);
	}
	.season-card .col-lg-3.mb-4{
		width: 100%;
	}
	.about-seasons img {
    width: 100% !important;
    height: 250px;
    object-fit: cover;
    object-position: center;
}
	
	
.about img {
    height: auto;
    width: 400px;
}
	.leftheading {
    margin: 0;
    font-size: 36px;
    line-height: 36px;
}
.card-custom {
    height: 400px !important;
}


}

@media  only screen and (max-width: 991px) {
	.count-abut-ibx {
    height: 70px;
    width: 75px;
}
.details li {
    width: 100%;
}
	footer .col-lg-4 {
    width: 100%;
}
	footer .col-lg-3 {
    width: 40%;
}
	footer .col-lg-3 {
    width: 40%;
}
	
	.aboutlist li:before {
    height: 20px;
    width: 20px;
}
	.aboutlist li {
    width: 100%;
    margin-bottom: 10px;
    padding-left: 30px;
}
.about-content .leftheading {
    line-height: 40px;
    margin-bottom: 10px;
}

	.about figure{
		display: flex;
		justify-content: center;
	}
	.transfer .row{
		gap: 20px;
	}

	.leftheading {
    font-size: 35px;
    line-height: 40px;
		margin-bottom: 20px;
}
.tick-left-img {
    height: auto;
    width: 600px !important;
}
/* 	About Page */
.custm-countbx {
    width: 67%;
    justify-content: flex-end;
    margin: 0 !important;
}

	.abut-left-custm-cuntr {
    margin: 0 !important;
		padding: 0;
}
.abut-left-custm-cuntr a {
    margin: 0 !important;
}
	.card-title {
    font-size: 1.25rem;
}
	.abut-prim-sec {
    padding: 40px 0px;
}
/* 	contact page */
	.contact-left-section .row{
		    padding: 12px 0 !important;
	}
	
.highlights .col-md-4 {
    width: 50% ;
}
	.tickets .row{
		row-gap: 20px;
	}
	.tickets ul{
		justify-content: space-between;
	}
	.tickets{
		    padding: 0 0 40px 0;
	}
	
	.place .row{
		flex-direction: column;
    gap: 25px;
	}
	.place .col-sm-4, .place .col-sm-8{
		width: 100% !important;
	}
	#rmp-menu-wrap-573 .rmp-menu-current-item .rmp-menu-item-link {
    background-color: #299dad !important;
}
.abut-prim-wrap{
		gap: 30px;
	flex-direction: column-reverse;
	}
	.title {
   font-size: 30px;
     }
	.w-50 {
    width: 100% !important;
}
	.trav-contact-sec {
    flex-direction: column;
}
	.contact-left-section {
    width: 100%;
}
	.contact-form-section {
    width: 100%;
}
	.secondary-container1 .row.mb-lg-4.mb-md-2 {
    row-gap: 30px;
}
	.package-titl-decp h2 {
    font-size: 30px;
}
	.tour-plan h3 {
    font-size: 27px;
}
	.tour-plan .accordion-button {
    font-weight: 600;
    background: transparent;
    box-shadow: none;
    font-size: 15px;
}
	.main-details-p-wrap row{
		flex-direction: column;
	}
	.pack-left-wrap, .form-pbook{
		    width: 100%;
	}
	.hotel-booking{
		padding: 20px;
	}
.popup-content {
    max-width: 85%;
}
	.hotel-booking .row>*{
		padding: 0 7px 0 0;
	}
}

@media  only screen and (max-width: 800px) {
footer .col-lg-3 {
    width: 50%;
}
	footer .col-sm-2 {
    width: 50%;
}
	footer .col-lg-4 {
    width: 50%;
}


	.abut-prim-sec .card-body {
    margin: 0px;
}
}

@media  only screen and (max-width: 767px) {
	.heading-left {
        margin: 0 auto 7px;
        text-align: center;
        font-size: 32px;
}

p {
    font-size: 15px;
    line-height: 21px;
}
	header{
		background-color: transparent;
	}
	.logo {
    align-items: center;
    justify-content: start;
}

	.about-seasons {
    padding: 10px;
}
	.seasonsdesc a {
    padding: 6px 17px;
    margin-top: 20px;
}
	.about img {
    width: auto;
    height: 450px;
}
	.about figure{
    display: flex;
    justify-content: center;
    align-items: flex-start;
	}
	
.about .col-md-12 {
    width: 100% !important;
}

	.seasonsdesc h3 {
    font-size: 20px;
}
	.tickets .col-12 {
    width: 100%;
}
	.tickets figure .tick-left-img{
		display: none;
	}
.tickets {
    padding: 40px 15px;
}
	 .abou-hotels figure h3 {
    padding: 8px 25px;
    font-size: 13px;

}   
.hotels  .col-lg-3 {
    padding: 0;
    padding-left: 10px;
}
	.leftheading {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 20px;
}
	.hotels {
    margin: 40px 0;
}
	footer .row {
    row-gap: 40px;
}
	.about-content {
    padding: 0px;
}
	.abut-prim-sec {
    padding: 30px 10px;
}
.trav-contact-sec {
    padding: 40px 20px;
    flex-direction: column;
}
	.support-newsletter {
    padding: 40px 0;
}
	.w-50 {
    width: 100%!important;
}
	.contact-left-section , .contact-form-section{
    width: 100%;
}
	
/* 	lakes */
.lake-content {
    max-width: 100% !important;
}
.lake-section .col-md-6.d-flex{
	padding: 40px 20px 0px;
	}
.lake-section {
    padding: 60px 0px 0px !important;
}
.lakes-page .lake-section:nth-child(even) .row {
flex-direction: column-reverse;
}
.lake-section	.container-fluid{
		padding: 0;
	}
	.lakes-page{
		padding: 0 20px;
	}
.lake-section .row {
		margin: 0 !important;
	}
	.highlights .col-md-4 {
    width: 100% ;
}
/* 	.row.g-4.popular-tour-card-wrap {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
} */
.tour-plan .accordion-item {
     padding-left: 5px;
}
	.about-transer h3 {
    font-size: 24px;
}
.about-seasons {
    padding: 10px;
}
	.sidebars figure img {
    width: 20px;
}
	.sidebars figure {
    height: 43px;
    width: 43px;
}
	#GoToTop {
    bottom: 25px;
    right: 25px;
    width: 45px;
    height: 45px;
    font-size: 16px;
}
	.popular-tour-top p{
		text-align: center !important;
	}
}

@media  only screen and (max-width: 667px) {

.heading-ltm {
    font-size: 30px;
}
	.heading, .leftheading {
    font-size: 32px;
    margin-bottom: 20px;
}
.lake-content h2 {
    font-size: 26px !important;
    margin-bottom: 15px !important;
}
.hotel-booking {
    padding: 15px;
}
.book_hotel_frmbx {
    padding: 40px 15px;
}
}
@media  only screen and (max-width: 568px) {
.about-tickets figure {
    height: 55px;
    width: 55px;
    margin: 0 auto 10px;
}
	.about-tickets img {
    width: 30px !important;
}
	.about-tickets h3 {
    font-size: 18px;
}
.about-tickets a {
    padding: 5px 7px;
    font-size: 13px;
}
	.leftheading {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px;
}
	.mainslider .carousel-caption{
		width: 100% !important;
	}
	.mainslider .carousel-caption h2 span {
    font-size: 45px;
}
	.testimonial-slider .card {
    margin: unset;
}
	.card-custom {
    height: 330px !important;
}
	.nav-pills .nav-link {
    padding: 7px 10px 7px 10px;
}
.book_hotel_frmbx {
    padding: 40px 15px;
}
}
.wpcf7-spinner{
	display: none !important;
}
@media  only screen and (max-width: 520px) {
.season-card {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    margin: 0;
}
footer .col-lg-3 {
    width: 100%;
}
	footer .col-sm-2 {
    width: 100%;
}
	footer .col-lg-4 {
    width: 100%;
}
.hotels .row .col-lg-3:first-child {
    width: 100%;
}
.hotels .row .col-lg-3:nth-child(2) {
    width: 100%;
}	
	.hotels .row .col-lg-3:nth-child(3) {
    width: 100%;
}
.hotels .row .col-lg-3:nth-child(4) {
    width: 100%;
}
.hotels .row .col-lg-3:nth-child(5) {
    width: 100%;
}
.about-transer h3 {
    font-size: 20px;
}
.tickets {
    padding: 40px 10px;
}
.custm-countbx {
    width: 100%;
	  padding: 0;
}
	.btn-primary {
    padding: 8px 15px;
}
.abut-left-custm-cuntr {
    flex-direction: column-reverse;
    gap: 16px;
    justify-content: center;
    align-items: self-start;
}
.container-fluid{
		padding: 0;
	}
	.mainmenu.fixed {
    padding: 10px 10px;
}
	.mainmenu.fixed .row{
		margin: 0 !important;
	}
.abut-prim-sec, .transfer {
    padding: 40px 20px;
}	
.popular-tour {
    padding: 40px 20px;
}	
.testimonial-section {
    padding: 40px 20px;
}
	footer {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
}
.abut-prim-wrap {
    padding: 0 15px;
}
	.support-newsletter {
    padding: 40px 20px;
}
	.contact-form-section {
    padding: 20px;
}
	form.wpcf7-form.init {
    padding: 0px !important;
}
	.contact-info-section {
    padding: 20px;
}
	.cta-section .container{
		padding: 0;
	} 
	section.history.my-5{
		margin: 20px 0 !important;
	}
	.section-title {
    margin-bottom: 15px !important;
    font-size: 26px !important;
}
	.about .container-fluid, .hotels{
		 padding: 0 20px;
	}
	.hotels .row{
		margin: 0;
	}
	.hotels .col-lg-3 {
    padding: 0;
}
	.mainmenu {
    padding: 0 20px;
}
	.hill-stations{
		padding: 40px 20px;
	}
	.secondary-container {
    padding: 40px 20px;
}
	.nav-pills .nav-link {
    column-gap: 7px;
    padding: 5px 12px 5px 12px;
    font-size: 15px;
}
	.nav-link figure {
    height: 35px;
    width: 35px;
}
	.heading, .leftheading {
    font-size: 25px;
    margin-bottom: 20px;
}
	
	.abut-prim-sec .vr {
    display: inline-block;
    margin: 0 !important;
}
	.abut-prim-sec .card-body {
    flex-direction: row;
    gap: 1rem;
}
	.abut-prim-left, .abut-prim-rigt{
		padding: 0;
	}
	.count-abut-ibx {
    height: 55px;
    width: 55px;
}
	.heading-ltm {
    font-size: 25px;
    margin-bottom: 12px;
}
		.title {
   font-size: 25px;
     }
	.newsletter-block{
    flex-direction: column-reverse !important;
    gap: 25px;
	}
	.newsletter-block img{
	   height: 230px;
	}
}

@media  only screen and (max-width: 479px){
	.mainslider .carousel-caption h2 span {
    font-size: 40px;
}
	.mainslider .carousel-content .btn-primary {
    opacity: 0;
    animation: lts .5s ease-in-out 1.2s forwards;
    margin-top: 12px;
    font-size: 14px;
    padding: 10px 25px;
}
	.card-custom {
    height: 380px !important;
}
.newsletter-block p {
    margin-bottom: 15px;
    margin-top: 10px;
}
	.support-block h3, .newsletter-block h3 {
    font-size: 22px;
}
.support-block, .newsletter-block {
    padding: 15px;
}
	footer .row {
    row-gap: 10px;
}
.lake-section .col-md-6.d-flex {
    padding: 40px 0px 0px;
}
	.lake-description p{
		text-align: justify;
	}
	.about img {
    width: fit-content;
    height: 100%;
}
}

@media  only screen and (max-width:425px) {
.count-abut-ibx {
    height: 55px;
    width: 65px;
}
	.tour-plan .timeline-dot.active i {
    font-size: 25px;
    margin-top: -25px;
}
	.tour-plan .timeline-dot {
    left: -9px;
    width: 15px;
    height: 15px;
}
	.tour-plan .accordion-button {
    font-size: 14px;
}
	.tour-plan .timeline-dot.active	{
		z-index:9;
	}
	.heading-left {
    font-size: 26px;
}
	.about-transer img {
    height: 250px;
}
}

@media  only screen and (max-width: 360px) {

}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    background: #fff !important;
}
.packagedtlstop-img img{
	height: 370px;
    object-fit: cover;
    object-position: center;
}

/* Tour package image slider on card */
/* Image */
.td-slide-img {
    width: 100% !important;
    height: 280px !important;
    object-fit: cover !important;
    border-radius: 10px !important;
}

/* Nav Buttons */
.td-swiper-prev,
.td-swiper-next {
    width: 45px !important;
    height: 45px !important;
    background: rgba(0,0,0,0.6) !important;
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    border-radius: 50% !important;
    z-index: 10 !important;
    cursor: pointer !important;
}

.td-swiper-prev { left: 10px !important; }
.td-swiper-next { right: 10px !important; }

/* Arrow Icons */
.td-swiper-prev::after, .td-swiper-next::after {
    content: "" !important;
    width: 14px !important;
    height: 14px !important;
    border-top: 3px solid #fff !important;
    border-right: 3px solid #fff !important;
    display: block !important;
    position: absolute;
    top: 32%;
    left: 32%;
}

.td-swiper-prev::after {
    transform: rotate(-135deg) !important;
}

.td-swiper-next::after {
    transform: rotate(45deg) !important;
}

/* Pagination dots */
.td-swiper-pagination .swiper-pagination-bullet {
    background: white !important;
}
