/*------------- banner ------------*/
.banner {
    padding: 250px 0px 0px 0px;
    background: url(../images/services/servive-bg.png);
    background-size: cover;
    background-position: center bottom;
}
.banner-left{
	margin: 50px 0px;
}
.banner p {
    color: #FFFFFF;
    font-size: 14px;
    text-transform: uppercase;
	margin: 34px 0px;
    font-weight: 400;
    width: 85%;
    line-height: 32px;
}
.banner h1 {
    font-size: 58px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "Bebas Neue", sans-serif;
}
.banner h1 span {
    color: #FF4B46;
}
.banner-but a {
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    padding: 14px 29px;
    border-radius: 5px;
    border: 1px solid;
    transition: 0.3s;
	font-weight: 600;
}
a.b-clr {
    background: #DA3F3B;
    border-color: transparent;
    transition: 0.2s;
}
a.b-clr:hover {
    background: transparent;
    color: #DA3F3B;
    border: 1px solid #DA3F3B;
    transition: 0.2s;
}
.banner-but {
    display: flex;
    gap: 30px;
    margin: 40px 0px;
}
.banner-icons {
    display: flex;
    gap: 24px;
}
.banner .container {
    position: relative;
}
.banner-right img {
    position: absolute;
    right: 0;
    width: 59%;
    bottom: 0;
}
.banner-right {
    padding-top: 11em;
}

/*------------- End banner ------------*/

/* ------------ Relaible ------------------*/

a.click-here {
    background: #DA3F3B;
    text-decoration: none;
    color: #fff;
    padding: 14px 24px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 14px;
    display: table;
    margin-top: 1em;
	font-weight: 600;
}
.relaible {
    padding: 50px 0px;
}
.relaible .container {
    display: flex;
}
.relaible-left img {
    width: 100%;
    padding-right: 56px;
}
.relaible-right h2 {
    font-size: 48px;
    font-weight: 700;
    color: #000;
	line-height: 68px;
}
.relaible-right {
    padding-left: 25px;
}
.relaible-right p {
    font-size: 16px;
    line-height: 200%;
    color: #000000;
    margin: 20px 0 50px 0;
}

/* ------------ End Relaible ------------------*/

/* ------------ Auto Repair ------------------*/
.do-head {
    text-align: center;
    text-transform: capitalize;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 50px;
}
.do-head span {
    color: #DA3F3B;
}
.auto-item {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    width: 23%;
}
.auto-item span img {
    border-radius: 10px;
    transition: 0.3s;
    height: 225px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.auto-item:hover span img {
    transform: scale(1.1);
    transition: 0.3s;
}
.auto-item-cnt {
    position: absolute;
    bottom: 32px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    transition: 1s;
}
.auto-item-cnt img {
    width: auto !important;
    display: inline-block !important;
    margin-bottom: 12px;
}
.auto-item-cnt p {
    color: #fff;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}
.auto-item:hover .auto-item-cnt {
    bottom: 50%;
    transition:1s;
}
.reapir-boxes {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}
/* ------------ End Auto Repair ------------------*/
.contact-us {
    padding: 50px 0px;
}
.contact-us .container {
    display: flex;
    flex-wrap: wrap;
}
.conatct-left {
    background: #262626;
    border-radius: 10px 0px 0px 10px;
    padding: 35px;
}
.conatct-left h6 {
    color: #fff;
    font-size: 40px;
}
.conatct-left p {
    color: #fff;
    font-size: 16px;
    line-height: 150%;
}
.con-box {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.con-box b {
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    width: 100%;
    display: block;
    margin-bottom: 9px;
}
.con-box h6 {
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
}
.con-box span {
    padding-right: 20px;
}
.con-box span img {
    width: 25px;
}
.conatct-left p:nth-child(2) {
    margin-bottom: 46px;
}
.con-box a {
    text-decoration: none;
    font-size: 32px;
    font-weight: 500;
    color: #fff;
}
.conatct-right {
    background: #444444;
    padding: 45px 50px;
    border-radius: 0px 10px 10px 0px;
}
.conatct-right h6 {
    color: #fff;
    margin-bottom: 21px;
    font-size: 20px;
}
.conatct-right p, .conatct-right ul li {
    color: #fff;
    font-size: 16px;
}
.conatct-right p {
    margin-bottom: 4em;
}
.conatct-right ul {
    padding-left: 21px;
    margin-bottom: 3em;
}
.conatct-right ul li {
    margin-bottom: 20px;
}
.conatct-right a.click-here {
    font-size: 14px;
    padding: 10px 20px;
}
.conatct-right a.click-here:hover {
    color: #fff;
    border-color: #fff;
}


@media screen and (max-width:767px){
    .banner-right img {
        width: 100%;position: relative;
    }
    .banner {
        padding: 100px 0px 0px 0px;
    }
    .banner-right {
        padding-top: 0em;

    }
    .relaible .container {
        flex-wrap: wrap;
    }
    .relaible-left img {
        padding-right: 0;
    }
    .relaible-right {
        padding-left: 0;
        padding-top: 2em;
    }
    .relaible-right h2 {
        font-size: 29px;
		line-height: 40px;
    }
    .banner-left {
        text-align: center;
    }
    .banner-but {
        justify-content: center;
    }
    .banner-but a,a.click-here {
        padding: 12px 16px;
    }
    .do-head {
        font-size: 30px;
    }
    .reapir-boxes {
        gap: 12px;
    }
    .auto-item {
        width: 47.8%;
    }
    .auto-item-cnt p {
        font-size: 14px;
    }
    .auto-item-cnt img {
        width: 34px !important;
    }
    .auto-item span img {
        height: 172px;
    }
    .conatct-left {
        padding: 20px;    border-radius: 10px;
    }
    .conatct-left h6 {
        font-size: 30px;
    }
    .con-box h6 {
        font-size: 16px;
    }
    .con-box a {
        font-size: 23px;
    }
    .conatct-right {
        padding: 20px;
        border-radius: 10px;
        margin-top: 20px;
    }
    .conatct-right p {
        margin-bottom: 2em;
    }
}

@media screen and (min-width:767px) and (max-width:1023px){
    .banner h1 {
        font-size: 38px;
    }
    .banner-right {
        padding-top: 0em;
    }
    .banner {
        padding: 203px 0px 26px 0px;
    }
    .banner-right img {
        width: 51%;
    }
    .banner-but a {
        font-size: 14px;
        padding: 12px 18px;
    }
    .relaible-right {
        padding-left: 0;
    }
    .relaible-right h2 {
        font-size: 30px;
    }
    .relaible-left img {
        padding-right: 20px;
    }
    .reapir-boxes {
        gap: 19px;
    }
    .conatct-left h6 {
        font-size: 19px;
    }
    .conatct-left {
        padding: 20px;
    }
    .conatct-right {
        padding: 30px 30px;
    }

}

@media screen and (min-width:1024px) and (max-width:1200px){

}