@import url('https://fonts.googleapis.com/css2?family=Poppins: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');

body {
    font-family: "Poppins", sans-serif;
    background: #fff;
}

h1, h2, h3, h4, h5, h6, p, figure{
    margin:0;
}

a{text-decoration: none;}

.form-control:focus {border-color: transparent;box-shadow: none;}

.navbar-togglerr:focus {box-shadow: none;}

.btn-check:focus+.btn, .btn:focus {outline: 0;box-shadow: none;}

h1,h2{
    font-size: 25px; font-weight: 600;
}

h3 {
    font-size: 18px;
    position: relative;	
}

h4{
    font-size: 17px;
}

h5{
    font-size: 14px;
}

p {
    font-size: 15px;
    line-height: 1.6;
    color: #000000;
}

.container {
    max-width: 1100px;
}

.custom-container{
    max-width: 1200px;
}

.readmore, .readless, .readaboutless, .readaboutmore, .visa_more, .visa_more{
    font-size: 15px;
    color: #000000;
}

.readmore:hover, .readless:hover, .readaboutless:hover, .readaboutmore:hover, .visa_more:hover , .visa_more:hover{
    color: #8b1a1e;
    text-decoration: underline;
}

.readmorebtn{  
    font-size: 14px; 
    font-weight: 700; 
    padding: 45px 0 22px 0; 
}

/* header starts here */

/* toggle icon starts here */

header .navbar-toggler {
    border: 0;
    padding: 0;
}

header .navbar-toggler:focus{
    box-shadow: none;
}

span.icon-bar {
    width: 25px;
    height: 4px;
    background: #000000;
    display: block;
    margin-bottom: 5px;
}

span.icon-bar:last-child {
    margin-bottom: 0;
}

.navbar-toggler.collapsed span.icon-bar:nth-child(1) {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
}
.navbar-toggler.collapsed span.icon-bar:nth-child(2) {
    opacity: 1;
}
.navbar-toggler.collapsed span.icon-bar:nth-child(3) {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
}
.navbar-toggler span.icon-bar {
    -webkit-transition: all 300ms;
    transition: all 300ms;
}
.navbar-toggler span.icon-bar:nth-child(1) {
    -webkit-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg);
}
.navbar-toggler span.icon-bar:nth-child(2) {
    opacity: 0;
}
.navbar-toggler span.icon-bar:nth-child(3) {
    -webkit-transform: translateY(-11px) rotate(-45deg);
    transform: translateY(-11px) rotate(-45deg);
}
  
/* toggle icon ends here */

header {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 9;
    box-shadow: 0 0 9px #ddd;
}

header .navbar {
    padding: 0;
}

.logo .navbar-brand {
    display: block;
    padding: 0;
    margin: 0;
    max-width: 300px;
}

.logo .navbar-brand img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left;
}

#navbarItem li {
    list-style: none;
}

#navbarItem .nav-link {
    color: #000;
    padding: 30px 5px;
    font-size: 15.5px;
}

#navbarItem .nav-link:hover {
    color: #b92227;
}

#navbarItem .dropdown {
    position: static;
}

.header-dropdown-menu {
    width: 100%;
    margin: 0 !important;
    padding: 0;
    border-radius: 0;
    background: #fff;
    border: 0;
    left: 0;
    top: 100%;
    box-shadow: 0 2px 9px #ddd;
}

#navbarItem .dropdown:hover .header-dropdown-menu {
    display: block;
}

.right-submenu-list {
    gap: 10px;
    padding: 0px;
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
}

.submenu-item {
    box-shadow: 0 0 9px #ddd;
    display: block;
    text-align: center;
    padding: 0;
    border-radius: 5px;
    height: 100%;
    overflow: hidden;
}

.submenu-item-image {
    padding: 5px 5px 0;
    position: relative;
}

.submenu-item-image figure {
    width: 100%;
    height: 110px;
    overflow: hidden;
    border-radius: 5px;
}

.submenu-item-image figure img {
    width: 100%;
    height: 100%;
    transition: all 0.4s;
    object-fit: cover;
}

.submenu-item:hover img {
    transform: scale(1.06);
}

.submenu-heading {
    color: #000;
    margin: 6px;
    font-size: 15px;
    transition: all 0.3s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.submenu-heading:hover {
    color: #b92227;
}

.left-submenu-item .submenu-item {
    box-shadow: none;
}

.left-submenu-item .submenu-item-image {
    padding: 0;
}

.left-submenu-item .submenu-item-image figure {
    height: 310px;
    border-radius: 10px;
    overflow: hidden;
}

.left-submenu-item .country-dest-details h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.shopping-menu li{
    margin-bottom: 6px;
}

.shopping-menu li:last-child {
    margin-bottom: 0;
}

.shopping-menu li a {
    font-size: 15px;
    color: #000;
    display: inline-block;
}

.shopping-menu li a:hover {
    color: #b92227;
}

.shopping-menu li a strong {
    color: #b92227;
    font-size: 17px;
}

.booking-menu-item {
    background: #fff;
    box-shadow: 0 0 9px #ddd;
    display: block;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
}

.booking-menu-image {
    position: relative;
    overflow: hidden;
}

.booking-menu-image figure {
    width: 100%;
    height: 100px;
}

.booking-menu-image figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.booking-menu-details {
    padding-bottom: 5px;
}

.booking-menu-details .custom-btn {
    padding: 5px;
    font-size: 13px;
    width: 75%;
}

.flight-menu-container .booking-menu-image {
    border-bottom: 1px solid #ddd;
    padding: 5px;
}

.flight-dropdown-menu figure img {
    object-fit: contain !important;
}

/* header ends here */

/* footer starts here */

footer {
    margin-top: 20px;
    padding: 30px 0 8px;
    background: #000;
}

.footer-heading {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 700;
    color: #ffffff;
}

.footer-menu-list {
    padding: 0;
    margin: 0;
}

.footer-menu-list li {
    margin-bottom: 10px;
    list-style: none;
}

.footer-menu-list li a {
    font-size: 15px;
    color: #ffffff;
    display: block;
    position: relative;
    padding-left: 15px;
    transition: all 0.3s;
}

.footer-menu-list li a:hover {
    transform: translateX(1px);
    text-decoration: underline;
}

.footer-menu-list li a::after {
    position: absolute;
    content: "\f101";
    font-family: 'FontAwesome';
    left: 0;
}

.footer-bottom {
    padding: 5px 0;
    border-top: 1px solid #bdbdbd;
    border-bottom: 1px solid #bdbdbd;
    margin: 0 0 10px;
}

.footer-content {
    flex: 1;
}

.footer-content p {
    font-size: 14px;
    color: #ffffff;
}

.footer-logo {
    width: 180px;
    height: 110px;
    margin-right: 50px;
}

.footer-logo img {
    height: 100%;
    object-fit: contain;
}

.copy-right {
    text-align: center;
    color: #212529;
}

.copy-right p{
    font-size: 12px;
    color: #ffffff;
}

.social-icons a {
    background: #ffffff;
    border: 1px  solid #ffffff;
    width: 30px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #000000;
    font-size: 16px;
    transition: all 0.3s;
}

.social-icons a:hover {
    background: 0;
    color: #ffffff;
}

/* footer ends here */

.custom-gray-bg {
    background: #f6f6f6;
}

.section-padding {
    padding: 25px 0;
}

.section-padding-top{
    padding-top: 25px;
}

.section-padding-bottom{
    padding-bottom: 25px;
}

.section-heading {
    font-size: 35px;
    margin-bottom: 20px;
    line-height: 1.3;
    font-weight: 600;
    color: #000;
}

.section-para {
    text-align: center;
    font-size: 14px;
}

.about-wrap .section-para{
    margin-bottom: 20px;
}

/* MAin-Banner */

/* .hotel-bnr {

	background-image: url(../images/banner-hotel.jpg) !important;

}

#mainBanner {background-image: url(../images/banner.png); background-size: cover;background-position: center right; height:300px; margin: 5px 0 0 0;}



#mainBanner h1{ line-height: 55px; font-size: 80px; letter-spacing: 8px; padding-bottom: 20px;}



#mainBanner h6{padding: 0 0 20px 0;letter-spacing: 8px; font-size: 25px;}



.bannerContentWrap{ height:300px; padding: 0 0 0 15px;} */


/* top banner */

.top_mainBanner {
    background-size: cover!important;
    background-position: center!important;
    height: 340px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top_mainBanner:before {
    position: absolute;
    content: "";
    background: rgba(0,0,0,0.1);
    width: 100%;
    height: 100%;
}

.top_mainBanner h1 {
    font-size: 70px;
    letter-spacing: 2px;
    line-height: 1;
}

.top_mainBanner h6{
    padding: 0 0 20px 0;
    letter-spacing: 2px; 
    font-size: 25px;
}

.topTravel_guideRow a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.topTravel_guideRow a img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    box-shadow: 0px -1px 9px #f2f2f2;
}

.travel-part-logo {
    display: flex;
    width: 100%;
    height: 108px;
    align-items: center;
    justify-content: center;
    padding: 6px;
    border-radius: 5px;
    box-shadow: 0 0 9px #ddd;
    overflow: hidden;
}

.travel-part-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.5s;
}

.travel-part-logo:hover img {
    transform: scale(1.1);
}

.luxury-hotel-slider .item,
.two-item-slide .item, .travel-partner-slider .item{
    padding: 6px;
}

.luxury-hotel-slider .owl-nav button,
.two-item-slide .owl-nav button,
.tab-slider .owl-nav button,
.three-item-slide .owl-nav button,
.travel-partner-slider .owl-nav button{
    position: absolute;
    width: 35px;
    height: 35px;
    background: #ffffff !important;
    border-radius: 6px !important;
    top: 0;
    bottom: 0;
    margin: auto !important;
}

.luxury-hotel-slider .owl-nav button i,
.two-item-slide .owl-nav button i,
.tab-slider .owl-nav button i,
.three-item-slide .owl-nav button i,
.travel-partner-slider .owl-nav button i {
    color: #000000;
    font-size: 25px;
    line-height: 1.4;
}

.luxury-hotel-slider .owl-nav button.owl-prev,
.two-item-slide .owl-nav button.owl-prev,
.tab-slider .owl-nav button.owl-prev,
.three-item-slide .owl-nav button.owl-prev,
.travel-partner-slider .owl-nav button.owl-prev {
    left: -30px;
    box-shadow: -3px 3px 9px #757575;
}

.luxury-hotel-slider .owl-nav button.owl-next,
.two-item-slide .owl-nav button.owl-next,
.tab-slider .owl-nav button.owl-next,
.three-item-slide .owl-nav button.owl-next,
.travel-partner-slider .owl-nav button.owl-next{
    right: -30px;
    box-shadow: 3px 3px 9px #757575;
}

.luxury-hotel-slider .owl-nav button.disabled,
.two-item-slide .owl-nav button.disabled,
.tab-slider .owl-nav button.disabled,
.three-item-slide .owl-nav button.disabled,
.travel-partner-slider .owl-nav button.owl-disabled {
    display: none;
}

.luxury-hotel-item {
    display: block;
    box-shadow: 0 0 9px #ddd;
    border-radius: 6px;
    overflow: hidden;
}

.luxury-hotel-item figure {
    margin: 0;
    width: 100%;
    height: 180px;
    overflow: hidden;
}

.luxury-hotel-item figure img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}

.luxury-hotel-item:hover img {
    transform: scale(1.1);
}

.luxury-hotel-item .column-heading {
    padding: 10px;
    text-align: center;
    color: #000;
}

.luxury-hotel-item .column-heading:hover{
    color: #ffc031;
}

.country-dest-item {
    display: block;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}

.country-dest-item img {
    width: 100%;
    height: 270px;
    transition: all 0.3s;
    object-fit: cover;
}

.country-dest-item:hover img{
    transform: scale(1.1);
}

.country-dest-details {
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    text-align: center;
    padding: 5px;
    left: 0;
    width: 100%;
}

.country-dest-item h4 {
    font-size: 22px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 6px;
    transition: all 0.3s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.country-dest-details p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #fff;
    font-size: 14px;
}

.country-dest-item h4:hover{
    color: #ffa825;
}

.custom-btn {
    background: #000000;
    border: 1px solid #000000;
    padding: 8px 20px;
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.5s;
    text-align: center;
}

.custom-btn:hover {
    background: 0;
    color: #000000;
    box-shadow: 5px 5px 0px 0px #7a7979;
}

.top-heading-box {
    margin-bottom: 25px;
}

.top-heading-box .section-heading {
    margin-bottom: 0;
}

.top-heading-box .section-para {
    margin-top: 10px;
}

/* .why-europe-sc p {

    padding: 10px 0;

}

.why-europe-sc {

    width: 100%;

}

.h-luxury-an-popular-hotel .unicontent {

    margin: 0;

}



.slide-destination .owl-carousel .owl-item img {

    height: 180px;

    display: block;

    width: 100%;

} */

.home-about-list {
    position: relative;
}

.home-about-list::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 80%;
    background: #ddd;
    left: -30px;
    right: 0;
    top: 0;
    margin: auto;
}

.home-about-list p i {
    padding-right: 5px;
    color: #2925a0;
}

.about-section .column-para {
    text-align: justify;
    margin-top: 10px;
}

.details-abt{
    text-align: justify;
    font-size: 15px;
}

.details-abt p {
    margin-bottom: 8px;
    text-align: justify;
    font-size: 15px;
}

.details-abt table {
    margin: auto;
}

.details-abt table tr td {
    border: 1px solid #000;
    padding: 2px 5px;
}

.best-time-visit-details td:first-child {
    width: 300px !important;
}

.best-time-visit-details td:last-child {
    width: calc(100% - 300px) !important;
}

.wigard-full p {
    padding-top: 5px;
}

.wigard-full .col-md-12 {
    padding-bottom: 15px;
}

.tp-first-section {
    text-align: center;
    margin-bottom: 20px;
}

.wigard-full h5 {
    font-weight: 600;
}

.wigard-full ul li {
    font-size: 13px;
    line-height: 30px;
}

.wigard-full ul li b {
    font-weight: 500;
}

.wigard-full ul {
    margin-top: 10px;
    margin-bottom: 0;
}

.wigard-full h6 {
    font-size: 13px;
    padding-top: 8px;
}

.wigard-full i {
    padding-right: 2px;
    color: #ffa825;
}

/* bottom css */

.interNationAirportSec {
    margin-top: 30px;
}

.interNationAirportContainer {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 0 9px #ddd;
}

.interNationAirportContainer h2 {
    font-size: 20px;
}

.interNationAirportContainer p {
    font-size: 16px;
    padding: 0;
    color: #000;
    width: 50%;
    display: flex;
    justify-content: flex-end;
}

.aboutContainer p {
    text-align: justify!important;
    font-size: 15px;
}

.why-europe-scContent p {
    padding: 0;
    margin-bottom: 5px;
}

.why-europe-scContent span {
    font-weight: 500;
    margin-left: 5px;
}

.why-europe-scImg figure {
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
}

.why-europe-scImg figure img {
    max-width: 350px;
    max-height: 185px;
    object-fit: contain;
    width: 100%;
}

.why-erope-left{
    border-radius: 5px;
    padding: 12px 10px;
    box-shadow: 0 0 9px #ddd;
    margin-top: 20px;
}

.countary-htl-btn {
    background-color: #2925a0;
    color: #fff !important;
}

.countary-htl-btn:hover{
    background-color: #fed511;
}

.content-side-mm {
    text-align: center;
}

.tourAttracItly_rightColumn .why-erope-left {
    min-height: 435px;
}

.cont_popHotelsColumn {
    margin-bottom: 20px!important;
}

.cont_popHotelsColumn img {
    width: 100%;
}

.interNationAirportContainer_right p {
    width: 100%;
    justify-content: flex-start;
    line-height: 40px;
}

.about-content-side {
    background: #fff;
    padding: 20px;
}

.trainTravelLeft_bannerAd {
    text-align: center;
    margin-bottom: 10px;
}

.trainTravelLeft_bannerAd:last-child {
    margin-bottom: 0;
}

.luxuryHotels_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.luxuryHotels_box {
    width: 32%;
    box-shadow: 0 0 9px #ddd;
        margin-bottom: 15px;
}

.luxuryHotels_box figure {
    margin-bottom: 0;
}

.luxuryHotels_box figure img {
    width: 100%;
    max-height: 165px;
    object-fit: cover;
}

.luxuryHotels_boxContent {
    padding: 4px 10px;
}

.luxuryHotels_boxContent>p {
    margin-bottom: 3px;
}

.flightBooking_section {
    margin-top: 35px;
        background: #fff;
}

.flightBookingTop {
    background: #fff;
    padding: 25px 15px;
}

.flightBooking_container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-top: 15px;
}

.flightBooking_sectionHead {
    text-align: center;
    color: #ffc031;
}

.flightBooking_sectionPara {
    margin-bottom: 20px;
    font-size: 13px;
    color: #000;
    font-weight: 400;
}

.flighBooking_box {
    width: 100%;
    background: #fff;
    box-shadow: 0 0 9px #ddd;
    padding: 10px;
}

.flightBookingBox_img {
    border: 1px solid #ddd;
    border-radius: 5px;
}

.flightBookingBox_img img {
    width: 100%;
    max-height: 150px;
    object-fit: cover;
    min-height: 150px;
}

.flightBookingBox_heading {
    text-align: center;
    font-size: 18px;
    color: #ffc031;
        padding-left: 0;
}

.flightBookingBox_para {
    color: #000;
    font-size: 13px;
    text-align: justify;
    line-height: 28px;
    padding-top: 10px;
}

.flightBooking_container h3::after{
    display: none;
}

.railEuropeBox_container {
    margin-top: 20px;
}

.railEuropeBox_container .flighBooking_box {
    min-height: 275px;
}

.railEuropeBox_container .flightBookingBox_img img{
    object-fit: cover;
}

.aboutTravelSection {
    margin-top: 30px;
}

.abtTravelHead {
    font-size: 40px;
    text-align: center;
}

/* best time visit page css starts here */

.bestTimeVisit_banner{
    background: url("../images/europeVisit_bg.jpg");
}

.bestTimeVisit_bannerSection{
    background-size: cover;
    background-position: center right;
    height: 300px;
    margin: 5px 0 0 0;
}

.bestTimeVisit_bannerSection h6{
    padding: 0 0 20px 0;
    letter-spacing: 8px;
    font-size: 25px;
}

.bestTimeVisit_bannerSection h1{
    line-height: 55px;
    font-size: 80px;
    letter-spacing: 8px;
    padding-bottom: 20px;
}

.visitDestinationSection {
    background: #fff;
    margin-top: 20px;
    padding: 30px 0;
}

.visitDestinationTop {
    margin-bottom: 20px;
}

.visitDestination_sectionHead {
    text-align: center;
    font-size: 35px;
}

.visitDestinationBoxItem {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.visitDestinationBoxItem:before {
    position: absolute;
    content: "";
    background: #000;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    z-index: 0;
}

.visitDestinationBoxImg {
    margin-bottom: 0;
    width: 100%;
}

.visitDestinationBoxImg img {
    width: 100%;
    height: 165px;
}

.visitDestinationContent {
    position: absolute;
    padding: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}

.whyEuropeTravel_section {
    padding: 30px 0;
}

.whyEuropeTravelHeading {
    color: #000000;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
}

.whyEuropeTravelList {
    position: relative;
}

.whyEuropeTravelList:before {
    position: absolute;
    content: "";
    background: #ffc031;
    width: 3px;
    height: 90%;
    left: 8px;
    top: 10px;
}

.whyEuropeTravelList>li {
    font-size: 14px;
    line-height: 40px;
    color: #000;
    font-weight: 400;
    padding-left: 30px;
    position: relative;
}

.whyEuropeTravelList>li>i {
    font-size: 14px;
    background: #1f1ba3;
    width: 20px;
    height: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    border-radius: 100%;
    font-weight: 600;
    color: #fff;
    position: absolute;
    left: 0;
    top: 11px;
}

.whyEuropeTravel_right {
    text-align: center;
}

.helpTravelContainer {
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 9px #ddd;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
}

.helpTravelPara {
    padding-top: 0;
    font-size: 14px;
    color: #000;
    font-weight: 300;
    margin-bottom: 20px;
}

.helpTravelBtnBox {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}

.helpTravelBtn {
    padding: 10px 20px;
    box-shadow: 4px 5px 9px #e6e6e6;
    color: #000000;
    font-size: 13px;
    font-weight: 700;
    border: 1px solid #ddd;
    transition: all 0.3s;
}

.helpTravelBtn:hover {
    background: #000;
    color: #ffffff;
}

.commonTravelContainer {
    background: #fff;
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
        margin-top: 20px;
}

.commonTravelBox {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
    margin-top: auto;
}

.commonTravelBoxItem {
    box-shadow: 0 0 9px #ddd;
    width: 100%;
    padding: 10px;
}

.commonTravelBox_heading {
    color: #1f1ba3;
    font-size: 20px;
    font-weight: 800;
    margin: 5px 0 12px 0;
}

.commonTravelBox_text {
    padding: 0;
    text-align: left;
    line-height: 24px;
    color: #000;
    font-size: 12px;
}



/* best time visit page css ends here */

.touristAttraList {
    text-align: left;
    padding-left: 16px;
    margin-top: 5px;
}

.touristAttraList>li {
    font-size: 13px;
    list-style: disc;
    line-height: 28px;
    color: #212529;
}

.contactUsSection {
    margin-top: 40px;
}

.europeTrainTravelBox_row img {
    width: 100%;
    min-height: 160px;
    object-fit: cover;
}

.topcitiesLeftSide {
    margin-top: 25px;
}

.ad-1 {
    display: inline-block;
}

.ad-2 {
    margin-top: 15px;
}

.advtBoxImg {
    text-align: center;
    margin-top: 30px;
}

.seperate-box {
    background-color: #fff;
    padding: 15px;
    box-shadow: 0 0 9px #ddd;
    border-radius: 10px;
    height: 100%;
}

.europe-glance h3 {
    margin-bottom: 10px;
}

.europe-glance-list {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

.europe-glance-list:last-child {
    border: 0;
    padding-bottom: 0;
}

.europe-glance-list .column-heading {
    text-transform: uppercase;
    line-height: 1.35;
    font-weight: 600;
    font-size: 15px;
    color: #297bff;
    margin: 0;
}

.europe-glance-list .column-para {
    font-size: 14px;
}

/* europe destinations page css starts here */

.top-banner-slider {
    padding-top: 25px;
}

.top-ads-item {
    display: block;
}

.top-ads-item figure {
    width: 100%;
    max-height: 300px;
    border-radius: 10px;
    overflow: hidden;
    margin: 0;
}

.top-ads-item figure:hover img {
    transform: scale(1.1);
}

.top-ads-item figure img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}

.top-banner {
    height: 340px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.top-heading-para {
    margin-bottom: 20px;
}

.top-heading-para .section-heading {
    margin-bottom: 0;
}

.destins-list-item-img {
    display: block;
    overflow: hidden;
}

.destins-list-item-img:hover img {
    transform: scale(1.1);
}

.destins-list-item-img figure {
    width: 100%;
    height: 320px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 5px;
}

.destins-list-item-img figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s;
}

.destins-category {
    color: #2925a0;
    font-size: 14px;
    font-weight: 500;
}

.destins-heading {
    font-size: 30px;
    line-height: 1.2;
    color: #000;
    margin-top: 10px;
    font-weight: 700;
    transition: all 0.3s;
    margin-bottom: 15px;
}

.destins-heading:hover {
    color: #ffc031;
}

.destination-list-item-row .col-md-6 .destins-heading {
    font-size: 18px;
    line-height: 1.4;
}

.destins-para {
    font-size: 14px;
    color: #747474;
    margin-bottom: 10px;
}

.side-bar-news {
    margin: 20px 0;
}

.popular-news {
    background: #fff;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

.column-heading {
    font-size: 13px;
    color: #747474;
    margin: 2px 0;
}

.popular-news-img figure {
    margin: 0;
    width: 80px;
    height: 100px;
}

.popular-news-img figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* visa page css starts here */

.looking-for-visa-container {
    padding: 60px 40px 40px;
    border-radius: 10px;
}

.looking-for-visa-container .section-heading {
    font-size: 30px;
    color: #000000;
    margin-bottom: 10px;
    font-weight: 700;
}

.looking-for-visa-list {
    list-style: none;
    color: #000000;
    line-height: 2;
    font-size: 16px;
    padding: 0;
    margin: 0;
}

.looking-for-visa-list li i {
    padding-right: 10px;
}

.visa-stress-heading-row {
    margin: 10px 0;
}

.visa-stress-heading-row .column-heading {
    font-size: 22px;
    color: #000000;
    font-weight: 800;
    padding: 0;
}

.visa-stress-heading-row .column-heading::after {
    display: none;
}

.visa-ex-rating-icon {
    margin-bottom: 0;
    margin-left: 15px;
}

.visa-ex-rating-icon img {
    width: 45px;
}

.looking-for-visa-container .column-para {
    color: #000000;
    font-size: 20px;
    font-weight: 500;
}

.looking-for-visa-container .custom-btn {
    margin-top: 10px;
}

.easy-to-apply-heading {
    padding-bottom: 50px;
}

.easy-to-apply-item {
    border-radius: 8px;
    height: calc(100% - 25px);
    box-shadow: 0px 3px 9px #ddd;
}

.easy-to-apply-item figure {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: -55px;
    background: #ffffff;
    box-shadow: 0px 3px 9px #ddd;
}

.easy-to-apply-item figure img {
    width: 55px;
    height: auto;
}

.easy-to-apply-item-content {
    text-align: center;
    position: relative;
    top: -40px;
    padding: 0 15px 0;
}

.box-heading {
    margin-bottom: 12px;
    font-size: 20px;
    color: #000000;
    font-weight: 600;
    transition: all 0.3s;
}

.easy-to-apply-item-content h3::after{
    display: none;
}

.easy-to-apply-item-content .column-para {
    margin: 0;
    font-size: 15px;
    color: #000000;
    line-height: 1.6;
}

.offering-type-top {
    margin-bottom: 30px;
}

.offering-type-top .section-heading {
    margin-bottom: 0;
}

.offering-type-top .section-para {
    font-size: 16px;
}

/* faq section starts here */

.faq-section .section-heading {
    margin-bottom: 40px;
}

.faq-container .accordion-item {
    border: 0;
    border-bottom: 1px solid #cbcbcb;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-radius: 0;
}

.faq-container .accordion-item:last-child {
    border: 0;
    margin-bottom: 0;
    padding: 0;
}

.faq-container .accordion-button {
    background: 0;
    padding: 0 0 10px 0;
    border-bottom: 0;
    border-radius: 0 !important;
    font-weight: 400;
    font-size: 18px;
    box-shadow: none;
    line-height: 1.5;
}

.faq-container .accordion-button:not(.collapsed) {
    color: #000000;
}

.faq-container .accordion-body {
    padding: 0;
}

.faq-container .accordion-button:focus {
    box-shadow: none;
    outline: none;
}

.faq-container .accordion-button::after {
    content: "\f067";
    font-family: 'FontAwesome';
    font-weight: 900;
    display: inline-block;
    margin-left: auto;
    transition: transform 0.2s;
    background: none;
    border: 1px solid #000;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
}

.faq-container .accordion-button:not(.collapsed)::after {
    content: "\f068";
    font-family: 'FontAwesome';
    font-weight: 500;
    transform: rotate(180deg);
    background: none;
    color: #e6bf25;
    border-color: #e6bf25;
}

.faq-container .accordion-body .section-para {
    text-align: left;
}

/* visa page css ends here */

.saperate-container {
    box-shadow: 0 0 9px #ddd;
    padding: 20px 15px;
    border-radius: 10px;
}

/* travel insurance page css starts here */

.best-travel-insurance-item {
    display: block;
    background: #fff;
    padding: 5px;
    border-radius: 8px;
    box-shadow: 0 0 9px #c6c6c6;
    width: 100%;
    transition: all 0.3s;
    height: 100%;
    text-align: center;
}

.best-travel-insurance-item:hover {
    background: #2925a0;
}

.best-travel-insurance-item figure {
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.best-travel-insurance-item figure img {
    max-height: 100%;
    object-fit: contain;
}

.best-travel-insurance-item .column-heading {
    color: #000;
    font-size: 14px;
    margin: 8px 0 3px;
    word-wrap: break-word;
}

.best-travel-insurance-item:hover .column-heading,
.best-travel-insurance-item:hover .column-para,
.best-travel-insurance-item:hover i {
    color: #fff;
}

.best-travel-insurance-item .column-para {
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.5;
    margin-bottom: 5px;
}

.best-travel-insurance-item i {
    font-size: 30px;
    color: #000;
}

.why-travel-insurance-img {
    position: relative;
    padding: 40px 40px 10px 10px;
    max-height: 500px;
}

.why-travel-insurance-img:before {
    content: "";
    position: absolute;
    background: #29259f;
    left: 0;
    bottom: 0;
    width: 90%;
    height: 85%;
    z-index: -1;
}

.dotted-line {
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.ins-worth-img {
    margin-bottom: 0;
}

.travel-insurance-points .section-para {
    line-height: 1.6;
    margin-bottom: 10px;
    text-align: justify;
}

.insurance-key-points {
    padding: 0;
    margin: 0;
}

.insurance-key-points li {
    line-height: 1.5;
    font-size: 15px;
    margin-bottom: 10px;
    list-style: none;
}

.insurance-key-points li i {
    color: #e6bf25;
    margin-right: 10px;
    line-height: 1.7;
}

.booking-insurance-column {
    text-align: center;
    position: relative;
}

.down-arrow-icon {
    position: absolute;
    right: -38%;
    top: 15px;
}

.up-arrow-icon {
    top: 40px;
}

.down-arrow-icon img {
    width: 100%;
}

.booking-insurance-column-img figure {
    background: #2925a0;
    width: 90px;
    height: 85px;
    margin: auto;
    border-radius: 15px 15px 15px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.booking-insurance-column-img figure img {
    width: 45px;
}

.booking-insurance-column .column-heading {
    font-size: 20px;
    color: #000;
    font-weight: 700;
    margin: 10px 0;
    padding-left: 0;
}

.booking-insurance-column .column-heading::after{
    display: none;
}

.booking-insurance-column .column-para {
    font-size: 14px;
    line-height: 1.6;
    color: #747474;
}

.insurance-safety-img figure {
    margin: 0;
}

.insurance-safety-img figure img {
    max-height: 400px;
}

.insurance-safety-right .section-heading {
    margin-bottom: 10px;
    font-size: 30px;
}

.insurance-safety-form .section-subheading {
    font-size: 18px;
    margin-bottom: 20px;
}

.insurance-safety-form .section-subheading::after{
    display: none;
}

.insurance-safety-form label {
    font-size: 15px;
    color: #000;
    margin-bottom: 6px;
}

.insurance-safety-form .form-control {
    padding: 10px 12px;
    border: 1px solid #e6bf25;
}

.insurance-safety-form .form-control::placeholder,
.insurance-safety-form input[type="date"]{
    font-size: 14px;
}

.insurance-safety-form .form-control:focus::placeholder{
    color: transparent;
}

.buy-travel-insurance .section-subheading {
    margin: 10px 0 40px 0;
    font-size: 20px;
    color: #000;
    font-weight: 700;
    padding: 0;
}

.buy-travel-insurance .section-subheading::after {
    display: none;
}

.trip-insurance-purchase-item {
    box-shadow: 0 0 9px #ddd;
    border-radius: 8px;
    overflow: hidden;
}

.trip-insurance-purchase-item figure {
    width: 100%;
    height: 220px;
    border-radius: 10px;
    overflow: hidden;
    margin: 0;
}

.trip-insurance-purchase-item figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.trip-insurance-purchase-content{
    padding: 10px;
}

.trip-insurance-purchase-item .column-heading {
    color: #000;
    font-size: 18px;
    padding-left: 0;
    font-weight: 600;
    text-align: center;
    min-height: 43px;
}

.trip-insurance-purchase-item .column-heading::after {
    display: none;
}

.trip-insurance-collapse-text .collapse {
    transition: max-height 0.5s linear;
}

.trip-insurance-collapse-text .collapse:not(.show) {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    transition: max-height 0.5s linear;
}

.trip-insurance-collapse-text .column-para {
    margin: 10px 0 0;
    font-size: 15px;
    text-align: justify;
}

.trip-insurance-collapse-text .custom-btn {
    margin-top: 10px;
    background: 0;
    border: 0;
    box-shadow: none;
    color: #e6bf25;
    padding: 0;
    font-size: 15px;
    position: relative;
}

.trip-insurance-collapse-text .custom-btn i {
    font-size: 16px;
}

.trip-insurance-collapse-text a.collapsed:before {
    content: 'Read More';
}

.trip-insurance-collapse-text a.collapsed::after,
.trip-insurance-collapse-text a:not(.collapsed)::after {
    content: "\f077";
    font-family: 'FontAwesome';
    right: -25px;
    position: absolute;
    font-size: 14px;
}

.trip-insurance-collapse-text a.collapsed::after{
    content: "\f078";
}

.trip-insurance-collapse-text a:not(.collapsed)::after {
    content: "\f077";
}

.trip-insurance-collapse-text a:not(.collapsed):before {
    content: 'Read Less';
}

/* europe flights page css starts here */

.column-box {
    box-shadow: 0 0 9px #ddd;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.column-box-image {
    width: 100%;
    height: 160px;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    padding: 15px;
}

.column-box-image:hover img {
    transform: scale(1.1);
}

.column-box-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.5s;
}

.column-box-details {
    padding: 10px;
}

.column-box-heading {
    font-size: 20px;
    text-align: center;
    padding: 0;
    color: #000;
    font-weight: 700;
    margin-bottom: 10px;
    transition: all 0.5s;
}

.column-box-heading:hover{
    color: #ffc031;
}

.column-box-heading::after{
    display: none;
}

.column-box-details .column-para {
    font-size: 14px;
    text-align: justify;
    line-height: 1.6;
    font-weight: 400;
}

.flight-booking-partner .column-box .custom-btn {
    display: block;
    max-width: max-content;
    margin: auto;
    margin-top: 10px;
    min-width: 50%;
}

.flight-booking-partner .column-box .column-para {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/* europe flights page css ends here */

.train-image {
    width: 100%;
    height: 340px;
    overflow: hidden;
    border-radius: 20px 50px 20px 0;
}

.train-image img {
    width: 100%;
    height: 100%;
}

.category-heading {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 600;
    padding: 0;
    margin-bottom: 15px;
}

.category-heading::after{
    display: none;
}

.train-booking-partners-left .section-heading {
    margin-bottom: 10px;
}

.train-booking-partners-left .custom-btn {
    margin-top: 15px;
}

.booking-part-logo-item {
    display: block;
    box-shadow: 0 0 9px #ddd;
    padding: 10px;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.5s;
}

.booking-part-logo-item:hover {
    transform: translateY(-5px);
}

.booking-part-logo-item figure {
    width: 100%;
    height: 60px;
}

.booking-part-logo-item figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.5s;
}

.booking-part-logo-item:hover img {
    transform: scale(1.1);
}

.train-booking-partners {
    text-align: center;
}

.booking-part-container {
    display: -ms-inline-grid;
    display: -moz-inline-grid;
    display: inline-grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 15px;
}

.booking-part-item {
    position: relative;
    border-radius: 50%;
    text-align: center;
    background: #fff;
    width: 166px;
    box-shadow: 3px 3px 9px #bdbdbd;
    padding: 5px 5px;
    height: 166px;
    transition: all 0.3s;
    overflow: hidden;
    z-index: 0;
}

.booking-part-item::before {
    position: absolute;
    content: "";
    background: rgb(0 0 0 / 75%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    transition: all 0.1s;
}

.booking-part-item:hover::before {
    opacity: 1;
    visibility: visible;
}

.booking-part-item:hover {
    box-shadow: 0px -1px 9px #6c6c6c;
    transform: translateY(-5px);
}

.booking-part-item figure {
    width: 130px;
    height: 108px;
    overflow: hidden;
    margin: auto;
    border-radius: 50%;
}

.booking-part-item figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.3s;
}

.booking-part-item:hover img {
    transform: scale(1.08);
}

.booking-part-item .column-heading {
    font-size: 16px;
    color: #a90d1a;
    font-weight: 600;
    margin: 0;
    padding: 0 10px;
    line-height: 1.3;
}

.booking-part-item .column-heading:hover {
    text-decoration: underline;
}

.discount-card-on-hover {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    transition: all 0.3s;
}

.discount-card-on-hover p {
    color: #f00;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.4;
}

.booking-part-container .discount-card-on-hover p {
    color: #ffffff;
}

.booking-part-item:hover .discount-card-on-hover {
    opacity: 1;
    visibility: visible;
}

/* .booking-part-item .discount-card {
    top: -5px;
}

.booking-part-item .discount-card p::after{
    display: none;
} */



.travel-partner-left {
    display: inline-grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

/* hotels page css starts here */

.vertical-banner {
    margin-bottom: 10px;
}

.vertical-banner:last-child {
    position: sticky;
    top: 83px;
}

.box-item {
    display: block;
    box-shadow: 0 0 9px #ddd;
    border-radius: 8px;
    overflow: hidden;
    background: #ffffff;
}

.box-item-img {
    width: 100%;
    height: 180px;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.box-item-img figure {
    width: 100%;
    height: 100%;
}

.box-item-img img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    object-fit: cover;
}

.box-item:hover img {
    transform: scale(1.1);
}

.box-details {
    padding: 10px;
}

.box-item-heading {
    font-size: 20px;
    color: #000000;
    margin-bottom: 8px;
    transition: all 0.3s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.box-item-heading:hover{
    color: #ffc031;
}

.box-item-heading a {
    color: #000;
    transition: all 0.3s;
}

.box-item-heading a:hover {
    color: #ffc031;
}

.box-para {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
}

.box-details .custom-btn {
    margin-top: 5px;
    width: 100%;
    padding: 8px;
}

.category-item {
    font-size: 14px;
    color: #000000;
    padding-bottom: 4px;
    display: inline-block;
}

.category-item i {
    color: #bf0000;
    font-size: 20px;
    margin-right: 2px;
}

.editor-fav-hotel-container .box-details {
    padding-top: 5px;
}

.editor-fav-hotel-container .box-para {
    margin-bottom: 0;
    margin-top: 5px;
}

.author-name {
    font-size: 13px;
    color: #6a6a6a;
    font-weight: 500;
}

.hotel-service-container {
    padding: 50px;
}

.hotel-service-container .section-heading {
    font-size: 30px;
    margin-bottom: 10px;
}

.hotel-service-details h3 {
    padding: 0;
    font-size: 18px;
    margin-bottom: 10px;
}

.hotel-service-details h3::after{
    display: none;
}

.hotel-service-details .custom-btn {
    margin-top: 15px;
}

.hotel-searching .custom-btn {
    width: 30%;
    background: #a90d1a;
    border: 1px solid #a90d1a;
    font-size: 16px;
}

.search-box5 {
    width: 100%;
    position: relative;
}

.search-box5 input[type="text"] {
    padding: 12px 15px;
    border: 0;
    font-size: 14px;
    border-radius: 0;
}

.result5 {
    position: absolute;
    z-index: 999;
    top: 100%;
    left: 0;
    background: #ddd;
    width: 100%;
    overflow: hidden;
}

.result5 p {
    margin: 0;
    padding: 5px 10px;
    border-top: 1px solid #CCCCCC;
    cursor: pointer;
}

.top-10-hotels-item {
    display: flex;
    height: auto;
    align-items: center;
    margin-bottom: 12px;
}

.trip-input-form {
    border: 1px solid #b7b7b7;
    position: relative;
    margin-top: 5px;
    border-radius: 0;
}

.trip-input-form input[type="text"] {
    padding: 10px;
    width: 100%;
}

.booking-search-form i {
    position: absolute;
    right: 10px;
    top: 9px;
    font-size: 22px;
}

.booking-search-form i {
    position: absolute;
    right: 10px;
    top: 9px;
    font-size: 22px;
}

.trip-calendar-form .form-control {
    appearance: none !important;
    border: 0;
    height: 40px;
}

.trip-search-btn .custom-btn {
    width: 100%;
    margin-top: 28px;
    height: 44px;
}

.top-10-hotels-item:last-child {
    margin-bottom: 0;
}

.top-10-hotels-item .box-item-img {
    width: 275px;
    height: 190px;
}

.top-10-hotels-item .box-para {
    margin-bottom: 0;
    margin-top: 5px;
}

.top-10-hotels-item .box-details .custom-btn {
    max-width: max-content;
    margin-top: 0;
    min-width: 110px;
}

.top-10-hotels-item .box-details {
    width: calc(100% - 275px);
}

.hotel-of-the-month {
    position: sticky;
    top: 83px;
}

.hotel-of-the-month .box-item-img {
    height: 210px;
}

.hotel-of-the-month .box-para {
    -webkit-line-clamp: 3;
    margin-bottom: 0;
    margin-top: 5px;
}

.hotel-of-the-month .custom-btn {
    max-width: 50%;
    margin: 0;
}

/* home page css starts here */

.home-top-banner {
    height: calc(100vh - 82.2px);
    overflow: hidden;
    padding: 60px 0 20px;
}

.banner-tabs-container .nav-tabs {
    border: 0;
    margin-bottom: 15px;
    gap: 40px;
}

.banner-tabs-container .nav-tabs li a {
    display: block;
    color: #000000;
    font-size: 20px;
    font-weight: 500;
    padding: 0;
    border: 0;
    position: relative;
    overflow: hidden;
    padding-bottom: 4px;
}

.banner-tabs-container .nav-tabs li a.active {
    background: 0;
    border: 0;
    color: #000000;
}

.banner-tabs-container .nav-tabs li a::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: #ffc031;
    bottom: 0;
    left: -100%;
    transition: all 0.3s;
    visibility: hidden;
    opacity: 0;
}

.banner-tabs-container .nav-tabs li a:hover::before,
.banner-tabs-container .nav-tabs li a.active::before {
    left: 0;
    visibility: visible;
    opacity: 1;
}

.tab-slider .item {
    padding: 5px;
}

.tab-slider-item {
    display: block;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all 0.3s;
    border-radius: 10px;
}

.tab-slider-item:hover {
    box-shadow: 0 3px 5px #6c6c6c;
    transform: translateY(-4px);
    border-radius: 10px;
}

.tab-slider-item figure {
    width: 100%;
    height: 230px;
    overflow: hidden;
}

.tab-slider-item figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tab-slider-item-details {
    background: #fff;
    text-align: center;
    padding: 5px;
    width: 100%;
    transition: all 0.5s;
}

.tab-slider-item-details h3 {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    transition: all 0.3s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.tab-slider-item-details h3:hover,
.train-tab-box .tab-slider-item-details h3:hover {
    color: #ffc031;
}

.tab-slider-item-details p {
    color: #000000;
    line-height: 1.3;
    font-size: 14px;
    margin-bottom: 8px;
    transition: all 0.3s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.tab-slider-item-details .custom-btn {
    width: 85%;
}

.hotel-tab-item .box-item-heading {
    margin-bottom: 4px;
    -webkit-line-clamp: 1;
    font-size: 18px;
}

.location {
    font-size: 15px;
    color: #000;
}

.location i {
    color: #bf0000;
    font-size: 20px;
    margin-right: 1px;
}

.hotel-tab-item .box-para {
    margin: 0;
    line-height: 1.4;
}

.discount-card {
    position: absolute;
    top: 0px;
    left: 0;
    background: #8b1a1e;
    z-index: 1;
    border-radius: 15px 20px 20px 0;
}

.discount-card p {
    padding: 20px 10px;
    line-height: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    left: 0px;
    position: relative;
}

.discount-card p::before {
    position: absolute;
    content: "";
    background: #8b1a1e;
    width: 6px;
    height: 20px;
    left: 0;
    bottom: -15px;
    z-index: -2;
}

.discount-card p::after {
    position: absolute;
    content: "";
    background: #8b1a1e;
    width: 10px;
    height: 10px;
    bottom: -20px;
    left: -6px;
    transform: rotate(45deg);
}

.banner-tabs-container .hotel-tab-item {
    /* height: 300px; */
    box-shadow: none;
}

.hotel-tab-item .box-item-img {
    height: 200px;
}

.flights-tab-slider-container .hotel-tab-item .box-para {
    -webkit-line-clamp: 3;
    color: #000;
}

.box-logo-item {
    border-bottom: 1px solid #ddd;
    padding: 15px;
}

.box-logo-item img {
    object-fit: contain;
}

.amazing-item-img figure {
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.amazing-item-img figure img {
    width: 100%;
    max-height: 350px;
    transition: all 1.4s ease-in-out;
}

.amazing-item-img figure:hover img {
    transform: rotate(360deg);
}

.amazing-item-heading {
    color: #ffffff;
    font-size: 35px;
    font-weight: 700;
}

.amazing-item-details {
    padding: 10px 30px 0;
}

.amazing-btn {
    color: #010101;
    margin-top: 5px;
    display: inline-block;
    font-size: 15px;
    text-decoration: underline;
    font-weight: 700;
}

.column-item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.column-item-img figure {
    width: 100%;
    height: 400px;
}

.column-item-img figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}

.column-item:hover img {
    transform: scale(1.08);
}

.column-item-details {
    position: absolute;
    bottom: 0px;
    text-align: center;
    background: #000000ab;
    padding: 5px 5px 10px;
}

.column-item-details h3 a {
    color: #ffffff;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 5px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.column-item-details p {
    color: #fff;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.column-item .custom-btn {
    background: 0;
    border-color: #fff;
}

.column-item .custom-btn:hover {
    background: #fff;
}

.full-slider-item figure {
    height: 350px;
    overflow: hidden;
}

.full-slider-item figure img {
    height: 100%;
}

.full-slider .owl-dots {
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
}

.full-slider .owl-dots button.owl-dot span {
    background: #fff !important;
    width: 10px;
    height: 10px;
    margin: 4px;
}

.full-slider .owl-dots button.owl-dot.active span {
    width: 25px !important;
    background: #ffa825 !important;
}

.hotels-item-img {
    position: relative;
    overflow: hidden;
}

.hotels-item-img figure {
    width: 100%;
    height: 300px;
    border-radius: 10px;
    overflow: hidden;
}

.hotels-item-img figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}

.hotels-item-img:hover img{
    transform: scale(1.1);
}

.hotels-item-details {
    padding: 10px;
}

.category_filter_left_top {
    width: 100%;
    box-shadow: 0 0 9px #bfbfbf;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.filter_cat_text {
    font-size: 15px;
    font-weight: 700;
    color: var(--title-color);
}

.filter_clear_text {
    font-size: 14px;
    font-weight: 500;
    color: var(--title-color);
}

.cat_filter_border {
    margin: 15px -15px;
    color: #ddd;
}

.filter_input_box_heading {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border: 0;
    background: 0;
    padding: 0;
    color: var(--tittle-color);
    font-weight: 500;
    font-size: 15px;
}

.filter_input_box .collapse {
    max-height: 205px;
    overflow: auto;
}

.filter_input_box .form-check {
    padding-left: 0;
    margin-top: 5px;
}

.filter_input_box .checkbox-inline {
    font-size: 14px;
    color: var(--tittle-color);
    font-weight: 500;
    cursor: pointer;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.filter_input_box .checkbox-inline .deals_check {
    margin-right: 10px;
    width: 14px;
    height: 14px;
    cursor: pointer;
}

.top-hotels-across-filter {
    margin-bottom: 20px;
}

.top-hotels-across-filter button {
    border: 1px solid #ddd;
    background: 0;
    margin-right: 5px;
    font-size: 14px;
    padding: 5px 10px;
}

.top-hotels-across-filter button:hover{
    background: #8b1a1e;
    color: #fff;
}

.top-hotels-across-filter button:last-child{
    margin-right: 0;
}

/* home page css ends here */

.explore-banner {
    height: calc(100vh - 83px);
}

.banner-upper-text {
    background: #ffffffd4;
    max-width: max-content;
    padding: 10px;
}

.contact-form {
    padding: 30px;
    box-shadow: 0 0 9px #ddd;
    height: 100%;
}

.contact-form label {
    font-size: 15px;
}

.contact-form .form-control {
    border: 0;
    border-bottom: 1px solid #858585;
    border-radius: 0;
    padding: 5px;
    font-size: 13px;
    transition: all 0.3s;
}

.contact-form .form-control:focus {
    background: #f3f3f3;
    border-bottom: 1px solid #dbdbdb;
}

.contact-address {
    background: #ddd;
    box-shadow: 0 0 9px #ddd;
    padding: 30px 20px;
    height: 100%;
}

.contact-address h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.contact-address p {
    color: #000;
    margin-bottom: 10px;
}

.contact-address-list {
    margin-bottom: 10px;
}

.contact-address-list a {
    font-size: 14px;
    color: #2925a0;
    transition: all 0.3s;
    display: inline-block;
}

.contact-address-list a:hover {
    color: #000000;
    text-decoration: underline;
    transform: translateX(5px);
}

.travel-guide .box-item-heading {
    font-size: 16px;
    text-align: center;
    margin: 0;
    padding: 10px 0;
}

/* country starts here */

.country-flights .flights-tab-slider-container .hotel-tab-item .box-para {
    -webkit-line-clamp: 2;
}

.popular-tourist-column {
    box-shadow: 0 0 9px #ddd;
    border-radius: 5px;
    padding: 10px 5px;
    position: relative;
}

.popular-tourist-column .box-heading a {
    color: #000000;
    transition: all 0.3s;
}

.popular-tourist-column .box-heading a:hover{
    color: #b92227;
}

.popular-tour-column-img figure {
    width: 100%;
    height: 210px;
    margin-bottom: 8px;
    overflow: hidden;
}

.popular-tour-column-img:hover img{
    transform: scale(1.1);
}

.popular-tour-column-img figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}

.popular-tour-column-details .column-para {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    margin-top: 5px;
}

.tourist-ideal-time {
    font-size: 14px;
    margin-top: 4px;
    color: #000;
}

.tourist-ideal-time span {
    font-weight: 600;
    margin-right: 5px;
}

.popular-tour-column-details .custom-btn {
    display: block;
    max-width: 50%;
    margin: auto;
    margin-top: 8px;
}

.vertical-ads {
    position: sticky;
    top: 83px;
    text-align: right;
}

.popular-tourist-item:nth-child(even) .popular-tourist-column {
    margin-bottom: 10px;
}

.popular-tourist-item:nth-child(even) .popular-tourist-column .column-para {
    -webkit-line-clamp: 4;
}

.popular-tourist-item:nth-child(3n) .popular-tourist-column {
    top: -45px;
}

.all-travel-destination .popular-tourist-item:nth-child(3n) .popular-tourist-column {
    top: 0;
}

/* train travel page */

.train-travel-destination .popular-tourist-column, 
.destination-list-item-row .popular-tourist-column{
    padding: 0;
    overflow: hidden;
}

.train-travel-destination .popular-tour-column-img figure {
    height: 250px;
    margin-bottom: 0;
}

.train-travel-destination .popular-tour-column-details {
    padding: 10px;
    text-align: center;
}

.destination-list-item-row .popular-tour-column-details {
    padding: 0 10px 10px;
}

.destination-list-item-row .popular-tour-column-details .box-heading {
    margin-bottom: 4px;
}

.destination-list-item-row .popular-tourist-item:nth-child(3n) .popular-tourist-column {
    top: 0;
}

/* subscribe form css starts here */

.subscribe-box {
    background: #ffffff;
    padding: 10px;
    border-radius: 5px;
    position: sticky;
    top: 90px;
    box-shadow: 0 0 9px #ddd;
}

.subscribe-box .column-para {
    font-size: 14px;
}

.subscribe-form label {
    font-size: 16px;
    font-weight: 700;
}

.explore-input-control {
    display: flex;
    align-items: center;
    padding-left: 12px;
    box-shadow: 0 0 9px #ddd;
    border-radius: 8px;
    margin-top: 8px;
    background: #fff;
    overflow: hidden;
}

.explore-input-control i {
    color: #000000;
    font-size: 16px;
}

.subscribe-form .form-control {
    border: 0;
    padding: 8px 10px;
}

.subscribe-form .form-control:focus{
    outline: none;
    box-shadow: none;
}

.subscribe-form .form-control:focus::placeholder{
    color: transparent;
}

.subscribe-form .custom-btn {
    width: 80%;
    margin: auto;
    display: block;
}

/* Shopping page css */

.shopping-banner .section-heading {
    font-size: 25px;
    margin-bottom: 0;
    font-weight: 500;
}

.shopping-product-filter .section-heading {
    font-size: 25px;
}

.product-item {
    display: block;
    box-shadow: 0 0 9px #ddd;
    transition: all 0.3s;
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
}

.product-item:hover {
    transform: translateY(-4px);
}

.product-img {
    position: relative;
    border-bottom: 1px solid #d9d9d9;
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.product-img img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    object-fit: cover;
}

.product-item:hover img {
    transform: scale(1.1);
}

.product-item-details {
    padding: 8px;
}

.product-item-details .box-heading {
    margin-bottom: 6px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product-item-details .box-heading:hover{
    color: #8b1a1e;
}

.product-price {
    font-weight: 700;
    color: #8b1a1e;
    font-size: 18px;
}

.product-details {
    font-size: 13px;
    color: #000;
    margin-top: 4px;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/* blog page css starts here */

.blog-content-row {
    box-shadow: 0 0 9px #ddd;
    border-radius: 8px;
    overflow: hidden;
}

.blog-img-left figure {
    width: 100%;
    height: 275px;
    overflow: hidden;
}

.blog-img-left figure img {
    width: 100%;
    height: 100%;
    transition: all 0.8s;
}

.blog-content-row:hover img {
    transform: scale(1.1);
}

.blog-content {
    padding: 12px;
}

.blog-content .box-heading a {
    color: #000000;
    margin-bottom: 10px;
    transition: all 0.3s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.4;
}

.blog-content .box-heading a:hover {
    color: #a90d1a;
    text-decoration: underline;
}

.blog-para {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 15px;
    margin: 10px 0;
    color: #000;
}

.blog-date {
    font-size: 14px;
    color: #757575;
    margin-bottom: 5px;
}

.blog-details-container table {
    max-width: 100% !important;
}

.blog-details-container table td {
    border: 1px solid #ddd;
    padding: 5px;
}

.blog-news-right-side-bar {
    box-shadow: 0 0 9px #ddd;
    padding: 8px;
    border-radius: 8px;
    margin-bottom: 15px;
}

.blog-news-right-side-bar .box-heading {
    margin: 5px 0 15px;
}

.blog-news-right-items {
    margin-top: 10px;
    display: flex;
    align-items: center;
    border: 1px solid #cfcfcf;
    margin-bottom: 10px;
    overflow: hidden;
    transition: all 0.3s;
}

.blog-news-right-items:hover {
    box-shadow: 0 0 9px #c6c6c6;
    border-radius: 8px;
}

.blog-news-rItem figure {
    width: 100px;
    min-width: 100px;
    height: 95px;
    overflow: hidden;
}

.blog-news-rItem figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s;
}

.blog-news-rItem:hover img {
    transform: scale(1.08);
}

.blog-news-right-items-text {
    padding: 10px;
}

.blog-heading {
    font-size: 16px;
    color: #000;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 6px;
    transition: all 0.3s;
}

.blog-heading:hover {
    color: #a90d1a;
}

.blog-news-right-items-text .blog-para {
    -webkit-line-clamp: 2;
    margin: 0;
}

.blog-details-img {
    margin: 15px 0;
}

.blog-news-smlImg figure {
    width: 90px;
    height: 85px;
    margin-right: 6px;
    border-right: 1px solid #ddd;
}

.blog-news-smlImg figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.similar-blog {
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
}

.similar-blog .box-item-img {
    height: 200px;
}

.similar-blog:hover img {
    transform: scale(1.1);
}

.item-event-info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.event-info-box {
    color: #000;
    font-size: 15px;
    font-weight: 400;
}

.event-info-box i {
    color: #a90d1a;
}

.destination-search {
    margin-bottom: 20px;
    margin-left: auto;
    width: max-content;
    display: flex;
    align-items: center;
    gap: 15px;
}

.destination-search-btn {
    font-size: 15px;
    padding: 8px 15px;
    border: 1px solid #ddd;
    height: auto;
    min-width: 240px;
}

.destination-search-btn i {
    margin-left: 10px;
    font-size: 18px;
}

.destination-search-item .dropdown-menu {
    margin: 0;
    width: 100%;
    padding: 0;
    max-height: 322px;
    overflow: auto;
}

.destination-search-item .dropdown-menu li a {
    padding: 5px 10px;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
}

/* all hotels */

.all-hotels .top-10-hotels-item .box-item-img {
    width: 220px;
}

.all-hotels .top-10-hotels-item .box-details {
    width: calc(100% - 220px);
}

.similar-routes .train-tab-box {
    box-shadow: 0 0 9px #ddd;
}








/* Responsive Media Query starts here */

@media(max-width: 1399px){
    .home-top-banner {
        padding: 40px 0 10px;
    }
    .tab-slider-item figure {
        height: 200px;
    }
    .hotel-tab-item .box-item-img {
        height: 180px;
    }
    #navbarItem .nav-link {
        font-size: 15px;
    }
}

@media(max-width: 1199px){
    .logo .navbar-brand {
        max-width: 220px;
    }
    #navbarItem .nav-link {
        color: #000;
        padding: 25px 5px;
        font-size: 14px;
    }
    .luxury-hotel-slider .owl-nav button.owl-next, .two-item-slide .owl-nav button.owl-next, .tab-slider .owl-nav button.owl-next, .three-item-slide .owl-nav button.owl-next, .travel-partner-slider .owl-nav button.owl-next{
        right: 0;
    }
    .luxury-hotel-slider .owl-nav button.owl-prev, .two-item-slide .owl-nav button.owl-prev, .tab-slider .owl-nav button.owl-prev, .three-item-slide .owl-nav button.owl-prev, .travel-partner-slider .owl-nav button.owl-prev{
        left: 0;
    }
    .home-top-banner {
        height: auto;
        padding: 40px 0 20px;
    }
    .tab-slider-item figure {
        height: 190px;
    }
    .banner-tabs-container .nav-tabs {
        gap: 30px;
    }
    .booking-part-item {
        width: 150px;
        height: 150px;
    }
    .booking-part-item figure {
        width: 110px;
        height: 85px;
    }
    .shopping-product-filter .section-heading {
        font-size: 20px;
    }
}



@media(max-width: 991px){
    header .navbar {
        padding: 10px 0;
    }
    #navbarItem {
        position: fixed;
        top: 67px;
        left: -100%;
        background: #ffffff;
        width: 100%;
        height: 100%;
        z-index: 9;
        padding: 10px 20px;
        transition: all 0.3s;
        overflow-x: hidden;
        overflow-y: scroll;
        border-top: 1px solid #ddd;
    }
    #navbarItem.show {
        left: 0;
    }
    #navbarItem .nav-link {
        padding: 6px 5px;
    }
    #navbarItem .nav-link.show {
        margin-bottom: 15px;
    }
    #navbarItem .dropdown-menu.show {
        display: block !important;
    }
    .left-submenu-item .submenu-item .box-heading {
        margin-bottom: 8px;
        font-size: 15px;
    }
    .left-submenu-item .submenu-item-image figure {
        height: 240px;
    }
    .left-submenu-item .country-dest-details h4 {
        font-size: 18px;
        margin-bottom: 6px;
    }
    .left-submenu-item .country-dest-details p {
        font-size: 12px;
    }
    .right-submenu-list {
        gap: 5px;
        grid-template-columns: repeat(3, 1fr);
    }
    .submenu-item-image {
        padding: 2px 2px 0;
    }
    .submenu-item-image figure {
        height: 75px;
    }
    .submenu-heading {
        margin: 3px;
        font-size: 12px;
    }
    .booking-menu-image figure {
        height: 75px;
    }
    .booking-menu-details .custom-btn {
        padding: 4px;
        font-size: 12px;
        width: 95%;
    }
    .section-padding {
        padding: 20px 0;
    }
    .section-padding-top, .top-banner-slider{
        padding-top: 20px;
    }
    .section-padding-bottom{
        padding-bottom: 20px;
    }
    .section-heading {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .custom-btn {
        font-size: 12px;
    }
    .amazing-item-heading {
        font-size: 25px;
    }
    .travel-guide .box-item-heading {
        font-size: 13px;
        padding: 8px 0;
    }
    .top-ads-item figure {
        height: auto;
    }
    .tab-slider-item figure {
        height: 150px;
    }
    .tab-slider-item-details h3 {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .tab-slider-item-details p {
        font-size: 12px;
        margin-bottom: 5px;
    }
    .box-logo-item {
        padding: 5px;
    }
    .hotel-tab-item .box-item-img {
        height: 120px;
    }
    .box-details {
        padding: 5px;
    }
    .hotel-tab-item .box-item-heading {
        margin-bottom: 2px;
        font-size: 15px;
    }
    .booking-part-container {
        grid-template-columns: repeat(5, 1fr);
        gap: 5px;
    }
    .booking-part-item {
        width: 140px;
        height: 140px;
    }
    .booking-part-item figure {
        width: 100px;
        height: 80px;
    }
    .booking-part-item .column-heading {
        font-size: 14px;
    }
    .top_mainBanner, .top-banner {
        height: 300px;
    }
    .top_mainBanner h6 {
        padding: 0 0 10px 0;
        font-size: 20px;
    }
    .top_mainBanner h1 {
        font-size: 50px;
    }
    .blog-img-left figure {
        height: 200px;
    }
    .blog-content {
        padding: 5px;
    }
    .blog-content .box-heading {
        margin-bottom: 5px;
    }
    .blog-content .box-heading a {
        margin-bottom: 5px;
    }
    .blog-date {
        font-size: 13px;
        margin-bottom: 5px;
    }
    .blog-para {
        -webkit-line-clamp: 3;
        font-size: 14px;
        margin: 5px 0;
    }
    .top-10-hotels-item .box-item-img {
        width: 220px;
    }
    .top-10-hotels-item .box-details {
        width: calc(100% - 220px);
    }
    .shopping-banner .section-heading {
        font-size: 20px;
    }
    .top-heading-box {
        margin-bottom: 10px;
    }
}




@media(max-width: 767px){
    .section-heading {
        font-size: 25px;
    }
    .footer-bottom .footer-logo {
        width: 100%;
        height: auto;
        margin-right: 0;
        padding: 15px 0;
    }
    .footer-logo img {
        height: auto;
    }
    .footer-heading {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .footer-menu-list li {
        margin-bottom: 8px;
    }
    .footer-menu-list li a {
        font-size: 14px;
    }
    .booking-part-container {
        grid-template-columns: repeat(4, 1fr);
    }
    .booking-part-item {
        width: 135px;
        height: 135px;
    }
    .faq-section .section-heading {
        margin-bottom: 20px;
    }
    .faq-container .accordion-item {
        margin-bottom: 5px;
    }
    .faq-container .accordion-button {
        font-size: 15px;
        padding: 0 0 5px 0;
    }
    .top_mainBanner, .top-banner {
        height: auto;
        padding: 40px 0;
        max-height: 250px;
    }
    .why-travel-insurance-img {
        padding: 10px 15px 10px 10px;
    }
    .top-10-hotels-item .box-item-img {
        width: 180px;
    }
    .top-10-hotels-item .box-details {
        width: calc(100% - 180px);
    }
    .shopping-banner {
        max-height: initial;
    }
    .shopping-banner .section-heading {
        font-size: 18px;
    }
    .travel-partner-left {
        gap: 6px;
    }
    .vertical-ads{
        text-align: center;
    }
    .discount-card p {
        padding: 16px 5px;
        font-size: 12px;
    }
}


@media(max-width: 576px){
    .section-padding {
        padding: 15px 0;
    }
    .section-padding-top, .top-banner-slider {
        padding-top: 15px;
    }
    .section-padding-bottom{
        padding-bottom: 15px;
    }
    .amazing-item-img figure {
        width: auto;
        border-radius: 0;
    }
    .seperate-box {
        padding: 0;
        box-shadow: none;
    }
    .train-journey-left {
        text-align: center;
    }
    .column-item-img figure {
        height: 300px;
    }
    .hotels-item-img figure {
        height: 220px;
    }
    .box-item-heading, .column-item-details h3 a {
        font-size: 18px;
    }
    p, .column-item-details p, .footer-content p {
        font-size: 13px;
    }
    .category-item i, .location i{
        font-size: 18px;
    }
    .product-price, .location {
        font-size: 15px;
    }
    .home-top-banner {
        padding: 20px 0 0px;
    }
    .banner-tabs-container .nav-tabs {
        gap: 15px;
        margin-bottom: 10px;
    }
    .banner-tabs-container .nav-tabs li a {
        font-size: 15px;
    }
    footer {
        margin-top: 15px;
        padding: 20px 0 8px;
    }
    .footer-bottom .footer-logo a {
        max-width: 250px;
        display: block;
    }
    .social-icons a {
        width: 22px;
        height: 22px;
        font-size: 12px;
    }
    .copy-right p {
        font-size: 10px;
    }
    .booking-part-container {
        grid-template-columns: repeat(3, 1fr);
    }
    .top_mainBanner h6 {
        padding: 0 0 4px 0;
        font-size: 15px;
    }
    .top_mainBanner h1 {
        font-size: 40px;
    }
    .blog-img-left figure {
        height: 180px;
    }
    .box-heading {
        font-size: 16px;
    }
    .blog-para {
        font-size: 13px;
        -webkit-line-clamp: 2;
    }
    .editor-favrite-hotels .saperate-container, .filter-right {
        padding: 0;
        box-shadow: none;
    }
    .editor-favrite-hotels .box-heading {
        font-size: 20px;
    }
    hr {
        margin: 10px 0;
    }
    .tab-slider .item {
        padding: 2px;
    }
    .tab-slider-item figure {
        height: 130px;
    }
    .luxury-hotel-slider .owl-nav button, .two-item-slide .owl-nav button, .tab-slider .owl-nav button, .three-item-slide .owl-nav button, .travel-partner-slider .owl-nav button {
        width: 30px;
        height: 30px;
    }
    .luxury-hotel-slider .owl-nav button i, .two-item-slide .owl-nav button i, .tab-slider .owl-nav button i, .three-item-slide .owl-nav button i, .travel-partner-slider .owl-nav button i {
        font-size: 20px;
        line-height: 1.1;
    }
    .travel-guide .box-item-img {
        height: 125px;
    }
    .travel-partner-left {
        grid-template-columns: repeat(3, 1fr);
    }
    .popular-tourist-item:nth-child(3n) .popular-tourist-column {
        top: 0;
    }
}



@media(max-width: 450px){
    .booking-part-container, .travel-partner-left {
        grid-template-columns: repeat(2, 1fr);
    }
}


/* Responsive Media Query ends here */


