li.single-item img {
width: 44px;
}
.filter-wrapper .filter-item-list .single-item.active {
background-color: #2d2d2d;
border-color: #3a3a3a;
color: var(--white-color);
}
.lavelCustome {
display: flex !important;
font-size: 13px;
}
.iconsFormSet {
width: auto;
height: 22px !important;
position: absolute;
left:3%;
top: 39%;
}
.single-search-box.form-control {

padding: 10px 33px;
overflow: hidden;
}
.single-search-box input {
font-size: 19px;
}
.pp {
    position: relative;
padding: 4px;
}
.primary-btn1.two1 {
width: 100%;
}
.btn--ss .form-control {
padding: 0px;
border-color: transparent;
}
.btn--ss .primary-btn1{
border-radius: 0px;
}
.filter-wrapper .filter-input-wrap {
padding: 32px 23px 22px;
background-color: #4f4f4fe3;
box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.08);
border-radius: 20px;
}
.btn--ss {
margin-top: 9px;
}
.wrapDestinationsGrid {
display: grid;
grid-gap: 10px;
grid-template-columns: repeat(3, 1fr);
}
.package-card p {
color: var(--text-color);
font-size: 14px;
}
.package-card .package-content h5 {
margin-bottom: 10px;
font-size: 19px;
}
.home2-package-slider-section {
background-image: none;
background-size: cover;
background-repeat: no-repeat;
padding: 26px 0 20px;
margin-top: 0px;
position: relative;
}
.mb-100 {
margin-bottom: 15px;
}
.home2-testimonial-section {
background-image: none!important;
background-size: cover;
background-repeat: no-repeat;
padding:20px 0;
}
.home2-testimonial-section {
background-image: none !important;
background-size: cover;
background-repeat: no-repeat;
padding: 21px 0;
}
.primary-btn1 {
background-color: #7b0f1d;
}
.faqqq .card-header {
background-color: #7b0f1d;
}
.faqqq h5{
color:#fff;
font-weight:400 ;
}
.customeUl ul li {
list-style: disc;
padding-bottom: 5px;
}
.customeUl ul {
padding-left: 23px;
}
.bodyCardCustome {
margin: 10px 0;
padding: 5px;
}
.banner-content h1 {
text-shadow: 2px 2px #020202;
}
a.footer-logo img {
width: auto;
height: 66px;
}
.footer-section .footer-menu-wrap {
padding: 7px 0 0px;
}
.footer-section .footer-menu-wrap .footer-logo-and-addition-info .address-area {
margin-top: 19px;
margin-bottom: 7px;
}
.about-section .about-content .section-title p {
max-width: unset;
font-weight: 500;
margin-bottom: 7px;
padding-top: 6px;
}
/*mquery */
@media (min-width: 1400px) and (max-width: 1599px) {
.home2-banner-section .banner-wrapper .banner-video-area {
min-height: 448px;
height: 420px;
}

}




@media (max-width: 1199px) {
    .home2-banner-section .banner-wrapper .banner-video-area {
        min-height: 355px;
        height: 352px;
    }
}

@media (max-width:750px) {
   .wrapDestinationsGrid {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(2, 1fr);
     }
         .home2-banner-section .banner-wrapper .banner-video-area {
        min-height: 267px;
        height: 267px;
    }
        .home2-banner-section .banner-wrapper .banner-content-wrap {
        padding: 46px 0;
    }

}








@media(max-width: 480px){
.banner-content p {
display: none;
}
.banner-video-area {
display: none;
}
.filter-wrapper {
margin-top: 5px;
}

header.style-2 {
padding: 18px 0;
box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}


li.single-item img {
    width: 28px;
}
.header-logo img {
    width: auto;
    height: 35px;
}

.faqqq h5 {
    color: #fff;
    font-weight: 400;
    font-size: 15px;
}




.home2-banner-section {
    display: none!important ;
}

.wrapDestinationsGrid {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(1, 1fr);
}

}