/*sliderbox css*/
.sliderbox, .featured-box{
  width: auto;
  height: auto;
}
.wp-block-buttons{
  border: none !important;
}
.sliderbox {
  min-height: 600px;
}
.sliderbox h1 {
  font-weight: 700;
  color: #fff !important;
}
.sliderbox p {
  color: #fff !important;
}
.sliderbox h1:after{
  content: "";
  border-bottom: 2px solid #f75e61;
  width: 40%;
  display: block;
  margin-top: 5px;
}
.sliderbox .wp-block-button .wp-block-button__link{
  color: #fff !important;
  border:2px solid #f75e61 !important;
  padding: 10px !important;
  font-size: 12px;
  text-decoration: none;
}
.sliderbox .wp-block-button .wp-block-button__link:hover{
  background: #fff !important;
  color: #f75e61 !important;
  border:2px solid #fff !important;
}
.sliderbox .wp-block-cover{
  opacity: 0.9 !important;
}
.sliderbox .wp-block-column{
  margin-left: 12% !important;
}
/*featured section*/
.feature-content img{
  width: auto !important;
}
.featured-box {
  background: #f75e61;
  position: relative;
  margin-top: -7.3em;
  padding: 15px;
}
.featured-box p{
  line-height: 1.8 !important;
}
.feature-content h2, .feature-content p{
  color: #fff !important;
}
.featured-box h2:after{
  content: "";
  border-bottom: 2px solid #fff;
  width: 40%;
  display: block;
  margin-top: 5px;
}
.service-box h3:after, .service-box h4:after{
  content: "";
  border-bottom: 2px solid #f75e61;
  width: 5%;
  display: block;
  text-align: center;
  padding-top: 10px;
  margin: 0 auto;
}
.service-box h4:after{
  width: 15% !important;
}
.services-box h4{
  font-weight: bold;
}
/*Responsive css*/
@media screen and (max-width: 720px){
  .sliderbox .wp-block-column{
    margin-left: 0% !important;
  }
  .sliderbox p{
    display: none;
  }
  .sliderbox h1{
    font-size: 30px !important;
  }
  .featured-box{
    margin-top: 0;
  }
  .feature-content h2, .feature-content p{
    text-align: center !important;
  }
  .featured-box h2:after{
    margin:0 auto;
    padding-top: 5px;
  }
  .service-box h3:after, .service-box h4:after{
    width: 20%;
  }
  .service-box h3{
    font-size: 25px !important;
  }
  .sliderbox{
    min-height: auto !important;
  }
  .sliderbox {
    min-height: 300px;
  }
}
@media screen and (min-width: 720px) and (max-width: 991px){
  .sliderbox .wp-block-column{
    margin-left: 0% !important;
  }
  .sliderbox h1{
    font-size: 23px !important;
  }
  .sliderbox p{
    font-size: 10px !important;
  }
  .featured-box .wp-block-columns, .services-col{
    flex-wrap: nowrap !important;
    gap: 1em;
  }
  .feature-content, .feature-text{
    margin: auto 0 !important;
  }
  .wp-block-column{}
  .featured-box{
    margin-top: 0;
  }
  .services-col .wp-block-column{
    margin: auto 10px;
  }
  .service-box h4{
    font-size: 14px !important;
  }
  .service-box p{
    font-size: 12px !important;
  }
  .sliderbox {
    min-height: 300px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1024px){
  .sliderbox h1{
    font-size: 23px !important;
  }
  .sliderbox p{
    font-size: 10px !important;
  }
  .featured-box{
    margin-top: -8.7em;
  }
  .sliderbox {
    min-height: 450px;
  }
}