
.home .hero-inner:after {
    background-color: #00000020 !important;
}
@media (max-width: 767px) {
    .counter-card{
        padding-bottom: 30px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
        margin-bottom: 30px;
    }
}
footer.footer-wrapper p.info-box_text a{color: var(--body-color);} 
footer.footer-wrapper p.info-box_text a:hover{color: var(--theme-color);} 
.home .left-right-sec.pbom, .home .left-right-sec.py-5{
    padding-top: 120px !important;} 
.pbom{padding-top: 3rem !important; padding-bottom: 0px;}
.wpcf7 input[type="checkbox"] {
    display: block;
    visibility: unset;
    opacity: unset;
    width: unset;
    height: unset;
}
.wpcf7 p{margin-bottom: 0;}
.wpcf7 br{display: none}
.wpcf7 .wpcf7-form-control.wpcf7-checkbox label{display: flex; }
.wpcf7 .wpcf7-form-control.wpcf7-checkbox label input{margin-right: 10px}

[class*="col-"].form-group p i {
    right: calc((var(--bs-gutter-x) / 2) + 25px)
}
.form-group p i {
    display: inline-block;
    position: absolute;
    right: 25px;
    top: 19px;
    font-size: 16px;
    color: var(--body-color)
}
.icon-with-short-desc img {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
    background: #ffffff;
    border-radius: 5px;
    padding: 10px;
}
.icon-with-short-desc .category-card:hover p {
    color: #ffffff;
}
.icon-with-short-desc .box-title {margin-bottom: 12px}
section.services-style-2 .blog-box {flex-wrap: wrap;}
section.services-style-2 .blog-box .blog-img {
    width: 100%;
}

.breadcumb-menu li:after {
color: #fff;
}
.th-btn-sec {
     display: inline-block;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 600;
    color: #800000;
    padding: 16px 28px;
    min-width: 170px;
    border: 2px solid #800000;
    border-radius: 30px;}

section.full-wid-content.list-in-two ul {
    display: flex;
    flex-wrap: wrap;
        gap: 10px 20px;
}
section.full-wid-content.list-in-two li {
    flex: 1 1 calc(50% - 20px);  
	padding: 0px 5px;  
}
@media (max-width: 450px){
    section.full-wid-content.list-in-two ul li {
    flex: 1 1 calc(100%);
}
}

img.height-unset {
    height: unset !important;
}
.choose-feature-area .img1 video {
    max-height: 400px;
}
/* BLOG PAGE CSS START FROM HERE */


.cstm-pagination a, .cstm-pagination span {
    display: inline-block;
    text-align: center;
    position: relative;
    border: none;
    color: var(--title-color);
    background-color: var(--smoke-color2);
    width: 56px;
    height: 56px;
    line-height: 56px;
    z-index: 1;
    font-size: 18px;
    font-weight: 500;
    border-radius: 99px
}

.cstm-pagination a:hover, .cstm-pagination span:hover {
    color: var(--white-color);
    background-color: var(--theme-color)
}

.cstm-pagination .nav-links {
    text-align: center;
    margin: 0 auto;
}
.cstm-pagination .page-numbers.current {
    color: var(--white-color);
    background-color: var(--theme-color)
}
/* THIS IS TAB CSS */

.filter-menu .tab-btn {
    border-radius: 5px;
    padding: 15px 30px;
    background-color: transparent;
    color: var(--body-color);
    border: 1px solid var(--th-border-color);
    min-width: auto;
}


.filter-menu .tab-btn:hover, .filter-menu .tab-btn.active {
    border-color: #800000;
    color: var(--white-color);
        background-color: #800000;;
}

.tab-content p{font-size: 17px;width: 80%;text-align: center;margin: 0 auto;}
.filter-menu .tab-btn{min-width: 186px;}
.filter-menu{flex-wrap: nowrap;    overflow-x: scroll;}


/* THIS IS CRAOUSEL GALLERY POPUP  */
#gallerySlider1 .swiper-slide .gallery-card .box-img:after {
  opacity: 0.7;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}


#gallerySlider1 .swiper-slide .gallery-card .icon-btn{  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); opacity: 0 ; visibility: hidden;}
#gallerySlider1 .swiper-slide:hover .icon-btn{ -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);  visibility: visible;
  opacity: 1;}

/* THIS RANDOM SECTION CSS */
section.opening-hours .days{border: 2px solid #860a07;padding: 10px;min-height: 82px;height: 100%;border-radius: 5px;background: #ffe8e7;/* margin-bottom: 10px; */}
section.opening-hours .days{}


section.opening-hours .col-xl-4 {
    padding: 10px;
}

section.opening-hours .days-name {
    font-weight: 600;
    color: #860a07;
}
section.full-wid-content iframe{
    max-width: 600px;
}

.youtube-pop.arrow-wrap .product-deal {
    border-radius: 5px;
    border-bottom: 0;
    position: relative;
    z-index: 2;
    padding: 0;
}
.youtube-pop.arrow-wrap .gallery-card .box-img{border-radius: 5px;}
.youtube-pop.arrow-wrap .th-product .product-img .product-deal .product-img {border-radius: 5px;}
.youtube-pop.arrow-wrap .th-product .product-img img {border-radius: 5px;height: 100%;}
.youtube-pop.arrow-wrap .th-product{box-shadow: none;}


.youtube-pop .gallery-card .icon-btn {
    position: absolute;
    top: calc(50% - 28px);
    left: calc(50% - 28px);
    z-index: 3;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: translateY(0);
}

.youtube-pop .th-product:hover .icon-btn {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    background: var(--theme-color);
}

.youtube-pop .icon-btn.style2 {
    background-color: transparent;
    color: var(--white-color);
    border: none;
    border-radius: 99px;
    border: 1px solid;
    background: #00000099;
}
 
/* Service Card FIXES CSS */
.services-style-2 .blog-box .blog-img img{height: 250px;object-fit: cover;}
.services-style-2 .blog-box p.box-text {height: 200px; overflow-y: scroll}