.section-category-block {
    padding: 5rem 8% 5rem 1%;
    position: relative;
    background: #f2faff;
}

.section-category-block .col-md-3 {
    background-color: #fff;
}

.btn-theme-1 {
    font-size: 22px;
    color: #fff;
    background-color: #ff8a00;
    border: none;
    font-weight: 600;
    padding: 15px 30px;
}

.header-style-3 .logo-header .logo-header-inner{
    background: #fff;
    border-radius: 12px;
    padding: 5px;
}

.btn-theme-2 {
    font-size: 22px;
    color: #ff8a00;
    background-color: fff;
    border: none;
    border: 1px solid #ff8a00;
    font-weight: 600;
    padding: 15px 30px;
}

.cat_description ul{
    list-style:none;
    padding-left:20px;
}

.cat_description ul li{
    position:relative;
}




.cat_description ul li::after {
  content: "\f00c";
    position: absolute;
    left: -20px;
    top: 0px;
    font-family: "FontAwesome";
    font-weight: 400;
    font-size: 15px;
    color: #0b2f44;
}

.mr-1 {
    margin-left: 12px;
}

.product-box {
    display: flex;
    border: 15px solid #eee;
    align-items: center;
    background-color: #fff;
    padding: 1.5rem 1.4rem;
    transition: transform .3s ease;
    margin-bottom: 20px;
    margin-left: 30px;
}

.product-box:hover {
    border: 15px solid #ff8a00;
}

.product-box .imgbox {
    height: 16rem;
    width: 18rem;
}

.product-box .imgbox img {
    width: 100%;
    height: 100%;
}

.product-box .content {
    flex: 1;
    margin-left: 20px;
}

.borders {
    height: 16rem;
    width: 20px;
    padding: 0 10px;
    border-right: 1px solid #eee;
}

.product-title {
    font-size: 2rem;
    font-weight: 500;
    /* text-transform: capitalize; */
}

.product-box .price {
    font-size: 1.5rem;
    color: #ff8a00;
    font-family: "Oswald", sans-serif;
    margin-bottom: .3rem;
    font-weight: 500;
}

.product-meta {
    font-size: 1rem;
}

.product-meta p {
    margin-bottom: .5rem;
}

.product-box .quote {
    margin-top: 1.3rem;
}

.flex-search {
    display: flex;
    background: #eee;
    border-radius: 1.2rem;
    padding: 0.4rem 0.4rem;
}

.bg-none {
    border: 0;
    border-radius: 0;
    outline: 0;
    background-color: transparent;
    box-shadow: none;
}


.categories-list {
    list-style-type: none;
    margin: 20px 0 0 0;
    padding: 0;
}

.categories-list li {
    position: relative;
    margin-bottom: 10px;
}

.categories-list ul {
    margin-left: 15px;
}

.categories-list ul li {
    position: relative;
    list-style: none;
}

.categories-list ul li:before {
    content: '';
    position: absolute;
    top: 0;
    left: -10px;
    width: 1px;
    height: 100%;
    background-color: #000;
}

.category-name {

    padding: 5px;
    font-size: 1.3rem;
}

.c1 {
    font-weight: 600;
}

.wt-bnr-inr {
    height: 370px;
}

.whyus {
    background-color: #0a58ca;
    color: #fff;
    padding: 15px 20px;
    position: absolute;
    right: 0;
    top: 79px;
}

.whyus span {
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    display: block;
    font-family: "Oswald", sans-serif;
}

.first-text {
    margin-bottom: 20px;
}

.second-text {
    margin-bottom: 20px;
}

.third-text {
    margin-bottom: 20px;
}

  .searchform {
    margin-top: 15px;
    margin-bottom: 15px;
}

.section-t {
    padding: 3rem 5%;
}

.bg-blue {
    background: #f2faff;
}

.content-section {
    width: 90%;
    margin: auto;
}

.content-section p {
    font-size: 1.2rem;
}

@media only screen and (max-width:768px) {
    .productimg-box {
        height: 21rem !important;
    }
    .whyus {
        display: none;
    }

    .product-box {
        flex-wrap: wrap;
        flex-direction: column;
        margin-top: 20px;
        padding: 1.6rem 0.5rem;
        margin-left: 0;
    }

    .borders {
        display: none;
    }

    .btn-theme-1,
    .btn-theme-2 {
        padding: 12px 17px;
        font-size: 15px;
    }

    .section-category-block {
        padding: 3rem 5%;
    }

    .product-title {
        margin-top: 20px;
        font-size: 1.25rem;
    }

    .product-box .content {
        margin-left: 0;
    }

    .categories-list {
        display: none;
    }

    .product-box .price {
        font-size: 1.2rem;
    }
}


/* Modal styles */
.modal {
    display: none;
    z-index: 1;
    left: 0;
    top: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.4);
  }
  
  .modal-content {
    background-color: #dbf6fb;
    margin: 9% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 654px;
  }

  .is-invalid {
    border: 1px solid red;
}
.name-bg p{
    margin-bottom: 0 !important;
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 700;
    color:#fff;


}

.slick-testimonials-thumbnails .slick-active.slick-center .name-bg{
    border: 4px solid #ff8a00;
    padding: 4px;
}

.name-bg{
    
    display: flex;
    border-radius: 100%;
    width: 55px;
    align-items: center;
    justify-content: center;
    height: 55px;
}


/* floater code  */


/* Styles for the pop-up buttons */
.chatButton {
  position: fixed;
  bottom: 20px;
  right: 20px;
  /* background-color: #25D366; */
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  z-index: 4;
}

.emailButton {
  position: fixed;
  bottom: 20px;
  right: 120px;
  /* background-color: #f44336; */
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  z-index: 4;
}

/* Styles for the pop-up boxes */
.whatsappPopup {
margin-block: 68px;
position: fixed;
bottom: 20px;
width:28%;
right: 20px;
padding: 22px;
background-color: #f2faff;
border: 15px solid #1e8fd0;
border-radius: 20px;
display: none;
z-index: 1000;
}
.emailPopup {
margin-block: 40px;
position: fixed;
bottom: 40px;
right: 20px;
padding: 22px;
background-color: #f2faff;
border: 15px solid #1e8fd0;
border-radius: 31px;
display: none;
z-index: 1000;
}



select {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 28px
}

.closeButton {
    position: absolute;
    top: 25px;
    right: -273px;
    background: none;
    border: none;
    font-size: 16px;
    color: black;
    cursor: pointer;
    font-weight: 900;
}
.error-message {
    color: red;
text-align: center;
font-size: 17px;
}

/* Shame effect for incorrect phone number */
.shame {
  animation: shake 0.5s;
}

@keyframes shake {
  0% { transform: translateX(0); }
  25% { transform: translateX(-5px); }
  50% { transform: translateX(5px); }
  75% { transform: translateX(-5px); }
  100% { transform: translateX(5px); }
}

.btn-whatsapp {
background-color: #4dc247;
width: 100%;
border: none;
margin: auto;
text-align: center;
color: #fff;
padding: 8px 10px;
border-radius: 18px;
margin-top: 10px;
font-size: 16px;
cursor: pointer;
}

.chat-input {
width: 102% !important;
display: block;
margin: auto;
border: 1px solid #c9c9c9;
height: 50px;
border-radius: 20px;
outline: none;
resize: none;
padding: 10px;
font-size: 14px;
z-index: 1000;
}
.product-price{
    color: #ff5f1f;
    font-weight: 600;
    font-size: 1.6rem;
}
.productimg-box{
    height: 27rem;
}
.productimg-box img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.categories-flex-product span{

    font-weight: 500;

}
.categories-flex-product .subcatid{
    margin-left: 15px;
}
.categories-flex-product{
    display: flex;
    margin-bottom: 12px;
    align-items: center;
}

.heart-icon i{
    font-size: 2rem;
}

@media (max-width: 504px){
.product-box .imgbox {
    width: 100% !important;
}
}
@media (max-width: 606px){
    .searchform{
        display:none;
    }
    .header-style-3 .logo-header .logo-header-inner img {
   
    height: 2rem;
    
}    .header-style-3 .header-nav-call-section .detail {
        font-size: 18px;
    }
    .header-style-3 .main-bar .container-fluid {
    height: 4rem !important;    box-shadow: 2px 0px 4px 2px #c1b7b7;
}.header-style-3 .logo-header .logo-header-inner {
    background: none;
}
   .header-style-3 .header-nav-call-section .detail .title {
    font-size: 0px;
    
}
   
.header-style-3 .header-nav-call-section .media img {
    opacity: 1;
    margin-left: -30px;
    margin-top: 4px;
}
    .hideonphone {
        display: block !important;
        height: 20px;
        width: 25px;
position: absolute;
    top: -10px;
    }
    .header-style-3 .header-nav-call-section {
   position:relative;
}
}