
@media (max-width: 927px){
    .slider-title {
    font-size: 20px!important;
    font-weight: 700;
    margin-bottom: 0px!important;
     line-height: 22px!important;
}
.slider-subtitle {
    font-size: 20px!important;
    font-weight: 700;
    margin-bottom: 10px;
     line-height: 22px!important;

}
.slider-content {
    position: absolute;
    top: 100%!important;
    left: 45%!important;
    width: 80%!important;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: left;
    z-index: 1!important;
}
.slider-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 305px!important;
}
.content-inner {
    position: relative;
    width: 100%;
    height: 100%!important; /* Set your desired height for the section */
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
}
.content-inner .row{
align-items: center;
}
.content-inner img{
margin: auto;
position: relative;
top: 30px;
}
.content-inner-1:before {
    background-image: url(../img/1-bg.jpeg);
    background-size: cover;
    background-position: center center;
    content: "";
    left: -100px;
    right: -100px;
    top: 0;
    bottom: 0;
    height: 100%;
    position: absolute;
}
.content-inner-2:before {
    background-image: url(../img/5-bg.jpg);
    background-size: cover;
    background-position: center center;
    content: "";
    left: -100px;
    right: -100px;
    top: 0;
    bottom: 0;
    height: 100%;
    position: absolute;
}
.content-inner-3:before {
    background-image: url(../img/1-bg.jpeg);
    background-size: cover;
    background-position: center center;
    content: "";
    left: -100px;
    right: -100px;
    top: 0;
    bottom: 0;
    height: 100%;
    position: absolute;
}
.content-inner-4:before {
    background-image: url(../img/1-bg.jpeg);
    background-size: cover;
    background-position: center center;
    content: "";
    left: -100px;
    right: -100px;
    top: 0;
    bottom: 0;
    height: 100%;
    position: absolute;
}
.content-inner-5:before {
    background-image: url(../img/1-bg.jpeg);
    background-size: cover;
    background-position: center center;
    content: "";
    left: -100px;
    right: -100px;
    top: 0;
    bottom: 0;
    height: 100%;
    position: absolute;
}
.content-inner-6:before {
    background-image: url(../img/1-bg.jpeg);
    background-size: cover;
    background-position: center center;
    content: "";
    left: -100px;
    right: -100px;
    top: 0;
    bottom: 0;
    height: 100%;
    position: absolute;
}
.content-inner h5 a {
    background-color: cornflowerblue;
    color: white;
    padding: 7px 20px;
    font-size: 25px;
    font-weight: 800;
    line-height: 60px;
}
.content-inner p{
    font-size: 18px;
    text-align: justify;
}
.featured-imagebox-procedure .featured-thumbnail i {
    border-radius: 0%!important;
    padding: 40px;
    color: #ff9900;
    line-height: 100px;
    font-size: 30px;
    position: relative;
    transition: all .3s ease-in-out;
}
.slider-wrapper:before {
    background: #000;
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0.2;
    position: absolute;
     transition: all .1s ease-in-out;
    z-index: 1; /* Add this to make sure it's above other elements */
}
.featured-imagebox-portfolio .featured-content .featured-title h5{
    display: none;
}
.pp_description{
   display: none!important;  
}
.d-con{
    display: contents;
}
.serv img {
    width: 100%;
    border-radius: 10px;
}