.logo img {
    width: 22%!important;
    height: auto;
  }
  .logo1 img
  {
  width:20%;
  height:auto;
  }
.footer_logo
{
margin-bottom:10px!important;
}
.footer_social
{
  margin-top:0px!important;
}
.widgets_container h3
{
  margin-top: 20px!important;
}
.footer_bottom_container
{
  padding:0px!important;
  padding-top:15px!important;
}
.footer_top
{
  padding:25px 0 25px!important;
}
.brand_area
{
  background:none!important;
}
/* carousel */

    .owl-prev, .owl-next {
        position: absolute;
        top: 60%;
        transform: translateY(-50%);
        font-size: 24px;
        color: #fff;
        background-color: rgba(0, 0, 0, 0.5);
        /* padding: 10px; */
        /* border-radius: 50%; */
        cursor: pointer;
        z-index: 1000;
    }

    .owl-prev {
        left: 10px;
    }

    .owl-next {
        right: 10px;
    }

    .arrow.left:before {
        content: '\2039'; /* Left arrow symbol */
    }

    .arrow.right:before {
        content: '\203A'; /* Right arrow symbol */
    }

/* carousel */


/* General styles for the section */
.why-choose-us-section {
  padding: 60px 0;
  background-color: #f9f9f9;
}

.section-title h2 {
  font-size: 36px;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
}

.section-title p {
  font-size: 18px;
  color: #777;
  margin-bottom: 40px;
}

/* Flexbox styling for equal-height feature boxes */
.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.feature-box {
  flex: 1;  /* Make feature boxes grow to fill available space */
  text-align: center;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  margin: 10px; /* Add spacing between the boxes */
}

.feature-box:hover {
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
  transform: translateY(-10px);
}

.feature-box i {
  font-size: 40px;
  color: #007bff;
  margin-bottom: 20px;
}

.feature-box h4 {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
  line-height:27px;
}

.feature-box p {
  font-size: 16px;
  color: #666;
}

/* Ensure responsive alignment */
@media (max-width: 767px) {
  .section-title h2 {
      font-size: 28px;
  }

  .feature-box {
      padding: 15px;
      flex: 0 0 100%; /* Make each box take up 100% width on smaller screens */
  }

  .feature-box i {
      font-size: 35px;
  }

  .feature-box h4 {
      font-size: 20px;
    
  }

  .feature-box p {
      font-size: 14px;
  }
}



.padding
{
  padding-top:20px;
}
.slider_content a
{
  font-weight:bolder!important;
}
.about_content
{
    text-align:left!important;
}
.about_content h1
{
  font-weight:bolder!important;
}
h3 
{
  line-height:40px!important;
}
p
{
  font-size: 15px!important;
}

.product_content-header
{
    display: flex;
    justify-content: center!important;
}
.padding2
{
  padding-top:30px!important;
}



.instagram_text p
{
  line-height: 27px!important;
}

@media only screen and (max-width: 767px) {
  .single_slider {
      background-position: 45%!important;
      
  }
 
}
.contact_map {
    margin-bottom: 0px!important;
}

.title1 
{
    padding-bottom:20px;
    font-weight:bolder;
}
.slider_content a
{
  border:2px solid #ffcf13!important;
}
.testimonial_carousel .owl-dots .owl-dot.active
{
    background:#ffcf13!important;
}
/*@media only screen and (max-width: 767px) {*/
/*{*/
/*   .slider_content h3*/
/*    {*/
/*      font-size:15px!important;  */
/*    }*/
/*}*/

/*}*/
@media only screen and (max-width: 767px) 
{

.slider_content .size  h3
{
    font-size:15px!important; 
}
}
@media only screen and (min-width: 767px) 
{

.slider_content .size  h3
{
    font-size:30px; 
}
}

@media only screen and (max-width: 767px) {
    .slider_content h1
    {
        font-size:20px!important;
    }
}


@media only screen and (max-width: 767px) {
    
      .owl-prev, .owl-next {
          
          top:40%!important;
          
      }
}

.slider_content.content_right h2
{
  color:black!important;
  line-height:30px;
}
.slider_content h2
{
  line-height:50px!important;
  font-weight: 700!important;
}



