.nav-logo img, .inner-logo img {
    width: 120px;
}
.topbar-area{
    min-height: 50px;
    display: flex;
    align-items: center;
}
.why-book-wrapper .achievement-counter-card{
    height: 100%;
    justify-content: center;
}
@media screen and (max-width: 576px) {
    .why-book-wrapper .why-book-col {
        margin-bottom: 20px;
    }
}
.about-header-wrapper{
    background: url(../images/about/about-header.jpg) no-repeat;
    background-size: cover;
    background-position: 25% 65%;
    position: relative;
}
.about-header-wrapper .breadcrumb-title{
    position: absolute;
    right: 30px;
    bottom: 20px;
}
@media screen and (min-width: 1900px) {
    .about-header-wrapper {
        background-position: 25% 65%;
    }
}
.about-header-wrapper .breadcrumb-title{
    /* color: #2d373c; */
}
.why-book-image{
    height: 750px;
    overflow: hidden;
}
.why-book-image img{
    position: relative;
    bottom: 200px;
}
.hero-style-one .hero-single-slide .hero-content-bg{
    background: url(../images/banner/home-slider-bg.jpeg) no-repeat;
    background-size: cover;
    background-position: 25% 65%;
}
.hero-style-one .hero-single-slide .hero-content-bg::before{
    background: rgb(22 43 50 / 75%);
}
.home-swiper-slide .d-card-thumb img{
    height: 230px;
    object-fit: cover;
    display: block;
}
.newslatter-wrapper{
    background: linear-gradient(rgb(0 0 0 / 69%) 100%, rgb(37 63 76 / 53%) 100%), url(../images/banner/full-banner.jpeg);
    background-size: cover;
    background-position: 25% 65%;
}
.gallary-item img{
    display: block;
    height: 50vh;
    width: 100%;
    object-fit: cover;
}
@media screen and (max-width: 767px) {
    .gallary-item img {
        width: 100%;
    }
}
.footer-tag-text{
    font-family: 'Courgette', cursive;
    font-size: 40px !important;
    line-height: 55px !important;
    color: #ff4838 !important;
}
.footer-contact-wrapper{
    margin-top: 30px !important;
}
.testimonial-card-alpha .testimonial-card-top .testimonial-thumb img{
    border: none;
}
.testimonial-card-alpha:hover .testimonial-card-top .testimonial-thumb{
    opacity: 1 !important;
}
.section-head-alpha{
    max-width: unset !important;
}
.destination-header.breadcrumb-style-one{
    background: url(../images/banner/destination-banner.jpg) no-repeat;
    background-size: cover;
    background-position: 25% 75%;
}
.contact-us-header.breadcrumb-style-one{
    background: url(../images/banner/contact-us-banner.png) no-repeat;
    background-size: contain;
    background-position: 50% 0%;
}
.gallery-header.breadcrumb-style-one{
    background: url(../images/banner/gallery-banner.jpg) no-repeat;
    background-size: cover;
    background-position: 25% 17%;
}
.package-header.breadcrumb-style-one{
    background: url(../images/banner/package-banner.jpg) no-repeat;
    background-size: cover;
    background-position: 25% 97%;
}
.contatc-intro-figure img{
    width: 100%;
    border-radius: 5px;
}
.flagcounter-row{
    min-height: 150px;
}
.flagcounter-row .inner-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
}