File: /var/www/html/WPProfessionalCleaning/wp-content/themes/professional-cleaning/scss/chimney-wrp.scss
@import "partials";
.bg-wrp.chimney-wrp{
background-image: none;
.listing-procedure ul{
@media($sm-1281){
width: 75%;
}
@media($sm-991){
width: 100%;
}
.para{
@media($sm-991){
margin-bottom: 15px;
}
}
}
.title-blk{
margin-bottom: 35px;
@media($sm-1679){
margin-bottom: 30px;
}
@media($sm-1481){
margin-bottom: 20px;
}
@media($sm-991){
margin-bottom: 10px;
}
}
.half-radius-wrp{
max-width: 1000px;
margin: auto;
margin-bottom: -3px;
@media($sm-1679){
margin-bottom: 0px;
}
@media($sm-991){
margin-bottom: -2px;
}
}
.chimney-wrp-inner{
background-image: url(../img/chimney-bg.png);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
border-radius: 50px;
padding: 100px 70px 70px 70px;
@media($sm-1679){
padding: 80px 60px;
}
@media($sm-1481){
padding: 60px 50px;
}
@media($sm-1281){
border-radius: 30px;
}
@media($sm-1199){
padding: 40px;
border-radius: 30px;
}
@media($sm-767){
padding: 30px;
}
@media($sm-579){
padding: 20px;
border-radius: 20px;
}
.btn-sec{
display: flex;
padding-top: 20px;
@media(max-width:660px){
flex-direction: column;
}
.btn-primry {
margin-right: 24px;
width: 206px;
display: flex;
justify-content: space-between;
border: 1px solid #FFDE59;
background-color: transparent;
color: #fff;
&::after{
background-position: -7px;
background-image: url(../img/arrow-right-white.svg);
}
@media(max-width:660px){
width: 100%;
margin-top: 10px;
}
}
.white-btn.btn-primry {
background-color: $white;
width: 329px;
border: 1px solid $white;
color: #001681;
&::after{
background-image: url(../img/arrow-right-btn.svg);
}
@media(max-width:660px){
width: 100%;
margin-top: 15px;
}
}
}
}
}