.sectionLayout1{
    margin:2.5rem 1rem;
    padding: 30px 15px 30px 15px;
    /* Adjust in Media Q    uery */
}

.servicesTitle1 h3{
    font-size:35px;
    color:#373737;
    font-family: 'Poppins';
}
.services-head-sty{
    font-size: 35px;
}

.ctn-services1{
    width: 100%;
    margin:auto;
}



@media(max-width:500px){
    .sectionLayout1{
        margin:1rem;
        padding: 60px 15px 30px 15px;
        /* Adjust in Media Q    uery */
    }
    .SrcInfo1{
        margin-bottom: 0.4rem;
        font-weight: 200;
        width:100%;
    }
}

.servicesTitle1{
    margin:50px 0px;
    /* margin-bottom: 40px; */
    text-align: center;
}

.srv-img1{
    background-image: url('../img/services/oil-service/oil_2.png');
    background-color: #cccccc;
    height: 100%;
    background-size:cover;
}

.servicesGrid1{
    display: flex;
    flex-direction: row;
    /* flex-wrap: wrap; */
    justify-content: center ;

}
@media(max-width:900px){
    .servicesGrid1 {
        display: flex;
        flex-direction: column;
        /* flex-wrap: wrap; */
        justify-content: center;
        align-items:center;
    }
    }
@media(min-width:1200px){

    .servicesGrid1{
        width:80%;
        margin: auto;
    }

}

.sectionLayout .servicesTitle h3{
    color:#fada1f;
    /* color: yellow; */
    font-size: 2.5rem;
    font-family: 'Poppins';
    font-weight:bolder;
}

.svCard1{
    /*display: flex;*/
    /*flex-direction: row;*/
    /*width:400px;*/
    /*height:auto;*/
    /*padding: 0 15px;*/
    /*margin-bottom: 1.5rem;*/
        display: flex;
    flex-direction: row;
    width:370px;
    height:auto;
    padding: 20px 15px;
    margin-bottom: 2.8rem;
    margin-right: 20px;
    background-color: white;
	border: 1px solid #e9ecef;
	border-radius: 20px;
    box-shadow: 0px 5px 20px rgb(19 8 73 / 10%);
    transition: all .40s ease;
} 
.svCard1:hover{
    transform: translateY(-15px);
}

.svcIcon1{
    margin-right: 16px;
}

.ctn-services1 .svcIcon1{
        color: #ffea02;
        padding: 5px;
        font-size: 3rem;
}

.SrcardTitle1{
    margin-bottom: 8px;
    font-weight: 400;
    font-size: 22px;
    line-height: 2rem;
}
.SrcInfo1{
    margin-bottom: 0.7rem;
    font-weight: 200;
    width:100%;
}
.SrcMore1{
    margin-bottom: 8px;
    color:#4f4f4f;
    text-decoration: none;
    font-weight: bold;
    font-size: 1rem;
}

@media(max-width:910px){
    .ctn-services{
        width: 100%;
        margin:auto;
    }
    .svCard{
        display: flex;
        flex-direction: row;
        width:390px;
        height:auto;
        padding: 0 15px;
        margin-bottom: 1.5rem;
    }   

    .sectionLayout{
        padding: 40px 15px;
        /* Adjust in Media Query */
    }
    .SrcMore1{
        font-size: 0.9rem;
    }
    
}

@media(max-width:600px){
    /* .ctn-services{

    } */
    .svCard1 .h3 {
        text-align: start;
    }
    .SrcardTitle1{
        text-align: start;
    }

    .SrcardTitle1 {
        margin-bottom: 8px;
        font-weight: 500;
        font-size: 18.5px;
        line-height: 1rem;
    }
    .SrcMore1{
        font-size: 0.7rem;
    }
}

@media(max-width:824px){

    .SrcardTitle{
        font-size: 27px;
        margin-bottom: 2px;
        line-height: 30px;
    }
    .SrcInfo{
         
        font-size: 18px;
         
    }
    .SrcMore{
        font-size:1.2rem;
    }

    .svCard1 .h3 {
        text-align: start;
    }
    .SrcardTitle1{
        text-align: start;
    }

    .SrcardTitle1 {
        margin-bottom: 10px;
        font-weight: 500;
        font-size: 22px;
        line-height: 1rem;
    }
    .SrcMore1{
        font-size: 0.9rem;
    }
    
}


.srv-content{
    width:80%;
    margin: 4rem  auto;

    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.srv-about-one{
    width:40%;
}

.srv-about-two{
    width:40%;
}

.srv-img img{
    width:100%;
    object-fit:cover;    
}

.srv-about-one h3{
    color: #4f4f4f;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.9rem;
}

.srv-p-content,ul{
    font-family: 'Poppins';
    font-size: 1rem;
    /* font-weight: 400; */
    line-height: 1.7;
    color: #4d4d4d;
}

.fa-caret-right{
    margin-right:0.5rem;
}

@media (max-width:880px){
    .srv-content{
        display: flex;
        margin:2rem auto;
        flex-direction: column;        
    }

    .srv-about-one h3 {
        font-size: 1.6rem;
    }
    .srv-about-one{
        width:100%;
    }
    .srv-p-content, ul {
        font-size: 1.2rem;
    }
    .srv-about-two{
        width:100%;      
        /* background-color: yellow    ; */
    }
    .srv-img img{
        width:20rem;
        text-align: center;
        margin-bottom: 2rem;
    }
    .svCard1 h3{
        line-height: 35px;
        /* text-align: center; */
    }
}

@media (max-width:450px){
    .srv-content{
        display: flex;
        margin:2rem auto;
        flex-direction: column;        
    }

    .srv-about-one h3 {
        font-size: 1.4rem;
    }
    .srv-about-one{
        width:100%;
    }
    .srv-p-content, ul {
        font-size: 0.9rem;
    }
    .srv-about-two{
        width:100%;      
        /* background-color: yellow    ; */
    }
    .srv-img img{
        width:14rem;
        margin-bottom: 2rem;
    }
    h3{
        line-height: 35px;
    }
}

.srv-container{
    width:80%;
    margin:10px auto;
    display:flex;
    justify-content:center;
    /* background-color: #fada1f; */
}

.srv-chld-ctn{
    display: flex;
    justify-content: space-evenly;
    padding: 1rem;
}

.srv-row-one{
    width:50%;
}

.srv-row-two{
    width:40%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}
.about-img{
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-img img{
    width: 85%;
    max-width:90%;
    /* height:300px;      */
    /* margin: 1rem; */
    padding-top: 2rem;     
}

.srv-about-head h2{
    font-family: 'Poppins';
    font-size: 32px;
    color:#4e4e4e;
    margin-bottom: 1rem;
}

.srv-about-p{
    padding-top:10px;
    font-family: 'Poppins';
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    color: #4d4d4d;
    text-align: justify;
}

.srv-btn{
    background-color: rgb(255, 225, 0);
    border:none;
    padding:1rem;
    font-size:1rem;
    font-weight: 600;
    margin-top:1rem; 
    border-radius: 6px;  
    font-size:"Poppins"; 
}
.srv-btn:hover{
    background-color: rgb(207, 183, 0);
}

@media (max-width:880px){
    .srv-container{
        width:90%;
    }
    .srv-about-head h2 {
        font-family: 'Poppins';
        font-size: 52px;
        color: #4e4e4e;
        margin-bottom: 20px;
    }
    .srv-about-head span{
        font-size: 52px;
    }
    .srv-chld-ctn {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        padding: 1rem;
    }
    .srv-row-one {
        width: 90%;
    }
    .srv-row-two {
        width: 90%;

    }
    .srv-about-p{
        padding-top:10px;
        font-family: 'Poppins';
        font-size: 1.1rem;

    }
    #services-main{
        padding-bottom: 1rem;
    }
    .srv-btn{

        margin-top:2rem; 
    }

}


@media (max-width:550px){
    .srv-row-one {
        width: 100%;
    }

    .srv-container {
        width: 95%;
    }

    .srv-container{
        width:90%;
    }
    .srv-about-head h2 {
        font-family: 'Poppins';
        font-size: 38px;
        color: #4e4e4e;
        margin-bottom: 20px;
        line-height: 32px;
    }
    .srv-about-head span{
        font-size: 38px;
    }
    .srv-chld-ctn {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        padding: 1rem;
    }

    .srv-row-two {
        width: 90%;
    }
    .srv-about-p{
        padding-top:10px;
        font-family: 'Poppins';
        font-size: 0.9rem;  
    }
    
    #services-main{
        padding-bottom: 1rem;
    }

    .srv-btn{
        margin-top:2rem; 
    }

    .srv-btn {
        padding: 0.6rem;
        font-size: 0.8rem;
        font-weight: 600;
        margin-top: 0.6rem;
        border-radius: 6px;
        font-size: 0.5rem;
    }

}

/* .srv-p-content ul i{
    font-size: 12px;
} */