#google_translate_element {
    border: none;
    background-color: transparent;
}

.address-detail {
    padding-bottom: 10px !important;
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: "Nunito", serif;
    font-optical-sizing: auto;
    font-style: normal;
}

a {
    cursor: pointer;
}

/* header */
.gap-a {
    display: flex;
    gap: 3px;
}

header {
    width: 100%;
    position: fixed;
    z-index: 999;
}

.side-bar {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    position: fixed;
    top: 0;
    color: #000000;
    right: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    z-index: 999;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(15px);
    ;
    box-shadow: -10px 0 10px rgba(0, 0, 0, 0.1);

}

.thread i {
    font-size: 14px;
}

.no-scroll {
    overflow: hidden;
}

.side-bar li {
    list-style-type: none;
    width: 100%;
    margin-top: 10px;
    padding: 10px 20px;
}

.side-bar a {
    width: 100%;
    color: white;
}

.navbar {
    transition: background-color 0.3s ease, backdrop-filter 0.3s ease;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.4)) 0px 0px no-repeat padding-box padding-box transparent;
}

.navbar.scrolled {
    background-color: rgba(0, 0, 0, 0.9);
}

.top-rightbar ul {
    color: white;
}

.scrolled .top-rightbar a {
    color: #b49164;
}

.scrolled .top-rightbar a:hover {
    color: white;
}

.top-rightbar a {
    text-decoration: none;
    color: white;
}

.top-rightbar a:hover {
    color: #b49164;
}

.container {
    width: 85%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3px 0px;
}

.top-rightbar ul {
    display: flex;
    list-style: none;
}

.top-rightbar li {
    padding-right: 25px;
    font-size: 10.6px;
}

.dropdown-button {
    cursor: pointer;
    font-size: 9.6px;
    position: relative;
    cursor: pointer;
    border: none;
    background: transparent;
    color: #b49164;
}

.dropdown-button:hover {
    color: white;
}

.dropdown-menu {
    margin-left: -170px;
    overflow-y: scroll;
    cursor: pointer;
    margin-top: 20px;
    position: absolute;
    width: 210px;
    background-color: white;
    display: flex;
    text-align: left;
    flex-direction: column;
    border-radius: 2px;
    display: none;
}

.dropdown-menu a {
    font-size: 14px;
    text-decoration: none;
    color: black;
    padding: 20px 10px;
}

.dropdown-menu li {
    list-style-type: none;
    padding: 10px;
    border-bottom: 0.1px solid black;
}

.dpup {
    position: relative;
    cursor: pointer;
}

.dpdw {
    cursor: pointer;
    margin-top: 35px;
    position: absolute;
    width: 150px;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 12px;
    display: none;

}

.dpdw li a {
    text-decoration: none;
    padding: 10px;
    display: block;
    color: black;
}

.logo {
    width: 110px;
    height: 60px;
    object-fit: cover;
}

.ulclass li {
    text-decoration: none;
    list-style: none;
    color: white;
}

.scrolled .page-turner {
    color: #b49164;
}

.scrolled .page-turner:hover {
    color: white;
}

.page-turner:hover {
    color: #b49164;
}

.page-turner {
    text-decoration: none;
    color: white;
    cursor: pointer;
}

.scrolled .logo {
    filter: drop-shadow(0px 1000px 0px #b49164);
    transform: translateY(-1000px);
}

.font {
    font-size: 12px;
}

.bottom-navbar {
    padding: 10px, 0px;
    display: flex;
}

.btn1 {
    font-size: 9.4px;
    background-color: #b49164;
    padding: 7px 16px;
    border: none;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    border-radius: 2rem;
    color: white;
}


/************************************************************************************ header */

main {
    background-image: url("assets/1_Banner_7565e3bf83-scaled.jpeg");
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 800px;
    animation: changeImg 10s linear infinite;
    place-content: center;



}

@keyframes changeImg {
    0% {
        background-image: url("assets/2_Banner_45e5ce3e20-scaled.jpeg");
    }

    50% {
        background-image: url("assets/3_Banner_8b649a21ad-scaled.jpeg");
    }
}

.container-sec {
    width: 85%;
    margin: auto;
    display: flex;
    gap: 5px;

}

.container-sec1 {
    width: 50%;
    height: auto;
    align-items: center;
}

.container-sec2 {
    width: 50%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: self-end;
}

.tag-line h2 {
    color: white;
    font-size: 17px;
    padding: 11px;
    border-radius: 2rem;
    background-color: #FFFFFF21;
    border: 2px solid;
    border-color: #FFFFFF59;
    display: inline-block;
}

.tag-line2 h2 {
    font-size: 54px;
    color: white;
    padding-bottom: 40px;
    padding-top: 10px;
}

.tag-line-button {
    display: inline-block;

}

.tag-line-button a {
    text-decoration: none;
    color: white;
    font-size: 15px;
    padding: 12px 24px;
    background-color: #b49164;
    border-radius: 2rem;

}

.icons i {
    color: white;
    font-size: 24px;
    padding: 15px 15px 15px 0px;
}

.grid-container {
    width: 100%;

}

.main-grid {
    width: 85%;
    margin: auto;
    display: flex;
    padding: 40px 0px;
    gap: 20px;
}

.left-grid {
    width: 40%;
    height: 500px;
}

.right-grid {
    width: 60%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.left-grid-img img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 20px;
    -webkit-mask-image: linear-gradient(black 30%, transparent 100%)
}

.left-grid-img {
    position: relative;
    background-color: black;
    border-radius: 20px;
}

.details-position {
    position: absolute;
    bottom: 0px;
}

.right-uppergrid {
    overflow: hidden;
    width: 100%;
    display: flex;
    height: 250px;
    border-radius: 20px;
    gap: 20px;
}

.right-uppergrid img {
    width: 100%;
    border-radius: 20px;
    -webkit-mask-image: linear-gradient(black 30%, transparent 100%)
}

.right-bottom-grid {
    width: 100%;
    position: relative;
    background-color: black;
    border-radius: 20px;
}

.details-position {
    display: flex;
    color: white;
    padding: 15px;
    width: 100%;
    justify-content: space-between;
}

.details-position a {
    text-decoration: none;
    color: white;
    display: contents;
}

.circle {
    color: white;
    font-size: 20px;
    border-radius: 50%;
    padding: 4px;
    border: 3px solid white;
    display: flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.details-position span {
    align-content: center;
}

.right-bottom-grid img {
    width: 100%;
    height: 230px;
    border-radius: 20px;
    -webkit-mask-image: linear-gradient(black 30%, transparent 100%)
}

.right-upper-left {
    overflow: hidden;
    position: relative;
    background-color: black;
    border-radius: 20px;
}

.right-upper-right {
    overflow: hidden;
    position: relative;
    background-color: black;
    border-radius: 20px;
}

.experience-container {
    width: 100%;

}

.experience-area {
    width: 85%;
    margin: auto;
}

.experience-col img {
    height: 420px;
    object-fit: cover;
}

.experience-row {
    width: 100%;
    display: flex;
    padding-top: 80px;
    gap: 20px;
}

.experience-col {
    align-self: center;
    width: 50%;

}

.experience-col a {
    text-decoration: none;
    color: black;
}

.experience-col img {
    width: 100%;
    border-radius: 20px;
}

.head-ex {
    font-size: 20px;
    padding-bottom: 8px;
}

.experience-col p {
    font-size: 17px;
    color: #7a7a7a;
    padding-bottom: 22px;
    letter-spacing: .5px;
}

.hype {
    font-size: 25px;
    padding-bottom: 8px;
}

.discover-container {
    width: 100%;
    background-color: black;
    padding: 20px 0px;
}

.discover {

    color: white;
    width: 85%;
    margin: auto;
}

.discover-row {
    width: 100%;
    display: flex;
    padding: 60px 0px;
    gap: 20px;
}

.discover-col1 {
    width: 50%;
}

.discover-col2 {
    width: 50%;
}

.package-col {
    width: 50%;
}

.col-1 {
    border-radius: 15px;
    overflow: hidden;
}

.btn-pack {
    padding: 10px 20px;
    background-color: #b49164;
    display: inline-block;
    border-radius: 20px;
}

.col-2 h1 {
    padding-bottom: 30px;
}

.col-2 p {
    padding-bottom: 16px;
}

.col-2 ul {
    padding-left: 13px;
}

.pack-btn a {
    color: white;
    text-decoration: none;
}

.lastli {
    padding-bottom: 10px;
}

.package-col img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 15px;
}

.package-container {
    padding: 55px 0px;
    background-color: #e7e7e7;
}

.package-row {
    display: flex;
    gap: 30px;
}

.discover-col1 h2 {
    font-size: 40px;
}

.discover-col2 p {
    font-size: 17px;
    letter-spacing: 0.5px;
    padding-bottom: 30px;
}

.learn-more {
    display: inline-block;
    border-radius: 2rem;
    background-color: #b49164;
    padding: 12px 24px;
    color: white;
}

.learn-more a {
    text-decoration: none;
}

.review-slider {
    background-color: black;
    padding-bottom: 60px;
}

.slider-img img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.slider-card {
    background-color: #191919;
    padding: 20px;
    border-radius: 20px;
    padding-bottom: 0px;
}

.slider-card p {
    font-size: 16px;
    padding-bottom: 20px;
    color: #7a7a7a;
    line-height: 25px;
}

.slick-slider .slick-slide {
    padding: 0 15px;
}

/* the slides */
.slick-slide {
    margin: 0 10px;
}

/* the parent */
.slick-list {
    margin: 0 -10px;
}

.slider-detail {
    display: flex;
}

.slider-img-info {
    padding-left: 20px;
}

.travel-container {
    width: 100%;
    padding-bottom: 80px;
}

.travel-head {
    width: 85%;
    margin: auto;
}

.cataloge {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.cataloge-pic img {
    width: 100%;
    height: 430px;
    border-radius: 18px;
    object-fit: cover;
    /* Ensure images are properly scaled */
    -webkit-mask-image: linear-gradient(black 30%, transparent 100%)
}

.travel-row {
    display: flex;
    justify-content: center;
    position: absolute;
    /* Position relative to the nearest positioned ancestor */
    bottom: 10px;
    /* Adjust this value to fine-tune the placement */
    width: 100%;
    padding: 0 10px;
    /* Add padding for spacing within the container */
    box-sizing: border-box;
}

.cataloge-img {
    position: relative;
    /* Ensure the `.travel-row` is positioned relative to this */
    box-sizing: border-box;
    width: 24%;
    margin-bottom: 20px;
}

.cataloge-pic {
    border-radius: 18px;
    background-color: black;

}

.travel-col {
    width: 50%;
    color: white;
    padding-left: 10px;
}

.travel-col a {
    text-decoration: none;
    color: white;
    font-size: 18px;
}

.travel-col h2 {
    font-size: 26px;
    padding-bottom: 7px;
}

.travel-col p {
    font-size: 20px;
    padding-bottom: 5px;
}

.distance a {
    font-size: 28px;
}

.distance {
    text-align: right;
    padding-right: 10px;
}

.travel-col i {
    font-size: 10px;
}

.travel-heading {
    padding-top: 80px;
}

.travel-heading h2 {
    font-size: 40px;
    text-align: center;
    padding: 30px;
}

.col-2 {
    align-content: center;
}

.rel-col {
    text-align: center;
    width: 30%;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}

.rel-main-col {
    padding-bottom: 25px;
}

.rel-row {
    gap: 25px;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
}

.rel-icon {
    margin: 50px;
    display: flex;
    justify-content: center;
    place-self: center;
    height: 60px;
    width: 60px;
}

.rel-icon img {
    height: 100%;
    width: 100%;
}

.rel-discription {
    padding: 20px 20px 50px;
}

.rel-discription h3 {
    padding-bottom: 20px;
}

.reliable h1 {
    text-align: center;
    padding: 50px 0px;
}

.reliable {
    padding-bottom: 80px;
}

.gel h1 {
    text-align: center;
    padding: 50px;
}

.gel-btn {
    text-align: center;
    margin: 35px;
}

.gel-col {
    padding-bottom: 30px;
    width: 30%;
    height: 380px;
}

.gel-col img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gel-row {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
}

/* .stylelist{
    border-left: 2px dotted black;
} */
.lastli {
    margin-top: 20px;
}

ul.stylelist li {
    list-style-type: none;
    position: relative;
    margin-bottom: 0;
}

ul.stylelist li:after {
    content: "";
    position: absolute;
    left: -21px;
    top: 0px;
    background-color: #b49164;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

ul.stylelist li:before {
    content: "";
    position: absolute;
    left: -16px;
    border-left: 1px solid black;
    height: 100%;
    width: 1px;
}

ul.stylelist li:first-child:before {
    top: 6px;
}

ul.stylelist li:last-child:before {
    height: 6px;
}

/**********************************************/


.quick-row {
    gap: 20px;
    background-color: #e7e7e7;
    height: 170px;
    border-radius: 15px;
    width: 100%;
    margin-top: 30px;
    display: flex;
}

.quick-col-1 {
    font-size: 45px;
    align-content: center;
    text-align: center;
    color: white;
    height: 100%;
    background-color: #b49164;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.infilled {
    height: 40px;
    width: 30%;
}

.quick-col-2 {
    align-content: center;
    width: 80%;
}

.quick-col-2 form {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 20px;
}

.fill {
    padding-left: 20px;
}

.form-button {
    background-color: #b49164;
    /* width: 15%;
    margin-left: 75px; */
    height: 40px;
    border: none;
    color: white;
}

/* about */
.readmore {
    padding: 0px 0px 22px;
}

.about-main {
    background-color: #0c0404;
    width: 100%;
}

.about-container {
    width: 85%;
    margin: auto;
    padding: 50px 0px;
}

.about-row {
    display: flex;

}

.about-col {
    width: 50%;
}

.about-row a {
    text-decoration: none;
    color: white;
    font-size: 23px;
}

.about-row {
    color: white;
}

.about-col h2 {
    font-size: 40px;
    padding: 10px 0px;
}

.about-col p {
    font-size: 18px;
}

.learn-more span {
    color: white;
    font-size: 16px;
}

.about-logs {
    padding: 30px;
}

.pad {
    padding-bottom: 50px;
    display: flex;
    gap: 30px;
    justify-content: space-between;
}

.about-col-para {
    padding: 10px 0px;
}

.about-col-para p {
    padding-bottom: 22px;
}

.row-pad {
    padding-top: 10px;
}

.plus {
    font-weight: bold;
}

.yt-col {
    width: 80%;
    margin: auto;

}

.yt-col iframe {
    border-radius: 20px;
    width: 100%;
    height: 560px;
}

.info-container {
    width: 85%;
    margin: auto;
    padding-top: 80px;
    padding-bottom: 20px;
}

.info-row {
    display: flex;
    gap: 20px;

}

.info-col {
    display: flex;
    flex-direction: column;
    width: 50%;
    gap: 20px;


}

.col1-img {
    border-radius: 20px;
    background-color: black;
}

.col1-img img {
    width: 100%;
    border-radius: 20px;
    -webkit-mask-image: linear-gradient(black 30%, transparent 100%)
}

.hey1 {
    font-size: 40px;
    width: 65%;
    padding-bottom: 40px;
}

.col1 p {
    font-size: 18px;
    color: #7a7a7a;
    padding-bottom: 30px;
    padding-right: 8px;
    line-height: 25px;
}

.col1-img-info-heading {
    color: white;
    margin-top: -75px;
}

.info-img-box {
    position: relative;
}

.col1-img-read-more {
    color: white;
    font-size: 15px;
}

.col1-img-info {
    position: absolute;
    bottom: 0px;
    padding-left: 25px;
    padding-bottom: 10px;
}

.info-img img {
    width: 100%;
    border-radius: 12px;
    height: 100%;
    -webkit-mask-image: linear-gradient(black 30%, transparent 100%)
}

.info-img-flex {
    display: flex;
    gap: 20px;
}

.img-info {
    width: 50%;
}

.info-img {
    width: 50%;
    border-radius: 12px;
    background-color: black;
}

.imfo-heading h2 {
    font-size: 20px;
    padding-bottom: 35px;
}

.info-para p {
    line-height: 25px;
    padding-bottom: 50px;
}

.contact-container {
    background-image: url("assets/2_Banner_45e5ce3e20-scaled.jpeg");
    background-size: cover;
}

.contact-haeding h2 {
    font-size: 40px;
    color: white;
    /* width: 40%; */
    margin: auto;
    padding-bottom: 10px;
}

.conatact-para p {
    font-size: 16px;
    color: white;
    width: 85%;
    margin: auto;
    line-height: 30px;
    padding-bottom: 30px;
}

.contact-main {
    text-align: center;
    padding: 60px;
}

.contact-btn a {
    padding: 10px 30px;
    border-radius: 2rem;
    background-color: white;
    text-decoration: none;
    color: black;

}

.upper-footer-container {
    width: 85%;
    margin: auto;
    padding-top: 55px;
    display: flex;
    border-bottom: 1px solid rgb(65, 65, 65);
    gap: 15px;
}

.divecho-con {
    width: 85%;
    margin: auto;
    color: white;
    text-align: center;
    padding: 10px 0px;
}

.about-links {
    padding-top: 50px;
}

.details {
    padding: 0px 5px;
    width: 25%;
    margin-bottom: 40px;
    border-right: 1px solid rgb(65, 65, 65);
}

.upper-footer {
    background-color: #0c0404;
}

.detail-logo img {
    padding-bottom: 15px;
    width: 110px;
    height: 60px;
    object-fit: cover;
}

.ad-detail p {
    font-size: 16px;
    color: white;
    line-height: 27px;
    padding-bottom: 30px;
}

.icon-detail i {
    color: white;
    font-size: 20px;
    padding-right: 15px;
}

.detail-logo h2 {
    color: white;
    padding-bottom: 30px;
}

.ad-detail ul {
    list-style-type: none;
    line-height: 40px;
    color: white;
}

.ad-detail a {
    text-decoration: none;
    color: white;
}

.email-detail {
    display: flex;
    justify-content: space-between;
    gap: 5PX;
}

.email-detail input {
    padding-left: 10px;
    border-radius: 2rem;
    background-color: transparent;
    color: white;
    width: 70%;
}

.email-detail a {
    padding: 15px 0px;
    text-decoration: none;
    color: black;
    background-color: white;
    border-radius: 2rem;
    width: 30%;
    text-align: center;
}

.bottom-footer {
    background-color: #0c0404;
    color: white;
    text-align: center;
    padding: 10px;
}

.source {
    color: #b49164 !important;
    text-decoration: none !important;
}

.contain {
    width: 85%;
    margin: auto;
}

.line-fix {
    border: none;
}

/* for header */

@media (min-width: 991px) {
    .dot {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .tot {
        display: none;
    }

    .ulclass {
        justify-content: flex-end;

    }

    .ulclass li:first-child {
        margin-right: auto;
    }

    /* .fill{
        margin-right: 30px;
    } */
    .hidden-nav {
        display: none;
    }

    .line {
        display: none;
    }

}

/* for header */

/*footers*/
@media screen and (max-width: 991px) {
    .upper-footer-container {
        flex-wrap: wrap;
    }

    .details {
        width: 47%;
    }
}

@media screen and (max-width: 768px) {
    .details {
        width: 100%;
    }
}

/*footers*/

@media screen and (max-width: 991px) {
    .package-row {
        flex-direction: column;
    }

    .package-col {
        width: 100%;
    }

    .tag-line2 h2 {
        font-size: 49px;
    }

    main {
        height: 750px;
    }

    .main-grid {
        gap: 20px
    }

    .right-uppergrid {
        gap: 10px;
    }

    .right-grid {
        gap: 10px;
    }

    .right-bottom-grid img {
        height: 238px;
    }

    .experience-row {
        display: block;
    }

    .experience-col {
        width: 100%;
        margin: auto;
    }

    .cataloge-img {
        width: 32%;
    }

    .cataloge-pic img {
        height: 369px;
    }

    .pad {
        padding-bottom: 30px;
    }

    .about-row {
        flex-direction: column;
        padding: 20px 0px;
    }

    .about-col {
        width: 100%;
    }

    .about-logs {
        padding: 0px 0px;
    }

    .yt-col iframe {
        height: 470px;
    }

    .info-row {
        display: block;
    }

    .info-col {
        width: 100%;
        margin: auto;
    }

    .info-img-box {
        margin-bottom: 30px;
    }

    /* .contact-haeding h2 {
        width: 70%;
    } */
    .gel-col {
        width: 29%;
        height: 330px;
    }

    .rel-col {
        width: 29%;
    }

    .quick-row {
        flex-direction: column;
        height: auto;
    }

    .quick-col-1 {
        width: 100%;
        display: flex;
        justify-content: center;
        border-radius: 15px;
    }

    .quick-col-2 {
        width: 100%;
        padding: 0px 0px 20px;
    }

    .quick-col-2 form {
        justify-content: center;
    }

    .line-fix-2 {
        border: none;
    }

}

@media screen and (max-width: 768px) {
    .main-grid {
        flex-direction: column;
    }

    .left-grid {
        width: 100%;
    }

    .right-grid {
        width: 100%;
    }

    .cataloge-img {
        width: 48%;
    }

    .yt-col iframe {
        height: 410px;
    }

    .conatact-para p {
        width: 100%;
    }

    .container-sec {
        flex-direction: column;
        gap: 50px;
        margin-top: 50px;
    }

    .container-sec1 {
        width: 100%;
        margin-top: 25px;
    }

    .container-sec2 {
        flex-direction: row;
        width: 100%;
        justify-content: flex-start;
    }

    main {
        height: 680px;
    }

    .info-img-flex {
        flex-direction: column;
        gap: 20px;
    }

    .info-img {
        width: 100%;
    }

    .img-info {
        width: 100%;
    }

    .imfo-heading h2 {
        padding-bottom: 20px;
    }

    .info-para p {
        padding-bottom: 20px;
    }

    .hey1 {
        width: 100%;
    }

    .discover-row {
        flex-direction: column;
    }

    .discover-col1 {
        width: 100%;
    }

    .discover-col2 {
        width: 100%;
    }

    .main-grid {
        gap: 20px;
        padding: 50px 0px;
    }

    .rel-col {
        width: 46%;
    }

    .gel-col {
        width: 46%;
    }

    .infilled {
        width: 90%;
    }

    .quick-col-1 {
        padding: 5px;
        font-size: 35px;
    }

    .details {
        margin-bottom: 0px;
        border-right: none;
        padding-bottom: 20px;
        border-bottom: 1px solid rgb(65, 65, 65);
    }
}

@media screen and (max-width: 480px) {
    .tag-line2 h2 {
        font-size: 40px;
    }

    .right-uppergrid {
        flex-direction: column;
        gap: 10px;
        height: 100%;
    }

    .cataloge-img {
        width: 100%;
    }

    .yt-col {
        width: 100%;
    }

    .yt-col iframe {
        height: 390px;
    }

    .info-container {
        padding-top: 50px;
    }

    .about-col h2 {
        font-size: 27px;
    }

    .about-row a {
        font-size: 16px;
    }

    .hey1 {
        font-size: 27px;
    }

    .col1 p {
        font-size: 16px;
    }

    .col1-img-info {
        padding-left: 12px;
        padding-bottom: 0px;
    }

    .col1-img-info-heading {
        font-size: 12px;
    }

    .contact-haeding h2 {
        font-size: 27px;
    }

    .travel-heading h2 {
        font-size: 27px;
    }

    .discover-col1 h2 {
        font-size: 27px;
    }

    .discover-col2 p {
        font-size: 16px;
    }

    .travel-heading {
        padding-top: 50px;
    }

    .travel-container {
        padding-bottom: 50px;
    }

    .rel-col {
        width: 100%;
    }

    .gel-col {
        width: 100%;
    }

    .head-ex {
        font-size: 15px;
    }

    .col-2 h1 {
        font-size: 25px;
    }

    .reliable h1 {
        font-size: 25px;
    }

    .experience-row {

        padding-top: 50px;
    }
}

/* NEW CSS */
.main-content {
    padding-bottom: 30px;
}

#policies .header-bgimg {
    background-image: url(assets/21.jpg);
    background-size: cover;
    background-position: center;
    height: 300px;
    position: relative;
    display: flex;
    align-items: flex-end;
    padding-bottom: 30px;
}

#policies .header-bgimg h1 {
    width: 85%;
    margin: 0 auto;
    color: #fff;
}

.inner-container {
    width: 85%;
    margin: auto;
    padding: 3px 0px;
}

.section ul {
    margin: 10px 0px 10px 25px;
}

.inner-container h1,
.inner-container h2,
.inner-container h3 {
    margin: 15px 0px;
}

#policies p {
    margin: 15px 0px;
}

#policies td,
#policies th {
    padding: 10px;
}
