@import url("https://fonts.googleapis.com/css2?family=Gothic+A1:wght@400;500&family=Graduate&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Anek+Malayalam&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Gothic+A1:wght@400;500&family=Graduate&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Faustina:wght@300;400&display=swap");

:root {
    --brand: rgb(119, 216, 110);
}

:root {
    --grad: rgba(0, 0, 0, 0.5);
}

:root {
    --red: rgb(224, 70, 70);
}

* {
    margin: 0;
}

body {
    background: #f1eff0;
}

.topbar {
    background-color: #f1eff0;
}

.topbarc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 80px;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    padding: 0;
    background-color: #f1eff0;
}

.topbarc .toprow {
    width: 100%;
    justify-content: space-evenly;
}

.topbarc .toprow .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
}

.topbarc .toprow .logo img {
    height: 80px;
    width: 100%;
}

.topbarc .toprow .logo:hover {
    cursor: pointer;
}

.topbarc .toprow .call {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-size: cover;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
}

.topbarc .toprow .call img {
    width: 150px;
    height: 40px;
    margin-top: 19px;
    background-size: cover;
}

.topbarc .toprow .call:hover {
    cursor: pointer;
}

.topbarc .toprow .trip {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -o-object-fit: cover;
    object-fit: cover;
    height: 50px;
    width: 150px;
    margin-top: 15px;
    /* margin-right: 90px; */
    margin-right: 30px;
}

.topbarc .toprow .trip img {
    width: 150px;
    height: 30px;
}

.topbarc .toprow .trip:hover {
    cursor: pointer;
}

.topbarc .toprow .socials {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-around;
}

.topbarc .toprow .socials .select {
    width: 100px;
    margin-top: 18px;
}

.topbarc .toprow .socials .socialmedia {
    display: flex;
    justify-content: end;
    gap: 20px;
    margin: auto 0;
    /* padding-top: 30px; */
}

.bar {
    z-index: 10;
    position: relative;
    background-color: transparent;
}

.bar .navbar {
    font-family: "Graduate", cursive;
    text-decoration: none;
    font-size: 23px;
    color: white;
    padding: 20px 90px 0 90px;
}

.bar .navbar-brand {
    color: white;
    font-size: 23px;
}

.bar li {
    padding-bottom: 20px;
}

#barid {
    background-color: rgba(0, 0, 0, 0.712);
}

#barid:hover {
    background-color: black;
}

.navbar-brand:hover,
.hovered-nav-item {
    border-top: 2px solid white;
    border-bottom: 2px solid white;
}

.barchange,
.barcustom {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: black;
    color: white;
}

.navbar-expand-lg .navbar-nav {
    grid-gap: 20px;
}

#nav-team {
    display: none;
}

#nav-company-info-mobile-active {
    display: none;
}

.bar:hover {
    background-color: black;
    color: white;
    cursor: pointer;
}

.bar:hover .navbar-brand {
    color: white;
    cursor: pointer;
}

.dropdown {
    display: none;
    position: absolute;
    position: -webkit-sticky;
    position: sticky;
    top: 75px;
    width: 100%;
    /* height: 100%; */
    z-index: 3;
}

.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    /* height: 100%; */
    background-color: black;
    padding: 30px;
    border-top: 1px solid white;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.menu .firstdrop {
    font-family: "Anek Malayalam", sans-serif;
    color: white;
    line-height: 30px;
    padding-left: 50px;
    border-right: 1px solid white;
    width: 300px;
    /* height: 360px; */
    position: relative;
}

/* .firstdrop::-webkit-scrollbar {
    width: 5px;
    border-radius: 10px;
}

.firstdrop::-webkit-scrollbar-track {
    background: transparent;
}


.firstdrop::-webkit-scrollbar-thumb {
    background: #888;
}


.firstdrop::-webkit-scrollbar-thumb:hover {
    background: #555;
} */

.menu .firstdrop ul {
    list-style-type: none;
}

.menu .firstdrop ul li {
    padding-left: 10px;
}

.menu .firstdrop ul a {
    text-decoration: none;
    color: white;
}

.menu .firstdrop li:hover {
    border-left: 1px solid white;
    background-color: rgba(103, 103, 103, 0.25);
}

.menu-companyinfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background-color: black;
    padding: 30px;
    border-top: 1px solid white;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}

.menu-companyinfo .firstdrop-ci {
    font-family: "Anek Malayalam", sans-serif;
    color: white;
    line-height: 30px;
    padding-right: 50px;
    border-left: 1px solid white;
    text-align: end;
}

.menu-companyinfo .firstdrop-ci ul {
    list-style-type: none;
}

.menu-companyinfo .firstdrop-ci ul li {
    width: 250px;
    padding-right: 10px;
}

.menu-companyinfo .firstdrop-ci ul a {
    text-decoration: none;
    color: white;
}

.menu-companyinfo .firstdrop-ci .interfirstdrop {
    width: 300px;
}

.menu-companyinfo .firstdrop-ci li:hover {
    cursor: pointer;
    border-right: 1px solid white;
    background-color: rgba(103, 103, 103, 0.25);
}


/* custom css */
.desc h3{
  font-family: "Anek Malayalam", sans-serif;
  font-size: 30px;
  color: white;
  padding: 10px 10px 10px 10px;
  margin: 0;
  text-align: center;
}
.popular-activities h2 {
  font-family: "Graduate", cursive;
  text-align: center;
  padding-top: 20px;
}

/* custom css end */

.seconddrop {
    display: none;
    position: absolute;
    font-family: "Anek Malayalam", sans-serif;
    color: white;
    max-height: 300px;
    line-height: 30px;
    padding-left: 20px;
    margin-left: 200px;
    top: 0px;
    width: 100%;
    column-count: 1;
}

.seconddrop ul {
    list-style-type: none;
}

.seconddrop ul a {
    text-decoration: none;
    color: white;
}

.seconddrop li {
    padding-left: 10px;
    color: white;
    width: 100%;
}

.seconddrop li:hover {
    border-left: 2px solid white;
    background-color: rgba(103, 103, 103, 0.25);
}

.dropdownimg {
    display: -webkit-box;
    display: -ms-flexbox;
    /* display: flex; */
    width: 25%;
    position: relative;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    justify-self: flex-end;
}

.dropdownimg1 {
    display: -webkit-box;
    display: -ms-flexbox;
    /* display: flex; */
    width: 25%;
    margin-right: -250px;
    position: relative;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    justify-self: flex-end;
}

.dropdownimg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.dropdownimg1 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.dropdownimg-ci {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    height: 270px;
    position: relative;
    justify-self: start;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

.dropdownimg-ci img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#carouselExampleFade {
    margin-top: -74px;
    overflow: hidden;
    z-index: 0;
}

.trip_plan {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: white;
    padding-bottom: 20px;
}

.bi-people,
.bi-chat,
.bi-credit-card {
    width: 10px;
}

.plan {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

.pc1 {
    text-align: center;
    margin-top: 20px;
}

.pc1 h1 {
    font-family: "Graduate", cursive;
    font-size: medium;
}

.pc1 h2 {
    font-family: "Anek Malayalam", sans-serif;
    font-size: small;
    color: var(--brand);
}

.pc2,
.pc3,
.pc4 {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 70px;
}

.pc2 h1,
.pc3 h1,
.pc4 h1 {
    font-family: "Graduate", cursive;
    font-size: large;
    position: absolute;
    margin-top: 4px;
    margin-left: 25px;
}

.pc2 h2,
.pc3 h2,
.pc4 h2 {
    font-family: "Anek Malayalam", sans-serif;
    font-size: medium;
    position: absolute;
    margin-top: 30px;
    margin-left: 25px;
    color: var(--brand);
}

.pc2 h3,
.pc3 h3,
.pc4 h3 {
    font-family: "Anek Malayalam", sans-serif;
    font-size: small;
    position: absolute;
    margin-top: 50px;
    margin-left: 26px;
}

#info {
    position: relative;
    padding: 30px 80px;
    width: 100%;
    /* height: 100%; */
    background-repeat: no-repeat;
    background-size: cover;
}

#info h1 {
    font-family: "Graduate", cursive;
    text-align: center;
    margin-left: 20px;
    color: white;
    padding: 10px;
}

#info .indexdesc {
    font-family: "Anek Malayalam", sans-serif;
    text-align: center;
    color: rgba(255, 254, 242, 0.75);
    line-height: 25px;
}

.teamindex h1 {
    padding-top: 20px;
    font-family: "Graduate", cursive;
    color: rgb(0, 0, 0);
}

.teamrow {
    max-width: 81%;
    margin: 0 auto;
}

.teamrow button {
    display: none;
}

.teaming {
    width: 450px;
    padding: 10px;
    overflow: hidden;
}

.teaming .image {
    width: 100%;
    height: 100%;
}

.teaming img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.teaming a {
    text-decoration: none;
}

.teaming .description {
    max-width: inherit;
    text-align: center;
    margin-top: -170px;
    position: relative;
    z-index: 5;
}

.teaming .description h1 {
    font-family: "Anek Malayalam", sans-serif;
    font-size: 1.5vw;
    text-align: bottom;
    color: white;
    -webkit-filter: drop-shadow(0 0.2rem 0.25rem black);
    filter: drop-shadow(0 0.2rem 0.25rem black);
}

.teaming .description h2 {
    font-family: "Anek Malayalam", sans-serif;
    font-size: 0.8vw;
    text-align: bottom;
    color: white;
    -webkit-filter: drop-shadow(0 0.2rem 0.25rem black);
    filter: drop-shadow(0 0.2rem 0.25rem black);
}

.team-socialindi {
    width: 50px;
}

.tripadvisor {
    /* height: 100%; */
    background-color: white;
}

.tripcontainer {
    width: 90%;
}

.tripadvisor .trippic img {
    width: 100%;
}

.tripadvisor .trippic {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tripadvisor .trippic p {
    text-align: center;
}

.tripreview {
    display: flex;
    justify-content: center;
}

.tripreview h1 {
    font-size: 20px;
    padding: 0 20px 20px;
    margin: 0;
}

.review {
    margin: 20px;
    padding: 20px;
}

.reviews {
    height: 200px;
    padding: 10px;
    background-color: white;
    overflow: hidden;
    margin: 0 10px;
    border: 1px solid rgb(234, 236, 237);
    border-radius: 5px;
}

.reviews .iconpic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.reviews .iconpic img {
    width: 40px;
    height: 40px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 25px;
}

.reviews .name {
    padding: 0;
}

.reviews .name h1 {
    font-size: 16px;
    margin: 0;
    color: #3e5f9d;
}

.reviews .name p {
    font-size: 10px;
    color: #b8c4db;
}

.reviews .owl img {
    width: 20px;
    height: 20px;
    border-radius: 25px;
}

.reviews .circles {
    width: 100%;
    height: 30px;
}

.reviews .circles img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.reviews .textsreview {
    padding: 5px 0 0 0;
    height: 100%;
    overflow: hidden;
}

.reviews .textsreview .textreviewdesc {
    height: 80px;
    padding: 10px;
    font-size: 12px;
    font-style: normal;
    overflow-y: scroll;
}

.textreviewdesc::-webkit-scrollbar {
    width: 5px;
}

.textreviewdesc::-webkit-scrollbar-track {
    background: transparent;
}

.textreviewdesc::-webkit-scrollbar-thumb {
    background: rgb(180, 180, 180);
}

.tripreview a {
    text-decoration: none;
    color: rgb(0, 166, 128);
}

.tripreview h1:hover {
    color: rgb(0, 166, 128);
    filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 166, 128, 0.767));
}

.whyus {
    padding: 10px;
    /* height: 100%; */
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
}

.whyus h1 {
    font-family: "Graduate", cursive;
    text-align: center;
    color: white;
    padding: 0 0 10px 0;
}

.whyus .points {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.whyus .points .part1,
.whyus .points .part2 {
    height: 100%;
    width: 50%;
    padding: 0 30px;
}

.whyus .points .part1 h2,
.whyus .points .part2 h2 {
    font-family: "Anek Malayalam", sans-serif;
    font-size: 30px;
    color: white;
}

.whyus .points .part1 h2 .bi-check2-all,
.whyus .points .part2 h2 .bi-check2-all {
    color: var(--brand);
}

.whyus .points .part1 .insides,
.whyus .points .part2 .insides {
    padding-left: 50px;
    font-family: "Anek Malayalam", sans-serif;
    font-size: 15px;
    color: rgba(255, 254, 242, 0.75);
    word-spacing: 2px;
    line-height: 20px;
    font-style: normal;
}

.popular-activities h1 {
    font-family: "Graduate", cursive;
    text-align: center;
    padding-top: 20px;
}

.popular-activities .popularactivity_desc {
    font-family: "Anek Malayalam", sans-serif;
    font-size: 15px;
    padding: 0 100px;
    line-height: 25px;
    word-spacing: 2px;
    text-align: center;
}

.activities {
    max-width: 90%;
    margin: 0 auto;
    padding: 0 0 20px 0;
    justify-content: center;
}

.act {
    padding: 0;
    overflow: hidden;
    height: 350px;
    width: 300px;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 20px 10px 0 10px;
    cursor: pointer;
}

.act img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    transition: 0.5s;
}

.act a {
    text-decoration: none;
}

.desc {
    padding: 0;
    height: 100%;
    max-width: 100%;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(0, 0, 0, 0)),
        color-stop(52.28%, rgba(4, 2, 2, 0.93)),
        color-stop(72.21%, #000000),
        color-stop(100%, #020202),
        to(rgba(0, 0, 0, 0))
    );
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(4, 2, 2, 0.93) 52.28%,
        #000000 72.21%,
        #020202 100%,
        rgba(0, 0, 0, 0) 100%
    );
    position: relative;
    margin-top: -55px;
    transition: 1s;
}

.desc p {
    color: white;
    margin: 0;
}

.desc h2 {
    font-family: "Anek Malayalam", sans-serif;
    font-size: 30px;
    color: white;
    padding: 10px 10px 10px 10px;
    margin: 0;
    text-align: center;
}

.desc .tripinformation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 80px;
    width: 290px;
    padding: 0 10px;
    gap: 10px;
}

.desc #icontxt {
    font-family: "Gothic A1", sans-serif;
    font-size: 15px;
    padding: 20px 10px 10px 30px;
    color: white;
    margin: 0;
}

.desc .climb,
.desc .money {
    padding-top: 10px;
}

#activities_page {
    justify-content: center;
}

.act:hover .desc {
    margin-top: -200px;
    /*Jquery change for hover 200px for 1 line  240px for 2 line and 270px for 3 line name*/
    -webkit-transition: 1s;
    /* transform: scale(1.07);  old version*/
    transition: 0.7s;
    cursor: pointer;
}

.act:hover img {
    transform: scale(1.2);
    transition: 0.5s;
}

.indexstoryup {
    background-color: white;
}

.indexstory {
    padding: 0;
}

.story {
    background-color: white;
    padding: 20px 20px;
    margin-top: 20px;
    height: 100%;
}

.story h2 {
    font-family: "Graduate", cursive;
    text-align: center;
}

.story .storysec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.story .storysec .part1 img {
    display: block;
    margin-left: auto;
    margin-right: auto;

    width: 100%;
    padding: 0 20px;
}

.story .storysec .part2 {
    padding-right: 60px;
    padding-top: 10px;
}

.story .storysec .part2 .ourstorydesc {
    font-family: "Anek Malayalam", sans-serif;
    font-size: 17px;
}

.videos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 40px 20px 40px;
}

.enquire {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    /* height: 100%; */
    padding: 20px;
    background-repeat: no-repeat;
    background-size: cover;
}

.enquire h1 {
    font-family: "Graduate", cursive;
    text-align: center;
    color: white;
}

.enquire .form {
    row-gap: 20px;
    padding: 20px;
}

.enquire .form .textbox {
    width: 100%;
    height: 40px;
    padding: 10px 10px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #999999;
    outline: none;
    color: white;
}

.enquire .textbox1 {
    width: 100%;
    height: 100px;
    padding: 10px 10px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #999999;
    outline: none;
    color: white;
}

.enquire ::-webkit-input-placeholder {
    color: lightgray;
}

.enquire :-ms-input-placeholder {
    color: lightgray;
}

.enquire ::-ms-input-placeholder {
    color: lightgray;
}

.enquire ::placeholder {
    color: lightgray;
}

input[type="date"i]::-webkit-calendar-picker-indicator {
    height: 25px;
    width: 25px;
    filter: invert(1);
}

.enquire .btn1 {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    padding: 10px 20px;
    background: transparent;
    border: 1px solid var(--red);
    color: var(--red);
    font-weight: 30;
}

.enquire .btn1:hover {
    color: var(--brand);
    border: 1px solid var(--brand);
    font-weight: 100;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -webkit-filter: drop-shadow(0 0.2rem 0.25rem rgba(123, 222, 142, 0.767));
    filter: drop-shadow(0 0.2rem 0.25rem rgba(123, 222, 142, 0.767));
}

.enquire form {
    display: flex;
    flex-direction: column;
}

.associations {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    padding: 10px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.associations .assologo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-gap: 40px;
}

.assologo {
    width: 70%;
    height: 100px;
    overflow-y: scroll;
    overflow-x: none;
}

.assologo::-webkit-scrollbar {
    height: 0;
}

.assologo::-webkit-scrollbar-track {
    background: transparent;
}

.assologo::-webkit-scrollbar-thumb {
    background: rgb(180, 180, 180);
}

.assologo::-webkit-scrollbar-thumb:hover {
    background: rgb(183, 183, 183);
}

.associations .assologo .asso1 img,
.associations .assologo .asso2 img,
.associations .assologo .asso4 img,
.associations .assologo .asso5 img {
    width: 230px;
    height: 50px;
    -o-object-fit: contain;
    object-fit: contain;
}

.associations .assologo .asso3 img {
    width: 80px;
    height: 70px;
}

.footer {
    padding: 50px 50px 10px 50px;
    background-color: #181818f9;
    color: rgba(255, 255, 255, 0.607);
}

.footer .row {
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.607);
}

.footer .row .footersec1 {
    padding-left: 40px;
}

.footer .row .footersec1 a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.607);
}

.footer .row .footersec2 a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.607);
}

.footer .row .footersec2 {
    padding-left: 40px;
}

.footer .row .footersec3 {
    padding-left: 0px;
}

.footer .row .footersec3 a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.607);
}

.footer .row h1 {
    font-family: "Graduate";
    font-size: 20px;
    color: #c8d8e4;
}

.footer .row ul {
    font-family: "Faustina", serif;
    list-style: none;
    padding-left: 0;
}

.footer .row .footersec1 a:hover {
    color: white;
}

.footer .row .footersec2 a:hover {
    color: white;
}

.footer .row .footersec3 a:hover {
    color: white;
}

.footer .copyrights a:hover {
    color: white;
}

.footer .row .footersec {
    padding-right: 20px;
}

.footer .row .footersec h1 {
    color: var(--red);
}

.footer .row .input1 {
    padding: 10px;
    width: 66%;
    height: 35px;
}

.footer .row .input2 {
    margin-top: 10px;
    width: 99%;
    padding: 10px;
    height: 35px;
}

.footer .row button {
    background-color: transparent;
    border: 1px solid var(--red);
    font-weight: 30;
    height: 35px;
    width: 100px;
    color: var(--red);
}

.footer .row button:hover {
    color: var(--brand);
    border: 2px solid var(--brand);
    font-weight: 100;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -webkit-filter: drop-shadow(0 0.2rem 0.25rem rgba(123, 222, 142, 0.767));
    filter: drop-shadow(0 0.2rem 0.25rem rgba(123, 222, 142, 0.767));
}

.footer .row .textareas {
    width: 370px;
    padding-right: 10px;
}

.footer .row .footer_socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    width: 370px;
    height: 35px;
    margin-top: 20px;
}

.footer .row .footersocial {
    width: 10%;
    height: 100%;
    border: white 1.5px solid;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 7px;
}

.footer .row .footersocial1 {
    width: 10%;
    height: 100%;
    border: white 1.5px solid;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 4px;
}

.footer .row .iconify {
    position: relative;
    z-index: 1;
    margin-top: -5px;
}

.footer .row .footersocial .iconify {
    margin-top: -8px;
}

.footer .row .payments {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 370px;
    margin-top: 10px;
    -ms-flex-pack: distribute;
    justify-content: center;
    gap: 30px;
    height: 50px;
}

.footer .row .methods {
    width: 15%;
    height: 80%;
}

.footer .row .methods img {
    width: 100%;
    height: 100%;
    background-size: fill;
    background-repeat: no-repeat;
}

.footer_socials .footersocial:hover {
    cursor: pointer;
    border: 1px solid var(--brand);
    -webkit-filter: drop-shadow(0 0.2rem 0.25rem rgba(123, 222, 142, 0.767));
    filter: drop-shadow(0 0.2rem 0.25rem rgba(123, 222, 142, 0.767));
}

.footer_socials .footersocial1:hover {
    cursor: pointer;
    border: 1.5px solid var(--brand);
    -webkit-filter: drop-shadow(0 0.2rem 0.25rem rgba(123, 222, 142, 0.767));
    filter: drop-shadow(0 0.2rem 0.25rem rgba(123, 222, 142, 0.767));
}

.footer .copyrights {
    padding: 15px;
    display: flex;
    justify-content: space-between;
}

.footer .copyrights p {
    margin: 0;
}

.footer .copyrights a {
    color: rgba(255, 255, 255, 0.607);
    text-decoration: none;
}

.banimg {
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: -74px;
}

.banimg img {
    width: 100%;
    height: 100%;
}

.banimg .info {
    width: 70%;
    position: absolute;
    color: white;
    margin-top: -200px;
    /* margin-bottom: 20px;; */
    margin-left: 100px;
}

.banimg .info a {
    text-decoration: none;
}

.banimg .info h1 {
    font-family: "Graduate", cursive;
}

.banimg .info .infodesc {
    font-family: "Anek Malayalam", sans-serif;
    font-size: large;
    text-align: start;
    padding-bottom: 20px;
}

.desinfo {
    width: 100%;
    /* height: 100%; */
    background-color: white;
    padding: 50px;
    text-align: center;
}

.desinfo h1 {
    font-family: "Graduate", cursive;
    padding-bottom: 20px;
}

.desinfo .descinfodesc {
    font-family: "Anek Malayalam", sans-serif;
    font-size: large;
}

.legaldoc {
    /* height: 100%; */
    padding: 40px;
    background-color: white;
}

.legaldoc h1 {
    font-family: "Graduate", cursive;
    padding-bottom: 20px;
    text-align: center;
}

.legaldoc .legaldocdesc {
    font-family: "Anek Malayalam", sans-serif;
    font-size: large;
    text-align: center;
}

.firstdoc .row img {
    height: 100%;
    width: 100%;
}

.bookings {
    width: 100%;
    /* height: 100%; */
    background-color: white;
    padding: 50px;
    text-align: center;
}

.bookings h1 {
    font-family: "Graduate", cursive;
    padding-bottom: 20px;
}

.bookings .companypolicy {
    font-family: "Anek Malayalam", sans-serif;
}

.desinfo .desinfodesc {
    font-family: "Anek Malayalam", sans-serif;
}

.policy1,
.policy2,
.policy3 {
    width: 100%;
    /* height: 100%; */
    background-color: white;
    padding: 50px;
    text-align: center;
    color: rgb(0, 0, 0);
}

.policy1 h1,
.policy2 h1,
.policy3 h1 {
    font-family: "Graduate", cursive;
    padding-bottom: 20px;
}

.policy1 .companypolicy,
.policy2 .companypolicy,
.policy3 .companypolicy {
    font-family: "Anek Malayalam", sans-serif;
}

.list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-gap: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 40px 20px;
}

.list a {
    text-decoration: none;
}

.list .rtrips {
    height: 350px;
    width: 300px;
}

.list .rtrips .ext {
    height: 100%;
    width: 100%;
    padding: 10px;
    color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -350px;
    position: relative;
    z-index: 2;
    transition: 1s;
}

.list .rtrips img {
    width: 100%;
    height: 100%;
}

.list .rtrips .ext h1 {
    font-family: "Anek Malayalam", sans-serif;
    font-size: 40px;
    text-align: center;
}

.list .rtrips .ext .extdesc {
    font-family: "Anek Malayalam", sans-serif;
    font-size: 10px;
    padding: 30px 10px 10px 10px;
    text-align: center;
}

.list .ext:hover {
    background-color: var(--grad);
    color: white;
    -webkit-transition: 1s;
    transition: 0.6s;
    cursor: pointer;
}

.teamin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-gap: 20px;
    padding: 20px;
}

.teamin .member {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.teamin .member .deco {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    width: 90%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-left: 2px double #999999;
    border-right: 2px double #999999;
}

.teamin .member .deco .extdiv {
    overflow: hidden;
}

.teamin .member .deco .memp1 {
    background-repeat: no-repeat;
    background-size: fill;
}

.teamin .member .deco .memp1 img {
    background-size: fill;
    width: 100%;
    height: 100%;
}

.teamin .member .deco .memp1:hover {
    cursor: pointer;
    -webkit-transform: scale(1.2);
    transform: scale(1.03);
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
}

.teamin .member .deco .memp2 {
    padding: 20px 20px 20px 50px;
    color: white;
}

.teamin .member .deco .memp2 h1 {
    font-family: "Graduate", cursive;
    font-size: 35px;
}

.teamin .member .deco .memp2 h2 {
    font-family: "Graduate", cursive;
    font-size: 20px;
}

.teamin .member .deco .memp2 .teammemberdesc {
    font-family: "Anek Malayalam", sans-serif;
    font-size: 15px;
    padding-top: 20px;
}

#team-social-media a {
    margin-left: 3px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 4px;
}

#team-social-media .iconify:hover {
    text-shadow: 2px 2px 4px #000000;
    transform: scale(1.2);
    transition: 0.3s;
}

/* .contactdes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 450px;
    height: 230px;
    background-color: white;
    position: absolute;
    margin-top: -250px;
    margin-left: 10px;
    padding: 20px;
    grid-gap: 10px;
}

.contactdes .contactdes1 {
    width: 40%;
}

.contactdes h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    font-weight: 500;
    -webkit-filter: drop-shadow(0 0.2rem 0.25rem #999999);
    filter: drop-shadow(0 0.2rem 0.25rem #999999);
}

.contactdes p {
    font-family: "Anek Malayalam", sans-serif;
    font-size: 15px;
    margin-bottom: 6px;
    color: #999999;
} */

.contactus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px;
    grid-gap: 30px;
}

.contactus .p1 {
    max-height: 100%;
    width: 68%;
    padding: 40px;
    background-color: white;
}

.contactus .p1 h1 {
    font-family: "Graduate", cursive;
    font-size: 50px;
}

.contactus .p1 .p1desc {
    font-family: "Anek Malayalam", sans-serif;
    font-size: 15px;
    padding: 20px 0;
}

.contactus .p1 .textboxs {
    height: 50px;
    width: 48.5%;
    background: transparent;
    border: none;
    border-bottom: 1px solid var(--grad);
    outline: none;
    padding: 15px;
}

.contactus .p1 .textboxs:focus {
    border-bottom: 1px solid var(--red);
}

.contactus .p1 .textboxs1:focus {
    border-bottom: 1px solid var(--red);
}

.contactus .p1 .textboxs1 {
    width: 100%;
    height: 90px;
    background: transparent;
    border: none;
    border-bottom: 1px solid var(--grad);
    outline: none;
    padding: 15px;
}

.textboxcontactus {
    display: flex;
    justify-content: space-between;
}

.contactus .p1 .message {
    height: 40px;
    width: 250px;
    background-color: transparent;
    border: 2px solid var(--red);
    color: var(--red);
}

.contactus .p1 .message:hover {
    border: 2px solid var(--brand);
    color: var(--brand);
    -webkit-filter: drop-shadow(0 0.2rem 0.25rem rgba(123, 222, 142, 0.767));
    filter: drop-shadow(0 0.2rem 0.25rem rgba(123, 222, 142, 0.767));
}

.contactus .p2 {
    max-height: 100%;
    width: 30%;
    background-color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    padding: 30px;
}

.contactus .p2 h1 {
    font-family: "Graduate", cursive;
    font-size: 35px;
    text-align: center;
}

.contactus .p2 .p2desc {
    padding: 20px 0 0 0;
}

.contactus .p2 .sections {
    padding: 10px 30px;
    display: flex;
    gap: 30px;
}

.contactus .p2 .sectionlogo {
    width: 50px;
    height: 50px;
}

.contactus .p2 .sectiondesc h2 {
    font-family: "Anek Malayalam", sans-serif;
    font-size: 20px;
    text-align: start;
}

.contactus .p2 .sectiondesc h3 {
    font-family: "Anek Malayalam", sans-serif;
    font-size: 20px;
    color: #616161;
    text-align: start;
}

.contactus .p2 .sections .iconify:hover {
    cursor: pointer;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    -webkit-filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.642));
    filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.642));
}

.contactus .p2 .sectiondesc:hover {
    cursor: pointer;
    color: var(--brand);
}

.contactus .p2 .sectiondesc h2:hover {
    transform: scale(1.05);
    transition: transform 0.2s;
}

.contactus .p2 .sectiondesc h2:hover {
    transform: scale(1.05);
    transition: transform 0.2s;
}

.contactus .sections a {
    text-decoration: none;
    color: inherit;
}

.sec1 {
    /* height: 100%; */
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;
    text-align: center;
}

.sec1 h2 {
    font-family: "Graduate", cursive;
    font-size: 50px;
}

.sec1 .photodesc {
    font-family: "Anek Malayalam", sans-serif;
    font-size: 18px;
    padding: 20px;
    text-align: left;
}

.desinfodesc {
    text-align: left;
}

.companypolicy {
    text-align: left;
}

.legaldocdesc {
    text-align: left;
}

.sec1 .services {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-gap: 20px;
}

.sec1 .row {
    row-gap: 20px;
}

.sec1 .row .photologo #logo {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sec1 .photologo a {
    text-decoration: none;
    color: #000000;
}

.sec1 #logo:hover {
    color: var(--brand);
}

.sec1 #logo:hover .iconify {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    -webkit-filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.642));
    filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.642));
}

.serviceindi {
    /* height: 100%; */
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;
    text-align: center;
}

.serviceindi h2 {
    font-family: "Graduate", cursive;
    font-size: 50px;
}

.serviceindi p {
    font-family: "Anek Malayalam", sans-serif;
    font-size: 18px;
    padding: 20px;
}

.servicedesc {
    text-align: left;
}

.btn2 {
    padding: 10px 20px;
    background: transparent;
    border: 2px solid var(--red);
    color: var(--red);
    font-weight: 200;
    text-decoration: none;
    text-align: center;
}

.btn2:hover:hover {
    color: var(--brand);
    border: 2px solid var(--brand);
    font-weight: 100;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -webkit-filter: drop-shadow(0 0.2rem 0.25rem rgba(123, 222, 142, 0.767));
    filter: drop-shadow(0 0.2rem 0.25rem rgba(123, 222, 142, 0.767));
}

.breadcrumblist {
    padding: 20px 100px;
}

.breadcrumb {
    margin: 0;
}

.breadcrumb-item {
    font-size: 20px;
    font-family: "Anek Malayalam", sans-serif;
}

.breadcrumb-item a {
    text-decoration: none;
    color: black;
}

.active a {
    color: var(--red);
}

.infotd {
    /* height: 100%; */
    width: 100%;
    background-color: white;
    padding: 20px 100px;
}

.infotd h2 {
    font-family: "Graduate", cursive;
    font-size: 50px;
    text-align: start;
    padding-bottom: 20px;
}

.infotd .infotddesc {
    font-family: "Anek Malayalam", sans-serif;
    font-size: 18px;
    padding-left: 30px;
}

.tdlogo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    height: 140px;
    padding: 20px 60px;
}

.tdlogo .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 20%;
    height: 100px;
    padding: 10px 10px 10px 30px;
    border-right: 2px solid black;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.tdlogo .logo .iconify {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.tdlogo .logo img {
    width: 50px;
    height: 50px;
    align-self: center;
}

.tdlogo .logo .des {
    padding: 10px;
    text-align: end;
}

.tdlogo .logo .des h2 {
    font-family: "Graduate", cursive;
    font-size: 20px;
}

.tdlogo .logo .des h3 {
    font-family: "Anek Malayalam", sans-serif;
    font-size: 20px;
}

.tdlogo .logo1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 20%;
    height: 100px;
    padding: 10px 10px 10px 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.tdlogo .logo1 .iconify {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.tdlogo .logo1 .des {
    padding: 10px;
    text-align: end;
}

.tdlogo .logo1 .des h2 {
    font-family: "Graduate", cursive;
    font-size: 20px;
}

.tdlogo .logo1 .des h3{
    font-family: "Anek Malayalam", sans-serif;
    font-size: 20px;
}

.iterdetails {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
}

.iterdetails .iterinary {
    height: 100%;
    width: 60%;
    background-repeat: no-repeat;
    background-size: cover;
}

.iterdetails .iterinary h2 {
    font-family: "Graduate", cursive;
    font-size: 40px;
    padding: 10px;
    text-align: center;
    color: white;
    border-bottom: 2px solid white;
}

.iterdetails .iterinary .iterinarydesc {
    padding: 10px 60px;
}

.iterdetails .iterinary .iterinarydesc {
    font-family: "Anek Malayalam", sans-serif;
    font-size: 15px;
    color: white;
}

.iterdetails .iterinary .iterinarydesc h2 {
    font-family: "Graduate", cursive;
    font-size: 30px;
    color: rgb(135, 195, 54);
}

.iterdetails .includes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    width: 40%;
    padding-bottom: 20px;
    background-color: white;
}

.iterdetails .includes h2 {
    font-family: "Graduate", cursive;
    font-size: 40px;
    padding: 10px 0 10px 0;
    text-align: center;
    color: black;
    border-bottom: 2px solid black;
}

.iterdetails .includes .includesdesc1 {
    font-family: "Graduate", cursive;
    font-size: 30px;
    padding: 10px 0 10px 0;
    color: black;
}

.iterdetails .includes .includesdesc {
    font-family: "Anek Malayalam", sans-serif;
    font-size: 15px;
    padding: 10px 30px;
}

.iterdetails .includes .btn2 {
    width: 200px;
    background: transparent;
    border: 2px solid var(--red);
    color: var(--red);
    font-weight: 700;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    margin-left: 20px;
}

.iterdetails .includes .btn2:hover {
    color: var(--brand);
    border: 2px solid var(--brand);
    font-weight: 100;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -webkit-filter: drop-shadow(0 0.2rem 0.25rem rgba(123, 222, 142, 0.767));
    filter: drop-shadow(0 0.2rem 0.25rem rgba(123, 222, 142, 0.767));
}

.carousel-inner {
    width: 100%;
    height: 100%;
}

.bg-1,
.bg-2,
.bg-3 {
    width: 100%;
    height: 100%;
    background-size: cover;
}

.carousel-caption {
    bottom: 220px;
    z-index: 2;
}

.carousel-caption h5 {
    font-size: 85px;
    text-transform: capitalize;
    letter-spacing: 2px;
    margin-top: 25px;
    font-family: "Moon Dance", cursive;
}

.carousel-caption p {
    width: 60%;
    margin: auto;
    font-size: 18px;
    line-height: 1.9;
}

.carousel-caption a {
    text-transform: uppercase;
    text-decoration: none;
    padding: 5px 20px;
    display: inline-block;
    color: #fff;
    margin-top: 15px;
    border-radius: 5px;
}

.carousel-inner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.carousel-indicators {
    bottom: 10px;
    height: 50px;
}

.carousel-indicators img {
    height: 50px;
}

.carousel-indicators button {
    width: 100px !important;
}

.video {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.video h2,
.video iframe {
    font-family: "Graduate", cursive;
    font-size: 40px;
    padding: 5px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.mapouter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    align-self: center;
}

.tabs {
    /* height: 100%; */
}

.ui-widget.ui-widget-content {
    padding: 0px;
    border: none;
}

.ui-tabs .ui-tabs-nav {
    height: 90px;
    background: transparent;
    border: none;
    border-bottom: 2px solid #7a7a7a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

.ui-tabs .ui-tabs-nav li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 34%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: transparent;
    border: none;
    border-top: 2px solid #7a7a7a;
}

.ui-tabs .ui-tabs-nav {
    text-align: center;
    padding: 25px 40px 0 40px;
}

.ui-tabs .ui-tabs-nav h2 {
    font-family: "Graduate", cursive;
    font-size: 20px;
    color: white;
}

.ui-tabs .ui-tabs-nav p {
    font-family: "Anek Malayalam", sans-serif;
    font-size: 15px;
    color: white;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    width: 100%;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    background-color: rgba(255, 255, 255, 0.078);
}

.ui-tabs .ui-tabs-panel {
    padding: 30px 0;
}

#tab1 h1,
#tab2 h1,
#tab3 h1 {
    font-family: "Graduate", cursive;
    font-size: 20px;
    text-align: center;
    color: white;
    background-color: rgba(255, 255, 255, 0.078);
    padding: 10px;
    margin-top: 10px;
}

.tab1desc,
.tab2desc,
.tab3desc {
    font-family: "Anek Malayalam", sans-serif;
    color: white;
    padding: 20px 117px;
}

.tab1desc h2 {
    color: rgb(135, 195, 54);
}

.tab2desc h2 {
    color: rgb(135, 195, 54);
}

.tab3desc h2 {
    color: rgb(135, 195, 54);
}

@media (max-width: 350px) {
    .breadcrumblist {
        padding: 20px 20px;
    }

    .whyus .points .part1 .insides {
        padding: 0;
    }

    .whyus .points .part2 .insides {
        padding: 0;
    }

    .tab1desc,
    .tab2desc,
    .tab3desc {
        padding: 10px;
    }

    .iterdetails .iterinary .iterinarydesc {
        padding: 10px 20px;
    }

    .teaming .description h1 {
        font-size: 20px;
    }

    .teaming .description h2 {
        font-size: 10px;
    }

    .footer .copyrights {
        flex-direction: column;
        text-align: center;
    }

    .contactus .p1 {
        width: 100%;
    }

    .topbar {
        height: 85px;
    }

    .topbarc,
    .toprow {
        height: 400px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .topbarc .call,
    .topbarc .trip,
    .topbarc .socials,
    .toprow .call,
    .toprow .trip,
    .toprow .socials {
        visibility: hidden;
    }

    .bar {
        background-color: var(--grad);
    }

    #dropdown-activities .firstdrop .seconddrop {
        width: 300px;
        column-count: unset;
        overflow-y: scroll;
    }

    .bar .navbar {
        padding: 10px;
    }

    .bar .navbar-expand-lg .navbar-nav {
        text-align: end;
        margin-top: 5px;
        color: white;
    }

    .bar .nav-item {
        padding: 0;
    }

    .bar .navbar-brand {
        font-size: 20px;
    }

    .bar .navbar-collapse {
        margin-top: 10px;
        border-top: 1px solid white;
    }

    .bar #nav-team {
        display: block;
    }

    .bar #nav-company-info {
        display: none;
    }

    .bar #nav-company-info-mobile-active {
        display: block;
    }

    .bar #nav-company-info {
        display: none;
    }

    .bar #nav-company-info-mobile-active {
        display: block;
    }

    .dropdown {
        top: 68px;
    }

    #dropdown-activities .menu {
        padding: 30px 0;
    }

    #dropdown-activities .firstdrop {
        padding: 0;
        border: none;
        height: 100%;
        width: 100%;
    }

    #dropdown-activities .firstdrop ul {
        width: 100%;
    }

    #dropdown-activities .firstdrop ul a:hover {
        border-bottom: 1px solid white;
    }

    #dropdown-activities .firstdrop li:hover {
        border: none;
        background-color: transparent;
    }

    #dropdown-activities .firstdrop .seconddrop {
        display: none;
        position: relative;
        padding-left: 0;
        margin-left: 0px;
    }

    #dropdown-activities .firstdrop .seconddrop li {
        padding-left: 15px;
    }

    /* #dropdown-activities .firstdrop .seconddrop li::before {
        /* content: "\21AA";
        color: var(--brand);
}*/

    #dropdown-activities .dropdownimg {
        display: none;
    }

    #dropdown-activities .dropdownimg1 {
        display: none;
    }

    #dropdown-companyinfo,
    .menu-companyinfo {
        display: none;
    }

    #carouselExampleFade {
        margin-top: 0;
    }

    .trip_plan,
    .plan {
        height: 350px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .pc2,
    .pc3,
    .pc4 {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .pc2 .bi-people,
    .pc2 .bi-chat,
    .pc2 .bi-credit-card,
    .pc3 .bi-people,
    .pc3 .bi-chat,
    .pc3 .bi-credit-card,
    .pc4 .bi-people,
    .pc4 .bi-chat,
    .pc4 .bi-credit-card {
        margin-left: -80px;
    }

    #info {
        /* height: 100%; */
        padding: 20px;
    }

    .team {
        height: 1500px;
    }

    .team .team_members {
        grid-gap: 10px;
    }

    .whyus .points {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .whyus .points .part1 {
        width: 100%;
        height: 50%;
    }

    .whyus .points .part1 h3 {
        padding: 0;
    }

    .whyus .points .part2 {
        width: 100%;
        height: 50%;
    }

    .whyus .points .part2 h3 {
        padding: 0;
    }

    .popular-activities h2 {
        padding: 0 10px;
    }

    .popular-activities .popularactivity_desc {
        padding: 0 10px;
    }

    .popular-activities .desc {
        height: 100%;
    }

    .desc p {
        padding-top: 10px;
    }

    .act:hover .desc {
        margin-top: -210px;
    }

    .enquire .form {
        padding: 10px;
    }

    .story {
        height: 100%;
    }

    .story .storysec .part1 img {
        width: 270px;
    }

    .story .storysec {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .story .storysec .part1 img {
        padding: 0;
        background-size: cover;
    }

    .story .storysec .part2 {
        text-align: center;
        padding: 20px;
    }

    .videos iframe {
        width: 100%;
    }

    .associations .assologo {
        justify-content: none;
    }

    .asso1,
    .asso2,
    .asso3,
    .asso4,
    .asso5 {
        justify-self: center;
    }

    #association-container {
        height: 90px;
        position: relative;
        overflow: hidden;
        width: 70%;
        margin: 15px auto 0 auto;
    }

    .photobanner {
        position: absolute;
        top: 0px;
        left: 0px;
        overflow: hidden;
        white-space: nowrap;
        animation: bannermove 15s linear infinite;
    }

    .photobanner a img {
        margin: 0 0.5em;
        width: 230px;
        height: 50px;
    }

    @keyframes bannermove {
        0% {
            transform: translate(0, 0);
        }

        100% {
            transform: translate(-50%, 0);
        }
    }

    .footer {
        padding: 10px;
    }

    .footer .row .footersec1,
    .footer .row .footersec2,
    .footer .row .footersec3 {
        text-align: center;
        padding: 0;
    }

    .footer .row .footersec h1 {
        text-align: center;
    }

    .footer .row .textareas {
        width: 310px;
    }

    .footer .row .footer_socials {
        width: 300px;
    }

    .footer .row .payments {
        width: 300px;
    }

    .footer .row button {
        width: 90px;
    }

    .banimg {
        margin-top: 0;
    }

    .banimg .info {
        margin-top: -130px;
        margin-left: 0;
        width: 100%;
    }

    .banimg .info h1 {
        font-size: 20px;
    }

    .banimg .info .infodesc {
        font-size: 8px;
        width: 100%;
        padding-right: 0;
    }

    .desinfo {
        /* height: 100%; */
        padding: 15px;
    }

    .bookings {
        /* height: 100%; */
        padding: 15px;
    }

    .policy1,
    .policy2,
    .policy3 {
        /* height: 100%; */
        padding: 15px;
    }

    .teamin .member .extdiv {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-item-align: center;
        align-self: center;
    }

    .teamin .member .deco {
        padding: 0;
    }

    .teamin .member .memp2 {
        text-align: start;
        word-wrap: break-word;
        padding: 30px 10px !important;
        width: 100%;
    }

    .sec1 h1 {
        font-family: "Graduate", cursive;
        font-size: 29px;
    }

    .sec1 .photodesc {
        padding: 10px 0;
    }

    .serviceindi h1 {
        font-family: "Graduate", cursive;
        font-size: 29px;
    }

    .serviceindi p {
        padding: 5px;
        font-size: 12px;
    }

    .contactdes {
        display: none;
    }

    .contactus .p1 {
        width: 100%;
        padding: 20px;
    }

    .contactus .p2 {
        width: 100%;
        gap: 5;
        padding: 10px 0;
    }

    .contactus .p1 .message {
        width: 100%;
    }

    .contactus .p1 .textboxs {
        width: 100%;
    }

    .contactus .p2 .sectiondesc h1,
    .contactus .p2 .sectiondesc h2 {
        font-size: 10px;
    }

    .infotd {
        /* height: 100%; */
        padding: 30px;
    }

    .infotd h1 {
        font-size: 30px;
    }

    .infotd p {
        padding: 2px;
    }

    .tdlogo {
        height: 600px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .tdlogo .logo,
    .tdlogo .logo1 {
        width: 100%;
        border: none;
    }

    .iterdetails {
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }

    .iterdetails .iterinary {
        width: 100%;
        height: 100%;
    }

    .iterdetails .iterinary h2 {
        font-size: 20px;
    }

    .iterdetails .includes {
        width: 100%;
        height: 100%;
    }

    .iterdetails .includes p {
        font-size: 15px;
        padding: 0;
    }

    .ui-tabs .ui-tabs-nav {
        height: 70px;
    }

    .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
        padding: 10px 0;
    }

    .ui-tabs .ui-tabs-nav h1 {
        font-size: 9px;
        overflow: hidden;
    }

    .ui-tabs .ui-tabs-nav p {
        color: transparent;
    }

    .video iframe {
        width: 100%;
    }

    .video .mapouter {
        width: 100%;
    }
}

@media (min-width: 351px) and (max-width: 380px) {
    .breadcrumblist {
        padding: 20px 20px;
    }

    .tab1desc,
    .tab2desc,
    .tab3desc {
        padding: 10px;
    }

    .iterdetails .iterinary .iterinarydesc {
        padding: 10px 20px;
    }

    .teaming .description h1 {
        font-size: 20px;
    }

    .teaming .description h2 {
        font-size: 10px;
    }

    .footer .copyrights {
        flex-direction: column;
        text-align: center;
    }

    .contactus .p1 {
        width: 100%;
    }

    .topbarc,
    .toprow {
        height: 90px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #dropdown-activities .firstdrop .seconddrop {
        width: 300px;
        column-count: unset;
        overflow-y: scroll;
    }

    .topbarc .call,
    .topbarc .trip,
    .topbarc .socials,
    .toprow .call,
    .toprow .trip,
    .toprow .socials {
        visibility: hidden;
    }

    .bar {
        background-color: var(--grad);
    }

    .bar .navbar {
        padding: 10px;
    }

    .bar .navbar-expand-lg .navbar-nav {
        text-align: end;
        margin-top: 5px;
        color: white;
    }

    .bar .nav-item {
        padding: 0;
    }

    .bar .navbar-brand {
        font-size: 20px;
    }

    .bar .navbar-toggler {
        color: white;
    }

    .bar .barlist {
        color: white;
    }

    .bar .navbar-collapse {
        margin-top: 10px;
        border-top: 1px solid white;
    }

    .bar #nav-team {
        display: block;
    }

    .bar #nav-company-info {
        display: none;
    }

    .bar #nav-company-info-mobile-active {
        display: block;
    }

    .dropdown {
        top: 68px;
    }

    #dropdown-activities .menu {
        padding: 30px 0;
    }

    #dropdown-activities .firstdrop {
        padding: 0;
        border: none;
        height: 100%;
        width: 100%;
    }

    #dropdown-activities .firstdrop ul {
        width: 100%;
    }

    #dropdown-activities .firstdrop ul a:hover {
        border-bottom: 1px solid white;
    }

    #dropdown-activities .firstdrop li:hover {
        border: none;
        background-color: transparent;
    }

    #dropdown-activities .firstdrop .seconddrop {
        display: none;
        position: relative;
        padding-left: 0;
        margin-left: 0px;
    }

    #dropdown-activities .firstdrop .seconddrop li {
        padding-left: 15px;
    }

    #dropdown-activities .dropdownimg {
        display: none;
    }

    #dropdown-activities .dropdownimg1 {
        display: none;
    }

    #dropdown-companyinfo,
    .menu-companyinfo {
        display: none;
    }

    #carouselExampleFade {
        margin-top: 0;
    }

    .trip_plan,
    .plan {
        height: 350px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .pc2,
    .pc3,
    .pc4 {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .pc2 .bi-people,
    .pc2 .bi-chat,
    .pc2 .bi-credit-card,
    .pc3 .bi-people,
    .pc3 .bi-chat,
    .pc3 .bi-credit-card,
    .pc4 .bi-people,
    .pc4 .bi-chat,
    .pc4 .bi-credit-card {
        margin-left: -80px;
    }

    #info {
        /* height: 100%; */
        padding: 20px;
    }

    .team {
        height: 1500px;
    }

    .team .team_members {
        grid-gap: 10px;
    }

    .whyus .points {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .whyus .points .part1 {
        width: 100%;
    }

    .whyus .points .part1 .insides {
        padding: 0;
    }

    .whyus .points .part2 {
        width: 100%;
    }

    .whyus .points .part2 .insides {
        padding: 0;
    }

    .popular-activities h2 {
        padding: 0 10px;
    }

    .popular-activities .desc {
        height: 100%;
    }

    .popular-activities .popularactivity_desc {
        padding: 0 10px;
    }

    .desc p {
        padding-top: 10px;
    }

    .act:hover .desc {
        margin-top: -210px;
    }

    .story {
        height: 100%;
    }

    .story .storysec {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .story .storysec .part2 {
        text-align: center;
        padding: 20px;
    }

    .videos iframe {
        width: 100%;
    }

    .asso1,
    .asso2,
    .asso3,
    .asso4,
    .asso5 {
        justify-self: center;
    }

    .footer {
        padding: 10px;
    }

    .footer .row .footersec1,
    .footer .row .footersec2,
    .footer .row .footersec3 {
        text-align: center;
        padding: 0;
    }

    .footer .row .footersec h1 {
        text-align: center;
    }

    .footer.row .footersec {
        display: flex;
        flex-direction: column;
        justify-self: center;
    }

    .footer .row .textareas {
        width: 310px;
    }

    .footer .row .textareas {
        margin: 0 auto;
    }

    .footer .row .footer_socials {
        width: 300px;
        margin: 10px auto;
    }

    .footer .row .payments {
        width: 300px;
        margin: 10px auto;
    }

    .footer .row button {
        width: 90px;
    }

    .banimg {
        margin-top: 0;
    }

    .banimg .info {
        margin-top: -130px;
        margin-left: 0;
        width: 100%;
    }

    .banimg .info h1 {
        font-size: 20px;
    }

    .banimg .info .infodesc {
        font-size: 8px;
        width: 100%;
        padding-right: 20px;
    }

    .desinfo {
        /* height: 100%; */
        padding: 15px;
    }

    .bookings {
        /* height: 100%; */
        padding: 15px;
    }

    .policy1,
    .policy2,
    .policy3 {
        /* height: 100%; */
        padding: 15px;
    }

    .teamin .member .extdiv {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-item-align: center;
        align-self: center;
    }

    .teamin .member .deco {
        padding: 0;
    }

    .teamin .member .memp2 {
        text-align: start;
        word-wrap: break-word;
        padding: 30px 10px !important;
        width: 100%;
    }

    .sec1 h1 {
        font-family: "Graduate", cursive;
        font-size: 29px;
    }

    .sec1 p {
        padding: 10px 0;
    }

    .sec1 .p1,
    .sec1 .p2,
    .sec1 .p3 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 500px;
        margin: 0;
    }

    .serviceindi h1 {
        font-family: "Graduate", cursive;
        font-size: 29px;
    }

    .serviceindi p {
        padding: 5px;
        font-size: 12px;
    }

    .contactdes {
        display: none;
    }

    .contactus .p1 {
        width: 100%;
        padding: 20px;
    }

    .contactus .p2 {
        width: 100%;
        gap: 5;
        padding: 10px 0;
    }

    .contactus .p1 .message {
        width: 100%;
    }

    .contactus .p1 .textboxs {
        width: 100%;
    }

    .contactus .p2 .iconify {
        width: 40px;
        height: 40px;
    }

    .contactus .p2 .sectiondesc h1,
    .contactus .p2 .sectiondesc h2 {
        font-size: 10px;
    }

    .infotd {
        /* height: 100%; */
        padding: 30px;
    }

    .infotd h1 {
        font-size: 30px;
    }

    .infotd p {
        padding: 2px;
    }

    .tdlogo {
        height: 550px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .tdlogo .logo,
    .tdlogo .logo1 {
        width: 100%;
        border: none;
    }

    .iterdetails {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }

    .iterdetails .iterinary {
        width: 100%;
        height: 100%;
    }

    .iterdetails .iterinary h2 {
        font-size: 20px;
    }

    .iterdetails .includes {
        width: 100%;
        height: 100%;
    }

    .iterdetails .includes p {
        font-size: 15px;
        padding: 0;
    }

    .ui-tabs .ui-tabs-nav {
        height: 70px;
    }

    .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
        padding: 10px 0;
    }

    .ui-tabs .ui-tabs-nav h1 {
        font-size: 9px;
        overflow: hidden;
    }

    .ui-tabs .ui-tabs-nav p {
        color: transparent;
    }

    .video iframe {
        width: 100%;
    }

    .video .mapouter {
        width: 100%;
    }
}

@media (min-width: 381px) and (max-width: 420px) {
    .breadcrumblist {
        padding: 20px 30px;
    }

    .tab1desc,
    .tab2desc,
    .tab3desc {
        padding: 10px;
    }

    .iterdetails .iterinary .iterinarydesc {
        padding: 10px 20px;
    }

    .teaming .description h1 {
        font-size: 20px;
    }

    .teaming .description h2 {
        font-size: 10px;
    }

    .footer .copyrights {
        flex-direction: column;
        text-align: center;
    }

    .contactus .p1 {
        width: 100%;
    }

    .topbarc,
    .toprow {
        height: 90px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #dropdown-activities .firstdrop .seconddrop {
        width: 300px;
        column-count: unset;
        overflow-y: scroll;
    }

    .topbarc .call,
    .topbarc .trip,
    .topbarc .socials,
    .toprow .call,
    .toprow .trip,
    .toprow .socials {
        visibility: hidden;
    }

    .bar {
        background-color: var(--grad);
    }

    .bar .navbar {
        padding: 10px;
    }

    .bar .navbar-expand-lg .navbar-nav {
        text-align: end;
        margin-top: 5px;
        color: white;
    }

    .bar .nav-item {
        padding: 0;
    }

    .bar .navbar-brand {
        font-size: 20px;
    }

    .bar .navbar-toggler {
        color: white;
    }

    .bar .navbar-collapse {
        margin-top: 10px;
        border-top: 1px solid white;
    }

    .bar #nav-team {
        display: block;
    }

    .bar #nav-company-info {
        display: none;
    }

    .bar #nav-company-info-mobile-active {
        display: block;
    }

    .dropdown {
        top: 68px;
    }

    #dropdown-activities .menu {
        padding: 30px 0;
    }

    #dropdown-activities .firstdrop {
        padding: 0;
        border: none;
        height: 100%;
        width: 100%;
    }

    #dropdown-activities .firstdrop ul {
        width: 100%;
    }

    #dropdown-activities .firstdrop ul a:hover {
        border-bottom: 1px solid white;
    }

    #dropdown-activities .firstdrop li:hover {
        border: none;
        background-color: transparent;
    }

    #dropdown-activities .firstdrop .seconddrop {
        display: none;
        position: relative;
        padding-left: 0;
        margin-left: 0px;
    }

    #dropdown-activities .firstdrop .seconddrop li {
        padding-left: 15px;
    }

    #dropdown-activities .dropdownimg {
        display: none;
    }

    #dropdown-activities .dropdownimg1 {
        display: none;
    }

    #dropdown-companyinfo,
    .menu-companyinfo {
        display: none;
    }

    #carouselExampleFade {
        margin-top: 0;
    }

    .trip_plan,
    .plan {
        height: 350px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .pc2,
    .pc3,
    .pc4 {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .pc2 .bi-people,
    .pc2 .bi-chat,
    .pc2 .bi-credit-card,
    .pc3 .bi-people,
    .pc3 .bi-chat,
    .pc3 .bi-credit-card,
    .pc4 .bi-people,
    .pc4 .bi-chat,
    .pc4 .bi-credit-card {
        margin-left: -80px;
    }

    #info {
        /* height: 100%; */
        padding: 40px;
    }

    .team {
        height: 1500px;
    }

    .team .team_members {
        grid-gap: 10px;
    }

    .whyus .points {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .whyus .points .part1 {
        width: 100%;
    }

    .whyus .points .part1 .insides {
        padding: 0;
    }

    .whyus .points .part2 {
        width: 100%;
    }

    .whyus .points .part2 .insides {
        padding: 0;
    }

    .popular-activities h2 {
        padding: 0 10px;
    }

    .popular-activities .popularactivity_desc {
        padding: 0 10px;
    }

    .popular-activities .desc {
        height: 100%;
    }

    .desc p {
        padding-top: 10px;
    }

    .act:hover .desc {
        margin-top: -210px;
    }

    .story {
        height: 100%;
    }

    .story .storysec {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .story .storysec .part2 {
        text-align: center;
        padding: 20px;
    }

    .videos iframe {
        width: 100%;
    }

    .asso1,
    .asso2,
    .asso3,
    .asso4,
    .asso5 {
        justify-self: center;
    }

    .footer {
        padding: 10px;
    }

    .footer .row .footersec1,
    .footer .row .footersec2,
    .footer .row .footersec3 {
        text-align: center;
        padding: 0;
    }

    .footer .row .textareas {
        padding-left: 25px;
    }

    .footer .row .textareabox h1 {
        text-align: center;
    }

    .banimg {
        margin-top: 0;
    }

    .banimg .info {
        margin-top: -150px;
        margin-left: 0;
        width: 100%;
    }

    .banimg .info h1 {
        font-size: 30px;
    }

    .banimg .info .infodesc {
        font-size: 10px;
        width: 100%;
        padding-right: 20px;
    }

    .bookings {
        /* height: 100%; */
        padding: 15px;
    }

    .policy1,
    .policy2,
    .policy3 {
        /* height: 100%; */
        padding: 15px;
    }

    .teamin .member .extdiv {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-item-align: center;
        align-self: center;
    }

    .teamin .member .memp2 {
        text-align: start;
        word-wrap: break-word;
        padding: 30px 10px !important;
        width: 100%;
    }

    .sec1 h1 {
        font-family: "Graduate", cursive;
        font-size: 29px;
    }

    .sec1 p {
        padding: 10px 0;
    }

    .sec1 .p1,
    .sec1 .p2,
    .sec1 .p3 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 500px;
        margin: 0;
    }

    .serviceindi h1 {
        font-family: "Graduate", cursive;
        font-size: 29px;
    }

    .serviceindi p {
        padding: 5px;
        font-size: 15px;
    }

    .contactus .p2 .iconify {
        width: 40px;
        height: 40px;
    }

    .contactus .p2 .sectiondesc h1,
    .contactus .p2 .sectiondesc h2 {
        font-size: 15px;
    }

    .contactdes {
        display: none;
    }

    .contactus .p1 {
        width: 100%;
        padding: 20px;
    }

    .contactus .p2 {
        width: 100%;
        gap: 5;
        padding: 10px 0;
    }

    .contactus .p1 .message {
        width: 100%;
    }

    .contactus .p1 .textboxs {
        width: 100%;
    }

    .infotd {
        /* height: 100%; */
        padding: 30px;
    }

    .infotd h1 {
        font-size: 30px;
    }

    .infotd p {
        padding: 2px;
    }

    .tdlogo {
        height: 550px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .tdlogo .logo,
    .tdlogo .logo1 {
        width: 80%;
        border: none;
    }

    .iterdetails {
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }

    .iterdetails .iterinary {
        width: 100%;
        height: 100%;
    }

    .iterdetails .iterinary h2 {
        font-size: 20px;
    }

    .iterdetails .includes {
        width: 100%;
        height: 100%;
    }

    .iterdetails .includes p {
        font-size: 15px;
        padding: 0;
    }

    .ui-tabs .ui-tabs-nav {
        height: 70px;
    }

    .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
        padding: 10px 0;
    }

    .ui-tabs .ui-tabs-nav h1 {
        font-size: 9px;
        overflow: hidden;
    }

    .ui-tabs .ui-tabs-nav p {
        color: transparent;
    }

    .video iframe {
        width: 100%;
    }

    .video .mapouter {
        width: 100%;
    }
}

@media (min-width: 421px) and (max-width: 500px) {
    .breadcrumblist {
        padding: 20px 30px;
    }

    .tab1desc,
    .tab2desc,
    .tab3desc {
        padding: 10px;
    }

    .iterdetails .iterinary .iterinarydesc {
        padding: 10px 20px;
    }

    .teaming .description h1 {
        font-size: 10px;
    }

    .teaming .description h2 {
        font-size: 8px;
    }

    .footer .copyrights {
        flex-direction: column;
        text-align: center;
    }

    .contactus .p1 {
        width: 100%;
    }

    .topbarc,
    .toprow {
        height: 90px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #dropdown-activities .firstdrop .seconddrop {
        width: 300px;
        column-count: unset;
        overflow-y: scroll;
    }

    .topbarc .call,
    .topbarc .trip,
    .topbarc .socials,
    .toprow .call,
    .toprow .trip,
    .toprow .socials {
        visibility: hidden;
    }

    .bar {
        background-color: var(--grad);
    }

    .bar .navbar {
        padding: 10px;
    }

    .bar .navbar-expand-lg .navbar-nav {
        text-align: end;
        margin-top: 5px;
        color: white;
    }

    .bar .nav-item {
        padding: 0;
    }

    .bar .navbar-brand {
        font-size: 20px;
    }

    .bar .navbar-toggler {
        color: white;
    }

    .bar .navbar-collapse {
        margin-top: 10px;
        border-top: 1px solid white;
    }

    .bar #nav-team {
        display: block;
    }

    .bar #nav-company-info {
        display: none;
    }

    .bar #nav-company-info-mobile-active {
        display: block;
    }

    .dropdown {
        top: 68px;
    }

    #dropdown-activities .menu {
        padding: 30px 0;
    }

    #dropdown-activities .firstdrop {
        padding: 0;
        border: none;
        height: 100%;
        width: 100%;
    }

    #dropdown-activities .firstdrop ul {
        width: 100%;
    }

    #dropdown-activities .firstdrop ul a:hover {
        border-bottom: 1px solid white;
    }

    #dropdown-activities .firstdrop li:hover {
        border: none;
        background-color: transparent;
    }

    #dropdown-activities .firstdrop .seconddrop {
        display: none;
        position: relative;
        padding-left: 0;
        margin-left: 0px;
    }

    #dropdown-activities .firstdrop .seconddrop li {
        padding-left: 15px;
    }

    #dropdown-activities .dropdownimg {
        display: none;
    }

    #dropdown-activities .dropdownimg1 {
        display: none;
    }

    #dropdown-companyinfo,
    .menu-companyinfo {
        display: none;
    }

    #carouselExampleFade {
        margin-top: 0;
    }

    .trip_plan,
    .plan {
        height: 350px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .pc2,
    .pc3,
    .pc4 {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .pc2 .bi-people,
    .pc2 .bi-chat,
    .pc2 .bi-credit-card,
    .pc3 .bi-people,
    .pc3 .bi-chat,
    .pc3 .bi-credit-card,
    .pc4 .bi-people,
    .pc4 .bi-chat,
    .pc4 .bi-credit-card {
        margin-left: -80px;
    }

    #info {
        /* height: 100%; */
    }

    .team {
        height: 1500px;
    }

    .team .team_members {
        grid-gap: 10px;
    }

    .whyus .points {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .whyus .points .part1 {
        width: 100%;
    }

    .whyus .points .part1 .insides {
        padding: 0;
    }

    .whyus .points .part2 {
        width: 100%;
    }

    .whyus .points .part2 .insides {
        padding: 0;
    }

    .popular-activities h2 {
        padding: 0 10px;
    }

    .popular-activities .desc {
        height: 100%;
    }

    .popular-activities .popularactivity_desc {
        padding: 0 10px;
    }

    .desc p {
        padding-top: 10px;
    }

    .act:hover .desc {
        margin-top: -210px;
    }

    .story {
        height: 100%;
    }

    .story .storysec {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .story .storysec .part2 {
        text-align: center;
        padding: 20px;
    }

    .videos iframe {
        width: 100%;
    }

    .asso1,
    .asso2,
    .asso3,
    .asso4,
    .asso5 {
        justify-self: center;
    }

    .footer {
        padding: 10px;
    }

    .footer .row .footersec,
    .footer .row .footersec1,
    .footer .row .footersec2,
    .footer .row .footersec3 {
        text-align: center;
        padding: 0;
    }

    .footer .row .textareas {
        width: 310px;
        margin: 0 auto;
    }

    .footer .row .footer_socials {
        width: 300px;
        margin: 10px auto;
    }

    .footer .row .payments {
        width: 300px;
        margin: 10px auto;
    }

    .footer .row button {
        width: 90px;
    }

    .banimg {
        margin-top: 0;
    }

    .banimg .info {
        margin-top: -150px;
        margin-left: 0;
        width: 100%;
    }

    .banimg .info h1 {
        font-size: 30px;
    }

    .banimg .info .infodesc {
        font-size: 10px;
        width: 100%;
        padding-right: 20px;
    }

    .desinfo {
        /* height: 100%; */
        padding: 15px;
    }

    .bookings {
        /* height: 100%; */
        padding: 15px;
    }

    .policy1,
    .policy2,
    .policy3 {
        /* height: 100%; */
        padding: 15px;
    }

    .teamin .member .extdiv {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-item-align: center;
        align-self: center;
    }

    .teamin .member .memp2 {
        text-align: start;
        word-wrap: break-word;
        padding: 30px 10px !important;
        width: 100%;
    }

    .sec1 h1 {
        font-family: "Graduate", cursive;
        font-size: 29px;
    }

    .sec1 p {
        padding: 10px 0;
    }

    .sec1 .p1,
    .sec1 .p2,
    .sec1 .p3 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 500px;
        margin: 0;
    }

    .serviceindi h1 {
        font-family: "Graduate", cursive;
        font-size: 29px;
    }

    .serviceindi p {
        padding: 5px;
        font-size: 15px;
    }

    .contactdes {
        display: none;
    }

    .contactus .p1 {
        width: 100%;
        padding: 20px;
    }

    .contactus .p2 {
        width: 100%;
        gap: 5;
        padding: 10px 0;
    }

    .contactus .p1 .textboxs {
        width: 100%;
    }

    .contactus .p2 .iconify {
        width: 40px;
        height: 40px;
    }

    .contactus .p2 .sectiondesc h1,
    .contactus .p2 .sectiondesc h2 {
        font-size: 18px;
    }

    .infotd {
        /* height: 100%; */
        padding: 30px;
    }

    .infotd h1 {
        font-size: 30px;
    }

    .infotd p {
        padding: 2px;
    }

    .tdlogo {
        height: 550px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-line-pack: center;
        align-content: center;
    }

    .tdlogo .logo,
    .tdlogo .logo1 {
        width: 65%;
        border: none;
    }

    .iterdetails {
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }

    .iterdetails .iterinary {
        width: 100%;
        height: 100%;
    }

    .iterdetails .iterinary h2 {
        font-size: 20px;
    }

    .iterdetails .includes {
        width: 100%;
        height: 100%;
    }

    .iterdetails .includes p {
        font-size: 15px;
        padding: 0;
    }

    .ui-tabs .ui-tabs-nav {
        height: 70px;
    }

    .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
        padding: 10px 0;
    }

    .ui-tabs .ui-tabs-nav h1 {
        font-size: 9px;
        overflow: hidden;
    }

    .ui-tabs .ui-tabs-nav p {
        color: transparent;
    }

    .video iframe {
        width: 100%;
    }

    .video .mapouter {
        width: 100%;
    }
}

@media (min-width: 501px) and (max-width: 550px) {
    .breadcrumblist {
        padding: 20px 40px;
    }

    .footer .copyrights {
        flex-direction: column;
        text-align: center;
    }

    .contactus .p1 {
        width: 100%;
    }

    .topbarc,
    .toprow {
        height: 90px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #dropdown-activities .firstdrop .seconddrop {
        width: 300px;
        column-count: unset;
        overflow-y: scroll;
    }

    .topbarc .call,
    .topbarc .trip,
    .topbarc .socials,
    .toprow .call,
    .toprow .trip,
    .toprow .socials {
        visibility: hidden;
    }

    .bar {
        background-color: var(--grad);
    }

    .bar .navbar {
        padding: 10px;
    }

    .bar .navbar-expand-lg .navbar-nav {
        text-align: end;
        margin-top: 5px;
        color: white;
    }

    .bar .nav-item {
        padding: 0;
    }

    .bar .navbar-brand {
        font-size: 20px;
    }

    .bar .navbar-toggler {
        color: white;
    }

    .bar .navbar-collapse {
        margin-top: 10px;
        border-top: 1px solid white;
    }

    .bar #nav-team {
        display: block;
    }

    .bar #nav-company-info {
        display: none;
    }

    .bar #nav-company-info-mobile-active {
        display: block;
    }

    .dropdown {
        top: 68px;
    }

    #dropdown-activities .menu {
        padding: 30px 0;
    }

    #dropdown-activities .firstdrop {
        padding: 0;
        border: none;
        height: 100%;
        width: 100%;
    }

    #dropdown-activities .firstdrop ul {
        width: 100%;
    }

    #dropdown-activities .firstdrop ul a:hover {
        border-bottom: 1px solid white;
    }

    #dropdown-activities .firstdrop li:hover {
        border: none;
        background-color: transparent;
    }

    #dropdown-activities .firstdrop .seconddrop {
        display: none;
        position: relative;
        padding-left: 0;
        margin-left: 0px;
    }

    #dropdown-activities .firstdrop .seconddrop li {
        padding-left: 15px;
    }

    #dropdown-activities .dropdownimg {
        display: none;
    }

    #dropdown-activities .dropdownimg1 {
        display: none;
    }

    #dropdown-companyinfo,
    .menu-companyinfo {
        display: none;
    }

    #carouselExampleFade {
        margin-top: 0;
    }

    .trip_plan,
    .plan {
        height: 350px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .pc2,
    .pc3,
    .pc4 {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .pc2 .bi-people,
    .pc2 .bi-chat,
    .pc2 .bi-credit-card,
    .pc3 .bi-people,
    .pc3 .bi-chat,
    .pc3 .bi-credit-card,
    .pc4 .bi-people,
    .pc4 .bi-chat,
    .pc4 .bi-credit-card {
        margin-left: -80px;
    }

    #info {
        /* height: 100%; */
        padding: 70px;
    }

    .team {
        height: 1500px;
    }

    .team .team_members {
        margin: 0;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        grid-gap: 10px;
    }

    .whyus .points {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .whyus .points .part1 {
        width: 100%;
    }

    .whyus .points .part1 .insides {
        padding: 0;
    }

    .whyus .points .part2 {
        width: 100%;
    }

    .whyus .points .part2 .insides {
        padding: 0;
    }

    .popular-activities h2 {
        padding: 0 10px;
    }

    .popular-activities .desc {
        height: 100%;
    }

    .popular-activities .popularactivity_desc {
        padding: 0 10px;
    }

    .act:hover .desc {
        margin-top: -210px;
    }

    .story {
        height: 100%;
    }

    .story .storysec {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .story .storysec .part2 {
        text-align: center;
        padding: 20px;
    }

    .videos iframe {
        width: 100%;
    }

    .asso1,
    .asso2,
    .asso3,
    .asso4,
    .asso5 {
        justify-self: center;
    }

    .footer {
        padding: 10px;
    }

    .footer .row .footersec,
    .footer .row .footersec1,
    .footer .row .footersec2,
    .footer .row .footersec3 {
        text-align: center;
        padding: 0;
    }

    .footer .row .textareas {
        width: 310px;
        margin: 0 auto;
    }

    .footer .row .footer_socials {
        width: 300px;
        margin: 10px auto;
    }

    .footer .row .payments {
        width: 300px;
        margin: 10px auto;
    }

    .footer .row button {
        width: 90px;
    }

    .banimg {
        margin-top: 0;
    }

    .banimg .info {
        margin-top: -170px;
        margin-left: 0;
        padding-left: 20px;
        width: 100%;
    }

    .banimg .info h1 {
        font-size: 30px;
    }

    .banimg .info .infodesc {
        font-size: 10px;
        width: 100%;
        padding-right: 20px;
    }

    .desinfo {
        /* height: 100%; */
        padding: 15px;
    }

    .bookings {
        /* height: 100%; */
        padding: 15px;
    }

    .policy1,
    .policy2,
    .policy3 {
        /* height: 100%; */
        padding: 15px;
    }

    .teamin .member .extdiv {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-item-align: center;
        align-self: center;
    }

    .teamin .member .deco .memp2 {
        padding: 20px;
    }

    .teamin .member .memp2 {
        text-align: center;
        padding: 30px 10px 10px 10px;
        width: 100%;
    }

    .sec1 h1 {
        font-family: "Graduate", cursive;
        font-size: 29px;
    }

    .sec1 p {
        padding: 10px 0;
    }

    .sec1 .p1,
    .sec1 .p2,
    .sec1 .p3 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 500px;
        margin: 0;
    }

    .serviceindi h1 {
        font-family: "Graduate", cursive;
        font-size: 29px;
    }

    .serviceindi p {
        padding: 5px;
        font-size: 15px;
    }

    .contactdes {
        display: none;
    }

    .contactus .p1 {
        width: 100%;
        padding: 20px;
    }

    .contactus .p2 {
        width: 100%;
        gap: 5;
        padding: 10px 0;
    }

    .contactus .p1 .textboxs {
        width: 100%;
    }

    .infotd {
        /* height: 100%; */
        padding: 30px;
    }

    .infotd h1 {
        font-size: 30px;
    }

    .infotd p {
        padding: 2px;
    }

    .tdlogo {
        height: 550px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-line-pack: center;
        align-content: center;
    }

    .tdlogo .logo,
    .tdlogo .logo1 {
        width: 60%;
        border: none;
    }

    .iterdetails {
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }

    .iterdetails .iterinary {
        width: 100%;
        height: 100%;
    }

    .iterdetails .iterinary h2 {
        font-size: 20px;
    }

    .iterdetails .includes {
        width: 100%;
        height: 100%;
    }

    .iterdetails .includes p {
        font-size: 15px;
        padding: 0;
    }

    .ui-tabs .ui-tabs-nav {
        height: 70px;
    }

    .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
        padding: 10px 0;
    }

    .ui-tabs .ui-tabs-nav h1 {
        font-size: 9px;
        overflow: hidden;
    }

    .ui-tabs .ui-tabs-nav p {
        color: transparent;
    }

    .video iframe {
        width: 100%;
    }

    .video .mapouter {
        width: 100%;
    }
}

@media (min-width: 551px) and (max-width: 624px) {
    .breadcrumblist {
        padding: 20px 40px;
    }

    .footer .copyrights {
        flex-direction: column;
        text-align: center;
    }

    .contactus .p1 {
        width: 100%;
    }

    .topbarc,
    .toprow {
        height: 90px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #dropdown-activities .firstdrop .seconddrop {
        height: 100%;
        width: 300px;
        column-count: unset;
        overflow-y: scroll;
    }

    .topbarc .call,
    .topbarc .trip,
    .topbarc .socials,
    .toprow .call,
    .toprow .trip,
    .toprow .socials {
        visibility: hidden;
    }

    .bar {
        background-color: var(--grad);
    }

    .bar .navbar {
        padding: 10px;
    }

    .bar .navbar-expand-lg .navbar-nav {
        text-align: end;
        margin-top: 5px;
        color: white;
    }

    .bar .nav-item {
        padding: 0;
    }

    .bar .navbar-brand {
        font-size: 20px;
    }

    .bar .navbar-toggler {
        color: white;
    }

    .bar .navbar-collapse {
        margin-top: 10px;
        border-top: 1px solid white;
    }

    .bar #nav-team {
        display: block;
    }

    .bar #nav-company-info {
        display: none;
    }

    .bar #nav-company-info-mobile-active {
        display: block;
    }

    .dropdown {
        top: 68px;
    }

    #dropdown-activities .firstdrop {
        padding: 0;
        width: 250px;
    }

    #dropdown-activities .dropdownimg {
        display: none;
    }

    #dropdown-activities .dropdownimg1 {
        display: none;
    }

    #dropdown-companyinfo,
    .menu-companyinfo {
        display: none;
    }

    #carouselExampleFade {
        margin-top: 0;
    }

    .trip_plan,
    .plan {
        height: 350px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .pc2,
    .pc3,
    .pc4 {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .pc2 .bi-people,
    .pc2 .bi-chat,
    .pc2 .bi-credit-card,
    .pc3 .bi-people,
    .pc3 .bi-chat,
    .pc3 .bi-credit-card,
    .pc4 .bi-people,
    .pc4 .bi-chat,
    .pc4 .bi-credit-card {
        margin-left: -80px;
    }

    #info {
        /* height: 100%; */
        padding: 70px;
    }

    .team {
        height: 1500px;
    }

    .team .team_members {
        margin: 0;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        grid-gap: 10px;
    }

    .whyus .points {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .whyus .points .part1 {
        width: 100%;
    }

    .whyus .points .part1 .insides {
        padding: 0;
    }

    .whyus .points .part2 {
        width: 100%;
    }

    .whyus .points .part2 .insides {
        padding: 0;
    }

    .popular-activities h2 {
        padding: 0 10px;
    }

    .popular-activities .desc {
        height: 100%;
    }

    .act:hover .desc {
        margin-top: -210px;
    }

    .story {
        height: 100%;
    }

    .story .storysec {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .story .storysec .part2 {
        text-align: center;
        padding: 20px;
    }

    .story .storysec .part1 {
        width: auto;
    }

    .enquire .form {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .videos iframe {
        width: 100%;
    }

    .footer {
        padding: 10px;
    }

    .footer .row .footersec,
    .footer .row .footersec1,
    .footer .row .footersec2,
    .footer .row .footersec3 {
        text-align: center;
        padding: 0;
    }

    .footer.row .footersec {
        padding: 0 50px;
    }

    .footer .row .textareas {
        width: 290px;
        padding: 0;
        margin: 0 auto;
    }

    .footer .row .textareas .input1 {
        width: 65%;
    }

    .footer .row .footer_socials {
        width: 300px;
        margin: 10px auto;
    }

    .footer .row .payments {
        width: 300px;
        margin: 10px auto;
    }

    .footer .row button {
        width: 90px;
    }

    .banimg {
        margin-top: 0;
    }

    .banimg .info {
        margin-top: -210px;
        margin-left: 0;
        padding-left: 20px;
        width: 100%;
    }

    .banimg .info h1 {
        font-size: 30px;
    }

    .banimg .info .infodesc {
        font-size: 20px;
        width: 100%;
        padding-right: 20px;
    }

    .desinfo {
        /* height: 100%; */
        padding: 15px;
    }

    .bookings {
        /* height: 100%; */
        padding: 15px;
    }

    .policy1,
    .policy2,
    .policy3 {
        /* height: 100%; */
        padding: 15px;
    }

    .member,
    .teamin {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }

    .teamin .member .extdiv {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .teamin .member .memp2 {
        text-align: center;
        padding: 30px 10px 10px 10px;
        width: 100%;
    }

    .sec1 h1 {
        font-family: "Graduate", cursive;
        font-size: 29px;
    }

    .sec1 p {
        padding: 10px 0;
    }

    .sec1 .p1,
    .sec1 .p2,
    .sec1 .p3 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 500px;
        margin: 0;
    }

    .serviceindi h1 {
        font-family: "Graduate", cursive;
        font-size: 29px;
    }

    .serviceindi p {
        padding: 5px;
        font-size: 15px;
    }

    .contactdes {
        display: none;
    }

    .contactus .p1 {
        width: 100%;
        padding: 20px;
    }

    .contactus .p2 {
        width: 100%;
        gap: 5;
        padding: 10px 0;
    }

    .contactus .p1 .textboxs {
        width: 100%;
    }

    .infotd {
        /* height: 100%; */
        padding: 40px;
    }

    .infotd h1 {
        font-size: 30px;
    }

    .infotd p {
        padding: 2px;
    }

    .tdlogo {
        height: 550px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-line-pack: center;
        align-content: center;
    }

    .tdlogo .logo,
    .tdlogo .logo1 {
        width: 50%;
        border: none;
    }

    .iterdetails {
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }

    .iterdetails .iterinary {
        width: 100%;
        height: 100%;
    }

    .iterdetails .iterinary h2 {
        font-size: 20px;
    }

    .iterdetails .includes {
        width: 100%;
        height: 100%;
    }

    .iterdetails .includes p {
        font-size: 15px;
        padding: 0;
    }

    .ui-tabs .ui-tabs-nav {
        height: 70px;
    }

    .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
        padding: 10px 0;
    }

    .ui-tabs .ui-tabs-nav h1 {
        font-size: 9px;
        overflow: hidden;
    }

    .ui-tabs .ui-tabs-nav p {
        color: transparent;
    }

    .video iframe {
        width: 100%;
    }

    .video .mapouter {
        width: 100%;
    }
}

@media (min-width: 625px) and (max-width: 700px) {
    .breadcrumblist {
        padding: 20px 40px;
    }

    .contactus .p1 {
        width: 100%;
    }

    .contactus .p2 {
        width: 100%;
        display: flex;
        padding: 30px 10px;
    }

    .contactus .p2 .p2desc {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .contactus .p2 .sections {
        width: 65%;
    }

    .topbarc,
    .toprow {
        height: 90px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #dropdown-activities .firstdrop .seconddrop {
        height: 100%;
        width: 300px;
        column-count: unset;
        overflow-y: scroll;
    }

    .topbarc .call,
    .topbarc .trip,
    .topbarc .socials,
    .toprow .call,
    .toprow .trip,
    .toprow .socials {
        visibility: hidden;
    }

    .bar {
        background-color: var(--grad);
    }

    .bar .navbar {
        padding: 10px;
    }

    .bar .navbar-expand-lg .navbar-nav {
        text-align: end;
        margin-top: 5px;
        color: white;
    }

    .bar .nav-item {
        padding: 0;
    }

    .bar .navbar-brand {
        font-size: 20px;
    }

    .bar .navbar-toggler {
        color: white;
    }

    .bar .navbar-collapse {
        margin-top: 10px;
        border-top: 1px solid white;
    }

    .bar #nav-team {
        display: block;
    }

    .bar #nav-company-info {
        display: none;
    }

    .bar #nav-company-info-mobile-active {
        display: block;
    }

    .dropdown {
        top: 68px;
    }

    #dropdown-activities .firstdrop {
        padding: 0;
        width: 250px;
    }

    #dropdown-activities .dropdownimg {
        display: none;
    }

    #dropdown-activities .dropdownimg1 {
        display: none;
    }

    #dropdown-companyinfo,
    .menu-companyinfo {
        display: none;
    }

    #carouselExampleFade {
        margin-top: 0;
    }

    .trip_plan,
    .plan {
        height: 350px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .pc2,
    .pc3,
    .pc4 {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .pc2 .bi-people,
    .pc2 .bi-chat,
    .pc2 .bi-credit-card,
    .pc3 .bi-people,
    .pc3 .bi-chat,
    .pc3 .bi-credit-card,
    .pc4 .bi-people,
    .pc4 .bi-chat,
    .pc4 .bi-credit-card {
        margin-left: -80px;
    }

    #info {
        /* height: 100%; */
        padding: 70px;
    }

    .team {
        height: 800px;
    }

    .team .team_members {
        margin: 0;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        grid-gap: 10px;
    }

    .whyus .points {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .whyus .points .part1 {
        width: 100%;
    }

    .whyus .points .part1 .insides {
        padding: 0;
    }

    .whyus .points .part2 {
        width: 100%;
    }

    .whyus .points .part2 .insides {
        padding: 0;
    }

    .popular-activities h2 {
        padding: 0 10px;
    }

    .popular-activities .desc {
        height: 100%;
    }

    .act:hover .desc {
        margin-top: -2601x;
    }

    .desc p {
        padding-top: 10px;
    }

    .story {
        height: 100%;
    }

    .story .storysec {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .story .storysec .part2 {
        text-align: center;
        padding: 20px;
    }

    .story .storysec .part1 {
        width: auto;
    }

    .enquire .form {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .footer {
        padding: 10px;
    }

    .footer .row .footersec1,
    .footer .row .footersec2,
    .footer .row .footersec3 {
        text-align: center;
        padding: 0;
    }

    .footer .row .textareas {
        width: 310px;
        margin: 0 auto;
    }

    .footer .row .footer_socials {
        width: 300px;
        margin: 10px auto;
    }

    .footer .row .payments {
        width: 300px;
        margin: 10px auto;
    }

    .footer .row button {
        width: 90px;
    }

    .banimg {
        margin-top: 0;
    }

    .banimg .info {
        margin-top: -180px;
        margin-left: 0;
        padding-left: 20px;
        width: 100%;
    }

    .banimg .info h1 {
        font-size: 30px;
    }

    .banimg .info p {
        font-size: 10px;
        width: 100%;
        padding-right: 20px;
    }

    .desinfo {
        /* height: 100%; */
        padding: 15px;
    }

    .bookings {
        /* height: 100%; */
        padding: 15px;
    }

    .policy1,
    .policy2,
    .policy3 {
        /* height: 100%; */
        padding: 15px;
    }

    .member,
    .teamin {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }

    .teamin .member .extdiv {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .teamin .member .memp2 {
        text-align: center;
        padding: 30px 10px 10px 10px;
        width: 100%;
    }

    .sec1 h1 {
        font-family: "Graduate", cursive;
        font-size: 35px;
    }

    .sec1 p {
        padding: 10px 0;
    }

    .sec1 .p1,
    .sec1 .p2,
    .sec1 .p3 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 500px;
        margin: 0;
    }

    .serviceindi h1 {
        font-family: "Graduate", cursive;
        font-size: 29px;
    }

    .serviceindi p {
        padding: 5px;
        font-size: 15px;
    }

    .contactdes {
        display: none;
    }

    .contactus .p1 {
        width: 100%;
        padding: 20px;
    }

    .contactus .p1 .textboxs {
        width: 100%;
    }

    .infotd {
        /* height: 100%; */
        padding: 40px;
    }

    .infotd h1 {
        font-size: 30px;
    }

    .infotd p {
        padding: 2px;
    }

    .tdlogo {
        height: 550px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-line-pack: center;
        align-content: center;
    }

    .tdlogo .logo,
    .tdlogo .logo1 {
        width: 50%;
        border: none;
    }

    .iterdetails {
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }

    .iterdetails .iterinary {
        width: 100%;
        height: 100%;
    }

    .iterdetails .iterinary h2 {
        font-size: 20px;
    }

    .iterdetails .includes {
        width: 100%;
        height: 100%;
    }

    .iterdetails .includes p {
        font-size: 15px;
        padding: 0;
    }

    .ui-tabs .ui-tabs-nav {
        height: 70px;
    }

    .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
        padding: 10px 0;
    }

    .ui-tabs .ui-tabs-nav h1 {
        font-size: 9px;
        overflow: hidden;
    }

    .ui-tabs .ui-tabs-nav p {
        color: transparent;
    }

    .video iframe {
        width: 100%;
    }

    .video .mapouter {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .tripadvisor .trippic a {
        width: 50%;
        align-self: center;
    }
}

@media (min-width: 701px) and (max-width: 800px) {
    .breadcrumblist {
        padding: 20px 40px;
    }

    .contactus .p1 {
        width: 100%;
    }

    .contactus .p2 {
        width: 100%;
        display: flex;
        padding: 30px 10px;
    }

    .contactus .p2 .p2desc {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .contactus .p2 .sections {
        width: 60%;
    }

    .topbarc,
    .toprow {
        height: 90px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    #dropdown-activities .firstdrop .seconddrop {
        height: 100%;
        width: 300px;
        column-count: unset;
        overflow-y: scroll;
    }

    .topbarc .logo,
    .toprow .logo {
        width: 61%;
    }

    .topbarc .logo img,
    .toprow .logo img {
        width: 100%;
        height: 100%;
    }

    .topbarc .call,
    .toprow .call {
        width: 20%;
    }

    .topbarc .trip,
    .topbarc .socials,
    .toprow .trip,
    .toprow .socials {
        visibility: hidden;
    }

    .bar {
        background-color: var(--grad);
    }

    .bar .navbar {
        padding: 10px;
    }

    .bar .navbar-expand-lg .navbar-nav {
        text-align: end;
        margin-top: 5px;
        color: white;
    }

    .bar .nav-item {
        padding: 0;
    }

    .bar .navbar-brand {
        font-size: 20px;
    }

    .bar .navbar-toggler {
        color: white;
    }

    .bar .navbar-collapse {
        margin-top: 10px;
        border-top: 1px solid white;
    }

    .bar #nav-team {
        display: block;
    }

    .bar #nav-company-info {
        display: none;
    }

    .bar #nav-company-info-mobile-active {
        display: block;
    }

    .dropdown {
        top: 68px;
    }

    #dropdown-activities .dropdownimg {
        display: none;
    }

    #dropdown-activities .dropdownimg1 {
        display: none;
    }

    #dropdown-companyinfo,
    .menu-companyinfo {
        display: none;
    }

    #carouselExampleFade {
        margin-top: 0;
    }

    .trip_plan,
    .plan {
        height: auto;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .pc2,
    .pc3,
    .pc4 {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .pc2 .bi-people,
    .pc2 .bi-chat,
    .pc2 .bi-credit-card,
    .pc3 .bi-people,
    .pc3 .bi-chat,
    .pc3 .bi-credit-card,
    .pc4 .bi-people,
    .pc4 .bi-chat,
    .pc4 .bi-credit-card {
        margin-left: -80px;
    }

    #info {
        /* height: 100%; */
        padding: 70px;
    }

    .team {
        height: 800px;
    }

    .team .team_members {
        margin: 0;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        grid-gap: 10px;
    }

    .whyus .points {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .whyus .points .part1 {
        width: 100%;
    }

    .whyus .points .part1 .insides {
        padding: 0;
    }

    .whyus .points .part2 {
        width: 100%;
    }

    .whyus .points .part2 .insides {
        padding: 0;
    }

    .popular-activities h2 {
        padding: 0 10px;
    }

    .popular-activities .desc {
        height: 100%;
    }

    .act:hover .desc {
        margin-top: -210px;
    }

    .enquire .form {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .story {
        height: 100%;
    }

    .story .storysec {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .story .storysec .part1 {
        width: auto;
    }

    .story .storysec .part2 {
        text-align: center;
        padding: 20px;
    }

    .footer {
        padding: 10px;
    }

    .footer .row .footersec1,
    .footer .row .footersec2,
    .footer .row .footersec3 {
        text-align: center;
        padding: 0;
    }

    .footer .row .textareas {
        width: 310px;
        margin: 0 auto;
    }

    .footer .row .footer_socials {
        width: 300px;
        margin: 10px auto;
    }

    .footer .row .payments {
        width: 300px;
        margin: 10px auto;
    }

    .footer .row button {
        width: 90px;
    }

    .banimg {
        margin-top: 0;
    }

    .banimg .info {
        margin-top: -200px;
        margin-left: 0;
        padding-left: 20px;
    }

    .desinfo {
        /* height: 100%; */
        padding: 15px;
    }

    .bookings {
        /* height: 100%; */
        padding: 15px;
    }

    .policy1,
    .policy2,
    .policy3 {
        /* height: 100%; */
        padding: 15px;
    }

    .member,
    .teamin {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }

    .teamin .member .extdiv {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .teamin .member .memp2 {
        text-align: center;
        padding: 30px 10px 10px 10px;
        width: 100%;
    }

    .sec1 h1 {
        font-family: "Graduate", cursive;
        font-size: 35px;
    }

    .sec1 p {
        padding: 10px 0;
    }

    .sec1 .p1,
    .sec1 .p2,
    .sec1 .p3 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 500px;
        margin: 0;
    }

    .serviceindi h1 {
        font-family: "Graduate", cursive;
        font-size: 29px;
    }

    .serviceindi p {
        padding: 5px;
        font-size: 15px;
    }

    .contactdes {
        display: none;
    }

    .contactus .p1 {
        width: 100%;
        padding: 20px;
    }

    .contactus .p1 .textboxs {
        width: 100%;
    }

    .infotd {
        /* height: 100%; */
        padding: 40px;
    }

    .infotd h1 {
        font-size: 30px;
    }

    .infotd p {
        padding: 2px;
    }

    .tdlogo {
        height: 550px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-line-pack: center;
        align-content: center;
    }

    .tdlogo .logo,
    .tdlogo .logo1 {
        width: 40%;
        border: none;
    }

    .iterdetails {
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }

    .iterdetails .iterinary {
        width: 100%;
        height: 100%;
    }

    .iterdetails .iterinary h2 {
        font-size: 20px;
    }

    .iterdetails .includes {
        width: 100%;
        height: 100%;
    }

    .iterdetails .includes p {
        font-size: 15px;
        padding: 0;
    }

    .ui-tabs .ui-tabs-nav {
        height: 80px;
    }

    .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
        padding: 10px 0;
    }

    .ui-tabs .ui-tabs-nav h1 {
        font-size: 9px;
        overflow: hidden;
    }

    .ui-tabs .ui-tabs-nav p {
        font-size: 10px;
    }

    .video iframe {
        width: 100%;
    }

    .video .mapouter {
        width: 100%;
    }
}

@media (min-width: 801px) and (max-width: 992px) {
    .breadcrumblist {
        padding: 20px 40px;
    }

    .contactus .p1 {
        width: 100%;
    }

    .contactus .p2 {
        width: 100%;
        display: flex;
        padding: 30px 10px;
    }

    .contactus .p2 .p2desc {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .contactus .p2 .sections {
        width: 50%;
    }

    .topbarc,
    .toprow {
        height: 170px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #dropdown-activities .firstdrop .seconddrop {
        height: 100%;
        width: 300px;
        column-count: unset;
        overflow-y: scroll;
    }

    .topbarc .logo,
    .toprow .logo {
        width: 52%;
    }

    .topbarc .logo img,
    .toprow .logo img {
        width: 100%;
        height: 100%;
    }

    .topbarc .call,
    .toprow .call {
        width: 20%;
    }

    .topbarc .trip,
    .toprow .trip {
        margin-left: 10px;
    }

    .topbarc .socials,
    .toprow .socials {
        width: 55%;
    }

    .bar {
        background-color: var(--grad);
    }

    .bar .navbar {
        padding: 10px;
    }

    .bar .navbar-expand-lg .navbar-nav {
        text-align: end;
        margin-top: 5px;
        color: white;
    }

    .bar .nav-item {
        padding: 0;
    }

    .bar .navbar-brand {
        font-size: 20px;
    }

    .bar .navbar-toggler {
        color: white;
    }

    .bar .navbar-collapse {
        margin-top: 10px;
        border-top: 1px solid white;
    }

    .bar #nav-team {
        display: block;
    }

    .bar #nav-company-info {
        display: none;
    }

    .bar #nav-company-info-mobile-active {
        display: block;
    }

    .dropdown {
        top: 68px;
    }

    #dropdown-activities .dropdownimg {
        display: none;
    }

    #dropdown-activities .dropdownimg1 {
        display: none;
    }

    #dropdown-companyinfo,
    .menu-companyinfo {
        display: none;
    }

    #carouselExampleFade {
        margin-top: 0;
    }

    .trip_plan,
    .plan {
        height: 200px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .pc2,
    .pc3,
    .pc4 {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .pc2 .bi-people,
    .pc2 .bi-chat,
    .pc2 .bi-credit-card,
    .pc3 .bi-people,
    .pc3 .bi-chat,
    .pc3 .bi-credit-card,
    .pc4 .bi-people,
    .pc4 .bi-chat,
    .pc4 .bi-credit-card {
        margin-left: -80px;
    }

    #info {
        /* height: 100%; */
        padding: 70px;
    }

    .team {
        height: 800px;
    }

    .team .team_members {
        margin: 0;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        grid-gap: 10px;
    }

    .whyus .points {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .whyus .points .part1 {
        width: 100%;
    }

    .whyus .points .part1 .insides {
        padding: 0;
    }

    .whyus .points .part2 {
        width: 100%;
    }

    .whyus .points .part2 .insides {
        padding: 0;
    }

    .popular-activities h2 {
        padding: 0 10px;
    }

    .popular-activities .desc {
        height: 100%;
    }

    .act:hover .desc {
        margin-top: -200px;
    }

    .story {
        height: 100%;
    }

    .enquire .form {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .footer {
        padding: 10px;
    }

    .footer .row .textareabox {
        width: 300px;
    }

    .footer .row .input1 {
        width: 69%;
        margin: 0 auto;
    }

    .footer .row .footersec1,
    .footer .row .footersec2,
    .footer .row .footersec3 {
        text-align: center;
        padding: 0;
    }

    .banimg {
        margin-top: 0;
    }

    .banimg .info {
        margin-top: -250px;
        margin-left: 0;
        padding-left: 20px;
    }

    .desinfo {
        /* height: 100%; */
        padding: 15px;
    }

    .bookings {
        /* height: 100%; */
        padding: 15px;
    }

    .policy1,
    .policy2,
    .policy3 {
        /* height: 100%; */
        padding: 15px;
    }

    .member,
    .teamin {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }

    .teamin .member .extdiv {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .teamin .member .memp2 {
        text-align: center;
        padding: 30px 10px 10px 10px;
        width: 100%;
    }

    .infotd {
        /* height: 100%; */
        padding: 40px;
    }

    .infotd h1 {
        font-size: 30px;
    }

    .infotd p {
        padding: 2px;
    }

    .tdlogo {
        height: 550px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-line-pack: center;
        align-content: center;
    }

    .tdlogo .logo,
    .tdlogo .logo1 {
        width: 35%;
        border: none;
    }

    .iterdetails {
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }

    .iterdetails .iterinary {
        width: 100%;
        height: 100%;
    }

    .iterdetails .iterinary h2 {
        font-size: 20px;
    }

    .iterdetails .includes {
        width: 100%;
        height: 100%;
    }

    .iterdetails .includes p {
        font-size: 15px;
        padding: 0;
    }

    .ui-tabs .ui-tabs-nav {
        height: 80px;
    }

    .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
        padding: 10px 0;
    }

    .ui-tabs .ui-tabs-nav h1 {
        font-size: 9px;
        overflow: hidden;
    }

    .ui-tabs .ui-tabs-nav p {
        font-size: 10px;
    }

    .video iframe {
        width: 100%;
    }

    .video .mapouter {
        width: 100%;
    }

    .popular-activities .desc p {
        padding-top: 10px;
    }

    .contactdes {
        display: none;
    }

    .contactus .p1 {
        width: 100%;
        padding: 20px;
    }

    .contactus .p1 .textboxs {
        width: 100%;
    }
}

@media (min-width: 993px) and (max-width: 1204px) {
    .breadcrumblist {
        padding: 20px 40px;
    }

    #dropdown-activities .firstdrop .seconddrop {
        height: 100%;
        width: 300px;
        column-count: unset;
        overflow-y: scroll;
    }

    .dropdownimg-ci {
        justify-content: none;
        gap: 20px;
        height: 210px;
    }

    .tripreview {
        justify-content: end;
        padding: 0 120px;
    }

    .contactus .p1 {
        width: 51%;
    }

    .contactus .p2 {
        width: 45%;
        justify-content: center;
    }

    .contactus .p2 .p2desc {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .contactus .p2 .sections {
        width: 100%;
    }

    .topbarc,
    .toprow {
        width: 100%;
        height: 80px;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .topbarc .logo,
    .toprow .logo {
        width: 38%;
        height: 80px;
    }

    .topbarc .logo img,
    .toprow .logo img {
        width: 100%;
        height: 100%;
    }

    .topbarc .call,
    .toprow .call {
        width: 17%;
        height: 80px;
    }

    .topbarc .trip,
    .toprow .trip {
        margin-left: 0;
        /* margin-left: 15px; */
    }

    .topbarc .socials,
    .toprow .socials {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        width: 27%;
    }

    .topbarc .socials .select,
    .toprow .socials .select {
        display: none;
    }

    .dropdown {
        top: 75px;
    }

    #dropdown-activities .firstdrop {
        padding: 0;
        width: 250px;
    }

    #info {
        /* height: 100%; */
        padding: 70px;
    }

    .team {
        height: 800px;
    }

    .team .team_members {
        margin: 0;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        grid-gap: 10px;
    }

    .popular-activities h2 {
        padding: 0 10px;
    }

    .popular-activities .desc {
        height: 100%;
    }

    .act:hover .desc {
        margin-top: -200px;
    }

    .tripinfo {
        padding: 0 5px;
    }

    .infotd {
        /* height: 100%; */
        padding: 40px;
    }

    .infotd h1 {
        font-size: 30px;
    }

    .infotd p {
        padding: 2px;
    }

    .tdlogo {
        height: 200px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .tdlogo .logo .des {
        text-align: center;
    }

    .tdlogo .logo1 .des {
        text-align: center;
    }

    .tdlogo .logo,
    .tdlogo .logo1 {
        width: 20%;
        height: 173px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .iterdetails {
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }

    .iterdetails .iterinary {
        width: 100%;
        height: 100%;
    }

    .iterdetails .iterinary h2 {
        font-size: 20px;
    }

    .iterdetails .includes {
        width: 100%;
        height: 100%;
    }

    .iterdetails .includes p {
        font-size: 15px;
        padding: 0;
    }

    .video iframe {
        width: 100%;
    }

    .banimg .info {
        margin-top: -250px;
    }

    .footer .row .textareas {
        width: 310px;
        margin: 0 auto;
    }

    .footer .row .footer_socials {
        width: 300px;
        margin: 10px auto;
    }

    .footer .row .payments {
        width: 300px;
        margin: 10px auto;
    }

    .footer .row button {
        width: 90px;
    }

    .dropdownimg1 {
        margin-right: -190px;
    }
}

@media (min-width: 1205px) and (max-width: 2000px) {
    .tripreview {
        justify-content: end;
        padding: 0 120px;
    }

    .contactus .p1 {
        width: 61%;
    }

    .contactus .p2 {
        width: 36%;
        justify-content: center;
    }

    .contactus .p2 .p2desc {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .contactus .p2 .sections {
        width: 100%;
    }

    .tdlogo {
        height: 145px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .tdlogo .logo,
    .tdlogo .logo1 {
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
        width: 20%;
        padding: 10px;
    }

    .iterdetails {
        height: auto;
    }

    .iterdetails .iterinary {
        height: 100%;
    }

    .iterdetails .includes {
        height: 100%;
    }

    .desc #icontxt {
        padding-top: 10px;
    }

    .desc p {
        padding-top: 6px;
    }

    .footer .row .input1 {
        width: 66%;
    }

    .teaming .description {
        margin-top: -170px;
    }

    .topbarc .toprow .socials .socialmedia {
        gap: 5px;
    }
}

@media (min-width: 1600px) {
    .story .storysec .part2 .ourstorydesc {
        font-size: 20px;
        line-height: 28px;
    }

    .tripreview {
        justify-content: end;
        padding: 0 120px;
    }

    .tripreview h1 {
        font-size: 30px;
    }

    .dropdownimg1 {
        margin-right: -650px;
        width: 20%;
    }

    .dropdownimg {
        width: 20%;
    }

    .contactus .p1 {
        width: 61%;
    }

    .contactus .p2 {
        width: 36%;
        justify-content: center;
    }

    .contactus .p2 .p2desc {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .contactus .p2 .sections {
        width: 75%;
    }

    .tab1desc,
    .tab2desc,
    .tab3desc {
        font-size: 20px;
    }

    #tab1 h1 {
        font-size: 35px;
    }

    #tab2 h1 {
        font-size: 35px;
    }

    #tab3 h1 {
        font-size: 35px;
    }

    #info .indexdesc {
        font-size: 20px;
        line-height: 28px;
    }

    .whyus h1 {
        font-size: 50px;
    }

    .popular-activities h1 {
        font-size: 50px;
    }

    .story h1 {
        font-size: 50px;
    }

    .teamindex h1 {
        font-size: 50px;
    }

    .desc h1 {
        font-size: 30px;
    }

    #info h1 {
        font-size: 50px;
    }

    #info h1 {
        font-size: 50;
    }

    .whyus .points .part1 h2,
    .whyus .points .part2 h2 {
        font-size: 35px;
    }

    .whyus .points .part1 .insides,
    .whyus .points .part2 .insides {
        font-size: 20px;
        line-height: 28px;
    }

    .popular-activities .popularactivity_desc {
        font-size: 20px;
        line-height: 28px;
    }

    .infotd .infotddesc {
        font-size: 20px;
        line-height: 28px;
    }

    .iterdetails .includes .includesdesc,
    .iterdetails .iterinary .iterinarydesc {
        font-size: 20px;
        line-height: 28px;
    }

    .teamin .member .deco .memp2 .teammemberdesc {
        font-size: 20px;
    }

    .descinfo h1 {
        font-size: 50;
    }

    .descinfo .descinfodesc {
        font-size: 20px;
        line-height: 28px;
    }

    .legaldoc h1 {
        font-size: 50;
    }

    .legaldoc .legaldocdesc {
        font-size: 20px;
        line-height: 28px;
    }

    .bookings h1 {
        font-size: 50;
    }

    .desinfo .desinfodesc {
        font-size: 20px;
        line-height: 28px;
    }

    .bookings .companypolicy {
        font-size: 20px;
        line-height: 28px;
    }

    .policy1 h1,
    .policy2 h1,
    .policy3 h1 {
        font-size: 50;
    }

    .policy1 .companypolicy,
    .policy2 .companypolicy,
    .policy3 .companypolicy {
        font-size: 20px;
        line-height: 28px;
    }

    .contactus .p1 .p1desc {
        font-size: 20px;
        line-height: 28px;
    }
}

@media (min-width: 2001px) {
    .act:hover .desc {
        margin-top: -220px;
    }

    .dropdownimg1 {
        margin-right: -850px;
        width: 20%;
    }

    .dropdownimg {
        width: 20%;
    }

    .sec1 .services {
        padding-top: 100px;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .desc p {
        padding-top: 10px;
    }

    .desc #icontxt {
        padding-top: 20px;
    }

    .tdlogo {
        height: 145px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .tdlogo .logo,
    .tdlogo .logo1 {
        width: 10%;
        padding: 10px;
    }

    .iterdetails {
        height: auto;
    }

    .iterdetails .iterinary {
        height: 100%;
    }

    .iterdetails .includes {
        height: 100%;
    }

    #info h1 {
        font-size: 60px;
    }

    #info .indexdesc {
        font-size: 25px;
        line-height: 40px;
    }

    .whyus h1 {
        font-size: 60px;
    }

    .whyus .points .part1 h2,
    .whyus .points .part2 h2 {
        font-size: 45px;
    }

    .whyus .points .part1 .insides,
    .whyus .points .part2 .insides {
        font-size: 25px;
        line-height: 40px;
    }

    .popular-activities h1 {
        font-size: 60px;
    }

    .popular-activities h2 {
        font-size: 25px;
        line-height: 40px;
    }

    .desc h1 {
        font-size: 40px;
    }

    .banimg .info {
        margin-top: -400px;
    }

    .teaming .description {
        margin-top: -220px;
    }

    .footer .row .input1 {
        width: 69%;
    }
}

/*# sourceMappingURL=style.css.map */

@media (max-width: 992px) {
    #team-social-media {
        justify-content: center;
    }

    .topbarc .toprow .socials .socialmedia {
        gap: 5px;
    }
}

/* Quill Text Align Classes */
.ql-align-right {
    text-align: right;
}
.ql-align-justify {
    text-align: justify;
}
.ql-align-center {
    text-align: center;
}
/* Quill Text Align Classes */

/* Carousel Previous & Next Button Area Width */
.carousel-control-next, .carousel-control-prev {
    width: 8%;
}
/* Carousel Previous & Next Button Area Width */
