.Shagheel-section-padding{
	padding: 50px 0px;
}
.Shagheel-clone-heading-main {
    text-align: center;
}
.Shagheel-clone-heading {
    color: #1f1f1f;
    font-size: 34px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    margin-bottom: 2px;
    text-align: center;
}
.Shagheel-clone-heading>span {
    font-weight: 600;
}
.Shagheel-clone-heading-underline {
    display: inline-block;
    width: 29%;
    height: 4px;
    background-image: linear-gradient(45deg, transparent,#673ab7, transparent);
    margin: 5px auto 20px;
}
.Shagheel-clone-paragraph {
    color: #5a5a5a;
    font-size: 17px;
    line-height: 1.8;
}
.Shagheel-clone-btn {
    padding: 10px 0px;
}
.Shagheel-clone-btn>a {
    color: white;
    background-color: #673ab7;
    padding: 12px 24px;
    display: inline-block;
    border-radius: 4px;
    transition: 0.3s linear;
    border: 1px solid #673ab7;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 18px;
}
.Shagheel-clone-btn>a:hover {
    border-radius: 50px;
    transition: 0.3s linear;
    background-color: #9928b0;
    border: 1px solid #9928b0;
}

/*-------Shagheel-banenr----*/
.Shagheel-clone-banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    background-blend-mode: overlay;
}

.Shagheel-clone-banner-outer-heading {
    position: relative;
    min-height: 95vh;
    height: 100%;
    display: flex;
    align-items: center;
}

.Shagheel-clone-banner-heading {
    padding: 25px 30px 25px 30px;
    position: relative;
    z-index: 2;
}

.Shagheel-clone-banner-heading>h1 {
    color: white;
    font-size: 55px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    text-shadow: 1px 9px 20px rgb(0,0,0,0.5);
    line-height: 1.1;
}
.Shagheel-clone-banner-heading>p {
    color: white;
    font-size: 18px;
    margin-top: 20px;
    text-align: justify;
    line-height: 1.6;
    font-weight: 300;
}
.Shagheel-clone-banner-screen {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.Shagheel-clone-banner-screen img{
   width: 80%;
}
/*---Shagheel banner end-------*/

/*-----Mechanic about start------*/
.Shagheel-about-text>h4 {
    color: #484848;
    font-family: 'Roboto', sans-serif;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 15px;
}
.Shagheel-about-text>h4>span {
    color: #673ab7;
}
.Shagheel-about-text>span {
    color: #404040;
    font-size: 16px;
}
.Shagheel-about-text>span ul{
    list-style: inside;
    margin-top: 15px;
    font-weight: 500;
}
.Shagheel-about-text>span ul li{
    margin-bottom: 9px
}
.Shagheel-about-image{
    text-align: center;
}
.Shagheel-about-image img{
    width: 95%;
}
.mechanic-clone-btn{
    padding: 10px 0px;
}
.mechanic-clone-btn>a{
     color: white;
    background-color: #673ab7;
    padding: 12px 24px;
    display: inline-block;
    border-radius: 4px;
    transition: 0s;
    font-weight: 700;
    font-size: 16px;
    box-shadow: 0 0 0 0px rgba(103, 58, 183, 0.44);
}
.mechanic-clone-btn>a:hover{
    box-shadow: 0 0 0 25px rgba(0,0,0,0);
    transition: 0.3s linear;

}
/*-----Mechanic about end------*/


/*----mechanic service------*/
.Shagheel-services{
    background-repeat: repeat;
    background-blend-mode: overlay;
}
.inner-Shagheel-services {
    padding-top: 20px;
}
.Shagheel-services-single {
    padding: 20px 15px;
    text-align: center;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0px 0px 1px 0px;
    transition: 0.4s linear;
    cursor: pointer;
    height: 100%;
}
.Shagheel-services-single:hover {
    transition: 0.4s linear;
    box-shadow: 0px 20px 20px -10px rgba(0,0,0,0.3);
}
.Shagheel-services-single>h4 {
    font-size: 40px;
    margin-bottom: 10px;
    color: #7e50c5;
}
.Shagheel-services-single>h5 {
    margin: 20px 0px 25px 0px;
}
.Shagheel-services-single>h5>span {
    font-size: 19px;
    font-weight: 600;
    color: #6d707d;
    display: inline;
    border-bottom: 1px dotted;
}
.Shagheel-services-single>p {
    font-size: 16px;
    color: #5e5e5e;
    margin-top: 20px;
    line-height: 1.7;
    text-align: justify;
    text-align-last: center;
}
/*-----mechanic service end----*/

/*------mechanic features start----*/

/*----mechanic features end------*/
.Shagheel-features-image{
    background-size: cover;
    background-position: center;
    height: 100%;
    border-radius: 5px;
    max-height: 700px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Shagheel-features-image img {
    width: 65%;
    box-shadow: 0px 0px 7px -3px;
    border-radius: 10px;
}
.Shagheel-features-data{
    margin-bottom: 20px;
}
.Shagheel-features-single {
    padding: 15px;
    box-shadow: 0px 0px 6px -3px;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    position: relative;
    border-radius: 20px;
    margin-bottom: 25px;
}
.Shagheel-features-single-line1 {
    position: absolute;
    top: 0;
    left: 0;
    height: 20%;
    width: 20%;
    border-radius: 20px 0px 0px 0px;
    border-top: 2px solid;
    border-left: 2px solid;
    transition: 0.5s linear;
}
.Shagheel-features-single-line2 {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 20%;
    width: 20%;
    border-radius: 0px 0px 20px 0px;
    border-right: 2px solid;
    border-bottom: 2px solid;
    transition: 0.5s linear;
}
.Shagheel-features-single:hover {
    transition: 0.5s ease-in-out;
    box-shadow: 0px 15px 20px -15px rgba(0,0,0,0.6);
    border-radius: 20px 0 20px 0;
}
.Shagheel-features-single:hover .Shagheel-features-single-line1,
.Shagheel-features-single:hover .Shagheel-features-single-line2 {
    transition: 0.5s linear;
    height: 100%;
    width: 100%;
}
.Shagheel-features-single>h4 {
    font-size: 17px;
    margin: 14px 0px 15px;
    font-weight: 600;
    display: flex;
}
.Shagheel-features-single>h4>i {
    margin-right: 10px;
    font-size: 33px;
    vertical-align: middle;
}
.Shagheel-features-single>span {
    font-size: 15px;
    color: #4e4e4e;
    display: block;
    line-height: 1.7;
    text-align: justify;
}
/*----mechanic-weoffer-start----*/
.Shagheel-weoffer-image img{
    width: 100%;
}
.Shagheel-weoffer-single {
    padding: 10px;
    display: flex;
    margin-bottom: 15px;
}
.inner-Shagheel-weoffer{
    padding-top: 20px;
}
.Shagheel-weoffer-single-icon>span {
    height: 60px;
    width: 60px;
    border-radius: 5px;
    color: #8f6bc7;
    font-size: 30px;
    background-color: #f5f5f5;
    margin-right: 15px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 5px -2px;
}
.Shagheel-weoffer-single-text>h5 {
    font-size: 18px;
    margin-bottom: 6px;
    font-weight: 700;
    color: #403f3f;
}
.Shagheel-weoffer-single-text>span {
    display: block;
    font-size: 15px;
    color: #525252;
}
/*----mechanic -weoffer  end-------*/

/*------App flow start---*/
.inner-Shagheel-appflow {
    padding-top: 30px;
}
.Shagheel-appflow-single-left {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 45px;
}
.Shagheel-appflow-single-leftimg {
    width: 40%;
    text-align: center;
}
.Shagheel-appflow-single-leftimg img{
    width: 100%;
    box-shadow: 0px 0px 10px -3px;
}
.Shagheel-appflow-single-lefttext{
   width: 50%;
}
.Shagheel-appflow-single-lefttext-data {
    padding: 15px 15px 15px 20px;
    background-color: #353535;
    position: relative;
    border-radius: 10px;
    z-index: 2;
}
.Shagheel-appflow-single-lefttext-data:before {
    content: '';
    position: absolute;
    border-right: 40px solid #353535;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    top: 50%;
    left: -35px;
    transform: translate(0,-50%);
    z-index: 1
}
.Shagheel-appflow-single-lefttext-data>h4 {
    color: #ffff;
    font-size: 19px;
}
.Shagheel-appflow-single-lefttext-data>p {
    color: #ffff;
    font-size: 15px;
}
.Shagheel-appflow-single-right {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 45px;
}
.Shagheel-appflow-single-rightimg {
    width: 40%;
    text-align: center;
}
.Shagheel-appflow-single-rightimg img{
    width: 100%;
    box-shadow: 0px 0px 10px -3px;
}
.Shagheel-appflow-single-righttext{
   width: 50%;
}
.Shagheel-appflow-single-righttext-data {
    padding: 15px 15px 15px 15px;
    background-color: #353535;
    position: relative;
    border-radius: 10px;
    z-index: 2;
}
.Shagheel-appflow-single-righttext-data:before {
    content: '';
    position: absolute;
    border-left: 40px solid #353535;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    top: 50%;
    right: -35px;
    transform: translate(0,-50%);
    z-index: 1
}

.Shagheel-appflow-single-righttext-data>h4 {
    color: #ffff;
    font-size: 19px;
}
.Shagheel-appflow-single-righttext-data>p {
    color: #ffff;
    font-size: 15px;
}
@media(max-width: 767px){
   .Shagheel-appflow-single-left {
       display: flex;
       flex-wrap: wrap-reverse;
   }
   .Shagheel-appflow-single-lefttext {
       width: 100%;
       margin-bottom: 50px;
   }
   .Shagheel-appflow-single-leftimg{
       width: 100%;
   }
   .Shagheel-appflow-single-leftimg img{
       width: 70%;
   }
   .Shagheel-appflow-single-lefttext-data:before {
       border-right: 40px solid transparent;
       border-top: 40px solid #353535;
       border-left: 40px solid transparent;
       top: auto;
       left: 50%;
       bottom: -70px;
       transform: translate(-50%,0px);
   }
   
   .Shagheel-appflow-single-right {
       display: flex;
       flex-wrap: wrap;
   }
   .Shagheel-appflow-single-righttext {
       width: 100%;
       margin-bottom: 50px;
   }
   .Shagheel-appflow-single-rightimg{
       width: 100%;
   }
   .Shagheel-appflow-single-rightimg img{
       width: 70%;
   }
   .Shagheel-appflow-single-righttext-data:before {
       border-right: 40px solid transparent;
       border-top: 40px solid #353535;
       border-left: 40px solid transparent;
       top: auto;
       right: auto;
       left: 50%;
       bottom: -70px;
       transform: translate(-50%,0px);
   }
   
}
/*------App flow start---------*/
/*------faq start---------*/

.Shagheel-clone-faq{
    position: relative;
}
.Shagheel-clone-faq .card{
    background-color: transparent;
    border: none;
    margin-bottom: 10px;
}
.inner-Shagheel-clone-faq .card-header{
    padding: 0;
    border-bottom: none;
}
.inner-Shagheel-clone-faq .card-header a {
    padding: 12px;
    display: block;
    border-radius: 5px 5px 0px 0px;
    color: white;
    font-size: 17px;
    background-color: #353535;
    font-weight: 300;
}
.inner-Shagheel-clone-faq .card-header a i{
    margin-right: 10px;
    font-size: 22px;
}
.inner-Shagheel-clone-faq .card-body {
    background-color: #ffffffc7;
    padding: 10px;
    border: 1px solid #353535;
    border-radius: 0px 0px 5px 5px;

}
.inner-Shagheel-clone-faq .card-body span{
    font-size: 16px;
    color: #000000;
}
.inner-Shagheel-clone-faq .card-body span i{
    margin-right: 10px;
    font-size: 22px;
}

/*------faq end---------*/


@media(max-width: 767px){
.Shagheel-section-padding {
    padding: 20px 0px;
}
.Shagheel-clone-heading {
    font-size: 27px;
}
.Shagheel-clone-heading-underline {
    width: 60%;
}
    .Shagheel-clone-banner-heading>h1 {
    font-size: 33px;
}
.Shagheel-clone-banner-heading>p {
    font-size: 17px;
    line-height: 1.5;
}
.Shagheel-clone-banner-screen{
    display: none;
}
.Shagheel-about-text>h4 {
    font-size: 27px;
    margin-top: 15px;
    text-align: center;
}
.Shagheel-about-text>span {
    color: #404040;
}
.Shagheel-about-text ul {
    margin-top: 14px;
    font-size: 16px;
    font-weight: 500;
    list-style: inside;
}
.Shagheel-about-text ul li {
    margin-bottom: 13px;
}
.Shagheel-features-single{
    margin-bottom: 20px;
}
.Shagheel-features-single-line1,
 .Shagheel-features-single-line2{
    height: 100%;
    width: 100%;
 }

.Shagheel-weoffer-image {
    margin-bottom: 15px;
}
}