/**
 * Theme Name:     Prime Motors
 * Author:         the WordPress team
 * Template:       twentytwentyone
 * Text Domain:	   prime-motors
 * Description:    Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
 */

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*:focus{
    border: none;
    outline: none;
}
body.page-template-default .entry-content {
	margin-bottom: 300px !important;
}
body {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #000000;
    font-size: 16px;
}
.uppercase{
    text-transform: uppercase;
}
.capitalize{
    text-transform: capitalize;
}

.primary-color{color: #D70007;}

.Roboto{
    font-family: "Roboto", sans-serif;
}
.Poppins{
    font-family: "Poppins", sans-serif;
}
.poppins-medium{
    font-weight: 500;
}

.normal {
    font-weight: 400;
}
.semibold {
    font-weight: 500;
}
.bold {
    font-weight: 700;
}



h1 {
    font-size: 50px !important;
}
h2 {
    font-size: 40px !important;
}
h3 {
    font-size: 30px !important;
}
h4 {
    font-size: 20px !important;
}


.site-main > * {
    margin-top: 0 !important;
    margin-bottom:0 !important;
}

i.fab.fa-medapps {
    background: url(https://primemotorsandtyres.com/wp-content/uploads/2024/09/charge-station-1.png);
    background-repeat: no-repeat;
    font-size: 0;
    width: 53px;
    height: 55px;
    background-position: center;
    background-size: cover;
}


#main {
    padding: 0;
}
.site-branding .site-logo {
    margin: 0 auto 20px;
    position: static !important;
}
.site-branding .site-logo .custom-logo-link {
    display: inline-block;
    min-width: auto;
    height: 190px;
}
.site-branding .site-logo .custom-logo-link img {
    max-width: 100%;
    max-height: 100% !important;
}

.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
    display: none !important;
}
.wp-custom-logo .site-header {
    padding: 0;gap: 0;
    margin-top: 5px;
}
.wp-custom-logo .site-header .site-branding {
    margin: 0;
}


.site-branding .screen-reader-text {
    display: none;
}
.primary-navigation > div > .menu-wrapper {
    justify-content: space-evenly !important;
}

#site-navigation {
    width: 100%;
    position: static;
    z-index: 2;
}
#site-navigation .menu-item a {
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
}
#site-navigation .menu-item a:hover {
    color: #d71306;
}
#site-navigation .menu-item a:focus {
    background: transparent;
    color: #d71306;
}
#about_wrap .left_box, #about_wrap .right_box {
    z-index: -1;
}
#banner_wrap {
    height: 830px;
    position: relative;
}
#banner_wrap:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    z-index: 1;
}
#banner_wrap img {
    object-fit: cover;
}
#banner_wrap .banner_caption {
    width: 750px;
    margin: 0 auto;
    z-index: 1;
}
#banner_wrap .banner_caption h1 {
    margin-bottom: 20px;
    line-height: 70px;
}
#banner_wrap .banner_caption p {
    font-weight: 300;
}
#banner_wrap .banner_caption .btn {
    margin-top: 70px;
    min-width: 180px;
    line-height: 40px;
    letter-spacing: 1px;
    border: none;
}
#banner_wrap .banner_caption .btn:hover {
    background: #d71306;
    color: #fff;
}



#about_wrap {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 0;
}
#about_wrap .left_box .img_1 {
    width: 420px;
    height: 500px;
    border: 10px solid #ffffff;
}
#about_wrap .left_box .img_1 *,
#about_wrap .left_box .img_2 * {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#about_wrap .left_box .img_2 {
    width: 258px;
    height: 343px;
    position: absolute;
    left: auto;
    right: 0;
    top: auto;
    margin: auto;
    border: 10px solid #ffffff;
    bottom: 75px;
}
#about_wrap .left_box .img_2:before {
    content: '';
    width: 60%;
    height: 100%;
    position: absolute;
    right: -8px;
    top: -30%;
    background: url(https://primemotorsandtyres.com/wp-content/uploads/2024/09/who_we_are_dot.jpg);
    z-index: -1;
    background-repeat: repeat;
    background-position: 10px;
    left: auto;
}
#about_wrap .right_box {
    padding-left: 60px;
}
#about_wrap .right_box h2 {
    margin-bottom: 30px;
    line-height: 40px;
    margin-top: 15px;
}
#about_wrap .right_box p,#fleet_wrap p,#satis_wrap .left_box p {
    color: #7a7a7a;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
}
#about_wrap .right_box .cer_logo {
    width: 180px;
    margin: 30px auto;
}


#fleet_wrap {
    padding-top: 50px;
    padding-bottom: 30px;
    background: #fcfcfc;
}
#fleet_wrap .image_box{
    max-width: 330px;
    margin: 0 auto 30px;
}
#fleet_wrap .text_box {
    max-width: 550px;
    margin: 0 auto;
}
#fleet_wrap .text_box h2 {
    letter-spacing: 2px;
    margin-bottom: 30px;
}

#services_wrap {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #f7f7f7;
}
#services_wrap .heading_wrap {
    margin-bottom: 45px;
}
#services_wrap .service_inner {
    margin-bottom: 25px;
}
#services_wrap .service_box {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.04);
    padding: 50px 0;
    background: #fff;
    border-radius: 10px;
    height: 100%;
}
#services_wrap .service_box h4 {
    margin-top: 10px;
}

i.fas.fa-syringe {
    background: url(https://primemotorsandtyres.com/wp-content/uploads/2024/09/suspention.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    color: transparent;
    font-size: 50px;
}
i.fab.fa-cuttlefish {
    background: url(https://primemotorsandtyres.com/wp-content/uploads/2024/09/download.png);
    background-position: center;
    background-size: contain;
    color: transparent;
    background-repeat: no-repeat;
}

i.fas.fa-neuter {
    background: url(https://primemotorsandtyres.com/wp-content/uploads/2024/09/transmission.png);
    background-position: center;
    background-size: contain;
    color: transparent;
    background-repeat: no-repeat;
}

#assistance_wrap {
    background: #d71306;
}
#assistance_wrap .left_box {
    display: flex;
    align-items: center;
    gap: 20px;
}
#assistance_wrap .left_box .caption_box {
    max-width: 480px;
    margin-left: auto;
    margin-right: 70px;
}
#assistance_wrap .left_box .caption_box em {
    display: block;
    margin-bottom: 40px;
    margin-top: 10px;
    font-weight: 300;
}
#assistance_wrap .left_box .caption_box .btn {
    min-width: 185px;
    border-radius: 5px;
    background: #000;
    line-height: 30px;
}
#assistance_wrap .left_box .caption_box .btn:hover {
    background: #ffffff;
    color: #000000;
    border-color: #ffffff;
}
#assistance_wrap .right_box {
    line-height: 0;
    padding: 0;
}
#assistance_wrap .right_box iframe {
    width: 100%;
}


#satis_wrap {
    padding-top: 0px;
    padding-bottom: 250px;
}
#satis_wrap .left_box {
    padding-top: 60px;
    padding-left: 15px;
    padding-right: 15px;
}
#satis_wrap .left_box p {
    margin-top: 15px;
}
#satis_wrap .left_box ul {
    padding: 0;
    list-style: none;
    margin-top: 20px;
}
#satis_wrap .left_box ul li {
    position: relative;
    font-size: 16px;
}
#satis_wrap .left_box ul li svg {
    margin-right: 8px;
    color: #D70007;
}
#satis_wrap .left_box .btn {
    min-width: 250px;
    border-radius: 4px;
    background: #000;
    line-height: 30px;
    margin-top: 30px;
}
#satis_wrap .left_box .btn:hover {
    background: #D70007;
    border-color: #D70007;
}
#satis_wrap .right_box .caption_box {
    position: relative;
    padding: 50px 30px 20px;
    background: #D70007;
    width: 370px;
    margin: 0 auto;
    z-index: -1;
}
#satis_wrap .right_box .caption_box:before {
    position: absolute;
    content: "";
    bottom: -60px;
    left: 0;
    right: 0;
    margin: auto;
    top: auto;
    width: 0px;
    height: 0px;
    border-left: 185px solid transparent;
    border-right: 185px solid transparent;
    border-top: 60px solid #D70007;
}
#satis_wrap .right_box .caption_box span {
    background: #fff;
    color: #D70007;
    border-radius: 100%;
    width: 70px;
    height: 70px;
    line-height: 20px;
    display: flex;
    align-content: center;
    justify-content: center;
    margin: 20px auto 70px;
    box-shadow: 0 0 18px 2px #fff;
    font-size: 25px;
    flex-wrap: wrap;
    font-weight: 700;
}
#satis_wrap .right_box .caption_box span i {
    font-weight: bold;
    font-size: 18px;
    display: block;
    width: 100%;
}
#satis_wrap .right_box .caption_box em {
    font-weight: 300;
}


footer {
    margin-top: 0 !important;
    padding-bottom: 20px !important;
    background: #000;
}
footer .add_box {
    background-color: #d71306;
    padding: 30px 50px;
    margin-bottom: 10px;
    position: relative;
    top: -110px;
}
footer .add_box li {
    list-style: none;
    font-family: "Poppins", sans-serif;
    width: 100%;
}
footer .add_box .left_box {
    color: #fff;
    font-weight: 500;
}
footer .add_box .left_box li .wp-block-heading,
footer .add_box .right_box .wp-block-heading {
    font-size: 36px;
    line-height: 40px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 20px;
    font-family: "Poppins", sans-serif;
}
footer .site_nav {
    margin-top: -100px;
}
@keyframes circle{
    to {
      transform: rotate(360deg);
    }
  }
    footer .add_box .center_box {
        text-align: center;
    }
    footer .add_box .center_box li {
        width: 300px;
        height: 300px;
        animation: circle 8s linear infinite;
        margin: -180px auto 0;
    }
    footer .add_box .center_box li .wp-block-image,
    footer .add_box .center_box li .wp-block-image img {
        width: 100%;
        height: 100%;
    }

    
footer .add_box .right_box {
    color: #fff;
    display: flex;
    align-content: center;
    gap: 0px;
    flex-wrap: wrap;
}
footer .add_box .right_box span svg {
    width: 100%;
    height: 100%;
}
footer .add_box .right_box span {
    width: 40px;
    height: 40px;
    display: inline-block;
    order: 2;
    margin-right: 15px;
}
footer .add_box .right_box li.widget:nth-child(3) {
    order: 3;
    width: 230px;
}
footer .add_box .right_box ul.wp-block-list {
    margin: 0;
}
footer .add_box .right_box ul.wp-block-list li {
    line-height: 35px;
    color: #dfd8d8;font-family: "Roboto", sans-serif;
}
footer .add_box .right_box ul.wp-block-list li strong {
    color: #fff;
    text-transform: uppercase;
}
footer .footer-navigation li a span {
    color: #b2b1b1;font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}
footer .copyright_wrap {
    color: #797979;font-family: "Roboto", sans-serif;
    font-size: 14px;
}
footer .copyright_wrap a {
    text-decoration: none;
}
footer .copyright_wrap a,footer .footer-navigation li a:hover span {
    color: #D70007;
}
footer .copyright_wrap a:hover {
    color: #ffffff;
}

footer .footer-navigation {
    margin: 0;
}
footer .footer-navigation li a {
    padding: 0;
    outline: none;
    text-decoration: none;
    border: none;
}
.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
    outline: none !important;
    text-decoration: none !important;
}
footer .footer-navigation a {
    padding: 0;
    text-decoration: none;
    margin: 0 20px;
}

.ccdd .elementor-icon-box-icon {
    margin-bottom: 0 !important;
}
#about_wrap .right_box .elementor-icon-box-wrapper .elementor-icon-box-icon {
    width: 100%;
}

.social_box {
    z-index: 1;
    position: fixed;
    bottom: 30px;
    right: 30px;
}
.social_box a.whatsapp {
    background: #00e510;
    border-radius: 10px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    margin-bottom: 15px;
}
.social_box a.instagram {
    background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
    border-radius: 10px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
}
body.error404 #main {
    height: 100vh;
}
body.error404 #main .error-404 {
    display: none;
}
body.error404 #main header {
    border: none;
    text-align: center;
    padding: 0;
}
body.error404 #main header {
    border: none;
    text-align: center;
    padding: 0;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
body.error404 #main header .page-title {
    color: #D70007;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
}
header.entry-header {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    border: none !important;
}
header.entry-header .entry-title {
    color: #D70007;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    margin-top: 50px;
    text-align: center;
}

body.page-template-default .entry-content p {
    min-width: 100%;
    color: #333333;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
}
body.page-template-default .entry-content ol {
    padding: 0;
    margin: 0;
    min-width: 100%;
    counter-reset: item;
    padding-left: 20px;
}
body.page-template-default .entry-content ol li {
    position: relative;
    margin-bottom: 15px;
    padding-left: 15px;
    color: #333333;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
/*    counter-increment: item;*/
}
/*body.page-template-default .entry-content ol li:before {
    position: absolute;    
    left: 0;
    content: counter(item) ". ";
}*/


body.page-template-default .entry-content p a {
    text-decoration: none;
    color: #d71306;
}
body.page-template-default .entry-content p a:hover {
    color: #d71306;
}

body.page-template-default .entry-content ol li ul {
    padding-left: 20px;
}
body.page-template-default .entry-content ol li ul li {
    padding: 0;
}

@media (min-width: 576px) {
    body.page-template-default .entry-content {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    body.page-template-default .entry-content {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    body.page-template-default .entry-content {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    body.page-template-default .entry-content {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    body.page-template-default .entry-content {
        max-width: 1320px;
    }
}






@media(max-width:1599px){
    h1 {
        font-size: 48px !important;
    }
    h2 {
        font-size: 35px !important;
    }
    h3 {
        font-size: 25px !important;
    }
    #banner_wrap {
        height: 680px;
    }
    #banner_wrap .banner_caption .btn {
        margin-top: 40px;
        line-height: 30px;
    }
    footer .add_box .center_box {
        text-align: center;
    }
    footer .add_box .center_box li {
        width: 220px;
        height: 220px;
        margin: -140px auto 0;
    }
   
}


@media(max-width:1199px){
    h1 {
        font-size: 32px !important;
    }
    #banner_wrap {
        height: 550px;
    }
    .whatsapp_box {
        bottom: 0px;
        right: 10px;
    }
    #assistance_wrap .left_box .caption_box {
        max-width: 400px;
    }
    #assistance_wrap .left_box .caption_box .elementor-heading-title {
        font-size: 20px;
        line-height: 30px;
    }
    #about_wrap .right_box {
        padding-left: 40px;
    }
    #satis_wrap .right_box .elementor-column-gap-default .caption_box:before {
        border-left: 150px solid transparent;
        border-right: 150px solid transparent;
    }
    footer .add_box {
        padding: 10px 0px;
    }
    footer .add_box li {
        font-size: 15px;
    }
    footer .add_box .left_box li .wp-block-heading, 
    footer .add_box .right_box h2.wp-block-heading {
        line-height: 30px;
        margin-bottom: 12px;
    }
    footer .add_box .footer_inner .elementor-heading-title {
        font-size: 22px;
    }
    #satis_wrap .right_box .elementor-column-gap-default .caption_box .elementor-widget-container {
        padding: 40px 10px 20px;
    }
    footer .add_box .right_box {
        margin-left: 0;padding-left: 30px;
    }
    .copyright_wrap .elementor-column {
        width: 100% !important;
        text-align: center;
    }
    .copyright_wrap .elementor-column .elementor-widget-wrap {
        justify-content: center;
    }
    .copyright_wrap .elementor-column .elementor-widget-wrap .elementor-element {
        max-width: 100% !important;
        width: 100%;
        text-align: center;
    }
    #satis_wrap .right_box .caption_box {
        padding: 40px 20px 20px;
    }
   
}


@media(max-width:991px){
    h3 {
        font-size: 18px !important;
    }
    #banner_wrap .banner_caption h1 {
        margin-bottom: 20px;
        line-height: 50px;
    }
    footer .add_box {
        padding: 100px 15px 10px;
    }
    footer .add_box .right_box span {
        display: none;
    }
    footer .add_box .right_box {
        flex-wrap: wrap;        
        padding-left: 15px;margin-top: 40px;
    }
    footer .add_box .left_box li .wp-block-heading, footer .add_box .right_box .wp-block-heading {
        line-height: 20px;
        margin-bottom: 15px;
    }
    footer .add_box .left_box {
        text-align: center;
    }
    footer .add_box .right_box {
        padding-left: 15px;
        justify-content: center;
        text-align: center;
    }
    footer .add_box .center_box li {
        width: 160px;
        height: 160px;
        margin: -240px auto 0;
    }
    #satis_wrap .right_box .caption_box:before {
        border-left: 135px solid transparent;
        border-right: 135px solid transparent;
    }
    #satis_wrap .right_box .caption_box {
        width: 270px;
    }
    #banner_wrap {
        height: 500px;
    }
    .site-branding .site-logo .custom-logo-link {
        height: 140px;
    }
    #satis_wrap .right_box .caption_box span {
        margin: 20px auto 15px;
    }
    #assistance_wrap .left_box .caption_box em {
        margin-bottom: 20px;
    }
   
    #about_wrap .left_box {
        margin-bottom: 20px;
    }
    #about_wrap .right_box h2 {
        margin-bottom: 20px;
        margin-top: 15px;
    }
    #banner_wrap .banner_caption {
        width: 90%;
    }
    #satis_wrap .right_box .elementor-column-gap-default .caption_box:before {
        border-left: 144px solid transparent;
        border-right: 144px solid transparent;
    }
    #about_wrap .left_box, 
    #about_wrap .right_box {
        width: 100%;
        text-align: center;
        padding-left: 15px;
    }
    #about_wrap .left_box .img_2 {
        left: auto;
        right: 70px;
    }
    #about_wrap .left_box .img_1 {
        margin: 0 auto;
    }
    #satis_wrap .right_box .elementor-column-gap-default .caption_box:before {
        border-left: 110px solid transparent;
        border-right: 110px solid transparent;
    }
    #satis_wrap .right_box .elementor-column-gap-default .caption_box {
        width: 100%;
    }
    #satis_wrap {
        padding-bottom: 150px;
    }
}

.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) img {
    outline: none !important;
}
@media(max-width:481px){
body.page-template-default #main {
    padding: 0 15px;
}
    h2 {
        font-size: 28px !important;
    }
   
    header.entry-header .entry-title {
        font-size: 20px !important;margin-top: 0;
    }
    #banner_wrap .banner_caption h1 {
        margin-bottom: 20px;
        line-height: 45px;
    }
    .social_box {
        bottom: 10px;
        right: 10px;
    }
    .social_box a.whatsapp {
        margin-bottom: 10px;
    }
    footer {
/*        margin-bottom: 30px;*/
    }
  /*  .social_box {
        bottom: 0;
        right: 0;
        width: 100%;
        display: flex;
    }
    .social_box a.whatsapp,.social_box a.instagram {
        border-radius: 0;
        width: 50%;
        height: 35px;
        margin-bottom: 0px;
    }*/
    #satis_wrap .row {
        flex-direction: column-reverse;
    }
    #assistance_wrap .left_box .caption_box .btn {
        line-height: 22px;
    }
    #services_wrap .heading_wrap {
        margin-bottom: 15px;
    }
    #fleet_wrap .text_box h2 {
        margin-bottom: 10px;
    }
    #fleet_wrap .image_box {
        max-width: 190px;
        margin: 0 auto 10px;
    }
    #site-navigation .primary-menu-container #primary-menu-list {
        padding: 0;
    }
    .site-branding .site-logo .custom-logo-link {
        display: inline-block;
        min-width: 240px;
        height: 150px;
    }
    .wp-custom-logo .site-header {
        padding: 0;
        min-width: 100%;
        margin-top: 50px;
        margin-left: 0;
        margin-right: 0;
    }
    #site-navigation .primary-menu-container #primary-menu-list li {
        border-bottom: 1px solid #7a7a7a1a;
        padding: 0 10px;
    }
    .primary-navigation-open .primary-navigation .primary-menu-container {
        padding: 0;
    }
    #site-navigation .menu-button-container #primary-mobile-menu .dropdown-icon {
        width: 100%;
        justify-content: space-between;
    }
    #site-navigation .menu-button-container {
        width: 100%;
        padding: 0;
        z-index: 0;
        position: relative;
    }
    #site-navigation .menu-button-container #primary-mobile-menu {
        background: #d71306;
        color: #fff;
        outline: none;
        border: none;
        padding: 10px 10px;
        width: 100%;
        position: fixed;
        top: 0;
        z-index: 7;
        left: 0;
        right: 0;
    }
    .whatsapp_box {
        position: fixed;
        bottom: 10px;
        right: 10px;
    }
    .whatsapp_box i {
        font-size: 25px;
        line-height: 32px;
        color: #fff;
    }
    .whatsapp_box .whatsapp_number {
        width: 40px;
        height: 40px;
    }
    #banner_wrap .banner_caption {
        width: 95%;
    }
    footer .add_box .left_box .elementor-icon-box-wrapper,
    footer .add_box .right_box .elementor-icon-box-wrapper {
        flex-direction: column;
    }
    footer .add_box .footer_inner {
        padding: 15px 10px;
    }
    #satis_wrap {
        padding-bottom: 220px;
    }
    footer .add_box .footer_inner .center_box .elementor-widget-container {
        width: 180px;
        margin: -50px auto 0;
    }
    #about_wrap .right_box {
        padding-left: 15px;
        margin-top: 110px;
    }
    #about_wrap .left_box .img_1 {
        width: 100%;
        height: 300px;
    }
    .top_nav .elementor-menu-toggle:before {
        position: absolute;
        content: "menu";
        right: auto;
        left: 10px;
        text-transform: capitalize;
    }
    .top_nav nav {
        position: absolute;
        width: 100%;
        top: 48px;
        margin: 0 !important;
    }
    .top_nav .elementor-menu-toggle {
        width: 100%;
        background: #D70007;
        color: #ffffff;
        border-radius: 0;
        text-align: right;
        justify-content: flex-end;
        position: relative;
        padding: 13px 10px;
    }
    #site_nav .elementor-element-populated {
        padding-bottom: 0;
        gap: 0 !important;
        padding-left: 0;
        padding-right: 0;
    }
    #about_wrap {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #about_wrap .left_box .img_2 {
        left: 0;
        right: 0;
        bottom: -115px;
        height: 165px;
        border: 5px solid #ffffff;
        margin: 0 auto;
    }
    #about_wrap .left_box .img_1 {
        border: 5px solid #ffffff;
    }
    #about_wrap .left_box .img_2:before {  
        right: 172px;
        top: 0%;
    }
    #assistance_wrap .left_box .caption_box {
        max-width: 100%;
        margin: 30px 0;
    }
    #assistance_wrap .left_box .caption_box .elementor-heading-title {
        margin-bottom: 15px;
    }
    #satis_wrap .elementor-container {
        flex-direction: column-reverse;
    }
    #satis_wrap .left_box {
        padding-top: 90px;text-align: center;
    }
    #satis_wrap .left_box ul li {
        justify-content: center;
    }
    #satis_wrap .left_box .elementor-widget-button {
        text-align: center;
    }
    #services_wrap {
        padding-top: 30px;
        padding-bottom: 10px;
    }
    #services_wrap .services_row {
        margin-top: 10px;
    }
    #services_wrap .service_box i {
        font-size: 40px;
    }
    #fleet_wrap .elementor-widget-wrap .elementor-widget-image {
        max-width: 70%;
    }
    footer .add_box .footer_inner .right_box {
        order: 3;padding: 0;
    }
    footer .add_box .footer_inner .left_box {
        order: 2;
    }
    footer .add_box .footer_inner .center_box {
        order: 1;
    }
    footer .add_box .footer_inner {
        margin-bottom: 20px;
    }
}