/*sliderbox css*/
.sliderbox{
  width: auto;
  height: auto;
}
.sliderbox .sliderbox-content {
  position: relative;
  left: 32%;
  right: 45%;
}
.sliderbox .wp-block-button:hover a.wp-block-button__link{
  background-color: #fff !important;
  color: #73b21a !important;
}
.sliderbox a.wp-block-button__link{
  color: #fff !important;
  padding: 10px 25px;
  text-decoration: none;
}
.sliderbox .wp-block-button:hover{
  border-color: #fff !important;
}
.slider-col{
  margin-left: auto !important;
  margin-right: auto !important;
}
/*expertise-section*/
.expertise-box .wp-block-buttons .wp-block-button{
  margin: 0 auto !important; 
}
.expertise-box img{
  width: auto !important;
}
.expertise-section .aligncenter, .expertise-section .wp-block-buttons.aligncenter{
  border: none !important;
}
.expertise-box{
  border: 2px dashed #d7d7d7;
}
.expertise-box:hover, .expertise-box:hover .wp-block-button{
  border-color: #73b21a !important;
}
.expertise-box:hover a.wp-block-button__link.has-white-color.has-text-color.has-background{
  background-color: #73b21a !important;
  color: #fff !important;
}
.expertise-section .wp-block-buttons.aligncenter {
  margin-bottom: -70px;
}
.expertise-section a.wp-block-button__link{
  background-color: #d7d7d7 !important;
  padding: 10px 25px !important;
  text-decoration: none;
}
.expertise-section .wp-block-button{
  border: 2px dashed #d7d7d7;
}
.expertise-section h2:after, .expertise-section h2:before {
  content: "";
  background: #73b21a;
  width: 70px;
  height: 3px;
  display: inline-block;
  margin: 0 15px;
}
.expertise-section .wp-block-buttons{
  margin-bottom: -50px;
}
@media screen and (max-width: 575px){
  .expertise-section h2:after, .expertise-section h2:before{
    content: none;
  }
  .sliderbox{
    width: 100%;
  }
}
@media screen and (max-width: 768px){
  .middle-align{
    padding: 0 !important;
  }
  .sliderbox p{
    text-align: center;
  }
  .sliderbox h1{
    font-size: 35px !important;
    text-align: center;
  }
  .sliderbox .sliderbox-content{
    position: absolute;
    left: 9%;
    right: 9%;
    top: 30%;
    margin-left: 0rem !important;
  }
  .sliderbox .wp-block-columns.alignfull{
    margin: 0;
  }
  .wp-block-buttons .wp-block-button {
    margin: 30px 0px 10px;
  }
  .sliderbox .wp-block-buttons{
    justify-content: center;
  }
  .expertise-box{
    margin: 30px 0 !important;
  }
  .expertise-section .wp-block-columns{
    gap: 0;
  }
}
@media screen and (max-width: 1024px) and (min-width: 1000px){
  .sliderbox .sliderbox-content{
    left: 14%;
  }
}