/*banner*/
.banner-sections{
    position:relative;
    padding:4.5rem 0;
}
.banner-image{
	position: relative;
	display: block;
	clip-path: polygon(0% 0%, 75% 0%, 100% 30%, 100% 100%, 80% 100%, 25% 100%, 0% 70%, 0% 20%);
	transition: all 1000ms ease;
}
.banner-image img{
    width:100%;
}
.banner-titlsd {
    font-size: 45px;
    font-weight: 600;
}
.banner-titlsd span{
   font-weight: 700;
    color: #fdc015;
    display: block;
    font-size: 40px;
    text-shadow: 2px 2px black;
}
.banner-textsd{
    max-width:90%;
}
.cal-text{
   font-size: 18px;
    color: #000;
    display: inline-block;
    font-weight: 700;
}
.cal-text img{
    margin-right:6px;
}
.banner-textsd p{
    border-left: 3px solid #fdc015;
    padding-left: 13px;
}

/*service*/
.service-sections{
    position:relative;
    background-color: #f7f7f7;
    padding:4rem 0;
}
.section-big-ttle{
        font-size: 30px;
    font-weight: 600;
}
.driver-services{
   position: relative;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    background: #fff;
    padding: 1.3rem;
    display: flex;
    border-radius: 5px;
    gap: 20px;
    align-items: center;
}
.sectio-titls.text-center{
    margin-bottom:2.5rem;
}
.call-driver-a{
       font-size: 17px;
    font-weight: 600;
        margin: 0;
    margin-bottom: 0.5rem;
}
.call-driver-a a{
    color:#000
}
.button-flex{
    display:flex;
    gap:20px;
    margin-top: 1.5rem;
}
.button-flex .spli-buton{
    color:#000;
    font-size:15px;
    display: flex;
    align-items: center;
}
.button-flex .spli-buton i{
    font-size: 16px;
    margin-right: 10px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    border-radius: 50%;
}
.driver-seriv-img{
    min-width:100px;
}
.service-sections .row{
  row-gap: 30px;
    display: flex;
    flex-wrap: wrap;
}