@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700&family=Roboto:wght@300;400;500&family=Syne:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Akaya+Telivigala&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@font-face {
    font-family: "JuliettaMessie";
    src: url("../fonts/JuliettaMessie.eot");
    src:
        url("../fonts/JuliettaMessie.eot") format("embedded-opentype"),
        url("../fonts/JuliettaMessie.woff2") format("woff2"),
        url("../fonts/JuliettaMessie.woff") format("woff"),
        url("../fonts/JuliettaMessie.ttf") format("truetype"),
        url("../fonts/JuliettaMessie.svg#JuliettaMessie") format("svg");
}
:root {
    --font-family-JuliettaMessie: "JuliettaMessie";

    --main-color-yellow: #f59f26;
    --main-color-green: #0c4a59;
    --color-green-one: #2e888d;
    --color-ash-one: #d9d9d9;

    --color-trvel-celebration: #d1a652;
    --color-trvel-celebration-yellow-dark: #9c762b;
    --color-trvel-celebration-light: #f39e10;

    --gradient-one: linear-gradient(180deg, #f95e9e 0%, #98d9f5 100%);
    --gradient-two: linear-gradient(180deg, #d00c10 0%, #011c73 100%);
    --gradient-three: linear-gradient(180deg, #c30e15 0%, #011c73 100%);
    --box-shadow-one: 0px 0px 52.4px 0px #00000029;
    --box-shadow-two: 0px 0px 10px 0px #00000029;
    --box-shadow-trvel-celebration-one: 0px 0px 52.4px 0px #00000029;
}
html {
    scroll-behavior: smooth;
}
body {
    /* font-family: 'Poppins', sans-serif !important; */
    font-family: "Poppins", serif !important;
    background: #cbcbcb;
}
.for-mobile {
    display: none;
}
ul,
li {
    list-style-type: none;
}
a,
a:hover {
    text-decoration: none;
}
p {
    font-size: 16px;
    color: #040504;
}
iframe,
video,
iframe video {
    width: 100%;
}
.bg-yellow {
    background-color: #f09e25;
}
.title-h2 {
    color: #000;
    font-size: 60px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 30px;
}
.title-h3 {
    color: #000;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 20px;
}
.title-h4 {
    color: #000;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 20px;
}
.title-h5 {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 20px;
}
.text-p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 20px;
}
.text-p.text-small {
    font-size: 13px;
}
.text-p a {
    color: #4d716d;
}
.common-ul {
    padding: 0;
    margin-bottom: 20px;
}
.common-ul li {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    margin-top: 10px;
    list-style: disc;
    list-style-position: inside;
}
.common-ul li:first-child {
    margin-top: 0;
}
.w750 {
    margin: 0 auto;
    width: 750px;
    max-width: 100%;
}
.tab-content > .tab-pane {
    /* display: block; 
    opacity: 0;
    position: absolute;
    transition: opacity .5s ease 0s; */
}
.tab-content > .active {
    /* opacity: 100%; */
}
.video-common-cont {
    background-color: #fff;
    box-shadow: var(--box-shadow-trvel-celebration-one);
    cursor: pointer;
    display: block;
    padding: 15px;
    margin: 0 auto 30px auto;
    width: 750px;
    max-width: 100%;
}
.video-common-cont iframe,
.video-common-cont video {
    width: 100%;
    height: 450px;
    display: block;
    object-fit: cover;
}
.img-common-box {
    background-color: #fff;
    margin-bottom: 30px;
    width: 100%;
}
.img-common-box a,
.img-common-box img {
    display: block;
}
.img-common-box img {
    box-shadow: var(--box-shadow-trvel-celebration-one);
    display: inline-block;
    padding: 15px;
}
.img-common-box.width-50 img {
    padding: 10px;
}
.img-common-box.width-50 {
    width: 500px;
    max-width: 100%;
}
.common-img-box-four {
    box-shadow: 0px 0px 10px 0px #00000029;
    background-color: #fff;
    padding: 10px;
    margin: 15px 0;
    width: 100%;
}
.common-img-box-four .common-img-a {
    display: block;
}
.common-img-box-four .common-img-a img {
    aspect-ratio: 2 / 1.5;
    object-fit: cover;
    display: block;
    width: 100%;
}
.common-form-cont {
    color: #000;
    text-align: left;
    margin: 0;
}
.common-form-cont .form-group {
    margin-bottom: 20px;
}
input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    border: 2px solid #244959;
    border-radius: 50%;
    width: 14px;
    height: 14px;
}
input[type="radio"]:checked {
    background-color: #f09e25; /* Color for checked state */
}
input[type="radio"].error,
input[type="checkbox"].error {
    border-color: #ff0000; /* Color for checked state */
}
input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    border: 2px solid #244959;
    border-radius: 3px;
    width: 14px;
    height: 14px;
}
input[type="checkbox"]:checked {
    background: #f09e25 url(../images/icon-tick-checkbox.svg) no-repeat center
        center;
}
.common-btn {
    background-color: var(--color-trvel-celebration);
    border: none;
    font-size: 17px;
    font-weight: 500;
    padding: 10px 30px;
    text-transform: uppercase;
}
.common-btn:hover {
    background-color: var(--color-trvel-celebration-light);
}
.common-team-cont {
    margin: 0 0 60px 0;
}
.common-team-cont .team-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* align-items: center; */
    margin-left: -15px;
    margin-right: -15px;
}
.common-team-cont .team-row .team-col {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
    width: 25%;
}
.common-team-cont .team-box {
    box-shadow: var(--box-shadow-two);
    background-color: #fff;
    padding: 10px 10px 20px 10px;
}
.common-team-cont.no-shadow .team-box {
    box-shadow: none;
}
.common-team-cont .team-box .team-img {
    border: 1px solid #e5e2e2;
    display: block;
    margin-bottom: 15px;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
.common-team-cont .team-box .team-name {
    color: #000;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
    text-align: left;
    margin-bottom: 15px;
}
.common-team-cont .team-box .team-desig {
    color: #8b8b8b;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
    text-align: left;
    margin-bottom: 10px;
}
.common-team-cont .team-box .team-contact {
    color: #000;
    font-size: 14px;
    line-height: 1.2;
    font-weight: normal;
    text-align: left;
    margin-bottom: 0;
    word-wrap: break-word;
}
.common-team-cont .team-box .team-contact a {
    color: #000;
}
.testimonial-box {
    background-color: #871a12;
    color: #fff;
    padding: 30px 15px;
}
.testimonial-box .quote-box {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.testimonial-box .quote-box i {
    color: #fff;
    font-size: 42px;
}
.testimonial-box .quote-box p {
    margin-top: 20px;
}
.testimonial-box .text-p {
    color: #fff;
}
.testimonial-box .title-h6 {
    color: #fff;
    font-size: 23px;
    font-weight: 600;
    margin-top: 30px;
    padding-left: 56px;
}
.testimonial-box .testimonial-deg {
    color: #fff;
    font-size: 13px;
    padding-left: 56px;
}
.header-container {
    max-width: 1290px;
    margin: 0 auto;
}
.main-header {
    background: #244959;
}
.mobile-humgMenu-click {
    display: none;
}
.custom-collapse-navbar {
    padding: 0 0 0 19px;
}
.custom-collapse-navbar > ul {
    align-items: center;
}
.custom-collapse-navbar ul li.nav-item.dropdown {
    padding-right: 13px;
}
.custom-collapse-navbar ul li .dropdown-toggle::after {
    display: none;
}
.custom-collapse-navbar ul li a {
    color: #ffffff;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    padding: 0 0 0 15px;
    transition: all 0.5s ease;
}
.custom-collapse-navbar ul li a:hover,
.custom-collapse-navbar ul li a.active {
    color: #f09e25;
}
.dropdown-menu li {
    position: relative;
}
.dropdown-menu .dropdown-submenu {
    background-color: #f09e25;
    border-top: 5px solid #4d716d;
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
    padding-left: 0;
}
.dropdown-menu .dropdown-submenu-left {
    right: 100%;
    left: auto;
}
.dropdown-menu > li:hover > .dropdown-submenu {
    display: block !important;
}
.dropdown-arrow {
    display: inline-block;
    color: #ffffff;
    margin-left: 5px;
    position: absolute;
    right: 0;
    top: 6px;
}
.dropdown-arrow i {
    display: block;
    font-size: 13px;
    line-height: 4px;
}
.submenu-arrow {
    display: inline-block;
    color: #ffffff;
    margin-left: 5px;
    position: absolute;
    right: 0;
    top: 6px;
}
.submenu-arrow i {
    display: block;
    font-size: 13px;
    line-height: 4px;
}
.submenu-arrow {
    right: 8px;
    top: 11px;
}
.dropdown-menu > li:hover > .dropdown-item {
    color: #f09e25;
    background-color: #fff;
}
.dropdown-menu > li:hover .submenu-arrow {
    color: #f09e25;
}
/*---- For Dropdown CSS - START ----*/
/* Open dropdown on hover */
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* Adjust if needed */
}
.nav-item.dropdown:hover .dropdown-menu.dropdown-submenu {
    display: none;
}
/* Ensure dropdown menu stays visible */
.dropdown-menu {
    display: none;
    transition: all 0.3s ease; /* Optional: smooth open/close */
}
.custom-collapse-navbar ul li ul.dropdown-menu {
    background-color: #f09e25;
    border-radius: 0;
    border-top: 5px solid #4d716d;
}
.custom-collapse-navbar ul li ul.dropdown-menu li a {
    font-size: 16px;
    line-height: 1.5;
    text-transform: unset;
    font-weight: 500;
    padding: 4px 15px;
}
.custom-collapse-navbar ul li ul.dropdown-menu li a:hover {
    background-color: #fff;
}
/*---- For Dropdown CSS - START ----*/
.userLogin-area i {
    color: #fff;
    font-size: 28px;
    transition: all 0.95s ease;
}
.userLogin-area a {
    display: inline-block;
    margin: 0 10px;
}
.userLogin-area a:hover i {
    color: #f09e25;
}
.advert-banner-sec {
    color: #000000;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
}
.images-home-list {
    padding: 0px;
    margin: 0px;
}
.imagesHome_list .img-show,
.images-home-list .img-show {
    background: #ebebeb;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    overflow: hidden;
}
.images-home-lg .img-show {
    /* min-height: 350px; */
    overflow: hidden;
}
/* .images-home-lg .img-show, */
.images-home-lg .video-show {
    min-height: 280px;
    overflow: hidden;
}
.images-home-sm .img-show {
    /* min-height: 134px; */
    border-radius: 4px;
}
.images-home-sm .img-show img {
    aspect-ratio: 9/5;
    /* height: 150px; */
    width: 100%;
    object-fit: cover;
    transition: all 0.95s ease;
}
.images-home-sm:hover .img-show img,
.images-home-lg:hover .img-show img {
    /* transform: scale(1.5); */
    /* transform: scale(1.1); */
}
.images-home-sm .img-description h2 a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    /* -webkit-line-clamp: 2; */
    -webkit-box-orient: vertical;
    height: 89px;
    /* height: 92px; */
    /* height: 46px; */
}
.images-home-list .images-home-lg {
    width: 65%;
    /* padding: 0 20px 0 0; */
    padding: 0 10px 0 0;
    float: left;
}
.images-home-list .images-home-sm {
    width: 35%;
    float: right;
}
.images-home-sm h2,
.images-home-sm h2 a,
.images-home-lg h2 a {
    font-size: 18px;
    font-weight: 700;
    color: #040504;
    transition: all 0.85s ease;
}
.images-home-sm h2 a:hover,
.images-home-lg h2 a:hover {
    color: #f09e25;
}
.images-home-lg h2,
.images-home-lg h2 a {
    font-weight: 700;
    color: #040504;
    /* font-size: 24px; */
    /* font-size: 46px; */
    font-size: 31px;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.newsItem-blockLft .images-home-lg h2 {
    overflow: visible;
    -webkit-line-clamp: unset;
}
.img-description p,
.video-description p {
    color: #f09e25;
    font-weight: 500;
    font-size: 14px;
}
.images-home-lg .img-show img {
    /* min-height: 350px;
    max-height: 350px; */
    /* aspect-ratio: 4/3; */
    aspect-ratio: 9 / 5;
    object-fit: cover;
    border-radius: 4px;
    width: 100%;
}
.mostRead-block .title,
.newsItems-blockRht .title {
    color: #040504;
    font-weight: 700;
    font-size: 20px;
}
.mostRead-item {
    background: #e9edee;
    padding: 25px 10px !important;
}
.mostRead-item .num {
    color: #f09e25;
    font-weight: 500;
    font-size: 44px;
}
.mostRead-item p,
.mostRead-item a {
    color: #040504;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
    transition: all 0.85s ease;
}
.mostRead-item a:hover {
    color: #f09e25;
}
.view-btn {
    color: #244959;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.85s ease;
}
.view-btn:hover {
    color: #f09e25;
}
.news-titile-block h2 {
    font-weight: 700;
    color: #244959;
    font-size: 24px;
}
.news-titile-block h2:after {
    /* content: "";
    position: absolute;
    width: 80%;
    right: 0;
    top: 14px;
    background: #244959;
    height: 1.6px; */
}
.banner-textAdv {
    position: absolute;
    background: rgba(255, 255, 255, 0.7);
    padding: 2px 10px;
    color: #000;
    font-size: 16px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -40%);
}
.leader-board-banner {
    /* min-height: 90px;
    background: #CBCBCB; */
}
.leader-board-banner.no-banner {
    min-height: 90px;
    background: #cbcbcb;
}
.leader-board-banner img {
    /* min-height: 90px;
    max-height: 90px;
    width: 100%;
    object-fit: cover; */
}
.custom-bgLight-gray {
    background: #e9edee;
}
.custom-bgOrange {
    background: #f59f26;
}
.secret-agent-textArea {
    max-width: 428px;
    margin: 0 auto;
}
.secret-agent-textArea h2 {
    color: #040504;
    font-weight: 700;
    font-size: 32px;
}
.secret-agent-textArea p {
    color: #040504;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
.global-btn {
    color: #040504;
    font-weight: 700;
    font-size: 14px;
    text-transform: math-auto;
    background: #f59f26;
    border-radius: 25px;
    padding: 8px 30px;
    display: inline-block;
    border: 1px solid transparent;
    transition: all 0.85s ease;
}
.global-btn:hover {
    background: transparent;
    border: 1px solid #f59f26;
    color: #040504;
}
.btn-whatsapp {
    background-color: #29a71a;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 39px;
    width: auto;
    color: #fff;
    border-radius: 30px;
    padding: 0 15px 0 5px;
    margin-left: 5px;
    transition: all 0.5s;
}
.btn-whatsapp:hover {
    opacity: 0.8;
    color: #fff;
}
.btn-whatsapp img {
    height: 100%;
}
.title {
    color: #040504;
    font-weight: 700;
    font-size: 32px;
    line-height: 46px;
}
.latest-video-slide li,
.upFor-grads-slide li,
.events-near-slide li,
.supplierHub-slide li,
.awards-gallery-slide li {
    margin: 0 8px;
    background: #ffffff;
}
.custom-bgDark-gray {
    background: #d3dbde;
}
.custom-bgViolet {
    background: #4b2554;
}
.custom-bgGreen {
    background: #244959;
}
.stayLoop-block {
    max-width: 615px;
}
.stayLoop-block .form-control {
    border-radius: 10px;
}
.stayLoop-block .global-btn {
    padding: 8px 32px;
}
.stayLoop-block p {
    color: #040504;
    font-weight: 400;
    font-size: 18px;
}
.upFor-grads-slide .images-home-sm .img-show img {
    /* min-height: 182px;
    max-height: 182px; */
}
.img-show a {
    display: block;
    width: 100%;
}
.img-show {
    overflow: hidden;
}
.img-show img {
    transition: all 0.85s ease;
}
.footer-top-banner {
    background: url("../images/lets-banner.jpg") no-repeat center top/cover;
    min-height: 296px;
    animation: footerBg-anim 7s linear 0.1s infinite alternate;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-top-banner::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}
.footer-letsTalk-banner {
    /* background: url('../images/lets-banner.jpg') no-repeat;
    background-size: cover;
    min-height: 296px;
    animation: footerBg-anim 7s linear 0.1s infinite alternate; */
    margin: 0;
}
@keyframes footerBg-anim {
    from {
        background-position: right center;
    }
    to {
        background-position: center center;
    }
}
.footer-letsTalk-banner:after {
    /* content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6); */
}
.footer-letsTalk-text {
    z-index: 1;
}
.footer-letsTalk-text h2 {
    font-size: 50px;
}
.footer-letsTalk-text p {
    font-size: 18px;
}
.footer-letsTalk-text .global-btn:hover {
    color: #f59f26;
}
.custom-bgNavy-blue {
    background: #244959;
}
.main-footer a {
    color: #fff;
}
.main-footer a.global-btn {
    color: #040504;
}
.footer-social a {
    display: inline-block;
    margin: 0 4px;
    transition: all 0.95s ease;
}
.footer-social a:hover {
    transform: rotate(360deg);
}
.footer-social span {
    display: block;
    width: 42px;
    height: 42px;
    background: #e9edee;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    transition: all 0.95s ease;
}
.footer-social a:hover span {
    background: #f59f26;
}
.footer-social span i {
    color: #244959;
    font-size: 25px;
    transition: all 0.95s ease;
}
.footer-social a:hover span i {
    color: #fff;
}
.custom-bgNavy-blue .sub-title {
    font-size: 16px;
}
.footer-menu ul li a {
    font-size: 16px;
    word-wrap: anywhere;
    transition: all 0.85s ease;
}
.footer-menu ul li a:hover,
.footer-menu ul li a.active {
    color: #f59f26;
}
.footer-lft-logo .global-btn {
    background: #e9edee;
    color: #000000;
}
.footer-lft-logo .global-btn:hover {
    background: transparent;
    color: #e9edee;
    border-color: #e9edee;
}
.custom-bgDark-black {
    background: #040504;
}
.footer-bottom p {
    font-size: 14px;
}
.line-title span {
    z-index: 1;
}
.custom-bgYellow {
    background: #f59f26;
}
.custom-text-black {
    color: #000;
}
/* Video example page css start 26-10-23 */
.videoExam-blockLft .images-home-list .images-home-lg {
    width: 98%;
}
.videoExam-blockLft .images-home-lg h2,
.videoExam-blockLft .images-home-lg h2 a,
.newsItem-blockLft .images-home-lg h2,
.newsItem-blockLft .images-home-lg h2 a {
    font-size: 32px;
}
.video-description-bottom p,
.img-description-bottom p {
    /* font-family: 'Poppins', sans-serif !important; */
    font-family: -apple-system, "Poppins", serif;
    font-size: 16px;
    line-height: 26px;
    color: #040504;
}
.share-video-block h3 {
    font-size: 18px;
    color: #040504;
}
.video-social span {
    display: block;
    width: 42px;
    height: 42px;
    background: #f09e25;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    transition: all 0.95s ease;
}
.video-social a:hover span {
    background: #040504;
}
.video-social span i {
    color: #ffffff;
    font-size: 25px;
    transition: all 0.95s ease;
}
.video-social a {
    display: inline-block;
    margin: 0 4px;
    transition: all 0.95s ease;
}
.video-social a:hover {
    transform: rotate(360deg);
}
.mpu-block {
    aspect-ratio: 9/5;
    /* min-height: 201px; */
    background: #cbcbcb;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mpu-block a {
    display: block;
    width: 100%;
}
.mpu-block img {
    /* min-height: 201px;
    max-height: 201px; */
    width: 100%;
    object-fit: cover;
}
.mpu-block p {
    color: #000000;
    font-size: 16px;
    margin-bottom: 0;
}
/* Video example page css end 26-10-23 */
/* all-news-example page css start 26-10-23 */
.first-letter-caps::first-letter,
.has-drop-cap::first-letter {
    color: #ff6900;
    /* font-family:"Times New Roman", Times, serif!important; */
    /* font-family: 'Poppins', sans-serif !important; */
    font-family: -apple-system, "Poppins", serif;
    font-size: 56px;
    float: left;
    font-style: normal;
    margin: 7px 5px 0 0;
    text-transform: uppercase;
    -webkit-initial-letter: 2;
    initial-letter: 2;
}
/* .first-letter-caps:first-letter {
    color: #FF6900;
    -webkit-initial-letter: 2;
    initial-letter: 2;
    margin-right: 0.35em;
}
.has-drop-cap:first-letter {
    color: #FF6900;
    -webkit-initial-letter: 2;
    initial-letter: 2;
    margin-right: 0.35em;
} */
@supports (-webkit-touch-callout: none) {
    .first-letter-caps::first-letter,
    .has-drop-cap::first-letter {
        /* color: green!important; */
        /* font-family: Arial; */
        /* font-family: -apple-system, "Poppins", serif; */
    }
}

.all-travelTrade-news {
    max-width: 676px;
}
.travel-search-box {
    background: #e9edee;
    border-radius: 10px;
}
.travel-search-box input.form-control {
    background: #e9edee;
    height: 40px;
    padding-left: 22px;
}
.travel-search-box input::placeholder {
    font-weight: 500;
    font-size: 18px;
    color: #040504;
}
.travel-search-box .btn {
    margin: 0 6px 0 0;
}
.travel-search-box .btn i {
    color: #040504;
    margin: 5px 0 0;
}
.allTravel-tradeNews-list .images-home-sm {
    width: 32.7%;
    /* width: 32.9%; */
    margin: 0 2px;
}
.allTravel-tradeNews-list .images-home-sm .img-show {
    /* min-height: 182px; */
}
.allTravel-tradeNews-list .images-home-sm .img-show img {
    /* min-height: 182px;
    max-height: 182px; */
}
.travel-trade-item {
    display: none;
}
/* all-news-example page css end 26-10-23 */
/* header popup search css start */
.modal-dialog.custom-modal-dialog {
    max-width: 1080px;
    margin: 7.75rem auto;
}
.modal-dialog.custom-modal-dialog .modal-header {
    position: absolute;
    right: -7px;
    background: #fff;
    padding: 5px;
    border-radius: 50%;
    width: 27px;
    height: 27px;
    display: block;
    text-align: center;
    line-height: 18px;
    border: 1px solid #a9a9a9 !important;
    top: -7px;
    z-index: 1;
}
.modal-dialog.custom-modal-dialog .btn-close {
    color: #fff;
    width: 12px;
    height: 12px;
    background-size: 12px;
    padding: 1px;
    margin: 0;
    position: absolute;
    top: 6px;
    right: 5px;
}
/* header popup search css end */
/* news item page css start */
.newsItem-blockLft .images-home-list .images-home-lg {
    width: 98%;
}
.newsItem-blockLft .images-home-lg .img-show {
    /* min-height: 387px; */
}
.newsItem-blockLft .images-home-lg .img-show img {
    /* min-height: 387px;
    max-height: 387px; */
}
.newsItem-blockLft .images-home-list .images-home-lg img {
    max-width: 100%;
    aspect-ratio: 9/5;
    object-fit: cover;
    height: auto;
    min-height: unset;
    max-height: unset;
}
.newsItem-blockLft .images-home-list .newsItem-advBanner {
    text-align: center;
}
.newsItem-blockLft .images-home-list .newsItem-advBanner a .img-fluid.w-100 {
    aspect-ratio: unset;
    width: auto !important;
}
.newsItem-advBanner {
    min-height: 90px;
}
.newsItem-advBanner img {
    min-height: 90px;
    max-height: 90px;
    object-fit: cover;
}
.newsItems-blockRht .img-description {
    background: #e9edee;
    border-radius: 0 0 4px 4px;
}
.newsItems-blockRht .images-home-sm h2,
.newsItems-blockRht .images-home-sm h2 a {
    font-size: 16px;
}
/* news item page css end */
/* hero banner css start */
.hero-banner {
    min-height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    /* animation: heroBanner-anim 7s linear 0.1s infinite alternate; */
}
.hero-banner:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
}
.hero-banner-inner {
    z-index: 1;
}
.hero-banner-inner p {
    max-width: 750px;
    margin: 0 auto;
}
.hero-banner-inner h2 {
    font-size: 60px;
}
.hero-banner-inner p {
    font-size: 22px;
    color: #fff;
}
.hero-banner-inner p a:hover {
    text-decoration: underline;
}
.hero-banner-inner .global-btn {
    text-transform: math-auto;
    padding: 9px 35px;
}
.hero-banner-inner .global-btn:hover {
    border-color: #fff;
    color: #fff;
}
@keyframes heroBanner-anim {
    from {
        background-position: right center;
    }
    to {
        background-position: center center;
    }
}
/* hero banner css end */
/* events page css start */
.featured-event-imgBlock {
    min-height: 242px;
}
.featured-event-imgBlock img {
    min-height: 242px;
    max-height: 242px;
    width: 100%;
    object-fit: cover;
}
.featured-event-rht h3 {
    font-size: 18px;
}
.featured-event-rht p {
    font-size: 16px;
}
.featured-event-rht h4 {
    font-size: 14px;
    color: #f09e25;
    font-weight: 500;
}
.featured-btn-calendar .global-btn {
    text-transform: math-auto;
}
.featured-btn-calendar .global-btn:hover {
    color: #f59f26;
}
.featured-btn-calendar a i {
    font-size: 22px;
}
.featured-calendar a {
    transition: all 0.85s ease;
}
.featured-calendar a:hover {
    color: #f09e25 !important;
}
.search-events-box {
    max-width: 676px;
}
.event-filter-btn .btn span {
    background: #040504;
    width: 18px;
    height: 2px;
    top: -10px;
    right: 4px;
}
.event-filter-btn .btn span:after,
.event-filter-btn .btn span:before {
    content: "";
    height: 2px;
    background: #040504;
    display: block;
    position: absolute;
}
.event-filter-btn .btn span:after {
    width: 13px;
    bottom: -5px;
}
.event-filter-btn .btn span:before {
    width: 7px;
    bottom: -10px;
}
.event-filter-btn .btn {
    border-radius: 5px;
    font-weight: 500;
    font-size: 18px;
    margin: 1.1px 4px 0 0;
    transition: all 0.85s ease;
    border: 1px solid transparent;
}
.event-filter-btn .btn:hover {
    border-color: #f59f26;
    background-color: transparent !important;
}
.eventsTab-block .featured-calendar a {
    color: #040504;
}
.eventsTab-block .featured-calendar a i {
    font-size: 22px;
}
.eventsTab-block .images-home-sm {
    width: 33.3%;
}
.eventsTab-block .images-home-sm .img-show {
    /* min-height: 182px; */
}
.eventsTab-block .images-home-sm .img-show img {
    /* min-height: 182px;
    max-height: 182px; */
}
.eventsTab-block .nav-pills .nav-link {
    border-bottom: 2.5px solid transparent;
    color: #777777;
    font-weight: 500;
    font-size: 18px;
}
.eventsTab-block .nav-pills .nav-link:hover,
.eventsTab-block .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    border-bottom: 2.5px solid #f59f26;
    background-color: transparent;
    color: #040504;
}
.event-orgLogin-block {
    max-width: 730px;
}
.event-orgLogin-block h2 {
    font-size: 32px;
}
.event-orgLogin-block .global-btn:hover {
    color: #f59f26;
}
.custom-searchEvent-popup {
    position: absolute;
    top: 78px;
    max-width: 1024px;
    width: 100%;
    z-index: 22;
    border-radius: 17px;
    display: none;
}
.custom-searchEvent-popup:after {
    position: absolute;
    content: "";
    top: -8px;
    right: 20%;
    background: #fff;
    width: 28px;
    height: 28px;
    transform: rotate(45deg);
}
.custom-searchEvent-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 2;
    display: none;
}
.custom-filter-inputBtn {
    width: 85.6%;
}
.custom-filter-inputBtn .form-control {
    width: 90%;
}
.input-group.custom-input-filter-group .btn:focus {
    z-index: 1;
}
.filter-item-block .btn {
    border-radius: 25px;
    padding: 10px 32px;
    color: #040504;
    font-size: 18px;
    font-weight: 500;
    transition: all 0.65s ease;
}
.filter-item-block .btn-outline-dark:focus {
    box-shadow: inherit;
}
.filter-item-block .btn:hover,
.filter-item-block .btn.active {
    color: #f59f26;
    border-color: #f59f26;
    background: none;
}
.close-filterPopup {
    right: 3%;
    top: 6%;
    font-size: 30px;
    color: #2f2f2f;
    cursor: pointer;
}
.filter-item-block h3 {
    font-size: 20px;
}
.resset-filter-btn {
    font-size: 18px;
    color: #040504;
    font-weight: 500;
}
.apply-filter-btn {
    font-size: 14px;
    border-radius: 25px;
    background-color: #040504;
    padding: 8px 35px;
    transition: all 0.85s ease;
}
.apply-filter-btn:hover {
    background: #f59f26;
    border-color: #f59f26;
}
.resset-filter-btn:hover {
    color: #f59f26;
}
.awards-gallery-slide .images-home-sm .img-show img {
    /* min-height: 198px;
    max-height: 198px; */
}
/* events page css end */
/* supplier-hub page css start */
.download-gossipMedia-block p {
    color: #040504;
}
.download-form {
    max-width: 890px;
    background: #4b2554;
    border-radius: 17px;
}
.download-form .form-control {
    padding: 0.8rem 0.75rem;
    border-radius: 10px;
}
.global-btn:hover {
    color: #fff;
}
.custom-cardAll-about.card {
    border-radius: 17px;
}
.what-about-icon {
    width: 100px;
    height: 103px;
    background: #f59f26;
    border-radius: 17px;
}
.custom-cardAll-about .card-title {
    font-size: 18px;
}
.custom-cardAll-about .card-text {
    color: #040504;
    font-size: 16px;
}
.bespoke-events-block {
    max-width: 648px;
}
.fully-managed-item p {
    font-size: 18px;
}
.fully-managedEvents-item p {
    font-size: 18px;
}
.fully-managedEvents-item .what-about-icon {
    width: 100%;
}
.supplier-content-imgBlock .img-fluid {
    min-height: 365px;
    max-height: 365px;
    object-fit: cover;
    border-radius: 17px;
}
.news-listStyle .slick-dots li {
    background: none;
}
.news-listStyle li.images-home-sm {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    overflow: hidden;
}
.events-near-slide li.images-home-sm.odd_list_item {
    background-color: #f9f9f9;
    box-shadow: inset 0 0 1px 1px #f09e25;
}
.news-listStyle li.images-home-sm .img-description h2 a {
    /* height: auto; */
}
.news-detail-right .news-listStyle li.images-home-sm .img-description h2 a {
    height: auto;
    -webkit-line-clamp: unset;
}
.allTravel-tradeNews-list
    .news-listStyle
    li.images-home-sm
    .img-description
    h2
    a {
    height: 65px;
    -webkit-line-clamp: 4;
}
.news-images-home-sm-equalsize {
    flex: 20% 0 0;
}
.news-listStyle .slick-list li.images-home-sm img {
    /*border-radius: 0px; */
}
.supplierHub-slide .images-home-sm .img-show img {
    /* min-height: 320px;
    max-height: 320px; */
}
.custom-bgPink-light {
    background: #efecf3;
}
.supplierHub-slide .slick-dots li button:before {
    width: 12px;
    height: 12px;
    background: #808080;
    border-radius: 50%;
    content: "";
    opacity: 0.5;
}
.supplierHub-slide .slick-dots li.slick-active button:before {
    opacity: 1;
    background: #808080;
}
.supplierHub-slide .slick-dots li {
    margin: 0 3px;
}
.supplierHub-slide .slick-dots {
    bottom: -46px;
}
.supplier-content-imgBlock .global-btn:hover {
    color: #f59f26;
}
/* supplier-hub page css end */
/* agent hub page css start */
.bigAgent-rewards-block .global-btn:hover {
    color: #f59f26;
}
.agentHub-banner-advert {
    /* min-height: 129px; */
    text-align: center;
}
.agentHub-banner-advert img {
    /* min-height: 129px;
    max-height: 129px;
    width: 100%;
    object-fit: cover; */
}
.homeWorking-travel-block .title {
    line-height: 44px;
    max-width: 240px;
}
.custom-bgDark-gray .global-btn:hover {
    color: #f59f26;
}
.destination-hubs-slide {
    margin: 0 8px;
}
.destination-hub-imgBlock h3 {
    font-size: 20px;
}
.destination-hub-imgBlock .images-home-sm .img-show img {
    /* min-height: 214px;
    max-height: 214px; */
    border-radius: 17px;
}
.destination-hub-imgBlock .images-home-sm .img-show {
    border-radius: 17px;
}
/* agent hub page css end */
/* event item page css start */
.rounded-17 {
    border-radius: 17px;
}
.bg-white .global-btn:hover {
    color: #f59f26;
}
.key-rht-details {
    background: #d3dbde;
}
.key-details-item {
    padding-left: 42px;
}
.key-details-item .icon {
    left: 0;
}
.key-rht-details h3 {
    font-size: 20px;
}
.key-details-item h4 {
    font-size: 17px;
}
.key-details-item p {
    font-size: 18px;
    color: #000;
    line-height: 26px;
}
/* event item page css end */
/* about page css start */
.custom-about-imgHeight {
    min-height: 365px;
    max-height: 365px;
    width: 100%;
    object-fit: cover;
}
.about-two-imgBox h2 {
    font-size: 32px;
}
.about-two-imgBox h3 {
    font-size: 20px;
}
.custom-about-imgHeight2 {
    min-height: 233px;
    max-height: 233px;
    object-fit: cover;
    width: 100%;
}
.custom-bgYellow .global-btn {
    background: #040504;
    color: #fff;
}
.custom-bgYellow .global-btn:hover {
    border-color: #040504;
    background: transparent;
    color: #040504;
}
.meet-team-block {
    max-width: 620px;
}
/* about page css end */
/* contact page css start */
.contactUs-form {
    background: #4b2554;
}
.contactUs-form .form-control {
    padding: 1.1rem 0.75rem;
    border-radius: 10px;
}
.contactUs-form h3 {
    font-size: 16px;
}
.contactUs-form .form-check-label {
    font-weight: 400;
    font-size: 16px;
    cursor: pointer;
}
.contactUs-form .form-check-input {
    width: 24px;
    height: 24px;
    border: none;
    cursor: pointer;
}
.contactUs-form .form-check-input:checked {
    background-color: #f59f26;
}
/* contact page css end */
/* Destination Hub page css start */
.video-show {
    min-height: 182px;
    overflow: hidden;
}
.custom-bgLight-gray .global-btn:hover {
    color: #f59f26;
}
/* Destination Hub page css end */
/* cookie policy css start */
.cookies-contain h3 {
    font-size: 22px;
    font-weight: 700;
    color: #3f3f3f;
}
.cookies-contain .reject-btn {
    background: #040504;
    color: #fff;
}
.cookies-contain .reject-btn:hover {
    background: transparent;
    border-color: #040504;
    color: #040504;
}
/* cookie policy css end */
/* awards page css start */
.global-btn.global-lg-btn {
    background: #000000;
    font-size: 20px;
    color: #fff;
}
.global-btn.global-lg-btn:hover {
    border-color: #000000;
    background: transparent;
    color: #000000;
}
p.custom-lg-parg {
    font-size: 18px;
}
.custom-bgGray-mid {
    background: #ebebeb;
}
.sponsors-logo-item {
    background: #c4c4c4;
}
.awards-subscribe-block h2 {
    font-size: 50px;
}
/* awards page css end */
.slick-next,
.slick-prev {
    background: #000 !important;
    /* padding: 4px 0px; */
    width: 36px !important;
    height: 36px !important;
    border-radius: 50%;
    z-index: 1;
}
.slick-prev:before {
    content: "" !important;
    background: url("../images/left-arrow-slide.png") no-repeat;
    width: 14px;
    height: 23px;
    display: block;
    margin: 0 0 0 9px;
    background-size: cover;
}
.slick-next:before {
    content: "" !important;
    background: url("../images/right-arrow-slide.png") no-repeat;
    width: 14px;
    height: 23px;
    display: block;
    margin: 0 0 0 12px;
    background-size: cover;
}
/* ========= My Stylesheet  ========= */
.main-header {
    position: sticky;
    /* top: 0; */
    z-index: 10;
}
.main-header.stick .header-logo {
    transition: all 1s ease;
}
.main-header.fixed-header,
.main-header.stick {
    padding: 12px 0 !important;
}
.main-header.fixed-header .header-logo,
.main-header.stick .header-logo {
    max-height: 60px;
}
.main-header.fixed-header .custom-collapse-navbar ul li a,
.main-header.stick .custom-collapse-navbar ul li a {
    font-size: 14px;
}
.main-header.fixed-header .userLogin-area i,
.main-header.stick .userLogin-area i {
    font-size: 22px;
}
.fixed_img {
    /* background-position: top left;
    background-size: 100% auto;     */
    background-repeat: no-repeat;
    background-position: top;
    /* background-size: 100% 100%; */
    background-size: 100% auto;
    background-repeat: repeat-y;
    /* position: fixed; */
    position: absolute;
    cursor: pointer;
    top: 150px;
    left: 0;
    width: 100%;
    /* height: 100%; */
    height: calc(100% - 84px);
}
.fixed_img.py-4 {
    padding: 0 !important;
}
.fixed_img a {
    width: 100%;
    height: 100%;
    display: block;
}
.mainCont_area .container {
    position: relative;
    /* z-index: 1; */
}
.advert-banner-sec img {
    max-width: 70%;
}
footer.main-footer > .container {
    position: relative;
    z-index: 1;
}
/* ============== Booking Modal =============== */
.spotReserve_modal .modal-content {
    flex-direction: row;
}
.spotReserve_modal .btn-close {
    background-color: rgba(248, 247, 250, 0.65);
    background-size: 30%;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    opacity: 1;
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 8px;
    transition: all 300ms ease-in;
}
.spotReserve_modal .btn-close:hover {
    background-color: #fff;
}
.spotReserve_modal .modal-body {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 0;
}
.spotReserve_modal .modal-body .order_form {
    padding: 25px;
    overflow-x: hidden;
}
.spotReserve_modal .modal-title {
    flex-grow: 1;
    text-align: center;
}
.spotReserve_modal .form_stape {
    font-weight: 300;
}
.spotReserve_modal p,
.spotReserve_modal .require_tag .tag,
.spotReserve_modal label {
    color: #040504;
    font-size: 14px;
    font-weight: 300;
    /* line-height: 24px; */
    line-height: 1.7;
}
.spotReserve_modal .require_tag p {
    flex-grow: 1;
}
.spotReserve_modal h3 {
    color: #39364f;
    font-size: 20px;
    font-weight: 600;
}
.spotReserve_modal h6 {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}
.spotReserve_modal .form_stape + .form_stape {
    margin-top: 2rem;
}
.spotReserve_modal input {
    box-shadow: none !important;
    outline: none !important;
}
.spotReserve_modal .form-control:not(textarea),
.spotReserve_modal .form-select {
    font-size: 14px;
    font-weight: 300;
    height: 48px;
    box-shadow: none !important;
    outline: none !important;
}
.spotReserve_modal .form-floating > label {
    font-size: 14px;
    padding: 0.75rem;
}
.spotReserve_modal .form-check-input[type="checkbox"] {
    border-radius: 0px;
}
.spotReserve_modal .form-check-input:checked {
    background-color: #f59f26;
    border-color: #f59f26;
}
.spotReserve_modal .field_item + .field_item {
    margin-top: 30px;
}
.login_modal .modal-body {
    padding: 35px;
}
.login_modal .head_cont {
    text-align: center;
    border: none;
    display: block;
    padding-bottom: 1rem;
}
.login_modal .head_cont h3 {
    color: #39364f;
    font-size: 28px;
    font-weight: 600;
}
.login_modal .bg-transparent {
    border: 1px solid #f59f26;
}
@media screen and (max-width: 820px) {
    .for-mobile {
        display: inline-block;
    }
    .custom-collapse-navbar ul.d-flex {
        display: block !important;
        max-height: 90vh;
        overflow-y: scroll;
    }
    .custom-collapse-navbar ul li {
        text-align: center;
        width: 100%;
    }
    .custom-collapse-navbar ul li a {
        text-align: center;
    }
    .custom-collapse-navbar ul li ul.dropdown-menu {
        padding-top: 0.5rem;
        width: 100%;
        position: unset;
    }
    .custom-collapse-navbar ul li ul.dropdown-menu li a {
        color: #fff;
        font-size: 17px !important;
    }
    .custom-collapse-navbar ul li ul.dropdown-menu li a:hover {
        background-color: #fff;
        color: #f09e25;
    }
}
@media (min-width: 960px) {
    .spotReserve_modal .modal-body {
        width: calc(100% - 360px);
    }
    .spotReserve_modal .order_sumary {
        width: 360px;
    }
}
@media (min-width: 792px) {
    .spotReserve_modal .modal-body {
        width: calc(100% - 320px);
    }
    .spotReserve_modal .order_sumary {
        width: 320px;
    }
}
@media (min-width: 660px) {
    .spotReserve_modal .modal-dialog.modal-lg {
        width: 95%;
        height: 95%;
        max-width: 1080px;
        max-height: 720px;
    }
}
@media (max-width: 1366px) {
    .footer-social a {
        margin: 0 3px 12px;
    }
    .footer-social span i {
        font-size: 22px;
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1500px) {
    .mainCont_area,
    footer.main-footer > .container {
        width: 70%;
        margin: 0 auto;
    }
}
@media (max-width: 1024px) {
    .fixed_img {
        display: none !important;
    }
}
@media (max-width: 991.98px) {
    .footer-social span {
        width: 28px;
        height: 28px;
        line-height: 31px;
    }
    .footer-social span i {
        font-size: 18px;
    }
}
@media (max-width: 819.98px) {
    .order_sumary {
        display: none;
    }
}
/* ============== End Booking Modal =============== */
@media (min-width: 1500px) {
    .header-container {
        padding: 0px;
    }
}
@media (max-width: 1275.98px) {
    .custom-collapse-navbar ul li a {
        font-size: 12px;
        padding: 0 0 0 5px;
        /* padding: 0 5px;
        line-height: 30px; */
    }
    .dropdown-arrow {
        top: 4px;
    }
    .main-header.fixed-header .custom-collapse-navbar ul li a,
    .main-header.stick .custom-collapse-navbar ul li a {
        font-size: 11.5px;
    }
    .userLogin-area i {
        font-size: 24px;
    }
    .modal-dialog.custom-modal-dialog {
        max-width: 920px;
        width: 95%;
    }
}
@media (max-width: 991.98px) {
    .news-listStyle {
        flex-wrap: wrap;
    }
    .images-home-sm {
        width: 33%;
        margin-bottom: 15px;
    }
    .news-detail-right .newsItems-blockRht .images-home-sm {
        width: 100%;
        margin-bottom: 15px;
    }
    .ah-destination-hubs-cont .images-home-sm,
    .ah-travel-gossip-bootcamps-cont .images-home-sm {
        width: 50%;
        margin-bottom: 15px !important;
    }
    .nav-login-block .navbar {
        /* width: 85%; */
        width: 100%;
    }
    .nav-login-block .navbar ul {
        padding-left: 0px !important;
    }
    .custom-collapse-navbar > ul > li {
        display: flex;
    }
    .custom-collapse-navbar ul li a {
        font-size: 10px;
        padding: 0 0 0 5px;
        /* padding: 0 4px;
        line-height: 30px; */
    }
    .dropdown-arrow {
        top: 2px;
    }
    .main-header.fixed-header .custom-collapse-navbar ul li a,
    .main-header.stick .custom-collapse-navbar ul li a {
        font-size: 9.5px;
    }
    .nav-login-block .userLogin-area {
        width: 15%;
    }
    .userLogin-area a {
        margin: 0 10px;
    }
    .userLogin-area i {
        font-size: 20px;
    }
    .mostRead-item {
        width: 100%;
        display: inline-block;
        margin-right: 4px;
    }
    .modal-dialog.custom-modal-dialog {
        margin: 5.95rem auto;
    }
    .videoExam-blockLft .images-home-list .images-home-lg,
    .newsItem-blockLft .images-home-list .images-home-lg {
        width: 100%;
        padding: 0px;
    }
    .slick-prev {
        left: -6px !important;
    }
    .slick-next {
        right: -6px !important;
    }
    .about-two-imgBox h3 {
        font-size: 15px;
    }
    .custom-about-imgHeight {
        min-height: 290px;
        max-height: 290px;
    }
}
@media (max-width: 820.98px) {
    .nav-login-block .navbar {
        order: 2;
    }
    .nav-login-block .userLogin-area {
        order: 1;
        margin: 0 15px 0 0;
    }
    .mobile-humgMenu-click {
        display: block;
    }
    .custom-collapse-navbar {
        display: none;
    }
    .nav-login-block .navbar,
    .nav-login-block .userLogin-area {
        width: 100%;
        justify-content: flex-end;
    }
    /*  mobile menu css start  */
    .mobile-humgMenu-click {
        display: block;
        width: 36px;
        background: none;
        border: 1px solid #fff;
        border-radius: 4px;
        padding: 3px;
    }
    .mobile-humgMenu-click span {
        display: block;
        width: 100%;
        height: 2px;
        margin: 4px 0px;
        background: #fff;
    }
    .custom-collapse-navbar {
        display: block;
        position: fixed;
        background: #fff;
        left: 0;
        width: 100%;
        height: 100vh;
        top: 0;
        z-index: 5;
        padding: 15px;
        transition: all 0.95s ease;
        transform: translate(0%, -102%);
    }
    .show-collapse-navba {
        transform: translate(0%, 0%);
    }
    .custom-collapse-navbar ul li {
        margin: 12px 0;
    }
    .custom-collapse-navbar ul li a {
        color: #3f3f3f;
        font-size: 20px !important;
    }
    .nav-login-block .navbar ul {
        flex-direction: column;
        align-items: center;
        padding-top: 55px;
    }
    .mobile-humgMenu-close {
        background: #fff;
        position: absolute;
        right: 17px;
        border: 1px solid #2c2c2c;
        height: 32px;
    }
    .mobile-humgMenu-click.mobile-humgMenu-close span {
        background: #272727;
        position: relative;
        width: 80%;
    }
    .mobile-humgMenu-click.mobile-humgMenu-close span:first-child {
        display: none;
    }
    .mobile-humgMenu-click.mobile-humgMenu-close span:nth-child(2) {
        transform: rotate(39deg);
        top: 3px;
        right: -4px;
    }
    .mobile-humgMenu-click.mobile-humgMenu-close span:nth-child(3) {
        transform: rotate(-40deg);
        top: -3px;
        right: -2px;
    }
    /*  mobile menu css end  */
    .allTravel-tradeNews-list .images-home-sm {
        width: 32.7%;
    }
    .hero-banner-inner h2 {
        font-size: 52px;
    }
    .filter-item-block .btn {
        font-size: 16px;
    }
    .custom-searchEvent-popup:after {
        right: 10%;
    }
    .contactUs-form .form-control {
        padding: 0.88rem 0.75rem;
    }
    .awards-subscribe-block h2 {
        font-size: 46px;
    }
    @keyframes footerBg-anim {
        from {
            background-position: left center;
        }
        to {
            background-position: center center;
        }
    }
}
@media (max-width: 767px) {
    .images-home-sm h2,
    .images-home-sm h2 a,
    .images-home-lg h2 a {
        font-size: 16px;
    }
    .header-container .header-logo {
        max-width: 90px;
    }
    .mostRead-item {
        width: 100%;
    }
    .agent-logo {
        max-width: 300px;
    }
    .allTravel-tradeNews-list .images-home-sm {
        width: 100%;
        /* width: 48.8%; */
    }
    .allTravel-tradeNews-list
        .news-listStyle
        li.images-home-sm
        .img-description
        h2
        a {
        height: auto;
        -webkit-line-clamp: unset;
    }
    .eventsTab-block .images-home-sm {
        width: 50%;
    }
    .eventsTab-block .nav-pills .nav-link {
        font-size: 13px;
    }
    .featured-btn-calendar {
        flex-direction: column;
        align-items: flex-start !important;
    }
    .hero-banner-inner h2 {
        font-size: 35px;
    }
    .hero-banner-inner p {
        font-size: 17px;
    }
    .custom-input-filter-group {
        display: flex;
    }
    .custom-filter-inputBtn {
        width: 71%;
    }
    .custom-filter-inputBtn .form-control {
        width: 78%;
    }
    .custom-input-filter-group .event-filter-btn {
        width: 29%;
    }
    .custom-input-filter-group .event-filter-btn .btn {
        width: 100%;
    }
    .filter-item-block .btn {
        font-size: 14px;
        padding: 8px 20px;
    }
    .close-filterPopup {
        right: 5%;
        top: 1%;
        font-size: 25px;
    }
    .apply-filter-btn {
        padding: 6px 20px;
    }
    .resset-filter-btn {
        font-size: 17px;
    }
    .fully-managedEvents-item p {
        font-size: 15px;
    }
    .destination-hub-imgBlock .images-home-sm .img-show img {
        /* min-height: 180px;
        max-height: 180px; */
    }
    .custom-searchEvent-popup:after {
        right: 20%;
    }
    .contactUs-form .form-control {
        padding: 0.85rem 0.75rem;
    }
    .contactUs-form textarea.form-control {
        height: 160px;
    }
    .hero-banner-inner p br {
        display: none;
    }
    .video-travelGrid-list .video-show {
        min-height: 132px;
    }
    .footer-social {
        margin-top: 25px !important;
    }
    @keyframes heroBanner-anim {
        from {
            background-position: left center;
        }
        to {
            background-position: center center;
        }
    }
    .banner-textAdv {
        text-align: center;
        font-size: 11px;
    }
    .slick-next,
    .slick-prev {
        height: 28px !important;
        width: 28px !important;
    }
    .slick-next:before {
        width: 10px;
        height: 16px;
        margin: 0 0 0 10px;
    }
    .slick-prev:before {
        width: 10px;
        height: 16px;
    }
    .global-btn.global-lg-btn {
        font-size: 16px;
    }
    .awards-subscribe-block h2 {
        font-size: 39px;
    }
    .images-home-sm .img-description h2 a {
        /* height: 38px; */
        height: auto;
        -webkit-line-clamp: 4;
    }
    .home-latest-news-left .images-home-sm .img-description h2 a {
        height: auto;
        -webkit-line-clamp: unset;
    }
}
@media (max-width: 575px) {
    .stayLoop-block .global-btn {
        width: 100%;
    }
    .mostRead-item p,
    .mostRead-item a {
        text-align: center;
    }
    .images-home-list .images-home-lg {
        width: 100%;
        float: none;
        padding: 0px;
    }
    .images-home-list .images-home-sm {
        float: left;
        width: 50%;
        padding: 10px;
        margin-left: -8px;
    }
    .footer-letsTalk-text h2 {
        font-size: 42px;
    }
    .secret-agent-textArea h2 {
        font-size: 29px;
    }
    .images-home-lg .video-show {
        min-height: inherit;
    }
    .videoExam-blockLft .images-home-lg h2,
    .videoExam-blockLft .images-home-lg h2 a,
    .newsItem-blockLft .images-home-lg h2,
    .newsItem-blockLft .images-home-lg h2 a {
        font-size: 30px;
    }
    .eventsTab-block .nav-pills .nav-link {
        font-size: 12px;
    }
    .eventsTab-block .featured-calendar a {
        font-size: 14px;
    }
    .travel-search-box input::placeholder {
        font-size: 15px;
    }
    .event-filter-btn .btn {
        font-size: 16px;
        margin: 3px 4px 0 0;
    }
    .slick-prev {
        left: 2px !important;
    }
    .slick-next {
        right: 2px !important;
    }
    .destination-hub-imgBlock h3 {
        font-size: 17px;
    }
    .key-details-item p {
        font-size: 15px;
        line-height: 22px;
    }
    .allTravel-tradeNews-list.video-travelGrid-list .images-home-sm {
        width: 100%;
    }
    .footer-lft-logo .img-fluid {
        max-width: 110px;
    }
}

/*---- 03-09-2024 - CSS - START ----*/
.template-one-main-cont iframe,
.template-one-main-cont video {
    max-width: 100%;
}
.template-one-main-cont.hub-main-cont-extra iframe,
.template-one-main-cont.hub-main-cont-extra video {
    max-width: 100%;
}
.template-one-main-cont.hub-main-cont-extra
    .template-one-detail-text-img-right {
    padding-top: 60px;
}
.template-one-main-cont.hub-main-cont-extra
    .template-one-detail-text-img-right
    .text-img-right-cont {
    margin-bottom: 60px;
}
.template-one-main-cont.hub-main-cont-extra
    .template-one-detail-text-img-right
    .text-img-right-cont
    .left-text-cont {
    width: 85%;
}
.template-one-main-cont.hub-main-cont-extra
    .template-one-detail-text-img-right
    .text-img-right-cont
    .right-img-cont {
    width: 15%;
}
.template-one-main-cont.hub-main-cont-extra .useful-link-cont {
    margin-bottom: 30px;
}
.template-one-main-cont.hub-main-cont-extra .useful-link-cont ul {
    padding: 0;
}
.template-one-main-cont.hub-main-cont-extra .useful-link-cont ul li {
    float: left;
    border-left: 1px solid #000;
    margin-left: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
}
.template-one-main-cont.hub-main-cont-extra
    .useful-link-cont
    ul
    li:first-child {
    border-left: none;
    margin-left: 0;
    padding-left: 0;
}
.template-one-main-cont.hub-main-cont-extra
    .template-one-detail-img-small-sidebyside
    .img-cont.img-three-per-row
    .default-img-small-box {
    aspect-ratio: 2/1.5;
    object-fit: cover;
}
.template-one-main-cont.hub-main-cont-extra .custom-bgDark-gray .img-cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    max-width: 100%;
    margin: 0 auto;
}
.template-one-main-cont.hub-main-cont-extra
    .custom-bgDark-gray
    .img-cont
    .default-img-small-box {
    aspect-ratio: 2/1.5;
    object-fit: cover;
    width: calc(25% - 20px);
}
.template-one-main-cont.hub-main-cont-extra
    .custom-bgDark-gray
    .title.text-center.mb-4 {
    margin-top: 40px;
}
.template-one-main-cont
    .custom-bgDark-gray
    .template-one-detail-img-small-sidebyside
    .img-cont.img-three-per-row
    .default-img-small-box {
    aspect-ratio: 2/1.5;
    object-fit: cover;
}
/*---- 03-09-2024 - CSS - END ----*/

.image-pos {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
}

.footer-link ul {
    padding: 0;
}

.footer-link ul li {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 5px;
}
table.table-borderless td {
    border: none;
}
table td {
    border-top: 1px solid #e5e5e5;
    max-width: 100%;
    padding: 0.857em;
}
.img-cls img {
    width: 100%;
    margin-bottom: 50px;
    margin-top: 50px;
}
.et_pb_button.et_pb_button_0.et_pb_bg_layout_light {
    color: #ffffff !important;
    background-color: #244959;
    font-size: 32px;
    line-height: 1em;
    content: "\35";
    position: relative;
    margin-left: 0;
    transition: all 0.2s;
    text-transform: none;
    font-feature-settings: "kern" off;
    font-variant: none;
    font-style: normal;
    font-weight: 400;
    text-shadow: none;
    padding: 20px;
    border-radius: 10px;
    display: inline-block;
    text-align: center;
}
.about-page-cont {
    background-color: #ffffff;
    padding: 30px 15px;
}
.team-img-cont {
    margin: 0 auto 40px auto;
    width: 750px;
    max-width: 100%;
}
.team-img-cont img {
    background-color: #fff;
    box-shadow: var(--box-shadow-trvel-celebration-one);
    display: inline-block;
    padding: 15px;
}
.lightbox .lb-outerContainer {
    border-radius: 0;
}
.lightbox .lb-outerContainer .lb-container {
    padding: 10px;
}
.lightbox .lb-outerContainer .lb-container .lb-image {
    border-radius: 0;
}
.about-meet-team-img {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 750px;
    max-width: 100%;
}
.about-meet-team-img a::after {
    /* background-color: rgba(255,255,255,.9);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: all 0.5s; */
}
.about-meet-team-img:hover a::after {
    opacity: 1;
}
.about-meet-team-img img {
    /* filter: blur(8px);
    -webkit-filter: blur(8px);
    transition: all 0.5s; */
}
.about-meet-team-img:hover img {
    /* filter: blur(8px);
    -webkit-filter: blur(8px);
    transition: all 0.5s; */
}
.we-all-about {
    background-color: #067574;
    border-radius: 30px 30px 0 0;
    color: #ffffff;
    text-align: center;
    padding: 40px 20px 10px 20px;
    margin-bottom: 40px;
    margin-top: 40px;
}
.title-all-about {
    font-family: var(--font-family-JuliettaMessie);
    color: #fff;
    font-size: 70px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 40px;
    padding-top: 20px;
}
.all-about-row {
    /* display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    grid-column-gap: 9.5%; */
}
.all-about-col {
    /* margin: 0;
    width: 27%; */
    margin-bottom: 50px;
}
.all-about-col .all-about-icon {
    aspect-ratio: 1/1;
    background: linear-gradient(180deg, #ffba5a 0%, #f59f26 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    border-radius: 50%;
    height: 120px;
    margin: 0 auto 40px auto;
    text-align: center;
}
.all-about-col .all-about-icon img {
    display: inline-block;
}
.all-about-col .all-about-title {
    color: #ffffff;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 20px;
}
.all-about-col .all-about-title a {
    color: #ffffff;
}
.all-about-col .all-about-p {
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.45;
    margin-bottom: 0;
}
.all-about-col .all-about-p a {
    color: #ffd69c;
}
.travel-gossip-ai-page-cont {
    /* background: url(../images/travel-celebration-bg.jpg) no-repeat left top/cover; */
    background-image: linear-gradient(
        180deg,
        #000922 0%,
        #1a54bc 50%,
        #000922 100%
    );
    color: #fff;
    padding: 30px 15px;
}
.travel-gossip-ai-page-cont .title-h2 {
    color: #fff;
}
.ai-img-box-cont {
    /* display: flex;
    justify-content: center;
    align-items: center; */
    margin-bottom: 60px;
}
.ai-img-box-cont .ai-img-box img {
    border-radius: 30px;
}
.sol-ben-box-cont {
    margin-top: 40px;
}
.travel-gossip-ai-bottom {
    background-color: #fff;
    padding: 40px 30px;
    margin: 60px auto;
    width: 100%;
}
.our-team-page-cont {
    background-color: #ffffff;
    padding: 30px 15px;
}
.cookie-consent {
    width: calc(100% - 20px);
}
.bespoke-events-cont {
    background-color: #fff;
    padding: 30px 15px;
}
.event-listing-cont .news-listStyle .images-home-sm {
    width: 100%;
    margin-bottom: 15px !important;
}
.event-listing-cont .news-listStyle.news-with-img .images-home-sm {
    width: 33.3333%;
    margin-bottom: 15px !important;
}
.event-listing-cont .news-listStyle .images-home-sm .event-box {
    background-color: #e9edee;
    border-radius: 4px;
    height: 100%;
}
.event-listing-cont .news-listStyle .images-home-sm.odd_list_item .event-box {
    background-color: transparent;
}
.event-listing-cont .news-listStyle .images-home-sm .img-show {
    display: none;
    /* box-shadow: 0 0 5px #bdbdbd;
    margin: 10px 0 15px 0; */
    /* border: 5px solid #f9f9f9; */
    /* background-color: #f9f9f9; */
    padding: 5px;
}
.event-listing-cont .news-listStyle.news-with-img .images-home-sm .img-show {
    display: block;
    /* box-shadow: 0 0 5px #bdbdbd;
    margin: 10px 0 15px 0; */
    /* border: 5px solid #f9f9f9; */
    /* background-color: #f9f9f9; */
    padding: 5px;
}
.event-listing-cont .news-listStyle .images-home-sm .img-description {
    background: url(../images/travel-gossip-logo.png) no-repeat right 15px
        bottom 15px/40px auto;
    /* background-color: #f9f9f9; */
    /* padding: 15px !important; */
    padding: 15px 15px 45px 15px !important;
}
.event-listing-cont
    .news-listStyle
    .images-home-sm.odd_list_item
    .img-description {
    background-image: none;
    padding: 15px !important;
}
.event-listing-cont .news-listStyle .images-home-sm .img-description h2 {
    float: left;
    width: 100%;
}
.event-listing-cont .news-listStyle .images-home-sm .img-description h2 a {
    display: inline-block;
    height: auto;
    -webkit-line-clamp: unset;
}
.event-listing-cont
    .news-listStyle
    .images-home-sm
    .img-description
    h2
    span.float-end {
    color: #244959;
    font-size: 14px;
    font-weight: 600;
    padding-left: 20px;
}
.event-listing-cont
    .news-listStyle
    .images-home-sm
    .img-description
    .featured-event-rht
    h4
    span {
    display: block !important;
    color: #626262;
    font-weight: normal;
    font-size: 13px;
    margin-top: 10px !important;
}
.news-listStyle.latest-video-slide {
    margin-bottom: 0;
}
.news-listStyle.latest-video-slide
    .slick-list
    .slick-track
    li.images-home-sm
    .img-show
    .ratio {
    background-color: #000;
}
.news-listStyle.latest-video-slide
    .slick-list
    .slick-track
    li.images-home-sm
    .img-description
    h2
    a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 45px;
}

/* =========== @media Stylesheet ========== */

/*---- 404 Page CSS - START ----*/
.notfound-page-cont {
    /* background-color: #F59F26; */
    background-color: #244959;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
    color: #ffffff;
    min-height: 100vh;
    /* width: 100vw; */
    padding: 200px 15px 0 15px;
    text-align: center;
}
.notfound-body {
}
.title-notfound {
    font-size: 62px;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 30px;
}
.subtitle-notfound {
    font-size: 26px;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 20px;
}
.notfound-btn-home {
}
.notfound-bg-img {
    margin-top: 150px;
    max-height: 400px;
}
@media (min-width: 768px) and (max-width: 991px) {
    .notfound-page-cont {
        padding-top: 100px;
    }
    .title-notfound {
        font-size: 34px;
    }
    .subtitle-notfound {
        font-size: 20px;
    }
}
@media screen and (max-width: 767px) {
    .notfound-page-cont {
        padding-top: 80px;
    }
    .title-notfound {
        font-size: 24px;
    }
    .subtitle-notfound {
        font-size: 15px;
    }
    .notfound-bg-img {
        margin-top: 45vh;
    }
}
/*---- 404 Page CSS - END ----*/
@media (min-width: 1276px) and (max-width: 1499px) {
    .custom-collapse-navbar ul li a {
        font-size: 14px;
    }
    .main-header.fixed-header .custom-collapse-navbar ul li a,
    .main-header.stick .custom-collapse-navbar ul li a {
        font-size: 13.5px;
    }
}
@media (min-width: 1200px) and (max-width: 1499px) {
    .home-section-one .home-latest-news-left {
        width: 65%;
    }
    .home-section-one .home-latest-news-right {
        width: 35%;
    }
    .home-section-one .home-product-news-row .news-images-home-sm-equalsize,
    .home-section-one .home-partner-news-row .news-images-home-sm-equalsize,
    .home-section-one .home-agent-news-row .news-images-home-sm-equalsize {
        flex: 25% 0 0;
    }
}
@media screen and (max-width: 1499px) {
    .home-section-one .home-product-news-row .news-listStyle,
    .home-section-one .home-partner-news-row .news-listStyle,
    .home-section-one .home-agent-news-row .news-listStyle {
        flex-wrap: nowrap;
        overflow: hidden;
    }
}
@media (min-width: 821px) and (max-width: 991px) {
    .home-section-one .images-home-sm {
        width: 100%;
        float: left;
        padding-left: calc(var(--bs-gutter-x) * 0.5);
        padding-right: calc(var(--bs-gutter-x) * 0.5);
    }
    .home-section-one .images-home-sm.col-lg-4 {
        width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 820px) {
    .home-section-one .images-home-sm {
        width: 100%;
        float: left;
        padding-left: calc(var(--bs-gutter-x) * 0.5);
        padding-right: calc(var(--bs-gutter-x) * 0.5);
    }
    .home-section-one .images-home-sm.col-lg-4 {
        width: 100%;
    }
    .images-home-sm .img-show img {
        /* height: 200px; */
    }
}
@media screen and (max-width: 820px) {
    .custom-collapse-navbar > ul > li {
        display: block;
    }
    .custom-collapse-navbar ul li.nav-item.dropdown {
        padding-right: 0;
    }
    .dropdown-arrow {
        background-color: #000;
        padding: 6px 7px 10px 7px;
        border-radius: 5px;
        z-index: 99;
    }
    .submenu-arrow {
        background-color: #000;
        padding: 6px 7px 10px 7px;
        border-radius: 5px;
        z-index: 99;
    }
    .dropdown-menu .dropdown-submenu {
        background-color: #ce9034;
        border-top: 5px solid #4d716d;
        position: unset;
        padding-top: 0 !important;
        padding-bottom: 5px;
    }
    .home-section-one .home-product-news-row .news-listStyle,
    .home-section-one .home-partner-news-row .news-listStyle,
    .home-section-one .home-agent-news-row .news-listStyle {
        flex-wrap: wrap !important;
    }
    .home-section-one .home-product-news-row .news-images-home-sm-equalsize,
    .home-section-one .home-partner-news-row .news-images-home-sm-equalsize,
    .home-section-one .home-agent-news-row .news-images-home-sm-equalsize {
        flex: 100% 0 0 !important;
        width: 50%;
    }
    .home-section-one
        .home-product-news-row
        .news-images-home-sm-equalsize:last-child,
    .home-section-one
        .home-partner-news-row
        .news-images-home-sm-equalsize:last-child,
    .home-section-one
        .home-agent-news-row
        .news-images-home-sm-equalsize:last-child {
        display: none;
    }
    .ah-travel-gossip-facebook-group-cont .bigAgent-rewards-block .col-left {
        order: 2;
    }
    .ah-travel-gossip-facebook-group-cont .bigAgent-rewards-block .col-right {
        order: 1;
    }
    .img-description p,
    .video-description p {
        font-size: 12px;
    }
    .event-listing-cont
        .news-listStyle
        .images-home-sm
        .img-description
        .featured-event-rht
        h4 {
        font-size: 12px;
    }
    .event-listing-cont
        .news-listStyle
        .images-home-sm
        .img-description
        .featured-event-rht
        h4
        span {
        display: none !important;
    }
    .event-listing-cont .news-listStyle .images-home-sm .img-description h2 a {
        /* height: 92px; */
    }
    .spotReserve_modal .booking-modal-p {
        font-size: 11px;
        background-color: #f9f9f9;
        padding: 8px 10px;
        border-radius: 6px;
        border: 1px solid #eaeaea;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .common-team-cont .team-row .team-col {
        width: 50%;
        margin-bottom: 30px;
    }
    .common-team-cont .team-box .team-name {
        font-size: 20px;
    }
    .common-team-cont .team-box .team-desig {
        font-size: 15px;
    }
    .common-team-cont .team-box .team-contact {
        font-size: 13px;
    }
    .home-section-one .home-latest-news-left,
    .home-section-one .home-latest-news-right {
        width: 100%;
    }
    .home-section-one .home-latest-news-right .mostRead-block .mostRead-item {
        width: 100%;
        margin-right: 0;
    }
    .home-section-one
        .home-latest-news-right
        .mostRead-block
        .mostRead-item
        .row
        .col-sm-9 {
        display: flex;
        align-items: center;
    }
    .home-section-one
        .home-latest-news-right
        .mostRead-block
        .mostRead-item
        .row
        .col-sm-9
        p {
        margin-bottom: 0 !important;
    }
    .home-section-one .home-product-news-row .news-images-home-sm-equalsize,
    .home-section-one .home-partner-news-row .news-images-home-sm-equalsize,
    .home-section-one .home-agent-news-row .news-images-home-sm-equalsize {
        flex: 33.3333% 0 0;
    }
    .mostRead-item {
        padding: 12px 10px !important;
    }
    .mostRead-item p,
    .mostRead-item a {
        font-size: 14px;
        font-weight: 500;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .footer-menu ul li a {
        font-size: 12px;
    }
    .img-description p,
    .video-description p {
        font-size: 12px;
    }
    .event-listing-cont .news-listStyle.news-with-img .images-home-sm {
        width: 50%;
    }
}
@media screen and (max-width: 767px) {
    .video-common-cont iframe,
    .video-common-cont video {
        height: 320px;
    }
    .title-all-about {
        font-size: 38px;
    }
    .common-team-cont .team-row .team-col {
        width: 50%;
        margin-bottom: 30px;
    }
    .common-team-cont .team-box .team-name {
        font-size: 20px;
    }
    .common-team-cont .team-box .team-desig {
        font-size: 15px;
    }
    .common-team-cont .team-box .team-contact {
        font-size: 13px;
    }
    .advert-banner-sec img {
        max-width: 100%;
    }
    .home-section-one {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .home-section-one .images-home-lg .img-show img {
        min-height: auto;
        max-height: none;
    }
    .home-section-one .images-home-sm {
        width: 100%;
        float: left;
        padding-left: calc(var(--bs-gutter-x) * 0.5);
        padding-right: calc(var(--bs-gutter-x) * 0.5);
    }
    .home-section-one .images-home-sm.col-lg-4 {
        width: 100%;
    }
    .home-section-one .home-latest-news-left .news-titile-block .col-sm-10 {
        width: 74%;
    }
    .home-section-one .home-latest-news-left .news-titile-block .col-sm-2 {
        width: 26%;
    }
    .home-section-one .home-latest-news-right .mostRead-block .mostRead-item {
        width: 100%;
        margin-right: 0;
        padding: 15px !important;
    }
    .home-section-one
        .home-latest-news-right
        .mostRead-block
        .mostRead-item
        .row
        .col-sm-3 {
        width: 100%;
    }
    .home-section-one
        .home-latest-news-right
        .mostRead-block
        .mostRead-item
        .row
        .col-sm-9 {
        display: flex;
        align-items: center;
        width: 100%;
    }
    .home-section-one
        .home-latest-news-right
        .mostRead-block
        .mostRead-item
        .row
        .col-sm-9
        p {
        margin-bottom: 0 !important;
        width: 100%;
        text-align: center;
    }
    .home-section-one .home-product-news-row .news-images-home-sm-equalsize,
    .home-section-one .home-partner-news-row .news-images-home-sm-equalsize,
    .home-section-one .home-agent-news-row .news-images-home-sm-equalsize {
        flex: 50% 0 0;
    }
    .home-stay-loop .stayLoop-block form > .row > .col-sm-6 {
        width: 100%;
    }
    .home-stay-loop .stayLoop-block form > .row > .col-7.col-sm-6 {
        margin-top: 15px;
        justify-content: center;
    }
    .home-stay-loop .stayLoop-block form .btn-whatsapp {
        font-size: 14px;
    }
    .stayLoop-block form > .row {
        flex-direction: column;
        gap: 15px;
    }
    .stayLoop-block form > .row {
        flex-direction: column;
        gap: 15px;
    }
    .stayLoop-block form > .row .col-5 {
        width: 100%;
    }
    .stayLoop-block form > .row .col-7 {
        width: 100%;
        justify-content: center;
    }
    .event-listing-cont .news-listStyle.news-with-img .images-home-sm {
        width: 50%;
    }
    .images-home-lg h2,
    .images-home-lg h2 a {
        -webkit-line-clamp: 4;
    }
}
@media screen and (max-width: 479px) {
    .home-section-one .images-home-sm,
    .home-section-one .images-home-sm.col-lg-4 {
        width: 100%;
    }
    .common-team-cont .team-row .team-col {
        width: 100%;
        margin-bottom: 30px;
    }
    .footer-menu ul li a {
        font-size: 12px;
    }
    .event-listing-cont .news-listStyle .images-home-sm {
        width: 100%;
    }
    .event-listing-cont
        .news-listStyle
        .images-home-sm
        .img-description
        .featured-event-rht
        h4 {
        font-size: 11px;
    }
    .event-listing-cont .news-listStyle .images-home-sm .img-description h2 a {
        height: auto;
        -webkit-line-clamp: unset;
    }
    .event-listing-cont .news-listStyle.news-with-img .images-home-sm {
        width: 100%;
    }
}
