.tab{display: none;}
.tab-active{display:block;}
.design-outer{float:left;width:100%;margin-bottom:50px;/* margin-top:50px; */}
.tab-cont-outer{float:left; width:100%; display:flex; justify-content:space-between;}
.tab-left-cont{width:700px;}
.tab-left-cont figure{box-shadow: 0 0 14px 0 rgba(212, 212, 212, 0.5); border-radius:15px; overflow:hidden;}
.tab-left-cont figure img{width:100%;}
.tab-right-cont{width:700px; }
.tab-right-cont h3{margin-bottom:15px; color:#111111;font-size: 48px;line-height: 67px;font-weight: bold;}
.tab-right-cont p{margin-bottom:20px; width:100%; color:#000000;font-size: 16px;line-height: 24px;}
.tab-right-cont p:last-child{margin-bottom:0;}

.read-btn {
    display: inline-block;
    padding: 12px 32px;
    color: #fff !important;
    background: #fe5401 !important;
    border-radius: 5px;
    position: relative;
    font-weight: bold;
    z-index: 0;font-size: 15px;text-decoration: none !important;
}
.read-btn:after {
    position: absolute;
    left: 49%;
    right: 49%;
    bottom: 0;
    top: 0;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    visibility: hidden;
    border-radius: 5px;
    background: #111111;
    z-index: -1;
    content: '';
}
.read-btn:hover:after {
    left: 0;
    right: 0;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    visibility: visible;
}
.border-btn {
    margin-left: 10px;
    padding: 12px 30px;
    font-weight: bold;
    border: 2px solid #fe5401;
    color: #fe5401;
    border-radius: 5px;
    position: relative;
    z-index: 0;font-size: 15px;
}
.border-btn:after {
    position: absolute;
    left: 49%;
    right: 49%;
    top: 0;
    bottom: 0;
    border-radius: 5px;
    content: '';
    visibility: hidden;
    opacity: 0;
    background: #fe5401;
    z-index: -1;
    transition: all 0.5s ease-in-out;
}
.border-btn:hover {
    color: #fff;
}

.border-btn:hover:after {
    left: 0;
    right: 0;
    transition: all 0.5s ease-in-out;
    opacity: 1;
    visibility: visible;
}
.demolition-contractor .new_hauling_left h4 {
    font-size: 28px;
    font-weight: bold;
    margin: 20px 0 !important;
}
.new_hauling_serv.bg-white{background-color: #fff !important;}
.demolition-contractor ul.gallery{display: flex;flex-flow: wrap;margin: 50px 0 !important;}
.demolition-contractor ul.gallery li{margin: 10px;}
.demolition-contractor ul.gallery li img{max-width: 360px;}
.new_we_choose_right_cont h4{background-color: unset;color: #000000;}
.new_we_choose_right_cont ul li{
    line-height: 44px;
    font-size: 16px;
    color: #666666;
    padding-left: 24px;
    position: relative;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.new_we_choose_right_cont ul li:before{
    width: 14px;
    height: 17px;
    position: absolute;
    top: 14px;
    left: 0;
    background: url('https://xstrashflorida.com/new-images/new_right_ar.png') no-repeat;
    background-size: 100% 100%;
    content: '';
}
.new_we_choose_right_cont ul{padding: 10px;}
.new_call_us_to_estimate_outer{margin-top: 20px;}
.xtreme-diffrence-left, .tab-left-cont{width:48.5%;}
.xtreme-diffrence-right, .tab-right-cont{width:48.5%;}
  #backtotop{
    display: none;
      position: fixed;
      bottom: 65px;
      right: 30px;
      z-index: 99;
      font-size: 18px;
      border: none;
      outline: none;
      background-color: #fff;
      color: white;
      cursor: pointer;
      padding: 10px 13px;
      border-radius: 50px;
    border: 1px solid #fe5401;
  }
  #backtotop img {
    transform: rotate(270deg);
}
h2{text-transform: unset;}
.card-services-box .main-title span{line-height: 28px;}
.images_wrapper  img {border: 1px solid #fe5401;padding: 5px;border-radius: 5px;}
.why-choose-icon{max-height: 53px;}
@media only screen and (max-width:1650px){
  .service-tab li a{padding:20px 10px;}
  .tab-right-cont h3{margin-bottom:10px !important;}
}

@media only screen and (max-width:991px){
  .service-tab{display: block;}
  .service-tab li{width:49%; margin-bottom:15px; text-align:center;}
  .service-tab li:nth-child(2n){float:right;}
  .service-tab li:last-child,.service-tab li:nth-last-child(2){margin-bottom:0;}
  .service-tab li:last-child a, .service-tab li:first-child a{border-radius:0;}
  .service-tab li a{font-size:18px;display: inline-block;width: 90%;}
  .xtreme-diffrence-left, .tab-left-cont{width:100%;}
  .tab-cont-outer{flex-wrap:wrap;}
  .xtreme-diffrence-right, .tab-right-cont{width:100%; margin-top:20px;}
  .tab-right-cont h3{margin-bottom:10px;font-size: 26px;line-height: 32px;}
  .tab-right-cont p:nth-last-child(2){display:block;}
  .new_we_choose_right_cont ul li{
    /* width: 50%; */
    float: left;
    padding-right: 10px;
    line-height: 35px;
    font-size: 16px;
    font-weight: 400;
  }
  .new_we_choose_right_cont ul li:before{top: 10px;}
  .new_we_choose_right{max-width: 50%;}
}
@media only screen and (max-width:767px){
  .services-sec{padding:0;}
  .service-tab li {width:100%; margin-bottom:10px;}
  .service-tab li a{padding:15px 15px;}
  .service-tab li:nth-last-child(2){margin-bottom:10px;}
  .tab-left-cont figure img{min-height: 381px;}
  .new_we_choose_right_cont ul li{
    font-size: 14px;
    float: none;
    width: 94%;
    line-height: 24px;
    margin-bottom: 5px;
    padding-left: 20px;
    padding-right: 10px;
  }
  .new_we_choose_right_cont ul li:before{
    width: 10px;
    height: 12px;
    top: 5px;
  }
  .new_we_choose_right,.demolition-contractor ul.gallery li img{max-width: 100%;}
	.card-services-box .main-title span{line-height: 15px;}
	section.new_landing_banner.card-services-box.full_width {max-height: unset;}

}
@media only screen and (max-width:479px){
  .service-tab li a{font-size:16px; padding:15px 10px;}
}