

/*
******** Top navigation ****************
*/

.header--row-inner{
    box-shadow: 0px 6px 13px -7px rgb(0 0 0 / 15%);
    -webkit-box-shadow: 0px 6px 13px -7px rgb(0 0 0 / 9%);
    -moz-box-shadow: 0px 6px 13px -7px rgba(0,0,0,0.61);
}

/*
******** Top navigation  end ****************
*/

/*
******** Banner Top navigation ****************
*/

.neve-main .top_ban_cn .top_ban_img_cn{
    overflow: hidden;
    position: relative;
}

@media (max-width: 768px) { 
	.neve-main .top_ban_cn .top_ban_img_cn{
        height:150px;
    }
}
@media (max-width: 480px) { 
	.neve-main .top_ban_cn .top_ban_img_cn{
        height:120px;
    }
}
.neve-main .top_ban_cn .top_ban_img_cn img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.neve-main .top_ban_cn .top_ban_img_cn h2{
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media (max-width: 768px) { 
	.neve-main .top_ban_cn .top_ban_img_cn h2{
       width:80%;
    }
}

@media (max-width: 480px) { 
	.neve-main .top_ban_cn .top_ban_img_cn h2{
       width:90%;
    }
}

.neve-main .top_ban_cn .top_ban_img_cn h2 .small-cap{
    font-weight: 800;
    /*28px*/
    font-size: clamp(1rem, 0.5rem + 1.0417vw, 1.75rem); 
    line-height: 34px;
    color: #000000;
    text-align: center;
}
@media (max-width: 768px) { 
	.neve-main .top_ban_cn .top_ban_img_cn h2 .small-cap{
         font-size: 15px; 
         line-height: 20px;
    }
}
@media (max-width: 480px) { 
	.neve-main .top_ban_cn .top_ban_img_cn h2 .small-cap{
         line-height: 15px;
    }
}

.neve-main .top_ban_cn .top_ban_img_cn h2 .small-cap p{
       margin-bottom: 10px;
}


.neve-main .top_ban_cn .top_ban_img_cn h2 .big-cap{
    font-style: normal;
    font-weight: 800;
     /*57px*/
    font-size: clamp(1rem, -0.7083rem + 3.559vw, 3.5625rem);
    line-height: 69px;
    text-transform: uppercase;
    color: #000000;
    text-align: center;
}
@media (max-width: 768px) { 
	.neve-main .top_ban_cn .top_ban_img_cn h2 .big-cap{
         font-size: 25px; 
         line-height: 25px;
    }
}

@media (max-width: 480px) { 
	.neve-main .top_ban_cn .top_ban_img_cn h2 .big-cap{
         font-size: 20px; 
         line-height: 25px;
    }
}

.neve-main .top_ban_cn .top_ban_img_cn h2 .big-cap p{
   margin-bottom: 10px;
}


/*
************* Banner Top navigation end*********************
*/


/*
******** Location block ****************
*/
.location_cnt{
    margin: 30px 0px;
}

.location_cnt .location_rw{
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 20px;
}

@media (max-width: 768px) { 
	.location_cnt{
        margin: 10px 0px 30px;
    }
    
    .location_cnt .location_rw{
        grid-template-columns: 1fr 1fr;
        row-gap: 0px;
    }
}
@media (max-width:980px) { 
    .location_cnt .location_rw{
        grid-template-columns: 1fr;
        row-gap: 0px;
    }
}

    
.location_cnt .location_rw .location_rw_chl{
    border-bottom: 1px solid #257AC3;
    padding: 30px 40px;
}

@media (max-width: 768px) { 
	.location_cnt .location_rw .location_rw_chl{
        padding: 20px 20px;
    }
}

@media (max-width: 480px) { 
	.location_cnt .location_rw .location_rw_chl{
        padding: 15px 10px;
    }
}

.location_cnt .location_rw .location_rw_chl.bdrg{
    /*border-right: 1px solid #257AC3;*/
     position: relative;
}
.location_cnt .location_rw .location_rw_chl.bdrg::after {
  content: '';
  position: absolute;
  right: 0;
  top: 15%; /* Position the line at the middle */
  width: 1px;
  height: 75%; /* Half the height of the element */
  background-color: #257AC3;
}

@media (max-width:980px) { 
     .location_cnt .location_rw .location_rw_chl.bdrg::after {
        width: 0px;
    }
}

@media (max-width: 768px) { 
	.location_cnt .location_rw .location_rw_chl.bdrg{
        border-right: 0px  solid #257AC3;
    }

    .location_cnt .location_rw .location_rw_chl.bdrg::after {
        width: 0px;
    }
}

.location_cnt .location_rw .location_rw_chl .location_rw_chl_add{
    display: flex;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
    align-items: center;
    column-gap: 2px;
}
@media (max-width: 1050px) { 
	.location_cnt .location_rw .location_rw_chl .location_rw_chl_add{
        font-size: 20px;
    }
}
@media (max-width: 480px) { 
	.location_cnt .location_rw .location_rw_chl .location_rw_chl_add{
        font-size: 20px;
        font-weight: 400;
    }
}
.location_cnt .location_rw .location_rw_chl .location_rw_chl_add .cty{
    font-size: 28px;
    font-weight:bold;
}

@media (max-width: 1050px) { 
	.location_cnt .location_rw .location_rw_chl .location_rw_chl_add .cty{
        font-size: 20px;
    }
}


@media (max-width: 768px) { 
	.location_cnt .location_rw .location_rw_chl .location_rw_chl_add .cty{
        font-size: 20px;
    }
}
@media (max-width: 400px) { 
	.location_cnt .location_rw .location_rw_chl .location_rw_chl_add .cty{
        font-size: 16px;
    }
}
.location_cnt .location_rw .location_rw_chl .location_rw_chl_add .adds{
    font-size: 20px;
    font-weight: 500;
    font-style: italic;
}
@media (max-width: 1150) { 
	.location_cnt .location_rw .location_rw_chl .location_rw_chl_add .adds{
        font-size: 16px;
    }
}

@media (max-width: 768px) { 
	.location_cnt .location_rw .location_rw_chl .location_rw_chl_add .adds{
        font-size: 12px;
    }
}

.location_cnt .location_rw .location_rw_chl .location_rw_chl_cot{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}
@media (max-width: 350px) { 
	.location_cnt .location_rw .location_rw_chl .location_rw_chl_cot{
       grid-template-columns: 1fr;
       align-items: center;
    }
}


.location_cnt .location_rw .location_rw_chl .location_rw_chl_cot .loc {
   display: flex;
   gap: 15px;
   justify-content: center;
   align-items: center;
}

.location_cnt .location_rw .location_rw_chl .location_rw_chl_cot .phone {
   display: flex;
   gap: 15px;
   justify-content: center;
   align-items: center;
}
 
.location_cnt .location_rw .location_rw_chl .location_rw_chl_cot .phone i {
    font-size: 31px;
} 
@media (max-width: 420px) { 
    .location_cnt .location_rw .location_rw_chl .location_rw_chl_cot .phone{
      gap: 5px;
    }
	.location_cnt .location_rw .location_rw_chl .location_rw_chl_cot .phone i{
      font-size: 25px;
    }

    .location_cnt .location_rw .location_rw_chl .location_rw_chl_cot .loc{
      gap: 5px;
    }

    .location_cnt .location_rw .location_rw_chl .location_rw_chl_cot .loc img{
      height: 25px;
      width:auto;
    }
}

@media (max-width: 4380px) { 
	.location_cnt .location_rw .location_rw_chl .location_rw_chl_cot .phone i{
      font-size: 20px;
    }
     .location_cnt .location_rw .location_rw_chl .location_rw_chl_cot .loc img{
      height: 20px;
      width:auto;
    }
}

/*
******** Location block end ****************
*/


/*
******** We service home page block ****************
*/
.we_service_cnt{
    margin: 50px 0px;
}
@media (max-width: 768px) { 
   .we_service_cnt{
        margin: 30px 0px;
    } 
}

.we_service_cnt .we_service_rw{
    display: grid;
}

.we_service_cnt .we_service_rw .weserv_title{
    font-size: 57px;
    font-weight: bold;
    text-align: center;
    line-height: 60px;
}

.we_service_cnt .we_service_rw .weserv_desc{
     font-size: 28px;
     font-weight: 600;
      text-align: center;
}

@media (max-width: 768px) { 
	.we_service_cnt .we_service_rw .weserv_title{
        font-size: 25px;
    }

    .we_service_cnt .we_service_rw .weserv_desc{
        font-size:17px;
    }
}
.we_service_cnt .we_service_rw .weserv_elm{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    margin-top:30px;
    margin-bottom:30px;
}

@media (max-width: 768px) { 
	.we_service_cnt .we_service_rw .weserv_elm{
        gap:10px;
    }
}

.we_service_cnt .we_service_rw .weserv_elm .weserv_elm_chl{
    display: grid;
}


.we_service_cnt .we_service_rw .weserv_elm .weserv_elm_chl_title {
     font-size: 26px;
     font-weight: bold;
     text-align: center;
     
}
.we_service_cnt .we_service_rw .weserv_elm .weserv_elm_chl_img {
    display: flex;
    justify-content: center;
}
.we_service_cnt .we_service_rw .weserv_elm .weserv_elm_chl_img img {
    object-fit: scale-down;
}

.we_service_cnt .we_service_rw .weserv_comp {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}


@media (max-width: 768px) { 
	.we_service_cnt .we_service_rw .weserv_elm .weserv_elm_chl_title{
        font-size: 15px;
    }

    .we_service_cnt .we_service_rw .weserv_elm .weserv_elm_chl_img {
        max-height:60px;
    }

    .we_service_cnt .we_service_rw .weserv_comp {
        flex-wrap: wrap; 
    }   

    .we_service_cnt .we_service_rw .weserv_comp .weserv_comp_chl {
        flex-basis: 25%;
    }  
}

/*
******** We service home page block  end****************
*/

/*
******** Fix list home page block ****************
*/

.fixlist_cnt{
    margin: 50px 0px 50px;
    border-top:1px solid #257AC3;
    padding-top: 40px;
}

@media (max-width: 768px) { 
   .fixlist_cnt{
        margin: 30px 0px;
        padding-top: 30px;
    } 
}

.fixlist_cnt .servlist_elm{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 10%;
    row-gap: 20px;
}

@media (max-width: 560px) { 
	.fixlist_cnt .servlist_elm{
         grid-template-columns: 1fr;
    }
}

.fixlist_cnt .fixlist_rw{
    padding: 0px 50px;
}  

@media (max-width: 768px) { 
	.fixlist_cnt .fixlist_rw{
         padding: 0px 20px;
    }
}
@media (max-width: 480px) { 
	.fixlist_cnt .fixlist_rw{
        padding: 0px 10px;
    }
}

.fixlist_cnt .fixlist_title{
    font-size: 57px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
}

@media (max-width: 768px) { 
	.fixlist_cnt .fixlist_title{
        font-size: 25px;
    }
}

.fixlist_cnt .servlist_elm_chl {
    font-size: 26px;
    font-weight: 500;
    text-align: left;
    display: flex;
    align-items: center;
}
@media (max-width: 768px) { 
	.fixlist_cnt .servlist_elm_chl {
        font-size: 20px;
        line-height: 25px;
    }
    .fixlist_cnt .servlist_elm_chl img {
        width: 31px;
        height: 32px;
    }
}

.fixlist_cnt .servlist_elm_chl img {
    margin-right: 15px;
}


/*
******** Fix list  home page block  end****************
*/

/*
******** Vehicles list  home page block ****************
*/

.vehicleslist_cnt{
    margin: 50px 0px 50px;
    border-top:1px solid #257AC3;
    padding-top: 40px;
}

@media (max-width: 768px) { 
    .vehicleslist_cnt{ 
       margin: 30px 0px;
        padding-top: 30px;
    }
	.vehicleslist_cnt .vehicleslist_rw{ 
       padding:0px 20px;
    }
}

@media (max-width: 480px) { 
     .vehicleslist_cnt{ 
       margin: 20px 0px;
        padding-top: 20px;
    }
	.vehicleslist_cnt .vehicleslist_rw{ 
       padding:0px 10px;
    }
}


.vehicleslist_cnt .vehicleslist_title{
    font-size: 57px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
     margin-bottom: 30px;
}

.vehicleslist_cnt .vehicleslist_desc{
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;

}

@media (max-width: 768px) { 
	.vehicleslist_cnt .vehicleslist_title{
        font-size: 25px;
    }

   .vehicleslist_cnt .vehicleslist_desc{
        font-size: 25px;
    }
}

.vehicleslist_cnt .vehicleslist_elm{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 10%;
    row-gap: 20px;
    margin-bottom:40px;
}

@media (max-width: 768px) { 
	.vehicleslist_cnt .vehicleslist_elm{
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (max-width: 420px) { 
	.vehicleslist_cnt .vehicleslist_elm{
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 480px) { 
	.vehicleslist_cnt .vehicleslist_elm img{ 
       max-height: 118px;
    }
}
.vehicleslist_cnt .vehicleslist_elm .vehicleslist_elm_img{
   display: flex;
    align-items: center;
    justify-content: center;
}

.vehicleslist_cnt .vehicleslist_elm .vehicleslist_elm_title{
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    margin-top: -30px;
}

@media (max-width: 768px) { 
	.vehicleslist_cnt .vehicleslist_elm .vehicleslist_elm_title{
        font-size: 17px;
        margin-top: -40px;
    }
}

@media (max-width: 480px) { 
	.vehicleslist_cnt .vehicleslist_elm .vehicleslist_elm_title{
        margin-top: -30px;
    }
}




.vehicleslist_cnt .phone{
    display: none;
    margin: auto;
    
}

@media (max-width: 768px) { 
    .vehicleslist_cnt .phone{
       display: flex;
        width: 80%;
        font-size: 25px;
        align-items: center;
        justify-content: center;
        gap: 10px;
        font-weight: bold;
        margin-bottom:50px;
    }
    .vehicleslist_cnt .phone i{
        font-size: 30px;
    }

    .stick_btn{
        position: fixed;
        bottom: 0;
        left: 0;
        margin-bottom:0px;
        left: 50%;
        transform: translateX(-50%);
    } 
}

   
/*
******** Vehicles list  home page block  end****************
*/
   
/*
******** Inside Page Template block ****************
*/



.insmaincnt{

    padding-right: 15px;
    padding-left: 15px;
    margin: 100px 10%;
    display: block;

}

.insmaincnt .secsep{
    margin: 0px;
    padding: 0px;
}

.insmaincnt .secsep hr{
    border-top: 1px solid #257AC3;
    margin: 0px;
}


@media (max-width: 768px) { 
  .insmaincnt{
        margin: 50px auto;

    }  
}
.insmaincnt h2{
    font-size: 57px;
    font-weight: 900;
    text-align: left;
    line-height: 60px;
    text-transform: uppercase;
}


.insmaincnt h4 {
     font-size: 28px;
     font-weight: 600;
    text-align: left;
}

.insmaincnt h3 {
    font-size: 31px;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase;
}

.insmaincnt p {
    font-size: 16px;
    font-weight: 400;
}

.insmaincnt .content-area img {
    height: auto;
    max-width: 60%;
    display: flex;
    justify-self: left;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 8px;
}

@media (max-width: 768px) { 
	.insmaincnt h2{
        font-size: 25px;
        line-height:30px;
    }

    .insmaincnt h3 {
        font-size: 20px;
        font-weight: 600;
    }
    .insmaincnt h4{
        font-size:16px;
        line-height:20px;
    }

    .insmaincnt p {
        font-size: 14px;
        font-weight: 400;
    }

    .insmaincnt img {
        max-width: 90%;
    }


}

       
/*
******** Inside Page Template block end****************
*/


/*
******** Service repair block ****************
*/


.repairservices_cnt{
    margin: 50px 0px 50px;
}

@media (max-width: 768px) { 
    .repairservices_cnt{ 
       margin: 30px 0px;
    }
}

@media (max-width: 480px) { 
     .repairservices_cnt{ 
       margin: 20px 0px;
        padding-top: 20px;
    }
}


.repairservices_cnt .repairservices_title{
    font-size: 57px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
    display: grid;
    grid-template-columns: auto 20%;
    gap: 10px;
}

.repairservices_cnt .repairservices_title .button{
    display: grid;
    height: auto;
    height: 50px;
    justify-content: center;
    align-items: center;
}


.repairservices_cnt .repairservices_title i{
    padding-right:8px;
}

.repairservices_cnt .repairservices_desc{
    font-size: 16px;
    font-weight: 400;

}

@media (max-width: 768px) { 
	.repairservices_cnt .repairservices_title{
        font-size: 25px;
        grid-template-columns: 1fr;
    }

    .repairservices_cnt .repairservices_title h2{
        margin-bottom:10px;
    }

    .repairservices_cnt .repairservices_title .button{
      width: 200px;
      padding: 5px 20px;
    height: 35px;
}

   .repairservices_cnt .repairservices_desc{
        font-size: 14px;
    }
}

@media (max-width: 768px) { 

    .repairservices_cnt .repairservices_title .button{
         width: 150px;
    }

}


.repairservices_cnt .repairservices_elm{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 30px;
    row-gap: 30px;
    margin-bottom:40px;
    margin-top: 25px;
}

@media (max-width: 1300px) { 
	.repairservices_cnt .repairservices_elm{
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (max-width: 1024px) { 
	.repairservices_cnt .repairservices_elm{
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 420px) { 
	.repairservices_cnt .repairservices_elm{
        grid-template-columns: 1fr 1fr;
        column-gap: 15px;
        row-gap: 15px;
    }
}
@media (max-width: 360px) { 
	.repairservices_cnt .repairservices_elm{
        grid-template-columns: 1fr;
        column-gap: 15px;
    }
}

.repairservices_cnt .repairservices_elm .repairservices_elm_chl{
   box-shadow: -2px 0px 30px -21px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: -2px 0px 30px -21px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -2px 0px 57px -21px rgba(0,0,0,0.75);
    padding: 15px 30px;
    display: grid;
}

@media (max-width: 420px) { 
	.repairservices_cnt .repairservices_elm .repairservices_elm_chl{
        padding: 15px 15px;
    }
}

.repairservices_cnt .repairservices_elm .repairservices_elm_chl .repairservices_elm_title{
    font-size:20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.repairservices_cnt .repairservices_elm .repairservices_elm_chl .repairservices_elm_desc{
    font-size:16px;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 25px;
}

.repairservices_cnt .repairservices_elm .repairservices_elm_chl .link{
    border: 0px;
    font-size: 14px;
    color: black;
    text-transform: uppercase;
    margin-top: 20px;
    display: block;
    text-decoration: underline;
    text-underline-offset: 8px;
}

@media (max-width: 768px) { 
	.repairservices_cnt .repairservices_elm .repairservices_elm_chl .repairservices_elm_title{
        font-size:18px;
    }
    .repairservices_cnt .repairservices_elm .repairservices_elm_chl .repairservices_elm_desc{
        font-size:14px;
    }

    .repairservices_cnt .repairservices_elm .repairservices_elm_chl .link{
        font-size:14px;
    }
}

/*
********Service repair block end****************
*/


/*
********Online Review block****************
*/
.onlinereviews_cnt{
    margin: 50px 0px 50px;
}

@media (max-width: 768px) { 
    .onlinereviews_cnt{ 
       margin: 30px 0px;
    }
}

@media (max-width: 480px) { 
     .onlinereviews_cnt{ 
       margin: 20px 0px;
        padding-top: 20px;
    }
}

.onlinereviews_cnt .onlinereviews_title{
    font-family: 'Roboto', 'gill-sans-nova', sans-serif;
    border-left: 6px solid #000;
    padding-left: 20px;
    font-weight: 900;
    line-height: 110%;
    text-transform: uppercase;
    font-size: 57px;
     margin-bottom: 40px;
}

@media (max-width: 1024px) { 
    .onlinereviews_cnt .onlinereviews_title{ 
       font-size: 36px;
    }
}

@media (max-width: 768px) { 
    .onlinereviews_cnt .onlinereviews_title{
       font-size: 25px;
    } 
}
.onlinereviews_cnt .onlinereviews_elm{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 30px;
    row-gap: 30px;
    margin-bottom:40px;
    margin-top: 25px;
}

@media (max-width: 1024px) { 
     .onlinereviews_cnt .onlinereviews_elm{
        grid-template-columns: 1fr;
    }   
}

.onlinereviews_cnt .onlinereviews_elm .onlinereviews_elm_chl{
   box-shadow: -2px 0px 30px -21px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: -2px 0px 30px -21px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -2px 0px 57px -21px rgba(0,0,0,0.75);
    padding: 15px 30px;
    display: grid;
    row-gap: 15px;
}

@media (max-width: 768px) { 
    .onlinereviews_cnt .onlinereviews_elm .onlinereviews_elm_chl{
       row-gap: 5px;
    }  
}


.onlinereviews_cnt .onlinereviews_elm .onlinereviews_elm_chl .onlinereviews_elm_title{
    font-size:20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0px;
    text-align: center;
}
.onlinereviews_cnt .onlinereviews_elm .onlinereviews_elm_chl .onlinereviews_elm_desc{
    font-size:16px;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 25px;
    text-align: center;
    color: rgb(122, 122, 122);
}

@media (max-width: 768px) { 
    .onlinereviews_cnt .onlinereviews_elm .onlinereviews_elm_chl .onlinereviews_elm_desc{
        font-size:14px;
    }  
}

.onlinereviews_cnt .onlinereviews_elm .onlinereviews_elm_chl .stars{
    box-shadow: unset;
    border-radius: 0px;
    margin: 0px;
}

@media (max-width: 768px) { 
    .onlinereviews_cnt .onlinereviews_elm .onlinereviews_elm_chl .stars{
        max-width: 100px;
    } 
}

.onlinereviews_cnt .onlinereviews_elm .onlinereviews_elm_chl .googleicon{
    box-shadow: unset;
    border-radius: 0px;
    margin: 5px 0px;
}


/*
********Online Review block end****************
*/

/*
******** Service block ****************
*/


.ttservices_cnt{
    margin: 50px 0px 50px;
}

@media (max-width: 768px) { 
    .ttservices_cnt{ 
       margin: 30px 0px;
    }
}

@media (max-width: 480px) { 
     .ttservices_cnt{ 
       margin: 20px 0px;
        padding-top: 20px;
    }
}


.ttservices_cnt .ttservices_title{
    font-size: 57px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
    display: grid;
    grid-template-columns: auto 20%;
    gap: 10px;
}

.ttservices_cnt .ttservices_title .button{
    display: grid;
    height: auto;
    height: 50px;
    justify-content: center;
    align-items: center;
}

.ttservices_cnt .ttservices_desc{
    font-size: 16px;
    font-weight: 400;
}

@media (max-width: 768px) { 
	.ttservices_cnt .ttservices_title{
        font-size: 25px;
        grid-template-columns: 1fr;
    }

    .ttservices_cnt .ttservices_title h2{
        margin-bottom:10px;
    }

    .ttservices_cnt .ttservices_title .button{
      width: 200px;
      padding: 5px 20px;
        height: 35px;
    }
}

.ttservices_cnt .ttservices_elm{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    gap: 25px;
    margin-top:40px;
}

@media (max-width: 768px) { 
    .ttservices_cnt .ttservices_elm{
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        row-gap: 20px;
    }   
}

@media (max-width: 359px) { 
    .ttservices_cnt .ttservices_elm{
        grid-template-columns: 1fr;
    }   
}

.ttservices_cnt .ttservices_elm .ttservices_elm_chl{
    display: grid;
    gap: 15px;
    justify-content: center;
    align-content: center;
    place-items: center;
    align-self: start;
}

.ttservices_cnt .ttservices_elm .ttservices_elm_title{
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}

@media (max-width: 768px) { 
    .ttservices_cnt .ttservices_elm .ttservices_elm_title{
        font-size: 16px;
    }   
}
@media (max-width: 359px) { 
    .ttservices_cnt .ttservices_elm .ttservices_elm_title{
        font-size: 14px;
    }   
}

.ttservices_cnt .ttservices_elm .button{
    width: 60%;
    padding: 5px;
}


.ttservices_cnt .ttservices_elm .ttservices_elm_img img{
    border-radius:10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/*
******** Service block end ****************
*/

/*
******** Truck brand block ****************
*/


.truckblist_cnt{
    margin: 50px 0px 50px;
}

@media (max-width: 768px) { 
    .truckblist_cnt{ 
       margin: 30px 0px;
    }
}

@media (max-width: 480px) { 
     .truckblist_cnt{ 
       margin: 20px 0px;
        padding-top: 20px;
    }
}

.truckblist_cnt .truckblist_title{
    font-size: 57px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
    display: grid;
    grid-template-columns: auto 20%;
    gap: 10px;
}

.truckblist_cnt .truckblist_title .button{
    display: grid;
    height: auto;
    height: 50px;
    justify-content: center;
    align-items: center;
}

@media (max-width: 768px) { 
	.truckblist_cnt .truckblist_title{
        font-size: 25px;
        grid-template-columns: 1fr;
    }

    .truckblist_cnt .truckblist_title h2{
        margin-bottom:10px;
    }

    .truckblist_cnt .truckblist_title .button{
      width: 200px;
      padding: 5px 20px;
        height: 35px;
    }
}

.truckblist_cnt .truckblist_elm{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    gap: 25px;
    margin-top:40px;
}

@media (max-width: 768px) { 
    .truckblist_cnt .truckblist_elm{
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        row-gap: 20px;
    }   
}

@media (max-width: 359px) { 
    .truckblist_cnt .truckblist_elm{
        grid-template-columns: 1fr;
    }    
}

.truckblist_cnt .truckblist_elm .truckblist_elm_chl{
    display: grid;
   padding: 30px;
    justify-content: center;
    align-content: center;
    align-self: start;
    box-shadow: -2px 0px 30px -21px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: -2px 0px 30px -21px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -2px 0px 57px -21px rgba(0,0,0,0.75);
}


.truckbrandTempalte_cnt{
    margin: 50px 0px 50px;
}

@media (max-width: 768px) { 
    .truckbrandTempalte_cnt{ 
       margin: 30px 0px;
    }
}

@media (max-width: 480px) { 
     .truckbrandTempalte_cnt{ 
       margin: 20px 0px;
        padding-top: 20px;
    }
}

.truckbrandTempalte_cnt .tbm_cnt{
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
    grid-auto-columns: 1fr;
    align-items: start;
    display: grid;
    overflow: unset;
}
@media (max-width: 768px) { 
   .truckbrandTempalte_cnt .tbm_cnt{
        grid-template-columns: 1fr;
         grid-row-gap: 1rem;
    }
}

.truckbrandTempalte_cnt .tbm_img {
    position: sticky;
    top: 2rem; 
    z-index: 100;
    position: -webkit-sticky;
    position: sticky;

}

@media (max-width: 768px) {

    
    .truckbrandTempalte_cnt .tbm_img {
        position: unset;
    }
    .truckbrandTempalte_cnt .tbm_img img {
        max-width: 50%;
    }
}

@media (max-width: 480px) {

    .truckbrandTempalte_cnt .tbm_img img {
        max-width: 80%;
    }
}


/*
******** Truck brand block end ****************
*/

/*
********FAQ block ****************
*/

.faq_cnt{
    margin: 50px 0px 50px;
}

@media (max-width: 768px) { 
    .faq_cnt{ 
       margin: 30px 0px;
    }
}

@media (max-width: 480px) { 
     .faq_cnt{ 
       margin: 20px 0px;
        padding-top: 20px;
    }
}


.faq_cnt .faq_title{
    font-size: 57px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.faq_cnt .faq_desc{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 12px;
}

.faq_cnt .faq_title .button{
    height: auto;
    height: 50px;
    justify-content: center;
    align-items: center;
    display:grid;
    width:200px;
}

@media (max-width: 768px) { 
	.faq_cnt .faq_title{
        font-size: 25px;
        grid-template-columns: 1fr;
    }

    .faq_cnt .faq_desc{
        font-size: 14px;
    }

    .faq_cnt .faq_title h2{
        margin-bottom:10px;
    }

    .faq_cnt .faq_title .button{
      width: 200px;
      padding: 5px 20px;
        height: 35px;
    }
}

.faq_cnt .faq_elm{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    justify-content: center;
    gap: 25px;
    margin-top:40px;
}
.faq_cnt .faq_elm .faq_elm_title{
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.faq_cnt .faq_elm .faq_elm_chl div{
    font-size: 16px;
    padding-left: 25px;
}

@media (max-width: 768px) { 
    .faq_cnt .faq_elm .faq_elm_title{
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
    }

    .faq_cnt .faq_elm .faq_elm_chl div{
        font-size:14px;
        padding-left: 25px;
    }

}

/*
******** FAQ block end ****************
*/

/*
******** Footer block ****************
*/
.site-footer #block-9 img{
    max-width: 250px;
    margin: 15px 0px;
}

.site-footer #block-15 .footer-locations-grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    gap: 15px;
}
.site-footer #block-15 .footer-locations-grid .rem1{
    position: relative;
    padding-left: 20px;
}

.site-footer #block-15 .footer-locations-grid .rem1:before{
    font-family: "Font Awesome 5 Free";
    content: "\f08d";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translate(-50%, -50%);
}
.site-footer  #nav_menu-3{
    display: flex;
    justify-content: flex-end;
    word-break: keep-all;
}
.site-footer  #nav_menu-5{
    display: flex;
    justify-content: flex-end;
    word-break: keep-all;
}

@media (max-width: 960px) { 

    .site-footer #block-15 .footer-locations-grid{
       border-bottom: solid 1px #635d5d;
        padding-bottom: 25px;
    }


    .site-footer  #nav_menu-3{
       display: grid;
        justify-content: left;
        width: 45%;
    }

    .site-footer .hfg-grid.nv-footer-content{
        grid-template-columns: 1fr 1fr;
    }

    .site-footer  #nav_menu-5{
        display: grid;
        justify-content: left;
        width: 45%;
    }

    .site-footer .hfg-slot.left{
        display:grid;
        grid-column: span 2;
    }

    .site-footer .hfg-slot.c-left{
        grid-row: 2;
        grid-column: 1;
        margin-top:30px;
    }

    .site-footer .hfg-slot.center{
        grid-row: 2;
        grid-column: 2;
        margin-top:30px;
    }

}

@media (max-width: 490px) { 
    .site-footer #block-15 .footer-locations-grid{
       border-bottom: solid 1px #635d5d;
        padding-bottom: 25px;
        grid-template-columns: repeat(1, 1fr);
    }

}





.site-footer  .footer--row-inner {
    padding-bottom: 30px;
}
.site-footer .widget li{
    margin-top: 2px!important;
}

/*
******** Footer block end ****************
*/
