
      .search-box {
        position: relative;
        height: 60px;
        width: 60px;
        border-radius: 50%;
        box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.2);
        transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
      }
      .search-box.active {
        width: 350px;
      }
      .search-box input {
        width: 100%;
        height: 100%;
        border: none;
        border-radius: 50px;
        background: #fff;
        outline: none;
        padding: 0 60px 0 20px;
        font-size: 18px;
        opacity: 0;
        transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
      }
      .search-box input.active {
        opacity: 1;
      }
      .search-box input::placeholder {
        color: #a6a6a6;
      }
      .search-box .search-icon {
        position: absolute;
        right: 0px;
        top: 50%;
        transform: translateY(-50%);
        height: 60px;
        width: 60px;
        background: #fff;
        border-radius: 50%;
        text-align: center;
        line-height: 60px;
        font-size: 22px;
        color: #664aff;
        cursor: pointer;
        z-index: 1;
        transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
      }
      .search-box .search-icon.active {
        right: 5px;
        height: 50px;
        line-height: 50px;
        width: 50px;
        font-size: 20px;
        background: #664aff;
        color: #fff;
        transform: translateY(-50%) rotate(360deg);
      }
      .search-box .cancel-icon {
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 25px;
        color: #fff;
        cursor: pointer;
        transition: all 0.5s 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
      }
      .search-box .cancel-icon.active {
        right: -40px;
        transform: translateY(-50%) rotate(360deg);
      }
      .search-box .search-data {
        text-align: center;
        padding-top: 7px;
        color: #fff;
        font-size: 18px;
        word-wrap: break-word;
      }
      .search-box .search-data.active {
        display: none;
      }
      .scroll-button {
        display: none;
      }
      .scroll-button1 {
        display: none;
      }




      @media (max-width: 767px) {
        .card-container {
          display: block;
          overflow-x: auto;
        }

        .pro-tab {
          position: relative;
        }
        .nav-tabs {
          overflow-x: auto;
          white-space: nowrap;
          -webkit-overflow-scrolling: touch;
          display: flex;
          flex-wrap: nowrap !important;
          width: 100%;
        }
        .nav-item {
          flex: 0 0 auto;
          width: 22% !important;
          height:70% !important;
          box-sizing: border-box;
          align-items: center;
          margin-right:5px; /* Add space between cards */
        }
        .nav-tabs::-webkit-scrollbar {
          display: none; /* Hide scrollbar */
        }
        .tab-text {
            margin-bottom: 10px; /* Adjust spacing between image and text */
          font-size: 12px;
          }

        .tab-text img {
             width: 80%; /* Adjust the width as needed */
             height: auto;
            }

    
     
        .scroll-button.left {
          left: 0;
        }
        .scroll-button.right {
          right: 0;
        }
        /* #featured-9 {
          overflow: hidden;
        } */

        .swiper-wrapper {
          display: flex;
          width: fit-content;
          -webkit-overflow-scrolling: touch;
        }

        .swiper-slide {
          flex: 0 0 auto;
          width: 50%; /* Show two slides at a time, adjust as needed */
          box-sizing: border-box;
          margin-right: 10px; /* Add space between slides */
        }

        .scroll-button1 {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          width: 30px;
          display: block;
          height: 30px;
          background-color: #007bff;
          color: #fff;
          border: none;
          border-radius: 50%;
          cursor: pointer;
        }

        .scroll-button1.left {
          left: 0;
        }

        .scroll-button1.right {
          margin-right: 10em;
        }
        .swiper-wrappers {
          display: flex;
          /* grid-template-columns: repeat(2, 1fr); */
          /* gap: 10px; Adjust the gap between items as needed */
          width: 100%; /* Adjust the width as needed */
          -webkit-overflow-scrolling: touch;
        }

        .swiper-slide {
          width: 100%; /* Ensure each item takes the full width of its column */
          box-sizing: border-box;
        }

   
  .portfolio  #portfolio-flters {
  list-style: none;
  display: flex;
  justify-content: space-between;
  padding: 0;
  background:none;
  /* margin: 20px 0; Adjust the margin as needed */
}

#portfolio-flters li {
  cursor: pointer;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  transition: background-color 0.3s;
}

#portfolio-flters li.filter-active {
  background-color: green;
  color: #fff;
}

#portfolio-flters li:hover {
  background-color: #f0f0f0;
}

/* Add space between tabs */
#portfolio-flters li:not(:last-child) {
  margin-right: 10px; /* Adjust the margin as needed */
}

.section-tb-padding .last{
    padding-top: 32px;
    padding-bottom: 32px;
    background-color: #efefef!important;
}

.testimonials-area {
    padding-top: 40px!important;
    padding-bottom: 30px!important;
    background-color: #efefef;
}



.section-bg {
    background: #f5f8fd;
    padding: 20px 0;
    overflow: hidden;
  }
  .cards-container {
    /* max-height: 400px; Set a fixed height for the card container */
    overflow-y: auto; 
  }
  
  .card {
    /* background-color: #f5f5f5; Set your desired background color */
    border-radius: 10px; /* Add rounded corners if needed */
    margin-bottom: 20px; /* Add margin between cards */
    border: 0px!important;
  }
  
  .swiper-container {
    width: 100%; /* Ensure the swiper container takes 100% width */
    overflow-x: hidden;
  }
  
  /* Additional styling for card content if needed */
  .card-body {
    padding:0px; /* Add padding to the card content */
  }
  .tab-product-sdiva .tab-caption-sdiva .cart-btn-sdiva a.call-btn-sdiva{
    background-color:none;
    color: #fff;
    font-size: 10px;
    height:30px;
    /* display: inline-flex; */
    align-items: center;
    justify-content: center;
    border-radius:5px;
    /* text-transform: uppercase; */
    
    /*padding: 15px;
    border-radius: 50px;*/
    /* padding:10px; */
/*    border-radius: 0px 0px 0px 29px;*/
}
.tab-product-sdiva .tab-caption-sdiva .cart-btn-sdiva a.book-btn-sdiva{
    background-color:none !important;
    color: #fff;
    font-size:10px;
    height:30px;
    /* display: inline-flex; */
    align-items: center;
    justify-content: center;
    /* text-transform: uppercase; */
    border-radius:5px;
    /* margin-left: 10px; */
    /*padding: 15px;
    border-radius: 50px;*/
    /* padding: 10px; */
/*    border-radius: 0px 0px 29px 0px;*/



}

.tab-product-sdiva .tab-caption-sdiva h3 a {
    display: block;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 40px;
    font-size: 16px;
    font-weight: 600;
    color: #00304e;
}

.tab-product-sdiva .tab-caption-sdiva .pro-price-sdiva span.new-price-sdiva {
    font-size: 16px;
    font-weight: 600;
    margin-right: 5px;
    line-height: 1;
    color: #00304e;
    padding-left: 15px;
}




.tab-product-sdiva .tab-caption-sdiva span{
    color: #4e12d8;
    font-weight: 900;
    margin-left: -15px;
    font-size: 13px;
}

.tab-product-sdiva .tab-caption-sdiva .call-btn-sdiva span{
    color: #0069B6;
}

.tab-product-sdiva .tab-caption-sdiva .book-btn-sdiva span{
    color: #BA4300;
}


.tab-product-sdiva .tab-caption-sdiva .cart-btn-sdiva {
    position: absolute;
    bottom: 0px;
    display: flex;
    flex-direction: row;
    margin-bottom:2em;
    margin-right: 10px;
    /* width: 100%; */
}
.tab-product-sdiva .tab-caption-sdiva {
    margin-top: -27px!important;
    text-align: left;
    background-color: #ffffff;
    border-radius: 0px 0px 30px 30px;
    padding-bottom: 61px;
    padding-left: 17px;
}

.tab-product-sdiva .tab-caption-sdiva .pro-price-sdiva {
    margin-top: 4px;
}


/*-----------------bg---------------*/

.featured-product {
    padding-top: 25px;
    padding-bottom: 0px;
    background-color: #F3F3F3;
}



/*----------Our Services-----------*/

ul.nav.nav-tabs li.nav-item {
    margin-right: 11px!important;
/*    background-color: #fff!important;*/
    border: 2px solid #ca8c44!important;
    border-radius: 20px!important;
}

ul.nav.nav-tabs li.nav-item:hover {
    margin-right: 11px!important;
    background-color: #ffe9d1!important;
    border: 2px solid #ca8c44!important;
    border-radius: 20px!important;
    transform: translate(0px, -2px);
    transition: all 0.3s ease;
}

ul.nav.nav-tabs li.nav-item a.nav-link {
    color: #212121;
    font-size: 12px;
    font-weight: 600;
    /* padding: 25px 35px 25px 35px; */
    border-radius: 25px;
    margin-bottom: 0px;
    text-transform: uppercase; 
    text-align: center;
}

ul.nav.nav-tabs li.nav-item a.nav-link.active{
  background-color: #ffe9d1!important;
}

.tred-pro .tr-pro-img a img {
  height: 253px;
  width: 264px;
}

/*----------Our Team-----------*/

.ourteam-pro-7 .section-title h2 {
    line-height: 15px;
    font-size: 22px;
    color: #E59700!important;
}


.ourteam-pro-7 .special-7 .owl-nav button.owl-prev,
.ourteam-pro-7 .special-7 .owl-nav button.owl-next {
    display: none;
}



.h-t-pro-team .caption-team h3 a {
    display: block;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    font-weight: 600;
    line-height: 27px;
}

.h-t-pro-team .caption-team .pro-price-team span.new-price-team {
    font-size: 13px;
    font-weight: 400;
    margin-right: 5px;
    line-height: 0;
    color: #d4d4d4;
}





.tab-product-sdiva .tab-caption-sdiva .cart-btn-sdiva a.add-cart-btn-sdiva {
    background-color:none;
    color: #fff;
    font-size: 14px;
    height:30px;
/*    width: 100%;*/
    /* display: inline-flex; */
    align-items: center;
    justify-content: center;
    /* text-transform: uppercase; */
    /* padding:10px; */
    border-radius: 50px;

}




/*----------Our Team-----------*/

button.navbar-toggler span.line, button.navbar-toggler span.line::before, button.navbar-toggler span.line::after {
    width: 20px;
    height: 2px;
    display: block;
    background-color: #fff!important;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}


.section-title{
    text-align: left;
    padding-bottom: 6px;
}
.section-title h2{
    font-size: 23px;
    text-align: left;
    margin-top: 5px;
    /* display: none; */
    margin-bottom: 0px; 
    line-height: 1;
    letter-spacing: 0;
    font-family: 'Hind Siliguri', sans-serif;
}






.tab-product-sdiva .tab-caption-sdiva .cart-btn-sdiva a.call-btn-sdiva,
    .tab-product-sdiva .tab-caption-sdiva .cart-btn-sdiva a.book-btn-sdiva {
        width: 100%;
        padding: 5px !important;
        /* color: red; */
  
    }
    
    .tab-product-sdiva .tab-caption-sdiva .cart-btn-sdiva a.call-btn-sdiva {
    background-color: transparent;
    /* Other styles remain unchanged */
}

.tab-product-sdiva .tab-caption-sdiva .cart-btn-sdiva a.book-btn-sdiva {
    background-color: transparent !important;
   
  
}

/*.ourteam-pro-7 .section-title h2{
  display: none;
}*/

.call-btn-sdiva,
.book-btn-sdiva {
  white-space: nowrap; 
  overflow: hidden; 
  text-overflow: ellipsis;
}
.banner {
    width: 100%;
    height: 36vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*=================slider============*/
.slider .home-slider7 .img-back{
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    }



/*===============Services list start============*/
.caption-list .pro-price {
    margin-top: 4px;
}
.caption-list {
    margin-top: -27px!important;
    text-align: left;
    background-color: #ffffff;
    border-radius: 0px 0px 9px 9px;
    padding-bottom: 25px;
    padding-left: 17px;
}


.caption-list h3 a {
    display: block;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 40px;
    font-size: 16px;
    font-weight: 600;
    color: #00304e;
}

.caption-list .pro-price span.new-price {
    font-size: 16px;
    font-weight: 600;
    margin-right: 5px;
    line-height: 1;
    color: #00304e;
    padding-left: 0px;
}

/*.caption-list .cart-btn-sdiva {
    position: absolute;
    bottom: 0px;
    display: flex;
    flex-direction: row;
    margin-bottom: 2em;
    margin-right: 10px;
}*/

.caption-list .cart-btn-sdiva a.call-btn {
    background-color: transparent;
    width: 100%;
    padding: 5px !important;
    color: #fff;
    font-size: 10px;
    height: 30px;
    align-items: center;
    justify-content: left;
    border-radius: 5px;
    text-transform: capitalize;
}

.caption-list .cart-btn-sdiva .call-btn span {
    color: #0069B6;
    font-weight: 900;
    margin-left: -15px;
    font-size: 13px;
}


.caption-list .cart-btn-sdiva a.book-btn {
    background-color: transparent;
    width: 100%;
    padding: 5px !important;
    color: #fff;
    font-size: 10px;
    height: 30px;
    align-items: center;
    justify-content: left;
    border-radius: 5px;
    text-transform: capitalize;
}

.caption-list .cart-btn-sdiva .book-btn span {
    color: #BA4300;
    font-weight: 900;
    margin-left: -15px;
    font-size: 13px;
}


.caption-list .cart-btn-sdiva{
    display: flex;
    margin-top: 2px;


}

/*===============Services view start============*/

.slider .home-slider7.img-back1 {
    height: 260px;
    background-position: left 45% top;
    background-repeat: no-repeat;
    background-size: cover;
}


/*----related products---*/











      }